@charset "UTF-8";
/* ---------------------
    reset.scss ここから
  ---------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/* ---------------------
    reset.scss ここまで
  ---------------------*/
/* ---------------------
    base.scss ここから
  ---------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #636363;
  font-size: 1.4rem;
  background: #FFEFF2;
  overflow-x: hidden;
}

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

.sp {
  display: block;
}

.pc {
  display: none;
}

.inner {
  width: 90%;
  margin: auto;
}

li {
  list-style: none;
}

@media (min-width: 480px) {
  html {
    font-size: 68.75%;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 75%;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 93.75%;
  }
  body {
    font-size: 18px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .inner {
    max-width: 1000px;
    margin: auto;
  }
}
/* ---------------------
    base.scss ここまで
  ---------------------*/
/* ---------------------
    main.scss ここから
  ---------------------*/
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

header {
  background: #fff;
}
@media (min-width: 960px) {
  header {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
  }
}

@media (min-width: 960px) {
  #prize,
#application,
#works,
#result,
#attention {
    scroll-margin-top: 70px;
  }
}
@media (min-width: 960px) {
  .top_nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px 5px;
    height: 70px;
    box-sizing: border-box;
  }
}

h1 {
  padding: 1rem;
  width: 30%;
}
@media (min-width: 960px) {
  h1 {
    padding: 0;
    width: 200px;
  }
}

.nav_group {
  display: flex;
  align-items: flex-end;
}
.nav_group ul {
  display: flex;
  font-size: 16px;
  gap: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
}
.nav_group ul li {
  font-weight: bold;
}
.nav_group ul li a {
  transition: 0.3s;
}
.nav_group ul li a:hover {
  opacity: 0.5;
}

.what {
  width: 80px;
  margin-bottom: -15px;
}

@media (min-width: 960px) {
  .mv {
    background-image: url(../images/bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mv img {
    width: 100%;
    max-width: 1200px;
    margin: 70px auto 0;
  }
}
.prize {
  padding: 5rem 0;
}
@media (min-width: 960px) {
  .prize {
    padding: 150px 0;
  }
}

.prize-best {
  padding: 6rem 3rem;
  background: #fff;
  border-radius: 3rem;
  border-top: solid 0.5rem #C58DA1;
  border-bottom: solid 0.5rem #C58DA1;
  position: relative;
  margin-bottom: 5rem;
}
.prize-best h2 {
  width: 60%;
  margin: auto;
}
.prize-best h3 {
  text-align: center;
  margin: 2rem 0;
}
.prize-best h5 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.prize-best h6 {
  text-align: center;
  font-size: 1.2rem;
}
.prize-best h6 a {
  color: #76B8DE;
  transition: 0.3s;
}
.prize-best h6 a:hover {
  opacity: 0.5;
}
.prize-best .plus {
  width: 3.5rem;
  margin: 2rem auto;
}
@media (min-width: 960px) {
  .prize-best {
    max-width: 1000px;
    margin: 0 auto 70px;
  }
  .prize-best h2 {
    width: 300px;
  }
  .prize-best h5 {
    font-size: 30px;
  }
}

@media (min-width: 960px) {
  .best-group {
    display: flex;
    justify-content: center;
    gap: 90px;
  }
}

.prize-each {
  padding: 6rem 3rem;
  background: #fff;
  border-radius: 3rem;
  border-top: solid 0.5rem #C58DA1;
  border-bottom: solid 0.5rem #C58DA1;
  position: relative;
  margin-bottom: 5rem;
  padding: 4rem 3rem;
  margin-bottom: 0;
}
.prize-each h2 {
  width: 60%;
  margin: auto;
}
.prize-each h3 {
  text-align: center;
  margin: 2rem 0;
}
.prize-each h5 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.prize-each h6 {
  text-align: center;
  font-size: 1.2rem;
}
.prize-each h6 a {
  color: #76B8DE;
  transition: 0.3s;
}
.prize-each h6 a:hover {
  opacity: 0.5;
}
.prize-each .plus {
  width: 3.5rem;
  margin: 2rem auto;
}
.prize-each h2 {
  width: 40%;
}

.prize-other {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 3rem;
}
@media (min-width: 960px) {
  .prize-other {
    max-width: 1300px;
    flex-direction: row;
    margin: auto;
    justify-content: center;
  }
}

.best-badge {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 7rem;
}
@media (min-width: 960px) {
  .best-badge {
    width: 120px;
    right: 30px;
    top: 30px;
  }
}

.other-badge {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 7rem;
}

.best-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  border-bottom: solid 1px #E5E5E5;
  padding: 3rem 0;
}
.best-list dt {
  flex: 4;
}
.best-list dd {
  flex: 6;
}
.best-list__atgrp {
  padding-top: 2rem;
}
.best-list__atgrp li {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .best-list__atgrp li {
    font-size: 12px;
  }
}
.best-list__atgrp li a {
  color: #76B8DE;
  transition: 0.3s;
}
.best-list__atgrp li a:hover {
  opacity: 0.5;
}
@media (min-width: 960px) {
  .best-list {
    flex-direction: column;
    border-bottom: none;
    justify-content: center;
    align-items: center;
  }
  .best-list dt {
    width: 270px;
  }
}

.best-list-no-border {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  border-bottom: solid 1px #E5E5E5;
  padding: 3rem 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.best-list-no-border dt {
  flex: 4;
}
.best-list-no-border dd {
  flex: 6;
}
.best-list-no-border__atgrp {
  padding-top: 2rem;
}
.best-list-no-border__atgrp li {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .best-list-no-border__atgrp li {
    font-size: 12px;
  }
}
.best-list-no-border__atgrp li a {
  color: #76B8DE;
  transition: 0.3s;
}
.best-list-no-border__atgrp li a:hover {
  opacity: 0.5;
}

.prize-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .prize-title {
    font-size: 22px;
    text-align: center;
  }
}

.prize-price-best {
  color: #B22222;
  font-weight: bold;
  font-size: 2rem;
}
@media (min-width: 960px) {
  .prize-price-best {
    text-align: center;
  }
}
.prize-price-best span {
  font-size: 3.6rem;
  font-weight: bold;
  padding-right: 0.5rem;
}

.prize-atn {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 2rem;
}
@media (min-width: 960px) {
  .prize-atn {
    margin: 50px auto 0;
    max-width: 1300px;
  }
}

.application {
  padding: 5rem 1rem;
  border-radius: 3rem;
  background: #fff;
  margin-bottom: 5rem;
}
@media (min-width: 960px) {
  .application {
    max-width: 1300px;
    margin: 0 auto 100px;
    padding: 80px 50px;
  }
}

.sub-title {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}

.title-ex {
  text-align: center;
  padding: 2rem 0 3rem;
}
@media (min-width: 960px) {
  .title-ex {
    padding: 30px 0 70px;
  }
}

/***swiperここから***/
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px;
}

.swiper-pagination-bullet-active {
  background: #C58DA1;
}

.swiper-wrapper {
  align-items: stretch !important;
}

.swiper-slide {
  display: flex;
  height: auto !important;
}

@media (min-width: 960px) {
  .swiper-wrapper {
    justify-content: center;
    gap: 30px;
  }
  .swiper-slide {
    width: 30% !important;
    flex-shrink: 1 !important;
  }
  .howto {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
/***swiperここまで***/
.howto {
  width: 90%;
  margin: 3rem auto 0;
  border: solid 1px #C58DA1;
  border-radius: 30px;
  padding: 5rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 960px) {
  .howto {
    width: auto;
    padding: 60px 30px;
  }
}
.howto p {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .howto p {
    font-size: 22px;
  }
}
.howto ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 90%;
  margin: auto;
}
.howto__num {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
}
@media (min-width: 960px) {
  .howto__num {
    width: 80px;
  }
}

.works {
  padding: 5rem 1rem 10rem;
  border-radius: 3rem;
  background: #fff;
  position: relative;
  margin-bottom: 15rem;
}
@media (min-width: 960px) {
  .works {
    padding: 80px 50px 120px;
    max-width: 1000px;
    margin: 0 auto 300px;
  }
}
.works__img01 {
  position: absolute;
  bottom: -11rem;
  left: -40px;
  width: 18rem;
}
@media (min-width: 960px) {
  .works__img01 {
    bottom: -200px;
  }
}
.works__img02 {
  position: absolute;
  bottom: -10rem;
  right: -50px;
  width: 28rem;
}
@media (min-width: 960px) {
  .works__img02 {
    bottom: -200px;
  }
}

.accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 1.5rem 0 1.5rem 1rem;
  border-bottom: solid 1px #e9e9e9;
  font-size: 1.6rem;
}

/* 矢印本体 */
.accordion-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #a3a2a2;
  border-bottom: 2px solid #a3a2a2;
  transform: rotate(45deg);
  /* ▾ */
  transition: transform 0.25s ease;
  margin-right: 15px;
}

/* 開いたら回転 */
.is-accordion.is-open .accordion-trigger::after {
  transform: rotate(-135deg);
}

.accordion-child {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0 0 1rem;
}

.accordion-child li {
  position: relative;
  line-height: 1.8;
}

.accordion-child li:last-of-type {
  padding-bottom: 3rem;
}

.is-accordion.is-open .accordion-child {
  max-height: 800px;
}

.dropdown-list {
  padding: 3rem 2rem 0;
}

@media (min-width: 960px) {
  .result {
    max-width: 1000px;
    margin: auto;
  }
}

.attention {
  margin-bottom: 7rem;
}
@media (min-width: 960px) {
  .attention {
    max-width: 1000px;
    margin: 0 auto 200px;
  }
}
.attention .dropdown-list {
  padding-top: 0;
}

.accordion-trigger.accordion-trigger-aside {
  background: #fff;
  border-radius: 10px;
  border-left: solid 5px #C58DA1;
  border-bottom: none;
}

footer {
  background: #C58DA1;
  color: #fff;
  padding: 7rem 0;
}
footer .sns {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
footer .sns li {
  width: 3rem;
}
footer h3 {
  font-size: 1rem;
  text-align: center;
  padding: 2rem 0;
}
footer nav {
  margin-bottom: 3rem;
}
footer nav ul {
  text-align: center;
}
footer nav ul li {
  font-size: 1.4rem;
  padding-bottom: 2rem;
}
footer nav ul li a {
  transition: 0.3s;
}
footer nav ul li a:hover {
  opacity: 0.5;
}
footer nav ul:first-of-type {
  margin-bottom: 2.5rem;
}

#dl-area {
  position: fixed;
  bottom: 0;
  z-index: 970;
  width: 100%;
  padding: 0 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#dl-area.is-show {
  opacity: 1;
  transform: translateY(0);
}

.dl-area-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dl-area-left {
  flex: 1;
}

.dl-area-right {
  flex: 4;
  display: flex;
  gap: 5px;
}
.dl-area-right li:first-of-type {
  width: 44.5%;
}
.dl-area-right li:last-of-type {
  width: 55.5%;
}

/***ハンバーガーここから***/
#navBtn {
  position: fixed;
  z-index: 1000;
}

.cp_hmenuac03 .cp_bar,
.cp_hmenuac03:before,
.cp_hmenuac03:after {
  display: block;
  width: 30px;
  height: 2px;
  content: "";
  transition: all 0.2s ease-in-out;
  background: #76B8DE;
}

.cp_hmenuac03 .cp_bar {
  position: relative;
  margin: 7px 0;
}

.cp_hmenuac03 {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 1rem;
  right: 1.5rem;
  z-index: 100;
}

#navMenu {
  height: 0;
}

#navMenu nav {
  background: rgba(0, 0, 0, 0);
}

#navMenu.show nav {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #76B8DE;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 40%;
  background-position: left top, right bottom;
  z-index: 99;
  transition: 0.2s;
}

#navMenu.show nav ul {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#navMenu nav ul {
  display: none;
}

#navMenu nav ul li {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
}
#navMenu nav ul li:last-of-type {
  padding-top: 1rem;
}
#navMenu nav ul li:last-of-type img {
  width: 50%;
}

#navMenu nav ul li:last-of-type {
  border: 0;
}

#navMenu nav ul li a {
  color: inherit;
  display: block;
  transition: 0.3s;
}

#navMenu nav ul li a:hover {
  text-decoration: none;
  opacity: 0.4;
}

.show .cp_hmenuac03 .cp_bar {
  transform: scale(0);
}

.show .cp_hmenuac03:before {
  transform: translateY(10px) rotate(135deg);
  background-color: #fff;
}

.show .cp_hmenuac03:after {
  transform: translateY(-8px) rotate(-135deg);
  background-color: #fff;
}

/***ハンバーガーここまで***/

/*# sourceMappingURL=style.css.map */
