@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: #003c83;
}



/*
# =================================================================
# 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;
	font-display: swap;
}

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: #ffe0de;
}

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 2em;
}

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


/*デスクトップとモバイルで表示を振り分け*/
.show-sp{
	display: block!important;
}

.show-sp02{
	display: inline!important;
}

.show-pc,
.show-pc02{
	display: none!important;
}


/*
# リストの基本設定
*/
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 #ff4e46;
	background-color: #ff4e46;
	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: "※スクロールできます。"
}


.link-ref,
.article-body .link-ref{
	margin-bottom: 0;
	font-size: 1.4rem;
	text-align: right;
}


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

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


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

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


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

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

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

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

.col1 .keni-mv_wide .keni-mv_outer,
.col2 .keni-mv_wide .keni-mv_outer,
.col2r .keni-mv_wide .keni-mv_outer{
	max-width: none;
}

.keni-mv_wide .keni-mv{
	width: 100%;
	height: auto;
}

.keni-mv_outer > img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.keni-mv_bg .keni-mv_outer{
	padding: 15px;
	background-position: center center;
	background-size: cover;
}

.keni-lp .keni-mv_bg .keni-mv_outer{
	padding: 0;
}

.recruit-section_wrap{
	margin: 0;
	padding: 60px 15px;
	background: #fff;
}

.keni-section_wrap{
	margin: 0;
	padding: 60px 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: 60px 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_wrap{
	padding-top: 4px;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#ff4e46 25%, #ff4e46 50%,
		#fff 50%, #fff 75%,
		#ff4e46 75%, #ff4e46
	);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-color: #fff; /*ヘッダーの背景色*/
}

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

.keni-header_cont{
	padding: 10px;
	font-size: 1.4rem;
}

.keni-header_cont .header-mail{
	display: block;
	margin: -10px;
	background: #f7f7f7;
}

.keni-header_cont .header-mail .btn_header{
	display: inline-block;
	padding: 15px;
	color: #e3504c;
	text-decoration: none;
}

.keni-header_cont .header-mail span{
	vertical-align: middle;
}

.keni-header .keni-header_cont{
	margin-top: 0;
}


/*サイトのロゴ*/
.site-title{
	margin: 0;
	padding: 8px 10px;
	font-size: 2.3rem;
	font-weight: bold;
	font-feature-settings: 'palt';
}

.site-title > a{
	color: #000;
	text-decoration: none;
}

.site-title > a span{
	color: #e3504c;
}


/*モバイル時、右のカラムがロゴの下に*/
.keni-header_col1 .site-title,
.keni-header_col1 .keni-header_cont{
	float: none;
}


/*モバイル時、右のカラムがロゴの横に*/
.keni-header_col2 .site-title{
	float: left;
	max-width: 65%;
}

.keni-header_col2 .keni-header_cont{
	float: right;
	max-width: 35%;
}

.keni-header_col1 .keni-header_cont{
	margin-right: -50px;
}

.no-gn .keni-header_col1 .keni-header_cont{
	margin-right: 0;
}

.keni-header_col1 .keni-header_cont p{
	margin-bottom: 0;
}


/*
# グローバルメニュー
*/

.keni-gnav_wrap{
	background-color: #fff; /*グローバルメニューの背景色*/
}

.keni-gnav_inner{
	display: none;
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 200;
	width: 250px;
	overflow-y: auto;
}

.keni-gnav_cont{
	margin: 0;
	background: #fff;
}

.keni-gnav_cont ul{
	display: none;
	margin: 0;
	border-top: 1px solid #e8e8e8;
}

.keni-gnav_cont .icon_home::before{
	font-size: 16px;
}

.keni-gnav_inner li{
	position: relative;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.4rem;
}

.keni-gnav_inner li:last-child{
	border-bottom: 0;
}

.keni-gnav_inner li a{
	display: block;
	padding: 15px;
	color: #000;
	text-decoration: none;
}

.keni-gnav_inner li a span{
	font-size: inherit;
}

.keni-gnav_inner li li{
	background-color: #f7f7f7;
}

.keni-gnav_inner li li li a{
	padding-left: 25px;
}

.keni-gnav_inner li li li li a{
	padding-left: 35px;
}

.keni-gnav_btn{
	position: fixed;
	top: 10px;
	right: 15px;
	z-index: 100;
	width: 40px;
	height: 40px;
	margin: 0;
	color: #003c83;
	font-size: 1.1rem;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
}

.keni-gnav_wrap_bottom .keni-gnav_btn{
	top: auto;
	bottom: 0;
	z-index: 100;
}

.keni-gnav_btn_icon-open{
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background-color: #003c83;
}

.keni-gnav_btn_icon-open::before,
.keni-gnav_btn_icon-open::after{
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #003c83;
	content: "";
}

.keni-gnav_btn_icon-open::before{
	margin-top: -8px;
}

.keni-gnav_btn_icon-open::after{
	margin-top: 6px;
}

.keni-gnav_btn_icon-close{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2rem;
}

.keni-gnav_btn_icon-close::before{
	position: absolute;
	width: 50px;
	text-align: center;
	content: "X";
}

.keni-gnav-child_btn{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 51px;
	line-height: 51px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	cursor: pointer;
}

.keni-gnav-child_btn::before{
	display: block;
}

.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{
	line-height: 50px;
	font-size: 12px;
	color: #505050;
}


.keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before{
	content: "\e903";
}

.keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before{
	content: "\e906";
}

.keni-gnav .keni-gnav-child_btn_icon-open > a,
.keni-gnav .keni-gnav-child_btn_icon-close > a{
	padding-right: 50px;
}

.keni-gnav-child_btn_icon-open > ul{
	display: none;
}

.keni-gnav-child_btn_icon-close > ul{
	display: block;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn{
	0%{opacity: 0}
	100%{opacity: 1}
}

@-webkit-keyframes fadeIn{
	0%{opacity: 0}
	100%{opacity: 1}
}

#click-space{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	background: rgba(0, 0, 0, 0.3);
}


/*メインビジュアル用キャッチコピー*/
.keni-mv_outer{
	position: relative;
}

.keni-lp .keni-mv_outer{
	background-position: center top;
	background-size: cover;
}


/*
# メインコンテンツの文字サイズや行間の設定
*/
.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{
    color: #000;
	font-size: 2.8rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

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 h2:first-child,
.keni-section h3:first-child,
.keni-section h4:first-child,
.keni-section h5:first-child,
.keni-section h6:first-child{
	margin-top: 0;
}


/*見出しのリンク色*/
.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: #e3504c;
}

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

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


/*見出しタグの装飾をリセット*/
.title_no-style,
.keni-section .title_no-style{
	line-height: 1.0;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 100%;
}

.title_no-style::before,
.keni-section .title_no-style::before,
.title_no-style::after,
.keni-section .title_no-style::after{
	position: static;
	width: auto;
	height: auto;
	content: none;
}


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

.btn span{
	vertical-align: top;
}

.dir-arw_r .icon_arrow_s_right{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.dir-arw_l .icon_arrow_s_left{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

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


/*灰色*/
.btn_gray{
	background: #666;
	color: #fff;
}


/*青緑*/
.btn_bluegreen{
	background: #07cbd2;
	color: #fff;
}


/*橙*/
.btn_orange{
	background: #e69400;
	color: #fff;
}

.btn_gray:hover,
.btn_gray:active,
.btn_gray:focus,
.btn_bluegreen:hover,
.btn_bluegreen:active,
.btn_bluegreen:focus,
.btn_orange:hover,
.btn_orange:active,
.btn_orange:focus{
	color: #fff;
}

.btn_style01{
	background: linear-gradient(0deg, #003c83 0%, #005ca2 100%);
	color: #fff;
	font-weight: 500;
}

.btn_style02{
	background-color: #003c83;
	color: #fff;
	font-weight: 500;
    border-radius: 4px;
    padding: 0.75em 1.5em;
}

.btn_style03{
    font-size: 1.4rem;
	background-color: #fff;
	color: #003c83;
    font-weight: 500;
    padding: 0.5em 1.25em;
}

.btn_style03:hover,
.btn_style03:active,
.btn_style03:focus{
    color: #003c83;
    filter: brightness(1);
	opacity: 0.85;
}

.btn_style04{
	width: 70%;
    font-size: 2.4rem;
	background-color: #FFA500;
	color: #fff;
	font-weight: 500;
    border-radius: 2em;
    padding: 1em 1.5em;
}


.btn-detail{
	margin: 15px 0;
	text-align: center;
}

.btn-detail .btn{
	width: 100%;
}

.keni-header_cont .btn,
.keni-footer-panel .btn{
	margin-bottom: 0;
	padding: .5em;
}

.btn-area .btn-area_r,
.btn-area .btn-area_l{
	max-width: 49%;
}

.btn-area .btn-area_r{
	float: right;
}

.btn-area .btn-area_l{
	float: left;
}

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


/*
# 装飾リスト
*/

/*リスト デザイン01*/
.list_style01{
	font-weight: bold;
	font-size: 1.8rem;
}

.list-conts{
	font-weight: normal;
	font-size: 1.6rem;
}


/*リスト デザイン02*/
.list_style02,
.list_style02 ol{
	counter-reset: num;
}

.list_style02{
	margin-left: 22px;
}

.list_style02 li{
	position: relative;
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 10px;
}

.list_style02 li::before{
	position: absolute;
	top: 5px;
	left: -7px;
	width: 22px;
	height: 22px;
	margin-right: 1em;
	margin-left: -1em;
	border-radius: 1em;
	background: #ff4e46;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
	counter-increment: num;
	content: counter(num);
}


/*チェックリスト*/
.check-list{
	margin-left: 28px;
}

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

.check-list li{
	position: relative;
	margin-bottom: 1em;
}

.check-list li::before{
	position: absolute;
	top: 5px;
	left: -23px;
	display: inline-block;
	font-size: 18px;
	content: "\e911";
	color: #eb3b54;
}


/*記述リスト 横並び*/
.dl_style01 dt,
.dl_style01 dd{
	padding: 10px 0;
}

.dl_style01 dt{
	display: block;
	float: left;
	width: 30%;
	padding-right: 10px;
	font-weight: bold;
}

.dl_style01 dd{
	padding-left: 30%;
	border-bottom: 1px dotted #aaa;
}


/*記述リスト 縦並び*/
.dl_style02{
	margin: 50px 0;
}

.dl_style02 dt,
.dl_style02 dd{
	padding: 10px;
}

.dl_style02 dt{
	display: block;
	background: #ff4e46;
	color: #fff;
	font-weight: bold;
}

.dl_style02 dd{
	background: #fde7e7;
}


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


/* フッターコンテンツ */
.keni-footer-cont_wrap{
	overflow: hidden;
}

.keni-footer-cont{
	margin-left: 0;
	width: auto;
}


/*
# フッターパネル
*/
.keni-footer-panel_wrap{
	z-index: 80;
	width: 100%;
	background: rgba(0,60,131,0.9);
}

.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 #3071b9;
}

.keni-footer-panel li{
	display: table-cell;
	border-right: 1px solid #3071b9;
	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;
	border-top: 1px solid #eee;
}


/*
# 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-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;
}


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

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

.keni-header_wrap{
	padding-top: 0;
	background: none;
}

.keni-header{
    border-top: 4px solid #003c83;
    background: rgba(255,255,255,0.9);
}

.keni-header_inner{
    padding: 15px;
}

.site-title{
	margin: 0;
	padding: 0;
    width: 100%;
    max-width: 200px;
    line-height: 1;
}

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

.catch_main{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    width: 90.3%;
    max-width: 578px;
}

h2.onayami-title{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: #003c83;
    text-align: center;
    margin: 0 0 20px;
}

.flex-box.onayami-flex > .col{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: 15px;
    background: #00a4c5;
    border-radius: 6px;
    margin: 0 0 15px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.yajirushi{
    max-width: 112px;
    margin: 0 auto 20px;
}

.onayami-catch{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: #003c83;
    text-align: center;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.movie{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-top: 56%;
    margin: 40px auto 0;
}

.movie iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.gray-back{
    background: #f5f3f2;
}

.blue-back{
    background: #dfeaf8;
}

.section_wrap-wide.service-conts{
    padding-bottom: 0;
}

h2.sec-title{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 45px;
}

h2.sec-title span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #003c83;
    margin-top: 3px;
}

h2.sec-title span.recruit{
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    color: #FF6E00;
    margin-bottom: 5px;
}


h3.sub-title{
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    color: #003c83;
    text-align: center;
    margin: 0 0 15px;
}

.main-sec p,
.feature-conts p{
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0;
}

.flex-box.service-flex{
    max-width: 425px;
    margin: 25px auto 40px;
}

.flex-box.service-flex > .col{
    width: 47.1%;
    max-width: 200px;
    margin: 0 0 5.8%;
}

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

.service-icon{
    background: #fff;
    border-radius: 50%;
    padding: 21%;
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.2));
    text-align: center;
    margin: 0 0 10px;
}

.main-sec .flex-box.service-flex > .col p{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.service-box{
    max-width: 500px;
    background: #d3e6f6;
    padding: 20px 15px 10px;
    margin: 0 auto 50px;
}

.service-box h4{
    font-size: 1.8rem;
    font-weight: 700;
    color: #003c83;
    text-align: center;
    margin: 0 0 15px;
}

.flex-box.service-ex-flex > ul{
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    list-style: none;
}

.flex-box.service-ex-flex > ul li{
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 0 0 0 18px;
    background: url(../images/icon/circle.svg) left 3px no-repeat;
    background-size: 14px 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.main-sec .service-catch{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: #003c83;
    text-align: center;
    margin: 0 0 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

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

.section_wrap-wide.feature-conts,
.section_wrap-wide.feature-conts .keni-section{
    padding: 0;
    background: #fff;
}

h2.feature-title{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    background: #003c83;
    padding: 10px 15px;
    text-align: center;
    margin: 0;
}

h2.feature-title .num{
    font-size: 4.4rem;
}

.feature-conts-in{
    padding: 40px 15px;
}

.recruit-conts-in{
    padding: 40px 15px 0;
}


.flex-box.feature-flex{
    border-top: 1px solid #c9caca;
}

.feature-text{
    width: 100%;
    padding: 50px 15px 15px;
}

.feature-text p{
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.feature-text .feature-num{
    max-width: 60px;
    margin: 0 auto 15px;
}

.feature-text h4{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 15px;
}

.efforts-conts{
    background: url(../images/efforts_back_sp.jpg) center no-repeat;
    background-size: cover;
}

.flex-box.efforts-flex > .col{
    width: 100%;
    background: rgba(255,255,255,0.9);
    margin: 0 auto 35px;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
}

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

.efforts-img{
    text-align: center;
    margin: 0;
}

.efforts-text{
    padding: 15px;
}

.efforts-text h3{
    font-size: 1.8rem;
    font-weight: 500;
    color: #003c83;
    text-align: center;
    margin: 0 0 10px;
}

.voice-conts h3.sub-title{
    margin-bottom: 60px;
}

.flex-box.voice-flex{
    margin: 0 0 65px;
}

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

.voice-img-conts{
    width: 100%;
    max-width: 180px;
    margin: 0 auto 20px;
    position: relative;
}

.voice-num{
    position: absolute;
    left: -15px;
    top: -15px;
    width: 56px;
    margin: auto;
}

.voice-text{
    width: 100%;
}

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

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

.voice-text h4{
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    color: #003c83;
    text-align: center;
    margin: 0 0 15px;
}

.qa-list{
    width: 100%;
    margin: 0;
}

.qa-list dt{
	display: block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    margin: 0 0 10px;
	padding: 0 0 0 50px;
    background: url(../images/icon/question.svg) left 4px no-repeat;
    background-size: 40px 40px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    min-height: 40px;
}

.qa-list dd{
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 0 40px;
	padding: 0 0 0 50px;
    background: url(../images/icon/answer.svg) left 3px no-repeat;
    background-size: 40px 40px; 
}

.qa-list:last-of-type dd:last-child{
    margin-bottom: 0;
}

.recruit-table{
    border-top: 1px solid #003c83;
}

.recruit-table th,
.recruit-table td{
    font-size: 1.5rem;
    color: #000;
    line-height: 1.6;
    border: 1px solid #003c83;
    border-top: none;
}

.recruit-table th{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    background: #003c83;
}

.recruit-table td{
    background: #fff;
}

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

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

.company-table tr{
    border-bottom: 1px solid #c9caca;
}

.company-table th,
.company-table td{
    font-size: 1.5rem;
    color: #000;
	box-sizing: border-box;
    border: none;
    line-height: 1.6;
}

.company-table th{
    padding: 1.25em 0 0.5em;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
	text-align: left;
    background: none;
}

.company-table td{
    padding: 0 0 1em;
}

.company-table td a{
    text-decoration: none;
    color: #000;
}

.company-table td .slash{
    display: none;
}

.company-map{
    width: 100%;
    height: 200px;
    margin: 0;
}

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

h2.philosophy-title{
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 0 25px;
}

.flex-box.philosophy-flex > .col{
    width: 100%;
    max-width: 240px;
    margin: 0 auto 15px;
}

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

.greeting-img{
    width: 100%;
    max-width: 220px;
    margin: 0 auto 30px;
}

.greeting-text h3{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #003c83;
    text-align: center;
    margin: 0 0 25px;
}

.greeting-text p{
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 0 25px;
}

.greeting-text .greeting-name{
    text-align: right;
    line-height: 1.5;
    margin: 0;
}

.greeting-text .greeting-name span{
    font-size: 1.8rem;
    font-weight: 500;
}

.section_wrap-wide.contact-conts{
    padding-bottom: 0;
}

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

.contact-conts-in{
    padding: 0 15px 50px;
}

.contact-form{
    width: 100%;
    margin: 0 auto;
}

.privacy-text{
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 0;
}

.privacy_policy {
	overflow-x: hidden;
	overflow-y: scroll;
    margin: 15px auto 25px;
	padding: 15px;
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
}

.privacy_policy h3{
    font-size: 1.6rem;
    margin: 0 0 15px;
}

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

.privacy_detail{
    margin-top: 20px;
}

.privacy_detail h4{
    font-size: 1.6rem;
    text-align: left;
    margin: 0 0 10px;
}

.privacy_policy .privacy_detail p{
    margin-bottom: 0.75em;
}

.privacy_policy .privacy_detail p:last-child{
    margin-bottom: 0;
}

.privacy_policy .privacy_detail p a{
    text-decoration: none;
    color: #000;
}

form#mailformpro dl dd ul li,form#mailformpro dl dd .privacy_detail ol li {
    font-size: 1.4rem;
    line-height: 1.4;
	margin: 0 0 5px 15px;
	list-style: decimal;
}

form#mailformpro dl dd ul li,form#mailformpro dl dd .privacy_detail ol li ol{
    margin-top: 10px;
    margin-bottom: 10px;
}

form#mailformpro dl dd .agree{
    font-size: 1.8rem;
    font-weight: 500;
}

.keni-footer_outer{
	padding: 0;
}

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

.footer-menu{
    width: 100%;
    list-style: none;
    margin: 0 0 30px;
    text-align: center;
    list-style: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.footer-menu li{
    font-size: 1.4rem;
    margin: 0 auto 10px;
    padding: 0;
    line-height: 1.3;
}

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

.flex-box.footer-flex{
    margin: 0 0 10px;
}

.footer-left{
    width: 100%;
}

.footer-left p{
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.footer-left .footer-name{
    line-height: 1;
    max-width: 200px;
    margin: 0 auto 8px;
}

.footer-right{
    display: table;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
}

.footer-tel{
    display: table-cell;
    vertical-align: middle;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.footer-tel .icon_tel{
    font-size: 1.6rem;
    margin-right: 2px;
}

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

.footer-contact-btn{
    display: table-cell;
    vertical-align: middle;
}

.keni-copyright_wrap{
	border-top: none;
}

.keni-copyright{
    text-align: center;
}

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

.adjust-conts{
    padding-top: 60px;
    margin-top: -60px;
}

.thanks .keni-header{
    border-bottom: 1px solid #ccc;
}

.thanks .site-title{
	margin: 0 auto;
}

.thanks h1.send-title{
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 25px;
}

.thanks-conts p{
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 0 30px;
}

.thanks-btn{
    text-align: center;
}











@media (min-width : 480px){
    
    .flex-box.philosophy-flex{
        max-width: 630px;
        margin: 0 auto;
    }
    
    .flex-box.philosophy-flex > .col{
        width: 47.6%;
        max-width: 300px;
        margin: 0;
    }
    
    .flex-box.philosophy-flex > .col:first-child{
        margin: 0 26.2% -2.8%;
    }


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

	.sns-btn_wrap{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}


}/*横幅480px以上*/


@media (min-width : 768px){

	/*デスクトップとモバイルで表示を振り分け*/
	.show-sp,
	.show-sp02{
		display: none!important;
	}

	.show-pc{
		display: block!important;
	}

	.show-pc02{
		display: inline!important;
	}

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

	.keni-main .keni-section h1{
		font-size: 2.4rem;
	}

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

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

	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: 1260px;
		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 .section_wrap-wide{
		max-width: none;
	}

	.col1 .section_wrap-wide .keni-section{
		max-width: 1260px;
		padding: 0 30px;
	}
	
	/*
	# 2カラムのレイアウト
	*/
	.col2 .keni-header_outer,
	.col2 .keni-gnav_outer,
	.col2 .keni-mv_outer,
	.col2 .archive_title_wrap,
	.col2 .keni-main_outer,
	.col2 .catch-area,
	.col2 .keni-breadcrumb-list_outer,
	.col2 .keni-footer_outer,
	.col2 .keni-copyright,
	.col2 .keni-sep-conts_outer,
	.col2 .keni-footer-panel_outer{
		max-width: 1260px;
		margin-right: auto;
		margin-left: auto;
	}

	.col2r .keni-header_outer,
	.col2r .keni-gnav_outer,
	.col2r .keni-mv_outer,
	.col2r .catch-area,
	.col2r .archive_title_wrap,
	.col2r .keni-main_outer,
	.col2r .keni-breadcrumb-list_outer,
	.col2r .keni-footer_outer,
	.col2r .keni-copyright,
	.col2r .keni-sep-conts_outer,
	.col2r .keni-footer-panel_outer{
		max-width: 1260px;
		margin-right: auto;
		margin-left: auto;
	}

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

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

	/*2カラムの設定*/
	.col2 .keni-main{
		float: left;
		width: 100%;
		margin-right: -300px;
		padding-right: 300px;
	}

	.col2 .keni-sub{
		float: right;
		width: 300px; /*サイドバーの幅*/
	}

	
	/*2カラムリバースの設定*/
	.col2r .keni-main{
		float: right;
		width: 100%;
		margin-left: -320px;
		padding-left: 320px;
	}

	.col2r .keni-sub{
		float: left;
		width: 300px; /*サイドバーの幅*/
	}

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

	.fixed .keni-header_col1 .keni-header_cont{
		display: block;
	}
	
	.keni-header_cont .btn{
		margin-top: 10px;
		padding: 10px 30px;
	}

	.keni-gnav_btn{
		display: none;
	}


	/*
	# グローバルメニュー
	*/
	.keni-gnav_wrap{
		border-top: #f0f0f0;
	}
	
	.keni-gnav_inner{
		display: block!important;
		position: static;
		margin-left: auto;
		width: 100%;
		padding: 0;
		overflow-y: visible;
		border: 0;
	}
	
	.keni-gnav-child_btn{
		top: 10px;
		right: 5px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	
	.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-gnav_cont ul .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before,
	.keni-gnav_cont ul .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before{
		line-height: 20px;
	}
	
	
	.keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before{
		content: "\e903";
		color: #000;
	}

	.keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before{
		content: "\e906";
		color: #000;
	}

	.keni-gnav_cont ul .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before{
		content: "\e905";
		color: #fff;
	}
	
	.keni-gnav_cont ul .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before{
		content: "\e904";
		color: #fff;
	}
	
	.keni-gnav_inner ul{
		border-top: 0;
		letter-spacing: -.5em;
	}
	
	.keni-gnav_inner > ul{
		display: table;
	}

	.keni-gnav_inner li{
		display: table-cell;
		margin: 0;
		border-bottom: 0;
        border-left: 1px solid #d3d3d4;
		vertical-align: middle;
		letter-spacing: 0;
	}

	.keni-gnav_inner .menu-search{
		display: none;
	}

	.keni-gnav_inner li:last-child{
		border-right: 1px solid #d3d3d4;
	}

	.keni-gnav_inner li a{
		display: block;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.4;
        color: #000;
		padding: 3px 20px;
		text-decoration: none;
	}
	
	.keni-gnav_inner li a:hover,
	.keni-gnav_inner li a:active,
	.keni-gnav_inner li a:focus{
		color: #00a4c5;
	}

	.keni-gnav_inner li ul{
		position: absolute;
		z-index: 20;
		top: 100%;
		padding: 0;
		border-top: 1px solid #999;
		background: #333;
	}

	.keni-gnav_inner li ul ul{
		position: absolute;
		top: -1px;
		left: 100%;
		border-top: 1px solid #999;
		background: #fff;
	}

	.keni-gnav_inner li ul li{
		display: inline-block;
		width: 100%;
		min-width: 150px;
		border-right: 0;
		border-bottom: 1px solid #999;
	}

	.keni-gnav_inner li ul li:last-child{
		border-bottom: 1px solid #999;
	}

	.keni-gnav_inner li ul a{
		display: inline-block;
		width: 100%;
		min-height: 42px;
		border-bottom: 0;
		background: #333333;
		color: #fff;
		vertical-align: middle;
	}

	.keni-gnav_inner li ul a:hover,
	.keni-gnav_inner li ul a:active,
	.keni-gnav_inner li ul a:focus{
		border-bottom: 0;
	}

	.keni-gnav ul .keni-gnav-child_btn_icon-open > a,
	.keni-gnav ul .keni-gnav-child_btn_icon-close > a{
		padding-right: 50px;
	}
	
	.keni-gnav_inner li li li a{
		background: #565656;
	}
	
	.keni-gnav_inner li li li a,
	.keni-gnav_inner li li li li a{
		padding-left: 20px;
	}


	/*
	# フッター
	*/

	/* フッターコンテンツ */
	.keni-footer-cont{
		float: left;
	}

	.keni-footer-cont::after{
		display: block;
		clear: both;
		height: 0;
		content: '';
	}
	
	.keni-footer .keni-section_wrap{
		margin: 0;
		margin-bottom: 30px;
	}
	
	.keni-footer .keni-footer_col1 .keni-section_wrap{
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.keni-footer .keni-section_wrap:last-child{
		margin-bottom: 0;
	}

	.keni-footer-cont_wrap > .keni-footer-cont{
		width: 32%;
		margin-right: 2%;
	}
	
	.keni-footer_col1 > .keni-footer-cont{
		width: 100%;
		margin-right: 0;
	}

	.keni-footer_col2 > .keni-footer-cont{
		width: 48%;
		margin-right: 4%;
	}
	
	.keni-footer-cont_wrap > .keni-footer-cont:nth-child(3n){
		margin-right: 0;
	}

	.keni-footer_col2 > .keni-footer-cont:nth-child(2n){
		margin-right: 0;
	}

	.keni-footer-cont{
		border: 0;
	}

	.keni-footer-cont:first-child{
		margin-left: 0;
	}


	/*
	# SNSボタン
	*/
	.sns-btn_wrap{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.entry-list_item .sns-btn_wrap{
		width: 100%;
		padding: 0 0 20px;
	}
	
	.entry-list_style02 .sns-btn_wrap{
		padding-bottom: 0;
	}
	
	.sns-btn_wrap > div i,
	.sns-btn_wrap > div svg{
		display: inline-block;
		margin-bottom: 0;
		margin-right: 10px;
	}

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

	.sns-follow-box{
		display: table;
		width: 100%;
		margin: 30px 0;
		overflow: hidden;
		background: #f2f2f2;
	}
	
	.sns-follow-box_inner{
		display: table-cell;
		padding: 15px;
		border: 0;
		vertical-align: middle;
	}


	/*
	# フッターパネル
	*/
	.keni-footer-panel_wrap{
		display: none;
	}
    
        
    .col1 .keni-header_outer{
        max-width: 1920px;
    }
    
    .keni-header{
        border-top: 6px solid #003c83;
        height: 95px;
        position: fixed;
        top: 0;
        z-index: 60;
        width: 100%;
    }
    
    .keni-header_inner{
        padding: 10px 30px;
        max-width: 1260px;
        margin: 0 auto;
    }
    
    .flex-box.header-flex{
        width: 100%;
    }
        
    .site-title{
        width: 33.8%;
        max-width: 250px;
    }
        
    .keni-header_cont{
        display: table;
        margin: 0;
        padding: 0;
    }
    
    .top-tel{
        display: table-cell;
        vertical-align: middle;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.3;
        margin: 0;
        padding-right: 30px;
        font-feature-settings: "palt";
        letter-spacing: 0;
    }
    
    .top-tel .icon_tel{
        color: #003c83;
        font-size: 2.2rem;
    }
    
    .top-tel a{
        text-decoration: none;
        color: #000;
    }
    
    .contact-btn{
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-bottom: 10px;
    }
    
    .contact-btn .btn_style01{
        width: 200px;
        padding: 0.85em 2em;
    }
    
    .keni-mv_bg{
        padding-top: 95px;
    }
    
    .keni-mv_bg .keni-mv_outer{
        background: url(../images/mv_pc.jpg) center top no-repeat;
        height: 550px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }
    
    .catch_main{
        width: 100%;
        max-width: 614px;
    }
    
    .keni-gnav_inner{
        max-width: 760px;
        margin: 40px auto 20px;
    }
    
    .keni-gnav_cont{
        background: none;
    }
    
    h2.onayami-title{
        font-size: 4.0rem;
        margin: 0 0 30px;
    }
    
    .flex-box.onayami-flex > .col{
        width: 31.8%;
        font-size: 2.6rem;
        padding: 25px;
        margin: 0 0 2.3%;
        text-align: left;
    }
    
    .yajirushi{
        max-width: 160px;
        margin: 0 auto 40px;
    }
    
    .onayami-catch{
        font-size: 4.0rem;
    }
    
    .movie{
        margin: 80px auto 0;
    }
    
    .section_wrap-wide.service-conts{
        padding-bottom: 0;
    }
    
    h2.sec-title{
        font-size: 3.6rem;
        margin: 0 0 70px;
    }
    
    h2.sec-title span{
        font-size: 2.0rem;
        margin-top: 10px;
    }
    
    h3.sub-title{
        font-size: 2.8rem;
        margin: 0 0 20px;
    }
    
    .main-sec p,
    .feature-conts p{
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: center;
    }
    
    .flex-box.service-flex{
        max-width: 1200px;
        margin: 35px auto 80px;
    }
    
    .flex-box.service-flex > .col,
    .flex-box.service-flex > .col:last-child{
        width: 16.7%;
        margin: 0;
    }
    
    .service-icon{
        margin: 0 0 15px;
    }
    
    .main-sec .flex-box.service-flex > .col p{
        font-size: 2.0rem;
    }
    
    .service-box{
        max-width: 850px;
        padding: 40px 30px 30px;
        margin: 0 auto 100px;
    }
    
    .service-box h4{
        font-size: 2.4rem;
        margin: 0 0 25px;
    }
    
    .flex-box.service-ex-flex > ul{
        width: 48.1%;
        max-width: 380px;
        margin: 0;
    }
    
    .flex-box.service-ex-flex > ul li{
        font-size: 1.8rem;
        margin-bottom: 15px;
        padding: 0 0 0 20px;
    }
    
    .flex-box.service-ex-flex > ul li:last-child{
        margin-bottom: 0;
    }
    
    .main-sec .service-catch{
        font-size: 4.0rem;
        margin: 0 0 30px;
    }
    
    .service-img{
        max-width: 260px;
        margin: 30px auto 0;
    }
    
    .section_wrap-wide.feature-conts{
        padding: 0;
    }
    
    .section_wrap-wide.feature-conts .keni-section{
        max-width: 1920px;
        padding: 0;
    }
    
    h2.feature-title{
        font-size: 4.0rem;
        padding: 20px 30px;
    }
    
    h2.feature-title .num{
        font-size: 6.6rem;
    }
    
    .feature-conts-in{
        max-width: 1260px;
        margin: 0 auto;
        padding: 60px 30px;
    }

	.recruit-conts-in{
        max-width: 1260px;
        margin: 0 auto;
        padding: 60px 30px 0;
    }

    
    .flex-box.feature-flex{
        border-top: 1px solid #c9caca;
        min-height: 480px;
    }
    
    .flex-box.feature-flex:nth-of-type(n+3){
        border-top: none;
    }
    
    .feature-text{
        width: 50%;
        position: relative;
    }
    
    .feature-text-l{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        padding: 40px;
        margin: auto;
        max-width: 640px;
    }
    
    .feature-text-r{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        padding: 40px;
        margin: auto;
        max-width: 640px;
    }
    
    .feature-conts .feature-text p{
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: left;
    }
    
    .feature-conts .feature-text .feature-num{
        max-width: 88px;
        margin: 0 auto 35px;
    }
    
    .feature-text h4{
        font-size: 3.0rem;
        margin: 0 0 25px;
    }
    
    .feature-img{
        width: 50%;
    }
    
    .feature-img1{
        background: url(../images/feature01_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .feature-img2{
        background: url(../images/feature02_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .feature-img3{
        background: url(../images/feature03_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .feature-img4{
        background: url(../images/feature04_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .feature-img5{
        background: url(../images/feature05_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .efforts-conts{
        background: url(../images/efforts_back_pc.jpg) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .flex-box.efforts-flex > .col{
        width: 47.5%;
        margin: 0 0 5%;
    }
    
    .flex-box.efforts-flex > .col:nth-child(n+3){
        margin-bottom: 0;
    }
    
    .efforts-text{
        padding: 20px;
    }
    
    .efforts-text h3{
        font-size: 2.2rem;
        margin: 0 0 15px;
    }
    
    .main-sec .efforts-text p{
        line-height: 1.6;
        text-align: left;
        max-width: 420px;
        margin: 0 auto;
    }
    
    .voice-conts h3.sub-title{
        margin-bottom: 100px;
    }
    
    .flex-box.voice-flex{
        margin: 0 0 80px;
    }
    
    .voice-img-conts{
        width: 19.2%;
        max-width: 230px;
        margin: 0;
        position: relative;
    }
    
    .voice-num{
        position: absolute;
        left: -15px;
        top: -15px;
        width: 34.8%;
        max-width: 80px;
        margin: auto;
    }
    
    .voice-text{
        width: 76.7%;
    }
    
    .voice-text p{
        font-size: 1.6rem;
        line-height: 1.8;
    }
    
    .voice-text .voice-company{
        font-size: 2.0rem;
        text-align: left;
        margin: 0 0 10px;
    }
    
    .voice-text h4{
        font-size: 2.6rem;
        text-align: left;
        margin: 0 0 25px;
    }
    
    .qa-list{
        width: 46.7%;
        margin: 0;
    }
    
    .qa-list dt{
        font-size: 2.0rem;
        margin: 0 0 20px;
        padding: 0 0 0 65px;
        background-position: left 2px;
        background-size: 52px 52px;
    }
    
    .qa-list dd{
        font-size: 1.6rem;
        line-height: 1.8;
        margin: 0 0 50px;
        padding: 0 0 0 65px;
        background-position: left 2px;
        background-size: 52px 52px;
    }
    
    .qa-list dd:last-child{
        margin-bottom: 0;
    }
    
    .recruit-table{
        max-width: 800px;
        margin: 0 auto;
    }
    
    .recruit-table th,
    .recruit-table td{
        font-size: 1.6rem;
        padding: 1em;
    }
    
    .recruit-table th{
		width: 25%;
        border-bottom: 1px solid #ccc;
	}
    
    .recruit-table tr:last-of-type th{
        border-bottom: 1px solid #003c83;
    }
    
    .company-table{
		display: table;
        max-width: 800px;
        margin: 0 auto 80px;
	}

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

	.company-table th,
	.company-table td{
		display: table-cell;
        font-size: 1.6rem;
        padding: 1.5em 1em;
	}

	.company-table th{
		width: 25%;
	}
    
    .company-table td .slash{
        display: inline;
    }
    
    .company-map{
        max-width: 1000px;
        height: 400px;
        margin: 0 auto;
    }
    
    .section_wrap-wide.philosophy-conts{
        background: url(../images/philosophy_back_pc.jpg) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 80px 0;
    }
    
    h2.philosophy-title{
        font-size: 3.6rem;
        margin: 0 0 50px;
    }
    
    .flex-box.philosophy-flex{
        max-width: 1000px;
    }
    
    .flex-box.philosophy-flex > .col,
    .flex-box.philosophy-flex > .col:first-child{
        width: 30%;
        margin: 0;
    }
    
    .greeting-img{
        width: 33.3%;
        max-width: 400px;
        margin: 0;
    }
    
    .greeting-text{
        width: 60%;
    }
    
    .greeting-text h3{
        font-size: 2.6rem;
        text-align: left;
        margin: 0 0 40px;
    }
    
    .greeting-text p{
        font-size: 1.6rem;
        line-height: 1.8;
        margin: 0 0 40px;
    }
    
    .greeting-text .greeting-name span{
        font-size: 2.2rem;
    }
    
    .section_wrap-wide.contact-conts{
        padding-bottom: 0;
    }
    
    .section_wrap-wide.contact-conts .keni-section{
        padding: 0;
        max-width: 1920px;
    }
    
    .contact-conts-in{
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 30px 100px;
    }
    
    .contact-form{
        max-width: 1000px;
    }
    
    .privacy-text{
        margin: 0;
    }
    
    .privacy_policy h3{
        font-size: 1.8rem;
    }
    
    .privacy_detail h4{
        font-size: 1.8rem;
    }

    .keni-footer_inner{
        padding: 40px 40px 10px;
    }
    
    .footer-menu{
        padding-bottom: 10px;
        margin: 0 0 40px;
    }
    
    .footer-menu li{
        font-size: 1.6rem;
        display: inline-block;
        margin: 0 0 10px 40px;
    }
    
    .footer-menu li:first-child{
        margin-left: 0;
    }
    
    .flex-box.footer-flex{
        margin: 0;
    }
    
    .footer-left{
        width: 38.4%;
    }
    
    .footer-left p{
        font-size: 1.5rem;
        text-align: left;
        margin: 0;
    }
    
    .footer-left .footer-name{
        max-width: 250px;
        margin: 0 0 10px;
    }
    
    .footer-right{
        max-width: 400px;
        margin: 0;
        text-align: right;
    }
    
    .footer-tel{
        font-size: 2.8rem;
    }
    
    .footer-tel .icon_tel{
        font-size: 2.4rem;
    }
    
    .footer-contact-btn .btn_style03{
        font-size: 1.6rem;
        width: 160px;
        padding: 0.5em 2em;
    }

    .keni-header.m_fixed{
        height: 110px;
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    }
    
    .keni-header.m_fixed .keni-header_inner{
        padding: 0 30px;
    }
    
    .keni-header.m_fixed .contact-btn .btn_style01{
        padding: 0.5em 2em;
    }
    
    .keni-gnav.m_fixed{
        position: fixed;
        left: 0;
        right: 0;
        top: 30px;
        z-index: 100;
    }
    
    .adjust-conts{
        padding-top: 110px;
        margin-top: -110px;
    }
    
    .thanks .site-title{
        margin: 0;
    }
    
    .thanks .thanks-conts{
        padding: 170px 0 80px;
    }
    
    .thanks h1.send-title{
        font-size: 3.0rem;
        margin: 0 0 40px;
    }

    .thanks-conts p{
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: center;
        margin: 0 0 50px;
    }
    
    



	
    
    
    

}/*横幅768px以上*/


@media (min-width : 980px){
    
    .movie{
        max-width: 900px;
        height: 506px;
        padding: 0;
    }
    
}




@media (min-width : 1260px){
    
    .section_wrap-wide.service-conts .keni-section{
        position: relative;
        padding-bottom: 120px;
    }
    
    .service-img{
        position: absolute;
        left: 15px;
        bottom: 0;
    }
    
    
    /*コピーライト*/
	.keni-copyright{
		padding: 0;
	}

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


}/*横幅1260px以上*/




/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.8.0 on 2021-07-29 12:21:14
----------------------------------------------------------------------*/
