/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  --font_color: #313131; /* ベースの文字色  */
  --pink: #ff6880;
  --dark_pink: #f34783;
  --blue: #0093d7;
  --sky_blue: #a9e6fb;
  /* ゴシック体 */
  --font_family: 'Noto Sans JP',
                 "Helvetica Neue",
                 "Helvetica",
                 "Hiragino Sans",
                 "Hiragino Kaku Gothic ProN",
                 "Arial",
                 "Yu Gothic",
                 "Meiryo",
                 sans-serif;;
}


/* --------------------
  base
-------------------- */
:root {
  font-size: 62.5%;
}
* {
  margin-top: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color:  var(--font_color);
  font-family: var(--font_family);
  font-size: 1.6rem;
  line-height: 1.8em;
  background-color: #fff;
  background-image: url("../img/kaigai_body_bg.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6{
  line-height: 1.3em;
  margin-top: 0;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.6rem;
}

ul, ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0; /* list-styleを設定する場合は要調整 */
  list-style: none;
}

dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

img {
  max-width: 100%;
}

section {
  max-width: 750px;
  margin: 0 auto;
}

.x_shadow {
  box-shadow: 0 0 20px #9a9a9a63;
  max-width: 750px;
  margin: 0 auto;
}



/* --------------------
  common
-------------------- */
/* SEO対策でHTMLに記述するが表示させないテキスト */
.alternative_text {
  font-size: 0;
}

.text_pink {
  color: var(--pink);
}

.text_blue {
  color: var(--blue);
}

.caption_text_right,
.caption_text_left {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: normal;
}

.d_sp_none {
  display: none;
}

.d_sp_inline {
  display: inline;
}

.anchor {
	display: block;
  padding-top: 60px;
  margin-top: -60px;
}

#process {
  margin-top: -80px;
  padding-top: 80px;
}

@media all and (min-width: 500px) {
  .d_sp_none {
    display: initial;
  }

  .d_sp_inline {
    display: none;
  }

  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }

  #process {
    margin-top: -150px;
    padding-top: 150px;
  }
}

/* --------------------
  kv
----------------------- */
.kv {
  background-image: url("../img/kaigai_kv_back.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 73% 0 50px 0;
  position: relative;
  z-index: 0;
}

.kv::after {
  display: block;
  content: "";
  background-image: url("../img/mv_bg_sp_003.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: calc(2300 / 750 * 100vw / 2);
  max-height: 1140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.kv_content {
  top: 36%;
  width: 93%;
  margin: 0 auto;
  padding: 5% 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 2px solid #c4f6ff;
  border-radius: 14px;
}

.kv_content_detail {
  width: 85.05%;
  margin: 0 auto;
}

.kv_plan_img {
  background-image: url("../img/mv_price_001.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 55vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.kv .caption_text_right,
.kv .caption_text_left {
  font-size: min(15px, 2.5vw);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.kv .caption_text_left {
  margin: 15px 0 0;
}

.kv_btn_lead {
  text-align: center;
  font-size: min(5vw, 36px);
  font-weight: 700;
  margin: 1em 0 .25em;
}

.kv_btn_fvLead {
  color: #0071bc;
}

.kv_btn_fvLead .kv_btn_lead_em {
  color: #e63d1b;
}

.kv_btn_fvLead .kv_btn_lead_em::after {
  background-image: url("../img/icon_type04.svg");
}

.kv_btn_lead_em  {
  color: var(--dark_pink);
  display: inline-block;
  font-style: normal;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
  position: relative;
}

.kv_btn_lead_em::after {
  display: inline-block;
  content: "　";
  background-image: url("../img/icon_type03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 0.7em;
  top: -.5em;
  right: .2em;
}

.kv_black_cv_btn {
  background-color: #010101;
  color: #fff;
  font-size: min(5vw, 32px);
  font-weight: 700;
  display: block;
  padding: .7em;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 2em;
  position: relative;
  -webkit-box-shadow: 1px 4px #6a6a6a;
          box-shadow: 1px 4px #6a6a6a;
  -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
}

.kv_black_cv_btn::before{
  display: inline-block;
  content: "";
  width: .5em;
  height: .5em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
      transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  top: 47%;
  right: 1em;
}

.kv_black_cv_btn:hover {
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
  -webkit-box-shadow: 0 1px #6a6a6a;
          box-shadow: 0 1px #6a6a6a;
}

.nav {
  width: 100%;
}

.nav_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  border-radius: 1em;
  -webkit-box-shadow: 0 5px var(--blue);
          box-shadow: 0 5px var(--blue);
  padding: 0.8em 0;
  background-color: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.nav_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: var(--font_color);
  font-size: min(22px, 2.9vw);
  font-weight: 600;
  line-height: 1.25em;
  height: 100%;
  border-right: 2px solid var(--blue);
  padding: 0 .5em;
}

.nav_list a:hover {
  color: #777;
}

.nav_list li:last-child a {
  border: none;
}

.nav_list a::after {
  display: block;
  content: "";
  background-color: var(--blue);
  background-image: url("../img/btn_arrow_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  margin-top: .7em;
}

.nav_list a:hover::after {
  -webkit-transform: translate(0, 3px);
      -ms-transform: translate(0, 3px);
          transform: translate(0, 3px);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media all and (min-width: 500px) {
  .kv .caption_text_right {
    margin-top: -1em;
  }

  .kv_btn_lead {
    margin: 1.4em 0 .5em;
  }

  .kv_btn_lead_em::after {
    top: -.65em;
  }

  .kv_black_cv_btn {
    padding: 1.15em 0;
  }

  .kv_content {
    border: 4px solid #c4f6ff;
    border-radius: 20px;
  }

  .kv_black_cv_btn {
    -webkit-box-shadow: 1px 7px #6a6a6a;
            box-shadow: 1px 7px #6a6a6a
  }

  .kv_black_cv_btn:hover {
    -webkit-transform: translate(0, 6px);
        -ms-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
}

@media all and (min-width: 750px) {
  .kv {
    padding: 73% 0 70px 0;
  }

  .kv_plan_img {
    height: 428px;
  }

  .nav_list {
    margin-top: 15px;
    padding: 1.3em 0;
    border: 4px solid var(--blue);
    border-left: 4px solid var(--blue);
    border-right: 4px solid var(--blue);
    -webkit-box-shadow: 0px 8px var(--blue);
            box-shadow: 0px 8px var(--blue);
  }
}

.camp_pr_wave {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -50px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media all and (min-width: 360px) {
  .camp_pr_wave {
    margin-top: -55px;
  }
}

@media all and (min-width: 443px) {
  .camp_pr_wave {
    margin-top: -68px;
  }
}

@media all and (min-width: 520px) {
  .camp_pr_wave {
    margin-top: -80px;
  }
}

@media all and (min-width: 640px) {
  .camp_pr_wave {
    margin-top: -100px;
  }
}


/* --------------------
  about plan
----------------------- */
.about_plan {
  background-image: url("../img/cont_bg_type04.png");
  background-size: 100% auto;
  padding: 20px 3%;
  margin-top: -2px;
}

.about_plan_content {
  background-color: #fff;
  border-radius: 15px;
  padding: 10% 8% 7% 8%;
  position: relative;
  -webkit-box-shadow: 0 0 0 3px rgba(243, 71, 131, 0.3);
          box-shadow: 0 0 0 3px rgba(243, 71, 131, 0.3);
}

.about_plan_price_img {
  background-image: url("../img/simplePlan_price_001.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: calc(200 / 750 * 100vw);
  max-height: 207px;
  margin-bottom: 30px;
}

.about_plan_list {
  border-top: 1px solid #ddd;
  padding: 7% 0;
}

.about_plan_list.last {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
}

.about_plan_list + .caption_text_left {
  margin-bottom: 5%;
}

.about_plan_list_img_left {
  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;
  padding: 0 2%;
}

.about_plan_list_img_left + .bule_rounded {
  margin-top: 10px;
}


.about_plan_list_icon {
  width: 15%;
  min-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.about_plan_list_desc {
  text-align: left;
  line-height: 2em;
  width: 100%;
  max-width: 22em;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.normal_word{
  font-size: min(5vw,28px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.about_plan_list_desc .strong_word {
  font-size: min(7vw,42px);
}

sup {
  font-size: 12px;
  vertical-align: top;
  position: relative;
  top: -0.8em;
}

img.strong_word {
  display: inline-block;
  width: 28%;
}


.bule_rounded {
  text-align: center;
  border: 1px solid var(--sky_blue);
  padding: 6px 1em;
  border-radius: 3em;
  line-height: 1.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 600;
}

.about_plan_five {
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
}

.about_plan_yellow_points {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
  margin-bottom: 15px;
  font-size: 15px;
}

.about_plan_yellow_points li{
  color: var(--blue);
  text-align: center;
  background-color: #fbef1f;
  padding: .5em;
  font-weight: 600;
  border-radius: 4px;
}

.about_plan_word_map {
  width: 85%;
  margin: 20px auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_plan_word_map + .caption_text_left {
  width: 84%;
  margin: -1px auto 30px;
}

.about_plan_support_area_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_plan_support_area_img > img {
  width: 30%;
  margin-right: 14px;
}

.about_plan_support_area_img p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about_plan_support_area_img .caption_text_left {
  display: block;
  margin-top: 5px;
}

.kaigai_text_95 {
  width: 50%;
}

/* --- 対応エリア --- */
.area_select_ttl {
  margin: 40px auto 30px;
}

.area_select {
  width: 100%;
  border: 1px solid #ddd;
  padding: .5em 2.25em .5em 1em;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 1em;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
}

.area_select_warp {
  position: relative;
}

.area_select_warp::before{
  display: inline-block;
  content: "";
  width: .75em;
  height: .75em;
  border-top: 3px solid var(--pink);
  border-right: 3px solid var(--pink);
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
      transform: rotate(135deg) translate(-50%, 0);
  position: absolute;
  top: 30%;
  right: 1.25em;
}

.placeholder {
  color: #ddd;
}

.about_plan_area_detail {
  display: none;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 0 24px;
  line-height: 1.25em;
}

.about_plan_area_detail.selected {
  display: block;
}

.about_plan_area_detail_list li {
  padding: 1.5em;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

.about_plan_area_detail_list li:last-child {
  border-bottom: none;
}

.about_plan_area_detail_note {
  border-radius: 20px;
  margin-bottom: 10px;
  line-height: 1.25em;
  padding: 24px;
  border: none;
  background-color: #fff1f4;
}

.about_plan_area_detail_note_ttl {
  background-image: url("../img/icon_notes02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 1.5em;
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: 600;
}

.about_plan_area_detail_note_content {
  font-size: 16px;
}

.about_plan_area_detail_caption {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding:  24px;
  line-height: 1.25em;
}

.about_plan_area_detail_caption h4 {
  font-size: 1.5rem;
  margin-bottom: .5em;
  font-weight: 600;
}

.kv_btn_wrap_another {
  width: 90%;
  margin: 0 auto;
}

.kv_black_cv_btn_another {
  background-color: var(--dark_pink);
  box-shadow: 1px 7px #802445;
}


@media all and (min-width: 500px) {
  .about_plan_content {
    border-radius: 20px;
  -webkit-box-shadow: 0 0 0 4px rgba(243, 71, 131, 0.3);
    box-shadow: 0 0 0 4px rgba(243, 71, 131, 0.3);
  }

  .about_plan {
    padding: 30px 3%;
  }

  .about_plan_price_img {
    margin-bottom: 50px;
  }

  .about_plan_list_icon {
    margin-right: 20px;
  }

  .bule_rounded {
    font-size: 16px;
    max-width: 460px;
    margin: 0 auto;
  }

  .about_plan_list_desc{
    line-height: 2.75em;
  }

  .about_plan_yellow_points {
    font-size: 20px;
  }

  .area_select_warp::before{
    border-top: 3px solid var(--pink);
    border-right: 3px solid var(--pink);
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    -ms-transform: rotate(135deg) translate(-50%, 0);
        transform: rotate(135deg) translate(-50%, 0);
    position: absolute;
    top: 30%;
    right: 2em;
  }

  .area_select_ttl {
    font-size: 1.8rem;
		margin: 80px auto 30px;
  }

  .about_plan_area_detail_note_ttl,
  .about_plan_area_detail_caption h4 {
    font-size: 1.7rem;
  }

  .about_plan_area_detail_note_content {
    font-size: 15px;
  }

  .area_select {
    padding: .7em 1.5em;
  }
}

/* --- 20240513 ローミング追加 --- */
.about_roming img{
  margin: 30px auto;
  width: 95%;
}

.about_roming_howto {
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.about_roming_howto img {
  margin-right: 8px;
}

.about_roming_howto_desc {
  margin-bottom: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.about_roming_box {
  background-color: var(--pink);
  border: 3px solid var(--pink);
  border-radius: 20px;
  overflow: hidden;
}

.about_roming_box_ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  padding: 10px;
}

.about_roming_box_content {
  background-color: #fff7f9;
  padding: 8px;
}

.about_roming_box_list {
  font-weight: 600;
  width: fit-content;
  margin: 0 auto 10px;
}

.about_roming_box_list_pc {
  display: none;
}

.about_roming_box_list td {
  padding: 0 5px 10px 0;
  vertical-align: middle;
  font-size: 1.3rem;
}

.about_roming_box_list img {
  object-fit: contain;
  margin-right: 3px;
  width: 25px;
  display: inline;
  transform: translateY(7px);
}

.about_roming_box_copy {
  text-align: center;
  font-size:  1.8rem;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  align-items: end;
  justify-content: center;
}

.about_roming_box_copy span {
  font-size:  0.7em;
}

.about_roming_box_copy::before,
.about_roming_box_copy::after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1em;
  height: 1em;
  transform: translateY(-2px);
}

.about_roming_box_copy::before {
  background-image: url("https://ahamo.com./special/lp/assets/img_002/icon_type01.svg");
}

.about_roming_box_copy::after {
  background-image: url("https://ahamo.com./special/lp/assets/img_002/icon_type02.svg");
}

.about_roming_box_text {
  display: inline-block;
}

@media all and (min-width: 600px) {
  .about_roming img{
    margin: 30px auto;
    width: 90%;
  }

  .about_roming_howto {
    font-size: 2.2rem;
  }

  .about_roming_box_list_pc {
    display: block;
  }

  .about_roming_box_list_sp {
    display: none;
  }

  .about_roming_box_content {
    padding: 15px;
  }

  .about_roming_box_ttl {
    font-size: 2.8rem;
  }

  .about_roming_box_list {
    font-size:  1.5rem;
    margin-bottom: 10px;
  }

  .about_roming_box_list td {
    padding: 0 20px 10px 0;
  }

  .about_roming_box_list img {
    width: 30px;
    margin-right: 5px;
    transform: translateY(10px);
  }

  .about_roming_box_copy {
    font-size:  2.4rem;
  }
}


/* --------------------
  reason
----------------------- */
.reason {
  background-color: var(--sky_blue);
  padding: 40px 3%;
  position: relative;
  z-index: 1;
}

.reason_ttl {
  text-align: center;
  margin-bottom: 8px;
}

.reason_ttl_img {
  width: 80%;
  display: inline;
}

.reason_content {
  background-color: #fff;
  border: 2px solid var(--blue);
  border-radius: 15px;
  padding: 5% 3%;
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.reason_content_icon {
  width: 4em;
  height: 4em;
  margin: 0 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reason_content_icon.finger {
  -webkit-transform: scale(1.4) translate(-15%, 0);
      -ms-transform: scale(1.4) translate(-15%, 0);
          transform: scale(1.4) translate(-15%, 0);
}

.reason_content_icon.phone {
  width: 3em;
  margin-right: 2.2em;
}

.reason_content_desc p img{
  display: inline;
  height: min(4rem, 6vw);
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
}

.reason_content_desc .small_img {
  height: min(3.5rem, 4.5vw);
}

.reason_content_desc p sup {
  font-size: 10px;
  top: -.4em;
}

.img_2970 {
  -webkit-transform: translate(0.8em, 6px) scale(1.1)!important;
      -ms-transform: translate(0.8em, 6px) scale(1.1)!important;
          transform: translate(0.8em, 6px) scale(1.1)!important;
}

.img_2970_line::before {
  -webkit-transform: translate(0.8em, 0) scaleX(1.1);
      -ms-transform: translate(0.8em, 0) scaleX(1.1);
          transform: translate(0.8em, 0) scaleX(1.1);
}

.reason_content_desc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(24px, 3vw);
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 1.25em 0;
}

.reason_content_desc li:first-child {
  padding-top: 0;
}

.reason_content_desc li:last-child {
  border-bottom: none;
}

.reason_content_desc li p{
  width: 100%;
  max-width: 20em;
}

.big_word {
  font-size: min(36px, 5vw);
}

.sky_blue_line {
  position: relative;
}

.sky_blue_line::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 5px;
  background-color: var(--sky_blue);
  position: absolute;
  bottom: -5px;
  z-index: -1;
  left: 0;
}

.sky_blue_line.big_word::before {
  bottom: 0;
}

.reason_content .bule_rounded {
  font-size: 13px;
  margin-bottom: 5px;
}

.reason .caption_text_left {
  margin-top: 8px;
}


@media all and (min-width: 500px) {
  .reason {
    padding: 60px 3%;
  }

  .reason_ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .reason_content {
    padding: 6% 5%;
    border-radius: 20px;
    border: 3px solid var(--blue);
  }

  .reason_content_icon_ {
    width: 4.5em;
    margin: 0 2em;
  }

  .reason_content_icon_dezaring {
    width: 4.5em;
    margin: 0 2em;
  }

  .sky_blue_line::before {
    height: 10px;
    bottom: -3px;
  }

  .reason_content .bule_rounded {
    font-size: 15px;
    max-width: 100%;
  }
}

/* --------------------
  ahamoの疑問解消
----------------------- */
.voice {
  background-color: #F6FBFF;
  padding: 0 3% 30px;
  margin-top: -3px;
}

.voice_ttl img{
  padding: 30px 0 0;
  margin: 0 auto 30px;
  max-width: 90%;
}

.voice details summary {
  list-style: none;
  position: relative;
}

.voice details summary::-webkit-details-marker {
  display:none;
}

.voice_ac {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.voice_ac[open] {
  border-radius: 13px;
}

.voice_ac_ttl {
  background-color: var(--blue);
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.voice_ac_ttl > img {
  width: 30%;
  max-height: 120px;
  object-fit: contain;
}

.voice_ac_ttl h3 {
  font-weight: 400;
  font-size: min(4.4vw, 3.3rem);
  line-height: 1.5;
}

.voice_ac_ttl h3 img {
  display: inline;
  height: 1em;
}

.voice .toggle_sign::before,
.voice .toggle_sign::after {
  background-color: #fff;
  right: 5%;
  width: min(6vw, 30px);
}

.voice_cont {
  padding: 20px 5% 0;
  border: 3px dashed var(--blue);
  border-top: none;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
}

.voice_desc {
  font-weight: 600;
  margin-bottom: 1em;
}

.voice_desc sup {
  font-size: 1rem;
}

.voice_img {
  min-width: 50%;
  margin: 10% auto;
}

.voice a {
  color: var(--blue);
}


@media all and (min-width: 750px) {
  .voice_ac {
    border-radius: 20px;
  }

  .voice_ac[open] {
    border-radius: 15px;
  }

  .voice_ac_ttl {
    border-radius: 20px 20px 0 0;
    padding: 0 5%;
  }

  .voice_desc sup {
    font-size: 1.2rem;
  }

  .voice_img {
    margin: 5% auto;
  }
}

/* --------------------
  LINE
----------------------- */
.line {
  background-color: var(--sky_blue);
}

.line_content {
  background-color: #fff;
  padding: 30px 3%;
}

.line_content h2 {
  text-align: center;
  margin-bottom: 15px;
}

.line_content h2 img {
  object-fit: contain;
  width: 78%;
  max-width: 500px;
  margin: 0 auto;
}

.line_btn {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  background-color: #00c302;
  color: #fff;
  font-size: min(5vw, 32px);
  font-weight: 600;
  display: block;
  padding: .85em 0;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 2em;
  position: relative;
  -webkit-box-shadow: 1px 4px #018e04;
          box-shadow: 1px 4px #018e04;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.line_btn::before{
  display: inline-block;
  content: "";
  width: .5em;
  height: .5em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
      transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  top: 47%;
  right: 1em;
}

.line_btn::after {
  display: block;
  content: "";
  background-image: url("../img/hukidashi_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16vw;
  max-width: 90px;
  height: 16vw;
  max-height: 90px;
  position: absolute;
  top: -6px;
  left: -10px;
}

.line_btn:hover {
  -webkit-transform: translate(0, 4px);;
  -ms-transform: translate(0, 4px);;
      transform: translate(0, 4px);
  -webkit-box-shadow: 0 0 #047660;
          box-shadow: 0 0 #047660;
}

@media all and (min-width: 500px) {
  .line_btn {
    padding: 1em 0;
  }
}


/* --------------------
  process
----------------------- */
.process {
  background-color: var(--sky_blue);
  padding: 40px 3% 60px;
  font-weight: 600;
}

.process_content {
  background-color: #fff;
  border: 2px solid var(--dark_pink);
  border-radius: 15px;
  padding: 5%;
}

.process_ttl {
  text-align: center;
  line-height: 1.75em;
  font-size: min(3.8rem, 6.5vw);
  font-weight: 600;
}

.process_ttl_lead::before,
.process_ttl_lead::after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1em;
  height: 1em;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.process_ttl_lead::before {
  background-image: url("../img/icon_type01.svg");
}

.process_ttl_lead::after {
  background-image: url("../img/icon_type02.svg");
}

.process_ttl_strong {
  font-size: min(4.8rem, 9vw);
}

.process_point_wrap {
  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: .5rem;
  border-top: 2px solid #ffa3b5;
  border-bottom: 2px solid #ffa3b5;
  margin: 16px 0 24px;
  padding: 12px 0;
}

.process_point_wrap img{
  -o-object-fit: contain;
     object-fit: contain;
  width: 20%;
  -webkit-transform: scale(.6);
      -ms-transform: scale(.6);
          transform: scale(.6);
}

.process_points {
  font-size: 15px;
  line-height: 1.6em;
}

.process_points li::before {
  display: inline-block;
  content: "";
  background-image: url("../img/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  -webkit-transform: translate(-.2em, .2em);
      -ms-transform: translate(-.2em, .2em);
          transform: translate(-.2em, .2em);
}

.step {
  text-align: center;
  background-color: #dbf6ff;
  border: 2px solid var(--sky_blue);
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  padding: .5em 0;
}

.step img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 16px;
}

.step_desc {
  border: 2px solid var(--sky_blue);
  border-top: none;
  border-radius: 0 0 15px 15px;
  padding: 8% 3%;
  font-size: min(3.2rem, 5vw);
  line-height: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step_desc em {
  font-style: normal;
}

.step_desc img {
  width: 23%;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}

.step_desc .caption_text_left {
  color: #6f6f6f;
}

.down_triangle {
  width: 0;
  height: 0;
  margin: 15px auto;
  border-style: solid;
  border-width: 18px 35px 0 35px;
  border-color: #0190d7 transparent transparent transparent;
}

.process_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(2.8rem, 5vw);
  line-height: 1.25em;
  border-top: 2px solid #ddd;
  padding: 34px 0 22px;
  margin-top: 40px;
}

.process_caption img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2em;
  margin-right: 10px;
}

@media all and (min-width: 500px) {
  .process {
    padding: 60px 3% 120px;
  }

  .process_content {
    border: 3px solid var(--dark_pink);
    border-radius: 20px;
  }

  .process_point_wrap {
    margin: 28px 0;
    padding: 0;
  }

  .process_points {
    font-size: 20px;
  }

  .step {
    border: 3px solid var(--sky_blue);
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  }

  .step img {
    width: auto;
  height: 20px;
  }

  .step_desc {
    padding: 3%;
    border: 3px solid var(--sky_blue);
  border-top: none;
  border-radius: 0 0 20px 20px;
  }

  .step_desc img {
    margin-right: 20px;
  }

  .process_caption img {
    margin-right: 20px;
  }

  .process_caption {
    padding: 40px 0 18px;
  }
}

@media all and (min-width: 750px) {
  .process_points {
    font-size: 24px;
  }
}


/* --------------------
  identity_doc
----------------------- */
.identity_doc {
  background-color: #f6f6f6;
  padding: 40px 3% 43px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.identity_doc_wave {
  display: block;
  max-width: 750px;
  width: 100%;
  margin: -64px auto 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
}

.identity_doc_content {
  background-color: #fff;
  border: 3px solid var(--sky_blue);
  border-radius: 15px;
  padding: 8% 7%;
}

.identity_doc_ttl {
  text-align: center;
  font-size: min(2.8rem, 5vw);
  margin-bottom: 1.8em;
  font-weight: 600;
}

.identity_doc_ttl img{
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto 8px;
}

.identity_doc_sub_ttl {
  font-size: min(4.2rem, 8vw);
  color: var(--blue);
  text-align: center;
  font-weight: 600;
}

.identity_doc_sub_ttl + p {
  text-align: center;
  margin: 1em 0;
}

.identity_doc_example {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.identity_doc_example li {
  width: calc(50% - 10px);
  text-align: center;
}

.identity_doc_example figure {
  margin-bottom: 2rem;
}

.identity_doc_example li:last-child figure {
  margin: 0 auto;
}

.identity_doc_example figcaption {
  font-size: 15px;
}

.identity_doc_example img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.identity_doc_wave.reverse {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 auto;
  position: relative;
  top: -2px;
  z-index: 2;
}

@media all and (min-width: 400) {
  .identity_doc_wave {
    margin-top: -67px;
  }
}

@media all and (min-width: 500px) {
  .identity_doc {
    padding: 60px 3%;
    position: relative;
    z-index: 2;
  }

  .identity_doc_content {
    padding: 5% 7%;
  border-radius: 20px;
  }

  .identity_doc_wave {
    margin-top: -92px;
  }

  .identity_doc_ttl img{
    margin: 0 auto 14px;
  }

  .identity_doc_example {
    gap: 0 80px;
  }

  .identity_doc_example li {
    width: calc(50% - 40px);
  }

  .identity_doc_example figcaption {
    font-size: 16px;
  }

  .identity_doc_sub_ttl + p {
    font-size: 20px;
  }
}

@media all and (min-width: 600px) {
  .identity_doc_wave {
    margin-top: -97px;
  }
}


/* --------------------
  faq
----------------------- */
.faq {
  background-color: var(--sky_blue);
  padding: 110px 3% 40px;
  margin-top: -100px;
  position: relative;
  z-index: 0;
}

.faq::before {
  display: block;
  content: "";
  background-image: url("../img/cont_bg_type02.png");
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}

.faq_wrap {
  position: relative;
  z-index: 2;
}

.faq_ttl {
  text-align: center;
  margin-bottom: .5em;
}

.faq_ttl img{
  display: inline;
  min-width: 230px;
  width: 50%;
}

.faq_content {
  background-color: #fff;
  border-radius: 14px;
  padding: 5% 3%;
  position: relative;
}

.faq_content details {
  border: 1px solid var(--blue);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq_content details:last-child {
  margin-bottom: 0;
}

.faq_content details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  background-color: #e0f7ff;
  padding: 1em 2em 1em .7em;
  position: relative;
  font-weight: bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.faq_content details summary::-webkit-details-marker {
  display:none;
}

.faq_content details summary img {
  margin-right: .7em;
  width: 2em;
  height: 2em;
}

.toggle_sign::before,
.toggle_sign::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 2px;
  background-color: var(--blue);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: .7em;
}

.accordion .toggle_sign::after,
.voice_ac .toggle_sign::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .3s;
  -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
}

.accordion[open] .toggle_sign::after,
.voice_ac[open] .toggle_sign::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.faq_content details p {
  padding: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.text_bold {
  font-weight: bold;
}

.faq .caption_text_left {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 1.25em;
  display: inline-block;
}

.faq a {
  color: var(--blue);
}

.accordion_content p:last-child {
  padding-bottom: 30px;
}

/* --- アコーディオンアニメーション用 --- */
.accordion {
  overflow: hidden;
  height: var(--acc-height--closed ,auto);
  -webkit-transition: height .25s;
  -o-transition: height .25s;
  transition: height .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accordion.is-opened{
  height: var(--acc-height--opened ,auto);
}

.accordion + .accordion {
  margin-top: -1px;
}

/*.accordion__title::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 .5em;
  background-color: currentColor;
  -webkit-clip-path: polygon(50% 80%, 0 20%, 100% 20%);
          clip-path: polygon(50% 80%, 0 20%, 100% 20%);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.accordion.is-opened > .accordion__title::after{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}*/

.accordion__content {
  padding: 1em;
}
/* --- End アコーディオンアニメーション用 --- */


@media all and (min-width: 500px) {
  .faq {
    padding: 130px 3% 60px;
  }
  
  .faq_ttl img {
    max-width: 250px;
  }

  .faq_content {
    border-radius: 20px;
  }

  .faq_content details {
    border-radius: 14px;
  }

  .faq_content details summary {
    font-size: 20px;
    line-height: 1.5;
  }

  .faq_content details summary img {
    margin-right: .5em;
    width: 3em;
    height: 3em;
  }

  .faq_content details summary {
    padding: 1em 3em 1em 1em;
  }

  .toggle_sign::before,
  .toggle_sign::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 3px;
    background-color: var(--blue);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: .7em;
  }
}

@media all and (min-width: 750px) {
  .faq_ttl img {
    max-width: 340px;
  }
}


/* --------------------
  footer
----------------------- */
footer {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 3% 0;
  text-align: center;
  background-color: #fff;
}

footer .kv_btn_lead,
.cv_area .kv_btn_lead {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  margin-bottom: 0;
}

footer small {
  display: inline-block;
  padding-top: 50px;
}

.ahamo_link_btn {
  display: block;
  background-color: #5b5b5b;
  border-radius: 15px;
  text-align: center;
  max-width: 500px;
  margin: 30px auto 80px;
  padding: 15px;
  line-height: 1;
  width: 80%;
}

.ahamo_link_btn img {
  display: inline;
  height: min(24px, 3.8vw);
  width: auto;
}

.ahamo_link_btn:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.ahamo_link_icon {
  margin-left: 15px;
}

.cv_area {
  max-width: 750px;
  position: fixed;
  bottom: 0;
  left: 50%;
  text-align: center;
  z-index: 99;
  display: none;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.black_cv_btn {
  background-color: var(--dark_pink);
  color: #fff;
  font-size: min(5vw, 28px);
  font-weight: 700;
  display: block;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 2em;
  -webkit-box-shadow: 1px 4px #802445;
          box-shadow: 1px 4px #802445;
  width: 80vw;
  max-width: calc(750px * 0.8);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cv_area.cv_area_fade {
  display: block;
  background-color: #fff;
}

.cv_area .black_cv_btn,
.cv_area .kv_btn_lead {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 0;
}

.cv_area.cv_area_fade .black_cv_btn,
.cv_area.cv_area_fade .kv_btn_lead {
  opacity: 1;
}

.black_cv_btn:hover {
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
  -webkit-box-shadow: 0 1px #6a6a6a;
          box-shadow: 0 1px #6a6a6a;
}


@media all and (min-width: 500px) {
  footer .kv_btn_lead,
  .cv_area .kv_btn_lead {
    margin-bottom: 10px;
  }

  .black_cv_btn {
    padding: .75em;
    width: 60vw;
  }

  footer small {
    padding-top: 70px;
  }
}

@media all and (min-width: 750px) {
  .cv_area {
    padding: 20px 0 30px;
  }

  .ahamo_link_btn {
    margin: 60px auto 100px;
    padding: 30px;
    border-radius: 20px;
    width: auto;
  }

  .ahamo_link_icon {
    margin-left: 10px;
  }
}


/* --------------------
  fade Animation
----------------------- */
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media all and (min-width: 500px) {
  .spOnly {
    display: none;
  }
}


/* --------------------
  キャンペーン追加
-------------------- */
#pt-element-81b837a7 img {
  width: 80%;
  margin: 0 auto;
}

.bg_white {
  background-color: #fff;
	padding-bottom: 60px;
}

.camp_header {
  background-color: #fd5d60;
  display: block;
  padding: 10px;
}

.camp_header_cont {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
}

.camp_header_cont img {
  object-fit: contain;
}

.norikae {
	margin: -50px auto 0;
  max-width: 550px;
  padding-top: 90px;
}

.norikae2 {
  margin: -50px auto 0;
  max-width: 550px;
  padding-top: 50px;
}

.norikae_info {
  background-color: #f45600;
  background-size: cover;
  background-image: url("../img/norikae_camp_bg.png");
  border-radius: 15px;
  margin: 0 5vw 0;
  padding: 5% 2% 60px;
  position: relative;
}

.orange {
  background-color: #f45600;
  border-radius: 0 0 15px 15px;
  height: 40px;
  font-size: min(16px, 2.8vw);
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 15px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.orange a {
  color: #fff;
}

.norikae_info2 {
  background-color: #fd5d60;
  border-radius: 15px;
  padding: 5% 2%;
  margin: min(60px, 15vw) 5vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.norikae_info img,
.norikae_info2 img {
  display: block;
}

.norikae2_img1 {
  width: 90%;
  margin-bottom: 10px;
}

.norikae2_img2 {
  margin-bottom: 20px;
}

.norikae2_img3 {
  width: 70%;
  margin-bottom: 5px;
}

.norikae_info_ttl {
  width: 80%;
  margin: 0 auto 10px;
}

.norikae_info_point {
  width: 96%;
}

.norikae_btn {
  background-color: #5921f2;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-size: min(16px, 4vw);
  display: block;
  width: 80%;
  max-width: 380px;
  position: relative;
  padding: 1.25em;
  margin: 1em auto 0;
  text-decoration: none;
}

.norikae_btn em {
  font-style: normal;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}

.norikae_btn::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 8%;
}

.norikae_btn2 {
  background-color: #0179e8;
  margin-top: 0;
}

.sns_area .style_flex img {
  object-fit: contain;
}

@media all and (min-width: 768px) {
	.camp_header {
		padding: 5px 5px 13px;
	}
	
	.bg_white{
		padding-bottom: 120px;
	}
	
	.norikae {
		padding-top: 120px;
		margin: -50px auto 0;
	}
	
  .norikae_info {
    margin: 0;
		padding: 5% 2% 70px;
  }

  .norikae_info2 {
    margin: min(60px, 15vw) 0 0;
  }

  .norikae_info_point {
    width: 96%;
  }
	
	.orange {
		height: 50px;
		padding: 20px 5px;
	}
}


/* ===========================
add 250925
=========================== */
.kv {
  padding: 41% 0 50px 0;
}
@media all and (min-width: 750px) {
  .kv {
    padding: 40% 0 70px 0;
  }
}
.kv::after {
  background-size: 100% auto;
}

.kv .fvNav {
  padding-bottom: 20px;
}
.kv .fvNav .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2%;
  row-gap: 10px;
}
@media all and (min-width: 750px) {
  .kv .fvNav .nav {
    gap: 20px;
  }
}
.kv .fvNav .nav li {
  width: 45%;
}
.kv_content_detail {
  width: 96.044%;
}
.kv_content_detail .kv_plan_img {
  height: 29.3333vw;
}
@media all and (min-width: 750px) {
  .kv_content_detail .kv_plan_img {
    height: 220px;
  }
}
.kv_content_detail .kv_btn_wrap {
  width: 92%;
  margin: 0 auto;
}

h2.kv_plan_img {
  background-image: url("../img/mv_price_001_2.png")
}


/*-----------
 CP area
-------------*/
.norikae_info2 {
  background-color: initial;
  border-radius: 0;
  padding: 0;
  margin: 50px 0 0;
}

.norikae_btn {
  width: 100%;
  max-width: 100%;
  box-shadow: 2px 5px 0px #09466A;
  transition: all .3s;
  padding: 1.5em;
  background-color: #019bff;
}
@media all and (min-width: 750px) {
  .norikae_btn {
    padding: 2em;
  }
}

.norikae_btn em {
  font-size: 1.3em;
}
@media all and (min-width: 750px) {
  .norikae_btn em {
    font-size: 2em;
  }
}
.norikae_btn:hover {
  transform: translate(0, 3px);
  box-shadow: 2px 2px 0px #09466A;
}

.norikae_btn::before {
  width: 2.6666vw;
  height: auto;
  aspect-ratio: 1 /1;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media all and (min-width: 750px) {
  .norikae_btn::before {
    width: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}

.norikae_btn2 {
  margin-bottom: 10px;
}

.notice {
  font-style: normal;
  color: #777;
  font-size: min(16px, 4vw);
}

.norikae {
  padding-top: 40px;
}

.norikae,
.norikae2 {
  max-width: calc(100% - 38px * 2);
}

.norikae_info {
  background-color: initial;
  background-image: none;
  margin: 0;
  padding: 5% 0 40px
}

#norikae_camp .bnr2 {
  position: relative;
}
#norikae_camp .bnr2 img {
  margin-bottom: 20px;
}

#norikae_camp .bnr2 p {
  position: absolute;
  bottom: 1em;
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 0 #42050d, -1px -1px 0 #42050d,
    -1px 1px 0 #42050d, 1px -1px 0 #42050d,
    0px 1px 0 #42050d, 0-1px 0 #42050d,
    -1px 0 0 #42050d, 1px 0 0 #42050d;
}
@media all and (max-width: 750px) {
  #norikae_camp .bnr2 p {
    font-size: 2.4vw;
    bottom: 0;
  }
}

#norikae_camp .bnr2 p a {
  color: #e6ba03;
}