@charset "utf-8";

/*
源ノゴシック
font-family: source-han-sans-cjk-ja, sans-serif;
源ノ明朝
font-family: source-han-serif-japanese, serif;
*/

html {
		font-family: source-han-sans-cjk-ja, sans-serif;
}
body {
    background: #fff;
    color: #1e1e1e;
}
.inner {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.inner_s {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}

.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}



/* **************************************************************** */
/* ヘッダー
*/
header {
    padding: 1em 0;
}
header .inner {
    align-items: center;
    justify-content: space-between;
}
header .logo {

}
header .tel {

}
header .tel a {
    align-items: center;
    justify-content: space-between;
    background: #72bb2b;
    color: #fff;
    text-decoration: none;
    padding: 0.4em 0.5em;
    border-radius: 50px;
}
header .tel a img {
    display: block;
}
header .tel a span {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-left: 0.2em;
}

/* **************************************************************** */
/* フッター
*/
footer {
		background: #fff;
    padding: 0;
}
footer .copy {
    display: block;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 1em 0 1em;
}


/* **************************************************************** */
/* コンタクト
*/
textarea:focus::-webkit-input-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus::-ms-input-placeholder {color: transparent;}
textarea:focus::placeholder {color: transparent;}



.btn_bloc button {
    background: #0082ff;
    box-shadow: 0 3px 0 #0e4985;
}
.contact_bloc dl dt.required:after {
    background: #ff3333;
}
.contact_bloc {
    margin: 0 auto 2em;
}


.contact_wrap {

}
.contact_wrap h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.contact_wrap h2 + p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 2em;
}

/* **************************************************************** */
/* 個別CSS
*/
.mv {
    background: url(../images/bg_mv.png) no-repeat center;
    background-size: cover;
}
.mv_content {

}
.mv_content .inner {
    align-items: center;
    justify-content: center;
}

.mv_content .inner .mv_bloc {

}
.mv .inner .mv_bloc h1 {
    margin-bottom: 0.5em;
}
.mv .inner .mv_bloc ul {

}
.mv .inner .mv_bloc ul li {

}
.mv .inner .mv_bloc ul li + li {

}


.mv .inner > figure {

}

.mv_bottom {
    background: #000;
    color: #fff;
    padding: 1em 0;
}
.mv_bottom ul {

}
.mv_bottom ul li {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    position: relative;
    padding-left: 1.6em;
}
.mv_bottom ul li + li {

}
.mv_bottom ul li:before {
    content: "";
    width: 32px;
    height: 27px;
    background: url(../images/icon_check.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -3px;
    left: 0;
}

.cv {
		background: #fffae8;
    padding: 2em 0;
}
.cv_bloc {
    position: relative;
}
.cv_point {
    position: absolute;
    top: 0;
    right: 4em;
}

.cv_bloc h2 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 1em;
}
.cv_bloc h2 em {
		color: #de0010;
    font-style: normal;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
}
.cv_bloc h2 figure {

}
.cv_button {

}

.cv_button p {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 900;
}
.cv_button p em {
    font-style: normal;
    background: #fff216;
    display: inline-block;
    padding: 0.1em 0em 0.1em 0.2em;
    margin-left: 0.2em;
}

.cv_button ul {
    align-items: center;
    justify-content: center;
    margin: 1em 0;
}
.cv_button ul li {
		width: 100%;
    max-width: 340px;
    box-sizing: border-box;
}
.cv_button ul li + li {
		margin-left: 2em;
}

.cv_button ul li:nth-child(1) {
    border: solid 1px #284e89;
    border-radius: 6px;
}
.cv_button ul li:nth-child(2) {
    border: solid 1px #d90010;
    border-radius: 6px;
}

.cv_button ul li a.cv_tel {
    display: block;
    background: #284e89;
    color: #fff;
    text-decoration: none;
    border: solid 1px #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 1em;
}
.cv_button ul li a.cv_tel .text {
		font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
}
.cv_button ul li a.cv_tel .tel {
    align-items: center;
    justify-content: space-between;
}

.cv_button ul li a.cv_tel .tel img {
    display: block;
}
.cv_button ul li a.cv_tel .tel .num {
		display: block;
    font-size: 36px;
    line-height: 32px;
    font-weight: bold;
}


.cv_button ul li a.cv_contact {
    display: block;
    background: #d90010;
    color: #fff;
    text-decoration: none;
    border: solid 1px #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 1em;
}
.cv_button ul li a.cv_contact .mail {
    align-items: center;
    justify-content: space-between;
}

.cv_button ul li a.cv_contact .mail img {

}
.cv_button ul li a.cv_contact .mail .txt {
    flex: 1 0 0%;
    text-align: left;
    font-size: 21px;
    line-height: 1.2em;
    font-weight: bold;
    margin-left: 0.5em;
}


.cm {

}
.cm_title {
    background: #72bb2b;
    color: #fff;
    padding: 1em 0 1.2em;
    position: relative;
}
.cm_title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #73bb2b transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cm_title h2 {
    font-size: 32px;
    line-height: 1.2em;
}
.cm_title h2 em {
    font-style: normal;
    color: #de0010;
}
.cm_bloc {
    padding: 2em 0;
}

.reason {
    background: url(../images/bg_reason.png) no-repeat;
    background-size: cover;
    padding: 2em 0;
}
.reason_bloc {

}
.reason_bloc h2 {
    margin-bottom: 1em;
}
.reason_bloc ul {

}
.reason_bloc ul li {

}
.reason_bloc ul li + li {

}

.trouble {
    background: url(../images/bg_trouble.png) no-repeat;
    background-size: cover;
    padding: 2em 0;
    position: relative;
    z-index: 2;
}
.trouble:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-filter: drop-shadow(0px 2px 1px #999);
    filter: drop-shadow(0px 2px 1px #999);
}

.trouble_bloc {

}
.trouble_bloc h2 {
    margin-bottom: 1em;
}
.trouble_bloc .list_bloc {
		display: inline-block;
}
.trouble_bloc ul {

}
.trouble_bloc ul li {
		position: relative;
    font-size: 24px;
    line-height: 1.4em;
    padding-left: 1.5em;
    text-align: left;
    font-weight: bold;
}
.trouble_bloc ul li + li {
    margin-top: 0.5em;
}
.trouble_bloc ul li em {
    font-style: normal;
    color: #72bb2b;
}
.trouble_bloc ul li:before {
    content: "";
    width: 32px;
    height: 27px;
    background: url(../images/icon_check.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
}

.trouble_bloc p {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
    margin-top: 1em;
}


.result {
    background: url(../images/bg_result.png) no-repeat;
    background-size: cover;
    padding: 2em 0;
    position: relative;
    box-shadow: 0 0 6px #000 inset;
}
.result_bloc {
		width: 80%;
    margin-left: auto;
}
.result_bloc h2 {
    margin-bottom: 1em;
}
.result_bloc p {

}



.service {
    padding: 2em 0;
}
.service_bloc {

}
.service_bloc h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.service_list {

}
.service_list ol {

}
.service_list ol li {
		border-top: dotted 2px #dcdcdc;
    border-left: dotted 2px #dcdcdc;
    padding: 1em;
    box-sizing: border-box;
    position: relative;
}
.service_list ol li + li {
		margin-top: 3em;
}
.service_list ol li + li:before {
    content: "";
    width: 38px;
    height: 19px;
    background: url(../images/icon_arrow_g.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -2.5em;
    left: 5em;
}


.service_list ol li figure {

}
.service_list ol li .service_item {
    flex: 1 0 0%;
    text-align: left;
    margin-left: 1em;
}
.service_list ol li .service_item .num {
    background: #72bb2b;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    padding: 0.4em 0.6em;
    border-radius: 20px;
    margin-bottom: 0.5em;
}
.service_list ol li .service_item h3 {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 0.2em;
}
.service_list ol li .service_item p {
font-size: 18px;
    line-height: 1.4em;
}
.service_list ol li .service_item p em {
    font-style: normal;
    color: #de0010;
    font-size: 21px;
    font-weight: bold;
}





.voice {
		background:#eef7e5;
		padding:2em 0;
}
.voice_bloc {

}
.voice_bloc h2 {
		margin-bottom:1em;
}
.voice_graph {
    margin-bottom: 2em;
}
.voice_graph ul {
    align-items: flex-start;
    justify-content: center;
}
.voice_graph ul li {

}
.voice_graph ul li + li {
    margin-left: 2em;
}

.voice_content {

}

.voice_item {
    border: solid 1px #bababa;
    background: #fff;
    padding: 2em;
    box-sizing: border-box;
}
.voice_item + .voice_item {
		margin-top:2em;
}

.voice_header {
    align-items: center;
    justify-content: flex-start;
    border-bottom: solid 1px #bababa;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.voice_header .num {

}
.voice_header h3 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
    margin-left: 1em;
}

.voice_detail {

}
.voice_detail figure {
		margin: 0 1em 0 0;
}
.voice_detail p {
    flex: 1 0 0%;
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
    margin-left: 1em;
}


.price {
		padding: 2em 0 4em;
}
.price_bloc {

}
.price_bloc h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.price_bloc h2 + p {
    font-size: 21px;
    line-height: 1.2em;
    margin-bottom: 2em;
}

.price_item {

}
.price_item h3 {
		color: #0082ff;
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.price_item table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.price_item table th {
    border: solid 1px #dddddd;
    text-align: left;
    padding: 0.5em 1em;
}
.price_item table td {
		border:solid 1px #dddddd;
}






.price_item table thead {

}
.price_item table thead th {
    color: #fff;
    text-align: center;
}
.price_item table thead th:nth-child(1) {
		background:#9a9a9a;
}
.price_item table thead th:nth-child(2) {
		background:#72bb2b;
}
.price_item table thead th:nth-child(3) {
		background:#ffad16;
}


.price_item table tbody {

}
.price_item table tbody th {

}
.price_item table tbody td {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
}
.price_item table tbody td span {
    font-size: 24px;
}


.price_option {
		background: #d9ecff;
    padding: 4em 0 2em;
    position: relative;
}
.price_option .plus {
    background: #fff;
    border-radius: 50%;
    border: solid 10px #d9ecff;
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.price_option_bloc {
    align-items: flex-start;
    justify-content: center;
}

.price_option_item {
    border: solid 5px #0082ff;
    background: #fff;
    padding: 1.5em;
    width: 100%;
    max-width: 490px;
    box-sizing: border-box;
}
.price_option_item + .price_option_item {
    margin-left: 2em;
}

.price_option_item h3 {
    color: #0082ff;
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.price_option_item .list {
    margin-bottom: 1em;
}
.price_option_item .list ul {
    height: 244px;
}
.price_option_item .list ul li {
    position: relative;
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 2em;
}
.price_option_item .list ul li + li {
    border-top: solid 1px #bababa;

}
.price_option_item .list ul li:before {
		content: "";
    width: 33px;
    height: 27px;
    background: url(../images/icon_check2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 0;
}

.price_option_item .bottom {
		align-items: center;
    justify-content: center;
}
.price_option_item .bottom ul {

}
.price_option_item .bottom ul li {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 0.5em 0.8em;
}
.price_option_item .bottom ul li + li {
    margin-left: 0.5em;
}
.price_option_item .bottom ul li:nth-child(1) {
		background: #72bb2b;
}
.price_option_item .bottom ul li:nth-child(2) {
		background: #ffad16;
}

.price_option_item .bottom p {
    font-size: 16px;
    line-height: 1.4em;
    margin-left: 1em;
    font-weight: bold;
}
.price_option_item .bottom p span  {
		font-size: 24px;
    line-height: 1;
    vertical-align: bottom;
}


.price_plan {
    padding: 2em 0;
}
.price_plan h2 {
		margin-bottom: 2em;
}
.price_plan .price_plan_bloc {

}


.faq {
    background: #f4f4f4;
    padding: 2em 0;
}
.faq h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.faq_content {

}

.faq_item {

}
.faq_item + .faq_item {
    margin-top: 1em;
}
.faq_item h3.toggle {
    background: #72bb2b;
    color: #fff;
    padding: 0.5em 0.5em 0.6em 1.8em;
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.faq_item h3.toggle:before {
    content: "＋";
    position: absolute;
    top: 10px;
    left: 10px;
}
.faq_item h3.toggle.active:before {
		content:"－";
}

.faq_bloc {
    background: #fff;
    padding: 0 1em;
    text-align: left;
    display: none;
}
.faq_bloc dl {
    padding: 1em 0;
    font-size: 18px;
    line-height: 1.4em;
}
.faq_bloc dl dt {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 1em;
    font-weight: bold;
}
.faq_bloc dl dd {
    position: relative;
    padding-left: 2.5em;
}
.faq_bloc dl + dl  {
    border-top: solid 1px #000000;
}

.faq_bloc dl dt:before {
    content: "Q";
    width: 34px;
    height: 34px;
    background: #72bb2b;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: -3px;
    left: 0;
}
.faq_bloc dl dd:before {
    content: "A";
    width: 34px;
    height: 34px;
    background: #de0010;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: -3px;
    left: 0;
}




.company {
    padding: 2em 0;
}
.company h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.company_bloc {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.company_bloc dl {
		font-size: 18px;
    line-height: 1.4em;
}
.company_bloc dl + dl {

}
.company_bloc dl:nth-child(odd) {
		background: #f4f4f4;
}
.company_bloc dl dt {
    padding: 1em;
    font-weight: bold;
    box-sizing: border-box;
    width: 20%;
    text-align: left;
}
.company_bloc dl dd {
    flex: 1 0 0%;
    text-align: left;
    padding: 1em;
}
.company_bloc dl dd ul {

}
.company_bloc dl dd ul li {

}
.company_bloc dl dd ul li + li {
    border-top: solid 1px #bfbfbf;
    margin-top: 0.5em;
    padding-top: 0.5em;
}

.focus {
    position: relative;
}
.focus:after {
		content: "";
    background: #72bb2b;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84%;
    z-index: -1;
}

.focus_bloc {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: space-between;
}
.focus_bloc .figure01 {

}
.focus_bloc .figure02 {

}
.focus_bloc h2 {
    margin-bottom: 0.5em;
}



body.thanks_body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.thanks {
  flex: 1;
}
















