#outdoor {
  font-family: "Noto Sans JP", sans-serif !important;
}
#outdoor .page_wrap {
  overflow: unset;
}
#outdoor a:hover {
  text-decoration: none;
  color: #fff !important;
  opacity: 1 !important;
}
#outdoor p {
  margin-top: 0;
}
#outdoor .section_title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #outdoor .section_title {
    margin-bottom: 64px;
  }
}
#outdoor .sp_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  #outdoor .sp_hidden {
    display: block;
  }
}
#outdoor .br_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #outdoor .br_sp {
    display: none;
  }
}
#outdoor .br_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #outdoor .br_pc {
    display: block;
  }
}
#outdoor .container-full {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #outdoor .container-full {
    padding: 0 40px;
  }
}
#outdoor .container-base {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #outdoor .container-base {
    max-width: 1200px;
    padding: 0 40px;
  }
}
#outdoor .outdoor .noise-layer {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#outdoor .outdoor .noise-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  filter: url(#noise-filter);
  pointer-events: none;
  z-index: -1;
}
#outdoor .outdoor .gradient-blue {
  background: linear-gradient(180deg, #ffffff -43.28%, #00a0e1 100%);
}
#outdoor .outdoor .mv {
  position: relative;
  height: 207.410256vw;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .mv {
    height: 71.2142857143vw;
    margin-bottom: 10px;
  }
}
#outdoor .outdoor .mv_catch {
  position: absolute;
  top: 116.9230769231vw;
  right: 50%;
  transform: translateX(50%);
  width: 89.7435897436vw;
  margin-bottom: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .mv_catch {
    top: 17.0714285714vw;
    right: 2.5714285714vw;
    width: 17.2857142857vw;
    transform: none;
  }
}
#outdoor .outdoor .mv_catch img {
  width: 100%;
}
#outdoor .outdoor .mv_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .mv_bg {
    width: 90vw;
  }
}
#outdoor .outdoor .mv_bg_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#outdoor .outdoor .mv_bg_bottom img {
  width: 100%;
}
#outdoor .outdoor .mv_slide {
  position: absolute;
  top: 60px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .mv_slide {
    top: 120px;
  }
}
#outdoor .outdoor .mv_slide .swiper {
  width: 94.8717948718vw;
  height: 104.1025641026vw;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .mv_slide .swiper {
    width: 90vw;
    height: 49.2857142857vw;
  }
}
#outdoor .outdoor .mv_slide .swiper-slide {
  width: 100%;
}
#outdoor .outdoor .mv_slide .swiper-slide img {
  width: 100%;
}
#outdoor .outdoor .mv_slide .swiper-wrapper {
  transition-timing-function: linear;
}
#outdoor .outdoor .mv_slide .mv_indicator {
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: none;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .mv_slide .mv_indicator {
    left: 100px;
    bottom: -38px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #outdoor .outdoor .mv_slide .mv_indicator {
    right: -14px;
    bottom: -24px;
  }
}
#outdoor .outdoor .mv_slide .mv_indicator__ring {
  width: 60px;
  height: 60px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .mv_slide .mv_indicator__ring {
    width: 80px;
    height: 80px;
  }
}
#outdoor .outdoor .mv_slide .ring__track,
#outdoor .outdoor .mv_slide .ring__progress {
  fill: none;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
#outdoor .outdoor .mv_slide .ring__track {
  stroke: #97763f;
}
#outdoor .outdoor .mv_slide .ring__progress {
  stroke: #fff;
  stroke-linecap: round;
}
#outdoor .outdoor .mv_slide .mv_indicator__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #97763f;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .mv_slide .mv_indicator__inner {
    width: 64px;
    height: 64px;
  }
}
#outdoor .outdoor .mv_slide .mv_indicator__num {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .mv_slide .mv_indicator__num {
    ont-size: 24px;
  }
}
#outdoor .outdoor_about {
  margin-bottom: 82px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_about {
    margin-bottom: 174px;
  }
}
#outdoor .outdoor_about_body {
  display: flex;
  flex-direction: column;
  gap: 82px;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor_about_body {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
#outdoor .outdoor_about_body_img {
  position: relative;
  max-width: 560px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-right: 20px;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor_about_body_img {
    margin: 0;
    width: auto;
    padding-right: 0;
    max-width: min(46.6666666667vw, 560px);
  }
}
#outdoor .outdoor_about_body_img_item {
  max-width: 720px;
  position: absolute;
  bottom: -38px;
  right: 0;
  padding-left: 20px;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor_about_body_img_item {
    padding-left: 0;
    right: -300px;
    bottom: -54px;
    max-width: min(60vw, 720px);
  }
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor_about_body_textArea {
    width: min(40vw, 480px);
  }
}
#outdoor .outdoor_about_body_textArea_top {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.75;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor_about_body_textArea_top {
    font-size: min(2vw, 24px);
  }
}
#outdoor .outdoor_about_body_textArea_bottom {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor_about_body_textArea_bottom {
    font-size: 16px;
  }
}
#outdoor .outdoor .consultation_box {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor .consultation_box {
    padding: 0 40px;
  }
}
#outdoor .outdoor .consultation_box_body {
  background: #00a0e1;
  height: 653px;
  position: relative;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor .consultation_box_body {
    height: 440px;
  }
}
#outdoor .outdoor .consultation_box_body_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
#outdoor .outdoor .consultation_box_body_center_text {
  margin-bottom: 20px;
  max-width: 256px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor .consultation_box_body_center_text {
    max-width: none;
    margin: 0 auto 32px;
  }
}
#outdoor .outdoor .consultation_box_body_center .contact_btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  transition: opacity 0.3s ease;
  max-width: 275px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor .consultation_box_body_center .contact_btn {
    max-width: none;
  }
}
#outdoor .outdoor .consultation_box_body_center .contact_btn:hover {
  opacity: 0.8;
}
#outdoor .outdoor .consultation_box_body .swiper_vertical_sp {
  display: block;
  height: 160px;
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor .consultation_box_body .swiper_vertical_sp {
    display: none;
  }
}
#outdoor .outdoor .consultation_box_body .swiper_vertical_sp .swiper-slide {
  width: 240px;
  height: 160px;
}
#outdoor .outdoor .consultation_box_body .swiper_vertical_sp.swiper_left_sp {
  top: 0;
  left: 0;
}
#outdoor .outdoor .consultation_box_body .swiper_vertical_sp.swiper_right_sp {
  bottom: 0;
  left: 0;
}
#outdoor .outdoor .consultation_box_body .swiper_vertical {
  display: none;
  z-index: 2;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor .consultation_box_body .swiper_vertical {
    display: block;
    position: absolute;
    width: min(27.7857142857vw, 389px);
    height: 440px;
  }
}
#outdoor .outdoor .consultation_box_body .swiper_vertical .swiper {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor .consultation_box_body .swiper_vertical .swiper .swiper-slide {
    width: min(27.7857142857vw, 389px);
    height: min(18.5714285714vw, 260px);
  }
}
#outdoor .outdoor .consultation_box_body .swiper_vertical.swiper_left {
  top: 0;
  left: 0;
}
#outdoor .outdoor .consultation_box_body .swiper_vertical.swiper_right {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor .consultation_box_body .swiper_vertical.swiper_right {
    top: 0;
  }
}
#outdoor .outdoor .consultation_box_body .swiper_horizontal {
  width: 100%;
  position: absolute;
  height: 64px;
  z-index: 1;
}
#outdoor .outdoor .consultation_box_body .swiper_horizontal .swiper {
  height: 100%;
}
#outdoor .outdoor .consultation_box_body .swiper_horizontal.swiper_top {
  left: 0;
  top: 160px;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor .consultation_box_body .swiper_horizontal.swiper_top {
    top: 0;
  }
}
#outdoor .outdoor .consultation_box_body .swiper_horizontal.swiper_top .swiper-slide {
  width: 625px;
}
#outdoor .outdoor .consultation_box_body .swiper_horizontal.swiper_top .swiper-slide img {
  width: 100%;
  height: 100%;
}
#outdoor .outdoor .consultation_box_body .swiper_horizontal.swiper_bottom {
  left: 0;
  bottom: 160px;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor .consultation_box_body .swiper_horizontal.swiper_bottom {
    bottom: 0;
  }
}
#outdoor .outdoor .consultation_box_body .swiper_horizontal.swiper_bottom .swiper-slide {
  width: 1127px;
}
#outdoor .outdoor .consultation_box_body .swiper_horizontal.swiper_bottom .swiper-slide img {
  width: 100%;
  height: 100%;
}
#outdoor .outdoor .consultation_box_body .swiper-wrapper {
  transition-timing-function: linear;
}
#outdoor .outdoor .consultation_box_body .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#outdoor .outdoor_worry {
  padding: 80px 0 0;
  overflow: hidden;
}
#outdoor .outdoor_worry_bubble {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto 40px;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_bubble {
    margin: 0 auto 40px;
    max-width: none;
    gap: 24px;
  }
}
#outdoor .outdoor_worry_bubble_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_bubble_wrap {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
  }
}
#outdoor .outdoor_worry_bubble_item {
  height: fit-content;
}
#outdoor .outdoor_worry_bubble_item-01 {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_bubble_item-01 {
    padding-bottom: 42px;
    margin: 0;
  }
}
#outdoor .outdoor_worry_bubble_item-03 {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_bubble_item-03 {
    padding-left: 95px;
    margin: 0;
  }
}
#outdoor .outdoor_worry_bubble_item-04 {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_bubble_item-04 {
    padding-right: 90px;
    text-align: right;
    margin: 0;
  }
}
#outdoor .outdoor_worry_question {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_question {
    margin-bottom: 40px;
  }
}
#outdoor .outdoor_worry_life {
  text-align: center;
  margin: 0 calc(50% - 65vw);
  width: 130vw;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_life {
    width: auto;
    margin: 0 0 40px;
  }
}
#outdoor .outdoor_worry_text {
  font-size: 14px;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
#outdoor .outdoor_worry_box {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 82px;
  align-items: center;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor_worry_box {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 120px;
  }
}
#outdoor .outdoor_worry_box_item {
  padding: min(7.6923076923vw, 30px) min(7.4358974359vw, 29px) min(8.2051282051vw, 32px);
  background: #e5eff4;
  border-radius: 10px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_box_item {
    padding: min(3.8461538462vw, 50px) min(4.9230769231vw, 64px) min(3.6923076923vw, 48px);
  }
}
#outdoor .outdoor_worry_box_item_top {
  font-size: min(5.1282051282vw, 20px);
  font-weight: 700;
  color: #00a0e1;
  padding: 0 min(7.6923076923vw, 30px);
  text-align: center;
  position: relative;
  margin: 0 auto 18px;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_box_item_top {
    font-size: min(2.1818181818vw, 24px);
    padding: 0 min(3.6363636364vw, 40px);
    margin: 0 auto 24px;
  }
}
#outdoor .outdoor_worry_box_item_top::before {
  position: absolute;
  content: "";
  width: min(5.1282051282vw, 20px);
  height: 2px;
  background: #00a0e1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_box_item_top::before {
    width: 24px;
  }
}
#outdoor .outdoor_worry_box_item_top::after {
  position: absolute;
  content: "";
  width: min(5.1282051282vw, 20px);
  height: 2px;
  background: #00a0e1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_box_item_top::after {
    width: 24px;
  }
}
#outdoor .outdoor_worry_box_item_list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-bottom: 28px;
  margin-bottom: 18px;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_box_item_list {
    padding-bottom: 24px;
    margin-bottom: 12px;
  }
}
#outdoor .outdoor_worry_box_item_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_box_item_list li {
    padding-left: 24px;
  }
}
#outdoor .outdoor_worry_box_item_list li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00a0e1;
  left: 0;
  top: 8px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_box_item_list li::before {
    top: 11px;
  }
}
#outdoor .outdoor_worry_box_item_list li span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_box_item_list li span {
    font-size: 16px;
  }
}
#outdoor .outdoor_worry_box_item_list li .cost {
  font-family: "Figtree", sans-serif;
}
#outdoor .outdoor_worry_box_item_total {
  text-align: center;
  font-size: min(6.1538461538vw, 24px);
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_box_item_total {
    text-align: right;
    font-size: 24px;
  }
}
#outdoor .outdoor_worry_slide .swiper-wrapper {
  transition-timing-function: linear;
}
#outdoor .outdoor_worry_slide .swiper-slide {
  width: 360px;
  height: 240px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_worry_slide .swiper-slide {
    width: 500px;
    height: 334px;
  }
}
#outdoor .outdoor_worry_slide .swiper-slide img {
  width: 100%;
}
#outdoor .outdoor_comparison {
  padding: 84px 0 70px;
  background: #e5eff4;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_comparison {
    padding: 120px 0;
  }
}
#outdoor .outdoor_comparison_table {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_comparison_table {
    margin-bottom: 32px;
  }
}
#outdoor .outdoor_comparison_table_inr {
  width: 652px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_comparison_table_inr {
    width: auto;
  }
}
#outdoor .outdoor_comparison_bubble {
  text-align: right;
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_comparison_bubble {
    margin-bottom: 64px;
  }
}
#outdoor .outdoor_comparison_text {
  font-size: 12px;
  margin-bottom: 0;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_comparison_text {
    font-size: 13px;
    line-height: 2;
  }
}
#outdoor .outdoor_system {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_system {
    padding: 120px 0;
  }
}
#outdoor .outdoor_system_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_system_item {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 64px;
  }
}
#outdoor .outdoor_system_item:last-child {
  margin-bottom: 0;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_system_item:last-child {
    flex-direction: row;
  }
}
#outdoor .outdoor_system_item_img {
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_system_item_text {
    max-width: min(43.3333333333vw, 520px);
  }
}
#outdoor .outdoor_system_item_text_top {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_system_item_text_top {
    font-size: min(2.4vw, 24px);
  }
}
#outdoor .outdoor_system_item_text_bottom {
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
  letter-spacing: 0.005em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_system_item_text_bottom {
    font-size: 16px;
  }
}
#outdoor .outdoor_case {
  padding: 80px 0;
  background: #e5eff4;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case {
    padding: 120px 0;
  }
}
#outdoor .outdoor_case_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor_case_box {
    flex-direction: row;
    gap: 40px;
  }
}
#outdoor .outdoor_case_box_item {
  padding-top: 81px;
  position: relative;
  flex: 1;
}
#outdoor .outdoor_case_box_item .circle {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#outdoor .outdoor_case_box_item_inr {
  padding: 63px 40px 40px;
  border-radius: 50%;
  background: #fff;
  border-radius: 10px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case_box_item_inr {
    padding: min(6.4166666667vw, 77px) min(5.3333333333vw, 64px) min(6.6666666667vw, 80px);
  }
}
#outdoor .outdoor_case_box_item_inr_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #00a0e1;
  padding: 0 36px;
  position: relative;
  width: fit-content;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case_box_item_inr_title {
    font-size: min(2.1818181818vw, 24px);
    padding: 0 min(3.6363636364vw, 40px);
    margin: 0 auto 30px;
  }
}
#outdoor .outdoor_case_box_item_inr_title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #00a0e1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case_box_item_inr_title::before {
    width: 24px;
  }
}
#outdoor .outdoor_case_box_item_inr_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #00a0e1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case_box_item_inr_title::after {
    width: 24px;
  }
}
#outdoor .outdoor_case_box_item_inr_top {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case_box_item_inr_top {
    font-size: 20px;
    line-height: 2;
  }
}
#outdoor .outdoor_case_box_item_inr_bottom {
  font-size: 14px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case_box_item_inr_bottom {
    font-size: 16px;
  }
}
#outdoor .outdoor_case_box_item_inr_text {
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 34px;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case_box_item_inr_text {
    line-height: 2;
    margin-bottom: 20px;
    padding-bottom: 24px;
  }
}
#outdoor .outdoor_case_box_item_inr_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#outdoor .outdoor_case_box_item_inr_list li {
  font-size: 14px;
  position: relative;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case_box_item_inr_list li {
    font-size: 16px;
    padding-left: 24px;
  }
}
#outdoor .outdoor_case_box_item_inr_list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00a0e1;
  top: 9px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_case_box_item_inr_list li::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}
#outdoor .outdoor_equipment {
  padding: 78px 0 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment {
    padding: 78px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment .section_title {
    margin-bottom: 16px;
  }
}
#outdoor .outdoor_equipment_text {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment_text {
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }
}
#outdoor .outdoor_equipment_text .bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment_text .bold {
    font-size: 20px;
  }
}
#outdoor .outdoor_equipment_section {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment_section {
    width: 80vw;
    margin: 0 auto;
  }
}
#outdoor .outdoor_equipment_items {
  position: relative;
}
#outdoor .outdoor_equipment_body_item {
  position: sticky;
  height: 100vh;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
#outdoor .outdoor_equipment_body_item .equipment_card_inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #outdoor .outdoor_equipment_body_item .equipment_card_inner {
    transform: translateY(-28px);
  }
}
#outdoor .outdoor_equipment_body_item .num {
  font-size: 40px;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment_body_item .num {
    font-size: min(8vw, 80px);
    top: min(4vw, 40px);
    left: min(4vw, 40px);
  }
}
#outdoor .outdoor_equipment_body_item_img {
  height: 75vh;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment_body_item_img {
    height: auto;
    aspect-ratio: 1120/520;
  }
}
#outdoor .outdoor_equipment_body_item_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #outdoor .outdoor_equipment_body_item_img img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
#outdoor .outdoor_equipment_body_item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 69.2307692308vw;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment_body_item .text {
    width: max-content;
    text-align: center;
  }
}
#outdoor .outdoor_equipment_body_item .text_top {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment_body_item .text_top {
    font-size: min(2.4vw, 24px);
  }
}
#outdoor .outdoor_equipment_body_item .text_bottom {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_equipment_body_item .text_bottom {
    font-size: min(1.7777777778vw, 16px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #outdoor .outdoor_equipment_body_item .text_bottom {
    letter-spacing: 0.005em;
    line-height: 1.75;
  }
}
#outdoor .outdoor_grant {
  padding: 80px 0;
  background: #e5eff4;
}
@media screen and (min-width: 768px) {
  #outdoor .outdoor_grant {
    padding: 120px 0;
  }
}
#outdoor .outdoor_grant_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 920px) {
  #outdoor .outdoor_grant_body {
    gap: 40px;
    flex-direction: row;
  }
}
#outdoor .site_header {
  padding: 10px 10px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  transition: background 0.4s ease;
}
@media screen and (min-width: 920px) {
  #outdoor .site_header {
    padding: 32px;
  }
}
#outdoor .site_header.is-open {
  background: #fff;
}
@media screen and (max-width: 920px) {
  #outdoor .site_header_logo {
    max-width: 113px;
  }
}
#outdoor .site_header_contact {
  display: none;
}
@media screen and (min-width: 920px) {
  #outdoor .site_header_contact {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #97763f;
    border: 1px solid #97763f;
    border-radius: 5px;
    padding: 15px 19px;
    transition: color 0.3s ease, background 0.3s ease;
  }
}
#outdoor .site_header_contact:hover {
  background: #fff;
  color: #97763f !important;
  opacity: 1;
}
#outdoor .global_nav {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 920px) {
  #outdoor .global_nav {
    display: none;
  }
}
#outdoor .global_nav_toggle {
  box-shadow: none;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  position: relative;
  z-index: 1001;
  background: transparent;
  background: #00a0e1;
  transition: 0.3s linear;
  text-align: left;
  padding: 13px 10px;
  border-radius: 5px;
  right: 0;
}
@media screen and (min-width: 920px) {
  #outdoor .global_nav_toggle {
    display: none;
  }
}
#outdoor .global_nav_toggle_bar {
  height: 2px;
  background: #e5eff4;
  display: block;
  position: absolute;
  transition: 0.3s linear;
  transition-property: transform, opacity, width;
  transform-origin: 100% 50%;
  width: 20px;
}
#outdoor .global_nav_toggle_bar-top {
  width: 10px;
  top: 14px;
}
#outdoor .global_nav_toggle_bar-mid {
  width: 15px;
  top: 50%;
}
#outdoor .global_nav_toggle_bar-btm {
  bottom: 13px;
}
#outdoor .global_nav_toggle.is-active .global_nav_toggle_bar {
  width: 20px;
}
#outdoor .global_nav_toggle.is-active .global_nav_toggle_bar-top {
  transform: translate(-3px, -2px) rotate(-45deg);
}
#outdoor .global_nav_toggle.is-active .global_nav_toggle_bar-mid {
  opacity: 0;
}
#outdoor .global_nav_toggle.is-active .global_nav_toggle_bar-btm {
  transform: translate(-3px, 1px) rotate(45deg);
}
@media screen and (max-width: 920px) {
  #outdoor .global_nav_overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.3s linear;
    overflow-y: scroll;
    background: Rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 920px) {
  #outdoor .global_nav_overlay.is-open {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 920px) {
  #outdoor .global_nav_container {
    background: #00a0e1;
    padding: 80px 20px 50px;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 auto;
    width: 90.25%;
    height: 100%;
    min-height: 890px;
    top: -60px;
  }
}
#outdoor .global_nav_container .nav_icon-01 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#outdoor .global_nav_container .nav_icon-02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
#outdoor .global_nav_container .contact_btn {
  position: relative;
  width: 100%;
  z-index: 1;
}
#outdoor .global_nav_list {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  #outdoor .global_nav_list {
    gap: 0;
  }
}
@media screen and (min-width: 920px) {
  #outdoor .global_nav_list {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  #outdoor .global_nav_list_item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 920px) {
  #outdoor .global_nav_list_item {
    border-bottom: 1px solid #fff;
  }
}
#outdoor .global_nav_list_link {
  display: flex;
  line-height: 1.4;
  transition: opacity 0.3s ease-out;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1px;
  color: #fff;
  padding: 16px 0;
}
@media screen and (min-width: 920px) {
  #outdoor .global_nav_list_link {
    text-align: center;
  }
}
@media screen and (max-width: 920px) {
  #outdoor .global_nav_list_link {
    font-size: 14px;
  }
}
#outdoor .global_nav_list_title {
  color: #fff;
}
#outdoor .global_nav_list_title_en {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 1;
  font-family: "new-spirit", serif;
  font-weight: 700;
  margin-bottom: 6px;
}
#outdoor .global_nav_list_title_ja {
  font-size: 14px;
  display: block;
  line-height: 1;
}
#outdoor .contact {
  padding: 74px 0 80px;
  background-image: url(../img/outdoor/contact_bg_sp.jpg);
  background-image: image-set(url(../img/outdoor/contact_bg_sp.jpg) 1x, url(../img/outdoor/contact_bg_sp@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/outdoor/contact_bg_sp.jpg) 1x, url(../img/outdoor/contact_bg_sp@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #outdoor .contact {
    background-image: url(../img/outdoor/contact_bg.jpg);
    background-image: image-set(url(../img/outdoor/contact_bg.jpg) 1x, url(../img/outdoor/contact_bg@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/outdoor/contact_bg.jpg) 1x, url(../img/outdoor/contact_bg@2x.jpg) 2x);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #outdoor .contact {
    padding: 120px 0;
  }
}
@media screen and (min-width: 768px) {
  #outdoor .contact .section_title {
    margin-bottom: 36px;
  }
}
#outdoor .contact_text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 58px;
}
@media screen and (min-width: 768px) {
  #outdoor .contact_text {
    text-align: center;
  }
}
#outdoor .contact_btn {
  display: block;
  width: max-content;
  margin: 0 auto;
  max-width: 275px;
}
@media screen and (min-width: 768px) {
  #outdoor .contact_btn {
    max-width: none;
  }
}
#outdoor .site_footer {
  background: #1a1a1a;
  padding: 0;
}
@media screen and (min-width: 920px) {
  #outdoor .site_footer {
    padding: 80px 0 0;
  }
}
#outdoor .site_footer_top {
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 920px) {
  #outdoor .site_footer_top {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 86px;
  }
}
@media screen and (max-width: 920px) {
  #outdoor .site_footer_top .page_top {
    order: 1;
    margin-top: -32px;
    margin-bottom: 40px;
  }
}
#outdoor .site_footer_top_address {
  display: contents;
}
@media screen and (min-width: 920px) {
  #outdoor .site_footer_top_address {
    display: flex;
    gap: 32px;
  }
}
#outdoor .site_footer_top_address_logo {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 920px) {
  #outdoor .site_footer_top_address_logo {
    order: 2;
    max-width: 188px;
    margin-bottom: 34px;
  }
}
#outdoor .site_footer_top_address_text {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 920px) {
  #outdoor .site_footer_top_address_text {
    order: 3;
    letter-spacing: 0.005em;
  }
}
#outdoor .site_footer_top_address_text_sp {
  margin: 12px 0 0;
  width: 100%;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 920px) {
  #outdoor .site_footer_top_address_text_sp {
    display: none;
  }
}
#outdoor .site_footer_bottom {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 920px) {
  #outdoor .site_footer_bottom {
    justify-content: space-between;
    padding: 28px 0 38px;
  }
}
#outdoor .site_footer_bottom .policy {
  display: none;
}
@media screen and (min-width: 920px) {
  #outdoor .site_footer_bottom .policy {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
  }
}
#outdoor .site_footer_bottom .copyright {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 920px) {
  #outdoor .site_footer_bottom .copyright {
    text-align: unset;
  }
}
#outdoor .fixed_btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: block;
  width: 100%;
  max-width: 350px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 768px) {
  #outdoor .fixed_btn {
    display: none;
  }
}
#outdoor .fixed_btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}
#outdoor .grecaptcha-badge {
  display: none;
}/*# sourceMappingURL=page.css.map */