@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;
}

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;
}

/*その他
--------------------------------------*/

.chuuou {
  text-align: center!important
}
.ao_to_line {
    text-decoration: underline!important;
    color: #0000CC!important
}
.lh135{
        line-height: 1.35!important
    }
.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;        /* 文字の影 */
}


@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;
}

#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;
  z-index: 9;
}

#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;
  /*z-index: 1;*/
}

#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;
}
#kigyou #keyv{
  position: relative;
  background: url("../img/keyv_bg_new_cercle.svg"), url("../img/keyv_bg_s_new.png");
  background-size: 401px 363px ,cover;
  background-repeat: no-repeat;
  background-position: calc(50% + 565px) 3px, top center;
  height: 190px;
}

@media screen and (max-width: 1500px) {
  #kigyou #keyv {
    background-position: 68vw 3px,top center;
  }
}

#kigyou #keyv .keyv_inner_wrap{
  position: relative;
  width: 100%;
  height: 100%;
}

#kigyou #keyv .keyv_title{
  font-size: 33px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#kigyou #attempt .keyv_title{
  font-family: "BIZ UDPMincho";
  letter-spacing: 0.2em;
  color: #007245;
  font-size: 30px;
  font-weight: bold;
}

#kigyou .content_wrap{
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}

#kigyou .content_wrap .wrap-tab{
  width: 750px;
  overflow: hidden;
  padding-bottom: 100px;
}

#kigyou .content_wrap .wrap-tab .tab-content{
  display: none;
}

#kigyou .content_wrap .wrap-tab .tab-content.active{
  display: block;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 155px;
  border-bottom: 1px solid #007245;
  margin-bottom: 24px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag{
  font-size: 14px;
  line-height: 14px;
  color: #007245;
  font-weight: bold;
  width: 110px;
  text-align: center;
  padding-top: 26px;
  margin-right: 20px;
  word-break: keep-all;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico01{
  background: URL("../img/box_ico_01.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico02{
  background: URL("../img/box_ico_02.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico03{
  background: URL("../img/box_ico_03.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico04{
  background: URL("../img/box_ico_04.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico05{
  background: URL("../img/box_ico_05.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico06{
  background: URL("../img/box_ico_06.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico07{
  background: URL("../img/box_ico_07.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico08{
  background: URL("../img/box_ico_08.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico09{
  background: URL("../img/box_ico_09.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico10{
  background: URL("../img/box_ico_10.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico11{
  background: URL("../img/box_ico_11.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico12{
  background: URL("../img/box_ico_12.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico13{
  background: URL("../img/box_ico_13.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico14{
  background: URL("../img/box_ico_14.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico15{
  background: URL("../img/box_ico_15.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico16{
  background: URL("../img/box_ico_16.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico17{
  background: URL("../img/box_ico_17.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico18{
  background: URL("../img/box_ico_18.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico19{
  background: URL("../img/box_ico_19.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico20{
  background: URL("../img/box_ico_20.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico21{
  background: URL("../img/box_ico_21.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico22{
  background: URL("../img/box_ico_22.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico23{
  background: URL("../img/box_ico_23.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico_csr{
  background: URL("../img/box_ico_csr.png");
  background-repeat: no-repeat;
  background-size: 82px 81px;
  background-position: 9px 50px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_main{
  font-size: 28px;
  line-height: 41px;
  font-weight: bold;
  margin: auto 0;
  padding-top: 16px;
  width: 630px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area{
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area .accordion-area_li{
  margin: 0 0 10px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area .accordion-area_li.no_disp{
  display: none;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area .accordion-area_li .accordion-item{
  position: relative;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title{
  font-size: 21px;
  line-height: 37px;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 14px 75px 14px 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #007245;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title.close .plus_ico:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title.close .plus_ico:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico{
  width: 30px;
  height: 30px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::before, #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::after{
  position: absolute;
  content: '';
  width: 17px;
  height: 2px;
  background-color: #007245;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::before{
  top: 48%;
  left: 7px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::after{
  top: 48%;
  left: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box{
  display: none;
  padding-top: 20px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img{
  margin: 0 auto 40px;
  text-align: center;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img{
  margin: auto;
  width: 100%;
  height: 100%;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img.pic_w500{
  width: 500px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img.pic_w550{
  width: 550px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img.pic_border{
  border: 1px solid #000;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img .box_content_text{
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 38px;
  text-align: right;
}

#kigyou ul.box_content_text,
#kigyou ol.box_content_text{
  padding-left: 20px;
}

#kigyou ul.box_content_text > li{
  list-style: disc;
}

#kigyou ol.box_content_text > li{
  list-style-type: decimal;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_title{
  border-left: 7px solid #D2D921;
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 24px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_text{
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 38px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_text.mb30{
  margin-bottom: 30px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area{
  text-align: right;
  margin-bottom: 38px;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area a{
  font-size: 15px;
  line-height: 29px;
  color: #007245;
  margin-right: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  background-position: center right;
}

#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area a::after{
  content: url(../img/link_out.svg);
  display: inline-block;
  width: 15px;
  height: 12px;
}

#kigyou .kigyou_tab_area_wrap{
  width: 220px;
  margin-top: 45px;
  border-top: 1px solid #B2B2B2;
  padding-bottom: 100px;
}

#kigyou .kigyou_tab_area_wrap ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#kigyou .kigyou_tab_area_wrap .list-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#kigyou .kigyou_tab_area_wrap .list-tab > li{
  font-size: 15px;
  display: block;
  padding: 0 10px;
  margin: 0 2px;
  width: 100%;
  border-bottom: 1px solid #B2B2B2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  background: URL("../img/green_arrow_right.svg") #fff;
  background-repeat: no-repeat;
  background-size: 6.5px 9px;
  background-position: 194px center;
}

#kigyou .kigyou_tab_area_wrap .list-tab > li.no_link{
  color: #707070;
  background: #fff;
  cursor: auto;
}

#kigyou .kigyou_tab_area_wrap .list-tab .active{
  background: URL("../img/green_arrow_right.svg") #E5F1EC;
  background-repeat: no-repeat;
  background-size: 6.5px 9px;
  background-position: 194px center;
  color: #007245;
}

@media screen and (min-width: 751px) {
  .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;
  }
  #kigyou.big_text #keyv .keyv_title {
    font-size: calc(33px * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag {
    font-size: calc(14px * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_main {
    font-size: calc(28px * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .tab-content_area_wrap .title {
    font-size: calc(21px * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .box .box_img .box_content_text {
    font-size: calc(15px * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .box .box_content .box_content_title {
    font-size: calc(21px * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .box .box_content .box_content_text {
    font-size: calc(15px * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .box .box_content_link_area a {
    font-size: calc(15px * 1.2);
  }
  #kigyou.big_text .kigyou_tab_area_wrap .list-tab > li {
    font-size: calc(15px * 1.2);
  }
}
@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;
  }
  #kigyou #keyv{
    background: url("../img/keyv_bg_new_cercle.svg"), url("../img/keyv_bg_s_new.png");
    background-size: 33.41667vw 30.25vw, cover;
    background-repeat: no-repeat;
    background-position: calc(50% + 34.16667vw) 0.25vw, top center;
    height: 15.83333vw;
  }
  #kigyou #keyv .keyv_inner_wrap{
    position: relative;
    width: 100%;
    height: 100%;
  }
  #kigyou #keyv .keyv_title{
    font-size: 2.75vw;
    width: 90%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #kigyou .content_wrap{
    max-width: 83.33333vw;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab{
    width: 62.5vw;
    overflow: hidden;
    padding-bottom: 8.33333vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content{
    display: none;
  }
  #kigyou .content_wrap .wrap-tab .tab-content.active{
    display: block;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 12.91667vw;
    border-bottom: 1px solid #007245;
    margin-bottom: 2vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag{
    font-size: 1.16667vw;
    line-height: 1.16667vw;
    color: #007245;
    font-weight: bold;
    width: 9.16667vw;
    text-align: center;
    padding-top: 2.16667vw;
    margin-right: 1.66667vw;
    word-break: keep-all;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico01{
    background: URL("../img/box_ico_01.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico02{
    background: URL("../img/box_ico_02.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico03{
    background: URL("../img/box_ico_03.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico04{
    background: URL("../img/box_ico_04.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico05{
    background: URL("../img/box_ico_05.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico06{
    background: URL("../img/box_ico_06.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico07{
    background: URL("../img/box_ico_07.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico08{
    background: URL("../img/box_ico_08.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico09{
    background: URL("../img/box_ico_09.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico10{
    background: URL("../img/box_ico_10.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico11{
    background: URL("../img/box_ico_11.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico12{
    background: URL("../img/box_ico_12.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico13{
    background: URL("../img/box_ico_13.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico14{
    background: URL("../img/box_ico_14.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico15{
    background: URL("../img/box_ico_15.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico16{
    background: URL("../img/box_ico_16.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico17{
    background: URL("../img/box_ico_17.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico18{
    background: URL("../img/box_ico_18.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico19{
    background: URL("../img/box_ico_19.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico20{
    background: URL("../img/box_ico_20.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico21{
    background: URL("../img/box_ico_21.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico22{
    background: URL("../img/box_ico_22.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico23{
    background: URL("../img/box_ico_23.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico_csr{
    background: URL("../img/box_ico_csr.png");
    background-repeat: no-repeat;
    background-size: 6.83333vw 6.75vw;
    background-position: 0.75vw 4.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_main{
    font-size: 2.33333vw;
    line-height: 3.41667vw;
    font-weight: bold;
    margin: auto 0;
    padding-top: 1.33333vw;
    width: 62.5vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap {
    /*アコーディオン全体*/
    /*アコーディオンタイトル*/
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area{
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area .accordion-area_li {
    margin: 0 0 0.83333vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area .accordion-area_li .accordion-item{
    position: relative;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title{
    font-size: 1.75vw;
    line-height: 3.08333vw;
    color: #fff;
    position: relative;
    cursor: pointer;
    padding: 1.16667vw 6.25vw 1.16667vw 1.66667vw;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #007245;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title.close .plus_ico:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title.close .plus_ico:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico{
    width: 2.5vw;
    height: 2.5vw;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 1.83333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::before, #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::after{
    position: absolute;
    content: '';
    width: 1.41667vw;
    height: 0.16667vw;
    background-color: #007245;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::before{
    top: 48%;
    left: 0.58333vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::after{
    top: 48%;
    left: 0.58333vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box{
    display: none;
    padding-top: 1.66667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img{
    margin: 0 auto 3.33333vw;
    text-align: center;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img{
    margin: auto;
    width: 100%;
    height: 100%;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img.pic_w500 {
    width: 41.66667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img.pic_w550 {
    width: 45.83333vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img.pic_border{
    border: 1px solid #000;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img .box_content_text {
    font-size: 1.25vw;
    line-height: 2.25vw;
    margin-bottom: 3.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_title{
    border-left: 0.58333vw solid #D2D921;
    font-size: 1.75vw;
    line-height: 2.33333vw;
    font-weight: bold;
    padding-left: 1.25vw;
    margin-bottom: 2vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_text {
    font-size: 1.25vw;
    line-height: 2.25vw;
    margin-bottom: 3.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_text.mb30 {
    margin-bottom: 2.5vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area{
    text-align: right;
    margin-bottom: 3.16667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area a{
    font-size: 1.25vw;
    line-height: 2.41667vw;
    color: #007245;
    margin-right: 1.66667vw;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 1.25vw 1vw;
    background-position: center right;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area a::after{
    content: url(../img/link_out.svg);
    display: inline-block;
    width: 1.25vw;
    height: 1vw;
  }
  #kigyou .kigyou_tab_area_wrap{
    width: 18.33333vw;
    margin-top: 3.75vw;
    border-top: 1px solid #B2B2B2;
    padding-bottom: 8.33333vw;
  }
  #kigyou .kigyou_tab_area_wrap ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab > li{
    font-size: 1.25vw;
    display: block;
    padding: 0 0.83333vw;
    margin: 0 0.16667vw;
    width: 100%;
    border-bottom: 1px solid #B2B2B2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    height: 4.16667vw;
    line-height: 4.16667vw;
    background: URL("../img/green_arrow_right.svg") #fff;
    background-repeat: no-repeat;
    background-size: 0.54167vw 0.75vw;
    background-position: 16.16667vw center;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab > li.no_link{
    color: #707070;
    background: #fff;
    cursor: auto;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab .active{
    background: URL("../img/green_arrow_right.svg") #E5F1EC;
    background-repeat: no-repeat;
    background-size: 0.54167vw 0.75vw;
    background-position: 16.16667vw center;
    color: #007245;
  }
  #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;
  }
  #kigyou.big_text #keyv .keyv_title {
    font-size: calc(2.75vw * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag {
    font-size: calc(1.16667vw * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_main {
    font-size: calc(2.33333vw * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .tab-content_area_wrap .title {
    font-size: calc(1.75vw * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .box .box_img .box_content_text {
    font-size: calc(1.25vw * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .box .box_content .box_content_title {
    font-size: calc(1.75vw * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .box .box_content .box_content_text {
    font-size: calc(1.25vw * 1.2);
  }
  #kigyou.big_text .content_wrap .wrap-tab .box .box_content_link_area a {
    font-size: calc(1.25vw * 1.2);
  }
  #kigyou.big_text .kigyou_tab_area_wrap .list-tab > li {
    font-size: calc(1.25vw * 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;
  }

  #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;
  }
  #kigyou #keyv{
    margin-top: 16vw;
    position: relative;
    background: url("../img/keyv_bg_sp2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 25.73333vw;
  }
  #kigyou #keyv .keyv_title{
    width: 100%;
    text-align: center;
    left: 50%;
    font-size: 4.4vw;
    line-height: 7.73333vw;
    top: 50%;
  }
  #kigyou .nav_content {
    width: 88vw;
    height: 10.66667vw;
    margin: 5.33333vw auto 5.33333vw;
  }
  #kigyou .nav_content .nav_content_link_item{
    font-size: 2.4vw;
    line-height: 4vw;
    width: 50%;
    display: block;
    text-align: center;
    border-left: 1px solid #999999;
    padding: 2.66667vw 0;
    background: URL("../img/green_arrow_under.svg");
    background-repeat: no-repeat;
    background-size: 2.13333vw 1.33333vw;
    background-position: center 85%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #kigyou .content_wrap{
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  #kigyou .content_wrap .wrap-tab{
    width: 88vw;
    margin: auto;
    padding-bottom: 13.33333vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 23.6vw;
    border-bottom: 1px solid #007245;
    margin-bottom: 5.2vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag{
    font-size: 2vw;
    line-height: 2vw;
    color: #007245;
    font-weight: bold;
    width: 14.66667vw;
    text-align: center;
    padding-top: 5.06667vw;
    margin-right: 2.66667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico01{
    background: URL("../img/box_ico_01.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico02{
    background: URL("../img/box_ico_02.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico03{
    background: URL("../img/box_ico_03.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico04{
    background: URL("../img/box_ico_04.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico05{
    background: URL("../img/box_ico_05.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico06{
    background: URL("../img/box_ico_06.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico07{
    background: URL("../img/box_ico_07.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico08{
    background: URL("../img/box_ico_08.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico09{
    background: URL("../img/box_ico_09.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico10{
    background: URL("../img/box_ico_10.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico11{
    background: URL("../img/box_ico_11.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico12{
    background: URL("../img/box_ico_12.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico13{
    background: URL("../img/box_ico_13.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico14{
    background: URL("../img/box_ico_14.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico15{
    background: URL("../img/box_ico_15.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico16{
    background: URL("../img/box_ico_16.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico17{
    background: URL("../img/box_ico_17.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico18{
    background: URL("../img/box_ico_18.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico19{
    background: URL("../img/box_ico_19.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico20{
    background: URL("../img/box_ico_20.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico21{
    background: URL("../img/box_ico_21.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico22{
    background: URL("../img/box_ico_22.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico23{
    background: URL("../img/box_ico_23.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag.bg_tag_ico_csr{
    background: URL("../img/box_ico_csr.png");
    background-repeat: no-repeat;
    background-size: 12vw 11.86667vw;
    background-position: 1.33333vw 8.4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_main{
    font-size: 4.13333vw;
    line-height: 6vw;
    font-weight: bold;
    margin: auto 0;
    padding-top: 2.66667vw;
    width: 70.66667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap {
    /*アコーディオン全体*/
    /*アコーディオンタイトル*/
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area{
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area .accordion-area_li {
    margin: 0 0 3.46667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .accordion-area .accordion-area_li .accordion-item{
    position: relative;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title {
    font-size: 3.33333vw;
    line-height: 5.73333vw;
    padding: 1.86667vw 9.33333vw 1.86667vw 2.93333vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title.close .plus_ico:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title.close .plus_ico:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico{
    width: 4.8vw;
    height: 4.8vw;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 2.4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::before, #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::after{
    position: absolute;
    content: '';
    width: 2.4vw;
    height: 0.26667vw;
    background-color: #007245;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::before{
    top: 48%;
    left: 1.2vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .plus_ico::after{
    top: 48%;
    left: 1.2vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box{
    display: none;
    padding-top: 2.93333vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img{
    margin: 0 auto 7.33333vw;
    text-align: center;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img{
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img.pic_w500{
    width: 100%;
    height: 100%;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img.pic_w550{
    width: 100%;
    height: 100%;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img img.pic_border{
    border: 1px solid #000;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_img .box_content_text {
    font-size: 2.8vw;
    line-height: 4.93333vw;
    margin-bottom: 6vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_title{
    border-left: 1.06667vw solid #D2D921;
    font-size: 3.33333vw;
    line-height: 3.73333vw;
    font-weight: bold;
    padding-left: 2.4vw;
    margin-bottom: 2.8vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_text {
    font-size: 2.8vw;
    line-height: 4.93333vw;
    margin-bottom: 6vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_text.mb30 {
    margin-bottom: 4vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area{
    text-align: right;
    margin-bottom: 6.66667vw;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area a{
    font-size: 2.8vw;
    line-height: 5.2vw;
    color: #007245;
    margin-right: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 2.8vw 2.2vw;
    background-position: right center;
  }
  #kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area a::after{
    content: url(../img/link_out.svg);
    display: inline-block;
    width: 2.8vw;
    height: 2.2vw;
  }
  #kigyou .kigyou_tab_area_wrap{
    display:none;
  }
/*
  #kigyou .kigyou_tab_area_wrap{
    width: 100%;
    margin-top: 0;
    border-top: none;
    padding-bottom: 26vw;
  }
  #kigyou .kigyou_tab_area_wrap ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #B2B2B2;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab > li{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0 6vw;
    margin: 0;
    width: 50%;
    border-bottom: none;
    box-sizing: border-box;
    cursor: pointer;
    height: 14.66667vw;
    line-height: 14.66667vw;
    background: URL("../img/green_arrow_right.svg") #fff;
    background-repeat: no-repeat;
    background-size: 1.53333vw 2.13333vw;
    background-position: 44.66667vw center;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab > li.no_link{
    color: #707070;
    background: #fff;
    cursor: auto;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab > li:nth-child(even){
    border-left: none;
    border-bottom: 1px solid #B2B2B2;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab > li:nth-child(2n - 1){
    border-right: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab > li:first-child{
    border-left: none;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab > li:last-child{
    border-bottom: 1px solid #B2B2B2;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab .active{
    background: URL("../img/green_arrow_right.svg") #E5F1EC;
    background-repeat: no-repeat;
    background-size: 1.53333vw 2.13333vw;
    background-position: 44.66667vw center;
  }
  #kigyou .kigyou_tab_area_wrap .list-tab > li {
    font-size: 3.33333vw;
  }
*/
  .sp{
    display: block !important;
  }
  .pc{
    display: none;
  }
  .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);
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  .sp{
    display: block !important;
  }
  .pc{
    display: none;
  }
  .big_text#kigyou #keyv .keyv_title {
    font-size: calc(4.4vw * 1.2);
  }
  .big_text#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_tag {
    font-size: calc(2vw * 1.2);
    line-height: calc(2vw * 1.2);
  }
  .big_text#kigyou .content_wrap .wrap-tab .tab-content_area_title .tab-content_area_title_main {
    font-size: calc(4.13333vw * 1.2);
    line-height: 6vw;
  }
  .big_text#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .title {
    font-size: calc(3.33333vw * 1.2);
  }
  .big_text#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_text {
    font-size: calc(2.8vw * 1.2);
    line-height: calc(4.93333vw * 1.2);
  }
  .big_text#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_title {
    font-size: calc(3.33333vw * 1.2);
    line-height: calc(3.73333vw * 1.2);
  }
  .big_text#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content .box_content_text {
    font-size: calc(2.8vw * 1.2);
    line-height: calc(4.93333vw * 1.2);
  }
  .big_text#kigyou .content_wrap .wrap-tab .tab-content_area_wrap .box .box_content_link_area a {
    font-size: calc(2.8vw * 1.2);
    line-height: calc(5.2vw * 1.2);
  }
  .big_text#kigyou .kigyou_tab_area_wrap .list-tab > li {
    font-size: calc(3.33333vw * 1.2);
  }
}
