@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/*------------------------------mixin font------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2"), url("../font/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/BarlowCondensed-Bold.woff2") format("woff2"), url("../font/BarlowCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/BarlowCondensed-Medium.woff2") format("woff2"), url("../font/BarlowCondensed-Medium.woff") format("woff");
}
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 0.694444444vw;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.56vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
  counter-reset: benefit_number;
}

picture {
  display: block;
}

img, source {
  width: 100%;
  height: auto;
}

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

main {
  flex: 1;
  width: 100%;
  padding: 0 !important;
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.bold {
  font-weight: 700;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.blue {
  color: #0056CC;
}

.d-blue {
  color: #002F6F;
}

.orange {
  color: #FF9B14;
}

.yellow {
  color: #FFF717;
}

.box {
  display: none;
}

.pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pc_flex {
    flex-direction: column;
  }
}

/**/
img {
  width: 100%;
  height: auto;
}

.fwh-cta_btn {
  margin: 0 auto;
  margin-top: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fwh-cta_btn {
    margin-top: 2rem;
  }
}
.fwh-cta_btn .sub {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .fwh-cta_btn .sub {
    font-size: 1.6rem;
  }
}
.fwh-cta_btn .sub::before, .fwh-cta_btn .sub::after {
  content: "";
  display: block;
  background: #333;
  width: 0.13rem;
  height: 90%;
  position: absolute;
  left: -2rem;
  top: 5%;
  transform: rotate(-30deg);
}
.fwh-cta_btn .sub::after {
  left: auto;
  right: -2rem;
  transform: rotate(30deg);
}
.fwh-cta_btn .cv-btn {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .fwh-cta_btn .cv-btn {
    width: 42.5rem;
  }
}

.friend-cp-sec-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.friend-cp-sec-title .en {
  font-family: "Open Sans", sans-serif;
  color: #0056CC;
  font-size: 2rem;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .friend-cp-sec-title .en {
    font-size: 2.8rem;
  }
}
.friend-cp-sec-title .en::before, .friend-cp-sec-title .en::after {
  content: "";
  background: url(../img/title_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.8rem;
  height: 2.2rem;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .friend-cp-sec-title .en::before, .friend-cp-sec-title .en::after {
    width: 1.2rem;
    height: 3rem;
    left: -1.5rem;
  }
}
.friend-cp-sec-title .en::after {
  left: auto;
  right: -1rem;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (min-width: 769px) {
  .friend-cp-sec-title .en::after {
    right: -1.5rem;
  }
}
.friend-cp-sec-title .main {
  color: #002F6F;
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .friend-cp-sec-title .main {
    font-size: 4rem;
  }
}

#friend-cp-fv {
  margin-top: 8.4rem;
  background: url(../img/fv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.4rem 0 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv {
    background: url(../img/fv_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2.5rem 0 4rem;
    margin-top: 9.4rem;
  }
}
#friend-cp-fv h1 picture {
  width: 33rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv h1 picture {
    width: 100rem;
  }
}
#friend-cp-fv .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv .list {
    gap: 3.5rem;
  }
}
#friend-cp-fv .list li {
  width: 16rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv .list li {
    width: 39.5rem;
  }
}
#friend-cp-fv .list li .bubble {
  background: #D6003B;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.3rem 2rem;
  border-radius: 99px;
  position: relative;
  display: inline-block;
  border: #fff solid 0.2rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv .list li .bubble {
    padding: 0.5rem 3rem;
    font-size: 2rem;
    border: #fff solid 0.35rem;
  }
}
#friend-cp-fv .list li .bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.8rem;
  border: 0.8rem solid transparent;
  border-top: 0.8rem solid #D6003B;
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv .list li .bubble::before {
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 1rem solid #D6003B;
  }
}
#friend-cp-fv .list li .content {
  background: #fff;
  padding: 3rem 1.8rem 1.8rem;
  border-radius: 0.5rem;
  margin-top: -1.5rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv .list li .content {
    padding: 3rem 0 2.5rem;
    margin-top: -2rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv .list li .content figure {
    width: 18.2rem;
    transform: translateY(10%);
  }
}
#friend-cp-fv .list li .content p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv .list li .content p {
    font-size: 3rem;
  }
}
#friend-cp-fv .list li .content p .small {
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-fv .list li .content p .small {
    font-size: 2.1rem;
  }
}
#friend-cp-fv .list li.orange .bubble {
  background: #FF9B14;
}
#friend-cp-fv .list li.orange .bubble::before {
  border-top: 0.8rem solid #FF9B14;
}
@media only screen and (max-width: 768px) {
  #friend-cp-fv .fwh-cta_btn {
    width: 33rem;
  }
}
#friend-cp-fv .fwh-cta_btn .sub {
  color: #fff;
}
#friend-cp-fv .fwh-cta_btn .sub::before, #friend-cp-fv .fwh-cta_btn .sub::after {
  background: #fff;
}
#friend-cp-fv .note_wrap {
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #friend-cp-fv .note_wrap {
    margin: 0 3rem;
    text-align: justify;
    margin-top: 2.5rem;
  }
}
#friend-cp-fv .note_wrap .note {
  color: #fff;
}

#friend-cp-about {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about {
    padding: 8rem 22rem;
  }
}
#friend-cp-about .body_text {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
}
#friend-cp-about .list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
#friend-cp-about .list li {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .list li {
    position: relative;
  }
  #friend-cp-about .list li::before {
    content: "";
    background: url(../img/about_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16.6rem;
    height: 17.3rem;
    position: absolute;
    left: -9rem;
    top: 2rem;
  }
}
#friend-cp-about .list li .person {
  width: 11.8rem;
  margin: 0 auto;
}
#friend-cp-about .list li .bubble {
  background: #D6003B;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.3rem 2rem;
  border-radius: 99px;
  position: relative;
  display: inline-block;
  margin-top: -2rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .list li .bubble {
    padding: 0.5rem 3rem;
    font-size: 2rem;
  }
}
#friend-cp-about .list li .bubble::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -0.8rem;
  border: 0.8rem solid transparent;
  border-top: 0.8rem solid #D6003B;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .list li .bubble::before {
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 1rem solid #D6003B;
  }
}
#friend-cp-about .list li .content {
  background: #fff;
  padding: 3rem 1.8rem 1.8rem;
  border-radius: 0.5rem;
  margin-top: -1.5rem;
  border: solid 0.1rem #D6003B;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .list li .content {
    padding: 3rem 3rem 2.5rem;
    margin-top: -2rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .list li .content figure {
    width: 16rem;
    transform: translateY(10%);
  }
}
#friend-cp-about .list li .content p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .list li .content p {
    font-size: 3rem;
  }
}
#friend-cp-about .list li .content p .small {
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .list li .content p .small {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .list li.orange::before {
    content: "";
    background: url(../img/about_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18rem;
    height: 17.5rem;
    position: absolute;
    left: auto;
    right: -9rem;
    top: 2rem;
  }
}
#friend-cp-about .list li.orange .person {
  width: 12.5rem;
}
#friend-cp-about .list li.orange .bubble {
  background: #FF9B14;
}
#friend-cp-about .list li.orange .bubble::before {
  border-top: 0.8rem solid #FF9B14;
}
#friend-cp-about .list li.orange .content {
  border: solid 0.1rem #FF9B14;
}
#friend-cp-about .detail {
  margin-top: 3rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .detail {
    margin: 0 auto;
    margin-top: 5.5rem;
    width: 61rem;
  }
}
#friend-cp-about .detail h3 {
  background: #EBF3FF;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .detail h3 {
    font-size: 2.4rem;
    padding: 1.5rem;
  }
}
#friend-cp-about .detail .content {
  padding: 2rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .detail .content {
    padding: 3rem 4rem;
  }
}
#friend-cp-about .detail .content .note_wrap {
  margin-top: 1.5rem;
  padding-left: 1.2rem;
}
#friend-cp-about .detail .content .note_wrap .note {
  font-size: 1rem;
  position: relative;
}
#friend-cp-about .detail .content .note_wrap .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#friend-cp-about .detail .content .body_text {
  margin-top: 0;
  text-align: justify;
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .detail .content .body_text {
    text-align: center;
  }
}
#friend-cp-about .detail .content .body_text .bold {
  font-weight: bold;
  background: linear-gradient(to bottom, transparent 70%, #FFFB9F 30%);
}
@media only screen and (min-width: 769px) {
  #friend-cp-about .detail .content picture {
    width: 40rem;
    margin: 0 auto;
  }
}

#friend-cp-flow {
  background: #EBF3FF;
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-flow {
    padding: 8rem 22rem;
  }
}
#friend-cp-flow .tab_contents_box {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-flow .tab_contents_box {
    margin-top: 3rem;
  }
}
#friend-cp-flow .tab_menu2 {
  z-index: 2;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5rem;
  position: relative;
  width: 50%;
  background-color: #ccc;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  #friend-cp-flow .tab_menu2 {
    width: 20rem;
    margin: 0 0.5rem;
  }
}
#friend-cp-flow .tab_menu2:hover {
  color: #838383;
}
#friend-cp-flow input:checked + .tab_menu2 {
  background-color: #D6003B;
  color: #fff;
}
#friend-cp-flow input:checked + .bg_orange {
  background-color: #FF9B14;
  color: #fff;
}
#friend-cp-flow input[name=tab_menu2] {
  display: none;
}
#friend-cp-flow .tab_content {
  display: none;
  z-index: 1;
  clear: both;
  position: relative;
}
#friend-cp-flow #tab_c:checked ~ #tab_c_content, #friend-cp-flow #tab_d:checked ~ #tab_d_content {
  display: block;
}
#friend-cp-flow .splide {
  margin-top: 2rem;
}
#friend-cp-flow .splide .splide__slide {
  background: #fff;
  padding: 2rem;
  text-align: center;
  position: relative;
}
#friend-cp-flow .splide .splide__slide .step {
  background: #D6003B;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3rem 2rem;
  border-radius: 99px;
}
#friend-cp-flow .splide .splide__slide .step.bg_orange {
  background: #FF9B14;
}
#friend-cp-flow .splide .splide__slide h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
#friend-cp-flow .splide .splide__slide .circle {
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  background: #FFF717;
  border-radius: 999px;
  text-align: center;
  font-weight: bold;
  top: 8.6rem;
  right: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#friend-cp-flow .splide .splide__slide .circle span {
  font-size: 1rem;
  line-height: 1;
}
#friend-cp-flow .splide .splide__slide .circle span .font-en {
  font-size: 2rem;
}
#friend-cp-flow .splide .splide__slide picture {
  margin: 0 auto;
  margin-top: 2rem;
  width: 23.4rem;
}
#friend-cp-flow .splide .splide__slide picture.step3 {
  width: 15rem;
}
#friend-cp-flow .splide .splide__slide picture.step4 {
  width: 12.8rem;
}
#friend-cp-flow .splide .splide__slide picture.step5 {
  width: 12.8rem;
}
#friend-cp-flow .splide .splide__slide picture.step6 {
  width: 14.8rem;
}
#friend-cp-flow .splide .splide__slide .body_text {
  text-align: left;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
#friend-cp-flow .splide .splide__slide .link_box {
  display: inline-block;
  border: 0.1rem solid #ccc;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
#friend-cp-flow .splide .splide__slide button {
  background: #888;
  color: #fff;
  padding: 0.7rem 1.5rem;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
#friend-cp-flow .splide .splide__slide button:hover {
  opacity: 0.8;
}
#friend-cp-flow .splide .splide__slide .note {
  text-align: justify;
  font-size: 1rem;
}
#friend-cp-flow .splide .splide__arrow--prev {
  left: -1rem;
}
#friend-cp-flow .splide .splide__arrow--next {
  right: -1rem;
}
#friend-cp-flow .pc_list {
  margin-top: 3rem;
  background: #fff;
  padding: 4rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-flow .pc_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
  }
}
#friend-cp-flow .pc_list.column_2_list {
  padding: 4rem 8rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-flow .pc_list.column_2_list {
    gap: 6rem;
  }
}
#friend-cp-flow .pc_list li {
  background: #fff;
  text-align: center;
  position: relative;
  width: calc((100% - 8rem) / 3);
  height: 35.5rem;
}
#friend-cp-flow .pc_list li:nth-child(2), #friend-cp-flow .pc_list li:nth-child(3), #friend-cp-flow .pc_list li:nth-child(5), #friend-cp-flow .pc_list li:nth-child(6) {
  position: relative;
}
#friend-cp-flow .pc_list li:nth-child(2)::before, #friend-cp-flow .pc_list li:nth-child(3)::before, #friend-cp-flow .pc_list li:nth-child(5)::before, #friend-cp-flow .pc_list li:nth-child(6)::before {
  content: "";
  background: #ccc;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: -2rem;
  top: 0;
}
#friend-cp-flow .pc_list li:nth-child(4), #friend-cp-flow .pc_list li:nth-child(5), #friend-cp-flow .pc_list li:nth-child(6) {
  height: 28rem;
}
#friend-cp-flow .pc_list li:first-child {
  position: relative;
}
#friend-cp-flow .pc_list li:first-child::before {
  content: "";
  background: #ccc;
  width: 93rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  bottom: -2rem;
}
#friend-cp-flow .pc_list li.line_none::before {
  display: none;
}
#friend-cp-flow .pc_list li.column_2 {
  width: calc((100% - 6rem) / 3);
  height: 30rem;
}
#friend-cp-flow .pc_list li.column_2:nth-child(2), #friend-cp-flow .pc_list li.column_2:nth-child(4) {
  position: relative;
}
#friend-cp-flow .pc_list li.column_2:nth-child(2)::before, #friend-cp-flow .pc_list li.column_2:nth-child(4)::before {
  content: "";
  background: #ccc;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: -3rem;
  top: 0;
}
#friend-cp-flow .pc_list li.column_2:nth-child(3)::before {
  display: none;
}
#friend-cp-flow .pc_list li.column_2:first-child::before {
  width: 85rem;
}
#friend-cp-flow .pc_list li.column_2 .body_text {
  text-align: center;
}
#friend-cp-flow .pc_list li .step {
  background: #D6003B;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3rem 2rem;
  border-radius: 99px;
}
#friend-cp-flow .pc_list li .step.bg_orange {
  background: #FF9B14;
}
#friend-cp-flow .pc_list li h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  white-space: nowrap;
}
#friend-cp-flow .pc_list li .circle {
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  background: #FFF717;
  border-radius: 999px;
  text-align: center;
  font-weight: bold;
  top: 8.6rem;
  right: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#friend-cp-flow .pc_list li .circle span {
  font-size: 1rem;
  line-height: 1;
}
#friend-cp-flow .pc_list li .circle span .font-en {
  font-size: 2rem;
}
#friend-cp-flow .pc_list li picture {
  margin: 0 auto;
  margin-top: 1rem;
  width: 23.4rem;
}
#friend-cp-flow .pc_list li picture.step3 {
  width: 12.8rem;
}
#friend-cp-flow .pc_list li picture.step4 {
  width: 12.8rem;
}
#friend-cp-flow .pc_list li picture.step6 {
  width: 13rem;
}
#friend-cp-flow .pc_list li .body_text {
  text-align: left;
  margin-top: 1rem;
  font-size: 1.4rem;
}
#friend-cp-flow .pc_list li .link_box {
  display: inline-block;
  border: 0.1rem solid #ccc;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
#friend-cp-flow .pc_list li button {
  background: #888;
  color: #fff;
  padding: 0.7rem 1.5rem;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
#friend-cp-flow .pc_list li button:hover {
  opacity: 0.8;
}
#friend-cp-flow .pc_list li .note {
  text-align: justify;
  font-size: 1rem;
}

#friend-cp-point {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-point {
    padding: 8rem 36rem;
  }
}
#friend-cp-point picture {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-point picture {
    margin-top: 3.6rem;
  }
}
#friend-cp-point .tab_contents_box {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-point .tab_contents_box {
    margin-top: 3rem;
  }
}
#friend-cp-point .tab_menu {
  z-index: 2;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5rem;
  position: relative;
  width: 50%;
  background-color: #ccc;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  #friend-cp-point .tab_menu {
    width: 20rem;
    margin: 0 0.5rem;
  }
}
#friend-cp-point .tab_menu:hover {
  color: #838383;
}
#friend-cp-point input:checked + .tab_menu {
  background-color: #D6003B;
  color: #fff;
}
#friend-cp-point input:checked + .bg_orange {
  background-color: #FF9B14;
  color: #fff;
}
#friend-cp-point input[name=tab_menu] {
  display: none;
}
#friend-cp-point .tab_content {
  display: none;
  z-index: 1;
  clear: both;
  position: relative;
}
#friend-cp-point #tab_a:checked ~ #tab_a_content, #friend-cp-point #tab_b:checked ~ #tab_b_content {
  display: block;
}

#friend-cp-detail {
  padding: 4rem 3rem;
  background: #F6F6F6;
}
@media only screen and (min-width: 769px) {
  #friend-cp-detail {
    padding: 8rem 36rem;
  }
}
#friend-cp-detail .content {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-detail .content {
    margin-top: 3rem;
  }
}
#friend-cp-detail .content dl dt {
  background: #002F6F;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.3rem;
}
#friend-cp-detail .content dl dd {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
#friend-cp-detail .content dl dd .center {
  text-align: center;
}
#friend-cp-detail .content dl dd .bold {
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid #ccc 0.2rem;
}
#friend-cp-detail .content dl dd ul {
  margin-top: 1rem;
}
#friend-cp-detail .content dl dd ul li {
  position: relative;
  padding-left: 1.5rem;
}
#friend-cp-detail .content dl dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#friend-cp-detail .content dl dd .note {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
#friend-cp-detail .content dl + dl {
  margin-top: 1.5rem;
}
#friend-cp-detail .fwh-toggle_btn {
  margin-top: 3rem;
}
#friend-cp-detail .fwh-toggle_panel {
  background: #fff;
  padding: 2rem;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-detail .fwh-toggle_panel {
    padding: 3rem 10rem;
  }
}
#friend-cp-detail .fwh-toggle_panel dl dt {
  font-weight: bold;
  color: #FF9B14;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #ccc;
}
#friend-cp-detail .fwh-toggle_panel dl dd {
  margin-top: 1rem;
  font-size: 1.2rem;
}
#friend-cp-detail .fwh-toggle_panel dl dd a {
  text-decoration: underline;
}
#friend-cp-detail .fwh-toggle_panel dl + dl {
  margin-top: 2rem;
}
#friend-cp-detail .note_wrap {
  margin-top: 1rem;
}
#friend-cp-detail .note_wrap .note {
  padding-left: 1.5rem;
  font-size: 1.2rem;
  position: relative;
}
#friend-cp-detail .note_wrap .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#friend-cp-detail .fwh-cta_btn {
  margin: 0 auto;
  margin-top: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #friend-cp-detail .fwh-cta_btn {
    margin-top: 2rem;
  }
}
#friend-cp-detail .fwh-cta_btn .sub {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  #friend-cp-detail .fwh-cta_btn .sub {
    font-size: 1.6rem;
  }
}
#friend-cp-detail .fwh-cta_btn .sub::before, #friend-cp-detail .fwh-cta_btn .sub::after {
  content: "";
  display: block;
  background: #333;
  width: 0.13rem;
  height: 90%;
  position: absolute;
  left: -2rem;
  bottom: 0;
  transform: rotate(-30deg);
}
#friend-cp-detail .fwh-cta_btn .sub::after {
  left: auto;
  right: -2rem;
  transform: rotate(30deg);
}

#fwh-plan {
  background: #FF9B14;
  padding: 4rem 2rem;
}
@media only screen and (min-width: 769px) {
  #fwh-plan {
    padding: 8rem 22rem;
  }
}
#fwh-plan::before, #fwh-plan::after {
  display: none;
}
#fwh-plan .fwh-sec07_header {
  margin: 0;
  padding: 0;
  min-height: auto;
  margin-bottom: 4rem;
}
#fwh-plan .fwh-sec07_header h2 {
  margin: 0;
}
#fwh-plan .fwh-sec07_plan:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  #fwh-option .fwh-sec08_header {
    display: inline;
  }
}
#fwh-option .fwh-sec08_header h2 {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  #fwh-option .fwh-sec08_header h2 {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  #fwh-option .fwh-sec08_option_wrap {
    margin-top: 3rem;
  }
}

.option02 {
  padding: 0rem 2rem;
}
@media only screen and (min-width: 769px) {
  .option02 {
    padding: 0 22rem;
  }
}

.fwh-abroad {
  padding: 0 2rem 4rem;
}
@media only screen and (min-width: 769px) {
  .fwh-abroad {
    padding: 0 22rem 8rem;
  }
}

.option3 {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .option3 {
    margin-top: 3rem;
  }
}

.fwh-sec09 {
  background: #FF9B14;
  padding: 4rem 2rem;
}
@media only screen and (min-width: 769px) {
  .fwh-sec09 {
    padding: 8rem 22rem;
  }
}
.fwh-sec09::before, .fwh-sec09::after {
  display: none;
}
.fwh-sec09 .fwh-cta_header {
  margin: 0;
}
.fwh-sec09 .fwh-cta_header_price {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .fwh-sec09 .fwh-cta_header_price {
    margin-bottom: 0;
    align-items: center;
  }
}
.fwh-sec09 .fwh-cta_header_price dl {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .fwh-sec09 .fwh-cta_header_price dl {
    height: 18rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  .fwh-sec09 .fwh-cta_header_price dl dt {
    min-height: auto;
    line-height: 1;
  }
}
@media only screen and (min-width: 769px) {
  .fwh-sec09 .fwh-cta_header_price dl dd {
    display: block;
    flex: none;
    line-height: 1;
    margin-top: 0.5rem;
  }
}
.fwh-sec09 .fwh-cta_btn {
  text-align: center;
}
.fwh-sec09 .fwh-cta_btn .sub {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .fwh-sec09 .fwh-cta_btn .sub {
    font-size: 1.8rem;
  }
}
.fwh-sec09 .fwh-cta_btn .sub::before, .fwh-sec09 .fwh-cta_btn .sub::after {
  content: "";
  display: block;
  background: #fff;
  width: 0.1rem;
  height: 90%;
  position: absolute;
  left: -2rem;
  bottom: 0;
  transform: rotate(-30deg);
}
.fwh-sec09 .fwh-cta_btn .sub::after {
  left: auto;
  right: -2rem;
  transform: rotate(30deg);
}/*# sourceMappingURL=friend-cp.css.map */