.l-inner800 {
  max-width: 950px;
  padding: 0;
  position: relative;
  color: #004070;
  font-size: 16px;
  family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #24a4d5;
  padding-bottom: 5%;
  overflow: hidden;
}

.l-inner800 img {
  max-width: 100%;
}

.sp_only {
  display: none;
}

.inner {
  box-sizing: content-box;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

em {
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../images/bg_mv.png) center top no-repeat;
  background-size: contain;
  position: relative;
}

.logo_hamasushi {
  position: absolute;
  top: 2%;
  right: 3%;
  width: 7%;
}

.logo_wrap {
  width: 66%;
  padding-top: 30px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}
.logo_wrap img {
  width: 52%;
}
.logo_wrap p {
  width: 44%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.mv_ttl {
  width: 90%;
  margin: 0 auto 20px;
}

.mv_pic {
  width: 93%;
  margin: 0 auto 40px;
}

.mv_txt {
  width: 90%;
  margin: 0 auto 70px;
}

@media only screen and (max-width: 767px) {
  .logo_hamasushi {
    position: absolute;
    top: 2%;
    right: 3%;
    width: 8%;
  }
  .logo_wrap {
    width: 65%;
    padding-top: 15px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .logo_wrap img {
    width: 46%;
  }
  .logo_wrap p {
    width: 51%;
    line-height: 1.3;
    font-size: 2.2vw;
  }
  .mv_ttl {
    width: 90%;
    margin: 0 auto 15px;
  }
  .mv_pic {
    width: 93%;
    margin: 0 auto 20px;
  }
  .mv_txt {
    width: 90%;
    margin: 0 auto 30px;
  }
}
/*----------------------------------------------------- */
/*  point           */
/*----------------------------------------------------- */
.point {
  position: relative;
  background: url(../images/bg_point.png) no-repeat;
  background-size: 100%;
  padding-top: 1px;
  padding-bottom: 10%;
}

.point_ttl {
  width: 45%;
  position: absolute;
  top: -40px;
  left: 5%;
}

.point_content01 {
  width: 53%;
  margin: 10% 6% 0 auto;
}

.point_content02 {
  width: 44%;
  margin: -3% auto 0 9%;
}

.point_content03 {
  width: 44%;
  margin: 0 9% 0 auto;
}

.point_pic01 {
  width: 26%;
  position: absolute;
  top: 13%;
  left: 19%;
}

.point_pic02 {
  width: 17%;
  position: absolute;
  top: 45%;
  right: 28%;
}

.point_pic03 {
  width: 30%;
  position: absolute;
  bottom: 13%;
  left: 17.5%;
}

@media only screen and (max-width: 767px) {
  .point_ttl {
    top: -20px;
  }
}
/*----------------------------------------------------- */
/*  outline           */
/*----------------------------------------------------- */
.outline {
  position: relative;
  background: url(../images/bg_outline.png) no-repeat;
  background-size: 100%;
  padding-top: 14%;
  padding-bottom: 7%;
}

.outline_ttl {
  width: 45%;
  position: absolute;
  top: 20px;
  left: 5%;
}

.outline_list {
  margin-left: 21%;
}
.outline_list li {
  display: flex;
  margin-top: 25px;
}
.outline_list h3 {
  font-size: 28px;
  color: #fff;
  background: #004070;
  border-radius: 25px;
  text-align: center;
  width: 212px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.outline_list p {
  margin-top: 5px;
  font-size: 36px;
  font-weight: bold;
}
.outline_list .aj {
  font-size: 28px;
}

.outline_pic {
  width: 21%;
  position: absolute;
  top: -5%;
  right: 14%;
}

@media only screen and (max-width: 767px) {
  .outline {
    padding-top: 14.5%;
    padding-bottom: 9%;
  }
  .outline_ttl {
    top: 8px;
  }
  .outline_list {
    margin-left: 21%;
  }
  .outline_list li {
    margin-top: 2.8%;
  }
  .outline_list h3 {
    font-size: 3vw;
    width: 25%;
    padding: 3px 0;
    margin-right: 3%;
    border-radius: 10px;
  }
  .outline_list p {
    margin-top: 2px;
    font-size: 3.8vw;
  }
  .outline_list .aj {
    font-size: 3vw;
  }
}
/*----------------------------------------------------- */
/*  outline           */
/*----------------------------------------------------- */
.about {
  padding-top: 5%;
  position: relative;
}

.about_ttl {
  width: 70%;
  margin: 0 auto 5%;
}

.about_content {
  background: url(../images/bg_about.png) no-repeat;
  background-size: 100%;
  padding: 5% 0 7%;
  margin-bottom: 3%;
}

.about_content_ttl {
  width: 47%;
  margin: 0 auto 3%;
}

.about_txt {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 3%;
}

.about_btn {
  width: 60%;
  margin: 0 auto 1%;
}

.about_note {
  width: 54%;
  margin: 0 auto;
  display: flex;
  color: #ad033b;
}
.about_note h3 {
  font-size: 27px;
  font-weight: bold;
  margin-right: 4%;
}
.about_note p {
  font-size: 20px;
  font-weight: bold;
}

.note {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.about_pic {
  position: absolute;
  top: 1%;
  left: -4%;
  width: 14%;
}

@media only screen and (max-width: 767px) {
  .about_txt {
    font-size: 3vw;
    margin-bottom: 3%;
  }
  .about_btn {
    width: 65%;
  }
  .about_note {
    width: 60%;
  }
  .about_note h3 {
    font-size: 3vw;
  }
  .about_note p {
    font-size: 2.5vw;
  }
  .note {
    font-size: 1.8vw;
  }
}
.action01 {
  animation-name: action01;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes action01 {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.action02 {
  animation-name: action02;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes action02 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/*----------------------------------------------------- */
/*  anm           */
/*----------------------------------------------------- */
.anm {
  opacity: 0;
}

.trigger {
  opacity: 0;
}

.trigger.popup {
  animation-name: popup;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.trigger.delay0 {
  animation-delay: 0ms;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */