@charset "UTF-8";

/*
# =================================================================
# リセットCSS（sanitize.css）
# =================================================================
*/

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
article,aside,details,figcaption,figure,footer,header,cta,main,menu,nav,section,summary{display: block}audio,canvas,progress,video{display: inline-block}audio:not([controls]){display: none;height: 0}[hidden],template{display: none}*,::after,::before{background-repeat: no-repeat;box-sizing: inherit}::after,::before{text-decoration: inherit;vertical-align: inherit}html{box-sizing: border-box;cursor: default;font-family: sans-serif;line-height: 1.5;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}body{margin: 0}h1{font-size: 2em;margin: .67em 0}code,kbd,pre,samp{font-family: monospace;font-size: 1em}hr{height: 0;overflow: visible}nav ol,nav ul{list-style: none}abbr[title]{border-bottom: 1px dotted;text-decoration: none}b,strong{font-weight: inherit;font-weight: bolder}dfn{font-style: italic}mark{background-color: #ff0;color: #000}progress{vertical-align: baseline}small,sub,sup{font-size: 83.3333%}sub,sup{line-height: 0;position: relative;vertical-align: baseline}sub{bottom: -.25em}sup{top: -.5em}::-moz-selection{background-color: #b3d4fc;color: #000;text-shadow: none}::selection{background-color: #b3d4fc;color: #000;text-shadow: none}audio,canvas,iframe,img,svg,video{vertical-align: middle}img{border-style: none}svg{fill: currentColor}svg:not(:root){overflow: hidden}a{background-color: transparent;-webkit-text-decoration-skip: objects}:hover{outline-width: 0}table{border-collapse: collapse;border-spacing: 0}button,input,select,textarea{background-color: transparent;border-style: none;color: inherit;font-size: 1em;margin: 0}button,input{overflow: visible}button,select{text-transform: none}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance: button}::-moz-focus-inner{border-style: none;padding: 0}:-moz-focusring{outline: 1px dotted ButtonText}fieldset{border: 1px solid silver;margin: 0 2px;padding: .35em .625em .75em}legend{display: table;max-width: 100%;padding: 0;white-space: normal}textarea{overflow: auto;resize: vertical}[type=checkbox],[type=radio]{padding: 0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height: auto}[type=search]{-webkit-appearance: textfield;outline-offset: -2px}::-webkit-search-cancel-button,::-webkit-search-decoration{-webkit-appearance: none}::-webkit-input-placeholder{color: inherit;opacity: .54}::-webkit-file-upload-button{-webkit-appearance: button;font: inherit}[aria-busy=true]{cursor: progress}[aria-controls]{cursor: pointer}[aria-disabled]{cursor: default}[tabindex],a,area,button,input,label,select,textarea{-ms-touch-action: manipulation;touch-action: manipulation}[hidden][aria-hidden=false]{clip: rect(0,0,0,0);display: inherit;position: absolute}[hidden][aria-hidden="false"]:focus{clip: auto}


/*
# =================================================================
# テーマの基本色
# =================================================================
*/
/*基本色1*/
.color01{
	color: #c4181f;
}

/*基本色2*/
.color02{
	color: #ffe100;
}



/*
# =================================================================
# Webフォント
# =================================================================
*/

/*
# "Oswald" is lisenced under the SIL Open Font License 1.1
# https://fonts.google.com/specimen/Oswald
# http://scripts.sil.org/OFL_web
*/
.toc-area_inner li::before,
.widget .cast-box_sub .cast-box_sub_title span{
	font-family: 'Oswald', serif;
}

.site-title{
	font-family: 'Roboto', YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

@font-face {
	font-family: 'keni8-icons';
	src: url('../fonts/keni8-icons.eot?ds3ffr');
	src: url('../fonts/keni8-icons.eot?ds3ffr#iefix') format('embedded-opentype'),
		url('../fonts/keni8-icons.ttf?ds3ffr') format('truetype'),
		url('../fonts/keni8-icons.woff?ds3ffr') format('woff'),
		url('../fonts/keni8-icons.svg?ds3ffr#keni8-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

blockquote::before,
blockquote::after,
.keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before,
.keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before,
.keni-slider-pager_prev::before,
.keni-slider-pager_next::before,
.keni-breadcrumb-list li:first-child::before,
.keni-breadcrumb-list li::after,
.toc-area_btn_open::before,
.toc-area_btn_close::before,
.check-list li::before,
.accordion-list dt::after,
.link-next a::before,
.link-back a::before,
.page-nav .page-nav_next a::after,
.page-nav .page-nav_prev a::before,
.commentlist .children li::before,
.form-login .form-login_title::before,
.contact-box_tel::before,
.page-top a::before,
.tagcloud a::before{
	font-family: 'keni8-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*
# =================================================================
# 基本設定
# =================================================================
*/

html{
	font-size: 62.5%;
}

a,
button{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

q{
	quotes: none;
	background: #d1eff0;
}

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

div{
	word-wrap: break-word;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{
	margin: 0;
}

caption{
	text-align: left;
}

p{
	margin: 0 0 1.85em;
    line-height: 2.0;
}

figure{
	margin: 1em 0;
}

input,
select,
textarea{
	margin: 0;
	max-width: 100%;
	padding: .2em;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	font-size: 1em;
}

textarea{
	width: 100%;
}

button,
input,
select,
textarea,
optgroup,
option{
	vertical-align: baseline;
}

textarea{
	min-height: 100px;
	vertical-align: top;
}

caption{
	text-align: left;
}

body{
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6em;
}

body,
input,
textarea{
	font-family: 'Roboto', YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}


/*埋め込み要素のはみ出しを防止*/
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

embed, iframe, object, video{
	max-width: 100%;
}


/*
# リストの基本設定
*/
ul,ol{
	margin: 1em 0 1.5em 1.5em;
	padding-left: 0;
}

ul > li,
ol > li{
	margin-bottom: .5em;
}

ul > li:last-child,
ol > li:last-child{
	margin-bottom: 0;
}

dd{
	margin-left: 0;
	padding-left: 1em;
}


/*横並びリスト*/
.inline{
	margin: 1em 0; padding: 0;
}

.inline li{
	display: inline;
	list-style-type: none;
}


/*マーカー無しのリスト*/
.none{
	margin: 1em 0; padding: 0;
}

.none li{
	list-style-type: none;
}


/*
# テーブルの基本設定
*/

table{
	width: 100%;
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	padding: 0;
	font-size: 1.4rem;
	vertical-align: top;
}

.keni-main th,
.keni-main td{
	line-height: 1.5;
}

th{
	border: 1px solid #05a5ab;
	background-color: #05a5ab;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

td{
	border: 1px solid #ddd;
}

tbody th{
	background: #f7f7f7;
	border: 1px solid #ddd;
	color: #505050;
	text-align: center;
}


/*テーブルへの装飾をリセット*/
.table_no-style table{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

.table_no-style th,
.table_no-style td{
	padding: 0;
	background: transparent;
	border: 0;
}

.table_no-style thead th{
	background-color: transparent;
}


/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/
.table-scroll{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}


/*テーブルリスト*/
.table-list thead{
	display: none;
}

.table-list{
	border-top: 1px solid #ddd;
}

.table-list tr,
.table-list th,
.table-list td{
	display: block;
}

.table-list td{
	border-top: 0; 
}




/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
.table-block,
.table-block thead,
.table-block tbody,
.table-block tfoot,
.table-block tr,
.table-block th,
.table-block td{
	display: block;
}

.table-block{
	border-top: 1px solid #ddd;
}

.table-block th,
.table-block td{
	box-sizing: border-box;
}

.table-block td,
.table-block th{
	border-top: 0;
}

.table-block th{
	text-align: left;
}

.table-scroll::before{
	content: "※スクロールできます。"
}



/*
# =================================================================
# フォントの色
# =================================================================
*/

/*フォントの基本色*/
body{
	color: #000;
}


/*リンクの基本色*/
a{
	color: #0329ce;
}

a:hover,
a:active,
a:focus{
	color: #00858a;
}


/*
# =================================================================
# レイアウト
# =================================================================
*/

body{
	background-color: #fff; /*サイトの背景色*/
}

.keni-container,
.keni-mv_wrap{
	overflow: hidden;
}

.keni-sub,
.keni-footer_outer{
	padding: 20px 0;
}

.keni-section_wrap{
	margin: 0;
	padding: 14.49vw 3.62vw 12.08vw;
	background: #fff;
}

.keni-section_wrap2{
	margin: 0;
	padding: 0vw 3.62vw 0vw;
	background: #fff;
}

.keni-section_outer{
	margin: 10px 0;
	padding: 20px;
	background-color: #fff;
}

.keni-section_outer .keni-section_wrap .keni-section_wrap2{
	margin: 0;
}

.keni-sub .keni-section_wrap,
.keni-footer .keni-section_wrap{
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0 20px 20px;
}

.keni-section_wrap2{
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0 20px 0px;
}

.keni-sub .widget,
.keni-footer .widget{
	padding-top: 20px;
}

.section_wrap-wide{
	padding: 14.49vw 0 12.08vw;
	background: transparent;
}

.section_wrap-wide2{
	padding: 14.49vw 0 12.08vw;
	background: transparent;
}

.section_wrap-wide .keni-section{
	padding: 0 3.62vw;
}

.keni-section_wrap .keni-section_wrap{
	padding: 10px 0;
}

.keni-section_wrap2{
	padding: 0;
}


/*メインコンテンツとサブコンテンツの背景色*/
.keni-main{
	background: transparent;
}

.keni-sub{
	background: transparent;
}

.keni-main_inner{
	padding: 0;
}

.keni-sep-conts_wrap{
	margin-bottom: 10px;
}

.keni-sep-conts{
	padding: 10px;
}


/*
# =================================================================
# エリアごとのデザイン
# =================================================================
*/


/*
# ヘッダー
*/

.fixed{
	position: fixed;
	top: 0;
	z-index: 60;
	width: 100%;
}

.no-gn .keni-header{
	padding-right: 0;
}

.no-gn .keni-cta{
	padding-right: 0;
}

/*
# メインコンテンツの文字サイズや行間の設定
*/
.keni-main{
	letter-spacing: .025em;
	font-size: 1.6rem;
	line-height: 2.0em;
}


/*
# サブコンテンツの文字サイズや行間の設定
*/
.keni-main .free-area,
.keni-sub{
	font-size: 1.4rem;
	line-height: 1.8em;
}


/*
# =================================================================
# 見出しのデザイン
# =================================================================
*/

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
}

h1{
	font-size: 2.8rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h2{
	font-size: 2.6rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h3{
	font-size: 2.4rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h4{
	font-size: 2.0rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h5{
	font-size: 1.8rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h6{
	font-size: 1.6rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

/*見出しのリンク色*/
.keni-section h1 a,
.keni-section h3 a,
.keni-section h4 a,
.keni-section h5 a,
.keni-section h6 a{
	color: #505050;
}

.keni-section h1 a:hover,
.keni-section h1 a:active,
.keni-section h1 a:focus,
.keni-section h3 a:hover,
.keni-section h3 a:active,
.keni-section h3 a:focus,
.keni-section h4 a:hover,
.keni-section h4 a:active,
.keni-section h4 a:focus,
.keni-section h5 a:hover,
.keni-section h5 a:active,
.keni-section h5 a:focus,
.keni-section h6 a:hover,
.keni-section h6 a:active,
.keni-section h6 a:focus{
	color: #00858a;
}

.keni-section h2 a{
	color: #fff;
}

.keni-section h2 a:hover,
.keni-section h2 a:active,
.keni-section h2 a:focus{
	color: #505050;
}

/*ボタン*/
.btn{
	display: inline-block;
	margin: 0;
	padding: 1em 2em;
	border: 0;
	background: #aaa;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	text-decoration: none;
}

.btn:hover,
.btn:active,
.btn:focus{
	cursor: pointer;
    color: #fff;
    filter: brightness(1.25);
}

.btn_style01{
	background-color: #004ea2;
	color: #fff;
	font-weight: 700;
    border-radius: 30px;
    padding: 0.75em 1.5em;
    width: 250px;
}

.keni-footer-panel .utility-menu_item span{
	display: block;
}


/*
# フッター
*/
.keni-footer_wrap{
	background: #c4181f;
	font-size: 1.4rem;
	line-height: 1.3em;
}


/*
# フッターパネル
*/
.keni-footer-panel_wrap{
	z-index: 80;
	width: 100%;
	background: rgba(196,24,31,0.85);
}

.keni-footer-panel{
	position: relative;
	min-height: 43px;
	padding: 0;
}

.keni-footer-panel ul{
	display: table;
	width: 100%;
	margin: 0;
	table-layout: fixed;
	border-top: 1px solid #c4181f;
}

.keni-footer-panel li{
	display: table-cell;
	font-size: 1.2rem;
	text-align: center;
    color: #fff;
}

.keni-footer-panel li a{
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

.keni-footer-panel li span::before{
	font-size: 16px;
}

.fixed-bottom{
	position: fixed;
	bottom: 0;
}

.keni-footer-panel_sns{
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #f7f7f7;
}

.keni-footer-panel_sns .sns-btn_wrap{
	padding: 5px 0;
	border-top: 1px solid #e8e8e8;
}

.fn-footer-panel {
	position: fixed;
	left: 0;
	bottom: -60px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.fn-footer-panel.is-active {
	bottom: 0;
}

.btn_share{
	cursor: pointer;
}

/*コピーライト*/
.keni-copyright_wrap{
	padding: 15px;
    color: #fff;
    text-align: center;
}


/*
# SNSボタン
*/
.sns-btn_wrap{
	display: table;
	width: 100%;
	max-width: 850px;
	padding: 0 5px 20px;
	line-height: 1.5;
	table-layout: fixed;
	border-spacing: 5px 0;
}

.keni-section_wrap .sns-btn_wrap{
	padding: 0 0 20px
}

.entry-list .sns-btn_wrap{
	margin-right: 0;
}

.sns-btn_wrap > div{
	display: table-cell;
	background-color: rgba(255,255,255,0.85);
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
}

.sns-btn_wrap > div:hover,
.sns-btn_wrap > div:active,
.sns-btn_wrap > div:focus{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.5;
}

.sns-btn_wrap > div a{
	display: block;
	padding: 3px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.sns-btn_wrap > .sns-btn_tw a{
	color: #1da1f2;
}

.sns-btn_wrap > .sns-btn_fb a{
	color: #3b5998;
}

.sns-btn_wrap > .sns-btn_hatena a{
	color: #00a4de;
}

.sns-btn_wrap > .sns-btn_gplus a{
	color: #d34836;
}

.sns-btn_wrap > .sns-btn_line a{
	color: #00b900;
}

.sns-btn_wrap > div .icon_line{
	margin-right: 5px;
}

.sns-btn_wrap > .sns-btn_pocket a{
	color: #ef4156;
}

.sns-btn_wrap > .sns-btn_insta i{
	padding: 3px;
	background-color: #c40094;
	border-radius: 3px;
}

.sns-btn_wrap > .sns-btn_insta span{
	color: #c40094;
}

.sns-btn_wrap > div i{
	margin-right: 5px;
	font-size: 12px;
}

.sns-btn_wrap > div svg{
	margin-right: 5px;
}

.sns-btn_wrap_s > div i{
	display: inline;
}

.sns-btn_wrap > div a > span{
	font-size: 1.1rem;
}

.sns-btn_wrap > div i::before{
	font-size: 16px;
}

.sns-btn_fb .fab.fa-facebook::before,
.sns-btn_fb .fab.fa-twitter::before,
.sns-btn_fb.fa-get-pocket:before{
	font-weight: normal;
}

.f-hatena{
	display: inline-block;
	font: normal normal normal 14px/1 Verdana;
}

.f-hatena::before{
	font-weight: bold;
	font-size: inherit;
	content: "B!";
}


/*SNSフォローボタン*/
.sns-follow-btn{
	margin: 10px 0;
	text-align: center;
}

.sns-follow-btn_tw,
.sns-follow-btn_fb,
.sns-follow-btn_insta,
.sns-follow-btn_ws{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-bottom: 4px;
	border-radius: 4px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.sns-follow-btn_tw > a,
.sns-follow-btn_fb > a,
.sns-follow-btn_insta > a,
.sns-follow-btn_ws > a{
	color: #fff;
	text-decoration: none;
}

.sns-follow-btn_tw{
	background-color: #1da1f2;
}

.sns-follow-btn_fb{
	background-color: #3b5998;
}

.sns-follow-btn_insta{
	background-color: #c40094;
}

.sns-follow-btn_ws{
	background-color: #aaa;
}

.sns-follow-btn_tw .fa-twitter,
.sns-follow-btn_fb .fa-facebook,
.sns-follow-btn_insta .fa-instagram,
.sns-follow-btn_ws .fa-home{
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}

.sns-follow-box{
	margin: 30px 0;
	background: #f0f0f0;
	border: 1px solid #ddd;
	line-height: 1.5;
}

.sns-follow-box_inner{
	padding: 20px;
	font-size: 1.4rem;
	text-align: center;
}

.sns-follow-box_btns_fb,
.sns-follow-box_btns_tw,
.sns-follow-box_btns_insta{
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 5px;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	line-height: 55px;
}

.sns-follow-box_btns_fb a,
.sns-follow-box_btns_tw a,
.sns-follow-box_btns_insta a{
	display: block;
	border-radius: 50%;
	color: #fff;
}

.sns-follow-box_btns_fb a{
	background: #3b5998
}

.sns-follow-box_btns_tw a{
	background: #1da1f2;
}

.sns-follow-box_btns_insta a{
	background: #c40094;
	
}

.sns-follow-box_btns_fb a:hover,
.sns-follow-box_btns_fb a:focus,
.sns-follow-box_btns_fb a:active,
.sns-follow-box_btns_tw a:hover,
.sns-follow-box_btns_tw a:focus,
.sns-follow-box_btns_tw a:active,
.sns-follow-box_btns_insta a:hover,
.sns-follow-box_btns_insta a:focus,
.sns-follow-box_btns_insta a:active{
	opacity: 0.5;
}


.facebook-pageplugin-area {
	margin: 30px 0;
	text-align: center;
}


/*ページトップボタン*/
.page-top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 90;
	margin-bottom: 0;
	background-color: #333;
	line-height: 1.0;
}

.page-top a{
	display: block;
	padding: 19px 20px;
	text-align: center;
}

.page-top a::before{
	display: inline-block;
	content: "\e906";
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}


/*回り込みの解除*/
.keni-main_outer::after,
.keni-header_inner::after,
.keni-cta_inner::after,
.keni-gnav_inner::after,
.page-nav::after,
.nav-links::after,
.btn-area::after,
.item-box::after,
.item-box02::after,
.item-box03_col_wrap::after,
.btn-detail_wrap::after,
.clearfix::after{
	display: block;
	content: " ";
	clear: both;
}


/*
# =================================================================
# カスタマイズ
# =================================================================
*/

.sp{
    display: block!important;
}

.pc{
    display: none!important;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-box.content-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-box.content-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
    
.flex-box.align-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box.row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}

.top-box{
    padding: 2.42vw 3.62vw;
}

.top-box .flex-box .logo{
    width: 72.9%;
    line-height: 1;
    margin: 0;
}

.top-box .flex-box .header-right{
    width: 13.0%;
}

.top-box .flex-box .cta-right{
    width: 13.0%;
}

.keni-header{
    height: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: calc(100%*700/768);
}

.keni-cta{
    background: url(../images/consult_back_sp.png) center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    margin: 10px auto;
    text-align: center;
    padding-bottom: calc(100%*400/767);
}

.keni-header_inner{
    height: 0;
    margin: 0 auto;
    padding-bottom: calc(100%*700/768);
    position: relative;
}

.keni-cta_inner{
    height: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(100%*400/767);
    position: relative;
}

.sub-catch{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    line-height: 1;
}

.cta-sub{
    position: absolute;
    top: 13vw;
    left: 0;
    right: 0;
    width: 85.55vw;
    margin: auto;
    line-height: 1;
}

.main-catch{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
}

.cta-main{
    position: absolute;
    top: 30vw;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
}

.lp01 .main-catch{
    width: 100vw;
}

.lp01 .cta-main{
    width: 85.55vw;
}

.mv-img{
    position: absolute;
    bottom: 53.85vw;
    left: 0;
    right: 0;
    width: 75.23vw; 
    margin: auto;
    line-height: 1;
}

.cta-mv-img{
    position: absolute;
    bottom: 53.85vw;
    left: 0;
    right: 0;
    width: 75.23vw; 
    margin: auto;
    line-height: 1;
}

.mv-btn{
    position: absolute;
    bottom: 10.95vw;
    left: 0;
    right: 0;
    width: 92.13vw; 
    margin: auto;
    line-height: 1;
}

.cta-mv-btn{
    position: absolute;
    bottom: 10.95vw;
    left: 0;
    right: 0;
    width: 92.13vw; 
    margin: auto;
    line-height: 1;
}

.tel-btn{
    margin: 0 0 4.35vw;
    line-height: 1;
    height: 16.43vw;
    background: linear-gradient(0deg, #fff100 0%, #fff462 100%);
    border-radius: 9.66vw;
    position: relative;
    box-shadow: 0 0.97vw 0 #cbbe00;
    overflow: hidden;
    -webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-btn{
    margin: 0;
    line-height: 1;
    height: 16.43vw;
    background: linear-gradient(0deg, #f39800 0%, #fcc800 100%);
    border-radius: 9.66vw;
    position: relative;
    box-shadow: 0 0.97vw 0 #c07700;
    overflow: hidden;
    -webkit-transition: 0.3s;
	transition: 0.3s;
}

.tel-btn:hover,
.tel-btn:active,
.tel-btn:focus,
.contact-btn:hover,
.contact-btn:active,
.contact-btn:focus{
    box-shadow: none;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.tel-btn a,
.contact-btn a{
    position: relative;
    left: 0;
    right: 0;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    text-align: center;
    padding: 6.04vw 3.62vw;
    border-radius: 9.66vw;
}

.tel-btn a span{
    display: block;
    font-size: 3.38vw;
    font-weight: 500;
    margin: 0.72vw 0 0;
}

.section_wrap-wide.section01 .keni-section{
    padding: 0;
}

h2.sec-title{
    font-size: 6.76vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 9.66vw;
}

.section01 h2.sec-title{
    margin-bottom: 14.49vw;
}

.section01 .feature-block{
    margin: 0 0 14.49vw;
}

.section01 .feature-block:last-of-type{
    margin-bottom: 0;
}

.section01 .feature-box{
    background: #f5f3f1;
    padding: 7.25vw 3.62vw;
}

.section01 .feature-box .feature-text{
    width: 100%;
}

.section01 .feature-box .feature-text p{
    font-size: 3.86vw;
    line-height: 1.6;
    margin: 0 0 6.04vw;
}

.section01 .feature-box .feature-text .feature-num{
    width: 15.70vw;
    line-height: 1;
    margin: -14.01vw auto 6.04vw;
}

.section01 .feature-box .feature-text .feature-num img{
    width: 100%;
}

.section01 .feature-box .feature-text h3{
    font-size: 5.80vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 4.83vw;
}

.section01 .feature-box .feature-text h3 span{
    display: block;
    font-size: 4.35vw;
    color: #fff;
    background: #c4181f;
    padding: 1.21vw 3.62vw 0.72vw;
    border-radius: 4.83vw;
    margin: 0 auto 3.62vw;
}

.section01 .feature01 h3 span{
    max-width: 41.06vw;
}

.section01 .feature02 h3 span{
    max-width: 43.48vw;
}

.section01 .feature03 h3 span{
    max-width: 28.99vw;
}

.section01 .feature-box .feature-img{
    width: 100%;
}

.section_wrap-wide.section02{
    background: #c4181f;
}

.section02 h2.sec-title{
    color: #fff;
}

.section02 .flex-box > .col{
    width: 100%;
    margin: 0 0 7.25vw;
    background: #fff;
    padding: 7.25vw 3.62vw 6.04vw;
    border-radius: 1.93vw;
}

.section02 .flex-box > .col:last-child{
    margin-bottom: 0;
}

.section02 .flex-box .achivement-img{
    width: 38.65vw;
    margin: 0 auto 7.25vw;
}

.section02 .flex-box p{
    line-height: 1;
    margin: 0 auto;
}

.section02 .flex-box .achivement01 p{
    width: 41.55vw;
}

.section02 .flex-box .achivement02 p{
    width: 34.06vw;
}

.section02 .flex-box .achivement03 p{
    width: 49.76vw;
}

.section_wrap-wide.contact-conts{
    padding: 7.25vw 0;
    background-color: #000;
    background-image: url(../images/shattered-dark.png);
}

.section_wrap-wide2.contact-conts{
    padding: 7.25vw 0;
    background-color: #000;
}

.contact-conts .flex-box > .col{
    width: 100%;
}

.section03 h2.sec-title{
    margin-bottom: 14.49vw;
}

.section03 .flex-box > .col{
    width: 100%;
    background: #fff;
    border-radius: 1.93vw;
    margin: 0 0 13.29vw;
    padding: 6.04vw 4.83vw 4.83vw;
    filter: drop-shadow(0.24vw 0.24vw 1.21vw rgba(0,0,0,0.4));
}

.section03 .flex-box > .col:last-child{
    margin-bottom: 0;
}

.section03 .flex-box .trouble-num{
    width: 16.91vw;
    line-height: 1;
    margin: -14.49vw auto 4.83vw;
    filter: drop-shadow(0.48vw 0.48vw 0 rgba(0,0,0,0.2));
}

.section03 .flex-box .trouble-num img{
    width: 100%;
}

.section03 .flex-box .trouble-img{
    margin: 0 auto 6.04vw;
}

.section03 .flex-box .trouble01 .trouble-img,
.section03 .flex-box .trouble03 .trouble-img{
    width: 38.65vw;
}

.section03 .flex-box .trouble02 .trouble-img{
    width: 21.74vw;
}

.section03 .flex-box h3{
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.4;
    color: #c4181f;
    text-align: center;
    margin: 0 0 4.83vw;
}

.section03 .flex-box ul{
    list-style: none;
    margin: 0;
}

.section03 .flex-box ul li{
    font-size: 3.86vw;
    line-height: 1.4;
    margin-bottom: 1.45vw;
    padding: 0 0 0 5.56vw;
    background: url(../images/icon/check.svg) left 0.48vw no-repeat;
    background-size: 4.35vw 4.35vw;
}

.section03 .flex-box ul li:last-child{
    margin-bottom: 0;
}

.section_wrap-wide.section04{
    background: #f5f2e9;
    position: relative;
}

.section04 .arrow{
    position: absolute;
    top: -8.45vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 14.49vw;
}

.section04 .arrow img{
    width: 100%;
}

.section04 h2.sec-title .fukidashi{
    display: block;
    font-size: 4.35vw;
    color: #fff;
    background: #c4181f;
    padding: 2.90vw 3.62vw 2.42vw;
    border-radius: 0.97vw;
    width: 70.05vw;
    margin: 0 auto 4.83vw;
    position: relative;
}

.section04 h2.sec-title .fukidashi::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -0.24vw 0 0 -2.42vw;
    border: 2.42vw solid transparent;
    border-top-color: #c4181f;
    content: '';
    z-index: 100;
}

.section04 .flex-box > .col{
    width: 100%;
    margin: 0 0 6.04vw;
    padding: 6.04vw 4.83vw 4.83vw;
    background: rgba(255,255,255,0.7);
    border-radius: 1.93vw;
}

.section04 .flex-box > .col:last-child{
    margin-bottom: 0;
}

.section04 .flex-box .point-img{
    width: 55.56vw;
    margin: 0 auto 6.04vw;
}

.section04 .flex-box h3{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.5;
    color: #c4181f;
    text-align: center;
    margin: 0;
}

.section04 .flex-box .hosoku{
    font-size: 3.38vw;
    font-weight: 500;
    line-height: 1.5;
    width: 53.14vw;
    margin: 2.42vw auto 0;
    
}

.section_wrap-wide.section05{
    background: #f9d1d1;
}

.section05 ol{
    list-style: none;
    margin: 0;
}

.section05 ol li{
    background: #fff;
    border-radius: 14.49vw;
    padding: 4.35vw 3.62vw 3.62vw;
    margin: 0 0 4.83vw;
}

.section05 ol li:last-child{
    margin-bottom: 0;
}

.section05 ol li p{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 14.49vw;
}

.section05 ol li .osusume01{
    background: url(../images/icon/osusume01.svg) left center no-repeat;
    background-size: 12.08vw 12.08vw;
}

.section05 ol li .osusume02{
    background: url(../images/icon/osusume02.svg) left center no-repeat;
    background-size: 12.08vw 12.08vw;
}

.section05 ol li .osusume03{
    background: url(../images/icon/osusume03.svg) left center no-repeat;
    background-size: 12.08vw 12.08vw;
}

.section06 h2.sec-title{
    margin-bottom: 6.04vw;
}

.section06 .company-table{
    margin: 0;
    border-top: 1px solid #999;
}

.section06 .company-table th,
.section06 .company-table td{
	font-size: 3.86vw;
    color: #000;
    border: 1px solid #999;
    border-top: none;
    text-align: center;
}

.section06 .company-table th{
    font-weight: 500;
    padding: 0.25em 0.75em;
    border-bottom: none;
    background: #eeebe9;
}

.section06 .company-table td{
    padding: 0.75em 0.75em 1.0em;
}

.section06 .company-table .address table{
    margin: 0;
}

.section06 .company-table .address table th,
.section06 .company-table .address table td{
    border: none;
    background: none;
    text-align: left;
}

.section06 .company-table .address table th{
    padding: 0 0 0.25em;
}

.section06 .company-table .address table td{
    padding: 0 0 1.5em;
}

.section06 .company-table .address table tr:last-of-type td{
    padding-bottom: 0;
}

.section06 .company-table .bank dl{
    width: 100%;
    margin: 0;
}

.section06 .company-table .bank dl dt{
    float: left;
    width: 25.36vw;
    margin: 0 3.86vw 0 0;
}

.section06 .company-table .bank dl dt,
.section06 .company-table .bank dl dd{
    padding-bottom: 0.72vw;
}

.section06 .company-table .bank dl dt:last-child,
.section06 .company-table .bank dl dd:last-child{
    padding-bottom: 0;
}

.section06 .company-table .board-member p{
    font-size: 3.86vw;
    line-height: 1.3;
    margin: 3.62vw 0 1.21vw;
}

.section06 .company-table .board-member dl{
    width: 100%;
    margin: 0 0 0 6.04vw;
}

.section06 .company-table .board-member dl dt{
    float: left;
    width: 21.74vw;
    margin: 0 4.83vw 0 0;
}

.section06 .company-table .board-member dl dt,
.section06 .company-table .board-member dl dd{
    padding-bottom: 0.72vw;
}

.section06 .company-table .board-member dl:last-of-type dt:last-child,
.section06 .company-table .board-member dl:last-of-type dd:last-child{
    padding-bottom: 0;
}

.section06 .company-table td .service-list{
    list-style: none;
    margin: 0;
}

.section06 .company-table td .service-list li{
    font-size: 3.86vw;
    line-height: 1.4;
    margin-bottom: 1.21vw;
    padding: 0 0 0 4.35vw;
    background: url(../images/icon/circle.svg) left 0.97vw no-repeat;
    background-size: 3.38vw 3.38vw;
}

.section06 .company-table td .service-list li:last-child{
    margin-bottom: 0;
}

.section06 .company-table td .privacy-mark{
    width: 14.49vw;
    margin: 0 auto 3.62vw;
}

.section06 .company-table td .p-mark-text{
    font-size: 3.86vw;
    line-height: 1.5;
    margin: 0;
}

.section07 .contact-lead{
    font-size: 3.86vw;
    line-height: 1.6;
    margin: 0 0 3.62vw;
}

.section07 .contact-tyuui{
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1.6;
    color: #c4181f;
    margin: 0 0 6.04vw;
}

.section07 .contact-form table{
    border-top: none;
}

.section07 .contact-form table th,
.section07 .contact-form table td{
    padding: 0.75em 0.5em;
    border: 1px solid #c8c9c9;
    font-size: 3.86vw;
    color: #000;
    line-height: 1.5;
}

.section07 .contact-form table th{
    margin-top: 1.21vw;
    font-weight: 500;
    background: #fadbda;
}

.section07 .contact-form table td{
    border-top: none;
}

.section07 .contact-form table td div{
    font-size: 3.86vw;
    line-height: 1.5;
    margin-bottom: 1.21vw;
}

.section07 .contact-form input[type="text"],
.section07 .contact-form textarea{
    width: 100%;
    font-size: 3.86vw;
    padding: 1.93vw 1.21vw;
    border: 1px solid #666;
}

.section07 .contact-form input[type="radio"]{
    margin: 0 1.21vw 2.42vw 0;
}

.section07 .contact-form table td input[type="radio"]:last-of-type{
    margin-bottom: 0;
}

.section07 .contact-form input[type="submit"],
.section07 .contact-form input[type="reset"],
.section07 .contact-form input[type="button"] {
    display: block;
    width: 100%;
}

.section07 .contact-form .space{
    margin-bottom: 1.45vw;
}

.section07 .contact-form .button {
    width: 100%;
    display: inline-block;
    border-radius: 1.93vw;
    font-size: 5.80vw;
    text-align: center;
    cursor: pointer;
    padding: 3.62vw 4.83vw;
    background: linear-gradient(0deg, #ed6c00 0%, #f39800 100%);     
    color: #fff;
    line-height: 1.0;
    transition: 0.3s;
    border: none;
}


.section07 .contact-form .kousin {
    overflow: auto;
    margin: 7.25vw auto;
    width: 100%;
    height: 24.15vw;
	padding: 1.21vw 3.62vw;
	border: solid 1px #c9c9c9;/*線*/
	color: #000;
	background-color: white;
    line-height: 1.5;
    position: center;
}

.section07 .contact-form .kousin ol{
    margin-left: 3.62vw;
}

.section07 .contact-form .kousin ol li{
    font-size: 3.86vw;
    line-height: 1.5;
    margin-bottom: 2.42vw;
}

.section07 .contact-form .kousin p{
    font-size: 3.86vw;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 1.21vw 3.62vw;
}
	
.section07 .contact-form .kousin .right{
    text-align: right;
}

.section07 .contact-form .kousin p a{
    text-decoration: none;
    color: #000;
}
	
.section07 .contact-form .hissu{
    display: inline-block;
    padding: 0.72vw 1.45vw;
	border-radius: 0.97vw;
    background: #c4181f;
    color: #fff;
    font-size: 2.90vw;
    margin-left: 2.42vw;
    line-height: 1.3;
}

.section_wrap-wide.section2401 .keni-section{
    padding: 0;
}

h2.sec-title{
    font-size: 6.76vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 9.66vw;
}

.section2401 h2.sec-title{
    margin-bottom: 0vw;
}

.section2401 .feature-block{
    margin: 0;
}

.section2401 .feature-block:last-of-type{
    margin-bottom: 0;
}

.section2401 .feature-box{
    background: #f5f3f1;
    padding: 0vw 3.62vw;
}

.section2401 .feature-box .feature-text{
    width: 100%;
}

.section2401 .feature-box .feature-text p{
    font-size: 3.86vw;
    line-height: 1.6;
    margin: 0;
}

.section2401 .feature-box .feature-text .feature-num{
    width: 15.70vw;
    line-height: 1;
    margin: 0 auto 0;
}

.section2401 .feature-box .feature-text .feature-num img{
    width: 100%;
}

.section2401 .feature-box .feature-text h3{
    font-size: 5.80vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0;
}

.section2401 .feature-box .feature-text h3 span{
    display: block;
    font-size: 4.35vw;
    color: #fff;
    background: #c4181f;
    padding: 0 3.62vw 0;
    border-radius: 4.83vw;
    margin: 0 auto 0;
}

.section2401 .feature01 h3 span{
    max-width: 41.06vw;
}

.section2401 .feature02 h3 span{
    max-width: 43.48vw;
}

.section2401 .feature03 h3 span{
    max-width: 28.99vw;
}

.section2401 .feature-box .feature-img{
    width: 100%;
}




.keni-footer_outer{
	padding: 0;
}

.keni-footer_inner{
    padding: 6.04vw 3.62vw 0;
}

.footer-menu{
    margin: 0 auto;
    text-align: center;
}

.footer-menu li{
    list-style: none;
    font-size: 3.38vw;
    margin: 0 auto 1.93vw;
    padding: 0;
    line-height: 1.3;
}

.footer-menu li:last-child{
    margin-bottom: 0;
}

.footer-menu li a{
    text-decoration: none;
    color: #fff;
}

.footer-menu li a:hover,
.footer-menu li a:active,
.footer-menu li a:focus{
    text-decoration: underline;
}

.keni-copyright{
    padding-top: 5px;
}

.keni-copyright small{
    font-size: 1.2rem;
    color: #fff;
}













@media only screen and (max-width : 767px){
    
    .keni-header_wrap.fixed{
        position: absolute!important;
        top: 0;
    }

    .keni-cta_wrap.fixed{
        position: absolute!important;
        top: 0;
    }

}



@media (min-width : 480px){
    
    
    
    

}/*横幅480px以上*/



@media (min-width : 768px){

	.keni-main .keni-section_wrap{
		padding: 100px 40px;
	}
 
 	.keni-section_wrap2{
		padding: 0;
	}
	
	.keni-main .keni-section_wrap.widget{
		padding: 20px;
	}
 
 	.keni-section_wrap2{
		padding: 0px;
	}
	
	.keni-main .section_wrap-wide,
	.keni-main .keni-section_wrap_style02{
		padding: 100px 0;
	}
 
 .keni-main .section_wrap-wide2{
		padding: 10px 0;
	}
 
	.keni-section_outer{
		margin-bottom: 40px;
	}

	.keni-section_outer .keni-section_wrap .keni-section_wrap2{
		margin: 0;
	}

    h1{ font-size: 2.4rem;  }

	h2{ font-size: 2.1rem; 	}

	h3{ font-size: 2.0rem; }

	h4{ font-size: 2.0rem; }

	h5{ font-size: 2rem; }

	/*
	# 1カラムのレイアウト
	*/
	.col1 .keni-header_outer,
	.col1 .keni-cta_outer,
	.col1 .keni-gnav_outer,
	.col1 .keni-mv_outer,
	.col1 .catch-area,
	.col1 .archive_title_wrap,
	.col1 .keni-breadcrumb-list_outer,
	.col1 .keni-footer_outer,
	.col1 .keni-copyright,
	.col1 .keni-section_wrap,
 .col1 .keni-section_wrap2,
	.col1 .keni-sep-conts_outer,
	.col1 .keni-footer-panel_outer{
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
	}

	.col1 .keni-sub{
		padding: 10px 0;
	}

	.col1 .keni-main_outer,
	.col1 .section_wrap-wide,
	.col1 .section_wrap-wide2{
		width: 100%;
		max-width: none;
	}

	.col1 .keni-section_wrap,
 .col1 .keni-section_wrap2,
	.col1 .section_wrap-wide,
 .col1 .section_wrap-wide2,
	.col1 .section_wrap-wide .keni-section,
 .col1 .section_wrap-wide2 .keni-section{
		margin-right: auto;
		margin-left: auto;
	}
	
	.col1 .keni-section_wrap{
		max-width: 1080px;
	}
 
 	.col1 .keni-section_wrap2{
		max-width: 1080px;
	}
	
	.col1 .section_wrap-wide{
		max-width: none;
	}
 
 	.col1 .section_wrap-wide2{
		max-width: none;
	}

	.col1 .section_wrap-wide .keni-section{
        max-width: 1080px;
		padding: 0 40px;
	}
	

	.col1 .keni-lp .keni-header_outer,
	.col1 .keni-lp .keni-cta_outer,
	.col1 .keni-lp .keni-gnav_outer,
	.col1 .keni-lp .keni-mv_outer,
	.col1 .keni-lp .catch-area{
		max-width: none;
	}

	/*
	# 「メインコンテンツ（.keni-main）」と「サブコンテンツ（.keni-sub）」
	# 「メインコンテンツの幅」は「メインの幅（初期設定では1200px）」から「サブの幅＋余白（初期設定では320px）」を引いたもの
	*/

	

	.keni-header{
		padding-right: 0;
	}

	.keni-cta{
		padding-right: 0;
	}

	.keni-header_col1 .keni-header_cont{
		margin-right: 0;
	}
	
	.keni-cta_col1 .keni-cta_cont{
		margin-right: 0;
	}
	

	/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/

	.table-list thead{
		display: table-header-group;
	}

	.table-list thead{
		display: table-cta-group;
	}

	.table-list tr{
		display: table-row;
	}

	.table-list th,
	.table-list td{
		display: table-cell;
	}

	.table-list tbody td::before{
		display: none;
		width: auto;
	}


	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/

	.table-block{
		display: table;
	}

	.table-block tbody{
		display: table-row-group;
	}

	.table-block tr{
		display: table-row;
	}

	.table-block th,
	.table-block td{
		display: table-cell;
	}

	.table-block th{
		width: 25%;
	}

	.table-block::after{
		display: none;
	}

	.table-scroll::before{
		content: "";
	}

	
	/*
	# ヘッダー
	*/
	.fixed{
		position: static;
		width: 100%;
	}

	.keni-container{
		padding-top: 0!important;
	}
	
	.keni-section_wrap{
		margin-bottom: 0;
	}
 
 	.keni-section_wrap2{
		margin-bottom: 0;
	}

	/*
	# フッターパネル
	*/
	.keni-footer-panel_wrap{
		display: none;
	}

    /*ボタン*/
    .btn{
        font-size: 1.8rem;
    }


    .sp{
		display: none!important;
	}

	.pc{
		display: block!important;
	}

    .top-box{
        max-width: 1080px;
        margin: 0 auto;
        padding: 10px 40px;
    }
    
    .top-box .flex-box .logo{
        width: 48%;
        max-width: 300px;
    }
    
    .top-box .flex-box .header-right{
        width: 48%;
        max-width: 290px;
        display: table;
    }

    .top-box .flex-box .header-right .header-tel{
        display: table-cell;
        vertical-align: middle;
        padding: 8px 0;
    }

    .top-box .flex-box .header-right .header-tel .tel-num{
        width: 207px;
        line-height: 1;
        margin: 0;
    }

    .top-box .flex-box .header-right .header-tel .tel-time{
        font-size: 1.4rem;
        line-height: 1;
        margin: 8px 0 0;
    }

    .top-box .flex-box .header-right .privacy-mark{
        display: table-cell;
        vertical-align: middle;
        width: 80px;
        padding-left: 20px;
    }

    .keni-header{
                background-size: cover;
                padding-bottom: calc(100%*600/1080);
    }
    
    .keni-cta{
        background: url(../images/consult_back_pc.png) center no-repeat;
        background-size: contain;
        margin-top: 33px;
        padding-bottom: calc(100%*300/1080);
    }
    
    .keni-header_inner{
        max-width: 943px;
        margin: 0 auto;
        padding-bottom: calc(100%*600/1080);
        position: relative;
    }
  

    .keni-cta_inner{
        max-width: 1080px;
        margin: 0 auto;
        padding-bottom: calc(100%*300/1080);
        position: relative;
    }

    .lp01 .mv-text{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .lp01 .cta-text{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width:  90%;
        margin: auto;
        display: flex;
    }
    
    .sub-catch{
        position: static;
        top: 0;
        left: 0;
        margin: auto;
    }

    .cta-sub{
        position: static;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .lp01 .sub-catch{
        width: calc(100%*943/1080);
    }

    .lp01 .cta-sub{
        width: 46.3vw;
    }
    
    .main-catch{
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 0 2;
    }

    .cta-main{
        position: static;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .lp01 .main-catch{
        width: 87.31vw;
    }
    
    .lp01 .cta-main{
        width: 48.43vw;
    }
       
    .mv-img{
        position: absolute;
        bottom: auto;
        left: auto;
        right: 1.85vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
    }

    .cta-mv-img{
        position: absolute;
        bottom: auto;
        left: auto;
        right: 1.85vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
    }

    .lp01 .mv-img{
        width: 36.94vw;
    }

    .lp01 .cta-mv-img{
        width: 36.94vw;
    }
    
    .lp01 .mv-btn{
        position: absolute;
        bottom: 8.33vw;
        left: 3.70vw;
        right: auto;
        width: 32.41vw; 
        margin: auto;
    }

    .lp01 .cta-mv-btn{
        position: absolute;
        bottom: 8.33vw;
        left: 3.70vw;
        right: auto;
        width: 32.41vw; 
        margin: auto;
    }

    .tel-btn{
        margin: 0 0 20px;
        height: 72px;
        border-radius: 50px;
        box-shadow: 0 4px 0 #cbbe00;
    }
    
    .contact-btn{
        margin: 0;
        height: 72px;
        border-radius: 50px;
        box-shadow: 0 4px 0 #c07700;
    }
    
    .tel-btn a,
    .contact-btn a{
        position: relative;
        left: 0;
        right: 0;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        display: block;
        text-decoration: none;
        width: 100%;
        font-size: 2.2rem;
        padding: 30px;
        border-radius: 50px;
    }
    
    .tel-btn a span{
        font-size: 1.6rem;
        margin: 3px 0 0;
    }
    
    .mv-btn .tel-btn{
        margin: 0 0 1.85vw;
        height: 6.67vw;
        border-radius: 4.63vw;
        box-shadow: 0 0.37vw 0 #cbbe00;
    }
    
    .cta-mv-btn .tel-btn{
        margin: 0 0 1.85vw;
        height: 6.67vw;
        border-radius: 4.63vw;
        box-shadow: 0 0.37vw 0 #cbbe00;
    }
    
    .mv-btn .contact-btn{
        margin: 0;
        height: 6.67vw;
        border-radius: 4.63vw;
        box-shadow: 0 0.37vw 0 #c07700;
    }
    
    .cta-mv-btn .contact-btn{
        margin: 0;
        height: 6.67vw;
        border-radius: 4.63vw;
        box-shadow: 0 0.37vw 0 #c07700;
    }
    
    .mv-btn .tel-btn a,
    .mv-btn .contact-btn a{
        position: relative;
        left: 0;
        right: 0;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        display: block;
        text-decoration: none;
        width: 100%;
        font-size: 2.04vw;
        padding: 2.78vw;
        border-radius: 4.63vw;
    }
    
    .cta-mv-btn .tel-btn a,
    .cta-mv-btn .contact-btn a{
        position: relative;
        left: 0;
        right: 0;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        display: block;
        text-decoration: none;
        width: 100%;
        font-size: 2.04vw;
        padding: 2.78vw;
        border-radius: 4.63vw;
    }
    
    .mv-btn .tel-btn a span{
        font-size: 1.48vw;
        margin: 0.28vw 0 0;
    }

    .cta-mv-btn .tel-btn a span{
        font-size: 1.48vw;
        margin: 0.28vw 0 0;
    }

    .section_wrap-wide.section01 .keni-section{
        max-width: none;
        padding: 0;
    }

    h2.sec-title{
        font-size: 3.8rem;
        margin: 0 0 50px;
    }
    
    .section01 h2.sec-title{
        margin-bottom: 50px;
    }
    
    .section01 .feature-block{
        margin: 0 0 80px;
        min-height: 600px;
        position: relative;
    }

    .section01 .feature-box{
        background: none;
        padding: 0;
    }
    
    .section01 .feature-box .flex-box{
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        max-width: 1280px;
        z-index: 10;
    }

    .section01 .feature01 .feature-bg,
    .section01 .feature03 .feature-bg{
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        width: 100%;
        max-width: 1600px;
        height: 100%;
        background: #f5f3f1;
        z-index: 0;
    }

    .section01 .feature02 .feature-bg{
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        width: 100%;
        max-width: 1600px;
        height: 100%;
        background: #f5f3f1;
        z-index: 0;
    }

    .section01 .feature-box .feature-text{
        width: 50%;
        padding: 25px;
        text-align: center;
    }
    
    .section01 .feature-box .feature-text p{
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: left;
        margin: 25px auto 0;
        max-width: 480px;
    }
    
    .section01 .feature-box .feature-text .feature-num{
        width: 88px;
        margin: 0 auto 30px;
    }
    
    .section01 .feature-box .feature-text h3{
        font-size: 3.0rem;
        margin: 0;
    }
    
    .section01 .feature-box .feature-text h3 span{
        font-size: 2.2rem;
        padding: 5px 25px 3px;
        border-radius: 30px;
        margin: 0 auto 15px;
    }
    
    .section01 .feature01 h3 span{
        max-width: 210px;
    }
    
    .section01 .feature02 h3 span{
        max-width: 220px;
    }
    
    .section01 .feature03 h3 span{
        max-width: 150px;
    }
    
    .section01 .feature-box .feature-img{
        width: 50%;
        padding: 25px;
        text-align: center;
    }
    
    .section01 .feature01 .feature-img img{
        width: 100%;
        max-width: 528px;
    }

    .section01 .feature02 .feature-img img{
        width: 100%;
        max-width: 504px;
    }

    .section01 .feature03 .feature-img img{
        width: 100%;
        max-width: 520px;
    }
    
    .section02 .flex-box > .col{
        width: 30%;
        margin: 0;
        padding: 50px 20px 25px;
        border-radius: 8px;
    }
    
    .section02 .flex-box .achivement-img{
        width: 80%;
        max-width: 160px;
        margin: 0 auto 25px;
    }
    
    .section02 .flex-box .achivement01 p{
        width: 100%;
        max-width: 175px;
    }
    
    .section02 .flex-box .achivement02 p{
        width: 100%;
        max-width: 145px;
    }
    
    .section02 .flex-box .achivement03 p{
        width: 100%;
        max-width: 210px;
    }
    
    .section_wrap-wide.contact-conts{
        padding: 40px 0;
    }
    
     .section_wrap-wide2.contact-conts{
        padding: 40px 0;
    }
    
    .contact-conts .flex-box > .col{
        width: 48%;
    }

    .contact-conts .tel-btn,
    .contact-conts .contact-btn{
        margin: 0;
        height: 85px;
    }

    .contact-conts .tel-btn a,
    .contact-conts .contact-btn a{
        padding: 35px 30px;
    }
    
    .section03 h2.sec-title{
        margin-bottom: 65px;
    }

    .section03 .flex-box{
        max-width: 650px;
        margin: 0 auto -130px;
        position: relative;
        z-index: 10;
    }
    
    .section03 .flex-box > .col{
        width: 46.2%;
        border-radius: 8px;
        margin: 0 0 7.6%;
        padding: 55px 20px 15px;
        filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    }

    .section03 .flex-box > .col:last-child{
        margin: 0 auto;
    }
    
    .section03 .flex-box .trouble-num{
        width: 70px;
        margin: -90px auto 20px;
        filter: drop-shadow(2px 2px 0 rgba(0,0,0,0.2));
    }
    
    .section03 .flex-box .trouble-img{
        margin: 0 auto 25px;
    }
    
    .section03 .flex-box .trouble01 .trouble-img,
    .section03 .flex-box .trouble03 .trouble-img{
        width: 80%;
        max-width: 160px;
    }
    
    .section03 .flex-box .trouble02 .trouble-img{
        width: 45%;
        max-width: 90px;
    }
    
    .section03 .flex-box h3{
        font-size: 2.2rem;
        margin: 0 0 20px;
    }
    
    .section03 .flex-box ul li{
        font-size: 1.6rem;
        margin-bottom: 5px;
        padding: 0 0 0 23px;
        background-position: left 2px;
        background-size: 18px 18px;
    }
    
    .section04 .arrow{
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: -30px auto 60px;
        width: 82px;
    }
    
    .section04 h2.sec-title .fukidashi{
        font-size: 2.4rem;
        padding: 15px 20px 10px;
        border-radius: 6px;
        width: 100%;
        max-width: 570px;
        margin: 0 auto 25px;
        position: relative;
    }
    
    .section04 h2.sec-title .fukidashi::after{
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: -1px 0 0 -15px;
        border: 15px solid transparent;
        border-top-color: #c4181f;
        content: '';
        z-index: 100;
    }

    .section04 .flex-box{
        max-width: 658px;
        margin: 0 auto;
    }
    
    .section04 .flex-box > .col{
        width: 47.9%;
        margin: 0 0 4.2%;
        padding: 25px 5px 20px;
        border-radius: 8px;
    }
    
    .section04 .flex-box > .col:nth-child(n+5){
        margin-bottom: 0;
    }
    
    .section04 .flex-box .point-img{
        width: 70%;
        max-width: 230px;
        margin: 0 auto 30px;
    }
    
    .section04 .flex-box h3{
        font-size: 2.0rem;
    }
    
    .section04 .flex-box .hosoku{
        font-size: 1.4rem;
        max-width: 220px;
        margin: 10px auto 0;
        
    }

    .section05 ol{
        max-width: 770px;
        margin: 0 auto;
    }
    
    .section05 ol li{
        height: 90px;
        border-radius: 60px;
        padding: 0;
        margin: 0 0 25px;
        position: relative;
    }
    
    .section05 ol li p{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        font-size: 2.4rem;
        line-height: 1.3;
        width: 96%;
        padding: 20px 0 20px 80px;
    }
    
    .section05 ol li .osusume01,
    .section05 ol li .osusume02,
    .section05 ol li .osusume03{
        background-size: 60px 60px;
    }
    
    
    .section06 h2.sec-title{
        margin-bottom: 50px;
    }
    
    .section06 .company-table{
        max-width: 900px;
        margin: 0 auto;
    }
    
    .section06 .company-table th,
    .section06 .company-table td{
        padding: 1em;
        font-size: 1.6rem;
        border: 1px solid #999;
        text-align: left;
        vertical-align: middle;
    }

    .section06 .company-table th{
        width: 18%;
    }
    
    .section06 .company-table .address table th,
    .section06 .company-table .address table td{
        vertical-align: top;
    }
    
    .section06 .company-table .address table th{
        padding: 0 1.5em 0 0;
        width: 20%;
    }
    
    .section06 .company-table .address table td{
        padding: 0 0 1.25em;
    }
    
    .section06 .company-table .bank dl{
        max-width: 300px;
    }
    
    .section06 .company-table .bank dl dt{
        width: 120px;
        margin: 0;
    }
    
    .section06 .company-table .bank dl dt,
    .section06 .company-table .bank dl dd{
        padding-bottom: 6px;
    }
    
    .section06 .company-table .board-member p{
        font-size: 1.6rem;
        margin: 20px 0 10px;
    }
    
    .section06 .company-table .board-member dl{
        max-width: 400px;
        margin: 0 0 0 25px;
    }
    
    .section06 .company-table .board-member dl dt{
        width: 100px;
        margin: 0 15px 0 0;
    }
    
    .section06 .company-table .board-member dl dt,
    .section06 .company-table .board-member dl dd{
        padding-bottom: 6px;
    }
    
    .section06 .company-table td .service-list li{
        font-size: 1.6rem;
        margin-bottom: 6px;
        padding: 0 0 0 20px;
        background-position: left 4px;
        background-size: 14px 14px;
    }
    
    .section06 .company-table td .privacy-mark{
        width: 60px;
        margin: 0 0 15px;
    }
    
    .section06 .company-table td .p-mark-text{
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .section07 h2.sec-title{
        margin-bottom: 65px;
    }
    
    .section07 .contact-lead{
        font-size: 1.6rem;
        text-align: center;
        margin: 0 0 15px;
    }
    
    .section07 .contact-tyuui{
        font-size: 1.6rem;
        text-align: center;
        margin: 0 0 55px;
    }
    
    .section07 .contact-form table th,
    .section07 .contact-form table td{
        padding: 0.7em;
        border: 1px solid #c8c9c9;
        font-size: 1.6rem;
        vertical-align: middle;
    }
    
    .section07 .contact-form table th{
        margin-top: 0;
        font-size: 1.8rem;
        width: 30%;
    }
    
    .section07 .contact-form table td div{
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    
    .section07 .contact-form input[type="text"],
    .section07 .contact-form textarea{
        width: 90%;
        font-size: 1.6rem;
        padding: 6px;
    }
    
    .section07 .contact-form input[type="radio"]{
        margin: 0 5px 5px 0;
    }
    
    .section07 .contact-form .space{
        margin-bottom: 6px;
    }
    
    .section07 .contact-form .button {
        max-width: 220px;
        display: inline-block;
        border-radius: 8px;
        font-size: 2.4rem;
        padding: 15px;
        margin: 0 auto;
    }
    
    .section07 .contact-form .kousin {
        margin: 30px auto;
        width: 90%;
        height: 100px;
        padding: 5px 20px;
    }
    
    .kousin ol{
        margin-left: 20px;
    }
    
    .section07 .contact-form .kousin ol li{
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    
    .section07 .contact-form .kousin p{
        font-size: 1.6rem;
        margin: 0 0 5px 20px;
    }
        
    .section07 .contact-form .hissu{
        padding: 3px 6px;
        border-radius: 4px;
        font-size: 1.2rem;
        margin-left: 10px;
    }

    



    .keni-footer_inner{
        padding: 40px 40px 0px;
    }
    
    .footer-menu{
        padding-bottom: 20px;
    }
    
    .footer-menu li{
        font-size: 1.6rem;
        display: inline-block;
        margin: 0 0 0 40px;
    }
    
    .footer-menu li:first-child{
        margin-left: 0;
    }

    .keni-footer_inner p{
        font-size: 1.6rem;
    }
    
    .keni-footer_inner .footer-company-name{
        font-size: 1.8rem;
        margin: 20px auto 5px;
    }

    .keni-copyright small{
        font-size: 1.4rem;
    }

    

    
    

    
     
    

}/*横幅768px以上*/



@media (min-width : 1080px){

    .keni-header{
        height: 600px;
        padding-bottom: 0;
    }
    
    .keni-cta{
        height: 300px;
        padding-bottom: 0;
    }
    
    .keni-header_inner{
        height: 600px;
        padding-bottom: 0;
        position: relative;
    }

    .keni-cta_inner{
        height: 300px;
        padding-bottom: 0;
        position: relative;
    }

    .lp01 .mv-text{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 943px;
        margin: auto;
    }
        
    .lp01 .cta-text{
        position: absolute;
        height: 140px;
        width: 1023px;
        display: flex;
    }
    
    .sub-catch{
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 0 2px;
    }

    .cta-sub{
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 0 2px;
    }

    .lp01 .sub-catch{
        width: 943px;
    }

    .lp01 .cta-sub{
        width: 500px;
    }
    
    .main-catch{
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
    }

    .cta-main{
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 0 2px;
    }

    .lp01 .main-catch{
        width: 943px;
    }
    
    .lp01 .cta-main{
        width: 523px;
    }
    
    .mv-img{
        position: absolute;
        bottom: auto;
        left: auto;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); 
        margin: auto;
    }

    .cta-mv-img{
        position: absolute;
        bottom: auto;
        left: auto;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); 
        margin: auto;
    }

    .lp01 .mv-img{
        width: 399px;
    }

    .lp01 .cta-mv-img{
        width: 399px;
    }

    .lp01 .mv-btn{
        position: absolute;
        bottom: 90px;
        left: 40px;
        right: auto;
        width: 350px; 
        margin: auto;
    }

    .lp01 .cta-mv-btn{
        position: absolute;
        bottom: 90px;
        left: 40px;
        right: auto;
        width: 350px; 
        margin: auto;
    }
    
    .mv-btn .tel-btn{
        margin: 0 0 20px;
        height: 72px;
        border-radius: 50px;
        box-shadow: 0 4px 0 #cbbe00;
    }
    
    .cta-mv-btn .tel-btn{
        margin: 0 0 20px;
        height: 72px;
        border-radius: 50px;
        box-shadow: 0 4px 0 #cbbe00;
    }
    
    .mv-btn .contact-btn{
        margin: 0;
        height: 72px;
        border-radius: 50px;
        box-shadow: 0 4px 0 #c07700;
    }
    
    .cta-mv-btn .contact-btn{
        margin: 0;
        height: 72px;
        border-radius: 50px;
        box-shadow: 0 4px 0 #c07700;
    }
    
    .mv-btn .tel-btn a,
    .mv-btn .contact-btn a{
        position: relative;
        left: 0;
        right: 0;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        display: block;
        text-decoration: none;
        width: 100%;
        font-size: 2.2rem;
        padding: 30px;
        border-radius: 50px;
    }
    
    .cta-mv-btn .tel-btn a,
    .cta-mv-btn .contact-btn a{
        position: relative;
        left: 0;
        right: 0;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        display: block;
        text-decoration: none;
        width: 100%;
        font-size: 2.2rem;
        padding: 30px;
        border-radius: 50px;
    }
    
    .mv-btn .tel-btn a span{
        font-size: 1.6rem;
        margin: 3px 0 0;
    }

    .cta-mv-btn .tel-btn a span{
        font-size: 1.6rem;
        margin: 3px 0 0;
    }

    .section01 .feature-box .feature-text p{
        margin: 30px auto 0;
    }

    .section01 .feature-box .feature-text .feature-num{
        width: 110px;
        margin: 0 auto 40px;
    }
    
    .section01 .feature-box .feature-text h3{
        font-size: 3.4rem;
    }
    
    .section01 .feature-box .feature-text h3 span{
        font-size: 2.6rem;
    }
    
    .section01 .feature01 h3 span{
        max-width: 240px;
    }
    
    .section01 .feature02 h3 span{
        max-width: 250px;
    }
    
    .section01 .feature03 h3 span{
        max-width: 160px;
    }
    
    .section03 .flex-box{
        max-width: 1000px;
    }
    
    .section03 .flex-box > .col,
    .section03 .flex-box > .col:last-child{
        width: 30%;
        margin: 0;
    }

    .section04 .flex-box{
        max-width: 1000px;
    }

    .section04 .flex-box > .col{
        width: 31.5%;
        margin: 0 0 2.75%;
    }
    
    .section04 .flex-box > .col:nth-child(n+4){
        margin-bottom: 0;
    }

    .section2401 .feature-box .feature-text p{
        margin: 0px auto 0;
    }

    .section2401 .feature-box .feature-text .feature-num{
        width: 110px;
        margin: 0 auto 0px;
    }
    
    .section2401 .feature-box .feature-text h3{
        font-size: 3.4rem;
    }
    
    .section2401 .feature-box .feature-text h3 span{
        font-size: 2.6rem;
    }
    
    .section2401 .feature01 h3 span{
        max-width: 240px;
    }
    
    .section2401 .feature02 h3 span{
        max-width: 250px;
    }
    
    .section2401 .feature03 h3 span{
        max-width: 160px;
    }

	.keni-footer-cont_wrap{
		padding: 0;
	}
	

}/*横幅1080px以上*/



@media (min-width : 1180px){


    }


}/*横幅1180px以上*/








/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.8.0 on 2018-12-13 19:14:10
----------------------------------------------------------------------*/
