@charset "UTF-8";
/* base */
body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0;
  background: #f2f2f2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
}
img.sp_only {
  width: 100%;
}
img.pc_only {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  img.pc_only {
    display: none;
  }
}

ul {
  list-style: none;
}

a:link, a:visited, a:active, a:hover {
  color: #333;
  text-decoration: underline;
}
a:link:hover, a:visited:hover, a:active:hover, a:hover:hover {
  opacity: 0.8;
}

.mgt0 {
  margin-top: 0px;
}

.mgb0 {
  margin-bottom: 0px;
}

.pdt0 {
  padding-top: 0px;
}

.pdb0 {
  padding-bottom: 0px;
}

.mgt10 {
  margin-top: 10px;
}

.mgb10 {
  margin-bottom: 10px;
}

.pdt10 {
  padding-top: 10px;
}

.pdb10 {
  padding-bottom: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgb20 {
  margin-bottom: 20px;
}

.pdt20 {
  padding-top: 20px;
}

.pdb20 {
  padding-bottom: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgb30 {
  margin-bottom: 30px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb30 {
  padding-bottom: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgb40 {
  margin-bottom: 40px;
}

.pdt40 {
  padding-top: 40px;
}

.pdb40 {
  padding-bottom: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb50 {
  margin-bottom: 50px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb50 {
  padding-bottom: 50px;
}

.mgt60 {
  margin-top: 60px;
}

.mgb60 {
  margin-bottom: 60px;
}

.pdt60 {
  padding-top: 60px;
}

.pdb60 {
  padding-bottom: 60px;
}

.mgt70 {
  margin-top: 70px;
}

.mgb70 {
  margin-bottom: 70px;
}

.pdt70 {
  padding-top: 70px;
}

.pdb70 {
  padding-bottom: 70px;
}

.mgt80 {
  margin-top: 80px;
}

.mgb80 {
  margin-bottom: 80px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb80 {
  padding-bottom: 80px;
}

.mgt90 {
  margin-top: 90px;
}

.mgb90 {
  margin-bottom: 90px;
}

.pdt90 {
  padding-top: 90px;
}

.pdb90 {
  padding-bottom: 90px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb100 {
  margin-bottom: 100px;
}

.pdt100 {
  padding-top: 100px;
}

.pdb100 {
  padding-bottom: 100px;
}

.red {
  color: #e50012;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: inline-block;
  }
}

.pc_only {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

p, li {
  text-align: justify;
}

table.gray_table {
  width: 100%;
  margin-bottom: 42px;
  border-collapse: collapse;
  height: 100%;
}
table.gray_table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  table.gray_table tr:nth-child(even) {
    background-color: #fcfcfc;
  }
}
table.gray_table tr th {
  text-align: center;
  width: 20%;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  table.gray_table tr th {
    display: block;
    width: 100%;
  }
}
table.gray_table tr .th-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 20px);
  border-right: 1px solid #333;
}
@media screen and (max-width: 767px) {
  table.gray_table tr .th-border {
    border-right: none;
    border-bottom: 1px solid #333;
    width: 96%;
    margin: 0 auto;
    padding: 30px 0 10px;
  }
}
table.gray_table tr td {
  padding: 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  table.gray_table tr td {
    display: block;
    padding: 20px;
  }
}
table.gray_table tr td h5 {
  font-weight: bold;
}
table.gray_table tr td ul {
  margin-left: 20px;
}
table.gray_table tr td ul li {
  list-style-type: disc;
}

#lp_wrapper {
  background-attachment: fixed;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../img/bg-kinnoito.png);
}

/* common */
.cont-inner {
  max-width: 880px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 40px 20px;
}

[id*=-section] {
  margin-bottom: 100px;
}
[id*=-section] .center-explain-btn {
  text-align: center;
  margin-bottom: 40px;
}
[id*=-section] .bk-green-area {
  background-color: #e8efcf;
  padding: 20px;
  margin: 0 auto 20px auto;
}
[id*=-section] .text-center {
  text-align: center;
  margin-bottom: 20px;
}

.section-ttl {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 24px;
}

.section-sub-ttl h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}

[class*=-section-explain] {
  margin-bottom: 20px;
}

.font-cr-green {
  color: #a3b435;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.icon-star {
  position: relative;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.icon-star::before, .icon-star::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-star::before {
  background-image: url("../img/icon-star.webp");
  left: 0px;
}
.icon-star::after {
  background-image: url("../img/icon-star.webp");
  right: 0px;
}

.font-b {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.cont-common {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 959px) {
  .cont-common {
    margin-top: -66px;
    padding-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  .cont-common {
    margin-top: -58px;
    padding-top: 58px;
  }
}

.contact-btn {
  display: block;
  max-width: 280px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    margin: 0 auto 2em;
  }
}

.archive-btn {
  display: block;
  max-width: 280px;
  margin: 0 auto 2em;
}

/* header */
.header-area {
  position: fixed;
  width: 90%;
  background: #fff;
  padding: 15px 5%;
  z-index: 2;
}
.header-area .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-area .header-inner .header-logo {
  max-width: 360px;
}
@media screen and (max-width: 959px) {
  .header-area .header-inner .header-logo {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .header-area .header-inner .header-logo {
    width: 60%;
  }
}
.header-area .header-inner a:link, .header-area .header-inner a:visited, .header-area .header-inner a:active, .header-area .header-inner a:hover {
  text-decoration: none;
}
.header-area .header-inner .g-nav-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: bold;
}
.header-area .header-inner .g-nav-pc li.has-sub {
  position: relative;
  /* ホバー時に表示＋アニメーション */
}
.header-area .header-inner .g-nav-pc li.has-sub ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  min-width: 240px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 100;
  /* 初期状態は非表示＋下にズレている */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header-area .header-inner .g-nav-pc li.has-sub ul li a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}
.header-area .header-inner .g-nav-pc li.has-sub ul li a:hover {
  background: #f5f5f5;
}
.header-area .header-inner .g-nav-pc li.has-sub ul li.btn-outsite a {
  background: url("../img/icon-outside.webp") no-repeat 95% 50%/16px 16px;
}
.header-area .header-inner .g-nav-pc li.has-sub ul li.btn-outsite a:hover {
  background-color: #f5f5f5;
}
.header-area .header-inner .g-nav-pc li.has-sub:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 959px) {
  .header-area .header-inner .g-nav-pc {
    gap: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header-area .header-inner .g-nav-pc {
    display: none;
  }
}
.header-area .header-inner .g-nav-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-area .header-inner .g-nav-sp {
    display: block;
  }
}
.header-area .header-inner .g-nav-sp .sp-nav ul {
  padding: 45px 20px;
}
.header-area .header-inner .g-nav-sp .sp-nav ul li {
  margin-bottom: 30px;
}
.header-area .header-inner .g-nav-sp .sp-nav ul li a.btn-outsite {
  background: url("../img/icon-outside.webp") no-repeat 95% 50%/16px 16px;
}

.nav-btn {
  display: block;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.nav-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-btn.g-nav-btn1::before {
  background-image: url("../img/h-icon7.webp");
}
.nav-btn.g-nav-btn2::before {
  background-image: url("../img/h-icon1.png");
}
.nav-btn.g-nav-btn3::before {
  background-image: url("../img/h-icon2.png");
}
.nav-btn.g-nav-btn4::before {
  background-image: url("../img/h-icon6.png");
}
.nav-btn.g-nav-btn5::before {
  background-image: url("../img/h-icon4.png");
}
.nav-btn.g-nav-sub::before {
  background-image: url("../img/h-icon-sub.png");
}

.h-btn {
  max-width: 170px;
}

/* mv */
#mv .inner {
  padding-top: 80px;
}
@media screen and (max-width: 959px) {
  #mv .inner {
    padding-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  #mv .inner {
    padding-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv-inner-pc {
    display: none;
  }
}
#mv .mv-inner-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #mv .mv-inner-sp {
    display: block;
  }
}

/* concept */
#concept {
  background-color: #d1e0a0;
  padding: 45px 10% 50px;
}
@media screen and (max-width: 767px) {
  #concept {
    padding: 20px 10%;
  }
}
#concept .concept-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 959px) {
  #concept .concept-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
#concept .concept-inner .concept-l {
  width: 28%;
  max-width: 280px;
  padding-top: 20px;
}
#concept .concept-inner .concept-l .concept-story {
  text-align: center;
  line-height: 1.4;
  padding-top: 1em;
}
#concept .concept-inner .concept-l .concept-story a {
  color: #33a5cb;
}
#concept .concept-inner .concept-l .concept-story a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #24738e;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #concept .concept-inner .concept-l {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #concept .concept-inner .concept-l {
    width: 80%;
  }
}
#concept .concept-inner .concept-l .concept-ttl {
  margin-bottom: 10px;
}
#concept .concept-inner .concept-r {
  width: 68%;
}
@media screen and (max-width: 959px) {
  #concept .concept-inner .concept-r {
    width: 100%;
  }
}

/* enjoy */
.enjoy-nav {
  margin-bottom: 3em;
}
.enjoy-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .enjoy-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2em;
  }
}

#enjoy-section1 .bk-green-area h4,
#enjoy-section2 .bk-green-area h4,
#enjoy-section3 .bk-green-area h4 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #693d07;
}
@media screen and (max-width: 767px) {
  #enjoy-section1 .bk-green-area h4,
  #enjoy-section2 .bk-green-area h4,
  #enjoy-section3 .bk-green-area h4 {
    font-size: 20px;
  }
}
#enjoy-section1 .bk-green-area .section-explain,
#enjoy-section2 .bk-green-area .section-explain,
#enjoy-section3 .bk-green-area .section-explain {
  margin-bottom: 20px;
}
#enjoy-section1 .bk-green-area .more-btn,
#enjoy-section2 .bk-green-area .more-btn,
#enjoy-section3 .bk-green-area .more-btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#enjoy-section1 .bk-green-area .more-btn a,
#enjoy-section2 .bk-green-area .more-btn a,
#enjoy-section3 .bk-green-area .more-btn a {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

#enjoy-section1 {
  margin-bottom: 40px !important;
}
#enjoy-section1 .archivelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
#enjoy-section1 .archivelist li {
  background: #fff;
  width: 400px;
}
#enjoy-section1 .archivelist li .iconlist {
  padding: 8px 15px;
  text-align: center;
}
#enjoy-section1 .archivelist li .cat_anyone {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#enjoy-section1 .archivelist li .cat_general {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #e50012;
  text-align: center;
}
#enjoy-section1 .archivelist li .cat_member {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #a3b435;
  text-align: center;
}
#enjoy-section1 .archivelist li .listttl {
  padding-bottom: 8px;
  margin: 0 15px 8px;
  border-bottom: solid 1px #a3b435;
}
#enjoy-section1 .archivelist li .listtext {
  display: block;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
#enjoy-section1 .archivelist li .listtext a {
  display: block;
  color: #0074bb;
}

#enjoy-section2 {
  margin-bottom: 40px !important;
}
#enjoy-section2 .archivelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #enjoy-section2 .archivelist {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#enjoy-section2 .archivelist li {
  background: #fff;
  width: 400px;
}
#enjoy-section2 .archivelist li .iconlist {
  padding: 8px 15px;
  text-align: center;
}
#enjoy-section2 .archivelist li .cat_anyone {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#enjoy-section2 .archivelist li .cat_general {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #e50012;
  text-align: center;
}
#enjoy-section2 .archivelist li .cat_member {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #a3b435;
  text-align: center;
}
#enjoy-section2 .archivelist li .listttl {
  padding-bottom: 8px;
  margin: 0 15px 8px;
  border-bottom: solid 1px #a3b435;
}
#enjoy-section2 .archivelist li .listtext {
  display: block;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
#enjoy-section2 .archivelist li .listtext a {
  display: block;
  color: #0074bb;
}
#enjoy-section2 .archivelist li .cat_member {
  margin-bottom: 8px;
}

#enjoy-section3 .bk-white-area .inner {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#enjoy-section3 .bk-white-area .anv-thmb {
  width: 300px;
}
#enjoy-section3 .bk-white-area .anv-txt {
  width: 500px;
  padding: 20px;
}

#enjoy-section4 .section-ttl {
  max-width: 360px;
}
#enjoy-section4 .enjoy-section4_txt {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #enjoy-section4 .enjoy-section4_txt {
    font-size: 18px;
  }
}
#enjoy-section4 .pre-event-set {
  margin-bottom: 40px;
}
#enjoy-section4 .pre-event-set .pre-thumb {
  margin-bottom: 10px;
}
#enjoy-section4 .pre-event-set .pre-btn {
  margin-bottom: 10px;
  text-align: center;
}
#enjoy-section4 .pre-event-set .pre-btn img {
  max-width: 200px;
}
#enjoy-section4 .pre-event-set .pre-txt {
  margin-bottom: 10px;
}
#enjoy-section4 .pre-event-set .pre-bold {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.25em;
}
#enjoy-section4 .pre-event-set .pre-limit {
  text-align: right;
}
#enjoy-section4 .pre-event-set .pre-limit img {
  max-width: 155px;
}
#enjoy-section4 .enjoy-section4-block1 {
  margin-bottom: 20px;
}
#enjoy-section4 .enjoy-section4-block1 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #enjoy-section4 .enjoy-section4-block1 .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#enjoy-section4 .enjoy-section4-block1 .pre-event-set {
  width: 380px;
}
#enjoy-section4 .enjoy-section4-block2 {
  margin-bottom: 20px;
}
#enjoy-section4 .enjoy-section4-block2 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #enjoy-section4 .enjoy-section4-block2 .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#enjoy-section4 .enjoy-section4-block2 .pre-event-set {
  width: 400px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}
#enjoy-section4 .enjoy-section4-block2 .attention {
  line-height: 1.5em;
}
#enjoy-section4 .enjoy-section4-block2 .attention li {
  margin-bottom: 8px;
}

#enjoy-section5 .enjoy-section5-block {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #enjoy-section5 .enjoy-section5-block .br_pc {
    display: none;
  }
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #enjoy-section5 .enjoy-section5-block .enjoy-section5-block-cont {
    gap: 1rem;
    margin-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-cont li.enjoy-section5-txt {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  #enjoy-section5 .enjoy-section5-block .enjoy-section5-block-cont li.enjoy-section5-txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 550px;
  }
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-cont li.enjoy-section5-img {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  #enjoy-section5 .enjoy-section5-block .enjoy-section5-block-cont li {
    width: 100%;
  }
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-qa {
  background-color: #e8efcf;
  padding: 20px;
  margin: 0 auto 20px auto;
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  #enjoy-section5 .enjoy-section5-block .enjoy-section5-block-qa {
    margin: 0 auto 24px auto;
  }
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-qa:first-child {
  margin: 0 auto 20px auto;
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-qa h5 {
  font-size: 18px;
  font-weight: bold;
  color: #693d07;
  text-align: center;
  margin-bottom: 15px;
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-qa .enjoy-section5-block-qa-cont {
  background-color: #fff;
  padding: 10px 20px;
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-btn {
  margin-bottom: 30px;
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-btn .enjoy-section5-block-btn-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #enjoy-section5 .enjoy-section5-block .enjoy-section5-block-btn .enjoy-section5-block-btn-cont {
    gap: 1.2rem;
  }
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-btn .enjoy-section5-block-btn-cont li {
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  #enjoy-section5 .enjoy-section5-block .enjoy-section5-block-btn .enjoy-section5-block-btn-cont li {
    width: 100%;
  }
}
#enjoy-section5 .enjoy-section5-block .enjoy-section5-block-btn p {
  text-align: center;
}

/* award */
.award-nav {
  text-align: center;
  margin-bottom: 3em;
}

#award {
  /* award-common */
  /* award-nav */
  /* award-section1 */
  /* award-section2 */
  /* award-section3 */
  /* award-section4 */
}
#award .award-section2-btn {
  display: block;
  max-width: 280px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #award .award-section2-btn {
    width: 80%;
  }
}
#award h2.section-ttl {
  max-width: 360px;
}
#award .award-nav {
  padding: 0 50px;
  margin-bottom: 38px;
}
@media screen and (max-width: 959px) {
  #award .award-nav {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #award .award-nav {
    padding: 0;
  }
}
#award .award-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #award .award-nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #award .award-nav ul li {
    text-align: center;
    width: 40%;
  }
}
#award #award-section1 {
  margin-bottom: 60px;
}
#award #award-section1 .award-section1-block1 {
  margin-bottom: 40px;
}
#award #award-section1 .award-section1-block1 p {
  margin-bottom: 25px;
}
#award #award-section1 .award-section1-block1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #award #award-section1 .award-section1-block1 ul {
    gap: 5px;
  }
}
#award #award-section1 .award-section1-block2 .btn-flyer {
  text-align: center;
  margin-bottom: 2em;
}
#award #award-section1 .award-section1-block2 .award-section1-block2-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  #award #award-section1 .award-section1-block2 .award-section1-block2-pc {
    display: none;
  }
}
#award #award-section1 .award-section1-block2-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #award #award-section1 .award-section1-block2-sp {
    display: block;
    margin-bottom: 1.5em;
  }
}
#award #award-section1 .award-section1-block2-sp li {
  text-align: center;
}
#award #award-section1 .award-section1-block2-ceremony {
  text-align: right;
}
#award #award-section1 .award-section1-block2-ceremony a {
  color: #33a5cb;
}
#award #award-section1 .award-section1-block2-ceremony a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #24738e;
  opacity: 1;
}
#award #award-section2 .award-section2-block1 p {
  margin-bottom: 15px;
}
#award #award-section2 .award-section2-block1 ul {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  #award #award-section2 .award-section2-block1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
#award #award-section2 .award-section2-block1 ul li {
  max-width: 360px;
}
#award #award-section2 .award-section2-block1 .btn-entry {
  text-align: center;
  margin-bottom: 2em;
}
#award #award-section2 .award-section2-block2 {
  margin-bottom: 40px;
}
#award #award-section2 .award-section2-block2 .award-goods-txt {
  font-weight: normal;
  font-size: 0.75em;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: right;
  line-height: 1.25em;
}
@media screen and (max-width: 767px) {
  #award #award-section2 .award-section2-block2 .award-goods-txt {
    text-align: left;
  }
}
#award #award-section2 .award-section2-block2 .award-goods .award-goods-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #award #award-section2 .award-section2-block2 .award-goods .award-goods-img {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0px;
  }
}
#award #award-section2 .award-section2-block2 .award-goods .award-goods-img li {
  list-style: none;
  width: 30%;
}
@media screen and (max-width: 767px) {
  #award #award-section2 .award-section2-block2 .award-goods .award-goods-img li {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  #award #award-section2 .award-section2-block2 .award-goods .award-goods-img li img {
    max-width: 200px;
  }
}
#award #award-section2 .award-section2-block2 .award-goods .award-goods-img .award-goods-ambassador .award-goods-ambassador-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  #award #award-section2 .award-section2-block2 .award-goods .award-goods-img .award-goods-ambassador .award-goods-ambassador-img {
    max-width: 200px;
    margin: 0 auto;
  }
}
#award #award-section2 .award-section2-block2 .award-goods .award-goods-img .award-goods-ambassador .award-goods-ambassador-img .icon-star {
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  left: -18px;
  top: 143px;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  #award #award-section2 .award-section2-block2 .award-goods .award-goods-img .award-goods-ambassador .award-goods-ambassador-img .icon-star {
    font-size: 12px;
    left: -22px;
    top: 67%;
  }
}
#award #award-section2 .award-section2-block2 .award-goods .award-goods-img .award-goods-ambassador .award-goods-ambassador-img .icon-star::before, #award #award-section2 .award-section2-block2 .award-goods .award-goods-img .award-goods-ambassador .award-goods-ambassador-img .icon-star::after {
  width: 12px;
  height: 12px;
  top: 48%;
}
#award #award-section2 .award-section2-block2 .award-goods .award-goods-img .award-goods-ambassador p {
  text-align: center;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #award #award-section2 .award-section2-block2 .award-goods .award-goods-img .award-goods-ambassador p {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}
#award #award-section2 .award-section2-block2 .award-goods .award-goods-img .award-goods-ambassador p a {
  color: #33a5cb;
}
#award #award-section3 .section-sub-ttl {
  margin-bottom: 20px;
}
#award #award-section3 .award-section3-block1 h4 {
  max-width: 360px;
  margin: 0 auto 25px;
}
#award #award-section3 .award-section3-block1 ul {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #award #award-section3 .award-section3-block1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#award #award-section3 .award-section3-block1 ul li {
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  #award #award-section3 .award-section3-block1 ul li {
    margin: 0 auto;
  }
}
#award #award-section3 .award-section3-block2 {
  margin-bottom: 40px;
}
#award #award-section3 .award-section3-block3 {
  margin-bottom: 40px;
}
#award #award-section3 .award-section3-block3 .award-section3-block3-cont {
  background-color: #e8efcf;
  padding: 20px;
  margin-bottom: 20px;
}
#award #award-section3 .award-section3-block3 .award-section3-block3-cont h5 {
  font-size: 18px;
  font-weight: bold;
  color: #693d07;
}
#award #award-section3 .award-section3-block3 .award-section3-block3-cont p {
  margin-bottom: 5px;
}
#award #award-section3 .award-section3-block3 .award-section3-block3-cont ul {
  font-weight: bold;
  letter-spacing: -0.05px;
}
#award #award-section3 .award-section3-block4 {
  margin-bottom: 60px;
}
#award #award-section3 .award-section3-block4 ul {
  letter-spacing: -0.4px;
}
#award #award-section3 .award-section3-block5 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#award #award-section3 .award-section3-block5 dl dt {
  width: 15%;
}
@media screen and (max-width: 767px) {
  #award #award-section3 .award-section3-block5 dl dt {
    width: 100%;
  }
}
#award #award-section3 .award-section3-block5 dl dd {
  width: 85%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #award #award-section3 .award-section3-block5 dl dd {
    width: 100%;
    font-size: 14px;
  }
}
#award #award-section4 .award-section4-block1-ceremony {
  display: block;
  max-width: 280px;
  margin: 0 auto 60px;
  text-align: center;
}
#award #award-section4 .award-section4-block1-ceremony small {
  line-height: 1em;
}

/* news */
#news a {
  color: #33a5cb;
}
#news a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #24738e;
  opacity: 1;
}
#news .cont-inner {
  padding: 40px 40px 20px;
}
#news .cont-inner .news-txt-update {
  text-align: center;
  -webkit-transform: translateY(-26px);
          transform: translateY(-26px);
  font-size: 16px;
}
#news ul {
  margin-bottom: 40px;
}
#news ul li {
  border-bottom: 1px solid #dedede;
  padding: 20px 5px;
}
#news ul li:first-child {
  border-top: 1px solid #dedede;
}
#news ul li .news-date {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #808080;
  padding-left: 20px;
  position: relative;
}
#news ul li .news-date::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/news-date-icon.png");
}
#news ul li .news-txt {
  font-weight: bold;
}

/* result */
#result .cont-inner {
  padding: 40px 40px 20px;
}
#result .cont-inner .result-section {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #result .cont-inner .result-section img {
    width: 100%;
    max-width: 768px;
  }
}
#result .cont-inner .result-section .result-section-block1 .font-cr-green .span-font-24px {
  font-size: 24px;
}
#result .cont-inner .result-section .result-section-block1 .result-section-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 10px 0px 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  #result .cont-inner .result-section .result-section-block1 .result-section-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#result .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-l {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #result .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-l {
    width: 100%;
  }
}
#result .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r {
  width: 65%;
}
@media screen and (max-width: 767px) {
  #result .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r {
    width: 100%;
  }
}
#result .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r div {
  margin-bottom: 2em;
}
#result .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r div:last-child {
  margin-bottom: 0px;
}
#result .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r .result-section-block1-txt1 p {
  font-size: 24px;
  font-weight: bold;
}
#result .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r .result-section-block1-txt2 p {
  font-size: 21px;
  font-weight: bold;
}
#result .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r .result-section-block1-txt2 p span {
  font-size: 16px;
  font-weight: normal;
}
#result .cont-inner .result-section .result-section-block2 .font-cr-green .span-font-24px {
  font-size: 24px;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #result .cont-inner .result-section .result-section-block2 .result-section-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block {
  width: 33%;
  background-color: #e8efcf;
  width: calc(50% - 0.5rem);
  height: auto;
}
@media screen and (max-width: 767px) {
  #result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block {
    width: 100%;
  }
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .font-cr-green {
  margin-bottom: 0.2rem;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt {
  padding: 1rem;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt div {
  margin-bottom: 1rem;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt1 p {
  font-size: 20px;
  font-weight: bold;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt2 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt2 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt2 p span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt3 p {
  font-size: 12px;
  line-height: 1.2rem;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 {
  width: 33%;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 div {
  margin-bottom: 2em;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 div:last-child {
  margin-bottom: 0px;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 .result-section-block1-txt1 p {
  font-size: 24px;
  font-weight: bold;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 .result-section-block1-txt2 p {
  font-size: 16px;
  font-weight: bold;
}
#result .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 .result-section-block1-txt2 p span {
  font-size: 12px;
  font-weight: normal;
}
#result .cont-inner .result-section .result-section-block3 .result-section-block-inner {
  padding: 0px 0px 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
#result .cont-inner .result-section .result-section-block3 img {
  max-width: 302px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #result .cont-inner .result-section .result-section-block3 img {
    width: 100%;
    max-width: 768px;
  }
}
#result .cont-inner .result-section .result-section-block3 .result-table {
  text-align: left;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #result .cont-inner .result-section .result-section-block3 .result-table {
    display: none;
  }
}
#result .cont-inner .result-section .result-section-block3 .result-table th {
  font-size: 18px;
  font-weight: bold;
  background-color: #ebebeb;
  border: solid 1px #dedede;
  padding: 10px 20px;
}
#result .cont-inner .result-section .result-section-block3 .result-table td {
  border: solid 1px #dedede;
  padding: 10px 20px;
  vertical-align: top;
}
#result .cont-inner .result-section .result-section-block3 .result-table .td-txt1 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}
#result .cont-inner .result-section .result-section-block3 .result-table .td-txt2 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}
#result .cont-inner .result-section .result-section-block3 .result-table .td-txt2 span {
  font-size: 12px;
  line-height: 1.2rem;
  font-weight: normal;
}
#result .cont-inner .result-section .result-section-block3 .result-table .td-txt3 {
  width: 30%;
  font-size: 12px;
  line-height: 1.2rem;
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp {
  background-color: #ebebeb;
  padding: 1rem;
  display: none;
}
@media screen and (max-width: 767px) {
  #result .cont-inner .result-section .result-section-block3 .result-table-sp {
    display: block;
  }
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp .font-cr-green {
  margin-bottom: 0.2rem;
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt1 {
  margin-bottom: 1rem;
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt1 p {
  font-size: 20px;
  font-weight: bold;
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt2 {
  margin-bottom: 1rem;
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt2 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt2 p span {
  font-size: 12px;
  line-height: 1.2rem;
  font-weight: normal;
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt3 {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #333;
  padding-bottom: 2.5rem;
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt3:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
#result .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt3 p {
  font-size: 12px;
  line-height: 1.2rem;
}

/* present */
#present .present-section-explain {
  margin-bottom: 20px;
}
#present .present-section-explain a {
  color: #33a5cb;
  font-weight: bold;
}
#present .present-section-explain a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #24738e;
  opacity: 1;
}
#present .present-section-explain-btn {
  text-align: center;
  margin-bottom: 40px;
}
#present .present-section1-block {
  margin-bottom: 30px;
}
#present .present-section1-block .present-section1-block-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #present .present-section1-block .present-section1-block-cont {
    gap: 1rem;
  }
}
#present .present-section1-block .present-section1-block-cont li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #present .present-section1-block .present-section1-block-cont li {
    width: 100%;
  }
}
#present .present-section1-block .present-section1-block-cont.line img {
  border: solid #cacaca 2px;
}
#present .present-section1-block .present-section1-block-cont.line li {
  width: 33%;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  #present .present-section1-block .present-section1-block-cont.line li {
    width: 100%;
    max-width: unset;
  }
}

/* method */
#method .section-ttl {
  max-width: 360px;
}
#method .method-section-explain {
  margin-bottom: 40px;
}
#method .method-section-explain a {
  color: #33a5cb;
}
#method .method-section-explain a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #24738e;
  opacity: 1;
}
#method .cont-inner {
  padding: 40px 40px 20px;
}
#method .cont-inner #method-section1 {
  margin-bottom: 60px;
}
#method .cont-inner #method-section1 .method-section1-block .font-cr-green .span-font-24px {
  font-size: 24px;
}
#method .cont-inner #method-section1 .method-section1-block .method-section1-block-cont {
  background-color: #e8efcf;
  padding: 20px;
  margin-bottom: 40px;
}
#method .cont-inner #method-section1 .method-section1-block .method-section1-block-cont h5 {
  font-size: 18px;
  font-weight: bold;
  color: #693d07;
}
#method .cont-inner #method-section1 .method-section1-block .method-section1-block-cont ul {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.05px;
}
#method .cont-inner #method-section1 .method-section1-block .method-section1-block-cont ul p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.05px;
}
#method .cont-inner #method-section1 .method-section1-block .method-section1-block-cont .method-section1-img {
  display: inline-block;
  max-width: 363px;
  margin: 15px 0;
}
#method .cont-inner #method-section2 .method-section2-block1 {
  margin-bottom: 30px;
}
#method .cont-inner #method-section2 .method-section2-block1 ul li {
  list-style: inside;
  margin-left: 1.6em;
  text-indent: -1.4em;
}
#method .cont-inner #method-section2 .method-section2-block2 .method-info {
  background-color: #e8efcf;
  padding: 20px;
  margin: 0 auto 40px auto;
  max-width: 510px;
}
#method .cont-inner #method-section2 .method-section2-block2 .method-info:first-child {
  margin: 0 auto 20px auto;
}
#method .cont-inner #method-section2 .method-section2-block2 .method-info h5 {
  font-size: 18px;
  font-weight: bold;
  color: #693d07;
  text-align: center;
  margin-bottom: 15px;
}
#method .cont-inner #method-section2 .method-section2-block2 .method-info .method-info-cont {
  background-color: #fff;
  padding: 10px 20px;
}
#method .cont-inner #method-section2 .method-section2-block2 .method-info .method-info-cont .method-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #method .cont-inner #method-section2 .method-section2-block2 .method-info .method-info-cont .method-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#method .cont-inner #method-section2 .method-section2-block2 .method-info .method-info-cont .method-info-block:last-child {
  margin-bottom: 0px;
}
#method .cont-inner #method-section2 .method-section2-block2 .method-info .method-info-cont .method-info-block dt {
  text-align: center;
  width: 30%;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #method .cont-inner #method-section2 .method-section2-block2 .method-info .method-info-cont .method-info-block dt {
    width: 100%;
    border-bottom: 1px solid #333;
  }
}
#method .cont-inner #method-section2 .method-section2-block2 .method-info .method-info-cont .method-info-block .method-info-block-dd {
  padding-left: 10px;
  border-left: 1px solid #333;
}
@media screen and (max-width: 767px) {
  #method .cont-inner #method-section2 .method-section2-block2 .method-info .method-info-cont .method-info-block .method-info-block-dd {
    border-left: none;
    padding-left: 0px;
    text-align: center;
    font-size: 14px;
  }
}
#method .cont-inner #method-section2 .method-section2-block2 .method-info .method-info-cont .contact-btn {
  margin: 15px auto;
}
#method .method-section2-img1-pc {
  display: block;
  max-width: 680px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #method .method-section2-img1-pc {
    display: none;
  }
}
#method .method-section2-img1-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #method .method-section2-img1-sp {
    display: block;
    max-width: 295px;
    margin: 0 auto 30px;
  }
}
#method .method-section2-img2 {
  max-width: 755px;
  margin: 0 auto 10px;
}

/* sample */
#sample .cont-inner {
  padding: 40px 40px 20px;
}
#sample .cont-inner .result-section {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #sample .cont-inner .result-section img {
    width: 100%;
    max-width: 768px;
  }
}
#sample .cont-inner .result-section .result-section-block1 .font-cr-green .span-font-24px {
  font-size: 24px;
}
#sample .cont-inner .result-section .result-section-block1 .result-section-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 10px 0px 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  #sample .cont-inner .result-section .result-section-block1 .result-section-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sample .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-l {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #sample .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-l {
    width: 100%;
  }
}
#sample .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r {
  width: 65%;
}
@media screen and (max-width: 767px) {
  #sample .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r {
    width: 100%;
  }
}
#sample .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r div {
  margin-bottom: 2em;
}
#sample .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r div:last-child {
  margin-bottom: 0px;
}
#sample .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r .result-section-block1-txt1 p {
  font-size: 24px;
  font-weight: bold;
}
#sample .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r .result-section-block1-txt2 p {
  font-size: 21px;
  font-weight: bold;
}
#sample .cont-inner .result-section .result-section-block1 .result-section-block-inner .result-section-block1-r .result-section-block1-txt2 p span {
  font-size: 16px;
  font-weight: normal;
}
#sample .cont-inner .result-section .result-section-block2 .font-cr-green .span-font-24px {
  font-size: 24px;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0px 40px;
}
@media screen and (max-width: 767px) {
  #sample .cont-inner .result-section .result-section-block2 .result-section-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block {
  width: 33%;
  background-color: #e8efcf;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block {
    width: 100%;
  }
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .font-cr-green {
  margin-bottom: 0.2rem;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt {
  padding: 1rem;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt div {
  margin-bottom: 1rem;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt1 p {
  font-size: 20px;
  font-weight: bold;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt2 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt2 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt2 p span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2-block .result-section-block2-txt .result-section-block2-txt3 p {
  font-size: 12px;
  line-height: 1.2rem;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 {
  width: 33%;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 div {
  margin-bottom: 2em;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 div:last-child {
  margin-bottom: 0px;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 .result-section-block1-txt1 p {
  font-size: 24px;
  font-weight: bold;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 .result-section-block1-txt2 p {
  font-size: 16px;
  font-weight: bold;
}
#sample .cont-inner .result-section .result-section-block2 .result-section-block-inner .result-section-block2 .result-section-block1-txt2 p span {
  font-size: 12px;
  font-weight: normal;
}
#sample .cont-inner .result-section .result-section-block3 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede;
}
#sample .cont-inner .result-section .result-section-block3 img {
  max-width: 284px;
}
@media screen and (max-width: 767px) {
  #sample .cont-inner .result-section .result-section-block3 img {
    width: 100%;
    max-width: 768px;
  }
}
#sample .cont-inner .result-section .result-section-block3 .result-table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #sample .cont-inner .result-section .result-section-block3 .result-table {
    display: none;
  }
}
#sample .cont-inner .result-section .result-section-block3 .result-table th {
  font-size: 18px;
  font-weight: bold;
  background-color: #ebebeb;
  border: solid 1px #dedede;
  padding: 10px 20px;
}
#sample .cont-inner .result-section .result-section-block3 .result-table td {
  border: solid 1px #dedede;
  padding: 10px 20px;
  vertical-align: top;
}
#sample .cont-inner .result-section .result-section-block3 .result-table .td-txt1 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}
#sample .cont-inner .result-section .result-section-block3 .result-table .td-txt2 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}
#sample .cont-inner .result-section .result-section-block3 .result-table .td-txt2 span {
  font-size: 12px;
  line-height: 1.2rem;
  font-weight: normal;
}
#sample .cont-inner .result-section .result-section-block3 .result-table .td-txt3 {
  width: 30%;
  font-size: 12px;
  line-height: 1.2rem;
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp {
  background-color: #ebebeb;
  padding: 1rem;
  display: none;
}
@media screen and (max-width: 767px) {
  #sample .cont-inner .result-section .result-section-block3 .result-table-sp {
    display: block;
  }
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp .font-cr-green {
  margin-bottom: 0.2rem;
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt1 {
  margin-bottom: 1rem;
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt1 p {
  font-size: 20px;
  font-weight: bold;
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt2 {
  margin-bottom: 1rem;
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt2 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt2 p span {
  font-size: 12px;
  line-height: 1.2rem;
  font-weight: normal;
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt3 {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #333;
  padding-bottom: 2.5rem;
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt3:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
#sample .cont-inner .result-section .result-section-block3 .result-table-sp .result-table-sp-txt3 p {
  font-size: 12px;
  line-height: 1.2rem;
}

/* footer直前画像 */
.before-footer-img {
  max-width: 755px;
  margin: 0 auto 10px;
}

/* footer */
.footer-area {
  background-color: #0074bb;
}
.footer-area .footer-inner {
  padding: 40px 0 30px;
}
.footer-area .footer-inner .footer-credit .footer-logo {
  margin: 0 auto 40px;
  max-width: 180px;
}
.footer-area .footer-inner .footer-credit .footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .footer-area .footer-inner .footer-credit .footer-info {
    padding: 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer-area .footer-inner .footer-credit .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer-area .footer-inner .footer-credit .footer-info .footer-info-l {
    margin: 0 auto;
  }
}
.footer-area .footer-inner .footer-credit .footer-info .footer-info-l h2 {
  font-size: 21px;
  font-weight: bold;
  background-color: #fff;
  line-height: 80px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  letter-spacing: 3px;
}
.footer-area .footer-inner .footer-credit .footer-info .footer-info-r {
  color: #fff;
}
.footer-area .footer-inner .footer-credit .footer-info .footer-info-r h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .footer-area .footer-inner .footer-credit .footer-info .footer-info-r h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .footer-area .footer-inner .footer-credit .footer-info .footer-info-r h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .footer-area .footer-inner .footer-credit .footer-info .footer-info-r p {
    font-size: 14px;
  }
}
.footer-area .footer-inner .btn-backnumber {
  max-width: 800px;
  margin: 0 auto;
}
.footer-area .footer-inner .btn-backnumber .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-inner .btn-backnumber .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-area .footer-inner .btn-backnumber .inner .archive-btn {
  max-width: 240px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-inner .btn-backnumber .inner .archive-btn {
    margin: 0 auto;
  }
}
.footer-area .footer-inner .copyright {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
}

/***追従する応募するボタン***/
#fixed-contact-btn {
  position: fixed;
  right: -10px;
  bottom: 420px;
  width: 80px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #fixed-contact-btn {
    display: none;
  }
}

/***追従する応募するボタンここまで***/
/***追従するトップへ戻るボタン***/
#fixed-up-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 80px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #fixed-up-btn {
    display: none;
  }
}

/***トップへ戻るボタンここまで***/
/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 40px;
  height: 3px;
  right: 0;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 5px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 32px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

/* モーダル表示 */
.modal {
  width: 80%;
  height: 80%;
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  z-index: 200;
  overflow: scroll;
}

.modal .modal-inner {
  position: relative;
  padding: 60px 1.5em 1.5em;
  text-align: center;
}
.modal .modal-inner .modal-mv {
  margin-bottom: 2em;
}
.modal .modal-inner .modal-mv img {
  width: 100%;
}
.modal .modal-inner .modal-btn {
  margin-top: 2em;
}

.modal-close__wrap {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 300;
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.3;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}/*# sourceMappingURL=style.css.map */