@charset "UTF-8";
/* Scss Document */
/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #121212;
  background: url(../img/bg.png);
  background-size: contain;
  background-repeat: repeat-y;
}
body * {
  letter-spacing: 0.16em;
}

picture {
  display: block;
}

img {
  width: 100%;
}

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

main {
  flex: 1;
  width: 100%;
}

.font-barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

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

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

/*------------------header------------------*/
header {
  width: 100%;
  height: 6.9852941176vw;
  background: #e2e2e2;
  display: flex;
  justify-content: space-between;
  padding-left: 4.6323529412vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (max-width: 750px) {
  header {
    height: 18.6666666667vw;
    padding-left: 4.4vw;
    position: static;
  }
}
header .header--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header--wrap--logo {
  display: flex;
  justify-content: start;
  align-items: bottom;
}
header .header--wrap--logo picture {
  width: 10.3676470588vw;
  height: 2.2058823529vw;
}
@media only screen and (max-width: 750px) {
  header .header--wrap--logo picture {
    width: 30.2666666667vw;
    height: 6.6666666667vw;
  }
}
header .header--wrap--logo span {
  font-size: 1.7647058824vw;
  margin-left: 0.5882352941vw;
  transform: translateY(0.2205882353vw);
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  header .header--wrap--logo span {
    font-size: 5.0666666667vw;
    margin-left: 1.0666666667vw;
    transform: translateY(0.4vw);
  }
}
header .header--wrap--gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.4705882353vw;
  margin-right: 1.4705882353vw;
}
@media only screen and (max-width: 750px) {
  header .header--wrap--gnav {
    display: none;
  }
}
header .header--wrap--gnav--item {
  font-size: 1.0294117647vw;
  white-space: nowrap;
}
header .header--wrap--gnav li + li {
  margin-left: 1.25vw;
}
header .header--wrap--btn {
  display: flex;
  justify-content: end;
  align-items: center;
}
header .header--wrap--btn a {
  font-size: 1.25vw;
  line-height: 6.9852941176vw;
  color: #121458;
  display: block;
  text-align: center;
  width: 13.2352941176vw;
  height: 6.9852941176vw;
}
@media only screen and (max-width: 750px) {
  header .header--wrap--btn a {
    font-size: 3.7333333333vw;
    line-height: 18.6666666667vw;
    width: 24.8vw;
    height: 18.6666666667vw;
  }
}
header .header--wrap--btn a:hover {
  opacity: 0.7;
}
header .header--wrap--btn .yellow {
  background: #f2c718;
}
header .header--wrap--btn .green {
  background: #49dba2;
}

/*------------------fv------------------*/
.fv {
  line-height: 1.2;
  padding: 4.4117647059vw 0;
  margin-top: 6.9852941176vw;
  background: url(../img/left_side.webp) no-repeat, url(../img/right_side.webp) no-repeat;
  background-size: 22.0588235294vw 47.0588235294vw, 22.0588235294vw 47.0588235294vw;
  background-position: center left -4.4117647059vw, center right -4.4117647059vw;
}
@media only screen and (max-width: 750px) {
  .fv {
    margin-top: 0;
    background: url(../img/fv_back_sp.webp) no-repeat;
    background-size: 100% 100vw;
    background-position: top center;
    padding: 13.3333333333vw 4.6666666667vw 10.6666666667vw;
  }
}
.fv .inner {
  max-width: 51.4705882353vw;
}
@media only screen and (max-width: 750px) {
  .fv .inner {
    max-width: 100%;
  }
}
.fv .top {
  text-align: center;
}
.fv .top p {
  font-size: 1.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .fv .top p {
    font-size: 6.4vw;
  }
}
.fv .top .fv_price_wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.8382352941vw;
  margin-top: -1.8382352941vw;
}
@media only screen and (max-width: 750px) {
  .fv .top .fv_price_wrap {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.fv .top .fv_price_wrap .balloon {
  position: relative;
}
.fv .top .fv_price_wrap .balloon::after {
  position: absolute;
  content: "";
  width: 0.9558823529vw;
  height: 1.1764705882vw;
  background: #4a96ff;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 750px) {
  .fv .top .fv_price_wrap .balloon::after {
    width: 4.2666666667vw;
    height: 3.3333333333vw;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.fv .top .fv_price_wrap .balloon span {
  display: inline-block;
  background: #4a96ff;
  color: #fff;
  font-size: 1.6176470588vw;
  border-radius: 0.8823529412vw;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 750px) {
  .fv .top .fv_price_wrap .balloon span {
    font-size: 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.fv .top .fv_price_wrap .fv_price {
  font-size: 5.2941176471vw;
  color: #121458;
}
@media only screen and (max-width: 750px) {
  .fv .top .fv_price_wrap .fv_price {
    font-size: 12.6666666667vw;
    margin-top: -1.3333333333vw;
    text-shadow: 2px 2px 0 #fff;
  }
}
.fv .top .fv_price_wrap .fv_price .number {
  display: inline-block;
  line-height: 1;
  color: #4a96ff;
  margin-right: 3px;
  vertical-align: text-bottom;
  font-size: 10.4411764706vw;
}
@media only screen and (max-width: 750px) {
  .fv .top .fv_price_wrap .fv_price .number {
    font-size: 24.6666666667vw;
  }
}
.fv .top + div {
  margin-top: 2.5735294118vw;
}
@media only screen and (max-width: 750px) {
  .fv .top + div {
    margin-top: 8vw;
  }
}
.fv .strengths ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8382352941vw;
}
.fv .strengths ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #121458;
  border-radius: 50%;
  width: 9.9264705882vw;
  height: 9.9264705882vw;
  font-size: 1.4705882353vw;
}
@media only screen and (max-width: 750px) {
  .fv .strengths ul li {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.fv .strengths ul li .yellow {
  color: #f2c718;
}
.fv .strengths ul li::before {
  position: absolute;
  content: "";
  background: url(../img/check_mark_blue.svg) no-repeat center/contain;
  top: -0.7352941176vw;
  left: 50%;
  transform: translateX(-50%);
  width: 2.9411764706vw;
  height: 2.9411764706vw;
}
@media only screen and (max-width: 750px) {
  .fv .strengths ul li::before {
    top: -1.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.fv .strengths + div {
  margin-top: 3.3088235294vw;
}
@media only screen and (max-width: 750px) {
  .fv .strengths + div {
    margin-top: 10.6666666667vw;
  }
}
.fv .btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2058823529vw;
}
@media only screen and (max-width: 750px) {
  .fv .btn_wrap {
    display: block;
  }
}
.fv .btn_wrap a {
  position: relative;
  text-align: center;
  display: block;
  color: #121458;
  padding: 1.5em 0;
  border-radius: 7.3529411765vw;
  font-size: 1.1764705882vw;
  transition: all 0.4s;
}
@media only screen and (max-width: 750px) {
  .fv .btn_wrap a {
    border-radius: 13.3333333333vw;
    font-size: 4vw;
  }
}
.fv .btn_wrap a:hover {
  opacity: 0.7;
}
.fv .btn_wrap a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow.png) no-repeat center/contain;
  width: 0.6617647059vw;
  height: 0.9558823529vw;
  top: 50%;
  right: 1.4705882353vw;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .fv .btn_wrap a::after {
    width: 2.2666666667vw;
    height: 3.3333333333vw;
    right: 4.6666666667vw;
  }
}
.fv .btn_wrap .btn_yellow {
  background: #f2c718;
}
.fv .btn_wrap .btn_green {
  order: 1;
  background: #49dba2;
}
@media only screen and (max-width: 750px) {
  .fv .btn_wrap .btn_green {
    margin-top: 4.6666666667vw;
  }
}

/*------------------cta------------------*/
.cta {
  background: url(../img/cta_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.cta .inner {
  padding: 5vw 12.5vw 4.7794117647vw;
}
@media only screen and (max-width: 750px) {
  .cta .inner {
    padding: 9.0666666667vw 4.4vw 8.6666666667vw;
  }
}
.cta--ttl {
  color: #fff;
  font-size: 3.5294117647vw;
  line-height: 1.75;
}
@media only screen and (max-width: 750px) {
  .cta--ttl {
    font-size: 5.8666666667vw;
    white-space: nowrap;
  }
}
.cta--ttl .small {
  font-size: 2.6470588235vw;
}
@media only screen and (max-width: 750px) {
  .cta--ttl .small {
    font-size: 4.8vw;
  }
}
.cta--content {
  background: #fff;
  width: 74.8529411765vw;
  margin-top: 2.9411764706vw;
  padding: 4.4117647059vw 10vw 3.5294117647vw;
}
@media only screen and (max-width: 750px) {
  .cta--content {
    width: 100%;
    margin-top: 8.4vw;
    height: auto;
    padding: 9.3333333333vw 4.4vw 6vw;
  }
}
.cta--content--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta--content--list--item {
  width: 15.2941176471vw;
  height: 15.2941176471vw;
  background: url(../img/cta_0yen_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  padding: 2.2058823529vw 2.5vw 3.2352941176vw;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .cta--content--list--item {
    width: 25.7333333333vw;
    height: 25.7333333333vw;
    padding: 3.7333333333vw 4.2666666667vw 5.3333333333vw;
  }
}
.cta--content--list--item .head {
  display: block;
  background: #fff;
  width: 10.0735294118vw;
  height: 2.7205882353vw;
  border-radius: 9999px;
  color: #121458;
  font-size: 1.7647058824vw;
  line-height: 2.7205882353vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .cta--content--list--item .head {
    width: 16.9333333333vw;
    height: 4.2666666667vw;
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
  }
}
.cta--content--list--item .font-barlow {
  font-size: 7.2058823529vw;
}
@media only screen and (max-width: 750px) {
  .cta--content--list--item .font-barlow {
    font-size: 12.1333333333vw;
  }
}
.cta--content--list--item .yen {
  font-size: 2.6470588235vw;
  padding-left: 0.7352941176vw;
}
@media only screen and (max-width: 750px) {
  .cta--content--list--item .yen {
    font-size: 4.4vw;
    padding-left: 1.3333333333vw;
  }
}
.cta--content--place {
  padding-top: 1.4705882353vw;
  font-size: 1.1764705882vw;
  line-height: 1.75;
}
@media only screen and (max-width: 750px) {
  .cta--content--place {
    padding-top: 2.6666666667vw;
    font-size: 2vw;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}
.cta--content--place a {
  border-bottom: 1px solid #121458;
  color: #121458;
}
.cta--content--btn {
  position: relative;
  margin-top: 2.2058823529vw;
}
@media only screen and (max-width: 750px) {
  .cta--content--btn {
    margin-top: 5.6vw;
  }
}
.cta--content--btn a {
  display: inline-block;
  font-size: 1.25vw;
  line-height: 5.9558823529vw;
  color: #121458;
  text-align: center;
  width: 32.2058823529vw;
  height: 5.9558823529vw;
  border-radius: 9999px;
  background: #f2c718;
}
@media only screen and (max-width: 750px) {
  .cta--content--btn a {
    font-size: 4vw;
    line-height: 10.8vw;
    width: 58.4vw;
    height: 10.8vw;
  }
}
.cta--content--btn a:hover {
  opacity: 0.7;
}
.cta--content--btn img {
  width: 0.6617647059vw;
  height: 0.9558823529vw;
  position: absolute;
  top: 50%;
  right: 28%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .cta--content--btn img {
    width: 1.4666666667vw;
    height: 2.5333333333vw;
    right: 22%;
  }
}
.cta--content--detail {
  margin-top: 1.6176470588vw;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .cta--content--detail {
    margin-top: 2.9333333333vw;
  }
}
.cta--content--detail .title {
  position: relative;
  cursor: pointer;
  font-size: 1.25vw;
  color: #fff;
  width: 32.1323529412vw;
  height: 3.5294117647vw;
  background: #7e7e7e;
  transition: all 0.5s ease;
  line-height: 3.5294117647vw;
}
@media only screen and (max-width: 750px) {
  .cta--content--detail .title {
    font-size: 3.0666666667vw;
    width: 58.2666666667vw;
    height: 6.4vw;
    line-height: 6.4vw;
  }
}
.cta--content--detail .title::before {
  content: "";
  background: url(../img/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.1029411765vw;
  height: 1.1029411765vw;
  position: absolute;
  top: 50%;
  right: 2.0588235294vw;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .cta--content--detail .title::before {
    width: 2vw;
    height: 2vw;
    right: 3.7333333333vw;
  }
}
.cta--content--detail .box {
  display: none;
  background: #fff;
  border: 1px solid #7e7e7e;
  width: 32.1323529412vw;
  padding: 1.7647058824vw 2.2058823529vw;
  font-size: 1.25vw;
  text-align: start;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .cta--content--detail .box {
    width: 58.2666666667vw;
    padding: 3.2vw 4vw;
    font-size: 2.2666666667vw;
  }
}

/*------------------フォーム------------------*/
.form {
  background: #f5f5f5;
  padding: 4.4117647059vw 12.5vw 5.1470588235vw;
}
@media only screen and (max-width: 750px) {
  .form {
    padding: 8vw 4.4vw 9.3333333333vw;
  }
}
.form--ttl {
  text-align: center;
  font-size: 2.1323529412vw;
  line-height: 1.6;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .form--ttl {
    font-size: 5.2vw;
  }
}
.form--ttl::before {
  content: "";
  background: url(../img/form_ttl_deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11.8382352941vw;
  height: 0.9558823529vw;
  position: absolute;
  right: 31%;
  bottom: 38%;
}
@media only screen and (max-width: 750px) {
  .form--ttl::before {
    width: 31.2vw;
    height: 2.5333333333vw;
    bottom: 44%;
    right: 16%;
  }
}
.form--ttl .small {
  font-size: 1.6176470588vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .form--ttl .small {
    font-size: 4.2666666667vw;
  }
}
.form--ttl .small .font-barlow {
  font-size: 3.3088235294vw;
  color: #ffa019;
}
@media only screen and (max-width: 750px) {
  .form--ttl .small .font-barlow {
    font-size: 8.6666666667vw;
  }
}
.form--ttl .small .font-barlow .small {
  font-size: 1.9117647059vw;
}
@media only screen and (max-width: 750px) {
  .form--ttl .small .font-barlow .small {
    font-size: 4.9333333333vw;
  }
}
.form--content form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .form--content form {
    margin-top: 12.5333333333vw;
    flex-direction: column;
  }
}
.form--content form .form--content--item {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .form--content form .form--content--item {
    width: 100%;
  }
}
.form--content form .form--content--item .item {
  margin-top: 1.3235294118vw;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 750px) {
  .form--content form .form--content--item .item {
    margin-top: 2.4vw;
    width: 100%;
  }
}
.form--content form .form--content--item .item label {
  display: inline-block;
  font-size: 1.3235294118vw;
  width: 12.8676470588vw;
  position: relative;
  padding-left: 4.4117647059vw;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .form--content form .form--content--item .item label {
    font-size: 3.2666666667vw;
    width: 43.7333333333vw;
    padding-left: 14.5333333333vw;
  }
}
.form--content form .form--content--item .item label::before {
  content: "必須";
  background: #121458;
  color: #fff;
  width: 4.3382352941vw;
  height: 2.6470588235vw;
  position: absolute;
  top: -30%;
  left: 0;
  text-align: center;
  line-height: 2.6470588235vw;
}
@media only screen and (max-width: 750px) {
  .form--content form .form--content--item .item label::before {
    width: 10.6666666667vw;
    height: 6.5333333333vw;
    line-height: 6.5333333333vw;
  }
}
.form--content form .form--content--item .item input {
  width: 14.7058823529vw;
  height: 2.6470588235vw;
  background: #fff;
}
@media only screen and (max-width: 750px) {
  .form--content form .form--content--item .item input {
    width: 45.3333333333vw;
    height: 6.5333333333vw;
  }
}
.form--content .form--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.7058823529vw;
}
@media only screen and (max-width: 750px) {
  .form--content .form--btn {
    margin-top: 8.5333333333vw;
    flex-direction: column;
  }
}
.form--content .form--btn a {
  display: block;
  width: 32.2058823529vw;
  height: 5.9558823529vw;
  border-radius: 9999px;
  text-align: center;
  line-height: 5.9558823529vw;
  position: relative;
  box-shadow: 0 0.3676470588vw 1.1764705882vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 750px) {
  .form--content .form--btn a {
    width: 75.7333333333vw;
    height: 14.6666666667vw;
    line-height: 14.6666666667vw;
    box-shadow: 0 0.6666666667vw 2.1333333333vw rgba(0, 0, 0, 0.15);
    margin-left: 7.7333333333vw;
  }
}
.form--content .form--btn a:hover {
  opacity: 0.7;
}
.form--content .form--btn a p {
  font-size: 1.25vw;
  color: #121458;
}
@media only screen and (max-width: 750px) {
  .form--content .form--btn a p {
    font-size: 4vw;
  }
}
.form--content .form--btn a img {
  width: 0.6617647059vw;
  height: 0.9558823529vw;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .form--content .form--btn a img {
    width: 1.7333333333vw;
    height: 3.0666666667vw;
  }
}
.form--content .form--btn .yellow {
  background: #f2c718;
}
.form--content .form--btn .green {
  background: #49dba2;
}
.form--content .form--btn a + a {
  margin-left: 3.2352941176vw;
}
@media only screen and (max-width: 750px) {
  .form--content .form--btn a + a {
    margin-left: 7.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}

/*------------------理由------------------*/
.reason .inner {
  padding: 7.5735294118vw 12.5vw 9.2647058824vw;
}
@media only screen and (max-width: 750px) {
  .reason .inner {
    padding: 14.6666666667vw 4.4vw 40.8vw;
  }
}
.reason--ttl {
  font-size: 2.6470588235vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .reason--ttl {
    font-size: 6.4vw;
    flex-direction: column;
  }
}
.reason--ttl picture {
  width: 18.3823529412vw;
  height: 4.0441176471vw;
  margin-right: 0.7352941176vw;
  transform: translateY(-10%);
}
@media only screen and (max-width: 750px) {
  .reason--ttl picture {
    width: 44.5333333333vw;
    height: 9.7333333333vw;
    margin-right: 0;
    margin-bottom: 6.4vw;
  }
}
.reason--content--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 5vw;
  -moz-column-gap: 3.0147058824vw;
       column-gap: 3.0147058824vw;
  margin-top: 6.4705882353vw;
}
@media only screen and (max-width: 750px) {
  .reason--content--list {
    flex-direction: column;
    row-gap: 26.6666666667vw;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 20.8vw;
  }
}
.reason--content--list--item {
  width: 22.2058823529vw;
  height: 23.8235294118vw;
  background: #121458;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .reason--content--list--item {
    width: 86.4vw;
    height: 92.5333333333vw;
  }
}
.reason--content--list--item .number {
  color: #fff;
  font-size: 2.6470588235vw;
  background: #121458;
  width: 5.2941176471vw;
  height: 5.2941176471vw;
  line-height: 5.2941176471vw;
  border-radius: 9999px;
  text-align: center;
  letter-spacing: 0.16em;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15%, -30%);
}
@media only screen and (max-width: 750px) {
  .reason--content--list--item .number {
    font-size: 10.2666666667vw;
    width: 20.4vw;
    height: 20.4vw;
    line-height: 20.4vw;
  }
}
.reason--content--list--item--head {
  height: 8.3823529412vw;
  background: #fff;
  border-bottom-right-radius: 50% 100%;
  border-bottom-left-radius: 50% 100%;
}
@media only screen and (max-width: 750px) {
  .reason--content--list--item--head {
    height: 32.5333333333vw;
  }
}
.reason--content--list--item--head .img-2 {
  margin: 0 auto;
  padding-top: 1.7647058824vw;
  width: 4.7794117647vw;
  height: 5.1470588235vw;
}
@media only screen and (max-width: 750px) {
  .reason--content--list--item--head .img-2 {
    padding-top: 4.6666666667vw;
    width: 18.4vw;
    height: 20vw;
  }
}
.reason--content--list--item--head .img-1 {
  margin: 0 auto;
  padding-top: 1.7647058824vw;
  width: 10.3676470588vw;
  height: 4.7794117647vw;
}
@media only screen and (max-width: 750px) {
  .reason--content--list--item--head .img-1 {
    padding-top: 4.6666666667vw;
    width: 40.4vw;
    height: 18.5333333333vw;
  }
}
.reason--content--list--item--body h4 {
  font-size: 1.4705882353vw;
  color: #f2c718;
  text-align: center;
  margin-top: 1.1029411765vw;
  line-height: 1.45;
}
@media only screen and (max-width: 750px) {
  .reason--content--list--item--body h4 {
    font-size: 5.6vw;
    margin-top: 5.4666666667vw;
  }
}
.reason--content--list--item--body p {
  color: #fff;
  font-size: 1.0294117647vw;
  font-weight: normal;
  line-height: 1.7;
  margin-top: 1.0294117647vw;
  margin-left: 3.0882352941vw;
  margin-right: 3.0882352941vw;
}
@media only screen and (max-width: 750px) {
  .reason--content--list--item--body p {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
    margin-left: 11.8666666667vw;
    margin-right: 11.8666666667vw;
  }
}

/*------------------ご利用シーン------------------*/
.scene {
  background: #f5f5f5;
}
.scene .inner {
  padding: 5.7352941176vw 12.5vw 10.4411764706vw;
}
@media only screen and (max-width: 750px) {
  .scene .inner {
    padding: 18.2666666667vw 4.4vw 13.6vw;
  }
}
.scene--ttl {
  font-size: 2.6470588235vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .scene--ttl {
    font-size: 6.4vw;
  }
}
.scene--content--list {
  margin-top: 7.9411764706vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 4.7058823529vw;
}
@media only screen and (max-width: 750px) {
  .scene--content--list {
    margin-top: 19.7333333333vw;
    row-gap: 10.2666666667vw;
  }
}
.scene--content--list--item {
  width: 17.3529411765vw;
}
@media only screen and (max-width: 750px) {
  .scene--content--list--item {
    width: 42.1333333333vw;
  }
}
.scene--content--list--item picture {
  width: 17.3529411765vw;
  height: 11.6176470588vw;
}
@media only screen and (max-width: 750px) {
  .scene--content--list--item picture {
    width: 42.1333333333vw;
    height: 28.4vw;
  }
}
.scene--content--list--item p {
  font-size: 1.1764705882vw;
  text-align: center;
  margin-top: 1.3235294118vw;
}
@media only screen and (max-width: 750px) {
  .scene--content--list--item p {
    font-size: 2.9333333333vw;
    margin-top: 2.9333333333vw;
  }
}

/*------------------ステップ------------------*/
.step .inner {
  padding: 6.3235294118vw 12.5vw 8.8235294118vw;
}
@media only screen and (max-width: 750px) {
  .step .inner {
    padding: 13.3333333333vw 4.4vw 15.7333333333vw;
  }
}
.step--ttl {
  font-size: 2.6470588235vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .step--ttl {
    font-size: 6.4vw;
  }
}
.step--ttl .small {
  font-size: 2.2058823529vw;
  line-height: 2.5;
}
@media only screen and (max-width: 750px) {
  .step--ttl .small {
    font-size: 4.8vw;
  }
}
.step--ttl--main {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 47.1323529412vw;
  height: 6.3970588235vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .step--ttl--main {
    background: none;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
.step--ttl--main picture {
  width: 18.3823529412vw;
  height: 4.0441176471vw;
  transform: translateY(-15%);
}
@media only screen and (max-width: 750px) {
  .step--ttl--main picture {
    width: 63.0666666667vw;
    height: 13.8666666667vw;
    margin-top: 9.0666666667vw;
  }
}
.step--ttl--main p {
  font-size: 2.6470588235vw;
  line-height: 2;
  margin-left: 0.7352941176vw;
}
@media only screen and (max-width: 750px) {
  .step--ttl--main p {
    font-size: 6.4vw;
    margin-left: 0;
  }
}
.step--content--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7.3529411765vw;
}
@media only screen and (max-width: 750px) {
  .step--content--list {
    margin-top: 13.3333333333vw;
    flex-wrap: wrap;
    row-gap: 12vw;
  }
}
.step--content--list--item {
  width: 17.2058823529vw;
  height: 21.5441176471vw;
  background: #fff;
  border: #f5f5f5 1px solid;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .step--content--list--item {
    width: 40.8vw;
    height: 50.9333333333vw;
  }
}
.step--content--list--item .number {
  font-size: 3.5294117647vw;
  font-style: italic;
  letter-spacing: 0.16em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #121458;
}
@media only screen and (max-width: 750px) {
  .step--content--list--item .number {
    font-size: 8.2666666667vw;
  }
}
.step--content--list--item picture {
  width: 3.75vw;
  height: 4.9264705882vw;
  margin: 0 auto;
  padding: 6.1764705882vw 0 3.0147058824vw;
}
@media only screen and (max-width: 750px) {
  .step--content--list--item picture {
    width: 8.8vw;
    height: 11.4666666667vw;
    padding: 14.5333333333vw 0 10.6666666667vw;
  }
}
.step--content--list--item .txt {
  font-size: 1.3235294118vw;
  text-align: center;
  margin-top: 3.8235294118vw;
  font-weight: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .step--content--list--item .txt {
    font-size: 3.0666666667vw;
  }
}
.step--content--note {
  text-align: center;
  margin-top: 5vw;
  font-size: 1.3235294118vw;
}
@media only screen and (max-width: 750px) {
  .step--content--note {
    margin-top: 14.1333333333vw;
    font-size: 4.6666666667vw;
  }
}
.step--content--note a {
  color: #4a96ff;
  font-size: 1.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .step--content--note a {
    font-size: 6.1333333333vw;
  }
}

/*------------------端末詳細------------------*/
.detail {
  background: #4a96ff;
}
.detail .inner {
  padding: 6.3235294118vw 12.0588235294vw 7.0588235294vw;
}
@media only screen and (max-width: 750px) {
  .detail .inner {
    padding: 8.5333333333vw 4.4vw 25.0666666667vw;
  }
}
.detail--ttl {
  color: #fff;
  font-size: 2.6470588235vw;
  margin-bottom: 7.2058823529vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .detail--ttl {
    font-size: 6.4vw;
    margin-bottom: 14.6666666667vw;
  }
}
.detail--content .tab {
  display: flex;
}
.detail--content .tab li {
  width: 50%;
}
.detail--content .tab li a {
  width: 100%;
  display: inline-block;
  background: #445671;
  height: 8.2352941176vw;
  text-align: center;
  color: #fff;
  line-height: 8.2352941176vw;
  font-size: 1.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .tab li a {
    margin-right: 0;
    height: 12.4vw;
    text-align: center;
    line-height: 12.4vw;
  }
}
.detail--content .tab .active a {
  background: #121458;
}
.detail--content .area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 4.8529411765vw 3.5294117647vw 6.9852941176vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area {
    padding: 15.6vw 8vw 15.0666666667vw;
  }
}
.detail--content .area .area--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  gap: 3.5294117647vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .area--content {
    flex-direction: column-reverse;
    gap: 8vw;
  }
}
.detail--content .area .detail--content--area--txt {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt {
    width: 100%;
  }
}
.detail--content .area .detail--content--area--txt h3 {
  font-size: 1.4705882353vw;
  color: #fff;
  text-align: center;
  background: #a5a5a5;
  width: 22.0588235294vw;
  height: 4.0441176471vw;
  line-height: 4.0441176471vw;
  border-radius: 1.1029411765vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt h3 {
    font-size: 4.2666666667vw;
    width: 53.7333333333vw;
    height: 9.8666666667vw;
    line-height: 9.8666666667vw;
    border-radius: 2vw;
    margin-top: 4.2666666667vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--script {
  margin-top: 2.3529411765vw;
  font-size: 2.0588235294vw;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--script {
    margin-top: 3.6vw;
    font-size: 5.7333333333vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--script .font-barlow {
  font-size: 2.6470588235vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--script .font-barlow {
    font-size: 6.4vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--script .blue {
  color: #121458;
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--list {
  margin-top: 1.9117647059vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--list {
    margin-top: 4.2666666667vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--list li {
  width: 8.2352941176vw;
  height: 2.3529411765vw;
  background: #121458;
  border-radius: 0.6617647059vw;
  color: #fff;
  text-align: center;
  line-height: 2.3529411765vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--list li {
    width: 20vw;
    height: 5.7333333333vw;
    line-height: 5.7333333333vw;
    border-radius: 1.2vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--list li + li {
  margin-left: 0.8823529412vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--list li + li {
    margin-left: 2.4vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec {
  margin-top: 2.3529411765vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec {
    margin-top: 6vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li .big {
  font-size: 2.3529411765vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li .big {
    font-size: 5.7333333333vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li .big::before {
  content: "";
  width: 0.1470588235vw;
  height: 6.5441176471vw;
  background-color: #000;
  position: absolute;
  top: 14%;
  right: -20%;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li .big::before {
    width: 0.2666666667vw;
    height: 15.8666666667vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li .big .font-barlow {
  font-size: 3.5294117647vw;
  color: #4a96ff;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li .big .font-barlow {
    font-size: 8.5333333333vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dt {
  font-size: 1.7647058824vw;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dt {
    font-size: 2.3529411765vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dd {
  margin-left: 0.5882352941vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dd {
    margin-left: 1.0666666667vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dd .font-barlow {
  font-size: 3.5294117647vw;
  color: #4a96ff;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dd .font-barlow {
    font-size: 8.5333333333vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dd .small {
  font-size: 1.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dd .small {
    font-size: 3.0882352941vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dd .number-small {
  font-size: 2.2058823529vw;
  color: #121212;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li dl dd .number-small {
    font-size: 5.3333333333vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li + li {
  margin-left: 3.0882352941vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--spec li + li {
    margin-left: 7.2vw;
  }
}
.detail--content .area .detail--content--area--txt .detail--content--area--txt--btn {
  cursor: pointer;
  display: inline-block;
  margin-top: 2.3529411765vw;
  width: 100%;
  height: 4.0441176471vw;
  background: #121212;
  border-radius: 1.1029411765vw;
  color: #fff;
  text-align: center;
  line-height: 4.0441176471vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .detail--content--area--txt--btn {
    margin-top: 8.2666666667vw;
    height: 11.7333333333vw;
    border-radius: 2vw;
    line-height: 11.7333333333vw;
  }
}
.detail--content .area .detail--content--area--txt .toggle_panel {
  padding: 1.4705882353vw;
  display: none;
}
.detail--content .area .detail--content--area--txt .toggle_panel table {
  border-collapse: collapse;
  line-height: 1.52;
  width: 100%;
  letter-spacing: 0;
  font-size: 0.8823529412vw;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt .toggle_panel table {
    font-size: 2.4vw;
  }
}
.detail--content .area .detail--content--area--txt .toggle_panel table tr {
  display: table-row;
}
.detail--content .area .detail--content--area--txt .toggle_panel table tr th {
  color: #fff;
  text-align: left;
  background: #787779;
  white-space: nowrap;
  padding: 0.32em 0.64em;
  border: 1px solid #dedede;
  vertical-align: middle;
}
.detail--content .area .detail--content--area--txt .toggle_panel table tr td {
  font-weight: normal;
  padding: 0.2em 0.4em;
  border: 1px solid #dedede;
  vertical-align: middle;
}
.detail--content .area .detail--content--area--txt--note {
  margin-top: 1.4705882353vw;
  font-size: 0.8823529412vw;
  line-height: 2;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .detail--content .area .detail--content--area--txt--note {
    margin-top: 3.8666666667vw;
    font-size: 2.4vw;
  }
}
.detail--content .detail--content--area--img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.detail--content .detail--content--area--img--home-router picture {
  width: 20.5882352941vw;
  height: 37.7205882353vw;
}
.detail--content .detail--content--area--img--x12 picture {
  margin: 0 auto;
  width: 65%;
}
@media only screen and (max-width: 750px) {
  .detail--content .detail--content--area--img--x12 picture {
    width: 60%;
  }
}
.detail--content .detail--content--area--img .splide__arrow--next {
  right: 0;
}
.detail--content .detail--content--area--img .splide__arrow--prev {
  left: 0;
}
.detail--content .detail--content--area--img .splide__slide.is-active {
  animation: none;
}
.detail .detail--content--area--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.7058823529vw;
}
@media only screen and (max-width: 750px) {
  .detail .detail--content--area--btn {
    flex-direction: column;
    margin-top: 9.0666666667vw;
  }
}
.detail .detail--content--area--btn a {
  display: block;
  width: 32.2058823529vw;
  height: 5.9558823529vw;
  border-radius: 9999px;
  text-align: center;
  line-height: 5.9558823529vw;
  position: relative;
  box-shadow: 0 0.3676470588vw 1.1764705882vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 750px) {
  .detail .detail--content--area--btn a {
    width: 75.7333333333vw;
    height: 14.6666666667vw;
    line-height: 14.6666666667vw;
    box-shadow: 0 0.6666666667vw 2.1333333333vw rgba(0, 0, 0, 0.15);
  }
}
.detail .detail--content--area--btn a:hover {
  opacity: 0.7;
}
.detail .detail--content--area--btn a p {
  font-size: 1.25vw;
  color: #121458;
}
@media only screen and (max-width: 750px) {
  .detail .detail--content--area--btn a p {
    font-size: 4.5333333333vw;
  }
}
.detail .detail--content--area--btn a img {
  width: 0.6617647059vw;
  height: 0.9558823529vw;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .detail .detail--content--area--btn a img {
    width: 1.7333333333vw;
    height: 3.0666666667vw;
  }
}
.detail .detail--content--area--btn .yellow {
  background: #f2c718;
}
.detail .detail--content--area--btn .green {
  background: #49dba2;
}
.detail .detail--content--area--btn a + a {
  margin-left: 3.2352941176vw;
}
@media only screen and (max-width: 750px) {
  .detail .detail--content--area--btn a + a {
    margin-left: 0;
    margin-top: 5.8666666667vw;
  }
}
.detail .is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.detail--note {
  font-size: 1.3235294118vw;
  line-height: 1.33;
  font-weight: normal;
  margin-top: 1.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .detail--note {
    font-size: 1.8666666667vw;
    margin-top: 3.2vw;
  }
}

/*------------------エリアマップ-----------------*/
.area .inner {
  padding: 5.7352941176vw 19.1176470588vw 11.0294117647vw;
}
@media only screen and (max-width: 750px) {
  .area .inner {
    padding: 14.9333333333vw 4.4vw 16vw;
  }
}
.area--ttl {
  font-size: 2.6470588235vw;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .area--ttl {
    font-size: 6.4vw;
  }
}
.area--ttl .note {
  font-size: 1.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .area--ttl .note {
    font-size: 3.2vw;
  }
}
.area--content {
  margin-top: 8.0882352941vw;
}
@media only screen and (max-width: 750px) {
  .area--content {
    margin-top: 12vw;
  }
}
.area--content--list {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media only screen and (max-width: 750px) {
  .area--content--list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.area--content--list--item {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .area--content--list--item {
    width: 100%;
  }
}
.area--content--list--item picture {
  width: 28.3823529412vw;
  height: 28.3823529412vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .area--content--list--item picture {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    margin: 0 auto;
  }
}
.area--content--list--item p {
  font-size: 1.3235294118vw;
  margin-top: 2.3529411765vw;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .area--content--list--item p {
    font-size: 3.2vw;
    margin-top: 3.0882352941vw;
  }
}
@media only screen and (max-width: 750px) {
  .area--content--list li + li {
    margin-top: 10.9333333333vw;
  }
}
.area--content--map {
  margin-top: 2.7941176471vw;
}
@media only screen and (max-width: 750px) {
  .area--content--map {
    margin-top: 18.2666666667vw;
  }
}
.area--content--map .card4_map {
  height: 34.4852941176vw;
}
@media only screen and (max-width: 750px) {
  .area--content--map .card4_map {
    height: 66.6666666667vw;
    overflow: scroll;
  }
}
.area--content--map--note {
  font-size: 1.3235294118vw;
  margin-top: 2.7941176471vw;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .area--content--map--note {
    font-size: 3.2vw;
    margin-top: 12.5333333333vw;
    line-height: 2;
  }
}

/*------------------プラン-----------------*/
.plan {
  background: #f5f5f5;
}
.plan .inner {
  padding: 7.3529411765vw 24.8529411765vw 10.2941176471vw;
}
@media only screen and (max-width: 750px) {
  .plan .inner {
    padding: 17.7333333333vw 4.4vw 15.7333333333vw;
  }
}
.plan--ttl {
  text-align: center;
}
.plan--ttl .small {
  font-size: 1.6176470588vw;
  line-height: 1.75;
}
@media only screen and (max-width: 750px) {
  .plan--ttl .small {
    font-size: 4vw;
  }
}
.plan--ttl .small .font-barlow {
  font-size: 2.4264705882vw;
}
@media only screen and (max-width: 750px) {
  .plan--ttl .small .font-barlow {
    font-size: 5.6vw;
  }
}
.plan--ttl .small .font-barlow .small {
  font-size: 1.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .plan--ttl .small .font-barlow .small {
    font-size: 4.4vw;
  }
}
.plan--ttl--main {
  font-size: 2.6470588235vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .plan--ttl--main {
    flex-direction: column;
    font-size: 6.6666666667vw;
  }
}
.plan--ttl--main picture {
  width: 18.3823529412vw;
  height: 4.0441176471vw;
  margin-right: 1.4705882353vw;
  transform: translateY(-10%);
}
@media only screen and (max-width: 750px) {
  .plan--ttl--main picture {
    width: 46.8vw;
    height: 10.2666666667vw;
    margin-top: 4.9333333333vw;
    margin-bottom: 4vw;
    margin-right: 0;
  }
}
.plan--content {
  margin-top: 5.1470588235vw;
}
@media only screen and (max-width: 750px) {
  .plan--content {
    margin-top: 10.6666666667vw;
  }
}
.plan--content--list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plan--content--list--item {
  width: 100%;
  height: 27.2058823529vw;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item {
    height: 49.2vw;
  }
}
.plan--content--list--item--head {
  background-color: #121458;
  height: 6.5441176471vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--head {
    height: 11.8666666667vw;
  }
}
.plan--content--list--item--head p {
  font-size: 2.2058823529vw;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--head p {
    font-size: 4vw;
  }
}
.plan--content--list--item--head p .font-barlow {
  font-size: 4.4117647059vw;
  line-height: 6.5441176471vw;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--head p .font-barlow {
    font-size: 8vw;
    line-height: 11.8666666667vw;
  }
}
.plan--content--list--item--head picture {
  width: 1.7647058824vw;
  height: 1.6176470588vw;
  margin: 0 1.4705882353vw;
  transform: translateY(45%);
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--head picture {
    width: 3.2vw;
    height: 2.9333333333vw;
    margin: 0 2.6666666667vw;
    transform: translateY(10%);
  }
}
.plan--content--list--item--body {
  background: #fff;
  height: 20.4411764706vw;
  width: 100%;
  padding: 2.2058823529vw 7.7941176471vw 2.3529411765vw;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body {
    height: 37.0666666667vw;
    padding: 4vw 14.1333333333vw 4.2666666667vw;
  }
}
.plan--content--list--item--body--price {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.plan--content--list--item--body--price .badge {
  display: block;
  font-size: 1.4705882353vw;
  width: 7.2058823529vw;
  height: 7.2058823529vw;
  line-height: 7.2058823529vw;
  background: #121458;
  border-radius: 9999px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body--price .badge {
    font-size: 2.6666666667vw;
    width: 13.0666666667vw;
    height: 13.0666666667vw;
    line-height: 13.0666666667vw;
  }
}
.plan--content--list--item--body--price .big {
  margin-left: 1.6176470588vw;
  font-size: 7.4264705882vw;
  color: #4a96ff;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body--price .big {
    margin-left: 2.9333333333vw;
    font-size: 13.4666666667vw;
  }
}
.plan--content--list--item--body--price .yen {
  font-size: 3.2352941176vw;
  letter-spacing: 0.08em;
  transform: translateY(32%);
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body--price .yen {
    font-size: 5.8666666667vw;
  }
}
.plan--content--list--item--body--price .tax {
  font-size: 1.25vw;
  position: absolute;
  top: 1.7647058824vw;
  right: -0.7352941176vw;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body--price .tax {
    font-size: 2.2666666667vw;
    position: absolute;
    top: 3.2vw;
    right: -3.2vw;
  }
}
.plan--content--list--item--body--price .tax .font-barlow {
  font-size: 1.5441176471vw;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body--price .tax .font-barlow {
    font-size: 2.8vw;
  }
}
.plan--content--list--item--body--btn {
  margin-top: 1.4705882353vw;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body--btn {
    margin-top: 2.6666666667vw;
  }
}
.plan--content--list--item--body--btn a {
  display: block;
  width: 32.2058823529vw;
  height: 5.9558823529vw;
  border-radius: 9999px;
  text-align: center;
  line-height: 5.9558823529vw;
  position: relative;
  box-shadow: 0 0.3676470588vw 1.1764705882vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body--btn a {
    width: 58.4vw;
    height: 10.8vw;
    line-height: 10.8vw;
    box-shadow: 0 0.6666666667vw 2.1333333333vw rgba(0, 0, 0, 0.15);
  }
}
.plan--content--list--item--body--btn a:hover {
  opacity: 0.7;
}
.plan--content--list--item--body--btn a p {
  font-size: 1.25vw;
  color: #121458;
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body--btn a p {
    font-size: 3.4666666667vw;
  }
}
.plan--content--list--item--body--btn a img {
  width: 0.6617647059vw;
  height: 0.9558823529vw;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .plan--content--list--item--body--btn a img {
    width: 1.7333333333vw;
    height: 3.0666666667vw;
    right: 11%;
  }
}
.plan--content--list--item--body--btn .yellow {
  background: #f2c718;
}
.plan--content--list li + li {
  margin-top: 5.2941176471vw;
}

/*------------------流れ-----------------*/
.flow .inner {
  padding: 7.3529411765vw 12.5vw 6.25vw;
}
@media only screen and (max-width: 750px) {
  .flow .inner {
    padding: 20.2666666667vw 4.4vw 11.3333333333vw;
  }
}
.flow--ttl {
  font-size: 2.6470588235vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .flow--ttl {
    font-size: 6.4vw;
  }
}
.flow--ttl .small {
  font-size: 1.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .flow--ttl .small {
    font-size: 4vw;
    line-height: 1.25;
  }
}
.flow--content {
  margin-top: 9.2647058824vw;
}
@media only screen and (max-width: 750px) {
  .flow--content {
    margin-top: 18.6666666667vw;
  }
}
.flow--content--list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
.flow--content--list--item {
  width: 100%;
  height: 16.3970588235vw;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 4.0441176471vw 9.9264705882vw 3.3088235294vw 6.3970588235vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .flow--content--list--item {
    flex-direction: column;
    height: 62.9333333333vw;
    padding: 8vw 8.8vw 8vw 11.3333333333vw;
  }
}
.flow--content--list--item::before {
  content: "";
  width: 1.4705882353vw;
  height: 16.3970588235vw;
  background: #121458;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .flow--content--list--item::before {
    width: 1.8666666667vw;
    height: 62.9333333333vw;
  }
}
.flow--content--list--item--number {
  font-style: italic;
  font-size: 4.4117647059vw;
  color: #121458;
  margin-right: 5.1470588235vw;
}
@media only screen and (max-width: 750px) {
  .flow--content--list--item--number {
    font-size: 8vw;
    margin-right: 0;
    margin-right: auto;
    margin-bottom: 2.4vw;
  }
}
.flow--content--list--item--number .font-barlow {
  letter-spacing: 0.16em;
}
.flow--content--list--item--txt .head {
  font-size: 1.7647058824vw;
  color: #121458;
}
@media only screen and (max-width: 750px) {
  .flow--content--list--item--txt .head {
    font-size: 4.8vw;
  }
}
.flow--content--list--item--txt .body {
  font-size: 1.1764705882vw;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .flow--content--list--item--txt .body {
    font-size: 3.7333333333vw;
  }
}
.flow--content--list li + li {
  margin-top: 3.8235294118vw;
}
@media only screen and (max-width: 750px) {
  .flow--content--list li + li {
    margin-top: 10.1333333333vw;
  }
}
.flow--content--payment {
  margin-top: 3.8235294118vw;
  width: 100%;
  height: 39.1176470588vw;
  background: #fff;
  padding: 3.3823529412vw 5.2941176471vw 5.7352941176vw 5.2941176471vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .flow--content--payment {
    margin-top: 10.1333333333vw;
    height: 100%;
    padding: 8vw 5.3333333333vw 11.8666666667vw 8vw;
  }
}
.flow--content--payment::before {
  content: "";
  width: 1.4705882353vw;
  height: 39.1176470588vw;
  background: #121458;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .flow--content--payment::before {
    width: 1.8666666667vw;
    height: 100%;
  }
}
.flow--content--payment--ttl {
  font-size: 2.2058823529vw;
  margin-bottom: 1.4705882353vw;
  color: #121458;
}
@media only screen and (max-width: 750px) {
  .flow--content--payment--ttl {
    font-size: 4.8vw;
    margin-bottom: 4.5333333333vw;
  }
}
.flow--content--payment p {
  font-size: 1.1764705882vw;
  font-weight: normal;
  margin-bottom: 3.8235294118vw;
}
@media only screen and (max-width: 750px) {
  .flow--content--payment p {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.flow--content--payment--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 750px) {
  .flow--content--payment--list {
    margin-bottom: 2.6666666667vw;
    flex-wrap: wrap;
    row-gap: 2.1333333333vw;
    -moz-column-gap: 0.8vw;
         column-gap: 0.8vw;
  }
}
.flow--content--payment--list--item picture {
  width: 20.5147058824vw;
  height: 9.4117647059vw;
}
@media only screen and (max-width: 750px) {
  .flow--content--payment--list--item picture {
    width: 37.3333333333vw;
    height: 17.0666666667vw;
  }
}
.flow--content--payment .note {
  font-size: 1.0294117647vw;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .flow--content--payment .note {
    font-size: 3.2vw;
  }
}
.flow--content--payment .link {
  margin-top: 1em;
  margin-bottom: 0;
}
.flow--content--payment .link a {
  text-decoration: underline;
}
.flow--content--credit {
  margin-top: 3.8235294118vw;
  width: 100%;
  height: 19.6323529412vw;
  background: #fff;
  padding: 3.3823529412vw 5.4411764706vw 5.7352941176vw 5.2941176471vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .flow--content--credit {
    margin-top: 9.8666666667vw;
    height: 48vw;
    padding: 8vw 5.3333333333vw 8vw 9.6vw;
  }
}
.flow--content--credit--ttl {
  font-size: 2.2058823529vw;
  margin-bottom: 0.8823529412vw;
  color: #121458;
}
@media only screen and (max-width: 750px) {
  .flow--content--credit--ttl {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.flow--content--credit--ttl::before {
  content: "";
  width: 1.4705882353vw;
  height: 19.6323529412vw;
  background: #121458;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .flow--content--credit--ttl::before {
    width: 1.8666666667vw;
    height: 48vw;
  }
}
.flow--content--credit .note {
  font-size: 1.0294117647vw;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .flow--content--credit .note {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 750px) {
  .flow--content--credit .card {
    font-size: 1.8666666667vw;
    letter-spacing: 0;
  }
}
.flow--content--credit picture {
  width: 29.6323529412vw;
  height: 4.3382352941vw;
  margin-top: 1.4705882353vw;
  margin-bottom: 0.8823529412vw;
}
@media only screen and (max-width: 750px) {
  .flow--content--credit picture {
    width: 53.7333333333vw;
    height: 7.8666666667vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 1.6vw;
  }
}

/*------------------オプション-----------------*/
.option {
  background: #f5f5f5;
}
.option .inner {
  padding: 8.2352941176vw 20.8823529412vw 9.4117647059vw;
}
@media only screen and (max-width: 750px) {
  .option .inner {
    padding: 14.9333333333vw 4.4vw 17.0666666667vw;
  }
}
.option--ttl {
  font-size: 2.6470588235vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .option--ttl {
    font-size: 6.4vw;
  }
}
.option--content {
  margin-top: 5.7352941176vw;
}
@media only screen and (max-width: 750px) {
  .option--content {
    margin-top: 15.0666666667vw;
  }
}
.option--content--list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .option--content--list {
    flex-direction: column;
  }
}
.option--content--list--item {
  width: 25.5882352941vw;
  height: 25.5882352941vw;
  background: #fff;
  border: #121458 1px solid;
  padding-top: 5.2941176471vw;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .option--content--list--item {
    width: 84.4vw;
    height: 84.4vw;
    padding-top: 17.8666666667vw;
  }
}
.option--content--list--item .sub {
  font-size: 1.4705882353vw;
  color: #121458;
  position: absolute;
  top: 2.3529411765vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .option--content--list--item .sub {
    font-size: 5.3333333333vw;
    top: 8.8vw;
  }
}
.option--content--list--item p {
  font-size: 1.7647058824vw;
  line-height: 1.5;
  margin-bottom: 4.2647058824vw;
}
@media only screen and (max-width: 750px) {
  .option--content--list--item p {
    font-size: 5.8666666667vw;
    margin-bottom: 14vw;
  }
}
.option--content--list--item--price {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.option--content--list--item--price .badge {
  display: block;
  width: 4.9264705882vw;
  height: 4.9264705882vw;
  line-height: 4.9264705882vw;
  color: #fff;
  text-align: center;
  background: #121458;
  border-radius: 9999px;
  font-size: 1.4705882353vw;
}
@media only screen and (max-width: 750px) {
  .option--content--list--item--price .badge {
    width: 16.4vw;
    height: 16.4vw;
    line-height: 16.4vw;
    font-size: 3.3333333333vw;
  }
}
.option--content--list--item--price .font-barlow {
  font-size: 5.1470588235vw;
  color: #4a96ff;
  margin-left: 0.5882352941vw;
}
@media only screen and (max-width: 750px) {
  .option--content--list--item--price .font-barlow {
    font-size: 16.9333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.option--content--list--item--price .yen {
  font-size: 2.5735294118vw;
  transform: translateY(0.7352941176vw);
}
@media only screen and (max-width: 750px) {
  .option--content--list--item--price .yen {
    font-size: 8.4vw;
    transform: translateY(1.3333333333vw);
  }
}
.option--content--list--item--price .tax {
  font-size: 0.8088235294vw;
  position: absolute;
  top: 1.1029411765vw;
  right: 5vw;
}
@media only screen and (max-width: 750px) {
  .option--content--list--item--price .tax {
    font-size: 2.6666666667vw;
    top: 3.7333333333vw;
    right: 22.6666666667vw;
  }
}
@media only screen and (max-width: 750px) {
  .option--content--list li + li {
    margin-top: 7.8666666667vw;
  }
}

/*------------------その他-----------------*/
.price {
  background: #f5f5f5;
}
.price .inner {
  padding: 0 17.6470588235vw 5.1470588235vw;
}
@media only screen and (max-width: 750px) {
  .price .inner {
    padding: 0 4.4vw 20.9333333333vw;
  }
}
.price--ttl {
  font-size: 2.6470588235vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .price--ttl {
    font-size: 6.4vw;
  }
}
.price--content {
  margin-top: 5.7352941176vw;
}
@media only screen and (max-width: 750px) {
  .price--content {
    margin-top: 17.3333333333vw;
  }
}
.price--content table {
  width: 100%;
  border-collapse: collapse;
}
.price--content table tr {
  border-bottom: solid 2px white;
}
.price--content table tr:last-child {
  border-bottom: none;
}
.price--content table tr th {
  position: relative;
  text-align: left;
  width: 23.8235294118vw;
  background-color: #121458;
  color: white;
  text-align: center;
  font-size: 1.4705882353vw;
  line-height: 2;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .price--content table tr th {
    width: 31.2vw;
    font-size: 3.2vw;
  }
}
.price--content table tr td {
  text-align: left;
  width: 45.8823529412vw;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  font-size: 1.1764705882vw;
  font-weight: normal;
  text-align: start;
  padding: 2.3529411765vw 2.5vw;
  letter-spacing: 0.05em;
  line-height: 2.6;
}
@media only screen and (max-width: 750px) {
  .price--content table tr td {
    width: 59.4666666667vw;
    font-size: 3.2vw;
    padding: 7.3333333333vw 3.7333333333vw;
  }
}
.price--content--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.7058823529vw;
}
@media only screen and (max-width: 750px) {
  .price--content--btn {
    flex-direction: column;
    margin-top: 17.7333333333vw;
  }
}
.price--content--btn a {
  display: block;
  width: 32.2058823529vw;
  height: 5.9558823529vw;
  border-radius: 9999px;
  text-align: center;
  line-height: 5.9558823529vw;
  position: relative;
  box-shadow: 0 0.3676470588vw 1.1764705882vw rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 750px) {
  .price--content--btn a {
    width: 75.7333333333vw;
    height: 14.6666666667vw;
    line-height: 14.6666666667vw;
    box-shadow: 0 0.6666666667vw 2.1333333333vw rgba(0, 0, 0, 0.15);
  }
}
.price--content--btn a:hover {
  opacity: 0.7;
}
.price--content--btn a p {
  font-size: 1.25vw;
  color: #121458;
}
@media only screen and (max-width: 750px) {
  .price--content--btn a p {
    font-size: 4.2666666667vw;
  }
}
.price--content--btn a img {
  width: 0.6617647059vw;
  height: 0.9558823529vw;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .price--content--btn a img {
    width: 1.7333333333vw;
    height: 3.0666666667vw;
    right: 10%;
  }
}
.price--content--btn .yellow {
  background: #f2c718;
}
.price--content--btn .green {
  background: #49dba2;
}
.price--content--btn a + a {
  margin-left: 3.2352941176vw;
}
@media only screen and (max-width: 750px) {
  .price--content--btn a + a {
    margin-left: 0;
    margin-top: 6vw;
  }
}

/*------------------よくある質問-----------------*/
.faq .inner {
  padding: 8.2352941176vw 12.9411764706vw 8.5294117647vw;
}
@media only screen and (max-width: 750px) {
  .faq .inner {
    padding: 18.9333333333vw 4.4vw 16.5333333333vw;
  }
}
.faq--ttl {
  font-size: 2.6470588235vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .faq--ttl {
    font-size: 6.4vw;
  }
}
.faq--content {
  margin-top: 6.7647058824vw;
}
@media only screen and (max-width: 750px) {
  .faq--content {
    margin-top: 17.7333333333vw;
  }
}
.faq--content--list li .title {
  background: #fff;
  width: 73.2352941176vw;
  height: 7.7205882353vw;
  border: 1px solid #b0abab;
  transition: 1500ms;
  position: relative;
  font-size: 1.6176470588vw;
  line-height: 7.7205882353vw;
  padding-left: 12.5vw;
}
@media only screen and (max-width: 750px) {
  .faq--content--list li .title {
    width: 91.7333333333vw;
    height: auto;
    font-size: 4vw;
    line-height: 1.25;
    padding: 6.6666666667vw 10.1333333333vw 6.6666666667vw 9.7333333333vw;
  }
}
.faq--content--list li .title::before {
  content: "Q";
  font-size: 2.2058823529vw;
  position: absolute;
  top: 50%;
  left: 6.6176470588vw;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .faq--content--list li .title::before {
    font-size: 4vw;
    left: 1.9852941176vw;
  }
}
.faq--content--list li .title::after {
  content: "";
  background: url("../img/faq_btn.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.3970588235vw;
  height: 0.8088235294vw;
  position: absolute;
  top: 50%;
  right: 7.2058823529vw;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .faq--content--list li .title::after {
    width: 2.5333333333vw;
    height: 1.4666666667vw;
    right: 2.6666666667vw;
  }
}
.faq--content--list li .box {
  display: none;
  position: relative;
  background: #e2e2e2;
  width: 73.2352941176vw;
  padding: 2.5735294118vw 2.5735294118vw 2.5735294118vw 12.5vw;
  font-size: 1.3235294118vw;
  line-height: 1.5;
  font-weight: normal;
}
.faq--content--list li .box a {
  border-bottom: #121212 1px solid;
}
@media only screen and (max-width: 750px) {
  .faq--content--list li .box {
    width: 91.7333333333vw;
    padding: 4vw 4vw 4vw 9.7333333333vw;
    font-size: 3.2vw;
  }
}
.faq--content--list li .box::before {
  content: "A";
  font-size: 2.2058823529vw;
  position: absolute;
  top: 50%;
  left: 6.6176470588vw;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .faq--content--list li .box::before {
    font-size: 3.2vw;
    left: 3.6vw;
  }
}
.faq--content--list li + li {
  margin-top: 3.2352941176vw;
}
@media only screen and (max-width: 750px) {
  .faq--content--list li + li {
    margin-top: 5.8666666667vw;
  }
}

/*------------------ニュース-----------------*/
.news .inner {
  padding: 0 18.8235294118vw 7.7941176471vw;
}
@media only screen and (max-width: 750px) {
  .news .inner {
    padding: 0 4.4vw 21.3333333333vw;
  }
}
.news--box {
  border: #4a96ff 0.2941176471vw solid;
  background: #fff;
  width: 59.1911764706vw;
  height: 18.3823529412vw;
  padding: 3.6764705882vw 5.1470588235vw 0;
  overflow-y: scroll;
}
@media only screen and (max-width: 750px) {
  .news--box {
    border: #4a96ff 0.5333333333vw solid;
    width: 100%;
    height: 27.4666666667vw;
    padding: 4.2666666667vw 4.8vw 0;
  }
}
.news--box--ttl {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 2.9411764706vw;
  letter-spacing: 0.05em;
  margin-bottom: 4.4117647059vw;
}
@media only screen and (max-width: 750px) {
  .news--box--ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.news--box--ttl picture {
  width: 21.0294117647vw;
  height: 4.5588235294vw;
  transform: translateY(-0.7352941176vw);
  margin-right: 0.5882352941vw;
}
@media only screen and (max-width: 750px) {
  .news--box--ttl picture {
    width: 38.1333333333vw;
    height: 8.2666666667vw;
    transform: translateY(-1.3333333333vw);
    margin-right: 1.0666666667vw;
  }
}
.news--box ul li {
  font-size: 1.1764705882vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #121458;
  padding: 1.1029411765vw;
}
@media only screen and (max-width: 750px) {
  .news--box ul li {
    font-size: 2.4vw;
  }
}
.news--box ul li + li {
  border-top: 1px solid #121458;
}

/*------------------CTA-----------------*/
.cta-2 {
  background: #121458;
}
.cta-2 .inner {
  padding: 5.7352941176vw 12.5vw 5.1470588235vw;
}
@media only screen and (max-width: 750px) {
  .cta-2 .inner {
    padding: 8.5333333333vw 4.4vw 5.3333333333vw;
  }
}
.cta-2--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .cta-2--list {
    flex-wrap: wrap;
  }
}
.cta-2--list--item picture {
  width: 7.3529411765vw;
  height: 13.8970588235vw;
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item picture {
    width: 16.9333333333vw;
    height: 31.8666666667vw;
  }
}
.cta-2--list--item--price {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cta-2--list--item--price .badge {
  display: block;
  font-size: 1.1029411765vw;
  color: #121458;
  background: #fff;
  height: 5.6617647059vw;
  width: 5.6617647059vw;
  line-height: 5.6617647059vw;
  text-align: center;
  border-radius: 9999px;
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item--price .badge {
    font-size: 2.6666666667vw;
    height: 12.8vw;
    width: 12.8vw;
    line-height: 12.8vw;
  }
}
.cta-2--list--item--price .big {
  font-size: 7.4264705882vw;
  color: #4a96ff;
  margin-left: 1.1764705882vw;
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item--price .big {
    font-size: 16.9333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.cta-2--list--item--price .yen {
  font-size: 3.6764705882vw;
  transform: translateY(0.7352941176vw);
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item--price .yen {
    font-size: 8.5333333333vw;
    transform: translateY(1.8666666667vw);
  }
}
.cta-2--list--item--price .tax {
  font-size: 1.1764705882vw;
  position: absolute;
  top: 1.9117647059vw;
  right: -1.1764705882vw;
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item--price .tax {
    font-size: 2.6666666667vw;
    top: 3.4666666667vw;
    right: -2.1333333333vw;
  }
}
.cta-2--list--item--note {
  font-size: 1.25vw;
  margin-top: 1.4705882353vw;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item--note {
    font-size: 3.7333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.cta-2--list--item p {
  font-size: 1.7647058824vw;
  color: #fff;
  margin-bottom: 2.0588235294vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item p {
    font-size: 4vw;
    margin-bottom: 3.2vw;
    margin-top: 6.9333333333vw;
    text-align: center;
    margin-left: 8.6666666667vw;
  }
}
.cta-2--list--item--btn {
  width: 32.2058823529vw;
  height: 5.9558823529vw;
  border-radius: 9999px;
  background: #f2c718;
  box-shadow: 0 0.3676470588vw 1.1764705882vw rgba(0, 0, 0, 0.15);
  position: relative;
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item--btn {
    width: 75.7333333333vw;
    height: 14.6666666667vw;
    box-shadow: 0 0.6666666667vw 2.1333333333vw rgba(0, 0, 0, 0.15);
    margin-left: 8.6666666667vw;
  }
}
.cta-2--list--item--btn:hover {
  opacity: 0.7;
}
.cta-2--list--item--btn p {
  color: #121458;
  line-height: 5.9558823529vw;
  font-size: 1.25vw;
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item--btn p {
    line-height: 14.6666666667vw;
    font-size: 4.4vw;
    margin: 0;
  }
}
.cta-2--list--item--btn img {
  width: 0.6617647059vw;
  height: 0.9558823529vw;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .cta-2--list--item--btn img {
    width: 1.7333333333vw;
    height: 3.0666666667vw;
    right: 11%;
  }
}

/*------------------footer-----------------*/
footer {
  background: #000;
}
footer .inner {
  padding: 5.4411764706vw 0 5.1470588235vw;
}
@media only screen and (max-width: 750px) {
  footer .inner {
    padding: 8.9333333333vw 0 11.4666666667vw;
  }
}
footer .footer--list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer--list li {
  font-size: 1.0294117647vw;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  footer .footer--list li {
    font-size: 2.4vw;
  }
}
footer .footer--list li + li {
  margin-left: 1.6176470588vw;
}
@media only screen and (max-width: 750px) {
  footer .footer--list li + li {
    margin-left: 1.8666666667vw;
  }
}
footer p {
  font-size: 0.8823529412vw;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 3.2352941176vw;
}
@media only screen and (max-width: 750px) {
  footer p {
    font-size: 1.6vw;
    margin-top: 3.4666666667vw;
  }
}/*# sourceMappingURL=style.css.map */