@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,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: #ae0e16;
}


/*
# =================================================================
# 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','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;
	speak: none;
	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.5em;
    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','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: 1em 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	padding: .5em .75em;
	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; 
}

.table-list tbody td::before{
	display: inline-block;
	width: 6.5em;
	content: attr(data-th)": ";
}


/*テーブル（左端が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: 50px 15px;
	background: #fff;
}

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

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

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

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

.section_wrap-wide{
	padding: 50px 0;
	background: transparent;
}

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

.keni-section_wrap .keni-section_wrap{
	padding: 10px 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%;
}

.keni-header{
	padding-right: 50px;
}

.no-gn .keni-header{
	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;
}

.keni-section h1{
	margin: 40px 0 10px;
	font-size: 2.0rem;
    line-height: 1.3;
}

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

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

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

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

h6{
	color: #000;
	font-size: 1.6rem;
    line-height: 1.3;
    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;
}

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


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


/*
# フッターパネル
*/
.keni-footer-panel_wrap{
	z-index: 80;
	width: 100%;
	background: rgba(174,14,22,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 #ae0e16;
}

.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: #000;
    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-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,
.voice-float::after,
.voice-float2::after,
.tokuten-box-in::after{
	display: block;
	content: " ";
	clear: both;
}


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

.pc{
    display: none;
}

.sp-pc{
    display: none;
}

.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.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;
}

body{
    background-image: url("../images/green-dust-and-scratches.png");
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}

.top-box{
    padding: 5px 15px;
    width: 100%;
    background: #fff;
}

.logo{
    max-width: 140px;
    margin: 0 auto;
    line-height: 1;
}


.keni-header{
    background: url(../images/mv_s.jpg) center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(100%*881/767);
    position: relative;
}

.keni-header_inner{
    width: 100%;
    margin: 0 auto;
}

.sub-catch{
    position: absolute;
    left: 0;
    right: 0;
    top: 5.0%;
    width: 62.6%;
    max-width: 480px;
    margin: auto;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.8));
}

.main-catch{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25.2%;
    width: 73.7%;
    max-width: 565px;
	margin: auto;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.8));
}

.shikon{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 89.4%;
    max-width: 686px;
	margin: auto;
}

.section_wrap-wide.btn-conts{
    background: url(../images/btn_back_sp.jpg) center no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.btn-catch{
    width: 90%;
    max-width: 583px;
    line-height: 1;
    margin: 0 auto 3.4%;
}

.moushikomi-btn{
    max-width: 540px;
    line-height: 1;
    margin: 0 auto;
}

.moushikomi-btn a{
    -webkit-transition: 0.3s;
	transition: 0.3s;
}

.moushikomi-btn a:hover,
.moushikomi-btn a:active,
.moushikomi-btn a:focus{
    filter: brightness(1.15);
}

.section_wrap-wide.main-sec{
    padding-top: 30px;
}

.white-back{
    background: none;
}

.gray-back{
    background: #f5f3f2;
}

h2.sec-title{
    line-height: 1;
    margin: 0 auto 20px;
}

.sec-title1{
    max-width: 317px;
}

.voice-conts{
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.voice-conts:first-of-type{
    padding-top: 0;
}

.voice-conts:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}

.voice-img{
    float: right;
    width: 26%;
    margin: 0 0 15px 15px;
}

.voice-conts h3{
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 6px;
}

.voice-text p{
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
}

.voice-text .voice-name{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h2.voice-title{
    max-width: 381px;
    margin: 50px auto 25px;
    line-height: 1;
}

.voice-conts2{
    margin: 0 auto 6.5%;
    line-height: 1;
}

.voice-conts2:last-of-type{
    margin-bottom: 0;
}

.voice-conts2.voice6{
    width: 91.9%;
    max-width: 452px;
}

.voice-conts2.voice7{
    width: 100%;
    max-width: 492px;
}

.voice-conts2.voice8{
    width: 91.5%;
    max-width: 450px;
}

.voice-conts2.voice9{
    width: 99.4%;
    max-width: 489px;
}

.denjyu-conts{
    background-color: #000;
    background-image: url(../images/sec2_back_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-title.sec-title2{
    max-width: 251px;
    margin: 0 auto 35px;
}

.denjyu-conts p{
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

.profile-box{
    border: 3px solid #fff;
    padding: 15px;
    background: rgba(0,0,0,0.5);
    max-width: 500px;
    margin: 0 auto 35px;
}

.profile-img.sp{
    max-width: 200px;
    margin: 0 auto 25px;
}

.denjyu-conts .profile-text p{
    font-size: 1.4rem;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.denjyu-conts .profile-text .katagaki{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 10px;
}

.denjyu-conts .profile-text .profile-name{
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1;
    color: #fdd000;
    text-align: center;
    margin: 0 0 20px;
}

.denjyu-conts .profile-text .profile-name span{
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 10px;
}

.denjyu-conts h3{
    font-size: 2.4rem;
    font-weight: 700;
    color: #fdd000;
    text-align: center;
    margin: 35px 0 25px;
}

.ng-box{
    background: #fff;
    padding: 15px 15px 0;
    max-width: 410px;
    margin: 30px auto 0;
}

.ng-box ul{
    list-style: none;
    margin: 0 0 10px;
}

.ng-box ul li{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #c8161d;
    margin-bottom: 6px;
    padding: 0 0 0 25px;
    background: url(../images/icon/check2.svg) left 1px no-repeat;
    background-size: 20px 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.ng-img{
    max-width: 200px;
    margin: 0 auto;
}

.sec-title.sec-title3{
    max-width: 329px;
    margin: 0 auto 35px;
}

.text-conts p{
    line-height: 1.6;
    margin-bottom: 1.8em;
}

.text-conts p:last-child{
    margin-bottom: 0;
}

.img-photo{
    max-width: 1000px;
    margin: 0 auto 35px;
}

.sec-title.sec-title4{
    max-width: 253px;
    margin: 40px auto 35px;
}

.flex-box.eigyoryoku-flex{
    max-width: 610px;
    margin: 0 auto 35px;
}

.flex-box.eigyoryoku-flex > .col{
    width: 49.2%;
    margin: 0 0 1.6%;
}

.flex-box.eigyoryoku-flex > .col:last-child{
    margin: 0 auto;
}

.text-conts h3{
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
}

.kyoutyou1{
    font-size: 2.0rem;
}

.client-box{
    border: 2px solid #ae0e16;
    padding: 20px 15px 15px;
    max-width: 500px;
    margin: 0 auto;
}

.client-box h4{
    font-size: 2.0rem;
    font-weight: 700;
    color: #ae0e16;
    text-align: center;
    margin: 0 0 15px;
}

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

.client-box ul li{
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 6px;
    padding: 0 0 0 20px;
    background: url(../images/icon/dia.svg) left 1px no-repeat;
    background-size: 16px 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

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

.sec-title.sec-title5{
    max-width: 339px;
    margin: 40px auto 25px;
}

.eichi-conts{
    background-color: #000;
    background-image: url(../images/eichi_back_sp.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-title.sec-title6{
    max-width: 250px;
    margin: 0 auto 35px;
}

.flex-box.eichi-flex{
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.flex-box.eichi-flex:first-of-type{
    padding-top: 0;
}

.eichi-text{
    display: table;
    width: 100%;
    margin: 0 0 15px;
}

.eichi-text p{
    display: table-cell;
    vertical-align: middle;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    padding-left: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.eichi-text .eichi-num{
    line-height: 1;
    width: 48px;
    padding: 0;
}

.eichi-img{
    max-width: 96px;
    margin: 0 auto;
}

.section_wrap-wide.feature-conts{
    background-color: #00125e;
    background-image: url(../images/feature_back_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0 0;
}

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

.sec-title.sec-title7{
    max-width: 315px;
    padding: 0 15px;
}

.feature-box{
    background: rgba(0,7,80,0.5);
}

.feature-block{
    border-top: 1px solid #9fa0a0;
}

.feature-img.sp{
    text-align: center;
}

.feature-text{
    padding: 20px 15px 30px;
}

.feature-text h3{
    font-size: 2.2rem;
    font-weight: 700;
    color: #fdd000;
    text-align: center;
    margin: 0 0 15px;
}

.feature-text p{
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

.sec-title.sec-title8{
    max-width: 296px;
    margin: 0 auto 35px;
}

.text-conts h3.media-title{
    margin: 50px 0 15px;
}

.text-conts h3.jisseki-title{
    margin: 0 0 15px;
}

.jisseki-box{
    border: 2px solid #ae0e16;
    padding: 20px 15px 15px;
    max-width: 500px;
    margin: 0 auto;
}

.jisseki-box h4{
    font-size: 2.0rem;
    font-weight: 700;
    color: #ae0e16;
    text-align: center;
    margin: 20px 0 15px;
}

.flex-box.houjin-flex > .col{
    width: 47.2%;
}

.flex-box.houjin-flex > .col ul{
    list-style: none;
    margin: 0;
}

.flex-box.houjin-flex > .col ul li{
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 4px;
    padding: 0 0 0 18px;
    background: url(../images/icon/dia.svg) left 1px no-repeat;
    background-size: 14px 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.flex-box.company-flex ul{
    width: 100%;
    list-style: none;
    margin: 0;
}

.flex-box.company-flex ul li{
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 4px;
    padding: 0 0 0 18px;
    background: url(../images/icon/dia.svg) left 1px no-repeat;
    background-size: 14px 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}


.flex-box.media-flex ul{
    width: 100%;
    list-style: none;
    margin: 0;
}

.flex-box.media-flex ul li{
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 40px;
    padding: 0 0 0 18px;
    background: url(../images/icon/dia.svg) left 1px no-repeat;
    background-size: 14px 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}


.section_wrap-wide.seminar-conts{
    background-image:  url(../images/seminar_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

.section_wrap-wide.seminar-conts .keni-section{
    background-image: url(../images/shikon2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50px;
}

.sec-title.sec-title9{
    max-width: 285px;
    margin: 0 auto 35px;
}

.seminar-feature{
    border: 2px solid #fff;
    padding: 15px;
    margin: 70px 0 0;
}

.seminar-feature h3{
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
    background: #fff;
    max-width: 220px;
    margin: -50px auto 15px;
}

.seminar-feature p{
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

.sec-title10{
    max-width: 304px;
}

.text-conts h3.price-title{
    margin-top: 50px;
}

.sec-title.sec-title11{
    max-width: 251px;
    margin: 0 auto 35px;
}

.tokuten-box{
    background: #fff;
    border: 3px solid #ae0e16;
    padding: 15px;
    max-width: 500px;
    margin: 50px auto 0;
}

.tokuten-box h3{
    max-width: 344px;
    margin: -39px auto 20px;
    line-height: 1;
}

.tokuten-box h4{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 15px;
}

.tokuten-box h4 .tokuten-name-l{
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0;
}

.tokuten-box h4 .tokuten-name-s{
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
}

.tokuten-img{
    float: right;
    width: 43.8%;
    max-width: 150px;
    margin: 0 0 10px 10px;
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.4));
}

h2.tsuishin-title{
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
}

h3.tsuishin-catch{
    font-size: 2.2rem;
    font-weight: 700;
    color: #ae0e16;
    text-align: center;
    margin: 0 0 30px;
}

.text-conts .syomei-katagaki{
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
    margin: 0 0 5px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.text-conts .syomei-name{
    text-align: right;
    margin: 0;
}

.text-conts .syomei-name img{
    width: 100%;
    max-width: 158px;
}

.sec-title12{
    max-width: 339px;
}

.moushikomi-form{
    max-width: 1000px;
    margin: 0 auto;
}

iframe.autoresize{
    width: 100%;
}

.moushikomi-btn2{
    max-width: 350px;
    margin: 50px auto 0;
}

.moushikomi-btn2 a{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 15px 10px;
    margin: 0;
    background: linear-gradient(0deg, #f6ab00 0%, #fff100 100%);
    border-radius: 8px;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.moushikomi-btn2 a:hover,
.moushikomi-btn2 a:active,
.moushikomi-btn2 a:focus{
    filter: brightness(1.1);
}

.sec-title.sec-title13{
    max-width: 251px;
    margin: 0 auto 35px;
}

.keni-footer_outer{
	padding: 0;
}

.keni-footer_inner{
    padding: 25px 15px 0;
}

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

.footer-menu li{
    list-style: none;
    font-size: 1.4rem;
    margin: 0 auto 8px;
    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.4rem;
    color: #fff;
}















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



@media (min-width : 480px){
    
    .sec-title1{
        max-width: 452px;
    }
    
    h2.voice-title{
        max-width: 544px;
    }
    
    .sec-title.sec-title2{
        max-width: 359px;
    }
    
    .sec-title.sec-title3{
        max-width: 470px;
    }
    
    .sec-title.sec-title4{
        max-width: 362px;
    }
    
    .sec-title.sec-title5{
        max-width: 485px;
    }
    
    .sec-title.sec-title6{
        max-width: 358px;
    }
    
    .sec-title.sec-title7{
        max-width: 437px;
    }
    
    .sec-title.sec-title8{
        max-width: 423px;
    }
    
    .sec-title.sec-title9{
        max-width: 407px;
    }
    
    .sec-title10{
        max-width: 434px;
    }
    
    .sec-title.sec-title11{
        max-width: 358px;
    }
    
    .sec-title12{
        max-width: 485px;
    }

    .sec-title.sec-title13{
        max-width: 360px;
    }
    

}/*横幅480px以上*/



@media (min-width : 768px){

	.keni-main .keni-section_wrap{
		padding: 100px 40px;
	}
	
	.keni-main .keni-section_wrap.widget{
		padding: 20px;
	}
	
	.keni-main .section_wrap-wide,
	.keni-main .keni-section_wrap_style02{
		padding: 100px 0;
	}

	.keni-main .keni-section h1{
		margin: 40px -40px 30px;
		padding: 30px 40px 0;
		font-size: 2.4rem;
	}

	.keni-section_outer{
		margin-bottom: 40px;
	}

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

	.keni-section h1:first-child{
		margin: -30px -40px 30px;
	}

	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-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-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{
		width: 100%;
		max-width: none;
	}

	.col1 .keni-section_wrap,
	.col1 .section_wrap-wide,
	.col1 .section_wrap-wide .keni-section{
		margin-right: auto;
		margin-left: auto;
	}
	
	.col1 .keni-section_wrap{
		max-width: 1080px;
	}
	
	.col1 .section_wrap-wide{
		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-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-header_col1 .keni-header_cont{
		margin-right: 0;
	}
	

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

	.table-list thead{
		display: table-header-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-footer-panel_wrap{
		display: none;
	}


    .pc{
        display: block;
    }  
    
    .sp{
        display: none;
    }
    
    .top-box{
        padding: 10px 40px;
    }
    
    .logo{
        max-width: 200px;
    }

    .keni-header{
        background: url(../images/mv_m.jpg) center no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        margin: 0 auto;
        text-align: center;
        padding-bottom: calc(100%*700/1080);
    }
    
    .sub-catch{
        top: 6%;
        width: 68.7%;
        max-width: 742px;
    }
    
    .main-catch{
        bottom: 39%;
        width: 86.5%;
        max-width: 934px;
    }
    
    .shikon{
        width: 66.9%;
        max-width: 722px;
    }
    
    .section_wrap-wide.btn-conts{
        background: url(../images/btn_back_pc.jpg) center no-repeat;
        background-size: cover;
        padding: 50px 0;
    }
    
    .btn-catch{
        width: 100%;
        max-width: 694px;
        margin: 0 auto 25px;
    }
    
    .moushikomi-btn{
        max-width: 680px;
    }
    
    .section_wrap-wide.main-sec{
        padding-top: 60px;
    }
    
    h2.sec-title{
        margin: 0 auto 40px;
    }
    
    .sec-title1{
        max-width: 754px;
    }
    
    .voice-conts{
        padding: 0;
        border-bottom: none;
        margin: 0 0 40px;
    }
    
    .voice-conts:last-child{
        margin-bottom: 0;
    }
    
    .voice-img{
        float: left;
        width: 28%;
        max-width: 280px;
        margin: 0 4% 0 0;
    }
    
    .voice-text{
        float: right;
        width: 68%;
        max-width: 680px;
        margin: 0;
    }
    
    .voice-conts h3{
        font-size: 3.0rem;
        margin: 0 0 6px;
    }
    
    .voice-text p{
        font-size: 1.6rem;
    }
    
    .voice-text .voice-name{
        font-size: 2.0rem;
        margin: 0 0 30px;
    }
    
    h2.voice-title{
        max-width: 906px;
        margin: 120px auto 40px;
    }
    
    .voice-conts2{
        margin: 0 0 -1%;
    }
    
    .voice-conts2:last-of-type{
        margin-bottom: -20px;
    }
    
    .voice-conts2.voice6{
        float: left;
        width: 100%;
        max-width: 766px;
    }
    
    .voice-conts2.voice7{
        float: right;
        width: 87.3%;
        max-width: 669px;
    }
    
    .voice-conts2.voice8{
        float: left;
        width: 76.8%;
        max-width: 588px;
    }
    
    .voice-conts2.voice9{
        float: right;
        width: 97.5%;
        max-width: 747px;
    }
    
    .denjyu-conts{
        background-color: #000;
        background-image: url(../images/sec2_back_pc.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .sec-title.sec-title2{
        max-width: 969px;
        margin: 0 auto 40px;
    }
    
    .denjyu-conts p{
        font-size: 2.0rem;
        line-height: 1.8;
        text-align: center;
    }    
    
    .profile-box{
        display: table;
        border: 4px solid #fff;
        padding: 0;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 60px;
    }
    
    .denjyu-conts .profile-text{
        display: table-cell;
        vertical-align: middle;
        padding: 30px;
    }
    
    .denjyu-conts .profile-text p{
        font-size: 1.6rem;
        text-align: left;
    }
    
    .denjyu-conts .profile-text .katagaki{
        font-size: 2.0rem;
        text-align: left;
        margin: 0 0 10px;
    }
    
    .denjyu-conts .profile-text .profile-name{
        font-size: 4.0rem;
        text-align: left;
        margin: 0 0 25px;
    }
    
    .denjyu-conts .profile-text .profile-name span{
        font-size: 2.0rem;
        margin-left: 20px;
    }
    
    .denjyu-conts .profile-img.pc{
        display: table-cell;
        vertical-align: middle;
        width: 35%;
        background: url(../images/ushiki_pc.jpg) center top no-repeat;
        background-size: cover;
    }
    
    .denjyu-conts h3{
        font-size: 3.6rem;
        margin: 50px 0;
    }
    
    .ng-box{
        padding: 40px;
        max-width: 1000px;
        margin: 60px auto 0;
        position: relative;
    }
    
    .ng-box ul{
        width: 72.8%;
        max-width: 670px;
        margin: 0;
    }
    
    .ng-box ul li{
        font-size: 2.4rem;
        margin-bottom: 12px;
        padding: 0 0 0 35px;
        background-position: left 1px;
        background-size: 28px 28px;
    }
    
    .ng-box ul li:last-child{
        margin-bottom: 0;
    }
    
    .ng-img{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 29.3%;
        max-width: 270px;
        margin: auto;
    }
    
    .sec-title.sec-title3{
        max-width: 784px;
        margin: 0 auto 60px;
    }
    
    .text-conts p{
        font-size: 2.0rem;
        line-height: 1.8;
        margin-bottom: 1.9em;
    }
    
    .img-photo{
        margin: 60px auto;
    }
    
    .sec-title.sec-title4{
        max-width: 925px;
        margin: 80px auto 40px;
    }
    
    .flex-box.eigyoryoku-flex{
        max-width: 1000px;
        margin: 0 auto 60px;
    }
    
    .flex-box.eigyoryoku-flex > .col,
    .flex-box.eigyoryoku-flex > .col:last-child{
        width: 23.6%;
        margin: 0;
    }
    
    .text-conts h3{
        font-size: 4.0rem;
        margin: 80px 0 50px;
    }
    
    .kyoutyou1{
        font-size: 2.6rem;
    }
    
    .client-box{
        padding: 25px;
        max-width: 700px;
        margin: 60px auto 0;
    }
    
    .client-box h4{
        font-size: 3.0rem;
        margin: 0 0 20px;
    }
    
    .client-box ul{
        max-width: 570px;
        margin: 0 auto;
    }
    
    .client-box ul li{
        font-size: 2.0rem;
        margin-bottom: 6px;
        padding: 0 0 0 25px;
        background-position: left 2px;
        background-size: 20px 20px;
    }
    
    .sec-title.sec-title5{
        max-width: 808px;
        margin: 80px auto 40px;
    }
    
    .eichi-conts{
        background-color: #000;
        background-image: url(../images/eichi_back_pc.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .sec-title.sec-title6{
        max-width: 889px;
        margin: 0 auto 60px;
    }
    
    .flex-box.eichi-flex{
        border-bottom: 2px solid #fff;
    }
    
    .eichi-text{
        width: 84%;
        margin: 0;
    }
    
    .eichi-text p{
        font-size: 3.4rem;
        padding-left: 15px;
    }
    
    .eichi-text .eichi-num{
        width: 84px;
    }
    
    .eichi-img{
        width: 12%;
        max-width: 120px;
        margin: 0;
    }
    
    .section_wrap-wide.feature-conts{
        background-color: #00125e;
        background-image: url(../images/feature_back_pc.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0 0;
    }
    
    .section_wrap-wide.feature-conts .keni-section{
        max-width: 1920px;
        margin: 0 auto;
        padding: 0;
    }
    
    .sec-title.sec-title7{
        max-width: 758px;
        padding: 0 40px;
    }
    
    .feature-block{
        width: 100%;
        display: table;
        min-height: 450px;
    }
    
    .feature-img.pc{
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
    
    .feature-img1{
        background: url(../images/feature1_pc.jpg) center no-repeat;
        background-size: cover;
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    }
    
    .feature-img2{
        background: url(../images/feature2_pc.jpg) center no-repeat;
        background-size: cover;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    }
    
    .feature-img3{
        background: url(../images/feature3_pc.jpg) center no-repeat;
        background-size: cover;
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    }
    
    .feature-text{
        display: table-cell;
        vertical-align: middle;
        padding: 2.77vw 3.70vw;
    }
    
    .feature-text h3{
        font-size: 2.77vw;
        text-align: left;
        margin: 0 0 2.77vw;
    }
    
    .feature-text p{
        font-size: 1.8rem;
    }
    
    .sec-title.sec-title8{
        max-width: 705px;
        margin: 0 auto 60px;
    }
    
    .text-conts h3.media-title{
        font-size: 3.4rem;
        margin: 80px 0 10px;
    }
    
    .text-conts h3.jisseki-title{
        font-size: 3.4rem;
        margin: 50px 0 25px;
    }
    
    .jisseki-box{
        padding: 30px;
        max-width: 1000px;
    }
    
    .jisseki-box h4{
        font-size: 2.6rem;
        margin: 40px 0 20px;
    }
    
    .flex-box.houjin-flex > .col{
        width: 48.5%;
        display: table;
    }
    
    .flex-box.houjin-flex > .col ul{
        display: table-cell;
        vertical-align: top;
        width: 47.1%;
    }
    
    .flex-box.houjin-flex > .col ul:last-of-type{
        padding-left: 4.8%;
    }
    
    .flex-box.houjin-flex > .col ul li{
        font-size: 1.8rem;
        margin-bottom: 5px;
        padding: 0 0 0 20px;
        background-position: left 2px;
        background-size: 16px 16px;
    }
    
    .flex-box.houjin-flex > .col ul li:last-child{
        margin-bottom: 0;
    }
    
    .flex-box.company-flex ul{
        width: 31.4%;
    }
    
    .flex-box.company-flex ul li{
        font-size: 1.8rem;
        margin-bottom: 5px;
        padding: 0 0 0 20px;
        background-position: left 2px;
        background-size: 16px 16px;
    }
    
    .flex-box.company-flex ul li:last-child{
        margin-bottom: 0;
    }
    
    .flex-box.media-flex ul{
        width: 31.4%;
    }
    
    .flex-box.media-flex ul li{
        font-size: 1.8rem;
        margin-bottom: 5px;
        padding: 0 0 0 20px;
        background-position: left 2px;
        background-size: 16px 16px;
    }
    
    .flex-box.media-flex ul li:last-child{
        margin-bottom: 0;
    }
    
    .section_wrap-wide.seminar-conts{
        padding-top: 0;
    }
    
    .section_wrap-wide.seminar-conts .keni-section{
        padding-top: 100px;
    }
    
    .sec-title.sec-title9{
        max-width: 679px;
        margin: 0 auto 80px;
    }
    
    .seminar-feature{
        border: 4px solid #fff;
        padding: 25px;
        margin: 120px 0 0;
    }
    
    .seminar-feature h3{
        font-size: 3.8rem;
        padding: 8px 10px 4px;
        max-width: 680px;
        margin: -58px auto 25px;
    }
    
    .seminar-feature p{
        font-size: 2.0rem;
        line-height: 1.8;
    }
    
    .sec-title10{
        max-width: 723px;
    }
    
    .text-conts h3.price-title{
        margin: 80px 0 50px;
    }
    
    .sec-title.sec-title11{
        max-width: 945px;
        margin: 0 auto 40px;
    }
    
    .tokuten-box{
        border: 4px solid #ae0e16;
        padding: 40px;
        max-width: 1000px;
        margin: 120px auto 0;
    }
    
    .tokuten-box h3{
        max-width: 614px;
        margin: -83px auto 40px;
    }
    
    .tokuten-box h4{
        font-size: 2.6rem;
        text-align: left;
        margin: 0 0 25px;
    }
    
    .tokuten-box h4 .tokuten-name-l{
        font-size: 4.4rem;
        margin: 0;
    }
    
    .tokuten-box h4 .tokuten-name-s{
        display: inline-block;
        font-size: 2.0rem;
        margin: 0;
    }
    
    .tokuten-img{
        width: 30.7%;
        max-width: 280px;
        margin: 0 0 0 4.4%;
    }
    
    .text-conts .tokuten-box p{
        font-size: 1.8rem;
        line-height: 1.6;
        margin: 0;
    }
    
    h2.tsuishin-title{
        font-size: 6.0rem;
        margin: 0 0 70px;
    }
    
    h3.tsuishin-catch{
        font-size: 3.6rem;
        margin: 0 0 50px;
    }
    
    .text-conts .syomei-katagaki{
        margin: 0 0 10px;
    }
    
    .text-conts .syomei-name img{
        max-width: 227px;
    }
    
    .sec-title12{
        max-width: 808px;
    }
    
    .moushikomi-btn2{
        max-width: 480px;
        margin: 80px auto 0;
    }
    
    .moushikomi-btn2 a{
        font-size: 2.4rem;
        padding: 20px;
    }
    
    .sec-title.sec-title13{
        max-width: 868px;
        margin: 0 auto 40px;
    }

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

    
    
    
    

    
     
    

}/*横幅768px以上*/



@media (min-width : 846px){
    
    .voice-conts2.voice6,
    .voice-conts2.voice7,
    .voice-conts2.voice8,
    .voice-conts2.voice9{
        width: 100%;
    }
    
}/*横幅846px以上*/



@media (min-width : 1080px){
    
    .keni-header{
        background: url(../images/mv_l.jpg) center no-repeat;
        height: 700px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }
    
    .denjyu-conts .profile-text{
        padding: 40px;
    }
    
    .denjyu-conts .profile-text .katagaki{
        font-size: 2.4rem;
        margin: 0 0 15px;
    }
    
    .denjyu-conts .profile-text .profile-name{
        font-size: 5.0rem;
        margin: 0 0 35px;
    }
    
    .denjyu-conts .profile-text .profile-name span{
        font-size: 2.4rem;
    }
    
    .feature-img1{
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    }
    
    .feature-img2{
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    }
    
    .feature-img3{
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    }
    
    .feature-text{
        padding: 40px 50px;
    }
    
    .feature-text h3{
        font-size: 3.4rem;
        margin: 0 0 30px;
    }
    
	.keni-footer-cont_wrap{
		padding: 0;
	}
	

}/*横幅1080px以上*/





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