@charset "UTF-8";


body:not(.bg_default),
:not(.bg_default).h_nav_off2:not(.open)  #head {
  background-color: #E3F2D4;
}
body:not(.bg_default) .main_bg1 {
  opacity: 0;
}


/* dataWrap
***************************************************************/
.dataWrap {
  padding-top: 80px;
  padding-bottom: 140px;
}
.data_inner {
  width: 1150px;
  margin: 0 auto;
}
.data_title1 {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.data_title1 .in {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.data_title1 .in::before {
  content: "";
  width: 100%;
  height: 18px;
  background-color: #E3F2D4;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.data_sml1 {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 19px;
  position: relative;
  margin-top: 20px;
}
.data_sml1 + .data_sml1 {
  margin-top: 10px;
}
.data_sml1::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.data_num_txt1 {
  font-size: 73px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.data_num_sml1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .dataWrap {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .data_inner {
    width: 100%;
    padding: 0 30px
  }
  .data_title1 {
    font-size: 24px;
  }
  .data_title1 .in::before {
    height: 14px;
  }
  .data_sml1 {
    font-size: 12px;
    padding-left: 14px;
    margin-top: 8px;
  }
  .data_sml1 + .data_sml1 {
    margin-top: 5px;
  }
  .data_num_txt1 {
    font-size: 63px;
  }
  .data_num_sml1 {
    font-size: 33px;
  }
}
@media all and (max-width: 370px) {
}


/* data_block1
***************************************************************/
.data_block1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 40px 40px;
}
.data_block1_item1,
.data_block1_item2 {
  width: calc((100% - 40px) / 2);
  height: 680px;
  border-radius: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 60px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.data_block1_item1 {
  background-image: url(../img/data/data_illust9.svg);
  background-size: 393.48px;
  background-position: left -67px bottom -111.6px;
}
.data_block1 .data_title1 {
  font-size: 42px;
  text-align: center;
}
.data_block1_item1_ctm1 {
  position: relative;
  padding-right: 180px;
}
.data_block1_item1_ctm1 .data_num {
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.data_block1_item1_ctm1 .data_num_txt1 {
  font-size: 102px;
}
.data_block1_item1_ctm1 .data_num_sml1 {
  font-size: 42px;
}
.data_block1_item1_box1 {
  width: 320.71px;
  margin: 93.7px auto 0;
  padding-left: 24px;
  position: relative;
}
.data_block1_item1_box1_sml1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.data_block1_item1_box1_num {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
}
.data_block1_item1_box1_num.type1 {
  top: -40px;
  left: -90px;
}
.data_block1_item1_box1_num.type2 {
  bottom: -76px;
  right: -60px;
}
.data_block1_item1_box2 {
  width: 440px;
  margin: 50px auto 0;
  position: relative;
}
.data_block1_item1_box2_num {
  display: flex;
  align-items: baseline;
  position: absolute;
}
.data_block1_item1_box2_sml1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.data_block1_item1_box2_num.type1 {
  top: 0;
  right: 13px;
}
.data_block1_item1_box2_num.type2 {
  top: 122px;
  right: 0;
}
.data_block1_item1_box2_num.type3 {
  top: 252px;
  right: 0;
}
.data_block1_item1_box2_num.type4 {
  top: 382px;
  right: 13px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .data_block1 {
    display: flex;
    flex-flow: column;
    gap: 20px 0;
  }
  .data_block1_item1,
  .data_block1_item2 {
    width: 100%;
    padding-top: 30px;
  }
  .data_block1_item1 {
    height: 329px;
    background-size: 191.96px;
    background-position: right -75px bottom -55px;
  }
  .data_block1_item2 {
    height: 296px;
  }
  .data_block1 .data_title1 {
    font-size: 24px;
  }
  .data_block1_item1_ctm1 {
    position: relative;
    padding-right: 94px;
  }
  .data_block1_item1_ctm1 .data_num {
    top: -2px;
  }
  .data_block1_item1_ctm1 .data_num_txt1 {
    font-size: 51px;
  }
  .data_block1_item1_ctm1 .data_num_sml1 {
    font-size: 24px;
  }
  .data_block1_item1_box1 {
    width: 198.79px;
    margin-top: 38px;
    padding-left: 0;
  }
  .data_block1_item1_box1 .data_num_txt1 {
    font-size: 36px;
  }
  .data_block1_item1_box1 .data_num_sml1 {
    font-size: 18px;
  }
  .data_block1_item1_box1_sml1 {
    font-size: 16px;
  }
  .data_block1_item1_box1_num.type1 {
    top: -18px;
    left: -52px;
  }
  .data_block1_item1_box1_num.type2 {
    top: -18px;
    bottom: auto;
    right: -50px;
  }
  .data_block1_item1_box2 {
    width: 278px;
    margin-top: 25px;
  }
  .data_block1_item1_box2 .data_num_txt1 {
    font-size: 39px;
  }
  .data_block1_item1_box2 .data_num_sml1 {
    font-size: 23px;
  }
  .data_block1_item1_box2_sml1 {
    font-size: 16px;
    margin-left: -8px;
  }
  .data_block1_item1_box2_num.type1 {
    top: 36px;
    right: auto;
    left: 20px;
  }
  .data_block1_item1_box2_num.type2 {
    top: 36px;
    right: -9px;
  }
  .data_block1_item1_box2_num.type3 {
    top: 139px;
    right: auto;
    left: 20px;
  }
  .data_block1_item1_box2_num.type4 {
    top: 139px;
    right: 0;
  }
}
@media all and (max-width: 370px) {
}


/* data_block2
***************************************************************/
.data_block2 {
  width: 100%;
  border-radius: 10px;
  padding: 88px 0 60px;
  margin-top: 40px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.data_block2 .data_title1 {
  position: absolute;
  top: 72px;
  left: 75px;
}
.data2_img1 {
  width: 901.32px;
  margin: 0 auto;
  position: relative;
}
.data2_line {
  width: 3px;
  height: 0;
  position: absolute;
}
.data2_line::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #4A8B09;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height .8s ease 1s;
}
.data2_line.scrollin::before {
  height: 100%;
}
.data2_line.type1 {
  height: 225px;
  bottom: 164px;
  left: 223px;
  transform: rotate(-70.5deg);
}
.data2_line.type2 {
  height: 135px;
  bottom: 215px;
  left: 326px;
  transform: rotate(-47.5deg);
}
.data2_line.type3 {
  height: 205px;
  bottom: 195px;
  left: 411px;
  transform: rotate(8deg);
}
.data2_line.type4 {
  height: 155px;
  bottom: 388px;
  left: 694px;
  transform: rotate(90deg);
}
.data2_line.type5 {
  height: 165px;
  bottom: 29px;
  left: 218px;
  transform: rotate(-113deg);
}
.data2_line.type6 {
  height: 335px;
  bottom: 64px;
  left: 574px;
  transform: rotate(69.2deg);
}
.data2_line.type7 {
  height: 332px;
  bottom: -13px;
  left: 606px;
  transform: rotate(90deg);
}
.data2_line.type8 {
  height: 128px;
  bottom: 18px;
  left: 477px;
  transform: rotate(132deg);
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .data_block2 {
    width: 100%;
    padding: 30px 0 46px;
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .data_block2 .data_title1 {
    position: static;
  }
  .data2_img1 {
    width: 283px;
    margin-top: 33px;
  }
  .data2_line {
    width: 2px;
  }
  .data2_line.type1 {
    height: 60px;
    bottom: 124px;
    left: 62.5px;
    transform: rotate(-51deg);
  }
  .data2_line.type2 {
    height: 115px;
    bottom: 130px;
    left: 88px;
    transform: rotate(-19.5deg);
  }
  .data2_line.type3 {
    height: 190px;
    bottom: 116px;
    left: 104px;
    transform: rotate(-11deg);
  }
  .data2_line.type4 {
    height: 55px;
    bottom: 250px;
    left: 236px;
    transform: rotate(13deg);
  }
  .data2_line.type5 {
    height: 59px;
    bottom: 38px;
    left: 57px;
    transform: rotate(-142deg);
  }
  .data2_line.type6 {
    height: 170px;
    bottom: 105px;
    left: 148.5px;
    transform: rotate(9.5deg);
  }
  .data2_line.type7 {
    height: 94px;
    bottom: 26px;
    left: 190px;
    transform: rotate(118.5deg);
  }
  .data2_line.type8 {
    height: 30px;
    bottom: 51px;
    left: 137px;
    transform: rotate(177deg);
  }
}
@media all and (max-width: 370px) {
}


/* data_block3
***************************************************************/
.data_block3 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 40px 35px;
  margin-top: 44px;
}
.data_block3_item1 {
  width: calc((100% - 70px) / 3);
  height: 256px;
  border-radius: 10px;
  padding-top: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px 0;
}
.data_fukidashi1 {
  display: inline-block;
  background-color: #4A8B09;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -16px;
}
.data_fukidashi1::before {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/data/fukidashi1.svg) no-repeat center / contain;
  position: absolute;
  z-index: -1;
  bottom: -18px;
  left: 80px;
}
.data_block3_item1.item1 {
  background-image: url(../img/data/data_illust1.svg);
  background-size: 141.98px;
  background-position: right -18px bottom -13px;
}
.data_block3_item1.item2 {
  background-image: url(../img/data/data_illust2.svg);
  background-size: 165.05px;
  background-position: right -53px bottom -31px;
}
.data_block3_item1.item3 {
  background-image: url(../img/data/data_illust3.svg);
  background-size: 182.33px;
  background-position: right -29px bottom -17px;
}
.data_block3_item1.item4 {
  background-image: url(../img/data/data_illust4.svg);
  background-size: 150.28px;
  background-position: right -8px bottom -24px;
}
.data_block3_item1.item5 {
  background-image: url(../img/data/data_illust5.svg);
  background-size: 164.18px;
  background-position: right -25px bottom -20px;
}
.data_block3_item1.item6 {
  background-image: url(../img/data/data_illust6.svg);
  background-size: 142.7px;
  background-position: right -40px bottom -9px;
}
.data_block3_item1.item7 {
  background-image: url(../img/data/data_illust7.svg);
  background-size: 233.28px;
  background-position: right -88px bottom -15px;
}
.data_block3_item1.item8 {
  background-image: url(../img/data/data_illust8.svg);
  background-size: 189.45px;
  background-position: right -27px bottom 15px;
  width: calc((((100% - 70px) / 3) * 2) + 35px);
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 67px;
  padding-left: 80px;
}
.data_block3_clm1 {
  display: flex;
  gap: 0 68px;
  text-align: center;
  padding-top: 20px;
}
.data_block3_clm1 .data_title1 {
  font-size: 27px;
  margin-bottom: 24px;
}
@media all and (min-width: 681px) {
  .data_fukidashi1.rev {
    left: auto;
    right: -16px;
  }
  .data_fukidashi1.rev::before {
    left: 50px;
    transform: scale(-1, 1);
  }
}
@media all and (max-width: 680px) {
  .data_block3 {
    width: 100%;
    display: block;
    margin-top: 44px;
  }
  .data_block3_item1 {
    width: 100%;
    height: 151px;
    padding-top: 25px;
    gap: 15px 0;
  }
  .data_block3_item1 + .data_block3_item1 {
    margin-top: 20px;
  }
  .data_fukidashi1 {
    display: block;
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 7px 0;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .data_fukidashi1::before {
    left: 50px;
  }
  .data_block3_item1.item1 {
    background-size: 95.77px;
    background-position: right -10px bottom -10px;
  }
  .data_block3_item1.item2 {
    background-size: 123.41px;
    background-position: right -38px bottom -27.5px;
  }
  .data_block3_item1.item3 {
    background-size: 133.96px;
    background-position: right -40px bottom -21px;
  }
  .data_block3_item1.item4 {
    background-size: 120.02px;
    background-position: right -18px bottom -34px;
  }
  .data_block3_item1.item5 {
    background-size: 120.37px;
    background-position: right -19px bottom -18.5px;
  }
  .data_block3_item1.item6 {
    margin-top: 44px;
    background-size: 111.51px;
    background-position: right -17px bottom -11px;
  }
  .data_block3_item1.item7 {
    margin-top: 44px;
    background-size: 155.65px;
    background-position: right -53px bottom -17px;
  }
  .data_block3_item1.item8 {
    background-size: 127.22px;
    background-position: right -23px bottom 14px;
    width: 100%;
    height: auto;
    padding-bottom: 32px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 0;
    padding-left: 0;
  }
  .data_block3_clm1 {
    gap: 0 50px;
    padding-top: 18px;
  }
  .data_block3_clm1 .data_title1 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 370px) {
}


/* data_block4
***************************************************************/
.data_block4 {
  width: 100%;
  height: 242px;
  border-radius: 10px;
  margin-top: 40px;
  padding-left: 75px;
  color: #fff;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  gap: 0 70px;
  background-color: #4A8B09;
  background-repeat: no-repeat;
}
.data_block4_tit1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.data_block4 .data_sml1 {
  margin-top: 10px;
}
.data_block4 .data_sml1 + .data_sml1 {
  margin-top: 5px;
}
.data_block4_in2 {
  padding-top: 20px;
}
.data_block4 .data_num_txt1 {
  font-size: 100px;
}
.data_block4 .data_num_sml1 {
  font-size: 42px;
}
@media all and (min-width: 681px) {
  .data_block4 {
    background-image: url(../img/data/data_illust10.svg);
    background-size: 447.91px;
    background-position: right -22px bottom -87px;
  }
}
@media all and (max-width: 680px) {
  .data_block4 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 25px 0 38px;
    padding-left: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 0;
  }
  .data_block4 {
    background-image: url(../img/data/data_illust10.svg);
    background-size: 223.96px;
    background-position: right -22px bottom -43.5px;
  }
  .data_block4_tit1 {
    font-size: 24px;
    text-align: center;
  }
  .data_block4 .data_sml1 {
    margin-top: 5px;
  }
  .data_block4 .data_sml1 + .data_sml1 {
    margin-top: 5px;
  }
  .data_block4_data_num {
    text-align: center;
    margin-top: 15px;
    min-width: 191.34px;
  }
  .data_block4 .data_num_txt1 {
    font-size: 63px;
  }
  .data_block4 .data_num_sml1 {
    font-size: 36px;
  }
  .data_block4_data_num_sml1 {
    font-size: 47px;
  }
}
@media all and (max-width: 370px) {
}


/* pointWrap
***************************************************************/
.pointWrap {
  padding: 140px 0;
}
.point_text1Box {
  display: flex;
  justify-content: center;
}
.point_text1 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.point_text1 .en {
  font-size: 25px;
  font-weight: 700;
}
.point_text1::before {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #325310;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  transform: rotate(-30deg);
}
.point_text1::after {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #325310;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  transform: rotate(30deg);
}
.point_title1 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.38;
}
.point_title1 .bold {
  font-size: 60px;
}
@media all and (min-width: 681px) {
  .point_title1 .linePC {
    position: relative;
    z-index: 1;
  }
  .point_title1 .linePC::before {
    content: "";
    width: 100%;
    height: 18px;
    background-color: #E3F2D4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .point_title1.type2 .linePC::before {
    background-color: #fff;
  }
}
@media all and (max-width: 680px) {
  .pointWrap {
    padding: 90px 0;
  }
  .point_text1 {
    font-size: 15px;
  }
  .point_text1 .en {
    font-size: 18px;
  }
  .point_text1::before {
    width: 2px;
    height: 20px;
    left: -20px;
  }
  .point_text1::after {
    width: 2px;
    height: 20px;
    right: -15px;
  }
  .point_title1 {
    font-size: 24px;
  }
  .point_title1 .bold {
    font-size: 34px;
  }
  .point_title1 .lineSP {
    position: relative;
    z-index: 1;
  }
  .point_title1 .lineSP::before {
    content: "";
    width: 100%;
    height: 17px;
    background-color: #E3F2D4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .point_title1.type2 .lineSP::before {
    background-color: #fff;
  }
}
@media all and (max-width: 370px) {
}


/* point_box
***************************************************************/
.point_box1 {
  width: 1150px;
  height: 653px;
  margin: 70px auto 0;
  position: relative;
}
.point_box2 {
  width: 1150px;
  height: 597px;
  margin: 46px auto 0;
  position: relative;
}
.point_item {
  position: absolute;
  z-index: 1;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .point_box1 {
    width: 315px;
    height: 405px;
    margin-top: 30px;
  }
  .point_box2 {
    width: 315px;
    height: 676px;
    margin-top: 30px;
  }
}
@media all and (max-width: 370px) {
}


/* point_item1
***************************************************************/
.point_item.p1_1 {
  width: 253.09px;
  top: 0;
  left: 0;
}
.point_item.p1_2 {
  width: 263.18px;
  top: 38px;
  left: 332px;
}
.point_item.p1_3 {
  width: 159.46px;
  top: 0;
  left: 563px;
}
.point_item.p1_4 {
  width: 274.54px;
  top: 32px;
  left: 859px;
}
.point_item.p1_5 {
  width: 202.78px;
  top: 266px;
  left: 311px;
}
.point_item.p1_6 {
  width: 207.19px;
  top: 115px;
  left: 698px;
}
.point_item.p1_7 {
  width: 215.59px;
  top: 232px;
  left: 37px;
}
.point_item.p1_8 {
  width: 205.64px;
  top: 264px;
  left: 553px;
}
.point_item.p1_9 {
  width: 247.4px;
  top: 215px;
  left: 873px;
  z-index: 0;
}
.point_item.p1_10 {
  width: 89.93px;
  top: 381px;
  left: 287px;
}
.point_item.p1_11 {
  width: 184.23px;
  top: 420px;
  left: 330px;
  z-index: 0;
}
.point_item.p1_12 {
  width: 261.79px;
  top: 376px;
  left: 790px;
}
.point_item.p1_13 {
  width: 172.95px;
  top: 548px;
  left: 164px;
}
.point_item.p1_14 {
  width: 160.19px;
  top: 551px;
  left: 501px;
}
.point_item.p1_15 {
  width: 198.74px;
  top: 498px;
  left: 714px;
}
.point_item.p1_16 {
  width: 195.53px;
  top: 472px;
  left: 954px;
}
.point_item.p1_17 {
  width: 263.99px;
  top: 423px;
  left: 0px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .point_item.p1_1 {
    width: 111.8px;
    top: 0;
    left: 0;
  }
  .point_item.p1_2 {
    width: 138.51px;
    top: 39px;
    left: 106px;
    z-index: 0;
  }
  .point_item.p1_3 {
    width: 84.39px;
    top: 70px;
    left: auto;
    right: 0;
  }
  .point_item.p1_4 {
    width: 157.49px;
    top: 0;
    left: auto;
    right: 0;
  }
  .point_item.p1_5 {
    width: 93.39px;
    top: 173px;
    left: 8px;
  }
  .point_item.p1_6 {
    width: 85.24px;
    top: 150px;
    left: auto;
    right: 0;
  }
  .point_item.p1_7 {
    width: 96.31px;
    top: 91px;
    left: 0;
  }
  .point_item.p1_8 {
    width: 109.45px;
    top: 142px;
    left: 109px;
  }
  .point_item.p1_9 {
    width: 88.12px;
    top: 280px;
    left: auto;
    right: 0;
  }
  .point_item.p1_10 {
    width: 51.59px;
    top: 214px;
    left: 0;
  }
  .point_item.p1_11 {
    width: 95.46px;
    top: 227px;
    left: 44px;
  }
  .point_item.p1_12 {
    width: 136.18px;
    top: 233px;
    left: auto;
    right: 0;
  }
  .point_item.p1_13 {
    width: 99.21px;
    top: 356px;
    left: 0;
  }
  .point_item.p1_14 {
    width: 70.68px;
    top: 360px;
    left: 113px;
  }
  .point_item.p1_15 {
    width: 88.3px;
    top: 288px;
    left: 127px;
  }
  .point_item.p1_16 {
    width: 95.29px;
    top: 340px;
    left: auto;
    right: 0;
  }
  .point_item.p1_17 {
    width: 103.75px;
    top: 299px;
    left: 0px;
  }
}
@media all and (max-width: 370px) {
}


/* point_item2
***************************************************************/
.p2_img1 {
  width: 280.5px;
  top: 117px;
  left: -39px;
}
.point_item.p2_1 {
  width: 184.23px;
  top: 12px;
  left: 210px;
}
.point_item.p2_2 {
  width: 196.99px;
  top: 12px;
  left: 688.5px;
}
.point_item.p2_3 {
  width: 195.65px;
  top: 23.6px;
  right: 87px;
}
.point_item.p2_4 {
  width: 258.19px;
  top: 110px;
  left: 292px;
}
.point_item.p2_5 {
  width: 229.91px;
  top: 103px;
  left: 575px;
}
.point_item.p2_6 {
  width: 234.54px;
  top: 181px;
  right: 107px;
}
.point_item.p2_7 {
  width: 162.23px;
  top: 287px;
  left: 294px;
}
.point_item.p2_8 {
  width: 147.46px;
  top: 261px;
  left: 497px;
}
.point_item.p2_9 {
  width: 176.31px;
  top: 212px;
  left: 607px;
}
.point_item.p2_10 {
  width: 174.54px;
  top: 367px;
  left: 530px;
}
.point_item.p2_11 {
  width: 180.4px;
  top: 339px;
  right: 202px;
}
.point_item.p2_12 {
  width: 172.79px;
  top: 281px;
  right: 77px;
}
.point_item.p2_13 {
  width: 232.93px;
  top: 454px;
  left: 275px;
}
.point_item.p2_14 {
  width: 261.19px;
  top: 463px;
  left: 566px;
}
.point_item.p2_15 {
  width: 249.95px;
  top: 463px;
  right: 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .p2_img1 {
    width: 307.5px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .point_item.p2_1 {
    width: 112.59px;
    top: 0;
    left: 0;
  }
  .point_item.p2_2 {
    width: 89.03px;
    top: 0;
    left: 134px;
  }
  .point_item.p2_3 {
    width: 104.06px;
    top: 17px;
    right: 0;
    z-index: 0;
  }
  .point_item.p2_4 {
    width: 151.5px;
    top: 110px;
    left: 0;
  }
  .point_item.p2_5 {
    width: 120.7px;
    top: 58px;
    left: 76px;
  }
  .point_item.p2_6 {
    width: 137.61px;
    top: 149px;
    right: 10px;
  }
  .point_item.p2_7 {
    width: 91.06px;
    top: 204px;
    left: 0;
  }
  .point_item.p2_8 {
    width: 78.46px;
    top: 200px;
    left: 110px;
  }
  .point_item.p2_9 {
    width: 102.57px;
    top: 103px;
    left: auto;
    right: 0;
  }
  .point_item.p2_10 {
    width: 110.35px;
    top: 260px;
    left: 88px;
  }
  .point_item.p2_11 {
    width: 124.28px;
    top: 275px;
    right: 0;
  }
  .point_item.p2_12 {
    width: 109.24px;
    top: 214px;
    right: 0;
  }
  .point_item.p2_13 {
    width: 130.34px;
    top: 352px;
    left: 0;
  }
  .point_item.p2_14 {
    width: 174.87px;
    top: 363px;
    left: auto;
    right: 0;
  }
  .point_item.p2_15 {
    width: 121.38px;
    top: 301px;
    right: auto;
    left: 15px;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
