@charset "UTF-8";
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
// form
input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
*/
/*
font-weight: 400;
font-style: normal;
*/
/* DemiLight
font-weight: 300;
font-style: normal;
*/
/*
font-weight: 500;
font-style: normal;
*/
/*
font-weight: 700;
font-style: normal;
*/
.bold {
  font-weight: bold;
}

.red {
  color: #EB1C24;
}

.no_disp {
  display: none !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fuchidori {
  display        : inline-block;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}
body {
  font-size: 62.5%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  font-family: "NotoSansCJKjp", "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  color: #1A1A1A;
  position: relative;
}

.sp {
  display: none !important;
}

.pc_line{
  display: block;
}

.sp_line{
  display: inline;
}

.pc_sp_line{
  display: block;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }

  .pc_line{
    display: inline;
  }

  .sp_line{
    display: block;
  }
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
}


#keyv {
  position: relative;
  background: url("../img/keyv_bg_new.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 552px;
  overflow: hidden;
}

#keyv .keyv_inner_wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: 100%;
  position: relative;
}

#keyv .keyv_title {
    width: 700px;
    font-family: "BIZ UDPMincho";
    letter-spacing: 0.2em;
    font-weight: bolder;
    color: #007245;
    text-align: center;
    font-size: 44px;
    line-height: 55px;
    z-index: 1;
    position: absolute;
    top: 180px;
    left: 258px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#keyv .keyv_text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: 349px;
    left: 283px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
#keyv .keyv_chatch {
    font-size: 30px;
    color: #051DAB;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: 298px;
    left: 283px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
#keyv .keyv_text:lang(en) {
  top: 300px;
}

#keyv .keyv_link {
  font-family: "NotoSansCJKjpBold", "Noto Sans JP", "Noto Sans", sans-serif;
  color: #007245;
  text-align: center;
  position: absolute;
  top: 350px;
  left: 320px;
  text-decoration: none;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

#keyv .keyv_link:lang(en) {
  top: 370px;
}

#keyv .keyv_link::after {
  background: #007245 url("../img/arrow_white_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 10px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: 4px;
  margin-left: 10px;
}

/*#keyv .keyv_cercle {
  position: absolute;
  display: block;
  background: url("../img/keyv_bg_new_cercle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 538px;
  height: 487px;
  top: 50%;
  left: calc(50% + 380px);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}*/

#keyv .keyv_slider_item {
  max-height: 600px;
}

#keyv .keyv_slider_item .slick-track {
  height: 600px;
}

#keyv .slick-slide:nth-child(1) {
  background: URL("../../assets/img/keyv_slider_01.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#keyv .slick-slide:nth-child(2) {
  background: URL("../../assets/img/keyv_slider_02.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#keyv .slick-slide:nth-child(3) {
  background: URL("../../assets/img/keyv_slider_03.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#keyv .slick-slide img {
  width: 100%;
}

#attempt {
  background: URL("../img/attempt_map_bg_new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: calc( 590 / 1500 * 100vw);
}

#attempt .attempt_inner_wrap {
  margin-top: 35px;
  position: relative;
}

#attempt .attempt_inner_wrap .text_area {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  text-align: center;
}

#attempt .attempt_inner_wrap .text_area .text_area_title {
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

#attempt .attempt_inner_wrap .text_area .text_area_title::after {
  width: 50px;
  height: 2px;
  background: #007245;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 26px;
}

#attempt .attempt_inner_wrap .text_area .text_area_text {
  width: 1000px;
  font-size: 16px;
  line-height: 27px;
}

#attempt .attempt_inner_wrap .pin_area {
  width: 100%;
  height: calc( 590 / 1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_area .pin_item {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 62px;
  height: 80px;
  position: absolute;
  color: #fff;
  text-align: center;
  -webkit-filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.6));
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#attempt .attempt_inner_wrap .pin_area .pin_item img {
  width: 62px;
  height: 80px;
}

#attempt .attempt_inner_wrap .pin_area .pin_item:hover {
  opacity: .8;
}

#attempt .attempt_inner_wrap .pin_area .pin_item p {
  margin-top: 16px;
  font-size: 26px;
  line-height: 26px;
}

#attempt .attempt_inner_wrap .pin_area .pin_item p span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: -2px;
  word-break: keep-all;
}

#attempt .attempt_inner_wrap .pin_area .pin_item p span:lang(en) {
  letter-spacing: 0;
}

#attempt .attempt_inner_wrap .pin_area .pin_item.pin_00 p {
  margin-top: 18px;
}

#attempt .attempt_inner_wrap .pin_00 {
  top: calc( 257/1500 * 100vw);
  left: calc( 853/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_00 p {
  margin-top: 18px;
}

#attempt .attempt_inner_wrap .pin_01 {
  top: calc( 422/1500 * 100vw);
  left: calc( 1224/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_02 {
  top: calc( 394/1500 * 100vw);
  left: calc( 1131/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_03 {
  top: calc( 236/1500 * 100vw);
  left: calc( 231/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_04 {
  top: calc( 484/1500 * 100vw);
  left: calc( 1156/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_05 {
  top: calc( 477/1500 * 100vw);
  left: calc( 1265/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_06 {
  top: calc( 282/1500 * 100vw);
  left: calc( 566/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_07 {
  top: calc( 304/1500 * 100vw);
  left: calc( 1056/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_08 {
  top: calc( 254/1500 * 100vw);
  left: calc( 478/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_09 {
  display: none !important;
}

#attempt .attempt_inner_wrap .pin_10 {
  top: calc( 442/1500 * 100vw);
  left: calc( 442/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_11 {
  top: calc( 282/1500 * 100vw);
  left: calc( 376/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_12 {
  top: calc( 423/1500 * 100vw);
  left: calc( 715/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_13 {
  display: none !important;
}

#attempt .attempt_inner_wrap .pin_14 {
  top: calc( 466/1500 * 100vw);
  left: calc( 315/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_15 {
  top: calc( 278/1500 * 100vw);
  left: calc( 932/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_16 {
  top: calc( 330/1500 * 100vw);
  left: calc( 977/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_17 {
  display: none !important;
}

#attempt .attempt_inner_wrap .pin_18 {
  display: none !important;
}

#attempt .attempt_inner_wrap .pin_19 {
  top: calc( 367/1500 * 100vw);
  left: calc( 865/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_20 {
  top: calc( 234/1500 * 100vw);
  left: calc( 757/1500 * 100vw);
}

#attempt .attempt_inner_wrap .pin_21 {
  display: none !important;
}

#attempt .attempt_inner_wrap .popup_item {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc( 590 / 1500 * 100vw);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#attempt .attempt_inner_wrap .popup_item.is-show {
  display: block;
}

#attempt .attempt_inner_wrap .popup_item .modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 520px;
  min-height: 211px;
  background: #fff url("../img/box_bg.png");
  background-repeat: no-repeat;
  background-size: 307px 286px;
  background-position: center;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 45%;
  left: 50%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  padding-top: 30px;
}

#attempt .attempt_inner_wrap .popup_item .modal.is-show {
  opacity: 1;
  visibility: visible;
}

#attempt .attempt_inner_wrap .popup_item .modal .modal__title {
  color: #007245;
  font-size: 16px;
  font-family: "NotoSansCJKjpBold", "Noto Sans JP", "Noto Sans", sans-serif;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
}

#attempt .attempt_inner_wrap .popup_item .modal .modal__title::after {
  display: inline-block;
  content: "";
  width: 106px;
  height: 4px;
  position: absolute;
  background: url("../img/box_border.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 26px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text {
  font-size: 21px;
  line-height: 36px;
  font-family: "NotoSansCJKjpBold", "Noto Sans JP", "Noto Sans", sans-serif;
  color: #007245;
  position: relative;
  top: 0;
  padding-left: 135px;
  padding-right: 20px;
  min-height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_00 {
  background: URL("../img/box_ico_csr.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_01 {
  background: URL("../img/box_ico_01.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_02 {
  background: URL("../img/box_ico_02.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_03 {
  background: URL("../img/box_ico_03.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_04 {
  background: URL("../img/box_ico_04.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_05 {
  background: URL("../img/box_ico_05.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_06 {
  background: URL("../img/box_ico_06.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_07 {
  background: URL("../img/box_ico_07.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_08 {
  background: URL("../img/box_ico_08.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_09 {
  background: URL("../img/box_ico_09.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_10 {
  background: URL("../img/box_ico_10.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_11 {
  background: URL("../img/box_ico_11.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_12 {
  background: URL("../img/box_ico_12.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_13 {
  background: URL("../img/box_ico_13.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_14 {
  background: URL("../img/box_ico_14.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_15 {
  background: URL("../img/box_ico_15.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_16 {
  background: URL("../img/box_ico_16.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_17 {
  background: URL("../img/box_ico_17.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_18 {
  background: URL("../img/box_ico_18.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_19 {
  background: URL("../img/box_ico_19.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_20 {
  background: URL("../img/box_ico_20.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__text.ico_21 {
  background: URL("../img/box_ico_21.png");
  background-repeat: no-repeat;
  background-position: 38px 0;
  background-size: 82px 81px;
}

#attempt .attempt_inner_wrap .popup_item .modal__link {
  position: relative;
  top: 0;
  margin: auto;
  display: block;
  width: 230px;
  height: 50px;
  text-align: center;
  background: #006837 URL("../img/box_btn_arrow.svg");
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 5.2px 10.5px;
  background-position: 204px center;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.5px;
}

#attempt .attempt_inner_wrap .popup_item .modal__link.no_link {
  display: none;
}

#attempt.pin_item-open .popup_item {
  opacity: 1;
  visibility: visible;
}

#promotion {
  position: relative;
  padding-bottom: 100px;
}

#promotion .promotion_title {
  margin-top: 100px;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

#promotion .promotion_title::after {
  width: 50px;
  height: 2px;
  background: #007245;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 26px;
}

#promotion .promotion_text {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  padding-bottom: 30px;
  width: 80%;
  margin: auto;
}

#promotion .promotion_youtube_area {
  width: 612px;
  height: 344px;
  margin: auto;
}

#promotion .promotion_youtube_area iframe {
  width: 612px;
  height: 344px;
}

#promotion .promotion_annotation {
  font-size: 16px;
  line-height: 27px;
  margin-top: 20px;
  text-align: center;
}

#promotion .promotion_kigyou_area {
  position: relative;
  width: 1000px;
  margin: 0px auto 50px;
  word-break: break-word;
  text-align: left;
}

#promotion .promotion_kigyou_area .promotion_kigyou_text {
  font-size: 16px;
  line-height: 27px;
  text-align: left;
}

@media screen and (min-width: 751px) {
  .big_text #keyv .keyv_title {
    font-size: calc(48px * 1.1);
    line-height: calc(48px * 1.1);
    width: calc(600px * 1.1);
  }
  .big_text #keyv .keyv_chatch {
    font-size: calc(28px * 1.1);
    width: 750px;
  }
  .big_text #keyv .keyv_text {
    font-size: calc(16px * 1.1);
    width: 750px;
  }
  .big_text #keyv .keyv_link {
    font-size: calc(16px * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .text_area .text_area_title {
    font-size: calc(30px * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .text_area .text_area_text {
    font-size: calc(16px * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item {
    width: calc(62px * 1.2);
    height: calc(80px * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item img {
    width: calc(62px * 1.2);
    height: calc(80px * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item p {
    font-size: calc(26px * 1.2);
    line-height: calc(26px * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item p span {
    font-size: calc(11px * 1.2);
    line-height: calc(11px * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal .modal__title {
    font-size: calc(16px * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal__text {
    font-size: calc(21px * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal__link {
    font-size: calc(14px * 1.2);
    line-height: 50px;
  }
  .big_text #promotion .promotion_title {
    font-size: calc(30px * 1.2);
  }
  .big_text #promotion .promotion_text {
    font-size: calc(16px * 1.2);
    line-height: 27px;
  }
  .big_text #promotion .promotion_annotation {
    font-size: calc(16px * 1.2);
    line-height: 27px;
  }
  .big_text #promotion .promotion_kigyou_area .promotion_kigyou_text {
    font-size: calc(16px * 1.2);
    line-height: 27px;
  }
}

@media screen and (min-width: 1501px) {
  #attempt .attempt_inner_wrap .pin_area .pin_item {
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  body {
    min-width: 100vw;
  }

  .big_text #link_area .link_title {
    font-size: calc(2.08333vw * 1.2);
  }
  .big_text #footer .footer_wrap .footer_inner .footer_corp_num {
    font-size: calc(1.16667vw * 1.2);
    line-height: 2.08333vw;
  }
  .big_text #footer .footer_wrap .footer_inner .footer_link_area a {
    font-size: calc(1.16667vw * 1.2);
    line-height: 2.08333vw;
  }
  .big_text #footer .footer_wrap .footer_inner .footer_copy {
    font-size: calc(1.08333vw * 1.2);
    line-height: 2.25vw;
  }
  #keyv {
    position: relative;
    background: url("../img/keyv_bg_new.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 46vw;
  }
  #keyv .keyv_inner_wrap {
    width: 100%;
    max-width: 83.33333vw;
    margin: auto;
    height: 100%;
    position: relative;
  }
  #keyv .keyv_title {
    width: 50vw;
    font-family: "BIZ UDPMincho";
    color: #007245;
    text-align: center;
    font-size: 4.66667vw;
    line-height: 5.91667vw;
    z-index: 1;
    position: absolute;
    top: 15vw;
    left: 25.33333vw;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-weight: 900;
  }
  #keyv .keyv_chatch {
    font-size: 2.5vw;
    line-height: 2.5vw;
    letter-spacing: 0.04167vw;
    text-align: center;
    position: absolute;
    top: 26.33333vw;
    left: 26.83333vw;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #keyv .keyv_text {
    font-size: 1.33333vw;
    line-height: 2.5vw;
    letter-spacing: 0.04167vw;
    text-align: center;
    position: absolute;
    top: 32.16667vw;
    left: 26.83333vw;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #keyv .keyv_text:lang(en) {
    top: 25vw;
  }
  #keyv .keyv_link {
    font-family: "NotoSansCJKjpBold", "Noto Sans JP", "Noto Sans", sans-serif;
    color: #007245;
    text-align: center;
    position: absolute;
    top: 37.16667vw;
    left: 26.66667vw;
    text-decoration: none;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    font-weight: bold;
    font-size: 1.33333vw;
    line-height: 2.33333vw;
    letter-spacing: 0.04167vw;
  }
  #keyv .keyv_link:lang(en) {
    top: 30.83333vw;
  }
  #keyv .keyv_link::after {
    background: #007245 url("../img/arrow_white_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.41667vw 0.83333vw;
    content: "";
    display: inline-block;
    width: 1.66667vw;
    height: 1.66667vw;
    border-radius: 50%;
    position: relative;
    top: 0.33333vw;
    margin-left: 0.83333vw;
  }
  #keyv .keyv_cercle {
    position: absolute;
    display: block;
    background: url("../img/keyv_bg_new_cercle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 44.83333vw;
    height: 40.58333vw;
    top: 50%;
    left: calc(50% + 31.66667vw);
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #keyv .keyv_slider_item {
    max-height: 50vw;
  }
  #keyv .keyv_slider_item .slick-track {
    height: 50vw;
  }
  #keyv .slick-slide:nth-child(1) {
    background: URL("../../assets/img/keyv_slider_01.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #keyv .slick-slide:nth-child(2) {
    background: URL("../../assets/img/keyv_slider_02.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #keyv .slick-slide:nth-child(3) {
    background: URL("../../assets/img/keyv_slider_03.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #keyv .slick-slide img {
    width: 100%;
  }
  #attempt {
    background: URL("../img/attempt_map_bg_new.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 49.16667vw;
    min-width: 100vw;
  }
  #attempt .attempt_inner_wrap {
    margin-top: 2.91667vw;
    position: relative;
  }
  #attempt .attempt_inner_wrap .text_area {
    position: absolute;
    top: 3.33333vw;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
    text-align: center;
  }
  #attempt .attempt_inner_wrap .text_area .text_area_title {
    font-size: 2.5vw;
    line-height: 4.33333vw;
    text-align: center;
    position: relative;
  }
  #attempt .attempt_inner_wrap .text_area .text_area_title::after {
    width: 4.16667vw;
    height: 0.16667vw;
    background: #007245;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 2.08333vw);
    bottom: 2.16667vw;
  }
  #attempt .attempt_inner_wrap .text_area .text_area_text {
    width: 83.33333vw;
    font-size: 1.33333vw;
    line-height: 2.25vw;
  }
  #attempt .attempt_inner_wrap .pin_area {
    width: 100vw;
    min-width: 100vw;
    height: 49.16667vw;
    margin: auto;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 5.16667vw;
    height: 6.66667vw;
    position: absolute;
    color: #fff;
    text-align: center;
    -webkit-filter: drop-shadow(0 0.33333vw 0.25vw rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 0.33333vw 0.25vw rgba(0, 0, 0, 0.6));
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item img {
    width: 5.16667vw;
    height: 6.66667vw;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item:hover {
    opacity: .8;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item p {
    margin-top: 1.33333vw;
    font-size: 2.16667vw;
    line-height: 2.16667vw;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item p span {
    display: block;
    font-size: 0.83333vw;
    line-height: 0.83333vw;
    letter-spacing: -0.25vw;
    -webkit-transform: scale(0.83333);
            transform: scale(0.83333);
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item p span:lang(en) {
    letter-spacing: 0vw;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_00 p {
    margin-top: 1.5vw;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_00 {
    top: calc(50% + 1.16667vw);
    left: calc(50% + 10.91667vw);
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_00 p {
    margin-top: 1.5vw;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_01 {
    top: calc(50% + 13.25vw);
    left: calc(50% + 41.75vw);
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_02 {
    top: calc(50% + 10.75vw);
    left: calc(50% + 34vw);
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_03 {
    top: calc(50% + (-2.41667vw));
    left: calc(50% + (-41vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_04 {
    top: calc(50% + 18.16667vw);
    left: calc(50% + 36.25vw);
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_05 {
    top: calc(50% + (17.66667vw));
    left: calc(50% + (45.08333vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_06 {
    top: calc(50% + (1.5vw));
    left: calc(50% + (-12.58333vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_07 {
    top: calc(50% + (3.16667vw));
    left: calc(50% + (28vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_08 {
    top: calc(50% + (-1.16667vw));
    left: calc(50% + (-20.08333vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_09 {
    display: none !important;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_10 {
    top: calc(50% + (14.83333vw));
    left: calc(50% + (-23.33333vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_11 {
    top: calc(50% + (1.33333vw));
    left: calc(50% + (-28.75vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_12 {
    top: calc(50% + (13.08333vw));
    left: calc(50% + (-0.41667vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_13 {
    display: none !important;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_14 {
    top: calc(50% + (16.83333vw));
    left: calc(50% + (-33.91667vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_15 {
    top: calc(50% + (1.16667vw));
    left: calc(50% + (17.41667vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_16 {
    top: calc(50% + (5.25vw));
    left: calc(50% + (21.66667vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_17 {
    display: none !important;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_18 {
    display: none !important;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_19 {
    top: calc(50% + (8.83333vw));
    left: calc(50% + (12.25vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_20 {
    top: calc(50% + (-3.25vw));
    left: calc(50% + (1.91667vw));
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_21 {
    display: none !important;
  }
  #attempt .attempt_inner_wrap .popup_item {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc( 590 / 1500 * 100vw);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #attempt .attempt_inner_wrap .popup_item.is-show {
    display: block;
  }
  #attempt .attempt_inner_wrap .popup_item .modal {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 43.33333vw;
    min-height: 17.58333vw;
    background: #fff url("../img/box_bg.png");
    background-repeat: no-repeat;
    background-size: 25.58333vw 23.83333vw;
    background-position: center;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    top: 45%;
    left: 50%;
    border-radius: 0.66667vw;
    -webkit-box-shadow: 0px 0px 1.66667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 1.66667vw rgba(0, 0, 0, 0.2);
    padding-bottom: 2.5vw;
    padding-top: 2.5vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal.is-show {
    opacity: 1;
    visibility: visible;
  }
  #attempt .attempt_inner_wrap .popup_item .modal .modal__title {
    color: #007245;
    font-size: 1.33333vw;
    font-family: "NotoSansCJKjpBold", "Noto Sans JP", "Noto Sans", sans-serif;
    text-align: center;
    position: relative;
    padding-bottom: 2.91667vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal .modal__title::after {
    display: inline-block;
    content: "";
    width: 8.83333vw;
    height: 0.33333vw;
    position: absolute;
    background: url("../img/box_border.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 2.16667vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text {
    font-size: 1.75vw;
    line-height: 3vw;
    font-family: "NotoSansCJKjpBold", "Noto Sans JP", "Noto Sans", sans-serif;
    color: #007245;
    position: relative;
    top: 0;
    padding-left: 11.25vw;
    padding-right: 1.66667vw;
    min-height: 7.5vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_00 {
    background: URL("../img/box_ico_csr.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_01 {
    background: URL("../img/box_ico_01.svg");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_02 {
    background: URL("../img/box_ico_02.svg");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_03 {
    background: URL("../img/box_ico_03.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_04 {
    background: URL("../img/box_ico_04.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_05 {
    background: URL("../img/box_ico_05.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_06 {
    background: URL("../img/box_ico_06.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_07 {
    background: URL("../img/box_ico_07.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_08 {
    background: URL("../img/box_ico_08.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_09 {
    background: URL("../img/box_ico_09.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_10 {
    background: URL("../img/box_ico_10.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_11 {
    background: URL("../img/box_ico_11.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_12 {
    background: URL("../img/box_ico_12.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_13 {
    background: URL("../img/box_ico_13.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_14 {
    background: URL("../img/box_ico_14.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_15 {
    background: URL("../img/box_ico_15.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_16 {
    background: URL("../img/box_ico_16.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_17 {
    background: URL("../img/box_ico_17.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_18 {
    background: URL("../img/box_ico_18.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_19 {
    background: URL("../img/box_ico_19.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_20 {
    background: URL("../img/box_ico_20.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_21 {
    background: URL("../img/box_ico_21.png");
    background-repeat: no-repeat;
    background-position: 3.16667vw 0;
    background-size: 6.83333vw 6.75vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__link {
    position: relative;
    top: 0;
    margin: auto;
    display: block;
    width: 19.16667vw;
    height: 4.16667vw;
    text-align: center;
    background: #006837 URL("../img/box_btn_arrow.svg");
    border-radius: 4.16667vw;
    background-repeat: no-repeat;
    background-size: 0.43333vw 0.875vw;
    background-position: 17vw center;
    color: #fff;
    text-decoration: none;
    margin-top: 1.66667vw;
    font-size: 1.16667vw;
    line-height: 4.16667vw;
    letter-spacing: 0.04167vw;
  }
  #attempt.pin_item-open .popup_item {
    opacity: 1;
    visibility: visible;
  }
  #promotion {
    position: relative;
    padding-bottom: 8.33333vw;
  }
  #promotion .promotion_title {
    margin-top: 8.33333vw;
    font-size: 2.5vw;
    line-height: 4.33333vw;
    text-align: center;
    padding-bottom: 2.5vw;
  }
  #promotion .promotion_title::after {
    width: 4.16667vw;
    height: 0.16667vw;
    background: #007245;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 2.08333vw);
    bottom: 2.16667vw;
  }
  #promotion .promotion_text {
    font-size: 1.33333vw;
    line-height: 2.25vw;
    text-align: center;
    padding-bottom: 2.5vw;
  }
  #promotion .promotion_youtube_area {
    width: 51vw;
    height: 28.66667vw;
    margin: auto;
  }
  #promotion .promotion_youtube_area iframe {
    width: 51vw;
    height: 28.66667vw;
  }
  #promotion .promotion_youtube_area img {
    width: 100%;
    height: 100%;
  }
  #promotion .promotion_annotation {
    font-size: 1.33333vw;
    line-height: 2.25vw;
    margin-top: 1.66667vw;
    text-align: center;
  }
  #promotion .promotion_kigyou_area {
    width: 83.33333vw;
    margin: 0vw auto 4.16667vw;
  }
  #promotion .promotion_kigyou_area .promotion_kigyou_text {
    font-size: 1.33333vw;
    line-height: 2.25vw;
  }
  .big_text #keyv .keyv_title {
    font-size: calc(4.66667vw * 1.2);
    line-height: calc(5.91667vw * 1.2);
    width: calc(50vw * 1.2);
  }
  .big_text #keyv .keyv_chatch {
    font-size: calc(2.5vw * 1.2);
    width: 750px;
  }
  .big_text #keyv .keyv_text {
    font-size: calc(1.33333vw * 1.2);
    width: 750px;
  }
  .big_text #keyv .keyv_link {
    font-size: calc(1.33333vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .text_area .text_area_title {
    font-size: calc(2.5vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .text_area .text_area_text {
    font-size: calc(1.33333vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item {
    width: calc(5.16667vw * 1.2);
    height: calc(6.66667vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item img {
    width: calc(5.16667vw * 1.2);
    height: calc(6.66667vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item p {
    font-size: calc(2.16667vw * 1.2);
    line-height: calc(2.16667vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item p span {
    font-size: calc(0.91667vw * 1.2);
    line-height: calc(0.91667vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal .modal__title {
    font-size: calc(1.33333vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal__text {
    font-size: calc(1.75vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal__link {
    font-size: calc(1.16667vw * 1.2);
    line-height: 4.16667vw;
  }
  .big_text #promotion .promotion_title {
    font-size: calc(2.5vw * 1.2);
  }
  .big_text #promotion .promotion_text {
    font-size: calc(1.33333vw * 1.2);
    line-height: 2.25vw;
  }
  .big_text #promotion .promotion_annotation {
    font-size: calc(1.33333vw * 1.2);
    line-height: 2.25vw;
  }
  .big_text #promotion .promotion_kigyou_area .promotion_kigyou_text {
    font-size: calc(1.33333vw * 1.2);
    line-height: 2.25vw;
  }
}
@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  body {
    width: 100%;
    min-width: auto;
  }

  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  #keyv {
    margin-top: 16vw;
    position: relative;
    background: url("../img/keyv_bg_sp_new.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 76.8vw;
  }
  #keyv .keyv_title {
    width: 100%;
    left: 50%;
    font-size: 7.46667vw;
    line-height: 9.46667vw;
    top: calc(50% - 20vw);
  }
  #keyv .keyv_chatch {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0.06667vw;
    top: calc(50% - 2.66667vw);
    left: 50%;
    width: 100%;
  }
  #keyv .keyv_text {
    font-size: 2.8vw;
    line-height: 4.53333vw;
    letter-spacing: 0.06667vw;
    top: 46.66667vw;
    left: 50%;
    width: 100%;
  }
  #keyv .keyv_text:lang(en) {
    top: calc(50% - 0vw);
    width: 80%;
  }
  #keyv .keyv_link {
    left: 50%;
    top: 56.66667vw;
    font-size: 3.2vw;
    letter-spacing: 0.06667vw;
  }
  #keyv .keyv_link:lang(en) {
    top: 52vw;
  }
  #keyv .keyv_link::after {
    background-size: 0.93333vw 1.86667vw;
    width: 3.86667vw;
    height: 3.86667vw;
    border-radius: 50%;
    top: 0.66667vw;
    margin-left: 1.33333vw;
  }
  #keyv .keyv_cercle {
    display: none;
  }
  #attempt {
    background: URL("../img/attempt_map_bg_new.png");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: bottom;
    height: auto;
  }
  #attempt .attempt_inner_wrap {
    margin-top: 0;
    position: relative;
  }
  #attempt .attempt_inner_wrap .text_area {
    position: initial;
    margin-top: 10.66667vw;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    padding-bottom: 6.66667vw;
  }
  #attempt .attempt_inner_wrap .text_area .text_area_title {
    font-size: 5.06667vw;
    line-height: 5.06667vw;
    text-align: center;
    padding-bottom: 8vw;
    font-weight: bold;
  }
  #attempt .attempt_inner_wrap .text_area .text_area_title::after {
    width: 8.66667vw;
    height: 0.34667vw;
    background: #007245;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 4.33333vw);
    bottom: 3.46667vw;
  }
  #attempt .attempt_inner_wrap .text_area .text_area_text {
    font-size: 2.8vw;
    line-height: 4.53333vw;
    text-align: center;
    padding-bottom: 5.33333vw;
    width: 88vw;
    margin: 0 auto;
  }
  #attempt .attempt_inner_wrap .pin_area {
    width: 92.8vw;
    margin: auto;
    height: auto;
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 36vw;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item {
    -webkit-filter: none;
            filter: none;
    cursor: pointer;
    background: #007245;
    margin: 0 1.46667vw 2.66667vw;
    width: 28vw;
    height: 10.66667vw;
    border-radius: 0.66667vw;
    position: initial;
    color: #fff;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item img {
    width: 28vw;
    height: 10.66667vw;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item p {
    margin-top: 0vw;
    font-size: 3.2vw;
    line-height: 9.33333vw;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item p span {
    display: inline;
    font-size: 3.2vw;
    line-height: 9.33333vw;
    letter-spacing: 0;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_00 {
    -webkit-box-ordinal-group: 31;
    -webkit-order: 30;
        -ms-flex-order: 30;
            order: 30;
  }
  #attempt .attempt_inner_wrap .pin_area .pin_item.pin_00 p {
    margin-top: 0vw;
  }
  #attempt .attempt_inner_wrap .pin_08,
  #attempt .attempt_inner_wrap .pin_09,
  #attempt .attempt_inner_wrap .pin_12,
  #attempt .attempt_inner_wrap .pin_13,
  #attempt .attempt_inner_wrap .pin_16,
  #attempt .attempt_inner_wrap .pin_17,
  #attempt .attempt_inner_wrap .pin_18,
  #attempt .attempt_inner_wrap .pin_21 {
    display: block !important;
  }
  #attempt .attempt_inner_wrap .popup_item {
    position: absolute;
    top: 13.33333vw;
    width: 100%;
    height: calc( 590 / 1500 * 100vw);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #attempt .attempt_inner_wrap .popup_item.is-show {
    display: block;
  }
  #attempt .attempt_inner_wrap .popup_item .modal {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 85.33333vw;
    min-height: 34.66667vw;
    background: #fff url("../img/box_bg.png");
    background-repeat: no-repeat;
    background-size: 40.93333vw 38.13333vw;
    background-position: center;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    border-radius: 1.06667vw;
    -webkit-box-shadow: 0px 0px 2.66667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 2.66667vw rgba(0, 0, 0, 0.2);
    padding-bottom: 4vw;
    padding-top: 6.66667vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal.is-show {
    opacity: 1;
    visibility: visible;
  }
  #attempt .attempt_inner_wrap .popup_item .modal .modal__title {
    color: #007245;
    font-size: 2.4vw;
    line-height: 2.4vw;
    font-family: "NotoSansCJKjpBold", "Noto Sans JP", "Noto Sans", sans-serif;
    text-align: center;
    position: relative;
    padding-bottom: 6.66667vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal .modal__title::after {
    display: inline-block;
    content: "";
    width: 14.13333vw;
    height: 0.53333vw;
    position: absolute;
    background: url("../img/box_border.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 3.46667vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    font-family: "NotoSansCJKjpBold", "Noto Sans JP", "Noto Sans", sans-serif;
    color: #007245;
    position: relative;
    top: 0;
    padding-left: 18vw;
    padding-right: 2.66667vw;
    min-height: 12vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_00 {
    background: URL("../img/box_ico_csr.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_01 {
    background: URL("../img/box_ico_01.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_02 {
    background: URL("../img/box_ico_02.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_03 {
    background: URL("../img/box_ico_03.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_04 {
    background: URL("../img/box_ico_04.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_05 {
    background: URL("../img/box_ico_05.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_06 {
    background: URL("../img/box_ico_06.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_07 {
    background: URL("../img/box_ico_07.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_08 {
    background: URL("../img/box_ico_08.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_09 {
    background: URL("../img/box_ico_09.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_10 {
    background: URL("../img/box_ico_10.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_11 {
    background: URL("../img/box_ico_11.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_12 {
    background: URL("../img/box_ico_12.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_13 {
    background: URL("../img/box_ico_13.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_14 {
    background: URL("../img/box_ico_14.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_15 {
    background: URL("../img/box_ico_15.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_16 {
    background: URL("../img/box_ico_16.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_17 {
    background: URL("../img/box_ico_17.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_18 {
    background: URL("../img/box_ico_18.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_19 {
    background: URL("../img/box_ico_19.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_20 {
    background: URL("../img/box_ico_20.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__text.ico_21 {
    background: URL("../img/box_ico_21.png");
    background-repeat: no-repeat;
    background-position: 5.06667vw 0;
    background-size: 10.93333vw 10.8vw;
  }
  #attempt .attempt_inner_wrap .popup_item .modal__link {
    position: relative;
    top: 0;
    margin: auto;
    display: block;
    width: 42.66667vw;
    height: 9.33333vw;
    text-align: center;
    background: #006837 URL("../img/box_btn_arrow.svg");
    border-radius: 6.66667vw;
    background-repeat: no-repeat;
    background-size: 0.69333vw 1.4vw;
    background-position: 38.66667vw center;
    color: #fff;
    text-decoration: none;
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
    line-height: 9.33333vw;
    letter-spacing: 0.06667vw;
  }
  #attempt.pin_item-open .popup_item {
    opacity: 1;
    visibility: visible;
  }
  #promotion {
    padding-bottom: 28vw;
  }
  #promotion .promotion_title {
    margin-top: 10.66667vw;
    font-size: 5.06667vw;
    line-height: 5.06667vw;
    text-align: center;
    padding-bottom: 8vw;
    font-weight: bold;
  }
  #promotion .promotion_title::after {
    width: 8.66667vw;
    height: 0.34667vw;
    background: #007245;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 4.33333vw);
    bottom: 3.46667vw;
  }
  #promotion .promotion_youtube_area {
    width: 81.6vw;
    height: 45.86667vw;
  }
  #promotion .promotion_youtube_area a {
    width: 100%;
    height: 100%;
    display: block;
  }
  #promotion .promotion_youtube_area a img {
    width: 100%;
    height: 100%;
  }
  #promotion .promotion_annotation {
    font-size: 2.8vw;
    line-height: 4.53333vw;
    letter-spacing: 0.06667vw;
    margin-top: 2.66667vw;
  }
  #promotion .promotion_text {
    font-size: 2.8vw;
    line-height: 4.53333vw;
    text-align: center;
    padding-bottom: 5.33333vw;
  }
  #promotion .promotion_kigyou_area {
    width: 81.6vw;
    margin: 0vw auto 0;
  }
  #promotion .promotion_kigyou_area .promotion_kigyou_text {
    font-size: 2.8vw;
    line-height: 4.53333vw;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .big_text #keyv .keyv_title {
    font-size: calc(7.46667vw * 1.2);
  }
  .big_text #keyv .keyv_chatch {
    font-size: calc(5vw * 1.2);
    top: calc(50% - 0vw);
  }
  .big_text #keyv .keyv_text {
    font-size: calc(2.8vw * 1.2);
    top: calc(50% - 0vw);
  }
  .big_text #keyv .keyv_link {
    font-size: calc(3.2vw * 1.2);
    top: 53.33333vw;
  }
  .big_text #attempt .attempt_inner_wrap .text_area .text_area_title {
    font-size: calc(5.06667vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .text_area .text_area_title::after {
    width: 8.66667vw;
    height: 0.34667vw;
    background: #007245;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 4.33333vw);
    bottom: 3.46667vw;
  }
  .big_text #attempt .attempt_inner_wrap .text_area .text_area_text {
    font-size: calc(2.8vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item {
    -webkit-filter: none;
            filter: none;
    cursor: pointer;
    background: #007245;
    margin-bottom: 20px;
    width: 28vw;
    height: 10.66667vw;
    border-radius: 0.66667vw;
    position: initial;
    color: #fff;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item img {
    width: 28vw;
    height: 10.66667vw;
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item p {
    font-size: calc(3.2vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .pin_area .pin_item p span {
    display: inline;
    font-size: calc(3.2vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal .modal__title {
    font-size: calc(2.4vw * 1.2);
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal .modal__title::after {
    display: inline-block;
    content: "";
    width: 14.13333vw;
    height: 0.53333vw;
    position: absolute;
    background: url("../img/box_border.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 3.46667vw;
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal__text {
    font-size: calc(2.8vw * 1.2);
    line-height: 4.8vw;
  }
  .big_text #attempt .attempt_inner_wrap .popup_item .modal__link {
    font-size: calc(2.66667vw * 1.2);
  }
  .big_text #promotion .promotion_title {
    font-size: calc(5.06667vw * 1.2);
    line-height: calc(5.06667vw * 1.2);
  }
  .big_text #promotion .promotion_annotation {
    font-size: calc(2.8vw * 1.2);
    line-height: calc(4.53333vw * 1.2);
  }
  .big_text #promotion .promotion_text {
    font-size: calc(2.8vw * 1.2);
    line-height: calc(4.53333vw * 1.2);
  }
  .big_text #promotion .promotion_kigyou_area .promotion_kigyou_text {
    font-size: calc(2.8vw * 1.2);
    line-height: calc(4.53333vw * 1.2);
  }
}
div.search {
    margin: 1em auto 2em auto;
    padding: 2em 20px 3em 20px;
    max-width: 1440px;
    background-color: #F9F9EF;
    border-radius: 10px; }
    @media screen and (max-width: 959px) {
      div.search {
        margin: 0 auto;
        padding: 1rem; } }
    div.search .gsc-control-searchbox-only {
      margin: 0 auto;
      width: 100%;
      max-width: 480px; }
    div.search .gsc-input-box {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    div.search input.gsc-input {
      padding: 0.4rem !important;
      font-size: 21px !important; }
    div.search button.gsc-search-button-v2 {
      padding: 18px 1.85em !important;
      font-size: 1em;
      line-height: 1em;
      background-color: #1BA37D;
      width: 10em;
      border: 1px solid #EEE;
      border-left: 0;
      border-radius: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      div.search button.gsc-search-button-v2::after {
        display: block;
        /*content: "検索する";*/
        font-size: 1.2em;
        color: #FFF;
        text-align: center; }
      div.search button.gsc-search-button-v2 svg {
        display: none; }
    div.search table.gsc-search-box td.gsc-input {
      padding-right: 0 !important;
      background-color: #F9F9EF; }
    div.search .gsc-search-button {
      margin-left: 0 !important;
      background-color: #F9F9EF; }
    div.search .gsc-control {
      display: block !important;
      margin: 0 auto !important;
      width: 50% !important; }
    div.search p {
      font-size: 1.1em;
      line-height: 2em;
      text-align: center; }
      @media screen and (max-width: 959px) {
        div.search p {
          font-size: 1rem;
          line-height: 1.2rem;
          text-align: left; } }
    div.search #keyword {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      max-width: 620px;
      margin: 1.5em auto; }
      @media screen and (max-width: 959px) {
        div.search #keyword {
          display: block; } }
      div.search #keyword p {
        display: block;
        font-size: 1em;
        line-height: 1.5em;
        color: #1A813A;
        font-weight: 600; }
      div.search #keyword button {
        display: inline-block;
        height: 1.85em;
        font-size: 0.85em;
        line-height: 1em;
        margin: 0.25rem 0.5rem;
        padding: 0.25em 0.75em;
        color: #FFF;
        border: 1px solid #1A813A;
        border-radius: 5px;
        background-color: #1A813A; }
        @media screen and (max-width: 959px) {
          div.search #keyword button {
            margin: 0 0.25rem 0.5rem 0;
            padding: 0.35rem 0.75rem 0.55rem;
            height: 1.85rem;
            font-size: 1rem;
            line-height: 1rem; } }
        div.search #keyword button:hover {
          color: #333;
          background-color: #FFF; }

 section.event_topics {
    margin: 0 auto;
    padding: 0 20px 2em 20px; }
    @media screen and (max-width: 959px) {
      section.event_topics {
        margin: 2rem auto;
        width: 80%; } }
    @media screen and (max-width: 959px) {
      section.event_topics h2 {
        font-size: 1.25rem !important; } }
    section.event_topics p {
      text-align: end; }
    @media screen and (max-width: 959px) {
      section.event_topics a.btn, section.event_topics a.btn i {
        font-size: 0.85rem !important; } }
    section.event_topics ul.tab_area {
      display: flex;
      margin-bottom: 2.5em;
      border-bottom: 2px solid #1BA37D;
      justify-content: center; }
      section.event_topics ul.tab_area li.tab {
        margin: 0 0.25em;
        padding: 0;
        font-size: 1.1em;
        line-height: 3em;
        text-align: center;
        width: 19em;
        border: 2px solid #1BA37D;
        border-bottom: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #FFF;
        background-color: #1BA37D; }
        @media screen and (max-width: 959px) {
          section.event_topics ul.tab_area li.tab {
            width: 50%;
            font-size: 1rem;
            line-height: 1.5rem; } }
        section.event_topics ul.tab_area li.tab:hover {
          cursor: pointer;
          opacity: 0.7; }
        section.event_topics ul.tab_area li.tab br {
          display: none; }
          @media screen and (max-width: 959px) {
            section.event_topics ul.tab_area li.tab br {
              display: block; } }
        section.event_topics ul.tab_area li.tab.active {
          color: #333;
          background-color: #FFF; }
          section.event_topics ul.tab_area li.tab.active:hover {
            cursor: auto;
            opacity: 1; }
          section.event_topics ul.tab_area li.tab.active::after {
            display: block;
            margin: 0;
            content: "";
            border-bottom: 2px solid #FFF;
            margin-bottom: -2px;
            width: 18.75em;
            height: 1px; }
@keyframes panel-show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    section.event_topics div.panel_area ul.panel {
      display: none; }
    section.event_topics div.panel_area ul.panel.active {
      display: flex;
      margin: 0 0 2em 0;
      justify-content: center;
      flex-wrap: wrap; }
      section.event_topics div.panel_area ul.panel.active li {
        flex: 0 0 auto;
        padding: 0 1.5% 1.5em 1.5%;
        width: 22%; }
        @media screen and (max-width: 959px) {
          section.event_topics div.panel_area ul.panel.active li {
            width: 97%; } }
        section.event_topics div.panel_area ul.panel.active li a:hover {
          opacity: 0.7; }
        section.event_topics div.panel_area ul.panel.active li img {
          width: 100%;
          border-radius: 10px; }
        section.event_topics div.panel_area ul.panel.active li .update {
          font-size: 0.85em;
          line-height: 2.5em;
          color: #1BA37D; }
        section.event_topics div.panel_area ul.panel.active li p {
          text-align: left; }
    section.event_topics div.panel_area ul.panel.archive {
      display: flex;
      margin: 0 0 2em 0;
      justify-content: space-around;
      flex-wrap: wrap; }
      section.event_topics div.panel_area ul.panel.archive li {
        flex: 1 0 auto;
        padding: 0 1.5% 1.5em 1.5%;
        width: 22%; }
        @media screen and (max-width: 959px) {
          section.event_topics div.panel_area ul.panel.archive li {
            width: 97%; } }
        section.event_topics div.panel_area ul.panel.archive li a:hover {
          opacity: 0.7; }
        section.event_topics div.panel_area ul.panel.archive li img {
          width: 100%;
          border-radius: 10px; }
        section.event_topics div.panel_area ul.panel.archive li .update {
          font-size: 0.85em;
          line-height: 2.5em;
          color: #1BA37D; }
        section.event_topics div.panel_area ul.panel.archive li p {
          text-align: left; }
