@charset "utf-8";
html {
  width: 100%;
  height: auto;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#GM {
  margin-top: 20px;
}

#wrapper {
  width: 100%;
  height: auto;
}
#l_wrapper {
  width: 100%;
  height: auto;
}
#hero {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.hero_inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.hero_image {
  width: 100%;
  height: auto;
  margin: 55px auto;
  max-width: 1280px;
}
.hero_image img {
  width: 100%;
  height: auto;
}
.hero_text {
  width: 90%;
  height: auto;
  padding-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.hero_text p {
  width: 100%;
  height: auto;
  line-height: 2em;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.hero_image_min {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 80px;
}
.hero_image_min_container {
  display: flex;
  gap: 24px;
  align-items: center;
  height: auto;
}
.hero_image_min_inner_right {
  overflow: hidden;
  border-radius: 10px;
  background-color: #00abea;
  width: 100%;
  height: auto;
  position: relative;
}
.hero_image_min_inner_right_text {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 55px;
  padding-bottom: 14px;
}
.hero_image_min_inner_right_text_wrapper {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 9998;
  margin: 0 auto 40px auto;
  background-color: #fff;
  border-radius: 6px;
}
.hero_min_black {
  background-color: #000000;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9999;
  margin: 0 auto;
  border-radius: 6px 6px 0 0;
}
.hero_min_black p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}

.hero_image_min_inner_right_text_inner_wrap {
  width: 100%;
  height: auto;
  padding: 20px 0;
}
.hero_image_min_inner_right_text_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 9px;
}
.hero_image_min_inner_right_text .min_subtitle {
  background-color: #ffec05;
  width: 73px;
  height: 22px;
  display: flex;
  border-radius: 10.5px;
  font-size: 12px;
  letter-spacing: 0.06em;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border: solid 1px #000;
}
.min_text_detail {
  padding-left: 9px;
  font-size: 16px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.hero_image_min_inner_right_text_inner_wrap p {
  width: 90%;
  height: auto;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5em;
}
p.hero_image_min_inner_right_text_inner_wrap_attention {
  font-size: 14px;
  padding-bottom: 10px;
}
.hero_image_min_inner_right_text_inner_wrap a {
  color: #00abea;
  transition: 0.2s;
}
.hero_image_min_inner_right_text_inner_wrap a:hover {
  color: #f20000;
}

.white_dotted_left_2 {
  width: 100%;
  height: auto;
  /* background-color: #F20000; */
  position: absolute;
  left: -0.5%;
  bottom: 0;
}
.white_dotted_left_2 img {
  width: 53.2%;
  height: auto;
}
.white_dotted_right_2 {
  width: 53.2%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.white_dotted_right_2 img {
  width: 100%;
  height: auto;
}

#application {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.application_inner {
  width: 735px;
  height: auto;
  margin: 0 auto;
}
.application_inner_text {
  width: 100%;
  height: auto;
}
.application_inner_text_image {
  width: 100%;
  height: auto;
  position: relative;
}
.app_title_img {
  width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
  padding-top: 78px;
  padding-bottom: 36px;
}
.app_title_img p {
  width: 100%;
  height: auto;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.blue_line {
  display: block;
  width: 62px;
  height: 5px;
  background-color: #00abea;
  margin: 5px auto 0 auto;
}
.app_btn_wrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 14px;
}
.app_btn_wrapper_top {
  z-index: 9998;
}
.app_btn_wrapper_mid {
  z-index: 9997;
  height: auto;
}
.app_btn_wrapper_btm {
  z-index: 9996;
  height: auto;
}
.app_btn_text_container {
  width: 87%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.app_btn_text_container h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
.app_btn_text_container h3::before,
.app_btn_text_container h3::after {
  content: "";
  display: block;
  flex: 1;
  height: 0;
  border-bottom: dotted 3px rgba(0, 0, 0, 0.16);
}
.app_btn_text_container h3::before {
  margin-right: 16px;
}
.app_btn_text_container h3::after {
  margin-left: 16px;
}
.app_btn_text_detail_wrapper {
  width: 87%;
  height: auto;
  margin: 0 auto;
  padding-top: 13px;
}
.app_btn_text_detail {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.app_btn_text_detail_info {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: 10px 0 10px 19px;
}
.app_btn_text_detail_info p {
  font-size: 16px;
  letter-spacing: 0.072em;
}
.app_btn_text_detail_sub {
  padding-top: 12px;
}
.application_button {
  width: 362px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  z-index: 9999;
}
.application_button .app_line_btn {
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}
.triangle_wrapper {
  transform: rotate(180deg);
  position: absolute;
  left: 50%;
  bottom: -6%;
}
.triangle,
.triangle::before,
.triangle::after {
  width: 22px;
  height: 22px;
  background: #fff;
}
.triangle::before,
.triangle::after {
  content: "";
  position: absolute;
}
.triangle {
  position: relative;
  border-top-left-radius: 3px;
  transform: rotate(30deg) skewY(30deg) scaleX(0.86666);
}
.triangle::before {
  border-top-right-radius: 3px;
  transform: skewX(-45deg) translateX(50%);
}
.triangle::after {
  border-bottom-left-radius: 3px;
  transform: skewY(-45deg) translateY(50%);
}
.application_button_2 {
  width: 358px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  z-index: 9999;
}
.application_button_2 .app_line_btn {
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}
.application_button_2 p {
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}
.app_btn_wrapper.app_btn_wrapper_btm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.app_btn_wrapper.app_btn_wrapper_btm p {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.application_inner_text {
  width: 100%;
  height: auto;
}
.application_inner_text_image {
  width: 100%;
  height: auto;
  position: relative;
}
.app_title_img {
  width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
  padding-top: 78px;
  padding-bottom: 36px;
}
.app_title_img p {
  width: 100%;
  height: auto;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.blue_line {
  display: block;
  width: 62px;
  height: 5px;
  background-color: #00abea;
  margin: 5px auto 0 auto;
}
.app_btn_wrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 14px;
}
.app_btn_wrapper_top {
  z-index: 9998;
}
.app_btn_wrapper_mid {
  z-index: 9997;
  height: auto;
}
.app_btn_wrapper_btm {
  z-index: 9996;
  height: auto;
}
.app_btn_text_container {
  width: 87%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.app_btn_text_container h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
.app_btn_text_container h3::before,
.app_btn_text_container h3::after {
  content: "";
  display: block;
  flex: 1;
  height: 0;
  border-bottom: dotted 3px rgba(0, 0, 0, 0.16);
}
.app_btn_text_container h3::before {
  margin-right: 16px;
}
.app_btn_text_container h3::after {
  margin-left: 16px;
}
.app_btn_text_container h3 span {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 4px;
}
.app_btn_text_detail_wrapper {
  width: 87%;
  height: auto;
  margin: 0 auto;
  padding-top: 13px;
}
.app_btn_text_detail {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.app_btn_text_detail span {
  font-size: 10px;
}
.app_btn_text_detail_sub {
  padding-top: 12px;
}
.application_button {
  width: 362px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
  z-index: 9999;
}
.application_button .app_line_btn {
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  transition: 0.3s;
}
.app_line_btn:hover {
  transform: scale(1.05);
  opacity: 0.7;
}
.triangle_wrapper {
  transform: rotate(180deg);
  position: absolute;
  left: 50%;
  bottom: -6%;
}
.triangle,
.triangle::before,
.triangle::after {
  width: 22px;
  height: 22px;
  background: #fff;
}
.triangle::before,
.triangle::after {
  content: "";
  position: absolute;
}
.triangle {
  position: relative;
  border-top-left-radius: 3px;
  transform: rotate(30deg) skewY(30deg) scaleX(0.86666);
}
.triangle::before {
  border-top-right-radius: 3px;
  transform: skewX(-45deg) translateX(50%);
}
.triangle::after {
  border-bottom-left-radius: 3px;
  transform: skewY(-45deg) translateY(50%);
}
.application_button_2 {
  width: 358px;
  height: auto;
  margin: 0 auto;
  padding-top: 36px;
  z-index: 9999;
}
.application_button_2 .app_line_btn {
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  transition: 0.3s;
}
.application_button_2 p {
  font-size: 10px;
  text-align: center;
}
.app_btn_wrapper.app_btn_wrapper_btm {
  padding-top: 20px;
}
.app_btn_wrapper.app_btn_wrapper_btm p {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.app_detail_conntainer {
  width: 100%;
  height: auto;
  padding-bottom: 92px;
}
.application_detail_container_wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.app_detail_title {
  width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
  padding-top: 78px;
  padding-bottom: 36px;
}
.app_detail_title p {
  width: 100%;
  height: auto;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
.blue_line {
  display: block;
  width: 62px;
  height: 5px;
  background-color: #00abea;
  margin: 5px auto 0 auto;
}
.app_detail_subtitle {
  width: 100%;
  height: auto;
  background-color: #fff;
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 14px;
}
.app_detail_subtitle_inner p .tosen__red {
  color: #f20000;
  font-size: 16px;
}
.app_detail_subtitle_top {
  z-index: 9998;
  background-color: #ffec05;
}
.triangle_wrapper.triangle_wrapper_sp_top {
  bottom: -4.5%;
  z-index: 9998;
}
.triangle_wrapper.triangle_wrapper_sp_btm {
  bottom: -4%;
}
.app_detail_subtitle_top .triangle,
.app_detail_subtitle_top .triangle::before,
.app_detail_subtitle_top .triangle::after {
  width: 22px;
  height: 22px;
  background: #ffec05;
}
.app_detail_subtitle_mid {
  z-index: 9997;
  height: auto;
}
.app_detail_subtitle_btm {
  z-index: 9996;
  height: auto;
}
.app_detail_subtitle_inner {
  width: 87%;
  height: auto;
  margin: 0 auto;
}
.app_detail_subtitle_inner .app_detail_subtitle_inner_text {
  font-size: 10px;
  text-align: center;
  line-height: 0;
  margin-top: -18px;
}
.app_detail_subtitle_inner .app_detail_subtitle_inner_text_2 {
  font-size: 10px;
  padding-top: 8px;
}
.app_detail_subtitle_inner h3 {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
}
.app_detail_subtitle_inner h3::before,
.app_detail_subtitle_inner h3::after {
  content: "";
  height: 0;
  border-bottom: dotted 2px rgba(0, 0, 0, 0.16);
  flex: 1;
}
.app_detail_subtitle_inner h3::before {
  margin-right: 13px;
}
.app_detail_subtitle_inner h3::after {
  margin-left: 13px;
}
.app_detail_subtitle_inner h3 span {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 2px;
  font-size: 22px;
}
.app_detail_subtitle_inner p {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75em;
  padding-top: 16px;
}
.app_detail_subtitle_inner p span {
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 1.5em;
}
.app_detail_text {
  width: 100%;
  height: auto;
}
.app_detail_text p {
  padding-top: 14px;
}
.app_detail_text a {
  color: #f20000;
  line-height: 1.75em;
  text-decoration: underline;
  transition: 0.3s;
}
.app_detail_text a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.triangle_wrapper {
  transform: rotate(180deg);
  position: absolute;
  left: 50%;
  bottom: -6%;
}

.triangle,
.triangle::before,
.triangle::after {
  width: 22px;
  height: 22px;
  background: #fff;
}
.triangle::before,
.triangle::after {
  content: "";
  position: absolute;
}
.triangle {
  position: relative;
  border-top-left-radius: 3px;
  transform: rotate(30deg) skewY(30deg) scaleX(0.86666);
}
.triangle::before {
  border-top-right-radius: 3px;
  transform: skewX(-45deg) translateX(50%);
}
.triangle::after {
  border-bottom-left-radius: 3px;
  transform: skewY(-45deg) translateY(50%);
}
.application_button_2 {
  width: 358px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  z-index: 9999;
}
.application_button_2 .app_line_btn {
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}
.application_button_2 p {
  font-size: 10px;
  text-align: center;
}
.app_btn_wrapper.app_btn_wrapper_btm {
  padding-top: 20px;
}
.app_btn_wrapper.app_btn_wrapper_btm p {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
#cp_terms {
  width: 75%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 108px;
  max-width: 1280px;
}
.cp_terms_container {
  width: 100%;
  height: auto;
}
.cp_terms_title {
  width: 269px;
  height: auto;
  margin: 96px auto 0 auto;
  padding-bottom: 30px;
}
.cp_terms_title p {
  width: 100%;
  height: auto;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.cp_terms_text {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
}
.cp_terms_text p {
  width: 100%;
  height: auto;
  font-size: 14px;
}
.cp_terms_text p a {
  color: #000000;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: underline;
}
.cp_terms_text p a.cp_text_term_line {
  color: #000000;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: underline;
}
.cp_terms_text p a.cp_text_term_line:hover {
  text-decoration: none;
  color: #06c755;
}
.cp_terms_text p a:hover {
  text-decoration: none;
  color: #f20000;
}
#FC {
  width: 100%;
}
.fc .inner {
  width: 80%;
  margin: 0 auto;
}
/* PC ================================================== */
@media all and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

/* Tablet ================================================== */
@media all and (min-width: 600px) and (max-width: 1024px) {
  .sp {
    display: none;
  }

  #wrapper {
    width: 960px;
  }
  #HC .hc-logo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  #FC {
    width: 960px;
    margin: 0 auto;
  }
  .hero_text p {
    font-size: 16px;
  }

  .hero_image_min_inner_left_text_inner p {
    font-size: 12px;
  }
  .hero_image_min_inner_left_text_inner p span {
    font-size: 13px;
  }
}

/* SP ================================================== */
@media all and (max-width: 599px) {
  .pc {
    display: none;
  }
  body {
    width: 100%;
  }
  .hero_image {
    margin: 31px auto 0 auto;
  }
  .hero_text {
    margin-top: 31px;
    width: 100%;
  }
  .hero_text p {
    font-size: 12px;
  }
  .hero_image_min {
    width: 100%;
  }
  .hero_image_min_container {
    display: block;
    height: auto;
  }
  .hero_image_min_inner_right {
    width: 100%;
    margin-bottom: 18px;
  }
  .hero_image_min_inner_right_text {
    padding: 32px 20px 0px 20px;
  }
  .hero_image_min_inner_right_text_wrapper {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .hero_min_black p {
    font-weight: 500;
  }
  .hero_image_min_inner_right_text_inner {
    display: block;
    margin-bottom: 19px;
  }
  .hero_image_min_inner_right_text_inner_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .hero_image_min_inner_right_text_inner_wrap p {
    padding-left: 0;
    width: 97%;
    font-size: 14px;
  }
  .hero_image_min_inner_right_text_inner_wrap
    .hero_image_min_inner_right_text_inner_wrap_attention {
    width: 90%;
    margin: 0 auto;
  }
  .hero_image_min_inner_right_text .min_subtitle {
    width: 100%;
    margin-bottom: 5px;
  }
  .min_text_detail {
    font-size: 13px;
    white-space: normal;
  }
  .min_text_detail span {
    font-size: 18px;
  }

  .hero_image_min_inner p {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 11px;
    bottom: 9px;
  }

  .cp_detail_text {
    padding-bottom: 50px;
  }
  .cp_detail p {
    font-size: 10px;
    line-height: 1.5em;
    text-align: start;
    padding-top: 0;
    letter-spacing: 0.1em;
  }
  .application_inner {
    width: 90%;
    margin: 0 auto;
  }
  .app_btn_wrapper {
    height: auto;
    padding-top: 31px;
  }
  .app_title_img p {
    font-size: 28px;
  }
  .triangle_wrapper {
    left: 48%;
  }
  .triangle_wrapper_sp_btm {
    bottom: -4%;
  }
  .app_btn_wrapper_mid {
    height: auto;
    padding-top: 30px;
  }
  .app_btn_text_detail_sub {
    padding-top: 6px;
  }
  .app_btn_text_detail {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.75em;
  }
  .app_btn_wrapper.app_btn_wrapper_btm {
    height: 71px;
    padding-top: 15px;
  }
  .app_btn_wrapper.app_btn_wrapper_btm p {
    font-size: 24px;
  }
  .application_button {
    width: 284px;
  }
  .application_button_2 {
    width: 284px;
    padding-top: 19px;
  }
  .application_button_2 p {
    margin: 0;
  }
  .app_detail_title p {
    font-size: 28px;
  }
  .app_detail_subtitle.app_detail_subtitle_top {
    height: auto;
    padding-top: 32px;
  }
  .app_detail_subtitle.app_detail_subtitle_mid {
    height: auto;
    padding-top: 30px;
  }
  .app_detail_subtitle.app_detail_subtitle_btm {
    height: auto;
    padding-top: 30px;
  }
  .triangle_wrapper.triangle_wrapper_sp_btm {
    bottom: -3%;
  }
  .app_detail_subtitle_inner h3 {
    font-size: 20px;
  }
  .app_detail_subtitle_inner p span {
    line-height: 1.5em;
    display: block;
    padding-top: 9px;
  }
  .app_detail_text p {
    padding-top: 10px;
  }
  #cp_terms {
    width: 87%;
  }
}
