@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

*,
*::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 !important;
}

.sp {
    display: block !important;
}

p {
    line-height: 2;
}

.wrap:not(:first-of-type) {
    margin-top: 40px;
}

html,body {
}


body {
    color: #403953;
    font-family: YakuHanJP_Noto, "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
    position: relative;
    overflow-x: hidden;
    background: url(img/bg.jpg) repeat-y bottom left;
    background-size: contain;
}

section {
    position: relative;
}

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: 60px;
}

.tel_head {
    display: none;
}

.tel_icon {
    background-color: #321388;
    width: 21px;
    height: 20px;
    margin-right: 0.2em;
    border-radius: 50%;
}

#mainimg {
    margin-top: -60px;
    margin-bottom: 40px;
    position: relative;
}
.mainimg {
    margin-bottom: 20px;
}
.mainimg_img {
    display: none;
}

.btn_main {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.btn {
    background: #321388;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    margin: 0 auto auto;
    padding: 20px 0;
    text-decoration: none;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
    border-radius: 100px;
    display: block;
}
.btn_main:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: none;
    transition:0.1s;
}
.btn_main span {
    font-size: 120%;
    padding: 0 5px;
}
.btn_head {
    width: 180px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: .05rem;
    font-feature-settings: "palt";
    position: relative;
    overflow: hidden;
}
.btn_head a {
    background-color: #321388;
    color: #fff;
    font-size: 13px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .05rem;
    overflow: hidden;
}
.btn_head: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;
    margin-top: 1rem;
    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 #321388;
}
.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-size: 12px;
    background-color: #321388;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner {
    margin: 0 auto;
    padding: 40px 15px;
}
.bg_purple {
    background-color: #EEF1FF;
}
.bg_purple > .inner {
    padding: 40px 0;
}

.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;
    }
}

footer {
    background-color: #EEF1FF;
    font-size: 10px;
    margin-top: 40px;
    padding: 10px 0 70px;
    text-align: center;
    letter-spacing: .05rem;
}

.btn_area {
    max-width: 460px;
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
.btn_area > p {
    text-align: center;
    line-height: 1;
}

.ttl02,
.ttl03 {
    color: #321388;
    font-size: 1.75em;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
}
.ttl03 > .sub {
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding-left: 20px;
    margin-bottom: -10px;
}
.fs {
    font-size: 200%;
    line-height: 1;
}
.ttl04 {
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.box_txt {
}
.box_img {
}
.box_img > img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.mb20 {
    margin-bottom: 20px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.center {
    text-align: center !important;
}
.btn_center {
    margin: 10px auto 0;
}

.logo_list {
    padding: 40px 20px;
}

#step > .inner,
#flow > .inner {
    padding-right: 0;
    padding-left: 0;
}
.step {
    width: 800px;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
.step > li {
    width: 100%;
    background-color: #EFF1FF;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.step > li > p {
    padding: 10px 0 0;
    line-height: 1.75;
}
.step_num {
  width: 80px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #01C4C3;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  padding: 10px 30px 0 0;
}
.step_num > span {
    font-size: 20px;
    display: block;
}

.cp_area {
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
}
.cp_area > img {
    width: 100%;
    max-width: 960px;
    border: 1px solid #B5C2FF;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: content-box;
}
.cp_area > p {
    color: #888;
    font-size: 10px;
    margin-top: 10px;
    text-align: right;
    line-height: 1.5;
}

#category {
    overflow: hidden;
}

.tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 0 10px;
}
.tab {
    color: #321388;
    width: 100%;
    padding: 20px 0;
    font-size: 120%;
    font-weight: 700;
    background: #D8DEFB;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
    z-index: 10;
}
.tab.active {
    background-color: #fff;
    font-weight: bold;
    color: #321388;
    position: relative;
}
.tab.active::after {
    content: "";
    width: 20px;
    aspect-ratio: 1;
    clip-path: polygon(20% 0, 80% 0px, 50% 40%);
    background-color: #fff;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
    padding: 10px 30px 0 0;
    position: absolute;
    right: 50%;
    bottom: -29px;
    margin-right: -13px;
    z-index: 1;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
    margin: auto;
    background: url(img/tab_bg.svg) no-repeat bottom right #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}
.tab-content ul {
}
.tab-content ul li {
    margin-top: 10px;
    padding-left: 20px;
    line-height: 1.5;
}
.tab-content .ttl {
    color: #321388;
    font-size: 140%;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #321388;
    line-height: 1.5;
}
.before li,
.after li {
    position: relative;
}
.before li::before,
.after li::before {
    content: "";
    display: block;
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}
.before li::before {
    background-color: #C3CDF9;
}
.after li::before {
    background-color: #01C4C3;
}

#restaurant,
#salon,
#retail {
    position: relative;
}
#restaurant::after,
#salon::after,
#retail::after {
    content: "";
    display: block;
    background: no-repeat center center;
    background-size: cover;
    width: 200%;
    height: 240%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
#restaurant::after {
    background-image: url(img/category_img01.jpg);
}
#salon::after {
    background-image: url(img/category_img02.jpg);
}
#retail::after {
    background-image: url(img/category_img03.jpg);
}

#category .flex_area:nth-of-type(even) {
    margin-top: 40px;
}

.reason {
}
.reason > li {
  background: url(img/check.svg) no-repeat 10px center #EEF1FF;
  background-size: 20px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0 0;
  padding: 10px 10px 10px 40px;
}
.reason > li > br {
    display: none;
}

.strong_point {
}
.strong_point:not(:first-of-type) {
    margin-top: 40px;
}
.strong_point > .img {
    width: 90%;
    height: 160px;
    background-size: cover;
    overflow: hidden;
}
.strong_img01 {
    background: url(img/strong_img01.jpg) no-repeat center center;
}
.strong_img01,
.strong_img03 {
    border-radius: 0 1000px 1000px 0;
    box-shadow: 5px 5px 0px rgba(156, 175, 255, 1);
}
.strong_img02 {
    background: url(img/strong_img02.jpg) no-repeat center center;
    border-radius: 1000px 0 0 1000px;
    margin: 0 0 0 auto;
    box-shadow: -5px 5px 0px rgba(156, 175, 255, 1);
}
.strong_img03 {
    background: url(img/strong_img03.jpg) no-repeat center center;
}
.strong_point > .txt {
    padding: 20px 15px 0;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    align-items: center;
}
.strong_point > .txt > p {
    width: 100%;
}
.strong_point .point {
    color: #01C4C3;
    font-size: 10px;
    font-weight: 700;
    width: 80px;
    aspect-ratio: 1;
    background-color: #fff;
    border: 1px solid #01C4C3;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0;
}
.strong_point .point span {
    font-size: 32px;
    letter-spacing: -0.05rem;
}
.strong_point .ttl {
    color: #321388;
    font-size: 2em;
    line-height: 1.3;
}

.feature {
    width: 800px;
    display: flex;
    gap: 20px;
}
.feature > li {
    width: calc((100% - 20px) / 2);
}
.feature > li > .ttl {
    color: #321388;
    font-size: 120%;
    font-weight: 700;
    margin: 10px 0;
    text-align: center;
    line-height: 1.5;
}
.feature > li > p {
    font-size: 90%;
    line-height: 1.75;
}

.scroll-box {
    margin: 0 0 20px 0;
    padding: 0 20px 20px;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

#case {
    background: url(img/case_bg.jpg) no-repeat center center;
    background-size: cover;
}
.flex_box > .txt > .name {
    font-size: 10px;
    margin-bottom: 10px;
}
.second-tab .tab-content .ttl {
    margin-top: 10px;
    margin-bottom: 10px;
}

.case_num {
    color: #01C4C3;
    font-size: 12px;
    font-weight: 700;
    width: 140px;
    background-color: #fff;
    padding: 5px 0;
    border: 1px solid #01C4C3;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
}

.slider-row{
  display: -ms-grid;
  -ms-grid-columns: min-content;
  max-width: 980px;
  overflow: hidden;
}
.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 30s linear infinite sliderAnimation;
  overflow: hidden;
  white-space: nowrap;
}
.autoplay-slider .slide {
  display: inline-block;
}
.slide {
  height: 100px;
  width: 240px;
  background: #fff;
  border-radius: 10px;
  margin: 0 10px;
  position: relative;
}
.slide > span {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide > span > img {
    max-width: none;
}
@keyframes sliderAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.flow {
    width: 960px;
    display: flex;
    justify-content: space-between;
    counter-reset: num;
    list-style: none;
}
.flow > li {
    background-color: #fff;
    width: 280px;
    margin-top: 10px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}
.flow > li::before {
  counter-increment: num;
  content: "0"counter(num);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #01C4C3;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
}
.flow > li::after {
    content: "";
    display: inline-block;
    border: solid #321388;
    border-width: 0 6px 6px 0;
    padding: 8px;
    transform: rotate(-45deg);
    margin-top: -10px;
    margin-right: 0.5em;
    position: absolute;
    top: 50%;
    right: -45px;
}
.flow > li:last-of-type::after {
    display: none;
}
.flow > li > img {
    width: 140px;
    margin: 0 auto;
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
}
.flow > li > .ttl {
    color: #321388;
    font-size: 140%;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
}
.flow > li > p {
    line-height: 1.75;
    text-align: left;
}

#faq {
    margin-bottom: 40px;
}
.faq_list {
    padding: 0 15px;
}
.accordion {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.accordion-item {
}
.accordion-item:not(:first-of-type) {
    margin-top: 10px;
}
.accordion-title {
    background-color: #fff;
    cursor: pointer;
    padding: 15px 60px 15px 20px;
    position: relative;
    line-height: 1.75;
    display: flex;
    align-items: center;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.accordion-title::before {
    content: "Q";
    color: #01C4C3;
    font-size: 2em;
    font-weight: bold;
    padding-right: 1rem;
}
.accordion-content {
    display: none;
    padding: 16px 20px;
    position: relative;
}
.accordion-content > p {
    display: flex;
    align-items: center;
    line-height: 1.75;
}
.accordion-content > p::before {
    content: "A";
    color: #321388;
    font-size: 2em;
    font-weight: bold;
    padding-right: 1rem;
}
/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
}
/* 矢印 */
.accordion-title::after {
    border-right: solid 2px #321388;
    border-top: solid 2px #321388;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -14px;
    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);
}

.tab_num {
    display: none;
}

.limited {
    width: fit-content;
    margin: 0 auto 10px;
    padding: 0 30px;
    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);
}

.back-to-top {
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #321388;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.back-to-top:hover {
  transform: scale(1.1);
}

/* CSSで作るくの字矢印（上向き） */
.arrow-up {
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #321388;
  border-top: 2px solid #321388;
  transform: rotate(45deg);
  margin-top: 2px;
}








/*pc*/
@media screen and (min-width: 600px) {

a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

html {
    overflow: auto;
}

body {
    font-size: 16px;
    width: 100%;
    min-width: 1280px;
}

header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    position: fixed;
}

.fixed {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: fixed;
    top: 0;
    left: 0;
}

.logo {
    width: 20%;
}
.logo img {
    width: 200px;
}

.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 {
    margin-top: 0;
    margin-bottom: 60px;
}
.mainimg {
    width: 100%;
    height: 580px;
    margin-bottom: 0;
}
.mainimg_img {
    background: url(img/mainimg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
}

.btn {
    font-size: 32px;
    padding: 30px 0;
}

.btn_main_area {
    width: 100%;
    margin: 0 auto;
}

.btn_head {
    width: 260px;
    height: 60px;
    letter-spacing: .1rem;
}
.btn_head a {
    font-size: 18px;
}

#btn_sp {
    display: none;
}

section {
}

.btn_tel a {
    padding: 2rem;
    cursor: default;
}

.btn_mail {
    padding: 2rem;
}

.btn_mail a {
    font-size: 20px;
    width: 300px;
}

.inner {
    max-width: 960px;
}
.wrap:not(:first-of-type) {
    margin-top: 80px;
}

footer {
    margin-top: 80px;
    padding: 1rem 0;
}

.ttl02,
.ttl03 {
    font-size: 2.5em;
}
.ttl02 {
    margin-bottom: 40px;
    text-align: left;
}
.ttl03 > .sub {
    font-size: initial;
    margin-bottom: -20px;
}
.ttl03 {
    margin-bottom: 40px;
}

.btn_area {
}

.flex_area {
    display: flex;
    justify-content: space-between;
}
#category .flex_area:nth-of-type(even) {
    flex-direction: row-reverse;
}

.box_txt {
    width: 66%;
}
.box_img {
    width: 30%;
    margin: 0;
}

.logo_list {
}

.bg_purple > .inner {
    padding: 100px 0;
}

.step {
    width: 100%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.step > li {
    width: 300px;
    padding: 30px;
}
.step > li > p {
    padding-top: 20px;
}

.att {
    width: 100%;
}

.reco_use_list:after {
    content: "";
    width: 33%;
}

.tab {
    width: calc((100% - 60px) / 3);
    padding: 30px 0 30px 50px;
}
.tabs {
    margin-bottom: 40px;
}
.tab-content.active {
    padding: 60px;
}
.tab.active::after {
    clip-path: polygon(0 0, 100% 0, 50% 60%);
    right: 50%;
    bottom: -29px;
    margin-right: -10px;
}
.tab-content .ttl {
    font-size: 24px;
    margin: 0 0 30px;
    padding-top: 0;
}
.restaurant,
.salon,
.retail {
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 70px;
}
.restaurant {
    background-image: url(img/tab_icon01.svg);
}
.salon {
    background-image: url(img/tab_icon02.svg);
}
.retail {
    background-image: url(img/tab_icon03.svg);
}

.box_img > img {
    height: auto;
}

#reason > .inner {
    background: url(img/ks.png) no-repeat right bottom;
    background-size: 340px;
    padding-right: 340px;
}
.reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
}
.reason > li {
    background: url(img/check.svg) no-repeat center 20px #EEF1FF;
    background-size: 30px;
    border-radius: 50%;
    width: 170px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    line-height: 1.75;
    margin: 0;
    padding: 20px 0 0;
}
.reason > li > br {
    display: block;
}

#strong {
    position: relative;
}
#strong::before {
    content: "";
    display: block;
    width: 100px;
    height: 200px;
    background: url(img/deco.svg) no-repeat right top;
    position: absolute;
    top: 4%;
    right: 8%;
}
#strong > .inner {
    max-width: none;
}
.strong_point {
    display: flex;
    align-items: center;
}
.strong_point:nth-of-type(even) {
    flex-direction: row-reverse;
}
.strong_point > .img,
.strong_point > .txt {
    width: 50%;
}
.strong_point > .img {
    height: 400px;
}
.strong_point > .txt {
    padding: 0 10% 0 60px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.strong_point:nth-of-type(even) > .txt {
    padding: 0 60px 0 10%;
}
.strong_point .ttl {
    font-size: 3em;
}
.strong_point .point {
    font-size: 12px;
    width: fit-content;
    padding: 0 15px;
    aspect-ratio: auto;
    border-radius: 100px;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}
.strong_point .point span {
    margin-left: 10px;
}

.feature {
    width: 1280px;
    margin: 0 auto 40px;
    gap: none;
    justify-content: space-between;
}
.feature > li {
    width: 220px;
}
.feature > li > p {
    font-size: 100%;
}

.scroll-box {
    margin: 0;
    padding: 0;
    overflow-x: visible;
}

.flex_box {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.flex_box > img,
.flex_box > .txt {
    width: 50%;
}
.flex_box > img {
    margin-bottom: 20px;
    padding-right: 40px;
}
.flex_box > .txt > .name {
    font-size: 12px;
    text-align: right;
}
.flex_box > p {
    width: 100%;
}

.flow > li {
    margin-top: 0;
}

#faq {
    margin-bottom: 40px;
}
.faq_list {
    padding: 0;
}
.accordion-title {
    font-size: 110%;
    padding: 20px 60px 20px 20px;
}
.accordion-title::after {
    right: 40px;
}
.accordion-item:not(:first-of-type) {
    margin-top: 20px;
}

.tab_num {
    color: #01C4C3;
    font-size: 10px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0;
    line-height: 1.3;
}
.tab_num > img {
    width: 40px;
    margin-left: 5px;
}

.btn_area > p {
    font-size: 120%;
}

.back-to-top {
  bottom: 30px;
  right: 30px;
}

.cp_area {
    padding: 0;
}
}










/*wide pc*/
@media screen and (min-width: 1001px) {

header {
    padding: 0 1rem;
}

p {
    line-height: 2.15;
}

}


@media screen and (min-width: 1281px) {
.inner {
    padding: 100px 0;
}
#faq {
    margin-bottom: 100px;
}
}