@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara');
html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-size: 1rem; /*基本のフォントサイズを【1rem = 10px】に指定*/
  font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  cursor: pointer;
}
.clearfix:after {
 content: "";
 clear: both;
 display: block;
}
canvas {
  width: 100%;
  height: 100%;
}
video {
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#video-area {
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
}
#video-overlay {
  min-width: 100vw;
  min-height: 100vh;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
}
#canvas-area {
  height: 0;
}

/*------------------------------
  Wrap
------------------------------*/
#wrap {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
div.logo {
  width: 530px;
  height: 530px;
  position: absolute;
  top: 190px;
  right: 0px;
  bottom: 0px;
  left: 55px;
  margin: 0 auto;
  z-index: 10;
}
div.logo svg {
  width: 100%;
}

@media screen and (max-width: 768px){
  div.logo {
    top: 220px;
    width: 80vw;
    height: 110vw;
    left: 14.5vw;
    margin: 0;
  }
  div.logo svg {
    width: auto;
    height: 100%;
  }
}

.animation2 {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: DASH 5s ease-in 1s forwards;
  -webkit-animation: DASH 5s ease-in 1s forwards;
  padding: 10px;
}
@keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    fill: rgba(0, 0, 0, 1);
  }
  100% {
    fill: transparent;
  }
}
@media screen and (max-width: 768px){
  .animation2 {
    will-change: contents;
  }
}


/*------------------------------
  ヘッダー
------------------------------*/
#header {
  box-shadow: 0 5px 6px rgba(0,0,0,0.1);
  height: 100vh;
  padding: 0 32px;
}
.video {
  position: relative; /*必ず必要*/
  z-index: 2; /*必ず必要*/
}
.header__inn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px auto 0;
}
.header__inn2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0px auto 0;
}
.header__logo{
  margin-right: 50px;
  padding-top: 5px;
}

.nav__all {
  display: flex;
  flex-direction: row;
  margin-right: 60px;
}
.buttons__all {
  display: flex;
  flex-direction: row;
}
nav{
  display: flex;
  flex-direction: row;
}
.font a {
  font-family: 'Hind Vadodara', sans-serif ;
  font-size: 2rem;
  letter-spacing: .03rem;
  line-height: 2rem;
  text-decoration: none;
}
.nav__all a {
  color: #333;
}
.nav__all a:hover {
  color: #1d4c78;
}
.buttons__all a {
  color: #fff;
  display: block;
  padding: 15px 0;
}
.font small {
  font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .01rem;
  text-align: center;
}
.nav__all li {
  margin: 0 50px 0 0;
  padding: 15px 0 0;
}
.buttons__all li {
  color: #fff;
  text-align: center;
  width: 205px;
}
.header__button1{
  background-color: #1d4c78;
}
.header__button1:hover {
  background-color: #003f79;
}
.header__button2{
  background-color: #56d2e8;
}
.header__button2:hover {
  background-color: #00c4e7;
}
.header__after {
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 5px 6px rgba(0,0,0,0.1);
  left: 0;
  padding: 20px 32px 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 1300px){
  #header{
    padding: 0 20px;
  }
  .header__after {
    padding: 10px 0px 10px;
  }
  .logo__img{
    width: 200px;
  }
  .font a {
    font-family: 'Hind Vadodara', sans-serif ;
    font-size: 1.5rem;
    letter-spacing: .03rem;
    line-height: 2rem;
    text-decoration: none;
  }
  .font small {
    font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: .7rem;
    letter-spacing: .01rem;
    text-align: center;
  }
  .nav__all li {
    margin: 0 30px 0 0;
    padding: 9px 0 0;
  }
  .buttons__all li {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 150px;
  }
  .header__logo {
    margin-right: 30px;
  }
  .header__after .header__logo {
    padding-top: 0;
  }
  .nav__all {
  margin-right: 0px;
  }
}

@media screen and (max-width: 930px){
  #header{
    padding: 0 10px;
  }
  .logo__img{
    width: 150px;
  }
  .font a {
    font-family: 'Hind Vadodara', sans-serif ;
    font-size: 1.3rem;
    letter-spacing: .03rem;
    line-height: 1.5rem;
    text-decoration: none;
  }
  .font small {
    font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: .5rem;
    letter-spacing: .01rem;
    text-align: center;
  }
  .nav__all li {
    margin: 0 15px 0 0;
    padding: 9px 0 0;
  }
  .buttons__all li {
    color: #fff;
    padding: 7px 0;
    text-align: center;
    width: 120px;
  }
  .header__logo {
    margin-right: 15px;
  }
  .nav__all {
  margin-right: 0px;
  }
}
@media screen and (min-width: 769px){
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px){
  .top {
    top: -10px;
  }
  #header {
    padding: 0;
    z-index: 10;
  }
  .header__inn {
    justify-content: space-between;
    margin: 10px auto 0;
  }
  .header__inn2 {
    justify-content: space-between;
    margin: 0px auto 0;
  }
  .gnav__open {
    background: url(/common/img/btn_dr.png) no-repeat;
    background-size: 25px 12px;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 20px;
    width: 25px;
  }
  .gnav__close {
    background: url(/common/img/btn_dw-close.png) no-repeat;
    background-size: 14px;
    display: block;
    height: 14px;
    position: absolute;
    right: 25px;
    text-indent: -9999px;
    top: 16px;
    width: 15px;
  }
  .gnav {
    background: rgba(255,255,255,.9);
    display: none;
    height: 100vh;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  nav {
    flex-direction: column;
  }
  .nav__all {
    flex-direction: column;
    margin-top: 150px;
  }
  .nav__all li {
    margin: 0 auto 50px;
    padding: 0;
  }
  .buttons__all li {
    padding: 15px 0;
    width: 50%;
  }
  .header__logo {
    margin-left: 15px;
    position: absolute;
    z-index: 11;
  }
  .font a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .font small {
    font-size: 1rem;
  }
  .buttons__all {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .header__after {
    padding-bottom: 57px;
  }
  .header__after .gnav__open {
    top: 42%;
  }
  .nav_on {
    position: relative;
    z-index: 1;
  }
}
.catch {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 200px;
  left: 0px;
  margin: auto;
  width: 973px;
  height: 280px;
  z-index: -1;
}
@media screen and (max-width: 1300px){
  .catch {
    width: 80%;
    height: 280px;
  }
}
@media screen and (max-width: 320px){
  .nav__all {
    margin-top: 110px;
  }
}
body.first #video {
  left: 0;
  position: fixed;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  /*animation: vid 3s ease-in 6.5s forwards;
  -webkit-animation: vid 3s ease-in 6.5s forwards;*/
  }
body.access #video {
  left: 0;
  position: fixed;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  /*animation: vid .1s ease-in .1s forwards;
  -webkit-animation: vid .1s ease-in .1s forwards;*/
  }
/*@keyframes vid {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .5;
  }
}*/

.catch-txt {
  /*color: transparent;*/
  color: rgba(29, 76, 120, 1);
  /*fill: none;*/
  fill: rgba(29, 76, 120, 1);
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: -.0075rem;
  line-height: 4.2rem;
  margin-top: 0;
  /*animation: TXT 3s ease-in 6.5s forwards;
  -webkit-animation: TXT 3s ease-in 6.5s forwards;*/
  opacity: 0;
  -moz-opacity: 0;
}
/*@keyframes TXT {
        0% {
            color: transparent;
            fill: transparent;
            margin-top: 0;
        }
        100% {
          color: rgba(29, 76, 120, 1);
          fill: rgba(29, 76, 120, 1);
        }
    }*/
.header__am,.contents__1 {
  /*animation: TXTS 9s ease-in 0s forwards;
  -webkit-animation: TXTS 9s ease-in 0s forwards;*/
  opacity: 0;
  -moz-opacity: 0;
}
/*@keyframes TXTS {
        0% {
          opacity: 0;
        }
        70% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
    }*/
.catch__bottom{
  padding-top: 30px;
}
.header__btn {
  bottom: 34px;
  left: 49.5%;
  position: absolute;
  text-align: center;
  z-index: -1;
}
.btn__lead {
  bottom: 73px;
  color: #fff;
  font-family: 'Hind Vadodara', sans-serif ;
  font-size: 1.2rem;
  left: -30px;
  letter-spacing: .03rem;
  line-height: .64rem;
  position: relative;
  text-decoration: none;
}
.btn__scroll {
  background:url(/common/img/btn_scroll.png) left top no-repeat;
  bottom: 34px;
  display: block;
  height: 34px;
  position: absolute;
  width: 20px;
}
.btn__scroll_cir{
  -webkit-animation-name:cir;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function:ease;
  -moz-animation-name:cir;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function:ease;
  bottom: 33%;
  display: block;
  right: 40%;
  position: absolute;
}
@-webkit-keyframes cir {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, -10px);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes cir {
  100% {-moz-transform:translate(0, 0);}
}
@media screen and (max-width: 768px){
  .catch {
    bottom: 0;
  }
  .catch svg {
    width: 100%;
  }
  .catch__bottom{
    padding-top: 24px;
  }
  .catch-txt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*------------------------------
  コンテンツ
------------------------------*/
#contents {
  margin: 0 auto;
  text-align: center;
}
.contents__1 {
  background-color: #fff;
  margin: 0 auto;
  padding-bottom: 84px;
}
.contents__1-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contents1__1 .contents1__2{
  bottom: 0;
  display: block;
  height: 144px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 218px;
}
.contents__1 small {
  color: #fff;
  font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .03rem;
  line-height: 6rem;
  padding-top: 17px;
  text-align: center;
}
.contents1__bnr img {
  display: block;
  width: 100%;
  max-width: 1265px;
  margin: 48px auto;
}

.contents2__bnr{
  display: flex;
  width: 100%;
  max-width: 1265px;
  justify-content: space-between;
  margin: auto;
}

.contents2__bnr a{
  width: 47.4%;
}

.contents2__bnr img{
  width: 100%;
}

.back {
  height: 355px;
  margin: 0 19px;
  height: 355px;
  margin-top: -60px;
  position: relative;
  transition: .3s;
  width: 613px;
}
.back1 {
  background-color: #1d4c78;
}
.back1:hover {
  background-color: #345e86;
}
.back1:after {
  border: 1px solid #173551;
  box-sizing: border-box;
  content: "";
  left: 5px;
  height: 100%;
  position: absolute;
  top: 5px;
  transition: .3s;
  width: 100%;
}
.back1:hover:after {
  left: 0;
  top: 0;
}
.back2 {
  background-color: #f9a356;
}
.back2:hover {
  background-color: #fbac67;
}
.back2:after {
  border: 1px solid #a96325;
  box-sizing: border-box;
  content: "";
  left: 5px;
  height: 100%;
  position: absolute;
  top: 5px;
  transition: .3s;
  width: 100%;
}
.back2:hover:after {
  left: 0;
  top: 0;
}
.contents__1 span {
  background-size: 69px 69px;
  bottom: 0;
  color: #fff;
  font-family: 'Hind Vadodara', sans-serif ;
  font-size: 3.2rem;
  height: 144px;
  left: 0;
  letter-spacing: .03rem;
  line-height: .64rem;
  margin: auto;
  padding-top: 110px;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  width: 218px;
}
.back1:hover span,.back2:hover span {
  top: -120px;
}
.contents1__1 span {
  background:url(/common/img/icon_consulting.png) no-repeat center top;
}
.contents1__2 span {
  background:url(/common/img/icon_studygroup.png) no-repeat center top;
}
.contents1__sp {
  margin-top: 17px;
}
.slideup {
  height: 100%;
  left: 0;
  top: 400px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.slideup2 {
  left: 50px;
}
.yama1,.yama2 {
  bottom: -205px;
  left: 50%;
  position: absolute;
  transition: .3s;
}
.yama1 {
  margin-left: -150px;
}
.yama2 {
  margin-left: -90px;
  }
.back1:hover .yama1 {
  bottom: 0;
}
.back2:hover .yama2 {
  bottom: -10px;
}
.box:before {
   content: "";
   display: block;
   padding-top: 100%;
}
.contents__ttl-inn {
  font-family: 'Hind Vadodara', sans-serif ;
  font-size: 3.2rem;
  letter-spacing: .03rem;
  line-height: 2rem;
}
.contents__ttl-inn small {
  font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px){
  .pc-only {
    display: none !important;
  }
  .contents__1 {
    padding-bottom: 0;
  }
  .contents__1-box {
    align-items: center;
    flex-direction: column;
  }
  .contents1__bnr {
    padding: 0 20px;
  }
  .contents1__bnr img {
    margin: 20px auto;
  }
  .contents2__bnr{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px 20px;
  }
  .contents2__bnr a{
    width: 100%;
    margin: 0 auto 20px;
  }
  .contents2__bnr img{
    width: 100%;
  }
  .back {
    height: 163px;
    width: 280px;
  }
  .back1 {
    margin-top: -10px;
  }
  .back2 {
    margin-top: 15px;
  }
  .contents1__1 span {
    background: url(/common/img/icon_consulting-sp.png) no-repeat center center;
    background-size: 18%;
  }
  .contents1__2 span {
    background: url(/common/img/icon_studygroup-sp.png) no-repeat center center;
    background-size: 18%;
  }
  .contents__1 span {
    bottom: 32%;
    font-size: 1.8rem;
    line-height: 0;
    padding-top: 106px;
  }
  .contents__1 small {
    font-size: 1rem;
  }
  .back1:hover span, .back2:hover span {
    top: 0;
  }
}

.contents__ttl-box {
  color: #fff;
  float: left;
  position: relative;
  width: 300px;
  height: auto;
}
.contents__box-inn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.bc1 {
  background-color: #56d2e8;
}
.bc2 {
  background-color: #173551;
}
.contents__2 {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.contents__main-box1 {
    background-color: #efefef;
    box-sizing: border-box;
    float: right;
    margin-right: -300px;
    padding: 50px 340px 30px 40px;
    max-width: 100%;
    width: 100%;
}
.contents__main-box2 {
  box-sizing: border-box;
  float: right;
  margin-right: -300px;
  margin-top: 50px;
  padding: 0 340px 0 40px;
  max-width: 100%;
  width: 100%;
}
.wid150 {
  max-height: 150px;
  width: 150px;
}
.blog__img {
  width: 100%;
}
.slider__box {
  align-items: center;
  background-color: #fff;
  display: flex !important;
  flex-direction: row;
  float: left;
  height: 152px !important;
  margin: 0 29px;
  outline: none;
  position: relative;
  width: 25%;
}
.slider__box:after {
  border: 1px solid #173551;
  box-sizing: border-box;
  content: '';
  top: 0;
  left: 5px;
  height: 100%;
  position: absolute;
  transition: .3s;
  width: 100%;
}
.slider__box:hover:after {
  left: 0;
}
.slider__box img {
  order: 1;
}
.slider__box p {
  color: #173551;
  flex: 1 1 55%;
  font-size: 1.4rem;
  line-height: 2.8rem;
  order: 2;
  padding:0 5px 0 10px;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: #fff;
  word-break: break-all;
}
.slider__box small {
  color: #808080;
  font-size: 1.2rem;
}
.slider.slick-initialized.slick-slider {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.slick-prev, .slick-next {
  height: 50px;
}
.slick-prev:before, .slick-next:before {
  content: '' !important;
  color: #173551 !important;
  font-family: FontAwesome !important;
  font-size: 33px !important;
}
.slick-prev:before {
  content: "\f104" !important;
  padding-right: 6px !important;
}
.slick-next:before {
  content: "\f105" !important;
  padding-left: 6px !important;
}
.center1 {
  margin: 27px auto;
}
.center2 {
  margin: 25px auto;
}
@media screen and (max-width: 768px){
  .contents__ttl-box {
    height: 53px;
    width: 100%;
  }
  .contents__main-box1,.contents__main-box2 {
    float: left;
    margin: 30px auto 50px;
    padding: 30px 0 0;
    margin-top: 10px;
  }
  .center1 {
    margin: 30px auto ;
  }
  .slider__box p {
    font-size: 1.2rem;
  }
  .slider__box small {
    font-size: .9rem;
  }
  .slider__box {
    height: 125px !important;
  }
  .slick-slide img {
    height: auto;
    width: 100%;
  }
}

.contents__3 {
  background-color: #fbfbfb;
  height: 300px;
  overflow: hidden;
}
.contents__3-main {
  font-size: 1.4rem;
}
.contents__3-day {
  color: #808080;
  font-weight: bold;
  margin-right: 50px;
}
.contents__3-ttl {
  font-weight: bold;
  line-height: 2.5rem;
}
.contents__3-item {
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-direction: row;
  padding: 15px 0;
}
.contents3__inn {
  overflow: auto;
  padding:0 15px 0 37px;
  max-height: 190px;
  text-align: left;
}
.info__inn1 {
  font-weight: medium;
}
.info__inn1 a {
  color: #56a2e8;
  text-decoration: none;
  word-wrap: break-word;
}
.info__inn1 a:hover {
  border-bottom: 1px solid #56a2e8;
}
.btn__allpage {
  color: #56a2e8;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.btn__allpage:hover span {
  border-bottom: 1px solid #56a2e8;
}
.btn__allpage:after {
  color: #56a2e8;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: bold;
  padding-left: 6px;
}

@media screen and (max-width: 768px){
  .contents__3 {
    background-color: #fff;
    overflow: visible;
  }
  .contents__main-box2 {
    background-color: #fbfbfb;
  }
  .contents__3-item {
    display: block;
  }
  .contents3__inn {
    max-height: 300px;
    overflow: hidden;
    padding: 0 25px;
  }
  .contents__3-day {
    font-size: 1rem;
    margin: 0 0 5px;
  }
  .contents__3-ttl {
    font-size: 1.2rem;
  }
  .btn__allpage {
    font-size: 1.2rem;
  }
}

.contents__4 {
  background-color: #fff;
  padding: 82px 20px 75px;
}
.contents__4-wrap {
  border: 2px solid #173551;
  margin: 0 auto;
  max-width: 1290px;
  padding: 63px;
}
.fc4 {
  color: #173551;
}
.contents__4-left {
  margin: 0 30px 30px 0;
}
.contents__4-right {
  text-align: left;
}
.contents__4-top {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 45px;
}
.contents__4-pc {
  font-size: 2.6rem;
  line-height: 3rem;
  margin-top: -12px;
}
.contents__4-pc small {
  font-size: 1.4rem;
}
.contents__4-pc span {
  color: #a6b0bb;
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 2.1rem;
}
.contents__4-ttl {
  margin-top: -94px;
}
.contents__4-ttl span {
  background-color: #fff;
  padding: 0 25px;
}
.contents__4-bottom {
  margin: 50px 0 0 0;
}
.contents__4-bottom ul {
  display: flex;
  flex-direction: row;
}
.contents__4-bottom a {
  background-color: #f7f7f7;
  color: #333;
  display: block;
  font-size: 1.9rem;
  margin-right: 20px;
  padding: 20px;
  text-align: left;
  text-decoration: none;
}
.contents__4-bottom a:hover {
  background-color: #173551;
  color: #fff;
}
.contents__4-bottom a:hover span {
  color: #fff;
}
.contents__4-bottom span {
  color: #a6b0bb;
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 2.9rem;
  font-style: oblique;
  margin-right: 19px;
}
.contents__4-sp {
  display: none;
}

.history__box {
  display: flex;
  flex-direction: row;
}
.sub__ttl {
  color: #56d2e8;
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 2.6rem;
  letter-spacing: .3rem;
  margin-bottom: 27px;
  text-align: left;
}
.history {
  margin-top: 30px;
}
.history__box li {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 22px;
  padding-left: 4em;
  text-indent: -4em;
}
.history__box li:last-child {
  margin-bottom: 0px;
}
.history__box small {
  color: #a6b0bb;
  letter-spacing: .3rem;
  margin-right: 15px;
}
.history__1 {
  margin-right: 20px;
}

/*モーダル*/
.lightbox {
  display: none;
  padding: 10px;
}
h3.modal__h3 {
  border-bottom: 2px solid #cccccc;
  color: #333;
  display: block;
  font-size: 1.9rem;
  padding-bottom: 10px;
}
h3.modal__h3 span {
  color: #a6b0bb;
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 2.9rem;
  font-style: oblique;
  margin-right: 19px;
}
.modal p {
  color: #666666;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-top: 35px;
  max-height: 370px;
  overflow: auto;
  padding-right: 25px;
  -webkit-overflow-scrolling : touch
}
.modal {
  display: none;
}

.featherlight-previous,
.featherlight-next {
  bottom: 35px;
  top: auto;
  width: 120px;
}
.featherlight-previous {
  left: 25px;
  right: auto;
}
.featherlight-next {
  left: auto;
  right: 25px;
}
.featherlight-previous:before {
  background: #fff url(/common/img/ico_left-arrow1.png) no-repeat left 10px center;
  border: 2px solid #173551;
  box-sizing: border-box;
  color: #173551;
  content: "前の章を読む";
  display: block;
  font-size: 1.4rem;
  padding: 10px 10px 10px 20px;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
.featherlight-next:before {
  background: #fff url(/common/img/ico_right-arrow1.png) no-repeat right 10px center;
  border: 2px solid #285098;
  box-sizing: border-box;
  color: #285098;
  content: "次の章を読む";
  display: block;
  font-size: 1.4rem;
  padding: 10px 20px 10px 10px;
  position: absolute;
  width: 100%;
}
.featherlight-previous:hover:before {
  background: #173551 url(/common/img/ico_left-arrow.png) no-repeat left 10px center;
  color: #fff;
}
.featherlight-next:hover:before {
  background: #285098 url(/common/img/ico_right-arrow.png) no-repeat right 10px center;
  color: #fff;
}
.featherlight.featherlight-last-slide .featherlight-next,
.featherlight.featherlight-first-slide .featherlight-previous {
  display: none;
}
.featherlight-previous span,
.featherlight-next span,
.featherlight-previous:hover span,
.featherlight-next:hover span {
  display: none;
}
.modal__btn a {
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
}
.featherlight .featherlight-content {
  height: 613px;
  width: 50%;
}
.modal__btn-inn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 50px auto 10px;
}
.featherlight .featherlight-close-icon {
  background: #173551;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  outline: none;
  right: -3px;
  top: -10px;
  width: 35px;
}
.featherlight .featherlight-content {
  overflow: visible;
  padding-bottom: 60px;
  -webkit-overflow-scrolling : touch
}
.featherlight .featherlight-inner {
  margin-bottom: 25px;
}
.featherlight-previous,.featherlight-next {
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px){
  .contents__4-bottom a {
    padding: 20px 20px 20px 7.5rem;
  }
  .contents__4-bottom li {
    text-indent: -5rem;
  }
  .contents__4-bottom li:first-child {
    text-indent: -4.5rem;
  }
  .slider__box {
    margin: 0 10px;
  }
  .slider__box p {
    line-height: 2rem;
  }
}
@media only screen and (max-width: 1024px){
  .featherlight .featherlight-content {
    border-bottom: 0;
    padding: 10px 20px !important;
  }
}
@media screen and (max-width: 930px){
  .contents__3-day {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px){
  .contents__4 {
    padding: 218px 20px 50px 20px;
  }
  .contents__4-wrap {
    padding: 30px 20px;
  }
  .contents__4-sp {
    color: #173551;
    font-size: 1.5rem;
    display: block;
    text-align: left;
  }
  .contents__4-sp small {
    font-size: 1rem;
    line-height: 2rem;
  }
  .contents__4-sp span {
    color: #a6b0bb;
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 1rem;
    line-height: 2rem;
  }
  .contents__4-pc {
    display: none;
  }
  .contents__4-top {
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
  }
  .box:before {
    display: none;
  }
  .contents__ttl-inn {
    font-size: 1.8rem;
    letter-spacing: .03rem;
  }
  .contents__ttl-inn small {
    font-size: 1rem;
    line-height: 0;
  }
  .contents__4-img {
    height: 50%;
    margin-right: 25px;
    width: 50%;
  }
  .contents__4-left {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
  }
  .history__box {
    flex-direction: column;
  }
  .contents__4-bottom ul {
    flex-direction: column;
  }
  .history {
    margin-bottom: 30px;
  }
  .sub__ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .history__box li {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 13px;
    padding: 0 0 0 5.5rem;
    text-indent: -5.5rem;
  }
  .history__box small {
    margin-right: 15px;
  }
  .contents__4-bottom {
    margin: 0;
  }
  .contents__4-bottom a {
    margin: 0 0 10px 0;
    padding: 16px 16px 16px 5.2rem;
    text-align: left;
  }
  .contents__4-bottom li {
    text-indent: -3.5rem;
  }
  .history__1 {
    margin: 0;
  }
  .contents__4-bottom a {
    font-size: 1.1rem;
  }
  .contents__4-bottom span {
    font-size: 1.5rem;
  }
  .sp {
    line-height: 2rem;
  }
  .contents__4-ttl {
    margin-top: -50px;
  }
  .contents__4-bottom li:first-child {
    text-indent: -3.5rem;
  }
  .history__2 {
    display: none;
    padding-top: 12px;
  }
  .history__btn,.history__btn2 {
    margin-top: 20px;
    text-align: center;
  }
  .btn__allpage2 {
    color: #56a2e8;
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: none;
    width: 100%;
  }
  .btn__allpage2:hover span {
    border-bottom: 1px solid #56a2e8;
  }
  .history2 {
    display: none;
  }
  h3.modh3al__ span {
    font-size: 1.4rem !important;
    margin-right:9px !important;
  }
  h3.modal__h3 {
    font-size: 1.2rem !important;
  }
  .modal p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 15px;
    padding-right: 20px;
  }
  .modal__btn1 span,.modal__btn2 span{
    font-size: 1.2rem;
  }
  .modal__btn-inn {
    margin: 30px auto 10px;
  }
  .featherlight-next,.featherlight-previous{
  height: 33px !important;
  top: 92.5% !important;
  width: 106px !important;
  }
  .featherlight-previous:hover:before {
    font-size: 1.2rem !important;
    padding-top: 8px !important;
    padding-right: 10px;
    text-align: right !important;
    background: url(/common/img/ico_left-arrow.png) no-repeat 10px center;
  }
  .featherlight-next:hover:before {
    font-size: 1.2rem !important;
    padding-top: 8px !important;
    padding-left: 10px;
    text-align: left !important;
    background: url(/common/img/ico_right-arrow.png) no-repeat 88px center;
  }
  .featherlight .featherlight-content {
    height: 528px;
    width: 95%;
  }
  .featherlight-previous:before {
    font-size: 1.2rem;
    padding: 8px 8px 8px 18px;
  }
  .featherlight-previous:hover:before{
    background-color: #173551;
  }
  .featherlight-next:before {
    font-size: 1.2rem;
    padding: 8px 18px 8px 8px;
  }
  .featherlight-next:hover:before{
    background-color: #285098;
  }
}

.contents__5 {
  background-color: rgba(41,67,91,0.9);
  color: #fff;
}
.contents__5-inn {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.contents__5-box {
  display: flex;
  flex-direction: row;
}
.contents__5-box2 {
  margin-top: 80px;
}
.contents__5-box p {
  line-height: 2rem;
  margin: 20px 0 15px 0;
  text-align: left;
}
.contents__5-box a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.contents__5-box a:hover span {
  border-bottom: 1px solid #fff;
}
.border5 {
  border: 2px solid #fff;
  flex: 1 1 60%;
  padding: 30px 90px;
}
.box5-1 {
  height: 260px;
  max-width: 550px;
}
.box5-2 {
  height: 310px;
  width: 550px;
}
.center5 {
  position: relative;
  z-index: 1;
}
.top5 {
  top: 30px;
  left: -40px;
}
.bottom5 {
  right: 40px;
  position: relative;
  bottom: 30px;
}
.box5-inn {
  font-size: 1.4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 60%;
}
.contents__5-peo {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 22px;
  line-height: 2rem;
}
.contents__5-peo small {
  font-size: 1.3rem;
  font-weight: bold;
}
.contents__5-btn:after {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    padding-left: 6px;
}

@media screen and (max-width: 1300px){
  .contents__5-inn {
    padding: 50px 0 50px 40px;
  }
  .pic5-2,.pic5-1 {
  height: 0;
  }
}
@media screen and (max-width: 930px){
  .box5-1 {
    height: 260px;
  }
  .box5-2 {
    height: 310px;
  }
  .contents__5-box2 {
  margin-top: 120px;
  }
}
@media screen and (max-width: 768px){
  .contents__5-inn {
    max-width: 90%;
    padding: 70px 0;
    position: relative;
  }
  .contents__5-box {
    flex-direction: column;
  }
  .top5 {
    top: 0px;
    left: 0px;
  }
  .bottom5 {
    bottom: 0;
    max-width: 280px;
    order: 1;
    right: -38px;
  }
  .box5-1 {
    height: 391px;
    max-width: 100%;
    width: 100%;
  }
  .border5 {
    order: 2;
    padding: 30px 16px;
    flex: auto;
  }
  .box5-2 {
    height: 424px;
    max-width: 100%;
    width: 100%;
  }
  .box5-inn {
    font-size: 1.2rem;
    width: 90%;
  }
  .box5-inn1 {
    left: 51%;
    top: 69%;
  }
  .box5-inn2 {
    left: 51%;
    top: 67%;
  }
  .contents__5-box p {
  line-height: 2.3rem;
  margin: 15px 0;
  }
  .contents__5-pic {
    max-width: 265px;
  }
  .pic5-1 {
    bottom: 0;
    left: -46px;
    max-width: 280px;
    order: 1;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 10;
  }
  .pic5-2 {
    position: absolute;
    top: 514px;
    z-index: 10;
  }
  .contents__5-box2 {
    margin-top: 70px;
  }
}

.contents__6 {
  background-color: #fff;
  padding: 100px 20px 75px;
}
.contents__6-wrap {
  border: 2px solid #173551;
  margin: 0 auto;
  max-width: 1290px;
  padding-top: 63px;
}
.contents__6-inn {
  display: flex;
  flex-direction: row;
  font-size: 1.4rem;
  line-height: 2.8rem;
  justify-content: center;
  margin: 50px;
  text-align: left;
}
.contents__6-inn dl {
  display: flex;
  flex-direction: row;
}
.contents__6-inn dt {
  color: #808080;
  width: 70px;
  margin-right: 150px;
}
.fc6 {
  color: #56a2e8;
  text-decoration: none;
}
.fc6:hover {
  border-bottom: 1px solid #56a2e8;
}
.contents__6-right {
  margin-left: 40px;
}
.contents__6-ttl {
  margin-top: -94px;
}
.contents__6-ttl span {
  background-color: #fff;
  padding: 0 15px;
}
@media screen and (max-width: 768px){
  .contents__6 {
    padding: 95px 20px 50px;
  }
  .contents__6-right {
    display: none;
  }
  .contents__6-ttl {
    margin-top: -85px;
  }
  .contents__6-inn dl {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .contents__6-inn dt {
    font-size: 1rem;
  }
  .contents__6-inn dd {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .contents__6-inn {
    margin: 30px 15px;
  }
}

/*-----------------------------
  フッター
------------------------------*/
#footer {
  background-color: #173551;
  color: #fff;
  font-size: 1.2rem;
  height: 235px;
  padding: 60px 10px 50px;
}
.footer__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 941px;
}
.footer__inn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 770px;
}
.footer__item-inn {
  color: #fff;
  text-decoration: none;
}
.footer__item-inn:hover span {
  border-bottom: 1px solid #fff;
}
.footer__item-inn:before {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    padding-right: 6px;
}
.footer__box-inn {
  margin-left: 20px;
  text-align: left;
}
.footer__box-inn li {
  margin-bottom: 15px;
}
.footer__box-inn li:last-child {
  margin-bottom: 0px;
}
.footer__navbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 480px;
}
#pagetop1 {
  display: block;
  position: fixed;
  right: 65px;
}
#pagetop2 {
  bottom: 160px;
  position: absolute;
  right: 10px;
}
#pagetop3 {
  display: block;
  position: fixed;
  right: 36px;
}
#pagetop4 {
  bottom: 230px;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 768px){
  #footer {
    font-size: 1rem;
    height: 266px;
    padding: 30px 5px;
  }
  .footer__wrap {
    flex-direction: column;
  }
  .footer__inn {
    flex-direction: column;
    margin-bottom: 18px;
    width: 100%;
  }
  .footer__navbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .footer__wrap {
    max-width: 290px;
  }
  .footer__box-sns {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer__sns1 {
    order: 2;
  }
  .footer__sns2 {
    margin-right: 10px;
    order: 1;
  }
  .footer__box-inn {
    margin-left: 0;
  }
  .footer__box-inn li {
    margin-bottom: 19px;
  }
  .footer__box1 {
    margin-bottom: 30px;
  }
  .footer__logo {
    width: 150px;
  }
  img.pt-yama {
    width: 50%;
  }
  img.pt-hukidasi {
    width: 50%;
  }
  .contents1__sp{
    width: 50%;
    margin: 0 auto;
  }
}


/*スマホヨコ*/
@media screen and (max-width: 812px){
  .catch-txt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .catch {
    bottom: 70px;
  }
}

@media screen and (max-width: 811px){
  .header__btn {
    bottom: 0;
  }
}


@media screen and (max-width: 567px){
  video {
      left: -100%;
  }
}


@media screen and (orientation: landscape) and (max-width: 812px){
  #header {
    height: 150vh;
  }
}

@media screen and (orientation: landscape) and (max-width: 768px) {
  .gnav {
    height: 200vh;
  }
}