@charset "utf-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
	font-size: 10px;
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 8px;
	}
}

body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 2.2;
	color: #333333;
	word-wrap: break-word;
	overflow-wrap: break-word;

	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

@media screen and (max-width: 1024px) {
	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
a[href] {
	color: #333333;
	text-decoration: underline;
	outline: none;
}
a[href]:hover {
	text-decoration: none;
}
a[href].a_reverse,
.a_reverse a[href] {
	text-decoration: none;
}
@media screen and (min-width: 1025px) {
	a[href].a_reverse:hover,
	.a_reverse a[href]:hover {
		text-decoration: underline;
	}
}
a[href^="http"],
a[href^="mailto:"] {
	/*display: inline-block;*/
	word-break: break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
img {
	max-width: 100%;
	height: auto;
}
label {
	cursor: pointer;
}
input, select, textarea, button {
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
}

button {
	cursor: pointer;
}
iframe {
	max-width: 100%;
	vertical-align: middle;
	border: none;
}
#symbolDef {
	display: none;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.hidden {
	display: none;
}
.slick-slider * {
	outline: none;
}


/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (min-width: 1025px), print {
/*
	.pc_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.pc_hidden {
		position: relative;
		overflow: hidden;
		display: block;
		height: 0;
	}
*/
}
@media screen and (max-width: 1024px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	td.sp, th.sp {
		display: table-cell !important;
	}
/*
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
*/
    ul.sns {
        width: 30%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 370px) {
/*
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
	.sps_non {
		display: none !important;
	}
*/
}

/* sp
============================================================================================================ */
@media screen and (max-width: 1024px) {
	*[data-label] img {
		display: none !important;
	}
	*[data-label]::before {
		content: attr(data-label);
	}
	*[data-label-r]::after {
		display: block;
		content: attr(data-label-r);
	}
}
@media screen and (min-width: 371px) {
	*[data-label-r].spl_r_inline::after {
		display: inline;
	}
}


/* transition
============================================================================================================ */
@media screen and (min-width: 1025px) {
	a[href],
	a[href]::before,
	a[href]::after,
	button,
	.basic_trs,
	.basic_trs::before,
	.basic_trs::after,
	.basic_trs *,
	.basic_trs *::before,
	.basic_trs *::after {
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
}


/* font family
============================================================================================================ */
.ff_min {
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: normal;
}

/* font
============================================================================================================ */
.fwb {
	font-weight: bold;
}
.fwn {
	font-weight: normal;
}

/* display
============================================================================================================ */
.db {
	display: block;
}
.dib {
	display: inline-block;
}


/* color / bg
============================================================================================================ */
.c_blue {
	color: #009ed3 !important;
}
.bg_blue {
	background-color: #009ed3 !important;
	color: #fff !important;
}
.c_green {
	color: #63c66d !important;
}
.bg_green {
	background-color: #63c66d !important;
	color: #fff !important;
}
.c_yellow {
	color: #ffd11b !important;
}
.bg_yellow {
	background-color: #ffd11b !important;
	color: #fff !important;
}
.c_orange01 {
	color: #f6ab00 !important;
}
.c_blue02 {
	color: #0b56a7 !important;
}



/* hover
============================================================================================================ */
@media screen and (min-width: 1025px), print {
	a.hv_wh,
	button.hv_wh,
	a .hv_wh,
	.hv_wh a {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
	}
	a.hv_wh::after,
	button.hv_wh::after,
	a .hv_wh::after,
	.hv_wh a::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0);
		-webkit-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
		z-index: 3;
	}
	a[href].hv_wh:hover::after,
	button.hv_wh:hover::after,
	a[href]:hover .hv_wh::after,
	.hv_wh a[href]:hover::after {
		background-color: rgba(255,255,255,0.3);
	}
	a[href].hv_wh.a20:hover::after,
	button.hv_wh.a20:hover::after,
	a[href]:hover .hv_wh.a20::after,
	.hv_wh.a20 a[href]:hover::after {
		background-color: rgba(255,255,255,0.2);
	}
	a[href].hv_wh.a10:hover::after,
	button.hv_wh.a10:hover::after,
	a[href]:hover .hv_wh.a10::after,
	.hv_wh.a10 a[href]:hover::after {
		background-color: rgba(255,255,255,0.1);
	}

	a[href] .hv_op {
		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	a[href].hv_op:hover,
	a[href]:hover .hv_op,
	.hv_op a[href]:hover {
		opacity: 0.7;
	}
	a[href].hv_op.a20:hover,
	a[href]:hover .hv_op.a20,
	.hv_op.a20 a[href]:hover {
		opacity: 0.8;
	}
	a[href].hv_op.a10:hover,
	a[href]:hover .hv_op.a10,
	.hv_op.a10 a[href]:hover {
		opacity: 0.9;
	}
}


/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 1px;
	top: -72px;
}
.target.pt {
	top: -102px;
}
@media screen and (max-width: 1024px) {
	.target {
		top: -60px;
	}
	.target.pt {
		top: -80px;
	}
}
@media screen and (max-width: 370px) {
	.target {
		top: -50px;
	}
	.target.pt {
		top: -70px;
	}
}




/* w
============================================================================================================ */
.w {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}
.w::after {
	content: ""; display: table; clear: both;
}
.w.m {
}
.mw {
	min-width: 1140px;
}
@media screen and (max-width: 1024px) {
	.w {
		padding: 0;
		width: auto !important;
		max-width: none !important;
	}
	.mw {
		min-width: 0;
	}
}


/* spパディング
============================================================================================================ */
@media screen and (max-width: 1024px) {
	.sp_pd {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.sp_full {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
}
@media screen and (max-width: 370px) {
	.sp_full {
		margin-left: -12px !important;
		margin-right: -12px !important;
	}
	.sp_pd {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}



/* header
============================================================================================================ */
#header nav .gnav > li .sns > li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

@media screen and (min-width: 1025px), print {
	#header {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index: 1000;
	}
	#header .head {
		height: 120px;
		padding-top: 30px;
	}
	#header .logo {
		position: relative;
		float: left;
		z-index: 10;
		font-weight: bold;
	}
	#header .logo a {
		display: table;
		height: 60px;
		padding-left: 226px;
		background: url("../../commons/imgs/logo.jpg") no-repeat 0 / 215px auto;
		color: #333333;
		font-size: 1.5rem;
		line-height: 1.7;
		text-decoration: none;
		letter-spacing: 2px;
	}
	#header .logo a > * {
		display: table-cell;
		vertical-align: middle;
	}

	#header nav {
		background-color: #FFF;
		border-top: 1px solid #C9E8E6;
		border-bottom: 1px solid #C9E8E6;
	}
	#header nav .gnav {
		max-width: 1300px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: auto;
	}
	#header nav .gnav > li {
		width: 100%;
		padding-left: 1px;
	}
	#header nav .gnav > li.pcElm {
		display: none!important;
	}
	#header nav .gnav > li > a {
		position: relative;
		display: table;
		width: 100%;
		height: 68px;
		text-align: center;
		text-decoration: none;
		font-size: 1.8rem;
		line-height: 1.4;
		color: #00B5AC;
	}
	@media only screen and ( max-width : 1300px ) and ( min-width : 1025px ){
		#header nav .gnav > li > a {
			font-size: 1.6rem;
		}
	}
	#header nav .gnav > li > a > * {
		display: table-cell;
		vertical-align: middle;
	}
	#header nav .gnav > li:not(:first-child):not(:nth-child(2)) > a::before ,
	#header nav .gnav > li > .sns::before {
		content: "";
		position: absolute;
		left: -1px;
		top: 20px;
		bottom: 20px;
		border-left: 1px solid #00ada9;
		pointer-events: none;
	}
	#header nav .gnav > li > a.current,
	#header nav .gnav > li:hover > a,
	#header nav .gnav > li > a:hover {
		background-color: #00ada9;
		color: #FFF;
	}

	#header nav .gnav > li .sns {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		height: 100%;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	#header nav .gnav > li .sns > li {
		display: block;
		padding: 0 7.5px;
	}
	#header nav .gnav > li .sns img {
		height: 3rem;
		display: block;
	}

	#header nav .gnav .dd {
		overflow: hidden;
		position: absolute;
		/*top: 188px;*/
		right: 0;
		left: 0;
		height: 0;
		background-color: rgba(11,179,141,0.90);
		-webkit-transition: height .4s;
		-o-transition: height .4s;
		transition: height .4s;
	}
	#header nav .gnav li:hover .dd {
		height: 255px;
		z-index: 3;
	}
	#header nav .gnav li:hover .dd.is_course {
		height: 220px;
	}
	#header nav .gnav .dd > div {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
	}
	#header nav .gnav .dd ul {
		max-width: 1300px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: auto;
		padding: 35px 0;
	}
	#header nav .gnav .dd.is_course ul {
		flex-flow: row wrap;
	}
	#header nav .gnav .dd ul li + li {
		margin-left: 40px;
	}
	#header nav .gnav .dd.is_course ul li + li {
		margin-left: 20px;
	}
	#header nav .gnav .dd.is_course ul li {
		margin-top: 20px;
		width: calc((100% - 100px) / 6);
	}
	#header nav .gnav .dd.is_course ul li:nth-child(6n+1) {
		margin-left: 0px;
	}
	
	#header nav .gnav .dd.is_course ul li a {
		font-size: 15px;
	}
	
	#header nav .gnav .dd.is_course ul li a img {
		width: 100%;
		height: calc(100% * 148 / 253);
	}
	
	
	#header nav .gnav .dd ul a {
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#header nav .gnav .dd ul a .ph {
		display: block;
		margin-bottom: 10px;
	}
	#header nav .gnav .dd ul a:hover {
		text-decoration: underline;
	}

	#header nav .hnav {
		position: absolute;
		top: 30px;
		right: 0;
		left: 0;
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-end;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	#header nav .hnav::after {
		content: none;
	}
	#header nav .hnav li {
		margin-left: 10px;
		width: 190px;
		height: 55px;
		display: block;
	}
	#header nav .hnav a {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		align-content: center;
		border-radius: 5px;
		text-align: center;
		text-decoration: none;
		font-size: 16px;
		line-height: 1.4;
		/*letter-spacing: 2px;*/
		font-weight: bold;
		color: #FFF;
	}
	

	#header nav .hnav li a::after {
		position: absolute;
		bottom: 5px;
		left: 10px;
		content: '';
		width: 170px;
		height: 2px;
		background: #FFF;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .6s;
	}

	#header nav .hnav li a:hover::after {
		transform: scale(1, 1);
	}	
	
	#header nav .hnav a > * {
		display: block;
	}
	#header nav .hnav li:nth-child(1) a {
/*
		background: #00ADA9;
*/
	}
	#header nav .hnav li:nth-child(2) a {
/*
		background: #68C7B9;
*/
	}
	#header nav .hnav li:nth-child(3) a {
/*
		background: #F6AB00;
*/
	}
	#header nav .hnav li a span {
/*
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
		align-content: center;
*/
		position: relative;
		padding-left: 38px;
	}
	#header nav .hnav li a span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 28px;
		height: 30px;
		margin-top: -15px;
	}
	#header nav .hnav li:nth-child(1) a span::before {
		background: url("../../commons/imgs/com_ico01.png") no-repeat scroll 0 center / 100% auto;
	}
	#header nav .hnav li:nth-child(2) a span::before {
		background: url("../../commons/imgs/com_ico02.png") no-repeat scroll 0 center / 100% auto;
	}
	#header nav .hnav li:nth-child(3) a span::before {
		background: url("../../commons/imgs/com_ico03.png") no-repeat scroll 0 center / 100% auto;
	}

	#header nav .tel {
		position: absolute;
		top: 27px;
		right: 49%;
		width: 248px;
	}

	#header.fixed01 nav .tel {
		display: none;
	}

	#header nav .tel a {
		display: block;
		color: #252c2d;
		font-size: 3.8rem;
		line-height: 1.3;
		font-weight: 700;
		text-decoration: none;
	}
	#header nav .tel a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	#header nav .tel .icon {
		font-size: 80%;
		margin-right: .2em;
	}
	

	
	#header.fixed01 {
		position: fixed;
		border-bottom: 1px solid #C9E8E6;
	}

	#header.fixed01 .head {
		display: none;
	}

	#header.fixed01 .hnav {
		display: none;
	}

	#header.fixed01 nav .gnav {
	}
	
	#header.fixed01 nav .gnav > li.pcElm {
		display: block!important;
	}
	
	#header.fixed01 nav .gnav > li {
		/*width: auto;*/
	}
	
	#header.fixed01 nav .gnav > li > a {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.4rem;
		line-height: 68px;
		text-align: center;
	}

	#header.fixed01 nav .gnav > li > a span {
		margin: 0 auto;
	}

	#header.fixed01 nav .gnav > li:first-child > a {
		background: #FFF;
	}

	#header.fixed01 nav .gnav > li:first-child > a img {
		height: 100%;
		width: auto;
	}

	#header.fixed01 nav .gnav > li:not(:first-child) > a::before ,
	#header.fixed01 nav .gnav > li > .sns::before {
	}
	
	

}

@media screen and (max-width: 1280px) {
	
	#header .logo a > * {
		display: none;
	}
	
	#header nav .tel {
		right: 55%;
	}
	#header nav .tel a {
	}
}

@media print {
	#header {
		position: absolute;
	}
}
@media screen and (min-width: 1200px) {
	#header nav .hnav a {
		min-width: 110px;
	}
}
@media screen and (min-width: 1300px) {
	#header nav .hnav a {
		min-width: 140px;
	}
}
@media screen and (min-width: 1025px) {
	/* height low
	------------------------------------------------------------- */
	body.move #header {
		-webkit-transition: -webkit-transform 0.4s;
		-o-transition: -o-transform 0.4s;
		transition: transform 0.4s;
	}
	body.scroll #header {
		-webkit-transform: translateY(-120px);
		-ms-transform: translateY(-120px);
		-o-transform: translateY(-120px);
		transform: translateY(-120px);
	}
}

@media screen and (max-width: 1024px) {
	#header .logo {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
		box-shadow: 0 0 3px rgba(0,0,0,.1);
		z-index: 8500;
		font-weight: bold;
	}
	#header .logo a {
		display: table;
		height: 50px;
		padding-left: 130px;
		background: url(../images/head/logo.png) no-repeat 20px;
		-webkit-background-size: 100px;
		background-size: 100px;
		color: #333333;
		font-size: 1.1rem;
		line-height: 1.3;
		text-decoration: none;
	}
	#header .logo a > * {
		display: table-cell;
		vertical-align: middle;
	}

	#header .nav_btn {
		position: fixed;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		background-color: #00ada9;
		-webkit-transition: background .3s;
		-o-transition: background .3s;
		transition: background .3s;
		z-index: 9000;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		height: 50px;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 22px;
		margin-top: -1px;
		margin-left: -11px;
		border-top: 2px solid #fff;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		-o-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-o-transform: translateY(7px);
		transform: translateY(7px);
	}
	#header .nav_close {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background-color: rgba(0,0,0,.3);
		opacity: 0;
		pointer-events: none;
		z-index: 7000;
	}

	/* open */
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	#header.open .nav_close {
		opacity: 1;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		pointer-events: auto;
	}

	/* showed */
	#header.showed .nav_close {
		bottom: 0;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	}

	#header nav {
		position: fixed;
		top: 50px;
		left: 30px;
		right: 0;
		bottom: 0;
		background-color: #fff;
		padding-bottom: 40px;
		-webkit-transform: translateX(110%);
		-ms-transform: translateX(110%);
		-o-transform: translateX(110%);
		transform: translateX(110%);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
		box-shadow: 0 0 3px rgba(0,0,0,.1);
		z-index: 8400;
	}

	/* open */
	#header.open nav {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	/* showed */
	#header.showed nav {
		-webkit-transition: -webkit-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		transition: transform 0.3s;
	}

	#header nav .gnav {
		background-color: #00ada9;
	}
	#header nav .gnav a {
		position: relative;
		display: block;
		padding: 10px 15px;
		font-size: 1.6rem;
		line-height: 1.4;
		color: #FFF;
		text-decoration: none;
	}
	#header nav .gnav a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#header nav .gnav > li {
		border-bottom: 1px solid #fff;
	}
	#header nav .gnav > li:last-child {
		background: #FFF;
	}
	#header nav .gnav > li .sns {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		padding: 10px;
	}
	#header nav .gnav > li .sns a {
		padding: 0px 15px;
	}
	#header nav .gnav > li .sns a::before {
		display: none !important;
	}

	#header nav .gnav > li .sns a img {
		width: 8vw;
		max-width: 50px;
	}

	#header nav .gnav .dd {
		background-color: #fff;
	}
	#header nav .gnav .dd ul li {
		border-top: 1px solid rgba(11,179,141,1.00);
	}
	#header nav .gnav .dd ul a {
		padding: 8px 25px;
		font-size: 1.3rem;
		color: #00B5AC;
		font-weight: bold;
	}
	#header nav .gnav .dd ul a::before {
		border-top: 2px solid #00B5AC;
		border-right: 2px solid #00B5AC;
		-webkit-transform: scale(.7) rotate(45deg);
		-ms-transform: scale(.7) rotate(45deg);
		-o-transform: scale(.7) rotate(45deg);
		transform: scale(.7) rotate(45deg);
	}
	#header nav .gnav .dd ul a .ph {
		display: none;
	}

	#header nav .hnav {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: column;
		padding: 10px 10px 20px;
		justify-content: space-between;
		width: 100%;
	}
	#header nav .hnav::after {
		content: none;
	}
	#header nav .hnav li {
		/* width: 32%; */
		width: -webkit-calc( 100% - 20px );
		width: calc( 100% - 20px );
		margin: 0 auto;
	}
	#header nav .hnav li:not(:last-child){
		margin-bottom: 10px;
	}
	#header nav .hnav a {
		display: block;
		padding: 10px 0;
		text-align: center;
		text-decoration: none;
		font-size: 1.5rem;
		font-weight: 700;
		color: #FFF;
	}
	#header nav .hnav a br {
		display: none !important;
	}

	
	#header nav .hnav li:nth-child(1) a {
/*
		background: #00ADA9;
*/
	}
	#header nav .hnav li:nth-child(2) a {
/*
		background: #68C7B9;
*/
	}
	#header nav .hnav li:nth-child(3) a {
/*
		background: #F6AB00;
*/
	}
	#header nav .hnav li a span {
/*
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
		align-content: center;
*/
		position: relative;
		padding-left: 38px;
	}
	#header nav .hnav li a span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 28px;
		height: 30px;
		margin-top: -15px;
	}
	#header nav .hnav li:nth-child(1) a span::before {
		background: url("../../commons/imgs/com_ico01.png") no-repeat scroll 0 center / 100% auto;
	}
	#header nav .hnav li:nth-child(2) a span::before {
		background: url("../../commons/imgs/com_ico02.png") no-repeat scroll 0 center / 100% auto;
	}
	#header nav .hnav li:nth-child(3) a span::before {
		background: url("../../commons/imgs/com_ico03.png") no-repeat scroll 0 center / 100% auto;
	}
	
	
	
	
	
	#header nav .tel {
		margin-top: 10px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 1rem;
	}
	#header nav .tel a {
		display: block;
		color: #252c2d;
		font-size: 3rem;
		line-height: 1.3;
		font-weight: 700;
		text-decoration: none;
	}
	#header nav .tel .icon {
		font-size: 80%;
		margin-right: .2em;
	}
}



/* footer
============================================================================================================ */


/*

#footer {
	position: relative;
	padding: 25px 0;
	background-color: #009ed3;
	font-size: 1.5rem;
	line-height: 1.6;
	z-index: 10;
}
#footer .w {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .w::after {
	display: none;
}
#footer .w .w {
	margin: 0;
}
@media only screen and ( min-width : 1025px ){
	#footer .w small {
		display: block;
		padding: 0 0 0 20px;
		text-align: right;
	}
}
#footerSatsudrug {
	display: block;
	width: 400px;
}
@media screen and (max-width: 1024px) {
	#footer .w {
		justify-content: center;
	}
	#footer .w .w {
		justify-content: flex-start;
	}
	#footer {
		padding: 20px 0;
		font-size: 1.3rem;
	}
	#footer .w small {
		width: 100%;
		text-align: center;
	}
	#footer .w ul.sns {
		padding: 20px 0;
		width: 200px;
	}
	#footerSatsudrugLink {
		display: block;
		margin: 0 auto;
	}
	#footerSatsudrug {
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	#footer .w .w {
		margin: 0 auto;
		justify-content: center;
	}
	#footer .w ul.a_reverse:not(.sns) {
		padding: 0 20px;
	}
	#footer .w ul.sns {
		padding: 20px 0;
		width: 100%;
	}
}





#footer ul a {
	color: #fff;
}
#footer ul li {
	position: relative;
}
#footer ul li + li {
	margin-left: 1.2em;
	padding-left: 1.2em;
}
#footer ul li + li::before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	border-left: 1px solid #fff;
}
@media screen and (min-width: 1025px), print {
	#footer ul {
		float: left;
	}
	#footer ul li {
		float: left;
	}
	#footer ul li img{
        height: 20px;
	}
	#footer ul.sns{
        margin-left: 50px;
	}
}
@media screen and (max-width: 1024px) {
	#footer ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	#footer ul li img{
        height: 20px;
	}
}


#footer small {
	display: block;
	color: #fce033;
	font-size: 100%;
}
@media screen and (min-width: 1025px), print {
	#footer small {
		float: right;
	}
}
@media screen and (max-width: 1024px) {
	#footer small {
		margin-top: 10px;
		text-align: center;
	}
}

*/






#footer {
	position: relative;
}

#ftrArea01 {
	/*background: #00ADA9;*/
	background: #009ED3;
	/*background: #029fd4;*/
	color: #FFF;
	line-height: 1.6;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

/* =========================================================
ftrInner01
========================================================= */
#ftrInner01 {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#ftrInner01 .logoBox {
	width: 250px;
}

#ftrInner01 .logoBox .logo {
}

#ftrInner01 .logoBox .logo a {
}

#ftrInner01 .logoBox .logo a img {
}

#ftrInner01 .logoBox .snsList {
	margin-top: 20px;
}

#ftrInner01 .logoBox .snsList li {
	margin-top: 10px;
	border: 2px solid #FFF;
	border-radius: 5px;
	background: #FFF;
}

#ftrInner01 .logoBox .snsList li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding-left: 38px;
	/*width: 246px;*/
	height: 56px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}

#ftrInner01 .logoBox .snsList li:nth-child(1) a {
	background: #4267B2;
}

#ftrInner01 .logoBox .snsList li:nth-child(2) a {
	background: #428DC4;
}

#ftrInner01 .logoBox .snsList li:nth-child(3) a {
	background: -moz-linear-gradient(top, #5263CD, #FC8751);
	background: -webkit-linear-gradient(top, #5263CD, #FC8751);
	background: linear-gradient(to bottom, #5263CD, #FC8751);
}

#ftrInner01 .logoBox .snsList li:nth-child(4) a {
	background: #00B900;
}

#ftrInner01 .logoBox .snsList li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#ftrInner01 .logoBox .snsList li a img {
	margin-right: 20px;
	width: 26px;
}

#ftrInner01 .sitemapBox {
	margin-top: 15px;
	width: 430px;
}

#ftrInner01 .sitemapBox dl {
}

#ftrInner01 .sitemapBox dl dt {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-top: 18px;
	font-size: 16px;
}

#ftrInner01 .sitemapBox dl dt::before {
	content: "";
	width: 25px;
	height: 0px;
	margin-right: 10px;
	border-top: 2px solid #FFF;
}

#ftrInner01 .sitemapBox dl dd {
	font-size: 14px;
}

#ftrInner01 .sitemapBox dl dd ul {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	margin-top: 2px;
}

#ftrInner01 .sitemapBox dl dd ul li {
}

#ftrInner01 .sitemapBox dl dd ul li a {
}

#ftrInner01 .sitemapBox dl dd ul li a:hover {
	text-decoration: underline;
}

#ftrInner01 .sitemapBox dl dd ul li span {
	margin: 0 8px;
}

#ftrInner01 .btnBox {
	margin-top: 10px;
	width: 220px;
}

#ftrInner01 .btnBox .btnList {
}

#ftrInner01 .btnBox .btnList .ftrBtn01 {
	margin-top: 10px;
	background: #FFF;
}

#ftrInner01 .btnBox .btnList .ftrBtn01 a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	
	width: 220px;
	height: 66px;
	border: 2px solid #FFF;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

#ftrInner01 .btnBox .btnList .ftrBtn01 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#ftrInner01 .btnBox .linkList {
	margin-top: 15px;
	font-size: 14px;
}

#ftrInner01 .btnBox .linkList .linkList_itm {
	margin-top: 8px;
	text-align: center;
}

#ftrInner01 .btnBox .linkList .linkList_itm a {
}

#ftrInner01 .btnBox .linkList .linkList_itm a:hover {
	text-decoration: underline;
}

/* =========================================================
ftrCopy01
========================================================= */
#ftrCopy01 {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 50px 0 30px;
}

#ftrCopy01 .img01 {
	width: 381px;
}

#ftrCopy01 .img01 a {
}

#ftrCopy01 .img01 a img {
}

#ftrCopy01 .copy01 {
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
	#footer {
		position: relative;
	}

	#footer a {
		text-decoration: none;
		color: #FFF;
	}

	/* =========================================================
	ftrInner01
	========================================================= */
	#ftrInner01 {
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		justify-content: center;
	}

	#ftrInner01 .logoBox {
		margin-top: 30px;
		width: 250px;
	}

	#ftrInner01 .logoBox .logo {
	}

	#ftrInner01 .logoBox .logo a {
	}

	#ftrInner01 .logoBox .logo a img {
	}

	#ftrInner01 .logoBox .snsList {
		margin: 20px 0 0;
	}

	#ftrInner01 .logoBox .snsList li {
		margin-top: 10px;
		border: 2px solid #FFF;
		border-radius: 5px;
		background: #FFF;
	}

	#ftrInner01 .logoBox .snsList li a {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		padding-left: 38px;
		/*width: 246px;*/
		height: 56px;
		border-radius: 5px;
		font-size: 20px;
		font-weight: bold;
	}

	#ftrInner01 .logoBox .snsList li:nth-child(1) a {
		background: #4267B2;
	}

	#ftrInner01 .logoBox .snsList li:nth-child(2) a {
		background: #428DC4;
	}

	#ftrInner01 .logoBox .snsList li:nth-child(3) a {
		background: -moz-linear-gradient(top, #5263CD, #FC8751);
		background: -webkit-linear-gradient(top, #5263CD, #FC8751);
		background: linear-gradient(to bottom, #5263CD, #FC8751);
	}

	#ftrInner01 .logoBox .snsList li a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	#ftrInner01 .logoBox .snsList li a img {
	}

	#ftrInner01 .sitemapBox {
		margin-top: 20px;
		padding: 0 20px;
		width: 420px;
		min-width: 290px;
	}

	#ftrInner01 .sitemapBox dl {
	}

	#ftrInner01 .sitemapBox dl dt {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		margin-top: 18px;
		font-size: 16px;
	}

	#ftrInner01 .sitemapBox dl dt::before {
		content: "";
		width: 25px;
		height: 0px;
		margin-right: 10px;
		border-top: 2px solid #FFF;
	}

	#ftrInner01 .sitemapBox dl dd {
		font-size: 14px;
	}

	#ftrInner01 .sitemapBox dl dd ul {
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		margin-top: 2px;
	}

	#ftrInner01 .sitemapBox dl dd ul li {
		margin: 5px 10px;
	}

	#ftrInner01 .sitemapBox dl dd ul li a {
	}

	#ftrInner01 .sitemapBox dl dd ul li a:hover {
		text-decoration: underline;
	}

	#ftrInner01 .sitemapBox dl dd ul li span {
		margin: 0 8px;
	}

	#ftrInner01 .btnBox {
		margin-top: 30px;
		padding: 0 20px;
		width: 100%;
	}

	#ftrInner01 .btnBox .btnList {
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		justify-content: center;
	}

	#ftrInner01 .btnBox .btnList .ftrBtn01 {
		margin: 10px 10px;
	}

	#ftrInner01 .btnBox .btnList .ftrBtn01 a {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;

		width: 220px;
		height: 66px;
		border: 2px solid #FFF;
		font-size: 16px;
		color: #FFF;
		text-align: center;
	}

	#ftrInner01 .btnBox .btnList .ftrBtn01 a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	#ftrInner01 .btnBox .linkList {
		margin-top: 30px;
		font-size: 14px;
	}

	#ftrInner01 .btnBox .linkList .linkList_itm {
		margin-top: 15px;
		text-align: center;
	}

	#ftrInner01 .btnBox .linkList .linkList_itm a {
	}

	#ftrInner01 .btnBox .linkList .linkList_itm a:hover {
		text-decoration: underline;
	}

	/* =========================================================
	ftrCopy01
	========================================================= */
	#ftrCopy01 {
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-end;
		padding: 50px 0 30px;
	}

	#ftrCopy01 .img01 {
		width: 381px;
	}

	#ftrCopy01 .img01 a {
	}

	#ftrCopy01 .img01 a img {
	}

	#ftrCopy01 .copy01 {
		font-size: 14px;
	}

}

@media screen and (max-width: 840px) {
	
	#ftrInner01 .logoBox {
		margin-top: 30px;
		width: 100%;
	}

	#ftrInner01 .logoBox .logo {
		text-align: center;
	}

	#ftrInner01 .logoBox .logo a {
	}

	#ftrInner01 .logoBox .logo a img {
	}

	#ftrInner01 .logoBox .snsList {
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		justify-content: center;
		margin: 20px 0 0;
	}

	#ftrInner01 .logoBox .snsList li {
		margin: 10px 5px 0;
		border: 2px solid #FFF;
		border-radius: 5px;
		background: #FFF;
		width: 250px;
	}
	
	
	/* =========================================================
	ftrCopy01
	========================================================= */
	#ftrCopy01 {
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-end;
		padding: 50px 0 30px;
		margin: 0 auto;
		max-width: 600px;
	}
	
	#ftrCopy01 .img02 {
		margin-left: 30px;
	}
	
	#ftrCopy01 .copy01 {
		width: 100%;
		margin-top: 20px;
		font-size: 14px;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	/* =========================================================
	ftrCopy01
	========================================================= */
	#ftrCopy01 {
	}

	#ftrCopy01 .img01,
	#ftrCopy01 .img02 {
		width: 100%;
		text-align: center;
	}

	#ftrCopy01 .img02 {
		margin-top: 10px;
		margin-left: 0;
	}

	#ftrCopy01 .img01 a {
	}

	#ftrCopy01 .img01 a img {
	}

	#ftrCopy01 .copy01 {
	}
}


/* お問合せ
------------------------------------------------------------- */

#inquiry {
	position: fixed;
	bottom: 0px;
	z-index: 100;
	left: 0px;
	font-size: 1.6rem;
	display: block;
	text-align: center;
	/* width: 120px; */
	line-height: 60px;
	background-color: ;
	white-space: nowrap;
	text-decoration: none;
	padding: 0 20px;
	white-space: nowrap;
	letter-spacing: .05em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
#inquiry.show {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
#inquiry.abs {
	position: absolute;
	bottom: 100%;
}
#inquiry:hover {
	opacity: .75;
}
#inquiry .icon-mail {
	display: inline-block;
	width: 1.25em;
	height: .8em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	margin-right: .5em;
}


@media only screen and ( max-width : 1024px ){
	#inquiry {
		font-size: 1.5rem;
		right: 60px;
		line-height: 50px;
	}
}


/* ページトップ
------------------------------------------------------------- */
#pagetop {
	position: fixed;
	overflow: hidden;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 1000;
}
#pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #009ED3;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, background .2s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out, background .2s ease-in-out;
	transition: transform 0.3s ease-in-out, background .2s ease-in-out;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
#pagetop a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	margin: -3px 0 0 -7px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pagetop.show a {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
#pagetop.abs {
	position: absolute;
	top: -60px;
}
@media print {
	#pagetop {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
	#pagetop {
		width: 50px;
		height: 50px;
	}
	#pagetop a {
		width: 50px;
		height: 50px;
	}
	#pagetop.abs {
		top: -50px;
	}
}







/* container
============================================================================================================ */
@media screen and (min-width: 1025px) {
	#container {
		position: relative;
		padding-top: 0px;
		font-size: 1.8rem;
		line-height: 2.2;
	}
	#container.fixed01 {
		padding-top: 190px;
	}
}
@media screen and (max-width: 1024px) {
	#container {
		position: relative;
		padding-top: 50px;
		font-size: 1.3rem;
		line-height: 2.2;
	}
}




/* ===================================================================================================================

	パーツ

=================================================================================================================== */

/* title
============================================================================================================ */
/* page_title */
.page_title {
	position: relative;
	display: table;
	width: 100%;
	height: 284px;
	background-color: #00ada9;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.5;
}
.page_title > * {
	display: table-cell;
	vertical-align: middle;
}
.page_title .w {
	position: static;
}
.page_title .w > * {
	position: relative;
	z-index: 3;
}
.page_title .w h1 {
	font-size: 3.6rem;
	line-height: 1.3;
}
.page_title .w h1 + p {
	margin-top: 15px;
}
.page_title .w .ph {
	position: absolute;
	right: 20px;
	top: 0;
	margin: 0;
	z-index: 1;
}
.page_title .w .ph::before,
.page_title .w .ph::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyY2M3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MmNjN2IiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #00ada9 0%, rgba(114,204,123,0) 100%);
	background: -webkit-linear-gradient(left, #00ada9 0%,rgba(114,204,123,0) 100%);
	background: linear-gradient(to right, #00ada9 0%,rgba(114,204,123,0) 100%);
}
.page_title .w .ph::before {
	left: 0;
}
.page_title .w .ph::after {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (min-width: 1025px), print {
	.page_title .w > * {
		margin-left: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.page_title {
		height: 150px;
		font-size: 1.3rem;
	}
	.page_title .w h1 {
		font-size: 2.2rem;
		line-height: 1.3;
	}
	.page_title .w h1 + p {
		margin-top: 10px;
		margin-right: 60px;
	}
	.page_title .w .ph {
		overflow: hidden;
		width: 150px;
		right: 0;
	}
	.page_title .w .ph img {
		max-width: none;
		width: auto;
		height: 150px;
	}
	.page_title .w .ph::after {
		content: none;
	}
}


/* l_title */
.l_title {
	margin-bottom: 35px;
	font-size: 4.8rem;
	line-height: 1.4;
	font-weight: 700;
}
@media screen and (max-width: 1024px) {
	.l_title {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
}


/* lead_text */
.lead_text {
	margin-bottom: 70px;
	font-size: 3.6rem;
	line-height: 1.7;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.lead_text {
		margin-bottom: 40px;
		font-size: 1.8rem;
	}
}

/* bg_title */
.bg_title {
	margin-bottom: 45px;
	font-size: 3rem;
	line-height: 1.6;
	padding: 15px 30px;
}
@media screen and (max-width: 1024px) {
	.bg_title {
		margin-bottom: 25px;
		font-size: 1.8rem;
		padding: 10px 15px;
	}
}

/* logo_title */
.logo_title {
	margin-bottom: 100px;
	font-size: 5rem;
	line-height: 1.5;
	text-align: center;
}
.logo_title img {
	margin-right: 8px;
	vertical-align: -15px;
}
@media screen and (max-width: 1024px) {
	.logo_title {
		margin-bottom: 40px;
		font-size: 2.5rem;
	}
	.logo_title img {
		width: 130px;
		margin-right: 5px;
		vertical-align: -11px;
	}
}




/* basic_section
============================================================================================================ */
.basic_section {
	padding-top: 90px;
	padding-bottom: 150px;
}
.basic_section + .basic_section {
	padding-top: 0;
}
@media screen and (min-width: 1025px), print {
}
@media screen and (max-width: 1024px) {
	.basic_section {
		padding-top: 40px;
		padding-bottom: 70px;
	}
}


/* para_section (paragraph section)
============================================================================================================ */
.para_section > * + * {
	margin-top: 1.5em;
}
@media screen and (max-width: 1024px) {
}


/* mt_block
============================================================================================================ */
.mt_block {
	margin-top: 100px;
}
@media screen and (max-width: 1024px) {
	.mt_block {
		margin-top: 50px;
	}
}



/* ph_r_block
============================================================================================================ */
.ph_r_block {
}
@media screen and (min-width: 1025px), print {
	.ph_r_block .ph {
		float: right;
		width: 40%;
		text-align: right;
	}
	.ph_r_block .content {
		margin-right: 44%;
		padding-left: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.ph_r_block .ph {
		margin-bottom: 20px;
	}
}



/* lhh
============================================================================================================ */
.lhh {
	line-height: 2.8;
}
@media screen and (max-width: 1024px) {
	.lhh {
		line-height: 2;
	}
}


/* box_btn
============================================================================================================ */
.box_btn,
a.box_btn,
a .box_btn {
	position: relative;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
	min-width: 320px;
	margin-top: 30px;
	padding: 12px 25px;
	background-color: #009ed3;
	text-decoration: none;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	color: #fff;
}
@media screen and (min-width: 1025px), print {
}
@media screen and (max-width: 1024px) {
	.box_btn,
	a.box_btn,
	a .box_btn {
		min-width: 220px;
		padding: 10px 15px;
		font-size: 1.6rem;
	}
}



/* ul / ol
============================================================================================================ */
.dot_li > li {
	position: relative;
	padding-left: 1em;
}
.dot_li > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.circle_li > li {
	position: relative;
	padding-left: 1.2em;
}
.circle_li > li::before {
	content: "○";
	position: absolute;
	top: 0;
	left: 0;
}

.parentheses_li > li {
	position: relative;
	padding-left: 2.2em;
}
.parentheses_li > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.parentheses_li_h > li {
	position: relative;
	padding-left: 1.6em;
}
.parentheses_li_h > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.num_li {
	margin-left: 1.8em;
	list-style: decimal;
}
.alphabet_li {
	margin-left: 1.8em;
	list-style: lower-latin;
}

.mt_li > li + li {
	margin-top: .5em;
}

.inline_li > li {
	display: inline-block;
	margin-right: 0.3em;
}

.info_dl dt {
	float: left;
}
.info_dl dd {
	margin-left: 3.5em;
}





.bnrArea {
	margin: 50px 0 100px;
	padding: 100px 0;
	/*background: #009ed3;*/
	background: #ffd11b;
}

.bnrArea-inner {
	position: relative;
	z-index: 1;
	margin: 0px auto;
	max-width: 1200px;
}

.bnrArea-inner__bnr {
}

.bnrArea-inner__bnrbtn01 {
	position: absolute;
	z-index: 1;
	bottom: 10%;
	left: 3%;
	width: calc( 100% * 621 / 1600 );
	max-width: 621px;
}

.bnrArea-inner__bnrbtn01 a {
	display: inline-block;
	margin-top: 2%;
}

.bnrArea-inner__bnrbtn01 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.bnrArea-inner__bnrbtn01 a img {
	width: 100%;
	height: auto;
}

.bnrArea-inner-list {
	position: absolute;
	z-index: 1;
	/*bottom: 24%;*/
	bottom: 8%;
	left: 3%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	/*justify-content: space-around;*/
	
/*
	width: calc( 100% * 861 / 1600 );
	max-width: 861px;
*/
	width: calc( 100% * 574 / 1600 );
	max-width: 574px;
}

.bnrArea-inner-list__item {
	margin-top: 1.5%;
	
/*
	width: calc( 100% * 274 / 861 );
	max-width: 274px;
*/
	width: calc( 100% * 274 / 574 );
	max-width: 274px;
}

.bnrArea-inner-list__item:nth-child(2) {
/*
	width: calc( 100% * 412 / 861 );
	max-width: 412px;
*/
/*
	width: calc( 100% * 274 / 574 );
	max-width: 274px;
*/
}

/*
.bnrArea-inner-list__item:nth-of-type(1) {
	width: calc( 100% * 617 / 875 );
	max-width: 617px;
}

.bnrArea-inner-list__item:nth-of-type(2),
.bnrArea-inner-list__item:nth-of-type(3),
.bnrArea-inner-list__item:nth-of-type(4) {
	width: calc( 100% * 274 / 875 );
	max-width: 274px;
}
*/

.bnrArea-inner-list__item:nth-of-type(2n) {
	margin-left: 2%;
}

.bnrArea-inner-list__item a {
}

.bnrArea-inner-list__item a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.bnrArea-inner-list__item a img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1024px) {
	.bnrArea {
		margin: 30px 0;
		padding: 30px 0 30px;
	}
	
	
	

	.bnrArea-inner {
		position: relative;
		z-index: 1;
		margin: 0px auto;
		max-width: 1200px;
	}

	.bnrArea-inner__bnr {
	}

	.bnrArea-inner__bnrbtn01 {
		position: absolute;
		z-index: 1;
		bottom: 10%;
		left: 3%;
		width: 90%;
		max-width: 621px;
	}

	.bnrArea-inner__bnrbtn01 a {
		display: inline-block;
		margin-top: 2%;
	}

	.bnrArea-inner__bnrbtn01 a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.bnrArea-inner__bnrbtn01 a img {
		width: auto;
		height: 100%;
	}

	.bnrArea-inner-list {
		position: absolute;
		z-index: 1;
		/*bottom: 14%;*/
		bottom: -4%;
		left: 0%;
		display: block;
		/*display: -webkit-flex;*/
		flex-flow: row wrap;
		justify-content: space-around;

		padding-left: 3%;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.bnrArea-inner-list__item {
		float: left;
		margin-top: 1.5%;

		width: auto;
		max-width: 100%;
		height: 13vw;
	}

	.bnrArea-inner-list__item:nth-child(2) {
		width: auto;
		max-width: 100%;
	}

	.bnrArea-inner-list__item:nth-of-type(2n) {
		pading-left: 2%;
	}

	.bnrArea-inner-list__item:nth-of-type(2n+1) {
		clear: left;
	}

	.bnrArea-inner-list__item a {
	}

	.bnrArea-inner-list__item a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.bnrArea-inner-list__item a img {
		width: auto;
		height: 100%;
	}
	
}


.sideBarArea {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 23.5%;
	height: 0;
}

.sideBarArea a {
	display: block;
	width: 110px;
	text-decoration: none;

	-webkit-transition: ease 300ms;
	-o-transition: ease 300ms;
	transition: ease 300ms;
	
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.sideBarArea a.show {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.sideBarArea a span {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 65px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	line-height: 1.4;
}

/*
#bnr1{
	left: 0;
	top: 23.5%;
}

#bnr2{
	left: 0;
	top: 45.5%;
}

#bnr3{
	left: 0;
	top: 67.5%;
}
*/

.kv_bnr {
	/*position: fixed;*/
	z-index: 11;
	display: block;
	max-width: 20vm;
	margin-top: 2px;
	
/*
	-webkit-transition: ease 300ms;
	-o-transition: ease 300ms;
	transition: ease 300ms;
	
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
*/
}

.kv_bnr.show {
/*
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
*/
}
.kv_bnr:hover {
/*
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
*/
	opacity: .75;
}
@media only screen and ( min-width : 1025px ){
	.kv_bnr[class*="top"]{
		top: 25px;
	}
	.kv_bnr[class*="bottom"]{
		bottom: 25px;
	}
	.kv_bnr[class*="right"]{
		right: 25px;
	}
	.kv_bnr[class*="left"]{
		left: 25px;
	}
}
@media screen and (max-width: 1024px) {

	.sideBarArea {
		left: auto;
		top: 15%;
		right: 0;
		width: 20vw;
		max-width: 110px;
	}

	.sideBarArea a {
		display: inline-block;
		width: 20vw;
		max-width: 110px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	.sideBarArea a.pcElm {
		display: none;
	}
	
	.sideBarArea a span {
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-right: none;
		border-bottom: 1px solid #FFF;
	}
	
	.sideBarArea a span {
		width: 20vw;
		height: calc( 20vw * 65 / 110 );
		max-width: 110px;
		max-height: 65px;
		padding: 0 5px;
		font-size: 1rem;
	}
	
	.kv_bnr {
		max-width: 100%;
/*
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
*/
	}
	
/*
	.kv_bnr:nth-of-type(1){
		top: 25px;
		right: calc( 15vmin + 8vw );
	}
	.kv_bnr:nth-of-type(2){
		top: 25px;
		right: 4vw;
	}
*/
}


@media screen and (max-width: 480px) {
	.sideBarArea a span {
		width: 20vw;
		height: calc( 20vw * 65 / 110 );
		padding: 0 5px;
		font-size: 2vw;
	}
}



