@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Roboto:wght@900&display=swap");
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../../webfonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

.beginner_wrapper {
  background: url(../../images/beginner/mv_bg_l.png) no-repeat left top,
    url(../../images/beginner/mv_bg_r.png) no-repeat right top;
  min-height: 100vw;
  background-size: 26% auto;
  font-family: "Noto Sans JP", sans-serif;
}

#main #ext .beginner_mv_h {
  width: 36.3%;
  margin: 0% auto 4%;
  padding-top: 7%;
}

.beginner_mv_t {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 7%;
  text-shadow: 0 0 5px #fff;
  margin-left: auto;
  margin-right: auto;
}

#main #ext .buttonarea {
  margin: 70px auto 20px;
}

.text_link_arrow {
  position: relative;
  padding-left: 10px;
}

.text_link_arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
}

a.btn_cta {
  display: inline-block;
  margin: 0 auto;
  border-radius: 50px 50px 50px 50px;
  background-color: #1b998b;
  text-align: center;
  color: #fff;
  font-size: 29px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 0.4em 2em 0.5em;
}

.beginner_contents {
  border-radius: 10px;
  position: relative;
  padding: 40px 40px 70px 40px;
  margin-bottom: 60px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

.beginner_reason {
  background-color: #fff3db;
}

#main #ext .beginner_h {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  width: 100%;
  position: relative;
  border-bottom: none;
}

.beginner_h_shoulder {
  font-size: 60%;
  display: block;
  line-height: 1;
}

.beginner_h_line {
  display: block;
  position: absolute;
  background-color: #cc0011;
  height: 6px;
  width: 21%;
  left: -40px;
  top: 0.5em;
}

.beginner_h_line:last-of-type {
  left: auto;
  right: -40px;
}

.beginner_h_line::before,
.beginner_h_line::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #cc0011;
  position: absolute;
  border-radius: 3px;
}

.beginner_h_line::before {
  top: 12px;
  height: 3px;
}

.beginner_h_line::after {
  top: 21px;
  height: 2px;
}

.beginner_h em {
  font-size: 147%;
  display: inline-block;
  line-height: 100%;
  font-style: normal;
}

#main #ext .beginner_h_2 {
  color: #cc0011;
  font-size: 40px;
  text-align: center;
  position: relative;
  margin: 50px 0;
  border-bottom: none;
  font-weight: bold;
}

#main #ext .beginner_h_2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px #cc0011 dashed;
  z-index: 0;
}

.beginner_h_2 span {
  background-color: #fff;
  padding: 0 1em;
  z-index: 1;
  position: relative;
}

.reason_list {
  list-style-type: none;
  padding: 0 !important;
  margin: 70px auto !important;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

#ext .reason_list_item {
  padding: 0 30px 30px;
  margin: 0;
  background-color: #fff;
  border: 3px #f2cfd2 solid;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}

.reason_list_item_num {
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #cc0011;
  position: absolute;
  top: -0.75em;
}

.reason_list_icon {
  min-height: 130px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  padding-bottom: 15px;
}

.reason_list_icon img {
  height: auto;
}

.reason_list_icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fbf1f1;
  border-radius: 50%;
  height: 50px;
  width: 144px;
  z-index: -1;
}

#main #ext .reason_list_title {
  color: #cc0011;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  margin-top: 18px;
  display: grid;
  align-items: center;
  min-height: 3em;
}

#main #ext .reason_list_title small {
  font-size: 60%;
}

#main .reason_list_text {
  margin: 15px 0 0 !important;
  font-size: 15px;
  line-height: 1.7;
}

#main .reason_list_notes {
  font-size: 12px;
  margin-left: 1em;
  margin-top: 0.5em;
  text-indent: -1em;
  display: block;
}

#ext .beginner_lineup_list {
  margin: 60px 0 0 !important;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}

#ext .lineup_item {
  border-radius: 10px;
  border: #eee;
  margin: 0;
  text-align: center;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px 20px;
  line-height: 1.2;
}

#ext .lineup_item a {
  display: block;
  color: #000;
}

.lineup_item img {
  width: 140px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

#main #ext .beginner_voice_title {
  background-color: #fff;
  color: #cc0011;
  font-size: 29px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 0.4em 2em 0.5em;
  display: table;
  text-align: center;
  border-radius: 50px;
  margin: 50px auto 50px !important;
}

.uservoice {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.uservoice_text {
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.6;
  color: #000;
  border: #e2c694 3px solid;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #fff;
}

.uservoice_img {
  width: 20%;
  padding-left: 50px;
  max-width: 180px;
  min-width: 80px;
  position: relative;
}

.uservoice_img::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 50px;
  width: 40px;
  height: 30px;
  background-color: #f5f5f5;
  border-bottom: #e2c694 3px solid;
  transform: skewY(15deg);
  left: -3px;
}

.uservoice_img img {
  width: 100%;
  height: auto;
}

.uservoice:nth-of-type(even) .uservoice_img {
  padding-left: 0;
  padding-right: 50px;
}

.uservoice:nth-of-type(even) .uservoice_img::before {
  right: -3px;
  left: auto;
}

.uservoice:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .uservoice_text {
    padding: 15px;
  }
  .uservoice_img {
    padding-left: 20px;
  }
  .uservoice_img::before {
    bottom: 20px;
    width: 20px;
    height: 15px;
  }
  .uservoice:nth-of-type(even) .uservoice_img {
    padding-left: 0;
    padding-right: 20px;
  }
}

#ext .beginner_flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  counter-reset: flow;
  margin-top: 70px !important;
}

#ext .beginner_flow .flow_item {
  background-color: #fff;
  border-radius: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  color: #cc0011;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  padding: 0 0 30px;
}

.flow_item_icon {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-rows: 110px;
}

#ext .beginner_flow .flow_item::before {
  content: counter(flow);
  counter-increment: flow;
  width: 58px;
  height: 58px;
  font-size: 30px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-family: Robot, Arial, sans-serif;
  font-weight: bold;
  display: block;
  background: #cc0011;
  margin: -30px auto 0;
}

#ext .beginner_flow .flow_item:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  clip-path: polygon(45% 45%, 0 0, 0 100%);
  background: #cc0011;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
}

.beginner_app {
  background-color: transparent;
  text-align: center;
  margin-bottom: 0;
}

#main #ext .beginner_app_h {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  position: relative;
  display: inline-block;
}

.beginner_app_h::before,
.beginner_app_h::after {
  content: "";
  height: 3.5em;
  width: 3px;
  background-color: #cc0011;
  display: block;
  transform: skewX(35deg);
  position: absolute;
  bottom: 0;
  left: -2em;
}

.beginner_app_h::after {
  transform: skewX(-35deg);
  left: auto;
  right: -2em;
}

.beginner_app_h em {
  font-size: 40px;
  color: #cc0011;
  font-style: normal;
}

.beginner_app_h strong {
  font-size: 50px;
}

.app_banner {
  max-width: 800px;
  background-color: #cc0011;
  margin: 20px auto 0;
}

.app_banner_figure {
  background-color: #fff;
  line-height: 0;
  padding-bottom: 10px;
}

.app_banner_figure img {
  width: 100%;
  height: auto;
}

.app_banner_buttons {
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
  line-height: 1;
}

.app_banner_buttons dt {
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.nobg {
  background: none;
  padding: 0;
}

#feature {
  margin-left: 0;
  padding-left: 0;
}

#feature .features {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 80px 0;
}

#feature .features .box {
  margin: 0;
}

#otherServiceList {
  padding: 0;
  background-color: transparent;
  border-radius: 10px;
  border: 1px #eee solid;
}

#otherServiceList li {
  margin: 0 !important;
}

#ext #otherServiceList ul {
  margin: 0 auto;
}
