@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, q:before, blockquote:after, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
}
html.noscroll {
  overflow: hidden;
}
body {
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #6d6d77;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #cec62c;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  word-break: break-all;
}
a:hover {
  opacity: 0.7;
}
img {
  vertical-align: middle;
  width: 100%;
}
strong, b {
  font-weight: bold;
}
img {
  width: 100%;
  max-width: 100%;
}
.l-header {
  padding: 20px;
}
.l-header__logo {
  max-width: 96px;
}
.l-header__logo img {
  width: 100%;
}
.l-header__navinner {
  max-width: 1100px;
  margin: 0 auto;
}
.l-header__navinner ul {
  position: absolute;
  margin-top: 60px;
}
.l-header__navinner ul a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4rem;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.2;
}
.l-header__navinner ul a span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  margin-left: 37px;
}
.l-header__navinner ul li {
  margin-bottom: 30px;
}
.l-header__navinner ul li:nth-child(3) a span {
  margin-left: 24px;
}
.l-header__navinner ul li:nth-child(4) a span {
  margin-left: 39px;
}
.l-header .sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .sns-group > a {
  margin-right: 30px;
}
.l-header .l-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header__navinner ul {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .l-header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    width: 100%;
    z-index: 200;
  }
  .l-header .l-wrapper {
    padding: 15px;
    position: relative;
  }
  .l-header__nav {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav.is-open {
    display: block;
  }
  .l-header__navinner {
    padding: 20px;
    height: 100vh;
  }
  .l-header__navinner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .l-header__navinner ul .anchor {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .l-header__navinner ul .nav-btn {
    display: block;
    margin-left: 0;
  }
  .l-header__navinner ul .nav-btn > a {
    margin-bottom: 5px;
  }
}
.l-footer {
  background-color: #fff;
  padding: 100px 0 46px;
}
.l-footer .sns-group {
  text-align: center;
  margin-bottom: 100px;
}
.l-footer .sns-group a {
  font-size: 4rem;
  margin-right: 50px;
}
.l-footer .sns-group a:last-child {
  margin-right: 0;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__bottom p {
  font-size: 1.4rem;
  font-weight: normal;
}
.l-footer__bottom p .text-link {
  margin-right: 30px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__bottom p .text-link {
    margin-right: 0;
    display: block;
  }
}
.l-footer__logo {
  width: 95px;
}
.l-container {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .l-container {
    padding: 0 15px;
  }
}
.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-column > * {
  display: block;
}
.l-column.col-2 > * {
  width: calc(50% - 5px);
}
.l-column.col-3 > * {
  width: calc(33.333% - 16.666px);
}
.l-column.col-4 > * {
  width: calc(25% - 11.25px);
}
.l-column.col-5 > * {
  width: calc(20% - 12px);
}
@media screen and (min-width: 768px) {
  .l-column.col-2 > * {
    width: calc(50% - 10px);
  }
  .l-column.col-3 > * {
    width: calc(33.333% - 15px);
  }
  .l-column.col-4 > * {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 767.98px) {
  .l-column .figure {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-column.col-2,   .l-column.col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .l-column.col-2 > *,   .l-column.col-3 > * {
    width: auto;
  }
  .l-column.col-4 > * {
    width: calc(50% - 10px);
  }
  .l-column.col-5 > * {
    width: calc(33.333% - 16.666px);
  }
}
.js-toggle-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.js-toggle-menu .line-1, .js-toggle-menu .line-2 {
  background-color: #6d6d77;
  display: block;
  width: 22px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
}
.js-toggle-menu .line-1 {
  margin-bottom: 6px;
  width: 30px;
}
.js-toggle-menu .menu-ttl {
  margin-left: 10px;
}
.js-toggle-menu .menu-ttl::after {
  content: "MENU";
  font-size: 1.6rem;
  font-family: 'Josefin Sans', sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-toggle-menu.is-active {
  z-index: 110;
}
.js-toggle-menu.is-active .line-1 {
  background-color: #fff;
  -webkit-transform: translateY(6px) translateX(2px) rotate(30deg);
          transform: translateY(6px) translateX(2px) rotate(30deg);
}
.js-toggle-menu.is-active .line-2 {
  background-color: #fff;
  -webkit-transform: translateY(-2px) translateX(2px) rotate(-30deg);
          transform: translateY(-2px) translateX(2px) rotate(-30deg);
  width: 30px;
}
.js-toggle-menu.is-active .menu-ttl::after {
  color: #fff;
}
.l-header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #6d6d77;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 100;
}
.l-header__nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header__nav .l-header__logo {
  padding: 20px;
}
.hdg-1 {
  color: #cec62c;
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}
.ttl {
  font-size: 2.4rem;
  margin-bottom: 100px;
  text-align: center;
}
.hdg-2 {
  color: #fff;
  font-size: 2rem;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.hdg-3 {
  margin-bottom: 40px;
  text-align: center;
}
.hdg-3 b {
  color: #cec62c;
  display: block;
  font-size: 3rem;
  margin-bottom: 10px;
}
.hdg-3 span {
  color: #c7c7c7;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .ttl {
    margin-bottom: 50px;
  }
}
.txt {
  font-size: 1.8rem;
}
.text-link {
  font-weight: normal;
  text-decoration: underline;
}
.btn-1 {
  background: #cec62c;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
          box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  color: #fff;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 60px;
  height: 60px;
  width: 200px;
  padding: 0;
  text-shadow: inherit;
}
.btn-1:hover {
  background: #cec62c;
  box-shadow: inherit;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .fl-l {
    float: left !important;
    margin-right: 20px;
  }
  .fl-r {
    float: right !important;
    margin-left: 20px;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .clear {
    clear: both;
  }
}
.ta-c {
  text-align: center !important;
}
.ta-r {
  text-align: right !important;
}
.ta-l {
  text-align: left !important;
}
.fs-12 {
  font-size: 1.2rem !important;
}
.fs-14 {
  font-size: 1.2rem !important;
}
.fs-16 {
  font-size: 1.4rem !important;
}
.fs-20 {
  font-size: 1.4rem !important;
}
.fs-22 {
  font-size: 1.8rem !important;
}
.fs-24 {
  font-size: 1.8rem !important;
}
.fs-26 {
  font-size: 2rem !important;
}
.fs-28 {
  font-size: 2rem !important;
}
.fs-30 {
  font-size: 2.2rem !important;
}
.fs-40 {
  font-size: 3.2rem !important;
}
.fw-bold {
  font-weight: bold !important;
}
.fw-normal {
  font-weight: normal !important;
}
@media screen and (min-width: 768px) {
  .fs-12 {
    font-size: 1.2rem !important;
  }
  .fs-14 {
    font-size: 1.4rem !important;
  }
  .fs-16 {
    font-size: 1.6rem !important;
  }
  .fs-18 {
    font-size: 1.8rem !important;
  }
  .fs-20 {
    font-size: 2rem !important;
  }
  .fs-26 {
    font-size: 2.6rem !important;
  }
  .fs-28 {
    font-size: 2.8rem !important;
  }
  .fs-30 {
    font-size: 3rem !important;
  }
  .fs-40 {
    font-size: 4rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  .ta-c__sp {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block !important;
  }
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
}
.disc li {
  font-size: 1.6rem;
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}
.disc li::before {
  content: "";
  background-color: #cec62c;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
}
.tbl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.tbl tr {
  border-bottom: 1px solid #fff;
}
.tbl th {
  text-align: left;
}
.tbl td {
  font-weight: normal;
}
.tbl th, .tbl td {
  font-size: 1.6rem;
  padding: 20px 0;
}
@media screen and (max-width: 767.98px) {
  .tbl th {
    padding-bottom: 0;
  }
  .tbl th,   .tbl td {
    display: block;
  }
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}

.annotation{
	font-size: 1.6rem;
	font-weight: normal;
}