@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents span.limit {
  color: #fff;
  background: #C32D28;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  padding: 1px 5px 3px;
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .single-block-contents span.limit {
    padding: 1px 4px 2px;
    margin-right: 8px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.57;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.yellow-highlight {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FAFA7F));
  background: linear-gradient(transparent 0%, #FAFA7F 0%);
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}

.m-articleContents__box:nth-of-type(1) {
  max-width: 900px;
}

.profile {
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  padding: 70px 98px;
  margin-top: 66px;
}
@media screen and (max-width: 640px) {
  .profile {
    border-radius: 5px;
    padding: 20px 20px 24px;
    margin-top: 30px;
  }
}
.profile__teacher, .profile__student {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .profile__teacher, .profile__student {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.profile__student {
  margin-top: 58px;
}
@media screen and (max-width: 640px) {
  .profile__student {
    margin-top: 30px;
  }
}
.profile__img {
  max-width: 214px;
}
@media screen and (max-width: 640px) {
  .profile__img {
    max-width: none;
    width: 51%;
  }
}
.profile__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.profile__head {
  position: relative;
  color: #fff;
  background: #212121;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 10px;
  display: inline-block;
  padding: 17px 29px 17px 27px;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .profile__head {
    font-size: 13px !important;
    border-radius: 5px;
    padding: 12px 8px;
    margin-top: 0;
  }
}
.profile__head::before {
  content: "";
  background: url(../uploads/field-work_profile-ico-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 19px;
}
@media screen and (max-width: 640px) {
  .profile__head::before {
    left: -10px;
    width: 11px;
    height: 9px;
  }
}
.profile__name {
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1 !important;
  padding-left: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .profile__name {
    font-size: 24px !important;
    margin-top: 12px;
  }
}
.profile__name .honor {
  font-size: 14px;
  margin-left: 8px;
}
@media screen and (max-width: 640px) {
  .profile__name .honor {
    font-size: 13px;
    margin-left: 6px;
  }
}
.profile__name--student {
  padding-left: 18px;
}
@media screen and (max-width: 640px) {
  .profile__name--student {
    font-size: 20px !important;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.25 !important;
    letter-spacing: 0.04em;
    padding-left: 12px;
  }
}
.profile__furigana {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1 !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .profile__furigana {
    font-size: 13px !important;
    margin-top: 6px;
  }
}
.profile__txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .profile__txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
    margin-top: 10px;
  }
}
.profile__wrap {
  position: relative;
  background: #E6F4DE;
  border-radius: 10px;
  padding: 36px 16px 16px;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .profile__wrap {
    border-radius: 5px;
    padding: 30px 14px 16px;
    margin-top: 36px;
  }
}
.profile__wrap__ico {
  position: absolute;
  top: -18px;
  left: 0;
  max-width: 143px;
}
@media screen and (max-width: 640px) {
  .profile__wrap__ico {
    top: -12px;
    max-width: 113px;
  }
}
.profile__wrap__list li {
  font-weight: 700;
  line-height: 1.55 !important;
}
@media screen and (max-width: 640px) {
  .profile__wrap__list li {
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.57 !important;
    letter-spacing: 0.1em;
  }
}
.profile__place {
  position: relative;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 9px 30px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .profile__place {
    border-radius: 3px;
    gap: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 12px 20px 14px;
    margin-top: 14px;
  }
}
.profile__place::before {
  content: "";
  background: url(../uploads/field-work_profile-ico-cage.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -9px;
  right: 43px;
  width: 49px;
  height: 47px;
}
@media screen and (max-width: 640px) {
  .profile__place::before {
    top: -7px;
    right: 15px;
    width: 62px;
    height: 59px;
  }
}
.profile__place__head {
  font-size: 15px !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .profile__place__head {
    font-size: 13px !important;
  }
}
.profile__place__txt {
  color: #2D710F;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
}
@media screen and (max-width: 640px) {
  .profile__place__txt {
    font-size: 14px !important;
  }
}

.point {
  background: #F1FCD0;
  border-radius: 16px;
  padding: 50px 0 32px;
}
@media screen and (max-width: 640px) {
  .point {
    border-radius: 6px;
    padding: 30px 0 24px;
  }
}
.point__tit {
  position: relative;
  background: #fff;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-top: 1px solid #212121;
  padding: 19px 85px;
}
@media screen and (max-width: 640px) {
  .point__tit {
    font-size: 16px !important;
    padding: 16px 50px 17px;
  }
}
.point__tit::before {
  content: "";
  background: url(../uploads/field-work_ico-ribbon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 40px;
  width: 25px;
  height: 47px;
}
@media screen and (max-width: 640px) {
  .point__tit::before {
    left: 15px;
    width: 21px;
    height: 38px;
  }
}
.point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px 0 38px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .point__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    margin-top: 16px;
  }
}
.point__wrap--insect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.point__wrap__txt {
  width: 64%;
}
@media screen and (max-width: 640px) {
  .point__wrap__txt {
    width: 100%;
  }
}
.point__wrap__img {
  width: 37.5%;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
@media screen and (max-width: 640px) {
  .point__wrap__img {
    width: 86%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 12px;
  }
}

.plant {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .plant {
    margin-top: 20px;
  }
}
.plant__mv {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .plant__mv {
    margin-top: 24px;
  }
}
.plant__mv-sub {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .plant__mv-sub {
    margin-top: 16px;
  }
}
.plant .glass-tit {
  position: relative;
  color: #387612;
  background: #fff;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1 !important;
  display: inline-block;
  padding: 9px 16px;
  margin-top: 102px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .plant .glass-tit {
    font-size: 18px !important;
    padding: 7px 2px 7px 48px;
    margin-top: 56px;
  }
}
.plant .glass-tit::before {
  content: "";
  background: url(../uploads/field-work_ico-grass.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -52px;
  width: 97px;
  height: 126px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .plant .glass-tit::before {
    top: -14px;
    left: -10px;
    width: 71px;
    height: 92px;
  }
}
.plant .glass-tit-sub {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .plant .glass-tit-sub {
    margin-top: 48px;
  }
}
.plant__five-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .plant__five-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }
}
.plant__sparkle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .plant__sparkle {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 214px;
  }
}
.plant__sparkle::before {
  content: "";
  background: url(../uploads/field-work_ico-plant.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -200px;
  right: -3px;
  width: 250px;
  height: 220px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .plant__sparkle::before {
    top: -184px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 230px;
    height: 202px;
  }
}
.plant__baby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .plant__baby {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    margin-top: 16px;
  }
}
.plant__baby__item--01 {
  width: 63.75%;
}
@media screen and (max-width: 640px) {
  .plant__baby__item--01 {
    width: 100%;
  }
}
.plant__baby__item--02 {
  width: 33.25%;
}
@media screen and (max-width: 640px) {
  .plant__baby__item--02 {
    width: 100%;
  }
}
.plant .point {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .plant .point {
    padding: 30px 0 0;
    margin-top: 30px;
  }
}

.insect {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .insect {
    margin-top: 60px;
  }
}
.insect__mv {
  max-width: 452px;
  margin: 40px auto 0;
  -webkit-transform: translateX(36px);
          transform: translateX(36px);
}
@media screen and (max-width: 640px) {
  .insect__mv {
    max-width: none;
    margin: 6px auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.insect__mv-sub {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .insect__mv-sub {
    margin-top: 24px;
  }
}
.insect__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .insect__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }
}
.insect .point {
  padding: 50px 0 12px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .insect .point {
    padding: 30px 0 0;
    margin-top: 30px;
  }
}
.insect .point__wrap--insect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .insect .point__wrap--insect {
    margin-top: 16px;
  }
}
.insect .point__wrap__img--insect {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
@media screen and (max-width: 640px) {
  .insect .point__wrap__img--insect {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.insect__catch {
  position: relative;
  max-width: 680px;
  width: 100%;
  height: 630px;
  margin: 86px auto 0;
}
@media screen and (max-width: 640px) {
  .insect__catch {
    height: auto;
    margin: 60px auto 0;
  }
}
.insect__catch__tit {
  position: absolute;
  top: 0;
  left: 64px;
  max-width: 332px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .insect__catch__tit {
    position: static;
    max-width: none;
    width: 78%;
    margin: 0 auto;
  }
}
.insect__catch__item {
  background: rgba(239, 219, 92, 0.33);
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .insect__catch__item {
    position: static;
    border-radius: 5px;
  }
}
.insect__catch__item--locust {
  top: 40px;
  right: 0;
  width: 298px;
  height: 298px;
}
@media screen and (max-width: 640px) {
  .insect__catch__item--locust {
    width: 100%;
    height: auto;
    margin-top: -7px;
  }
}
.insect__catch__item--butterfly {
  bottom: -12px;
  right: 80px;
  width: 347px;
  height: 347px;
}
@media screen and (max-width: 640px) {
  .insect__catch__item--butterfly {
    width: 100%;
    height: auto;
    margin-top: 5px;
  }
}
.insect__catch__item--pill-bug {
  bottom: 40px;
  left: 0;
  width: 298px;
  height: 298px;
}
@media screen and (max-width: 640px) {
  .insect__catch__item--pill-bug {
    width: 100%;
    height: auto;
    margin-top: 5px;
  }
}
.insect__catch__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .insect__catch__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .insect__catch__img {
    width: 100%;
  }
}
.insect__catch__img--locust {
  max-width: 162px;
}
@media screen and (max-width: 640px) {
  .insect__catch__img--locust {
    max-width: 128px;
  }
}
.insect__catch__img--butterfly {
  max-width: 148px;
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
@media screen and (max-width: 640px) {
  .insect__catch__img--butterfly {
    max-width: 128px;
  }
}
.insect__catch__img--pill-bug {
  max-width: 82px;
}
@media screen and (max-width: 640px) {
  .insect__catch__img--pill-bug {
    max-width: 128px;
  }
}
.insect__catch__body {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .insect__catch__body {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.insect__catch__name {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
}
@media screen and (max-width: 640px) {
  .insect__catch__name {
    font-size: 15px !important;
  }
}
.insect__catch__txt {
  font-size: 14px !important;
  line-height: 1.57 !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .insect__catch__txt {
    margin-top: 8px;
  }
}

.carefully {
  margin-top: 46px;
}
@media screen and (max-width: 640px) {
  .carefully {
    margin-top: 40px;
  }
}
.carefully__txt {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .carefully__txt {
    margin-top: 20px;
  }
}
.carefully__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .carefully__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.carefully .point {
  padding: 50px 0 8px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .carefully .point {
    padding: 30px 0 0;
    margin-top: 30px;
  }
}
.carefully .point__wrap__img {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media screen and (max-width: 640px) {
  .carefully .point__wrap__img {
    margin: 12px auto 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.carefully__ico {
  max-width: 328px;
  margin: 68px auto 0;
}
@media screen and (max-width: 640px) {
  .carefully__ico {
    max-width: 270px;
    margin: 52px auto 0;
  }
}

.attraction {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .attraction {
    margin-top: 64px;
  }
}
.attraction__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .attraction__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }
}
.attraction__wrap--top {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .attraction__wrap--top {
    gap: 28px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .attraction__wrap--sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.attraction__wrap__body {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .attraction__wrap__body {
    width: 100%;
  }
}
.attraction__wrap__body--top {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .attraction__wrap__body--top {
    width: 100%;
  }
}
.attraction__wrap__head {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.66 !important;
}
@media screen and (max-width: 640px) {
  .attraction__wrap__head {
    font-size: 14px !important;
    line-height: 1.57 !important;
  }
}
.attraction__wrap__txt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .attraction__wrap__txt {
    margin-top: 20px;
  }
}
.attraction__wrap__txt--mt0 {
  margin-top: 0;
}
.attraction__wrap__img {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .attraction__wrap__img {
    width: 100%;
  }
}
.attraction__wrap__img--top {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .attraction__wrap__img--top {
    width: 100%;
  }
}
.attraction__txt {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .attraction__txt {
    margin-top: 28px;
  }
}

.info {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .info {
    margin-top: 48px;
  }
}
.info__wrap {
  background: #F2F8DF;
  border-radius: 5px;
  text-align: center;
  padding: 52px 0 48px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .info__wrap {
    border-radius: 3px;
    padding: 32px 26px;
    margin-top: 24px;
  }
}
.info__wrap__tit {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  .info__wrap__tit {
    font-size: 16px !important;
    line-height: 1.375 !important;
  }
}
.info__wrap__img {
  max-width: 418px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .info__wrap__img {
    max-width: none;
  }
}
.info__wrap__head {
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .info__wrap__head {
    margin-top: 20px;
  }
}
.info__wrap__txt {
  font-size: 15px !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .info__wrap__txt {
    font-size: 14px !important;
  }
}
.info__wrap__link {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .info__wrap__link {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}
.info__wrap__note {
  font-size: 13px !important;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .info__wrap__note {
    line-height: 1.53 !important;
    margin-top: 20px;
  }
}

.held-annually {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .held-annually {
    margin-top: 40px;
  }
}
.held-annually__wrap {
  position: relative;
  border: 3.5px solid rgba(48, 45, 44, 0.12);
  border-top: none;
  padding: 36px 54px 60px 48px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap {
    border: 2px solid rgba(48, 45, 44, 0.12);
    border-top: none;
    max-width: 335px;
    padding: 24px 18px 36px;
    margin: 70px auto 0;
  }
}
.held-annually__wrap::before {
  content: "";
  background: url(../uploads/field-work_ico-note-top.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 800px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap::before {
    background: url(../uploads/field-work_ico-note-top_sp.png) no-repeat;
    background-size: contain;
    top: -5.2%;
    -webkit-transform: scale(1.012) translateX(-49.55%);
            transform: scale(1.012) translateX(-49.55%);
    width: 100%;
    height: 9%;
  }
}
.held-annually__wrap::after {
  content: "";
  background: url(../uploads/field-work_ico-note-bottom.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 42px;
  height: 41px;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap::after {
    background: url(../uploads/field-work_ico-note-bottom_sp.png) no-repeat;
    background-size: contain;
    bottom: -1.3%;
    right: -0.7%;
    width: 6%;
    height: 4%;
  }
}
.held-annually__wrap__head {
  max-width: 218px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__head {
    max-width: none;
    width: 59%;
  }
}
.held-annually__wrap__tit {
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.36 !important;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__tit {
    font-size: 16px !important;
    line-height: 1.125 !important;
  }
}
.held-annually__wrap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
    margin-top: 20px;
  }
}
.held-annually__wrap__img {
  width: 52.024%;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__img {
    width: 100%;
  }
}
.held-annually__wrap__img-txt {
  font-size: 13px !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__img-txt {
    font-size: 12px !important;
    margin-top: 6px;
  }
}
.held-annually__wrap__body {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__body {
    width: 100%;
  }
}
.held-annually__wrap__btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__btn {
    margin-top: 20px;
  }
}
.held-annually__wrap__btn a {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 1px solid #212121;
  border-radius: 60px;
  display: inline-block;
  max-width: 542px;
  width: 100%;
  padding: 13px 0 14px;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__btn a {
    font-size: 13px;
    line-height: 1.3;
    max-width: none;
    padding: 10px 0;
  }
}
.held-annually__wrap__btn a::before {
  content: "";
  background: url(../uploads/field-work_ico-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__btn a::before {
    right: 18px;
    width: 18px;
    height: 18px;
  }
}
.held-annually__wrap__btn a span {
  display: inline-block;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media screen and (max-width: 640px) {
  .held-annually__wrap__btn a span {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}