@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
}
/* CSS Document */
body {
  min-width: 1180px;
  width: 100%;
  color: #111;
  overflow-x: hidden;
}
header {
  height: 160px;
}
.main_img {
  position: absolute;
  z-index: -20;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.87);
}
.main_img_text1 {
  position: absolute;
  top: 570px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 700px;
}
.main_img_text2 {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 600px;
  text-align: center;
}
.theme_bg {
  background: rgba(48, 69, 119, 0.2);
  mix-blend-mode: multiply;
  width: 420px;
  height: 300px;
  filter: blur(35px);
  position: absolute;
  top: 0px;
  z-index: -5;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
}
.theme_bg_1 {
  background: rgba(130, 130, 130, 0.4);
  mix-blend-mode: multiply;
  width: 660px;
  height: 160px;
  filter: blur(35px);
  position: absolute;
  top: -20px;
  z-index: -5;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
}
.logo_c {
  position: absolute;
  top: 757px;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}

.logo_c div {
  width: 1120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.logo_c div img {
  position: relative;
}
#object {
  height: 880px;
}
#news {
  height: 297px;
}
#wrap_panel {
  height: 1040px;
}
/* Slider */
#main_img_area {
  width: 100%;
  height: 440px;
  top: 0;
  left: 0;
  padding-top: 0px;
  box-sizing: border-box;
  border: none;
  margin-right: auto;
  margin-left: auto;
}
#main_img_area img.main_img_text1 {
  width: 571px;
  z-index: 10;
  position: absolute;
  top: 88px;
  right: 60px;
}
#main_img_area img.main_img_text2 {
  width: 285px;
  z-index: 10;
  position: absolute;
  top: 174px;
  right: 200px;
}
#main_img_area div.top_img_btn {
  width: 240px;
  z-index: 10;
  position: absolute;
  top: 248px;
  right: 227px;
}
.fadein {
  animation-name: fadeInAnime;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top_img_wrap {
  overflow-x: hidden;
}
#box_top_img {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: auto;
  margin-left: auto;
}
#main_img {
  margin: 0 auto;
  height: 440px;
}
#main_img_area .slide_wrap {
  height: 440px;
  left: 0px;
}
.slide img.slide100per {
  vertical-align: bottom;
  width: 100vw;
  height: auto;
  position: relative;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 225px;
  margin-top: -30px;
  outline: 0;
  width: 22px;
  height: 32px;
  text-indent: -9999px;
  z-index: 999;
  overflow: hidden;
}
.bx-wrapper .bx-pager a {
  margin: 0 10px;
}
#main_img_area #top_img_wrap .bx-controls {
  margin-right: auto;
  margin-left: auto;
}
#box_top_img #main_img .bx-wrapper .bx-viewport {
  width: 100%;
  margin: 0 auto;
}
.bx-wrapper .bx-prev {
  background: url(../img/ico_prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
  background: url(../img/ico_next.png) no-repeat 0 0;
}
#main_img_area .bx-wrapper li.slide {
  width: 100% !important;
}
/*ここから重要なおしらせの小さな矢印*/
#box_topics_pickup a.bx-prev {
  background: url("../img/slide02_icon.png") no-repeat 0 0;
  width: 45px;
  height: 29px;
  left: 1018px;
  transform: rotate(180deg);
  top: 13px;
  background-position: center;
}
#box_topics_pickup a.bx-next {
  background: url("../img/slide02_icon.png") no-repeat 0 0;
  width: 45px;
  height: 29px;
  left: 1018px;
  top: 44px;
  background-position: center;
}
#box_topics_pickup a {}
/*ここまで*/
/*ここから一般のお知らせの矢印アイコン*/
.ippan_slide_box a.bx-prev {
  background: url("../img/slideicon03.png") no-repeat 0 0;
  width: 44px;
  height: 44px;
  left: 218px;
  transform: rotate(180deg);
  top: -22px;
}
.ippan_slide_box a.bx-next {
  background: url("../img/slideicon03.png") no-repeat 0 0;
  width: 44px;
  height: 44px;
  left: 270px;
  top: -22px;
}
/*ここまで*/
.bx-wrapper {
  border: none;
  background: transparent;
  margin: 0;
}
#main_img_area .bx-wrapper {
  border: none;
  background: transparent;
  margin: 0;
  width: 100% !important;
}
#main_img_area .bx-wrapper div#slide_01_parent {
  display: flex;
  justify-content: center;
}
#main_img_area .bx-wrapper div.slide_01_box {
  width: 1180px;
  height: 440px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 0px;
}
#main_img_area .bx-wrapper div#slide_01 {
  background-image: url("../img/slide/main_01.jpg");
  width: 100%;
  height: 475px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#main_img_area .bx-wrapper div#slide_02_parent {
  display: flex;
  justify-content: center;
}
#main_img_area .bx-wrapper div#slide_02 {
  background-image: url("../img/slide/html_bg.png");
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
#main_img_area .bx-wrapper div.slide_02_box {
  width: 1180px;
  height: 440px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 0px;
}
#main_img_area .bx-wrapper img.poster {
  position: absolute;
  width: 358px;
  top: 27px;
  right: 142px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
#main_img_area .bx-wrapper img.slide_02_text {
  position: absolute;
  width: 475px;
  top: 45px;
  left: 70px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -21px;
  width: 100%;
  text-align: left;
  left: 290px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff14d;
}
.bx-wrapper .bx-pager a {
  background: #efefef;
}
ul.top_img_slider {
  width: 100%;
}
#box_topics_pickup {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  z-index: 10;
  position: relative;
  bottom: 85px;
  margin-right: auto;
  margin-left: auto;
}
#topics {
  display: table;
  width: 1180px;
  margin: 0 auto;
  height: 60px;
}
#newsbox {
  display: table-cell;
  padding: 0px 0px 0px 37px;
  vertical-align: middle;
  border-radius: 4px 0 0 4px;
  background: #ebeef0;
}
#topics h3 {
  color: #f35881;
  font-size: 15px;
  font-weight: bold;
  border-right: 1px solid #666666;
  line-height: 1;
  padding-right: 15px;
}
.topic_contents {
  display: table-cell;
  vertical-align: middle;
  background-color: #ebeef0;
  border-radius: 0 4px 4px 0;
  border: 1px #eeeeee solid;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: left;
}
.topic_contents a {
  color: #20419A;
}
.topic_contents a::before {}
.topic_contents li span.date {
  display: inline-block;
  margin-right: 10px;
}
.topic_contents ul.topic_slider a {
  color: #0a4baa;
  font-size: 15px;
  font-weight: bold;
}
.topic_slider li {
  width: 300px;
}
/* News */
#box_news {
  height: 216px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: scroll;
}
#box_news h2 {
  font-size: 21px;
  font-weight: bold;
  color: #032550;
  text-align: left;
  line-height: 1.4rem;
  position: relative;
  top: -4px;
  display: inline;
}
#wrap_news {
  margin-left: auto;
  margin-right: auto;
  width: 1120px;
  margin-bottom: 20px
}
#wrap_news span.shinchaku {
  font-size: 20px;
  font-family: "Hiragino Sans", "Noto Sans JP", '游ゴシック Medium', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 800;
  color: #fff;
  display: block;
  background: linear-gradient(to right, rgba(0, 32, 96, 1), rgba(0, 32, 96, 0.75));
  padding-left: 10px;
  padding-top: 2px;
  box-sizing: border-box;
  height: 38px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
#wrap_news li {
  list-style: none;
  border-bottom: 2px dotted black;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 8px;
  padding-top: 10px;
  display: flex;
  justify-content: left;
}
#wrap_news li span.news_date {
  display: inline-block;
  width: 120px;
  margin-left: 5px;
  font-size: 15px;
}
#wrap_news li span.news_content {
  display: inline-block;
  width: 960px;
  margin-left: 5px;
  font-size: 15px;
}
#box_news h2 span {
  font-size: 12px;
  color: #758ead;
  letter-spacing: 1px;
}
.bordertest {
  height: 312px;
}
.scroll1 {
  height: 312px;
  overflow-y: scroll;
}
.box_news {
  margin: 0;
  font-size: 15px;
  padding: 0;
  width: auto;
  box-sizing: border-box;
}
.gradabox {
  background: linear-gradient(rgba(0, 130, 150, 0), rgba(0, 130, 150, 0.2));
  height: 298px;
  width: 100%;
}
.news_title {
  clear: both;
  font-size: 0.95rem;
  line-height: 1.36rem;
  padding: 2px 0 12px 0;
  margin: 0 8px 0 0;
  box-sizing: border-box;
  border-bottom: 1px #aaa dotted;
}
div.box_topics div.news_title:last-child {
  border-bottom: none;
}
.box_topics .news_date {
  padding-top: 7px;
  box-sizing: border-box;
}
.box_topics .news_title {
  padding-bottom: 7px;
  box-sizing: border-box;
}
.title_topics a {
  font-size: 14px;
  display: block;
  background: url(../img/ico_arrow_01.png) no-repeat 0 7px;
  padding: 0 0 0 12px;
}
.title_topics {
  margin: 0 0 5px 0;
}
.text_topics {
  font-size: 0.9em;
  padding: 0 0 10px 0;
  height: 115px;
  overflow: hidden;
}
.news_btn_box {
  text-align: center;
  height: 68px;
  padding-top: 6px;
}
.ippan_slide_box .bx-wrapper .bx_viewport {
  position: relative;
  top: 10px;
}
.ippan_slide_box .bx-wrapper {
  margin-top: 60px;
}
.item_right #slide-counter {
  position: relative;
  top: 44px;
  left: 184px;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  letter-spacing: 4px;
}

/* Journals */
.top_img_btn a.btn_white {
  display: inline-block;
  color: #00479d;
  font-weight: bold;
  border-radius: 40px;
  text-decoration: none;
  transition: .2s ease-out;
  background: white;
  border: 3px solid #00a0e9;
  width: 236px;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 18px;
  padding: 10px 0px;
  text-align: center;
}
.cover {
  margin: 34px 0 0 24px;
}


div.slide04 a {
  transition: .2s ease-out;
}
div.slide04 a {
  text-decoration: none !important;
}
/*media*/
#slide-counter span {
  color: #111111;
  position: relative;
  bottom: 340px;
  right: 12px;
}
#wrap_panel {
  background: linear-gradient(to top, rgba(223, 231, 240, 1), rgba(237, 239, 242, 0.6));
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #D5D5D5;
}
.panel_row {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
    flex-wrap: wrap;
}
.panel {
  height: 240px;
  width: 336px;
  box-shadow: 0 0px 10px 4px rgba(0, 0, 0, 0.15);
  background-color: white;
  text-align: center;
  margin-bottom: 32px;
}
.panel .paneltitlebox {
  height: 55px;
  width: 336px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 185px;
  background-color: rgba(105, 5, 5, 0.85);
}
.panel span.paneltitle {
  font-size: 22px;
  line-height: 24px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  bottom: 2px;
}
.panelpic {
  width: 336px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.panelpic img {
  object-fit: cover;
  width: 336px;
  height: 240px;
}
.container {
  width: 1444px;
  height: 1337px;
  position: absolute;
  z-index: -20;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.87);
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 15s infinite;
}
.src1 {
  background-image: url("../img/main_img_1.png");
}
.src2 {
  background-image: url("../img/main_img_3.webp");
}
.src3 {
  background-image: url("../img/main_img_2.webp");
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.copyright_smp {
  display: none;
}
/*うしろのぼかし*/
.bokashi {
  position: absolute;
  top: 0;
  z-index: -30;
  left: 50%;
  width: 100%;
  height: 1337px;
  transform: translate(-50%, 0);
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 15s infinite;
}
.src_a {
  background-image: url("../img/bokashi.png");
}
.src_b {
  background-image: url("../img/main_img_3_bokashi.webp");
  object-fit: contain;
}
.src_c {
  background-image: url("../img/main_img_2_bokashi.webp");
  object-fit: contain;
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#movie{
height: 560px;
background-image: url("../img/movie_bg.png");
background-position: center center;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

#movie h2{
background:rgba(255, 255, 255, 0.5);
font-weight: bold;
margin-bottom: 10px;
width: 680px;
margin-left: auto;
    margin-right: auto;
        display: flex;
    justify-content: space-between;
}

#movie h2::before{
content:"";
border-top: 3px solid #20419A;
display: block;
position: relative;
top:18px;
width:48px;
}

#movie h2::after{
content:"";
border-top: 3px solid #20419A;
display: block;
position: relative;
top:18px;
width:48px;
}

#movie video{
width: 680px;
}

#posterarea{
padding-left: 100px;
height: 420px;
position: relative;
bottom: 8px;

}

#posterarea img {
width: 270px;
}

#posterarea h3 {
font-weight: bold;
font-size: 22px;
margin-bottom: 10px;
}

.app img{
width: 336px;
}


.abst_logo{
width: 1226px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  position: relative;
  top: 18px;
  display: flex;
  justify-content: space-between
}

.abst_logo img.right{
width:250px;
}

.abst_logo img:hover{
opacity: 0.88;
}

.bnr_sanka{
display: flex;
flex-direction: column;
}

#bnr_box{
display: flex;
justify-content: center;
padding-top: 40px;
padding-bottom: 30px;
}


.bnr_sanka{
}