body {
  overscroll-behavior: none;
}
/*-----------------------------Opening shutter*/
/*.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6ec095;
  z-index: 9999;
  background-image: url(../images/common/title.svg);
  background-repeat: no-repeat;
}
.shutter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 3.6s forwards;
          animation: byeShutter 3.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 3.6s forwards;
          animation: shutterOpen 3.6s forwards;
}*/
/*.content {
  -webkit-animation: contentScale 3.6s forwards;
          animation: contentScale 3.6s forwards;
}*/
/*@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}*/
/*@keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
            transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
            transform: perspective(800px) scale(1) rotateX(0);
  }
}*/
/*-----------------------------Splush*/
#loader-bg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 20;
}
#loader {
  display: none;
  position: fixed;
/*  top: 50%;
  left: 40%;*/
  width: 100%;
  height: 100%!important;
/*  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;*/
  text-align: center;
  color: #000;
  letter-spacing: 2px;
  z-index: 21;
  display: flex!important;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
#loader img {
  width: 600px;
}
.loader-subttl {
  text-align: center;
  margin: 20px auto 0;
  width: 600px;
  display: block;
  color: #FB6D4F;
  font-size: 3rem;
}

/*-----------------------------Slider*/
.slider {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slider li {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  z-index: 0;
  opacity: 0;
}
.slider .item-01 {
  position: relative;
  bottom: 100px;
  opacity: 0;
  animation-name: imgAnimation;
  animation-duration: 5.5s;
  animation-delay: 2s;
  animation-iteration-count: 1;
  transition-timing-function: ease-in-out;
}
@keyframes imgAnimation {
  0% {
    opacity: 0;
    transform: translateY(-700px) scale(1.1, 1.1);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(250px) scale(2, 2);
  }
}
.slider .item-03 {
  display: table;
  text-align: center;
  border-bottom: 80px solid #8ab2df;
  position: absolute;
  background-color: #FFF;
  opacity: 0;
  animation-name: imgAnimation-c;
  animation-delay: 6.5s;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-out;
}
.item-03-box {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.item-03-box h1 img {
  opacity: 0;
  animation-name: testtest;
  animation-delay: 9.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.subTtl {
  opacity: 0;
  animation-name: test;
  animation-delay: 8s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.kobune-1, .kobune-2, .kobune-3 {
  opacity: 0;
  animation-name: test;
  animation-delay: 8s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.tagline {
  opacity: 0;
  animation-name: test;
  animation-delay: 8.6s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes imgAnimation-c {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes test {
  0% {
    opacity: 0;
    transform: translate(0,-150px);
  }
  50% {
    opacity: 1;
    transform: translate(0px,10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px,0px);
  }
}
@keyframes testtest {
  0% {
    opacity: 0;
    transform: translate(0,-40px);
  }
  50% {
    opacity: 1;
    transform: translate(0px,10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px,0px);
  }
}


.item-03-box h1 {
  max-width: 614px;
  margin: 0 auto 27px;
}
.subTtl {
  font-size: 3.6rem;
  letter-spacing : 2.88px;
  color : #FB6D4F;
  margin: 0 0 100px;
}
.header-img {
  margin: auto;
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.kobune-1 {
  position: relative;
  top: -20px;
  left: -10px;
}
.kobune-3 {
  position: relative;
  top: -10px;
  left: 10px;
}
/*.header-img2 {
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}*/
/*.header-img2 img{
  width: 100vw;
  height: 100vh;
  margin: auto;
}*/
.tagline {
  font-size: 2rem;
  letter-spacing : 1.6px;
  color : #FFBE31;
  margin: 70px 0 0;
}
.down-arrow {
  position: absolute;
  margin: auto;
  text-align: center;
  width: 100%;
  bottom: 0;
  opacity: 0;
  animation-name: arrow-animation;
  animation-delay: 6.5s;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
}
.down-arrow a {
  display: block;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
.down-arrow img {
  width: 50px;
}
@keyframes arrow-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}




/*header boat
*/
.header-img {
  animation: horizontal1 1s ease-in-out infinite alternate;
}
.header-img a {
  animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes horizontal1 {
  0% { -webkit-transform:translateX( -10px); }
  100% { -webkit-transform:translateX(  0px); }
}
@keyframes vertical {
    0% { -webkit-transform:translateY(-20px); }
  100% { -webkit-transform:translateY(  0px); }
}


.que-container {
  margin: 75px auto 80px;
}

/*-----------------------------yodogawa*/
.que-yodo-wrap {
    text-align: center;
}
.que-yodo-wrap p.txt {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing : 1.28px;
    color : #8AB2DF;
    margin-bottom: 40px;
}
.que-yodo-wrap p.txt.last {
    margin-bottom: 80px;
}
.que-yodo-img{
    max-width: 384px;
    margin: 0 auto 100px;
}
.que-yodo-img2 {
  max-width: 384px;
  margin: 0 auto;
}

.que-info-box {
    max-width: 530px;
    width: 100%;
    position: relative;
    margin: 2em auto 95px;
    padding: 40px 1em;
    border: solid 1px #6ec095;
}
.info-box-ttl {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 40%;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.8rem;
    color: #6ec095;
    background-color: #FFF;
}
.info-list {
    width: 397px;
    margin: auto;
}
.info-list li {
    font-size: 1.4rem;
    line-height: 2.4;
    letter-spacing : 1.12px;
    color: #666;
    margin-bottom: 20px;
}
.info-list li .date {
    float: left;
    margin-right: 23px;
}
.info-list li .ttl {
    overflow: hidden;
}
.info-list li.last {
    margin-bottom: 0;
}

/*-----------------------------Questionnaire part*/
.que-contents-wrap {
    background-color: #fdde6d;
    padding: 77px 0 74px;
}
.que-contents-wrap h2,
.que-contents-wrap2 h2 {
    font-size: 3rem;
    line-height: 1.55;
    color : #54b582;
    text-align: center;
    margin-bottom: 15px;
}
.que-contents-subttl {
    font-size: 1.8rem;
    line-height: 2.17;
    color : #54b582;
    text-align: center;
    margin-bottom: 40px;
}
.que-contents-txt {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing : 1.28px;
    text-align: center;
    color: #666;
    margin: 0 0 45px;
}
.que-contents-box .block {
    display: flex;
    justify-content: space-around;
    width: 680px;
    margin: auto;
}
.que-contents-box .block .visible-hidden {
  width: 90%;
  visibility: hidden;
}

/*Questionnaire Box
*/
.que-contents-wrap .content {
  margin: 0 auto;
  padding: 40px;
}
.c-enquete {
  max-width: 90%;
  height: 370px;
  margin: 20px 0;
  border-top: 10px solid #54b582;
  display: inline-block;
  text-align: center;
  background-color: #FFF;
  color: #54b582;
}
.js-modal-close {
  position: fixed;
top: 10px;
right: 0;
width: 75px;
height: 75px;
}
.js-modal-close .lr {
  z-index: 1051;
width: 2px;
height: 75px;
background-color: #6ec095;
transform: rotate(45deg);margin-left: 35px;
}
.js-modal-close .rl {
  z-index: 1052;
width: 2px;
height: 75px;
background-color: #6ec095;
transform: rotate(90deg);
}
.c-enquete.c-enquete--selected {
  border-top: 10px solid #eee;
  color: #ccc;
}
    .modal__content {
      background: #FFF;
      /*left: 50%;*/
      padding: 40px;
      position: absolute;
      /*top: 50%;*/
      /*transform: translate(-50%,-50%);*/
      width: 100%;
      height: 100%;
    }

#enquete {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
#enquete:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
#enquete:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0.2s;
}

    .enquete--inner .banner {
      margin: 5rem auto;
    }
.c-modal__enquete {
  width: 100vw;
  max-height: 100%;
  background-color: #fff;
  padding: 0;
  border-top: 10px solid #6ec095;
  overflow-y: auto;
  position: relative;
}
.c-modal__close {
  position: fixed;
  top: 10px;
  right: 0;
  width: 75px;
  height: 75px;
}
.c-modal__close2 {
  pointer-events: none;
  width: 100%;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #6ec095;
  padding: 20px 0;
}

.close-modal {
  margin-left: 30px;
}
.close-modal .lr {
  z-index: 1051;
  width: 2px;
  height: 75px;
  background-color: #6ec095;
  transform: rotate(45deg);
}
.close-modal .lr .rl {
  z-index: 1052;
  width: 2px;
  height: 75px;
  background-color: #6ec095;
  transform: rotate(90deg);
}
.c-enquete .enquete-h3 {
  font-size: 22px;
  font-weight: 100;
  position: relative;
  top: -40px;
}
.c-enquete .enquete-h3 .col {
  font-size: 18px;
}
.c-enquete .enquete-ttl {
  font-size: 15px;
  font-weight: 100;
  position: relative;
  top: -40px;
}
.c-enquete .illust-box {
/*  width: 80%;*/
  margin: auto;
}
.comming_soon {
  width: 200px;
  text-align: center;
  color: #54b582
}

.c-modal__enquete-introduction {
  max-width: 700px;
  width: 100%;
  margin: 80px auto;
  display: flex;
  justify-content: space-around;
}
.c-modal__enquete-introduction .img {
  width: 50%;
}
.c-modal__enquete-introduction .name {
  width: 600px;
}
.c-modal__enquete-introduction h3 {
  font-size: 3.6rem;
  font-weight: 100;
  color: #6ec095;
}
.c-modal__enquete-introduction .title {
  font-size: 2.6rem;
  font-weight: 100;
  color: #6ec095;
  margin-bottom: 50px;
}
.c-modal__enquete-introduction .intro {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing : 1.28px;
  color : #666;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.c-modal__enquete .enquete--inner {
    width: 700px;
    margin: 0 auto 150px;
}
.c-modal__enquete h4 {
  font-size: 26px;
  font-weight: 100;
  color: #6ec095;
  margin-bottom: 40px;
}
.c-modal__enquete h4:before {
  width: 60px;
  height: 60px;
  color: #FFF;
  font-size: 30px;
  background-color: #6ec095;
  padding: 12px 20px;
  margin-right: 20px;
}
.c-modal__enquete h4.title1:before {
  content: "1";
}
.c-modal__enquete h4.title2:before {
  content: "2";
}
.c-modal__enquete h4.title3:before {
  content: "3";
}
.c-modal__enquete h4.title4:before {
  content: "4";
}

    .c-modal__enquete .answer ul li {
      margin-bottom: 1rem;
    }
.c-modal__enquete .answer {
  width: 74%;
  margin: 0 auto 45px;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 1.75;
  color: #666;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.c-modal__enquete .answer p {
  margin-bottom: 30px;
}
.c-modal__enquete .answer.last {
  margin-bottom: 0;
}
    .c-modal__enquete .enquete--inner {
      margin: 0 auto 100px;
    }
.enquete--bannerbox {
  width: 100%;
  margin: 80px auto 55px;
  text-align: center;
}
.bannerimg {
/*  background: url("../images/interview/banner.jpg");*/
    max-width: 690px;
    width: 100%;
    height: auto;
    margin: auto;
}
    .que-unit {
    display: flex;
    justify-content: space-around;
    width: 680px;
    margin: auto;
    }

    .que-unit-box {
    max-width: 90%;
    /* width: 100%; */
    height: 370px;
    /* padding: 20px 0; */
    margin: 20px 0;
    border-top: 10px solid #54b582;
    display: inline-block;
    text-align: center;
    background-color: #FFF;
    color: #54b582;
    }

    @media screen and (max-width: 480px) {
  .que-unit {
    width: 100%;
    text-align: center;
    margin: 0 auto 16px;
  }
  .que-unit-box {
    height: 95%;
    margin: 0;
  }
  .content {
    padding: 10px;
  }
}


/*-----------------------------Schedule*/
.que-news-wrap {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 170px 0 190px;
    position: relative;
    z-index: -100;
}
.que-news-wrap h3 {
    font-size: 3rem;
    line-height: 1.55;
    letter-spacing : 0.6px;
    color : #54b582;
    text-align: center;
    margin-bottom: 115px;
}
.news-box {
    text-align: center;
    margin-bottom: 110px;
}
.news-box.last {
    margin-bottom: 0;
}
.news-box dt {
    font-size: 2.2rem;
    line-height: 1.55;
    color : #6EC095;
    margin-bottom: 17px;
}
.news-box dd {
    font-size: 1.6rem;
    color: #8ab2df;
    line-height: 1.75;
    letter-spacing : 1.28px;
}

/*Schedule anime
*/
.boat1 {
    width: 20%;
    margin: auto;
    animation: rock-boat 3s ease-in-out infinite;
}
.boat1:after {
    animation: steam 4s 2s infinite;
}
.boat2 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 20%;
    margin: auto;
    animation: rock-boat2 4s ease-in-out infinite;
}
.boat2:after {
    animation: steam2 4s 3s infinite;
}
.boat2-img {
    position: relative;
}
.boat3 {
    position: absolute;
    top: 40px;
    right: 0;
    width: 20%;
    margin: auto;
    animation: spin 3s linear infinite;
}
.boat3:after {
  animation: steam2 4s 3s infinite;
}
.boat3-img {
  position: relative;
}
.boat4 {
    position: absolute;
    top: 150px;
    left: 0;
    width: 20%;
    margin: auto;
    animation: rock-boat3 4s 0.5s infinite alternate-reverse;
}
.boat4-img {
    position: relative;
}
@keyframes rock-boat {
  50% {
    transform: rotate(-5deg) translateY(-10px);
  }
}
@keyframes steam {
  40%,
  60% {opacity: .8;}
  100% {transform: translate(-15%, -35%) rotateZ(20deg);
  }
}
@keyframes rock-boat2 {
  50% {
    transform: rotate(-5deg) translateY(-10px);
  }
}
@keyframes steam2 {
  40%,
  60% {opacity: .8;}
  100% {transform: translate(-15%, -35%) rotateZ(20deg);
  }
}
@keyframes spin {
    50% {
    transform: rotate(-5deg) translateY(-10px);
  }
/*  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}*/
}
@keyframes rock-boat3 {
  0% {
/*    opacity: 0;*/
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.que-container .illustrator {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing : 1.28px;
  color : #FB6D4F;
  text-align: center;
}


/*-----------------------------info-area*/
.que-info-area {
  text-align: center;
  color : #4D4D4D;
  border-top: 10px solid #d3edf3;
  padding: 75px 0;
}
.que-info-area h4 {
  width: 500px;
  margin: 0 auto 30px;
  position: relative;
  z-index: -100;
}
.que-info-area .sub {
  font-size: 1.9rem;
  letter-spacing : 3.04px;
  line-height: 1.8;
}
.que-info-area .img img {
  width: 207px;
  margin: 30px auto;
}
.que-info-area .img figcaption {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing : 2.1px;
}
.que-info-area .img figcaption span {
  display: block;
}

/*-----------------------------footer*/
/*.que-footer {
  width: 100%;
  background-color: #8ab2df;
  padding: 58px 0 68px;
}
.que-footer-box {
  width: 605px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.que-footer .sns {
  width: 200px;
  display: flex;
  justify-content: space-between;
}
.que-footer .sns-list {
  max-width: 40px;
  width: 100%;
}
.que-footer .mail {
  width: 130px;
}
.que-footer .home {
  width: 156px;
}
.que-footer .sns-list:first-child img,
.que-footer .mail img,
.que-footer .home img {
  vertical-align: -webkit-baseline-middle;
}
.que-footer small {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing : 1.12px;
  color: #FFF;
  display: block;
  text-align: center;
  margin-top: 70px;
}*/

/*iPadが縦向きの時*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {}

/*iPadの縦横両方の指定*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .item-03-box h1 {
    max-width: 614px;
    margin: 0 auto 27px;
  }
  .subTtl {
    font-size: 3.6rem;
    letter-spacing: 2.88px;
    color: #FB6D4F;
    margin: 0 0 80px;
  }
  .header-img {
    margin: auto;
    width: 300px;
    display: flex;
    justify-content: space-between;
  }
  .tagline {
    font-size: 2rem;
    letter-spacing: 1.6px;
    color: #FFBE31;
    margin: 30px 0 0;
  }
}
/*iPhone Xが横向きの時*/
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  #loader img {
    width: 300px;
  }
  .loader-subttl {
    font-size: 1.8rem;
  }
  .item-03-box h1 {
    width: 50%;
  }
  .subTtl {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
  .header-img {
    width: 200px;
  }
  .tagline {
    font-size: 1rem;
    margin: 0;
  }
  .down-arrow img {
    width: 30px;
  }
}
/*iPhone 6/7/8が横向きの時*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .item-03-box h1 {
    width: 50%;
  }
  .subTtl {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
  .header-img {
    width: 200px;
  }
  .tagline {
    font-size: 1rem;
    margin: 0;
  }
  .down-arrow img {
    width: 30px;
  }
}
/*iPhone SEが横向きの時*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .que-footer-box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .loader-subttl {
    text-align: center;
    margin: 20px auto 0;
    width: 600px;
    display: block;
  }
  .slider li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    z-index: 0;
    opacity: 1;
  }
  .slider .item-01 {
    width: 100vw;
    height: 100vh;
  }
@keyframes imgAnimation {
  0% {
    opacity: 0;
    transform: translateY(-400px) scale(1.1, 1.1);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
  .que-info-area h4 {
    width: 213px;
  }
}
@media screen and (max-width: 680px) {
/*-----------------------------Questionnaire part*/
  .que-contents-box .block {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
/*  .shutter {
    width: 100%;
  }*/
  #loader img {
   width: 300px;
  }
  .loader-subttl {
    text-align: center;
    margin: 20px auto 0;
    width: 300px;
    display: block;
    font-size: 2rem;
  }
  .slider {
    width: 100%;
  }
  .slider .item-01 {
    width: 100%;
  }
  .item-03-box h1 {
    width: calc(100% - 30px);
    margin: 80px auto 27px;
  }
  .tagline {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .subTtl {
    font-size: 20px;
    margin: 0 0 50px;
  }
  .down-arrow img {
    width: 30px;
  }
/*  .header-img {
    width: 25%;
  }*/
  .header-img2 {
    width: 100%;
    height: auto;
  }
  .header-img2 img {
    height: 100vh;
  }
  .que-yodo-wrap {
    text-align: left;
    width: calc(100% - 60px);
    margin: auto;
  }
  .que-yodo-wrap p.txt {
    font-size: 15px;
  }
  .que-container {
    margin: 40px auto 38px;
  }
  .que-yodo-img {
    max-width: 90%;
  }
  .que-info-box {
    margin: 2em auto 0;
  }
  .que-contents-wrap {
    padding: 30px 0;
  }
  .que-contents-wrap h2 {
    font-size: 20px;
  }
  .que-contents-subttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .que-contents-txt {
    width: calc(100% - 30px);
    margin: auto;
    text-align: left;
  }
  .que-news-wrap {
    max-width: 100%;
    padding: 30px 0 120px;
  }
  .que-news-wrap h3 {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .news-box dt {
    font-size: 18px;
  }
  .news-box {
    margin-bottom: 55px;
  }
  .boat1, .boat4 {
    width: 20%;
    animation: none;
  }
  .boat2, .boat3 {
    display: none;
  }
  .boat4 {
    top: 200px;
    left: 90px;
  }
  .que-info-area {
    padding: 35px 0;
  }
  .que-info-area h4 {
    width: 213px;
  }
  .que-info-area .sub {
    font-size: 16px;
  }
  .c-enquete {
    height: 80%;
  }
  .c-enquete .enquete-h3 {
    top: -20px;
    font-size: 11px;
  }
  .c-enquete .enquete-h3 .col {
    font-size: 10px;
  }
  .c-enquete .enquete-ttl {
    top: -20px;
    font-size: 8px;
  }
  .comming_soon {
    width: 100%;
    font-size: 7px;
  }
  .info-list {
    width: 100%;
  }
  .info-list li .date {
    float: none;
    margin-right: 0;
  }
  .info-box-ttl {
    font-size: 16px;
    left: 37%;
  }
  .que-info-area .img figcaption {
    font-size: 13px;
  }
  .que-footer-box {
    width: 100%;
    display: block;
  }
  .que-footer .sns {
    width: 70%;
    margin: auto;
    justify-content: space-around;
  }
  .que-footer .mail,
  .que-footer .home {
    margin: 50px auto 0;
  }
  .answer1 br,
  .answer2 br,
  .answer3 br,
  .answer4 br,
  .intro br {
    display: none;
  }
  .answer1 span,
  .answer2 span,
  .answer3 span,
  .answer4 span,
  .intro span,
  .title1 span {
    display: block;
  }
  .slider .item-03 {
    display: table;
    text-align: center;
    border-bottom: 80px solid #8ab2df;
    position: absolute;
    background-color: #FFF;
    opacity: 0;
    animation-name: imgAnimation-c;
    animation-delay: 6.5s;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-out;
/*    margin-top: -23%;*/
  }
  .item-03-box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-top: 0;
  }
}
/*Questionnaire Box
*/
@media screen and (max-width: 480px) {
  .c-modal__enquete {
    width: 100%;
    padding: 0;
  }
  .c-modal__enquete-introduction {
    max-width: 100%;
    display: block;
  }
  .c-modal__enquete-introduction .img,
  .c-modal__enquete-introduction .name,
  .c-modal__enquete .enquete--inner {
    width: 100%;
  }
  .c-modal__enquete-introduction .name {
    margin-top: -60px;
  }
  .c-modal__enquete-introduction .intro {
    font-size: 15px;
  }
  .c-modal__enquete-introduction h3,
  .c-modal__enquete-introduction .title {
    text-align: center;
  }
  .c-modal__enquete h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
  }
  .c-modal__enquete h4:before {
    width: 40px;
    height: 40px;
    padding: 0;
    display: block;
    text-align: center;
    margin: 50px auto 15px;
  }
  .c-modal__enquete-introduction .intro,
  .c-modal__enquete .answer {
    width: calc(100% - 30px);
    margin: auto;
  }
  .close-modal {
    margin-left: 10px;
  }
  .close-modal .lr,
  .close-modal .lr .rl {
    height: 35px;
  }
  .c-modal__close {
    top: 20px;
    padding: 0 30px;
  }
  .comment:after {
    width: 100%!important;
    font-size: 10px;
  }
  .bannerimg1 {
    width: 90%;
  }
  @keyframes imgAnimation {
    0% {
      opacity: 0;
      transform: translateY(-50px) scale(1.1, 1.1);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 375px) {
  .c-enquete .enquete-ttl {
    font-size: 6px;
  }
}
@media screen and (max-width: 320px) {
  .slider .item-03 {
    border-bottom: 60px solid #8ab2df;
  }
  .down-arrow {
    bottom: -80px;
  }
}
