:root{
    --orange: #ff7644;
    --pink: #ff6969;
    --purple: #7c87d6;
    --pastel-purple:#e0e7ff;
    --yellow: #fffddf;
    --navy: #060f2f;
}

html{
    width: 100%;
    margin: 0 auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--navy);
    line-height: 180%;
    font-size: 120%;
    text-align: center;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

h2 {
    font-size: 7vw;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 10px;
}

h3 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 8%;
}

.box {
    padding: 12% 0;
}

.area {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.sp {
    display: none;
}

/*========================= header ========================== */
.logo {
    display: block;
    position: absolute;
    width: 20%;
    top: 4.5%;
    left: 11.5%;
    z-index: 1000;
}

.header-back {
    position: relative;
    width: 100vw;
    z-index: 1;
}

/*========================= cta ========================== */
.cta {
    background: url(../img/cta_back.jpg) no-repeat center / cover;
    padding: 5% 0;
}

.cta-box {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}

/*========================= about ========================== */
.about {
    position: relative;
    background: url(../img/01back.png) no-repeat top right;
    background-size: 50vw;
}

.about:before {
    position: absolute;
    content: '';
    height: 50px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    left: 0;
    bottom: -48px;
    background: #fff;
    z-index: 100;
}

.about-box {
    position: relative;
    z-index: 100;
}

.about-box:before {
    content: 'ABOUT';
    position: absolute;
    top: 1%;
    left: -10%;
    color: var(--pastel-purple);
    font-weight: bold;
    font-size: 7vw;
    font-style: italic;
    letter-spacing: 10px;
    z-index: -1;
}

.box-end {
    height: 300px;
    border-radius: 0 0 50% 50%;
}

/*========================= compare ========================== */
.compare {
    position: relative;
    background: var(--pastel-purple) url(../img/02back.png) no-repeat top left;
    background-size: 50vw;
}

.compare:before {
    position: absolute;
    content: '';
    height: 50px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    left: 0;
    bottom: -48px;
    background: var(--pastel-purple);
    z-index: 100;
}

.compare:after {
    position: absolute;
    content: '';
    background: url(../img/02left.png) no-repeat center / contain;
    top: -10%;
    left: 3%;
    width: 28%;
    height: 28%;
    z-index: 500;

}

.compare-box {
    position: relative;
    z-index: 100;
}

.compare-box:before {
    content: 'COMPARE';
    position: absolute;
    top: 1%;
    left: -10%;
    color: var(--yellow);
    font-weight: bold;
    font-size: 7vw;
    font-style: italic;
    letter-spacing: 10px;
    z-index: -1;
}

/*========================= for ========================== */
.for {
    position: relative;
    background: #c4d2ff url(../img/03back.png) no-repeat bottom right;
    background-size: 50vw;
}

.for::before {
    position: absolute;
    content: '';
    background: url(../img/03right.png) no-repeat center / contain;
    top: -10%;
    right: 3%;
    width: 23%;
    height: 23%;
    z-index: 500;
}

.for-box {
    position: relative;
    z-index: 100;
}

.for-box:before {
    content: 'FOR';
    position: absolute;
    top: 1%;
    left: -10%;
    color: #fff;
    font-weight: bold;
    font-size: 7vw;
    font-style: italic;
    letter-spacing: 10px;
    z-index: -1;
}

/*========================= voice ========================== */
.voice {
    position: relative;
    background: var(--yellow);
}

.voice::before {
    position: absolute;
    content: '';
    background: url(../img/04left.png) no-repeat center / contain;
    top: 15%;
    left: 10%;
    width: 25%;
    height: 25%;
}

.voice h2 {
    background: linear-gradient(90deg, var(--orange), var(--pink)); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}

.voice-slider {
    margin: 5% auto;
    width: 80%;
}

.voice-name {
    background: var(--navy);
    color: #fff;
    display: inline-block;
    padding: 1% 2%;
}

.slick-slide {
    margin: 0 0.3%;
    background: #fff;
    border: 2px solid var(--orange);
    padding: 0.3%;
}

.slick-track {
    margin-bottom: 5%;
    display: flex;
    align-items: center;
}

.voice-slider p {
    text-align: left;
    margin: 3% auto;
    font-weight: bold;
}

.voice-slider p > span {
    color: var(--orange);
}

.slick-dots li button:before {
    color: var(--orange);
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--orange);
}

.slick-prev, .slick-next {
    top: 45%;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.slick-prev {
    background: url(../img/04leftbtn.png) no-repeat center / contain!important;
    left: -10%;
}

.slick-next {
    background: url(../img/04rightbtn.png) no-repeat center / contain!important;
    right: -10%;
}

.slick-prev:hover {
    background: url(../img/04leftbtn.png) no-repeat center / contain!important;
    opacity: 0.8;
}

.slick-next:hover {
    background: url(../img/04rightbtn.png) no-repeat center / contain!important;
    opacity: 0.8;
}

.slick-next:before {
    content: ''!important;
}

.slick-prev:before {
    content: ''!important;
}

.slick-dots li button:before {
    font-size: 12px;
}

/*========================= reason ========================== */
.reason {
    position: relative;
    background: var(--pastel-purple);
}

.reason::before {
    position: absolute;
    content: '';
    background: url(../img/05left.png) no-repeat center / contain;
    bottom: 5%;
    left: 3%;
    width: 15%;
    height: 15%;
}

.reason::after {
    position: absolute;
    content: '';
    background: url(../img/05right.png) no-repeat center / contain;
    bottom: 5%;
    right: 3%;
    width: 15%;
    height: 15%;
}

/*========================= flow ========================== */
.flow {
    background: url(../img/06flow_back.jpg) no-repeat center / cover;
}

/*========================= faq ========================== */
.faq {
    position: relative;
    background:var(--yellow);
    overflow: hidden;
    padding: 12% 0 6% 0;
}

.faq::before {
    position: absolute;
    content: '';
    background: url(../img/07back.png) no-repeat top / contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 200%;
}

.faq h2 {
    background: linear-gradient(90deg, var(--purple), var(--navy));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
    position: relative;
    z-index: 100;
}

.accordion-area dl {
    margin: 2%;
}

.accordion-area dd {
    margin-inline-start: 0;
}

.accordion-area {
    list-style: none;
    width: 100%;
    margin: 3% auto;
}

.accordion-area dt {
    position: relative;
    cursor: pointer;
	color: #fff;
    background: var(--purple);
    transition: all .5s ease;
	padding: 3% 8% 3% 3%;
	text-align: left;
	line-height: 130%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.accordion-area dt::after {
    position: absolute;
    content:'＋';
    font-size: 160%;
    width: 5%;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
	display: block;
	transition-duration: .6s;
    color: #fff;
}

.accordion-area dt.close::after {
    content: '－';
}

.accordion-area dd {
	position: relative;
    display: none;
    padding: 3% 3% 3% 8%;
	text-align: left;
    background: #fff;
}

.accordion-area dd > span {
    color: var(--orange);
    font-weight: bold;
}

.faq img {
    width: 50%;
    margin-top: 10%;
}


/*========================= form ========================== */
.form {
    background: var(--purple);
    color: #fff;
}

.form h2 {
    color: var(--pastel-purple);
    line-height: normal;
}
  
.form-box {
    background: var(--pastel-purple);
    border-radius: 10px;
    padding: 5%;
    margin: 8% auto;
}

.form p {
    text-align: left;
}

input[type="text"],textarea {
    width: 100%;
    background-color: #fff;
    padding: 4%;
    text-align: left;
}

.form-table {
    width: 100%;
    margin-bottom: 2%;
}

.form-tr {
    width: 100%;
    display: flex;
    margin-bottom: 3%;
    line-height: 32px;
}

.form-tr > th,
.form-tr > td {
    width: 100%;
    display: block;
    color: var(--navy);
}

.required {
    background: var(--orange);
    padding: 6px 16px;
    margin-right: 6%;
    color: #fff;
}

.optional {
    background: var(--purple);
    padding: 6px 16px;
    margin-right: 6%;
    color: #fff;
}

.submit-btn {
    text-align: center;
    padding: 3%;
    width: 50%;
    margin: 0 auto;
    display: block;
    background: var(--orange);
    font-weight: bold;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: .1rem;
}

.privacy {
    width: 100%;
    height: 250px;
    overflow-y:scroll;
    background-color: #fff;
    color: var(--navy);
    margin-bottom: 5%;
    padding: 2% 6%;
}

.privacy h3,.terms h3 {
    color: var(--navy);
    font-weight: bold;
    padding: 10% 0 2% 0;
    border-bottom: 3px solid var(--navy);
    font-size: 1.3em;
    margin-bottom: 1em;
}

.privacy p,.terms p {
    text-align: left;
}

.privacy li  {
    text-align: left;
    list-style: circle;
    margin-left: 5%;
}

.terms li  {
    text-align: left;
    list-style: decimal;
    margin-left: 5%;
}

.terms-child li {
    list-style: circle;
}

.check-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2% 2%;
}

.check-list {
    margin-bottom: 3%;
    text-align: left;
}

label[for] {
    cursor: pointer;
    margin-left: 5%;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: #fff;
    vertical-align: sub;
    font-weight: bold;
    position: relative;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 6px;
    transform: rotate(50deg);
    width: 8px;
    height: 13px;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    content: '';
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    background: #fff;
    vertical-align: sub;
    font-weight: bold;
    position: relative;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}

.p-caution {
    text-indent: -1em;
    padding-left: 1em;
}

/*========================= company ========================== */
.company area {
    background: var(--navy);
}

.company h2 {
    color: var(--pastel-purple);
}

.company dl {
    background: var(--navy);
    color: #fff;
}

.company dl > dt {
    padding: 1%;
}

.company dl > dd {
    background: #fff;
    border: 3px solid var(--navy);
    color: var(--navy);
    font-weight: bold;
    padding: 1%;
}

/*========================= 固定ボタン ========================== */
.fixed-cta {
    background: rgba(6,15,47,0.8);
    padding: 1% 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}

.fixed-cta .cta-box {
    width: 40%;
}

/*========================= footer ========================== */
footer {
    background: var(--navy);
    padding-bottom: 8%;
    color: #fff;
    text-align: center;
}

.footer-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    text-decoration: underline;
    padding-top: 5%;
}

footer p {
    padding: 3% 0;
}

/*========================= law ========================== */
/* .lawbox > .accordion-area {
    list-style: none;
    width: 100%;
    margin:10px auto;
}

.lawbox > .accordion-area dt {
    position: relative;
    cursor: pointer;
	color: #fff;
    background: #d0a600;
    transition: all .5s ease;
	padding: 2% 8%;
	text-align: left;
	line-height: 130%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-size: clamp(0.625rem, 0.526rem + 0.63vw, 1rem);
}

.lawbox > .accordion-area dd {
	position: relative;
    display: none;
    background: #fff7d7;
    padding: 3% 3% 3% 8% ;
	margin-inline-start: 0;
	text-align: left;
    border: 3px solid #dbdbdb;
} */
