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



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


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

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


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

/*フォントの基本色*/
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-section_wrap{
	margin: 0;
	padding: 14.49vw 3.62vw;
	background: #fff;
}

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

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


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

.keni-main_inner{
	padding: 0;
}


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


/*
# ヘッダー
*/

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


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

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

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

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

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

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

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

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


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


/*
# フッター
*/
.keni-footer_wrap{
	background: linear-gradient(0deg, #002f82 0%, #005bac 100%);
	font-size: 1.6rem;
	line-height: 1.3em;
}


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

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

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

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

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

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

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

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

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

.btn_share{
	cursor: pointer;
}

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


/*ページトップボタン*/
.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,
.profile-float::after{
	display: block;
	content: " ";
	clear: both;
}


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

.pc{
    display: none;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-box.content-bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-box.content-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-box.align-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-box.align-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.timer-bar1{
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    padding: 3.62vw;
    border-bottom: 0.48vw solid #00479d;
}

.timer-bar1 .timer-title{
    width: 87.68vw;
    line-height: 1;
    margin: 0 auto;
}

.timer-bar2{
    padding: 2.42vw 3.62vw 1.92vw;
    background: #00479d;
}

.timer-bar2 .countdown{
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    margin: 0;
}

.timer-bar2 .countdown span{
    display: inline-block;
    font-size: 7.73vw;
    color: #f8eb7e;
    margin-left: 0.72vw;
}

.timer-bar2 .end{
    display: none;
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.3;
    color: #FFF;
    text-align: center;
    margin: 0;
}

.keni-header{
    padding-top: 1.06vw;
    background: url(../images/mv_back_sp.webp) center bottom no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.keni-header::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1.06vw;
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    margin: auto;
    z-index: 0;
}

.keni-header_inner{
    width: 100%;
    margin: 0 auto;
    height: 0;
    background: url(../images/mv_sp.webp) center top no-repeat;
    background-size: contain;
    padding-bottom: calc(100%*612/414);
    position: relative;
    z-index: 5;
}

.keni-header_inner .sub-title{
    position: absolute;
    top: -1.06vw;
    left: 0;
    right: 0;
    width: 46.38vw;
    margin: auto;
    line-height: 1;
}

.keni-header_inner .main-title{
    position: absolute;
    bottom: 44.69vw;
    left: 0;
    right: 0;
    width: 96.62vw;
    margin: auto;
    line-height: 1;
}

.keni-header_inner .catch{
    position: absolute;
    bottom: 8.45vw;
    left: 0;
    right: 0;
    width: 92.75vw;
    margin: auto;
    line-height: 1;
}

.section_wrap-wide.section01{
    padding: 3.86vw 2.42vw;
    background: url(../images/sec01_back_sp.webp) center bottom no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.section_wrap-wide.section01::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1.44vw;
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    margin: auto;
    z-index: 0;
}

.section_wrap-wide.section01::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.44vw;
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    margin: auto;
    z-index: 0;
}

.section_wrap-wide.section01 .keni-section{
    padding: 7.25vw 0;
    background: url(../images/top_left_frame.webp) left top no-repeat, url(../images/top_right_frame.webp) right top no-repeat, url(../images/bottom_right_frame.webp) right bottom no-repeat, url(../images/bottom_left_frame.webp) left bottom no-repeat;
    background-size: 19.32vw 19.32vw;
}

.section01 .sec01-in{
    padding: 0 1.21vw;
}

.section01 h2{
    width: 81.16vw;
    line-height: 1;
    margin: 0 auto 6.04vw;
    filter: drop-shadow(0.24vw 0.24vw 0.96vw rgba(0,0,0,0.4));
}

.section01 .present-text{
    width: 80.92vw;
    line-height: 1;
    margin: 0 auto 6.04vw;
}

.section01 .present-img{
    width: 100vw;
    margin: 0 -3.62vw 6.04vw;
}

.moushikomi-btn{
    width: 81.64vw;
    margin: 0 auto;
    filter: drop-shadow(0.24vw 0.24vw 1.44vw rgba(0,0,0,0.4));
}

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

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

.section_wrap-wide.section02{
    padding: 0;
    background: url(../images/sec02_back_sp.webp) center bottom no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.section_wrap-wide.section02::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(255,255,255,0.7);
    z-index: 0;
}

.section_wrap-wide.section02 .keni-section{
    padding: 0;
    position: relative;
    z-index: 10;
}

h2.sec-title01{
    background: linear-gradient(90deg, #0a2d88 0%, #005bac 50%, #0a2d88 100%);
    padding: 7.25vw 3.62vw;
    line-height: 1;
    text-align: center;
    margin: 0;
}

h2.sec-title01 img{
    width: 100%;
    margin: 0 auto;
}

.section02 h2.sec-title01{
    padding: 6.04vw 3.62vw;
}

.section02 h2.sec-title01 img{
    max-width: 92.27vw;
}

.section-in{
    padding: 12.08vw 3.62vw 14.49vw;
}

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

.section-in p:nth-of-type(n+2){
    margin-top: 1.75em;
}

.kyoutyou1{
    font-family: YakuHanMP, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 5.38vw;
    font-weight: 600;
    color: #00479d;
    line-height: 1.3;
}

.kyoutyou2{
    font-size: 4.83vw;
    font-weight: 700;
}

.kyoutyou3{
    font-size: 5.80vw;
    font-weight: 700;
}

.kyoutyou4{
    font-size: 3.86vw;
    font-weight: 700;
}

.kyoutyou5{
    font-size: 4.83vw;
    font-weight: 700;
}

.section_wrap-wide.section03{
    padding: 0;
    background: #f0edec;
}

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

h2.sec-title02{
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    padding: 6.04vw 3.62vw;
    line-height: 1;
    text-align: center;
    margin: 0;
}

h2.sec-title02 img{
    width: 100%;
    margin: 0 auto;
}

.section03 h2.sec-title02 img{
    max-width: 85.75vw;
}

.section03 .section-in{
    padding-top: 9.66vw;
}

.section03 .genri-flex.flex-box > .col{
    width: 100%;
    padding: 1.44vw;
    background: #fff;
    box-shadow: 0.24vw 0.24vw 1.44vw rgba(0,0,0,0.1);
}

.section03 .genri-flex.flex-box > .col:nth-child(n+2){
    margin-top: 6.04vw;
}

.section03 .genri-flex .genri01{
    position: relative;
}

.section03 .genri-flex .genri01::after{
    position: absolute;
    content: url(../images/icon/present_icon.svg);
    top: -2.42vw;
    left: -2.42vw;
    width: 23.19vw;
    line-height: 1;
    margin: auto;
    filter: drop-shadow(0.24vw 0.24vw 1.21vw rgba(0,0,0,0.2));
}

.section03 .genri-flex.flex-box > .col .genri-img{
    border: 0.36vw solid #bf9c46;
}

.section03 .genri-flex.flex-box > .col .genri-text{
    padding: 4.83vw 2.42vw 3.62vw;
}

.section03 .genri-flex.flex-box > .col .genri-text h3{
    font-family: YakuHanMP, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 5.80vw;
    font-weight: 600;
    line-height: 1.3;
    color: #00479d;
    margin: 0 0 3.62vw;
    text-align: center;
}

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

.section04 h2.sec-title02 img{
    max-width: 43.00vw;
}

.youtube-movie{
	display: block;
	width: 100%;
    margin: 0 auto 3.62vw;
}

lite-youtube{
	width: 100%;
    margin: 0 auto;
}

.section04 .flex-box.voice-flex{
    margin: 8.45vw auto 0;
}

.section04 .flex-box.voice-flex > .col{
    width: 100%;
    margin: 0;
}

.section04 .flex-box.voice-flex > .col:nth-child(n+2){
    margin-top: 8.45vw;
}

.section04 .section-in .voice-name{
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 2.42vw;
    text-align: center;
}

.section04 .section-in .voice-catch{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    padding: 3.62vw 2.42vw 2.90vw;
    max-width: 73.91vw;
    margin: 0 auto;
    background: linear-gradient(0deg, #002f82 0%, #005bac 100%);
    border-radius: 1.44vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    position: relative;
}

.section04 .section-in .voice-catch::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 0%;
    left: 50%;
    margin: -4.11vw 0 0 -2.42vw;
    border: 2.42vw solid transparent;
    border-bottom-color: #005bac;
    content: '';
}

.section_wrap-wide.fixed-bg-conts{
    position: relative;
    width: 100vw;
}

.section_wrap-wide.section05{
    height: 471.98vw;
}

.fixed-bg-conts .keni-section{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

.fixed-bg-conts .sec-bg{
    position: relative;
    left: 0;
    clip-path: inset(0 0 0 0);
    height: 100%;
}

.fixed-bg-conts .sec-bg img{
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 100vh;
    left: 0;
    top: 0;
    pointer-events: none;
}

.fixed-bg-conts .sec-conts{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.section05 h2.sec-title02 img{
    max-width: 66.43vw;
}

.section05 .ijin-block{
    margin: 16.91vw auto 8.45vw;
    padding: 4.83vw;
    background: #fff;
    border-radius: 2.42vw;
    box-shadow: 0.24vw 0.24vw 1.44vw rgba(0,0,0,0.15);
}

.section05 .ijin-block h3{
    margin: -14.49vw auto 3.62vw;
    width: 57.97vw;
    filter: drop-shadow(0.24vw 0.24vw 1.44vw rgba(0,0,0,0.15));
}

.section05 .ijin-block .ijin-flex1.flex-box{
    margin: 0 0 9.66vw;
}

.section05 .ijin-block .ijin-flex1.flex-box > .col{
    width: 48.4%;
}

.section05 .ijin-block .ijin-flex1.flex-box > .col:nth-child(n+3){
    margin-top: 5.3%;
}

.section05 .ijin-block .ijin-flex1.flex-box > .col:last-child{
    margin: 5.3% auto 0;
}

.section05 .ijin-block .ijin-flex2.flex-box > .col{
    width: 100%;
    margin: 0;
    list-style: none;
}

.section05 .ijin-block .ijin-flex2.flex-box > .col li{
    font-family: YakuHanMP, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 3.86vw;
    font-weight: 600;
    line-height: 1.3;
    padding: 0 0 0 4.83vw;
    background: url(../images/icon/circle_gold.svg) left 0.48vw no-repeat;
    background-size: 3.86vw 3.86vw;
}

.section05 .ijin-block .ijin-flex2.flex-box > .col li:nth-child(n+2){
    margin-top: 2.42vw;
}

.arrow{
    position: absolute;
    bottom: -3.62vw;
    left: 0;
    right: 0;
    width: 33.82vw;
    margin: auto;
    z-index: 10;
}

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

.section06 h2.sec-title01 img{
    max-width: 76.33vw;
}

.section06 .section-in{
    position: relative;
}

.section06 .img01{
    padding: 1.44vw;
    background: #fff;
    margin: 0 auto 8.45vw;
    max-width: 500px;
    box-shadow: 0.24vw 0.24vw 0.96vw rgba(0,0,0,0.4);
}

.section06 h3.subtitle01,
.section06 h3.subtitle02{
    font-family: YakuHanMP, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 6.76vw;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    padding: 3.62vw;
    text-align: center;
    margin: 9.66vw 0 7.25vw;
}

.section06 h3.subtitle01{
    background: url(../images/sec06_subtitle_back01_sp.webp) center no-repeat;
    background-size: cover;
}

.section06 h3.subtitle02{
    background: url(../images/sec06_subtitle_back02_sp.webp) center no-repeat;
    background-size: cover;
}

.img02{
    margin: 8.45vw auto;
}

.otonajyuku-conts{
    background: url(../images/otonajyuku_back_sp.webp) center no-repeat;
    background-size: cover;
    padding: 9.66vw 0;
}

.otonajyuku-conts-in{
    padding: 0 3.62vw;
}

.otonajyuku-conts .otonajyuku-title{
    width: 66.67vw;
    line-height: 1;
    margin: 0 auto 4.83vw;
    filter: drop-shadow(0.24vw 0.24vw 1.44vw rgba(0,0,0,0.75));
}

.otonajyuku-conts .otonajyuku-fee{
    width: 81.64vw;
    line-height: 1;
    margin: 0 auto;
}

.otonajyuku-conts .moushikomi-btn{
    margin-top: 6.04vw;
}

.otonajyuku-conts .otonajyuku-point{
    width: 80.68vw;
    line-height: 1;
    margin: 0 auto 6.04vw;
}

.section06 .point-text{
    line-height: 1;
    margin: 8.45vw auto !important;
}

.section06 .matome-text{
    width: 50.72vw;
    line-height: 1;
    margin: 9.66vw auto -19.32vw;
}

.section_wrap-wide.tokuten-conts{
    height: 469.57vw;
}

.tokuten-conts .section-in{
    padding-top: 12.08vw;
}

.tokuten-conts h2{
    width: 100%;
    line-height: 1;
    margin: 0 auto 14.49vw;
    filter: drop-shadow(0.24vw 0.24vw 1.21vw rgba(0,0,0,0.4));
}

.tokuten-conts .tokuten-block{
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    padding: 0.96vw;
    border-radius: 1.44vw;
    margin: 0;
    box-shadow: 0.24vw 0.24vw 0.96vw rgba(0,0,0,0.4);
    position: relative;
}

.tokuten-conts .tokuten-block:nth-of-type(n+2){
    margin-top: 12.08vw;
}

.tokuten-conts .tokuten-block .tokuten-block-in{
    background: linear-gradient(-45deg, #eae5e3 0%, #ffffff 50%, #eae5e3 100%);
    border-radius: 0.96vw;
}

.tokuten-conts .tokuten-block .tokuten-num{
    position: absolute;
    top: -8.45vw;
    left: 0;
    right: 0;
    width: 16.91vw;
    margin: auto;
    line-height: 1;
    filter: drop-shadow(0.24vw 0.24vw 0.96vw rgba(0,0,0,0.4));
}

.tokuten-conts .tokuten-block .tokuten-num img{
    width: 100%;
}

.tokuten-conts .tokuten-block .tokuten-text{
    padding: 6.04vw 3.62vw;
 }

.tokuten-conts .tokuten-block .tokuten-text p{
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1.6;
    margin: 3.62vw 0 0;
}

.tokuten-conts .tokuten-block .tokuten-text .tokuten-title{
    line-height: 1;
    margin: 0 auto;
}

.tokuten-conts .tokuten01 .tokuten-text .tokuten-title{
    width: 77.29vw;
}

.tokuten-conts .tokuten02 .tokuten-text .tokuten-title{
    width: 58.70vw;
}

.tokuten-conts .tokuten03 .tokuten-text .tokuten-title{
    width: 83.57vw;
}

.tokuten-conts .section-in .tokuten-catch{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin: 10.87vw 0 0;
}

.tokuten-conts .moushikomi-btn{
    margin-top: 8.45vw;
}

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

.section08 h2.sec-title02 img{
    max-width: 65.22vw;
}

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

.section09 h2.sec-title02 img{
    max-width: 34.54vw;
}

.section09 h4{
    font-size: 5.80vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 14.49vw 0 0;
}

.section_wrap-wide.section10{
    height: 509.67vw;
}

.section10 .section-in{
    padding-top: 14.49vw;
}

.section10 h2{
    width: 35.27vw;
    line-height: 1;
    margin: 0 auto 8.45vw;
}

.section10 .profile-photo{
    width: 60.39vw;
    margin: 0 auto 3.62vw;
}

.section10 h3.name{
    font-family: YakuHanMP, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 6.28vw;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 7.25vw;
    text-align: center;
}

.section10 h3.name span{
    display: block;
    font-size: 4.35vw;
    margin: 0 0 1.21vw;
}

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

.section10 .profile-left p:nth-of-type(n+2){
    margin-top: 1.75em;
}

.section10 .profile-left ul{
    margin: 6.04vw 0;
    list-style: none;
}

.section10 .profile-left ul li{
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 4.83vw;
    background: url(../images/icon/circle_gold.svg) left 0.96vw no-repeat;
    background-size: 3.86vw 3.86vw;
}

.section10 .profile-left ul li:nth-child(n+2){
    margin-top: 2.42vw;
}



.keni-footer_outer{
	padding: 0;
}

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

.footer-menu{
    list-style: none;
    margin: 0;
    text-align: center;
}

.footer-menu li{
    font-size: 3.38vw;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    color: #fff;
}

.footer-menu li:nth-child(n+2){
    margin-top: 2.42vw;
}

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













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



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

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

	.keni-container{
		padding-top: 0!important;
	}

	.keni-header .site-title,
	.keni-header_col1 .site-title{
		float: left;
		max-width: 50%;
		padding: 10px;
		font-size: 3.5rem;
	}

	.keni-header_cont,
	.keni-header_col1 .keni-header_cont{
		float: right;
		max-width: 50%;
		background-color: transparent;
	}

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

	.keni-gnav_btn{
		display: none;
	}

	profile-box-desc{
		overflow: hidden;
	}
	
	.keni-section_wrap{
		margin-bottom: 0;
	}
	


	/*
	# フッター
	*/

	/* フッターコンテンツ */
	.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;
	}


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


    
    .pc{
        display: block;
    }
        
    .sp{
        display: none;
    }

    .timer-bar1{
        padding: 20px 40px;
        border-bottom: 4px solid #00479d;
    }
    
    .timer-bar1 .timer-title{
        width: 100%;
        max-width: 820px;
    }
    
    .timer-bar2{
        padding: 10px 40px;
    }

    .timer-bar2 .countdown{
        font-size: 3.2rem;
        line-height: 1.3;
    }
    
    .timer-bar2 .countdown span{
        font-size: 4.6rem;
        margin-left: 5px;
    }
    
    .timer-bar2 .end{
        font-size: 3.2rem;
    }

    .keni-header{
        padding-top: 8px;
        background: url(../images/mv_back_pc.webp) center no-repeat;
        background-size: cover;
    }

    .keni-header::after{
        height: 8px;
    }
    
    .keni-header_inner{
        max-width: 1150px;
        background: url(../images/mv_pc.webp) center top no-repeat;
        background-size: 106.48vw 53.61vw;
        padding-bottom: calc(100%*900/1080);
    }
    
    .keni-header_inner .sub-title{
        top: -8px;
        width: 35.19vw;
    }
    
    .keni-header_inner .main-title{
        bottom: 21.30vw;
        width: 89.07vw;
    }
    
    .keni-header_inner .catch{
        bottom: 5.56vw;
        width: 76.11vw;
    }
    
    .section_wrap-wide.section01{
        padding: 28px 20px;
        background: url(../images/sec01_back_pc.webp) center bottom no-repeat;
        background-size: cover;
    }
    
    .section_wrap-wide.section01::before{
        height: 8px;
    }
    
    .section_wrap-wide.section01::after{
        height: 8px;
    }
    
    .section_wrap-wide.section01 .keni-section{
        max-width: none;
        padding: 40px 0;
        background-size: 100px 100px;
    }
    
    .section01 .sec01-in{
        max-width: 1040px;
        padding: 0 20px;
        margin: 0 auto;
    }
    
    .section01 h2{
        width: 100%;
        max-width: 900px;
        margin: 0 auto 35px;
        filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.4));
    }
    
    .section01 .present-text{
        width: 100%;
        max-width: 909px;
        margin: 0 auto 35px;
    }
    
    .section01 .present-img{
        width: 100%;
        margin: 0 0 35px;
    }
    
    .moushikomi-btn{
        width: 80%;
        max-width: 698px;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.4)); 
    }

    .section_wrap-wide.section02{
        padding: 0;
        background: url(../images/sec02_back_pc.webp) center bottom no-repeat;
        background-size: cover;
        position: relative;
    }
    
    .section_wrap-wide.section02 .keni-section{
        max-width: none;
        padding: 0;
    }
    
    h2.sec-title01{
        padding: 50px 25px;
    }

    .section02 h2.sec-title01{
        padding: 40px 25px;
    }
    
    .section02 h2.sec-title01 img{
        max-width: 865px;
    }
    
    .section-in{
        max-width: 1080px;
        margin: 0 auto;
        padding: 80px 40px 100px;
    }

    .section02 .section-in{
        padding-top: 100px;
    }
    
    .section-in p{
        font-size: 2.0rem;
        line-height: 1.8;
        text-align: center;
    }
    
    .section-in p:nth-of-type(n+2){
        margin-top: 35px;
    }
    
    .kyoutyou1{
        font-size: 3.4rem;
    }
    
    .kyoutyou2{
        font-size: 3.0rem;
    }
    
    .kyoutyou3{
        font-size: 3.4rem;
    }
    
    .kyoutyou4{
        font-size: 2.6rem;
    }

    .kyoutyou5{
        font-size: 2.6rem;
    }
    
    .section_wrap-wide.section03{
        padding: 0;
    }
    
    .section_wrap-wide.section03 .keni-section{
        max-width: none;
        padding: 0;
    }
    
    h2.sec-title02{
        padding: 40px 25px;
    }
    
    .section03 h2.sec-title02 img{
        width: 75.7%;
        max-width: 706px;
    }
    
    .section03 .section-in{
        padding-top: 80px;
    }

    .section03 .genri-flex.flex-box > .col{
        width: 48%;
        padding: 8px;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    }

    .section03 .genri-flex.flex-box > .col:nth-child(n+2){
        margin-top: 0;
    }

    .section03 .genri-flex.flex-box > .col:nth-child(n+3){
        margin-top: 4%;
    }

    .section03 .genri-flex .genri01::after{
        top: -20px;
        left: -20px;
        width: 100px;
        filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.2));
    }
    
    .section03 .genri-flex.flex-box > .col .genri-img{
        border: 1px solid #bf9c46;
    }
    
    .section03 .genri-flex.flex-box > .col .genri-text{
        padding: 20px 10px 10px;
    }
    
    .section03 .genri-flex.flex-box > .col .genri-text h3{
        font-size: 2.8rem;
        margin: 0 0 15px;
    }
    
    .section03 .genri-flex.flex-box > .col .genri-text p{
        font-size: 1.8rem;
        line-height: 1.6;
        text-align: left;
    }
    
    .section_wrap-wide.section04{
        padding: 0;
    }

    .section_wrap-wide.section04 .keni-section{
        max-width: none;
        padding: 0;
    }
    
    .section04 h2.sec-title02 img{
        width: 32.4%;
        max-width: 302px;
    }
    
    .youtube-movie{
        margin: 0 auto 10px;
    }
    
    .section04 .flex-box.voice-flex{
        max-width: 653px;
        margin: 50px auto 0;
    }
    
    .section04 .flex-box.voice-flex > .col{
        width: 47.0%;
    }
    
    .section04 .flex-box.voice-flex > .col:nth-child(n+2){
        margin-top: 0;
    }

    .section04 .flex-box.voice-flex > .col:nth-child(n+3){
        margin-top: 6%;
    }
    
    .section04 .section-in .voice-name{
        font-size: 1.8rem;
        margin: 0 0 10px;
    }
    
    .section04 .section-in .voice-catch{
        font-size: 2.0rem;
        border-radius: 6px;
        padding: 10px;
        width: 100%;
        max-width: none;
    }
    
    .section04 .section-in .voice-catch::after{
        width: 0;
        height: 0;
        position: absolute;
        top: 0%;
        left: 50%;
        margin: -17px 0 0 -10px;
        border: 10px solid transparent;
        border-bottom-color: #005bac;
        content: '';
    }

    .section_wrap-wide.fixed-bg-conts{
        width: 100%;
    }

    .section_wrap-wide.section05{
        background: url(../images/sec05_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        padding: 0;
    }
    
    .fixed-bg-conts .keni-section{
        position: static;
        left: auto;
        top: auto;
        height: auto;
        padding: 0;
        clip: auto;
    }

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

    .fixed-bg-conts .sec-conts{
        position: static;
        top: auto;
        left: auto;
        height: auto;
        padding: 0;
    }
    
    .section05 h2.sec-title02 img{
        width: 88.2%;
        max-width: 823px;
    }
    
    .section05 .ijin-block{
        margin: 120px auto 60px;
        padding: 40px 20px;
        border-radius: 10px;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    }
    
    .section05 .ijin-block h3{
        margin: -80px auto 20px;
        width: 100%;
        max-width: 660px;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.15));
    }
    
    .section05 .ijin-block .ijin-flex1.flex-box{
        max-width: 960px;
        margin: 0 auto 60px;
    }
    
    .section05 .ijin-block .ijin-flex1.flex-box > .col{
        width: 23.9%;
    }
    
    .section05 .ijin-block .ijin-flex1.flex-box > .col:nth-child(n+3){
        margin-top: 0;
    }

    .section05 .ijin-block .ijin-flex1.flex-box > .col:nth-child(n+5){
        margin-top: 3%;
    }

    .section05 .ijin-block .ijin-flex1.flex-box > .col:nth-child(5){
        margin-left: 12.6%;
    }
    
    .section05 .ijin-block .ijin-flex1.flex-box > .col:last-child{
        margin: 3% 12.6% 0 0;
    }

    .section05 .ijin-block .ijin-flex2.flex-box{
        padding: 0 10px;
    }
    
    .section05 .ijin-block .ijin-flex2.flex-box > .col{
        width: 48.5%;
    }
    
    .section05 .ijin-block .ijin-flex2.flex-box > .col li{
        font-size: 2.2rem;
        padding: 0 0 0 25px;
        background-position: left 5px;
        background-size: 20px 20px;
    }
    
    .section05 .ijin-block .ijin-flex2.flex-box > .col li:nth-child(n+2){
        margin-top: 10px;
    }
    
    .arrow{
        position: absolute;
        bottom: -20px;
        width: 180px;
    }
    
    .section_wrap-wide.section06{
        padding: 0;
    }

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

    .section06 .section-in:last-of-type{
        padding-bottom: 120px;
    }
    
    .section06 h2.sec-title01 img{
        max-width: 527px;
    }
    
    .section06 .img01{
        padding: 8px;
        margin: 0 auto 60px;
        width: 80%;
        max-width: 700px;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    }
    
    .section06 h3.subtitle01,
    .section06 h3.subtitle02{
        font-size: 4.2rem;
        padding: 20px 40px;
        text-align: center;
        margin: 80px 0 50px;
    }
    
    .section06 h3.subtitle01{
        background: url(../images/sec06_subtitle_back01_pc.webp) center no-repeat;
        background-size: cover;
    }
    
    .section06 h3.subtitle02{
        background: url(../images/sec06_subtitle_back02_pc.webp) center no-repeat;
        background-size: cover;
    }
    
    .img02{
        margin: 60px auto;
    }
    
    .otonajyuku-conts{
        background: url(../images/otonajyuku_back_pc.webp) center no-repeat;
        background-size: cover;
        padding: 80px 0;
    }

    .otonajyuku-conts-in{
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .otonajyuku-conts .otonajyuku-title{
        width: 54%;
        max-width: 405px;
        margin: 0 auto 30px;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.75));
    }
    
    .otonajyuku-conts .otonajyuku-fee{
        width: 72%;
        max-width: 540px;
    }
    
    .otonajyuku-conts .moushikomi-btn{
        margin-top: 40px;
    }
    
    .otonajyuku-conts .otonajyuku-point{
        width: 100%;
        max-width: 760px;
        margin: 0 auto 40px;
    }

    .section06 .point-text{
        width: 93.3%;
        max-width: 700px;
        margin: 60px auto !important;
    }

    .section06 .matome-text{
        width: 40%;
        max-width: 300px;
        margin: 70px auto -125px !important;
    }
    
    .section_wrap-wide.tokuten-conts{
        background: url(../images/sec01_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        padding-top: 75px;
    }
    
    .tokuten-conts .section-in{
        padding: 0;
    }
    
    .tokuten-conts h2{
        width: 100%;
        max-width: 806px;
        margin: 0 auto 50px;
        filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.4));
    }
    
    .tokuten-conts .tokuten-block{
        padding: 5px;
        border-radius: 10px;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
        position: relative;
    }
    
    .tokuten-conts .tokuten-block:nth-of-type(n+2){
        margin-top: 30px;
    }
    
    .tokuten-conts .tokuten-block .tokuten-block-in{
        display: table;
        width: 100%;
        padding: 0;
        border-radius: 6px;
        min-height: 150px;
    }
    
    .tokuten-conts .tokuten-block .tokuten-num{
        position: absolute;
        top: -20px;
        left: -20px;
        right: auto;
        width: 92px;
        filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
    }

    .tokuten-conts .tokuten-block .tokuten-img.pc{
        display: table-cell!important;
        vertical-align: middle;
        margin: 0;
        width: 24.7%;
    }

    .tokuten-conts .tokuten01 .tokuten-img{
        background: url(../images/sec07_img01_pc.webp) center no-repeat;
        background-size: cover;
    }

    .tokuten-conts .tokuten02 .tokuten-img{
        background: url(../images/sec07_img02_pc.webp) center no-repeat;
        background-size: cover;
    }

    .tokuten-conts .tokuten03 .tokuten-img{
        background: url(../images/sec07_img03_pc.webp) center no-repeat;
        background-size: cover;
    }
    
    .tokuten-conts .tokuten-block .tokuten-text{
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 30px 25px;
        width: 75.3%;
    }
    
    .tokuten-conts .tokuten-block .tokuten-text p{
        font-size: 1.8rem;
        margin: 20px 0 0;
        text-align: left;
    }

    .tokuten-conts .tokuten-block .tokuten-text .tokuten-syousai .pc{
        display: none!important;
    }
    
    .tokuten-conts .tokuten-block .tokuten-text .tokuten-title{
        margin: 0;
    }
    
    .tokuten-conts .tokuten01 .tokuten-text .tokuten-title{
        width: 100%;
        max-width: 688px;
    }
    
    .tokuten-conts .tokuten02 .tokuten-text .tokuten-title{
        width: 80.1%;
        max-width: 551px;
    }
    
    .tokuten-conts .tokuten03 .tokuten-text .tokuten-title{
        width: 88.8%;
        max-width: 611px;
    }
    
    .tokuten-conts .section-in .tokuten-catch{
        font-size: 3.0rem;
        line-height: 1.3;
        margin: 50px 0 0;
    }

    .tokuten-conts .moushikomi-btn{
        margin-top: 35px;
    }

    .keni-section .otonajyuku-title02{
        width: 100%;
        max-width: 750px;
        margin: 0 auto 40px;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.4));
    }
    
    .section_wrap-wide.section08{
        padding: 0;
    }

    .section_wrap-wide.section08 .keni-section{
        max-width: none;
        padding: 0;
    }
    
    .section08 h2.sec-title02 img{
        width: 48.0%;
        max-width: 448px;
    }
    
    .section_wrap-wide.section09{
        padding: 0;
    }

    .section_wrap-wide.section09 .keni-section{
        max-width: none;
        padding: 0;
    }
    
    .section09 h2.sec-title02 img{
        width: 25.8%;
        max-width: 241px;
    }
    
    .section09 h4{
        font-size: 3.4rem;
        margin: 100px 0 50px;
    }

    .section_wrap-wide.section10{
        background: url(../images/sec10_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        padding-top: 120px;
    }
    
    .section10 .section-in{
        padding: 0;
    }

    .section10 h2{
        width: 26.8%;
        max-width: 250px;
        margin: 0 auto 80px;
    }
    
    .section10 .profile-right{
        float: right;
        width: 40%;
        max-width: 400px;
        margin: 0 0 4% 4%;    
    }
    
    .section10 .profile-photo{
        width: 100%;
        max-width: 400px;
        margin: 0 0 15px;
    }
    
    .section10 h3.name{
        font-size: 3.6rem;
        margin: 0;
    }
    
    .section10 h3.name span{
        font-size: 2.2rem;
        margin: 0 0 3px;
    }
    
    .section10 .profile-left p{
        font-size: 1.8rem;
        text-align: left;
    }

    .section10 .profile-left p:nth-of-type(n+2){
        margin-top: 30px;
    }
    
    .section10 .profile-left ul{
        margin: 30px 0;
    }
    
    .section10 .profile-left ul li{
        font-size: 2.2rem;
        padding: 0 0 0 24px;
        background-position: left 6px;
        background-size: 18px 18px;
    }

    .section10 .profile-left ul li:nth-child(n+2){
        margin-top: 5px;
    }

    .keni-footer_inner{
        padding: 40px 40px 20px;
    }
    
    .footer-menu li{
        font-size: 1.6rem;
        display: inline-block;
    }

    .footer-menu li:nth-child(n+2){
        margin: 0 0 0 40px;
    }
    
    
    
     
    
    
    

}/*横幅768px以上*/



@media (min-width : 1080px){

    .keni-header_inner{
        height: 900px;
        background-size: 1150px 579px;
        padding-bottom: 0;
    }
    
    .keni-header_inner .sub-title{
        width: 380px;
    }
    
    .keni-header_inner .main-title{
        bottom: 230px;
        width: 962px;
    }
    
    .keni-header_inner .catch{
        bottom: 60px;
        width: 822px;
    }

    .section_wrap-wide.section01{
        padding: 33px 25px;
    }
    
    .section_wrap-wide.section01 .keni-section{
        background-size: 120px 120px;
    }
    
    .section01 .sec01-in{
        padding: 0 15px;
    }

    .section03 .genri-flex .genri01::after{
        width: 120px;
    }

    .section03 .genri-flex.flex-box > .col .genri-text{
        padding: 20px 15px 15px;
    }

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

    .section04 .flex-box.voice-flex > .col{
        width: 30.7%;
    }
    
    .section04 .flex-box.voice-flex > .col:nth-child(n+3){
        margin-top: 0;
    }

    .section04 .flex-box.voice-flex > .col:nth-child(n+4){
        margin-top: 3.95%;
    }

    .section08 .flex-box > .program-text{
        padding: 30px 15px 30px 30px;
    }

    .tokuten-conts .moreover{
        top: -48px;
        width: 290px;
    }

    .tokuten-conts .tokuten-block .tokuten-block-in{
        min-height: 217px;
    }

    .tokuten-conts .tokuten-block .tokuten-text .tokuten-syousai .pc{
        display: block!important;
    }

	.keni-footer-cont_wrap{
		padding: 0;
	}
	
	
    /*コピーライト*/
	.keni-copyright{
		padding: 0;
	}
    
    

}/*横幅1080px以上*/

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