@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #333333;
}

body {
  font-size: calc(1.5rem + (1vw - 0.56rem) * -1);
  /* 14px~10pxで可変*/
  line-height: 1.8;
  letter-spacing: 0.05rem;
  background-image: url(../img/bg_img.png);
  background-repeat: repeat;
}

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

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

@media screen and (min-width: 1025px) {
  .pcnone {
    display: none;
  }
}

body {
  list-style: 1.8;
}

section {
  margin-top: 6rem;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}

.content {
  max-width: 950px;
  padding: 0;
  margin: 0 auto 7rem;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 100%;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 600px) {
  .content {
    width: 100%;
    padding: 1rem;
    margin-bottom: 3rem;
  }
}

button {
  border-radius: 100vh;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 auto;
  display: block;
}

h2 {
  font-size: calc(2.5rem + (1vw - 0.6rem) * 1.1765);
  color: #333333;
  text-align: center;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
}

h2:after,
h2:before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 3px;
  display: block;
}

h2:after {
  margin-left: 1.5rem;
}

h2:before {
  margin-right: 1.5rem;
}

h3 {
  font-size: calc(2rem + (1vw - 0.6rem) * 1.1765);
  color: #333333;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.3rem;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 5rem;
}

h5 {
  font-size: calc(13rem + (1vw - 0.6rem) * 16.4706);
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  border-bottom: 2px dashed #96cd39;
  padding-bottom: 6px;
}

@media screen and (max-width: 600px) {
  h5 {
    font-size: 13px;
  }
}

p {
  font-size: calc(12rem + (1vw - 0.6rem) * 7.0588);
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  p {
    font-size: 10px;
    margin-top: 5px;
  }
}

header {
  height: 6rem;
  width: 100%;
  background-color: #f5ff65;
}

@media screen and (min-width: 1025px) {
  header {
    height: 9rem;
  }
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
}

header .inner .logo {
  width: 15vw;
}

@media screen and (max-width: 600px) {
  header .inner .logo {
    width: 30vw;
  }
}

header .inner .logo img,
header .inner .logo a {
  width: 100%;
  height: 100%;
}

header .inner .gnav {
  height: 100%;
}

header .inner .gnav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  header .inner .gnav-ul {
    position: absolute;
    width: 50vw;
    height: 100vh;
    top: 0;
    right: -80vw;
    z-index: 30;
    background-color: #f5ff65;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15rem 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}

@media screen and (max-width: 600px) {
  header .inner .gnav-ul {
    position: absolute;
    width: 80vw;
    height: 100vh;
    top: 0;
    right: -80vw;
    z-index: 30;
    background-color: #f5ff65;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15rem 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}

header .inner .gnav-ul li {
  height: 100%;
}

header .inner .gnav-ul a {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 500;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .inner .gnav-ul a:before {
  display: block;
  height: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.5rem;
}

header .inner .gnav-ul #gnav-home > a:before {
  content: "";
  background-image: url(../img/nav/home.svg);
}

header .inner .gnav-ul #gnav-list > a:before {
  content: "";
  background-image: url(../img/nav/list.svg);
}

header .inner .gnav-ul #gnav-post > a:before {
  content: "";
  background-image: url(../img/nav/post.svg);
}

header .inner .gnav-ul #gnav-register > a:before {
  content: "";
  background-image: url(../img/nav/registrer.svg);
}

header .inner .gnav-ul #gnav-contact > a:before {
  content: "";
  background-image: url(../img/nav/contact.svg);
}

header .inner .in {
  -webkit-transform: translateX(-80vw);
  transform: translateX(-80vw);
}

header .inner #hamb {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: transparent;
  z-index: 100;
}

@media screen and (min-width: 1025px) {
  header .inner #hamb {
    display: none;
  }
}

header .inner .hamb_line {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 35px;
  height: 3px;
  background-color: #96cd39;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 4px;
}

header .inner #line1 {
  top: 15px;
}

header .inner #line2 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .inner #line3 {
  bottom: 15px;
}

header .inner .line_1 {
  -webkit-transform: translate(-18px, 13px) rotate(-45deg);
  transform: translate(-18px, 13px) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  top: 0;
}

header .inner .line_2 {
  opacity: 0;
}

header .inner .line_3 {
  -webkit-transform: translate(-18px, -13px) rotate(45deg);
  transform: translate(-18px, -13px) rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  bottom: 0;
}

.mainv {
  width: 100%;
  height: 50vh;
  max-height: 350px;
  margin-top: 0;
  background-image: url(../img/mainv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.search_form .howto {
  background-color: #ffffff;
  border: 2px solid #f5ff65;
  border-radius: 10px;
  padding: 3rem 1rem;
}

.search_form .howto p {
  text-align: center;
  font-size: calc(1.2rem + (1vw - 0.6rem) * 0.7059);
}

@media screen and (min-width: 1025px) {
  .search_form .howto p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .search_form .howto p {
    font-size: 1.2rem;
  }
}

.search_form .purpose_h2:after,
.search_form .purpose_h2:before {
  border-top: dashed 3px #96cd39;
}

.search_form .p_btnarea {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search_form .p_btnarea li {
  width: 15rem;
  height: 15rem;
  margin: 0 5rem 5rem 0;
}

/* @media screen and (min-width: 1025px) {
  .search_form .p_btnarea li:nth-child(5n) {
    margin-right: 0;
  }
  .search_form .p_btnarea li:last-child,
  .search_form .p_btnarea li:nth-last-child(2),
  .search_form .p_btnarea li:nth-last-child(3),
  .search_form .p_btnarea li:nth-last-child(4),
  .search_form .p_btnarea li:nth-last-child(5) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .search_form .p_btnarea li {
    margin: 0 3rem 3rem 0;
  }
  .search_form .p_btnarea li:nth-child(5n) {
    margin-right: 0;
  }
  .search_form .p_btnarea li:last-child,
  .search_form .p_btnarea li:nth-last-child(2),
  .search_form .p_btnarea li:nth-last-child(3),
  .search_form .p_btnarea li:nth-last-child(4),
  .search_form .p_btnarea li:nth-last-child(5) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .search_form .p_btnarea li {
    width: 10rem;
    height: 10rem;
    margin: 0 2rem 2rem 0;
  }
  .search_form .p_btnarea li:nth-child(3n) {
    margin-right: 0;
  }
  .search_form .p_btnarea li:last-child,
  .search_form .p_btnarea li:nth-last-child(2),
  .search_form .p_btnarea li:nth-last-child(3) {
    margin-bottom: 0;
  }
} */

.search_form .p_btnarea li input[type="checkbox"] {
  display: none;
}

.search_form .p_btnarea li label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  border: 8px solid #96cd39;
  font-size: calc(1rem + (1vw - 0.6rem) * 0.7059);
  font-weight: 700;
  color: #96cd39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1024px) {
  .search_form .p_btnarea li label {
    border: 6px solid #96cd39;
  }
}

@media screen and (max-width: 600px) {
  .search_form .p_btnarea li label {
    border: 5px solid #96cd39;
    font-size: 1rem;
    letter-spacing: 1;
  }
}

.search_form .p_btnarea li label .p_icon {
  width: 60%;
  height: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_form .p_btnarea li label .p_icon .purpose_svg {
  fill: #96cd39;
  width: 100%;
}

.search_form .p_btnarea li input:checked + label {
  background-color: #96cd39;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.search_form .p_btnarea li input:checked + label .purpase_svg {
  fill: #ffffff;
}

.search_form .area_h2:after,
.search_form .area_h2:before {
  border-top: dashed 3px #ffba47;
}

.search_form .a_btnarea {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search_form .a_btnarea li {
  width: 16rem;
  height: 4.5rem;
  margin: 0 3.75rem 3rem 0;
}

@media screen and (min-width: 1025px) {
  .search_form .a_btnarea li:nth-child(5n) {
    margin-right: 0;
  }
  .search_form .a_btnarea li:last-child,
  .search_form .a_btnarea li:nth-last-child(2),
  .search_form .a_btnarea li:nth-last-child(3),
  .search_form .a_btnarea li:nth-last-child(4),
  .search_form .a_btnarea li:nth-last-child(5) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .search_form .a_btnarea li {
    width: 10.5rem;
    height: 3.5rem;
    margin: 0 1rem 2rem 0;
  }
  .search_form .a_btnarea li:nth-child(3n) {
    margin-right: 0;
  }
  .search_form .a_btnarea li:last-child {
    margin-bottom: 0;
  }
}

.search_form .a_btnarea li input[type="checkbox"] {
  display: none;
}

.search_form .a_btnarea li label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  border-radius: 100vh;
  border: 5px solid #ffba47;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffba47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 600px) {
  .search_form .a_btnarea li label {
    border: 3px solid #ffba47;
  }
}

.search_form .a_btnarea li input:checked + label {
  background-color: #ffba47;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.search_form input[type="submit"] {
  width: 18rem;
  height: 4.5rem;
  background-color: #ff5b44;
  border: 3px solid #ff5b44;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  border-radius: 100vh;
}

.search_form input[type="submit"]:hover {
  background-color: #ffffff;
  color: #ff5b44;
}

@media screen and (min-width: 1025px) {
  .links .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.links .link_contents {
  width: 49%;
  height: 25rem;
  background-color: #fbfeca;
  border-radius: 50px;
  padding: 1.2rem;
}

@media screen and (max-width: 600px) {
  .links .link_contents {
    width: 100%;
    height: 23rem;
  }
}

.links .link_contents .inner {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links .link_contents .inner .link_img {
  width: 40%;
  height: 100%;
  padding-top: 1rem;
}

.links .link_contents .inner .link_img img {
  height: 100%;
  display: block;
}

.links .link_contents .inner .link_txt {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.links .link_contents .inner .link_txt p {
  text-align: center;
  color: #333333;
  margin: 1rem 0;
  line-height: 1.5;
  font-size: 1.3rem;
}

.links .link_contents .inner .link_txt button {
  width: 15rem;
  height: 3.5rem;
}

@media screen and (max-width: 600px) {
  .links .register {
    margin-bottom: 1rem;
  }
}

.links .register .inner {
  border: dashed 3px #ff5b44;
}

.links .register .inner img {
  margin-left: auto;
}

.links .register .inner .register_txt {
  padding-right: 3rem;
}

.links .register .inner .register_txt h3 {
  border-bottom: dashed 3px #ff5b44;
}

.links .register .inner .register_txt button {
  background-color: #ff5b44;
  border: 3px solid #ff5b44;
}

.links .register .inner .register_txt button:hover {
  background-color: #ffffff;
  color: #ff5b44;
}

.links .post .inner {
  border: dashed 3px #ffba47;
}

.links .post .inner .post_txt {
  padding-left: 3rem;
}

.links .post .inner .post_txt h3 {
  border-bottom: dashed 3px #ffba47;
}

.links .post .inner .post_txt button {
  background-color: #ffba47;
  border: 3px solid #ffba47;
}

.links .post .inner .post_txt button:hover {
  background-color: #ffffff;
  color: #ffba47;
}

footer {
  /*height: 5rem;*/
  background-color: #f5ff65;
}

footer .content .copy {
  text-align: center;
  margin: 0 auto;
}

footer .content .copy p {
  line-height: 5rem;
}
/*# sourceMappingURL=index.css.map */
