@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i');
/* -------------------*/
/* -------------------*/
/* Utility and Reset css -------------------*/

html,button,input,select,textarea { color: #777; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio,canvas,img,video { vertical-align: middle; }
.ie7 .title { padding-top: 20px; }
fieldset {  border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

/* Reset css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
table,div,ul,ol,li,dl,dt,dd{ list-style: none; margin: 0; padding: 0; }
table{ border-collapse:collapse; border-spacing:0; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul,li { list-style:none; }

/* Helper class */

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block;  width: 0;  height: 150%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;  width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.cf:before, .cf:after { content: " ";  display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

::-moz-selection { background: #84e5dd; color: #fff; text-shadow: none; }
::selection { background: #84e5dd; color: #fff; text-shadow: none; }
input::selection, textarea::selection { color: #333; }	/* フォームの文字変換対応 */

img { max-width: 100%; height: auto; margin: 0; padding: 0; border:0; outline: none; border-style: none; vertical-align: bottom; line-height: 0; }
img,iframe,object { max-width:100%; }	/* モダンブラウザ用 */
.ie7 img,.ie8 object { width:100%; }	/* IE7用 */
.ie8 img,.ie8 object { width:auto; }	/* IE8用 */



:root {
	--main-color:#ea608e;
	--main-color-rgb:234, 96, 142;
	
	--sk-color: #82d1bb;
	--lc-color: #d4a5db;
	--fp-color: #fac35a;
	--sk-color-rgb: 130, 209, 187;
	--lc-color-rgb: 212, 165, 219;
	--fp-color-rgb: 250, 195, 90;
}

/* Font -------------------*/

html{
	font-size: 62.5%;
}
body{
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing:none;
	font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
}
/*P{ margin: 0; padding: 0; }
p img{ vertical-align: middle; /*max-width: 100%;*//* }*/

a,
a:visited,
a:hover,
a:active{
	color:var(--main-color);
	-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	-moz-tap-highlight-color:transparent rgba(0,0,0,0);
	-ms-tap-highlight-color:transparent rgba(0,0,0,0);
	-o-tap-highlight-color:transparent rgba(0,0,0,0);
	tap-highlight-color:transparent rgba(0,0,0,0);
	text-decoration: none;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a img:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}
a img { 
	text-decoration: none;
	outline: none;
}
a img::before,a img::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a img,a img::before,a img::after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
/*
a.out_links{
	background: url(../img/common/ic_out_links.svg) right center no-repeat;
	background-size: 12px;
	padding-right: 16px;
	margin-right: 4px;
}
*/
/* btn */
.btn_more,.btn_more a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	letter-spacing: 4px;
}
.btn_more::before, .btn_more::after, .btn_more a::before, .btn_more a::after {
	position: absolute;
	z-index: -1;
	display: block;
/*	content: '';*/
}
.btn_more,.btn_more::before,.btn_more::after,
.btn_more a,.btn_more a::before,.btn_more a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* -------------------*/
/* -------------------*/
/* HTML,Body -------------------*/

html,body{
	height: 100% !important;
}
body{
	color: #777;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .05em;
	position: relative;
	text-align: center;
	font-weight: normal;
	word-wrap: break-word;
	font-family: 'ABeeZee', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Helvetica', sans-serif;
	background-color: #fff;
}
#wrapper{
	width: 100%;
	min-width: 960px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#main{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

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

.pagetop{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	display: block;
	z-index: 9000;
}

#top, #bottom, #left, #right{ position: fixed; z-index: 1000; background: var(--main-color); }
#left, #right{ top: 0; bottom: 0; width: 6px;  }
#top, #bottom{ left: 0; right: 0; height: 6px; }
#left{ left: 0; }
#right{ right: 0; }
#top{ top: 0; }
#bottom{ bottom: 0; }

@media screen and (max-width: 960px){
	#wrapper{ min-width: 100%; }
}
@media screen and (max-width: 650px){
	.pc{ display: none; }
	.sp{ display: block; }
	.pagetop{ width: 50px; height: 50px; }
	#left, #right{ top: 0; bottom: 0; width: 4px;  }
	#top, #bottom{ left: 0; right: 0; height: 4px; }
}

/* -------------------*/
/* -------------------*/
/* Header -------------------*/

#header{
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff)";
}
#header.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.pc_menu{
	position: relative;
}
.pc_menu .logo{
	float: left;
	width: 200px;
	text-align: left;
}
.pc_menu .logo img{
	width: 200px;
	margin: 40px 0 0 30px;
}
.pc_menu .global{
	float: right;
	width: 75%;
}
.global_menu{
	float: right;
	width: auto;
	padding-top: 48px;
	margin-right: 270px;
}
.global_menu li{
	float: left;
	margin-left: 20px;
	font-size: 15px;
	line-height: 2.5;
	letter-spacing: 1px;
	text-align: right;
}
.global_menu li a{
	color: var(--main-color);
	font-weight: bold;
}
.global_menu li.current a{
	padding: 0 2px 4px;
	border-bottom: 4px dotted;
	border-color: var(--main-color);
}
.global_menu li a:hover{ opacity: 0.5; filter:alpha(opacity=50); -moz-opacity: 0.5; }
.global_menu li a { text-decoration: none; outline: none; }
.global_menu li a::before,.global_menu li a::after { position: absolute; z-index: -1; display: block; content: ''; }
.global_menu li a,.global_menu li a::before,.global_menu li a::after { -webkit-transition: all .2s; transition: all .2s; }

.sub_nav{
	position: absolute;
	right: 0;
	width: 240px;
}
.sub_nav li{
	float: left;
}
.sub_nav li a{
	display: block;
	width: 120px;
	height: 120px;
	padding-top: 80px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.sub_nav li:hover{ opacity: 0.8; filter:alpha(opacity=80); -moz-opacity: 0.8; }
.sub_nav li { text-decoration: none; outline: none; }
.sub_nav li::before, .sub_nav li::after { position: absolute; z-index: -1; display: block; content: ''; }
.sub_nav li, .sub_nav li::before, .sub_nav li::after { -webkit-transition: all .2s; transition: all .2s; }

.sub_nav .list_1{
	background: url(../img/common/icon_access.svg) center 1.8em no-repeat;
	background-size: 28px 40px;
	background-color: #f2a0bb;
}
.sub_nav .list_2{
	background: url(../img/common/icon_contact.svg) center 2em no-repeat;
	background-size: 40px 40px;
	background-color: var(--main-color);
}

.pc_menu .flow:hover{
	background-color: #333;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
.sp_header{
	display: none;
}
@media screen and (max-width: 1100px){
	.pc_menu .logo{
		width: 180px;
	}
	.pc_menu .logo img{
		width: 180px;
		margin: 40px 0 0 20px;
	}
	.global_menu{
		padding-top: 40px;
		margin-right: 270px;
	}
	.global_menu li{
		margin-left: 24px;
		font-size: 13px;
	}
}
@media screen and (max-width: 960px){
	#header{
		display: none;
	}
	.sp_header{
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 150px;
		overflow: hidden;
		background-color: #fff;
	}
	.sp_menu{
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	.sp_menu .logo{
		width: 190px;
		height: 80px;
		padding: 24px 0 0 20px;
	}
	.sp_menu .drawer-nav{
		width: 100%;
		height: auto;	
		padding:10%;
	}
	.sp_menu .drawer-menu{
		width: 100%;
		text-align: left;
	}
	.sp_menu .drawer-menu li{
		font-size: 17px;
		line-height: 2.5;
		font-weight: bold;
		letter-spacing: 2px;
		padding-bottom: 3%;
	}
	.sp_menu .drawer-menu li a{
		color: #fff;
	}
	.sp_menu .drawer-menu li.small{
		font-size: 13px;
		line-height: 1;
		padding-left: 5%;
	}
	.sp_menu .drawer-menu li.small a{
		color: #fbdfe8;
	}
	.sub_nav{
		position: relative;
		display: flex;
		height: 70px;
		line-height: 70px;
	}
	.sub_nav li{
		float: none;
	}
	.sub_nav li a{
		height: auto;
		font-size: 15px;
		letter-spacing: 2px;
		padding: 0 0 0 10%;
	}
	.sub_nav,
	.sub_nav li,
	.sub_nav li a{
		width: 100%;
	}
	.sub_nav .list_1{
		background: url(../img/common/icon_access.svg) 35% center no-repeat;
		background-size: 22px 32px;
		background-color: #f2a0bb;
	}
	.sub_nav .list_2{
		background: url(../img/common/icon_contact.svg) 25% 52% no-repeat;
		background-size: 30px 30px;
		background-color: var(--main-color);
	}
}
@media screen and (max-width: 650px){
	.sp_header{
		height: 130px;
	}
	.sp_menu .logo{
		width: 160px;
		padding: 26px 0 0 3%;
	}
	.sp_menu .drawer-nav{
		padding-top: 10%;
	}
	.sp_menu .drawer-menu li{
		font-size: 12px;
		line-height: 3;
	}
	.sp_menu .drawer-menu li.small{
		font-size: 12px;
		padding-bottom: 4%;
	}
	.sub_nav{
		height: 50px;
		line-height: 50px;
	}
	.sub_nav li a{
		font-size: 11px;
	}
	.sub_nav .list_1{
		background: url(../img/common/icon_access.svg) 30% center no-repeat;
		background-size: 14px 20px;
		background-color: #f2a0bb;
	}
	.sub_nav .list_2{
		background: url(../img/common/icon_contact.svg) 20% 52% no-repeat;
		background-size: 20px 20px;
		background-color: var(--main-color);
	}
}

/* -------------------*/
/* -------------------*/
/* Footer -------------------*/

.footer{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.footer .inner{
	color: var(--main-color);
	letter-spacing: 2px;
}
.footer .footer_logo{
	width: 200px;
	height: 29px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.footer .address{
	line-height: 1.8;
	padding-bottom: 40px;
}
.footer .link{
	font-weight: bold;
}
.footer .link a{
	padding-left: 14px;
	background: url(../img/common/footer_arrow.svg) left 49% no-repeat;
	background-size: 6px 8px;
	text-decoration: underline;
}
.footer .link a:hover{
	text-decoration: none;
}
.footer .copyright{
	padding: 60px 0;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 3px;
}
.f_about{ margin-top: -5%; }

@media screen and (max-width: 960px){
	.footer .footer_logo{
		margin-bottom: 3%;
	}
	.footer .address{
		padding-bottom: 3%;
	}
	.footer .link a{
		padding-left: 14px;
		background: url(../img/common/footer_arrow.svg) left 49% no-repeat;
		background-size: 6px 8px;
		text-decoration: underline;
	}
	.footer .copyright{
		padding: 6% 0;
		font-size: 14px;
	}
	.f_about{ margin-top: -15%; }
	.f_service{ margin-top: -20%; }
}
@media screen and (max-width: 650px){
	.footer .footer_logo{
		width: 150px;
	}
	.footer .inner{
		font-size: 11px;
	}
	.footer .address{
		padding-bottom: 5%;
	}
	.footer .copyright{
		padding: 10% 0;
		font-size: 10px;
		letter-spacing: 1px;
	}
	.f_about{ margin-top: -10%; }
	.f_service{ margin-top: -50%; }
}

/* -------------------*/
/* -------------------*/
/* Parts -------------------*/

table.two_column{
	border-top: 1px solid #eee;
}
table.two_column th,
table.two_column td{
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
/* table */
table.two_column{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
table.two_column th,
table.two_column td{
	padding: 22px 0 20px;
	text-align: left;
}
table.two_column th{
	width: 200px;
	letter-spacing: 2px;
}
table.two_column td{
	width: 700px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
table.two_column td a img{
	width: 16px;
	height: auto;
	vertical-align: 46%;
	padding: 0 2px;
}
table.two_column dl{
	margin-bottom: 10px;
}
table.two_column dt{
	float: left;
	clear: both;
	width: 200px;
}
table.two_column dt:first-letter{ color: #f7c0d2; }
table.two_column dd{
	width: 500px;
}
table.two_column .file_btn a{
	display: inline-block;
	width: 350px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	color: #fff;
	text-align: center;
	border-bottom: solid 4px #808080;
	background: url(../img/common/icon_pdf_white.svg) 90% center no-repeat;
	background-size: 18px 20px;
	background-color: #999;
}
table.two_column .file_btn a:hover{
	background-color: #aaa;
}
@media screen and (max-width: 960px){
	table.two_column{ width: 100%; }
	table.two_column th{ width: 28%; }
	table.two_column td{ width: 72%; }
	table.two_column th,
	table.two_column td{ padding: 18px 0 16x; }
	table.two_column dt{ width: 200px; }
	table.two_column dd{ width: auto; }
}
@media screen and (max-width: 650px){
	table.two_column th,
	table.two_column td{ display: block; width: 100%; padding: 16px 0 14px; font-size: 12px; }
	table.two_column th{ border-bottom: none; padding-bottom: 0; }
	table.two_column td{ padding-top: 3%; text-align: left; line-height: 1.5; }
	table.two_column dt{ width: 160px; }
	table.two_column .file_btn a{ width: 100%; height: 50px; line-height: 50px; border-radius: 10px; background-size: 14px 16px;}
}


/* space */

.ma0{margin: 0 !important;}.m5 {margin:5px;}.m10 {margin:10px;}.m15 {margin:15px;}.m20 {margin:20px;}.m25 {margin:25px;}.m30 {margin:30px;}.m35 {margin:35px;}.m40 {margin:40px;}.m45 {margin:45px;}.m50 {margin:50px;}.m55 {margin:55px;}.m60 {margin:60px;}.mt5 {margin-top:5px;}.mt10 {margin-top:10px;}.mt15 {margin-top:15px;}.mt20 {margin-top:20px;}.mt25 {margin-top:25px;}.mt30 {margin-top:30px;}.mt35 {margin-top:35px;}.mt40 {margin-top:40px;}.mt45 {margin-top:45px;}.mt50 {margin-top:50px;}.mt55 {margin-top:55px;}.mt60 {margin-top:60px;}.mr5 {margin-right:5px;}.mr10 {margin-right:10px;}.mr15 {margin-right:15px;}.mr20 {margin-right:20px;}.mr25 {margin-right:25px;}.mr30 {margin-right:30px;}.mr35 {margin-right:35px;}.mr40 {margin-right:40px;}.mr45 {margin-right:45px;}.mr50 {margin-right:50px;}.mr55 {margin-right:55px;}.mr60 {margin-right:60px;}.mb5 {margin-bottom:5px;}.mb10 {margin-bottom:10px;}.mb15 {margin-bottom:15px;}.mb20 {margin-bottom:20px;}.mb25 {margin-bottom:25px;}.mb30 {margin-bottom:30px;}.mb35 {margin-bottom:35px;}.mb40 {margin-bottom:40px;}.mb45 {margin-bottom:45px;}.mb50 {margin-bottom:50px;}.mb55 {margin-bottom:55px;}.mb60 {margin-bottom:60px;}.ml5 {margin-left:5px;}.ml10 {margin-left:10px;}.ml15 {margin-left:15px;}.ml20 {margin-left:20px;}.ml25 {margin-left:25px;}.ml30 {margin-left:30px;}.ml35 {margin-left:35px;}.ml40 {margin-left:40px;}.ml45 {margin-left:45px;}.ml50 {margin-left:50px;}.ml55 {margin-left:55px;}.ml60 {margin-left:60px;}.pt0{padding-top: 0 !important;}.p5 {padding:5px;}.p10 {padding:10px;}.p15 {padding:15px;}.p20 {padding:20px;}.p25 {padding:25px;}.p30 {padding:30px;}.p35 {padding:35px;}.p40 {padding:40px;}.p45 {padding:45px;}.p50 {padding:50px;}.p55 {padding:55px;}.p60 {padding:60px;}.pt5 {padding-top:5px;}.pt10 {padding-top:10px;}.pt15 {padding-top:15px;}.pt20 {padding-top:20px;}.pt25 {padding-top:25px;}.pt30 {padding-top:30px;}.pt35 {padding-top:35px;}.pt40 {padding-top:40px;}.pt45 {padding-top:45px;}.pt50 {padding-top:50px;}.pt55 {padding-top:55px;}.pt60 {padding-top:60px;}.pr5 {padding-right:5px;}.pr10 {padding-right:10px;}.pr15 {padding-right:15px;}.pr20 {padding-right:20px;}.pr25 {padding-right:25px;}.pr30 {padding-right:30px;}.pr35 {padding-right:35px;}.pr40 {padding-right:40px;}.pr45 {padding-right:45px;}.pr50 {padding-right:50px;}.pr55 {padding-right:55px;}.pr60 {padding-right:60px;}.pb5 {padding-bottom:5px;}.pb10 {padding-bottom:10px;}.pb15 {padding-bottom:15px;}.pb20 {padding-bottom:20px;}.pb25 {padding-bottom:25px;}.pb30 {padding-bottom:30px;}.pb35 {padding-bottom:35px;}.pb40 {padding-bottom:40px;}.pb45 {padding-bottom:45px;}.pb50 {padding-bottom:50px;}.pb55 {padding-bottom:55px;}.pb60 {padding-bottom:60px;}.pl5 {padding-left:5px;}.pl10 {padding-left:10px;}.pl15 {padding-left:15px;}.pl20 {padding-left:20px;}.pl25 {padding-left:25px;}.pl30 {padding-left:30px;}.pl35 {padding-left:35px;}.pl40 {padding-left:40px;}.pl45 {padding-left:45px;}.pl50 {padding-left:50px;}.pl55 {padding-left:55px;}.pl60 {padding-left:60px;}