@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

.tenmetsu {
  animation: tenm 1.5s infinite;
}

@keyframes tenm {
  50% {
    opacity: 0;
  }
}
@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#download_first {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  background: url(../images/main_back_pc.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 150px 0;
}
@media screen and (max-width:800px) {
  #download_first {
    background: url(../images/main_back_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 22.5vw 0 25vw 0;
  }
}
#download_first .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#download_first .mainlogos {
  width: 18%;
  margin: 0 auto 65px auto;
}
@media screen and (max-width:800px) {
  #download_first .mainlogos {
    width: 35%;
    margin: 0 auto 10vw auto;
  }
}
#download_first .titles {
  width: 49%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #download_first .titles {
    width: 80%;
  }
}
#download_first .base_text {
  margin: 1.5em auto 2em auto;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #download_first .base_text {
    margin: 0.5em auto 3.5em auto;
  }
}
#download_first .base_text02 {
  line-height: 240%;
  text-align: center;
  margin-bottom: 3em;
}
#download_first h2 {
  display: inline-block;
  padding: 0.5em 5em 0.6em 5em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #download_first h2 {
    width: 100%;
    text-align: center;
    padding: 0.5em 0em 0.6em 0em;
  }
}

#download_second {
  width: 100%;
  background-color: #042436;
  padding: 75px 0;
}
#download_second .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#download_second .plantitle {
  text-align: center;
  width: 100%;
  color: #fff;
  margin-bottom: 28px;
}
#download_second .plantitle .eng {
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #download_second .plantitle .eng {
    font-size: 7vw;
  }
}
#download_second .plantitle .jpn {
  padding: 0.2em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #download_second .plantitle .jpn {
    font-size: 4vw;
    padding: 0em 0 0.5em 0;
    line-height: 120%;
  }
}
#download_second ul.planlist {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 20px;
}
#download_second ul.planlist li {
  width: 31%;
  margin-bottom: 45px;
}
@media screen and (max-width:800px) {
  #download_second ul.planlist li {
    width: 48.5%;
    margin-right: 0%;
    margin-bottom: 2.5vw;
  }
}
#download_second ul.planlist li.left {
  margin-left: 16.5%;
}
@media screen and (max-width:800px) {
  #download_second ul.planlist li.left {
    width: 48.5%;
    margin-left: 0;
    margin-right: 0%;
    margin-bottom: 2.5vw;
  }
}
#download_second ul.planlist li.right {
  margin-right: 16.5%;
}
@media screen and (max-width:800px) {
  #download_second ul.planlist li.right {
    width: 48.5%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2.5vw;
  }
}
#download_second .planatens {
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #download_second .planatens {
    margin-bottom: 60px;
  }
}
#download_second ul.pdflist {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#download_second ul.pdflist li {
  width: 29.55%;
  margin-right: 3.733%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #download_second ul.pdflist li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 9.5vw;
  }
}
#download_second ul.pdflist li:nth-child(3n) {
  margin-right: 0;
}
#download_second ul.pdflist li a {
  position: relative;
  overflow: hidden;
}
#download_second ul.pdflist li h3 {
  text-align: center;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  margin-bottom: 0.5em;
  color: #fff;
}
#download_second ul.pdflist li h3 .eng {
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #download_second ul.pdflist li h3 .eng {
    font-size: 7vw;
  }
}
#download_second ul.pdflist li h3 .jpn {
  padding: 0.2em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #download_second ul.pdflist li h3 .jpn {
    font-size: 4vw;
    padding: 0em 0 0.5em 0;
    line-height: 120%;
  }
}
#download_second ul.pdflist li a, #download_second ul.pdflist li span {
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#download_second ul.pdflist li a:hover {
  opacity: 0.6;
}
@media screen and (max-width:800px) {
  #download_second ul.pdflist li a:hover {
    opacity: 1;
  }
}
#download_second ul.pdflist li a:hover .photo figure {
  transform: scale(1.1);
}
@media screen and (max-width:800px) {
  #download_second ul.pdflist li a:hover .photo figure {
    transform: scale(1);
  }
}
#download_second ul.pdflist li .photo {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
#download_second ul.pdflist li .photo.iconnew::after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 15;
  content: "NEW";
  display: inline-block;
  padding: 0.25em 0.5em 0.5em 0.5em;
  line-height: 100%;
  font-size: 14px;
  background-color: #691B1C;
  color: #fff;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
#download_second ul.pdflist li .photo figure {
  transform: scale(1);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#download_second ul.pdflist li .photo .coming_text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  color: #fff;
  z-index: 10;
  transform: translate(0, -50%);
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
@media screen and (max-width:800px) {
  #download_second ul.pdflist li .photo .coming_text {
    font-size: 7vw;
  }
}
#download_second ul.pdflist li .botans {
  width: 100%;
  background-color: #826940;
  line-height: 100%;
  padding: 0.75em 0;
}
#download_second ul.pdflist li .botans figure {
  width: 60%;
  margin: 0 auto;
}
#download_second .attens {
  width: 100%;
  line-height: 160%;
  color: #fff;
}

#planbox {
  width: 100%;
  background-color: #fff;
  padding: 240px 0 100px 0;
}
@media screen and (max-width:800px) {
  #planbox {
    padding: 35vw 0 10vw 0;
  }
}
#planbox .section__in {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}
#planbox .section__in .types {
  width: 100%;
  position: relative;
}
#planbox .section__in .types::after {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  background-color: #999;
  bottom: 0;
  left: 5%;
}
@media screen and (max-width:800px) {
  #planbox .section__in .types::after {
    width: 100%;
    left: 0%;
  }
}
#planbox .section__in h2.ftype {
  width: 47.0588235294%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width:800px) {
  #planbox .section__in h2.ftype {
    width: 70.1754385965%;
    padding-bottom: 15px;
  }
}
#planbox .section__in h2.c1type {
  width: 42.3529411765%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width:800px) {
  #planbox .section__in h2.c1type {
    width: 63.1578947368%;
    padding-bottom: 15px;
  }
}
#planbox .section__in h2.o1type {
  width: 35.2941176471%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width:800px) {
  #planbox .section__in h2.o1type {
    width: 52.6315789474%;
    padding-bottom: 15px;
  }
}
#planbox .section__in h2.p1type {
  width: 49.7647058824%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width:800px) {
  #planbox .section__in h2.p1type {
    width: 74.2105263158%;
    padding-bottom: 15px;
  }
}
#planbox .section__in h2.a1type {
  width: 34.4705882353%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width:800px) {
  #planbox .section__in h2.a1type {
    width: 51.4035087719%;
    padding-bottom: 15px;
  }
}
#planbox .section__in h2.gtype {
  width: 49.4117647059%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width:800px) {
  #planbox .section__in h2.gtype {
    width: 73.6842105263%;
    padding-bottom: 15px;
  }
}
#planbox .section__in h2.i1type {
  width: 44.1176470588%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width:800px) {
  #planbox .section__in h2.i1type {
    width: 65.7894736842%;
    padding-bottom: 15px;
  }
}
#planbox .section__in .ftype span.intext {
  display: inline-block;
  width: 76.9411764706%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #planbox .section__in .ftype span.intext {
    width: 61.9298245614%;
    text-align: center;
  }
}
#planbox .section__in .c1type span.intext {
  display: inline-block;
  width: 76.9411764706%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #planbox .section__in .c1type span.intext {
    width: 61.9298245614%;
    text-align: center;
  }
}
#planbox .section__in .o1type span.intext {
  display: inline-block;
  width: 76.9411764706%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #planbox .section__in .o1type span.intext {
    width: 61.9298245614%;
    text-align: center;
  }
}
#planbox .section__in .p1type span.intext {
  display: inline-block;
  width: 76.9411764706%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #planbox .section__in .p1type span.intext {
    width: 61.9298245614%;
    text-align: center;
  }
}
#planbox .section__in .zu_ftype {
  width: 58.2352941176%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #planbox .section__in .zu_ftype {
    margin: 0 auto 40px auto;
  }
}
#planbox .section__in .zu_c1type {
  width: 100%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #planbox .section__in .zu_c1type {
    margin: 0 auto 40px auto;
  }
}
#planbox .section__in .zu_o1type {
  width: 83.5294117647%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #planbox .section__in .zu_o1type {
    margin: 0 auto 40px auto;
  }
}
#planbox .section__in .zu_p1type {
  width: 99.4117647059%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #planbox .section__in .zu_p1type {
    margin: 0 auto 40px auto;
  }
}
#planbox .section__in .zu_a1type {
  width: 90%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #planbox .section__in .zu_a1type {
    margin: 0 auto 40px auto;
  }
}
#planbox .section__in .zu_i1type {
  width: 97.0588235294%;
  margin: 0 auto 100px -25px;
}
@media screen and (max-width:800px) {
  #planbox .section__in .zu_i1type {
    width: 97.5%;
    margin: 0 auto 40px auto;
  }
}
#planbox .section__in .zu_l1type {
  width: 110.5882352941%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #planbox .section__in .zu_l1type {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
#planbox .section__in .spec {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #planbox .section__in .spec {
    padding-top: 15px;
    margin-bottom: 40px;
  }
}
#planbox .section__in .spec span.minis {
  text-align: left;
  padding-top: 1em;
  padding-left: 0.25em;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #planbox .section__in .spec span.minis {
    padding-top: 1em;
    padding-left: 0em;
    text-align: center;
    width: 200%;
    margin-left: -50%;
    margin-right: -50%;
  }
}
#planbox .section__in .miniunder {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:800px) {
  #planbox .section__in .miniunder {
    margin: 0 auto 40px auto;
  }
}
#planbox .section__in .btbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#planbox .section__in .btbox .bt_prev {
  width: 17%;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #planbox .section__in .btbox .bt_prev {
    width: 30%;
  }
}
#planbox .section__in .btbox .bt_next {
  width: 17%;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #planbox .section__in .btbox .bt_next {
    width: 30%;
  }
}
#planbox .section__in .linksclose {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 90px auto 0 auto;
  background-color: #826940;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.9em 0 1em 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #planbox .section__in .linksclose {
    width: 80%;
    max-width: 800px;
    margin: 40px auto 0 auto;
  }
}

a.lmited_links {
  display: inline-block;
  width: 100%;
  max-width: 390px;
  margin: 0 auto 0 auto;
  background-color: #826940;
  color: #fff;
  padding: 0.8em 0 0.9em 0;
  margin-top: 2em;
}/*# sourceMappingURL=top.css.map */