@charset "UTF-8";
.sp {
  display: none; }

h1 {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  color: #4B9BE0;
  z-index: 100;
  position: static; }

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate(-50%, 100px); }
  to {
    opacity: 1;
    transform: translate(-50%, -25px); } }
.topLogo {
  display: none; }

.swiper-container {
  width: 100%;
  height: calc(100vh - 150px);
  margin-top: 150px; }
  .swiper-container .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .swiper-container .swiper-wrapper .swiper-slide p {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      transform: translate(-50%, -25px);
      color: #ffffff;
      font-size: 50px;
      font-weight: bold;
      text-shadow: 2px 2px 2px black; }
  .swiper-container .swiper-wrapper .swiper-slide-active p {
    animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: both; }

/*スライドショー*/
/*
.swiperPC {
    display: block;
}

.swiperSP {
    display: none;
}

.swiper-container {
  width: 100%;
  height: 760px;
}
.swiper-slide {
  padding-top: 0px; /* 画像位置の調整用 */
/*
  background-size: cover;

  background-position: 50% 50%;
  background-repeat: no-repeat;
}*/
#section01 {
  padding: 150px 0;
  position: relative; }
  #section01 span {
    width: 100px;
    height: 1px;
    background: black;
    display: block;
    margin: 30px auto; }
  #section01 p {
    width: 500px;
    display: block;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.8;
    font-size: 18px; }
  #section01 .back {
    font-size: 300px;
    color: black;
    opacity: 0.05;
    position: absolute;
    bottom: -30px;
    left: 0;
    font-weight: bold;
    z-index: 0;
    line-height: 1; }

#section02 {
  width: 100%;
  height: 450px;
  background-position: center center;
  background-image: url("../img/topImage01.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

#section03 {
  padding: 150px 0;
  width: 100%;
  background: #4B9BE0;
  position: relative; }
  #section03 h1 {
    color: white;
    margin-bottom: 50px; }
  #section03 p {
    display: table;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
    color: white; }
  #section03 .back {
    font-size: 300px;
    color: white;
    opacity: 0.1;
    position: absolute;
    bottom: -30px;
    right: 0;
    font-weight: bold;
    z-index: 0;
    line-height: 1; }

#section04 {
  width: 100%;
  height: 450px;
  background-position: center center;
  /*	background-image: url("../img/topImage02.png");*/
  background-image: url("../img/slide01.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

#section05 {
  width: 100%;
  padding: 150px 0;
  position: relative; }
  #section05 ul {
    width: 650px;
    display: block;
    margin: 50px auto 0 auto; }
    #section05 ul li {
      width: 100%;
      padding: 30px;
      background: #4B9BE0;
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold;
      color: white;
      font-size: 18px; }
  #section05 .back {
    font-size: 280px;
    color: black;
    opacity: 0.11;
    position: absolute;
    top: 350px;
    left: -366px;
    font-weight: bold;
    z-index: 0;
    line-height: 1;
    transform: rotate(90deg); }

#section06 {
  width: 100%;
  height: 450px;
  background-position: center center;
  background-image: url("../img/topImage03.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

#section07 {
  width: 100%;
  padding: 150px 0;
  position: relative; }
  #section07 span {
    width: 100px;
    height: 1px;
    background: black;
    display: block;
    margin: 30px auto; }
  #section07 p {
    width: 500px;
    display: block;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.8;
    font-size: 18px; }
  #section07 dt {
    font-size: 28px;
    color: #4B9BE0;
    font-weight: bold;
    text-align: center; }
  #section07 dd {
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px; }
  #section07 ul.upper {
    width: 975px;
    margin: 0 auto;
    display: block;
    margin-top: 100px; }
    #section07 ul.upper li {
      width: 280px;
      height: 280px;
      background: white;
      display: inline-block;
      vertical-align: top;
      margin-left: 20px;
      margin-right: 20px;
      padding: 40px;
      border: solid thin #4B9BE0;
      border-radius: 10px; }
  #section07 ul.lower {
    width: 646px;
    display: block;
    margin: 45px auto 0 auto; }
    #section07 ul.lower li {
      width: 280px;
      height: 280px;
      margin-left: 20px;
      margin-right: 20px;
      display: inline-block;
      padding: 40px;
      border: solid thin #4B9BE0;
      border-radius: 10px; }
  #section07 .back {
    font-size: 260px;
    color: black;
    opacity: 0.11;
    position: absolute;
    top: 855px;
    right: -143px;
    font-weight: bold;
    z-index: 0;
    line-height: 1;
    transform: rotate(-90deg); }

#section08 {
  padding: 150px 0;
  width: 100%;
  background: #4B9BE0; }
  #section08 h1 {
    color: white; }
  #section08 dl {
    display: table;
    margin: 50px auto 0 auto; }
    #section08 dl dt {
      color: white;
      display: inline-block;
      margin-right: 30px;
      vertical-align: top; }
    #section08 dl dd {
      display: inline-block;
      color: white;
      vertical-align: top; }

@media (max-width: 768px) {
  .sp {
    display: block; }

  .topLogo {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    z-index: 20; }

  .swiperPC {
    display: block; }

  .swiperSP {
    display: none; }

  .swiper-container {
    width: 100%;
    height: 100vh; }

  .swiper-container {
    width: 100%;
    height: calc(100vh - 150px);
    margin-top: 0; }
    .swiper-container .swiper-wrapper .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .swiper-container .swiper-wrapper .swiper-slide p {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -25px);
        color: #ffffff;
        font-size: 30px;
        font-weight: bold; }
    .swiper-container .swiper-wrapper .swiper-slide-active p {
      animation-name: fade-in;
      animation-duration: 2s;
      animation-delay: 2s;
      animation-fill-mode: both; }

  #section01 {
    padding: 100px 0;
    position: relative; }
    #section01 h1 {
      font-size: 35px; }
    #section01 span {
      width: 100px;
      height: 1px;
      background: black;
      display: block;
      margin: 30px auto; }
    #section01 p {
      width: 80%;
      display: block;
      margin: 0 auto;
      text-align: justify;
      line-height: 1.8;
      font-size: 15px; }
    #section01 .back {
      display: none; }

  #section02 {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-image: url("../img/topImage01.jpg");
    background-repeat: no-repeat;
    background-size: cover; }

  #section03 {
    padding: 100px 0;
    width: 100%;
    background: #4B9BE0;
    position: relative; }
    #section03 h1 {
      color: white;
      margin-bottom: 30px;
      font-size: 35px; }
    #section03 p {
      width: 80%;
      display: table;
      margin: 0 auto;
      text-align: justify;
      line-height: 1.8;
      font-size: 15px;
      color: white; }
    #section03 .back {
      display: none; }

  #section04 {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-image: url("../img/topImage02.png");
    background-repeat: no-repeat;
    background-size: cover; }

  #section05 {
    width: 100%;
    padding: 100px 0;
    position: relative; }
    #section05 h1 {
      font-size: 35px; }
    #section05 ul {
      width: 90%;
      display: block;
      margin: 50px auto 0 auto; }
      #section05 ul li {
        width: 100%;
        padding: 20px;
        background: #4B9BE0;
        margin-bottom: 20px;
        text-align: justify;
        font-weight: bold;
        color: white;
        font-size: 17px; }
    #section05 .back {
      display: none; }

  #section06 {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-image: url("../img/topImage03.jpg");
    background-repeat: no-repeat;
    background-size: cover; }

  #section07 {
    width: 100%;
    padding: 100px 0;
    position: relative; }
    #section07 h1 {
      font-size: 35px; }
    #section07 span {
      width: 100px;
      height: 1px;
      background: black;
      display: block;
      margin: 30px auto; }
    #section07 p {
      width: 80%;
      display: block;
      margin: 0 auto;
      text-align: justify;
      line-height: 1.8;
      font-size: 15px; }
    #section07 dt {
      font-size: 25px;
      color: #4B9BE0;
      font-weight: bold;
      text-align: center; }
    #section07 dd {
      text-align: justify;
      font-size: 15px;
      line-height: 1.5;
      margin-top: 20px; }
    #section07 ul.upper {
      width: 90%;
      margin: 0 auto;
      display: block;
      margin-top: 50px; }
      #section07 ul.upper li {
        width: 280px;
        height: auto;
        background: white;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        padding: 40px;
        border: solid thin #4B9BE0;
        border-radius: 10px; }
    #section07 ul.lower {
      width: 90%;
      display: block;
      margin: 30px auto 30px auto; }
      #section07 ul.lower li {
        width: 280px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        display: block;
        padding: 40px;
        border: solid thin #4B9BE0;
        border-radius: 10px; }
    #section07 .back {
      display: none; }

  #section08 {
    padding: 100px 0;
    width: 100%;
    background: #4B9BE0; }
    #section08 h1 {
      color: white;
      font-size: 35px; }
    #section08 dl {
      display: table;
      margin: 50px auto 0 auto; }
      #section08 dl dt {
        color: white;
        display: block;
        margin-right: 30px;
        vertical-align: top; }
      #section08 dl dd {
        display: block;
        color: white;
        vertical-align: top; } }
