html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo UI",
    "メイリオ", Meiryo, ＭＳＰゴシック, MS PGothic, sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: count-step;
  word-wrap: break-word;
  color: #333;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

body ::-moz-selection {
  background: #a3a3a3;
}

body ::selection {
  background: #a3a3a3;
}

body ::-moz-selection {
  background: #a3a3a3;
}

body img,
body video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

body img a,
body video a {
  width: 100%;
  height: auto;
}

body a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

body a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.p-climbtr_Hero_Wrap {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Hero_Wrap {
    padding-bottom: 20px;
  }
}

.l-Header {
  grid-area: header;
  width: 100%;
  position: fixed;
  z-index: 10;
  height: 100px;
}

.l-Header .c-Drawer {
  height: 100%;
  width: 100%;
}

/* buttons */
.l-Header .c-Drawer .l-climbtrPage_btns-box {
  position: absolute;
  right: 80px;
  top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .l-Header .c-Drawer .l-climbtrPage_btns-box {
    position: static;
    justify-content: center;
    margin-top: 20px;
    margin-right: 30px;
  }
}

.l-Header .c-Drawer .c-Drawer_Btn {
  top: 13px;
  height: 12px;
  width: 42px;
  height: 42px;
  border-radius: unset;
}

.lp-btn:link,
.lp-btn:visited {
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 1;
}

.lp-btn:hover,
.lp-btn:focus {
  opacity: 0.7;
}

.lp-btn-sm:link,
.lp-btn-sm:visited {
  font-size: 13px;
  width: 150px;
  height: 30px;
}
.lp-btn-big:link,
.lp-btn-big:visited {
  font-size: 18px;
  width: 250px;
  height: 50px;
}

.lp-btn-primary {
  color: #fff;
  background-color: #fd9a00;
  border: 1px solid #fff;
}
.lp-btn-secondary {
  background-color: #fff;
  color: #fd9a00;
  border: 1px solid #fd9a00;
}
@media screen and (max-width: 767px) {
  .lp-btn-sm:link,
  .lp-btn-sm:visited {
    width: 30vw;
    font-size: 12px;
  }
}

/* 固定ボタンリストメニュー（右側） */
.p-climbtr_FixBtn_Icon {
  color: #fd9a00;
}

.l-Main {
  grid-area: main;
}

.l-Footer {
  grid-area: footer;
  display: grid;
  background-color: #212121;
  grid-template-areas: "  Brand    " "Corp" "  Copyright";
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 90px;
  gap: 30px 0;
  padding: 30px 18px;
}

@media screen and (max-width: 820px) {
  .l-Footer {
    grid-template-areas: "  Brand    " "Corp" "  Copyright";
    padding: 30px 18px;
  }
}

@media screen and (max-width: 600px) {
  .l-Footer {
    padding-bottom: 100px;
  }
}

.l-Footer_Atlete {
  grid-area: Brand;
}

.l-Footer_Corp {
  grid-area: Corp;
}

.l-Footer_Copyright {
  grid-area: Copyright;
}

.l-SideContents {
  grid-area: aside;
}

.l-Contents_Block {
  max-width: 1024px;
  margin: auto 90px 120px 90px;
}

@media screen and (min-width: 1280px) {
  .l-Contents_Block {
    margin: auto auto 120px auto;
  }
}

@media screen and (max-width: 820px) {
  .l-Contents_Block {
    margin: auto 18px 24px 18px;
  }
}

@media screen and (max-width: 600px) {
  .l-Contents_Block {
    margin: auto 18px 24px 18px;
  }
}

.l-Contents_Block-S {
  max-width: 480px;
  margin: auto;
}

.l-Contents_Block-M {
  max-width: 600px;
  margin: auto;
}

.l-Contents_Block-L {
  max-width: 800px;
  margin: auto;
}

.l-Contents_Block-XL {
  max-width: 1000px;
  margin: auto;
}

.l-Contents_Block-Full {
  width: 100%;
  margin: auto auto 120px auto;
  max-width: 1080px;
}

.l-Contents_Block-Half {
  width: 50%;
}

.l-Contents_Block-Third {
  width: 100%/3;
}

.l-Contents_Block-Quarter {
  width: 100%/4;
}

.l-Feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}

.l-Feed_Atlete_About,
.l-Feed_climbtr_About {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-Feed_climbtr_strengths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-Feed_Atlete_Function {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 36px 24px;
  max-width: 920px;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .l-Feed_Atlete_Function {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .l-Feed_Atlete_Function {
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-Feed_climbtr_function {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .l-Feed_climbtr_function {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .ovf-wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .l-Feed_climbtr_function {
    /* grid-template-columns: 50% 50%; */
    display: flex;
    gap: 3rem;
    max-width: 900px;
    width: 900px;
    flex-wrap: wrap;
  }
}

.l-Feed_Atlete_Case,
.l-Feed_climbtr_Case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 820px) {
  .l-Feed_Atlete_Case,
  .l-Feed_climbtr_Case {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media screen and (max-width: 600px) {
  .l-Feed_Atlete_Case,
  .l-Feed_climbtr_Case {
    /* grid-template-columns: repeat(1, 1fr); */
    display: flex;
    overflow-x: scroll;
    gap: 18px;
  }
}

.l-Feed_Archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 90px 30px;
}

.l-AtletePage_Contents {
  padding: 60px 15%;
}

@media screen and (max-width: 820px) {
  .l-AtletePage_Contents {
    padding: 48px 18px;
  }
}

.l-AtletePage_Contents.-Red {
  background-color: #b61c2b;
  margin-bottom: 60px 15%;
}

@media screen and (max-width: 820px) {
  .l-AtletePage_Contents.-Red {
    margin-bottom: 48px 18px;
  }
}

.l-AtletePage_Contents.-Red_Half {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(50%, transparent),
    color-stop(50%, #b61c2b),
    to(#b61c2b)
  );
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    #b61c2b 50%,
    #b61c2b 100%
  );
}

.l-AtletePage_Contents.-Red_ThreeHalves {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(66%, transparent),
    color-stop(66%, #b61c2b),
    to(#b61c2b)
  );
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 66%,
    #b61c2b 66%,
    #b61c2b 100%
  );
}

.l-AtletePage_Contents.-Red_ThreeQuarters {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(75%, transparent),
    color-stop(75%, #b61c2b),
    to(#b61c2b)
  );
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 75%,
    #b61c2b 75%,
    #b61c2b 100%
  );
}

.l-AtletePage_Contents.-Red_Center {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(40%, transparent),
    color-stop(40%, #b61c2b),
    color-stop(60%, #b61c2b),
    color-stop(60%, transparent),
    to(transparent)
  );
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 40%,
    #b61c2b 40%,
    #b61c2b 60%,
    transparent 60%,
    transparent 100%
  );
}

.l-AtletePage_Contents.-Gray {
  background-color: #efefef;
}

.l-climbtrPage_Contents {
  padding: 60px 15%;
}

@media screen and (max-width: 820px) {
  .l-climbtrPage_Contents {
    padding: 48px 18px;
  }
}

.l-climbtrPage_Contents.-wide {
  padding: 60px 10%;
}

@media screen and (max-width: 820px) {
  .l-climbtrPage_Contents.-wide {
    padding: 48px 18px;
  }
}

.l-climbtrPage_Contents.-Red {
  background-color: #b61c2b;
  margin-bottom: 60px 15%;
}

@media screen and (max-width: 820px) {
  .l-climbtrPage_Contents.-Red {
    margin-bottom: 48px 18px;
  }
}

.l-climbtrPage_Contents.-Red_Half {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(50%, transparent),
    color-stop(50%, #b61c2b),
    to(#b61c2b)
  );
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    #b61c2b 50%,
    #b61c2b 100%
  );
}

.l-climbtrPage_Contents.-Red_ThreeHalves {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(66%, transparent),
    color-stop(66%, #b61c2b),
    to(#b61c2b)
  );
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 66%,
    #b61c2b 66%,
    #b61c2b 100%
  );
}

.l-climbtrPage_Contents.-Red_ThreeQuarters {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(75%, transparent),
    color-stop(75%, #b61c2b),
    to(#b61c2b)
  );
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 75%,
    #b61c2b 75%,
    #b61c2b 100%
  );
}

.l-climbtrPage_Contents.-Red_Center {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(40%, transparent),
    color-stop(40%, #b61c2b),
    color-stop(60%, #b61c2b),
    color-stop(60%, transparent),
    to(transparent)
  );
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 40%,
    #b61c2b 40%,
    #b61c2b 60%,
    transparent 60%,
    transparent 100%
  );
}

.l-climbtrPage_Contents.-Gray {
  background-color: #efefef;
}

.l-climbtrPage_Contents.-blue {
  background-color: #01a3d2;
}

.c-Drawer_Container {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #b61c2b;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
}

.c-Drawer_Container.-climbtr {
  background-color: #01a3d2;
}

.c-Drawer_Brand {
  background-color: #fff;
  padding: 30px 42px;
}

.c-Drawer_Brand-Img {
  width: 180px;
}

.c-Drawer_Wrap {
  padding: 72px 42px 60px 42px;
}

.c-Drawer_Nav {
  position: fixed;
  z-index: 13;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media screen and (max-width: 820px) {
  .c-Drawer_Nav {
    right: -50%;
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .c-Drawer_Nav {
    right: -80%;
    width: 80%;
  }
}

.c-Drawer_Nav.PanelActive {
  right: 0;
}

.c-Drawer_Menu {
  letter-spacing: 0.15em;
  font-size: 16px;
}

.c-Drawer_Menu._Small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-Drawer_Menu_Item {
  position: relative;
  color: #333;
  margin-bottom: 18px;
}

.c-Drawer_Menu_Item:hover {
  cursor: pointer;
  text-decoration: none;
}

.c-Drawer_Menu_Item-Link {
  color: #fff;
  text-decoration: none;
}

.c-Drawer_Menu_Item-Link:hover {
  text-decoration: none;
  opacity: 1;
}

.c-Drawer_Menu_Item-Link._Small {
  font-size: 0.9em;
}

.c-Drawer_Sab_Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.c-Drawer_Sab_Menu_Item {
  color: #333;
}

.c-Drawer_Sab_Menu_Item-Link:hover {
  text-decoration: none;
  opacity: 1;
}

.c-Drawer_Footer {
  color: #333;
  background-color: #fff;
  padding: 30px 0;
  display: grid;
  gap: 18px 0;
  grid-template-rows: auto;
}

.c-Drawer_Footer_Brand-Img {
  width: 180px;
  margin: auto;
  display: block;
}

.c-Drawer_Footer_Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60%;
  margin: auto;
}

.c-Drawer_Footer_Menu_Item {
  margin-right: 12px;
}

.c-Drawer_Footer_Menu_Item-Link {
  color: #333;
}

.c-Drawer_Footer_Sns_Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-Drawer_Footer_Sns_Menu_Item {
  margin-right: 12px;
}

.c-Drawer_Footer_Sns_Menu-Img {
  width: 24px;
  height: 24px;
}

.c-Drawer_Footer_Copyright {
  text-align: center;
}

.c-Drawer_Btn {
  position: absolute;
  z-index: 14;
  top: 24px;
  right: 24px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.c-Drawer_Btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 10%;
  height: 2px;
  border-radius: 2px;
  background-color: #b61c2b;
  width: 80%;
}

.c-Drawer_Btn span:nth-of-type(1) {
  top: calc(50% - (2px * 4));
}

.c-Drawer_Btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-Drawer_Btn span:nth-of-type(3) {
  top: calc(50% + (2px * 3));
}

.c-Drawer_Btn.active {
  background-color: rgba(0, 0, 0, 0);
}

.c-Drawer_Btn.active span {
  background-color: #b61c2b;
}

.c-Drawer_Btn.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
}

.c-Drawer_Btn.active span:nth-of-type(2) {
  opacity: 0;
}

.c-Drawer_Btn.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
}

.c-Drawer_Btn.-climbtr span {
  background-color: #01a3d2;
}

.c-Drawer_Btn.-climbtr.active span {
  background-color: #01a3d2;
}

.c-Drawer_Overlay {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 7;
  position: fixed;
  display: none;
  opacity: 0.8;
  left: 0;
  top: 0;
}

.c-Drawer_Overlay.PanelActive {
  display: block;
  opacity: 0.8;
}

.c-Drawer_CorpBrandBtn {
  display: block;
  background-color: #212121;
  border-radius: 12px;
  padding: 12px 24px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: auto;
  text-align: center;
}

.c-Drawer_CorpBrandBtn-Img {
  width: 70%;
  margin: auto;
  display: block;
}

body.PanelActive {
  overflow: hidden;
}

.c-Accordion {
  margin: auto;
  max-width: 60vw;
}

@media screen and (max-width: 600px) {
  .c-Accordion {
    max-width: 100%;
  }
}

.c-Accordion .toggle {
  display: none;
}

.c-Accordion_Btn {
  width: 1.25em;
  height: 1.25em;
  border-radius: 20px;
  background-color: #b61c2b;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-Accordion_Block {
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .c-Accordion_Block {
    padding: 12px;
  }
}

.c-Accordion_Label {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding-right: 1.6em;
  text-indent: -1.4em;
  padding-left: 1.6em;
}

.c-Accordion_Label {
  display: block;
  font-weight: bold;
}

.c-Accordion_Label::after,
.c-Accordion_Label::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.c-Accordion_Label::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}

.c-Accordion_Label_Heading {
  font-weight: bold;
}

.c-Accordion_Content {
  max-height: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.c-Accordion_Content_Heading {
  font-weight: bold;
  color: #b61c2b;
}

.c-Accordion_Content-p {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #b61c2b;
}

.c-Accordion .toggle:checked + .c-Accordion_Label + .c-Accordion_Content {
  max-height: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-Accordion .toggle:checked + .c-Accordion_Label::before {
  -webkit-transform: translate(50%, -50%) rotate(90deg) !important;
  transform: translate(50%, -50%) rotate(90deg) !important;
}

.c-Accordion .toggle:checked + .c-Accordion_Label > .c-Accordion_Btn {
  background-color: silver;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-Swiper-Price_Swiper,
.p-Swiper-Voice_Swiper,
.p-Swiper-Strengths_Swiper,
.p-Swiper-Hero_Swiper {
  width: 100%;
}

.p-Swiper-Voice_Slide {
  display: inherit;
  width: 100% !important;
  max-width: 100% !important;
}

.p-Swiper-Price_Slide-Img,
.p-Swiper-Strengths_Slide-Img {
  width: 100%;
}

.p-Swiper-Hero_Container {
  position: relative;
}

.p-Swiper-Hero_Swiper {
  max-width: 100vw;
  height: auto;
}

.p-Swiper-Hero_Wrap {
  position: relative;
}

.p-Swiper-Hero_Slide {
  text-align: center;
}

.p-Swiper-Hero_Slide-Img {
  width: 100%;
  height: 100%;
}

.p-Swiper-Strengths_Container {
  position: relative;
}

@media screen and (max-width: 820px) {
  .p-Swiper-Strengths_Container {
    width: 580px;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .p-Swiper-Strengths_Container {
    width: 100%;
  }
}

.p-Swiper-Strengths_Swiper {
  max-width: 100%;
  margin: 0;
  padding: 20px;
}

@media screen and (max-width: 820px) {
  .p-Swiper-Strengths_Swiper {
    max-width: calc(100vw - (36px));
  }
}

@media screen and (max-width: 600px) {
  .p-Swiper-Strengths_Swiper {
    padding: 12px;
  }
}

.p-Swiper-Strengths_Swiper:not(.swiper-initialized) > .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .p-Swiper-Strengths_Swiper:not(.swiper-initialized) > .swiper-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.p-Swiper-Strengths_Swiper:not(.swiper-initialized) > .swiper-wrapper._Two {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-Swiper-Strengths_Swiper:not(.swiper-initialized) .swiper-button-prev,
.p-Swiper-Strengths_Swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.p-Swiper-Strengths_Slide {
  width: 32.5%;
  max-width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-Swiper-Strengths_Slide {
    width: 48%;
  }
}

@media screen and (max-width: 820px) {
  .p-Swiper-Strengths_Slide {
    width: 100%;
  }
}

.p-Swiper-Strengths_Slide._Two {
  width: 48%;
  margin-bottom: 0;
}

.p-Swiper-Strengths_Pagination {
  position: absolute;
  z-index: 5 !important;
  right: 30px;
  bottom: 30px;
}

@media screen and (max-width: 600px) {
  .p-Swiper-Strengths_Pagination {
    bottom: 12px;
  }
}

.p-Swiper-Strengths_Pagination > .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #b61c2b;
  opacity: 1;
  margin-right: 12px;
}

.p-Swiper-Strengths_Pagination > .swiper-pagination-bullet:focus {
  outline: none;
}

.p-Swiper-Strengths_Pagination > .swiper-pagination-bullet-active {
  background-color: #b1aaaa;
}

.p-Swiper-Strengths_Navigation-Next {
  right: calc(-72px / 2);
  z-index: 6;
  display: none;
  width: 23px;
}

@media screen and (max-width: 820px) {
  .p-Swiper-Strengths_Navigation-Next {
    display: block;
    right: -15px;
  }
}

.p-Swiper-Strengths_Navigation-Next:after {
  display: block;
  content: "";
  background-image: url("img/carousel-allow-wh.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 23px;
  height: 63px;
}

.p-Swiper-Strengths_Navigation-Next:focus {
  outline: none;
}

.p-Swiper-Strengths_Navigation-Prev {
  left: calc(-72px / 2);
  z-index: 6;
  display: none;
  width: 23px;
}

@media screen and (max-width: 820px) {
  .p-Swiper-Strengths_Navigation-Prev {
    display: block;
    left: -15px;
  }
}

.p-Swiper-Strengths_Navigation-Prev:after {
  display: block;
  content: "";
  background-image: url("img/carousel-allow-wh.svg");
  width: 23px;
  height: 63px;
}

.p-Swiper-Strengths_Navigation-Prev:focus {
  outline: none;
}

.p-Swiper-Voice_Container {
  position: relative;
  border: 4px solid #b61c2b;
  border-radius: 8px;
}

@media screen and (max-width: 820px) {
  .p-Swiper-Voice_Container {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .p-Swiper-Voice_Container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
}

.p-Swiper-Voice_Swiper {
  max-width: calc(100vw - (72px * 2));
  height: auto;
}

@media screen and (max-width: 600px) {
  .p-Swiper-Voice_Swiper {
    width: 90%;
    max-width: calc(100vw - (18px * 2));
  }
}

.p-Swiper-Voice_Wrap {
  position: relative;
}

.p-Swiper-Voice_Slide {
  height: auto;
}

.p-Swiper-Voice_Slide-Img {
  width: 100%;
  height: 100%;
}

.p-Swiper-Voice_Caption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.p-Swiper-Voice_Pagination {
  position: absolute;
  z-index: 1 !important;
  bottom: auto;
  top: -54px;
}

@media screen and (max-width: 600px) {
  .p-Swiper-Voice_Pagination {
    bottom: 12px;
  }
}

.p-Swiper-Voice_Pagination > .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  margin-right: 24px !important;
  font-size: 20px;
  width: auto;
  height: 1em;
  border-radius: 0;
  display: inline-block;
  line-height: 0em;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-Swiper-Voice_Pagination > .swiper-pagination-bullet {
    font-size: 14px;
    margin-right: 12px !important;
  }
}

.p-Swiper-Voice_Pagination > .swiper-pagination-bullet :hover {
  cursor: pointer;
}

.p-Swiper-Voice_Pagination > .swiper-pagination-bullet:focus {
  outline: none;
}

.p-Swiper-Voice_Pagination > .swiper-pagination-bullet-active {
  font-size: 1.8em;
  position: relative;
  top: -0.5em;
  color: #b61c2b;
  border-bottom: 4px solid #b61c2b;
}

@media screen and (max-width: 600px) {
  .p-Swiper-Voice_Pagination > .swiper-pagination-bullet-active {
    font-size: 1.2em;
  }
}

.p-Swiper-Voice_Navigation-Next {
  right: calc(-72px / 2);
  z-index: 6;
  width: 23px;
}

@media screen and (max-width: 600px) {
  .p-Swiper-Voice_Navigation-Next {
    right: -15px;
  }
}

.p-Swiper-Voice_Navigation-Next:after {
  content: "";
  background-image: url("img/carousel-allow.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 23px;
  height: 63px;
}

.p-Swiper-Voice_Navigation-Next:focus {
  outline: none;
}

.p-Swiper-Voice_Navigation-Prev {
  left: calc(-72px / 2);
  z-index: 6;
  width: 23px;
}

@media screen and (max-width: 600px) {
  .p-Swiper-Voice_Navigation-Prev {
    left: -15px;
  }
}

.p-Swiper-Voice_Navigation-Prev:after {
  content: "";
  background-image: url("img/carousel-allow.svg");
  width: 23px;
  height: 63px;
}

.p-Swiper-Voice_Navigation-Prev:focus {
  outline: none;
}

.p-Swiper-Price_Container {
  position: relative;
}

.p-Swiper-Price_Swiper {
  max-width: 100%;
  margin: 0;
  padding: 20px;
  padding-top: 60px;
}

@media screen and (max-width: 820px) {
  .p-Swiper-Price_Swiper {
    max-width: calc(100vw - (36px));
  }
}

@media screen and (max-width: 600px) {
  .p-Swiper-Price_Swiper {
    padding: 12px;
    padding-top: 60px;
  }
}

.p-Swiper-Price_Swiper:not(.swiper-initialized) > .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .p-Swiper-Price_Swiper:not(.swiper-initialized) > .swiper-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 820px) {
  .p-Swiper-Price_Swiper:not(.swiper-initialized) > .swiper-wrapper {
    grid-template-columns: 1fr;
  }
}

.p-Swiper-Price_Swiper:not(.swiper-initialized) .swiper-button-prev,
.p-Swiper-Price_Swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.p-Swiper-Price_Slide {
  width: 32.5%;
  max-width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-Swiper-Price_Slide {
    width: 48%;
  }
}

.p-Swiper-Price_Pagination {
  position: absolute;
  z-index: 5 !important;
  right: 30px;
  bottom: 30px;
}

@media screen and (max-width: 600px) {
  .p-Swiper-Price_Pagination {
    bottom: 12px;
  }
}

.p-Swiper-Price_Pagination > .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #b61c2b;
  opacity: 1;
  margin-right: 12px;
}

.p-Swiper-Price_Pagination > .swiper-pagination-bullet:focus {
  outline: none;
}

.p-Swiper-Price_Pagination > .swiper-pagination-bullet-active {
  background-color: #b1aaaa;
}

.p-Swiper-Price_Navigation-Next {
  right: calc(-72px / 2);
  z-index: 6;
  display: none;
  width: 23px;
}

@media screen and (max-width: 820px) {
  .p-Swiper-Price_Navigation-Next {
    display: block;
    right: -15px;
  }
}

.p-Swiper-Price_Navigation-Next:after {
  display: block;
  content: "";
  background-image: url("img/carousel-allow.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 23px;
  height: 63px;
}

.p-Swiper-Price_Navigation-Next:focus {
  outline: none;
}

.p-Swiper-Price_Navigation-Prev {
  left: calc(-72px / 2);
  z-index: 6;
  display: none;
  width: 23px;
}

@media screen and (max-width: 820px) {
  .p-Swiper-Price_Navigation-Prev {
    display: block;
    left: -15px;
  }
}

.p-Swiper-Price_Navigation-Prev:after {
  display: block;
  content: "";
  background-image: url("img/carousel-allow.svg");
  width: 23px;
  height: 63px;
}

.p-Swiper-Price_Navigation-Prev:focus {
  outline: none;
}

.p-EventNav-climbtr {
  display: none;
  width: 120px;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #01a3d2;
  padding: 2em 0.75em;
  font-size: 12px;
  border-radius: 0 8px 8px 0;
  z-index: 9;
}

@media screen and (max-width: 820px) {
  .p-EventNav-climbtr {
    display: none !important;
  }
}

.p-EventNav-climbtr_Menu {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #fff;
}

.p-EventNav-climbtr_Item {
  margin-bottom: 2em;
}

.p-EventNav-climbtr_Item:last-child {
  margin-bottom: 0;
}

.p-EventNav-climbtr_Item-Link {
  color: #fff;
}

.p-EventNav-climbtr_Item.is-current {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.p-EventNav-climbtr_CorpBtn {
  color: #fff;
}

.p-climbtr_Contents_Title {
  color: #01a3d2;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  margin-bottom: 38px;
  line-height: 1em;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Contents_Title {
    font-size: 34px;
    line-height: 1.2em;
  }
}

.p-climbtr_Contents_Title._blue {
  color: #01a3d2;
}

.p-climbtr_Contents_Title._white {
  color: #fff;
}

.p-climbtr_Contents_Subtitle {
  color: #333;
  font-size: 16px !important;
  line-height: 40px;
  font-weight: normal !important;
  display: block;
  margin-top: 1em;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Contents_Subtitle {
    line-height: 1.5em;
  }
}

.p-climbtr_Contents_Subtitle._blue {
  color: #01a3d2;
}

.p-climbtr_Contents_Subtitle._white {
  color: #fff;
}

.p-climbtr_About_Card {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 10px 0px gray;
  box-shadow: 0px 4px 10px 0px gray;
  padding: 24px;
  background-color: #fff;
  width: 32%;
  max-width: 424px;
  min-width: 300px;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 12em auto 1fr;
}

@media screen and (max-width: 1280px) {
  .p-climbtr_About_Card {
    width: 45%;
    margin-bottom: 30px;
  }

  .p-climbtr_About_Card:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 820px) {
  .p-climbtr_About_Card {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .p-climbtr_About_Card {
    width: 100%;
    max-width: 100%;
    display: block;
    /* grid-template-rows: auto 14em 1.2fr auto; */
  }
}

.p-climbtr_About_Card_Title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  padding: 18px 0;
  background-color: #01a3d2;
  margin-bottom: 24px;
}

.p-climbtr_About_Card_SubTitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3em;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-climbtr_About_Card_SubTitle {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.p-climbtr_About_Card-Img {
  margin-bottom: 24px;
}

.p-climbtr_About_Card_Note {
  height: 100%;
  border-radius: 8px;
  padding: 30px;
  background-color: #efefef;
}

.p-climbtr_About_Card_Main {
  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;
}

.p-climbtr_FixBtn {
  position: fixed;
  bottom: 24px;
  right: 12px;
  z-index: 9;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  .p-climbtr_FixBtn {
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    padding: 12px;
    right: inherit;
    left: 50%;
    bottom: 48px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}

.p-climbtr_FixBtn_Icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.p-climbtr_FixBtn_Icon:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-climbtr_FixBtn_Icon-Img {
  width: 32px;
  height: 32px;
  margin: auto;
  margin-bottom: 6px;
}

.p-climbtr_FixBtn-Link {
  color: #707070;
}

.p-climbtr_FixBtn_BacktoTop {
  margin-bottom: 18px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_FixBtn_BacktoTop {
    margin-bottom: 0;
  }
}

.p-climbtr_FixBtn_Download {
  margin-bottom: 18px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_FixBtn_Download {
    margin-bottom: 0;
  }
}

.p-climbtr_LinkArea {
  text-align: center;
}

.p-climbtr_Footer {
  width: 100%;
  background-color: #212121;
  color: #fff;
  display: grid;
  gap: 28px 0;
  padding: 0 120px;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Footer {
    padding: 0;
  }
}

.p-climbtr_Footer_Brand {
  text-align: center;
}

.p-climbtr_Footer_Brand-Img {
  width: 160px;
}

.p-climbtr_Footer_Desc {
  width: 70%;
  max-width: 960px;
  margin: auto;
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Footer_Desc {
    width: 90%;
  }
}

.p-climbtr_Footer_Nav {
  border-bottom: 1px solid #707070;
  padding-bottom: 42px;
}

.p-climbtr_Footer_Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60%;
  max-width: 640px;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-climbtr_Footer_Menu_Item {
  margin-right: 1em;
  margin-bottom: 1.5em;
}

.p-climbtr_Footer_Menu_Item-Link {
  color: #fff;
}

.p-climbtr_Footer_Corp {
  color: #fff;
  display: grid;
  grid-template-areas: "  Brand Info Nav" "  Sns Sns Sns";
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px 18px;
  padding: 0 120px;
}

@media screen and (max-width: 1024px) {
  .p-climbtr_Footer_Corp {
    grid-template-areas: "  Brand  Nav" "  Info  Nav" "  Sns Sns ";
    grid-template-columns: auto 1fr;
  }
}

@media screen and (max-width: 820px) {
  .p-climbtr_Footer_Corp {
    grid-template-areas: "  Brand " "Nav" "  Sns" " Info";
    grid-template-columns: 1fr;
    padding: 0;
  }
}

.p-climbtr_Footer_Corp_Brand {
  grid-area: Brand;
  margin-right: 12px;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Footer_Corp_Brand {
    margin: auto;
  }
}

.p-climbtr_Footer_Corp_Brand-Img {
  width: 160px;
}

.p-climbtr_Footer_Corp_Info {
  grid-area: Info;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Footer_Corp_Info {
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .p-climbtr_Footer_Corp_Info {
    text-align: center;
  }
}

.p-climbtr_Footer_Corp_Nav {
  grid-area: Nav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Footer_Corp_Nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-climbtr_Footer_Corp_Menu {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 6px 18px;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Footer_Corp_Menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: auto auto;
  }
}

.p-climbtr_Footer_Corp_Menu_Item {
  margin-right: 1em;
}

.p-climbtr_Footer_Corp_Menu_Item:nth-child(2n) {
  margin-right: 0;
}

.p-climbtr_Footer_Corp_Menu_Item:last-child {
  margin-right: 0;
}

.p-climbtr_Footer_Corp_Menu_Item-Link {
  color: #fff;
}

.p-climbtr_Footer_Corp_Sns {
  grid-area: Sns;
}

.p-climbtr_Footer_Corp_Sns_Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Footer_Corp_Sns_Menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-climbtr_Footer_Corp_Sns_Menu_Item {
  margin-right: 12px;
}

.p-climbtr_Footer_Corp_Sns_Menu_Item:last-child {
  margin-right: 0;
}

.p-climbtr_Footer_Corp_Sns_Menu_Item-Img {
  width: 24px;
  height: 24px;
}

.p-climbtr_Footer_Copyright {
  color: #fff;
  text-align: center;
}

.p-climbtr_Hero-Img {
  width: 100%;
  height: 100vh;
}

.p-climbtr_Hero_Wrap {
  position: relative;
  min-height: 90vh;
  background-image: url(img/fv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Hero_Wrap {
    background-image: url(img/fv_bg_sp.jpg);
    background-repeat: repeat;
    background-size: contain;
    min-height: 70vh;
  }
}

.p-climbtr_Hero_Catch {
  width: 70%;
  max-width: 900px;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 8;
  padding: 80px 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Hero_Catch {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .p-climbtr_Hero_Catch {
    padding-bottom: 15px;
  }
}

.p-climbtr_Hero_Catch-Img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Hero_Catch {
    text-align: center;
  }
  .p-climbtr_Hero_Catch-Img {
    width: 100%;
  }
}

.p-climbtr_Hero_Sticker {
  width: 80%;
  position: relative;
  /* padding: 48px 30px; */
  padding: 30px;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 8;
  background-color: #fff;
  display: grid;
  grid-template-areas: "  stc_info   stc_img " "  stc_cts stc_cts";
  grid-template-columns: 1fr 1fr;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 10px 0px gray;
  box-shadow: 0px 4px 10px 0px gray;
  max-width: 1024px;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Hero_Sticker {
    bottom: inherit;
    top: 60%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@media screen and (max-width: 820px) {
  .p-climbtr_Hero_Sticker {
    width: 90%;
    padding: 20px;
    top: initial;
    grid-template-areas: "  stc_info    " "     stc_img " "  stc_cts ";
    grid-template-columns: 1fr;
    gap: 12px 0;
    top: 35%;
  }
}

@media screen and (max-width: 600px) {
  .p-climbtr_Hero_Sticker {
    top: initial;
  }
}

.p-climbtr_Hero_Sticker_Info {
  grid-area: stc_info;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Hero_Sticker_Info img {
    width: 50%;
    margin-bottom: 20px;
  }
}

.p-climbtr_Hero_Sticker_Caption {
  font-size: clamp(1.2rem, 2vw + 1rem, 1.8rem);
  line-height: 1.5em;
  text-align: left;
}

.p-climbtr_Hero_Sticker_Caption > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Hero_Sticker_Caption {
    font-size: 14px;
  }
}

.p-climbtr_Hero_Sticker_Title {
  color: #b61c2b;
  display: block;
  margin-top: 1em;
  padding: 0 1em;
  border-right: 3px solid;
  border-left: 3px solid;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Hero_Sticker_Title {
    border-right: 6px solid;
    border-left: 6px solid;
  }
}

.p-climbtr_Hero_Sticker_Logo-Img {
  width: 330px;
  margin-bottom: 42px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Hero_Sticker_Logo-Img {
    width: 90%;
  }
}

.p-climbtr_Hero_Sticker_Image {
  grid-area: stc_img;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Hero_Sticker_Image {
    text-align: center;
  }
  .p-climbtr_Hero_Sticker_Image img {
    width: 90%;
  }
}

.p-climbtr_Hero_Sticker_Contents {
  grid-area: stc_cts;
  border: 1px solid #a3a3a3;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: auto;
  margin-top: -55px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Hero_Sticker_Contents {
    width: 100%;
    display: none;
    margin-top: 0;
  }
}

.p-climbtr_Hero_Sticker_Contents_pic {
  width: 35%;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Hero_Sticker_Contents_pic {
    width: 100%;
    height: 160px;
  }
}

.p-climbtr_Hero_Sticker_Contents_pic-Img {
  border-radius: 6px 0px 0px 6px;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Hero_Sticker_Contents_pic-Img {
    border-radius: 6px 6px 0px 0px;
  }
}

.p-climbtr_Hero_Sticker_Contents_desc {
  padding: 8px 40px;
  width: 65%;
  font-weight: bold;
  font-size: clamp(1.2rem, 2vw + 1rem, 1.8rem);
  line-height: 1.5em;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Hero_Sticker_Contents_desc {
    padding: 24px;
    width: 100%;
  }
}

.p-climbtr_Hero_Sticker_Contents_desc > p {
  margin-bottom: 30px;
  font-size: 16px;
}

.p-climbtr_Hero_Sticker_Contents_desc > p > span {
  display: inline-block;
}

.p-climbtr_Hero_Sticker_Contents_desc_linkArea {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Hero_Sticker_Contents_desc_linkArea {
    margin-top: -40px;
  }
}

.p-climbtr_Hero_Sticker_Contents_desc-link {
  background-color: #01a3d2;
  color: #fff;
  padding: 1em 2em;
  border-radius: 8px;
}

.p-climbtr_Hero_pr {
  padding: 0 200px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Hero_pr {
    padding: 0;
  }
}

.p-climbtr_Strengths_Cts {
  padding-bottom: 0;
}

.p-climbtr_Strengths_Title {
  color: #fff;
}

.p-climbtr_Strengths_Title-strong {
  font-size: 1.2em;
  border-bottom: 4px solid #ffde04;
}

.p-climbtr_Strengths_Title-large {
  font-size: 1.3em;
}

.p-climbtr_Strengths_CtsHeading {
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.p-climbtr_Strengths_CtsHeading_Label {
  display: block;
  background-color: #fff;
  width: 200px;
  margin: auto;
  color: #b61c2b;
  text-align: center;
  border-radius: 8px;
  padding: 0.45em 0.25em;
  border: 2px solid;
  margin-bottom: 18px;
}

.p-climbtr_Strengths_Feed {
  margin: 0 90px;
  margin-bottom: 48px;
}

.p-climbtr_Strengths_Card {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 10px 0px gray;
  box-shadow: 0px 4px 10px 0px gray;
  padding: 24px;
  background-color: #fff;
  width: 32%;
  max-width: 424px;
  min-width: 300px;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1280px) {
  .p-climbtr_Strengths_Card {
    width: 48%;
    margin-bottom: 30px;
  }

  .p-climbtr_Strengths_Card:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 820px) {
  .p-climbtr_Strengths_Card {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .p-climbtr_Strengths_Card {
    width: 100%;
    max-width: 100%;
  }
}

.p-climbtr_Strengths_Card_Header {
  margin-bottom: 12px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #01a3d2;
  border-radius: 6px;
  padding: 24px 6px;
  text-align: center;
}

.p-climbtr_Strengths_Card_Header_label {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding: 0.5em 3em;
  border-radius: 20px;
  background-color: #fff;
  color: #01a3d2;
  margin-bottom: 12px;
}

.p-climbtr_Strengths_Card_Title {
  font-size: clamp(1.5rem, 2vw + 1rem, 1.8rem);
  font-weight: bold;
  line-height: 1.5em;
  display: block;
  padding: 0 0.5em;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  color: #fff;
}

.p-climbtr_Strengths_Card_Title > span {
  display: inline-block;
}

.p-climbtr_Strengths_Card_Main {
  text-align: center;
  margin-bottom: 24px;
  display: grid;
  grid-template-rows: auto 14em auto;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Strengths_Card_Main {
    grid-template-rows: auto auto auto;
  }
}

.p-climbtr_Strengths_Card_Main > i {
  display: block;
  margin-bottom: 24px;
}

.p-climbtr_Strengths_Card_Footer {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-climbtr_Strengths_Card_Footer_Block {
  display: grid;
  border-bottom: 1px solid #b61c2b;
  margin-bottom: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  grid-template-rows: 2fr 3.5fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-climbtr_Strengths_Card_Footer_Block:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-climbtr_Strengths_Card_Footer_Heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.p-climbtr_Strengths_Card_Footer_Heading_Icon {
  margin-right: 24px;
}

.p-climbtr_Strengths_Card_Footer_Heading_Icon-Img {
  width: 54px;
}

.p-climbtr_Strengths_Card_Footer_Heading-Title {
  font-size: 18px;
  font-weight: bold;
  color: #b61c2b;
}

.p-climbtr_Strengths_Card-Desc {
  text-align: justify;
  padding: 0.75em 1.5em;
  border-radius: 8px;
  border: 1px solid gray;
  -webkit-box-shadow: 2px 2px 0px 1px gray;
  box-shadow: 2px 2px 0px 1px gray;
  position: relative;
}

.p-climbtr_Strengths_Card-Desc:after {
  content: "";
  position: absolute;
  background-image: url("img/man.svg");
  background-repeat: no-repeat;
  height: 31px;
  width: 27px;
  right: 0px;
  bottom: -8px;
}

.p-climbtr_Strengths_Card-Desc > p {
  min-height: 5em;
}

@media screen and (max-width: 1240px) {
  .p-climbtr_Strengths_Card-Desc > p {
    min-height: 7em;
  }
}

@media screen and (max-width: 820px) {
  .p-climbtr_Strengths_Card-Desc > p {
    min-height: auto;
  }
}

.p-climbtr_Strengths_Card_triangle {
  width: 53px;
}

.p-climbtr_Strengths_Card_answer {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3em;
  margin-bottom: 24px;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Function_Feed {
    margin-bottom: 42px;
  }
}

.p-climbtr_Function_Item {
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-rows: 52px 4.5em 1fr;
  grid-template-columns: 1fr;
  gap: 6px 0;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Function_Item {
    grid-template-rows: auto auto 1fr;
    height: fit-content;
    display: flex;
    flex-direction: column;
    flex: 0 0 20vw;
    align-items: center;
  }
}

.p-climbtr_Function_Item_Icon {
  text-align: center;
}

.p-climbtr_Function_Item_Icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

.p-climbtr_Function_Item_Icon-Img {
  width: auto;
  height: 52px;
}

.p-climbtr_Function_Item_Title {
  text-align: center;
  font-size: 12px;
}

.p-climbtr_Function_Item_Title > b {
  font-weight: normal;
  /* margin-bottom: 1em; */
  display: block;
}

.p-climbtr_Function_Item_Caption {
  text-align: center;
  font-size: 12px;
}

.p-climbtr_Function_Item_Caption > ul {
  text-align: left;
  list-style-type: disc;
}

.p-climbtr_Function_Item_Caption > ul > li {
  margin-left: 1.5em;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Function_Item_Caption > ul > li {
    width: 80%;
  }
}

.p-climbtr_Function_OpenBtn {
  display: none;
  text-align: center;
  background-color: #b61c2b;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 0.75em;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Function_OpenBtn {
    display: block;
  }
}

.p-climbtr_Function_Modaal {
  padding: 90px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Function_Modaal {
    padding: 36px;
  }
}

@media screen and (max-width: 600px) {
  .p-climbtr_Function_Modaal_Header {
    margin-top: 48px;
  }
}

.p-climbtr_Function_Modaal_Close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 13px;
  cursor: pointer;
}

.p-climbtr_Function_Modaal_Close-Icon {
  margin-bottom: 12px;
}

.p-climbtr_Function_Modaal_Close-Img {
  height: 30px;
  width: auto;
}

.p-climbtr_Function_Modaal_Title {
  color: #b61c2b;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 2em;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Function_Modaal_Title {
    font-size: 24px;
  }
}

.p-climbtr_Function_Modaal_Icon {
  margin-bottom: 30px;
  display: block;
}

.p-climbtr_Function_Modaal_Icon-Img {
  width: auto;
  height: 90px;
}

.p-climbtr_Function_Modaal_Desc {
  font-size: 16px;
  line-height: 2em;
  text-align: left;
}

.p-climbtr_Security_Block {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 10px 0px gray;
  box-shadow: 0px 4px 10px 0px gray;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Security_Block {
    padding: 40px 18px;
  }
}

.p-climbtr_Security_List {
  margin: auto;
  width: 90%;
}

.p-climbtr_Security_Item {
  display: grid;
  grid-template-areas: " Icon Title  " " Icon  Desc    ";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Security_Item {
    gap: 6px 12px;
  }
}

.p-climbtr_Security_Item_Title {
  grid-area: Title;
  color: #01a3d2;
  font-weight: bold;
  /* margin-bottom: 12px; */
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Security_Item_Title {
  }
}

.p-climbtr_Security_Item_Desc {
  grid-area: Desc;
}

.p-climbtr_Security_Item_Icon {
  grid-area: Icon;
}

.p-climbtr_Security_Item_Icon-Img {
  width: 90px;
  height: auto;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Security_Item_Icon-Img {
    width: 45px;
  }
}

.p-climbtr_Case_Feed {
  margin-bottom: 60px;
}

.p-climbtr_Case_LinkArea {
  text-align: center;
}

.p-climbtr_Case_LinkArea-btn {
  color: #fff;
  background-color: #616161;
  border-radius: 4px;
  padding: 0.75em 2em;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-climbtr_Case_ArticleCard {
  margin: 0;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Case_ArticleCard {
    flex: 0 0 80vw;
  }
}

.p-climbtr_Case_ArticleCard_Header {
  grid-area: ac-header;
  position: relative;
  overflow: hidden;
}

.p-climbtr_Case_ArticleCard_Thumbnail {
  height: 0;
  padding-bottom: 61.804697157%;
  position: relative;
}

.p-climbtr_Case_ArticleCard_Thumbnail-Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: top;
  object-position: top;
}

.p-climbtr_Case_ArticleCard_Thumbnail-Link {
  display: block;
}

.p-climbtr_Case_ArticleCard_Main {
  grid-area: ac-overview;
  position: relative;
  bottom: 0;
}

.p-climbtr_Case_ArticleCard_Acf_Team {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 6px;
}

.p-climbtr_Case_ArticleCard_Title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 18px;
  font-weight: bold;
  min-height: 3em;
}

.p-climbtr_Case_ArticleCard {
  border-radius: 20px;
  overflow: hidden;
}

.p-climbtr_Case_ArticleCard_Overlay {
  background-color: #212121;
  padding: 12px 30px;
  color: #fff;
}

.p-climbtr_Case_ArticleCard_Tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 5em;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Case_ArticleCard_Tag {
    min-height: auto;
  }
}

.p-climbtr_Case_ArticleCard_Term {
  background-color: #01a3d2;
  border-radius: 4px;
  padding: 0.2em 0.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 6px;
  margin-bottom: 6px;
}

.p-climbtr_Case_ArticleCard_Term > a {
  color: #fff;
}

.p-climbtr_Case_Team {
  background-color: #b61c2b;
}

.p-climbtr_Case_Team_Hero {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
  gap: 18px;
}

@media screen and (max-width: 820px) {
  .p-climbtr_Case_Team_Hero {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .p-climbtr_Case_Team_Hero {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.p-climbtr_Case_Team_Hero_Block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-climbtr_Case_Team_Hero_Thumb {
  height: 0;
  padding-bottom: 61.804697157%;
  position: relative;
}

.p-climbtr_Case_Team_Hero_Thumb-Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-climbtr_Case_Team_Hero_Title {
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 8;
  color: #fff;
}

.p-climbtr_Case_Team_Hero_Contents {
  padding: 2em 0.75em;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  margin-top: -15%;
  z-index: 8;
  width: 95%;
  height: 100%;
}

.p-climbtr_Case_Team_Hero_Desc {
  width: 100%;
  text-align: center;
}

.p-climbtr_Case_Team_Feature {
  margin: 0 90px;
  margin-bottom: 48px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Case_Team_Feature {
    margin: auto;
  }
}

.p-climbtr_Case_Team_Feature_Primary {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin: auto;
  gap: 12px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Case_Team_Feature_Primary {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-climbtr_Case_Team_Feature_Primary_Block {
  border: 1px solid;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.p-climbtr_Case_Team_Feature_Primary-Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-climbtr_Case_Team_School {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 90px;
  gap: 0 12px;
}

.p-climbtr_Case_Team_School_Block {
  display: grid;
  grid-template-columns: 42px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-climbtr_Faq-Accordion {
  margin: auto;
  max-width: 800px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Faq-Accordion {
    max-width: 100%;
  }
}

.p-climbtr_Faq-Accordion .toggle {
  display: none;
}

.p-climbtr_Faq-Accordion_Btn {
  width: 1.25em;
  height: 1.25em;
  border-radius: 20px;
  background-color: #01a3d2;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-climbtr_Faq-Accordion_Block {
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
}

.p-climbtr_Faq-Accordion_Block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Faq-Accordion_Block {
    padding: 12px;
    margin-bottom: 12px;
  }
}

.p-climbtr_Faq-Accordion_Label {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding-right: 1.6em;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Faq-Accordion_Label {
    padding-right: 2em;
    text-indent: -2em;
    padding-left: 2em;
  }
}

.p-climbtr_Faq-Accordion_Label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Faq-Accordion_Label {
    font-size: 16px;
  }
}

.p-climbtr_Faq-Accordion_Label::after,
.p-climbtr_Faq-Accordion_Label::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.p-climbtr_Faq-Accordion_Label::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}

.p-climbtr_Faq-Accordion_Label_Heading {
  font-weight: bold;
}

.p-climbtr_Faq-Accordion_Content {
  max-height: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.p-climbtr_Faq-Accordion_Content_Heading {
  font-weight: bold;
  color: #b61c2b;
}

.p-climbtr_Faq-Accordion_Content-p {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #ccc;
  text-indent: -1.6em;
  padding-left: 1.6em;
  text-align: justify;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Faq-Accordion_Content-p {
    font-size: 16px;
  }
}

.p-climbtr_Faq-Accordion_Content-p > a {
  color: blue;
  text-decoration: underline;
}

.p-climbtr_Faq-Accordion
  .toggle:checked
  + .p-climbtr_Faq-Accordion_Label
  + .p-climbtr_Faq-Accordion_Content {
  max-height: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-climbtr_Faq-Accordion
  .toggle:checked
  + .p-climbtr_Faq-Accordion_Label::before {
  -webkit-transform: translate(50%, -50%) rotate(90deg) !important;
  transform: translate(50%, -50%) rotate(90deg) !important;
}

.p-climbtr_Faq-Accordion
  .toggle:checked
  + .c-Accordion_Label
  > .p-climbtr_Faq-Accordion_Btn {
  background-color: silver;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-climbtr_Support_Feed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Support_Feed {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-climbtr_Support_Card {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Support_Card {
    display: grid;
    grid-template-areas: "  Thumb Title" "  Desc Desc";
    grid-template-columns: 1fr 2fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-climbtr_Support_Card_Thumb {
  margin-bottom: 24px;
  grid-area: Thumb;
  text-align: center;
}

.p-climbtr_Support_Card_Thumb img {
  width: 80%;
}

.p-climbtr_Support_Card_Title {
  grid-area: Title;
  text-align: center;
  color: #01a3d2;
  font-weight: bold !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 24px;
  height: 3.5em;
  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;
}

.p-climbtr_Support_Card_Desc {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_Support_Card_Title {
    height: auto;
    font-size: 15px !important;
    text-align: left;
    width: 100%;
    justify-content: start;
    margin-left: 0;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .p-climbtr_Support_Card_Thumb {
    margin-bottom: 0;
    grid-row: 1 / span 2;
  }
  .p-climbtr_Support_Card_Thumb img {
  }

  .p-climbtr_Support_Card_Desc {
    margin-top: 0;
    grid-column: 2 / -1 !important;
  }
}

.p-climbtr_Support_Card_Desc {
  grid-area: Desc;
}

.p-climbtr_price_Feed {
  gap: 60px;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .p-climbtr_price_Feed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.p-climbtr_price_table {
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
}

.p-climbtr_price_table td,
.p-climbtr_price_table th {
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
}

.p-climbtr_price_table-tr > td {
  border-left: 1px solid #01a3d2;
  border-right: 1px solid #01a3d2;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px;
}

.p-climbtr_price_table-label_th {
  font-size: 14px;
  color: #fff;
  background-color: #01a3d2;
  padding: 12px;
  border: 1px solid #e0e0e0;
}

.p-climbtr_price_table-label_th._upRadius {
  border-top: none;
  border-left: none;
  border-radius: 18px 0px 0px 0px;
}

.p-climbtr_price_table-label_th._downRadius {
  border-left: none;
  border-bottom: none;
  border-radius: 0px 0px 0px 18px;
}

.p-climbtr_price_table-label_th._wh {
  background: #fff;
  color: #000;
}

.p-climbtr_price_table-label_th._spot {
  background-color: #62f9f9;
  color: #666;
}

.p-climbtr_price_table-label_th._large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-climbtr_price_table-item_th {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #01a3d2;
  border-right: 1px solid #fff;
  border-radius: 18px 18px 0px 0px;
  padding: 30px 0;
}

.p-climbtr_price_table-item_td._large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-climbtr_price_table-item_btmBoder-blue {
  border-bottom: 1px solid #01a3d2 !important;
}

.p-climbtr_price_table_text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #eb5757;
  line-height: 1.2em;
}

.p-climbtr_price_table_text-bk {
  font-size: 18px;
  line-height: 1.8em;
  color: #000;
}

.p-climbtr_price_table_text-name {
  color: #000;
  display: block;
}

.p-climbtr_price_table_text-sub {
  font-size: 0.8em;
  color: #eb5757;
  display: block;
  font-weight: normal;
}

.p-climbtr_price_table_text-third {
  font-size: 18px;
  color: #eb5757;
}

.p-climbtr_price_table_wrap {
  /* overflow-x: scroll; */
}

.p-climbtr_price_Card {
  position: relative;
  background-color: #efefef;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .p-climbtr_price_Card {
    width: 48%;
    margin-bottom: 30px;
  }

  .p-climbtr_price_Card:last-child {
    margin-bottom: 0;
  }
}

.p-climbtr_price_Card_Label {
  width: 100%;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #b61c2b;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.p-climbtr_price_Card_Label > span {
  font-size: 0.5em;
}

.p-climbtr_price_Card_Header {
  text-align: center;
  padding: 1.5em 0.5em;
  border-radius: 8px 8px 0 0;
}

.p-climbtr_price_Card_Header._First {
  background-color: #48a0e1;
}

.p-climbtr_price_Card_Header._Second {
  background-color: #e14852;
}

.p-climbtr_price_Card_Header._Third {
  background-color: #ffb72e;
}

.p-climbtr_price_Card_Main {
  background-color: #fff;
  margin: 18px;
  border-radius: 8px;
  text-align: center;
  padding-top: 24px;
}

.p-climbtr_price_Card_Footer {
  margin: 18px;
  text-align: center;
}

.p-climbtr_price_Card_Footer_Title {
  font-weight: bold;
  margin-bottom: 18px;
}

.p-climbtr_price_Card_Footer_Cts {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}

.p-climbtr_price_Card_Title {
  font-weight: bold;
  color: #fff;
}

.p-climbtr_price_Card_Amount {
  color: #e14852;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 12px;
}

.p-climbtr_price_Card_Tax {
  font-size: 0.5em;
}

.p-climbtr_price_Card_Account {
  font-size: 20px;
  font-weight: bold;
  color: #e14852;
  margin-bottom: 24px;
}

.p-climbtr_price_Card_Cts_Block {
  padding: 18px;
  border-bottom: 1px solid #707070;
  width: 90%;
  margin: auto;
  margin-bottom: 24px;
}

.p-climbtr_price_Card_Cts_Block:last-child {
  border: none;
}

.p-climbtr_price_Card-Dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}

.p-climbtr_price_Card-Dd {
  font-size: 20px;
  font-weight: bold;
  color: #e14852;
  margin-bottom: 24px;
}

.p-climbtr_price_Note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-climbtr_price_Note_Title {
  margin-bottom: 0.5em;
}

.p-climbtr_price_Note_List > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-climbtr_worries-bg {
  background-image: url(img/worries_bg_pc.jpg);
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .p-climbtr_worries-bg {
    background-image: url(img/worries_bg_sp.jpg);
  }
}

.p-climbtr_worries_Title-strong {
  font-size: 1.2em;
  border-bottom: 4px solid #ffde04;
}

.p-climbtr_worries_Feed {
  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;
  gap: 12px 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-climbtr_worries_Feed {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .p-climbtr_worries_Feed {
    gap: 12px 24px;
    display: none;
  }
}

.p-climbtr_worries_Card {
  width: 230px;
}

@media screen and (max-width: 600px) {
  .p-climbtr_worries_Card {
    width: 45%;
  }
}

.p-climbtr_worries_Card_Thumb {
  margin-bottom: 24px;
  grid-area: Thumb;
  background-color: #fff;
  border-radius: 100%;
  padding: 18px;
}

.p-climbtr_worries_Card_Title {
  grid-area: Title;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 24px;
  /* height: 3.5em; */
  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: 600px) {
  .p-climbtr_worries_Card_Title {
    height: auto;
  }
}

.p-climbtr_worries_Card_Desc {
  grid-area: Desc;
}

html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo UI",
    "メイリオ", Meiryo, ＭＳＰゴシック, MS PGothic, sans-serif;
  font-size: 62.5%;
  font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.u-Heading_Page {
  text-align: center;
  margin-bottom: 6px;
  font-style: bold;
  margin-bottom: 240px;
  text-transform: uppercase;
}

.u-Heading_Contents {
  position: relative;
  margin-bottom: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.u-Text-XXXXL {
  font-size: 40px;
  line-height: 1.5em;
}

@media screen and (max-width: 600px) {
  .u-Text-XXXXL {
    font-size: 36px;
  }
}

.u-Text-XXXL {
  font-size: 36px;
  line-height: 1.58em;
}

@media screen and (max-width: 600px) {
  .u-Text-XXXL {
    font-size: 32px;
  }
}

.u-Text-XXL {
  font-size: 26px;
  line-height: 1.5em;
}

@media screen and (max-width: 600px) {
  .u-Text-XXL {
    font-size: 22px;
  }
}

.u-Text-XL {
  font-size: 20px;
  line-height: 1.5em;
}

.u-Text-L {
  font-size: 18px;
  line-height: 1.5em;
}

.u-Text-M {
  font-size: 16px;
  line-height: 1.8em;
}

.u-Text-S {
  font-size: 12px;
  line-height: 1.5em;
}

.u-Text-XS {
  font-size: 10px;
  line-height: 1.5em;
}

.u-Text-Main {
  font-size: 14px;
  line-height: 1.5em;
}

.u-Text._Align-Center {
  text-align: center;
}

.u-Text._Align-Right {
  text-align: right;
}

.u-TextOverflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-Table {
  display: table;
  table-layout: fixed;
  position: relative;
}

.u-Row {
  display: table-row;
}

.u-Cell {
  display: table-cell;
}

.u-Inline {
  display: inline;
}

.u-InlineBlock {
  display: inline-block;
}

.u-Block {
  display: block;
}

.u-None {
  display: none;
}

.u-PC-Only {
  display: block;
}

@media screen and (max-width: 820px) {
  .u-PC-Only {
    display: none;
  }
}

.u-TB-Only {
  display: none;
}

@media screen and (max-width: 820px) {
  .u-TB-Only {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .u-TB-Only {
    display: none;
  }
}

.u-MB-Only {
  display: none;
}

@media screen and (max-width: 600px) {
  .u-MB-Only {
    display: block;
  }
}

.u-Hidden {
  visibility: hidden;
}

.u-ObjectFitImg {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.u-Common_Dl-Dt {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100px;
  float: left;
  clear: both;
}

.u-Common_Dl-Dd {
  padding: 0px 10px 0px 0;
  margin-left: 125px;
  margin-bottom: 2em;
}

.u-Relative {
  position: relative;
}

.u-Absolute {
  position: absolute;
}

.u-Absolute._abCenter {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.u-Absolute._abCenter-X {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.u-Absolute._abCenter-Y {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.u-Fixed {
  position: fixed;
}

.u-Sticky {
  position: sticky;
  top: 99px;
}

@media screen and (max-width: 600px) {
  .u-Sticky {
    position: static;
  }
}

.u-Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-Flex._flWrap-True {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-Flex._flWrap-No {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.u-Flex._Justify-Center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-Flex._Justify-Between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-Flex._Justify-Around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.u-Flex._Justify-Start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.u-Flex._Justify-End {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-Flex._Justify-Evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.u-Flex._AlignItem-Start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-Flex._AlignItem-Center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-Flex._AlignItem-Stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.u-Flex._Direction-Column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-Flex._Direction-Column-Reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.u-Flex._Direction-Row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-Flex._Direction-Row-Reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-Flex-Vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-PageAnchor {
  padding-top: 100px;
  margin-top: -100px;
}

.u-Margin_T-0g {
  margin-top: 0px;
}

.u-Margin_B-0g {
  margin-bottom: 0px;
}

.u-Margin_R-0g {
  margin-right: 0px;
}

.u-Margin_L-0g {
  margin-left: 0px;
}

.u-Margin_T-1g {
  margin-top: 6px;
}

.u-Margin_B-1g {
  margin-bottom: 6px;
}

.u-Margin_R-1g {
  margin-right: 6px;
}

.u-Margin_L-1g {
  margin-left: 6px;
}

.u-Margin_T-2g {
  margin-top: 12px;
}

.u-Margin_B-2g {
  margin-bottom: 12px;
}

.u-Margin_R-2g {
  margin-right: 12px;
}

.u-Margin_L-2g {
  margin-left: 12px;
}

.u-Margin_T-3g {
  margin-top: 18px;
}

.u-Margin_B-3g {
  margin-bottom: 18px;
}

.u-Margin_R-3g {
  margin-right: 18px;
}

.u-Margin_L-3g {
  margin-left: 18px;
}

.u-Margin_T-4g {
  margin-top: 24px;
}

.u-Margin_B-4g {
  margin-bottom: 24px;
}

.u-Margin_R-4g {
  margin-right: 24px;
}

.u-Margin_L-4g {
  margin-left: 24px;
}

.u-Margin_T-5g {
  margin-top: 30px;
}

.u-Margin_B-5g {
  margin-bottom: 30px;
}

.u-Margin_R-5g {
  margin-right: 30px;
}

.u-Margin_L-5g {
  margin-left: 30px;
}

.u-Margin_T-6g {
  margin-top: 36px;
}

.u-Margin_B-6g {
  margin-bottom: 36px;
}

.u-Margin_R-6g {
  margin-right: 36px;
}

.u-Margin_L-6g {
  margin-left: 36px;
}

.u-Margin_T-7g {
  margin-top: 42px;
}

.u-Margin_B-7g {
  margin-bottom: 42px;
}

.u-Margin_R-7g {
  margin-right: 42px;
}

.u-Margin_L-7g {
  margin-left: 42px;
}

.u-Margin_T-8g {
  margin-top: 48px;
}

.u-Margin_B-8g {
  margin-bottom: 48px;
}

.u-Margin_R-8g {
  margin-right: 48px;
}

.u-Margin_L-8g {
  margin-left: 48px;
}

.u-Margin_T-9g {
  margin-top: 54px;
}

.u-Margin_B-9g {
  margin-bottom: 54px;
}

.u-Margin_R-9g {
  margin-right: 54px;
}

.u-Margin_L-9g {
  margin-left: 54px;
}

.u-Margin_T-10g {
  margin-top: 60px;
}

.u-Margin_B-10g {
  margin-bottom: 60px;
}

.u-Margin_R-10g {
  margin-right: 60px;
}

.u-Margin_L-10g {
  margin-left: 60px;
}

.u-Margin_T-11g {
  margin-top: 66px;
}

.u-Margin_B-11g {
  margin-bottom: 66px;
}

.u-Margin_R-11g {
  margin-right: 66px;
}

.u-Margin_L-11g {
  margin-left: 66px;
}

.u-Margin_T-12g {
  margin-top: 72px;
}

.u-Margin_B-12g {
  margin-bottom: 72px;
}

.u-Margin_R-12g {
  margin-right: 72px;
}

.u-Margin_L-12g {
  margin-left: 72px;
}

.u-Margin_T-13g {
  margin-top: 78px;
}

.u-Margin_B-13g {
  margin-bottom: 78px;
}

.u-Margin_R-13g {
  margin-right: 78px;
}

.u-Margin_L-13g {
  margin-left: 78px;
}

.u-Margin_T-14g {
  margin-top: 84px;
}

.u-Margin_B-14g {
  margin-bottom: 84px;
}

.u-Margin_R-14g {
  margin-right: 84px;
}

.u-Margin_L-14g {
  margin-left: 84px;
}

.u-Margin_T-15g {
  margin-top: 90px;
}

.u-Margin_B-15g {
  margin-bottom: 90px;
}

.u-Margin_R-15g {
  margin-right: 90px;
}

.u-Margin_L-15g {
  margin-left: 90px;
}

.u-Margin_T-16g {
  margin-top: 96px;
}

.u-Margin_B-16g {
  margin-bottom: 96px;
}

.u-Margin_R-16g {
  margin-right: 96px;
}

.u-Margin_L-16g {
  margin-left: 96px;
}

.u-Margin_T-17g {
  margin-top: 102px;
}

.u-Margin_B-17g {
  margin-bottom: 102px;
}

.u-Margin_R-17g {
  margin-right: 102px;
}

.u-Margin_L-17g {
  margin-left: 102px;
}

.u-Margin_T-18g {
  margin-top: 108px;
}

.u-Margin_B-18g {
  margin-bottom: 108px;
}

.u-Margin_R-18g {
  margin-right: 108px;
}

.u-Margin_L-18g {
  margin-left: 108px;
}

.u-Margin_T-19g {
  margin-top: 114px;
}

.u-Margin_B-19g {
  margin-bottom: 114px;
}

.u-Margin_R-19g {
  margin-right: 114px;
}

.u-Margin_L-19g {
  margin-left: 114px;
}

.u-Margin_T-20g {
  margin-top: 120px;
}

.u-Margin_B-20g {
  margin-bottom: 120px;
}

.u-Margin_R-20g {
  margin-right: 120px;
}

.u-Margin_L-20g {
  margin-left: 120px;
}

.u-Margin-Btm_Common {
  margin-bottom: 120px;
}

.u-Margin-Auto {
  margin: auto;
}

.u-Padding_T-0g {
  padding-top: 0px;
}

.u-Padding_B-0g {
  padding-bottom: 0px;
}

.u-Padding_Rt-0g {
  padding-right: 0px;
}

.u-Padding_Lt-0g {
  padding-left: 0px;
}

.u-Padding_T-1g {
  padding-top: 6px;
}

.u-Padding_B-1g {
  padding-bottom: 6px;
}

.u-Padding_Rt-1g {
  padding-right: 6px;
}

.u-Padding_Lt-1g {
  padding-left: 6px;
}

.u-Padding_T-2g {
  padding-top: 12px;
}

.u-Padding_B-2g {
  padding-bottom: 12px;
}

.u-Padding_Rt-2g {
  padding-right: 12px;
}

.u-Padding_Lt-2g {
  padding-left: 12px;
}

.u-Padding_T-3g {
  padding-top: 18px;
}

.u-Padding_B-3g {
  padding-bottom: 18px;
}

.u-Padding_Rt-3g {
  padding-right: 18px;
}

.u-Padding_Lt-3g {
  padding-left: 18px;
}

.u-Padding_T-4g {
  padding-top: 24px;
}

.u-Padding_B-4g {
  padding-bottom: 24px;
}

.u-Padding_Rt-4g {
  padding-right: 24px;
}

.u-Padding_Lt-4g {
  padding-left: 24px;
}

.u-Padding_T-5g {
  padding-top: 30px;
}

.u-Padding_B-5g {
  padding-bottom: 30px;
}

.u-Padding_Rt-5g {
  padding-right: 30px;
}

.u-Padding_Lt-5g {
  padding-left: 30px;
}

.u-Padding_T-6g {
  padding-top: 36px;
}

.u-Padding_B-6g {
  padding-bottom: 36px;
}

.u-Padding_Rt-6g {
  padding-right: 36px;
}

.u-Padding_Lt-6g {
  padding-left: 36px;
}

.u-Padding_T-7g {
  padding-top: 42px;
}

.u-Padding_B-7g {
  padding-bottom: 42px;
}

.u-Padding_Rt-7g {
  padding-right: 42px;
}

.u-Padding_Lt-7g {
  padding-left: 42px;
}

.u-Padding_T-8g {
  padding-top: 48px;
}

.u-Padding_B-8g {
  padding-bottom: 48px;
}

.u-Padding_Rt-8g {
  padding-right: 48px;
}

.u-Padding_Lt-8g {
  padding-left: 48px;
}

.u-Padding_T-9g {
  padding-top: 54px;
}

.u-Padding_B-9g {
  padding-bottom: 54px;
}

.u-Padding_Rt-9g {
  padding-right: 54px;
}

.u-Padding_Lt-9g {
  padding-left: 54px;
}

.u-Padding_T-10g {
  padding-top: 60px;
}

.u-Padding_B-10g {
  padding-bottom: 60px;
}

.u-Padding_Rt-10g {
  padding-right: 60px;
}

.u-Padding_Lt-10g {
  padding-left: 60px;
}

.u-Padding-Btm_Common {
  padding-bottom: 120px;
}

.u-Fill {
  width: 100%;
}

.u-Half {
  width: 50%;
}

.u-Quarter {
  width: 25%;
}

.u-Third {
  width: 33.33%;
}

.u-TwoThirds {
  width: 66.66%;
}

.u-Form_Size-S {
  width: 25%;
}

.u-Form_Size-M {
  width: 50%;
}

.u-Form_Size-L {
  width: 80%;
}

.u-Form_Size-XL {
  width: 100%;
}

.u-ListStyle-BulletPoint {
  list-style-type: disc;
}

.u-ListStyle-BulletPoint > li {
  margin-left: 1.5em;
}

.u-ListStyle-Number {
  list-style-type: decimal;
}

.u-ListStyle-Number > li {
  margin-left: 1.5em;
}

.u-Overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  z-index: 7;
}

.u-Raster {
  width: 100vw;
  height: 100vh;
  background-image: url(img/raster.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}

.u-Bg_Color-Gray {
  background-color: #e1e1e1;
}

.u-Border-Btm {
  border-bottom: 1px solid;
}

.u-Border-Top {
  border-top: 1px solid;
}

.u-Border-Right {
  border-right: 1px solid;
}

.u-Border-Left {
  border-left: 1px solid;
}

.u-LinesOnSides {
  display: table;
  text-align: center;
  white-space: nowrap;
}

.u-LinesOnSides:after,
.u-LinesOnSides:before {
  content: "";
  display: table-cell;
  width: 50%;
  background: linear-gradient(
    transparent 50%,
    currentColor 50%,
    currentColor calc(50% + 1px),
    transparent calc(50% + 1px)
  );
  background-clip: padding;
}

.u-LinesOnSides:after {
  border-left: 1em solid rgba(0, 0, 0, 0);
}

.u-LinesOnSides:before {
  border-right: 1em solid rgba(0, 0, 0, 0);
}

.u-HasLines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-HasLines:before,
.u-HasLines:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #333;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.u-HasLines:before {
  margin-right: 1em;
}

.u-HasLines:after {
  margin-left: 1em;
}

.u-HasLines-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-HasLines-Right:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #333;
  min-width: 1em;
  display: inline-block;
  vertical-align: middle;
}

.u-HasLines-Right:after {
  margin-left: 1em;
}

.u-HasLines-Left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-HasLines-Left:before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #333;
  min-width: 1em;
  display: inline-block;
  vertical-align: middle;
}

.u-HasLines-Left:before {
  margin-right: 1em;
}

.u-Btn_LinkIcon {
  color: #fff;
  background-color: #b61c2b;
  border-radius: 30px;
  padding: 0.75em 2em;
  display: inline-block;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .u-Btn_LinkIcon {
    font-size: 18px;
  }
}

.u-Btn_LinkIcon:after {
  display: inline-block;
  content: "";
  background-image: url("img/link_mark.svg");
  margin-left: 1em;
  width: 28px;
  height: 23px;
}

.u-cf:before,
.u-cf:after {
  content: "";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

.u-Clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*# sourceMappingURL=climbtr.min.css.map */
/* SEC About */
.p-climbtr_top-desc {
  line-height: 26px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}

.climbtr_logo-list-box {
  display: flex;
  gap: 20px;
}

.climbtr_logo-list-box img {
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 767px) {
  .climbtr_logo-list-box {
    padding: 20px;
    overflow-x: scroll;
  }
  .climbtr_logo-list-box img {
    width: 100%;
  }
}

.climbtr_about-btm-box {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/climbtr_about-btm-background.jpg);
}
.climbtr_about-btm-box-conts {
  max-width: 700px;
  margin: 0 auto;
}

.climbtr_about-btm-box img {
  width: 90%;
}

.climbtr_about-btm-box-desc {
  margin-bottom: 33px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.climbtr_about-btm-box .climbtr_about-btm-box-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .climbtr_about-btm-box-desc {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    padding: 0 20px;
  }

  .climbtr_about-btm-box {
    text-align: center;
  }

  .climbtr_about-btm-box img {
    width: 80%;
  }

  .lp-btn-big:link,
  .lp-btn-big:visited {
    width: 40%;
    font-size: 16px;
  }

  .climbtr_strength-conts {
    /* background-color: #01a3d2; */
  }

  .p-climbtr_About .p-climbtr_Contents_Title {
    color: #01a3d2;
  }

  .p-climbtr_About .p-climbtr_top-desc {
    text-align: left;
    font-size: 1.6rem;
  }
}

/* SEC Strength */
.p-climbtr_Strengths .l-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Strengths .l-flex {
    flex-direction: column;
  }
}

.p-climbtr_Strengths .p-climbtr_Contents_Title {
  color: #01a3d2;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 38px;
  line-height: 1em;
  letter-spacing: 0.075em;
}

.p-climbtr_Strengths .str-top-desc {
  max-width: 680px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 3px;
}
.p-climbtr_Strengths .str-main-conts {
}
.p-climbtr_Strengths .str-list {
  margin-top: 25px;
}
.p-climbtr_Strengths .str-item {
  gap: 35px;
  align-items: center;
}
.p-climbtr_Strengths .str-item:nth-child(3) {
  margin-bottom: 70px;
}
.p-climbtr_Strengths .str-item:nth-child(3) .str-txt-box {
  transform: translateX(-140px);
}

.p-climbtr_Strengths .str-list .str-item:nth-child(3) {
  transform: translateX(60px);
}
.p-climbtr_Strengths .l-flex {
}
.p-climbtr_Strengths .str-txt-box {
  padding: 45px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  /* flex: 0 0 560px; */
  flex: 1;
  position: relative;
}
.p-climbtr_Strengths .str-img-box {
  flex: 0 0 750px;
}

@media screen and (max-width: 1601px) {
  .p-climbtr_Strengths .str-img-box {
    flex: 0 0 500px;
  }
  .p-climbtr_Strengths .str-txt-box {
    flex: 1;
  }
}
@media screen and (max-width: 1431px) {
  .p-climbtr_Strengths .str-img-box {
    flex: 0 0 400px;
  }
  .p-climbtr_Strengths .str-txt-box {
    flex: 1;
  }
}

@media screen and (max-width: 1025px) {
  .p-climbtr_Strengths .str-item {
    flex-direction: column;
  }
  .p-climbtr_Strengths .str-img-box {
    order: 0;
    text-align: center;
    flex: 0 0 auto;
  }

  .p-climbtr_Strengths .str-img-box img {
    width: 80% !important;
  }

  .p-climbtr_Strengths .str-txt-box {
    order: 1;
  }

  .p-climbtr_Strengths .str-list .str-item:nth-child(3) {
    transform: translateX(0);
  }

  .p-climbtr_Strengths .str-item:nth-child(3) .str-txt-box {
    transform: translateX(0);
  }
}
.p-climbtr_Strengths .str-step {
  color: #01a3d2;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  display: inline-block;
  font-size: 96px;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
}
.p-climbtr_Strengths .str-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.p-climbtr_Strengths .str-ttl {
  text-align: center;
  margin-bottom: 20px;
}
.p-climbtr_Strengths .str-ttl span {
  color: #01a3d2 !important;
}
.p-climbtr_Strengths .str-paragraph {
  font-size: 14px;
  line-height: 23px;
}
.p-climbtr_Strengths .str1-desc1 {
  margin: 30px 0 70px 0;
}
.p-climbtr_Strengths .str-d-block p:first-child {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: 600;
}
.p-climbtr_Strengths .str1-desc-list {
  margin-bottom: 70px;
  gap: 17px;
  align-items: stretch !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 911px) {
  .p-climbtr_Strengths .str1-desc-list {
    justify-content: center;
  }
}
@media screen and (max-width: 801px) {
  .p-climbtr_Strengths .str1-desc-list {
    justify-content: start;
  }
}
.p-climbtr_Strengths .str1-desc-item {
  flex: 0 0 calc((100% - 17px * 3) / 4);
  display: flex;
  flex-direction: column;
}
.p-climbtr_Strengths .str1-item-ttl {
  color: #fff;
  background-color: #01a3d2;
  width: 200px;
  height: 30px;
  /* padding: 10px 15px; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.p-climbtr_Strengths .str1-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  padding-bottom: 30px;
  height: 180px;
  min-height: 180px;
}
.p-climbtr_Strengths .str1-item .txt {
  font-size: 12px !important;
}
.p-climbtr_Strengths .str-img-box img {
  width: 90%;
}

@media screen and (max-width: 1401px) {
  .p-climbtr_Strengths .str1-item {
    height: auto;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-climbtr_Strengths {
    /* background-color: #01a3d2; */
  }

  .l-climbtrPage_Contents.-wide {
    padding: 60px 25px;
  }

  .l-climbtrPage_Contents.case-contents {
    padding-bottom: 60px !important;
  }

  .p-climbtr_Strengths .str-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .p-climbtr_Strengths .str-item {
    gap: 0;
  }

  .p-climbtr_Strengths .str-top-desc {
    color: #fff;
    display: none;
  }

  .p-climbtr_Strengths .str-img-box {
    order: 0;
  }

  .p-climbtr_Strengths .str-txt-box {
    order: 1;
    margin-top: -20%;
    padding: 25px;
    padding-top: 35px;
    flex: 0 0 auto;
  }

  .p-climbtr_Strengths .str-item:first-child .str-txt-box {
    margin-top: -40%;
  }
  .p-climbtr_Strengths .str-item:nth-child(3) .str-txt-box {
    transform: translate(0);
    margin-top: -10%;
  }

  .p-climbtr_Strengths .str-item:nth-child(3) {
    margin-bottom: 0;
  }

  .p-climbtr_Strengths .str-d-block {
    display: none;
  }

  .p-climbtr_Strengths .str-item:first-child .str-img-box img {
    content: url(../img/climbtr_strength-img01-sp.png);
  }
  .p-climbtr_Strengths .str-item:nth-child(3) .str-img-box img {
    content: url(../img/climbtr_strength-img02-sp.png);
  }
  .p-climbtr_Strengths .str-item:last-child .str-img-box img {
    content: url(../img/climbtr_strength-img03-sp.png);
  }

  .p-climbtr_Strengths .str-step {
    left: 20px;
    font-size: 70px;
  }

  .p-climbtr_Strengths .str-ttl {
    font-size: 16px;
    text-align: left;
  }

  .p-climbtr_Strengths .str-paragraph {
    font-size: 12px;
  }

  .p-climbtr_Contents_Title {
    font-size: 34px;
    color: #fff;
  }

  .p-climbtr_Strengths .p-climbtr_Contents_Title {
    /* color: #fff; */
    line-height: 1.4em;
  }

  .p-climbtr_Strengths_Title-large {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .p-climbtr_Strengths .str-img-box img {
    width: 100% !important;
  }
}

/* SEC functions */
.p-climbtr_Function_Item_Caption {
  grid-column: 1 / -1;
}
.p-climbtr_Function_Item_Caption ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Function_Item_Caption {
    display: none;
  }

  .p-climbtr_Function .p-climbtr_Contents_Title {
    color: #01a3d2;
  }
}

/* SEC Case */
.climbtr_case-top-box {
  max-width: 800px;
  gap: 18px;
  margin: 0 auto;
  margin-bottom: 75px;
  /* border-radius: 20px; */
  /* overflow: hidden; */
  /* border: 2px solid #fff; */
  /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); */
}

@media screen and (max-width: 767px) {
  .climbtr_case-top-box {
    height: auto;
  }
}
.p-climbtr_Case .l-flex {
  display: flex;
}
.climbtr_case-top-box-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: 2px 8px 10px rgba(0, 0, 0, 20%);
  border-radius: 20px;
  overflow: hidden;
  height: 260px;
}

@media screen and (max-width: 767px) {
  .climbtr_case-top-box-item {
    position: relative;
    height: 120px;
    min-height: 120px;
  }
}
.climbtr_case-item-img-box {
  /* border-right: 1px solid #fff; */
  height: 158px;
}
.climbtr_case-item-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 0 0 158px;
}
.climbtr_case-item-txt-box {
  /* border-top: 2px solid #fff; */
  background-color: #212121;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .climbtr_case-item-img-box {
    border-top: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
}

.climbtr_case-top-box-item:not(:last-child) {
  /* border-right: 2px solid #fff; */
}

.climbtr_case-item-txt-box p {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Case .l-flex {
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
  }

  .climbtr_case-top-box-item {
    flex: 0 !important;
  }

  .climbtr_case-item-txt-box p {
    font-size: 14px;
  }

  .climbtr_case-item-txt-box {
    z-index: 1;
    background-color: rgb(33, 33, 33, 0.6);
  }

  .p-climbtr_Case .p-climbtr_Contents_Title {
    color: #01a3d2;
  }

  .climbtr_case-top-box-item:not(:last-child) {
    border-right: unset;
  }

  .climbtr_case-top-box-item {
    flex: 0 0 100vw;
  }

  .climbtr_case-top-box {
    gap: 40px;
    background: #efefef !important;
    box-shadow: unset;
    border-radius: unset;
  }

  .l-Contents_Block-Full.case-contents {
    background: #efefef;
  }
}

/* SEC PRICE */
.l-climbtrPage_Contents {
}
.p-climbtr_price {
}
.p-climbtr_price .p-climbtr_Contents_Title {
}
.p-climbtr_price .pr_desc-box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.p-climbtr_price .pr-txt-box {
  padding-top: 80px;
}

.p-climbtr_price .pr-txt-top {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-climbtr_price .pr-txt-top span:first-child {
  font-size: 16px;
}
.p-climbtr_price .pr-txt-top div {
  display: inline-block;
}
.p-climbtr_price .pr-txt-top div span:first-child {
  font-size: 40px;
  display: inline-block;
  color: #e14852;
}
.p-climbtr_price .pr-txt-top div span:nth-child(2) {
  font-size: 13px;
}
.p-climbtr_price .pr-txt-btm {
  font-weight: bold;
}
.p-climbtr_price .u-MB-Only {
}
.p-climbtr_price .pr-img-box {
}
.p-climbtr_price .p-climbtr_price_table_wrap {
}

/* table */
.p-climbtr_price_table_wrap {
  display: flex;
  gap: 7px;
  align-items: end;
  max-width: 900px;
  margin: 0 auto;
}
.p-climbtr_price .tab-left-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 0 0 180px;
  font-size: 13px;
}
.p-climbtr_price .tab-hd {
  background-color: #01a3d2;
  color: #fff;
  font-weight: bold;
}
.p-climbtr_price .tab-left-col .tab-hd {
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .p-climbtr_price .tab-left-col {
    padding-bottom: 90px;
  }
  .p-climbtr_price .tab-left-col .tab-hd {
    padding: 8px 0;
  }
}
.p-climbtr_price .tab-right-col {
  display: flex;
  gap: 3px;
  flex-direction: column;
  flex: 1;
}
.p-climbtr_price .tab-right-col-top {
  gap: 3px;
  flex: 1;
  display: flex;
}
.p-climbtr_price .tab-right-col .tab-col {
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
}
.p-climbtr_price .tab-right-col .tab-hd {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  line-height: 30px;
  /* border-top-left-radius: 8px; */
  /* border-top-right-radius: 8px; */
}
.p-climbtr_price .tab-col {
}
.p-climbtr_price .tab-item {
  background-color: #efefef;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-climbtr_price .tab-item {
    min-height: 38px;
  }
}
.p-climbtr_price .tab-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.p-climbtr_price .tab-item-first {
  padding: 10px;
  padding-bottom: 40px;
}
.p-climbtr_price .tab-item.has-circle-mark {
  position: relative;
}
.p-climbtr_price .tab-item.has-circle-mark::after {
  position: absolute;
  content: "";
  bottom: 13px;
  right: 50%;
  transform: translateX(50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #01a3d2;
}
.p-climbtr_price .item-txt-box {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
}
.p-climbtr_price .txt-top {
  padding-bottom: 10px;
  margin-bottom: 9px;
  border-bottom: 1px solid #707070;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.p-climbtr_price .txt-top span:not(:last-child) {
  margin-right: 5px;
}
.p-climbtr_price .txt-top span:last-child {
  color: #e14852;
}
.p-climbtr_price .pri-num {
  font-size: 32px;
  color: #e14852;
}

@media screen and (max-width: 767px) {
  .p-climbtr_price .pri-num {
    font-size: 24px;
  }
}
.p-climbtr_price .txt-btm {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-climbtr_price .txt-btm {
    font-size: 9px;
  }
}
.p-climbtr_price .pri-num-black {
  font-size: 16px;
}

.p-climbtr_price .tab-btm-box {
  /* padding-left: 263px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 4px;
}
.p-climbtr_price .tab-row3 {
  background-color: #efefef;
  display: flex;
  padding: 15px;
  align-items: end;
  max-width: 730px;
  border-radius: 10px;
  padding-left: 50px;
  box-sizing: border-box;
}
.p-climbtr_price .tab-row3-col {
  line-height: 1.3;
}
.p-climbtr_price .tab-row3-col:first-child {
  margin-right: 70px;
}
.p-climbtr_price .tab-row3-col:nth-child(2) {
  margin-right: 30px;
}
.p-climbtr_price .tab-row3-col .hp-c-red {
  color: #e14852;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
}
.p-climbtr_price .tab-row3-desc {
  font-size: 12px;
  font-weight: 500;
}
.p-climbtr_price .tab-row3-pri {
  font-size: 16px;
  font-weight: bold;
}
.p-climbtr_price .tab-row3-tax {
  font-size: 10px;
  font-weight: 500;
}

.p-climbtr_price .tab-btm-txt-parg {
  max-width: 730px;
  margin-top: 18px;
  padding-left: 10px;
  font-size: 14px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .p-climbtr_price .tab-btm-txt-parg {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-climbtr_price .pr-txt-btm {
    font-size: 20px;
    font-weight: bold;
    width: 100vw;
    margin-left: -30px;
  }
  .p-climbtr_price .pr_desc-box {
  }
  .p-climbtr_price .pr-img-box {
    order: 0;
    flex: 0 0 50%;
    margin-left: -20px;
  }
  .p-climbtr_price .pr-img-box img {
    width: 100%;
  }
  .p-climbtr_price .pr-txt-box {
    order: 1;
    padding-top: 0;
  }

  .p-climbtr_price .p-climbtr_Contents_Title {
    color: #01a3d2 !important;
  }

  .p-climbtr_price .pr-txt-btm {
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
  }

  .l-climbtrPage_Contents.prc-conts {
    padding: 60px 20px !important;
  }

  .p-climbtr_price .pr-txt-top > span:first-child {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .p-climbtr_price .pr-txt-top {
    font-size: 12px;
    margin-left: 10px;
  }

  .p-climbtr_price .pr-txt-top div span:first-child {
    font-size: 30px;
  }

  .p-climbtr_price .pr-txt-top div span:nth-child(2) {
    font-size: 12px;
  }

  .p-climbtr_price .p-climbtr_price_table_wrap {
    max-width: 100%;
    width: 900px;
    /* overflow-x: auto; */
  }
}

.l-climbtrPage_Contents.faq-conts {
  padding: 40px 15% !important;
}

.p-climbtr_worries-list-sp,
.p-climbtr-worries-desc-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-climbtr_worries-list-sp {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p-climbtr_worries-list-sp .p-climbtr_worries-img-box:nth-child(4),
  .p-climbtr_worries-list-sp .p-climbtr_worries-img-box:last-child {
    display: none;
  }

  .p-climbtr_worries-img-box {
    /* width: 60%;
    flex: 0 0 40%; */
    margin-bottom: 24px;
    grid-area: Thumb;
    background-color: #fff;
    border-radius: 100%;
    padding: 18px;
  }
  .p-climbtr-worries-desc-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    gap: 15px;
    font-weight: bold;
    margin-top: 0;
  }

  .p-climbtr-worries-desc-sp p {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .mb-scroll-box {
    overflow-x: scroll;
  }

  .mb-scroll-box .tab-right-col {
    min-width: 540px;
  }
}

.p-climbtr_Hero_pr-sp {
  display: none;
}
.p-climbtr_Hero_pr-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-climbtr_Hero_pr-pc {
    display: none;
  }
  .p-climbtr_Hero_pr-sp {
    display: block;
  }
}
