@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&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;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}



/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 72%;
    font-weight: inherit;
}
.ss {
	font-size: 68%;
    font-weight: inherit;
}
.m {
    font-size: 94%;
}
.l {
    font-size: 120%;
	font-weight: inherit;
}
.ll{
	font-size: 150%;
	font-weight: inherit;
}
.xl{
	font-size: 180%;
	font-weight: inherit;
	line-height: 1.1;
}

.b{
	font-weight: 700;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span {
	font-weight: inherit;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 70%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}



.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.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;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}


/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: inherit;
	transition: all .3s ease;
}

a:hover {
	
}

/*--------------------------------------
  全体定義
--------------------------------------*/

:root {
	--color-white: #fff;
	--color-yellow: #ffe600;
	--color-bk: #222222;
	--color-red: #dd0e27;
	--color-blue: #1288d8;
	--color-gray: #b7b7b7;
	--color-gray2: #f3f3f3;
	--color-orange: #e88110;
	--color-beige:#f2e6c0;	
	--color-beige2:#f9f3e4;	
}


html {
	font-family : Arial, 'Noto Sans JP', sans-serif;
	font-size : 62.5%;
	line-height : 1.8;
	background: #fff;
	color: #111;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	overflow-x: hidden;
}


/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 0;
	transition: all .3s ease;
}

.h_inner {
    display: flex;
    justify-content: space-between;
	align-items: center;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

.logo p {
	font-weight: 600;
	font-size: 15px;
}
.h_btn {
	text-align: center;
	width: 200px;
}
.h_btn a {
	background: var(--color-orange);
	color: #fff;
	text-align: center;
	border-radius: 50px;
	display: block;
    padding: 5px 0;
    font-weight: 600;
}


#header.fixed {
    position: fixed;
    background: #fff;
}


/* kv */
#kv {
    position: relative;
    background-image: url(../images/lp4/kv_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding-top: 100px;
    padding-bottom: 90px;
}
.kv_inner {
    max-width: 1120px;
    width: 90%;
    display: block;
    margin: 0 auto;
	position: relative;
}
.kv_box {
    text-align: center;
    width: 50%;
}
.kv_sub {
    background: var(--color-blue);
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 5px 28px;
    font-weight: 600;
    font-size: 24px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.kv_h1 {
    font-size: 64px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 50px;
}

.cta_btn {
    max-width: 430px;
    width: 100%;
	margin: 0 auto;
}

.cta_btn a {
    text-align: center;
    background: var(--color-orange);
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 30px;
    padding: 14px 0;
    border-radius: 100px;
    box-shadow: 0 7px 0 #ad5e07;
}
.cta_txt1 {
    font-size: 176%;
    font-weight: 700;
    margin-bottom: 30px;
}
.cta_txt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fv_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
}








/* Color */
.fc_yellow {
    color: var(--clor-yellow);
}
.fc_white {
    color: #fff;
}
.fc_red {
    color: var(--clor-red);
}
.fc_blue {
    color: var(--clor-blue);
}
.fc_orange {
    color: var(--clor-orange);
}
.bg01{
	background-color: var(--color-beige);
}
.bg02{
	background-color: var(--color-beige2);
}

.marker_yellow {
    background: linear-gradient(transparent 50%, var(--color-yellow) 50%);
}
.slash {
	position: relative;
    padding: 0 8px;
}
.slash::before,.slash::after {
	content: '';
	position: absolute;
	top: 0;
	left: -2rem;
	background: url(../images/lp4/slash.webp) no-repeat;
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 30px;
	
}
.slash::after {
	transform: scale(-1,1);
	left: auto;
	right: -2rem;
}


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

.inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.contents_block {
    padding: 70px 0;
	position: relative;
}


.ttl {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    font-size: 38px;
    font-weight: 700;
}
ul.check_list {
}

ul.check_list li {
    padding-left: 2.4rem;
    position: relative;
    margin-bottom: 1.4rem;
}
ul.check_list li:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    background: url(../images/lp3/check_gray.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
}
ul.check_list.cost1 li:before {
    background-image: url(../images/lp3/check_red.png);
}
.ss_txt {
    text-align: center;
    font-size: 80%;
    margin: -16px 0 34px;
}

/* Merit */
ul.merit {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.merit li {
    width: 32%;
    margin-bottom: 30px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 12px;
	position: relative;
	text-align: center;
}
.merit_label {
	background: var(--color-blue);
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    font-weight: 600;
    border-radius: 50px;
}
.merit_r h3 {
    font-weight: 700;
    font-size: 140%;
    margin-bottom: 10px;
}



/* TROUBLE */
#trouble {
    padding-bottom: 3rem;
}

ul.worry_list {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 140px;
}

ul.worry_list li {
    width: 49%;
    background: var(--color-beige2);
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 38px 20px;
    box-sizing: border-box;
}
ul.worry_list li p {
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
}
.w_img1 {
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 4%;
}
.w_img2 {
    position: absolute;
    width: 110px;
    bottom: 0;
    right: 4%;
}


/* Point */
.point_block {
    margin-bottom: 80px;
}
.point_label {
    background: var(--color-orange);
    color: #fff;
    font-weight: 600;
    padding: 3px 19px;
    border-radius: 40px;
    margin-bottom: 15px;
    display: inline-block;
}
.point_ttl {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.3rem;
}
.point_block p {
    font-size: 17px;
}
ol.point_list {
    list-style: disc;
    box-sizing: border-box;
    padding-left: 1.5rem;
}

ol.point_list li {
    margin-bottom: 12px;
	font-size: 17px;
}
.p_img2 {
    position: absolute;
    bottom: 9%;
    right: 9%;
    width: 400px;
}

.point2_ttl {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.p_img1 {
    position: absolute;
    width: 154px;
    bottom: 0;
    right: 8%;
}
.point2_txt {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
}


#pro {
	padding-bottom: 0;
}
ul.pro {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}

ul.pro li {
    width: 40%;
    text-align: center;
}
ul.pro li:nth-child(2) {
    width: 100px;
	font-size: 40px;
}
ul.pro li p {
    font-size: 122%;
}
.pro_img {
    display: block;
    margin: 0 auto;
    width: 570px;
}




/* プライス */

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

ul.price_list li {
    width: 48%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding: 70px 24px;
    text-align: center;
    border-radius: 14px;
}
ul.price_list li p {
    font-size: 30px;
    font-weight: 700;
}
.pri_label {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    background: var(--color-blue);
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    border-radius: 40px;
    width: 160px;
    margin: auto;
}
ul.price_list li:last-child .pri_label {
	background: var(--color-orange);	
}
.price_rimit {
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 28px;
	margin-top: 40px;
}
.pl_red {
    background: var(--color-red);
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 9px;
    margin-right: 20px;
}
.pl_r {
    font-weight: 600;
    font-size: 130%;
}

#case{
	position: relative;
    background-image: url(../images/lp4/bg02.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
ul.case_list {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.case_list li {
    width: 48%;
    box-sizing: border-box;
	margin-bottom: 30px;
}
ul.case_list p {
    font-weight: 500;
}
.case_label {
    background: var(--color-blue);
    color: #fff;
    font-weight: 600;
    padding: 1px 17px;
    border-radius: 40px;
    margin-bottom: 5px;
    display: inline-block;
}
.case_img {
    margin-bottom: 10px;
}



/* CTA */
.cta.contents_block {
	padding-bottom: 0;
}
.cta {
    text-align: center;
}
.cta .inner {
    position: relative;
}
.cta_block {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cta_left {
    width: 47%;
}
.cta_right {
    width: 47%;
}

/* 比較 */
.label_blue {
    margin: 0 auto;
    display: block;
    width: fit-content;
    background: var(--color-blue);
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    padding: 4px 16px;
    border-radius: 8px;
    margin-bottom: 5px;
}
.cmp {
    width: 100%;
}
.cmp td {
    border: 1px solid #ddd;
    padding: 22px 12px;
    vertical-align: middle;
    font-weight: 500;
}

.cmp th {
    text-align: center;
    padding: 14px 12px;
    font-weight: 600;
	color: #fff;
}
.cmp tr:first-child th:nth-child(2) {
	background: var(--color-gray);
}
.cmp tr:first-child th:nth-child(3) {
	background: var(--color-blue);
}




ul.flow {
	position: relative;
}

ul.flow li {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	align-items: center;
	margin-bottom: 60px;
}
ul.flow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 81px;
    border-left: 8px solid var(--color-orange);
    width: 0;
    height: 90%;
	z-index: 0;
}
ul.flow li:last-child:after {
    content: none;
}
ul.flow li:last-child {
    margin-bottom: 0;
}

.flow_img {
    width: 170px;
}
.step_content {
    width: 73%;
}
.step_ttl {
    font-weight: 600;
    font-size: 138%;
    margin-bottom: 10px;
}



table.sc_tb {
    width: 100%;
    margin-bottom: 8rem;
}

table.sc_tb th {
    background: #0285f0;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    padding: 1.5rem;
    font-weight: 700;
    font-size: 1.8rem;
}
table.sc_tb td {
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 1.5rem;
    font-size: 1.8rem;
}
.sc_bottom {
    text-align: center;
}

.sc_txt1 {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.sc_txt1 .en_txt {
    font-size: 7rem;
    font-style: italic;
    line-height: 1;
    padding-left: 0.6rem;
}
.sc_txt2 {
    font-size: 2rem;
    font-weight: 500;
}

dl#faq {
	margin-bottom: 6rem;
}

dl#faq dt {
    background: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 2rem 5rem 2rem 7rem;
    position: relative;
    margin-bottom: 1rem;
    box-sizing: border-box;
    cursor: pointer;
	border-radius: 10px;
}
dl#faq dt:before {
    content: "Q.";
    color: #0285f1;
    font-weight: 700;
    font-size: 3.6rem;
    position: absolute;
    top: 0.5rem;
    left: 2rem;
}
dl#faq dt:after {
    content: "＋";
    color: #ccc;
    font-size: 2.6rem;
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto 0;
    height: 1em;
    line-height: 1;
    transition: all .3s ease;
}
dl#faq dt.active:after {
    transform: rotate(225deg);
}


dl#faq dd {
    background: #fff;
    box-sizing: border-box;
    padding: 2rem 4rem 2rem 7rem;
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
    position: relative;
    display: none;
	border-radius: 10px;
}

dl#faq dd:before {
    content: "A.";
    color: #ff8500;
    font-size: 3.6rem;
    font-weight: 700;
    position: absolute;
    left: 2rem;
    top: 0.5rem;
}
.faq_txt {
    text-align: center;
    font-weight: 700;
    font-size: 3.4rem;
}


table.com_tb {
    width: 86%;
    margin: 0 auto;
}

table.com_tb tr {
    border-bottom: 1px solid #c4c4c4;
}

table.com_tb th {
    padding: 2rem 1rem;
    width: 30%;
    vertical-align: middle;
    font-weight: 500;
}
table.com_tb td {
    padding: 2rem 1rem;
}


/* Contact */

.contact_txt {
    text-align: center;
    margin-bottom: 20px;
}

.c_top_tel {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
	align-items: center;
}
.c_top_tel p {
    font-weight: 600;
    font-size: 120%;
    margin-right: 30px;
}

.tel img {
    width: 32px;
    margin-right: 8px;
    display: inline-block;
}

.tel a {
    font-weight: 600;
    font-size: 210%;
}
.tel {
    display: flex
;
    align-items: center;
}


table.contact_tb {
    width: 100%;
    margin-bottom: 5rem;
}

table.contact_tb th {
    font-weight: 500;
    font-size: 2rem;
    width: 30%;
    box-sizing: border-box;
    padding: 2rem 2rem 2rem 0;
    vertical-align: middle;
}
table.contact_tb td {
    box-sizing: border-box;
    padding: 2rem;
    vertical-align: middle;
}
input[type="text"], input[type="email"], textarea, select {
    font-size: 16px;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #c4c4c4;
    width: 100%;
    box-sizing: border-box;
}
.agree {
    text-align: center;
    font-size: 16px;
}
.mw_wp_form .error {
    font-size: 1.5rem !important;
    font-weight: 500;
}
.req {
    background: #ff8401;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    padding: 0 1rem;
    margin-top: 0.5rem;
    float: right;
	color: #fff;
}
.policy {
    margin-bottom: 6rem;
}
.policy .req {
    float: none;
    margin: 0 0 0 2rem;
}
.policy_ttl {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.policy_box {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 2rem;
    height: 200px;
    overflow-y: auto;
    margin-bottom: 2rem;
}
.policy_box p {
    margin-bottom: 1.5rem;
}
.policy_box h4 {
    font-weight: 700;
}

.mwform-checkbox-field-text {
    font-size: 16px;
}
.btn_form {
    text-align: center;
	width: 400px;
	margin: 0 auto;
}

input.btn_submit {
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
    background: var(--color-orange);
    color: #fff;
    border: 0;
	box-shadow: 0 7px 0 #ad5e07;
    font-size: 24px;
    font-weight: 600;
    box-sizing: border-box;
    padding: 20px 0;
    width: 100%;
    border-radius: 100px;
}

.thanks {
    background: #fff;
    padding: 3rem 2rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
}


/* Footer */
#footer {
    background: #000;
    color: #fff;
    padding: 1.6rem 0;
}

.copy {
    text-align: center;
    font-size: 1.2rem;
}

#page_top {
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 60px;
	z-index: 2;
}

.sp{
	display: none;
}	
.sp_ttl{
	display: none !important;
}	




/* 404 */
.error404 #main,.home #main {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#entry_404 {
    text-align: center;
}
.ttl_404 {
    font-size: 3.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

/* thanks*/
.thanks_ttl {
    font-size: 3.6rem;
    font-weight: 500;
}
.btn_back {
    max-width: 260px;
    width: 100%;
    text-align: center;
    margin: 3rem auto 0;
}

.btn_back a {
    display: block;
    background: #000;
    color: #fff;
    padding: 1rem 0;
    font-weight: 500;
    border-radius: 5px;
}
.btn_back a:hover {
    background: #333;
}
.thanks_page {
    height: 95vh;
    box-sizing: border-box;
    padding: 6rem 0;
}



@media screen and (max-width:1024px) {
	
	
body{
	font-size: 15px;
}		

.kv_h1 {
    font-size: 5.1vw;
}	
	
.strength_label img {
    width: 47%;
}

.serif01 {
    width: 226px;
    margin: 0 0 1.5rem 0;
}
.txt01 {
    font-size: 1.6rem;
}	
.merit_c3_txt_sub {
    font-size: 1.9rem;
}	
ol.merit_c3_txt li {
    font-size: 3.2rem;
}	




	
	
}


@media screen and (max-width:768px) {
#kv {
	padding-top: 100px;
}
	
.kv_copy {
	font-size: 3.2vw;
	line-height: 1.5;
	padding: 8px 0;
	width: 74%;
	border-radius: 100px;
	margin-bottom: 15px;
}
.kv_copy br {
    display: block;
}	
.kv_h1 {
	font-size: 7.2vw;
}	
.kv_w_box {
    width: 90%;
}

ul.kv_w_list li {
    font-size: 2.8vw;
    padding-left: 40px;
}
ul.kv_w_list li::before {
    width: 28px;
    height: 28px;
}	

.kv_txt_sub {
    font-size: 88%;
}	
.kv_man_img {
	width: 37%;
	right: -4%;
	bottom: 7%;
}
#kv .cta_btn {
    margin: 0 auto;
}	
	
.cta_btn {
    z-index: 1;
    position: relative;
}
.point_right {
    width: 100%;
    margin-bottom: 3rem;
}	
.point_left {
    margin: 0 auto -20%;
    z-index: 2;
    position: relative;
    width: 30%;
}
	
ul.merit_list li {
    width: 46%;
}
	
ul.industry li {
    width: 18%;
    margin-bottom: 3%;
}	

.step_box {
    height: auto;
}
.man04 {
    width: 30%;
    right: -4%;
}
.p_right ul {
    width: 90%;
}	
.step_content {
    width: calc(100% - 210px);
	}
table.contact_tb th {
    width: 34%;
}
table.com_tb {
    width: 100%;
}
	
.box_g_in {
    padding: 4rem 3rem;
}
.box_g_in ul li span {
    display: block;
}

.merit_ttl3 {
    width: 87%;
}
.cost_box {
    width: 100%;
    margin-bottom: 3rem;
}
.about_txt01 {
    text-align: left;
}
.about_txt01 br {
    display: none;
}
.txt01 {
    text-align: left;
}
.merit_left {
    width: 100%;
    margin-bottom: 3rem;
}	
.merit_right {
    margin: 0 auto;
    width: 30%;
}
	
.pc {
    display: none;
}
	
	
.ttl1 {
    font-size: 4.3vw;
}
	
.merit_man_2 {
    width: 30%;
    right: -4%;
}	
.man03 {
    margin-top: -30px;
    margin-bottom: -50px;
}
#flow {
    padding-bottom: 15rem;
}
.flow_woman {
    width: 26%;
    left: auto;
    right: -3%;
}
.price_list tr {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.price_list th {
    display: block;
    width: 100%;
}
.price_list td {
    box-sizing: border-box;
}
	
	
}

@media screen and (max-width:480px) {
	
.sp{
	display: block;
}	
    	
	
.logo p {
    font-size: 3.2vw;
    width: 100%;
}
.h_btn {
    position: fixed;
    width: 90%;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
	display: none;
}
.h_btn a {
    font-size: 17px;
    padding: 10px 0;
}	
#kv {
	padding-top: 60px;
}
.kv_h1 {
	font-size: 10vw;
	margin-bottom: 12px;
}
.cta_txt {
    font-size: 4.6vw;
}
.cta_btn a {
    font-size: 22px;
    padding: 12px 0;
}	
	
	
.kv_box {
    width: 100%;
}
.fv_img {
    position: relative;
    width: 80%;
    top: auto;
    right: auto;
}
.kv_sub {
    font-size: 5vw;
}
ul.merit li {
    width: 100%;
}
.merit_r p {
    font-size: 137%;	
}
	
	
.contents_block {
    padding: 5rem 0;
}	
.ttl {
    font-size: 30px;
    line-height: 1.5;
}
ul.worry_list li p {
    font-size: 113%;
}

ul.worry_list li {
    width: 100%;
    padding: 20px;
}
.w_img1 {
    width: 87px;
}	
.w_img2 {
    width: 67px;
}		
ul.worry_list {
    margin-bottom: 30%;
}
	
.ss_txt {
    text-align: left;
}	
	
.point_ttl {
    font-size: 24px;
}	
.p_img2 {
    position: relative;
    bottom: auto;
    right: 0;
    left: 0;
    width: 80%;
    margin: auto;
    display: block;
    margin-top: -30px;
}
ul.pro li, ul.pro li:nth-child(2) {
    width: 100%;
}
.point2_ttl {
    font-size: 5.8vw;
}
.p_img1 {
    position: relative;
    width: 40%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}	
#point2 {
    padding-bottom: 0;
}
	
.cta_left, .cta_right {
    width: 100%;
}
.cta_img {
    width: 65%;
    margin-bottom: 16px;
}	
.cta_right {
	padding-bottom: 20px;
}	
.cta_txt1 {
    font-size: 6vw;
}
	
.cmp td {
    font-size: 83%;
    padding: 13px 8px;
}
	
ul.price_list li {
    width: 100%;
    margin-bottom: 33px;
    padding: 40px 10px;
}
.price_rimit {
    flex-wrap: wrap;
    text-align: center;
}	
.pl_red {
	font-size: 19px;
    margin-right: 0;
    width: fit-content;
}
.pl_r {
    font-size: 6vw;
}	
	
ul.case_list li {
    width: 100%;
    margin-bottom: 30px;
}
	
.btn_form {
    width: 100%;
}
	
ul.flow li {
    justify-content: center;
}
.flow_img {
    width: 100px;
	margin-bottom: 10px;
}	
.step_content {
    width: 100%;
}	
ul.flow:before {
	display: none;
}	
.step_ttl {
    text-align: center;
}
	
	
	
dl#faq dt {
    font-size: 1.8rem;
    line-height: 1.5;
	padding-left: 6rem;
}
dl#faq dt:after {
    right: 1.2rem;
}
dl#faq dt:before,dl#faq dd:before  {
    font-size: 3rem;
    left: 1.5rem;
    top: 1rem;
}	
dl#faq dd {
    padding: 2rem 2rem 2rem 6rem;
    font-size: 1.5rem;
}

.faq_txt {
    font-size: 2.5rem;
}
	
.contact_top {
    text-align: left;
    font-size: 1.6rem;
}
table.contact_tb th, table.contact_tb td {
    display: block;
    width: 100%;
	padding: 5px 0;
}
table.contact_tb td {
    padding-bottom: 2rem;
}	
.policy {
    margin-bottom: 4rem;
}	
.policy_box {
    font-size: 1.3rem;
    padding: 1.5rem;
}	
.btn_submit {
    font-size: 2.6rem;
}
table.com_tb th, table.com_tb td {
    display: block;
    width: 100%;
    padding: 8px 8px;
    box-sizing: border-box;
}	
table.com_tb tr {
    border: 0;
}
table.com_tb th {
    background: #f4f4f4;
}
table.com_tb td {
    padding: 10px 8px 24px;
}	
	
.contact_txt {
    text-align: left;
}
.c_top_tel p {
    margin: 0;
}	


.thanks {
    font-size: 1.6rem;
    text-align: left;
}	
	
	
#page_top {
    width: 40px;
    right: 1%;
	z-index:-9999999;
	opacity: 0;
}

	
	
}
