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


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

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

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

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

blockquote::before,
blockquote::after,
.keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before,
.keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before,
.keni-slider-pager_prev::before,
.keni-slider-pager_next::before,
.keni-breadcrumb-list li:first-child::before,
.keni-breadcrumb-list li::after,
.toc-area_btn_open::before,
.toc-area_btn_close::before,
.check-list li::before,
.accordion-list dt::after,
.link-next a::before,
.link-back a::before,
.page-nav .page-nav_next a::after,
.page-nav .page-nav_prev a::before,
.commentlist .children li::before,
.form-login .form-login_title::before,
.contact-box_tel::before,
.page-top a::before,
.tagcloud a::before{
	font-family: 'keni8-icons' !important;
	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', YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}


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

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


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

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

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

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


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

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


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

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


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

table{
	width: 100%;
	margin: 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: 12.08vw 3.62vw;
	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: 12.08vw 0;
	background: transparent;
}

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

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

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

h3{
	color: #000;
	font-size: 2.4rem;
    line-height: 1.3;
}

h4{
	color: #000;
	font-size: 2.0rem;
    line-height: 1.3;
}

h5{
	color: #000;
	font-size: 1.8rem;
    line-height: 1.3;
}

h6{
	color: #000;
	font-size: 1.6rem;
    line-height: 1.3;
}

/*見出しのリンク色*/
.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: #f08300;
	font-size: 1.4rem;
	line-height: 1.3em;
}


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

.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{
	display: block;
	content: " ";
	clear: both;
}


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

.sp{
    display: block;
}

.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.content-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

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

.keni-header{
    background: url(../images/mv_back_sp.jpg) center no-repeat;
    background-size: cover;
}

.keni-header_inner{
    height: 0;
    margin: 0 auto;
    text-align: center;
    background: url(../images/mv_img_sp.png) center no-repeat;
    background-size: cover;
    padding-bottom: calc(100%*648/414);
    position: relative;
}

.keni-header_inner .main-catch{
    position: absolute;
    top: 7.73vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 94.20vw;
    line-height: 1;
}

.touroku-btn{
    margin: 9.66vw auto 0;
    line-height: 1;
    width: 84.75vw;
    filter: drop-shadow(0.24vw 0.24vw 0.97vw rgba(0,0,0,0.4));
}

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

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

.touroku-btn.mv-btn{
    position: absolute;
    bottom: 9.66vw;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-text{
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1.4;
    margin: 2.42vw auto 0;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.btn-text.mv-btn{
    position: absolute;
    bottom: 6.04vw;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-text.online-btn{
    color: #fff;
}

.beige-back{
    background-color: #f5f2e9;
    background-image: url("../images/textured-stripes.png");
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}

h2.sec-title{
    line-height: 1;
    margin: 0 auto 9.66vw;
}

.sec-title1{
    width: 62.06vw;
}

.onayami-box{
    margin: 0 auto;
    border: 0.72vw solid #f08300;
    border-radius: 2.42vw;
    padding: 3.62vw 3.62vw 0;
}

.onayami-box ul{
    list-style: none;
    margin: 0 0 2.42vw;
}

.onayami-box ul li{
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 2.42vw;
    padding: 0 0 0 6.04vw;
    background: url(../images/icon/check2.svg) left 0.24vw no-repeat;
    background-size: 4.83vw 4.83vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.onayami-img{
    width: 48.31vw;
    margin: 0 auto;
}

.yajirushi{
    width: 40.58vw;
    margin: 0 auto 3.62vw;
}

.onayami-catch{
    width: 76.09vw;
    line-height: 1;
    margin: 0 auto;
}

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

h2.sec-title.sec-title2{
    background: #f08300;
    padding: 4.83vw 3.62vw;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

h2.sec-title.sec-title2 img{
    width: 100%;
    max-width: 87.09vw;
}

h2.sec-title.sec-title2::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -0.24vw 0 0 -4.83vw;
    border: 4.83vw solid transparent;
    border-top-color: #f08300;
    content: '';
}

.main-sec-in{
    padding: 9.66vw 3.62vw 12.08vw;
}

.flex-box.needs-flex{
    margin: 0 auto 7.25vw;
}

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

.needs-text{
    width: 100%;
    background: #fff;
    border-radius: 2.42vw;
    padding: 3.62vw;
    margin: 0 0 4.83vw;
    position: relative;
}

.needs-text::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -0.24vw 0 0 -3.62vw;
    border: 3.62vw solid transparent;
    border-top-color: #fff;
    content: '';
}

.needs-text h3{
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.3;
    color: #f08300;
    text-align: center;
    margin: 0 auto 2.42vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.needs-text p{
    font-size: 3.86vw;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.needs-img{
    border: 3px solid #eae4d1;
    max-width: 650px;
    margin: 0 auto;
}

.sec-title3{
    width: 73.14vw;
}

.flex-box.event-flex > .col{
    width: 100%;
    margin: 0 auto 4.83vw;
    border-radius: 2.42vw;
}

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

.target{
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: -1px -1px 0;
    padding: 1.21vw 2.42vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    border-radius: 1.45vw 1.45vw 0 0;
}

.event-conts{
    padding: 3.62vw;
}

.event-conts-in{
    display: table;
    width: 100%;
    width: 74.88vw;
    margin: 0 auto;
}

.event-img{
    display: table-cell;
    vertical-align: middle;
    width: 35%;
}

.event-img img{
    width: 100%;
}

.event-text{
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 0 0 0 5%;
}

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

.event-text .rate{
    font-size: 4.83vw;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    padding: 3.62vw 9.66vw;
    background: url(../images/icon/woman.svg) left center no-repeat, url(../images/icon/man.svg) right center no-repeat;
    background-size: 8.21vw 10.87vw;
    width: 31.40vw;
    margin: 0 auto 1.21vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.event-text .age{
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1.3;
    background: #fff096;
    padding: 0.72vw 3.62vw;
    border-radius: 6.04vw;
    text-align: center;
    margin: 0 auto;
    width: 26.57vw;
}

.flex-box.event-flex > .col.event1{
    border: 0.60vw solid #b062a3;
}

.flex-box.event-flex > .col.event2{
    border: 0.60vw solid #6fba2c;
}

.flex-box.event-flex > .col.event3{
    border: 0.60vw solid #00afcc;
}

.flex-box.event-flex > .col.event4{
    border: 0.60vw solid #bf9345;
}

.event1 .target{
    background: #b062a3;
}

.event2 .target{
    background: #6fba2c;
}

.event3 .target{
    background: #00afcc;
}

.event4 .target{
    background: #bf9345;
}

.event1 .event-text h3{
    color: #b062a3;
}

.event2 .event-text h3{
    color: #6fba2c;
}

.event3 .event-text h3{
    color: #00afcc;
}

.event4 .event-text h3{
    color: #bf9345;
}

.section_wrap-wide.online-conts{
    background: url(../images/online_back_sp.jpg) center top no-repeat;
    background-size: cover;
    padding: 9.66vw 0;
}

.online-text{
    width: 100%;
}

.online-text h2{
    font-size: 6.28vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 0 auto 6.04vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.online-text ul{
    list-style: none;
    margin: 0 auto 6.04vw;
}

.online-text ul li{
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 2.42vw;
    padding: 0 0 0 6.04vw;
    background: url(../images/icon/check2.svg) left 0.24vw no-repeat;
    background-size: 4.83vw 4.83vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

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

.sec-title4{
    width: 88.89vw;
}

.qa-list{
    margin: 0 auto;
}

.qa-list dt{
	display: block;
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin: 0;
	padding: 3.62vw 0 3.62vw 12.08vw;
    background: url(../images/icon/question.svg) left center no-repeat;
    background-size: 9.66vw 9.66vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.qa-list dd{
    font-size: 3.86vw;
    line-height: 1.6;
    margin: 0 0 3.62vw;
	padding: 0 0 0 12.08vw;
    background: url(../images/icon/answer.svg) left 1.21vw no-repeat;
    background-size: 9.66vw 9.66vw; 
}

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

.sec-title5{
    width: 65.71vw;
}

.voice-conts{
    width: 100%;
    margin: 0 0 9.66vw;
}

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

.voice-l .voice-img{
    float: left;
    width: 24.15vw;
    margin-right: -26.57vw;
}

.voice-r .voice-img{
    float: right;
    width: 24.15vw;
    margin-left: -26.57vw;
}

.voice-conts1 .voice-img,
.voice-conts2 .voice-img,
.voice-conts3 .voice-img{
    padding: 0.72vw;
    border-radius: 50%;
    background: #fff;
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.4));
}

.voice-conts1 .voice-img img,
.voice-conts2 .voice-img img,
.voice-conts3 .voice-img img{
    border-radius: 50%;
}

.voice-text{
    width: 100%;
    text-align: left;
}

.voice-text-in{
    background: #f08300;
    padding: 3.62vw;
    border-radius: 1.45vw;
    position: relative;
}

.voice-l .voice-text-in{
    margin: 0 0 0 26.57vw;
}

.voice-r .voice-text-in{
    margin: 0 26.57vw 0 0;
}

.voice-l .voice-text-in:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 2.42vw; 
    left: -6.04vw;
    border: 1.93vw solid transparent;
    border-right: 5.31vw solid #f08300;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.voice-r .voice-text-in:after{
    content: "";
    position: absolute;
    top: 2.42vw; 
    right: -6.04vw;
    border: 1.93vw solid transparent;
    border-left: 5.31vw solid #f08300;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.voice-text p{
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 1.93vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.voice-text p span{
    font-weight: 700;
    color: #fff67f;
}

.voice-text .voice-name{
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1.3;
}

.voice-text h3{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff67f;
    margin: 0 0 2.42vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.voice-text .voice-tyuui{
    line-height: 1.5;
    margin: 0;
}

.sec-title6{
    width: 78.99vw;
}

.profile-photo{
    width: 100%;
    max-width: 48.31vw;
    margin: 0 auto 4.83vw;
}

.profile-text{
    width: 100%;
}

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

.profile-text .katagaki{
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1.5;
    color: #f08300;
    text-align: center;
    margin: 0 auto 1.21vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.profile-text h3{
    font-size: 6.76vw;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 7.25vw;
    text-align: center;
}

.profile-text h3 span{
    font-size: 3.38vw;
}

.naiyou-conts{
    background: #fffbc7;
}

.sec-title7{
    width: 85.66vw;
}

.naiyou-text{
    width: 100%;
}

.naiyou-text ul{
    list-style: none;
    margin: 0 0 4.83vw;
}

.naiyou-text ul li{
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 2.42vw;
    padding: 0 0 0 5.56vw;
    background: url(../images/icon/circle.svg) left 0.48vw no-repeat;
    background-size: 4.35vw 4.35vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.naiyou-img.sp{
    margin: 0 auto 6.04vw;
    text-align: center;
}

.naiyou-img.sp:last-of-type{
    margin-bottom: 0;
}



.keni-footer_outer{
	padding: 0;
}

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

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

.footer-menu li{
    list-style: none;
    font-size: 3.38vw;
    margin: 0 auto 2.42vw;
    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;
}

.company-info{
    margin: 0 auto;
}

.footer-logo{
    width: 21.74vw;
    margin: 0 auto 2.42vw;
}

.company-text p{
    font-size: 3.38vw;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin: 0;
}

.company-text .company-name{
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1.21vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.keni-copyright{
    padding-top: 1.21vw;
}

.keni-copyright small{
    font-size: 3.38vw;
    color: #fff;
}


.section_wrap-wide.present-conts{
    background: #f08300;
}

.present-title{
    width: 80.68vw;
}

.present-conts .flex-box .present-koushi-box{
    width: 100%;
    max-width: 77.29vw;
    margin: 0 auto 7.25vw;
    position: relative;
}

.present-conts .flex-box .present-koushi-box .present-koushi-img{
    width: 43.48vw;
}

.present-conts .flex-box .present-koushi-box .present-koushi-text{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 41.06vw;
    margin: auto;
    filter: drop-shadow(0 0 0.72vw rgba(0,0,0,0.3));
}

.present-conts .flex-box .present-box{
    width: 100%;
    max-width: 77.29vw;
    margin: 0 auto;
}

.present-conts .flex-box .present-box .col{
    width: 100%;
    margin: 0 0 4.83vw;
    position: relative;
}

.present-conts .flex-box .present-box .col:last-of-type{
    margin-bottom: 0;
}

.present-conts .flex-box .present-box .col .present-name{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 1.93vw 2.42vw 1.21vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}


@media screen and (max-width:768px){.spnone{display:none;}}
@media screen and (min-width:769px){.pcnone{display:none;}}

.offer{
margin:0;
padding:0 20px;
}
.offer img{width:100%;}
.offer_pict{
margin:0 0 35px 0;
padding:0;
}
.offer_item{margin:0;padding:0;}
@media screen and (min-width:1025px) {
.offer{
width:768px;
margin:0 auto;
padding:0;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.offer_pict{width:47%;margin:0;padding:0;}
.offer_item{width:47%;margin:0;padding:0;}
}



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

}



@media (min-width : 480px){
    
        
    

}/*横幅480px以上*/



@media (min-width : 768px){

	.keni-main .keni-section_wrap{
		padding: 100px 40px;
	}
	
	.keni-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;
    }
    
    .keni-header{
        background: url(../images/mv_back_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .keni-header_inner{
        background: url(../images/mv_img_pc.png) center no-repeat;
        background-size: cover;
        padding-bottom: calc(100%*700/1080);
        position: static;
    }

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

    .keni-header_inner .catch-block .catch-block-in{
        position: absolute;
        top: 6.30vw;
        right: 2.78vw;
        margin: auto;
        width: 58.33vw;
    }
    
    .keni-header_inner .main-catch{
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 0 3.70vw;
        width: 100%;
    }
    
    .touroku-btn{
        margin: 80px auto 0;
        line-height: 1;
        width: 530px;
        filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
    }
    
    .touroku-btn.mv-btn{
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0 auto;
        width: 41.67vw;
    }
    
    .btn-text{
        font-size: 1.8rem;
        margin: 15px 0 0;
    }
    
    .btn-text.mv-btn{
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        font-size: 1.67vw;
        margin: 0;
    }
    
    .keni-section_wrap.onayami-conts{
        padding-top: 120px;
    }
    
    h2.sec-title{
        margin: 0 auto 60px;
    }
    
    .sec-title1{
        width: 100%;
        max-width: 613px;
    }
    
    .onayami-box{
        max-width: 1000px;
        border: 4px solid #f08300;
        padding: 3.7vw;
        border-radius: 10px;
        position: relative;
    }
    
    .onayami-box ul{
        margin: 0;
        width: 65.8%;
        max-width: 600px;
    }
    
    .onayami-box ul li{
        font-size: 2.22vw;
        line-height: 1.4;
        margin-bottom: 12px;
        padding: 0 0 0 3.24vw;
        background-position: left 0.19vw;
        background-size: 2.59vw 2.59vw;
    }
    
    .onayami-box ul li:last-child{
        margin-bottom: 0;
    }
    
    .onayami-img{
        position: absolute;
        right: 2%;
        bottom: 0;
        width: 32.9%;
        max-width: 300px;
        margin: auto;
    }
    
    .yajirushi{
        max-width: 240px;
        margin: 0 auto 30px;
    }
    
    .onayami-catch{
        width: 100%;
        max-width: 712px;
    }
    
    .section_wrap-wide.needs-conts{
        padding: 0;
    }
    
    .section_wrap-wide.needs-conts .keni-section{
        padding: 0;
        max-width: none;
    }
    
    h2.sec-title.sec-title2{
        padding: 30px 40px;
        position: relative;
    }
    
    h2.sec-title.sec-title2 img{
        max-width: 643px;
    }
    
    h2.sec-title.sec-title2::after{
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: -1px 0 0 -35px;
        border: 35px solid transparent;
        border-top-color: #f08300;
        content: '';
    }
    
    .main-sec-in{
        padding: 80px 40px 100px;
        max-width: 1080px;
        margin: 0 auto;
    }
    
    .flex-box.needs-flex{
        margin: 0 auto 40px;
    }
    
    .needs-text{
        padding: 20px;
        margin: 0;
        border-radius: 10px;
        position: relative;
    }
    
    .needs-text.needs1{
        width: 44%;
        max-width: 440px;
    }
    
    .needs-text.needs2{
        width: 38%;
        max-width: 340px;
    }
    
    .needs-text.needs3{
        width: 46%;
        max-width: 460px;
    }
    
    .needs-text::after{
        content: none;
        top: auto;
        left: auto;
        margin: auto;
    }
    
    .needs-text.needs-l::after{
        content: "";
        display: inline-block;
        position: absolute;
        top: 20px; 
        left: -35px;
        border: 10px solid transparent;
        border-right: 28px solid #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    .needs-text.needs-r::after{
        content: "";
        position: absolute;
        top: 20px; 
        right: -35px;
        border: 10px solid transparent;
        border-left: 28px solid #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    .needs-text h3{
        font-size: 3.15vw;
        text-align: left;
        margin: 0 0 1.39vw;
    }
    
    .needs-text p{
        font-size: 1.48vw;
        text-align: left;
    }
    
    .needs-text .syutten{
        font-size: 1.67vw;
    }
    
    .needs-img{
        border: 4px solid #eae4d1;
        width: 50%;
        max-width: 500px;
    }
    
    .needs-img.needs-l{
        margin: 0 4% 0 0;
    }
    
    .needs-img.needs-r{
        margin: 0 0 0 4%;
    }
    
    .sec-title3{
        width: 100%;
        max-width: 653px;
    }
    
    .flex-box.event-flex > .col{
        width: 47.8%;
        max-width: 478px;
        margin: 0 0 4.4%;
        border-radius: 10px;
    }
    
    .flex-box.event-flex > .col:nth-of-type(n+3){
        margin-bottom: 0;
    }
    
    .target{
        font-size: 2.0vw;
        padding: 0.46vw 0.93vw;
        border-radius: 5px 5px 0 0;
    }
    
    .event-conts{
        padding: 2.31vw;
    }
    
    .event-conts-in{
        width: 100%;
        max-width: 422px;
    }
    
    .event-img{
        width: 35.5%;
        max-width: 13.89vw;
    }
    
    .event-img img{
        max-width: 13.89vw;
    }
    
    .event-text{
        width: 58%;
        padding: 0 0 0 5%;
    }
    
    .event-text h3{
        font-size: 2.96vw;
        margin: 0 auto 0.93vw;
    }
    
    .event-text .rate{
        font-size: 2.59vw;
        padding: 1.39vw 4.63vw;
        background-size: 4.44vw 5.93vw;
        max-width: 15.7vw;
        margin: 0 auto 0.93vw;
    }
    
    .event-text .age{
        font-size: 1.85vw;
        padding: 0.28vw 1.39vw;
        max-width: 12.5vw;
    }
    
    .flex-box.event-flex > .col.event1{
        border: 3px solid #b062a3;
    }
    
    .flex-box.event-flex > .col.event2{
        border: 3px solid #6fba2c;
    }
    
    .flex-box.event-flex > .col.event3{
        border: 3px solid #00afcc;
    }
    
    .flex-box.event-flex > .col.event4{
        border: 3px solid #bf9345;
    }
    
    .section_wrap-wide.online-conts{
        background: url(../images/online_back_pc.jpg) center top no-repeat;
        background-size: cover;
        padding: 80px 0;
    }
    
    .online-text{
        width: 55%;
    }
    
    .online-text h2{
        font-size: 3.43vw;
        text-align: left;
        margin: 0 0 2.78vw;
    }
    
    .online-text ul{
        margin: 0;
        max-width: 570px;
    }
    
    .online-text ul li{
        font-size: 2.04vw;
        margin-bottom: 1.11vw;
        padding: 0 0 0 3.06vw;
        background-position: left 0.09vw;
        background-size: 2.41vw 2.41vw;
    }
    
    .online-text ul li:last-child{
        margin-bottom: 0;
    }
    
    .online-img{
        width: 43%;
        max-width: 430px;
        margin: 0;
    }
    
    .sec-title4{
        width: 100%;
        max-width: 607px;
    }

    .qa-list{
        max-width: 750px;
        margin: 0 auto;
    }
    
    .qa-list dt{
        font-size: 2.2rem;
        margin: 0 0 15px;
        padding: 15px 0 15px 65px;
        background-size: 56px 56px;
    }
    
    .qa-list dd{
        font-size: 1.8rem;
        margin: 0 0 60px;
        padding: 0 0 0 65px;
        background-position: left 0;
        background-size: 56px 56px; 
    }
    
    .sec-title5{
        width: 100%;
        max-width: 449px;
    }
    
    .voice-conts{
        margin: 0 0 60px;
    }
    
    .voice-l .voice-img{
        width: 17%;
        margin-right: -20.5%;
    }
    
    .voice-r .voice-img{
        width: 17%;
        margin-left: -20.5%;
    }
    
    .voice-conts1.voice-l .voice-img,
    .voice-conts3.voice-l .voice-img{
        width: 22%;
        margin-right: -25.5%;
        padding: 7px;
    }
    
    .voice-conts2.voice-r .voice-img{
        width: 22%;
        margin-left: -25.5%;
        padding: 7px;
    }
    
    .voice-text-in{
        padding: 25px;
        border-radius: 10px;
    }
    
    .voice-l .voice-text-in{
        margin: 0 0 0 20.5%;
    }
    
    .voice-r .voice-text-in{
        margin: 0 20.5% 0 0;
    }
    
    .voice-conts1.voice-l .voice-text-in,
    .voice-conts3.voice-l .voice-text-in{
        margin: 0 0 0 25.5%;
    }
    
    .voice-conts2.voice-r .voice-text-in{
        margin: 0 25.5% 0 0;
    }
    
    .voice-l .voice-text-in:after{
        content: "";
        display: inline-block;
        position: absolute;
        top: 20px; 
        left: -35px;
        border: 10px solid transparent;
        border-right: 28px solid #f08300;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    .voice-r .voice-text-in:after{
        content: "";
        position: absolute;
        top: 20px; 
        right: -35px;
        border: 10px solid transparent;
        border-left: 28px solid #f08300;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    .voice-text p{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .voice-text .voice-name{
        font-size: 2.0rem;
        margin-bottom: 5px;
    }
    
    .voice-text h3{
        font-size: 2.6rem;
        margin: 0 0 20px;
    }
    
    .voice-text .voice-tyuui{
        font-size: 1.6rem;
    }

    .sec-title6{
        width: 100%;
        max-width: 697px;
    }
    
    .profile-photo{
        width: 34%;
        max-width: 340px;
        margin: 0;
    }
    
    .profile-text{
        width: 61%;
    }
    
    .profile-text p{
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    .profile-text .katagaki{
        font-size: 2.2rem;
        text-align: left;
        margin: 0 0 10px;
    }
    
    .profile-text h3{
        font-size: 4.0rem;
        text-align: left;
        margin: 0 0 50px;
    }
    
    .profile-text h3 span{
        font-size: 1.8rem;
    }
    
    .sec-title.sec-title4,
    .sec-title.sec-title6,
    .sec-title.sec-title7{
        margin-bottom: 80px;
    }
    
    .sec-title7{
        width: 100%;
        max-width: 585px;
    }
    
    .naiyou-text{
        width: 61%;
    }
    
    .naiyou-text ul{
        margin: 0;
    }
    
    .naiyou-text ul:first-of-type{
        margin-bottom: 1.2vw;
    }
    
    .naiyou-text ul li{
        font-size: 2.22vw;
        margin-bottom: 1.2vw;
        padding: 0 0 0 2.78vw;
        background-position: left 0.28vw;
        background-size: 2.22vw 2.22vw;
    }
    
    .naiyou-text ul li:last-child{
        margin-bottom: 0;
    }
    
    .naiyou-img.pc{
        width: 38%;
        max-width: 380px;
        margin: 0;
    }
    
    .naiyou-img.pc div:first-child{
        margin-bottom: 8px;
    }       
    
    .keni-footer_inner{
        padding: 40px 40px 0px;
    }
    
    .footer-menu{
        margin: 0 auto 35px;
    }
    
    .footer-menu li{
        font-size: 1.6rem;
        display: inline-block;
        margin: 0 0 0 40px;
    }
    
    .footer-menu li:first-child{
        margin-left: 0;
    }
    
    .company-info{
        max-width: 515px;
        display: table;
    }
    
    .footer-logo{
        display: table-cell;
        vertical-align: middle;
        max-width: 110px;
        margin: 0;
    }
    
    .company-text{
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }
    
    .company-text p{
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: left;
        margin: 0;
    }
    
    .company-text .company-name{
        font-size: 1.8rem;
        margin: 0 0 5px;
    }

    .keni-copyright{
        padding-top: 5px;
    }
    
    .keni-copyright small{
        font-size: 1.4rem;
    }


    .section_wrap-wide.present-conts{
        padding: 80px 0;
    }
    
    .sec-title.present-title{
        width: 100%;
        max-width: 887px;
        margin-bottom: 50px;
    }

    .present-conts .flex-box{
        max-width: 605px;
        margin: 0 auto;
    }
    
    .present-conts .flex-box .present-koushi-box{
        width: 100%;
        max-width: 356px;
        margin: 0 auto 40px;
        position: relative;
    }
    
    .present-conts .flex-box .present-koushi-box .present-koushi-img{
        width: 100%;
        max-width: 200px;
    }
    
    .present-conts .flex-box .present-koushi-box .present-koushi-text{
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 53.4%;
        margin: auto;
        filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
    }
    
    .present-conts .flex-box .present-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;
        width: 100%;
        max-width: 605px;
    }

    .present-conts .flex-box .present-box .col{
        width: 49.3%;
        margin: 0;
    }
    
    .present-conts .flex-box .present-box .col .present-name{
        font-size: 2.0rem;
        padding: 10px 10px 8px;
    }








    

    
    

    
     
    

}/*横幅768px以上*/



@media (min-width : 1080px){

    .keni-header{
        height: 700px;
    }
    
    .keni-header_inner{
        background-size: auto;
        height: 700px;
        padding: 0;
    }
    
    .keni-header_inner .catch-block{
        max-width: 1080px;
        height: 700px;
        padding: 0;
    }

    .keni-header_inner .catch-block .catch-block-in{
        position: absolute;
        top: 68px;
        right: 30px;
        margin: auto;
        width: 630px;
    }
    
    .keni-header_inner .main-catch{
        margin: 0 0 40px;
    }
    
    .touroku-btn.mv-btn{
        margin: 0 auto;
        width: 450px;
    }
    
    .btn-text.mv-btn{
        font-size: 1.8rem;
    }
    
    .onayami-box{
        padding: 40px;
    }
        
    .onayami-box ul li{
        font-size: 2.4rem;
        padding: 0 0 0 35px;
        background-position: left 2px;
        background-size: 28px 28px;
    }
    
    .needs-text{
        padding: 20px;
    }
    
    .needs-text h3{
        font-size: 3.4rem;
        margin: 0 0 15px;
    }
    
    .needs-text p{
        font-size: 1.6rem;
    }
    
    .needs-text .syutten{
        font-size: 1.8rem;
    }
    
    .target{
        font-size: 2.2rem;
        padding: 5px 10px;
    }
    
    .event-conts{
        padding: 25px;
    }
    
    .event-img{
        width: 35.5%;
        max-width: 150px;
    }
    
    .event-img img{
        max-width: 150px;
    }
    
    .event-text h3{
        font-size: 3.2rem;
        margin: 0 auto 10px;
    }
    
    .event-text .rate{
        font-size: 2.8rem;
        padding: 15px 50px;
        background-size: 48px 64px;
        max-width: 170px;
        margin: 0 auto 10px;
    }
    
    .event-text .age{
        font-size: 2.0rem;
        padding: 3px 15px;
        max-width: 135px;
    }
    
    .online-text h2{
        font-size: 3.8rem;
        margin: 0 0 30px;
    }
    
    .online-text ul li{
        font-size: 2.2rem;
        margin-bottom: 12px;
        padding: 0 0 0 33px;
        background-position: left 1px;
        background-size: 26px 26px;
    }
    
    .naiyou-text ul:first-of-type{
        margin-bottom: 13px;
    }
    
    .naiyou-text ul li{
        font-size: 2.4rem;
        margin-bottom: 13px;
        padding: 0 0 0 30px;
        background-position: left 3px;
        background-size: 24px 24px;
    }
    
	.keni-footer-cont_wrap{
		padding: 0;
	}

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

    .present-conts .flex-box .present-koushi-box{
        width: 35.6%;
        margin: 0;
    }

    .present-conts .flex-box .present-box{
        width: 60.5%;
        margin: 0;
    }

    
	

}/*横幅1080px以上*/





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