@charset "UTF-8";
/*-----------------------------------------------------------
 共通設定
-----------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

a:visited {
  color: inherit !important;
}

.hidd {
  display: none !important;
}

li > a {
  display: block;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------
 Font Family
-----------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.otf");
  font-weight: 500;
}
body {
  background-color: #f5f5f5;
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

#header_main {
  width: 100%;
}
#header_main .logo-container {
  padding: 29px 0 22px;
}
#header_main .logo-container h1 {
  font-size: 46px;
  color: #003273;
  line-height: 0.7;
  font-weight: bold;
}
#header_main .logo-container h1 span {
  font-size: 25px;
}

/*-----------------------------------------------------------
 バナー上
-----------------------------------------------------------*/
.container_wrap {
  background-color: #80aae4;
}

.avia-menu {
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.avia-menu ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
.avia-menu ul li {
  width: 180px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #ffffff;
  border-radius: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.avia-menu ul li:hover {
  background-color: #003273;
  color: #ffffff;
}
.avia-menu ul .home-button {
  margin-right: 17px;
}
.avia-menu ul .nav_member a .nav-img {
  display: inline-block;
  width: 15px;
  position: relative;
  margin-left: 5px;
}
.avia-menu ul .nav_member a span {
  display: inline-block;
}
.avia-menu ul .nav_member a img {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
}
.avia-menu ul .nav_contact {
  margin-left: 17px;
}
.avia-menu ul .nav_contact a .nav-img {
  display: inline-block;
  width: 21px;
  position: relative;
  margin-left: 5px;
}
.avia-menu ul .nav_contact a img {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: -13px;
  left: 0;
}

/*-----------------------------------------------------------
 main
-----------------------------------------------------------*/
#main {
  margin-top: 34px;
}
#main .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*-----------------------------------------------------------
   ホームページ画像
  -----------------------------------------------------------*/
  /*-----------------------------------------------------------
   パソコン版  バナー右
  -----------------------------------------------------------*/
}
#main .container #section-1 {
  width: 722px;
  /*-----------------------------------------------------------
   バナー中段
  -----------------------------------------------------------*/
}
#main .container #section-1 .main-img {
  width: 100%;
  margin-bottom: 15px;
}
#main .container #section-1 .main-img img {
  width: 100%;
}
#main .container #section-1 #nav-2 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
#main .container #section-1 #nav-2 ul li {
  width: 172px;
  height: 77px;
  text-align: center;
  line-height: 77px;
  background-color: #bfd4f1;
  border-radius: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#main .container #section-1 #nav-2 ul li:hover {
  background-color: #80aae4;
  color: #ffffff;
}
#main .container #menu-2 {
  height: 645px;
}
#main .container #menu-2 ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  height: 100%;
}
#main .container #menu-2 ul li {
  width: 315px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  transition: 0.7s;
  position: relative;
}
#main .container #menu-2 ul li:hover {
  opacity: 0.5;
}
#main .container #menu-2 ul li:nth-child(1) {
  background-color: #fbccc5;
}
#main .container #menu-2 ul li:nth-child(2) {
  background-color: #ffffff;
}
#main .container #menu-2 ul li:nth-child(3) {
  background-color: #9ad7b1;
}
#main .container #menu-2 ul li:nth-child(4) {
  background-color: #fbd69b;
}
#main .container #menu-2 ul li:nth-child(5) {
  background-color: #a7d0e2;
}
#main .container #menu-2 ul li:nth-child(6) {
  background-color: #94ace5;
}
#main .container #menu-2 ul li:nth-child(7) {
  background-color: #9dbec2;
}
#main .container #menu-2 ul li:nth-child(8) {
  background-color: #cdb088;
}

/*-----------------------------------------------------------
 お知らせ
-----------------------------------------------------------*/
#news {
  margin-bottom: 152px;
}
#news .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#news .container #news-list {
  width: 722px;
}
#news .container #news-list h2 {
  width: 100%;
  background-color: #80aae4;
  text-align: center;
  padding: 24px 0;
  color: #ffffff;
  border-radius: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 18px;
}
#news .container #news-list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  height: 315px;
}
#news .container #news-list ul li {
  width: 100%;
  height: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#news .container #news-list ul li .data {
  width: 126px;
  height: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 7px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
}
#news .container #news-list ul li .news-contents {
  padding-left: 6px;
  width: 580px;
  height: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 7px;
  font-weight: 300;
  vertical-align: middle;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#news .container #news-list ul li .news-contents a {
  text-decoration: underline !important;
  color: #003273 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news .container #news-list ul li .news-contents a:visited {
  color: #771caa !important;
}
#news .container #news-list ul li .news-contents a:hover {
  color: #C20017 !important;
}
#news .container #news-list ul li .news-contents img {
  width: 126px;
  height: 25px;
  margin-right: 10px;
}
#news .container #news-list #passing-news {
  margin-top: 23px;
  width: 100%;
  position: relative;
}
#news .container #news-list #passing-news img {
  width: 165px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.7s;
}
#news .container #news-list #passing-news img:hover {
  opacity: 0.7;
}
#news .container #j-stage {
  width: 315px;
}
#news .container #j-stage img {
  width: 100%;
}

/*-----------------------------------------------------------
 フッター
-----------------------------------------------------------*/
footer {
  background-color: #93b7e8;
  height: 200px;
  vertical-align: middle;
  padding-top: 45px;
}
footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
footer .container #footer-1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 0.7;
}
footer .container #footer-1 h3 {
  font-size: 43px;
}
footer .container #footer-1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 23px;
}
footer .container #footer-2 {
  text-align: right;
}
footer .container #footer-2 #footer-list {
  display: flex;
  flex-direction: row;
  justify-content: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 15.5px;
}
footer .container #footer-2 #footer-list a {
  display: block;
  text-decoration: underline !important;
}
footer .container #footer-2 #footer-list a:nth-child(1), footer .container #footer-2 #footer-list a:nth-child(2) {
  margin-right: 30px;
}
footer .container #footer-2 #site {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  margin: 23px 0;
}
footer .container #footer-2 #copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 11px;
}

/*-----------------------------------------------------------
スマホ版 開始
-----------------------------------------------------------*/
@media (max-width: 1099px) {
  .container {
    margin: 0;
    max-width: 100%;
    position: relative;
  }
  #header_main {
    width: 100%;
  }
  #header_main .logo-container {
    margin-top: 9vw;
    padding: 4vw 0;
  }
  #header_main .logo-container h1 {
    font-size: 5.25vw;
    line-height: 0.8;
    font-weight: bold;
    margin-left: 5.25vw;
  }
  #header_main .logo-container h1 span {
    font-size: 3vw;
  }
  /*-----------------------------------------------------------
  ナビゲーションバー
  -----------------------------------------------------------*/
  .container_wrap {
    background-color: #80aae4;
    margin-bottom: 5vw;
  }
  .container_wrap .container {
    width: 90%;
    margin: 0 auto;
  }
  .avia-menu {
    padding: 2vw 0;
    display: block;
  }
  .avia-menu .menu {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
  }
  .avia-menu .menu li {
    width: 21vw;
    height: 10vw;
    text-align: center;
    line-height: 6vw;
    background-color: #ffffff;
    border-radius: 2vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 2.2vw;
    line-height: 1.4;
    display: table;
  }
  .avia-menu .menu li:hover {
    background-color: #003273;
    color: #ffffff;
  }
  .avia-menu .menu li a {
    display: table-cell;
    vertical-align: middle;
  }
  .avia-menu .menu .home-button {
    margin-right: 0;
  }
  .avia-menu .menu .nav_member a span {
    display: inline-block;
  }
  .avia-menu .menu .nav_member a .nav-img {
    display: inline-block;
    width: 2vw;
    position: relative;
    margin-left: 1vw;
  }
  .avia-menu .menu .nav_member a img {
    display: block;
    width: 100%;
    position: absolute;
    top: -2.3vw;
    left: 0;
  }
  .avia-menu .menu .nav_contact {
    margin-left: 0;
  }
  .avia-menu .menu .nav_contact a .nav-img {
    display: inline-block;
    width: 2.7vw;
    position: relative;
    margin-left: 1vw;
  }
  .avia-menu .menu .nav_contact a img {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: -1.8vw;
    left: 0;
  }
  /*-----------------------------------------------------------
  サイドバー
  -----------------------------------------------------------*/
  #header_main {
    /* スクロールバーを隠す */
  }
  #header_main #sp_menu {
    position: relative;
  }
  #header_main #bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    width: 100%;
    height: 8.6vw;
    background-color: #80aae4;
  }
  #header_main #bar a {
    display: inline-block;
    position: absolute;
    top: 2.15vw;
    right: 5.25vw;
    width: 5vw;
  }
  #header_main #bar a img {
    width: 100%;
  }
  #header_main .itpro_menu::-webkit-scrollbar {
    display: none;
  }
  #header_main .itpro_menu {
    -ms-overflow-style: none;
  }
  #header_main .itpro_menu {
    scrollbar-width: none;
  }
  #header_main #close { /* ナビゲーションバーの閉じるボタン */
    width: 14vw;
    height: 10.5vw;
    position: absolute;
    top: 0;
    left: -14vw;
    background-color: rgba(102, 113, 165, 0.85);
    border-bottom-left-radius: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header_main #close::before {
    content: "";
    position: absolute;
    width: 2vw;
    height: 2vw;
    right: 0vw;
    bottom: -2vw;
    background-color: rgba(102, 113, 165, 0.85);
    background: radial-gradient(circle at 0vw 2vw, transparent 2vw, rgba(102, 113, 165, 0.85) 2vw);
  }
  #header_main #close img {
    width: 7vw;
  }
  #header_main .itpro_menu {
    position: fixed;
    right: -100vw;
    top: 0;
    width: 85vw;
    min-height: 100vh;
    z-index: 2;
    overflow-y: auto;
  }
  #header_main .itpro_menu .scr-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 71vw;
    border-bottom-left-radius: 2vw;
    background-color: rgba(102, 113, 165, 0.85);
    min-height: 100vh;
  }
  #header_main .itpro_menu .scr-box .nav_scroll {
    list-style-type: none;
    width: 49.5vw;
    margin: 23vw auto;
  }
  #header_main .itpro_menu .scr-box .nav_scroll li {
    background-color: #bfd4f1;
    margin-bottom: 2.3vw;
    border: 0.7vw solid #ffffff;
    border-radius: 2vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 9.5vw;
    text-indent: 0;
    text-align: center;
  }
  #header_main .itpro_menu .scr-box .nav_scroll li:nth-child(1) {
    background-color: #fbccc5;
  }
  #header_main .itpro_menu .scr-box .nav_scroll li:nth-child(2) {
    background-color: #ffffff;
  }
  #header_main .itpro_menu .scr-box .nav_scroll li:nth-child(3) {
    background-color: #9ad7b1;
  }
  #header_main .itpro_menu .scr-box .nav_scroll li:nth-child(4) {
    background-color: #fbd69b;
  }
  #header_main .itpro_menu .scr-box .nav_scroll li:nth-child(5) {
    background-color: #a7d0e2;
  }
  #header_main .itpro_menu .scr-box .nav_scroll li:nth-child(6) {
    background-color: #94ace5;
  }
  #header_main .itpro_menu .scr-box .nav_scroll li:nth-child(7) {
    background-color: #9dbec2;
  }
  #header_main .itpro_menu .scr-box .nav_scroll li:nth-child(8) {
    background-color: #cdb088;
  }
  /*-----------------------------------------------------------
  main
  -----------------------------------------------------------*/
  #main {
    margin-top: 0;
  }
  #main .container {
    display: block;
  }
  #main .container #section-1 {
    width: 100%;
  }
  #main .container #section-1 .main-img {
    width: 100%;
    margin-bottom: 3vw;
  }
  #main .container #section-1 .main-img img {
    width: 100%;
  }
  #main .container #section-1 #nav-2 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    width: 90vw;
    margin: 0 auto;
  }
  #main .container #section-1 #nav-2 ul li {
    width: 21vw;
    height: 12vw;
    text-align: center;
    line-height: 1.4;
    background-color: #bfd4f1;
    border-radius: 2vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 2.7vw;
    display: table;
  }
  #main .container #section-1 #nav-2 ul li a {
    display: table-cell;
    vertical-align: middle;
  }
  #main .container #section-1 #nav-2 ul li:hover {
    background-color: #80aae4;
    color: #ffffff;
  }
  /*-----------------------------------------------------------
  お知らせ
  -----------------------------------------------------------*/
  #news {
    margin-bottom: 20vw;
    margin-top: 13vw;
  }
  #news .container {
    display: block;
    width: 90vw;
    margin: 0 auto;
  }
  #news .container #news-list {
    width: 100%;
  }
  #news .container #news-list h2 {
    width: 100%;
    background-color: #80aae4;
    text-align: center;
    padding: 3.2vw 0;
    color: #ffffff;
    border-radius: 2vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 3.5vw;
    margin-bottom: 2.8vw;
  }
  #news .container #news-list ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style-type: none;
    height: 47vw;
  }
  #news .container #news-list ul li {
    width: 100%;
    height: 5.4vw;
    line-height: 5.4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.3vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #news .container #news-list ul li .data {
    width: 15.5vw;
    height: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 2vw;
    font-weight: bold;
    text-align: center;
    line-height: 5.4vw;
  }
  #news .container #news-list ul li .news-contents {
    padding-left: 1vw;
    width: 71vw;
    height: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 2vw;
    font-weight: 300;
    vertical-align: middle;
    line-height: 5.4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #news .container #news-list ul li .news-contents a {
    text-decoration: underline !important;
    color: #003273 !important;
  }
  #news .container #news-list ul li .news-contents a:visited {
    color: #771caa !important;
  }
  #news .container #news-list ul li .news-contents img {
    width: 18.4vw;
    height: 3.8vw;
    margin-right: 1vw;
  }
  #news .container #news-list #passing-news {
    margin-top: 3.3vw;
    width: 100%;
    position: relative;
  }
  #news .container #news-list #passing-news img {
    width: 24.5vw;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.7s;
  }
  #news .container #news-list #passing-news img:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------------------------
スマホ版 終了
-----------------------------------------------------------*/
/*-----------------------------------------------------------
パソコン版・スマートフォン版　表示・非表示　用
-----------------------------------------------------------*/
.sp_only {
  display: none !important;
}

@media (max-width: 1099px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */