@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@400;700&display=swap");
#home-page {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
#home-page a {
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  opacity: 1;
  outline: none;
}
#home-page a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#home-page img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #home-page {
    font-size: 3.5vw;
  }
}
.mont {
  font-family: "Montserrat", sans-serif;
}

/* .cont .inner .btn */
.cont .inner .btn {
  display: block;
  width: 292px;
  line-height: 51px;
  border-radius: 32px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #13c4cd;
  border: 1px solid #13c4cd;
}

.cont .inner .btn.pink {
  background-color: #f45680;
  border: 1px solid #f45680;
}

.cont .inner .btn.yellow {
  background-color: #f6e821;
  border: 1px solid #f6e821;
  color: #000028;
}

@media screen and (max-width: 768px) {
  .cont .inner .btn {
    width: 70%;
    margin: 0 0 1em;
    line-height: calc(2.5em - 2px);
    border-radius: 1.5em;
    font-size: 4vw;
  }
}
.only_smart,
.only_smart_i,
.only_smart_f {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
  .only_smart {
    display: block !important;
  }
  .only_smart_i {
    display: inline-block !important;
  }
  .only_smart_f {
    display: -webkit-flex !important;
    display: flex !important;
  }
}
#wrapper {
  overflow: hidden;
}

/* .cont_wrap1 */
.cont_wrap1 {
  padding-top: 90px;
  background: url(../images/homepage/bg1.png) repeat-y center top;
  background-size: 1280px auto;
}

.cont_wrap1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 224px;
  background: url(../images/homepage/bg_shadow.png) repeat-x center top;
  background-size: 50px auto;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 1260px) {
  .cont_wrap1 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .cont_wrap1 {
    padding-top: 50px;
    background-size: 100% auto;
  }
  .cont_wrap1:before {
    content: none;
  }
}
/* .cont_wrap2 */
.cont_wrap2 {
  background: url(../images/homepage/bg2.png) repeat-y center top;
  background-size: 1280px auto;
}

@media screen and (min-width: 1260px) {
  .cont_wrap2 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .cont_wrap2 {
    background-size: 100% auto;
  }
}
.cont .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}

.cont .inner .tit {
  max-width: 490px;
  width: 70%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cont .inner .tit {
    max-width: 100%;
    width: 100%;
  }
}
/* .ranking */
.cont .ranking {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.cont .ranking > div {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  border-radius: 1em;
}

.cont .ranking > div:nth-child(3n + 3) {
  margin-right: 0;
}

.cont .ranking > div a {
  display: block;
  padding: 25px 0 25px;
  position: relative;
}

.cont .ranking > div a figure img {
  width: 260px;
}

.cont .ranking > div a figure {
  margin-bottom: 0;
}

.cont .ranking > div a figure figcaption {
  margin-top: 0.5em;
  font-size: 21px;
  font-weight: bold;
  color: #000028;
}

.tour-prizeMoney {
	font-size: 21px;
	text-align: right !important;
	padding-right: 5% !important;
}

.cont .ranking > div a figure figcaption span {
  display: block;
  width: 184px;
  line-height: 40px;
  margin: 20px auto 5px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #f45680;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .cont .ranking {
    margin-top: 5%;
  }
  .cont .ranking > div a {
    padding: 9% 0 3%;
  }
  .cont .ranking > div a > span {
    width: 20%;
    font-size: 1.4vw;
    left: 2.5%;
  }
  .cont .ranking > div a figure img {
    width: 84%;
  }
  .cont .ranking > div a figure figcaption {
    font-size: 1.8vw;
  }
  .tour-prizeMoney {
	font-size: 1.8vw;
  }
  .cont .ranking > div a figure figcaption span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .cont .ranking > div {
    width: 48.5%;
    margin-right: 3%;
  }
  .cont .ranking > div:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .cont .ranking > div:nth-child(even) {
    margin-right: 0;
  }
  .cont .ranking > div:nth-child(3) {
    margin: 3% auto 0;
  }
  .cont .ranking > div a figure figcaption {
    font-size: 3vw;
  }
  .tour-prizeMoney {
	font-size: 3vw;
  }
  .cont .ranking > div a figure figcaption span {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 540px) {
  .cont .ranking {
    display: block;
    width: 100%;
    margin-top: 9%;
  }
  .cont .ranking > div {
    width: auto;
    margin: 5% 0;
  }
  .cont .ranking > div a > span {
    width: 16%;
    font-size: 3vw;
    left: 2%;
  }
  .cont .ranking > div a figure figcaption {
    font-size: 6vw;
  }
  .tour-prizeMoney {
	font-size: 6vw;
  }
}
/* .slick */
.cont .slick {
  max-width: 1000px;
  width: 90%;
  margin: 30px auto;
}

.cont .slick .item a {
  display: block;
  width: 94%;
  margin: auto;
  padding: 25px 0 25px;
  background-color: #fff;
  border-radius: 1em;
  position: relative;
}

.cont .slick .item a figure img {
  width: 260px;
  margin: auto;
}

.cont .slick .item a figure {
  margin-bottom: 0;
}

.cont .slick .item a figure figcaption {
  font-size: 21px;
  font-weight: bold;
  color: #000028;
}

.cont .slick .item a figure figcaption span {
  display: block;
  width: 184px;
  line-height: 40px;
  margin: 20px auto 5px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #f45680;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .cont .slick {
    margin-top: 5%;
  }
  .cont .slick .item a {
    padding: 9% 0 3%;
  }
  .cont .slick .item a > span {
    width: 20%;
    font-size: 1.4vw;
    left: 2.5%;
  }
  .cont .slick .item a figure img {
    width: 84%;
  }
  .cont .slick .item a figure figcaption {
    font-size: 1.8vw;
  }
  .cont .slick .item a figure figcaption span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .cont .slick .item a figure figcaption {
    font-size: 3vw;
  }
  .cont .slick .item a figure figcaption span {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 540px) {
  .cont .slick {
    display: block;
    width: 94%;
    width: 100%;
    margin-top: 9%;
  }
  .cont .slick .item {
    width: auto;
  }
  .cont .slick .item a {
    width: 90%;
  }
  .cont .slick .item a > span {
    width: 16%;
    font-size: 3vw;
    left: 2%;
  }
  .cont .slick .item a figure figcaption {
    font-size: 6vw;
  }
  .cont .slick .item a figure figcaption span {
    display: block;
    width: 60%;
    line-height: 2.4;
    margin: 5% auto 0;
    border-radius: 1.2em;
    font-size: 4vw;
  }
}

.slick-prev:focus,
.slick-next:focus {
	outline: none;
}

@media screen and (max-width:768px){
.slick-prev {
	background: url(../images/minspo/common/btn-icon-prev.png) no-repeat;
	background-size: 100% auto;
	min-height: 95px;
  }
  .slick-next {
	background: url(../images/minspo/common/btn-icon-next.png) no-repeat;
	background-size: 100% auto;
	min-height: 95px;
  }
}

@media screen and (max-width:540px){
	.slick-prev,
    .slick-next {
      min-height: 26vw;
    }
}
/* #cont1 */
#cont1 {
  padding: 60px 0 130px;
  background: url(../images/homepage/top/cont1_icon.png) no-repeat center center;
  background-size: 1300px auto;
  position: relative;
}

#cont1 .inner {
  color: #fff;
  text-align: left;
}

#cont1 .inner h2 {
  line-height: 1.4;
  font-size: 38px;
  font-feature-settings: "palt";
  font-weight: bold;
}

#cont1 .inner h2 + p {
  margin: 0.5em 0 1em;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #cont1 {
    padding: 5% 0 0;
    background-image: none;
  }
  #cont1 .inner h2 {
    font-size: 7vw;
  }
  #cont1 .inner h2 + p {
    margin: 0.5em 0 1em;
    font-size: 4.7vw;
  }
  #cont1 img {
    width: 90%;
  }
}
/* #cont2 */
#cont2 {
  margin-top: -40px;
  padding: 300px 0 250px;
  background: url(../images/homepage/top/cont2_bg2.png) no-repeat center bottom
      30px,
    url(../images/homepage/top/cont2_bg.jpg) no-repeat center center;
  background-size: 1300px auto, 1280px auto;
}

@media screen and (min-width: 1260px) {
  #cont2 {
    margin-top: -4%;
    padding: 24% 0 18%;
    background-size: 1300px auto, 100% auto;
  }
}
#cont2 .inner {
  padding-left: 435px;
  text-align: left;
  color: #fff;
}

#cont2 .inner h2 {
  line-height: 1.3;
  font-size: 32px;
  font-feature-settings: "palt";
  font-weight: bold;
}

#cont2 .inner h2 + p {
  margin-top: 1em;
}

@media screen and (max-width: 1024px) {
  #cont2 .inner {
    padding-left: 35%;
  }
  #cont2 .inner h2 + p .only_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #cont2 {
    margin-top: 3%;
    padding: 68% 0 55%;
    background: url(../images/homepage/top/cont2_bg_s.png) no-repeat center
      center;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  #cont2 .inner {
    padding: 0;
  }
  #cont2 .inner h2 {
    font-size: 6vw;
  }
}
/* #cont3 */
#cont3 {
  margin-top: -20px;
  padding: 0 0 80px;
}

#cont3 .inner .btn {
  margin: 40px auto 50px;
}

#cont3 .inner dl {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  background-color: #182639;
  border-radius: 0.6em;
  position: relative;
}

#cont3 .inner dl dt {
  color: #f6e821;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-shadow: 0 0 2px #f45680, -1px -1px 0px #f45680, 1px 1px 0px #f45680,
    -1px 1px 0px #f45680, 1px -1px 0px #f45680;
}

#cont3 .inner dl dt img {
  width: 50px;
  vertical-align: middle;
}

#cont3 .inner dl dd {
  color: #ffd33f;
}

@media screen and (max-width: 1024px) {
  #cont3 {
    margin-top: -2%;
    padding: 0 0 10%;
  }
  #cont3 .inner .btn {
    margin: 5% auto 6%;
  }
  #cont3 .inner dl {
    padding: 3% 0;
    font-size: 2.4vw;
  }
  #cont3 .inner dl dt img {
    width: 2em;
  }
}
@media screen and (max-width: 768px) {
  #cont3 {
    margin-top: -18%;
    padding: 5% 0 15%;
  }
  #cont3 .inner dl {
    padding: 5% 0 9%;
    font-size: 7vw;
  }
  #cont3 .inner dl dt {
    line-height: 1.25;
  }
  #cont3 .inner dl dt img {
    width: 1.8em;
  }
  #cont3 .inner dl dd {
    line-height: 1.3;
  }
}
/* #cont4 */
#cont4 {
  padding: 80px 0 80px;
  background-color: #13c4cd;
}

#cont4 .inner .ranking {
  position: relative;
}

#cont4 .inner .ranking:before {
  content: "";
  display: block;
  width: 220px;
  padding-top: 360px;
  background: url(../images/homepage/top/cont4_icon.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 110%;
  z-index: 1;
  transform: translateX(40%);
}

#cont4 .inner .slick {
  margin: 0px auto !important;
}

@media screen and (max-width: 1024px) {
  #cont4 {
    padding: 9% 0 9%;
  }
  #cont4 .inner .ranking:before {
    width: 25%;
    padding-top: 42%;
    right: 0;
    bottom: 115%;
    transform: translateX(40%);
  }
}
@media screen and (max-width: 768px) {
  #cont4 .inner {
    position: relative;
  }
  #cont4 .inner:before {
    content: "";
    display: block;
    width: 25%;
    padding-top: 42%;
    background: url(../images/homepage/top/cont4_icon.png) no-repeat center
      center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    bottom: auto;
    top: 0;
    transform: translate(20%, -80%);
  }
  #cont4 .inner .ranking:before {
    content: none;
  }
}
/* #cont5 */
#cont5 {
  padding: 80px 0;
  background-color: #f45680;
}

#cont5 .ranking > div a {
  padding-bottom: 30px;
}

#cont5 .ranking > div ul {
  margin-top: 0;
  padding: 0 5%;
  margin-bottom: 0;
}

#cont5 .ranking > div ul li {
  line-height: 1.5;
  padding: 0.3em 1em 0.1em 0;
  font-size: 32px;
  font-weight: bold;
  font-family: メイリオ, sans-serif;
  text-align: right;
  color: #fff;
}

#cont5 .ranking > div ul li span {
  position: relative;
  color: #fff;
}

#cont5 .ranking > div ul li span:before {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  background: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0)
  );
}

#cont5 .ranking > div ul li:first-child {
  background: url(../images/homepage/top/cont5_top1.png) no-repeat center center;
  background-size: 100% auto;
  text-shadow: 0px 0px 2px #b48025, -2px -2px 0px #b48025, 0px -2px 0px #b48025,
    2px -2px 0px #b48025, 2px 0px 0px #b48025, 2px 2px 0px #b48025,
    0px 2px 0px #b48025, -2px 2px 0px #b48025, -2px 0px 0px #b48025;
}

#cont5 .ranking > div ul li:nth-child(2) {
  background: url(../images/homepage/top/cont5_top2.png) no-repeat center center;
  background-size: 100% auto;
  text-shadow: 0px 0px 2px #505050, -2px -2px 0px #505050, 0px -2px 0px #505050,
    2px -2px 0px #505050, 2px 0px 0px #505050, 2px 2px 0px #505050,
    0px 2px 0px #505050, -2px 2px 0px #505050, -2px 0px 0px #505050;
}

#cont5 .ranking > div ul li:nth-child(3) {
  background: url(../images/homepage/top/cont5_top3.png) no-repeat center center;
  background-size: 100% auto;
  text-shadow: 0px 0px 2px #b48025, -2px -2px 0px #b48025, 0px -2px 0px #b48025,
    2px -2px 0px #b48025, 2px 0px 0px #b48025, 2px 2px 0px #b48025,
    0px 2px 0px #b48025, -2px 2px 0px #b48025, -2px 0px 0px #b48025;
}

#cont5 .inner .btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 1024px) {
  #cont5 {
    padding: 9% 0 12%;
  }
  #cont5 .ranking > div a {
    padding-bottom: 9%;
  }
  #cont5 .ranking > div ul {
    margin-top: 0;
  }
  #cont5 .ranking > div ul li {
    font-size: 2.8vw;
  }
  #cont5 .inner .btn {
    margin: 6% auto 0;
  }
}
@media screen and (max-width: 768px) {
  #cont5 .ranking > div ul li {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 540px) {
  #cont5 {
    padding-bottom: 15%;
  }
  #cont5 .ranking > div ul li {
    font-size: 9vw;
  }
  #cont5 .ranking > div ul li:first-child {
    text-shadow: 0px 0px 2px #b48025, -1px -1px 0px #b48025,
      0px -1px 0px #b48025, 1px -1px 0px #b48025, 1px 0px 0px #b48025,
      1px 1px 0px #b48025, 0px 1px 0px #b48025, -1px 1px 0px #b48025,
      -1px 0px 0px #b48025;
  }
  #cont5 .ranking > div ul li:nth-child(2) {
    text-shadow: 0px 0px 2px #505050, -1px -1px 0px #505050,
      0px -1px 0px #505050, 1px -1px 0px #505050, 1px 0px 0px #505050,
      1px 1px 0px #505050, 0px 1px 0px #505050, -1px 1px 0px #505050,
      -1px 0px 0px #505050;
  }
  #cont5 .ranking > div ul li:nth-child(3) {
    text-shadow: 0px 0px 2px #b48025, -1px -1px 0px #b48025,
      0px -1px 0px #b48025, 1px -1px 0px #b48025, 1px 0px 0px #b48025,
      1px 1px 0px #b48025, 0px 1px 0px #b48025, -1px 1px 0px #b48025,
      -1px 0px 0px #b48025;
  }
}
/* #cont6 */
#cont6 {
  padding: 80px 0;
  background-color: rgba(255, 255, 0, 0.6);
}

#cont6 .inner {
  position: relative;
}

#cont6 .inner:before {
  content: "";
  display: block;
  width: 284px;
  padding-top: 280px;
  background: url(../images/homepage/top/cont6_icon.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translate(-40%, -50%);
}

#cont6 .inner ul {
  margin-top: 50px;
}

#cont6 .inner ul li {
  min-height: 295px;
  margin-top: 15px;
  padding: 30px 50px 14px 350px;
  background-color: #fff;
  text-align: left;
  border-radius: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

#cont6 .inner ul li div h3 {
  line-height: 1.5;
  font-size: 32px;
  letter-spacing: -0.03em;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
}

#cont6 .inner ul li div h3 span {
  color: #f45680;
}

#cont6 .inner ul li div img {
  width: 170px;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}

#cont6 .inner ul li div p {
  margin-top: 1em;
  padding-right: 30px;
}

@media screen and (max-width: 1024px) {
  #cont6 {
    padding: 12% 0 9%;
  }
  #cont6 .inner:before {
    width: 29%;
    padding-top: 28%;
    transform: translate(-40%, -70%);
  }
  #cont6 .inner ul {
    margin-top: 5%;
  }
  #cont6 .inner ul li {
    min-height: 250px;
    padding: 3% 3% 3% 30%;
  }
  #cont6 .inner ul li div h3 {
    font-size: 3.2vw;
  }
  #cont6 .inner ul li div img {
    width: 20%;
    left: 5%;
  }
  #cont6 .inner ul li div p {
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  #cont6 {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  #cont6 .inner:before {
    width: 35%;
    padding-top: 34%;
    transform: translate(-10%, -95%);
  }
  #cont6 .inner ul {
    margin-top: 9%;
  }
  #cont6 .inner ul li {
    min-height: auto;
    margin-top: 3%;
    padding: 5%;
  }
  #cont6 .inner ul li div h3 {
    font-size: 6.5vw;
  }
  #cont6 .inner ul li div h3 span {
    margin-right: 0.3em;
  }
  #cont6 .inner ul li div img {
    display: block;
    width: 50%;
    margin: 0 auto 1em;
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }
  #cont6 .inner ul li div p {
    padding-right: 0;
  }
}
/* #cont7 */
#cont7 {
  padding: 80px 0 50px;
  position: relative;
}

#cont7:before {
  content: "";
  background-image: none;
}

#cont7 .inner ol {
  margin-top: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

#cont7 .inner ol:before {
  content: "";
  display: block;
  width: 407px;
  padding-top: 283px;
  background: url(../images/homepage/top/cont7_icon.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translate(40%, -56%);
}

#cont7 .inner ol li {
  width: 32%;
  text-align: left;
  background-color: #fff;
  border-radius: 1em;
  text-align: center;
  position: relative;
}

#cont7 .inner ol li > span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: calc(100% + 2em);
}

#cont7 .inner ol li > span span {
  display: block;
  font-size: 40px;
  color: #fff;
}

#cont7 .inner ol li section {
  text-align: center;
}

#cont7 .inner ol li section img {
  width: 200px;
  margin: -24% 0 9%;
}

#cont7 .inner ol li section h3 {
  height: 2.6em;
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
  padding: 0 9%;
  color: #f45680;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#cont7 .inner ol li section p {
  padding: 3% 9% 12%;
  text-align: left;
  font-feature-settings: "palt";
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  #cont7 {
    padding: 9% 0 5%;
  }
  #cont7 .inner ol {
    margin-top: 12%;
  }
  #cont7 .inner ol:before {
    width: 45%;
    padding-top: 32%;
    transform: translate(35%, -64%);
  }
  #cont7 .inner ol li > span {
    font-size: 1.4vw;
    font-weight: bold;
  }
  #cont7 .inner ol li > span span {
    font-size: 4vw;
  }
  #cont7 .inner ol li section img {
    width: 65%;
    margin-top: -25%;
  }
  #cont7 .inner ol li section h3 {
    font-size: 2.4vw;
  }
  #cont7 .inner ol li section p {
    padding: 0 9% 12%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #cont7 {
    padding-top: 15%;
    padding-bottom: 12%;
  }
  #cont7 .inner ol {
    display: block;
    width: 100%;
    margin: auto;
  }
  #cont7 .inner ol li {
    width: auto;
    margin-top: 30%;
  }
  #cont7 .inner ol:before {
    width: 55%;
    padding-top: 52%;
    transform: translate(20%, -110%);
  }
  #cont7 .inner ol li > span {
    font-size: 4vw;
    font-weight: bold;
    bottom: calc(100% + 1.2em);
  }
  #cont7 .inner ol li > span span {
    font-size: 10vw;
  }
  #cont7 .inner ol li section {
    height: auto;
    margin-top: 1em;
    background-color: #fff;
    border-radius: 1em;
    text-align: center;
  }
  #cont7 .inner ol li section img {
    width: 60%;
    margin-top: -18%;
    margin-bottom: 5%;
  }
  #cont7 .inner ol li section h3 {
    height: auto;
    font-size: 6.5vw;
  }
  #cont7 .inner ol li section p {
    padding: 3% 10% 9%;
  }
}
/* #cont8 */
#cont8 {
  padding: 350px 0 90px;
  background: rgba(255, 255, 0, 0.6) url(../images/homepage/top/bg_top.png)
    no-repeat center top;
  background-size: 1280px auto;
}

@media screen and (min-width: 1260px) {
  #cont8 {
    padding: 350px 0 9%;
    background-size: 100% auto;
  }
}
#cont8 .inner {
  padding: 50px 0;
  background-color: #fff;
  border-radius: 1em;
  position: relative;
}

#cont8 .inner:before {
  content: "";
  display: block;
  width: 485px;
  padding-top: 430px;
  background: url(../images/homepage/top/cont8_icon.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(-50%, -5%);
}

#cont8 .inner dl {
  width: 84%;
  margin: 50px auto 0;
  text-align: left;
}

#cont8 .inner dl div {
  margin-top: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 1em;
  overflow: hidden;
}

#cont8 .inner dl div dt {
  line-height: 1.5;
  padding: 1.5% 3%;
  font-size: 20px;
  font-weight: bold;
  color: #f45680;
  background-color: #fde6ec;
  display: -webkit-flex;
  display: flex;
}

#cont8 .inner dl div dt:before {
  content: "Q.";
  line-height: 1;
  margin-right: 0.15em;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #f45680;
  transform: translateY(-0.15em);
}

#cont8 .inner dl div dd {
  padding: 3%;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}

#cont8 .inner dl div dd:before {
  content: "A.";
  line-height: 1;
  margin-right: 0.15em;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #f45680;
  transform: translateY(-0.15em);
}

@media screen and (max-width: 1024px) {
  #cont8 {
    padding: 35% 0 9%;
  }
  #cont8 .inner {
    padding: 5% 0;
  }
  #cont8 .inner:before {
    width: 55%;
    padding-top: 50%;
    transform: translate(-30%, -5%);
  }
  #cont8 .inner dl {
    margin: 5% auto 0;
  }
  #cont8 .inner dl div {
    margin-top: 3%;
  }
  #cont8 .inner dl div dt {
    font-size: 2vw;
  }
  #cont8 .inner dl div dt:before {
    font-size: 3.2vw;
  }
  #cont8 .inner dl div dd:before {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #cont8 {
    background-size: 100% auto;
  }
  #cont8 .inner:before {
    width: 60%;
    padding-top: 55%;
    transform: translate(-20%, -3%);
  }
  #cont8 .inner dl {
    width: 90%;
  }
  #cont8 .inner dl div dt {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 4vw;
  }
  #cont8 .inner dl div dt:before {
    font-size: 6vw;
    transform: none;
  }
  #cont8 .inner dl div dd:before {
    font-size: 6vw;
    transform: none;
  }
}
/* fadein */
.fadein0 {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  transform: translate(0, 70px);
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.fadein_l {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.fadein_r {
  opacity: 0;
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.delay1 {
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay2 {
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay3 {
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay4 {
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.delay5 {
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.delay6 {
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.fadein0.scrollin,
.fadein.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*# sourceMappingURL=style.css.map */
