
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}
body::before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bakuage/googleone/assets/images/pc_bg.jpg) no-repeat top left/cover;
}
@media only screen and (max-width: 650px) {
  body::before {
    content: none;
  }
}

p, li, dt, dd, input, textarea, th, td {
  color: #000;
  line-height: 175%;
}

@media only screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

a {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

figure img {
  width: 100%;
}

main {
  position: relative;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc-min-1281 {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .pc-min-1281 {
    display: inherit;
  }
}

.pc-1280 {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .pc-1280 {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .pc-1280 {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}
img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-header .c-nav {
    display: none;
  }
  .l-header .c-hamburger {
    display: block;
    z-index: 1001;
  }
}

.l-container01 {
  margin: 0 auto;
  width: 84%;
}
@media only screen and (max-width: 650px) {
  .l-container01 {
    width: 83.59375vw;
  }
}

.l-container02 {
  margin: 0 auto;
  width: 78%;
}
@media only screen and (max-width: 650px) {
  .l-container02 {
    width: 78.125vw;
  }
}

.l-container03 {
  margin: 0 auto;
  width: 71%;
}
@media only screen and (max-width: 650px) {
  .l-container03 {
    width: 70.703125vw;
  }
}

.l-section {
  position: relative;
}

.l-spContainer {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
  background: #fff;
}

.l-mainContainer {
  overflow: hidden;
  width: 500px;
  min-width: 500px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 25px rgba(140, 140, 224, 0.5);
}
@media only screen and (max-width: 650px) {
  .l-mainContainer {
    overflow: inherit;
    min-width: 0;
    width: 100%;
    border-radius: 0;
  }
}

.l-allContainer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  padding-top: 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .l-allContainer {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  .l-allContainer {
    display: inherit;
    padding-top: 0;
  }
}

.l-sideBar_l {
  position: relative;
  margin: 0 auto;
  width: 16.6666666667vw;
}
@media only screen and (max-width: 1200px) {
  .l-sideBar_l {
    display: none;
  }
}
.l-sideBar_l .l-sideBar_l_inner {
  position: sticky;
  top: 10.4166666667vw;
  left: 0;
}

.l-sideBar_r {
  position: relative;
  width: 27.7777777778vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .l-sideBar_r {
    width: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 650px) {
  .l-sideBar_r {
    display: none;
  }
}
.l-sideBar_r .l-sideBar_r_inner {
  position: sticky;
  top: 10.4166666667vw;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .l-sideBar_r .l-sideBar_r_inner {
    top: 450px;
  }
}

.c-btn01 {
  position: relative;
  box-shadow: 0 6px 0 #c4c5d0;
  width: 360px;
  border-radius: 38px;
}
@media only screen and (max-width: 650px) {
  .c-btn01 {
    width: 78.125vw;
    height: 14.453125vw;
    border-radius: 7.1614583333vw 7.1614583333vw 6.3802083333vw 6.3802083333vw;
    box-shadow: 0 1.3020833333vw 0 #c4c5d0;
  }
}
.c-btn01.--purple a {
  background: url(/bakuage/googleone/assets/images/btn_purple.png) no-repeat top left/100% 100%;
}
.c-btn01.--purple a .c-btn01_arrow::after {
  border-left: 5px solid #6a6aff;
}
@media only screen and (max-width: 650px) {
  .c-btn01.--purple a .c-btn01_arrow::after {
    border-left: 1.171875vw solid #6a6aff;
  }
}
.c-btn01.--blue a {
  background: url(/bakuage/googleone/assets/images/btn_blue.png) no-repeat top left/100% 100%;
}
.c-btn01.--blue a .c-btn01_arrow::after {
  border-left: 5px solid #14a9e9;
}
@media only screen and (max-width: 650px) {
  .c-btn01.--blue a .c-btn01_arrow::after {
    border-left: 1.171875vw solid #14a9e9;
  }
}
.c-btn01.--red a {
  background: url(/bakuage/googleone/assets/images/btn_red.png) no-repeat top left/100% 100%;
}
.c-btn01.--red a .c-btn01_arrow::after {
  border-left: 5px solid #ff3768;
}
@media only screen and (max-width: 650px) {
  .c-btn01.--red a .c-btn01_arrow::after {
    border-left: 1.171875vw solid #ff3768;
  }
}
.c-btn01 a {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #fff;
  line-height: 115%;
  transition: all 0.3s;
  height: 68px;
  border-radius: 38px;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  .c-btn01 a {
    height: 14.453125vw;
    border-radius: 6.3802083333vw;
    font-size: 4.1666666667vw;
  }
}
.c-btn01 a:hover {
  top: 6px;
}
@media only screen and (max-width: 650px) {
  .c-btn01 a:hover {
    top: 1.3020833333vw;
  }
}
.c-btn01 a .c-btn01_txt {
  position: relative;
  display: block;
  text-align: center;
}
.c-btn01 a .c-btn01_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 650px) {
  .c-btn01 a .c-btn01_arrow {
    right: 3.90625vw;
    width: 4.9479166667vw;
    height: 4.9479166667vw;
  }
}
.c-btn01 a .c-btn01_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .c-btn01 a .c-btn01_arrow::after {
    border-top: 1.171875vw solid transparent;
    border-bottom: 1.171875vw solid transparent;
  }
}
.c-btn01.--anchor a .c-btn01_arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-btn02 {
  width: 360px;
}
@media only screen and (max-width: 650px) {
  .c-btn02 {
    width: 78.125vw;
  }
}
.c-btn02 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #e7edff;
  line-height: 120%;
  height: 60px;
  border: 1px solid #000;
  border-radius: 38px;
  font-size: 19px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .c-btn02 a {
    height: 13.0208333333vw;
    border-radius: 6.5104166667vw;
    font-size: 4.1666666667vw;
  }
}
.c-btn02 a::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 7px 0 7px 7px;
}
@media only screen and (max-width: 650px) {
  .c-btn02 a::after {
    right: 6.5104166667vw;
    border-width: 1.1067708333vw 0 0.6640625vw 1.171875vw;
  }
}

.c-ttl01 {
  font-size: 35px;
  font-weight: 900;
  line-height: 110%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .c-ttl01 {
    font-size: 7.421875vw;
  }
}
.c-ttl01 em {
  font-size: 36px;
}
@media only screen and (max-width: 650px) {
  .c-ttl01 em {
    font-size: 7.8125vw;
  }
}

.p-header {
  position: fixed;
  z-index: 99;
  top: 0;
  padding: 19px 0;
  width: 250px;
}
@media only screen and (max-width: 650px) {
  .p-header {
    left: 0;
    transform: none;
    padding: 3.90625vw 0;
    width: 100%;
    background: #fff;
  }
}
.p-header .p-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
@media only screen and (max-width: 650px) {
  .p-header .p-header_inner {
    padding: 0 6.5104166667vw;
  }
}
.p-header .p-header_inner .p-header_logo {
  width: 158px;
}
@media only screen and (max-width: 650px) {
  .p-header .p-header_inner .p-header_logo {
    width: 27.34375vw;
  }
}
.p-header .p-header_inner .p-header_drawer {
  position: relative;
  display: inline-block;
  z-index: 999;
  width: 35px;
  height: 23px;
}
@media only screen and (max-width: 768px) {
  .p-header .p-header_inner .p-header_drawer {
    width: 5.9895833333vw;
    height: 3.90625vw;
  }
}
.p-header .p-header_inner .p-header_drawer span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #cc0033;
  transition: 0.3s;
}
.p-header .p-header_inner .p-header_drawer span:first-child {
  top: 0;
}
.p-header .p-header_inner .p-header_drawer span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-header .p-header_inner .p-header_drawer span:last-child {
  bottom: 0;
}
.p-header .p-header_inner .p-header_drawer.active span:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-header .p-header_inner .p-header_drawer.active span:nth-child(2) {
  opacity: 0;
}
.p-header .p-header_inner .p-header_drawer.active span:last-child {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.p-logo {
  font-size: 18px;
  font-weight: bold;
}

.p-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  visibility: hidden;
  transition: opacity 0.3s ease;
  overflow: scroll;
}
@media only screen and (max-width: 650px) {
  .p-nav {
    height: 100%;
  }
}
.p-nav .p-nav_inner {
  margin: 113px auto 0;
  width: 350px;
}
@media only screen and (max-width: 650px) {
  .p-nav .p-nav_inner {
    margin: 42.96875vw auto 0;
    width: 76.0416666667vw;
  }
}
.p-nav ul {
  margin-top: 60px;
  padding-bottom: 600px;
}
@media only screen and (max-width: 650px) {
  .p-nav ul {
    margin-top: 12.3697916667vw;
    padding-bottom: 13.0208333333vw;
  }
}
.p-nav ul li {
  padding: 27px 0;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  border-bottom: 3px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-nav ul li {
    padding: 5.859375vw 0;
    font-size: 5.2083333333vw;
    border-bottom: 0.5208333333vw solid #000;
  }
}
.p-nav ul li:first-child {
  border-top: 3px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-nav ul li:first-child {
    border-top: 0.390625vw solid #000;
  }
}

.p-nav.active {
  opacity: 1;
  visibility: visible;
}

.p-hamburger {
  display: none;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  width: 23px;
  height: 23px;
}
@media only screen and (max-width: 1000px) {
  .p-hamburger {
    display: block;
    position: fixed;
    top: 30px;
    right: 50px;
    width: 50px;
    height: 40px;
  }
}
.p-hamburger .p-hamburger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease;
}
.p-hamburger .p-hamburger__line:first-child {
  top: 0;
}
.p-hamburger .p-hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-hamburger .p-hamburger__line:last-child {
  bottom: 0;
}
.p-hamburger.is-active .p-hamburger__line:nth-child(1) {
  top: 50%;
  transform: translate(0, -100%) rotate(-45deg);
}
.p-hamburger.is-active .p-hamburger__line:nth-child(2) {
  opacity: 0;
}
.p-hamburger.is-active .p-hamburger__line:nth-child(3) {
  bottom: 50%;
  transform: translate(0, 0) rotate(45deg);
}

.p-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 650px) {
  .p-btn {
    gap: 3.2552083333vw 0;
  }
}

.p-1_googleone {
  margin: 0 auto;
  width: 273px;
}
@media only screen and (max-width: 650px) {
  .p-1_googleone {
    width: 59.1145833333vw;
  }
}

.p-bgwhite_txt {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
}
@media only screen and (max-width: 650px) {
  .p-bgwhite_txt {
    font-size: 7.421875vw;
  }
}

.p-bgWhite_txt_wrap {
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 2.6041666667vw;
}
@media only screen and (max-width: 650px) {
  .p-bgWhite_txt_wrap {
    padding: 0 3.2552083333vw;
  }
}

.p-googleone_txt {
  position: relative;
  display: flex;
  justify-content: center;
}
.p-googleone_txt p {
  position: relative;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  line-height: 120%;
}
@media only screen and (max-width: 650px) {
  .p-googleone_txt p {
    font-size: 4.8177083333vw;
  }
}
.p-googleone_txt p::before, .p-googleone_txt p::after {
  content: " ";
  position: absolute;
  background: url(/bakuage/googleone/assets/images/googleone_txt_bg.png) no-repeat top left/contain;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 80px;
}
@media only screen and (max-width: 650px) {
  .p-googleone_txt p::before, .p-googleone_txt p::after {
    width: 4.1666666667vw;
    height: 17.4479166667vw;
  }
}
.p-googleone_txt p:before {
  left: -40px;
}
@media only screen and (max-width: 650px) {
  .p-googleone_txt p:before {
    left: -9.1145833333vw;
  }
}
.p-googleone_txt p::after {
  right: -40px;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 650px) {
  .p-googleone_txt p::after {
    right: -9.1145833333vw;
  }
}
.p-googleone_txt p em {
  display: block;
  margin-bottom: 8px;
  font-size: 33px;
}
@media only screen and (max-width: 650px) {
  .p-googleone_txt p em {
    margin-bottom: 1.953125vw;
    font-size: 7.03125vw;
  }
}
.p-googleone_txt p .yen {
  position: relative;
  display: block;
  width: 285px;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 650px) {
  .p-googleone_txt p .yen {
    margin-bottom: 1.953125vw;
    width: 55.9895833333vw;
  }
}

.p-googleone_box {
  position: relative;
  padding: 38px 0;
}
@media only screen and (max-width: 650px) {
  .p-googleone_box {
    padding: 9.1145833333vw 0;
  }
}
.p-googleone_box::before {
  content: " ";
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 696px;
  height: 277px;
  background: url(/bakuage/googleone/assets/images/googleone_box_bg.png) no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-googleone_box::before {
    top: 4.6875vw;
    width: 151.0416666667vw;
    height: 60.0260416667vw;
  }
}
.p-googleone_box.--bg_none::before {
  content: none;
}
.p-googleone_box .p-googleone_txt {
  margin-top: 38px;
}
@media only screen and (max-width: 650px) {
  .p-googleone_box .p-googleone_txt {
    margin-top: 9.1145833333vw;
  }
}
.p-googleone_box .p-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-googleone_box .p-btn {
    margin-top: 6.5104166667vw;
  }
}

.p-precautions {
  padding-bottom: 30px;
}
@media only screen and (max-width: 650px) {
  .p-precautions {
    padding-bottom: 6.5104166667vw;
  }
}
.p-precautions .p-btn {
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-precautions .p-btn {
    margin-top: 5.2083333333vw;
  }
}
.p-precautions ul {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-precautions ul {
    margin-top: 5.859375vw;
  }
}
.p-precautions ul li {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-precautions ul li {
    font-size: 3.90625vw;
  }
}
.p-precautions ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 650px) {
  .p-precautions ul li:not(:last-child) {
    margin-bottom: 2.6041666667vw;
  }
}
.p-precautions ul li a {
  text-decoration: underline;
}

.p-precautions_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}
@media only screen and (max-width: 650px) {
  .p-precautions_ttl {
    font-size: 6.5104166667vw;
  }
}

.p-footer {
  position: relative;
  padding: 45px 0;
  margin: 0 auto;
  width: 500px;
  background: #222;
}
@media only screen and (max-width: 650px) {
  .p-footer {
    padding: 9.1145833333vw 0;
    width: 100%;
  }
}
.p-footer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .p-footer p {
    font-size: 3.125vw;
  }
}

.p-faq {
  position: relative;
  padding-top: 53px;
}
@media only screen and (max-width: 650px) {
  .p-faq {
    padding-top: 11.71875vw;
  }
}
.p-faq::before {
  content: " ";
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 110px;
  background: url(/bakuage/googleone/assets/images/section_bg01.png) no-repeat top left/100% 100%;
  pointer-events: none;
}
@media only screen and (max-width: 650px) {
  .p-faq::before {
    top: -11.71875vw;
    height: 23.828125vw;
  }
}

.p-faq_cont {
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-faq_cont {
    margin-top: 5.859375vw;
  }
}

.p-faq_box:not(:last-child) {
  margin-bottom: 38px;
}
@media only screen and (max-width: 650px) {
  .p-faq_box:not(:last-child) {
    margin-bottom: 6.5104166667vw;
  }
}

.p-faq_ttl01 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-faq_ttl01 {
    font-size: 6.5104166667vw;
  }
}

.p-faq_ttl02 {
  padding-left: 19px;
  font-size: 21px;
  font-weight: bold;
  line-height: 140%;
  border-left: 4px solid #fb9e04;
}
@media only screen and (max-width: 650px) {
  .p-faq_ttl02 {
    padding-left: 3.90625vw;
    font-size: 4.6875vw;
    border-left: 0.9114583333vw solid #fb9e04;
  }
}

.p-faq_list {
  margin-top: 19px;
}
@media only screen and (max-width: 650px) {
  .p-faq_list {
    margin-top: 3.90625vw;
  }
}

.p-faq_item:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .p-faq_item:not(:last-child) {
    margin-bottom: 3.2552083333vw;
  }
}

.p-faq_item_q {
  position: relative;
  padding: 9px 27px 9px 15px;
  background: #e7edff;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_q {
    padding: 1.953125vw 5.859375vw 1.953125vw 3.90625vw;
  }
}
.p-faq_item_q p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_q p {
    font-size: 3.90625vw;
  }
}
.p-faq_item_q .p-faq_item_q_cross {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_q .p-faq_item_q_cross {
    right: 2.6041666667vw;
    width: 2.8645833333vw;
    height: 2.8645833333vw;
  }
}
.p-faq_item_q .p-faq_item_q_cross::before, .p-faq_item_q .p-faq_item_q_cross::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.p-faq_item_q .p-faq_item_q_cross::before {
  width: 100%;
  height: 2px;
}
.p-faq_item_q .p-faq_item_q_cross::after {
  width: 2px;
  height: 100%;
}
.p-faq_item_q.--open .p-faq_item_q_cross::after {
  content: none;
}

.p-faq_item_a {
  display: none;
  padding: 15px 19px;
  background: #f5f7ff;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_a {
    padding: 3.2552083333vw 3.90625vw;
  }
}
.p-faq_item_a p {
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_a p {
    font-size: 3.90625vw;
  }
}
.p-faq_item_a p a {
  text-decoration: underline;
  color: #4285f4;
}

.p-photo {
  padding: 53px 0 75px;
  background: #f3f6ff;
}
@media only screen and (max-width: 650px) {
  .p-photo {
    padding: 11.71875vw 0 16.9270833333vw;
  }
}
.p-photo .c-ttl01 {
  line-height: 170%;
}

.p-photo_list {
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-photo_list {
    margin-top: 5.2083333333vw;
  }
}

.p-photo_item:not(:last-child) {
  margin-bottom: 38px;
}
@media only screen and (max-width: 650px) {
  .p-photo_item:not(:last-child) {
    margin-bottom: 8.4635416667vw;
  }
}
.p-photo_item .p-photo_item_ttl {
  padding-bottom: 12px;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  border-bottom: 4px solid #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-photo_item .p-photo_item_ttl {
    padding-bottom: 2.6041666667vw;
    font-size: 4.6875vw;
    border-bottom: 0.78125vw solid #ff3768;
  }
}
.p-photo_item ul {
  padding-left: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 650px) {
  .p-photo_item ul {
    padding-left: 3.2552083333vw;
    margin-top: 3.2552083333vw;
  }
}
.p-photo_item ul li {
  position: relative;
  padding-left: 23px;
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  .p-photo_item ul li {
    padding-left: 4.5572916667vw;
    font-size: 3.6458333333vw;
  }
}
.p-photo_item ul li::before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 11px;
  background: url(/bakuage/googleone/assets/images/check.png) no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-photo_item ul li::before {
    top: 2.34375vw;
    width: 3.515625vw;
    height: 2.34375vw;
  }
}
.p-photo_item figure {
  margin-top: 8px;
}
@media only screen and (max-width: 650px) {
  .p-photo_item figure {
    margin-top: 1.953125vw;
  }
}

.p-photo_aside {
  margin-top: 19px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-photo_aside {
    margin-top: 3.90625vw;
    font-size: 3.6458333333vw;
  }
}
.p-photo_aside a {
  color: #4285f4;
  text-decoration: underline;
}

.p-know {
  padding: 45px 0 60px;
  background: #f3f6ff;
}
@media only screen and (max-width: 650px) {
  .p-know {
    padding: 10.4166666667vw 0 13.0208333333vw;
  }
}
.p-know .p-accordion {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-know .p-accordion {
    margin-top: 6.5104166667vw;
  }
}
.p-know .c-ttl01 {
  line-height: 170%;
}
.p-know .p-whiteBox {
  padding: 42px 19px;
  height: 499px;
  box-sizing: border-box;
}
@media only screen and (max-width: 650px) {
  .p-know .p-whiteBox {
    padding: 9.1145833333vw 3.90625vw;
    height: 108.3333333333vw;
  }
}

.p-know_sub_ttl {
  margin-top: 23px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-know_sub_ttl {
    margin-top: 5.2083333333vw;
    font-size: 6.1197916667vw;
  }
}
.p-know_sub_ttl .point {
  position: relative;
  top: -15px;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .p-know_sub_ttl .point {
    top: -3.2552083333vw;
  }
}
.p-know_sub_ttl .point .point_txt01 {
  display: inline-block;
}
.p-know_sub_ttl .point .point_txt02 {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-know_sub_ttl .point .point_txt02 {
    bottom: -3.2552083333vw;
    font-size: 3.515625vw;
  }
}

.p-know_txt {
  margin-top: 27px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-know_txt {
    margin-top: 5.2083333333vw;
    font-size: 4.1666666667vw;
  }
}

.p-know_img {
  margin: 15px auto 0;
  width: 202px;
}
@media only screen and (max-width: 650px) {
  .p-know_img {
    margin: 3.2552083333vw auto 0;
    width: 43.75vw;
  }
}

.p-know_slider {
  margin-top: 38px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider {
    margin-top: 7.8125vw;
  }
}
.p-know_slider.swiper {
  overflow: inherit;
}
.p-know_slider .swiper-pagination {
  position: static;
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .swiper-pagination {
    margin-top: 5.2083333333vw;
  }
}
.p-know_slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 12px;
  height: 12px;
  background: #b3b3b3;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 1.6276041667vw !important;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.p-know_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fa0f13;
}
.p-know_slider .p-know_slider_txt01 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_txt01 {
    font-size: 4.1666666667vw;
  }
}
.p-know_slider .p-know_slider_txt02 {
  margin-top: 27px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_txt02 {
    margin-top: 5.2083333333vw;
    font-size: 4.1666666667vw;
  }
}
.p-know_slider .p-know_slider_txt03 {
  margin-top: 19px;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_txt03 {
    margin-top: 3.90625vw;
    font-size: 3.90625vw;
  }
}
.p-know_slider .p-know_slider_ttl {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 900;
  color: #ff3768;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_ttl {
    margin-top: 1.953125vw;
    font-size: 6.1197916667vw;
  }
}
.p-know_slider .p-know_slider_img01 {
  margin: 12px auto 0;
  width: 165px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_img01 {
    margin: 1.953125vw auto 0;
    width: 35.8072916667vw;
  }
}
.p-know_slider .p-know_slider_img02 {
  margin: 8px auto 0;
  width: 144px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_img02 {
    margin: 1.3020833333vw auto 0;
    width: 31.25vw;
  }
}
.p-know_slider .p-know_slider_img03 {
  margin: 8px auto 0;
  width: 60px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_img03 {
    margin: 1.3020833333vw auto 0;
    width: 13.0208333333vw;
  }
}

.p-accordion .p-accordion_item {
  border: 2px solid #000;
  background: #e7edff;
}
.p-accordion .p-accordion_item.--white {
  background: #fff;
}
.p-accordion .p-accordion_item .p-accordion_item_btn {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_btn {
    padding: 1.953125vw 0;
  }
}
.p-accordion .p-accordion_item .p-accordion_item_btn p {
  font-size: 19px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_btn p {
    font-size: 4.1666666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross {
    right: 3.90625vw;
    width: 2.734375vw;
    height: 2.734375vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross::before, .p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross::before {
  height: 100%;
  width: 2px;
}
.p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross::after {
  width: 100%;
  height: 2px;
}
.p-accordion .p-accordion_item .p-accordion_item_btn.--open {
  border-bottom: 2px solid #000;
}
.p-accordion .p-accordion_item .p-accordion_item_btn.--open .p-accordion_item_btn_cross::before {
  content: none;
}
.p-accordion .p-accordion_item .p-accordion_item_cont {
  display: none;
  padding: 12px 12px 34px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_cont {
    padding: 1.953125vw 1.953125vw 5.859375vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_item_cont p {
  font-size: 18px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_cont p {
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl01 {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl01 {
    margin-bottom: 3.2552083333vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl02 {
  margin-top: 15px;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  line-height: 110%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl02 {
    margin-top: 2.6041666667vw;
    font-size: 7.1614583333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl03 {
  margin-top: 35px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl03 {
    margin-top: 5.859375vw;
    font-size: 5.9895833333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont p {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont p {
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-aside {
  margin-top: 10px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-aside {
    margin-top: 1.3020833333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-aside ul li {
  display: flex;
  font-size: 14px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-aside ul li {
    font-size: 2.2135416667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-aside ul li a {
  color: #4285f4;
  text-decoration: underline;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list {
    gap: 4.3535620053vw;
    margin-top: 5.2083333333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item {
  position: relative;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item:not(:last-child)::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 18px 0 18px 18px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item:not(:last-child)::after {
    right: -3.90625vw;
    border-width: 4.7526041667vw 0 4.7526041667vw 4.8177083333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_circle {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_circle {
    width: 33.8541666667vw;
    height: 33.8541666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner {
  text-align: center;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure {
  margin: 0 auto;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img01 {
  width: 58px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img01 {
    width: 10.15625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img02 {
  width: 47px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img02 {
    width: 8.7239583333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img03 {
  width: 33px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img03 {
    width: 6.9010416667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img04 {
  width: 90px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img04 {
    width: 18.8802083333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img05 {
  width: 64px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img05 {
    width: 13.0208333333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 125%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p {
    margin-top: 1.953125vw;
    font-size: 3.3854166667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p small {
  font-size: 12px;
  line-height: 125%;
  vertical-align: top;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p small {
    font-size: 1.5625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 0;
  margin-top: 35px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list {
    gap: 13.0208333333vw 0;
    margin-top: 4.5572916667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item {
  width: 100%;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item:not(:last-child) {
  position: relative;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item:not(:last-child)::after {
  content: " ";
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #6a6aff transparent transparent transparent;
  border-width: 25px 25px 0 25px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item:not(:last-child)::after {
    bottom: -9.1145833333vw;
    border-width: 4.0364583333vw 4.1666666667vw 0 4.1666666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .number {
    margin: 0 auto 0.6510416667vw;
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 125%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl {
    margin-top: 1.3020833333vw;
    font-size: 4.6875vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl.--end {
  margin-top: 35px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl.--end {
    margin-top: 4.5572916667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl2 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #6a6aff;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl2 {
    margin-top: 1.953125vw;
    font-size: 3.3854166667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item figure {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item figure {
    margin-top: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt01 {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt01 {
    margin-top: 2.6041666667vw;
    font-size: 4.1666666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt01.--purple {
  color: #6a6aff;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt02 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt02 {
    margin-top: 0.6510416667vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt02.--pink {
  color: #ff4aec;
  text-align: left;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt03 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt03 {
    margin-top: 1.3020833333vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg {
  position: relative;
  padding: 30px 0;
  margin-top: 20px;
  background: #6a6aff;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg {
    padding: 3.90625vw 0;
    margin-top: 2.6041666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 416px;
  height: 100%;
  background: #6a6aff;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg::before {
    width: 83.3333333333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg p {
  color: #fff !important;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg .p-accordion_step02_item {
  position: relative;
  z-index: 1;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg .p-accordion_step02_item::after {
  border-color: #fff transparent transparent transparent;
}
.p-accordion .p-accordion_icon01 {
  margin: 0 auto;
  width: 48px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_icon01 {
    width: 7.1614583333vw;
  }
}
.p-accordion .mt-0 {
  margin-top: 0 !important;
}

.p-whiteBox {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 2.0833333333vw rgba(204, 216, 234, 0.6);
}
@media only screen and (max-width: 650px) {
  .p-whiteBox {
    border-radius: 1.3020833333vw;
  }
}
.p-whiteBox::before, .p-whiteBox::after {
  content: " ";
  position: absolute;
}
.p-whiteBox::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
}
@media only screen and (max-width: 650px) {
  .p-whiteBox::before {
    border-width: 4.1666666667vw 4.1666666667vw 0 0;
  }
}
.p-whiteBox::after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
}
@media only screen and (max-width: 650px) {
  .p-whiteBox::after {
    border-width: 0 0 4.1666666667vw 4.1666666667vw;
  }
}
.p-whiteBox.--blue-purple::before {
  border-color: #14a9e9 transparent transparent transparent;
}
.p-whiteBox.--blue-purple::after {
  border-color: transparent transparent #6a6aff transparent;
}
.p-whiteBox.--red::before {
  border-color: #ff3768 transparent transparent transparent;
}
.p-whiteBox.--red::after {
  border-color: transparent transparent #ff3768 transparent;
}
.p-whiteBox.--blue::before {
  border-color: #14a9e9 transparent transparent transparent;
}
.p-whiteBox.--blue::after {
  border-color: transparent transparent #14a9e9 transparent;
}
.p-whiteBox.--yellow::before {
  border-color: #fb9e04 transparent transparent transparent;
}
.p-whiteBox.--yellow::after {
  border-color: transparent transparent #fb9e04 transparent;
}
.p-whiteBox.--purple::before {
  border-color: #6a6aff transparent transparent transparent;
}
.p-whiteBox.--purple::after {
  border-color: transparent transparent #6a6aff transparent;
}

.p-step {
  position: relative;
  padding: 45px 0 30px;
  background: #f5f7ff;
}
@media only screen and (max-width: 650px) {
  .p-step {
    padding: 11.71875vw 0 7.1614583333vw;
  }
}
.p-step::before {
  content: " ";
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 110px;
  background: url(/bakuage/googleone/assets/images/section_bg01.png) no-repeat top left/100% 100%;
  pointer-events: none;
}
@media only screen and (max-width: 650px) {
  .p-step::before {
    top: -11.71875vw;
    height: 23.828125vw;
  }
}
.p-step::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 696px;
  height: 100%;
  background: url(/bakuage/googleone/assets/images/step_bg.png) repeat-y top left/928px 1385px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-step::after {
    width: 151.0416666667vw;
    background-size: 151.0416666667vw 225.5208333333vw;
  }
}
.p-step .l-container01 {
  position: relative;
  z-index: 1;
}
.p-step .c-ttl01 {
  line-height: 180%;
}
.p-step .p-whiteBox {
  padding: 38px 19px;
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-step .p-whiteBox {
    padding: 7.8125vw 3.90625vw;
    margin-top: 5.2083333333vw;
  }
}
.p-step .p-accordion {
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-step .p-accordion {
    margin-top: 5.2083333333vw;
  }
}

.p-step_lead {
  margin-top: 34px;
}
@media only screen and (max-width: 650px) {
  .p-step_lead {
    margin-top: 7.1614583333vw;
  }
}
.p-step_lead figure {
  margin: 0 auto;
  width: 201px;
}
@media only screen and (max-width: 650px) {
  .p-step_lead figure {
    width: 43.4895833333vw;
  }
}
.p-step_lead .p-step_lead_txtBox {
  margin-top: 15px;
}
@media only screen and (max-width: 650px) {
  .p-step_lead .p-step_lead_txtBox {
    margin-top: 2.6041666667vw;
  }
}
.p-step_lead .p-step_lead_txtBox p {
  font-size: 19px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-step_lead .p-step_lead_txtBox p {
    font-size: 4.1666666667vw;
  }
}
.p-step_lead .p-step_lead_txtBox p:not(:last-child) {
  margin-bottom: 19px;
}
@media only screen and (max-width: 650px) {
  .p-step_lead .p-step_lead_txtBox p:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
}
.p-step_lead .p-step_lead_txtBox p b {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  .p-step_lead .p-step_lead_txtBox p b {
    font-size: 5.5989583333vw;
  }
}

.p-step_ttl {
  margin-top: 30px;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  line-height: 113%;
}
@media only screen and (max-width: 650px) {
  .p-step_ttl {
    margin-top: 6.5104166667vw;
    font-size: 5.859375vw;
  }
}
.p-step_ttl .p-step_ttl_inner {
  position: relative;
  display: inline-block;
}
.p-step_ttl .p-step_ttl_inner::before, .p-step_ttl .p-step_ttl_inner::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 100%;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-step_ttl .p-step_ttl_inner::before, .p-step_ttl .p-step_ttl_inner::after {
    width: 0.5208333333vw;
  }
}
.p-step_ttl .p-step_ttl_inner::before {
  left: -26px;
  transform: translateY(-50%) rotate(-35deg);
}
@media only screen and (max-width: 650px) {
  .p-step_ttl .p-step_ttl_inner::before {
    left: -5.859375vw;
  }
}
.p-step_ttl .p-step_ttl_inner::after {
  right: -26px;
  transform: translateY(-50%) rotate(35deg);
}
@media only screen and (max-width: 650px) {
  .p-step_ttl .p-step_ttl_inner::after {
    right: -5.859375vw;
  }
}

.p-step_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  margin: 30px auto 0;
  width: 324px;
}
@media only screen and (max-width: 650px) {
  .p-step_list {
    gap: 7.8125vw;
    margin: 5.2083333333vw auto 0;
    width: 70.3125vw;
  }
}
.p-step_list .p-step_item {
  position: relative;
  padding: 19px 0;
  background: #fff;
  border-radius: 8px;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .p-step_list .p-step_item {
    padding: 3.90625vw 0;
    border-radius: 1.3020833333vw;
  }
}
.p-step_list .p-step_item:not(:last-child)::after {
  content: " ";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #6a6aff transparent transparent transparent;
  border-width: 15px 26px 0 26px;
}
@media only screen and (max-width: 650px) {
  .p-step_list .p-step_item:not(:last-child)::after {
    bottom: -5.859375vw;
    border-width: 2.9947916667vw 4.6437659033vw 0 4.6437659033vw;
  }
}
.p-step_list .p-step_item .p-step_item_number {
  font-size: 19px;
  font-weight: bold;
  color: #ff3768;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-step_list .p-step_item .p-step_item_number {
    font-size: 4.0364583333vw;
  }
}
.p-step_list .p-step_item .p-step_item_txt {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-step_list .p-step_item .p-step_item_txt {
    margin-top: 1.3020833333vw;
    font-size: 4.6875vw;
  }
}

.p-step_whiteBox .p-step_whiteBox_txt01 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_txt01 {
    font-size: 4.6875vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl01 {
  margin-top: 15px;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl01 {
    margin-top: 3.2552083333vw;
    font-size: 5.078125vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl01 span {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  -webkit-text-decoration-color: #fb9e04;
          text-decoration-color: #fb9e04;
  text-underline-offset: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl01 span {
    text-decoration-thickness: 1.0416666667vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl02 {
  margin-top: 19px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl02 {
    margin-top: 3.90625vw;
    font-size: 4.6875vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl02 .line {
  display: inline-block;
  border-bottom: 5px solid #fb9e04;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl02 .line {
    border-bottom: 1.0416666667vw solid #fb9e04;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl02 .dot {
  position: relative;
}
.p-step_whiteBox .p-step_whiteBox_ttl02 .dot::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl02 .dot::before {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
.p-step_whiteBox figure {
  margin: 30px auto 0;
  width: 267px;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox figure {
    margin: 6.5104166667vw auto 0;
    width: 57.9427083333vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_aside {
  margin-top: 19px;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_aside {
    margin-top: 3.90625vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_aside ul li {
  font-size: 16px;
  line-height: 122%;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_aside ul li {
    font-size: 3.515625vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_aside ul li:not(:last-child) {
  margin-bottom: 23px;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_aside ul li:not(:last-child) {
    margin-bottom: 5.2083333333vw;
  }
}

.p-osusume {
  position: relative;
  background: #f5f7ff;
  padding-top: 68px;
}
@media only screen and (max-width: 650px) {
  .p-osusume {
    padding-top: 11.71875vw;
  }
}
.p-osusume::before {
  content: " ";
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 110px;
  background: url(/bakuage/googleone/assets/images/section_bg01.png) no-repeat top left/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-osusume::before {
    top: -11.71875vw;
    height: 23.828125vw;
  }
}

.p-osusume_ttl {
  font-size: 36px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-osusume_ttl {
    font-size: 7.8125vw;
  }
}

.p-osusume_list {
  display: flex;
  margin-top: 5.2083333333vw;
}
.p-osusume_list .p-osusume_item {
  position: relative;
  width: 50%;
}
.p-osusume_list .p-osusume_item img {
  position: relative;
}
.p-osusume_list .p-osusume_item p {
  position: absolute;
  width: 100%;
  font-size: 3.2552083333vw;
  font-weight: bold;
  text-align: center;
  line-height: 180%;
}
.p-osusume_list .p-osusume_item:first-child img {
  left: -3.515625vw;
  width: 62.7604166667vw;
}
.p-osusume_list .p-osusume_item:first-child p {
  top: 7.03125vw;
  left: 8.8541666667vw;
  width: 42.7083333333vw;
}
.p-osusume_list .p-osusume_item:nth-child(2) {
  top: 7.8125vw;
  left: -5.2083333333vw;
}
.p-osusume_list .p-osusume_item:nth-child(2) img {
  width: 59.6354166667vw;
}
.p-osusume_list .p-osusume_item:nth-child(2) p {
  right: 0;
  bottom: 0;
  width: 34.2447916667vw;
}

.p-kv {
  padding-bottom: 38px;
  background: #e7edff;
}
@media only screen and (max-width: 650px) {
  .p-kv {
    padding-top: 17.3333333333vw;
    padding-bottom: 9.765625vw;
  }
}
.p-kv .p-whiteBox {
  padding: 23px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-whiteBox {
    padding: 6.5104166667vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl {
    font-size: 5.2083333333vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span {
  position: relative;
  display: inline-block;
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::before, .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 34px;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::before, .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::after {
    width: 0.5208333333vw;
    height: 6.9010416667vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::before {
  left: -34px;
  transform: translateY(-50%) rotate(-20deg);
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::before {
    left: -5.859375vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::after {
  right: -34px;
  transform: translateY(-50%) rotate(20deg);
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::after {
    right: -5.859375vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl {
  margin-top: 27px;
  font-size: 49px;
  font-weight: 900;
  text-align: center;
  color: #ff3768;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl {
    margin-top: 5.2083333333vw;
    font-size: 10.6770833333vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span {
    padding-bottom: 2.6041666667vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, rgb(106, 106, 255) 0%, rgb(106, 106, 255) 25%, rgb(20, 169, 233) 25%, rgb(20, 169, 233) 50%, rgb(255, 55, 104) 50%, rgb(255, 55, 104) 75%, rgb(251, 158, 4) 75%, rgb(251, 158, 4) 100%);
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span::after {
    height: 1.0416666667vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span em {
  display: inline-block;
  margin-right: 4px;
  width: 65px;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span em {
    margin-right: 0.6510416667vw;
    width: 14.0625vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_txt01 {
  margin-top: 19px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_txt01 {
    margin-top: 3.90625vw;
    font-size: 4.6875vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 {
  margin-top: 19px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 {
    margin-top: 3.90625vw;
    font-size: 4.6875vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 span {
  position: relative;
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 span::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 span::before {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_aside {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
  font-size: 17px;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_aside {
    margin-top: 3.2552083333vw;
    font-size: 3.515625vw;
  }
}
.p-kv .p-kv_link {
  margin-top: 38px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link {
    margin-top: 7.8125vw;
  }
}
.p-kv .p-kv_link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px 15px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul {
    gap: 3.90625vw 3.2552083333vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn {
  width: 195px;
  box-shadow: 0 5px 0 #000;
  border-radius: 38px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn {
    width: 41.6666666667vw;
    box-shadow: 0 0.78125vw 0 #000;
    border-radius: 6.5104166667vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn a {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 38px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 120%;
  transition: all 0.3s;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn a {
    height: 13.0208333333vw;
    border-radius: 6.5104166667vw;
    font-size: 3.6458333333vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn a .p-kv_link_arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn a .p-kv_link_arrow {
    right: 2.6041666667vw;
    width: 4.296875vw;
    height: 4.296875vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn a .p-kv_link_arrow::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 4px 4px 0 4px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn a .p-kv_link_arrow::after {
    border-width: 0.78125vw 0.78125vw 0 0.78125vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn a:hover {
  top: 5px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn a:hover {
    top: 0.78125vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--blue {
  box-shadow: 0 5px 0 #14a9e9;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn.--blue {
    box-shadow: 0 0.78125vw 0 #14a9e9;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--blue a .p-kv_link_arrow {
  background: #14a9e9;
}
.p-kv .p-kv_link ul .p-kv_link_btn.--yellow {
  box-shadow: 0 5px 0 #fbbc04;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn.--yellow {
    box-shadow: 0 0.78125vw 0 #fbbc04;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--yellow a .p-kv_link_arrow {
  background: #fbbc04;
}
.p-kv .p-kv_link ul .p-kv_link_btn.--purple {
  box-shadow: 0 5px 0 #6a6aff;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn.--purple {
    box-shadow: 0 0.78125vw 0 #6a6aff;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--purple a .p-kv_link_arrow {
  background: #6a6aff;
}
.p-kv .p-kv_link ul .p-kv_link_btn.--red {
  box-shadow: 0 5px 0 #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn.--red {
    box-shadow: 0 0.78125vw 0 #ff3768;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--red a .p-kv_link_arrow {
  background: #ff3768;
}

.p-campaign {
  position: relative;
  overflow: hidden;
  padding: 38px 0 75px;
}
@media only screen and (max-width: 650px) {
  .p-campaign {
    padding: 9.1145833333vw 0 15.625vw;
  }
}
.p-campaign::before {
  content: " ";
  position: absolute;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
  width: 158%;
  height: 100%;
  background: url(/bakuage/googleone/assets/images/campaign_bg.png) repeat-y top center/971px 1280px;
}
@media only screen and (max-width: 768px) {
  .p-campaign::before {
    top: -14.7692307692vw;
  }
}
@media only screen and (max-width: 650px) {
  .p-campaign {
    padding-top: 9.1145833333vw;
  }
}
.p-campaign .p-campaign_container {
  position: relative;
}
.p-campaign .p-campaign_sub_ttl {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_sub_ttl {
    font-size: 5.2083333333vw;
  }
}
.p-campaign .p-campaign_sub_ttl span {
  position: relative;
  display: inline-block;
}
.p-campaign .p-campaign_sub_ttl span::before, .p-campaign .p-campaign_sub_ttl span::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 34px;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_sub_ttl span::before, .p-campaign .p-campaign_sub_ttl span::after {
    width: 0.5208333333vw;
    height: 6.9010416667vw;
  }
}
.p-campaign .p-campaign_sub_ttl span::before {
  left: -34px;
  transform: translateY(-50%) rotate(-20deg);
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_sub_ttl span::before {
    left: -5.859375vw;
  }
}
.p-campaign .p-campaign_sub_ttl span::after {
  right: -34px;
  transform: translateY(-50%) rotate(20deg);
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_sub_ttl span::after {
    right: -5.859375vw;
  }
}
.p-campaign .p-campaign_ttl {
  margin-top: 12px;
  font-size: 35px;
  font-weight: 900;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-campaign .p-campaign_ttl {
    margin-top: 1.953125vw;
    font-size: 7.2916666667vw;
  }
}
.p-campaign .p-campaign_ttl .dot {
  position: relative;
}
.p-campaign .p-campaign_ttl .dot::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_ttl .dot::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.p-campaign .p-campaign_ttl .red {
  display: inline-block;
  padding: 3px 0 3px 6px;
  background: #ff3768;
  font-size: 41px;
  color: #fff;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_ttl .red {
    padding: 0.390625vw 0 0.390625vw 1.0416666667vw;
    font-size: 8.7239583333vw;
  }
}
.p-campaign .p-campaign_img {
  margin: 15px auto 0;
  width: 375px;
  transition: 0.3s;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_img {
    margin-top: 2.6041666667vw;
    width: 80.7291666667vw;
  }
}
.p-campaign .p-campaign_img:hover {
  opacity: 0.8;
}

.p-function {
  position: relative;
  padding-top: 90px;
  padding-bottom: 45px;
  background: #e7edff;
}
@media only screen and (max-width: 650px) {
  .p-function {
    padding-top: 18.4615384615vw;
    padding-bottom: 11.71875vw;
  }
}
.p-function::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f5f7ff transparent transparent transparent;
  border-width: 66px 244px 0 244px;
}
@media only screen and (max-width: 650px) {
  .p-function::before {
    border-width: 13.5416666667vw 50vw 0 50vw;
  }
}
.p-function::after {
  content: " ";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 638px;
  height: 856px;
  background: url(/bakuage/googleone/assets/images/function_bg.png) repeat-y top center/850px 450px;
}
@media only screen and (max-width: 768px) {
  .p-function::after {
    bottom: 0;
    width: 110.6770833333vw;
    background-size: 123.6979166667vw 70.3125vw;
  }
}

.p-function_sub_ttl {
  margin-top: 15px;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-function_sub_ttl {
    margin-top: 2.6041666667vw;
    font-size: 7.421875vw;
  }
}
.p-function_sub_ttl small {
  font-size: 30px;
}
@media only screen and (max-width: 650px) {
  .p-function_sub_ttl small {
    font-size: 6.5104166667vw;
  }
}

.p-function_arrow {
  margin: 0 auto 15px;
  width: 129px;
}
@media only screen and (max-width: 650px) {
  .p-function_arrow {
    margin-bottom: 3.0769230769vw;
    width: 33.0769230769vw;
  }
}

.p-function_txt {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  font-size: 17px;
  font-weight: bold;
  line-height: 160%;
}
@media only screen and (max-width: 650px) {
  .p-function_txt {
    margin-top: 2.6041666667vw;
    font-size: 3.6458333333vw;
  }
}

.p-function_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-function_list {
    margin-top: 3.90625vw;
  }
}
.p-function_list .p-function_item {
  padding: 24px 30px;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item {
    padding: 5.2083333333vw 6.5104166667vw;
  }
}
.p-function_list .p-function_item .p-function_item_number {
  position: relative;
  font-size: 43px;
  padding-bottom: 15px;
  margin-bottom: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item .p-function_item_number {
    margin-bottom: 1.3020833333vw;
    font-size: 9.375vw;
    padding-bottom: 4.5572916667vw;
  }
}
.p-function_list .p-function_item .p-function_item_number::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 6px;
  background: linear-gradient(270deg, rgb(251, 158, 4) 0%, rgb(251, 158, 4) 25%, rgb(255, 55, 104) 25%, rgb(255, 55, 104) 50%, rgb(20, 169, 233) 50%, rgb(20, 169, 233) 75%, rgb(106, 106, 255) 75%, rgb(106, 106, 255) 100%);
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item .p-function_item_number::after {
    width: 4.6875vw;
    height: 1.0416666667vw;
  }
}
.p-function_list .p-function_item_ttl {
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl {
    margin-bottom: 2.6041666667vw;
    padding-bottom: 1.953125vw;
    font-size: 4.6875vw;
  }
}
.p-function_list .p-function_item_ttl.--red {
  border-bottom: 4px solid #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl.--red {
    border-bottom: 0.78125vw solid #ff3768;
  }
}
.p-function_list .p-function_item_ttl.--blue {
  border-bottom: 4px solid #14a9e9;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl.--blue {
    border-bottom: 0.78125vw solid #14a9e9;
  }
}
.p-function_list .p-function_item_ttl.--yellow {
  border-bottom: 4px solid #fb9e04;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl.--yellow {
    border-bottom: 0.78125vw solid #fb9e04;
  }
}
.p-function_list .p-function_item_ttl.--purple {
  border-bottom: 4px solid #6a6aff;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl.--purple {
    border-bottom: 0.78125vw solid #6a6aff;
  }
}
.p-function_list .p-function_item_txt01 {
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .p-function_list .p-function_item_txt01 {
    font-size: 3.6458333333vw;
  }
}
.p-function_list .p-function_item_txt01 small {
  position: relative;
  top: -5px;
  font-size: 12px;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_txt01 small {
    top: -0.9114583333vw;
    font-size: 1.8229166667vw;
  }
}
.p-function_list .p-function_item_img {
  margin-top: 12px;
}
.p-function_list .p-function_item_txt02 {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .p-function_list .p-function_item_txt02 {
    font-size: 3.6458333333vw;
  }
}

.p-function_item_aside {
  margin-top: 12px;
}
.p-function_item_aside ul li {
  display: flex;
  font-size: 15px;
}
@media only screen and (max-width: 650px) {
  .p-function_item_aside ul li {
    font-size: 3.515625vw;
  }
}
.p-function_item_aside p {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-function_item_aside p {
    font-size: 3.515625vw;
  }
}
.p-function_item_aside a {
  color: #4285f4;
  text-decoration: underline;
}

.p-function_plus {
  position: relative;
  z-index: 1;
  left: -23px;
  margin: 30px auto 0;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .p-function_plus {
    left: -3.90625vw;
    margin-top: 5.2083333333vw;
  }
}
.p-function_plus::before {
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -43px;
  left: 56%;
  transform: translateX(-50%);
  width: 748px;
  height: 635px;
  background: url(/bakuage/googleone/assets/images/function_plus_bg.png) no-repeat top left/contain;
}

.p-plan {
  position: relative;
}
.p-plan .p-plan_ttl {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_ttl {
    font-size: 6.5104166667vw;
  }
}
.p-plan .p-plan_slider {
  overflow: inherit;
}
.p-plan .p-plan_slider .p-plan_item {
  position: relative;
  padding: 23px 0 53px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item {
    padding: 3.90625vw 0 9.1145833333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item::before {
  content: " ";
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  height: 140px;
  pointer-events: none;
}
.p-plan .p-plan_slider .p-plan_item.--premium {
  background: #ff3768;
}
.p-plan .p-plan_slider .p-plan_item.--premium::before {
  background: url(/bakuage/googleone/assets/images/plan_premium_bg.png) no-repeat top left/100% 100%;
}
.p-plan .p-plan_slider .p-plan_item.--premium .p-plan_item_name span {
  background: #ff3768;
}
.p-plan .p-plan_slider .p-plan_item.--standard {
  background: #14a9e9;
}
.p-plan .p-plan_slider .p-plan_item.--standard::before {
  background: url(/bakuage/googleone/assets/images/plan_standard_bg.png) no-repeat top left/100% 100%;
}
.p-plan .p-plan_slider .p-plan_item.--standard .p-plan_item_name span {
  background: #14a9e9;
}
.p-plan .p-plan_slider .p-plan_item.--basic {
  background: #6a6aff;
}
.p-plan .p-plan_slider .p-plan_item.--basic::before {
  background: url(/bakuage/googleone/assets/images/plan_basic_bg.png) no-repeat top left/100% 100%;
}
.p-plan .p-plan_slider .p-plan_item.--basic .p-plan_item_name span {
  background: #6a6aff;
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  width: 384px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card {
    padding: 5.2083333333vw 0;
    width: 83.3333333333vw;
    border-radius: 1.3020833333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl {
    font-size: 4.6875vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span {
  position: relative;
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::before, .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 44px;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::before, .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::after {
    width: 0.5208333333vw;
    height: 7.5520833333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::before {
  transform: translateY(-50%) rotate(-30deg);
  left: -23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::before {
    left: -3.90625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::after {
  transform: translateY(-50%) rotate(30deg);
  right: -23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::after {
    right: -3.90625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_name {
  display: flex;
  justify-content: center;
  margin-top: 19px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_name {
    margin-top: 3.2552083333vw;
    font-size: 5.078125vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_name span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 42px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_name span {
    width: 70.3125vw;
    height: 9.1145833333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table {
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table {
    margin-top: 3.90625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px 15px;
  border-bottom: 2px dotted #000;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl {
    padding: 0 3.90625vw 2.6041666667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl:not(:last-child) {
    margin-bottom: 2.6041666667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dt {
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dt {
    font-size: 4.5572916667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dt small {
  font-size: 18px;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dt small {
    font-size: 3.90625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dd {
  font-size: 55px;
  font-weight: 900;
  color: #ff3768;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dd {
    font-size: 11.9791666667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dd small {
  font-size: 24px;
  font-weight: 900;
  color: #000;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dd small {
    font-size: 5.2083333333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-btn {
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-btn {
    margin-top: 5.2083333333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list {
  margin: 23px auto 0;
  width: 318px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list {
    margin-top: 5.2083333333vw;
    width: 69.0104166667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li {
  position: relative;
  padding-left: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 120%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li {
    padding-left: 5.2083333333vw;
    font-size: 3.515625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li:not(:last-child) {
    margin-bottom: 2.6041666667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 12px;
  background: url(/bakuage/googleone/assets/images/check02.png) no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li::before {
    width: 2.8645833333vw;
    height: 2.0833333333vw;
  }
}
.p-plan .swiper .swiper-button-prev,
.p-plan .swiper .swiper-button-next {
  position: absolute;
  z-index: 2;
  top: 39%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-prev,
.p-plan .swiper .swiper-button-next {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.p-plan .swiper .swiper-button-prev::before,
.p-plan .swiper .swiper-button-next::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-plan .swiper .swiper-button-prev {
  left: 23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-prev {
    left: 3.90625vw;
  }
}
.p-plan .swiper .swiper-button-prev::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  border-width: 8px 8px 8px 0;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-prev::before {
    border-width: 1.7578125vw 1.6927083333vw 1.7578125vw 0;
  }
}
.p-plan .swiper .swiper-button-next {
  right: 23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-next {
    right: 3.90625vw;
  }
}
.p-plan .swiper .swiper-button-next::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 8px 0 8px 8px;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-next::before {
    border-width: 1.7578125vw 0 1.7578125vw 1.6927083333vw;
  }
}

.p-conditions {
  padding: 30px 0;
}
@media only screen and (max-width: 650px) {
  .p-conditions {
    padding: 5.2083333333vw 0;
  }
}
.p-conditions .p-conditions_privacy {
  margin-top: 23px;
  font-size: 17px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-conditions .p-conditions_privacy {
    margin-top: 3.90625vw;
    font-size: 3.515625vw;
  }
}
.p-conditions .p-conditions_privacy a {
  color: #4285f4;
  text-decoration: underline;
}
.p-conditions .p-accordion_item_cont p, .p-conditions .p-accordion_item_cont li {
  font-size: 17px;
}
@media only screen and (max-width: 650px) {
  .p-conditions .p-accordion_item_cont p, .p-conditions .p-accordion_item_cont li {
    font-size: 3.515625vw;
  }
}
.p-conditions .p-accordion_item_cont ul {
  margin: 30px 0;
}
@media only screen and (max-width: 650px) {
  .p-conditions .p-accordion_item_cont ul {
    margin: 5.2083333333vw 0;
  }
}
.p-conditions .p-accordion_item_cont ul li {
  display: flex;
}
.p-conditions .p-accordion_item_cont ul li span:first-child {
  display: inline-block;
  width: 8%;
}
.p-conditions .p-accordion_item_cont ul li span:last-child {
  display: inline-block;
  width: 92%;
}
.p-conditions .p-accordion_item_cont ul li.mb_space {
  margin-bottom: 1.5em;
}

.p-share {
  padding: 34px 0 60px;
  background: #e7edff;
}
@media only screen and (max-width: 650px) {
  .p-share {
    padding: 5.859375vw 0 10.4166666667vw;
  }
}
.p-share .p-share_ttl {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-share .p-share_ttl {
    font-size: 5.2083333333vw;
  }
}
.p-share .p-share_ttl span {
  position: relative;
  display: inline-block;
}
.p-share .p-share_ttl span::before, .p-share .p-share_ttl span::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 34px;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-share .p-share_ttl span::before, .p-share .p-share_ttl span::after {
    width: 0.5208333333vw;
    height: 6.9010416667vw;
  }
}
.p-share .p-share_ttl span::before {
  left: -23px;
  transform: translateY(-50%) rotate(-20deg);
}
@media only screen and (max-width: 650px) {
  .p-share .p-share_ttl span::before {
    left: -5.859375vw;
  }
}
.p-share .p-share_ttl span::after {
  right: -23px;
  transform: translateY(-50%) rotate(20deg);
}
@media only screen and (max-width: 650px) {
  .p-share .p-share_ttl span::after {
    right: -5.859375vw;
  }
}
.p-share ul {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-share ul {
    margin-top: 4.5572916667vw;
  }
}
.p-share ul li {
  width: 59px;
}
@media only screen and (max-width: 650px) {
  .p-share ul li {
    width: 12.7604166667vw;
  }
}
.p-share ul li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-pc_nav ul li {
  font-size: 1.25vw;
  font-weight: bold;
}
.p-pc_nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
.p-pc_nav ul li a {
  display: block;
  padding: 0.4861111111vw 1.0416666667vw;
  border-radius: 10px;
}
.p-pc_nav ul li a:hover {
  background: #6a6aff;
  color: #fff;
}
.p-pc_nav ul li.current a {
  background: #6a6aff;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .p-pc_application {
    display: none;
  }
}
.p-pc_application .p-pc_application_ttl {
  width: 100%;
}
.p-pc_application .p-pc_application_txt {
  margin-top: 2.0833333333vw;
  font-size: 1.1111111111vw;
  font-weight: 900;
  text-align: center;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner {
  position: relative;
  display: inline-block;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::before, .p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::after {
  content: " ";
  position: absolute;
  top: 55%;
  width: 1.5px;
  height: 90%;
  background: #000;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::before {
  transform: translateY(-50%) rotate(-30deg);
  left: -2.4305555556vw;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::after {
  transform: translateY(-50%) rotate(30deg);
  right: -2.4305555556vw;
}
.p-pc_application .p-pc_application_txt .pink {
  font-size: 1.3888888889vw;
  color: #ff3fad;
}
.p-pc_application .p-pc_application_txt .pink em {
  font-size: 2.2222222222vw;
}
.p-pc_application .c-btn01 {
  width: 20.8333333333vw;
  margin-top: 2.0833333333vw;
}
.p-pc_application .c-btn01 a {
  height: 4.1666666667vw;
  font-size: 1.25vw;
}

.p-pc_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
  pointer-events: none;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  background: url(../images/pc_bg.png) no-repeat top left/100%;
}

.p-pc_qr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6944444444vw;
  margin-top: 4.1666666667vw;
  box-sizing: border-box;
  border-radius: 1.0416666667vw;
  background: #6a6aff;
}
.p-pc_qr p {
  font-size: 1.1111111111vw;
  font-weight: 900;
  line-height: 145%;
  color: #fff;
}
.p-pc_qr .p-pc_qr_code {
  width: 5.5555555556vw;
}

.p-pc_scroll {
  position: relative;
  margin-top: 6.9444444444vw;
  width: 10.4166666667vw;
}
@media only screen and (max-width: 1200px) {
  .p-pc_scroll {
    left: 20px;
    margin-top: 300px;
    width: 150px;
  }
}
@media only screen and (max-width: 860px) {
  .p-pc_scroll {
    left: 1.7441860465vw;
    width: 17.4418604651vw;
  }
}
@media only screen and (max-width: 800px) {
  .p-pc_scroll {
    display: none;
    left: 1.25vw;
    width: 12.5vw;
  }
}
.p-pc_scroll .p-pc_scroll_inner {
  position: relative;
}
.p-pc_scroll .p-pc_scroll_inner span {
  position: absolute;
  display: block;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 1.0416666667vw;
  font-weight: 900;
  line-height: 110%;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .p-pc_scroll .p-pc_scroll_inner span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 860px) {
  .p-pc_scroll .p-pc_scroll_inner span {
    font-size: 1.7441860465vw;
  }
}
.p-pc_scroll .p-pc_scroll_arrow {
  position: absolute;
  bottom: -4.1666666667vw;
  left: 50%;
  width: 0.625vw;
  animation-name: scroll-arrow-animation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .p-pc_scroll .p-pc_scroll_arrow {
    bottom: -60px;
    width: 9px;
  }
}
@media only screen and (max-width: 860px) {
  .p-pc_scroll .p-pc_scroll_arrow {
    bottom: -6.976744186vw;
    width: 1.0465116279vw;
  }
}
@media only screen and (max-width: 800px) {
  .p-pc_scroll .p-pc_scroll_arrow {
    bottom: -5vw;
    width: 0.875vw;
  }
}
@keyframes scroll-arrow-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.u-red {
  color: #ff3768;
}

.u-yellow {
  color: #fb9e04;
}

.u-blue {
  color: #14a9e9;
}

.u-purple {
  color: #6a6aff;
}
/*250711追記*/
.ver_top{
  vertical-align: top;
  font-size: 0.8em;
  margin-top: -3px;
  display: inline-block;
}
.list_in_box{
  border: 1px solid #aaa;
  padding: 10px 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .ver_top{
    margin-top: -0.375vw;
  }
  .list_in_box{
    padding: 1.25vw 1.875vw;
    margin-top: 2.5vw;
  }
}