@charset "UTF-8";
/* Scss Document */
/*------------- reset -------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.5s ease-out;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: max(16px, 0.81vw);
  line-height: 1.5;
  text-align: left;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: min(16px, 4.27vw);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
}

a:hover {
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

/*------------- layout -------------*/
.l-inner {
  padding: 0 24px; /* 24px → 1.21vw */
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  width: 1400px; /* 1448px → 73.13vw */
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 6.4vw; /* 24px → 1.21vw */
    width: 100%;
  }
}

.header {
  top: 0;
}

.global-nav li a {
  font-size: 1.1vw;
  font-weight: 400;
}

.link-contact::after {
  font-size: 1.1vw;
}

.btn-smp {
  display: none;
}

.gsc-input .gsc-input-box {
  border: none;
}

@media screen and (max-width: 991.98px) {
  .menu-trigger span:last-of-type {
    font-size: 10px;
  }
  .btn-smp {
    display: block;
  }
  .smpmenu ul.smp-nav li a {
    font-size: 14px;
    font-weight: 400;
  }
  .link-contact::after {
    font-size: 14px;
  }
  .smp-nav-small li a {
    font-size: 12px;
    font-weight: 400;
  }
}
/*------------- component -------------*/
.c-flexPC {
  display: flex;
  justify-content: space-between;
}
.c-flexPC--alceter {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-flexPC {
    display: block;
  }
}

.c-flexSP {
  display: flex;
}

.c-btn {
  width: 590px; /* 29.8vw */
}
.c-btn a {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 37px; /* 1.87vw */
  font-weight: 900;
  font-size: 30px; /* 1.52vw */
  line-height: 1;
  border-radius: 50px; /* 2.53vw */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* 1.01vw */
}
.c-btn a:before {
  content: "";
  width: 40px; /* 2.02vw */
  height: 40px; /* 2.02vw */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px; /* 1.82vw */
  margin: auto;
  background: url("../img/icon-arrow.svg") no-repeat;
  background-size: 100% 100%;
}
.c-btn--cv02 a {
  text-align: left;
}
.c-btn--thanks {
  width: 315px; /* 15.91vw * 19.8 ≒ 315px */
}
.c-btn--thanks a {
  font-size: 15px; /* 0.76vw * 19.8 ≒ 15px */
  padding: 24px; /* 1.21vw * 19.8 ≒ 24px */
}
.c-btn--thanks a:before {
  width: 21px; /* 1.06vw * 19.8 ≒ 21px */
  height: 21px; /* 1.06vw * 19.8 ≒ 21px */
  right: 20px; /* 1.01vw * 19.8 ≒ 20px */
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
  }
  .c-btn a {
    padding: 6.4vw;
    font-size: 4.8vw;
    border-radius: 10vw;
  }
  .c-btn a:before {
    content: "";
    width: 5.6vw;
    height: 5.6vw;
    right: 5.07vw;
  }
  .c-btn--thanks {
    width: 100%;
  }
  .c-btn--thanks a {
    font-size: 4vw;
    padding: 6.4vw;
  }
  .c-btn--thanks a:before {
    width: 5.33vw;
    height: 5.33vw;
    right: 5.07vw;
  }
}

.c-btn.vw {
  width: 29.8vw; /* 590px → 29.8vw */
}
.c-btn.vw a {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 1.87vw; /* 37px → 1.87vw */
  font-weight: 900;
  font-size: 1.52vw; /* 30px → 1.52vwfrt90in */
  line-height: 1;
  border-radius: 2.53vw; /* 50px → 2.53vw */
  box-shadow: 0 0 1.01vw rgba(0, 0, 0, 0.2); /* 20px → 1.01vw */
}
.c-btn.vw a:before {
  content: "";
  width: 2.02vw; /* 40px → 2.02vw */
  height: 2.02vw; /* 40px → 2.02vw */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.82vw; /* 36px → 1.82vw */
  margin: auto;
  background: url("../img/icon-arrow.svg") no-repeat;
  background-size: 100% 100%;
}
.c-btn.vw--cv02 a {
  text-align: left;
}
.c-btn.vw--thanks {
  width: 15.91vw;
}
.c-btn.vw--thanks a {
  font-size: 0.76vw;
  padding: 1.21vw;
}
.c-btn.vw--thanks a:before {
  width: 1.06vw;
  height: 1.06vw;
  right: 1.01vw;
}
@media screen and (max-width: 768px) {
  .c-btn.vw {
    width: 100%;
  }
  .c-btn.vw a {
    padding: 6.4vw; /* 24px → 6.4vw */
    font-size: 4.8vw;
    border-radius: 10vw;
  }
  .c-btn.vw a:before {
    content: "";
    width: 5.6vw; /* 21px → 5.6vw */
    height: 5.6vw; /* 21px → 5.6vw */
    right: 5.07vw; /* 19px → 5.07vw */
  }
  .c-btn.vw--thanks {
    width: 100%;
  }
  .c-btn.vw--thanks a {
    font-size: 4vw;
    padding: 6.4vw;
  }
  .c-btn.vw--thanks a:before {
    width: 5.33vw;
    height: 5.33vw;
    right: 5.07vw;
  }
}

.c-balloon {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  left: 0;
  top: -0.91vw; /* -18px → -0.91vw */
}
.c-balloon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.81vw solid transparent; /* 16px → 0.81vw */
  border-left: 0.81vw solid transparent; /* 16px → 0.81vw */
  border-top: 0.91vw solid #ff8601; /* 18px → 0.91vw */
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45vw; /* -9px → -0.45vw */
  margin: auto;
}
.c-balloon span {
  font-size: 0.91vw; /* 18px → 0.91vw */
  font-weight: 900;
  line-height: 1;
  color: #fff;
  display: inline-block;
  background: #ff8601;
  padding: 0.45vw 1.31vw; /* 9px 26px → 0.45vw 1.31vw */
  border-radius: 2.53vw; /* 50px → 2.53vw */
}
.c-balloon--yellow span {
  background: #fff133;
  color: #4477bb;
}
.c-balloon--yellow:before {
  border-top: 0.91vw solid #fff133; /* 18px → 0.91vw */
}
@media screen and (max-width: 768px) {
  .c-balloon {
    top: -2.67vw; /* -10px → -2.67vw */
  }
  .c-balloon:before {
    border-right: 1.33vw solid transparent; /* 5px → 1.33vw */
    border-left: 1.33vw solid transparent; /* 5px → 1.33vw */
    border-top: 1.6vw solid #ff8601; /* 6px → 1.6vw */
    bottom: -1.6vw; /* -6px → -1.6vw */
  }
  .c-balloon span {
    font-size: 3.2vw;
    padding: 1.33vw 3.73vw; /* 5px 14px → 1.33vw 3.73vw */
    border-radius: 10vw;
  }
  .c-balloon--yellow:before {
    border-top: 2.4vw solid #fff133; /* 9px → 2.4vw */
  }
}

/*------------- top -------------*/
.top .top-fv {
  padding-top: 6.29vw; /* 85px → 4.29vw */
  position: relative;
}
.top .top-fv .text {
  width: 35.354vw; /* 700px */
  margin: 4.04vw 0 0 13.131vw; /* 80px 0 0 260px */
  position: absolute;
  color: #fff;
}
.top .top-fv .line1 {
  align-items: center;
  justify-content: flex-start;
}
.top .top-fv .line1-left {
  width: 11.818vw; /* 234px */
  height: 5.051vw; /* 100px */
  font-size: 2.323vw; /* 46px */
  line-height: 1.2;
  background: url("../img/fv-icon.png") no-repeat;
  background-size: 100% 100%;
  padding: 0.505vw 2.273vw 0; /* 10px 45px 0 */
}
.top .top-fv .line1-left span {
  font-size: 1.364vw; /* 27px */
}
.top .top-fv .line1-left small {
  font-size: 0.808vw; /* 16px */
  display: block;
}
.top .top-fv .line1-right {
  font-size: 1.313vw; /* 26px */
  margin-left: 1.01vw; /* 20px */
  padding: 0 1.515vw; /* 0 30px */
  background: url("../img/fv-line.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.303vw; /* 6px */
}
.top .top-fv .line1-right span {
  color: #fff133;
}
.top .top-fv h2 {
  text-align: center;
  font-size: 3.232vw; /* 64px */
  line-height: 1.3;
}
.top .top-fv h2 small {
  font-size: 2.778vw; /* 55px */
}
.top .top-fv h2 span {
  color: #fff133;
}
.top .top-fv .features-list {
  flex-wrap: wrap;
  margin-top: 0.707vw; /* 14px */
}
.top .top-fv .features-list li {
  /* calc内のpxもvwに変換 */
  width: calc(50% - 0.354vw); /* 7px */
  background: #de86b0;
  border-radius: 0.505vw; /* 10px */
  font-size: 1.212vw; /* 24px */
  text-align: center;
  padding: 0.606vw; /* 12px */
  margin-bottom: 0.707vw; /* 14px */
}
.top .top-fv .fv-logo {
  width: 24.394vw; /* 483px */
  margin: 1.515vw auto 3.03vw; /* 30px auto 60px */
}
.top .top-fv .btnWrap .c-btn {
  margin: 0 auto;
}
.top .top-fv .image img {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .top .top-fv {
    padding-top: 17.33vw;
  }
  .top .top-fv .text {
    width: 100%;
    margin: 4.533vw 0 0 0; /* 17px */
  }
  .top .top-fv .line1-left {
    width: 48vw; /* 180px */
    height: 20.267vw; /* 76px */
    text-align: center;
    font-size: 9.067vw; /* 34px */
    padding: 1.333vw 8vw 0; /* 5px 30px 0 */
    margin: 0 auto;
  }
  .top .top-fv .line1-left span {
    font-size: 5.333vw; /* 20px */
  }
  .top .top-fv .line1-left small {
    font-size: 3.2vw; /* 12px */
  }
  .top .top-fv .line1-right {
    /* calc内のpxもvwに変換 */
    width: calc(100% - 13.333vw); /* 50px */
    font-size: 5.333vw; /* 20px */
    margin: 1.867vw auto 4vw; /* 7px auto 15px */
    padding: 0 5.867vw 0.8vw; /* 0 22px 3px */
    text-align: center;
  }
  .top .top-fv h2 {
    font-size: 8.267vw; /* 31px */
  }
  .top .top-fv h2 small {
    font-size: 7.2vw; /* 27px */
  }
  .top .top-fv .features-list {
    margin: 3.733vw auto; /* 14px */
    width: 90%;
  }
  .top .top-fv .features-list li {
    width: 100%;
    border-radius: 2.667vw; /* 10px */
    font-size: 4.8vw; /* 18px */
    padding: 1.867vw; /* 7px */
    margin-bottom: 1.6vw; /* 6px */
  }
  .top .top-fv .fv-logo {
    width: 87.467vw; /* 328px */
    margin: 80vw auto 4.8vw; /* 300px auto 18px */
  }
  .top .top-fv .btnWrap {
    width: calc(100% - 13.333vw); /* 50px */
    margin: 0 auto;
  }
  .top .top-fv .btnWrap .c-btn {
    margin: 5.333vw auto 0; /* 20px (コメントの7.33vwを5.333vwに修正) */
  }
}
.top .top-worries {
  background: #f2f2f2;
  position: relative;
  padding-bottom: 100px; /* 5.05vw */
}
.top .top-worries:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 300px solid transparent; /* 15.15vw */
  border-left: 300px solid transparent; /* 15.15vw */
  border-top: 166px solid #f2f2f2; /* 8.38vw */
  border-bottom: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -166px; /* -8.38vw */
  margin: auto;
}
.top .top-worries .top-worries-head {
  text-align: center;
  font-size: 43px; /* 2.17vw */
  padding: 100px 0 45px; /* 5.05vw 0 2.27vw */
}
.top .top-worries .top-worries-list li {
  width: 31%; /* 20.202vw */
}
.top .top-worries .top-worries-list li h3 {
  font-size: 24px; /* 1.21vw */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 30px; /* 1.52vw */
  text-align: center;
}
.top .top-worries .top-worries-list li img {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top .top-worries {
    padding-bottom: 10.67vw;
  }
  .top .top-worries:before {
    border-right: 28.27vw solid transparent;
    border-left: 28.27vw solid transparent;
    border-top: 14.13vw solid #f2f2f2;
    bottom: -14.13vw;
  }
  .top .top-worries .top-worries-head {
    font-size: 6.93vw;
    padding: 10.67vw 0 5.87vw;
  }
  .top .top-worries .top-worries-list li {
    width: 100%;
  }
  .top .top-worries .top-worries-list li h3 {
    font-size: 4.8vw;
    margin: 6.4vw 0 4.27vw;
  }
}
.top .top-solution {
  background: #e1e8f2;
  position: relative;
  padding: 216px 0 112px; /* 10.91vw 0 5.66vw */
}
.top .top-solution .top-solution-head {
  text-align: center;
  font-size: 59px; /* 2.98vw */
  padding: 0 0 50px; /* 2.53vw */
}
.top .top-solution .top-solution-list li {
  width: 32%; /* 21.21vw */
  padding: 30px 40px; /* 1.52vw 2.02vw */
  background: #fff;
}
.top .top-solution .top-solution-list li h3 {
  font-size: 30px; /* 1.52vw */
}
.top .top-solution .top-solution-list li .image {
  width: 130px; /* 6.57vw */
}
.top .top-solution .top-solution-list li p {
  font-size: 24px; /* 1.21vw */
  margin-top: 10px; /* 0.51vw */
}
@media screen and (max-width: 768px) {
  .top .top-solution {
    padding: 20.27vw 0 10.67vw;
  }
  .top .top-solution .top-solution-head {
    font-size: 6.93vw;
    padding: 0 0 5.87vw;
  }
  .top .top-solution .top-solution-list li {
    width: 100%;
    padding: 6.4vw 6.4vw 10.67vw;
  }
  .top .top-solution .top-solution-list li + li {
    margin-top: 2.67vw;
  }
  .top .top-solution .top-solution-list li h3 {
    font-size: 5.87vw;
  }
  .top .top-solution .top-solution-list li .image {
    width: 27.2vw;
  }
  .top .top-solution .top-solution-list li p {
    text-align: center;
    font-size: 4.53vw;
    margin-top: 2.67vw;
  }
}
.top .top-results {
  padding: 60px 0 70px; /* 3.03vw 0 3.54vw */
}
.top .top-results .top-results-head {
  text-align: center;
  font-size: 27px; /* 1.36vw */
  padding: 0 0 40px; /* 2.02vw */
}
.top .top-results .top-results-head span {
  font-size: 57px; /* 2.88vw */
}
.top .top-results .top-results-list {
  justify-content: center;
}
.top .top-results .top-results-list li {
  width: 341px; /* 17.22vw */
  margin: 0 15px; /* 0.76vw */
}
.top .top-results p {
  font-size: 18px; /* 0.91vw */
  margin-top: 40px; /* 2.02vw */
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .top-results {
    padding: 10.67vw 0;
  }
  .top .top-results .top-results-head {
    font-size: 6.93vw;
    padding: 0 0 3.73vw;
    line-height: 1.2;
  }
  .top .top-results .top-results-head span {
    font-size: 10.67vw;
  }
  .top .top-results .top-results-list li {
    width: 100%;
    margin: 0;
  }
  .top .top-results .top-results-list li + li {
    margin-top: 2.67vw;
  }
  .top .top-results p {
    font-size: 3.73vw;
    margin-top: 3.73vw;
  }
}
.top .top-cv {
  background-image: linear-gradient(90deg, #de86b0, #e8abc8);
  padding: 70px 0 40px; /* 3.54vw 0 2.02vw */
}
.top .top-cv .text-wrap {
  width: 717px; /* 36.21vw */
}
.top .top-cv .image {
  width: 700px; /* 35.35vw */
}
.top .top-cv .top-cv-head {
  color: #fff;
  font-size: 34px; /* 1.72vw × 19.8 ≒ 34px */
  font-weight: 900;
}
.top .top-cv p {
  font-size: 24px; /* 1.21vw */
  margin: 30px 0 45px; /* 1.52vw 0 2.27vw */
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .top-cv {
    padding: 6.4vw 0 8vw;
  }
  .top .top-cv .text-wrap {
    width: 100%;
  }
  .top .top-cv .image {
    width: calc(100% + 5.33vw);
    margin: 5.33vw 0 0 -2.67vw;
  }
  .top .top-cv .top-cv-head {
    font-size: 6.93vw;
  }
  .top .top-cv p {
    font-size: 4.27vw;
    margin: 6.67vw 0;
  }
}
.top .top-features {
  padding: 100px 0 80px; /* 5.05vw 0 4.04vw */
}
.top .top-features .top-features-head {
  text-align: center;
  font-size: 54px; /* 2.73vw */
  padding: 0 0 50px; /* 2.53vw */
}
.top .top-features .top-features-head small {
  position: relative;
  display: inline-block;
  font-size: 31px; /* 1.57vw */
  margin-bottom: 45px; /* 2.27vw */
  padding: 0 0.8em;
  line-height: 1.5em;
}
.top .top-features .top-features-head small span {
  font-size: 47px; /* 2.37vw */
  padding: 0 0.1em;
}
.top .top-features .top-features-head small:before {
  content: "";
  width: 2px;
  height: 1em;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 8px; /* 0.4vw */
  transform: rotate(-25deg);
}
.top .top-features .top-features-head small:after {
  content: "";
  width: 2px;
  height: 1em;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 8px; /* 0.4vw */
  transform: rotate(25deg);
}
.top .top-features .top-features-list {
  margin-top: 80px; /* 4.04vw */
}
.top .top-features .top-features-list li {
  align-items: center;
  margin-bottom: 65px; /* 3.283vw */
}
.top .top-features .top-features-list li.reverse {
  flex-direction: row-reverse;
}
.top .top-features .top-features-list h3 {
  font-size: 35px; /* 1.77vw */
  margin-bottom: 48px; /* 2.42vw */
  font-weight: 600;
}
.top .top-features .top-features-list .text {
  width: 50%;
  padding: 0 80px; /* 4.04vw */
}
.top .top-features .top-features-list p {
  font-size: 16px; /* 0.81vw */
  font-weight: 400;
}
.top .top-features .top-features-list .image {
  width: 50%;
}
.top .top-features .top-features-list .image p {
  display: none;
}
.top .top-features .top-features-other {
  background: #d3f1ff;
  padding: 0 50px 50px; /* 2.53vw */
  border-radius: 30px; /* 1.52vw */
  text-align: center;
  margin-top: 58px; /* 2.93vw */
}
.top .top-features .top-features-other h3 {
  font-size: 32px; /* 1.62vw */
  font-weight: 600;
  padding: 50px 0 30px; /* 2.53vw 0 1.52vw */
}
.top .top-features .top-features-other img {
  width: 1000px; /* 50.505vw */
}
.top .top-features .top-features-youtube {
  width: 1000px; /* 50.505vw */
  margin: 0 auto; /* 7.58vw */
  max-width: 100%;
  aspect-ratio: 16/9;
}
.top .top-features .top-features-youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top .top-features {
    padding: 10.67vw 0;
  }
  .top .top-features .top-features-head {
    font-size: 6.93vw;
    padding: 0 0 5.33vw;
  }
  .top .top-features .top-features-head small {
    font-size: 4.533vw;
    margin-bottom: 4.27vw;
    padding: 0 1.4em;
  }
  .top .top-features .top-features-head small span {
    font-size: 6.933vw;
  }
  .top .top-features .top-features-list {
    margin-top: 10.67vw;
  }
  .top .top-features .top-features-list li {
    margin-bottom: 10.133vw;
  }
  .top .top-features .top-features-list h3 {
    font-size: 4.8vw;
    margin-bottom: 4.33vw;
    text-align: center;
  }
  .top .top-features .top-features-list .text {
    width: 100%;
    padding: 0;
  }
  .top .top-features .top-features-list .text p {
    display: none;
  }
  .top .top-features .top-features-list p {
    font-size: 4.267vw;
  }
  .top .top-features .top-features-list .image {
    width: 100%;
    margin-bottom: 4.27vw;
  }
  .top .top-features .top-features-list .image p {
    display: block;
  }
  .top .top-features .top-features-other {
    padding: 0 4vw 7.47vw;
    margin-top: 8.53vw;
  }
  .top .top-features .top-features-other h3 {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
    padding-top: 7.2vw;
  }
  .top .top-features .top-features-other img {
    width: 100%;
  }
  .top .top-features .top-features-youtube {
    margin: 0 auto;
    width: 100%;
  }
}
.top .top-voice {
  background: #e1e8f2;
  padding: 100px 0 100px; /* 5.05vw */
}
.top .top-voice .top-voice-head {
  text-align: center;
  font-size: 42px; /* 2.12vw */
  padding: 0 0 50px; /* 2.53vw */
}
.top .top-voice .top-voice-list {
  flex-wrap: wrap;
}
.top .top-voice .top-voice-list li {
  width: 48%; /* 33.48vw */
  background: #fff;
  padding: 40px; /* 2.02vw */
  margin-bottom: 45px; /* 2.27vw */
}
.top .top-voice .top-voice-list li h3 {
  font-size: 24px; /* 1.21vw */
}
.top .top-voice .top-voice-list li p {
  margin-top: 20px; /* 1.01vw */
  font-size: 16px; /* 0.81vw */
  font-weight: 400;
}
.top .top-voice .top-voice-list li .text {
  width: 333px; /* 16.82vw */
  max-width: 100%;
}
.top .top-voice .top-voice-list li .image {
  width: 222px; /* 11.21vw */
  max-width: 100%;
}
.top .top-voice .text02 {
  text-align: center;
  color: #4477bb;
  font-size: 32px; /* 1.62vw */
  margin-top: 15px; /* 0.76vw */
}
@media screen and (max-width: 768px) {
  .top .top-voice {
    padding: 10.67vw 0;
  }
  .top .top-voice .top-voice-head {
    font-size: 6.93vw;
    padding: 0 0 7.47vw;
  }
  .top .top-voice .top-voice-list li {
    width: 100%;
    padding: 8vw 5.33vw;
    margin-bottom: 4.27vw;
  }
  .top .top-voice .top-voice-list li h3 {
    font-size: 4.8vw;
  }
  .top .top-voice .top-voice-list li p {
    margin-top: 4.27vw;
    font-size: 4vw;
  }
  .top .top-voice .top-voice-list li .image {
    width: 59.2vw;
    margin: 4.8vw auto 0;
  }
  .top .top-voice .text02 {
    font-size: 5.87vw;
    margin-top: 4vw;
  }
}
.top .top-plan {
  padding: 100px 0 165px; /* 5.05vw 0 8.33vw */
}
.top .top-plan .top-plan-head {
  text-align: center;
  font-size: 42px; /* 2.12vw */
  padding: 0 0 50px; /* 2.53vw */
}
.top .top-plan .top-plan-list > li {
  width: 48%; /* 33.48vw */
}
.top .top-plan .top-plan-list > li .head {
  background: #de86b0;
  border-radius: 20px 20px 0 0; /* 1.01vw */
  padding: 38px 0; /* 1.92vw */
  color: #fff;
  font-size: 32px; /* 1.62vw */
  text-align: center;
}
.top .top-plan .top-plan-list > li .head span {
  display: block;
  font-size: 16px; /* 0.81vw */
  font-weight: 500;
}
.top .top-plan .top-plan-list > li .contents {
  background: #fff7fb;
  border-radius: 0 0 20px 20px; /* 1.01vw */
  padding-bottom: 64px; /* 3.23vw */
}
.top .top-plan .top-plan-list > li .price {
  text-align: center;
  color: #4477bb;
  padding-top: 40px; /* 2.02vw */
}
.top .top-plan .top-plan-list > li .price .price01 {
  font-size: 39px; /* 1.97vw */
}
.top .top-plan .top-plan-list > li .price .price02 {
  font-size: 62px; /* 3.13vw */
  margin: 0 6px; /* 0.3vw */
  letter-spacing: 3px; /* 0.15vw */
}
.top .top-plan .top-plan-list > li .price .price03 {
  position: relative;
  font-size: 29px; /* 1.46vw */
  font-weight: 400;
}
.top .top-plan .top-plan-list > li .price .price03 .tax {
  position: absolute;
  font-size: 11px; /* 0.56vw */
  color: #000;
  left: -6px; /* -0.3vw */
  top: -10px; /* -0.51vw */
}
.top .top-plan .top-plan-list > li .initial-cost {
  font-size: 16px; /* 0.81vw */
  font-weight: 400;
  text-align: center;
  margin-bottom: 23px; /* 1.16vw × 19.8 ≒ 23px */
}
.top .top-plan .top-plan-list > li .initial-cost span {
  font-size: 10px; /* 0.51vw × 19.8 ≒ 10px */
}
.top .top-plan .top-plan-list > li .caution {
  font-size: 14px; /* 0.71vw */
  font-weight: 400;
  margin: 0 auto 48px; /* 2.42vw */
  width: 404px; /* 20.42vw */
}
.top .top-plan .function-list-outer {
  text-align: center;
}
.top .top-plan .function-list {
  display: inline-block;
  text-align: center;
}
.top .top-plan .function-list li {
  margin-bottom: 12px; /* 0.61vw */
}
.top .top-plan .function-list p {
  font-size: 18px; /* 0.91vw */
  font-weight: 600;
  text-align: left;
  position: relative;
  padding-left: 45px; /* 2.27vw */
}
.top .top-plan .function-list p span {
  font-size: 12px; /* 0.61vw */
  font-weight: 400;
  display: block;
}
.top .top-plan .function-list p:before {
  content: "";
  width: 20px; /* 1.01vw */
  height: 12px; /* 0.61vw */
  background: url("../img/icon-check.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 10px; /* 0.51vw */
}
.top .top-plan .point {
  background: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 530px; /* 26.77vw */
  max-width: calc(100% - 30px);
  margin: 30px auto 0; /* 1.52vw */
  padding: 25px 40px; /* 1.26vw 2.02vw */
}
.top .top-plan .point .left {
  border: 2px solid #4477bb; /* 0.1vw */
  width: 102px; /* 5.15vw */
  height: 102px; /* 5.15vw */
  border-radius: 50%;
  font-size: 15px; /* 0.758vw × 19.8 ≒ 15px */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #4477bb;
}
.top .top-plan .point p {
  font-size: 18px; /* 0.91vw */
  text-align: left;
  font-weight: 500;
  margin-left: 50px; /* 2.53vw */
  line-height: 2;
}
.top .top-plan .point p span {
  display: inline-block;
  font-size: 14px; /* 0.71vw */
  font-weight: 400;
  transform: translateY(-6px); /* -0.3vw */
}
.top .top-plan .caution {
  margin-top: 20px; /* 1.01vw */
  font-size: 14px; /* 0.71vw */
  font-weight: 400;
}
.top .top-plan .graph {
  margin-top: 90px; /* 4.55vw */
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.top .top-plan .graph table {
  width: 100%;
}
.top .top-plan .graph table th,
.top .top-plan .graph table td {
  font-size: 18px;
  padding: 0.8em;
  text-align: center;
  vertical-align: middle;
}
.top .top-plan .graph table td {
  color: #9da8b5;
  border-bottom: 1px solid #d6dde6;
  border-right: 1px solid #d6dde6;
}
.top .top-plan .graph table td small {
  display: block;
  font-size: 16px;
}
.top .top-plan .graph table .icon {
  font-size: 40px;
}
.top .top-plan .graph table .icon.line {
  font-weight: 200;
}
.top .top-plan .graph table .price td {
  font-size: 28px;
}
.top .top-plan .graph table .price td span {
  font-size: 19px;
}
.top .top-plan .graph table .price td small {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.top .top-plan .graph table .price .emphasis {
  font-size: 35px;
}
.top .top-plan .graph table .price .emphasis span {
  font-size: 24px;
}
.top .top-plan .graph table tr th {
  background: #d6dde6;
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
}
.top .top-plan .graph table tr .emphasis {
  border-left: 4px solid #4477bb;
  border-right: 4px solid #4477bb;
  color: #de86b0;
}
.top .top-plan .graph table tr .emphasis small {
  font-size: 18px;
}
.top .top-plan .graph table tr:nth-child(1) th {
  background: #9da8b5;
  color: #fff;
  font-size: 22px;
  border-right: 1px solid #d6dde6;
}
.top .top-plan .graph table tr:nth-child(1) th span {
  font-size: 32px;
}
.top .top-plan .graph table tr:nth-child(1) th:first-child {
  background: none;
}
.top .top-plan .graph table tr:nth-child(1) .emphasis {
  background: #4477bb;
  border-right: 4px solid #4477bb;
}
.top .top-plan .graph table tr:nth-child(2) .emphasis {
  color: inherit;
  font-size: 22px;
}
.top .top-plan .graph table tr:last-child .emphasis {
  border-bottom: 4px solid #4477bb;
}
@media screen and (max-width: 768px) {
  .top .top-plan {
    padding: 10.67vw 0;
  }
  .top .top-plan .top-plan-head {
    font-size: 6.93vw;
    padding: 0 0 10.67vw;
  }
  .top .top-plan .top-plan-list {
    width: calc(100% + 6.4vw);
    padding: 0 6.4vw 4vw 0;
    display: flex; /* 横並びにする */
    overflow-x: auto; /* 横スクロールを可能にする */
    gap: 4vw; /* カード間の余白 */
  }
  .top .top-plan .top-plan-list > li {
    width: 85vw; /* 100%だと次があることが分かりにくいため、少し小さくするのが一般的です */
    flex-shrink: 0; /* 親がflexでも幅を維持する */
  }
  .top .top-plan .top-plan-list > li .head {
    padding: 3.2vw 0;
    font-size: 5.33vw;
  }
  .top .top-plan .top-plan-list > li .head span {
    font-size: 3.73vw;
  }
  .top .top-plan .top-plan-list > li .contents {
    padding: 0 5.33vw 6.4vw;
  }
  .top .top-plan .top-plan-list > li .price {
    padding-top: 2.67vw;
  }
  .top .top-plan .top-plan-list > li .price .price01 {
    font-size: 7.73vw;
  }
  .top .top-plan .top-plan-list > li .price .price02 {
    font-size: 12.27vw;
    margin: 0 0.8vw;
    letter-spacing: 0.4vw;
  }
  .top .top-plan .top-plan-list > li .price .price03 {
    font-size: 5.6vw;
  }
  .top .top-plan .top-plan-list > li .price .price03 .tax {
    font-size: 2.13vw;
    left: -1.3vw;
    top: -1.51vw;
  }
  .top .top-plan .top-plan-list > li .initial-cost {
    font-size: 4.267vw;
    margin-bottom: 2.933vw;
  }
  .top .top-plan .top-plan-list > li .initial-cost span {
    font-size: 2.667vw;
  }
  .top .top-plan .top-plan-list > li .caution {
    font-size: 3.73vw;
    margin: 0 auto 4.27vw;
    width: 100%;
  }
  .top .top-plan .function-list li {
    margin-bottom: 1.6vw;
  }
  .top .top-plan .function-list p {
    font-size: 4.27vw;
    padding-left: 7.47vw;
  }
  .top .top-plan .function-list p span {
    font-size: 3.2vw;
  }
  .top .top-plan .function-list p:before {
    width: 5.07vw;
    height: 3.2vw;
    top: 1.6vw;
  }
  .top .top-plan .point {
    width: 100%;
    max-width: 100%;
    margin: 3.73vw auto 0;
    padding: 2.4vw 5.33vw;
  }
  .top .top-plan .point .left {
    border: 0.27vw solid #4477bb;
    width: 18.67vw;
    height: 18.67vw;
    font-size: 2.67vw;
  }
  .top .top-plan .point p {
    font-size: 3.73vw;
    margin-left: 2.67vw;
    line-height: 1.6;
  }
  .top .top-plan .point p span {
    font-size: 2.13vw;
    transform: translateY(-2.4vw);
  }
  .top .top-plan .caution {
    margin-top: 4.27vw;
    font-size: 3.2vw;
  }
  .top .top-plan .graph {
    margin-top: 6.133vw; /* 23px */
    width: calc(100% + 6.4vw);
    padding-bottom: 4vw;
  }
  .top .top-plan .graph table {
    width: 194.667vw; /* 730px */
    margin-right: 5.333vw; /* 20px */
  }
  .top .top-plan .graph table th,
  .top .top-plan .graph table td {
    font-size: 3.2vw; /* 12px */
    padding: 0.8em;
  }
  .top .top-plan .graph table td small {
    font-size: 3.2vw; /* 12px */
  }
  .top .top-plan .graph table .icon {
    font-size: 8vw; /* 30px */
    line-height: 1;
  }
  .top .top-plan .graph table .icon.line {
    font-weight: 200;
  }
  .top .top-plan .graph table .price td {
    font-size: 4.533vw; /* 17px */
  }
  .top .top-plan .graph table .price td span {
    font-size: 2.933vw; /* 11px */
  }
  .top .top-plan .graph table .price td small {
    font-size: 2.667vw; /* 10px */
  }
  .top .top-plan .graph table .price .emphasis {
    font-size: 4.533vw; /* 17px */
  }
  .top .top-plan .graph table .price .emphasis span {
    font-size: 2.933vw; /* 11px */
  }
  .top .top-plan .graph table tr th {
    font-size: 3.2vw; /* 12px */
  }
  .top .top-plan .graph table tr .emphasis {
    border-left: 1.067vw solid #4477bb; /* 4px */
    border-right: 1.067vw solid #4477bb; /* 4px */
  }
  .top .top-plan .graph table tr .emphasis small {
    font-size: 3.2vw; /* 12px */
  }
  .top .top-plan .graph table tr:nth-child(1) th {
    font-size: 2.933vw; /* 11px */
  }
  .top .top-plan .graph table tr:nth-child(1) th span {
    font-size: 4.267vw; /* 16px */
  }
  .top .top-plan .graph table tr:nth-child(1) .emphasis {
    border-right: 1.067vw solid #4477bb; /* 4px */
    font-size: 3.733vw; /* 14px */
  }
  .top .top-plan .graph table tr:nth-child(2) .emphasis {
    font-size: 3.2vw; /* 12px */
  }
  .top .top-plan .graph table tr:last-child .emphasis {
    border-bottom: 1.067vw solid #4477bb; /* 4px */
  }
}
.top .top-flow {
  background: #d3f1fe;
  padding: 114px 0 140px; /* 5.76vw 0 7.07vw */
}
.top .top-flow .top-flow-head {
  text-align: center;
  font-size: 42px; /* 2.12vw */
  padding: 0 0 60px; /* 3.03vw */
}
.top .top-flow .top-flow-list {
  flex-wrap: wrap;
}
.top .top-flow .top-flow-list li {
  background: #fff;
  width: calc(20% - 20px); /* 13.13vw */
  font-size: 25px; /* 1.26vw */
  font-weight: 700;
  line-height: 1;
  padding: 50px 20px 40px; /* 2.53vw 1.01vw 2.02vw */
  text-align: center;
  position: relative;
  margin: 0 10px 30px; /* 1.16vw */
}
.top .top-flow .top-flow-list li:before {
  position: absolute;
  content: "";
  right: -15px; /* -0.76vw */
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px; /* 1.52vw */
  height: 30px; /* 1.52vw */
  transform: translateY(5px); /* 0.25vw */
  background: url("../img/icon-fllow-arrow.svg") no-repeat;
  background-size: 100% 100%;
}
.top .top-flow .top-flow-list li:last-child {
  margin-right: 0;
}
.top .top-flow .top-flow-list li:last-child:before {
  display: none;
}
.top .top-flow .top-flow-list li .step-outer {
  position: absolute;
  top: -18px; /* -0.91vw */
  left: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}
.top .top-flow .top-flow-list li .step {
  background: #4477bb;
  border-radius: 28px; /* 1.4vw */
  color: #fff;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  padding: 3px 20px 10px; /* 0.15vw 1.01vw 0.51vw */
  font-size: 31px; /* 1.57vw */
}
.top .top-flow .top-flow-list li .step small {
  font-size: 20px; /* 1.01vw */
}
@media screen and (max-width: 768px) {
  .top .top-flow {
    padding: 10.67vw 0 5.33vw;
  }
  .top .top-flow .top-flow-head {
    font-size: 6.93vw;
    padding: 0 0 8vw;
  }
  .top .top-flow .top-flow-list {
    justify-content: center;
  }
  .top .top-flow .top-flow-list li {
    width: 39.6vw;
    font-size: 4vw;
    padding: 7.73vw 2.67vw 6.4vw;
    margin: 0 0 7.47vw;
  }
  .top .top-flow .top-flow-list li:before {
    right: -2.67vw;
    width: 5.33vw;
    height: 5.33vw;
    transform: translateY(0.8vw);
  }
  .top .top-flow .top-flow-list li:nth-child(2n) {
    margin-left: 4vw;
  }
  .top .top-flow .top-flow-list li .step-outer {
    top: -4.8vw;
  }
  .top .top-flow .top-flow-list li .step {
    padding: 1.07vw 4.8vw 2.13vw;
    font-size: 5.07vw;
    border-radius: 10vw;
  }
  .top .top-flow .top-flow-list li .step small {
    font-size: 3.2vw;
  }
}
.top .top-contact {
  background: #4477bb;
  padding: 120px 0 180px;
  scroll-margin-top: 80px;
}
.top .top-contact .top-contact-head {
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 42px;
}
.top .top-contact #formWrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 90px 90px 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.top .top-contact #formWrap .summary {
  border: 2px solid #de86b0;
  padding: 70px 80px 60px;
  margin-bottom: 70px;
  position: relative;
}
.top .top-contact #formWrap .summary h3 {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  text-align: center;
}
.top .top-contact #formWrap .summary h3 span {
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #de86b0;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 60px;
  position: relative;
}
.top .top-contact #formWrap .summary h3 span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 13px solid #de86b0;
  border-bottom: 0;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.top .top-contact #formWrap .summary li + li {
  margin-top: 24px;
}
.top .top-contact #formWrap .summary p {
  padding-left: 45px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.top .top-contact #formWrap .summary p:before {
  content: "";
  width: 30px;
  height: 18px;
  background: url(../img/icon-check.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 6px;
}
.top .top-contact #formWrap .summary .summary-contents {
  position: relative;
}
.top .top-contact #formWrap .summary .summary-contents .image {
  position: absolute;
  right: -60px; /* -3.03vw */
  bottom: -30px; /* -1.52vw */
  width: 412px; /* 20.81vw × 19.8 ≒ 412px */
}
@media screen and (max-width: 1110px) {
  .top .top-contact #formWrap .summary .summary-contents .image {
    margin-top: 4vw;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.top .top-contact #formWrap .form {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.top .top-contact #formWrap .form li + li {
  margin-top: 20px;
}
.top .top-contact #formWrap .head {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.top .top-contact #formWrap .head span {
  background: #4477bb;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  margin-left: 10px;
}
.top .top-contact #formWrap .input input[type=text],
.top .top-contact #formWrap .input textarea,
.top .top-contact #formWrap .input select {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0.8em 1em;
  font-size: 16px;
  appearance: none;
}
.top .top-contact #formWrap .input input[type=text]::placeholder,
.top .top-contact #formWrap .input textarea::placeholder,
.top .top-contact #formWrap .input select::placeholder {
  color: #cccccc;
}
.top .top-contact #formWrap .input p {
  font-size: 16px;
  font-weight: 400;
}
.top .top-contact #formWrap .select {
  width: 340px;
  max-width: 100%;
  position: relative;
}
.top .top-contact #formWrap .select:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}
.top .top-contact #formWrap .checkbox-group {
  margin-top: 10px;
}
.top .top-contact #formWrap .checkbox-group p {
  margin-bottom: 12px;
}
.top .top-contact #formWrap .checkbox-group input[type=checkbox] {
  display: none;
}
.top .top-contact #formWrap .checkbox-group .checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.top .top-contact #formWrap .checkbox-group .checkbox-label span {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.top .top-contact #formWrap .checkbox-group .checkbox-label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #d6dde6;
  background: #fff;
  transition: all 0.2s;
}
.top .top-contact #formWrap .checkbox-group .checkbox-label span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 1px);
  width: 10px;
  height: 6px;
  border-left: 3px solid #4477bb;
  border-bottom: 3px solid #4477bb;
  transform: translateY(-50%) rotate(-45deg) scale(0);
  transition: transform 0.2s ease-in-out;
}
.top .top-contact #formWrap .checkbox-group .checkbox-label input[type=checkbox]:checked + span::before {
  border-color: #4477bb;
}
.top .top-contact #formWrap .checkbox-group .checkbox-label input[type=checkbox]:checked + span::after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}
.top .top-contact #formWrap .privacy-agreement {
  text-align: center;
  margin: 40px 0;
}
.top .top-contact #formWrap .privacy-agreement .agreement-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.top .top-contact #formWrap .privacy-agreement .agreement-text a {
  text-decoration: underline;
}
.top .top-contact #formWrap .privacy-agreement .checkbox-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .top-contact #formWrap .privacy-agreement .checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.top .top-contact #formWrap .privacy-agreement .checkbox-label input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  cursor: pointer;
  accent-color: #007bff;
}
.top .top-contact #formWrap input[type=submit] {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: #de86b0;
  padding: 16px 60px;
  border-radius: 50px;
  border: none;
}
.top .top-contact #formWrap input[type=submit]:hover {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .top .top-contact {
    padding: 10.667vw 0 17.067vw;
  }
  .top .top-contact .top-contact-head {
    padding-bottom: 6.933vw;
    font-size: 6.933vw;
  }
  .top .top-contact #formWrap {
    padding: 10.667vw 4vw 9.333vw;
    box-shadow: 0 0 2.667vw rgba(0, 0, 0, 0.16);
  }
  .top .top-contact #formWrap .summary {
    border: 0.533vw solid #de86b0;
    padding: 8.533vw 6.133vw 5.333vw;
    margin-bottom: 8vw;
  }
  .top .top-contact #formWrap .summary h3 {
    top: -5.333vw;
  }
  .top .top-contact #formWrap .summary h3 span {
    font-size: 3.733vw;
    padding: 2.133vw 8vw;
  }
  .top .top-contact #formWrap .summary h3 span:before {
    border-right: 2.4vw solid transparent;
    border-left: 2.4vw solid transparent;
    border-top: 1.867vw solid #de86b0;
    bottom: -1.867vw;
  }
  .top .top-contact #formWrap .summary li + li {
    margin-top: 2.133vw;
  }
  .top .top-contact #formWrap .summary p {
    padding-left: 7.467vw;
    font-size: 3.733vw;
  }
  .top .top-contact #formWrap .summary p:before {
    width: 4.8vw;
    height: 2.667vw;
    top: 1.6vw;
  }
  .top .top-contact #formWrap .summary .head {
    font-size: 4.8vw;
    margin-bottom: 2.667vw;
  }
  .top .top-contact #formWrap .summary .head span {
    font-size: 3.2vw;
    padding: 1.333vw 2.133vw;
    margin-left: 2.667vw;
  }
  .top .top-contact #formWrap .summary .input input[type=text],
  .top .top-contact #formWrap .summary .input select {
    border: 0.267vw solid #dddddd;
    border-radius: 1.333vw;
    padding: 0.8em 1em;
    font-size: 4.267vw;
  }
  .top .top-contact #formWrap .summary .select {
    width: 100%;
  }
  .top .top-contact #formWrap .summary .select:before {
    width: 2.133vw;
    height: 2.133vw;
    border-bottom: 0.533vw solid;
    border-right: 0.533vw solid;
    right: 4.267vw;
  }
  .top .top-contact #formWrap .summary .radio-group {
    margin-top: 2.667vw;
  }
  .top .top-contact #formWrap .summary .radio-group p {
    margin-bottom: 3.2vw;
  }
  .top .top-contact #formWrap .summary .radio-group .radio-label span {
    padding-left: 8vw;
  }
  .top .top-contact #formWrap .summary .radio-group .radio-label span::before {
    width: 5.333vw;
    height: 5.333vw;
    border: 0.533vw solid #ccc;
  }
  .top .top-contact #formWrap .summary .radio-group .radio-label span::after {
    left: 1.067vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .top .top-contact #formWrap .summary .privacy-agreement {
    margin: 10.667vw 0;
  }
  .top .top-contact #formWrap .summary .privacy-agreement .agreement-text {
    font-size: 4.267vw;
    margin-bottom: 2.667vw;
  }
  .top .top-contact #formWrap .summary .privacy-agreement .checkbox-label {
    font-size: 4.267vw;
  }
  .top .top-contact #formWrap .summary .privacy-agreement .checkbox-label input[type=checkbox] {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 3.2vw;
  }
  .top .top-contact #formWrap .summary input[type=submit] {
    font-size: 3.733vw;
    padding: 4.267vw 16vw;
    border-radius: 13.333vw;
  }
}

/*------------- thanks -------------*/
.thanks {
  text-align: center;
  min-height: 100vh;
  padding-bottom: 120px;
}
.thanks h1 {
  font-size: 2.12vw;
  margin: 15.15vw 0 2.78vw;
}
.thanks p {
  margin-bottom: 7.58vw;
}
.thanks .c-btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding-bottom: 60px;
  }
  .thanks h1 {
    font-size: 6.4vw;
    margin: 34.67vw 0 6.93vw;
  }
  .thanks p {
    margin-bottom: 13.33vw;
    text-align: left;
  }
}

/*------------- confirm -------------*/
.confirm {
  padding-bottom: 160px;
}
.confirm .confirm-intro {
  margin: 240px 0 90px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.confirm .confirm-list {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.confirm .confirm-list li {
  margin-bottom: 30px;
}
.confirm .confirm-list .head {
  font-size: 18px;
  margin-bottom: 1em;
}
.confirm .confirm-list .head span {
  display: inline-block;
  background: #4477bb;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  margin-left: 0.5em;
  padding: 0.3em 0.6em;
}
.confirm .confirm-list .contents {
  font-size: 16px;
  font-weight: 400;
}
.confirm .btn-wrap {
  justify-content: center;
  margin-top: 80px;
  flex-direction: row-reverse;
}
.confirm .btn-wrap .btn {
  margin: 15px 16px;
}
.confirm .btn-wrap .btn.back input {
  width: 200px;
  display: block;
  background: #fff;
  color: #de86b0;
  border-radius: 50px;
  border: 1px solid #de86b0;
  padding: 1em;
  margin: 0 auto;
}
.confirm .btn-wrap .btn.back input:hover {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.confirm .btn-wrap .btn.submit input {
  width: 200px;
  display: block;
  background: #de86b0;
  border: 1px solid #de86b0;
  color: #fff;
  border-radius: 50px;
  padding: 1em;
  margin: 0 auto;
}
.confirm .btn-wrap .btn.submit input:hover {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .confirm {
    padding-bottom: 100px;
  }
  .confirm .confirm-intro {
    margin: 100px 0 40px;
  }
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-spbr {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .u-pcbr {
    display: none;
  }
}

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

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

.u-pink {
  color: #de86b0;
}

.u-orange {
  color: #ff8601;
}

.u-blue {
  color: #4477bb;
}

.u-bg-blue {
  color: #fff;
  background: #4477bb;
  padding: 0.4vw 0.81vw; /* 8px 16px → 0.4vw 0.81vw */
  display: inline-block;
  margin-right: 0.91vw; /* 18px → 0.91vw */
  font-size: 1.31vw; /* 26px → 1.31vw */
  letter-spacing: 0.2vw; /* 4px → 0.2vw */
}
@media screen and (max-width: 768px) {
  .u-bg-blue {
    padding: 1.07vw 3.73vw; /* 4px 14px → 1.07vw 3.73vw */
    margin-right: 2.4vw; /* 9px → 2.4vw */
    font-size: 3.73vw; /* 14px → 3.73vw */
    letter-spacing: 0.53vw; /* 2px → 0.53vw */
  }
}

/*# sourceMappingURL=style.css.map */
