@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

textarea {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent; }

body {
  min-width: 1280px;
  overflow-x: auto;
  position: relative;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fabd00; }

.btn {
  display: block;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 18px 0;
  margin-top: 18px;
  width: 330px;
  box-sizing: border-box; }

.slick-prev, .slick-arrow {
  display: none; }

.slick-slide img {
  width: 100%; }

.l-section.firstView .l-section__inner {
  position: relative;
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto; }

.l-section.firstView .l-section__inner .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px; }

.l-section.firstView .l-section__inner .l-section--ttl {
  width: 897px;
  margin: auto;
  position: absolute; }

.l-section.firstView .l-section__inner .l-section--ttl img {
  width: 100%; }

.l-section.firstView .l-section__inner .firstView__img {
  width: 100%; }

.l-section.firstView .l-section__inner .firstView__img img {
  width: 100%; }

.l-section.about {
  padding-top: 80px; }

.l-section.about .txtBox {
  margin-top: 28px; }

.l-section.action {
  margin-top: 92px; }

.l-section.action .txtBox {
  margin-top: 28px; }

.l-section.pickup {
  width: 960px;
  margin: 0 auto;
  margin-top: 92px; }
  .l-section.pickup .l-section__txt {
    margin-top: 2em;
    margin-bottom: 1.6em;
    text-align: center; }

.pickup__movie {
  width: 100%;
  margin: 0 auto; }
  .pickup__movie.is-playing {
    position: relative;
    padding-bottom: 56.6666%; }
    .pickup__movie.is-playing iframe {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%; }

.pickup__movie__ytPlayer {
  display: none; }
  .pickup__movie__ytPlayer.is-show {
    display: block; }

.pickup__movie__thumbnail {
  width: 100%; }
  .pickup__movie__thumbnail a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .pickup__movie__thumbnail a:before, .pickup__movie__thumbnail a:after {
      content: "";
      display: block;
      position: absolute; }
    .pickup__movie__thumbnail a svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 193px;
      height: 193px; }
      .pickup__movie__thumbnail a svg circle {
        fill: transparent;
        stroke: #fff;
        stroke-width: 2; }
    .pickup__movie__thumbnail a:hover svg circle {
      animation: circle .8s forwards; }
    .pickup__movie__thumbnail a:hover:before {
      transform: scale(1); }
    .pickup__movie__thumbnail a:before {
      transition: transform .3s;
      transform: scale(0.8);
      top: 0;
      left: 23px;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 82px;
      height: 104px;
      background: url("../img/icon--arrow.png") no-repeat top center/100% 100%; }
  .pickup__movie__thumbnail img {
    width: 100%; }

@keyframes circle {
  0% {
    stroke-dasharray: 0 606; }
  100% {
    stroke-dasharray: 606 606; } }
.l-section.statement {
  padding-top: 85px;
  background-color: #004c88; }

.l-section.statement .txtBox {
  margin-top: 35px; }

.l-section.statement .txtBox.u-marginTop-fix {
  margin-top: 23px; }

.l-section.contact {
  padding-top: 75px;
  background-color: #004c88; }

.l-section.contact .txtBox {
  margin-top: 30px; }

.l-section--ttl {
  text-align: center;
  width: 256px;
  margin: auto; }

.l-section--ttl img {
  width: 100%; }

.statement--subTtl {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-top: 60px; }

.statement--subTtl .u-color--yellow {
  color: #ffd800; }

.l-section--subTtl {
  text-align: center;
  font-size: 20px;
  margin-top: 16px; }

.txtBox {
  width: 570px;
  margin: auto;
  line-height: 2;
  font-size: 15.2px; }

.txtBox.u-color--white {
  color: #fff; }

.txtBox span.u-color--yellow {
  color: #ffd800; }

.eyeCatch {
  margin-top: 10px; }

.eyeCatch__inner .eyeCatch__img {
  width: 970px;
  margin: auto;
  position: relative; }

.eyeCatch__inner .eyeCatch__img p[class^="balloon"] {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0; }

.eyeCatch__inner .eyeCatch__img p[class^="balloon"].animate.popIn {
  animation-name: popIn;
  animation-duration: 1s;
  opacity: 1; }

@keyframes popIn {
  0% {
    transform: scale3d(0, 0, 0);
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transform: scale3d(1.08, 1.08, 1.08); }
  60% {
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: scale3d(1, 1, 1); }
  80% {
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale3d(1, 1, 1); } }
.eyeCatch__inner .eyeCatch__img p[class^="balloon"] span.txt {
  line-height: 2;
  display: inline;
  text-align: center;
  font-size: 14px; }

.eyeCatch__inner .eyeCatch__img p[class^="balloon"]:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 9px 0 10px 24.32px; }

.eyeCatch__inner .eyeCatch__img img {
  width: 100%; }

.eyeCatch__inner .eyeCatch__img .balloon--1 {
  top: 51px;
  left: 336px; }

.eyeCatch__inner .eyeCatch__img .balloon--1:after {
  right: 23px;
  bottom: 1px;
  transform: rotate(55deg); }

.eyeCatch__inner .eyeCatch__img .balloon--2 {
  top: 331px;
  left: -27px; }

.eyeCatch__inner .eyeCatch__img .balloon--2:after {
  right: -24px;
  bottom: 92px;
  transform: rotate(0); }

.eyeCatch__inner .eyeCatch__img .balloon--3 {
  top: 543px;
  right: 350px; }

.eyeCatch__inner .eyeCatch__img .balloon--3:after {
  left: 6px;
  bottom: 164px;
  transform: rotate(220deg); }

.eyeCatch__inner .eyeCatch__img .balloon--4 {
  top: 274px;
  right: 0; }

.eyeCatch__inner .eyeCatch__img .balloon--4:after {
  left: 11px;
  bottom: 12px;
  transform: rotate(139deg); }

.l-sectionItemsWrap.type1 {
  margin-top: 30px;
  background-color: #bf8b2e; }

.l-sectionItemsWrap.type2 {
  background-color: #56c02b; }

.l-sectionItemsWrap.type3 {
  background-color: #a21942; }

.l-sectionItems {
  width: 1280px;
  height: 460px;
  overflow: hidden;
  margin: auto;
  position: relative;
  pointer-events: none; }

.l-sectionItems:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  content: "";
  background: url("../img/icon--8.jpg") no-repeat top left/90px 90px;
  z-index: 200; }

.l-sectionItems .l-sectionItem {
  float: left;
  width: 50%;
  height: 460px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-sectionItems .l-sectionItem:first-child {
  width: 58%; }

.l-sectionItems .l-sectionItem:nth-child(2) {
  width: 38%; }

.l-sectionItems .l-sectionItem__inner {
  width: 650px;
  margin-left: -100px; }

.l-sectionItems .l-sectionItem:nth-child(2) .l-sectionItem__inner {
  margin-left: 33px; }

.l-sectionItems .l-sectionItem__inner .sectionItem__icons {
  margin-top: 17px; }

.l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon {
  display: inline-block;
  margin-right: 10px; }

.l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span {
  padding: 4px 23px;
  border-radius: 11px;
  background-color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px; }

.l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span.u-color--gray {
  color: #bf8b2e; }

.l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span.u-color--green {
  color: #56c02b; }

.l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span.u-color--red {
  color: #a21942; }

.l-sectionItems .l-sectionItem__inner .ttl {
  font-size: 20px;
  display: block;
  color: #fff; }

.l-sectionItems .l-sectionItem__inner .txt {
  line-height: 1.9;
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 1.8px;
  margin-top: 17px; }

.l-sectionItems .l-sectionItem:first-child {
  position: relative;
  /*margin-left: -100px;*/ }

.slick-list {
  overflow: auto; }

.slick-slide {
  overflow: auto; }

/*.l-sectionItems.u-marginLeftAuto .l-sectionItem{*/
/*    margin-left: 0;*/
/*}*/
/*.l-sectionItems.u-marginLeftAuto .l-sectionItem .l-sectionItem__inner{*/
/*    margin-left: 0;*/
/*}*/
.l-sectionItems .l-sectionItem:first-child .slide {
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 460px;*/
  /*top: 0;*/
  /*left: 0;*/
  /*transition: all 2.5s;*/
  /*opacity: 1*/ }

.l-sectionItems .l-sectionItem:first-child .slide.is-opacity {
  opacity: 0; }

.l-sectionItems .l-sectionItem:first-child .slide.is-opacity img {
  transition: all 2.5s;
  opacity: 0; }

.l-sectionItems.type1:after {
  background: url("../img/icon--12.jpg") no-repeat top left/101px 101px; }

.l-sectionItems.type1 .l-sectionItem:nth-child(2) {
  background-color: #bf8b2e;
  margin-left: -50px; }

.l-sectionItems.type1 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
  /*margin-left: -85px;*/ }

.l-sectionItems.type2:after {
  background: url("../img/icon--15.jpg") no-repeat top left/101px 101px; }

.l-sectionItems.type2 .l-sectionItem:nth-child(2) {
  background-color: #56c02b;
  margin-left: -50px; }

.l-sectionItems.type2 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
  /*margin-left: -85px*/ }

.l-sectionItems.type3:after {
  background: url("../img/icon--8.jpg") no-repeat top left/101px 101px; }

.l-sectionItems.type3 .l-sectionItem:nth-child(2) {
  background-color: #a21942;
  margin-left: -50px; }

.l-sectionItems.type3 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
  /*margin-left: -85px*/ }

.contact__formBtn {
  margin: auto;
  text-align: center;
  margin-top: 33px; }

.contact__formBtn a.btn {
  margin: auto; }

.footer {
  padding-top: 50px;
  background-color: #004c88; }

.footer__inner .copyRight {
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 10px 0; }

.u-pcBreak {
  display: block !important; }

.u-spBreak {
  display: none !important; }

@media only screen and (max-width: 1280px) {
  body {
    min-width: auto;
    min-width: inherit;
    min-width: 1280px;
    width: 1280px;
    overflow-x: hidden !important; } }
@media only screen and (max-width: 640px) {
  .u-pcBreak {
    display: none !important; }

  .u-spBreak {
    display: block !important; }

  body {
    min-width: auto;
    min-width: inherit;
    min-width: 100%;
    width: 100%;
    overflow-x: hidden !important; }

  .btn {
    font-size: 5vw;
    padding: 5.5% 0;
    margin-top: 5%;
    width: 100%; }

  .l-section.firstView .l-section__inner {
    position: relative;
    width: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    height: inherit;
    height: initial; }

  .l-section.firstView .l-section__inner .logo {
    width: 15%; }

  .l-section.firstView .l-section__inner .logo img {
    width: 100%; }

  .l-section.firstView .l-section__inner .l-section--ttl {
    width: 78%;
    margin: auto;
    margin-top: 4%; }

  .l-section.firstView .l-section__inner .l-section--ttl img {
    width: 100%; }

  .l-section.firstView .l-section__inner .firstView__img {
    width: 100%; }

  .l-section.firstView .l-section__inner .firstView__img img {
    width: 100%; }

  .l-section.about {
    padding-top: 10%; }

  .l-section.about .l-section__inner {
    width: 100%; }

  .l-section.about .txtBox {
    width: 90%;
    margin: auto;
    margin-top: 5%; }

  .l-section.pickup {
    width: 100%;
    margin-top: 17vw; }
    .l-section.pickup .l-section__inner {
      width: 100%; }
    .l-section.pickup .l-section__txt {
      font-size: 4.2vw;
      line-height: 1.7; }

  .pickup__movie {
    width: 100%;
    margin: 0 auto; }

  .pickup__movie__thumbnail {
    width: 100%; }
    .pickup__movie__thumbnail a svg {
      width: 30vw;
      height: 30vw; }
    .pickup__movie__thumbnail a:before {
      width: 11vw;
      height: 15vw;
      left: 4vw; }
    .pickup__movie__thumbnail img {
      width: 100%; }

  .l-section.action {
    margin-top: 20%; }

  .l-section.action .l-section__inner {
    width: 100%; }

  .l-section.action .txtBox {
    width: 90%;
    margin: auto;
    margin-top: 4%; }

  .l-section.statement {
    padding-top: 10%; }

  .l-section.statement .txtBox {
    margin-top: 6%; }

  .l-section.statement .txtBox.u-marginTop-fix {
    margin-top: 4%; }

  .l-section.contact {
    padding-top: 7%; }

  .l-section.contact .txtBox {
    margin-top: 3.8%; }

  .l-section__inner {
    width: 90%;
    margin: auto; }

  .l-section--ttl {
    width: 75%; }

  .l-section--ttl img {
    width: 100%; }

  .statement--subTtl {
    text-align: center;
    font-size: 5vw;
    margin-top: 4%;
    line-height: 1.5; }

  .l-section--subTtl {
    text-align: center;
    font-size: 4vw;
    margin-top: 4%;
    line-height: 1.7; }

  .txtBox {
    width: 100%;
    margin: auto;
    line-height: 1.8;
    font-size: 4.5vw;
    letter-spacing: 1px; }

  .eyeCatch {
    margin-top: 3%; }

  .eyeCatch__inner {
    width: 100%; }

  .eyeCatch__inner .eyeCatch__img {
    width: 100%; }

  .eyeCatch__inner .eyeCatch__img p[class^="balloon"] {
    width: 31%;
    height: 26%; }

  .eyeCatch__inner .eyeCatch__img p[class^="balloon"] span.txt {
    line-height: 2;
    display: inline;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    position: relative;
    z-index: 10; }

  .eyeCatch__inner .eyeCatch__img p[class^="balloon"]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 12px 0 16px 33.32px;
    z-index: 0; }

  .eyeCatch__inner .eyeCatch__img img {
    width: 100%; }

  .eyeCatch__inner .eyeCatch__img .balloon--1 {
    top: 6%;
    left: auto;
    right: 5%; }

  .eyeCatch__inner .eyeCatch__img .balloon--1:after {
    right: 5%;
    left: 2%;
    bottom: 3%;
    transform: rotate(141deg); }

  .eyeCatch__inner .eyeCatch__img .balloon--2 {
    top: 6%;
    left: 4%; }

  .eyeCatch__inner .eyeCatch__img .balloon--2:after {
    right: auto;
    bottom: -10%;
    left: 27%;
    transform: rotate(103deg); }

  .eyeCatch__inner .eyeCatch__img .balloon--3 {
    top: auto;
    bottom: -2%;
    right: auto;
    left: 6%; }

  .eyeCatch__inner .eyeCatch__img .balloon--3:after {
    left: auto;
    right: 4%;
    bottom: auto;
    top: -1%;
    transform: rotate(310deg); }

  .eyeCatch__inner .eyeCatch__img .balloon--4 {
    top: 75%;
    right: 5%; }

  .eyeCatch__inner .eyeCatch__img .balloon--4:after {
    left: 56%;
    bottom: -2%;
    top: -12%;
    transform: rotate(-67deg); }

  .l-sectionItemsWrap.type1 {
    margin-top: 4%; }

  .l-sectionItems {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    position: relative; }

  .l-sectionItems:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    content: "";
    background: url("../img/icon--8.jpg") no-repeat top left/90px 90px;
    z-index: 200; }

  .l-sectionItems .l-sectionItem {
    float: none;
    width: 100%;
    height: auto;
    height: inherit;
    height: initial;
    display: block;
    /*padding-bottom: 72%*/ }

  .l-sectionItems .l-sectionItem:first-child {
    margin-left: 0;
    width: 100%; }

  .l-sectionItems .l-sectionItem:nth-child(2) {
    width: 100%; }

  .l-sectionItems .l-sectionItem__inner {
    width: 100%;
    margin-left: auto; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons {
    margin-top: 5%; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon {
    display: block;
    margin-right: 0;
    margin-top: 2%; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span {
    padding: 4px 23px;
    font-size: 11px;
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 1px; }

  .l-sectionItems .l-sectionItem__inner .ttl {
    font-size: 6.4vw;
    display: block;
    line-height: 1.4; }

  .l-sectionItems .l-sectionItem__inner .txt {
    line-height: 1.9;
    font-size: 13.5px;
    letter-spacing: 1.8px;
    margin-top: 17px; }

  .l-sectionItems .l-sectionItem:first-child {
    position: relative; }

  .l-sectionItems .l-sectionItem:first-child .slide {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*height: initial;*/
    /*height: inherit;*/
    /*top: 0;*/
    /*left: 0;*/
    /*opacity: 1*/ }

  .l-sectionItems .l-sectionItem:first-child .slide img {
    width: 100%; }

  .l-sectionItems .l-sectionItem:first-child .slide.is-opacity {
    opacity: 0; }

  .l-sectionItems .l-sectionItem:first-child .slide.is-opacity img {
    width: 100%;
    transition: all 2.5s;
    opacity: 0; }

  .l-sectionItems .l-sectionItem:last-child {
    padding-bottom: 0; }

  .l-sectionItems.type1:after {
    background: url("../img/icon--12.jpg") no-repeat top left/75% 75%; }

  .l-sectionItems.type1 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
    width: 90%;
    margin: auto;
    margin-left: auto;
    padding: 5% 0 13%; }

  .l-sectionItems.type2:after {
    background: url("../img/icon--15.jpg") no-repeat top left/75% 75%; }

  .l-sectionItems.type2 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
    width: 90%;
    margin: auto;
    margin-left: auto;
    padding: 5% 0 13%; }

  .l-sectionItems.type3:after {
    background: url("../img/icon--8.jpg") no-repeat top left/75% 75%; }

  .l-sectionItems.type3 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
    width: 90%;
    margin: auto;
    margin-left: auto;
    padding: 5% 0 13%; }

  @import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
  @import url(//fonts.googleapis.com/css?family=Lato:400,700);
  @import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

  body {
    line-height: 1; }

  ol, ul {
    list-style: none; }

  blockquote, q {
    quotes: none; }

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

  table {
    border-collapse: collapse;
    border-spacing: 0; }

  input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none; }

  textarea {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent; }

  body {
    min-width: 1280px;
    overflow-x: auto;
    position: relative;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fabd00; }

  .btn {
    display: block;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 18px 0;
    margin-top: 18px;
    width: 330px;
    box-sizing: border-box; }

  .l-section.firstView .l-section__inner {
    position: relative;
    width: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; }

  .l-section.firstView .l-section__inner .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px; }

  .l-section.firstView .l-section__inner .l-section--ttl {
    width: 897px;
    margin: auto;
    position: absolute; }

  .l-section.firstView .l-section__inner .l-section--ttl img {
    width: 100%; }

  .l-section.firstView .l-section__inner .firstView__img {
    width: 100%; }

  .l-section.firstView .l-section__inner .firstView__img img {
    width: 100%; }

  .l-section.about {
    padding-top: 80px; }

  .l-section.about .txtBox {
    margin-top: 28px; }

  .l-section.action {
    margin-top: 92px; }

  .l-section.action .txtBox {
    margin-top: 28px; }

  .l-section.statement {
    padding-top: 85px;
    background-color: #004c88; }

  .l-section.statement .txtBox {
    margin-top: 35px; }

  .l-section.statement .txtBox.u-marginTop-fix {
    margin-top: 23px; }

  .l-section.contact {
    padding-top: 75px;
    background-color: #004c88; }

  .l-section.contact .txtBox {
    margin-top: 30px; }

  .l-section--ttl {
    text-align: center;
    width: 256px;
    margin: auto; }

  .l-section--ttl img {
    width: 100%; }

  .statement--subTtl {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-top: 60px; }

  .statement--subTtl .u-color--yellow {
    color: #ffd800; }

  .l-section--subTtl {
    text-align: center;
    font-size: 20px;
    margin-top: 16px; }

  .txtBox {
    width: 570px;
    margin: auto;
    line-height: 2;
    font-size: 15.2px; }

  .txtBox.u-color--white {
    color: #fff; }

  .txtBox span.u-color--yellow {
    color: #ffd800; }

  .eyeCatch {
    margin-top: 10px; }

  .eyeCatch__inner .eyeCatch__img {
    width: 970px;
    margin: auto;
    position: relative; }

  .eyeCatch__inner .eyeCatch__img p[class^="balloon"] {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0; }

  .eyeCatch__inner .eyeCatch__img p[class^="balloon"].animate.popIn {
    animation-name: popIn;
    animation-duration: 1s;
    opacity: 1; }

  @keyframes popIn {
    0% {
      transform: scale3d(0, 0, 0);
      opacity: 0; }
    20% {
      opacity: 1; }
    40% {
      animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
      transform: scale3d(1.08, 1.08, 1.08); }
    60% {
      animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
      transform: scale3d(1, 1, 1); }
    80% {
      animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
      transform: scale3d(1.03, 1.03, 1.03); }
    100% {
      animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transform: scale3d(1, 1, 1); } }
  .eyeCatch__inner .eyeCatch__img p[class^="balloon"] span.txt {
    line-height: 2;
    display: inline;
    text-align: center;
    font-size: 14px; }

  .eyeCatch__inner .eyeCatch__img p[class^="balloon"]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 9px 0 10px 24.32px; }

  .eyeCatch__inner .eyeCatch__img img {
    width: 100%; }

  .eyeCatch__inner .eyeCatch__img .balloon--1 {
    top: 51px;
    left: 336px; }

  .eyeCatch__inner .eyeCatch__img .balloon--1:after {
    right: 23px;
    bottom: 1px;
    transform: rotate(55deg); }

  .eyeCatch__inner .eyeCatch__img .balloon--2 {
    top: 331px;
    left: -27px; }

  .eyeCatch__inner .eyeCatch__img .balloon--2:after {
    right: -24px;
    bottom: 92px;
    transform: rotate(0); }

  .eyeCatch__inner .eyeCatch__img .balloon--3 {
    top: 543px;
    right: 350px; }

  .eyeCatch__inner .eyeCatch__img .balloon--3:after {
    left: 6px;
    bottom: 164px;
    transform: rotate(220deg); }

  .eyeCatch__inner .eyeCatch__img .balloon--4 {
    top: 274px;
    right: 0; }

  .eyeCatch__inner .eyeCatch__img .balloon--4:after {
    left: 11px;
    bottom: 12px;
    transform: rotate(139deg); }

  .l-sectionItemsWrap.type1 {
    margin-top: 30px;
    background-color: #bf8b2e; }

  .l-sectionItemsWrap.type2 {
    background-color: #56c02b; }

  .l-sectionItemsWrap.type3 {
    background-color: #a21942; }

  .l-sectionItems {
    width: 1280px;
    height: 460px;
    overflow: hidden;
    margin: auto;
    position: relative; }

  .l-sectionItems:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    content: "";
    background: url("../img/icon--8.jpg") no-repeat top left/90px 90px;
    z-index: 200; }

  .l-sectionItems .l-sectionItem {
    float: left;
    width: 50%;
    height: 460px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .l-sectionItems .l-sectionItem__inner {
    width: 436px; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons {
    margin-top: 17px; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon {
    display: inline-block;
    margin-right: 10px; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span {
    padding: 4px 23px;
    border-radius: 11px;
    background-color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span.u-color--gray {
    color: #bf8b2e; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span.u-color--green {
    color: #56c02b; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span.u-color--red {
    color: #a21942; }

  .l-sectionItems .l-sectionItem__inner .ttl {
    font-size: 20px;
    display: block;
    color: #fff; }

  .l-sectionItems .l-sectionItem__inner .txt {
    line-height: 1.9;
    color: #fff;
    font-size: 13.5px;
    letter-spacing: 1.8px;
    margin-top: 17px; }

  .l-sectionItems .l-sectionItem:first-child {
    position: relative; }

  .l-sectionItems .l-sectionItem:first-child .slide {
    /*position: absolute;*/
    width: 100%;
    height: 460px;
    top: 0;
    left: 0;
    transition: all 2.5s;
    opacity: 1; }

  .l-sectionItems .l-sectionItem:first-child .slide.is-opacity {
    opacity: 0; }

  .l-sectionItems .l-sectionItem:first-child .slide.is-opacity img {
    transition: all 2.5s;
    opacity: 0; }

  .l-sectionItems.type1:after {
    background: url("../img/icon--12.jpg") no-repeat top left/101px 101px; }

  .l-sectionItems.type1 .l-sectionItem:nth-child(2) {
    background-color: #bf8b2e;
    margin-left: 0; }

  .l-sectionItems.type1 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
    /*margin-left: -85px*/ }

  .l-sectionItems.type2:after {
    background: url("../img/icon--15.jpg") no-repeat top left/101px 101px; }

  .l-sectionItems.type2 .l-sectionItem:nth-child(2) {
    background-color: #56c02b;
    margin-left: 0; }

  .l-sectionItems.type2 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
    /*margin-left: -85px*/ }

  .l-sectionItems.type3:after {
    background: url("../img/icon--8.jpg") no-repeat top left/101px 101px; }

  .l-sectionItems.type3 .l-sectionItem:nth-child(2) {
    background-color: #a21942;
    margin-left: 0; }

  .l-sectionItems.type3 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
    /*margin-left: -85px*/ }

  .contact__formBtn {
    margin: auto;
    text-align: center;
    margin-top: 33px; }

  .contact__formBtn a.btn {
    margin: auto; }

  .footer {
    padding-top: 50px;
    background-color: #004c88; }

  .footer__inner .copyRight {
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 10px 0; }

  .u-pcBreak {
    display: block !important; }

  .u-spBreak {
    display: none !important; } }
@media only screen and (max-width: 640px) and (max-width: 1280px) {
  body {
    min-width: auto;
    min-width: inherit;
    min-width: 1280px;
    width: 1280px;
    overflow-x: hidden !important; } }
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .u-pcBreak {
    display: none !important; }

  .u-spBreak {
    display: block !important; }

  body {
    min-width: auto;
    min-width: inherit;
    min-width: 100%;
    width: 100%;
    overflow-x: hidden !important; }

  .btn {
    font-size: 5vw;
    padding: 5.5% 0;
    margin-top: 5%;
    width: 100%; }

  .l-section.firstView .l-section__inner {
    position: relative;
    width: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    height: inherit;
    height: initial; }

  .l-section.firstView .l-section__inner .logo {
    width: 15%; }

  .l-section.firstView .l-section__inner .logo img {
    width: 100%; }

  .l-section.firstView .l-section__inner .l-section--ttl {
    width: 78%;
    margin: auto;
    margin-top: 4%; }

  .l-section.firstView .l-section__inner .l-section--ttl img {
    width: 100%; }

  .l-section.firstView .l-section__inner .firstView__img {
    width: 100%; }

  .l-section.firstView .l-section__inner .firstView__img img {
    width: 100%; }

  .l-section.about {
    padding-top: 10%; }

  .l-section.about .l-section__inner {
    width: 100%; }

  .l-section.about .txtBox {
    width: 90%;
    margin: auto;
    margin-top: 5%; }

  .l-section.action {
    margin-top: 20%; }

  .l-section.action .l-section__inner {
    width: 100%; }

  .l-section.action .txtBox {
    width: 90%;
    margin: auto;
    margin-top: 4%; }

  .l-section.statement {
    padding-top: 10%; }

  .l-section.statement .txtBox {
    margin-top: 6%; }

  .l-section.statement .txtBox.u-marginTop-fix {
    margin-top: 4%; }

  .l-section.contact {
    padding-top: 7%; }

  .l-section.contact .txtBox {
    margin-top: 3.8%; }

  .l-section__inner {
    width: 90%;
    margin: auto; }

  .l-section--ttl {
    width: 75%; }

  .l-section--ttl img {
    width: 100%; }

  .statement--subTtl {
    text-align: center;
    font-size: 5vw;
    margin-top: 4%;
    line-height: 1.5; }

  .l-section--subTtl {
    text-align: center;
    font-size: 4vw;
    margin-top: 4%;
    line-height: 1.7; }

  .txtBox {
    width: 100%;
    margin: auto;
    line-height: 1.8;
    font-size: 4.5vw;
    letter-spacing: 1px; }

  .eyeCatch {
    margin-top: 3%; }

  .eyeCatch__inner {
    width: 100%; }

  .eyeCatch__inner .eyeCatch__img {
    width: 100%; }

  .eyeCatch__inner .eyeCatch__img p[class^="balloon"] {
    width: 31%;
    height: 26%; }

  .eyeCatch__inner .eyeCatch__img p[class^="balloon"] span.txt {
    line-height: 2;
    display: inline;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    position: relative;
    z-index: 10; }

  .eyeCatch__inner .eyeCatch__img p[class^="balloon"]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 12px 0 16px 33.32px;
    z-index: 0; }

  .eyeCatch__inner .eyeCatch__img img {
    width: 100%; }

  .eyeCatch__inner .eyeCatch__img .balloon--1 {
    top: 6%;
    left: auto;
    right: 5%; }

  .eyeCatch__inner .eyeCatch__img .balloon--1:after {
    right: 5%;
    left: 2%;
    bottom: 3%;
    transform: rotate(141deg); }

  .eyeCatch__inner .eyeCatch__img .balloon--2 {
    top: 6%;
    left: 4%; }

  .eyeCatch__inner .eyeCatch__img .balloon--2:after {
    right: auto;
    bottom: -10%;
    left: 27%;
    transform: rotate(103deg); }

  .eyeCatch__inner .eyeCatch__img .balloon--3 {
    top: auto;
    bottom: -2%;
    right: auto;
    left: 6%; }

  .eyeCatch__inner .eyeCatch__img .balloon--3:after {
    left: auto;
    right: 4%;
    bottom: auto;
    top: -1%;
    transform: rotate(310deg); }

  .eyeCatch__inner .eyeCatch__img .balloon--4 {
    top: 75%;
    right: 5%; }

  .eyeCatch__inner .eyeCatch__img .balloon--4:after {
    left: 56%;
    bottom: -2%;
    top: -12%;
    transform: rotate(-67deg); }

  .l-sectionItemsWrap.type1 {
    margin-top: 4%; }

  .l-sectionItems {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    position: relative; }

  .l-sectionItems:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    content: "";
    background: url("../img/icon--8.jpg") no-repeat top left/90px 90px;
    z-index: 200; }

  .l-sectionItems .l-sectionItem {
    float: none;
    width: 100%;
    height: auto;
    height: inherit;
    height: initial;
    display: block;
    /*padding-bottom: 72%*/ }

  .l-sectionItems .l-sectionItem__inner {
    width: 100%; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons {
    margin-top: 5%; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon {
    display: block;
    margin-right: 0;
    margin-top: 2%; }

  .l-sectionItems .l-sectionItem__inner .sectionItem__icons .sectionItem__icon span {
    padding: 4px 23px;
    font-size: 11px;
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 1px; }

  .l-sectionItems .l-sectionItem__inner .ttl {
    font-size: 6.4vw;
    display: block;
    line-height: 1.4; }

  .l-sectionItems .l-sectionItem__inner .txt {
    line-height: 1.9;
    font-size: 13.5px;
    letter-spacing: 1.8px;
    margin-top: 17px; }

  .l-sectionItems .l-sectionItem:first-child {
    position: relative; }

  .l-sectionItems .l-sectionItem:first-child .slide {
    /*position: absolute;*/
    width: 100%;
    height: auto;
    height: initial;
    height: inherit;
    top: 0;
    left: 0;
    opacity: 1; }

  .l-sectionItems .l-sectionItem:first-child .slide img {
    width: 100%; }

  .l-sectionItems .l-sectionItem:first-child .slide.is-opacity {
    opacity: 0; }

  .l-sectionItems .l-sectionItem:first-child .slide.is-opacity img {
    width: 100%;
    transition: all 2.5s;
    opacity: 0; }

  .l-sectionItems .l-sectionItem:last-child {
    padding-bottom: 0; }

  .l-sectionItems.type1:after {
    background: url("../img/icon--12.jpg") no-repeat top left/75% 75%; }

  .l-sectionItems.type1 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
    width: 90%;
    margin: auto;
    margin-left: auto;
    padding: 5% 0 13%; }

  .l-sectionItems.type2:after {
    background: url("../img/icon--15.jpg") no-repeat top left/75% 75%; }

  .l-sectionItems.type2 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
    width: 90%;
    margin: auto;
    margin-left: auto;
    padding: 5% 0 13%; }

  .l-sectionItems.type3:after {
    background: url("../img/icon--8.jpg") no-repeat top left/75% 75%; }

  .l-sectionItems.type3 .l-sectionItem:nth-child(2) .l-sectionItem__inner {
    width: 90%;
    margin: auto;
    margin-left: auto;
    padding: 5% 0 13%; }

  .contact__formBtn {
    margin: auto;
    text-align: center;
    margin-top: 33px; }

  .contact__formBtn a.btn {
    margin: auto; }

  .footer {
    padding-top: 50px;
    background-color: #004c88; }

  .footer__inner .copyRight {
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 10px 0; } }
@media only screen and (max-width: 640px) {
  .contact__formBtn {
    margin: auto;
    text-align: center;
    margin-top: 33px; }

  .contact__formBtn a.btn {
    margin: auto; }

  .footer {
    padding-top: 50px;
    background-color: #004c88; }

  .footer__inner .copyRight {
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 10px 0; } }
