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

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



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

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

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

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

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


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

html{
	font-size: 62.5%;
}

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

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

div{
	word-wrap: break-word;
}

form{
	margin: 0;
}

p{
	margin: 0 0 1.85em;
    line-height: 2.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;
}

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


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

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


/*テーブル（左端が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;
}




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

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


/*リンクの基本色*/
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.4;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

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

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

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

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

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


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


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


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

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

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

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

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

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

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

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

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

.btn_share{
	cursor: pointer;
}


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





/*ページトップボタン*/
.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!important;
}

.pc{
    display: none!important;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
    
.flex-box.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.align-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

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

.keni-header{
    background-color: #f5f2e9;
    background-image: url(../images/lined-paper-2.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: 412px 300px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 95.2%, 50% 100%, 0 95.2%);
}

.keni-header_inner{
    height: 0;
    margin: 0 auto;
    padding-bottom: calc(100%*630/414);
    position: relative;
    z-index: 0;
}

.fv-catch{
    position: absolute;
    top: 7.25vw;
    left: 0;
    right: 0;
    width: 91.79vw;
    margin: auto;
    line-height: 1;
}

.fv-img01{
    position: absolute;
    top: 47.10vw;
    left: 0;
    right: 0;
    width: 92.75vw;
    margin: auto;
}

.fv-img02{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin: auto;
}

.section_wrap-wide.mv-sec{
    background: url(../images/mv_back_sp.webp) center no-repeat;
    background-size: cover;
    padding: 0;
    clip-path: polygon(0% 0%, 50% 5.1%, 100% 0%, 100% 100%, 0 100%);
    margin-top: -7.25%;
}

.section_wrap-wide.mv-sec .keni-section{
    max-width: 1320px;
    background: url(../images/mv_sp.webp) center 6.04vw no-repeat;
    background-size: contain;
    padding: 0;
    padding-bottom: calc(100%*584/414);
    position: relative;
}

.mv-sec .main-title{
    position: absolute;
    bottom: 6.04vw;
    left: 0;
    right: 0;
    width: 100vw;
    margin: auto;
    line-height: 1;
}

.section_wrap-wide.entry-sec{
    background: url(../images/entry_back_sp.webp) center no-repeat;
    background-size: cover;
    padding: 9.66vw 0;
}

.entry-sec h2{
    width: 90.10vw;
    line-height: 1;
    margin: 0 auto 7.25vw;
}

.entry-sec .entry-btn02{
    width: 100%;
    line-height: 1;
    margin: 0 auto;
    filter: drop-shadow(0.24vw 0.24vw 1.44vw rgba(0,0,0,0.3));
}

.entry-sec .entry-btn02 a{
	transition: 0.3s;
}

.entry-sec .entry-btn02 a:hover,
.entry-sec .entry-btn02 a:active,
.entry-sec .entry-btn02 a:focus{
    filter: brightness(1.1);
}

.yureru-s {
	animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
	0% {
		transform: translate(3px, 0px);
	}
	5% {
		transform: translate(-3px, 0px);
	}
	10% {
		transform: translate(3px, 0px);
	}
	15% {
		transform: translate(-3px, 0px);
	}
	20% {
		transform: translate(3px, 0px);
	}
	25% {
		transform: translate(-3px, 0px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}


.section_wrap-wide.soudan-sec{
    position: relative;
    width: 100vw;
    height: 362.2vw;
}

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

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

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

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

.soudan-sec .sec-conts .sec-conts-in{
    padding: 9.66vw 3.62vw;
}

.soudan-sec h2{
    width: 90.10vw;
    line-height: 1;
    margin: 0 auto 7.25vw;
}

.soudan-sec .soudan-box{
    background-color: #ffffff;
    background-image: url(../images/inflicted.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: 240px 240px;
    border-radius: 1.44vw;
    padding: 6.04vw 3.62vw 7.25vw;
    box-shadow: 0.24vw 0.24vw 1.92vw rgba(0,0,0,0.15);
    position: relative;
    z-index: 0;
}

.soudan-sec .soudan-box::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(255,255,255,0.75);
    border-radius: 1.44vw;
    z-index: 0;
}

.soudan-sec .soudan-box .entry-form{
    position: relative;
    z-index: 5;
}

.entry-btn{
    width: 100%;
    line-height: 1;
    margin: 0 auto;
    transition: 0.3s;
    border-radius: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.entry-btn:hover,
.entry-btn:active,
.entry-btn:focus{
    cursor : pointer;
    filter: brightness(1.1);
}

.section_wrap-wide.section01{
    background-color: #f5f2e9;
    background-image: url(../images/lined-paper-2.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: 412px 300px;
}

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

.section01 h2.sec-title{
    width: 89.61vw;
}

.section01 .jisseki-box{
    background: #fff;
    border-radius: 1.44vw;
    box-shadow: 0.24vw 0.24vw 1.44vw rgba(0,0,0,0.15);
}

.section01 .jisseki-box:nth-of-type(n+2){
    margin-top: 7.25vw;
}

.section01 .jisseki-box h3{
    font-size: 6.78vw;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    padding: 4.35vw 3.62vw 3.38vw;
    background: linear-gradient(135deg, #61c1be 0%, #00a59f 100%);
    border-radius: 1.44vw 1.44vw 0 0;
    margin: 0;
}

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

.section01 .jisseki-box .jisseki-text{
    width: 100%;
    padding: 6.04vw 3.62vw;
}

.section01 .jisseki-box .jisseki-text .lead{
    font-size: 3.86vw;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 4.83vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.section01 .jisseki-box .jisseki-text .jisseki-table{
    line-height: 1;
    margin: 0;
}

.section01 .jisseki01 .jisseki-text .jisseki-table{
    width: 85.27vw;
}

.section01 .jisseki02 .jisseki-text .jisseki-table{
    width: 80.68vw;
}

.section01 .jisseki03 .jisseki-text .jisseki-table{
    width: 83.57vw;
}

.section01 .jisseki04 .jisseki-text .jisseki-table{
    width: 85.27vw;
}

.section01 .jisseki-catch{
    width: 81.88vw;
    line-height: 1;
    margin: 9.66vw auto 0;
}

.section02 h2.sec-title{
    width: 82.13vw;
}

.section02 .flex-box:nth-of-type(n+2){
    margin-top: 12.08vw;
}

.section02 .point-img{
    width: 96.38vw;
    margin: 0 0 0 -3.62vw;
    text-align: center;
    padding: 6.04vw;
    border-radius: 0 3.62vw 3.62vw 0;
    background: #d4ecea;
}

.section02 .point02 .point-img,
.section02 .point04 .point-img{
    margin: 0 -3.62vw 0 0;
    border-radius: 3.62vw 0 0 3.62vw;
}

.section02 .point-img img{
    width: 81.88vw;
    margin: 0 auto;
}

.section02 .point-text{
    width: 100%;
    margin: -2.42vw 0 0;
}

.section02 .point-text .point-num{
    width: 36.71vw;
    margin: 0 auto 4.35vw;
    line-height: 1;
}

.section02 .point-text .point-num img{
    width: 100%;
}

.section02 .point-text h3{
    font-size: 5.56vw;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    text-align: center;
    margin: 0;
}

.section02 .point-text h3 .block{
    display: block;
    margin-top: 1.93vw;
}

.section02 .point-text h3 .text-l{
    display: inline;
    font-size: 7.73vw;
    line-height: 1.5;
    color: #fff;
    background: linear-gradient(135deg, #f39800 0%, #e84478 90%);
    padding: 0.72vw 2.42vw 0.24vw;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.section_wrap-wide.section03{
    padding-bottom: 28.99vw;
}

.section03 h2.sec-title{
    width: 56.28vw;
}

.section03 .profile-img{
    margin: 0 auto -4.83vw;
}

.section03 h3{
    width: 82.13vw;
    line-height: 1;
    transform: rotate(-3deg);
    margin: 0 auto 6.04vw;
}

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

.section03 p:nth-of-type(n+2){
    margin-top: 3.62vw;
}

.section03 .katagaki{
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 7.25vw;
}

.section03 .logo-flex{
    margin-top: 8.45vw;
}

.section03 .logo-flex > .col{
    width: 100%;
    max-width: 48.31vw;
    margin: 0 auto;
}

.section03 .logo-flex > .col:last-child{
    margin-top: 8.45vw;
}

.section03 .profile-box{
    background-color: #ffffff;
    background-image: url(../images/lined-paper.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: 300px 224px;
    padding: 10.87vw 3.62vw 6.04vw;
    margin: 16.91vw 0 0;
    position: relative;
    z-index: 0;
}

.section03 .profile-box::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(241,236,223,0.60);
    z-index: 0;
}

.section03 .profile-box h4{
    display: block;
    position: absolute;
    top: -4.73vw;
    left: 0;
    right: 0;
    width: 26.57vw;
    margin: auto;
    font-size: 5.80vw;
    color: #fff;
    text-align: center;
    background: #00ada9;
    padding: 1.44vw 3.62vw 0.72vw;
    z-index: 5;
}

.section03 .profile-box .book-img{
    position: relative;
    z-index: 5;
    line-height: 1;
    margin: 0 auto 9.66vw;
}

.section03 .profile-box h5.amazon-title{
    position: relative;
    z-index: 5;
    width: 72.46vw;
    line-height: 1;
    margin: 0 auto 2.42vw;
}

.section03 .profile-box .flex-box{
    position: relative;
    z-index: 5;
}

.section03 .profile-box .flex-box > .col{
    width: 100%;
}

.section03 .profile-box .flex-box > .col:last-child{
    margin-top: 2.42vw;
}

.section_wrap-wide.section04{
    position: relative;
    width: 100vw;
    height: 917.8vw;
}

.section04 .sec-conts .sec-conts-in{
    padding: 21.74vw 3.62vw;
    position: relative;
}

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

.section04 h2.sec-title{
    width: 72.22vw;
    margin-bottom: 16.91vw;
}

.section04 .service-box{
    position: relative;
    background: #fff;
    box-shadow: 0.24vw 0.24vw 1.92vw rgba(0,0,0,0.15);
}

.section04 .service-box:nth-of-type(n+2){
    margin-top: 21.74vw;
}

.section04 .service-box::after{
    position: absolute;
    content: url(../images/icon/arrow.svg);
    bottom: -13.29vw;
    left: 0;
    right: 0;
    width: 10.63vw;
    height: 9.42vw;
    margin: auto;
}

.section04 .service05::after{
    content: none !important;
}

.section04 .service-box .service-num{
    position: absolute;
    top: -4.83vw;
    left: 0;
    right: 0;
    width: 48.07vw;
    margin: auto;
    line-height: 1;
    transform: rotate(-5deg);
    filter: drop-shadow(0.24vw 0.24vw 1.44vw rgba(0,0,0,0.2));
}

.section04 .service-box h3{
    font-size: 7.25vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    padding: 13.29vw 3.62vw 4.83vw;
    margin: 0;
    background-color: #00ada9;
    background-image: url(../images/inflicted.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: 240px 240px;
}

.section04 .service-box h3 span{
    display: block;
    font-size: 4.83vw;
    color: #00ada9;
    background: #fff67f;
    padding: 1.21vw 2.42vw 0.72vw;
    max-width: 18.36vw;
    border-radius: 4.83vw;
    margin: 2.42vw auto 0;
}

.section04 .service-box ul{
    list-style: none;
    background: #fffabc;
    margin: 0;
    padding: 4.83vw 4.83vw 3.62vw;
}

.section04 .service-box ul li{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.4;
    padding-left: 1em;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    position: relative;
}

.section04 .service-box ul li::before{
    position: absolute;
    content: "";
    top: 1.44vw;
    left: 0;
    width: 3.38vw;
    height: 3.38vw;
    border-radius: 50%;
    background: #00ada9;
    margin: auto;
}

.section04 .service-box ul li:nth-child(n+2){
    margin-top: 1.21vw;
}

.section04 .service-box .service-text{
    padding: 6.04vw 4.83vw 4.83vw;
    background-color: #fff;
    background-image: url(../images/inflicted.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: 240px 240px;
    position: relative;
}

.section04 .service-box .service-text::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(255,255,255,0.75);
    z-index: 0;
}

.section04 .service-box .service-text p{
    position: relative;
    font-size: 3.86vw;
    line-height: 1.6;
    margin: 0;
    z-index: 5;
}

.keni-footer_outer{
	padding: 0;
}

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

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

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

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

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

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

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


/*サンクスページ*/
#thanks .keni-container{
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#thanks .keni-footer_wrap{
    margin-top: auto;
}

#thanks h1.send-title{
    font-size: 6.28vw;
    font-weight: 700;
    line-height: 1.4;
    color: #00ada9;
    text-align: center;
    margin: 0 0 9.66vw;
}

div#mfp_thanks {
    text-align: center;
    font-size: 4.83vw;
    font-weight: 500;
    margin-bottom: 4.83vw;
}

#thanks .thanks-conts p{
    font-size: 3.86vw;
    line-height: 1.6;
    margin: 0 0 7.25vw;
}

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

#thanks .btn_style01{
    background-color: #00ada9;
    color: #fff;
    font-size: 3.86vw;
    font-weight: 700;
    border-radius: 7.25vw;
    padding: 0.75em 1.5em;
    width: 60.39vw;
    text-decoration: none;
}

#thanks .keni-footer_wrap{
	background: #f5f2e9;
}







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

}



@media (min-width : 768px){

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

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

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

    h1{ font-size: 2.4rem;  }

	h2{ font-size: 2.1rem; 	}

	h3{ font-size: 2.0rem; }

	h4{ font-size: 2.0rem; }

	h5{ font-size: 2rem; }

	/*
	# 1カラムのレイアウト
	*/
	.col1 .keni-header_outer,
	.col1 .keni-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;
	}


    /*テーブル（左端が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;
	}

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

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

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

    .sp{
		display: none!important;
	}

	.pc{
		display: block!important;
	}
    
    .keni-header{
        clip-path: polygon(0% 0%, 100% 0%, 100% 102.41vw, 50% 100%, 0 102.41vw);
    }
    
    .keni-header_inner{
        max-width: 1080px;
        padding-bottom: calc(100%*1190/1080);
    }
    
    .fv-catch{
        top: 3.24vw;
        width: 77.59vw;
    }
    
    .fv-img01{
        top: 37.04vw;
        width: 94.44vw;
    }
    
    .fv-img02{
        width: 87.04vw;
    }
    
    .section_wrap-wide.mv-sec{
        background: url(../images/mv_back_pc.webp) center no-repeat;
        background-size: cover;
        clip-path: polygon(0% 0%, 50% 7.78vw, 100% 0%, 100% 100%, 0 100%);
        padding: 0;
        margin-top: -7.78vw;
    }
    
    .section_wrap-wide.mv-sec .keni-section{
        max-width: none;
        background: url(../images/mv_pc.webp) center 5.56vw no-repeat;
        background-size: 122.22vw 65.74vw;
        padding: 0;
        padding-bottom: calc(100%*918/1080);
        position: relative;
    }
    
    .mv-sec .main-title{
        bottom: 5.09vw;
        width: 86.11vw;
    }

    .section_wrap-wide.entry-sec{
        background: url(../images/entry_back_pc.webp) center no-repeat;
        background-size: cover;
        padding: 80px 0;
    }
    
    .entry-sec h2{
        width: 73.8%;
        max-width: 667px;
        margin: 0 auto 50px;
    }
    
    .entry-sec .entry-btn02{
        width: 75.2%;
        max-width: 680px;
        filter: drop-shadow(1px 1px 8px rgba(0,0,0,0.3));
    }

    .section_wrap-wide.soudan-sec{
        background: url(../images/soudan_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
        padding: 80px 0;
        position: relative;
    }
    
    .sec-bg-conts .keni-section{
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        clip: auto;
        z-index: 10;
    }

    .sec-bg-conts .sec-conts{
        position: static;
        top: auto;
        left: auto;
        height: auto;
        padding: 0;
    }
    
    .sec-bg-conts .sec-conts .sec-conts-in{
        padding: 0;
    }
    
    .soudan-sec h2{
        width: 73.8%;
        max-width: 667px;
        margin: 0 auto 50px;
    }
    
    .soudan-sec .soudan-box{
        border-radius: 8px;
        padding: 50px;
        box-shadow: 1px 1px 8px rgba(0,0,0,0.15);
    }
    
    .soudan-sec .soudan-box::after{
        border-radius: 8px;
    }
    
    .entry-btn{
        max-width: 600px !important;
    }
    
    h2.sec-title{
        margin: 0 auto 80px;
    }
    
    .section01 h2.sec-title{
        width: 67.4%;
        max-width: 609px;
    }
    
    .section01 .jisseki-box{
        border-radius: 10px;
        box-shadow: 1px 1px 8px rgba(0,0,0,0.15);
    }
    
    .section01 .jisseki-box:nth-of-type(n+2){
        margin-top: 50px;
    }
    
    .section01 .jisseki-box h3{
        font-size: 3.4rem;
        padding: 20px 20px 15px;
        border-radius: 8px 8px 0 0;
    }

    .section01 .jisseki02 h3{
        font-size: 3.2rem;
    }
    
    .section01 .jisseki-box .jisseki-img{
        width: 40%;
        border-radius: 0 0 0 8px;
    }

    .section01 .jisseki01 .jisseki-img{
        background: url(../images/sec01_img01_pc.webp) center;
        background-size: cover;
    }

    .section01 .jisseki02 .jisseki-img{
        background: url(../images/sec01_img02_pc.webp) center;
        background-size: cover;
    }

    .section01 .jisseki03 .jisseki-img{
        background: url(../images/sec01_img03_pc.webp) center;
        background-size: cover;
    }

    .section01 .jisseki04 .jisseki-img{
        background: url(../images/sec01_img04_pc.webp) center;
        background-size: cover;
    }
    
    .section01 .jisseki-box .jisseki-text{
        width: 60%;
        padding: 30px;
    }
    
    .section01 .jisseki-box .jisseki-text .lead{
        font-size: 1.8rem;
        line-height: 1.8;
        text-align: left;
        margin: 0 0 20px;
    }

    .section01 .jisseki-box .jisseki-text .lead .pc{
        display: none !important;
    }
    
    .section01 .jisseki01 .jisseki-text .jisseki-table{
        width: 100%;
        max-width: 485px;
    }
    
    .section01 .jisseki02 .jisseki-text .jisseki-table{
        width: 92.6%;
        max-width: 449px;
    }
    
    .section01 .jisseki03 .jisseki-text .jisseki-table{
        width: 98.8%;
        max-width: 479px;
    }
    
    .section01 .jisseki04 .jisseki-text .jisseki-table{
        width: 100%;
        max-width: 485px;
    }
    
    .section01 .jisseki-catch{
        width: 66.9%;
        max-width: 605px;
        margin: 80px auto 0;
    }

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

    .section02 h2.sec-title{
        width: 80%;
        max-width: 723px;
    }
    
    .section02 .flex-box:nth-of-type(n+2){
        margin-top: 80px;
    }
    
    .section02 .point-img{
        width: 100%;
        margin: 0 0 0 -40px;
        padding: 50px;
        border-radius: 0 30px 30px 0;
    }
    
    .section02 .point02 .point-img,
    .section02 .point04 .point-img{
        margin: 0 -40px 0 0;
        border-radius: 30px 0 0 30px;
    }
    
    .section02 .point-img img{
        width: 70%;
        max-width: 580px;
    }
    
    .section02 .point-text{
        margin: -20px 0 0;
    }
    
    .section02 .point-text .point-num{
        width: 180px;
        margin: 0 auto 25px;
    }
    
    .section02 .point-text h3{
        font-size: 3.0rem;
    }
    
    .section02 .point-text h3 .block{
        margin-top: 10px;
    }
    
    .section02 .point-text h3 .text-l{
        font-size: 4.0rem;
        padding: 3px 8px 2px;
    }

    .section_wrap-wide.section03{
        padding-bottom: 220px;
    }
    
    .section03 h2.sec-title{
        width: 42.4%;
        max-width: 383px;
    }
    
    .section03 .profile-img{
        width: 85%;
        max-width: 850px;
        margin: 0 auto -55px;
    }

    .section03 h3{
        width: 60%;
        max-width: 500px;
        margin: 0 auto 50px;
    }
    
    .section03 p{
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    .section03 p:nth-of-type(n+2){
        margin-top: 30px;
    }
    
    .section03 .katagaki{
        font-size: 2.0rem;
        line-height: 1.6;
        margin: 0 0 45px;
    }
    
    .section03 .logo-flex{
        width: 70%;
        max-width: 665px;
        margin: 60px auto 0;
    }
    
    .section03 .logo-flex > .col{
        width: 44.2%;
        max-width: 293px;
        margin: 0 !important;
    }
    
    .section03 .logo-flex > .col:last-child{
        width: 43.6%;
        max-width: 290px;
    }

    .section03 .profile-box{
        padding: 80px 40px 40px;
        margin: 120px 0 0;
        position: relative;
    }

    .section03 .profile-box h4{
        position: absolute;
        top: -28px;
        font-size: 3.4rem;
        width: 150px;
        padding: 6px 20px 3px;
    }
    
    .section03 .profile-box .flex-box > .col{
        width: 49.5%;
        margin: 0 !important;
    }
    
    .section03 .profile-box .book-img{
        max-width: 724px;
        margin: 0 auto 50px;
    }
    
    .section03 .profile-box h5.amazon-title{
        width: 60%;
        max-width: 536px;
        margin: 0 auto 20px;
    }

    .section_wrap-wide.section04{
        background: url(../images/sec04_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
        padding: 0 0 120px;
        position: relative;
    }
    
    .section04 .sec-conts .sec-conts-in{
        padding: 12.96vw 0 0;
    }
    
    .section04 .sub-catch{
        position: absolute;
        top: -7.87vw;
        left: 0;
        right: 0;
        width: 58.6%;
        max-width: 530px;
        margin: auto;
        line-height: 1;
    }
    
    .section04 h2.sec-title{
        width: 73.9%;
        max-width: 668px;
        margin-bottom: 110px;
    }
    
    .section04 .service-box{
        box-shadow: 1px 1px 8px rgba(0,0,0,0.15);
    }
    
    .section04 .service-box:nth-of-type(n+2){
        margin-top: 150px;
    }
    
    .section04 .service-box::after{
        bottom: -80px;
        width: 65px;
        height: 58px;
    }
    
    .section04 .service-box .service-num{
        top: -35px;
        width: 260px;
        filter: drop-shadow(1px 1px 8px rgba(0,0,0,0.2));
    }
    
    .section04 .service-box h3{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 4.0rem;
        padding: 75px 20px 40px;
    }
    
    .section04 .service-box h3 span{
        display: inline-block;
        font-size: 2.6rem;
        padding: 5px 20px 3px;
        max-width: 110px;
        border-radius: 30px;
        margin: 0 0 0 20px;
    }
    
    .section04 .service-box ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 35px 25px 25px;
    }
    
    .section04 .service-box ul li{
        font-size: 2.6rem;
        padding-left: 1em;
        text-align: center;
        margin: 0 20px 5px !important;
        position: relative;
    }
    
    .section04 .service-box ul li::before{
        position: absolute;
        content: "";
        top: 8px;
        width: 18px;
        height: 18px;
    }
    
    .section04 .service-box .service-text{
        padding: 45px 25px 40px;
    }
    
    .section04 .service-box .service-text p{
        font-size: 2.0rem;
        line-height: 1.8;
        text-align: center;
    }

    .keni-footer_inner{
        padding: 40px 40px 0px;
    }

    .company-logo{
        width: 274px;
        margin: 0 auto 10px;
    }
    
    .company-name{
        font-size: 1.6rem;
        margin: 0 0 35px;
    }
    
    .footer-menu{
        margin: 0 auto;
    }
    
    .footer-menu li{
        font-size: 1.4rem;
        display: inline-block;
        margin: 0 0 0 40px;
    }
    
    .footer-menu li:first-child{
        margin-left: 0;
    }

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


    /*サンクスページ*/
    #thanks h1.send-title{
        font-size: 3.0rem;
        margin: 0 0 50px;
    }

    div#mfp_thanks {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

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

    #thanks .btn_style01{
        font-size: 1.6rem;
        border-radius: 30px;
        width: 250px;
    }

    
     
    

}/*横幅768px以上*/



@media (min-width : 1080px){

    .keni-header{
        clip-path: polygon(0% 0%, 100% 0%, 100% 92.9%, 50% 100%, 0 92.9%);
    }
    
    .keni-header_inner{
        height: 1190px;
        padding-bottom: 0;
    }
    
    .fv-catch{
        top: 35px;
        width: 838px;
    }
    
    .fv-img01{
        top: 400px;
        width: 1020px;
    }
    
    .fv-img02{
        width: 940px;
    }

    .section_wrap-wide.mv-sec{
        padding-top: 6.06vw;
    }

    .section_wrap-wide.mv-sec .keni-section{
        height: 858px;
        background: url(../images/mv_pc.webp) center top no-repeat;
        background-size: 1320px 710px;
        padding-bottom: 0;
        position: relative;
    }
    
    .mv-sec .main-title{
        position: absolute;
        bottom: 55px;
        left: 0;
        right: 0;
        width: 930px;
        margin: auto;
        line-height: 1;
    }

    .section01 .jisseki-box .jisseki-img{
        width: 43.5%;
    }
    
    .section01 .jisseki-box .jisseki-text{
        width: 56.5%;
        padding: 40px;
    }
    
    .section01 .jisseki-box .jisseki-text .lead{
        margin: 0 0 30px;
    }

    .section01 .jisseki-box .jisseki-text .lead .pc{
        display: block !important;
    }

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

    .section02 .flex-box:nth-of-type(n+2){
        margin-top: 120px;
    }
    
    .section02 .point-img{
        width: 47.4%;
        height: 460px;
        margin: 0;
        padding: 0;
        border-radius: 0 30px 30px 0;
        position: relative;
    }
    
    .section02 .point02 .point-img,
    .section02 .point04 .point-img{
        margin: 0;
        border-radius: 30px 0 0 30px;
    }
    
    .section02 .point-img img{
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        max-width: 640px;
        max-height: 460px;
        margin: auto;
        padding: 30px;
    }

    .section02 .point02 .point-img img,
    .section02 .point04 .point-img img{
        right: auto;
        left: 0;
    }
    
    .section02 .point-text{
        width: 52.6%;
        margin: 0;
        position: relative;
    }

    .section02 .point-text-in{
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        max-width: 590px;
        margin: auto;
        padding: 20px 40px;
    }

    .section02 .point02 .point-text-in,
    .section02 .point04 .point-text-in{
        left: auto;
        right: 0;
    }
    
    

    .section04 .sec-conts .sec-conts-in{
        padding: 140px 0 0;
    }

    .section04 .sub-catch{
        top: -85px;
    }

    .section04 .service-box .service-num{
        top: -40px;
        width: 320px;
    }

    .section04 .service-box h3{
        font-size: 4.8rem;
        padding: 85px 20px 40px;
    }
    
    .section04 .service-box h3 span{
        font-size: 3.0rem;
    }
    

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

}/*横幅1080px以上*/



@media (min-width : 1360px){

    .section02 .point-img{
        height: 500px;
    }

    .section02 .point-img img{
        max-width: 680px;
        max-height: 500px;
        padding: 50px;
    }

    .section02 .point-text-in{
        max-width: 740px;
        padding: 30px 60px;
    }

    .section02 .point-text .point-num{
        width: 228px;
    }
    
    .section02 .point-text h3{
        font-size: 3.4rem;
    }
    
    .section02 .point-text h3 .text-l{
        font-size:4.8rem;
    }


}/*横幅1360px以上*/





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