@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

/*====================================================================

  リセット

====================================================================*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, 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%;
	background:transparent;
}
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;
}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {line-height: 150%;}
body {line-height:150%;}
img {vertical-align: bottom;max-width: 100%;height: auto;display: block;margin: 0 auto;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
caption, th, td {font-weight: normal;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*====================================================================

  設定

====================================================================*/
html,body {
	color:#111;
    font-family: "dnp-shuei-mgothic-std",'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

a:link {color:#C10D23; text-decoration:none;}
a:visited {color:#C10D23; text-decoration:none;}
a:hover {color:#C10D23; text-decoration:none;}

a {-webkit-transition: 0.4s ;transition: 0.4s ;}
p {line-height:180%;}

/*====================================================================

  共通CSS

====================================================================*/
html {font-size: 62.5%;}
body {font-size: 2.0rem;}

html {
    background:  #F0F0F0;
}
body {
    background: #FFF;
    margin: 0 auto;
    max-width: 900px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.container {margin: 0 auto; padding: 0 20px; max-width: 640px;}
section .container {padding-top: 3em; padding-bottom: 3em;}

/*-------------------------------------------

 共通 

-------------------------------------------*/
.section-title {
    text-align: center;
    font-size: 3.6rem;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 1.0em;
}
.section-title span {
    position: relative;
    display: inline-block;
}
.section-title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1em;
    background-color: #4687F5;
}
.section-title.orange span::after {background-color: #FF8C46;}
.section-title.green span::after {background-color: #00C814;}


/*-------------------------------------------

 気軽な手もみ屋 もみかる フランチャイズ加盟店募集中 HERO header

-------------------------------------------*/
.hero-headline {
    background: #000;
    text-align: center;
    color: #FFF;
    padding: 0.5em;
    font-weight: 400;
}
.hero-header {
    padding-bottom: 3em;
}
.hero-image {
    max-width: 800px;
    margin: 0 auto;
}
/*-------------------------------------------

 こんな方にオススメ

-------------------------------------------*/
.target-section {
    background: #F6F6F6;
}
.target-list {
    margin-top: 2.5em;
}
.target-list li {
    font-size: 2.4rem;
    font-weight: 600;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: #FFF;
    padding: 0.8em;
    margin: 0.8em auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    line-height: 150%;
}
.target-list li::before {
    font-family: FontAwesome;
    content: "\f058";
    color: #4687F5;
    margin-right: 0.5em;
    font-size: 3.0rem;
}

/*-------------------------------------------

 “美容と健康のコンビニ”という、<br>新しい社会インフラをあなたの街に。

-------------------------------------------*/
.about-section {}

.about-title {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.about-lead {
    text-align: center;
}
.about-copy {
    margin: 1.5em auto;
    width: 80%;
    max-width: 400px;
}
.about-section .highlight {
    color: #FA6E78;
    font-weight: 600;
}
.business-block {
    background: #F6F6F6;
}
.business-list li {
    list-style: none;
    margin-bottom: 2em;
}
.business-heading {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #778187;
}
.business-text {
    text-align: center;
}
.business-image {
    margin: 1.2em auto 0 auto;
}
.business-total {
    text-align: center;
    font-size: 3.6rem;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 0.2em;
}
.business-total span {
    position: relative;
    display: inline-block;
}
.business-total span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1em;
    background-color: #FA6E78;
}
.business-date {
    text-align: center;
}

/*-------------------------------------------

 もみかるの特徴

-------------------------------------------*/
.feature-lead {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1em;
}

/*-------------------------------------------

売上実績紹介

-------------------------------------------*/
.store-image {
}
.store-info {
    border-bottom: 1px solid #111;
    text-align: center;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}
.store-name {
    font-size: 4.2rem;
    font-weight: 600;
    margin-top: 0.6em;
    margin-bottom: -0.2em;
}
.store-date {font-size: 2.6rem;}

.sales-summary {}
.sales-item {
    text-align: center;
    margin-top: 0.7em;
}
.sales-item .label {
    font-size: 2.8rem;
    text-align: center;
    display: inline-block;
    color: #FFF;
    background: #646464;
    font-weight: 600;
    width: 4.5em;
    border-radius: 0.5em;
    margin-right: 0.5em;
    padding: 0.4em;
}
.sales-item .value {
    font-weight: 600;
    font-size: 4.4rem;
    display: inline-block;
    position: relative;
    bottom: -0.1em;
}
.sales-item.profit {
    margin-top: 2.5rem;
}
.sales-item.profit .label {
    background: #FF8C46;
}
.sales-item.profit .value {
    color: #FF8C46;
    font-size: 6.4rem;
    bottom: -0.2em;
}

/*-------------------------------------------

 CTA

-------------------------------------------*/
.cta-buttons {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto
}
.cta-buttons .btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    width: 47.5%;
    margin: 2.5% 0;
    padding: 1em 0.2em;
    border-radius: 9999px;
    transition-duration: 0.3s;
}
.cta-buttons .btn:hover {
    transform: scale(1.05);
}
.btn-icon {
    margin: 0;
    margin-right: 0.8em;
    width: 1.5em;
    height: 1.5em;
}
.btn-blue { background-image: linear-gradient(90deg, #418CF5, #285AFA); }
.btn-pink { background-image: linear-gradient(90deg, #FF64C8, #FF3264); }
.btn-orange { background-image: linear-gradient(90deg, #FF9600, #FF3200); }
.btn-green { background-image: linear-gradient(90deg, #14F032, #00C832); }

.contact-tel {
    text-align: center;
    margin-top: 0.5em;
}
.tel-number {
    color: #FF6400;
    font-size: 3.6rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.tel-time {
    font-size: 1.8rem;
}

/*-------------------------------------------

 システム紹介の導入

-------------------------------------------*/
.intro-image {
    width: 30%;
    margin: 0 auto;
}

.intro-text {
    margin-top: 1em;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
}

/*-------------------------------------------

 強いビジネスプラン

-------------------------------------------*/
.business-plan-section {
    background: #E6F0FF;
}
.business-plan-section .container {
    padding-right: 0;
    padding-left: 0;
}
.section-title--withicon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 20px;
}
.section-title--withicon .icon{
    margin-right: 0.3em;
    width: 3.7em;
}
.section-title--withicon .title {
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 130%;
}
.business-plan-section .section-title--withicon .sub {
    color: #4687F5;
}
.point-list {
    position: relative;
    z-index: 0;
}
.point-list::after {
    content: "";
    position: absolute;
    top: -2em;
    right: 0;
    width: 70%;
    height: 100%;
    border-radius: 0.5em 0 0 0.5em;
    z-index: -1;
}
.business-plan-section .point-list::after {
    background: #CFE2FF;
}
.point-list li {
    background: #FFF;
    border-radius: 0 0.5em 0.5em 0;
    padding: 2.5em 0 2.5em 2.5em;
    list-style: none;
    margin: 3.5em 2em 0 0;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
} 
.point-title {
    font-weight: 600;
    font-size: 3.0rem;
    margin-bottom: 0.4em;
}
.point-title img {
    display: inline-block;
    position: relative;
    bottom: 0.3em;
    left: 0.2em;
    width: 1.4em;
}
.point-number {
    font-size: 8.0rem;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    top: -0.5em;
    left: 0.6em;
    transform   : scale(1, 1.1);
}
.business-plan-section .point-number {
    color: #4687F5;
}
.point-detail {
    width: 60%;
}
.point-detail--full {
    margin-right: 20px;
}
.point-image {
    width: 40%;
    position: relative;
    right: -1em;
}
.point-image img {
    border-radius: 0.5em;
}
.point-text {
    line-height: 170%;
}
.point-text-key {
    display: inline;
    background: #4687F5;
    font-size: 3.0rem;
    color: #FFF;
    padding: 0.2em 0.4em;
    font-weight: 600;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.point-text-key .highlight {
    color: #FFFF64;
}
.point-key {
    position: absolute;
    right: 1.5em;
    top: -1em;
}
.point-key img {
    width: 4.6em;
}

/*-------------------------------------------

 開業に有利な市場動向

-------------------------------------------*/
.market-trend-section {
    background: #FFF3EC;
}
.market-trend-section .container {
    padding-right: 0;
    padding-left: 0;
}
.market-trend-section .section-title--withicon .sub {
    color: #FF8C46;
}
.market-trend-section  .point-list::after {
    background: #FFDFCB;
}
.market-trend-section .point-number {
    color: #FF8C46;
}

/*-------------------------------------------

 充実の本部サポート

-------------------------------------------*/
.support-section {
    background: #E5F9E7;
}
.support-section .container {
    padding-right: 0;
    padding-left: 0;
}
.support-section .section-title--withicon .sub {
    color: #00C814;
}
.support-section  .point-list::after {
    background: #CEF4D2;
}
.support-section .point-number {
    color: #00C814;
}
.andy-caption {
    background: #00C814;
    color: #FFF;
    text-align: center;
    margin: 1em auto;
}
.andy-feature {
    text-align: center;
    margin: 2em auto;
}
.feature-title {
    font-size: 2.6rem;
    font-weight: 600;
}
.feature-title::before {
    content: "【";
    color: #00C814;
    margin-right: 0.5em;
}
.feature-title::after {
    content: "】";
    color: #00C814;
    margin-left: 0.5em;
}
.feature-sub {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #00C814;
    border-bottom: 1px solid #00C814;
    margin-top: 0.5em;
}
.andy-image img {
    border: 1px solid #CCC;
    margin-top: 1em;
}

/*-------------------------------------------

 競合他社との違い

-------------------------------------------*/
.difference-section {}

.difference-section .highlight {
    font-size: 2.4rem;
    font-weight: 600;
    color: #FF8C46;
}
.difference-image {
    margin: 2em auto;
}

/*-------------------------------------------

 他社との比較（開業資金）

-------------------------------------------*/
.comparison-section {}

.comparison-note {
    text-align: center;
}

.comparison-table {
    font-size: 1.8rem;
    text-align: center;
}
.comparison-table table {
    width: 100%;
    border: 2px solid #111;
    margin: 1em auto;
}
.comparison-table table th,
.comparison-table table td {
    padding: 0.3em 0;
    border: 1px solid #111;
    white-space: nowrap;
}
.comparison-table thead th {
    background: #EBE6E1;
    font-weight: 600;
}
.comparison-table tbody td:first-of-type {
    background: #EBE6E1;
}
.comparison-table tbody td:nth-of-type(2) {
    background: #FFFF64;
    font-weight: 600;
}
.comparison-table tbody td:nth-of-type(3) {
    font-weight: 600;
}
.comparison-table strong {
    font-size: 2.4rem;
    font-weight: 600;
}
.comparison-table .highlight {
    color: #E95513;
}
.comparison-image {
    width: 50%;
    max-width: 270px;
    margin: 4em auto 3em auto;
}
.comparison-subtitle {
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.2em;
}

/*-------------------------------------------

 医師との連携体制

-------------------------------------------*/
.doctor-lead {
    text-align: center;
    font-weight: 600;
    font-size: 2.6rem;
}
.doctor-item {
    margin-top: 3em;
}
.doctor-name {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #778187;
}
.doctor-affiliation {
    text-align: center;
}
.doctor-photo {
    width: 35%;
    margin: 1em auto;
}
.doctor-photo img {
    border-radius: 50%;
}

/*-------------------------------------------

 先輩オーナーの声

-------------------------------------------*/
.owner-voice-section {
    background: #F6F6F6;
}
.owner-subcopy {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    color: #4687F5;
}
.owner-voice-block {
    margin-top: 1.5em;
}
.owner-label {
    font-family: "Jost", sans-serif;
    color: #4687F5;
    font-weight: 500;
}
.owner-main {
    font-size: 2.8rem;
    font-weight: 600;
    display: inline;
    border-bottom: 2px solid #4687F5;
    padding-bottom: 0.2em;
}
.owner-shop {
    font-size: 1.8rem;
}
.owner-name {
    font-size: 2.2rem;
    font-weight: 600;
}
.owner-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-box-align: end;
align-items: flex-end;
}
.owner-image {
    width: 44%;
}
.owner-image img {
    border-radius: 0.5em;
}
.owner-info .btn {
    width: 100%;
    margin: 1em auto 0 0;
}

/*-------------------------------------------

お申し込みの流れ

-------------------------------------------*/
.flow-step {
    display: -webkit-box;
    display: flex;
}
.flow-step-icon {
    width: 4.5em;
    margin-right: 1em;
    position: relative;
    z-index: 0;
}
.flow-step-icon::after {
    content: "";
    position: absolute;
    left: 2.3em;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    border-left: 2px dotted #CCC;
    z-index: -1;
}
.flow-step:last-of-type .flow-step-icon::after {
    content: none;
}
.flow-step-number {
    color: #4687F5;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 150%;
    background: #FFF;
    padding: 0.2em 0 
}
.flow-step-content {
    width: calc(100% - 5.5em);
    margin-bottom: 3em;
}
.flow-step:last-of-type .flow-step-content {
    margin-bottom: 0;
}
.flow-title {
    font-weight: 600;
    font-size: 2.8rem;
}
.flow-text p {
    line-height: 160%;
}
.flow-fee-box {
    background: #F7F6F0;
    border-radius: 0.5em;
    border-right: 0.2em solid #EBE6E1;
    border-bottom: 0.2em solid #EBE6E1;
    padding: 1em;
    margin-top: 1em;
}
.fee-title {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}
.fee-amount {
    font-size: 3.6rem;
    font-weight: 600;
    color: #FF8C46;
    position: relative;
    bottom: -0.1em;
}
.fee-note {
    font-size: 1.6rem;
}
.fee-note--center {
    font-size: 1.6rem;
    text-align: center;
}
.fee-label {
    background: #EBE6E1;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 600;
    margin-top: 0.8em;
    padding: 0.2em;
}
.fee-detail {
    margin-top: 0.5em;
}
.fee-detail li {
    list-style: none;
    line-height: 150%;
    margin-top: 0.2em;
    margin-left: 1.2em;
    text-indent: -1.2em;
}
.fee-detail li::before {
    content: "●";
    color: #FF8C46;
    margin-right: 0.2em;
}

/*-------------------------------------------

 ご契約後の流れ

-------------------------------------------*/
.process-section {
    background: #E6F0FF;
}
.process-lead {
    text-align: center;
}
.process-list {
    margin-bottom: 2em;
}
.process-step{
    display: -webkit-box;
    display: flex;
    margin-top: 1em;
}
.step-number {
    background: #4687F5;
    text-align: center;
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 8.0rem;
    line-height: 100%;
}
.step-number span {
    font-size: 3.2rem;
    display: block;
    font-weight: 500;
    margin-top: -0.2em;
}
.step-content {
    background: #FFF;
    padding: 1.5em;
    min-height: 15rem;
    width: calc(100% - 8.0rem);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.step-title {
    font-weight: 600;
    font-size: 2.8rem;
}
.step-title--orange {
    font-weight: 600;
    font-size: 3.6rem;
    color: #FF8C46;
}
.price-orange {
    font-weight: 600;
    font-size: 3.6rem;
    color: #FF8C46;
    position: relative;
    bottom: -0.1em;
}
.price-orange span {
    font-size: 2.0rem;
    position: relative;
    bottom: 0.3em;
}
.step-price {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 0.1em;
}
.step-note {
    margin-left: 1em;
    text-indent: -1em;
}
.step-content p {
    line-height: 150%;
}

/*-------------------------------------------

 ご検討の方へ 

-------------------------------------------*/
.closing-lead {
    text-align: center;
    font-weight: 600;
    font-size: 2.6rem;
}
.closing-highlight {
    text-align: center;
    font-weight: 600;
    font-size: 3.6rem;
    color: #FF6400;
    margin-bottom: 1em;
}

.closing-section .cta-buttons {
    -webkit-box-pack: center;
    justify-content: center;
}
.company-info {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 4em;
}

/*-------------------------------------------

 footer

-------------------------------------------*/
small  {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #FFF;
    padding: 0.8em;
    letter-spacing: 0.1em;
    background: #000;
}
small a:link {color:#FFF;}
small a:visited {color:#FFF;}
small a:hover {color:#FFF;}


/* ==========================================
 769px以上 
=========================================== */
@media screen and (min-width: 769px) {
    .pc-none {display: none!important;}
}

/* ==========================================
 768px以下 
=========================================== */
@media screen and (max-width: 768px) {
    html {font-size: 55%;}
    .sp-none {display: none;}
}
@media screen and (max-width: 550px) {
    html {font-size: 47%;}
}
@media screen and (max-width: 500px) {
    html {font-size: 44%;}
}
@media screen and (max-width: 450px) {
    html {font-size: 45%;}
}
@media screen and (max-width: 430px) {
    html {font-size: 39%;}
}

@media screen and (max-width: 390px) {
    html {font-size: 35%;}
}

@media screen and (max-width: 375px) {
    html {font-size: 33.5%;}
}

@media screen and (max-width: 360px) {
    html {font-size: 32%;}
}



