@charset "UTF-8";
@import url("reset.css");
@import url("common.css");
@import url("anm.css");
.anm-title {
  opacity: 0;
}

.anm-title.t-active {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 1100px) {
  .pc-s {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .sp-s {
    display: none !important;
  }
}

.top .sec-1 {
  padding: 50px 0 110px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top .sec-1 {
    padding: 5% 7%;
  }
}

.top .sec-1 figure {
  text-align: center;
  max-width: 1190px;
  margin: auto;
}

.top .sec-1 figure img {
  max-width: 100%;
  height: auto;
  width: 0;
  transition: 1s;
  animation-fill-mode: both;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}

.top .sec-1 figure.is-current img {
  width: 100%;
}

.top .sec-1 span {
  position: absolute;
  left: 50%;
  top: 220px;
  margin-left: -872px;
}

@media screen and (max-width: 1100px) {
  .top .sec-1 span {
    display: none;
  }
}

.top .sec-2 {
  padding: 155px 0 180px;
  background-image: url(../img/sec2/bg.png);
  background-size: 1920px 948px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 948px;
  box-sizing: border-box;
}

@media (min-width: 1921px) {
  .top .sec-2 {
    background-size: cover;
    background-position: center bottom;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-2 {
    background-image: url(../img/sec2/bg-sp.png);
    background-size: cover;
    background-position: center top;
    padding: 20% 5% 10%;
    height: auto;
  }
}

.top .sec-2 h2 {
  text-align: center;
}

.top .sec-2 h2 img {
  max-width: 100%;
  height: auto;
}

.top .sec-2 p {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .top .sec-2 p {
    margin-top: 30px;
    padding: 0 2%;
  }
}

.top .sec-2 p img {
  max-width: 100%;
}

.top .sec-3 {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .top .sec-3 {
    padding: 10% 5%;
  }
}

.top .sec-3::before {
  content: "";
  background-image: url(../img/sec3/deco2.png);
  background-size: 341px 657px;
  background-repeat: no-repeat;
  width: 341px;
  height: 657px;
  position: absolute;
  left: -31px;
  bottom: -320px;
  display: block;
}

@media (max-width: 1650px) {
  .top .sec-3::before {
    left: -230px;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-3::before {
    content: none;
  }
}

.top .sec-3::after {
  content: "";
  background-image: url(../img/sec3/deco.png);
  background-size: 341px 657px;
  background-repeat: no-repeat;
  width: 341px;
  height: 657px;
  position: absolute;
  right: 0;
  top: -300px;
  display: block;
}

@media (max-width: 1650px) {
  .top .sec-3::after {
    right: -190px;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-3::after {
    content: none;
  }
}

.top .sec-3 h2 {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 1100px) {
  .top .sec-3 h2 {
    margin-bottom: 10px;
  }
}

.top .sec-3 h2 img {
  max-width: 100%;
  height: auto;
}

.top .sec-3 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .top .sec-3 .list {
    justify-content: space-between;
    max-width: 650px;
  }
}

.top .sec-3 .list li {
  width: 306px;
  border-radius: 20px;
  margin: 0 40px 40px 0;
  border: 4px solid #0097da;
  padding: 20px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1100px) {
  .top .sec-3 .list li {
    width: 48%;
    margin: 0 0 10%;
    border-width: 2px;
    border-radius: 10px;
    padding: 10px 10px 4% 10px;
    position: relative;
  }
}

.top .sec-3 .list li .thumb img {
  width: 100%;
  height: auto;
}

.top .sec-3 .list li p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 94px;
  color: #0098db;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
    margin-top:2%;
}

@media screen and (max-width: 1100px) {
  .top .sec-3 .list li p {
    font-size: 1.6rem;
    height: 65px;
  }
}

@media (max-width: 767px) {
  .top .sec-3 .list li p {
    font-size: 1.3rem;
  }
}

.top .sec-3 .list li a {
  display: block;
  width: 184px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .top .sec-3 .list li a {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 85%;
    max-width: 175px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

.top .sec-3 .list li a img {
  width: 100%;
  height: auto;
}

.top .sec-3 .list li:nth-child(3n) {
  margin-right: 0;
}

.top .sec-3 .list li:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}

.top .sec-3 .list li:nth-child(3) {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}

.top .sec-3 .list li:nth-child(4) {
  animation-delay: .7s;
  -webkit-animation-delay: .7s;
}

.top .sec-3 .list li:nth-child(5) {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.top .sec-3 .list li:nth-child(6) {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.top .sec-3 .list.is-current li {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.top .sec-4 {
  background-image: url(../img/sec4/bg.png);
  background-size: 1920px 1146px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 1146px;
  box-sizing: border-box;
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1921px) {
  .top .sec-4 {
    background-size: cover;
    background-position: center top;
    padding-bottom: 300px;
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-4 {
    background-image: url(../img/sec4/bg-sp.png);
    background-size: cover;
    height: auto;
    padding: 20% 5% 0;
  }
}

.top .sec-4::before {
  content: "";
  background-image: url(../img/sec4/deco.png);
  background-size: 311px 374px;
  background-repeat: no-repeat;
  width: 311px;
  height: 374px;
  position: absolute;
  left: 2px;
  top: 0;
}

@media (max-width: 1650px) {
  .top .sec-4::before {
    left: -199px;
    top: 2px;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-4::before {
    content: none;
  }
}

.top .sec-4 h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .top .sec-4 h2 {
    width: 80%;
    margin: 0 auto 8%;
  }
}

.top .sec-4 .list {
  max-width: 815px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .top .sec-4 .list {
    justify-content: space-between;
  }
}

.top .sec-4 .list li {
  padding-top: 160px;
  line-height: 1.4;
  width: 222px;
  height: 222px;
  background-repeat: no-repeat;
  background-size: 222px;
  text-align: center;
  color: #0098db;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 73px 30px 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  .top .sec-4 .list li {
    width: 32.5%;
    height: auto;
    padding-top: 32.5%;
    position: relative;
    margin: 0 0 5%;
    background-size: 100% auto;
  }
  .top .sec-4 .list li p {
    position: absolute;
    left: 0;
    top: 72%;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.top .sec-4 .list li:nth-child(1) {
  background-image: url(../img/sec4/ico1.png);
}

@media screen and (max-width: 1100px) {
  .top .sec-4 .list li:nth-child(1) {
    background-image: url(../img/sec4/ico1-sp.png);
  }
}

.top .sec-4 .list li:nth-child(2) {
  background-image: url(../img/sec4/ico2.png);
}

@media screen and (max-width: 1100px) {
  .top .sec-4 .list li:nth-child(2) {
    background-image: url(../img/sec4/ico2-sp.png);
  }
}

.top .sec-4 .list li:nth-child(3) {
  background-image: url(../img/sec4/ico3.png);
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .top .sec-4 .list li:nth-child(3) {
    background-image: url(../img/sec4/ico3-sp.png);
  }
}

.top .sec-4 .list li:nth-child(4) {
  background-image: url(../img/sec4/ico4.png);
}

@media screen and (max-width: 1100px) {
  .top .sec-4 .list li:nth-child(4) {
    background-image: url(../img/sec4/ico4-sp.png);
  }
  .top .sec-4 .list li:nth-child(4) p {
    top: 68%;
  }
}

.top .sec-4 .list li:nth-child(5) {
  background-image: url(../img/sec4/ico5.png);
}

@media screen and (max-width: 1100px) {
  .top .sec-4 .list li:nth-child(5) {
    background-image: url(../img/sec4/ico5-sp.png);
  }
  .top .sec-4 .list li:nth-child(5) p {
    top: 68%;
  }
}

.top .sec-4 .list li:nth-child(6) {
  background-image: url(../img/sec4/ico6.png);
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .top .sec-4 .list li:nth-child(6) {
    background-image: url(../img/sec4/ico6-sp.png);
  }
  .top .sec-4 .list li:nth-child(6) p {
    top: 68%;
  }
}

.top .sec-4 .list.is-current li {
  animation-name: fadeInDown;
}

.top .sec-4 .list.is-current li:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}

.top .sec-4 .list.is-current li:nth-child(3) {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}

.top .sec-4 .list.is-current li:nth-child(4) {
  animation-delay: .7s;
  -webkit-animation-delay: .7s;
}

.top .sec-4 .list.is-current li:nth-child(5) {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.top .sec-4 .list.is-current li:nth-child(6) {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.top .sec-4 figure {
  position: absolute;
  bottom: 73px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media (min-width: 1921px) {
  .top .sec-4 figure {
    bottom: -4px;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-4 figure {
    bottom: inherit;
    left: inherit;
    position: inherit;
    width: 100%;
    margin-top: 5%;
    transform: none;
  }
}

.top .sec-4 figure img {
  margin-right: 20px;
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  opacity: 0;
  transition: .5s;
}

@media screen and (max-width: 1100px) {
  .top .sec-4 figure img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.top .sec-4 figure.is-current img {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

.top .sec-5 {
  padding: 75px 0;
  background-image: url(../img/sec5/bg.png);
  background-size: 1752px 862px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1100px) {
  .top .sec-5 {
    padding: 10% 5%;
    background: none;
  }
}

.top .sec-5 h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  .top .sec-5 h2 {
    margin-bottom: 0;
  }
}

.top .sec-5 h2 span {
  position: relative;
  display: block;
}

.top .sec-5 h2 span::before {
  content: "";
  background-image: url(../img/sec5/flower.png);
  background-size: 59px 61px;
  background-repeat: no-repeat;
  width: 59px;
  height: 61px;
  display: block;
  position: absolute;
  left: -110px;
  top: -30px;
}

@media screen and (max-width: 1100px) {
  .top .sec-5 h2 span::before {
    background-image: url(../img/sec5/flower-sp.png);
    background-size: 37px 38px;
    width: 37px;
    height: 38px;
    left: -2%;
    top: -6%;
  }
}

.top .sec-5 h2 span::after {
  content: "";
  background-image: url(../img/sec5/butterfly.png);
  background-size: 58px 56px;
  background-repeat: no-repeat;
  width: 58px;
  height: 56px;
  display: block;
  position: absolute;
  right: -110px;
  bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .top .sec-5 h2 span::after {
    background-image: url(../img/sec5/butterfly-sp.png);
    background-size: 36px 34px;
    width: 36px;
    height: 34px;
    right: 1%;
    bottom: 0;
  }
}

.top .sec-5 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .top .sec-5 .list {
    justify-content: space-between;
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .top .sec-5 .list {
    max-width: 550px;
  }
}

.top .sec-5 .list li {
  margin: 0 76px 65px 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  .top .sec-5 .list li {
    margin: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .top .sec-5 .list li {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}

.top .sec-5 .list li p {
  color: #0098db;
  font-weight: bold;
  font-size: 2.2rem;
  padding-top: 203px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .top .sec-5 .list li p {
    font-size: 1.6rem;
    padding-top: 0;
  }
}

.top .sec-5 .list li p br.u767 {
  display: none;
}

@media (max-width: 767px) {
  .top .sec-5 .list li p br.u767 {
    display: block;
  }
}

.top .sec-5 .list li p br.o768 {
  display: block;
}

@media (max-width: 767px) {
  .top .sec-5 .list li p br.o768 {
    display: none;
  }
}

.top .sec-5 .list li a {
  display: block;
  width: 184px;
  margin: 10px auto 0;
}

@media (max-width: 767px) {
  .top .sec-5 .list li a {
    width: 132px;
  }
}

.top .sec-5 .list li:nth-child(3n) {
  margin-right: 0;
}

.top .sec-5 .list li:nth-child(1) {
  background-image: url(../img/sec5/merit1.png);
  width: 304px;
  height: 348px;
}

@media (max-width: 767px) {
  .top .sec-5 .list li:nth-child(1) {
    background-image: url(../img/sec5/merit1-sp.png);
    background-size: 160px 215px;
    width: 160px;
    height: 215px;
    padding-top: 19%;
  }
}

@media (max-width: 400px) {
  .top .sec-5 .list li:nth-child(1) {
    padding-top: 25%;
  }
}

.top .sec-5 .list li:nth-child(2) {
  background-image: url(../img/sec5/merit2.png);
  width: 316px;
  height: 348px;
}

@media (max-width: 767px) {
  .top .sec-5 .list li:nth-child(2) {
    background-image: url(../img/sec5/merit2-sp.png);
    background-size: 160px 215px;
    width: 160px;
    height: 215px;
    padding-top: 23%;
  }
}

@media (max-width: 400px) {
  .top .sec-5 .list li:nth-child(2) {
    padding-top: 23%;
  }
}

.top .sec-5 .list li:nth-child(3) {
  background-image: url(../img/sec5/merit3.png);
  width: 316px;
  height: 345px;
}

@media (max-width: 767px) {
  .top .sec-5 .list li:nth-child(3) {
    background-image: url(../img/sec5/merit3-sp.png);
    background-size: 160px 216px;
    width: 160px;
    height: 216px;
    padding-top: 21%;
  }
}

@media (max-width: 400px) {
  .top .sec-5 .list li:nth-child(3) {
    padding-top: 27%;
  }
}

.top .sec-5 .list li:nth-child(4) {
  background-image: url(../img/sec5/merit4.png);
  width: 306px;
  height: 354px;
}

@media (max-width: 767px) {
  .top .sec-5 .list li:nth-child(4) {
    background-image: url(../img/sec5/merit4-sp.png);
    background-size: 160px 216px;
    width: 160px;
    height: 216px;
    padding-top: 21%;
  }
}

@media (max-width: 400px) {
  .top .sec-5 .list li:nth-child(4) {
    padding-top: 27%;
  }
}

.top .sec-5 .list li:nth-child(5) {
  background-image: url(../img/sec5/merit5.png);
  width: 322px;
  height: 347px;
}

@media (max-width: 767px) {
  .top .sec-5 .list li:nth-child(5) {
    background-image: url(../img/sec5/merit5-sp.png);
    background-size: 160px 217px;
    width: 160px;
    height: 217px;
    padding-top: 21%;
  }
}

@media (max-width: 400px) {
  .top .sec-5 .list li:nth-child(5) {
    padding-top: 27%;
  }
}

.top .sec-5 .list li:nth-child(6) {
  background-image: url(../img/sec5/merit6.png);
  width: 320px;
  height: 349px;
}

@media (max-width: 767px) {
  .top .sec-5 .list li:nth-child(6) {
    background-image: url(../img/sec5/merit6-sp.png);
    background-size: 160px 217px;
    width: 160px;
    height: 217px;
    padding-top: 19%;
  }
}

@media (max-width: 400px) {
  .top .sec-5 .list li:nth-child(6) {
    padding-top: 25%;
  }
}

.top .sec-5 .list.is-current li {
  animation-name: fadeInDown;
}

.top .sec-5 .list.is-current li:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}

.top .sec-5 .list.is-current li:nth-child(3) {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}

.top .sec-5 .list.is-current li:nth-child(4) {
  animation-delay: .7s;
  -webkit-animation-delay: .7s;
}

.top .sec-5 .list.is-current li:nth-child(5) {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.top .sec-5 .list.is-current li:nth-child(6) {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.top .sec-6 {
  height: 711px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top .sec-6 {
    height: auto;
  }
}

.top .sec-6::before {
  background-image: url(../img/sec6/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 711px;
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (min-width: 1921px) {
  .top .sec-6::before {
    background-size: cover;
    background-position: center bottom;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-6::before {
    background-image: url(../img/sec6/bg-sp.png);
    background-size: cover;
    background-position: center bottom;
  }
}

@media (min-width: 2090px) {
  .top .sec-6::after {
    background-image: url(../img/sec7/bg.jpg);
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
  }
}

.top .sec-6 .site-inner {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-top: 135px;
}

@media screen and (max-width: 1100px) {
  .top .sec-6 .site-inner {
    padding: 10% 5% 25%;
  }
}

.top .sec-6 .site-inner::after {
  content: "";
  background-image: url(../img/sec6/ico.png);
  background-repeat: no-repeat;
  background-size: 193px 127px;
  width: 193px;
  height: 127px;
  position: absolute;
  right: 191px;
  bottom: 46px;
}

@media screen and (max-width: 1100px) {
  .top .sec-6 .site-inner::after {
    background-image: url(../img/sec6/ico-sp.png);
    background-size: 166px 101px;
    width: 166px;
    height: 102px;
    right: 12%;
    bottom: 1.5%;
  }
}

.top .sec-6 h2 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  .top .sec-6 h2 {
    margin-bottom: 8%;
  }
}

.top .sec-6 h2 + p {
  line-height: 2.33333;
  font-size: 1.8rem;
  color: white;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .top .sec-6 h2 + p {
    font-size: 1.5rem;
    text-align: left;
  }
}

.top .sec-7 {
  background-image: url(../img/sec7/deco.png), url(../img/sec7/bg.jpg);
  background-repeat: no-repeat, repeat;
  background-size: 1884px 2010px,1920px 2150px;
  background-position: center top,center center;
  position: relative;
  top: -126px;
  padding-bottom: 160px;
  margin-bottom: -216px;
}

@media (min-width: 1921px) {
  .top .sec-7 {
    background-size: cover,1920px 2150px;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-7 {
    background-image: url(../img/sec7/bg.jpg);
    background-repeat: repeat;
    background-size: 960px 1075px;
  }
}

.top .sec-7 .site-inner {
  padding-top: 210px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top .sec-7 .site-inner {
    padding: 180px 5% 0;
  }
}

.top .sec-7 h2 {
  text-align: center;
  margin-bottom: 30px;
}

.top .sec-7 .list li {
  width: 470px;
  border-radius: 20px;
  padding: 20px 30px 30px;
  background: white;
  float: left;
  margin-bottom: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1100px) {
  .top .sec-7 .list li {
    width: 100%;
    padding: 15px 18px;
    margin-bottom: 5%;
    float: none;
  }
}

.top .sec-7 .list li:nth-child(even) {
  float: right;
}

@media screen and (max-width: 1100px) {
  .top .sec-7 .list li:nth-child(even) {
    float: none;
  }
}

.top .sec-7 .list li:first-child {
  margin-top: -100px;
}

@media screen and (max-width: 1100px) {
  .top .sec-7 .list li:first-child {
    margin-top: 0;
  }
}

.top .sec-7 .list li figure {
  text-align: center;
}

.top .sec-7 .list li figure img {
  max-width: 100%;
  height: auto;
}

.top .sec-7 .list li p {
  font-size: 1.6rem;
  margin-top: 10px;
  color: #404040;
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  .top .sec-7 .list li p {
    font-size: 1.4rem;
  }
}

.top .sec-7 .list.is-current li {
  animation-name: fadeInDown;
}

.top .sec-7 .list.is-current li:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}

.top .sec-7 .list.is-current li:nth-child(3) {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}

.top .sec-7 .list.is-current li:nth-child(4) {
  animation-delay: .7s;
  -webkit-animation-delay: .7s;
}

.top .sec-7 .list.is-current li:nth-child(5) {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.top .sec-7 .list.is-current li:nth-child(6) {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.top .sec-7 .deco {
  position: absolute;
  bottom: 0;
  right: 170px;
  animation: fv_fuwa 4s infinite;
}

@media screen and (max-width: 1100px) {
  .top .sec-7 .deco {
    display: none;
  }
}

.top .sec-8 {
  height: 709px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top .sec-8 {
    height: auto;
  }
}

.top .sec-8::before {
  content: "";
  background-image: url(../img/sec8/bg.png);
  background-size: 1920px 709px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}

@media (min-width: 1921px) {
  .top .sec-8::before {
    background-size: cover;
    background-position: center bottom;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-8::before {
    background-image: url(../img/sec8/bg-sp.png);
    background-size: cover;
    background-position: center top;
  }
}

.top .sec-8::after {
  content: "";
  background-image: url(../img/sec9/bg-top.png);
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

@media screen and (max-width: 1100px) {
  .top .sec-8::after {
    content: none;
  }
}

.top .sec-8 .site-inner {
  padding-top: 200px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .top .sec-8 .site-inner {
    padding: 18% 8%;
  }
}

.top .sec-8 .site-inner::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -97px;
  display: block;
  background-image: url(../img/sec7/deco-pin.png);
  background-repeat: no-repeat;
  width: 245px;
  height: 300px;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .top .sec-8 .site-inner::after {
    content: none;
  }
}

.top .sec-8 h2 {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 1100px) {
  .top .sec-8 h2 {
    margin-bottom: 5%;
  }
}

.top .sec-8 h2 + p {
  color: white;
  font-size: 1.8rem;
  line-height: 2.33333;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .top .sec-8 h2 + p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.top .sec-8 .deco-1 {
  position: absolute;
  left: -42px;
  bottom: 130px;
  animation: fv_fuwa 6s infinite;
}

@media screen and (max-width: 1100px) {
  .top .sec-8 .deco-1 {
    left: 5%;
    bottom: inherit;
    top: -8%;
  }
  .top .sec-8 .deco-1 img {
    width: 41px;
    height: auto;
  }
}

.top .sec-8 .deco-2 {
  position: absolute;
  right: -17px;
  bottom: 110px;
  animation: fv_fuwa 8s infinite;
}

@media screen and (max-width: 1100px) {
  .top .sec-8 .deco-2 {
    right: 7%;
    bottom: 3%;
  }
  .top .sec-8 .deco-2 img {
    width: 44px;
    height: auto;
  }
}

.top .sec-9 {
  background-image: url(../img/sec9/bg-top.png);
  background-repeat: repeat;
  background-color: white;
  background-size: 1920px 878px;
  background-position: center top;
  position: relative;
}

@media (min-width: 1921px) {
  .top .sec-9 {
    background-size: cover;
    background-position: center bottom;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-9 {
    background-image: url(../img/sec9/bg-sp.png);
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 0;
  }
}

.top .sec-9::after {
  content: "";
  background-image: url(../img/sec9/bg-bottom.png);
  background-size: 1920px 116px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -116px;
  width: 100%;
  height: 116px;
  display: block;
}

@media (min-width: 1921px) {
  .top .sec-9::after {
    background-size: 100% auto;
    background-position: center bottom;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-9::after {
    content: none;
  }
}

.top .sec-9 .site-inner {
  max-width: 1100px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 105px;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top .sec-9 .site-inner {
    padding: 3% 5% 13%;
  }
}

.top .sec-9 .site-inner::after {
  content: "";
  background-image: url(../img/sec9/deco.png);
  background-size: 92px 56px;
  width: 92px;
  height: 56px;
  position: absolute;
  left: -150px;
  bottom: 54px;
}

@media screen and (max-width: 1100px) {
  .top .sec-9 .site-inner::after {
    background-size: 57px 34px;
    width: 57px;
    height: 34px;
    left: inherit;
    bottom: 5%;
    right: 8%;
  }
}

.top .sec-9 h2 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  .top .sec-9 h2 {
    margin-bottom: 5%;
    padding: 0 8%;
  }
}

.top .sec-9 h2 img {
  max-width: 100%;
  height: auto;
}

.top .sec-9 .list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .top .sec-9 .list {
    justify-content: space-between;
  }
}

.top .sec-9 .list li {
  background: white;
  border-radius: 20px;
  position: relative;
  width: 330px;
  padding: 25px 18px;
  box-sizing: border-box;
  margin: 0 55px 55px 0;
}

@media screen and (max-width: 1100px) {
  .top .sec-9 .list li {
    width: 48%;
    border-radius: 10px;
    padding: 30px 20px 20px;
    margin: 0 0 5%;
  }
}

@media (max-width: 767px) {
  .top .sec-9 .list li {
    width: 100%;
  }
}

.top .sec-9 .list li:nth-child(3n) {
  margin-right: 0;
}

.top .sec-9 .list li .deco {
  position: absolute;
  left: -20px;
  top: -20px;
}

@media screen and (max-width: 1100px) {
  .top .sec-9 .list li .deco {
    left: -10px;
    top: -10px;
  }
  .top .sec-9 .list li .deco img {
    width: 58px;
    height: auto;
  }
}

.top .sec-9 .list li h3 {
  text-align: center;
  padding: 0 0 25px;
}

@media (max-width: 767px) {
  .top .sec-9 .list li h3 {
    padding-bottom: 15px;
  }
}

.top .sec-9 .list li p {
  font-size: 1.6rem;
  color: #404040;
}

.top .sec-9 .list li small {
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
}

.top .sec-9 .list li .pic {
  display: block;
  margin: 10px auto 0;
}

.top .sec-10 {
  padding-top: 185px;
  padding-bottom: 90px;
  background: white;
}

@media screen and (max-width: 1100px) {
  .top .sec-10 {
    padding-bottom: 50px;
    padding-top: 10%;
  }
}

.top .sec-10 .site-inner {
  max-width: 1100px;
}

@media screen and (max-width: 1100px) {
  .top .sec-10 .site-inner {
    padding: 0 5%;
  }
}

.top .sec-10 h2 {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 1100px) {
  .top .sec-10 h2 {
    padding: 0px 25%;
    margin-bottom: 15px;
  }
}

.ac-head {
  background: #5acdff;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}

.ac-head .ttl {
  padding: 15px 25px;
  font-weight: bold;
  font-size: 1.8rem;
  color: white;
}

@media (max-width: 767px) {
  .ac-head .ttl {
    padding: 10px 45px 10px 2.5em;
    text-indent: -1.5em;
    line-height: 1.4;
  }
}

.ac-head::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -1px;
}

.ac-head::after {
  content: "";
  width: 2px;
  height: 18px;
  background: #fff;
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -9px;
  transition: .1s;
}

.ac-head.current::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -1px;
}

.ac-head.current::after {
  transform: rotate(90deg);
}

.ac-cont {
  display: none;
  padding: 0 30px 40px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .ac-cont {
    padding: 0 20px 30px;
  }
}

.ac-cont .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .ac-cont .row {
    display: block;
    margin-bottom: 20px;
  }
}

.ac-cont .row .txt-area {
  width: 590px;
}

@media (max-width: 767px) {
  .ac-cont .row .txt-area {
    width: 100%;
  }
}

.ac-cont .row .thumb {
  width: 394px;
}

@media (max-width: 767px) {
  .ac-cont .row .thumb {
    width: 100%;
    max-width: 394px;
    margin: 4% auto;
  }
}

.ac-cont dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.ac-cont dl dd {
  font-size: 1.6rem;
}

.ac-cont dl dd + dt {
  margin-top: 40px;
}

.ac-cont .mb40 {
  margin-bottom: 40px;
}

.top .sec-11 {
  background-image: url(../img/sec11/bg.jpg);
  background-size: 500px;
  padding: 80px 0 135px;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 {
    background-size: 250px;
    padding: 15% 5%;
  }
}

.top .sec-11 .site-inner {
  max-width: 1100px;
  position: relative;
}

.top .sec-11 .site-inner span {
  position: absolute;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 .site-inner span {
    display: none;
  }
}

.top .sec-11 .site-inner span.deco-1 {
  left: -254px;
  top: 251px;
  transform: translateY(10px);
  animation: fv_fuwa 4s infinite;
}

.top .sec-11 .site-inner span.deco-2 {
  right: -150px;
  top: -112px;
  transform: translateY(-30px);
  animation: fv_fuwa 3s infinite;
}

.top .sec-11 .site-inner span.deco-3 {
  right: -263px;
  top: 425px;
  transform: translateY(-60px);
  animation: fv_fuwa 6s infinite;
}

.top .sec-11 h2 {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 h2 {
    padding: 0 25%;
    margin-bottom: 3%;
  }
}

.top .sec-11 .list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 .list {
    display: block;
  }
}

.top .sec-11 .list li {
  background: white;
  padding: 25px 20px;
  box-sizing: border-box;
  width: 320px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 .list li {
    padding: 3%;
    margin-bottom: 2%;
    width: 100%;
  }
}

.top .sec-11 .list li .no {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  position: inherit;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 .list li .no {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.top .sec-11 .list li h3 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #0075b0;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 .list li h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }
}

.top .sec-11 .list li p {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 .list li p {
    font-size: 1.4rem;
  }
}

.top .sec-11 .list li a.btn {
  width: 200px;
  margin: 10px auto 0;
  display: block;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 .list li a.btn {
    width: 70%;
    max-width: 200px;
  }
}

.top .sec-11 .list li a.btn img {
  width: 100%;
  height: auto;
}

.top .sec-11 .list li small {
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  margin-top: 10px;
  font-feature-settings: "palt";
  letter-spacing: -.5px;
}

.top .sec-11 .list li::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 28px;
  border-color: transparent transparent transparent #16629e;
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -28px;
}

@media screen and (max-width: 1100px) {
  .top .sec-11 .list li::after {
    border-width: 18px 18.5px 0 18.5px;
    border-color: #16629e transparent transparent transparent;
    bottom: -18px;
    right: inherit;
    left: 50%;
    top: inherit;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0;
    z-index: 2;
  }
}

.top .sec-11 .list li:last-child {
  background: #ffffc8;
  border: 3px solid #ffec50;
}

.top .sec-11 .list li:last-child::after {
  content: none;
}

.top .sec-12 {
  padding: 90px 0;
}

@media screen and (max-width: 1100px) {
  .top .sec-12 {
    padding: 20% 5% 10%;
  }
}

.top .sec-12 .site-inner {
  max-width: 1100px;
}

.top .sec-12 h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .top .sec-12 h2 {
    margin-bottom: 15px;
  }
  .top .sec-12 h2 img {
    max-width: 330px;
  }
}

.top .sec-13 {
  padding: 85px 0;
  box-sizing: border-box;
  height: 1138px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top .sec-13 {
    padding: 15% 5%;
    height: auto;
  }
}

.top .sec-13::before {
  content: "";
  background-image: url(../img/sec13/bg.png);
  background-size: 1920px 1138px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1921px) {
  .top .sec-13::before {
    background-size: cover;
    background-position: center bottom;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-13::before {
    background-image: url(../img/sec13/bg-sp.png);
    background-size: cover;
    background-position: center top;
  }
}

.top .sec-13::after {
  content: "";
  background: white;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 116px;
  display: block;
  z-index: 0;
}

.top .sec-13 .site-inner {
  max-width: 1100px;
  position: relative;
  height: 100%;
  z-index: 2;
}

.top .sec-13 .site-inner .deco-1 {
  position: absolute;
  left: -150px;
  bottom: -10px;
  transform: translateY(-30px);
  animation: fv_fuwa 4s infinite;
}

@media screen and (max-width: 1100px) {
  .top .sec-13 .site-inner .deco-1 {
    left: inherit;
    right: 7%;
    bottom: inherit;
    top: -2%;
  }
  .top .sec-13 .site-inner .deco-1 img {
    width: 41px;
    height: auto;
  }
}

.top .sec-13 .site-inner .deco-2 {
  position: absolute;
  right: -315px;
  bottom: -15px;
}

@media screen and (max-width: 1100px) {
  .top .sec-13 .site-inner .deco-2 {
    display: none;
  }
}

.top .sec-13 .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.top .sec-13 .bottom img {
  width: 100%;
}

.top .sec-13 h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top .sec-13 h2 {
    margin-bottom: 15px;
    padding: 0 20%;
  }
}

.top .sec-13 h3 {
  text-align: center;
  color: #fcff00;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .top .sec-13 h3 {
    text-align: left;
    font-size: 2.0rem;
    margin-bottom: 5%;
  }
}

.top .sec-13 h3 span {
  position: relative;
  display: inline-block;
}

.top .sec-13 h3 span::after {
  content: "・・・・・・・・";
  position: absolute;
  top: -25px;
  left: 0;
  color: #fcff00;
  font-weight: bold;
  font-size: 3.0rem;
  letter-spacing: -4px;
}

@media (max-width: 767px) {
  .top .sec-13 h3 span::after {
    font-size: 1.9rem;
    top: -18px;
    letter-spacing: 8px;
  }
}

@media (max-width: 400px) {
  .top .sec-13 h3 span::after {
    letter-spacing: 8px;
    left: 4px;
  }
}

.top .sec-13 .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .top .sec-13 .list li {
    display: block;
    max-width: 510px;
    margin: auto;
  }
}

.top .sec-13 .list li .thumb {
  width: 510px;
  flex-shrink: 0;
}

@media screen and (max-width: 1100px) {
  .top .sec-13 .list li .thumb {
    width: 100%;
    max-width: 510px;
    margin: auto;
    text-align: center;
  }
}

.top .sec-13 .list li .txt {
  width: 535px;
  color: white;
  line-height: 1.75;
}

@media screen and (max-width: 1100px) {
  .top .sec-13 .list li .txt {
    width: 100%;
    max-width: 510px;
    margin: 5% auto;
  }
}

.top .sec-13 .list li .txt strong {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .top .sec-13 .list li .txt strong {
    font-size: 2.0rem;
  }
}

.top .sec-13 .list li .txt strong.yellow {
  color: #fcff00;
}

.top .sec-13 .list li .txt strong small {
  font-weight: normal;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .top .sec-13 .list li .txt strong small {
    font-size: 1.2rem;
  }
}

.top .sec-13 .list li .txt .fntB {
  font-weight: bold;
}

.top .sec-13 .list li .txt p {
  font-size: 1.6rem;
}

.top .sec-13 .list li .txt p + p {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .top .sec-13 .list li .txt p + p {
    margin-top: 20px;
  }
}

.top .sec-13 .list li:nth-child(even) {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .top .sec-13 .list li:nth-child(even) {
    margin-top: 30px;
  }
}

.top .sec-13 .list li:nth-child(even) .thumb {
  order: 1;
}

.top .sec-13 .list li:nth-child(even) .txt {
  order: 0;
  padding-left: 20px;
  width: 550px;
}

@media screen and (max-width: 1100px) {
  .top .sec-13 .list li:nth-child(even) .txt {
    width: 100%;
    padding-left: 0;
  }
}

.top .sec-14 {
  padding: 100px 0;
  border-bottom: 1px solid #e5e5e7;
  background: white;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top .sec-14 {
    padding: 12% 5% 15%;
  }
}

.top .sec-14 h2 {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 1100px) {
  .top .sec-14 h2 {
    margin-bottom: 5%;
  }
}

.top .sec-14 .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.top .sec-14 .list li {
  margin: 0 20px;
  text-align: center;
}

.top .sec-14 .list li img {
  display: block;
  margin: auto;
}

.top .sec-14 .list li p {
  font-size: 1.4rem;
  color: #404040;
  margin-top: 5px;
}

.top .sec-15 {
  padding: 75px 0;
  background: white;
}

@media screen and (max-width: 1100px) {
  .top .sec-15 {
    padding: 10% 5%;
  }
}

.top .sec-15 h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .top .sec-15 h2 {
    margin-bottom: 15px;
  }
}

.top .sec-15 h2 + p {
  font-size: 1.6rem;
  line-height: 1.75;
}

.top .sec-15 .row {
  background: #e0ffe0;
  padding: 30px 115px 30px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

@media screen and (max-width: 1100px) {
  .top .sec-15 .row {
    margin-top: 20px;
    padding: 15px;
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .top .sec-15 .row .txt-area {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .top .sec-15 .row .txt-area {
    text-align: left;
  }
}

.top .sec-15 .row .txt-area p {
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  .top .sec-15 .row .txt-area p {
    font-size: 1.4rem;
  }
}

.top .sec-15 .row .txt-area ul {
  margin-top: 35px;
}

@media screen and (max-width: 1100px) {
  .top .sec-15 .row .txt-area ul {
    margin-top: 15px;
  }
}

.top .sec-15 .row .txt-area ul li {
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  .top .sec-15 .row .txt-area ul li {
    font-size: 1.4rem;
  }
}

.top .sec-15 .row .thumb {
  width: 333px;
  flex-shrink: 0;
}

@media screen and (max-width: 1100px) {
  .top .sec-15 .row .thumb {
    width: 100%;
    text-align: center;
  }
}

.top .sec-15 .row .btn {
  margin: 20px auto 0;
  text-align: center;
  width: 210px;
  display: block;
}

.top .sec-15 .row.is-current {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.top .sec-15 .row2 {
  border: 4px solid #00b900;
  border-radius: 10px;
  padding: 40px 160px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .top .sec-15 .row2 {
    display: none;
  }
}

.top .sec-15 .row2 .qr-area {
  width: 370px;
  position: relative;
}

.top .sec-15 .row2 .qr-area .txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00b900;
  line-height: 1.55556;
}

.top .sec-15 .row2 .qr-area .qr {
  position: absolute;
  right: 0;
  top: -8px;
}

.top .sec-15 .row2 .btn {
  width: 232px;
  flex-shrink: 0;
}

.top .sec-15 .row2.is-current {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.sec-contact {
  background: #ebf8ff;
  padding: 95px 0;
}

@media screen and (max-width: 1100px) {
  .sec-contact {
    padding: 10% 0;
  }
}

.sec-contact.low {
  padding: 110px 0;
}

@media screen and (max-width: 1100px) {
  .sec-contact.low {
    padding: 5% 0;
  }
}

@media (max-width: 767px) {
  .sec-contact.low {
    padding: 15% 0;
  }
}

@media screen and (max-width: 1100px) {
  .sec-contact.low table tr {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .sec-contact.low table tr {
    padding: 10px;
  }
}

.sec-contact.low table th {
  padding: 20px 0 20px 65px;
  width: 370px;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .sec-contact.low table th {
    padding: 0;
    width: 100%;
  }
}

.sec-contact.low table td {
  padding: 20px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .sec-contact.low table td {
    padding: 5px 0 0;
    width: 100%;
  }
}

.sec-contact h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .sec-contact h2 {
    margin-bottom: 30px;
    padding: 0 5%;
  }
}

.sec-contact h2.low {
  color: #0098db;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .sec-contact h2.low {
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

.sec-contact h2.low img {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1100px) {
  .sec-contact h2.low img {
    width: 41px;
    height: auto;
    margin-bottom: 10px;
  }
}

.sec-contact .top-txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  .sec-contact .top-txt {
    padding: 0 5%;
  }
}

.sec-contact .top-txt.low {
  text-align: center;
  line-height: 2;
}

.sec-contact table {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .sec-contact table {
    margin-top: 5%;
  }
}

@media screen and (max-width: 1100px) {
  .sec-contact table tr {
    padding: 0 5%;
    display: block;
  }
}

.sec-contact table tr:nth-child(odd) {
  background: #f5fcff;
}

.sec-contact table input, .sec-contact table select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 44px;
  border-radius: 50px;
  border: 1px solid #c5cfd4;
  background: white;
  padding: 0 10px;
  box-sizing: border-box;
  width: 175px;
}

@media screen and (max-width: 1100px) {
  .sec-contact table input, .sec-contact table select {
    width: 80%;
  }
}

.sec-contact table select {
  background-image: url(../img/sec-contact/arrow.png);
  background-size: 9.5px 8px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .sec-contact table select {
    width: 60%;
  }
}

@media screen and (max-width: 1100px) {
  .sec-contact table .sp-block {
    display: block;
  }
}

.sec-contact table .birth select {
  width: 125px;
}

@media screen and (max-width: 1100px) {
  .sec-contact table .birth select {
    width: 20%;
  }
  .sec-contact table .birth select.year {
    width: 30%;
  }
}

.sec-contact table input.w265 {
  width: 265px;
}

@media screen and (max-width: 1100px) {
  .sec-contact table input.w265 {
    width: 70%;
  }
}

.sec-contact table th {
  padding: 10px 0 10px 65px;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 250px;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .sec-contact table th {
    padding: 10px 0px 0px 0px;
    width: 100%;
    display: block;
  }
}

.sec-contact table td {
  font-size: 1.6rem;
  padding: 10px 0;
}

@media screen and (max-width: 1100px) {
  .sec-contact table td {
    padding: 5px 0px 10px;
    width: 100%;
    display: block;
  }
}

.sec-contact table td .mr {
  margin-right: 20px;
}

@media screen and (max-width: 1100px) {
  .sec-contact table td .mr {
    margin: 0 0 10px;
  }
}

.sec-contact table td.l input {
  width: 600px;
}

@media screen and (max-width: 1100px) {
  .sec-contact table td.l input {
    width: 100%;
  }
}

.sec-contact .file-area {
  background: #f5fcff;
  padding: 45px 60px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .sec-contact .file-area {
    padding: 15px 5%;
  }
}

.sec-contact .file-area .txt {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .sec-contact .file-area .txt {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.sec-contact .file-area figure {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -126px;
}

@media screen and (max-width: 1100px) {
  .sec-contact .file-area figure {
    position: inherit;
    right: inherit;
    top: inherit;
    margin: 20px;
    text-align: center;
  }
  .sec-contact .file-area figure img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

.sec-contact .file-area .num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 456px;
}

@media screen and (max-width: 1100px) {
  .sec-contact .file-area .num {
    display: block;
  }
}

.sec-contact .file-area .num + .num {
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .sec-contact .file-area .num + .num {
    margin-top: 15px;
  }
}

.sec-contact .file-area .num p {
  font-size: 1.6rem;
  font-weight: bold;
}

.sec-contact .file-area .num .f-btn {
  width: 143px;
  height: 35px;
  display: block;
}

@media screen and (max-width: 1100px) {
  .sec-contact .file-area .num .f-btn {
    margin-top: 5px;
  }
}

.sec-contact .file-area .num .f-btn input {
  display: none;
}

.sec-contact .file-area .num .f-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #c5cfd4;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.4rem;
}

.sec-contact .file-area .num .filename {
  width: 100%;
  font-weight: 400;
}

.sec-contact .policy-area {
  background: white;
  border: 1px solid #c5cfd4;
  padding: 35px 30px;
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .sec-contact .policy-area {
    padding: 10px;
    margin: 15px 5%;
  }
}

.sec-contact .policy-area dl {
  max-height: 185px;
  overflow: auto;
}

.sec-contact .policy-area dl dt {
  font-size: 1.4rem;
}

.sec-contact .policy-area dl dd {
  font-size: 1.2rem;
}

.sec-contact .check {
  margin-top: 25px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  .sec-contact .check {
    margin-top: 0;
  }
}

.sec-contact .check input {
  margin-right: 10px;
}

.sec-contact .submit-btn {
  width: 306px;
  height: 60px;
  margin: 30px auto 0;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .sec-contact .submit-btn {
    width: 80%;
  }
}

.sec-contact .submit-btn input {
  background: #0092dc;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.sec-contact .submit-btn input:disabled {
  opacity: .5;
  background: #666;
}

.sec-contact .submit-btn:hover input {
  opacity: .6;
  cursor: pointer;
}

.sec-contact .submit-btn:hover input:disabled {
  opacity: .5;
  cursor: default;
}

.sec-contact .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .sec-contact .btn-wrapper {
    flex-wrap: wrap;
    margin: 20px auto 0;
    max-width: 500px;
  }
}

.sec-contact .btn-wrapper .reset {
  background: #b3b3b3;
  width: 306px;
  height: 60px;
  border-radius: 100px;
  margin: 30px auto 0;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 15px;
}

@media screen and (max-width: 1100px) {
  .sec-contact .btn-wrapper .reset {
    width: 80%;
    margin-bottom: 15px;
  }
}

.sec-contact .btn-wrapper .reset:hover {
  opacity: .6;
  cursor: pointer;
}

.sec-contact .btn-wrapper .reset input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  background: none;
}

.sec-contact .btn-wrapper .submit-btn {
  margin: 0 15px;
}

.sec-contact .backbtn {
  width: 306px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 75px auto 0;
  background: #0098db;
  border-radius: 50px;
}

@media screen and (max-width: 1100px) {
  .sec-contact .backbtn {
    max-width: 300px;
    width: 80%;
    margin: 20px auto 0;
  }
}

.sec-contact .error-head {
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .sec-contact .error-head {
    padding-bottom: 50px;
  }
}

.sec-contact .error-head h4 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .sec-contact .error-head h4 {
    font-size: 1.8rem;
  }
}

.sec-contact .error-head p {
  font-size: 1.6rem;
  color: red;
}

.sec-contact .error-head p + p {
  margin-top: .5em;
}

.red {
    color: crimson;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 10px 0;
}