@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500&display=swap');
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body {
	text-align: left;
	line-height: 1.4;
	font-size: 16px
}
body{
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  letter-spacing: .1em;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
figure{
    margin-block-start: 0;
    margin-block-end: 0;	
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.ff_min{font-family: 'Noto Serif JP', serif;}
.ff_robo{font-family: 'Roboto', sans-serif;}
.ff_amt{font-family: 'Amatic SC', cursive;}
.wrap_920{
	max-width: 920px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.wrap_1280{
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.sec_pad_2{
	padding: 100px 0
}
.sec_pad_2_b{
	padding-bottom: 100px
}
.sec_pad_2_t{
	padding-top: 100px;
}
/* -------------------------------------
loopslider
------------------------------------- */
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 240px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#loopslider ul {
  float: left;
  overflow: hidden;
  display: inline-block;
}
#loopslider ul li {
  width: 3490px;
  height: 240px;
  float: left;
  display: inline;
  overflow: hidden;
}
#loopslider ul:after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#loopslider ul li img {
  max-width: none;
}

.sec_type_1 header{
	width: 100%;
	display: flex;
}
.sec_type_1.rev header{
	flex-flow: row-reverse;
}
.sec_type_1 .tx_px.rev {
	flex-flow: row-reverse;
    padding-left: 0;
    padding-right: 23%;
    padding-top: 0;
	position: relative
}
.sec_type_1 .tx_px.rev .px {
	padding: 0
}
.sec_type_1 .tx_px.rev div.tx{
	width: 60%;	
	padding-left: 4vw;	
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	position: relative
}
.sec_type_1 .tx_px.rev .num{
	right: 15vw;
	top: 0;
	line-height: 1
}

.sec_type_1 header .obj{
	width: 23%;
	position: relative
}
.sec_type_1 header .obj img{
	width: 100%;
	height: auto
}
.sec_type_1 .num{
	display: block;
	position: absolute;
	right: 0.5vw;
	top: 9.4vw;	
	font-size:max(7.2vw,50px);
	font-weight: 550
}
.sec_type_1 header .tx{
	width: 67%;
	text-align: left;
	padding-left: 48px;
}
.sec_type_1 .tx_px{
	display: flex;
	justify-content: space-between;
	padding-left: 23%;
	padding-top: 4.5vw;	
}
.sec_type_1 .tx_px p,.sec_type_1 .tx_px div.tx{
	width: 60%;	
	padding-left: 48px;	
	font-size: 18px;
	line-height: 1.5;
	text-align: left
}
.sec_type_1 .tx_px div h3{
	margin-bottom: 46px;
	font-size:max(1.7vw,22px);
	letter-spacing: .3em;
	line-height: 1.5
}
.sec_type_1 .tx_px div.tx span{
	display: block
}
.sec_type_1 .tx_px .px{
	width: 40%;
}
.sec_type_1 .tx_px .px img{
	width: 100%;
	height: auto
}
.sec_type_1.three .tx_px{
	display: flex;
	justify-content: space-between;
	padding-left: 23%;
	padding-top: 0;	
}
.sec_type_1.three .num{
	top: 0;	
	line-height: 1
}
.bg_type_lp_1{
	background-color: #fcfaf7
}
.h_type_lp_1{
	font-size:max(2.3vw,30px);
	font-weight: 500;
	line-height: 1.3
}
.h_type_lp_1 + span {
	display: block;
	padding-top: 16px;
	font-size:max(2vw,22px);
	color: #e2f138
}

.blok_link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%	
}


header.gn_lp{
	padding: 0;
	background-color: #ffffff
}
header.gn_lp .inn{
	align-items: center;
	justify-content: space-between
}
header.gn_lp .info_btn .info .tel{
	align-items: center;
	margin-bottom: 0px;
}
header.gn_lp .info_btn .info .tel p{
	padding-left: 5px;
	font-size: 29px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.5
}
header.gn_lp .info_btn .info .tel span{
	padding-left: 16px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.5
}
.btn_tel{
	color: #FFF;
	background-color: #2da4db
}
.btn_rza{
	color: #2da4db;
	background-color: #e2f138
}
.btn_mail{
	color: #FFF;	
	background-color: #00B900
}
.btx {
	position: relative
}
.btx.tra::after {
	content: "";
	position: absolute;
	bottom:2px;
	right: 2px;
	width: 19px;
	height: 20px;
	background-image: url("../img/lp/btn_tra.png");
	background-size: cover
}
header.gn_lp .btx a {
	height: 100%;
	justify-content: center;
	align-items: center;
	color: inherit
}
header.gn_lp .info_btn {
	align-content: center
}
header.gn_lp .info_btn .info .btx{
	width: 50%;
	font-size: 16px;
}
header.gn_lp .info_btn .info .btx a{
	padding: 12px 0.5rem;
}
header.gn_lp .info_btn .info .btn_rza img{
	max-width: 26px;
	height: auto
}
header.gn_lp .info_btn .info .btn_rza p{
	padding-left: 6px;
	font-weight: 400;
	letter-spacing: .1em;
}
header.gn_lp .info_btn .info .btn_rza span{
	padding-right: 6px;	
	font-size: 12px;
}
header.gn_lp .info_btn .info .btx.tra::after {
	width: 9px;
	height: 10px;
}
header.gn_lp .info_btn .info .btn_mail img{
	max-width: 30px;
	height: auto
}
header.gn_lp .info_btn .info .btn_mail p{
	padding-left: 4px;
	font-weight: 400;
	letter-spacing: .1em;
}
.fc_lp_bs{color: #0062b0}
.sp_ham {
	margin: 4px;
    width: 110px;
    height: 110px;
    z-index: 100000;
    background-color: #FFF;
	border: 1px solid #0062b0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    transition-property: all;
    transition: 0.3s linear;
}
.sp_ham.on_fix {
	position: fixed;
	right: 1rem;
	top: 0
}

.sp_ham .tx_cent{
	width: 100%;
    margin-top: 4px;
	font-size: 13px
}
.navs div.sp_ham.fixed {
    top: 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
 position: relative;
 width: 39px;
 height: 31px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
	border-radius: 30px;
  background-color: #0062b0;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}	
.mv{
	background: url("../img/lp/mv_bg.jpg") no-repeat center top / cover;
}
.mv .cont{
	text-align: center;	
	padding: 10vw 0 5vw;
	width: 55%;
	float: right
}
.mv .cont p{
	font-size:max(1.5vw,26px);
	font-weight: 400;
	color: #4d4d4d;
	position: relative
}
.mv .cont p span{
	padding-bottom: 6px;
	position: relative
}
.mv .cont p span::after{
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #FFF
}
.mv .cont h2{
	margin: 3vw auto 4vw;
	font-size:max(2.2vw,33px);
	font-weight: 500;
	color: #009fe8;
	letter-spacing: .05em	
}
.mv .cont h2 span.small{
	font-size:max(2vw,28px);	
}
.mv .cont h2 span.big{
	font-size:max(2.7vw,34px);
}
.mv .cont .vxz {
	justify-content: space-between
}
.mv .cont .vxz .vx{
	width: 32%;
}
.mv .cont .vxz .vx img{
	width: 100%;
	height: auto
}
.cv {
	padding: 60px 0;
	background: url("../img/lp/cv_bg.jpg") no-repeat center top / cover;
}
.cv h2{
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .2em;
	line-height: 1.5;
}
.cv h2 span{
	position: relative
}
.cv h2 span::before,
.cv h2 span::after{
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	margin: auto;
	width: 28px;
	height: 27px;
	background-image: url("../img/lp/h_star.png")
}
.cv h2 span::before{
	left: -38px;
}
.cv h2 span::after{
	right: -38px;
}
.cv .btx{
	width: 33.333333333333333%;
	position: relative;
	padding: 1.6vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	
}
.cv .btn_tel p{
	align-items: center;
	justify-content: center;
}
.cv .btn_tel p span{
	font-size:max(1vw,16px);	
	padding-left: 6px
}
.cv .btn_tel div{
	width: 100%;
	margin-top: 16px;
	font-size:max(1.8vw,28px);	
	text-align: center;
	letter-spacing: .12em;
}
.cv .btn_rza .fsp{
	width: 100%
}
.cv .btn_rza span{
	display: block;
	width: 100%;
	margin: 10px 0 6px;
	font-size: 15px;
	text-align: center;
	line-height: 1
}
.cv .btn_rza p{
	text-align: center;	
	font-size:max(1.4vw,24px);	
	font-weight: 500	
}
.cv .btn_mail p{
	width: 100%;
	font-size:max(1.4vw,24px);	
	text-align: center;	
	padding-top: 12px;
}
.blue .tx p{
	letter-spacing: .18em
}
.fc_lg{color:#88bf7b}
.fc_lg_2{color:#e2f138}
.how_blue{
	padding: 100px 0 136px;
	position: relative;
	background: url("../img/lp/hb_bg.png") no-repeat center top / cover;
}
.how_blue::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 101px;
	height: 53px;
	margin: auto;
	background: url("../img/lp/hb_tra.png") no-repeat center top / cover;
}
.how_blue h2{
	margin-bottom: 80px;
	font-size: 42px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	line-height: 1.5
}
.how_blue article{
	padding: 4.2vw 1rem;
	text-align: center;
background-size: auto auto;
background-color: rgba(255, 255, 255, 0.4);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0.5) 4px );
}
.how_blue article p{
	line-height: 1.5;
}
.how_blue article p.small{
	font-size: 32px;
	letter-spacing: .3em
}
.how_blue article p.big{
	margin: 30px auto;
	font-size:max(3vw,30px);	
	font-weight: 500;	
	letter-spacing: .14em
}
.how_blue article p.big span{
	font-size: 32px;	
	display: block;
	letter-spacing: .14em
}
.how_blue article p.msg{
	margin-top: 55px;
	line-height: 2.4;
	font-size: 18px;
}
.inv {
	background: url("../img/lp/inv_bg.jpg") no-repeat center 12vw / cover;
}
.inv.sec_type_1 .tx_px {
	overflow: hidden;
	display: block;
	text-align: left
}
.inv.sec_type_1 .tx_px figure {
	position: relative;
	display: inline-block
}
.inv.sec_type_1 .tx_px figure .item{
	width: 22vw;
	height: auto;
	position: absolute;
	top: 2.5vw;
	right: -30vw
}

.inv.sec_type_1 .tx_px p{
	width: 100%;	
}
.inv .tx_px p .bx{
	position: relative;	
	margin: 4.4vw 0 30px;	
	display: inline-block;
	font-size: 24px;
	line-height: 1.7;
	letter-spacing: .2em;
}

.inv .tx_px p .bx .bs{
	font-size: 32px;
}
.inv .tx_px p .msg{
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.2
}
.inv .merit h2 {
	margin: 10vw 0 10px;	
	font-size:max(2.5vw,35px);
	font-weight: 500;
	letter-spacing: .17em;
	line-height: 1.9;
	text-align: center;
}
.inv .merit h2 span{
	display: block;
	font-size:max(1.7vw,22px);
	color: #2da4db
}
.inv .merit .vxz{
	justify-content: space-between
}
.inv .merit .vxz .vx{
	margin-top: 70px;
	width: 28%
}
.inv .merit .vxz .vx figure img{
	width: 100%
}
.inv .merit .vxz .vx h3{
	margin: 30px auto 24px;
	font-size:max(1.35vw,20px);	
	letter-spacing: .17em;
	line-height: 1.5;
	text-align: center;
	color: #2da4db
}
.inv .merit .vxz .vx p{
	font-size: 18px;
	line-height: 1.9;
	text-align: left;
}
.light h2{
	padding: 70px 0;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	letter-spacing: .13em;
	line-height: 2;
	background-color: #FFF
}
.light h2 span{
	display: block;
	font-size: 24px;
	color: #000
}
.light .results{
	padding: 70px 0;	
	background: url("../img/lp/res_bg.jpg") no-repeat center top / cover;
}
.light .results .vxz{
	justify-content: space-between
}
.light .results .vxz .vx{
	width: 12%
}
.light .results .vxz .vx figure img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}
.light .results .vxz .vx p{
	margin-top: 12px;
	font-size: 0.8vw;
	font-size:max(0.8vw,14px);	
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.5
}
.cons .px{
	width: 35%
}
.cons .tx{
	width: 65%;
	padding-left: 6vw
}
.cons .tx header p{
	font-size: 1.7vw;
	letter-spacing: .17em;
	line-height: 1.8
}
.cons .tx header p{
	font-size:max(1.7vw,22px);	
	letter-spacing: .1em;
	line-height: 1.8
}
.cons .tx header h3{
	margin: 40px 0;
	font-size:max(2.9vw,36px);	
	font-weight: 200;
	letter-spacing: .15em;
	line-height: 1.8;
	color: #0062b0
}
.cons .tx header h3 span{
	font-size:max(1.7vw,26px);	
	letter-spacing: .01em;	
}
.cons .tx .box{
	max-width: 812px;
	margin-top: 7vw;
	padding: 3vw 2.4vw;
	background-color: #fcfaf7
}
.cons .tx .box h4{
	padding-bottom: 16px;
	margin-bottom: 16px;
	font-size: 27px;
	font-weight: 200;
	color: #666666;
	text-align: center;
	letter-spacing: .15em;
	line-height: 1.5;
	border-bottom: 2px solid #b4d9ac
}
.cons .tx .box aside{
	margin-bottom: 28px;
	font-size:max(1.5vw,26px);	
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
}
.cons .tx .box .vxz{
	justify-content: space-between
}
.cons .tx .box .vxz{
	justify-content: space-between
}
.cons .tx .box .s_tx{
	width: 60%;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
.cons .tx .box figure{
	width: 40%;
	padding-left: 2vw
}
.cons .tx .box figure img{
	max-width: 100%;
	height: auto
}
.yt h2{
	margin-bottom: 50px;
	font-size: 32px;
	text-align: center;
	letter-spacing: .16em;
	line-height: 1.5
}
.yt .box{
	padding: 50px 11vw 5vw;
	border: 2px solid #b4d9ac;
	text-align: center
}
.yt .box p{
	margin-bottom: 50px;
	font-size: 32px;
	letter-spacing: .16em;
	line-height: 1.8
}
.yt .box span{
	display: block;
	font-size: 24px;
}
.youtube {
position: relative;
padding-bottom: 48.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.youtube iframe,
.youtube object,
.youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.price_area{
	overflow: hidden;	
	padding: 40px 0.8rem;
}
.price_area figure{
	align-items: flex-end;
	justify-content: center;
}
.price_area figure img{
	display: block
}
.price_area figure img:first-child{
	margin-right: 10px;
}
.price_area p{
	padding-top: 24px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center
}
.sec_type_1 .tx_px div h3:nth-of-type(2){
	margin: 90px auto 20px;
}
.vx_type_4 {
	margin-top: 40px;
	align-items: center;
	width: 100%;
    padding-left: 23%;
}
.vx_type_4 .th{
	border-left: 6px solid #e2f138;	
	width: 35%;
	padding-left: 40px
}
.vx_type_4 .th h4{
	font-size:max(2.3vw,30px);
	font-weight: 500;
	line-height: 1.3
}
.vx_type_4 .th p{
	width: auto;
	margin-top: 10px;
	padding: 0;
	font-size:max(1.2vw,18px);
	font-weight: 500;
	letter-spacing: .26em;
	line-height: 1.5
}
.vx_type_4 .td{
	width: 65%;
	max-width: 650px;
	line-height: 2
}
.risk {
	padding: 80px 0
}
.risk h2 {
	margin-bottom: 34px;
	font-size: 24px;
	text-align: center;
	letter-spacing: .26em
}
.risk .stg {
	line-height: 2;
	height: 124px;
	overflow-y: scroll
}
.sec_type_1.comp .tx_px .px{
	width: 0;
}
sec_type_1.comp .tx_px div.tx{
	width: 100%;	
	max-width: 920px
}
.scl_cover {
    overflow: hidden;
}
.tbl_lp{
	margin-top: 4.2vw;
}
.tbl_lp .cel{
	width: 25%;
	padding: 30px 0.2rem;
	text-align: center;
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: .05em;
	border-bottom: 1px solid #4d4d4d;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;	
}
.tbl_lp .cel.bg{
	background-color: #defaef
}
.tbl_lp .cel:nth-child(n+25){
	border: none
}
.tbl_lp .cel span.obj{
	display: block;
	width: 100%;
	font-size: 32px
}
.tbl_lp .cel span.small{
	font-size: 16px
}
.slide_flow01{
	padding-top: 80px;
	width: 100%;
	overflow: hidden
}
.slide_thumbnail{
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.slide_thumbnail li {
	margin: 0 2px;
	cursor: pointer
}
.slide_thumbnail li p{
	font-family: 'Roboto', sans-serif;
	font-size: 29px;
	padding: 14px 16px;
	line-height: 1;
	letter-spacing: .18em;
	border: 1px solid #b3b3b3
}
.thumbnail-current P {
	background-color: #b4d9ac;
	border: 1px solid #b4d9ac;	
}
.slide_flow01 .slick-slide img {
	margin: 0 auto;
	display: inline-block;
}
.slide_flow01 .slide_main li {
	position: relative;
	opacity: .4;
	transition: .5s;
}
.slide_flow01 .slide_main .slick-active {
	opacity: 1;
}
.slide_flow01 .slick-prev {
	background: url("../img/lp/arw_l.svg")no-repeat center / cover;
	width: 19px;
	height: 37px;
	transform: translate(0) scaleX(-1);
	top: 37%;
	margin: auto;
	left: 20%;
	z-index: 1;
}
.slide_flow01 .slick-next {
	background: url(../img/lp/arw_l.svg)no-repeat center / cover;
	width: 19px;
	height: 37px;
	right: 20%;
	transform: translate(0);
	top: 37%;
	margin: auto;
	z-index: 1;
}
.slide_flow01 .slick-prev:before, .slide_flow01 .slick-next:before {
	display: none;
}
.slide_flow01 .slide_main dl {
	padding-top: 40px;
	position: relative;
	max-width: 920px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	opacity: 0;
	transition: 1s .5s;
}
.slide_flow01 .slide_main dl {
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	opacity: 0;
	transition: 1s .5s;
	display: none
}
.slide_flow01 .slide_main .slick-active dl {
	opacity: 1;
	display: block
}
.slide_flow01 .slide_main .slick-active dl dt {
	margin-bottom: 30px;
	text-align: center;
	color: #88bf7b;
	font-size: 26px;
	letter-spacing: .17em
}
.slide_flow01 .slide_main .slick-active dl dd {
	letter-spacing: .17em;
	line-height: 2
}
.slide_main.slick-dotted.slick-slider{margin: 0}
.slide_flow01 .slick-dots{display: none!important}
.sec_type_1.greet .tx_px div.tx span{
	line-height: 2.4
}
.biography {padding: 44px 0}
.biography h2{
	text-align: center;
	font-size: 26px;
	line-height: 1.5;
	padding-bottom: 34px;
	border-bottom: 2px solid #b4d9ac;
	letter-spacing: .2em
}
.biography article {
	margin-top: 36px
}
.biography article dl{
    margin-block-start: 0;
    margin-block-end: 0;
	width: 50%;
	font-size: 18px;
}
.biography article dl dt,
.biography article dl dd{
	line-height: 1.8
}
.biography article dl dt{
	width: 30%
}
.biography article dl dd{
	width: 70%
}
.sec_type_1.clinic .tx_px div.tx figure{
	width: 60%;	
	font-size: 18px;
	line-height: 1.5;
}
.sec_type_1.clinic .tx_px div.tx address{
	margin: 80px 0 33px;
	font-size: 18px;
	line-height: 1.8
}
.sec_type_1.clinic .tx_px div.tx address{
	margin: 80px 0 33px;
	font-size: 18px;
	line-height: 1.8
}
.telz{
	margin-bottom: 36px;
	position: relative;
	align-items: center
}
.telz figure{
	width: 36px!important;
}
.telz span{
	display: block;
	width: calc(100% - 36px);
	font-size:max(2.2vw,34px);
	font-weight: normal;
	letter-spacing: .12em;
	line-height: 1
}
.tbl_lp_time {
	max-width: 530px;
}
.tbl_lp_time .vx{
	padding: 3px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .13em;
	text-align: center;
}
.tbl_lp_time .th{
	width: 150px;
}
.tbl_lp_time .td{
	width: calc((100% - 150px) / 7);
}
.tbl_lp_time .glay{
	background-color: #e6e6e6
}
.sec_type_1.clinic .tx_px .msg{
	margin-top: 20px;
	font-size: 16px;
	line-height: 2
}
.covid {
	margin-top: 100px;
	padding: 90px 0;
	background-color: #2da4db;
	color: #FFF;
	text-align: center
}
.covid h2{
	font-size: 42px;
	line-height: 1.5
}
.covid .vxz{
	margin-top: 22px;
	justify-content: space-between
}
.covid .vxz .vx{
	margin-top: 50px;
	width: 32%
}
.covid .vxz .vx figure{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;	
}
.covid .vxz .vx:nth-child(3) figure{
	height: 86px;
}
.covid .vxz .vx p{
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	color: #defaef;
	line-height: 1.5
}
.sec_type_1.pay .tx_px div.tx,
.sec_type_1.faq .tx_px div.tx{
	max-width: 920px
}
.sec_type_1.pay .tx_px div.tx .price_tbl .vx {
	width: 50%;
	padding: 24px 0;
	border-bottom: 2px solid #b4d9ac
}
.how_pay {
	padding: 94px 0 200px;
	background: url("../img/lp/how_pay_bg.jpg") no-repeat top center / cover
}
.how_pay h2,.how_pay h3{
	font-size: 26px;
	letter-spacing: .17em;
	line-height: 1.5
}
.how_pay h2 + p{
	margin: 94px 0;
}
.how_pay p{
	font-size: 18px;
	font-weight: 500;
	line-height: 2.1
}
.how_pay .vx{
	padding: 94px;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.1;
	border: 2px solid #FFF
}
.how_pay .vx h3{
	text-align: center;
	margin-bottom: 42px;
}
dl {
    margin-block-start: 0;
    margin-block-end: 0;
}
.acc_stg dl{
	border: 1px solid #2da4db;
	margin-bottom: 30px
}
.acc_stg dl:last-child{
	margin-bottom: 0
}
.acc_stg dt,
.acc_stg dd{
	width: 100%;
	cursor: pointer;
	color: #FFF;	
}
.acc_stg dd div{
	align-items: flex-start
}
.acc_stg dt .th,
.acc_stg dt .td,
.acc_stg dd .th,
.acc_stg dd .td{
	padding: 8px 0;
}
.acc_stg dt .th,
.acc_stg dd .th{
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-color: #2da4db;
	font-size: 30px;
}
.acc_stg dd .th{
	background-color: transparent;
	color: #2da4db
}
.acc_stg dt .td,
.acc_stg dd .td{
	width: calc(100% - 60px);
	line-height: 1.6;
	letter-spacing: .1em;
	padding: 17px 50px 18px 0;
	position: relative;
	background: #2da4db;
	font-size: 22px;
}
.acc_stg dd .td{
	background-color: transparent;
	font-size: 18px;
	color: #000	
}
.acc_stg dt .td:after {
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right: 30px;
	bottom:0;
	margin:auto;
	width: 30px;
	height: 4px;
	background-color: #FFF;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.acc_stg dt .td:before {
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 30px;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 4px; 
	background-color: #FFF;
	transition: .3s;
}
.acc_stg dt.open .td:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.acc_stg dt.open .td:after{
	background-color: transparent;
}
.acc_stg dd {
	display: none;	
}
.last_info .inn{
    justify-content: space-between
}
.last_info p{
    font-size: 18px;
    line-height: 1.8;	
}
.last_info p.info{
    margin: 36px 0 36px;	
}
.last_info p.info_2{
    margin: 50px 0 0 0;	
}
.ggmap {
position: relative;
padding-bottom: 24.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
footer {
	text-align: center;
	font-size: 23px;
	background-color: transparent
}
.pagetop{
	cursor: pointer;
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9998;
}
.gnav_sp {
	padding: 160px 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(0,98,176,.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	width: 600px;
	transition: opacity .6s ease, visibility .6s ease;
	line-height: 1.45;
}
.gnav_sp .nav_main {
    padding-bottom: 100px;
}
.gnav_sp .nav_main > ul {
	padding: 0 32px;
	display: block;
}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_main > ul > li:first-child {
	border-top: 1px solid #fff;
}
.gnav_sp .nav_main > ul > li.nav_drawer {
	padding-bottom: 2.5vw;
	border-bottom: 1px solid #fff;
}
.gnav_sp .nav_main > ul > li > a {
	border-bottom: 1px solid #fff;
	display:-webkit-box;/*--- Androidãƒ–ãƒ©ã‚¦ã‚¶ç”¨ ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safariï¼ˆPCï¼‰ç”¨ ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidãƒ–ãƒ©ã‚¦ã‚¶ç”¨ ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safariï¼ˆPCï¼‰ç”¨ ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	letter-spacing: 0;
	color: #fff;
}
.gnav_sp .nav_main > ul > li > a span {
	display: block;
	padding: 20px 0;	
	width: 100%;
	font-size: 1.1vw
}
.gnav_sp .nav_main > ul > li.nav_drawer > a {
	border-bottom: none;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 8px solid #c6dde9;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin: auto;
}
.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
	transform: rotate(90deg);
}
.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
	transform: rotate(-90deg);
}
.gnav_sp .nav_main > ul > li > a .ja {
	font-size: 122.22%;
	line-height: 1.5;
}
.gnav_sp .nav_main > ul > li > a .en {
	font-size: 62.5%;
	letter-spacing: .1em;
	margin-top: 1vw;
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}






















@media screen and (max-width:1199px){
.pc {
    display: block!important;
}	
}
@media screen and (max-width:1200px){
.sec_type_1 header .tx{
	padding-left: 28px;
}
.sec_type_1 .px{
	width: 40%;
	min-width: auto;
}
.h_type_lp_1{
	line-height: 1
}
.h_type_lp_1 + span {
	padding-top: 6px;
}
.inv.sec_type_1 .tx_px figure .item{
	width: 20vw;
	height: auto;
	right: -15vw;
}
	
}

@media screen and (max-width:767px){
.pc {
    display: none!important;
}
.scl_cover {
	margin-top: 40px;
	position: relative;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;	padding: 0 0.8rem
}	
.scl_cover .tbl_lp{
	/*width: 800px*/
}		
.scl_cover .x_scl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    opacity: 1;
    transition-property: all;
    transition: 0.2s linear;
}	
.pagetop{
    right: 10px;
    bottom: 20vw;
}	
.pagetop img{
    width: 50px
}
header.gn_lp .info_btn .info {
	display: none
}
header.gn_lp .inn{
	padding: 0.8rem
}	
header.gn_lp .inn .logo img{
	width: 90%
}	
.sp_ham {
	margin: 0;
    width: 50px;
    height: 50px;
	position: fixed;
	top: 10px;
	right: 5px;
}
.sp_ham .tx_cent{
	width: 100%;
    margin-top: 4px;
	font-size: 12px;
	letter-spacing: -.05em
}
.menu-trigger {
 position: relative;
 width: 24px;
 height: 18px;
}
.menu-trigger span {
  height: 3px;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}		
.mv{
	background: url("../img/lp/mv_bg_sp.jpg") no-repeat left top / cover;
}
.mv .cont p{
	font-size:5vw;
	line-height: 1.5;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0px 1px 0 #ffffff, 0-1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;	
	
}	
.mv .cont h2{
	margin: 6vw auto 5vw;
	font-size:6vw;
	line-height: 1.5;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0px 1px 0 #ffffff, 0-1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;		
}
.mv .cont h2 span.big{
	font-size:10vw;
}
.mv .cont h2 span.small{
	font-size:6vw;
}	
.mv .vxz {
	position: relative;
	padding-bottom: 1.6rem;
	width: 100%;
	justify-content: space-between
}
.mv .vxz .vx{
	width: 32%;
	z-index: 10
}
.mv .vxz .vx img{
	width: 100%
}
.mv .vxz.flex_sp::before {
	content: "";
	position: absolute;
	bottom:0;
	left: -0.8rem;
	margin: auto;
	width: calc(100% + 1.6rem);
	height: 90%;	
	background-color: #d6fce7;
	z-index: 1
}
.cv {
	padding: 30px 0.8rem;
}
.cv h2{
	margin-bottom: 20px;
	font-size: 5vw;
	letter-spacing: .15em;
}
.cv h2 span::before,
.cv h2 span::after{
	width: 22px;
	height: 22px;
	background-size: cover
}
.cv h2 span::before{
	left: -26px;
}
.cv h2 span::after{
	right: -26px;
}
.cv .btx{
	width: 100%;
	position: relative;
	padding: 1.6vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	
}
.cv .btn_tel div{
	margin-top: 4px;
}	
.cv .btx.btn_rza, .cv .btx.btn_mail{
	padding: 0.8rem 0.4rem;
	margin-top: 5px;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.cv .btn_rza img{
	width: 24px
}	
.cv .btn_rza {
}
.cv .btn_rza .fsp{
	width: calc(100% - 24px);
}
	
.cv .btn_rza span{
	display: block;
	margin: 0 0 6px;
	font-size:4vw;
}	
.cv .btn_rza p{
	font-size: 6vw;
}
.btn_mail{
	color: #FFF;	
	background-color: #00B900;
}
.cv .btn_mail img{
	width: 30px
}	
.cv .btn_mail p{
	width: calc(100% - 30px);
	font-size: 4.5vw;
	line-height: 1.2;
	text-align: center;	
	padding-top: 0;
}
.btx.tra::after {
	width: 9px;
	height: 10px;
}
.sec_pad_2{
	padding: 40px 0
}
.sec_pad_2_b{
	padding-bottom: 40px
}
.sec_pad_2_t{
	padding-top: 40px;
}
.sec_type_1 header .tx{
	padding-left: 10px;
}
.h_type_lp_1{
	font-size: 6.5vw;	
	line-height: 1.3;
	letter-spacing: .05em
}	
.sec_type_1 .tx_px{
	flex-wrap: wrap-reverse;
	padding-left: 0;
	padding-top: 4.5vw;	
}
.sec_type_1 .tx_px .px{
	width: 100%;
}
.sec_type_1 .tx_px p,.sec_type_1 .tx_px div.tx{
	width: 100%;	
	padding: 1.4rem;	
	font-size: 16px;
	line-height: 1.5;
	text-align: left
}
.sec_type_1.blue{
	padding-bottom: 14px
}
.how_blue{
	padding: 40px 0 60px;
	background: url("../img/lp/hb_bg_sp.png") no-repeat center top / cover;
}
	
.how_blue::before{
	top: -1px;
	width: 50px;
	height: 26px;
}
.how_blue h2{
	margin-bottom: 24px;
	font-size: 7vw;
}
.how_blue article{
	width: 90%;
	margin: 0 auto;
	padding: 8vw 1rem;
	text-align: center;
background-size: auto auto;
background-color: rgba(255, 255, 255, 0.4);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0.5) 4px );
}
.how_blue article p.small{
	font-size: 6vw;
	letter-spacing: .2em
}
.how_blue article p.big{
	margin: 10px auto;
	font-size: 7.5vw;
}
.how_blue article p.big span{
	font-size: 4vw;
	display: block;
	letter-spacing: .14em
}
.how_blue article p.msg{
	margin-top: 20px;
	line-height: 2;
	font-size: 16px;
	text-align: left
}
.inv.sec_type_1 .tx_px figure {
	padding-top: 40px
}
.inv.sec_type_1 .tx_px figure img:first-child {
	width: 60%;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 10
}
.inv.sec_type_1 .tx_px figure .item{
	width: calc(100% - 1.8rem);
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1
}
.inv.sec_type_1 .tx_px p{
	width: 100%;
	position: relative;
	z-index: 10
}
.inv .tx_px p .bx{
	position: relative;	
	margin: 4.4vw 0 30px;	
	font-size: 4.4vw;
	line-height: 1.7;
	letter-spacing: .16em;
}

.inv .tx_px p .bx .bs{
	font-size: 6vw;
}
.inv .tx_px p .msg{
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 2
}
.inv .merit h2 span{
	display: block;
	font-size:3.7vw;
	letter-spacing: -0.01em
}
.inv .merit h2 {
	font-size: 6vw;
}
.inv .merit .vxz .vx{
	margin-top: 40px;
	width: 100%
}
.inv .merit .vxz .vx figure img{
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block
}
.inv .merit .vxz .vx h3{
	margin: 16px auto 10px;
	font-size:6vw;	
	letter-spacing: .17em;
	line-height: 1.5;
	text-align: center;
	color: #2da4db
}
.inv .merit .vxz .vx p{
	font-size: 16px;
	line-height: 1.9;
	text-align: left;
	padding: 0 0.8rem;
}
.light h2{
	padding: 30px 0;
	font-size:6vw;	
	letter-spacing: .13em;
	line-height: 1.8;
}
.light h2 span{
	padding-bottom: 10px;
	display: block;
	font-size:4vw;
	letter-spacing: 0;
	color: #000
}
.light .results{
	padding: 40px 0;	
}
.light .results .fsp{
	margin-bottom: 20px;
	text-align: center;
	font-size: 5.5vw;
	font-weight: 500;
	letter-spacing: .14em;
	line-height: 1.6;
	color: #e2f138
}
.light .results .vxz{
	padding: 0 0.8rem;
	justify-content: center;
}
.light .results .vxz .vx{
	width: 23%;
	margin: 0 1%
}
.light .results .vxz .vx:first-child{
	margin-left: 10%;
}
.light .results .vxz .vx:nth-child(3){
	margin-right: 10%;
}
.light .results .vxz .vx:nth-child(n+4){
	margin-top: 5%;
}
	
.light .results .vxz .vx figure img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}
.cons .tx{
	width: 100%;
	padding-left: 0
}
.cons .tx header p{
	padding: 0 0.8rem;
	margin-bottom: 16px;
	font-size:4.8vw;	
	letter-spacing: .1em;
	line-height: 1.8
}
.cons .tx header p + img{
	width: 100%;
}
.cons .tx header h3{
	padding: 0 0.8rem;	
	margin: 16px 0;
	font-size:6vw;	
	letter-spacing: .15em;
	line-height: 1.8;
}
.cons .tx header h3 span{
	font-size:max(1.7vw,26px);	
	letter-spacing: .01em;	
}
.cons .tx .box{
	width: calc(100% - 1.6rem);
	margin: 34px auto 0;
	padding: 6vw 4vw;
	background-color: #fcfaf7
}
.cons .tx .box h4{
	padding-bottom: 10px;
	margin-bottom: 16px;
	font-size: 5.5vw;
}
.cons .tx .box aside{
	margin-bottom: 20px;
	font-size: 6vw;
}
.cons .tx .box .vxz{
	flex-wrap: wrap-reverse;
	justify-content: space-between
}
.cons .tx .box .s_tx{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
.cons .tx .box figure{
	width: 100%;
	padding: 0 0 2vw
}
.cons .tx .box figure img{
	margin: 0 auto;
	max-width: 100%;
	height: auto
}
.yt h2{
	margin-bottom: 30px;
	font-size: 5vw;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.5
}
.yt .box{
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	padding: 20px 0.8rem;
}	
.yt .box span{
	padding-bottom: 10px;
	display: block;
	font-size: 4vw;
}	
.yt .box p{
	margin-bottom: 20px;
	font-size: 6vw;
	letter-spacing: .16em;
	line-height: 1.8
}
.price_area figure img{
	display: block;
	margin: 0 auto
}
.price_area figure img:first-child{
	margin-right: 0;
}
.price_area figure img:last-child{
	width: 60%;
	margin-top: 20px;
}
.price_area p{
	padding-top: 20px;
	font-size: 15px;
	text-align: left
}
.sec_type_1 .num{
	display: none
}
.sec_type_1 .tx_px div aside.nsp{
	font-size: 15vw;
	font-weight: 500
}
.sec_type_1 .tx_px div h3{
	margin-bottom: 20px;
}
.spvxz{
	width: calc(100% - 1.6rem);
	margin: 30px auto 0;
	padding: 20px 12px;
	border: 2px solid #e2f138
}
.spvxz h3{
	font-size: 5vw;
	line-height: 1.8;
	text-align: center;
}
.vx_type_4 {
	margin-top: 30px;
	align-items: center;
	width: 100%;
    padding-left: 0;
}
.vx_type_4 .th{
	border-left: none;	
	width: 100%;
	padding-left: 0
}
.vx_type_4 .th h4{
	display: none
}
.vx_type_4 .th p{
	width: auto;
	margin: 0 0 10px;
	padding: 4px;
	background-color: #e2f138;
	letter-spacing: .16em;
	text-align: center;
}
.vx_type_4 .td{
	width: 100%;
	line-height: 2
}
.sec_type_1 .tx_px.rev {
	flex-wrap: wrap-reverse;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	position: relative
}
.sec_type_1 .tx_px.rev .px {
	padding: 0
}
.sec_type_1 .tx_px.rev div.tx{
	width: 100%;	
	padding: 20px 0.8rem;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	position: relative
}	
.sec_type_1 figcaption.num{
	display: none;
}
.sec_type_1 .num{
	display: block;
	position: relative;
	right: 0;
	top: 0;	
	font-size: 15vw;
    font-weight: 500
}
.sec_type_1.reason .tx_px.rev div.tx{
	display: none;
}	
.sec_type_1.reason {
	padding-bottom: 0
}	
.sec_type_1 .tx_px.rev .num{
	width: 100%;
	display: block;
	padding: 20px 0.8rem;
	text-align: left;
	right: 0;
	left: 0;
	top: 0;
	line-height: 1
}
.sec_type_1.three .tx_px{
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	padding-top: 0;	
}
.sec_type_1.three .tx_px div.tx{
	display: none;
}	
.risk {
	padding: 40px 0
}
.risk h2 {
	margin-bottom: 24px;
	font-size: 5vw;
	text-align: center;
	letter-spacing: .26em
}
.risk .stg {
	width: 86%;
	margin: 0 auto;
	height: 220px;
}
.comp {
	display: none
}
.flow {
	padding-top: 50px
}
.slide_thumbnail {
	padding: 0 0.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.slide_thumbnail li {
	width: 18%;
	margin: 1%;	
}
.slide_thumbnail li p{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	padding: 14px 0;
	line-height: 1;
	letter-spacing: .18em;
	border: 1px solid #b3b3b3;
}
.slide_flow01 .slick-prev {
	top: 14%;
	left: 0;
}
.slide_flow01 .slick-next {
	top: 14%;
	right: 0%;	
}
.slide_flow01 .slide_main dl {
	padding: 16px 0.8rem 0;
}
.slide_flow01 .slide_main .slick-active dl dt {
	margin-bottom: 10px;
	text-align: center;
	color: #88bf7b;
	font-size: 5.5vw;
	letter-spacing: .1em;
	line-height: 1.5
}
.greet {
	padding-top: 0
}
.slide_flow01{
	padding-top: 20px;
}
.sec_type_1.flow .tx_px p, .sec_type_1 .tx_px div.tx {
    width: 100%;
    padding: 1.4rem 0.8rem 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}	
.biography {padding: 30px 0.8rem}	
.biography h2{
	text-align: center;
	font-size: 5.5vw;
	line-height: 1.5;
	padding-bottom: 14px;
	border-bottom: 2px solid #b4d9ac;
	letter-spacing: .2em
}
.biography article {
	margin-top: 14px
}
.biography article dl{
	width: 100%;
	font-size: 16px;
}
.biography article dl dt,
.biography article dl dd{
	line-height: 2.2
}
.sec_type_1.clinic {
	padding-bottom: 16px
}
.sec_type_1.clinic .tx_px{
	flex-wrap: wrap;
	padding-left: 0;
	padding-top: 0;	
}
.sec_type_1 header {
    align-items: center
}	
.sec_type_1.clinic .tx_px div.tx figure.cc_logo{
	width: 90%;	
	margin: 0 auto;
}
.sec_type_1.clinic .tx_px div.tx address{
	margin: 33px 0 ;
	font-size: 16px;
	text-align: center;
	line-height: 1.8
}
.sec_type_1.clinic .tx_px .msg{
	margin-top: 33px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px
}
#loopslider {
  height: 120px;
}
#loopslider ul li {
  width: 1745px;
  height: 120px;
}
.covid {
	margin-top: 40px;
	padding: 40px 0;
	background-color: #2da4db;
	color: #FFF;
	text-align: center
}
.covid h2{
	font-size: 6vw;
	line-height: 1.5
}
.covid .vxz {
	margin-top: 0;
	padding: 0 0.8rem
}
.covid .vxz .vx{
	margin-top: 30px;
	width: 49%
}
.covid .vxz .vx p{
	margin-top: 14px;
	font-size: 3.3vw;
}
.sec_type_1.pay .tx_px div.tx {
    padding-top: 0
}	
.how_pay {
	padding: 40px 0.8rem 80px;
}
.how_pay h2,.how_pay h3{
	font-size: 6vw;
	text-align: center
}
.how_pay h2 + p{
	margin: 30px 0;
}
.how_pay p{
	font-size: 16px;
	font-weight: 500;
	line-height: 2.1
}
.how_pay .vx{
	padding: 20px;
	font-size: 16px;
	line-height: 1.8;
}
.how_pay .vx h3{
	text-align: center;
	margin-bottom: 20px;
}
.acc_stg dt .th,
.acc_stg dd .th{
	width: 50px;
	font-size: 26px;
}
.acc_stg dd .th{
	background-color: transparent;
	color: #2da4db
}	
.acc_stg dt .td,
.acc_stg dd .td{
	width: calc(100% - 50px);
	line-height: 1.6;
	letter-spacing: .1em;
	padding: 17px 50px 18px 0;
	position: relative;
	background: #2da4db;
	font-size: 16px;
}
.acc_stg dt .td{
	display: flex;
	align-items: center
}
.acc_stg dd .td{
	background-color: transparent;
	font-size: 14px;
	color: #000	
}
.acc_stg dt .td:after {
	right: 10px;
	width: 20px;
	height: 2px;
}
.acc_stg dt .td:before {
	right: 10px;
	width: 20px;
	height: 2px; 
}
.last_info .inn figure{
    width: 60%;
	margin: 0 auto
}
.last_info p.info{
	margin: 33px 0 ;
	font-size: 16px;
	text-align: center;
	line-height: 1.8
}
.last_info p.info_2{
	margin-top: 33px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0
}
footer {
	padding: 20px 0!important;
	font-size: 14px;
	margin-bottom: 70px;
}
.telz {
    justify-content: center
}	
.telz span {
    width: auto;
	font-size: 9vw
}	
.last_info .inn figure{
    margin: 0 auto
}
.last_info .inn .telz figure {
    margin: 0!important
}	
.tbl_lp_time .vx{
	font-size: 14px;
	letter-spacing: .05em;
}
.tbl_lp_time .th{
	width: 120px;
}
.tbl_lp_time .td{
	width: calc((100% - 120px) / 7);
}
.pagetop{
    right: 5px;
    bottom: 5px;
}
.fx_wrap{
	display: none;
}	
.sp_fx{
	width: calc(100% - 55px);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
    padding: 0 0 5px 5px
}	
.sp_fx .vx{
	width: 50%;
	height: 60px;
	padding: 0 3px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;	
}	
.sp_fx .telzz {
	align-items: center;
	justify-content: center;
	color: #FFF;
	background-color: #2da4db;		
}	
.sp_fx .telzz .tel{
	align-items: center;
	justify-content: center;
	color: #FFF
}	
.sp_fx .telzz .tel img{
	width: 16px;
}	
.sp_fx .telzz .tel p.sm{
	font-size: 8px;
	padding-left: 3px
}	
.sp_fx .telzz .tel p.numb{
	margin-top: 7px;
	text-align: center;
	font-size: 4.5vw;
	font-weight: bold
}	
.sp_fx .rza{
	align-items: center;
	justify-content: center;
	color: #2da4db;
	background-color: #e2f138;		
}	
.sp_fx .rza img{
	width: 16px;	
}	
.sp_fx .rza .fsp{
	padding-left: 3px;
	width: calc(100% - 16px);
}	
.sp_fx .rza span{
	display: block;
	margin: 0 0 3px;
	font-size:4vw;
	text-align: center	
}	
.sp_fx .rza p{
	font-size: 6vw;
	text-align: center
}
.sp_ham.on_fix {
	right: 5px;
	top: 5px
}
.gnav_sp {
	padding: 80px 0 0;
	width: 70%;
}
.gnav_sp .nav_main {
    padding-bottom: 100px;
}
.gnav_sp .nav_main > ul {
	padding: 0 0.8rem;
	display: block;
}
.gnav_sp .nav_main > ul > li > a span {
	padding: 20px 0;	
	width: 100%;
	font-size: 3.4vw
}
	
	
	
	
	
	
	
	
	
	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

