/*==============================================
variables
==============================================*/
/* main-color */
/* sub-color */
/* bg-color */
/* text-color */
/* contents width */
/* mixin */
.font-line {
  display: block;
}

/* function */
/*==============================================
index
==============================================*/
/*
* body
* hero
* section contents
* information
* info-banner
* cnt-banner
* rel-banner
* keyframes
*fixed-bnr
*top-bnr
*/
/* body
----------------------- */
body {
  letter-spacing: .07em;
}

/* hero
----------------------- */
.hero__logo {
  display: inline-block;
  margin-bottom: 1.42857vw;
  width: 16.71429vw;
}

.hero__logo img {
  width: 100%;
}

.hero__title {
  color: #0e3e6e;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 7.14286vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.hero__title-main {
  -webkit-animation: fadeInUp 2s ease-out 1.5s forwards;
  animation: fadeInUp 2s ease-out 1.5s forwards;
  font-size: 1.71429vw;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
  line-height: 1.5;
  opacity: 0;
  position: relative;
}

.hero__title-sub {
  -webkit-animation: fadeIn 1.5s ease-out 4s forwards;
  animation: fadeIn 1.5s ease-out 4s forwards;
  font-size: 1.28571vw;
  font-weight: bold;
  opacity: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hero__logo {
    margin-bottom: 2.66667vw;
    width: 32.13333vw;
  }
  .hero__title {
    top: 5.33333vw;
  }
  .hero__title-main {
    font-size: 4.8vw;
    letter-spacing: .07em;
    line-height: 1.5;
  }
}

/* section contents
----------------------- */
.contents__inner {
  padding-top: 12.5%;
  text-align: center;
}

.contents__inner > *,
.contents__inner a > * {
  display: inline-block;
}

.ie .contents__inner {
  padding-top: 10.83333%;
}

.contents__headline {
  display: block;
  margin-bottom: 2.91667%;
  position: relative;
}

.contents__headline-img {
  display: block;
  line-height: 0;
  position: relative;
}

.contents__headline-img .arrow {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contents__headline svg {
  height: 100%;
}

.contents__icon {
  left: -140px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
}

.contents__icon img {
  width: 118px;
}

a:hover .contents__icon img {
  opacity: 1;
}

.contents__icon--bird img {
  width: 58px;
}

.contents__lead {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 4.16667%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 87.5%;
}

a:hover .contents__lead {
  color: #0d5eb0;
}

@media only screen and (max-width: 1220px) {
  .contents {
    width: 100vw;
  }
  .contents__icon img {
    width: 9.83333vw;
  }
  .contents__icon--bird img {
    width: 4.83333vw;
  }
}

@media only screen and (max-width: 767px) {
  .contents__inner {
    padding-top: 24vw;
    padding-bottom: 0;
  }
  .contents__headline {
    margin-bottom: 8vw !important;
  }
  .contents__icon {
    left: -18.66667vw;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .contents__icon img {
    width: 17.33333vw;
  }
  .contents__icon--bird {
    width: 4.93333vw;
  }
  .contents__lead {
    font-size: 3.73333vw;
    text-align: left;
  }
}

/* information
----------------------- */
.information {
  z-index: 10;
}

.information__inner {
  background: #fff;
}

.information .contents__inner {
  padding-top: 4.16667%;
}

.information .contents__headline {
  margin-bottom: 2.08333%;
}

.information .contents__info-list {
  display: block;
  text-align: center;
}

.information .contents .info-list {
  display: inline-block;
  text-align: left;
}

.information .contents .info-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.information .contents .info-list__item:not(:last-child) {
  margin-bottom: 8px;
}

.information .contents .info-list__date {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .information__inner {
    padding-bottom: 20vw;
  }
  .information .contents__inner {
    padding-top: 10.66667vw;
  }
  .information .contents__headline .headline-f__text {
    width: 27.33333vw;
  }
  .information .contents .info-list {
    max-width: 82.66667vw;
  }
  .information .contents .info-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.73333vw;
  }
  .information .contents .info-list__item:not(:last-child) {
    margin-bottom: 4.66667vw;
  }
}

/* info-banner
----------------------- */
.info-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1060px;
}

.contents__info-list + .info-banner {
  margin-top: 5%;
}

.info-banner__item {
  min-height: 0%;
}

.info-banner__item--large {
  width: 100%;
}

.info-banner__item--margin-b {
  margin-bottom: 60px;
}

.info-banner__banner .banner-d__img {
  width: 100%;
}

.info-banner__carousel {
  width: 500px;
}

.info-banner__arrow {
  position: absolute;
  width: 27px;
  height: 27px;
  z-index: 2;
  background: url(../img/bnr_arrow.png) no-repeat center center;
  background-size: 100%;
}

.info-banner__arrow--prev {
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info-banner__arrow--next {
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .info-banner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-banner__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .info-banner {
    padding: 0 4vw;
  }
  .contents__info-list + .info-banner {
    margin-top: 13.33333vw;
  }
  .info-banner__item {
    width: 100%;
  }
  .info-banner__item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .info-banner__carousel {
    width: 100%;
  }
  .info-banner__arrow {
    width: 6.66667vw;
    height: 6.66667vw;
  }
  .info-banner__arrow--prev {
    left: -3.73333vw;
  }
  .info-banner__arrow--next {
    right: -3.73333vw;
  }
}

/* cnt-banner
----------------------- */
.cnt-banner {
  z-index: 9;
}

.cnt-banner__inner {
  background: #f8ea66;
}

.cnt-banner .contents__inner {
  padding-top: 9.16667%;
}

.cnt-banner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cnt-banner__list:not(:last-child) {
  margin-bottom: 3.33333%;
}

.cnt-banner__list--wide .cnt-banner__item {
  margin-left: auto;
  margin-right: auto !important;
}

.cnt-banner__list--wide .cnt-banner__item:not(:last-child) {
  margin-bottom: 2.5%;
}

.cnt-banner__item:not(:nth-child(3n)) {
  margin-right: 3.75%;
}

.cnt-banner__item:not(:nth-last-child(-n+3)) {
  margin-bottom: 3.33333%;
}

.cnt-banner__item .media {
  height: 100%;
}

@media only screen and (max-width: 1220px) {
  .cnt-banner__item {
    width: 30.83333%;
  }
  .cnt-banner__list--wide .cnt-banner__item {
    width: auto;
  }
  .cnt-banner__item .media-a {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cnt-banner .contents__inner {
    padding-top: 20vw;
  }
  .cnt-banner__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cnt-banner__list:not(:last-child) {
    margin-bottom: 8vw;
  }
  .cnt-banner__list--wide .cnt-banner__item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .cnt-banner__item {
    margin-right: 0 !important;
    width: 92vw;
  }
  .cnt-banner__item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .cnt-banner__list--wide .cnt-banner__item {
    width: 92vw;
  }
}

/* rel-banner
----------------------- */
.rel-banner {
  margin-bottom: 0;
  z-index: 8;
  background: #6adc95;
}

.rel-banner__inner {
  padding-bottom: 7.5%;
}

.rel-banner .contents__inner {
  padding-top: 9.16667%;
}

.rel-banner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rel-banner__item:not(:nth-child(3n)) {
  margin-right: 2.5%;
}

.rel-banner__item:not(:nth-last-child(-n+3)) {
  margin-bottom: 2.91667%;
}

.rel-banner__item .media {
  height: 100%;
}

@media only screen and (max-width: 1220px) {
  .rel-banner__item {
    width: 31.66667%;
  }
  .rel-banner__item .media-b {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .rel-banner__inner {
    padding-bottom: 14.66667vw;
  }
  .rel-banner .contents__inner {
    padding-top: 20vw;
  }
  .rel-banner .contents__headline .headline-f__text {
    width: 35.2vw;
  }
  .rel-banner__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rel-banner__item {
    margin-right: 0 !important;
    width: 92vw;
  }
  .rel-banner__item:not(:last-child) {
    margin-bottom: 8vw;
  }
}

/* keyframes
----------------------- */
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInUp {
  0% {
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

/* fixed-bnr
----------------------- */
.fixed-bnr {
  width: 100px;
  position: fixed;
  bottom: 10px;
  z-index: 100;
}

.fixed-bnr.absolute {
  position: absolute;
  bottom: 5px;
}

@media screen and (max-width: 1345px) {
  .fixed-bnr {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-bnr {
    width: 13.33333vw;
    bottom: 0.66667vw;
  }
}

/* top-bnr
----------------------- */
.top-bnr {
  max-width: 1060px;
  margin: 0 auto 30px;
  width: 100%;
}

.top-bnr a {
  display: block;
}

.top-bnr a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top-bnr {
    padding: 0 4vw;
    margin-bottom: 4vw;
  }
}

.p-small {
  font-size: 80%;
}

/*# sourceMappingURL=../map/css/index.css.map */
