@charset "UTF-8";
/* CSS Document */
.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  color: #39b54a;
  text-decoration: none;
}

a:visited {
  color: #39b54a;
  text-decoration: none;
}

a:hover {
  color: #ff9900;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img {
  transition: 0.2s ease-in-out;
}

body {
  background-size: contain;
  background-position: top center;
  background-image: url(../img/base_sp.gif);
  animation: fadeIn 2s ease 0s 1 normal;
  font-family: sans-serif;
}
@media (min-width: 992px) {
  body {
    background-image: url(../img/base.gif);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

br {
  display: none;
}
@media (min-width: 600px) {
  br {
    display: block;
  }
}

br.sp {
  display: block;
}
@media (min-width: 600px) {
  br.sp {
    display: none;
  }
}

.wrapper {
  width: 90vw;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  background-image: url(../img/bg_text_sp.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .wrapper {
    background-image: url(../img/bg_text.svg);
  }
}

/* ヘッダー
 * --------------------------------------------------------*/
.head {
  text-align: center;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 550/348;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (min-width: 600px) {
  .head {
    aspect-ratio: initial;
  }
}

.head img {
  width: 80%;
  max-width: 460px;
  position: relative;
}
@media (min-width: 600px) {
  .head img {
    top: 60px;
  }
}

/*本文
 * --------------------------------------------------------*/
.inner {
  padding: 1px;
}

.title {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 30px;
  font-family: "A1 Gothic M";
}
@media (min-width: 600px) {
  .title {
    font-size: 32px;
    margin: 120px auto 60px;
  }
}
.title br {
  display: block;
}

.text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  font-family: "A1 Gothic R";
  font-size: 15px;
  line-height: 2.2;
  padding: 0 2em;
}
@media (min-width: 600px) {
  .text {
    font-size: 19px;
  }
}

.text p {
  margin-bottom: 2em;
}

.sign {
  text-align: right;
  margin: 0 auto;
  overflow: hidden;
  font-family: "A1 Gothic R";
  line-height: 1.85;
  font-size: 15px;
  margin: 0 1em;
}
@media (min-width: 600px) {
  .sign {
    font-size: 19px;
    margin-right: 60px;
  }
}
.sign img {
  width: 50%;
  max-width: 240px;
  margin: 1em 0 3em;
}
.sign br {
  display: block;
}

/*バナー
 * --------------------------------------------------------*/
.banner {
  background-color: #fff;
  padding: 30px 0;
  margin: 40px 0;
}
@media (min-width: 600px) {
  .banner {
    padding: 70px 0;
    margin: 80px 0;
  }
}
.banner ul {
  width: 90vw;
  max-width: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-right: auto;
  margin-left: auto;
  gap: 15px;
}
@media (min-width: 600px) {
  .banner ul {
    gap: 40px 60px;
  }
}
.banner img {
  max-width: 100%;
}

/*フッター
 * --------------------------------------------------------*/
footer {
  background-color: #3e5254;
  padding: 1px;
}

#footer {
  margin: 0 auto;
}
#footer ul {
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 18px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  #footer ul {
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
#footer li {
  height: 25px;
}
@media (min-width: 600px) {
  #footer li {
    height: 40px;
  }
}
#footer img {
  height: 100%;
}
@media (min-width: 600px) {
  #footer .home {
    margin-left: auto;
  }
}

.copyright {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .copyright {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.copyright img {
  width: 90px;
}

/*タブレット対応
* --------------------------------------------------------*/
/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  /*
    body {
      font-size: 16px;
    }

    body:before {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/base_sp.gif);
      background-size: 100% auto;
      z-index: -2;
    }
    .wrapper {
      width: 90%;
    }

    img {
      max-width: 100%;
      height: auto;
    }



    /*スマホ対応 ヘッダ
     * --------------------------------------------------------*
    .head {
      width: 65%;
      padding-top: 70px;
    }

    .pc {
      display: none !important;
    }

    .sp {
      display: block !important;
    }

    /*スマホ対応 本文
     * --------------------------------------------------------*
    .title {
      width: 85%;
      padding-top: 50px;
      padding-bottom: 50px;
      font-size: 21px;
    }
    .text {
      width: 85%;
      margin:0 auto;
      line-height: 2em;
    }
    .sign {
      width: 85%;
      margin:0 auto;
      padding-bottom: 30px;
    }
    .sign img {
      width: 40%;
    }


    /*スマホ対応　ライン
     * --------------------------------------------------------*
    .border_dot {
      width: 80%;
    }


    /*スマホ対応 フッター
     * --------------------------------------------------------*
    #footer {
      width: 100%;
      height: auto;
      clear: both;
      margin: 0;
      padding: 0;
      padding-top: 30px;
      text-align: center;
    }

    #footer li {
      float: none;
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px;
      padding-bottom: 20px;
      font-size: 13px;
    }

    #footer li img {
      width: auto;
      height: 35px;
    }

    #footer .home img {
      width: 70%;
      height: 70%;
    }

    .date {
      font-size: 13px;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .copyright {
      width: 100%;
      font-size: 11px;
      padding-top: 10px;
      padding-bottom: 20px;
    }
  */
}/*# sourceMappingURL=index.css.map */