@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, .wrap {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}










a {
    text-decoration: none;
}

a.anchor {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

p {
    line-height: 1.75;
}

.wrap {
    margin: 0 auto 5em;
}

html,body {
}

body {
    color: #423111;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 14px;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
    position: relative;
    overflow-x: hidden;
}

section {
    position: relative;
    padding-top: 2rem
}

header {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo img {
    width: 100px;
}

.tel_head {
    display: none;
}

.tel_icon {
    background-color: #31D9B7;
    width: 21px;
    height: 20px;
    margin-right: 0.2em;
    border-radius: 50%;
}

#mainimg {
    margin-top: -60px;
    overflow: hidden;
    position: relative;
}
.mainimg {
    background: url("img/mainimg_sp.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: calc(1240 / 750 * 100%);
    position: relative;
    z-index: 1;
}
#mainimg > video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.btn_main_area {
    width: 90%;
}

.btn_main {
    width: 100%;
    height: 60px;
    max-width: 500px;
    margin: 0 auto 1rem;
    position: relative;
    border-radius: 50px;
    z-index: 2;
    overflow: hidden;
}

.btn {
    background-color: #31D9B7;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    height: 100%;
    margin: 0 auto auto;
    padding: 5px 0;
    border-bottom: 5px solid #1c8973;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
    overflow: hidden;
}

.btn:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: none;
    transition:0.1s;
}

.btn_head {
    width: 160px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: .05rem;
    font-feature-settings: "palt";
    position: relative;
    overflow: hidden;
}

.btn_head a {
    background-color: #31D9B7;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #1c8973;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
    overflow: hidden;
}

.btn_head a:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border-bottom: none;
    transition:0.1s;
}

.btn_head a:active,
.btn:active {
    background-color: #f9496a;
}

.att {
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

#btn_sp {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 99;
    filter: drop-shadow(1px 0px 5px rgba(0,0,0,0.2));
}

.tel_sp,
.register {
    width: 50%;
    height: 100%;
}

.tel_sp > a {
    color: inherit;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #31D9B7;
}

.tel_sp > a img {
    width: 15px;
    height: 15px;
    margin-right: 0.3rem;
}

.tel_sp > a > p {
    color: #aaa;
    font-size: 8px;
    font-weight: 400;
    margin-top: 0.2rem;
    text-align: center;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1;
}

.register > a {
    color: #fff;
    font-weight: 700;
    background-color: #31D9B7;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner {
    width: 94%;
    margin: 0 auto;
}

.ani_reflection {
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-animation: reflection 2s ease-in-out infinite;
    animation: reflection 2s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999;
    pointer-events: none;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.limited {
    font-weight: 900;
    width: 85%;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    letter-spacing: .05rem;
    z-index: 3;
}

.limited:before,
.limited:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    background-color: #423111;
    width: 30px;
    height: 2px;
}

.limited:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.limited:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#close {
    margin-bottom: 40px;
    padding-top: 0;
}
.close {
    background: url(https://www.alpha-note.co.jp/LP/A8_ekimusan/img/cp_sp.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: calc(1040 / 750 * 100%);
    position: relative;
    z-index: 1;
}

footer {
    background-color: #EEEEEE;
    font-size: 10px;
    margin-top: 40px;
    padding: 10px 0;
    text-align: center;
    letter-spacing: .05rem;
}

.slider {
    width: 100%;
    height: 400px;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slider-wrap {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(1589px * 2);
    height: 400px;
}

.slide {
    width: 1589px;
    height: 400px;
    margin: 0;
    text-align: center;
}

@keyframes scroll{
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(calc(-1589px * 1));
    }
}

.btn_area {
    width: 90%;
    margin: 0 auto;
    padding-top: 1rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}
.btn_area02 {
    width: 90%;
    margin: 0 auto;
    padding-top: 1rem;
}

.movie {
    position: relative;
}
.movie::after {
    content: "PORTABLE";
    color: #EFEFEF;
    font-size: 100px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: -1;
    transform:rotate(90deg);
    transform-origin:left top;
}
.movie > .box_movie {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.movie > .box > .ttl {
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.5;
    text-align: center;
}
.A8_movie {
    width: 100%;
    aspect-ratio: 1/1;
    border: 4px solid #D6BE5D;
}

.ttl02,
.ttl04 {
    font-size: 1.75em;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
}
.ttl03 {
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
.ttl05 {
}

#step,
#faq,
#case {
    background-color: #EEFCFF;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
.step {
    padding-bottom: 2rem;
}
.step_list {
    width: 720px;
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
}
.step_list > li {
    background-color: #fff;
    width: calc(180px + 2rem);
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    position: relative;
}
.step_list > li:not(:first-of-type) {
}
.step_list > li > .num,
.flow_list > li > .num {
    font-size: 10px;
    color: #D6BE5D;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border: 2px solid #D6BE5D;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    letter-spacing: .05em;
}
.step_list > li > .num {
    left: -15px;
    top: -20px;
}
.flow_list > li > .num {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.step_list > li > .num > span,
.flow_list > li > .num > span {
    font-size: 240%;
    display: block;
}
.step_list > li > img {
    margin: 0 auto;
    display: block;
}
.step_list > li > p {
    padding: 1rem;
    line-height: 1.5;
}

.step > .flex > .box .ttl {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 1rem;
    text-align: center;
    line-height: 1.5;
}
.step > .flex > .box > img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 1rem;
    display: block;
}
.step > .flex > .box:first-of-type {
    padding: 0 1rem;
}

.scroll-box {
    overflow-x: auto;
    padding-bottom: 1rem;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.support {
    margin-top: 40px;
}

.flow > p {
    text-align: center;
}
.flow_list {
    width: 820px;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.flow_list > li {
    width: 260px;
    padding: 50px 20px 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border: 4px solid #D6BE5D;
}
.flow_list > li::after {
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 6px 0 0 6px;
    border: 2px solid #D6BE5D;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.flow_list > li > .ttl {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.flow_list > li > img {
    width: 100%;
    max-width: 250px;
    margin: 1rem auto;
    display: block;
}
.flow_list > li > p {
    line-height: 1.75;
}

.accordion {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.accordion-item {
}
.accordion-item:not(:first-of-type) {
    margin-top: 10px;
}
.accordion-title {
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    padding: 16px 40px 16px 20px;
    position: relative;
    line-height: 1.75;
    display: flex;
    align-items: center;
}
.accordion-title::before {
    content: "Q";
    color: #31D9B7;
    font-size: 1.4em;
    font-weight: bold;
    padding-right: 1rem;
}
.accordion-content {
    display: none;
    padding: 16px 20px;
    position: relative;
}
.accordion-content > p {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.accordion-content > p::before {
    content: "A";
    color: #31D9B7;
    font-size: 1.4em;
    font-weight: bold;
    padding-right: 1rem;
}
/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
    background-color: #fff;
}
/* 矢印 */
.accordion-title::after {
    border-right: solid 3px #31D9B7;
    border-top: solid 3px #31D9B7;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(135deg);
    transition: transform .05s ease-in-out, top .05s ease-in-out;
}
.accordion-title.open::after {
    margin-top: -7px;
    top: 50%;
    transform: rotate(-45deg);
}
.accordion-content > p > a {
    color: #31D9B7;
    width: 100%;
    text-decoration: underline;
}


.fs12 {
    font-size: 0.4em;
    font-weight: normal;
}

.portable_list {
    margin-bottom: 20px;
}
.portable_list > li {
    padding: 10px 10px 10px 20px;
    border: 3px solid #D6BE5D;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.portable_list > li:not(:first-of-type) {
    margin-top: 10px;
}
.portable_list > li::after {
    content: "";
    background-color: #fff;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 4px 0 0 4px;
    border: 1px solid #D6BE5D;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.portable_list > li > .ttl {
    font-size: 1.25em;
    font-weight: bold;
    width: 70%;
    line-height: 1.5;
}
.portable_list > li > img {
    width: 30%;
    margin: 0 auto;
    display: block;
}
.portable_list > li > p {
    font-size: 0.9em;
    margin-top: 1rem;
    line-height: 1.5;
    display: none;
}

#problem {
    background: url(https://www.alpha-note.co.jp/LP/A8_ekimusan/img/bg01_sp.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: calc(900 / 750 * 100%);
    position: relative;
}
#problem > .inner {
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.problem_list {
}
.problem_list > li {
    background: rgba(255,255,255,0.75);
    width: 70%;
    margin: 10px 0 0 auto;
    padding: 20px;
    border-radius: 10px;
}

.point_h {
    margin: 0 auto 40px;
}
.point_h > li {
    background-color: #EEE2B1;
    border-radius: 50px;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.point_h > li:not(:first-of-type) {
    margin-top: 10px;
}
.point_h > li::after {
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 6px 0 0 6px;
    border: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.point_num {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    margin-right: 10px;
}

.point {
    max-width: 1440px;
    margin: 0 auto 40px;
}
.flex_box {
    margin-top: 20px;
}
.flex_box > .text {
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.point_num02 {
    font-size: 2em;
    width: 50px;
    text-align: center;
}
.point_num02::after {
}
.point > .flex_box > .text > .ttl02 {
    font-size: 1.25em;
    width: calc(100% - 50px);
    margin-bottom: 0;
}
.point > .flex_box > .text > p {
    width: 100%;
    margin-top: 1rem;
    line-height: 1.5;
}

.step_ttl {
    font-size: 1.75em;
    margin-bottom: 2rem;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .2rem;
    position: relative;
    line-height: 1;
}
.step_ttl > .sub {
    font-size: 14px;
    width: 100%;
    display: block;
    letter-spacing: .05rem;
    position: relative;
}
.step_ttl > .em {
    color: #89D4E3;
    font-size: 200%;
    display: inline-block;
}

.flow {
    margin-bottom: 40px;
}

.pop {
    width: 100%;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.company_logo_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.company_logo_list > li {
    background-color: #fff;
    width: 49%;
    min-height: 80px;
    margin-bottom: 5px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company_logo_list > li > img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#receipt {
    padding-top: 0;
}
.receipt > .flex_box {
    margin-top: 0;
}
.receipt .ttl02 {
    margin-top: 20px;
}
.reco_use_list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.reco_use_list > li {
    width: 48%;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #D6BE5D;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.reco_use_list_ttl {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.att02 {
    font-size: 10px;
    line-height: 1.5;
    padding-top: 10px;
}
.att02 > a {
    color: #31D9B7;
    font-weight: bold;
    text-decoration: underline;
}

#terms {
    margin-bottom: 40px;
}
.terms {
    margin-top: 20px;
    padding: 20px;
    border: 4px solid #D6BE5D;
    position: relative;
}
.terms::after {
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 6px 0 0 6px;
    border: 2px solid #D6BE5D;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.terms > .ttl {
    font-size: 1.4em;
    margin-top: 10px;
    text-align: center;
}
.terms_list {
    margin-top: 20px;
    padding: 0 20px;
}
.terms_list > li {
    list-style: circle;
    margin: 20px 5px 0;
    line-height: 1.5;
}










/*pc*/
@media screen and (min-width: 600px) {

a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

html {
    overflow: auto;
}

body {
    font-size: 18px;
    width: 100%;
    min-width: 1280px;
}

header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    z-index: 99;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.logo {
    width: 20%;
}
.logo img {
    width: 160px;
}

.navi_area {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tel_head {
    font-size: 24px;
    font-weight: 700;
    background-color: #fff;
    width: 260px;
    height: 60px;
    margin-right: 1rem;
    padding-top: 10px;
    border-radius: 50px;
    letter-spacing: .03rem;
    font-feature-settings: "palt";
    display: block;
    text-align: center;
    border: 1px solid #eee;
}
.tel_head > p {
    color: #888;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1;
}

#mainimg {
    height: 600px;
    margin-top: -80px;
}
.mainimg {
    background: url("img/mainimg.jpg") no-repeat top center;
    background-size: auto;
    width: 100%;
    height: 600px;
    margin-top: 0;
    padding-top: 0;
}

.btn_main {
    height: 80px;
    margin: 0 auto;
}

.btn {
    font-size: 32px;
}

.btn_main_area {
    width: 100%;
    margin: 0 auto;
}

.btn_head {
    width: 260px;
    height: 60px;
    letter-spacing: .1rem;
}

.btn_head a {
    font-size: 20px;
}

.att {
    padding: 10px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.att02 {
    text-align: right;
}

#btn_sp {
    display: none;
}

section {
    padding-top: 6rem
}

.btn_tel a {
    padding: 2rem;
    cursor: default;
}

.btn_mail {
    padding: 2rem;
}

.btn_mail a {
    font-size: 20px;
    width: 300px;
}

.inner {
    max-width: 1000px;
}

.limited {
    font-size: 24px;
    font-weight: 700;
    width: 420px;
    margin: 0 auto 1rem;
    line-height: 1.5;
}

.limited:before,
.limited:after {
    width: 50px;
}

#close {
    margin-bottom: 0;
}
.close {
    background: url(https://www.alpha-note.co.jp/LP/A8_ekimusan/img/cp.jpg) no-repeat center center;
    background-size: auto;
    height: 600px;
    margin: 0;
    padding: 0;
}

footer {
    padding: 1rem 0;
}

.category {
}

.ttl02 {
    font-size: 3em;
    font-weight: normal;
    margin-bottom: 40px;
}
.ttl04 {
    text-align: left;
}

#movie {
    padding-top: 4rem;
}
.movie {
    display: flex;
}
.movie::after {
    font-size: 180px;
    font-weight: 500;
    top: -80px;
    left: 50px;
}
.movie > .box_movie,
.movie > .box {
    width: 50%;
}
.movie > .box {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.movie > .box > .ttl {
    margin: 0 0 40px;
}

.close > .ttl {
    font-size: 42px;
    padding-top: 0;
    text-align: center;
}

.step_list {
    width: 100%;
    margin-bottom: 80px;
    gap: 40px;
    justify-content: center;
}
.step_list > li {
    font-size: 0.8em;
    width: calc((100% - 80px) / 3);
    margin: 0;
    padding: 30px;
    display: block;
}
.step_list > li:not(:first-of-type) {
    margin-top: 0;
}
.step_list > li > .num,
.flow_list > li > .num {
    font-size: 12px;
    width: 80px;
    height: 80px;
}
.step_list > li > .num > span,
.flow_list > li > .num > span {
    font-size: 38px;
}
.step_list > li > img {
    width: auto;
}
.step_list > li > p {
    width: 100%;
    line-height: 1.75;
}

#step {
    padding: 7rem 0 6rem;
}
.step {
    padding-bottom: 6rem;
}
.step > .flex {
    display: flex;
    flex-direction: row-reverse;
}
.step > .flex > .box:first-of-type {
    width: calc(100% - 340px);
    padding: 0;
    display: flex;
    align-items: center;
}
.step > .flex > .box:nth-of-type(2) {
    width: 340px;
    margin: 0 2rem;
}
.step > .flex > .box .ttl {
    font-size: 42px;
    text-align: left;
}
.step > .flex > .box > img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.scroll-box {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow-x: visible;
}

.flow > p {
    font-size: 1.2em;
    font-weight: bold;
}
.flow_list {
    width: 100%;
    flex-wrap: wrap;
}
.flow_list > li {
    width: calc((100% - 80px) / 3);
    padding: 5rem 30px 30px;
}
.flow_list > li > p {
    font-size: 0.8em;
}

.accordion {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.accordion-title::before,
.accordion-content > p::before {
    font-size: 32px;
}
.accordion-content > p {
    font-size: 0.8em;
}

.btn_area {
    width: 100%;
    padding-top: 0;
    position: relative;
}

.accordion-item:not(:first-of-type) {
    margin-top: 20px;
}

.portable_list {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.portable_list > li {
    max-width: 320px;
    padding: 30px;
    display: block;
    border-width: 4px;
}
.portable_list > li:not(:first-of-type) {
    margin-top: 0;
}
.portable_list > li::after {
    content: "";
    background-color: #fff;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 6px 0 0 6px;
    border: 2px solid #D6BE5D;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.portable_list > li > img {
    max-width: 100%;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.portable_list > li > .ttl {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
}
.portable_list > li > p {
    font-size: inherit;
    line-height: 2;
    display: block;
}

#problem {
    background: url("https://www.alpha-note.co.jp/LP/A8_ekimusan/img/bg01.jpg") no-repeat top center;
    background-size: auto;
    width: 100%;
    height: 600px;
    margin-top: 0;
    padding-top: 0;
}
#problem > .inner {
    padding: 6rem 0;
}

.problem {
    width: 70%;
    margin: 0 0 0 auto;
}
.problem > .ttl02 {
    margin-bottom: 0;
}

.problem_list {
    display: flex;
}
.problem_list > li {
    background: none;
    font-size: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.problem_list > li::after {
    content: "";
    background: url("https://www.alpha-note.co.jp/LP/A8_ekimusan/img/bg04.png") no-repeat center center;
    background-size: cover;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
.problem_list > li:nth-of-type(2) {
    margin-top: 6rem;
}
.problem_list > li > .ttl03 {
    line-height: 1.5;
}

#point {
    padding-top: 0;
}

.point_h {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.point_h > li {
    font-size: 24px;
    width: 280px;
    padding: 0;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: block;
    text-align: center;
    line-height: 1.5;
}
.point_h > li::after {
    border-radius: 50%;
}
.point_h > li:not(:first-of-type) {
    margin-top: 0;
}
.point_num {
    font-size: 100px;
    margin: 20px 0 0;
    line-height: 1;
    display: block;
    position: relative;
}
.point_num::before {
    white-space: pre;
    content: "SERVICE\APOINT";
    color: #D6BE5D;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.point {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.flex_box {
    margin-top: 0;
    display: flex;
    align-items: center;
}
.flex_box:nth-of-type(even) {
    flex-direction: row-reverse;
}
.flex_box > .text,
.flex_box > img {
    width: 50%;
    margin: 0;
}
.flex_box > .text {
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex_box > .text > .ttl02 {
    width: 100%;
    margin: 20px 0;
    text-align: left;
}
.point > .flex_box > .text > .ttl02 {
    font-size: 3em;
    width: 100%;
}
.point > .flex_box > .text > p {
    line-height: 2;
}

.step_ttl {
    font-size: 3em;
}
.step_ttl > .em {
    font-size: 160px;
}
.step_ttl > .sub {
    font-size: 20px;
    letter-spacing: .1rem;
    margin: 0 0 -3.5rem 0;
    padding-left: 3rem;
}

.support {
    margin-top: 80px;
    display: flex;
    position: relative;
    align-items: flex-start;
}
/*.support::before {
    content: "SUPPORT";
    color: #fff;
    font-size: 90px;
    font-weight: 400;
    position: absolute;
    bottom: -40px;
    z-index: 1;
}*/
.support > img {
    position: relative;
}
.support > .text {
    margin-left: 40px;
}

.flow,
#case,
#faq {
    padding-bottom: 6rem;
}

.pop {
    max-width: 300px;
}

.company_logo_area {
    margin-bottom: 7rem;
}
.company_logo_list > li {
    width: 32%;
    min-height: 120px;
    margin-bottom: 1rem;
}

.receipt .ttl02 {
    font-size: 1.75em;
    font-weight: bold;
}
.reco_use_list:after {
    content: "";
    width: 33%;
}
.reco_use_list > li {
    width: 33%;
    margin-top: 10px;
    padding: 10px 5px;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
}

#terms {
    margin-bottom: 6rem;
}
.terms {
    padding: 40px;
}
.terms_list {
    margin-top: 40px;
    padding: 0 40px;
}

.center {
    text-align: center;
}

.point_num02 {
    font-size: 4em;
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: flex-end;
    line-height: 0.6;
    text-align: left;
}
.point_num02::after {
    white-space: pre;
    content: "SERVICE\APOINT";
    color: #D6BE5D;
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.3;
}

}










/*wide pc*/
@media screen and (min-width: 1001px) {

header {
    padding: 0 1rem;
}

p {
}

}