/* reset add
----------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

/* default
----------------------------------- */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1100px;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 480px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

a:hover {
  opacity: 0.7;
}

br.pc {
  display: inline-block;
}

br.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }

  br.sp {
    display: inline-block;
  }
}

img.pc {
  display: inline-block;
}

img.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  img.pc {
    display: none;
  }

  img.sp {
    display: inline-block;
  }
}

.plan_fixed {
  position: fixed;
  right: 0;
  top: 40vh;
  width: 180px;
  z-index: 1000;
}

@media screen and (max-width: 480px) {
  .plan_fixed {
    display: none;
  }
}

/* common
----------------------------------- */
/* header */
header {
  min-height: 130px;
}

@media screen and (max-width: 480px) {
  header {
    min-height: 50px;
  }
}

header .inner {
  position: relative;
}

header p.logo {
  position: absolute;
  width: 84px;
  top: 43px;
  left: 23px;
}

@media screen and (max-width: 480px) {
  header p.logo {
    width: 46px;
    top: 7px;
    left: 10px;
  }
}


/* footer */
footer {
  margin-bottom: 50px;
}

footer ul.icon {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  footer ul.icon {
    max-width: 320px;
    width: auto;
  }
}

footer ul.icon li:nth-child(1) {
  width: 38px;
}

footer ul.icon li:nth-child(2) {
  width: 38px;
}

footer ul.icon li:nth-child(3) {
  width: 38px;
}

footer ul.icon li:nth-child(4) {
  width: 38px;
}

footer ul.icon li:nth-child(5) {
  width: 51px;
}

footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 70px;
}

footer .link>li {
  padding: 0 10px;
  border-left: none;
}

footer .link>li+li {
  border-left: solid 1px #000000;
}

footer .link>li a {
  color: #000000;
  text-decoration: none;
}

footer .link>li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  footer .link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 320px;
    margin-top: 5px;
    font-size: 12px;
    justify-content: center;
  }

  footer .link>li {
    width: auto;
    border-left: none;
    margin-top: 15px;
    border-right: solid 1px #595757;
  }

  footer .link>li+li {
    border-left: none;
    border-right: none;
  }

  footer .link li:last-child {
    width: 100%;
  }
}

/* top
----------------------------------- */
#top header {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  #top header {
    margin-bottom: 40px;
  }
}

#top header h1 {
  padding-top: 54px;
}

@media screen and (max-width: 480px) {
  #top header h1 {
    padding-top: 65px;
  }
}

#top header .nav-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  #top header .nav-sp {
    display: block;
  }
}

#top nav.pc {
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  #top nav.pc {
    display: none;
  }
}

#top nav.pc ul {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

#top nav.pc ul li {
  width: 20%;
  height: 50px;
  display: flex;
}

#top nav.pc ul li:nth-child(1) a {
  background: #0069CA;
}

#top nav.pc ul li:nth-child(2) a {
  background: #E34291;
}

#top nav.pc ul li:nth-child(3) a {
  background: #939;
}

#top nav.pc ul li:nth-child(4) a {
  background: #FFAC32;
}

#top nav.pc ul li:nth-child(5) a {
  background: #94D120;
}

#top nav.pc ul li a {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top section.lead {
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  #top section.lead {
    margin-bottom: 30px;
  }
}

#top section.lead p.text01 {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 480px) {
  #top section.lead p.text01 {
    font-size: 18px;
    line-height: 28px;
  }
}

#top section.lead p.text02 {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 1em;
}

@media screen and (max-width: 480px) {
  #top section.lead p.text02 {
    font-size: 14px;
    line-height: 24px;
  }
}

#top section.lead p.text03 {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 480px) {
  #top section.lead p.text03 {
    font-size: 12px;
    line-height: 24px;
  }
}

#top section.slide-show {
  margin-bottom: 115px;
}

@media screen and (max-width: 480px) {
  #top section.slide-show {
    margin-bottom: 50px;
  }
}

#top section.slide-show .image {
  position: relative;
  overflow: visible;
}

#top section.slide-show .image img {
  position: absolute;
  width: 220px;
  top: -44px;
  opacity: 0;
  transition: all 0.1s 0s ease;
}

@media screen and (max-width: 480px) {
  #top section.slide-show .image img {
    width: 187px;
  }
}

#top section.slide-show .image:hover img,
#top section.slide-show .slick-current img {
  top: -64px;
  opacity: 1;
}

@media screen and (max-width: 480px) {

  #top section.slide-show .image:hover img,
  #top section.slide-show .slick-current img {
    top: -54px;
  }
}

#top section.area {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media screen and (max-width: 480px) {
  #top section.area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#top section.area.area-pink {
  background-color: #E34291;
  background-size: 76px auto;
}

@media screen and (max-width: 768px) {
  #top section.area.area-pink {
    background: #E34291;
  }
}

#top section.area.area-purple {
  background-color: #939;
  background-size: 76px auto;
}

#top section.area.area-green {
  background-color: #94D120;
  background-size: 76px auto;
}

@media screen and (max-width: 768px) {
  #top section.area.area-green {
    background: #94D120;
  }
}

#top section.area.area-orange {
  background-color: #FFAC32;
  background-size: 116px auto;
}

@media screen and (max-width: 768px) {
  #top section.area.area-orange {
    background: #FFAC32;
  }
}

#top section.area p.ttl {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

#top section.area p.ttl img {
  width: auto;
}

#top section.area h2 {
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  #top section.area h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

#top section.area p.text {
  color: #ffffff;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}

#top section.area ul.image {
  display: flex;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  #top section.area ul.image {
    width: 220px;
    display: block;
  }
}

#top section.area ul.image li {
  width: calc(1 / 3 * 100%);
}

@media screen and (max-width: 480px) {
  #top section.area ul.image li {
    width: 100%;
  }
}

#top section.area p.btn {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #top section.area p.btn {
    max-width: 320px;
  }
}

#top section.area p.btn.btn-pink a {
  color: #E34291;
}

#top section.area p.btn.btn-purple a {
  color: #939;
}

#top section.area p.btn.btn-green a {
  color: #94D120;
}

#top section.area p.btn.btn-orange a {
  color: #FFAC32;
}

#top section.area p.btn.btn-orange a.comingsoon {
  color: #FFAC32;
}

#top section.area p.btn a {
  width: 100%;
  background: #ffffff;
  height: 54px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  position: relative;
}

a.disabled {
  opacity: 0.7;
  pointer-events: none;
}

#top section.area p.btn a.comingsoon {
  background: rgba(255, 255, 255, 0.5);
}

#top section.area p.btn a.comingsoon:hover {
  opacity: 1;
}

#top section.area p.btn a::after {
  content: '>';
  display: block;
  position: absolute;
  right: 30px;
}

#top section.access {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  #top section.access {
    margin-top: 50px;
  }
}

#top section.access .inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#top section.access h2 {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  text-align: center;
  color: #0069CA;
  margin-bottom: 35px;
}

@media screen and (max-width: 480px) {
  #top section.access h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 60px;
  }
}

#top section.access .map iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 480px) {
  #top section.access .map iframe {
    height: 250px;
  }
}