@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=GFS+Neohellenic:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=GFS+Neohellenic:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 701px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 0.14vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #111111;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.6;
  letter-spacing: 0.07em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.u-inner {
  max-width: 1030px;
  margin: 0 auto;
}

.u-inner1 {
  max-width: 1290px;
  margin: 0 auto;
}

.u-inner2 {
  max-width: 1174px;
  margin: 0 auto;
}

.u-inner3 {
  max-width: 733px;
  margin: 0 auto;
}

.subFv {
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(242, 242, 242)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
  padding: 145px 0 55px;
}
.subFv_en {
  font-size: 62px;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
}
.subFv_jp {
  font-size: 34px;
  font-weight: 600;
  color: black;
  font-family: "Yu Mincho", sans-serif;
}
.subFv .row {
  font-size: 14px;
  color: black;
  margin-top: 65px;
}
.subFv .row_top {
  margin-right: 74px;
  color: black;
}
.subFv .row_top span {
  position: relative;
}
.subFv .row_top span::after {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #B5B5B5;
  position: absolute;
  right: -55px;
  top: 50%;
}

.c-ttl_en {
  font-size: 46px;
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  color: #5D7D12;
}
.c-ttl_jp {
  font-size: 18px;
  font-family: "Yu Mincho", sans-serif;
  text-align: center;
}

.c-btn {
  background-color: #5D7D12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 202px;
  height: 46px;
  border-radius: 40px;
  color: white;
  position: relative;
}
.c-btn .icon {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 20px;
}
.header_menu_link {
  font-size: 16px;
  margin-right: 56px;
}
.header_menu_link.active {
  width: 120px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-color: #5D7D12;
  border-radius: 5px;
}
.header_menu_link:nth-child(5) {
  margin-right: 45px;
}
.header .other .register {
  background-color: #BDD071;
  color: white;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 136px;
  height: 42px;
  border-radius: 40px;
  margin-right: 22px;
}
.header .other .register span:first-child {
  margin-right: 8px;
}
.header .other .contact {
  background-color: #5D7D12;
  color: white;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 175px;
  height: 42px;
  border-radius: 40px;
}
.header .other .contact span:first-child {
  margin-right: 8px;
}
.header #MenuButton {
  display: none;
}

.footer {
  background-color: #5D7D12;
  padding: 57px 0 26px;
}
.footer_menu {
  max-width: 780px;
  margin: 57px auto 24px;
}
.footer_menu_link {
  color: white;
  margin-right: 86px;
  margin-bottom: 28px;
}
.footer_menu_link:nth-child(5) {
  margin-right: unset;
}
.footer_menu_link:last-child {
  margin-right: unset;
}
.footer_copyright {
  color: white;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 1340px) {
  .u-inner1 {
    width: 88%;
  }
  .subFv_en {
    font-size: 40px;
  }
  .subFv_jp {
    font-size: 20px;
  }
  .header_menu_link {
    margin-right: 20px;
  }
  .header_menu_link:nth-child(5) {
    margin-right: 20px;
  }
}
@media (max-width: 1240px) {
  .u-inner2 {
    width: 88%;
  }
}
@media (max-width: 1180px) {
  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_menu_link {
    display: none;
  }
  .header_menu_link.active {
    display: none;
  }
  .header .other .contact {
    margin-right: 20px;
  }
  .header #MenuButton {
    position: relative;
    display: block;
    top: unset;
    right: unset;
  }
  .header #MenuButton .bar {
    margin-left: auto;
  }
}
@media (max-width: 1080px) {
  .u-inner {
    width: 88%;
  }
}
@media (max-width: 800px) {
  .u-inner3 {
    width: 88%;
  }
  .footer_menu {
    width: 88%;
  }
}
@media (max-width: 768px) {
  .c-ttl_en {
    font-size: 24px;
  }
  .c-ttl_jp {
    font-size: 16px;
  }
  .footer_menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_menu_link {
    margin-right: unset;
    width: 50%;
  }
  .footer_menu_link:nth-child(6) {
    width: 100%;
  }
  .footer_copyright {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .header .other .register,
  .header .other .contact {
    display: none;
  }
}
#top .fv {
  padding: 187px 0 150px;
}
#top .fv .item {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  color: white;
}
#top .fv .item_txt {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: bold;
}
#top .fv .item_ttl {
  font-family: "Yu Mincho", sans-serif;
  font-size: 71px;
  font-weight: 500;
  margin-top: 54px;
}
#top .fv_bg {
  position: absolute;
}
#top .project {
  background-color: #F4F5F7;
  padding: 66px 0 72px;
}
#top .project .item {
  margin-top: 35px;
}
#top .project .item_txt {
  text-align: center;
}
#top .project .item .box {
  max-width: 328px;
  width: 32%;
  background-color: white;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: 28px;
}
#top .project .item .area {
  padding: 15px 12px 24px;
}
#top .project .item .area_ttl {
  text-align: center;
  font-family: "Yu Mincho", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
#top .project .item .area_txt {
  margin-top: 8px;
}
#top .release {
  padding: 61px 0 76px;
}
#top .release .item {
  margin-top: 30px;
}
#top .release .item_txt {
  text-align: center;
}
#top .release .item .box {
  margin-top: 50px;
}
#top .release .item .box_row {
  border-bottom: 1px solid #BDD071;
  padding: 25px 15px;
}
#top .release .item .box_row:first-child {
  border-top: 1px solid #BDD071;
}
#top .release .item .box_date {
  color: #5D7D12;
  min-width: 115px;
}
#top .release .item .box_btn {
  margin-top: 50px;
}
#top .release .item .area {
  width: 100%;
}
#top .profile {
  background: url(../img/top/profile_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0 80px;
}
#top .profile .item {
  margin-top: 35px;
}
#top .profile .item_txt {
  text-align: center;
}
#top .profile .item .box {
  margin-top: 20px;
}
#top .profile .item .box_category {
  min-width: 130px;
  padding: 20px 9px;
  border-bottom: 1px solid #BDD071;
}
#top .profile .item .box_txt {
  padding: 20px 9px;
  border-bottom: 1px solid #B4B4B4;
  margin-left: 4px;
  width: calc(100% - 134px);
}
#top .access {
  padding: 94px 0 80px;
}
#top .access .item {
  margin-top: 46px;
}
#top .access .item iframe {
  width: 50%;
  border-radius: 15px;
}
#top .access .item .area {
  max-width: 514px;
  width: 47%;
}
#top .access .item .area_row {
  margin-top: 30px;
}
#top .access .item .area_category {
  padding-bottom: 12px;
  border-bottom: 1px solid #BDD071;
  min-width: 77px;
}
#top .access .item .area_content {
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 12px;
  width: calc(100% - 85px);
}
#top .news {
  background-color: #FBFBFB;
  padding: 75px 0;
}
#top .news .item {
  margin-top: 50px;
}
#top .news .item .box {
  border-bottom: 1px solid #DBDBDB;
  padding: 22px 15px;
}
#top .news .item .box:first-child {
  border-top: 1px solid #DBDBDB;
}
#top .news .item .box .left {
  min-width: 130px;
}
#top .news .item .box .left_en {
  font-size: 13px;
  font-weight: 300;
}
#top .news .item .box .left_num {
  font-size: 39px;
  font-weight: 200;
  line-height: 1;
}
#top .news .item .box .area_date {
  font-size: 12px;
  margin-right: 11px;
}
#top .news .item .box .area_category span {
  color: white;
  font-size: 12px;
  line-height: 1;
  background-color: #5D7D12;
  border-radius: 10px;
  padding: 2px 7px 3px;
  font-weight: 300;
}
#top .news .item .box .area_txt {
  margin-top: 8px;
  line-height: 1.875;
}

@media (max-width: 1340px) {
  #top .fv .item_txt {
    font-size: 40px;
  }
  #top .fv .item_ttl {
    font-size: 50px;
  }
  #top .fv_bg img {
    width: 700px;
  }
}
@media (max-width: 840px) {
  #top .fv .item_txt {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #top .fv {
    padding: 100px 0 80px;
  }
  #top .fv .item {
    width: 88%;
  }
  #top .fv .item_ttl {
    font-size: 28px;
  }
  #top .fv_bg img {
    width: 100%;
  }
  #top .project .item .wrap {
    -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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top .project .item .box {
    width: 100%;
  }
  #top .release .item .box_row {
    -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: flex-start;
    padding: 15px 0px;
  }
  #top .release .item .box_icon {
    min-width: 25px;
    margin-left: 15px;
  }
  #top .profile .item .box_category {
    min-width: 100px;
  }
  #top .access {
    padding: 70px 0;
  }
  #top .access .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
  #top .access .item iframe {
    width: 100%;
    height: 250px;
  }
  #top .access .item .area {
    width: 100%;
    max-width: unset;
    margin-top: 20px;
  }
  #top .news .item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  #top .news .item .box .left {
    min-width: unset;
    margin-bottom: 15px;
  }
}
#director .txtArea {
  padding: 73px 0 79px;
}
#director .txtArea_ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #5D7D12;
  font-family: "Yu Mincho", sans-serif;
}
#director .txtArea_txt {
  margin-top: 25px;
  line-height: 1.875;
}
#director .member {
  background-color: #F4F5F7;
  padding: 62px 0;
}
#director .member .item {
  margin-top: 55px;
}
#director .member .item .box {
  max-width: 286px;
  width: 32%;
  margin-bottom: 63px;
}
#director .member .item .box_en {
  font-size: 40px;
  font-family: "GFS Neohellenic", sans-serif;
  letter-spacing: 0;
}
#director .member .item .box_pos {
  font-family: "Abhaya Libre", serif;
  font-size: 20px;
  color: #5D7D12;
}
#director .member .item .box_name {
  font-size: 25px;
  font-weight: 400;
  font-family: "Yu Mincho", sans-serif;
  margin: 10px 0;
}
#director .member .item .box_txt {
  line-height: 1.875;
}
#director .member .item .box:nth-child(3n+2) {
  margin-top: 86px;
}
#director .member .item .box:nth-child(3n) {
  margin-top: 46px;
}
#director .member.reset {
  background-color: white;
}
#director .member.reset .item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#director .member.reset .item .box {
  max-width: 289px;
  width: 29%;
  margin-right: 6.5%;
}
#director .member.reset .item .box:nth-child(3n+2) {
  margin-top: 0;
}
#director .member.reset .item .box:nth-child(3n) {
  margin-top: 0;
  margin-right: unset;
}
#director .member.reset .item .box:last-child {
  margin-right: unset;
}
#director .secretary {
  padding-bottom: 110px;
}
#director .secretary .item {
  margin-top: 55px;
}
#director .secretary .item_img {
  width: 45%;
  max-width: 451px;
}
#director .secretary .item .area {
  width: 51%;
  max-width: 514px;
  margin-top: 20px;
}
#director .secretary .item .area_en {
  font-size: 40px;
  font-family: "GFS Neohellenic", sans-serif;
}
#director .secretary .item .area_pos {
  color: #5D7D12;
  font-size: 20px;
}
#director .secretary .item .area_ttl {
  font-size: 25px;
  font-family: "Yu Mincho", sans-serif;
  margin-top: 8px;
}
#director .secretary .item .area_txt {
  margin-top: 20px;
}

@media (max-width: 768px) {
  #director .txtArea_ttl {
    font-size: 20px;
  }
  #director .member .item .box {
    width: 48%;
  }
  #director .member .item .box_en {
    font-size: 24px;
  }
  #director .member .item .box_pos {
    font-size: 16px;
  }
  #director .member .item .box_name {
    font-size: 20px;
  }
  #director .member .item .box_txt {
    font-size: 14px;
  }
  #director .member.reset .item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #director .member.reset .item .box {
    width: 48%;
    margin-right: unset;
  }
  #director .secretary .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #director .secretary .item_img {
    width: 100%;
  }
  #director .secretary .item .area {
    width: 100%;
    max-width: unset;
  }
}
#project .project {
  padding: 42px 0 211px;
}
#project .project_lead {
  text-align: center;
  margin-bottom: 75px;
}
#project .project .item {
  position: relative;
  z-index: 0;
  margin-bottom: 235px;
}
#project .project .item::before {
  content: "";
  width: 58%;
  max-width: 1111px;
  height: 110%;
  position: absolute;
  top: 82px;
  right: 0;
  background-color: #F4F9F1;
  z-index: -1;
  border-radius: 15px 0 0 15px;
}
#project .project .item.left::before {
  content: "";
  width: 59%;
  max-width: 1133px;
  right: unset;
  left: 0;
  border-radius: 0 15px 15px 0;
}
#project .project .item:last-child {
  margin-bottom: unset;
}
#project .project .box_img {
  width: 51%;
}
#project .project .area {
  max-width: 510px;
  width: 44%;
  margin-bottom: -20px;
}
#project .project .area_num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
  min-width: 74px;
}
#project .project .area_num_txt {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  color: black;
  line-height: 1;
}
#project .project .area_ttl {
  font-size: 28px;
  font-family: "Yu Mincho", sans-serif;
  color: #5D7D12;
  font-weight: 600;
}
#project .project .area_txt {
  margin-top: 32px;
  line-height: 2.5;
}
#project .project .area_btn {
  margin-top: 32px;
}

@media (max-width: 768px) {
  #project .project {
    padding-bottom: 140px;
  }
  #project .project_lead {
    margin-bottom: 40px;
  }
  #project .project .item {
    margin-bottom: 120px;
  }
  #project .project .item::before {
    width: 80%;
    height: 100%;
    top: 70px;
  }
  #project .project .item.left .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #project .project .item.left::before {
    width: 80%;
    top: 70px;
    height: 100%;
  }
  #project .project .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #project .project .box_img {
    width: 100%;
  }
  #project .project .area {
    margin-top: 30px;
    width: 100%;
    max-width: unset;
  }
  #project .project .area_num {
    min-width: 50px;
    margin-right: 15px;
  }
  #project .project .area_num_bg img {
    width: 50px;
  }
  #project .project .area_num_txt {
    font-size: 20px;
  }
  #project .project .area_ttl {
    font-size: 20px;
  }
  #project .project .area_txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
#event .event {
  padding: 42px 0 80px;
}
#event .event_txt {
  text-align: center;
}
#event .event .lead {
  margin-top: 38px;
}
#event .event .lead_item:first-child {
  margin-right: 54px;
}
#event .event .lead_ttl {
  font-size: 20px;
  font-weight: 500;
}
#event .event .lead_btns {
  margin-top: 25px;
}
#event .event .lead_btn {
  width: 108px;
  height: 36px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5D7D12;
  background-color: #F1FDC1;
  margin-right: 17px;
}
#event .event .lead_btn:last-child {
  margin-right: unset;
}
#event .event .lead_btn.active {
  color: white;
  background-color: #5D7D12;
}
#event .event .item {
  margin-top: 45px;
}
#event .event .item_txt {
  margin: 32px 0 45px;
  text-align: center;
}
#event .event .item .box {
  padding: 12px 12px 23px;
  -webkit-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: white;
  max-width: 320px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 32px;
}
#event .event .item .box:nth-child(3n) {
  margin-right: unset;
}
#event .event .item .box_category {
  margin: 15px 0 10px;
}
#event .event .item .box_category .category {
  margin-right: 3px;
}
#event .event .item .box_category .category:last-child {
  margin-right: unset;
  margin-bottom: 3px;
}
#event .event .item .box_category .category span {
  font-size: 12px;
  color: #5D7D12;
  background-color: #F1FDC1;
  padding: 3px 5px;
  border-radius: 10px;
}
#event .event .item .box_ttl {
  font-size: 18px;
  font-family: "Yu Mincho", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  word-wrap: break-word;
}
#event .event .item .box_txt {
  margin-top: 8px;
}
#event .event .item .box_btn {
  margin-top: 15px;
}
#event .event .item .box_btn .c-btn {
  height: 34px;
  width: 155px;
  font-size: 14px;
}

@media (max-width: 990px) {
  #event .event .lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #event .event .lead_item:first-child {
    margin-right: unset;
    margin-bottom: 40px;
  }
  #event .event .lead_btns {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #event .event .lead_item {
    width: 100%;
  }
  #event .event .lead_btns {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #event .event .lead_btn {
    margin-bottom: 10px;
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2%;
  }
  #event .event .lead_btn:nth-child(3n) {
    margin-right: unset;
  }
  #event .event .item .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #event .event .item .box {
    width: 100%;
    margin-right: unset;
  }
}
#member .membership {
  padding: 42px 0 63px;
}
#member .membership_txt {
  margin-bottom: 36px;
  text-align: center;
}
#member .membership_bottom {
  text-align: center;
  margin-top: 32px;
  line-height: 1.875;
}
#member .types {
  background-color: #F4F5F7;
  padding: 67px 0 129px;
}
#member .types_txt {
  margin: 27px 0 43px;
  text-align: center;
}
#member .types .box {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  max-width: 494px;
  width: 46%;
}
#member .types .box_lead {
  background-color: #5D7D12;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
}
#member .types .box .area {
  padding: 31px 28px;
}
#member .types .box .area_lead {
  padding-bottom: 18px;
  border-bottom: 1px solid #BDD071;
  margin-bottom: 18px;
}
#member .types .box .area_name {
  margin-top: 12px;
}
#member .types .box .area_row {
  margin-bottom: 27px;
}
#member .types .box .area_row:last-child {
  margin-bottom: unset;
}
#member .types .box .area_ttl {
  font-size: 18px;
  font-weight: 500;
  color: #5D7D12;
}
#member .types .box .area_txt {
  margin-top: 5px;
}
#member .types .box .area_txt span:first-child {
  min-width: 18px;
}
#member .contact {
  padding: 82px 0 87px;
}
#member .contact_txt {
  margin: 32px 0 40px;
  text-align: center;
}
#member .contact_btn .c-btn {
  width: 284px;
  height: 58px;
}

@media (max-width: 768px) {
  #member .types {
    padding-bottom: 80px;
  }
  #member .types .box {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  #member .types .box:last-child {
    margin-bottom: unset;
  }
}
#certification .leadTab {
  padding: 42px 0 85px;
}
#certification .leadTab_txt {
  text-align: center;
}
#certification .leadTab_btn {
  margin-top: 42px;
}
#certification .leadTab_btn_link {
  background-color: white;
  border: 1px solid #5D7D12;
  border-radius: 30px;
  width: 246px;
  height: 47px;
  color: #5D7D12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#certification .leadTab_btn_link.active {
  background-color: #5D7D12;
  color: white;
}
#certification .leadTab_btn_link:first-child {
  margin-right: 30px;
}
#certification .lead {
  padding: 0 0 69px;
  max-width: 867px;
  margin: 0 auto;
}
#certification .lead_ttl {
  font-size: 36px;
  font-family: "Yu Mincho", sans-serif;
  color: #5D7D12;
  font-weight: 600;
  text-align: center;
}
#certification .lead_txt {
  margin-top: 25px;
  text-align: center;
  line-height: 1.875;
}
#certification .course {
  background-color: #F4F5F7;
  padding: 72px 0 82px;
}
#certification .course_txt {
  margin: 27px 0 56px;
  text-align: center;
}
#certification .course .box {
  max-width: 328px;
  width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 23px 12px;
}
#certification .course .box_ttl {
  margin: 16px 0 14px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  font-family: "Yu Mincho", sans-serif;
}
#certification .course .box_txt {
  line-height: 1.875;
  text-align: center;
}
#certification .content {
  padding: 65px 0 95px;
}
#certification .content_txt {
  margin: 27px 0 33px;
  text-align: center;
}
#certification .content .box {
  background-color: white;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
  width: 236px;
  height: 236px;
  border-radius: 50%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
  margin-bottom: 25px;
}
#certification .content .box:nth-child(4) {
  margin-right: unset;
}
#certification .content .box:last-child {
  margin-right: unset;
}
#certification .content .box_txt {
  margin-top: 15px;
  font-size: 18px;
  color: #5D7D12;
  text-align: center;
}
#certification .content .box:nth-child(3) .box_txt, #certification .content .box:nth-child(5) .box_txt, #certification .content .box:nth-child(6) .box_txt, #certification .content .box:nth-child(7) .box_txt {
  margin-top: 0px;
}
#certification .overview {
  background-color: #F4F5F7;
  padding: 73px 0 80px;
}
#certification .overview .item {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 13px rgba(0, 0, 0, 0.05);
  padding: 42px 30px 62px;
  margin-top: 40px;
}
#certification .overview .item_ttl {
  text-align: center;
  font-family: "Yu Mincho", sans-serif;
  font-size: 28px;
  color: #5D7D12;
  margin-bottom: 37px;
}
#certification .overview .box_row {
  margin-bottom: 40px;
}
#certification .overview .box_row:last-child {
  margin-bottom: unset;
}
#certification .overview .box_row:last-child .left_num::after {
  content: unset;
}
#certification .overview .box .left_num {
  width: 91px;
  min-width: 91px;
  height: 91px;
  background-color: #5D7D12;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 67px;
  position: relative;
  z-index: 0;
}
#certification .overview .box .left_num::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #5D7D12;
  position: absolute;
  bottom: -45px;
  left: 45.5px;
  z-index: -1;
}
#certification .overview .box .left_num span {
  color: white;
  font-size: 35px;
  font-family: "Yu Mincho", sans-serif;
}
#certification .overview .box .right {
  width: calc(100% - 158px);
}
#certification .overview .box .right_ttl {
  font-size: 24px;
  font-family: "Yu Mincho", sans-serif;
  color: #5D7D12;
  padding-bottom: 8px;
  border-bottom: 1px solid #BDD071;
}
#certification .overview .box .right_txt {
  margin-top: 8px;
}
#certification .overview .box.flow .left_num {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: unset;
}
#certification .overview .box.flow .left_num .step {
  font-size: 18px;
  color: #5D7D12;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
#certification .overview .box.flow .left_num .num {
  font-size: 35px;
  color: #5D7D12;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 5px;
}
#certification .overview .box.flow .right_ttl {
  border-bottom: unset;
  padding-bottom: unset;
}
#certification .overview.reset {
  background-color: white;
}
#certification .overview.reset .item {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
#certification .overview.reset .item:last-child {
  margin-top: unset;
  padding-bottom: unset;
}
#certification .future {
  padding: 72px 0 93px;
}
#certification .future_txt {
  text-align: center;
  margin: 27px 0 40px;
}
#certification .future_btn .c-btn {
  width: 284px;
  height: 58px;
}
#certification .future.reset {
  background-color: #F4F5F7;
}

@media (max-width: 1280px) {
  #certification .future {
    width: 88%;
    margin: 0 auto;
  }
  #certification .future.reset {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 1080px) {
  #certification .leadTab {
    width: 88%;
    margin: 0 auto;
  }
  #certification .lead {
    width: 88%;
  }
  #certification .lead_ttl {
    font-size: 28px;
  }
  #certification .content .box:nth-child(3), #certification .content .box:nth-child(6) {
    margin-right: unset;
  }
  #certification .content .box:nth-child(4) {
    margin-right: 25px;
  }
}
@media (max-width: 876px) {
  #certification .content .box:nth-child(3) {
    margin-right: 25px;
  }
  #certification .content .box:nth-child(4), #certification .content .box:nth-child(2) {
    margin-right: unset;
  }
  #certification .content .box:last-child {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  #certification .leadTab {
    padding-bottom: 60px;
  }
  #certification .lead_ttl {
    font-size: 24px;
  }
  #certification .course .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #certification .course .box {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
  #certification .course .box:last-child {
    margin-bottom: unset;
  }
  #certification .content {
    padding-bottom: 50px;
  }
  #certification .content .box {
    width: 150px;
    height: 150px;
    margin-right: 2% !important;
    margin-bottom: 15px;
  }
  #certification .content .box:last-child {
    margin-left: unset;
  }
  #certification .content .box_icon {
    width: 50%;
  }
  #certification .content .box_txt {
    font-size: 12px;
  }
  #certification .overview .item {
    padding: 40px 15px;
  }
  #certification .overview .item .u-inner3 {
    width: 100%;
  }
  #certification .overview .item:last-child .box .left_num::after {
    bottom: -35px;
    height: 35px;
  }
  #certification .overview .box .left_num {
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  #certification .overview .box .left_num::after {
    left: 30px;
    height: 80px;
    bottom: -75px;
  }
  #certification .overview .box .left_num span {
    font-size: 24px;
  }
  #certification .overview .box .right {
    width: calc(100% - 80px);
  }
  #certification .overview .box .right_ttl {
    font-size: 20px;
  }
}
#regional .lead {
  padding: 85px 0;
}
#regional .lead .item {
  background-color: #F1FDC1;
  padding: 31px 87px;
  border-radius: 10px;
  position: relative;
}
#regional .lead .item_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #5D7D12;
  font-family: "Yu Mincho", sans-serif;
}
#regional .lead .item_txt {
  line-height: 1.875;
  margin-top: 18px;
}
#regional .lead .item_pos {
  position: absolute;
  top: 0;
  left: -55px;
}
#regional .tabBtn {
  padding-bottom: 85px;
}
#regional .tabBtn .tab_btn {
  width: 246px;
  height: 47px;
  background-color: white;
  border-radius: 40px;
  border: 1px solid #5D7D12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5D7D12;
  margin-right: 24px;
  cursor: pointer;
}
#regional .tabBtn .tab_btn:last-child {
  margin-right: unset;
  width: 310px;
}
#regional .tabBtn .tab_btn.active {
  background-color: #5D7D12;
  color: white;
}
#regional .contents .intro {
  margin-top: 40px;
}
#regional .contents .intro_ttl {
  font-family: "Yu Mincho", sans-serif;
  font-size: 28px;
  color: #5D7D12;
  text-align: center;
  font-weight: 600;
}
#regional .contents .intro_txt {
  margin-top: 18px;
  line-height: 1.875;
}
#regional .contents .intro.mt85 {
  margin-bottom: 85px;
}
#regional .contents .step {
  margin-top: 55px;
}
#regional .contents .step_ttl {
  text-align: center;
  font-size: 28px;
  color: #5D7D12;
  font-family: "Yu Mincho", sans-serif;
  font-weight: 600;
}
#regional .contents .step .wrap {
  margin-top: 59px;
}
#regional .contents .step .box {
  background-color: white;
  padding: 36px 10px 18px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
  max-width: 328px;
  width: 32%;
  position: relative;
}
#regional .contents .step .box_lead {
  width: 164px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5D7D12;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -21px;
  left: calc(50% - 82px);
}
#regional .contents .step .box_ttl {
  font-size: 22px;
  color: #5D7D12;
  text-align: center;
  font-family: "Yu Mincho", sans-serif;
  margin: 18px 0 7px;
  font-weight: 600;
}
#regional .contents .step .box_txt {
  text-align: center;
}
#regional .contents .step_bottom {
  margin-top: 35px;
  text-align: center;
}
#regional .contents .effect {
  margin-top: 68px;
}
#regional .contents .effect_ttl {
  font-size: 28px;
  font-family: "Yu Mincho", sans-serif;
  text-align: center;
  color: #5D7D12;
  font-weight: 600;
}
#regional .contents .effect_txt {
  margin-top: 18px;
  line-height: 1.875;
}
#regional .contents .effect_img {
  margin-top: 38px;
}
#regional .contents .effectDetail {
  margin: 86px 0;
  background-color: #F1FDC1;
  padding: 28px 30px 38px;
  border-radius: 10px;
}
#regional .contents .effectDetail_ttl {
  text-align: center;
  font-family: "Yu Mincho", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #5D7D12;
}
#regional .contents .effectDetail .item {
  max-width: 440px;
  margin: 0 auto;
}
#regional .contents .effectDetail .item_row {
  border-bottom: 1px solid #BDD071;
  padding: 20px 8px 6px;
}
#regional .contents .effectDetail .item_row .category {
  font-size: 18px;
  font-weight: 500;
  color: #5D7D12;
  width: 45%;
}
#regional .contents .effectDetail .item_row .txt {
  font-size: 18px;
  width: 55%;
}
#regional .contents .expert {
  padding: 67px 0 93px;
}
#regional .contents .expert_ttl {
  text-align: center;
  font-size: 28px;
  font-family: "Yu Mincho", sans-serif;
  color: #5D7D12;
}
#regional .contents .expert .wrap {
  margin-top: 24px;
}
#regional .contents .expert .box {
  max-width: 330px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #BDD071;
  padding: 28px 24px 31px;
  width: 32%;
}
#regional .contents .expert .box_name {
  margin: 18px 0 11px;
  font-size: 20px;
  font-family: "Yu Mincho", sans-serif;
  text-align: center;
}
#regional .contents .expert .box_txt {
  text-align: center;
  line-height: 1.875;
}

@media (max-width: 900px) {
  #regional .tabBtn {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #regional .tabBtn .tab_btn {
    margin-right: 2%;
  }
  #regional .tabBtn .tab_btn:first-child, #regional .tabBtn .tab_btn:nth-child(2) {
    width: 49%;
  }
  #regional .tabBtn .tab_btn:nth-child(2) {
    margin-right: unset;
  }
  #regional .tabBtn .tab_btn:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #regional .lead {
    padding: 50px 0 60px;
  }
  #regional .lead .item {
    padding: 50px 20px;
  }
  #regional .lead .item_pos {
    left: -15px;
  }
  #regional .tabBtn .tab_btn {
    width: 100% !important;
  }
  #regional .tabBtn .tab_btn:first-child {
    margin-right: unset;
  }
  #regional .tabBtn .tab_btn:nth-child(2) {
    margin-top: 20px;
  }
  #regional .contents .step_ttl {
    font-size: 24px;
  }
  #regional .contents .step .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #regional .contents .step .box {
    width: 100%;
    margin-bottom: 60px;
  }
  #regional .contents .step .box:last-child {
    margin-bottom: unset;
  }
  #regional .contents .effect_ttl {
    font-size: 24px;
  }
  #regional .contents .expert {
    padding-bottom: 80px;
  }
  #regional .contents .expert_ttl {
    font-size: 24px;
  }
  #regional .contents .expert .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #regional .contents .expert .box {
    width: 100%;
    margin-bottom: 30px;
  }
  #regional .contents .expert .box:last-child {
    margin-bottom: unset;
  }
  #regional .contents .effectDetail {
    padding: 30px 15px;
  }
  #regional .contents .effectDetail_ttl {
    font-size: 24px;
  }
  #regional .contents .effectDetail .item_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #regional .contents .effectDetail .item_row .category {
    width: 100%;
  }
  #regional .contents .effectDetail .item_row .txt {
    width: 100%;
  }
}
#MenuButton {
  top: 30px;
  width: 50px;
  right: 20px;
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#MenuButton .bar {
  height: 1px;
  width: 100%;
  margin-bottom: 7px;
  background-color: #5D7D12;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#MenuButton .bar:last-child {
  margin-bottom: 0;
}

#MenuButton .bar:nth-child(2) {
  width: 60%;
}

#MenuButton .bar:nth-child(3) {
  width: 70%;
}

#MenuButton:hover .bar {
  width: 100%;
}

#Menu {
  top: -100vh;
  left: 0;
  z-index: 14;
  color: white;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  background-color: #939598;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#Menu a.linkBtn {
  color: white;
  display: block;
  margin-bottom: 20px;
}

#Menu a.linkBtn .sub {
  font-size: 37px;
  line-height: 42px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-weight: 300;
}

#Menu a.linkBtn .sub.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Menu a.linkBtn .sub .tab {
  width: 32px;
  height: 32px;
}

#Menu a.linkBtn.pp {
  margin-bottom: 50px;
}

#Menu a.linkBtn.pp .sub {
  font-size: 23px;
  letter-spacing: 1px;
}

#Menu a.linkBtn .menuTitle {
  font-size: 16px;
}

#Menu .backRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding: 30px 35px 0 0;
}

#Menu .backRow .backButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#Menu .backRow .backButton img {
  height: 35px;
  margin-left: 20px;
}

#Menu .featureBtn {
  padding: 30px 0 60px 0;
}

#Menu .baseRow img {
  margin-bottom: 40px;
}

#Menu .baseRow .fp {
  font-size: 10px;
  line-height: 15px;
}

#Menu .baseRow .fp.mobile {
  display: none;
}

#Menu .cage {
  height: calc(100vh - 65px);
  -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;
  max-width: 1074px;
  margin: 0 auto;
  width: 88%;
  padding-top: 50px;
}
#Menu .cage .block50 {
  width: 50%;
}

#Menu .cage .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.openMenu #Menu {
  top: 0;
}

.Menulogo_btn {
  position: fixed;
  top: 30px;
  left: 20px;
}

@media (max-width: 768px) {
  #Menu .cage .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Menu .cage .block50 {
    width: 100%;
  }
  #Menu a.linkBtn .sub {
    font-size: 20px;
    margin-bottom: unset;
  }
  #Menu a.linkBtn .menuTitle {
    font-size: 14px;
  }
  #Menu .featureBtn {
    padding: 30px 0;
  }
  #Menu .menu_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
