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

/*
Theme Name: kct
Description: kct

*/

/*--------------------------------------
  リセット
--------------------------------------*/
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;
}

i.fa {
	margin: 0 0.5em 0 0;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.m {
	font-size: 120%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.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: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}


/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.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;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

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

a:hover {
}

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

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

/*--------------------------------------
  全体定義
--------------------------------------*/
html {

}

body {
	margin: 0;
	padding: 0;
	font-family: "League Spartan","Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  sans-serif;
	overflow-x: hidden;
	background: #fff;
	color: #333;
	font-size : 18px;
	line-height : 1.8;
}

:root {
	--color-green1: #006012;
	--color-green2: #059326;
	--color-white: #fff;
	--color-yellow: #ffec00;
	--color-bk: #333;
	--color-red:#e50000;
	--color-orange:#d85107;
	--color-orange2:#f48d11;
	--color-bg1: #ecedeb;
	--color-bg2: #059326;
	--color-bg3: #def4d3;
	--color-bg4: #424242;
	--bg-stripe: repeating-linear-gradient(-45deg, #d5f4c3, #d5f4c3 5px, #b1e0a2 5px, #b1e0a2 10px);
}


/*--------------------------------------
 color /
--------------------------------------*/

.bg01 {
	background-color: var(--color-bg1);
}
.bg02 {
	background-color: var(--color-bg2);
}
.bg03 {
	background-color: var(--color-bg3);
}
.bg04 {
	background-color: var(--color-bg4);
}
.stripe {
	background: var(--bg-stripe);
}

.fc_white {
	color: var(--color-white);
}
.fc_green1 {
	color: var(--color-green1);
}
.fc_green2 {
	color: var(--color-green2);
}
.fc_yellow {
	color: var(--color-yellow);
}
.fc_red {
	color: var(--color-red);
}
.fc_orange {
	color: var(--color-orange);
}




/* title */
h1,h2,h3,h4{
	line-height: 1.5;
	font-weight: 600;
}

.ttl {
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
	line-height: 1.5;
}
.ttl_sub {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
}

.bubble_green {
    position: relative;
    width: fit-content;
    margin: 0 auto 40px;
    background: var(--color-green1);
    color: #fff;
    font-size: 200%;
    line-height: 1.5;
    padding: 14px 80px 10px;
    border-radius: 100px;
}
.bubble_green::after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    margin: auto;
    background: var(--color-green1);
    width: 25px;
    height: 22px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}


.line_green {
    text-align: center;
    font-size: 200%;
    position: relative;
    width: fit-content;
    margin: 0 auto 30px;
}

.line_green::before, .line_green::after {
    content: '';
    width: 100px;
    height: 3px;
    background: var(--color-green1);
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
}


/*--------------------------------------
 CTA
--------------------------------------*/
.cta {
    padding: 120px 0 60px;
}
.cta_box {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.cta_ttl {
    background: var(--color-bg2);
    position: relative;
    padding: 25px 10px 15px 30%;
	border-radius: 20px 20px 0 0;
}

.cta_ttl h2 {
    color: var(--color-yellow);
    font-size: 42px;
}
.cta_ttl p {
    color: #fff;
    font-weight: 500;
    font-size: 140%;
}
.yoshida {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
}

.cta_content {
    background: #fff;
    padding: 38px 20px 26px;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cta_tel {
    width: 38%;
}
.tel_box {
    text-align: center;
}
.tel_box a {
	display: block;
}
.ico_tel {
    width: 36px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 6px;
}
.p_num {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
}



.cta_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 58%;
}
.ico_line {
    width: 42px;
    margin-right: 8px;
}
.ico_mail {
    width: 32px;
    margin-right: 10px;
}

.line_box,.contact_box {
    width: 49%;
}
.line_box a,.contact_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #16b537;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 16px;
    padding: 16px 0;
	transition: all .3s ease;
}
.contact_box a {
	background: var(--color-green1);
}
.line_box a:hover {
    background: #0bc231;
}
.contact_box a:hover {
    /*background: var(--color-green2);*/
	background: #09771b;
}

.slash_txt {
    width: 100%;
    text-align: center;
	margin-bottom: 13px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
.slash {
    position: relative;
}
.slash::before, .slash::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 30px;
    height: 30px;
    background: url(./images/slash_orange.webp) no-repeat;
    background-size: contain;
    background-position: center;
}
.slash::after {
    left: auto;
    right: -40px;
    transform: scale(-1, 1);
}



/*--------------------------------------
 header
--------------------------------------*/
#header {
	padding: 10px 0;
	
}
.h_inner {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 220px;
}

.h_box {
    display: flex;
	align-items: center;
    margin-left: auto;
    width: fit-content;
}
.h_box div {
    margin-left: 12px;
}

#header .p_num {
    font-size: 30px;
}
#header .p_sub {
    font-size: 75%;
	line-height: 1;
    margin-top: 8px;
}
#header .ico_tel {
    width: 26px;
}

#header .line_box a, #header .contact_box a {
    font-size: 18px;
}
#header .line_box, #header .contact_box {
    width: 230px;
}
#header .ico_line {
    width: 33px;
}
/*--------------------------------------
 FV
--------------------------------------*/
#fv {
    background: url(./images/fv_bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
	
}
.fv_inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.fv_img {
    width: 800px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.fv_l_box {
    width: 600px;
	position: relative;
	z-index: 1;
}
.fv_sub {
    width: 62%;
    margin: 0 auto 12px;
    display: block;
}
.fv_badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fv_badge h2 {
    width: 32.5%;
}


.license {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: flex-start;
    background: var(--color-green1);
    margin-top: 20px;
    border-radius: 20px;
}
.license_img {
    width: 130px;
}
.license p {
    font-weight: 600;
    font-size: 20px;
    width: fit-content;
}

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

.contents_block {
	padding: 70px 0;
	position: relative;
}
.inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
	position: relative;
    z-index: 1;
}
.txt01 {
    text-align: center;
    margin-bottom: 30px;
	font-size: 126%;
    font-weight: 500;
}

.br_sp {
	display: none;
}


/* Worry */
.worry_bubble {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    width: 790px;
}
#worry .ttl {
    margin-top: -20px;
}
.worry_img1 {
    position: absolute;
    z-index: -1;
	top: 19%;
    right: -6%;
    width: 770px;
}
.worry_img2 {
    position: absolute;
	z-index: -1;
    top: 55%;
    left: -3%;
    width: 480px;
}
.worry_img3 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: -12%;
    width: 396px;
}
ul.check_list {
    position: relative;
    z-index: 2;
	margin-top: 140px;
	width: fit-content;
}
ul.check_list:last-child {
	margin-left: 35%;
}
ul.check_list li {
    font-weight: 600;
	font-size: 137%;
    position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
	box-sizing: border-box;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
ul.check_list li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(./images/ico_check.webp) no-repeat;
    background-size: contain;
    background-position: center;
}
#worry::after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    width: 100%;
    height: 110px;
    background: var(--color-bg1);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}


/* solution */
#solution .ttl {
    margin-top: 50px;
}
.solutio_image {
    display: block;
    margin: 0 auto 30px;
    width: 790px;
}
#solution .slash::before, #solution .slash::after {
    background-image: url(./images/slash_white.webp);
	height: 36px;
	width: 34px;

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

ul.point_list li {
    width: 49%;
    margin-bottom: 4%;
    background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	overflow: hidden;
}
ul.point_list li:nth-child(n+3) {
    width: 32%;
}
ul.point_list li h3 {
    text-align: center;
    font-size: 170%;
    padding: 12px 0 5px;
    line-height: 1.5;
    background: var(--color-yellow);
}
.point_in {
    padding: 14px;
}
.point_img {
    margin-bottom: 14px;
}

/* Caution */
#cousion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: repeating-linear-gradient(-45deg, #ffce00, #ffce00 10px, #111111 10px, #111111 20px);
}
.caution_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
	max-width: 1130px;
    width: 100%;
}
.ico_caution {
    width: 148px;
}
.caution_block p {
    width: calc(100% - 241px);
	font-weight: 500;
}
.caution_box {
	background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px 40px;
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0;
}
.caution_box h3 {
    font-size: 154%;
    margin-bottom: 12px;
}
.caution_box p {
    padding-left: 1rem;
}
.caution_box p::before {
    content: '※';
    margin-left: -1rem;
}
.caution_img {
    position: absolute;
    bottom: 0;
    right: -2%;
    width: 144px;
}





/* Reason */
.reason_img1 {
    position: absolute;
    width: 130px;
    top: 0;
    left: 12%;
}
.reason_img2 {
    position: absolute;
    width: 130px;
    top: 0;
    right: 12%;
}
ul.reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.reason li {
    width: 24%;
    margin: 0 0 1.5%;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    border: 3px solid var(--color-green1);
    border-radius: 20px;
    padding: 1rem;
}
ul.reason li h3 {
    font-size: 25px;
	color: var(--color-green1);
    margin-bottom: 15px;
}
ul.reason li p {
    text-align: left;
	font-size: 85%;
}
.reason_icon {
    width: 120px;
    margin-bottom: 24px;
}


/* Review */
.rev_badge {
    position: absolute;
	top: -3%;
    left: 18%;
    width: 150px;
}
.rev_img {
    position: absolute;
    bottom: -26%;
    right: -5%;
    width: 110px;
    transform: scale(-1, 1);
}

.rev_box_txt {
    text-align: center;
    font-weight: 500;
    font-size: 130%;
}
.rev_box_txt .slash::before,.rev_box_txt .slash::after {
	background-image: url(./images/slash_yellow.webp);
	
}




/* Price */
ul.price_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 580px;
    width: 100%;
    margin: 0 auto 60px;
    position: relative;
}
ul.price_top::before {
    content: '';
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url(./images/ico_plus.webp) no-repeat;
    background-position: center;
    background-size: contain;
}

ul.price_top li {
    width: 210px;
    position: relative;
    text-align: center;
}
ul.price_top li h3 {
    font-size: 140%;
    color: var(--color-green1);
    margin: 18px 0 43px;
}
ul.price_top li::before {
    content: '';
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background: var(--color-bg3);
    border-radius: 50%;
    z-index: -1;
}
ul.price_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 60px;
}

ul.price_list li {
    width: 32%;
    box-sizing: border-box;
    background: #fff;
    border: 3px solid var(--color-green1);
    border-radius: 20px;
    padding: 20px 14px;
    text-align: center;
}
ul.price_list li h4 {
    color: var(--color-green1);
    font-size: 170%;
    margin-bottom: 6px;
}
.price_txt {
    color: var(--color-red);
    font-weight: 600;
    line-height: 1.5;
}
.price_txt span {
    font-size: 226%;
    display: inline-block;
    vertical-align: sub;
}
.price_sub {
    font-size: 90%;
}
.price_b_txt {
    text-align: center;
    color: var(--color-green1);
    font-weight: 600;
    font-size: 170%;
    line-height: 1.6;
    margin-bottom: 40px;
}
.price_note {
    background: var(--color-bg3);
    padding: 1.4rem 2rem;
    border-radius: 20px;
	margin-bottom: 60px;
}
.price_note h4 {
    color: var(--color-green1);
    font-size: 120%;
    margin-bottom: 10px;
}
.price_note p {
    font-weight: 500;
    position: relative;
    padding-left: 1rem;
}
.price_note p::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--color-green1);
}
ul.payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
	padding: 80px 0;
}

ul.payment li {
    position: relative;
    text-align: center;
    width: 30%;
}
ul.payment li img {
    height: 74px;
	margin-bottom: 14px;
}
ul.payment li h4 {
    font-size: 128%;
}
ul.payment li::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    margin: auto;
    background: var(--color-bg2);
    z-index: -1;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
}


/* Flow */

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

ul.step li {
    width: 19%;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}
ul.step li::after {
	content: '';
    position: absolute;
    top: 44%;
    right: -20px;
    background: var(--color-green2);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 20px;
    height: 30px;
    z-index: 1;
}
ul.step li:last-child::after {
    content: none;
}
.step_num {
    text-align: center;
    width: 60px;
    height: 60px;
    background: var(--color-green2);
    color: #fff;
    border-radius: 50%;
    margin: -40px auto 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step_num p {
    line-height: 1.1;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
}

.step_num p span {
    font-size: 170%;
}
ul.step li h3 {
    text-align: center;
    color: var(--color-green1);
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 5px;
}
.step_img {
    margin-bottom: 10px;
}



.qa_box {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 40px;
}
dl.qa {
    position: relative;
    padding: 20px 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 14px;
}
dl.qa:last-child {
    border: 0;
}
dl.qa dt {
    padding: 10px 38px 10px 60px;
    position: relative;
    font-size: 128%;
    font-weight: 700;
    cursor: pointer;
}
dl.qa dd {
    padding: 16px 10px 10px 60px;
    font-size: 100%;
	position: relative;
	display: none;
}
dl.qa dt::before, dl.qa dd::before {
    content: 'Q';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: var(--color-green1);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 150%;
}
dl.qa dd::before {
	content: 'A';
	background: #f48d11;
	top: 5px;
	bottom: auto;
}
dl.qa dt::after {
    content: '＋';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 130%;
    font-weight: 500;
    line-height: 1;
    width: 1em;
    height: 1em;
    color: #999;
	text-align: center;
}
dl.qa dt.active::after {
    content: '−';
}
.faq_img {
    display: block;
    margin: 0 auto;
    width: 350px;
}



/* Contact */
.contact_area {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.contact_area table {
    width: 100%;
    margin-bottom: 30px;
}
.contact_area th, .contact_area td {
    font-family: inherit;
    padding: 15px 10px;
    box-sizing: border-box;
    vertical-align: middle;
}
.contact_area th {
    width: 35%;
	font-weight: 500;
}
.req {
    background: var(--color-red);
    color: #fff;
    font-size: 80%;
    display: inline-block;
    line-height: 1;
    padding: 8px 10px 4px;
    float: right;
}
input[type="text"], input[type="email"], textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 18px;
    padding: 18px;
    border: 0;
    background: var(--color-bg1);
    border-radius: 6px;
}
.btn_form {
    text-align: center;
    margin: 0 auto;
    width: 290px;
}
.submit {
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
    background: var(--color-green1);
    font-family: inherit;
    font-size: 22px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 18px 0;
    border-radius: 100px;
	transition: all.3s ease;
}

.submit:hover {
    background: var(--color-green2);
}

.mw_wp_form .error {
    font-size: 85% !important;
    color: var(--color-red) !important;
}


/* Company */
.cp_img1 {
    position: absolute;
    width: 115px;
    top: 0;
    left: 18%;
}

.cp_img2 {
    position: absolute;
    width: 116px;
    top: 0;
    right: 18%;
}
.company_box {
    background: #fff;
    box-sizing: border-box;
    border: 3px solid var(--color-green1);
    border-radius: 20px;
    padding: 1.4rem;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.company_box table {
	width: 80%;
	margin: 0 auto;
}

.company_box table tr {
	border-bottom: 1px solid var(--color-bg1);
	
}
.company_box table th, .company_box table td {
    vertical-align: middle;
    padding: 18px 0;
}
.company_box table th {
	width: 30%;
	font-weight: 500;
}
.company_box table tr:last-child {
    border: 0;
}



/*--------------------------------------
  footer
--------------------------------------*/
#footer {
    background-color: var(--color-bg2);
}
.copy {
	text-align: center;
	color: #fff;
}

.sp{
	display: none;
}

/*--------------------------------------
  float
--------------------------------------*/
#float {
    z-index: -99;
    opacity: 0;
}




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

.logo {
    width: 190px;
}
#header .line_box, #header .contact_box {
    width: 200px;
}	
#header .ico_mail, #header .ico_line {
    width: 2.5vw;
}	
.fv_l_box {
    width: 50%;
}
	
.license p {
    font-size: 100%;
}
.license_img {
    width: 20%;
}	

.cta_tel {
    width: 36%;
}
.p_sub {
    font-size: 82%;
}
.ico_tel {
    width: 3vw;
    vertical-align: baseline;
}	
.cta_contact {
    width: 60%;
}
.ico_line, .ico_mail {
    width: 3vw;
}
.ttl {
    font-size: 54px;
}
	
.ico_caution {
    width: 10%;
}
.caution_block p {
    width: 88%;
}	
.reason_img1 {
    left: 3%;
	width: 13%;
}
.reason_img2 {
    right: 3%;
	width: 13%;
}	
ul.reason li h3 {
    font-size: 128%;
}
.reason_icon {
    width: 90px;
}	
	
}



@media screen and (max-width : 820px) {
	
.sp {
	display: block;
}	
.pc {
	display: none;
}	
	
	
.h_box {
    display: none;
}
.fv_img {
    width: 82%;
}
.license p {
	font-size: 80%;
}
	
.cta {
    padding: 80px 0 50px;
}	
.yoshida {
    width: 23%;
}
.cta_ttl {
    padding-left: 26%;
}
.cta_ttl h2 {
    font-size: 4.4vw;
}
.cta_tel {
    width: 100%;
    margin-bottom: 30px;
}
.p_num {
    font-size: 7vw;
}
.ico_tel {
    width: 4vw;
}
.cta_contact {
    width: 100%;
}
.ico_line, .ico_mail {
	width: 5vw;
}	
.line_box a, .contact_box a {
    font-size: 3.3vw;
}	
	
	
.worry_bubble {
    width: 95%;
}	
ul.check_list li {
    font-size: 160%;
}
ul.check_list:last-child {
    margin-left: 0;
}	
.worry_img3 {
    bottom: -6%;
}	

.ico_caution {
    margin: 0 auto 35px;
    width: 110px;
}	
.caution_block p {
    width: 100%;
}	
.caution_box {
    padding: 28px 28px 60px;
}
.caution_img {
    right: -6%;
    bottom: -8%;
    width: 16%;
}	
	
	
	
ul.reason li {
    width: 49%;
}
ul.reason li h3 {
    font-size: 4vw;
}
	
ul.price_list li {
    width: 100%;
    margin-bottom: 20px;
}
	
ul.price_list li h4 {
    font-size: 6vw;
}
.price_txt span {
    font-size: 7vw;
}	
	
	
.rev_badge {
    width: 14%;
    left: 14%;
}	
.rev_box_txt {
    font-size: 110%;
    line-height: 1.5;
}
.rev_box_txt .slash::before {
    left: -73px;
}	

		
	
	
ul.step li {
    width: 49%;
    margin-bottom: 7%;
}
	
	
	
	
.cp_img1 {
    width: 15%;
    left: 6%;
}
.cp_img2 {
    width: 15%;
    right: 6%;
}	
	
	
#footer {
    padding: 12px 0;
}	
	
	
#float {
    z-index: 9;
    opacity: 1;
	width: 100%;
}
.float_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.float_box {
    width: 32.5%;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
}	
.fl_tel a {
    background: var(--color-orange2);
}
.fl_line a {
    background: #16b537;
}	
.fl_web a {
    background: var(--color-green1);
}	
.float_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    font-weight: 600;
    height: 62px;
    border-radius: 10px 10px 0 0;
    width: 100%;
}	
	
}

@media screen and (max-width : 599px) {
	
.br_sp {
	display: block;
}
	
	
.logo {
    width: 130px;
    display: flex;
    align-items: center;
}
	
#fv {
    padding: 20px 0 20px;
}	
.fv_img {
    width: 100%;
    bottom: auto;
    top: 52vw;
}	
.fv_l_box {
    width: 90%;
    margin: 0 auto;
}	
.fv_l_box h1 {
    margin-bottom: 48vw;
}	
.license {
    position: relative;
    padding: 8px 5px 8px 11%;
    width: 105%;
    box-sizing: border-box;
    border-radius: 0 10px 10px 0;
}
.license p {
    font-size: 3.4vw;
}	
.license_img {
    position: absolute;
    left: -10%;
}	
	
	
	
	
.contents_block {
    padding: 40px 0;
}
	
.cta {
        padding: 40px 0;
}	
.cta_ttl p {
    font-size: 100%;
	text-align: center;
}	
.cta_ttl {
	padding: 14px 14px 14px 27%;
}
.cta_ttl h2 {
    font-size: 6.3vw;
	text-align: center;
}	
.yoshida {
	width: 30%;
}	
	
.slash_txt {
    font-size: 100%;
}	
.slash::before, .slash::after {
    width: 20px;
    height: 20px;
}
.p_num {
	font-size: 10vw;
}
.ico_tel {
	width: 6vw;
}	
.ico_line, .ico_mail {
	width: 7vw;
}	
	
.line_box, .contact_box {
    width: 100%;
}	
.line_box a, .contact_box a {
	font-size: 6vw;
	padding: 12px 0;
}	
.contact_box {
    margin-top: 10px;
}
	
.ttl {
    font-size: 8vw;
}
.txt01 {
    text-align: left;
	font-size: 120%;
}	
#solution .txt01 br {
    display: none;
}    	
	
	
ul.check_list li {
	font-size: 120%;
	padding-left: 9%;
    }
ul.check_list li::before {
    width: 20px;
    height: 20px;
}
#worry::after {
    height: 60px;
}
ul.check_list {
    margin-top: 18%;
    margin-bottom: 20%;
}	

	
ul.point_list li {
    width: 100%;
    margin: 0 0 5%;
}
ul.point_list li:nth-child(n+3) {
    width: 100%;
}	
	
.caution_box h3 {
    font-size: 5.4vw;
}	
.caution_img {
	right: 0;
	bottom: -3.5%;
	width: 24%;
}	
	
.reason_img1 {
        left: -7%;
        width: 20%;
        top: 3.4%;
    }
.reason_img2 {
        right: -7%;
        width: 20%;
        top: 3.4%;
    }	
ul.reason li {
	width: 100%;
	margin-bottom: 5%;
}	
ul.reason li h3 {
	font-size: 7vw;
}
	
.rev_badge {
	width: 20%;
	left: 5%;
}	
.rev_img {
    width: 25%;
}	

	
ul.price_top li {
    width: 42%;
}
ul.price_top::before {
    width: 25px;
    height: 25px;
    top: 38%;
}
ul.price_top li h3 {
    font-size: 130%;
    margin-bottom: 30px;
}
	
.bubble_green {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 0 10px;
    text-align: center;
    font-size: 160%;
}	
.price_b_txt br {
    display: none;
}
.price_b_txt {
    font-size: 140%;
    text-align: left;
}	
ul.price_list {
    margin-bottom: 20px;
}
.price_note {
    padding: 1.2rem;
}	
	
.line_green {
    font-size: 150%;
}
.line_green::before, .line_green::after {
    width: 60px;
}	
ul.payment li img {
    height: 30px;
    margin-bottom: 7px;
}	
ul.payment li {
    width: 32%;
}	
ul.payment li h4 {
    font-size: 3.5vw;
}
ul.payment {
    padding: 20px 0;
}
	
	
ul.step li {
    width: 100%;
    margin-bottom: 20%;
    padding: 14px;
}	
ul.step li::after {
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 30px;
    height: 20px;
}	
	
dl.qa dt::before, dl.qa dd::before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 110%;
}	
dl.qa {
    padding: 12px;
}
dl.qa dt {
    padding: 5px 28px 5px 50px;
    line-height: 1.5;
	font-size: 110%;
}
	

dl.qa dd {
    padding: 5px 5px 5px 50px;
}	
dl.qa dt::after {
    font-size: 100%;
}	
	
.faq_img {
    width: 70%;
}
	
.contact_area th, .contact_area td {
    display: block;
    width: 100%;
    padding: 5px 0;
}

.contact_area th {
}
.contact_area td {
    padding-bottom: 24px;
}	
.contact_area table {
    margin-bottom: 0;
}
	
.company_box {
    padding: 1.2rem;
}	
.company_box table {
    width: 100%;
}
.company_box table tr {
    border: 0;
}	
.company_box table th, .company_box table td {
    display: block;
    width: 100%;
    padding: 0;
}	
.company_box table th {
    background: var(--color-bg1);
    padding: 3px 10px;
    box-sizing: border-box;
}

.company_box table td {
    padding: 10px;
    box-sizing: border-box;
}	
	
	
.float_box a img {
    width: 20px;
}

.float_box a {
    height: 46px;
    font-size: 5vw;
}	
	
	
	
}


/*--------------------------------------
  thanks
--------------------------------------*/
.page_title {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.page_ttl {
    font-size: 30px;
}
.thanks {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
}
.thanks_ttl::after {
    content: '';
    width: 110px;
    height: 3px;
    background: var(--color-green1);
    display: block;
    margin: 30px auto;
}
.thanks_ttl {
    font-size: 36px;
    padding-bottom: 2rem;
}	
.thanks_box h2 {
    font-size: 126%;
    margin-bottom: 12px;
}


.err404 {
    min-height: 88vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.err404 h3 {
    font-size: 50px;
    margin-bottom: 30px;
}
.btn_back {
    width: 280px;
    margin: 30px auto;
}

.btn_back a {
    display: block;
    color: var(--color-green1);
    border: 2px solid var(--color-green1);
    padding: 6px 0;
    border-radius: 100px;
    font-weight: 500;
	text-align: center;
}
.btn_back a:hover {
    color: #fff;
    background: var(--color-green1);
}


@media screen and (max-width:599px) {
	
.err404 h3 {
    font-size: 40px;
}	
.thanks_ttl {
    font-size: 30px;
    padding-bottom: 1rem;
}
.thanks_box h2 {
    font-size: 110%;
    margin-bottom: 12px;
}
.thanks_box p {
    text-align: left;
    font-size: 4vw;
}	
	
}

@media screen and (min-width:1200px){
	
a[href^="tel:"] {
    pointer-events: none;
}	
}

