﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700;900&display=swap');


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}table { border-collapse:collapse; border-spacing:0;}fieldset,img { border:0; vertical-align:bottom;}address,caption,cite,scode,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}ol,ul,li { list-style:none; padding:0; margin:0;}caption,th { text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;	font-weight:normal;}q:before,q:after {content:'';}abbr,acronym { border:0;}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


html,body {
	width: 100%;
	overflow-x: hidden;
}
:root {
    --white: #fff;
    --yellow: #d9ab2b;
    --green: #558b14;
    --green-hover: #2f998b;
    --green2: #729f3e;
    --brown: #87733b;
    --line: #06C755;
    --line-hover: #10AE55;
    --orange: #ff6f00;
    --red: #dd2323;
    --base: #fafbe9;
    --base2: #ebf1d4;
    --lpbase: #bda421;
    --font: #333;
}

body {
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: var(--font);
	-webkit-text-size-adjust: 100%;
	letter-spacing: .5px;
	word-break: break-all;
	background-color: #fff;
}
.gf {
	font-family: 'Roboto';
    text-transform: uppercase;
}
p {
    font-size: 16px;
    font-weight: 500;
    color: var(--font);
    line-height: 1.8;
    letter-spacing: .5px;
}

/* module
-----------------------------------------*/

.pc {
	display: block;
}
.mb {
	display: none;
}
section {
	padding: 80px 0px;
}
.inner {
    max-width: 960px;
    padding: 0 15px;
    margin: auto;
}
.sec_line {
    background: repeating-linear-gradient(45deg, rgb(233 221 210 / 50%), rgb(253 248 238) 2px, rgb(255 250 238) 0, rgb(255 254 243) 6px);
}
.flex_in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
strong, b {
    font-weight: 800;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fff4a9 0%) repeat scroll 0 0;
}
a.btn_contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 34px;
    min-height: 64px;
    background: linear-gradient(135deg, #ffbc25 0%, #fb5725 100%);
    box-shadow: 0 3px 0 0 #a55d14;
    text-shadow: 1px 2px 2px rgb(86 63 49 / 30%);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
}
#g_navi .header_btn a.btn_contact {
    padding: 7px 14px;
    font-size: 14px;
}
a.btn_contact:hover {
	text-decoration: none;
    background: linear-gradient(135deg, #dd6e0f 0%, #dd6e0f 100%);
    transition: .5s;
}

a.btn_contact .label {
    display: grid;
    background: rgb(246 111 15 / 70%);
    place-content: center;
    width: 50px;
    height: 50px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}
#g_navi .header_btn a .label {
    width: 44px;
    height: 44px;
    font-size: 9px;
}

a.btn_contact .txt {
    padding: 0 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

.btn_contact .txt:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 14px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.btn_contact .txt:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 14px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}

a.btn_contact .arrow:before {
	content: none;
}
a.btn_contact .arrow:after {
    width: 9px;
    height: 9px;
}
.btn_contact.line_btn {
    background: none;
    background-color: var(--line);
    box-shadow: 0 3px 0 0 #359842;
    text-shadow: 1px 2px 2px rgb(49 86 66 / 22%);
}
.btn_contact.line_btn:before {
		content: "";
    position: relative;
    top: 1px;
    left: 0px;
    display: inline-block;
    background: url(./img/line_icon.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
}
.btn_contact.line_btn:hover {
    background: none;
    background-color: var(--line-hover);
}

.t_center {
	text-align: center;
}
.head_title {
	position: relative;
  margin: 0px 0px 50px;
  color: #3f6e05;
}
.head_title .sub {
	display: block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .5px;
}
.head_title h2 {
		position: relative;
		font-size: 32px;
		font-weight: 800;
		letter-spacing: 1.5px;
}

.head_title h2:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -20px;
    width: 30px;
    height: 2px;
}
.head_title h2:after {
    left: 0px;
    background-color: var(--green);
}
.head_title.t_center h2:after {
    left: calc(50% - 15px);
}

.arrow_tl .arrow2 {
    position: relative;
    display: inline-block;
    padding: 0 32px;
}
.arrow_tl .arrow2:before,
.arrow_tl .arrow2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 36px;
    height: 2px;
    background-color: #333;
}
.arrow_tl .arrow2:before {
    left: 0;
    -moz-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
}
.arrow_tl .arrow2:after {
    right: 0;
    -moz-transform: rotate(-70deg);
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
}

.prof_company_area {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
.prof_company_area td .memo {
		display: block;
		margin-top: 5px;
    font-size: 13px;
}
.bs_tl {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bs_tl:before {
    position: relative;
    content: "";
    content: "";
    position: absolute;
    top: 13px;
    left: 0px;
    display: block;
    width: 7px;
    height: 7px;
    background: var(--green);
    border-radius: 50%;
}
.lp_tl {
	margin-bottom: 30px;
    text-align: center;
}
.lp_tl .sub {
    display: inline-block;
    margin: 0 auto 5px;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    background: var(--green2);
    color: #fff;
}
.lp_tl h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--green);
    letter-spacing: .5px;
    text-align: center;
}



/* 本体サイトの不要部分を非表示
-----------------------------------------*/
#mobile-menu,
header,
footer,
#page-title,
#btn-contact {
	display: none;
}


/* ヘッダー
-----------------------------------------*/

.header_bg {
    position: relative;
    z-index: 2;
    padding-top: 15px;
}
.header_bg .inner {
    align-items: center;
	justify-content: space-between;
}
.site_logo {
    align-items: center;
}
.site_logo p.ld {
    padding-left: 10px;
    font-size: 12px;
}

.header_btn {
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.header_btn .tel_block {
    padding: 0px 18px;
    /*
    height: 63px;
    background: var(--base);
    */
}
.tel_block .tel_num {
    position: relative;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--green);
}
.tel_block .tel_num a {
    color: var(--green) !important;
    text-decoration: none;
}
.tel_block .tel_num span {
    position: relative;
    top: -1px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
}
.tel_block .tel_num a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.tel_block .tel_sub {
	margin-top: 3px;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 1;
    font-weight: 500;
}
.tel_block .tel_sub span {
	display: inline-block;
	margin-left: 3px;
	font-size: 11px;
}


.header_bg.fixed {
    margin: 0;
    padding: 12px 0px;
    transition: .8s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(12px);
}
.header_bg.fixed .g_navi_sub {
    position: relative;
    top: -2px;
}
.header_btn .frm_block {
    display: none;
}
.header_bg.fixed .tel_block .tel_num {
    font-size: 30px;
}
.header_bg.fixed .tel_block .tel_sub {
    margin-top: 3px;
    font-size: 10px;1
}
.header_bg.fixed .header_btn .frm_block {
    display: block;
    transition: .8s;
}
.header_bg.fixed .header_btn .line_block {
		margin-right: 10px;
}
.header_bg.fixed .header_btn a.btn_contact {
    padding: 4px 14px;
    font-size: 13px;
    min-height: 52px;
}
.header_bg.fixed .header_btn a.btn_contact .label {
    width: 45px;
    height: 45px;
    font-size: 8px;
}
.header_bg.fixed .header_btn .btn_contact.line_btn:before {
    left: 5px
}
.header_bg.fixed .header_btn a.btn_contact .txt {
    padding: 0 8px;
}
.header_bg.fixed .header_btn a.btn_contact .txt:before,
.header_bg.fixed .header_btn a.btn_contact .txt:after {
    width: 9px;
    right: 8px;
}


/* アイキャッチ
-----------------------------------------*/

.eyecatch2 {
    position: relative;
    margin-top: -70px;
	background-image: url(./img/fv_bk.jpg?0834);
	background-size: cover;
}
.eyecatch2 .inner {
    padding-top: 70px;
    align-items: center;
}
.eyecatch2 .left {
    position: relative;
    z-index: 1;
    width: 600px;
}
.eyecatch2 .right {
    width: calc( 100% - 600px);
}

.eyecatch2 .arrow_tl .arrow2 {
    font-size: 16px;
    font-weight: 700;
}
.eyecatch2 .arrow_tl .arrow2 span {
    display: inline-block;
    padding: 0 2px;
    font-size: 20px;
    color: var(--green);
}
.eyecatch2 .arrow_tl .arrow2 span:first-child {
	font-size: 28px;
}
.eyecatch2 h1 {
    margin: -15px 0px 30px;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 900;
    text-shadow: 2px 3px 2px #fff;
}
.eyecatch2 h1 .num {
    color: var(--red);
    position: relative;
    top: 10px;
    padding: 0 3px;
    font-size: 100px;
}

.eyecatch2 h1  b {
    font-weight: 900;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffe63d 0%) repeat scroll 0 0;
}

.eyecatch2 h1 .etc_tl.type2 {
    margin-top: -5px;
}
.eyecatch2 h1 .etc_tl.type2 span.mod {
	
}

.eyecatch2 h1 .etc_tl.type2 span.second {
	
}
.eyecatch2 h1 .etc_tl_img img {
	margin: 25px 0px;
	width: 100%;
	max-width: 100%;
}

.eyecatch2 h1 span.second {
    display: block;
    margin-top: 6px;
    font-size: 36px;
    letter-spacing: 1px;
}

.eyecatch2 .circle {
    position: absolute;
    z-index: -1;
    top: -44px;
    right: -66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    width: 130px;
    height: 130px;
    padding: 5px;
    background: #faff42;
}
.eyecatch2 .circle span {
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}
.eyecatch2 .circle span i {
    display: inline-block;
    font-style: normal;
    font-size: 50px;
    position: relative;
    top: 6px;
    padding: 0 2px;
}

.eyecatch2 .sales_pt {
    margin-top: 55px;
	margin-bottom: 0px;
}
.eyecatch2 .sales_pt li {
    width: calc(100% / 4 - 10px);
    margin: 5px;
    padding: 10px 5px;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: center;
    background: var(--green2);
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 3px 6px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
}
.eyecatch2 .sales_pt li .icon {
    margin: -46px auto 5px;
    padding: 10px;
    width: 70px;
    background: #fffdef;
    border: 2px solid var(--green2);
    border-radius: 50%;
}
.eyecatch2 .sales_pt li .icon img {
    width: 100%;
}
.eyecatch2 .fv_img {
    position: relative;
}

.eyecatch2 .ft_icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin-top: 0;
}
.eyecatch2 .eye_frm_block {
    margin-top: 25px;
    gap: 12px;
}
.eyecatch2 .eye_frm_block .frm_block {
    width: calc(100% / 2 - 6px);
}


/* よくある悩み
-----------------------------------------*/

section.lp_nayami_area {
    padding-bottom: 0px;
    background-color: var(--base);
}

.nayami_list {
    max-width: 820px;
    margin: 0 auto;
    gap: 18px;
    justify-content: center;
}
.nayami_list li {
    width: calc(100% / 3 - 12px);
    margin: 5px 0px;
    text-align: center;
}
.nayami_list li .txt {
	position: relative;
    padding: 20px 12px;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 2px 4px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
}
.nayami_list li .txt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: var(--white) transparent transparent transparent;
    position: absolute;
    left: 33%;
    bottom: -12px;
    transform: translateX(-50%);
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
.nayami_list li b {
    color: var(--red);
    background: none;
    font-weight: 800;
    border-bottom: 2px solid;
}
.nayami_list li .icon {
	margin-top: 5px;
}

.lp_nayami_area .bt_arrow {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100px;
    clip-path: polygon(50% 85px, 0 0, 100% 0);
    background: var(--base);
}
.lp_nayami_area .sol_area {
	position: relative;
    margin-top: -99px;
    padding: 140px 0px 30px;
    text-align: center;
}
.lp_nayami_area .sol_area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: var(--green2);
}
.lp_nayami_area .sol_area .inner {
    position: relative;
    z-index: 2;
    max-width: 600px;
}
.lp_nayami_area .sol_area h3 {
    margin: 0px 0px 12px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.lp_nayami_area .sol_area p {
    color: #fff;
    font-size: 18px;
}

/* 私たちの特徴
-----------------------------------------*/

.lp_feature_area {
	position: relative;
	padding-top: 0px;
  background: var(--base2);
}

.lp_feature_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 180px;
  	background: var(--green2);
}
.lp_feature_area .inner {
		position: relative;
    padding: 40px;
    background: var(--white);
    border-radius: 5px;
}
.fet_img {
    position: absolute;
    top: -36px;
    right: 22px;
}
.fet_img img {
    width: 226px;
}

.l_feature_list {
	
}
.l_feature_list li {
		position: relative;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 3px dotted var(--brown);
    align-items: center;
}
.l_feature_list li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}
.l_feature_list li .img {
	position: relative;
	width: 300px;
}
.l_feature_list li .img img {
	width: 100%;
  border-radius: 5px;
}
.l_feature_list li .txt {
	width: calc(100% - 300px);
	padding: 0 0 0 30px;
}
.l_feature_list li .txt h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 800;
}
.l_feature_list li .txt h3 b {
	font-size: 26px;
    color: var(--red);
}
.l_feature_list li .txt p {
	font-size: 15px;
}
.l_feature_list li .num {
	margin-bottom: 5px;
    font-size: 11px;
    color: var(--green);
    font-weight: 700;
}
.l_feature_list li .num span {
    display: inline-block;
    padding: 7px 10px 6px;
    line-height: 1;
    color: #fff;
    border-radius: 30px;
    background: var(--brown);
}
.l_feature_list li:nth-of-type(even) {
	flex-direction:row-reverse;
}
.l_feature_list li:nth-of-type(even) .txt {
	padding: 0 30px 0 0;
}

.lp_feature_area .inner.feat_spr_sec {
    margin-top: 30px;
    background: var(--green);
}
.feat_spr_sec .wrap {
	
}
.feat_spr_sec h3 {
	margin-bottom: 12px;
}

.feat_spr_sec h3,
.feat_spr_sec p.ct_p {
	color: #fff;
}
.feat_spr_sec .bs_tl:before {
    background: var(--white);
}
.feat_spr_sec ul.feat_spr_sec_list {
	margin-top: 15px;
	gap: 12px;
}
.feat_spr_sec ul.feat_spr_sec_list li {
  padding: 15px;
  width: calc(100% / 3 - 8px);
  background: #fff;
  box-shadow: 0 2px 4px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
  border-radius: 5px;
}
.feat_spr_sec ul.feat_spr_sec_list li .img {
	margin-bottom: 15px;
}
.feat_spr_sec ul.feat_spr_sec_list li .img img {
	width: 100%;
  border-radius: 5px;
}
.feat_spr_sec ul.feat_spr_sec_list li .txt {
	
}
.feat_spr_sec ul.feat_spr_sec_list li .tl {
	margin-bottom: 5px;
	font-size: 18px;
  font-weight: 800;
  color: var(--green);
}
.feat_spr_sec ul.feat_spr_sec_list li p {
	font-size: 14px;
	line-height: 1.6;
}

/* 料金表
-----------------------------------------*/

.cost_lp_tl h2 {
    margin-top: 30px;
    padding: 20px 5px;
    background: var(--green);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
/* tabs */
.fee-tabs {
	margin-top: 25px;
	display: flex;
    justify-content: space-between;
}

.fee-tab {
    min-width: 49%;
	text-align: center;
	padding: 14px 20px;
	border-radius: 10px 10px 0 0;
	font-weight: 700;
	font-size: 18px;
    background: #cfe1c2;
    color: #455a43;
	cursor: pointer;
	transition: .15s;
}

.fee-tab.is-on {
	background: var(--green);
	color: #fff;
}

/* panels */
.fee-panel {
	gap: 60px;
	align-items: stretch;
  padding: 30px;
  border: 3px solid var(--green);
  background: var(--base);
  border-radius: 0 0 5px 5px;
}

.fee-panel:not([hidden]) {
	display: flex;
}

.fee-col {
	position: relative;
	flex: 1;
	padding: 0;
	display: flex;
	flex-direction: column;
  background: #fff;
  box-shadow: 0 2px 4px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
  border-radius: 5px;
}
.fee-col:first-child:before,
.fee-col:first-child:after {
	content: "";
	position: absolute;
  z-index: 2;
  top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	border-right: 4px solid var(--red);
	border-bottom: 4px solid var(--red);
	transform: rotate(-45deg);
}
.fee-col:first-child:before {
    right: -28px;
    opacity: 0.7;
}
.fee-col:first-child:after {
    right: -42px;
}

.fee-col.ours {
	border: 2px solid var(--red);
}

.fee-head {
	color: #fff;
	text-align: center;
	padding: 11px;
	font-weight: 700;
	font-size: 15px;
}

.fee-head.ours {
	background: #217a4c;
}

.fee-head.self {
	background: #3a3a3a;
}

.fee-ribbon {
	text-align: center;
	padding: 12px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
}

.fee-ribbon.ours {
	background: var(--red);
	color: #fff;
}

.fee-ribbon.self {
	background: #e9e7e1;
	color: #6f6b60;
}

.fee-ribbon::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 8px solid currentColor;
}

.fee-ribbon.ours::after {
	color: var(--red);
}

.fee-ribbon.self::after {
	color: #e9e7e1;
}

.fee-body {
	padding: 20px 18px;
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.fee-cps {
    font-size: 13px;
}
.fee-total {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 6px 0 0;
    font-weight: 600;
    color: #6f6b60;
}

.fee-total .num {
	font-weight: 700;
	font-size: 46px;
	letter-spacing: -1px;
	color: var(--red);
	line-height: 1;
}

.fee-col.self .fee-total .num {
	color: #6f6b60;
}

.fee-badge {
	border-radius: 30px;
	padding: 9px;
	font-weight: 700;
	font-size: 13px;
	margin: 14px 0;
}

.fee-badge.ours {
    background: #fff900;
}

.fee-badge.self {
	background: #efe9e4;
	color: #6e6e6e;
}

.fee-row {
	display: flex;
	justify-content: space-between;
	padding: 8px 2px;
	border-bottom: 1px dashed #ececec;
}

.fee-row span {
	font-weight: 500;
	font-size: 14px;
}

.fee-row .v {
	font-weight: 700;
}
.fee-row .v.ms {
    color: var(--red);
    font-size: 15px;
}
.fee-note {
	margin-top: 12px;
	padding: 15px;
    background: #f7f7f7;
	border-radius: 5px;
}

.fee-note p {
	margin: 0;
}

.fee-note .lead {
	font-size: 12px;
    line-height: 1;
	font-weight: 500;
    color: var(--green);
}

.fee-note .big {
	font-weight: 700;
	font-size: 14px;
    color: var(--green);
}

.fee-fine {
	margin-top: 12px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.55;
	color: #6f6b60;
}

/* 顧問サービス
-----------------------------------------*/

.adviser_area {
		position: relative;
}
.adviser_area .inner {
		position: relative;
}
.adviser_area .adv_in {
    padding: 40px 20px;
    background: var(--green);
    border-radius: 5px;
}
.adv_img {
    position: absolute;
    top: 104px;
    right: -18px;
}
.adv_img img {
    width: 240px;
}
.adv_ld_area {
    align-items: center;
    max-width: 690px;
    margin: 0 0 30px;
    background: var(--green);
    border: 2px solid var(--green);
    border-radius: 5px;
}
.adv_ld_area dt {
    width: 320px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px dotted #fff;
    color: #fff;
}
.adv_ld_area dt .fee-cps.ld {
    display: inline-block;
    padding: 7px 10px;
    line-height: 1;
    color: #fff;
    border-radius: 30px;
    background: var(--green2);
}
.adv_ld_area dt .num {
    color: #fff;
    font-size: 62px;
}
.adv_ld_area dd {
    width: calc(100% - 340px);
    font-size: 13px;
    line-height: 1.6;
    color: #fff;
}

.adviser_list {
    gap: 9px;
}
.adviser_list li {
    width: calc(100% / 3 - 6px);
    padding: 12px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
}
.adviser_list li .flex_in {
  align-items: center;
	margin-bottom: 5px;
}
.adviser_list li .num {
	width: 34px;
}
.adviser_list li .num span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 15px;
  border-radius: 50%;
  background: var(--brown);
  color: #fff;
}
.adviser_list li h3 {
    width: calc(100% - 34px);
    padding-left: 10px;
  color: var(--brown);
	font-size: 20px;
	font-weight: 700;
}
.adviser_list li h3.s {
  font-size: 16px;
  letter-spacing: -.8px;
}
.adviser_list li p {
	font-size: 14px;
}
.adv_tl {
    margin-top: 25px;
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
}
.adv_tl b {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #40703a 0%) repeat scroll 0 0;
    color: #fff900;
}
/* 代表紹介
-----------------------------------------*/

.profile_area {
    position: relative;
    padding-bottom: 60px;
}
.profile_area:before,
.profile_area:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}
.profile_area:before {
    top: 0;
    height: 100%;
		background: url(./img/prof_bk.jpg);
		background-size: cover;
}
/*
.profile_area:after {
    bottom: 0;
    background: var(--green2);
    height: 290px;
}
*/
.profile_area .left {
    width: 300px;
}
.profile_area .img {
    background: var(--base);
    border-radius: 5px 5px 0 0;
}
.profile_area .sign {
    padding: 12px 5px;
    font-size: 16px;
    letter-spacing: 2.5px;
    text-align: center;
    background: var(--brown);
    border-radius: 0 0 5px 5px;
    color: #fff;
}
.profile_area .sign span {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 3px;
    font-size: 11px;
}
.profile_area .sign span.furi {
    margin: 0px;
    letter-spacing: -.5px;
    font-size: 10px;
}
.profile_area .right {
    width: calc(100% - 300px);
    padding-left: 40px;
}

.profile_area .left img {
    width: 100%;
}
.prof_dl {
    margin-top: 20px;
    padding: 20px;
    font-size: 13px;
    background: #fff;
    border-radius: 5px;
}
.prof_dl dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.prof_dl dt {
    width: 60px;
    color: var(--brown);
}
.prof_dl dd {
    width: calc(100% - 60px);
}
.prof_dl dl:not(:last-child) dt,
.prof_dl dl:not(:last-child) dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c6b5a2;
}
.profile_area .right .tl {
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 800;
}

.profile_area .right p {
		margin-bottom: 15px;
    font-size: 15px;
}
.profile_area .right p:last-child {
		margin-bottom: 0px;
}
.prof_company_area .left,
.prof_company_area .right {
		width: 50%;
}
.prof_company_area .right {
	padding-left: 30px;
}

.google-map {
		height: 0;
    overflow: hidden;
    padding-bottom: 72%;
    position: relative;
}
.google-map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
}

.prof_company_area table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.prof_company_area th,.prof_company_area td {
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
}
.prof_company_area th {
    width: 85px;
    font-weight: 600;
    font-size: 14px;
}
.prof_company_area td {
    font-size: 14px;
}


/* 相談の流れ
-----------------------------------------*/

.flow_area {
    background: var(--base);
}
.flow_list li {
	position: relative;
	margin-bottom: 50px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 2px 4px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
  border-radius: 5px;
}
.flow_list li .left {
	width: calc(100% - 260px);
	padding-right: 30px;
}
.flow_list li .right {
	width: 260px;
}
.flow_list li .right img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.flow_list li .icon {
	font-weight: 700;
	font-size: 12px;
	color: var(--brown);
}
.flow_list li .icon span {
    position: relative;
    top: 2px;
    left: 4px;
    font-size: 20px;
    line-height: 1;
}
.flow_list li .tl {
	margin: 10px 0px;
}
.flow_list li .tl h3 {
	font-size: 20px;
	font-weight: 800;
}
.flow_list li .left p {
    font-size: 15px;
}
.flow_list li:not(:last-child):before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-top: 10px solid var(--green);
    transform: translateX(-50%);
}


/* よくある質問
-----------------------------------------*/

ul.faq_list {
    max-width: 860px;
    margin: 0 auto;
    padding: 5px 30px;
    background: #fff;
    border: 2px solid var(--green2);
    border-radius: 5px;
}
.faq_item {
	border-bottom: 1px solid #ddd;
	counter-increment: faq;
}
.faq_item:last-child {
	border-bottom: 0;
}
.faq_question {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	padding: 18px 46px 16px 38px;
	font-size: 16px;
	font-weight: 600;
}
.faq_item .faq_question:before {
	display: block;
	position: absolute;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  left: 0px;
  content: "Q" counter(faq);
  font-family: 'Roboto', sans-serif;
  color: var(--green2);
  font-size: 17px;
	letter-spacing: .5px;
}
.faq_question .btn {
	position: absolute;
	top: 32px;
	right: 0px;
	width: 50px;
	font-size: 11px;
	letter-spacing: 0px;
	text-align: center;
}
.faq_question .btn:before,
.faq_question .btn:after {
	content: "";
	display: block;
	position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 16px;
  height: 2px;
  background-color: var(--green2);
}
.faq_question .btn:after {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq_question .btn.open:after {
	-webkit-transform: rotate(0deg);
      transform: rotate(0deg);
}
.faq_answer {
	display: none;
  margin-bottom: 10px;
  padding: 15px;
  background: #f7f7f7;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.8;
}


/* CTA
-----------------------------------------*/



.cta {
		position: relative;
    padding: 60px 0px;
    text-align: center;
    color: #fff;
}
.cta:before,
.cta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.cta:before {
    background: url(./img/cta_bk.jpg) top center no-repeat;
    background-size: cover;
}

.cta:after {
    background: rgb(85 139 20 / 84%);
}
.cta .inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
}
.cta .sub {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.cta .arrow_tl .arrow2 {
    padding: 0 38px;
}
.cta .arrow_tl .arrow2:before,
.cta .arrow_tl .arrow2:after {
    width: 40px;
    background-color: #fff;
}
.cta .cta_tl p {
    color: #fff;
}
.cta_ct {
    margin-top: 20px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
.cta .tel_block {
    color: #333;
}
.cta .tel_block .tel_num {
    font-size: 54px;
}
.cta .tel_block .tel_num span {
    font-size: 24px;
}
.cta .tel_block .tel_sub {
    margin-top: 10px;
    font-size: 16px;
}

.cta .cta_ct_sec {
    margin-top: 25px;
    gap: 12px;
}
.cta_ct_sec .frm_block {
    width: calc(100% / 2 - 6px);
}

/* お客様の声
----------------------------------------------------------- */

.voice_area .vc_wrap {
    padding: 30px;
    background: #f7f7f7;
    border-radius: 5px;
}
.voice_area .ld {
    margin-bottom: 25px;
    align-items: center;
}
.voice_area .ld .img {
	width: 120px;
}
.voice_area .ld .txt {
	width: calc(100% - 120px);
	padding-left: 30px;
}
.voice_area .ld .tl {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 800;
}

.voice_area .flex_in .left {
	width: 200px;
}
.voice_area .img img {
	max-width: 100%;
	border-radius: 5px;
}
.voice_area .flex_in .right {
	width: calc(100% - 200px);
	padding-left: 30px;
}
.voice_area .flex_in .right p {
	margin-bottom: 12px;
}
.voice_area .flex_in .right p:last-child {
	margin-bottom: 0px;
}
.voice_area .name {
    text-align: left;
    font-size: 13px;
    color: #555;
}
.voice_area .name .com_1 {
    margin-bottom: 3px;
}
/* form
----------------------------------------------------------- */

.contact_area {
	position: relative;
	background: var(--base2);
}
.contact_area:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 380px;
    background: var(--green);
}

.contact_area .head_title h2,
.contact_area .head_title h2 span.sub {
	color: #fff;
}
.contact_area .head_title h2:after {
	background-color: var(--white);
}


.form_area {
    position: relative;
    margin: 0 auto;
    max-width: 720px;
    padding: 30px;
    background: var(--base);
    box-shadow: 0 2px 4px 1px rgb(38 37 37 / 22%);
    border-radius: 5px;
}
.form_list {
	margin-top: 10px;
}
.form_list p {
    text-align: left;
}
.form_list ul {
	margin-bottom: 0px;
}
.form_list li {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}
.form_list li .th,
.form_list li .td {
	display: table-cell;
    vertical-align: middle;
}
.form_list li .th {
	width: 222px;
	min-width: 222px;
	max-width: 222px;
	padding-right: 20px;
	border-right: 1px dotted #999;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}
.form_list li .td {
	width: 100%;
    padding-left: 3%;
}

.required {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 6px;
    background: #c54e4e;
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
}
.free {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 6px;
    background-color: #4E94E4;
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 15px !important;
    border: 2px solid var(--red) !important;
    color: var(--red);
    text-align: center;
    font-weight: 700 !important;
}
.wpcf7-not-valid-tip {
    margin-top: 4px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

/*	html部品
----------------------------------------------------*/

input,button,textarea,select {
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input.login,
select {
	width: 100%;
	height: 50px;
	line-height: 1.6;
	padding: 4px 8px;
	border-radius: 5px;
	background-color: white;
	border: 2px solid #b7b7b7;
	font-weight: 500;
	color: var(--font);
	font-size: 16px;
}

select {
	width: auto;
}

textarea {
	width: 100%;
	min-height: 65px;
	padding: 4px;
	border-radius: 5px;
	background-color: white;
    border: 2px solid #b7b7b7;
    font-weight: 500;
    color: var(--font);
    font-size: 16px;
}

.button_y {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;
    min-width: 180px;
    margin: 0 auto;
    padding: 18px;
    font-size: 15px;
    font-weight: 800;
    border: 2px solid var(--green);
    background: var(--green);
    box-shadow: 0 3px 6px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
    line-height: 1.5;
    color: #fff;
    border-radius: 5px;
    transition: color .2s cubic-bezier(0.33, 1, 0.68, 1);
}

.button_y:hover {
    border: 2px solid var(--green);
    background: #fff;
    color: var(--green);
}

/* スマホの最下部CTA
----------------------------------------------------------- */

.footer_btn {
		display: none;
    padding: 3px;
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 320px;
    width: 100%;
    z-index: 999;
    background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(12px);
}
.footer_btn .flex_in {
    gap: 8px;
    align-items: center;
}
.footer_btn .tel_block {
    width: 100%;
}
.footer_btn .ftb_top,
.footer_btn .ftb_btm {
		padding: 12px;
}
.footer_btn .ftb_btm {
		padding-top: 0px;
}
.footer_btn .ftb_btm .frm_block {
    width: calc(100% / 2 - 4px);
}
.footer_btn .tel_block a {
    display: block;
    color: var(--main);
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
}
.footer_btn .tel_block .icon {
    margin: 0 auto 1px;
}
.footer_btn .tel_block .icon span {
    display: inline-block;
    background-color: var(--main);
    border-radius: 10px;
    color: #fff;
    padding: 5px 8px 2px 10px;
    letter-spacing: 3px;
    line-height: 1;
    font-size: 12px;
}
.footer_btn .frm_block a.btn_contact {
    width: 100%;
    padding: 5px 0px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_btn .frm_block a.btn_contact:before {
    display: inline-block;
    top: 1px;
    left: 0px;
    margin: 0 0 0 0;
    width: 20px;
    height: 20px;
}
.footer_btn .frm_block a.btn_contact .txt {
	top: 0px;
  font-size: 14px;
}
.footer_btn .frm_block a.btn_contact.mail_icon:before {
		content: "";
    position: relative;
    top: 2px;
    left: 0px;
    display: inline-block;
    background: url(./img/mail_icon.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
}
.footer_btn .frm_block a.btn_contact.tel_btn .txt {
    font-size: 16px;
}
.footer_btn .frm_block a.btn_contact.tel_btn,
.eyecatch2 .eye_frm_block .frm_block  a.btn_contact.tel_btn {
    box-shadow: 0 3px 0 0 #12427e;
}
.btn_contact.tel_btn {
    background: #1c5eb7;
}
.btn_contact.tel_btn:before {
    content: "";
    position: relative;
    top: 1px;
    left: 0px;
    display: inline-block;
    background: url(./img/tel_icon.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
}
.footer_btn a.btn_contact .txt {
    padding: 0 10px 0 4px;
}
.btn_contact.tel_btn:hover {
    background: #11458c;
}

/* スマートフォン
-----------------------------------------*/

@media screen and ( max-width:952px ) {
	.header_bg.fixed .header_btn .frm_block {
	    display: none;
	}
}
@media screen and ( max-width:760px ) {

	.pc {
		display: none !important;
	}
	.mb {
		display: block !important;
	}
	.head_title h2 {
    font-size: 26px;
  }
  section {
    padding: 50px 0px;
	}
  p {
    font-size: 14px;
    line-height: 1.6;
  }
	.inner {
	    width: 90%;
	    padding: 0px;
	}
	
	.l_feature_list li .img,
	.l_feature_list li .txt,
	.adv_ld_area dt,
	.adv_ld_area dd,
	.profile_area .left,
	.profile_area .right,
	.prof_company_area .left,
	.prof_company_area .right,
	.voice_area .flex_in .left,
	.voice_area .flex_in .right,
	.flow_list li .left,
	.flow_list li .right,
	.cta_ct_sec .tel_block,
	.cta_ct_sec .frm_block
	 {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.arrow_tl .arrow2 {
	    padding: 0 25px;
	}
	.arrow_tl .arrow2:before, .arrow_tl .arrow2:after {
	    width: 25px;
	}
	
	

	.site_logo img {
	    width: 240px;
	    height: auto;
	}

	.eyecatch2 {
	    margin-top: -60px;
	    background-image: url(./img/fv_bk_mb.jpg);
	    background-size: cover;
	}
	.eyecatch2 .left,
	.eyecatch2 .right {
	    width: 100%;
	}
	.eyecatch2 .inner {
	    padding: 96px 0px 0px;
	}
	.eyecatch2 h1 {
	    margin: 20px 0px 20px;
	    font-size: 9.5vw;
		line-height: 0.9;
	}
	.eyecatch2 .arrow_tl .arrow2 span:first-child {
	    font-size: 22px;
	}
	.eyecatch2 h1 .num {
	    top: 8px;
	    font-size: 72px;
	}
	.eyecatch2 h1 span.second {
		margin-top: 18px;
	    font-size: 3.6vw;
	    letter-spacing: 0.8px;
	}
	.eyecatch2 .arrow_tl .arrow2 {
      padding: 0 42px;
      margin-left: -15px;
	}
	.eyecatch2 .arrow_tl .arrow2:before,
	.eyecatch2 .arrow_tl .arrow2:after {
        width: 48px;
  }
	.eyecatch2 .arrow_tl .arrow2 {
	    font-size: 15px;
	    letter-spacing: 0;
	}
	.eyecatch2 .arrow_tl .arrow2 span {
	    padding: 0px;
	    font-size: 18px;
	}

	.eyecatch2 .circle {
	    top: -12px;
	    right: -7px;
	    width: 100px;
	    height: 100px;
	}


	.eyecatch2 .circle span {
	    padding-top: 3px;
	    font-size: 13px;
	}
	.eyecatch2 .circle span i {
	    font-size: 42px;
	    top: 8px;
	    padding: 0 2px;
	}
	.eyecatch2 .sales_pt {
	    max-width: 210px;
      margin-top: 22px;
	}
	.eyecatch2 .sales_pt li {
	    width: calc(100% / 2 - 10px);
	    padding: 7px;
	    font-size: 12px;
	}
	.eyecatch2 .sales_pt li .icon {
	    margin: 0 auto 3px;
	    padding: 7px;
	    width: 46px;
	    border: none;
	}
	.eyecatch2 .fv_img {
	    position: absolute;
	    bottom: 0;
	    right: -76px;
	}
	.eyecatch2 .fv_img img {
	    width: 78vw;
	    height: auto;
	}
	.eyecatch2 .eye_frm_block {
	    margin: 15px 0 25px;
	    gap: 12px;
	}
	.eyecatch2 .frm_block {
      max-width: 100%;
      min-width: 246px;
	}
	.eyecatch2 .eye_frm_block .frm_block a.btn_contact {
	    padding: 2px 34px;
	    min-height: 54px;
	    font-size: 14px;
	}
	a.btn_contact .label {
	    width: 44px;
	    height: 44px;
	    font-size: 9px;
	}

	@media screen and ( max-width:400px ) {
		.eyecatch2 .circle {
		    top: 20px;
		}
	}
	@media screen and ( max-width:380px ) {
		.eyecatch2 .circle {
		    top: 28px;
		}
	}
	
.nayami_list li {
    display: flex;
    width: calc(100%);
    margin: 0px;
}
.nayami_list li .txt {
    width: calc(100% - 80px - 20px);
    margin-right: 20px;
    padding: 15px 12px;
    font-size: 16px;
    text-align: left;
}
.nayami_list li .txt:after {
    border-width: 8px 0px 8px 10px;
    border-color: transparent transparent transparent #fff;
    left: inherit;
    right: -14px;
    bottom: 45%;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
.nayami_list li .icon {
    width: 80px;
}
.nayami_list li .icon img {
    width: 100%;
}
.nayami_list li:nth-child(even) {
	flex-direction: row-reverse;
}
.nayami_list li .txt {
  margin: 0 0 0 20px;
}
.nayami_list li:nth-child(even) .txt:after {
	right: 0;
  left: -9px;
  transform: rotate(180deg);
}
.lp_nayami_area .bt_arrow {
	clip-path: polygon(50% 35px, 0 0, 100% 0);
}
.lp_nayami_area .sol_area {
    padding: 60px 0px 30px;
}
.lp_nayami_area .sol_area h3 {
		margin: 0;
    font-size: 20px;
}

.lp_feature_area .inner {
    padding: 30px 20px
}
.lp_feature_area:before {
    height: 580px;
}
.l_feature_list li {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px dotted var(--brown);
    box-shadow: none;
}
.l_feature_list li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
}
.l_feature_list li .img {
    max-height: 160px;
    overflow: hidden;
}
.l_feature_list li .img img {
    position: relative;
    top: -60px;
}
.l_feature_list li .txt {
    position: relative;
    z-index: 2;
}
.l_feature_list li .num {
    margin-top: -13px;
    margin-bottom: 10px;
}
.l_feature_list li .txt h3 {
    font-size: 18px;
}
.l_feature_list li .txt h3 b {
    font-size: 22px;
}
.l_feature_list li .txt p {
    font-size: 14px;
}

.feat_spr_sec ul.feat_spr_sec_list li {
    display: flex;
    width: 100%;
}
.feat_spr_sec ul.feat_spr_sec_list li .img {
    margin-bottom: 0;
    width: 80px;
}
.feat_spr_sec ul.feat_spr_sec_list li .txt {
		width: calc(100% - 80px);
		padding-left: 15px;
}
.feat_spr_sec ul.feat_spr_sec_list li .tl {
    font-size: 16px;
}

.cta {
    padding: 40px 0px;
}
.cta .sub {
    font-size: 22px;
    letter-spacing: .5px;
}
.cta .arrow_tl .arrow2:before,
.cta .arrow_tl .arrow2:after {
    width: 54px;
}
.cta .arrow_tl .arrow2 {
    padding: 0 54px;
}
.cta .tel_block .tel_num {
    font-size: 10vw;
    letter-spacing: -.5px;
}
.cta .tel_block .tel_num a {
    color: var(--green2);
    text-decoration: none;
}
.cta_ct {
    margin-top: 20px;
    padding: 20px 15px;
}
.cta .cta_ct_sec {
    margin-top: 15px;
    gap: 0px;
}
.cta_ct_sec .frm_block {
	margin-top: 15px;
}

.fee-panel:not([hidden]) {
    display: block;
}
.fee-panel {
    display: block;
    gap: 0;
    margin-top: 0px;
    padding: 20px 15px;
    border: none;
    background: #fff;
}
.fee-col.self {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.fee-col:first-child:before, .fee-col:first-child:after {
    top: inherit;
    bottom: -38px;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    transform: rotate(-45deg);
    transform: rotate(45deg);
}
.fee-col:first-child:before {
    right: inherit;
    bottom: -26px;
}

.adv_img {
    top: 50px;
    right: -6px;
}
.adv_img img {
    width: 142px;
}
.adv_ld_area {
    margin: 0 0 20px;
}
.adv_ld_area dt {
    border-right: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px dotted #fff;
}
.adviser_area .adv_in {
    padding: 40px 15px;
}
.adviser_list {
    gap: 6px;
}
.adviser_list li {
    width: calc(100% / 2 - 3px);
    padding: 12px 8px;
}
.adviser_list li .num {
    width: 26px;
}
.adviser_list li .num span {
    width: 26px;
    height: 26px;
    font-size: 12px;
}
.adviser_list li h3 {
    width: calc(100% - 26px);
    padding-left: 7px;
    font-size: 15px;
    line-height: 1.2;
}
.adviser_list li p {
    font-size: 12px;
    line-height: 1.3;
}
.adv_tl {
    margin-top: 15px;
    font-size: 20px;
}


.profile_area .img {
    margin: 0 auto;
}
.profile_area .sign {
    margin: 0 auto;
    font-size: 15px;
}
.profile_area .right {
    margin-top: 25px;
}
.profile_area .right .tl {
    font-size: 20px;
}
.prof_dl {
    margin-top: 20px;
    padding: 20px 15px;
}
.prof_company_area {
    margin-top: 30px;
    padding: 20px 15px;
}
.voice_area .vc_wrap {
    padding: 0;
    background: none;
}
.voice_area .ld .img {
		width: 80px;
}
.voice_area .ld .txt {
    width: calc(100% - 80px);
    padding-left: 15px;
}
.voice_area .ld .tl {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
}


.voice_area .flex_in .left {
	margin-bottom: 15px;
	display: flex;
  align-items: center;
}



.flow_list li .img img {
    position: relative;
    top: -20px;
    width: 100%;
}
.flow_list li .img {
	margin: 15px 0px;
	max-height: 180px;
	overflow: hidden;
}
.flow_list li {
    padding: 20px 20px;
}

.faq_question {
    font-size: 14px;
}
ul.faq_list {
    padding: 5px 15px;
}
.faq_question .btn {
    top: 54%;
}



.form_list li {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none;
}
.form_list li .th,
.form_list li .td {
	display: block;
}
.form_list li .th {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-right: 0px;
	padding-bottom: 10px;
  border-right: 0px;
  font-size: 14px;
  font-weight: 700;
}
.form_list li .td {
	padding-left: 0px;
}



}