.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/beginner_hole/bhole_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #F08300;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/beginner_hole/bhole_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.lead_sec .movie {
  margin: 75px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead_sec .sec_title {
    font-feature-settings: "palt";
  }
  .lead_sec .movie {
    margin: 10vw auto;
  }
  .lead_sec iframe {
    width: 100%;
  }
}

.sec01 {
  margin-bottom: 150px;
}
.sec01 .inner {
  padding: 0 0 0 92px;
}
.sec01 .first_box {
  margin-bottom: 165px;
}
.sec01 .first_box .flexbox {
  position: relative;
}
.sec01 .first_box .flexbox .imagebox {
  z-index: -1;
}
.sec01 .first_box .flexbox .textbox {
  position: absolute;
  width: 507px;
  padding: 40px 45px;
  bottom: -60px;
  left: 40px;
  background-color: #F2F2F2;
}
.sec01 .first_box .flexbox .textbox .first_title {
  text-align: center;
  color: #F08300;
  margin-bottom: 10px;
}
.sec01 .second_box .flexbox {
  padding-right: 92px;
}
.sec01 .second_box .flexbox .imagebox {
  width: 100%;
}
.sec01 .second_box .flexbox .textbox {
  width: 90%;
  margin-left: 50px;
}
.sec01 .second_box .flexbox .textbox .second_title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.7vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .first_box {
    margin-bottom: 10vw;
  }
  .sec01 .first_box .flexbox {
    position: relative;
  }
  .sec01 .first_box .flexbox .imagebox {
    z-index: -1;
  }
  .sec01 .first_box .flexbox .textbox {
    position: absolute;
    width: 100%;
    padding: 5vw;
    bottom: -45vw;
    left: 0;
  }
  .sec01 .first_box .flexbox .textbox .first_title {
    font-size: 4.5vw;
    text-align: center;
    color: #F08300;
  }
  .sec01 .first_box .flexbox .textbox .first_text {
    font-size: 4vw;
  }
  .sec01 .second_box {
    margin-top: 55vw;
  }
  .sec01 .second_box .flexbox {
    display: block;
    padding-right: 0;
  }
  .sec01 .second_box .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .second_box .flexbox .textbox {
    width: 100%;
    margin-left: 0;
  }
  .sec01 .second_box .flexbox .textbox .second_title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}

.sec02 {
  margin-bottom: 230px;
}
.sec02 .orangebg {
  background-color: rgba(240, 131, 0, 0.1);
  padding: 90px 0 130px;
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.sec02 .orangebg::before {
  content: "";
  position: absolute;
  width: 965px;
  height: 165px;
  left: -4px;
  top: -8px;
  z-index: 1;
  background: url(/images/beginner_hole/sec02_title.webp) center/contain no-repeat;
}
.sec02 .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 65px;
       column-gap: 65px;
  row-gap: 40px;
}
.sec02 .gridbox .flexbox {
  justify-content: space-between;
  margin-bottom: 20px;
}
.sec02 .gridbox .flexbox .point_header {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
.sec02 .gridbox .flexbox .point_header .point {
  color: #F08300;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 5px;
}
.sec02 .gridbox .flexbox .point_header .point_title {
  padding-left: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 25px;
}
.sec02 .gridbox .flexbox .imagebox .circle_text {
  position: absolute;
  width: 192px;
  height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 18.8vw;
  }
  .sec02 .sec_header {
    padding: 5.5vw 0 0;
  }
  .sec02 .orangebg {
    padding: 10vw 0 20vw;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .orangebg::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 18vw;
    left: -0.1vw;
    top: -1.4vw;
    z-index: 1;
    background: url(/images/beginner_hole/sec02_title.webp) center/contain no-repeat;
  }
  .sec02 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
  }
  .sec02 .gridbox .flexbox {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 5vw;
  }
  .sec02 .gridbox .flexbox .point_header {
    flex-direction: column;
    margin-bottom: 0;
  }
  .sec02 .gridbox .flexbox .point_header .point {
    margin-bottom: 0;
    font-size: 4vw;
  }
  .sec02 .gridbox .flexbox .point_header .point_title {
    font-size: 4.8vw;
  }
  .sec02 .gridbox .flexbox .imagebox {
    width: 70%;
    margin: 0 auto 3vw;
  }
  .sec02 .gridbox .flexbox .imagebox .circle_text {
    position: absolute;
    width: 70%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
  }
  .sec02 .gridbox .point_text {
    font-size: 4vw;
  }
}

.sec03 {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 0;
  }
}

.sec04 {
  margin-bottom: 95px;
}
.sec04 .sec_body {
  padding: 0 75px;
}
.sec04 .box_text {
  margin-bottom: 40px;
  font-size: 21px;
}
.sec04 .box_text:last-of-type {
  margin-bottom: 60px;
}
.sec04 .bottom_box {
  margin-bottom: 100px;
}
.sec04 .bottom_box .bottom_title {
  font-size: 24px;
  font-weight: bold;
  border-left: 11px solid #F08300;
  padding-left: 1em;
  height: 57px;
  line-height: 57px;
  margin-bottom: 30px;
}
.sec04 .bottom_box .bottom_text {
  font-size: 21px;
}
.sec04 .flexbox {
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.sec04 .flexbox .box_text {
  width: 454px;
  height: 111px;
  background-color: #4D4D4D;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  position: relative;
}
.sec04 .flexbox .box_text .small {
  font-size: 16px;
  font-weight: normal;
}
.sec04 .flexbox .box_text::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/beginner_hole/circle.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.7vw;
  }
  .sec04 .sec_body {
    padding: 0;
  }
  .sec04 .box_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec04 .box_text:last-of-type {
    margin-bottom: 10vw;
  }
  .sec04 .bottom_box {
    margin-bottom: 10vw;
  }
  .sec04 .bottom_box .bottom_title {
    font-size: 4.8vw;
    border-left: 3vw solid #F08300;
    padding-left: 1em;
    height: 15vw;
    line-height: 15vw;
    margin-bottom: 5vw;
  }
  .sec04 .bottom_box .bottom_text {
    font-size: 4vw;
  }
  .sec04 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
  }
  .sec04 .flexbox .imagebox {
    margin-bottom: 0;
  }
  .sec04 .flexbox .box_text {
    width: 100%;
    height: 25vw;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    position: relative;
  }
  .sec04 .flexbox .box_text .small {
    font-size: 3.5vw;
    font-weight: normal;
  }
  .sec04 .flexbox .box_text::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    right: 3vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/beginner_hole/circle.webp) center/contain no-repeat;
  }
}/*# sourceMappingURL=beginner_hole.css.map */