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

/*
# =================================================================
# 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の場合にスマホ表示で立て並びに変化）*/
.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: #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.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: #004ea2;
	font-size: 1.4rem;
	line-height: 1.3em;
}


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

.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;
    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: url(../images/mv_sp.webp) center top no-repeat;
    background-size: cover;
}

.keni-header_inner{
    width: 100%;
    height: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(100%*740/414);
    position: relative;
}

.mv-text .mv-sub{
    position: absolute;
    top: 8.45vw;
    left: 0;
    right: 0;
    width: 81.16vw;
    margin: auto;
    line-height: 1;
}

.mv-text .main-title{
    position: absolute;
    bottom: 15.70vw;
    left: 0;
    right: 0;
    width: 86.96vw;
    margin: auto;
    line-height: 1;
    z-index: 1;
}

.section_wrap-wide.section01{
    padding: 0;
    background: #c7e8fa;
}

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

.section01 h2{
    background: #004ea2;
    padding: 6.04vw 3.62vw;
    line-height: 1;
    text-align: center;
    margin: 0;
}

.section01 h2 img{
    width: 100%;
    max-width: 57.00vw;
    margin: -10.63vw auto 0;
}

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

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

.section01 .step-box{
    background: #fff;
    position: relative;
    filter: drop-shadow(0.24vw 0.24vw 1.44vw rgba(0,0,0,0.1));
}

.section01 .step-box::after{
    position: absolute;
    content: url(../images/icon/arrow.svg);
    bottom: -6.76vw;
    left: 0;
    right: 0;
    width: 20.29vw;
    height: 6.76vw;
    margin: auto;
}

.section01 .step-box:last-of-type::after{
    content: none;
}

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

.section01 .step-box .step-num{
    position: absolute;
    top: -5.56vw;
    left: 0;
    right: 0;
    width: 47.58vw;
    margin: auto;
    line-height: 1;
    filter: drop-shadow(0.24vw 0.24vw 1.44vw rgba(0,0,0,0.1));
}

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

.section01 .step-box .step-img{
    padding: 0.96vw 0.96vw 0;
}

.section01 .step-box .step-text{
    padding: 6.04vw 3.62vw;
    line-height: 1;
    margin: 0;
}

.section01 .step-box .step-text img{
    width: 100%;
    margin: 0 auto;
}

.section01 .step01 .step-text img{
    max-width: 67.63vw;
}

.section01 .step02 .step-text img{
    max-width: 71.98vw;
}

.section01 .step03 .step-text img{
    max-width: 75.60vw;
}

.section01 .step04 .step-text img{
    max-width: 56.52vw;
}

.section01 .step05 .step-text img{
    max-width: 80.43vw;
}

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

.section_wrap-wide.entry-conts .keni-section{
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-bottom: calc(100%*660/414);
    position: relative;
}

.entry-conts h2{
    position: absolute;
    top: 12.08vw;
    left: 0;
    right: 0;
    width: 75.85vw;
    margin: auto;
    line-height: 1;
}

.entry-conts .flex-box{
    position: absolute;
    bottom: 9.66vw;
    left: 0;
    right: 0;
    width: 82.13vw;
    margin: auto;
    line-height: 1;
}

.entry-conts .flex-box > .col{
    width: 100%;
    filter: drop-shadow(0.24vw 0.24vw 1.44vw rgba(0,0,0,0.2));
}

.entry-conts .flex-box > .col:last-child{
    margin-top: 4.83vw;
}

.entry-conts .flex-box > .col a{
    transition: 0.3s;
}

.entry-conts .flex-box > .col a:hover,
.entry-conts .flex-box > .col a:active,
.entry-conts .flex-box > .col a:focus{
    filter: brightness(1.1);
}

.section_wrap-wide.section02{
    padding: 0;
    background-color: #f3f0ef;
    background-image: url(../images/gplay.png);
    background-repeat: repeat;
    background-position: center top;
}

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

.section02 h2{
    background: #004ea2;
    padding: 6.04vw 3.62vw;
    line-height: 1;
    text-align: center;
    margin: 0;
}

.section02 h2 img{
    width: 100%;
    max-width: 74.64vw;
    margin: 0 auto;
}

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

.section02 .question-block h3{
    line-height: 1;
    margin: 0 auto 9.66vw;
}

.section02 .question01 h3{
    width: 68.60vw;
}

.section02 .question02 h3{
    width: 83.33vw;
}

.section02 .question03 h3{
    width: 82.37vw;
}

.section02 .question-block .answer-box{
    background: #004ea2;
    padding: 7.25vw 3.62vw 6.04vw;
    position: relative;
}

.section02 .question-block .answer-box::before{
    position: absolute;
    content: url(../images/icon/arrow.svg);
    top: -3.62vw;
    left: 0;
    right: 0;
    width: 20.29vw;
    margin: auto;
}

.section02 .question-block .answer-box h4{
    line-height: 1;
    margin: 0 auto 6.04vw;
}

.section02 .question01 .answer-box h4{
    width: 57.49vw;
}

.section02 .question02 .answer-box h4{
    width: 85.27vw;
}

.section02 .question03 .answer-box h4{
    width: 67.63vw;
}

.section02 .question-block .answer-box .flex-box{
    background: #fff;
    border-radius: 1.21vw;
}

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

.section02 .question-block .answer-box .flex-box > .answer-img{
    width: 100%;
}

.section02 .question-block .answer-box .flex-box > .answer-img img{
    border-radius: 1.21vw 1.21vw 0 0;
}

.section02 .question-block .answer-box .flex-box > .answer-text{
    width: 100%;
    padding: 6.04vw 2.42vw;
}

.section02 .question-block .answer-box .flex-box > .answer-text p{
    line-height: 1;
    margin: -12.08vw auto 0;
}

.section02 .question01 .answer-box .answer01 > .answer-text p{
    width: 65.70vw;
}

.section02 .question01 .answer-box .answer02 > .answer-text p{
    width: 74.15vw;
}

.section02 .question01 .answer-box .answer03 > .answer-text p{
    width: 73.91vw;
}

.section02 .question02 .answer-box .answer01 > .answer-text p{
    width: 78.74vw;
}

.section02 .question02 .answer-box .answer02 > .answer-text p{
    width: 75.12vw;
}

.section02 .question02 .answer-box .answer03 > .answer-text p{
    width: 70.53vw;
}

.section02 .question-block .answer-box .middle-text{
    margin: 7.25vw auto;
    line-height: 1;
}

.section02 .question02 .answer-box .middle-text{
    width: 67.39vw;
}

.section02 .question-block .answer-box .catch{
    width: 90.82vw;
    margin: 0 -2.66vw -5.07vw;
    line-height: 1;
    text-align: center;
}

.section02 .question-block.question03 .answer-box .flex-box > .answer-img img{
    border-radius: 0 0 1.21vw 1.21vw;
}

.section02 .question-block.question03 .answer-box .flex-box > .answer-text p{
    margin: 0 auto;
}

.section02 .question03 .answer-box .answer01 > .answer-text p{
    width: 77.54vw;
}

.section02 .question03 .answer-box .middle-text{
    width: 85.02vw;
}

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

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

.section_wrap-wide.section04{
    background: #d4ecf3;
}

.section04 h2.sec-title{
    width: 70.53vw;
    margin-bottom: 14.49vw;
}

.section04 .flex-box.case-flex{
    justify-content: start;
}

.section04 .flex-box.case-flex > .col{
    width: 100%;
    background: #fff;
    border: 0.72vw solid #00a6cb;
    padding: 13.29vw 3.62vw 6.04vw;
    border-radius: 1.93vw;
    position: relative;
}

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

.section04 .flex-box.case-flex > .col .case-num{
    position: absolute;
    left: 0;
    right: 0;
    top: -9.66vw;
    width: 19.32vw;
    margin: auto;
    line-height: 1;
    z-index: 10;
}

.section04 .flex-box.case-flex > .col .clinic-add{
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1.3;
    color: #00a6cb;
    padding-bottom: 1.21vw;
    border-bottom: 1px solid #00a6cb;
    text-align: center;
    margin: 0 0 3.62vw;
}

.section04 .flex-box.case-flex > .col .clinic-name{
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.section04 .flex-box.case-flex > .col .clinic-name span{
    font-size: 3.86vw;
}

.section04 .flex-box.case-flex > .col .clinic-doctor{
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 1.21vw 0 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.section04 .flex-box.case-flex > .col .case-img{
    width: 67.63vw;
    margin: 3.62vw auto;
}

.section04 .flex-box.case-flex > .col table{
    margin: 0;
    min-height: 17.87vw;
}

.section04 .flex-box.case-flex > .col table th,
.section04 .flex-box.case-flex > .col table td{
    border: none;
    vertical-align: middle;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.section04 .flex-box.case-flex > .col table th{
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #00a6cb;
    padding: 2.42vw;
    width: 40%;
}

.section04 .flex-box.case-flex > .col table td{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1;
    color: #ee7800;
    background: #fff9b1;
    padding: 1.21vw 2.42vw;
}

.section04 .flex-box.case-flex > .col table td span{
    font-size: 15.94vw;
}

.section04 .flex-box.case-flex > .col table td.achivement{
    font-size: 6.04vw;
}

.section_wrap-wide.section05{
    background: #f3f0ef;
    padding-bottom: 8.45vw;
}

.section05 h2.sec-title{
    width: 54.35vw;
}

.accordion-list{
    margin: 0;
}

.accordion-list dt::after{
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right: 2.42vw;
	font-size: 3.86vw;
    color: #fff;
}

.accordion-list dt::after{
	content: "\e903";
}

.accordion-list .accordion-list_btn_open::after{
	content: "\e906";
}

.section05 .qa-list.accordion-list dt{
	position: relative;
	display: block;
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background: #004ea2;
    border-radius: 0.96vw;
	margin-bottom: 6.04vw;
	padding: 2.42vw 8.45vw 1.68vw 13.53vw;
    min-height: 15.94vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.section05 .qa-list.accordion-list dt:first-of-type span{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 2.42vw 7.25vw 1.68vw 13.53vw;
}

.section05 .qa-list.accordion-list dd{
	position: relative;
    font-size: 3.86vw;
    line-height: 1.6;
	margin-bottom: 7.25vw;
	margin-left: 0;
	padding: 0 0 0 13.53vw;
}

.section05 .qa-list.accordion-list dd:last-of-type{
    margin-bottom: 3.62vw;
}

.section05 .qa-list.accordion-list dt::before{
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2.42vw;
    margin: auto;
	width: 8.70vw;
	height: 8.70vw;
    line-height: 1;
	content: url(../images/icon/question.svg);
}

.section05 .qa-list.accordion-list dd::before{
	position: absolute;
	top: 1.21vw;
    left: 2.42vw;
    margin: auto;
	width: 8.70vw;
	height: 8.70vw;
    line-height: 1;
	content: url(../images/icon/answer.svg);
}

.section06 h2.sec-title{
    width: 77.54vw;
}

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

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

.section06 .contact-tyuui{
    font-size: 3.38vw;
    line-height: 1.5;
}

.section_wrap-wide.section07{
    background: #fffbc7;
}

.section07 h2.sec-title{
    width: 86.96vw;
}

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

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


.thanks .thanks-conts h1.send-title{
    font-size: 6.28vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 12.08vw;
}

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

.thanks .thanks-conts .thanks-btn{
    text-align: center;
    width: 48.31vw;
    margin: 0 auto;
}

.btn_style01{
	background-color: #004ea2;
	color: #fff;
	font-weight: 500;
    border-radius: 0.97vw;
    padding: 0.75em 1.5em;
    text-decoration: none;
}

.btn_style01:hover,
.btn_style01:active,
.btn_style01:focus{
    color: #fff;
}

.btn.btn_style01{
    font-size: 3.86vw;
    width: 100%;
}

.thanks .footer-fixed{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.thanks .footer-fixed footer{
    margin-top: auto;
}






@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{
        background: url(../images/mv_pc.webp) center top no-repeat;
        background-size: cover;
    }
    
    .keni-header_inner{
        max-width: 1080px;
        padding-bottom: calc(100%*650/1080);
        position: relative;
    }

    .mv-text{
        position: absolute;
        top: 12.96vw;
        right: 3.70vw;
        width: 61.11vw;
        margin: auto;
    }
    
    .mv-text .mv-sub{
        position: static;
        top: auto;
        left: auto;
        right: auto;
        width: 52.96vw;
        margin: 0 auto 3.70vw;
    }
    
    .mv-text .main-title{
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin: 0 auto;
    }
    
    .section_wrap-wide.section01{
        padding: 0;
    }
    
    .section_wrap-wide.section01 .keni-section{
        padding: 0;
        max-width: none;
        position: relative;
        z-index: 10;
    }
    
    .section01 h2{
        padding: 50px 40px;
    }
    
    .section01 h2 img{
        width: 87.2%;
        max-width: 789px;
        margin: -75px auto 0;
    }
    
    .section-in{
        max-width: 1080px;
        padding: 100px 40px 120px;
        margin: 0 auto;
    }
    
    .section01 .section-in{
        padding-top: 120px;
    }
    
    .section01 .step-box{
        display: table;
        width: 100%;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.1));
    }
    
    .section01 .step-box::after{
        bottom: -40px;
        width: 120px;
        height: 40px;
    }
    
    .section01 .step-box:nth-of-type(n+2){
        margin-top: 100px;
    }
    
    .section01 .step-box .step-num{
        top: -28px;
        width: 240px;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.1));
    }
    
    .section01 .step-box .step-img{
        display: table-cell;
        vertical-align: middle;
        width: 43%;
        padding: 6px 0 6px 6px;
    }
    
    .section01 .step-box .step-text{
        display: table-cell;
        vertical-align: middle;
        padding: 40px 15px 15px 30px;
    }
    
    .section01 .step-box .step-text img{
        margin: 0;
    }
    
    .section01 .step01 .step-text img{
        width: 82.3%;
        max-width: 381px;
    }
    
    .section01 .step02 .step-text img{
        width: 87.5%;
        max-width: 405px;
    }
    
    .section01 .step03 .step-text img{
        width: 76.5%;
        max-width: 354px;
    }
    
    .section01 .step04 .step-text img{
        width: 68.5%;
        max-width: 317px;
    }
    
    .section01 .step05 .step-text img{
        width: 100%;
        max-width: 463px;
    }
    
    .section_wrap-wide.entry-conts{
        padding: 0;
        background: url(../images/entry_back_pc.webp) center top no-repeat;
        background-size: cover;
    }

    .section_wrap-wide.entry-conts .keni-section{
        padding-bottom: calc(100%*558/1080);
    }
    
    .entry-conts h2{
        top: 7.87vw;
        left: auto;
        right: 3.70vw;
        width: 52.31vw;
    }
    
    .entry-conts .flex-box{
        bottom: 7.41vw;
        width: 74.07vw;
        margin: auto;
    }
    
    .entry-conts .flex-box > .col{
        width: 47.5%;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.2));
    }
    
    .entry-conts .flex-box > .col:last-child{
        margin-top: 0;
    }

    .section_wrap-wide.section02{
        padding: 0;
    }
    
    .section_wrap-wide.section02 .keni-section{
        max-width: none;
        padding: 0;
    }
    
    .section02 h2{
        padding: 50px 40px;
    }
    
    .section02 h2 img{
        width: 59.8%;
        max-width: 541px;
    }
    
    .section02 .question-block:nth-of-type(n+2){
        margin-top: 100px;
    }
    
    .section02 .question-block h3{
        margin: 0 auto 45px;
    }
    
    .section02 .question01 h3{
        width: 72.3%;
        max-width: 639px;
    }
    
    .section02 .question02 h3{
        width: 84.5%;
        max-width: 747px;
        margin: 0 auto 55px;
    }
    
    .section02 .question03 h3{
        width: 100%;
        max-width: 884px;
    }
    
    .section02 .question-block .answer-box{
        padding: 60px 40px 50px;
        position: relative;
    }

    .section02 .question-block.question02 .answer-box,
    .section02 .question-block.question03 .answer-box{
        padding-bottom: 35.19vw;
    }
    
    .section02 .question-block .answer-box::before{
        position: absolute;
        content: url(../images/icon/arrow.svg);
        top: -30px;
        left: 0;
        right: 0;
        width: 150px;
        margin: auto;
    }
    
    .section02 .question-block .answer-box h4{
        margin: 0 auto 40px;
    }
    
    .section02 .question01 .answer-box h4{
        width: 80%;
        max-width: 556px;
    }
    
    .section02 .question02 .answer-box h4{
        width: 79.8%;
        max-width: 555px;
    }
    
    .section02 .question03 .answer-box h4{
        width: 63.3%;
        max-width: 440px;
    }
    
    .section02 .question-block .answer-box .flex-box{
        border-radius: 8px;
    }
    
    .section02 .question-block .answer-box .flex-box:nth-of-type(n+2){
        margin-top: 30px;
    }
    
    .section02 .question-block .answer-box .flex-box > .answer-img{
        width: 28.9%;
    }
    
    .section02 .question-block .answer-box .flex-box > .answer-img img{
        border-radius: 0 8px 8px 0;
    }
    
    .section02 .question-block .answer-box .flex-box > .answer-text{
        width: 71.1%;
        padding: 25px 15px 25px 20px;
    }
    
    .section02 .question-block .answer-box .flex-box > .answer-text p{
        margin: 0;
    }
    
    .section02 .question01 .answer-box .answer01 > .answer-text p{
        width: 82.7%;
        max-width: 483px;
    }
    
    .section02 .question01 .answer-box .answer02 > .answer-text p{
        width: 92.1%;
        max-width: 538px;
    }
    
    .section02 .question01 .answer-box .answer03 > .answer-text p{
        width: 100%;
        max-width: 584px;
    }
    
    .section02 .question02 .answer-box .answer01 > .answer-text p{
        width: 95.9%;
        max-width: 560px;
    }
    
    .section02 .question02 .answer-box .answer02 > .answer-text p{
        width: 92.1%;
        max-width: 538px;
    }
    
    .section02 .question02 .answer-box .answer03 > .answer-text p{
        width: 87.5%;
        max-width: 511px;
    }
    
    .section02 .question-block .answer-box .middle-text{
        margin: 50px auto;
    }
    
    .section02 .question02 .answer-box .middle-text{
        width: 70%;
        max-width: 485px;
    }
    
    .section02 .question-block .answer-box .catch{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 35.19vw;
        padding: 0 6px 6px;
        margin: auto;
    }

    .section02 .question-block .answer-box .catch img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .section02 .question-block.question03 .answer-box .flex-box > .answer-img img{
        border-radius: 0 8px 8px 0;
    }
    
    .section02 .question-block.question03 .answer-box .flex-box > .answer-text p{
        margin: 0;
    }
    
    .section02 .question03 .answer-box .answer01 > .answer-text p{
        width: 99.1%;
        max-width: 579px;
    }
    
    .section02 .question03 .answer-box .middle-text{
        width: 80%;
        max-width: 655px;
    }
    
    h2.sec-title{
        margin: 0 auto 60px;
    }
    
    .section03 h2.sec-title{
        width: 71.3%;
        max-width: 645px;
    }

    .section_wrap-wide.section04 .keni-section{
        max-width: 1600px;
    }
    
    .section04 h2.sec-title{
        width: 83.8%;
        max-width: 758px;
        margin-bottom: 80px;
    }

    .section04 .flex-box.case-flex{
        max-width: 1000px;
        margin: 0 auto;
    }
    
    .section04 .flex-box.case-flex > .col{
        width: 48%;
        border: 4px solid #00a6cb;
        padding: 65px 25px 25px;
        border-radius: 10px;
        margin-right: 4%;
        position: relative;
    }

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

    .section04 .flex-box.case-flex > .col:nth-child(n+3){
        margin-top: 80px;
    }

    .section04 .flex-box.case-flex > .col:last-child{
        margin-left: auto;
        margin-right: auto;
    }
    
    .section04 .flex-box.case-flex > .col .case-num{
        position: absolute;
        top: -45px;
        width: 90px;
    }

    .section04 .flex-box.case-flex > .col .clinic-data{
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .section04 .flex-box.case-flex > .col .clinic-add{
        font-size: 1.8rem;
        padding-bottom: 5px;
        margin: 0 0 15px;
    }
    
    .section04 .flex-box.case-flex > .col .clinic-name{
        font-size: 2.4rem;
    }
    
    .section04 .flex-box.case-flex > .col .clinic-name span{
        font-size: 1.6rem;
    }
    
    .section04 .flex-box.case-flex > .col .clinic-doctor{
        font-size: 1.8rem;
        margin: 5px 0 0;
    }
    
    .section04 .flex-box.case-flex > .col .case-img{
        width: 100%;
        margin: 20px auto;
    }
    
    .section04 .flex-box.case-flex > .col table{
        margin: 0;
        min-height: 90px;
    }
    
    .section04 .flex-box.case-flex > .col table th{
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 10px;
    }
    
    .section04 .flex-box.case-flex > .col table td{
        font-size: 2.4rem;
        padding: 5px 10px;
    }
    
    .section04 .flex-box.case-flex > .col table td span{
        font-size: 8.0rem;
    }
    
    .section04 .flex-box.case-flex > .col table td.achivement{
        font-size: 3.0rem;
        line-height: 1.3;
    }

    .keni-main .keni-section_wrap.section05{
        padding-bottom: 70px;
    }

    .section05 h2.sec-title{
        width: 76.6%;
        max-width: 693px;
    }
    
    .accordion-list dt::after{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        font-size: 1.6rem;
        color: #fff;
    }

    .section05 .qa-list.accordion-list{
        max-width: 880px;
        margin: 0 auto;
    }
    
    .section05 .qa-list.accordion-list dt{
        position: relative;
        display: block;
        font-size: 2.0rem;
        border-radius: 6px;
        margin-bottom: 30px;
        padding: 14px 60px 10px 85px;
        min-height: 80px;
    }

    .section05 .qa-list.accordion-list dt span,
    .section05 .qa-list.accordion-list dt:first-of-type span{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        padding: 14px 60px 10px 85px;
    }
    
    .section05 .qa-list.accordion-list dd{
        position: relative;
        font-size: 1.6rem;
        line-height: 1.8;
        margin-bottom: 50px;
        padding: 0 0 0 85px;
    }
    
    .section05 .qa-list.accordion-list dd:last-of-type{
        margin-bottom: 30px;
    }
    
    .section05 .qa-list.accordion-list dt::before{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20px;
        margin: auto;
        width: 48px;
        height: 48px;
        line-height: 1;
        content: url(../images/icon/question.svg);
    }
    
    .section05 .qa-list.accordion-list dd::before{
        position: absolute;
        top: 5px;
        left: 20px;
        margin: auto;
        width: 48px;
        height: 48px;
        line-height: 1;
        content: url(../images/icon/answer.svg);
    }
    
    .section06 h2.sec-title{
        width: 93.8%;
        max-width: 849px;
        margin-bottom: 80px;
    }
    
    .section06 p{
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    .section06 p:nth-of-type(n+2){
        margin-top: 30px;
    }
    
    .section06 .contact-tyuui{
        font-size: 1.6rem;
    }
    
    .section07 h2.sec-title{
        width: 100%;
        max-width: 905px;
    }

    .section07 #question-form{
        max-width: 750px;
        margin: 0 auto;
    }





    .keni-footer_inner{
        padding: 40px 40px 0px;
    }
    
    .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 .thanks-conts h1.send-title{
        font-size: 3.0rem;
        margin: 0 0 60px;
    }

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

    .thanks .thanks-conts .thanks-btn{
        width: 200px;
    }

    .btn_style01{
        border-radius: 4px;
    }
    
    .btn.btn_style01{
        font-size: 1.6rem;
    }
    

    

    
     
    

}/*横幅768px以上*/


@media (min-width : 985px){

    .section01 h2 img{
        margin: -85px auto 0;
    }

}/*横幅985px以上*/


@media (min-width : 1080px){

    .keni-header_inner{
        height: 650px;
        padding-bottom: 0;
    }
    
    .mv-text{
        top: 140px;
        right: 40px;
        width: 660px;
    }

    .mv-text .mv-sub{
        width: 572px;
        margin: 0 auto 40px;
    }

    .section01 .step-box .step-num{
        top: -35px;
        width: 300px;
    }

    .section01 .step-box .step-text{
        padding: 55px 30px 20px 50px;
    }

    .section_wrap-wide.entry-conts .keni-section{
        height: 558px;
        padding-bottom: 0;
    }

    .entry-conts h2{
        top: 85px;
        right: 40px;
        width: 565px;
    }
    
    .entry-conts .flex-box{
        bottom: 80px;
        width: 800px;
        margin: auto;
    }

    .section02 .question-block .answer-box{
        padding: 60px 50px 50px;
    }

    .section02 .question-block.question02 .answer-box,
    .section02 .question-block.question03 .answer-box{
        padding-bottom: 380px;
    }

    .section02 .question-block .answer-box .flex-box > .answer-text{
        padding: 30px 20px 30px 30px;
    }

    .section02 .question-block .answer-box .catch{
        height: 380px;
    }

    .section04 .flex-box.case-flex{
        max-width: 1520px;
    }
    
    .section04 .flex-box.case-flex > .col{
        width: 31.6%;
        margin-right: 2.6%;
    }

    .section04 .flex-box.case-flex > .col:nth-child(2n){
        margin-right: 2.6%;
    }

    .section04 .flex-box.case-flex > .col:nth-child(3n){
        margin-right: 0;
    }

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

    .section04 .flex-box.case-flex > .col:nth-child(n+4){
        margin-top: 80px;
    }

    .section04 .flex-box.case-flex > .col:nth-child(10){
        margin-left: 17.1%;
    }

    .section04 .flex-box.case-flex > .col:last-child{
        margin-left: 0;
        margin-right: 17.1%;
    }

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

}/*横幅1080px以上*/










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