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


/*--------------------------------------
  リセット
--------------------------------------*/
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, img, 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-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

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

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

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

pre {
	overflow: auto;
}
strong {
	font-weight: bold;
}
.s {
	font-size: 80%;
    font-weight: inherit;
}
.l {
    font-size: 120%;
}
.ll{
	font-size: 150%;
}
.bb {
    font-weight: 600;
    font-size: 130%;
}
* {
	margin: 0;
	padding: 0;
	
}
span{
	font-weight: inherit;
}
/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
	transition: all .3s ease;
}
/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: inherit;
	transition: all .3s ease;
}

a:hover {
	
}
/*--------------------------------------
  全体定義
--------------------------------------*/
:root {
	--color-navy: #32556f;
	--color-white: #fff;
	--color-yellow: #fff800;
	--color-bk: #4c4c4c;
	--color-red: #d53b45;
	--color-beige: #f7f3eb;
	--color-green: #07b53b;	
	--color-pink: #f2aaaa;	
	--color-pink2: #f7eded;	
	--color-blue: #d3ede8;	
	--color-blue2: #59aa8d;	
	
}

html{
	
}
body {
	font-family: Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "メイリオ", sans-serif;
    color: var(--color-bk);
    font-weight: 400;
	font-size: 15px;
	line-height: 2;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #fff;
}

#wrapper {
    overflow-x: hidden;	
}



h2,h3,h4{
	line-height: 1.5;
}
.ttl {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
.sub_ttl_en {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
	color: var(--color-navy);
}
.ttl2 {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fc_white {
	color: var(--color-white);
}
.fc_navy {
	color: var(--color-navy);
}
.fc_red {
	color: var(--color-red);
}
.fc_yellow {
	color: var(--color-yellow);
}



.bg01{
	background-color: var(--color-pink);
}
.bg02{
	background-color: var(--color-pink2);
}
.bg03{
	background-color: var(--color-beige);
}
.bg04{
	background-color: var(--color-blue);
}
.bg05{
	background: url(../images/bgimg.webp) repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.bg06{
	background: url(../images/rev_bg.webp) repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.bg07{
	background: url(../images/faq_bg.webp) repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

.marker_yellow {
    background: linear-gradient(transparent 40%, #fff800 40%);
}


/*--------------------------------------
  header
--------------------------------------*/
#header {
    position: relative;
    background: #fff;
	padding: 10px 0;
}
.header_inner {
    width: 94%;
    margin: 0 auto;
}
.logo {
    display: flex;
    align-items: center;
}
.header_logo {
    width: 42px;
    margin-right: 10px;
}
.logo p {
    font-weight: 600;
    font-size: 13px;
}


/*--------------------------------------
  FV
--------------------------------------*/
#fv {
    position: relative;
    background: url(../images/fvbg.webp) no-repeat;
    background-size: cover;
    background-position: center 18px;
	padding-bottom: 50px;
}
.fv1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.fvtop {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: var(--color-navy);
    font-weight: 600;
    transform: rotate(-2deg);
    font-size: 120%;
}
.fv_box {
    padding: 70px 0 0;
    width: 60%;
    text-align: center;
}
.fv_h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.fv_f {
    background: var(--color-yellow);
    font-weight: 700;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 50px;
    position: relative;
    font-size: 18px;
    width: 48%;
}
.fv_f::after {
	content: '';
	position: absolute;
    top: calc(100% - 1px);
    background: var(--color-yellow);
	width: 13px;
    height: 11px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
	
}
.fv_h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 8vw;
    line-height: 1.8;
    text-shadow: 1px 1px 0 var(--color-bk),1px 1px 0 var(--color-bk),1px 1px 0 var(--color-bk),2px 2px 0 var(--color-bk),2px 2px 0 var(--color-bk);
}

.fv_t {
    position: absolute;
    bottom: 2%;
    left: 8%;
    width: 46vw;
    z-index: -1;
}
.fv2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

#fv_bottom {
    padding-bottom: 40px;
}
.fv_h3 {
    text-align: center;
    font-size: 5.3vw;
    font-weight: 700;
    position: relative;
	margin-bottom: 15px;
}
.dot {
    position: relative;
}
.dot::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--color-yellow);
    width: 5px;
    height: 5px;
    border-radius: 50px;
}
.slash_w {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 67%;
}


/*--------------------------------------
  Contents
--------------------------------------*/
#contents {
    overflow-x: hidden;
}

.contents_block {
    padding: 40px 0;
	position: relative;
}
.inner{
	width: 90%;
	margin: 0 auto;
}


/*--------------------------------------
  CTA
--------------------------------------*/
.cta {
    position: relative;
}
.cta_box {
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
}
.cta_ttl {
    width: 90%;
    font-size: 20px;
    font-weight: 700;
	color: #3b5162;
}
.logo2 {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}
.cta_txt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}
.cta_slash {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
}
.cta_img {
    position: absolute;
    width: 30%;
    right: 5px;
    top: 6px;
}
.line_btn {
}

.cta_btn {
    width: 100%;
    margin: 0 auto;
}
.line_btn a {
    background: var(--color-green);
	color: #fff;
    font-size: 21px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 14px 0 14px 34px;
    position: relative;
    border-radius: 100px;
    box-shadow: 0 5px 0 #227825;
}
.line_btn a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(../images/ico_arrow.webp) no-repeat;
    background-position: center;
    background-size: contain;
}
.ico_line {
	width: 8.5vw;
    margin-right: 3vw;
}


/*--------------------------------------
  promise
--------------------------------------*/
#promise {
    position: relative;
}
.bging1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
#promise .ttl {
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
.pro_box {
    position: relative;
    background: #fff;
    border: 2px solid var(--color-pink);
    border-radius: 16px;
    box-sizing: border-box;
    padding: 20px;
	margin-bottom: 20px;
}
.pro_box h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pro_box h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 2px solid var(--color-pink);
    padding-bottom: 14px;
    margin-bottom: 14px;
}
ul.check_list {
    margin-bottom: 0;
}
ul.check_list li {
    display: flex;
    align-items: center;
    font-weight: 500;
	padding: 0;
    margin-bottom: 3px;
}
ul.check_list li:last-child {
	margin-bottom: 0;
}
ul.check_list {
    margin-bottom: 10px;
}
ul.check_list li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/ico_check.webp) no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
	margin-right: 4px;
}	

/*--------------------------------------
  price
--------------------------------------*/
.ttl_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 80%;
}
.pt3 {
    text-align: center;
    font-weight: 600;
    font-size: 110%;
    margin-bottom: 20px;
}
.p_img {
    display: block;
    margin: 0 auto 12px;
    width: 70%;
}
.p2h3 {
    font-size: 23px;
    font-weight: 600;
    border-bottom: 3px solid var(--color-yellow);
    width: fit-content;
    box-sizing: border-box;
    margin-left: 35px;
    position: relative;
	margin-bottom: 10px;
}
.p2h3::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -35px;
    background: url(../images/ico_light.webp) no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 37px;
}
#price2 p {
    font-weight: 500;
    margin-bottom: 18px;
    font-size: 14px;
}
ul.p3list {
}

ul.p3list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
	align-items: flex-start;
}
.p_num {
    width: 14%;
}
.p3box {
    width: 84%;
}

.p3box h4 {
    font-size: 23px;
    font-weight: 600;
}
.p3box p {
    font-weight: 500;
	font-size: 93%;

}
.board {
    position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.board h2 {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.8;
    z-index: 1;
}
.line_p {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
}
.board p {
    text-align: center;
    font-weight: 600;
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    margin: auto;
}

/*--------------------------------------
  result
--------------------------------------*/
.ttl_h1 {
    position: absolute;
    bottom: -13px;
    right: -16px;
    width: 100%;
}
.pink_label {
    width: fit-content;
    background: var(--color-pink);
    color: #fff;
    font-weight: 600;
    font-size: 106%;
    padding: 2px 35px;
    border-radius: 100px;
    margin: 40px auto 8px;
}
.ttl_sl {
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}
.slash2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.ttl4 {
    text-align: center;
    font-weight: 600;
    font-size: 108%;
    margin-bottom: 15px;
}


ul.res_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.res_list li {
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
ul.res_list li h5 {
    background: var(--color-blue2);
    color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 95%;
    line-height: 1.5;
    font-weight: 600;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.res_list li div {
    padding: 10px;
    box-sizing: border-box;
}
.w_img {
    width: 80%;
    display: block;
    margin: 0 auto 10px;
}
ul.res_list li p {
    font-size: 82%;
    line-height: 1.6;
}

ul.res_list.l3 li:first-child {
    margin: 0 26% 15px;
}
ul.res_list.l3 {
    margin-bottom: 30px;
}

/*--------------------------------------
  review
--------------------------------------*/

.ttl_rev {
    position: absolute;
    width: 14%;
    top: 0;
    bottom: 0;
    left: 11%;
    margin: auto;
}
ul.rev_list li {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px #d7b2c3;
    padding: 18px;
    margin-bottom: 18px;
	border-radius: 16px;
}
.rev_top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-pink);
    margin-bottom: 15px;
	align-items: center;
	
}

.revimg {
    width: 30%;
	margin-right: 12px;
}
.rev_txt {
    font-size: 90%;
}

/*--------------------------------------
  flow
--------------------------------------*/

.ttl_h2 {
    position: absolute;
    bottom: -13px;
    left: 28%;
    width: 57%;
}
ul.flow_list {
    padding-top: 14px;
}
ul.flow_list li {
    position: relative;
    margin-bottom: 20px;
}
.s_label {
    position: absolute;
    top: -20px;
    left: 18px;
    width: 50px;
}
ul.flow_list li h3 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding: 10px 0 20px;
}
.s_arrow {
    display: block;
    margin: 0 auto;
    width: 24px;
}

/*--------------------------------------
  case
--------------------------------------*/
.case_box {
    background: #fff;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 18px;
    position: relative;
    margin-bottom: 20px;
}
.case_box h3 {
    text-align: center;
    font-weight: 600;
    font-size: 164%;
    margin-bottom: 14px;
}
.c_lb {
    position: absolute;
    top: 8px;
    left: -13px;
    width: 30%;
}
.c_img {
    width: 80%;
    display: block;
    margin: 0 auto 10px;
}
.c_arrow {
    text-align: center;
    display: block;
    padding: 10px 0;
}
.c_ar {
    width: 14%;
}
.case_b {
    display: none;
}
.c_arrow.active .c_ar {
    transform: scale(1, -1);
}

/*--------------------------------------
  FAQ
--------------------------------------*/

#faq {
}
.qa {
	background: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 8px #ccc;
}
.qa dt {
	font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 12px 12px 0px 37px;
	position: relative;
}
.qa dd {
    position: relative;
    padding: 12px 12px 16px 37px;
	font-size: 13px;

}

.qa dt:before, .qa dd:before {
	content: 'Q';
    position: absolute;
    top: 13px;
    left: 10px;
    background: var(--color-blue2);
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
}
.qa dd:before {
	content: 'A';
	background: var(--color-pink);
}


.faq_bottom {
    display: block;
    margin: 0 auto;
    width: 50%;
}


/*--------------------------------------
  footer
--------------------------------------*/
#footer {
    padding: 20px 0;
	background: var(--color-bk);
}

.copy {
    text-align: center;
    font-size: 12px;
	color: #fff;
}




@media screen and (min-width:768px){
body {
    font-size: 20px;
}
#wrapper {
    width: 540px;
    margin: 0 auto;
    box-shadow: 0 0 15px #ccc;
}	

#header {
    width: 100%;
}	

.ico_line {
    width: 50px;
    margin-right: 23px;
}
.line_btn a {
	font-size: 24px;
}	
.cta_btn {
	width: 450px;
	margin: 0 auto;
}	

.line_btn a:after {
    width: 16px;
    height: 16px;
    right: 14px;
}
	
/* FV */	
	
.fv_h1 {
	padding-top: 5%;
	font-size: 47px;
	line-height: 1.7;
}
.fv_t {
    position: absolute;
    bottom: 4%;
    left: 6%;
    width: 90%;
    z-index: -1;
}
.fv_f {
    font-size: 24px;
}	
.fv_box {
    padding: 90px 0 0;
    width: 60%;
    text-align: center;
}
#fv {
    padding-bottom: 76px;
}
.fv_h3 {
    font-size: 30px;
}
.cta_txt {
	font-size: 26px;
}	
.line_btn a {
	font-size: 28px;
}
.line_btn a:after {
	width: 30px;
	height: 30px;
	right: 24px;
}	
	
	
/* Contents */	
	
.contents_block {
    padding: 60px 0;
}	
.ttl {
	font-size: 38px;
	margin-bottom: 40px;
}

.pro_box h3 {
font-size: 40px;
}
.pro_box h4 {
    font-size: 22px;
}	
.pro_box {
    padding: 33px;
}
.p2h3 {
    font-size: 30px;
}
.p2h3::before {
    width: 30px;
    height: 46px;
}
#price2 p {
    font-size: 20px;
}	
.board h2 {
    font-size: 39px;
    top: 56px;
}
	
	
ul.check_list li:before {
    width: 30px;
    height: 30px;
}
ul.check_list {
    margin-bottom: 20px;
}	
ul.check_list li {
    margin-bottom: 3px;
}
	

.ttl_sl {
    font-size: 31px;
}
ul.res_list li h5 {
    height: 70px;
}	
ul.flow_list li h3 {
    font-size: 22px;
}
.s_label {
    width: 70px;
}	
	
	
/* FAQ */	
.qa dt {
    font-size: 28px;
    padding: 20px 20px 20px 62px;
}	
.qa dd {
    font-size: 20px;
    padding: 20px 20px 20px 62px;
}
.qa dt:before, .qa dd:before {
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 31px;
    top: 23px;
    left: 15px;
}

/* Footer */	
.logo_footer {
    width: 140px;
}
.copy {
    font-size: 15px;
}	
	
}


@media screen and (min-width:1024px){
	
	
	

	
	
}






