@charset "UTF-8";

:root {
	--base-color:#0e77ba;
	--sub-color:#e4007f;
	--opa-color:#f0f9fe;
	--cv-color:#243363;
	--red-color:#f03333;
	--kitaro6-color:#7aa749;
	--next3-color:#00b2db;
}

/*-- Anchor -------------------------------------------------------------*/
a         { resize: none; }
a:link    { color:#333333; text-decoration: none; }
a:visited { color:#333333; text-decoration: none; }
a:hover   { color:#333333; text-decoration: underline; }
a:active  { color:#333333; text-decoration: none; }

.u_link a         { resize: none; }
.u_link a:link    { color:#03C; text-decoration: none; }
.u_link a:visited { color:#639; text-decoration: none; }
.u_link a:hover   { color:#03C; text-decoration: underline; }
.u_link a:active  { color:#03C; text-decoration: none; }

footer a         { resize: none; }
footer a:link    { color:#333333; text-decoration: none; }
footer a:visited { color:#333333; text-decoration: none; }
footer a:hover   { color:#333333; text-decoration: underline; }
footer a:active  { color:#333333; text-decoration: none; }

em { color: #C00;}

/*-- リスト全体をリンク　hover透過　グループリンク
-------------------------------------------------------------*/
.g_box { position:relative; }
.g_box:hover { cursor:pointer; opacity:0.7; }
.g_link { margin-bottom:0px; }
.g_link a {position:absolute; text-indent:-9999px; top:0px; left:0px; width:100%; height:100%; }

@media screen and (max-width: 767px) {
	.pc { display: none; }
}
@media screen and (min-width: 768px) {
	.sp { display: none; }
	.alC_pc { text-align: center; }
}
@media screen and (max-width: 1089px) {
	.pc_tab { display: none; }
}
@media screen and (min-width: 1090px) {
	.sp_tab { display: none; }
}
/*-- imaga -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.img_t_R { float:right; margin:0 0 2% 4%; width:45%;}
	.img_t_L { float:left; margin:0 4% 2% 0; width:45%;}
	.img_y_R { margin:0 10% 4%; width:80%;}
	.img_y_L { margin:0 10% 4%; width:80%;}
}
@media screen and (min-width: 768px) {
	.img_t_R { float:right; margin:0 0 20px 20px; width:240px;}
	.img_t_L { float:left; margin:0 20px 20px 0; width:240px;}
	.img_y_R { float:right; margin:0 0 20px 20px; width:300px;}
	.img_y_L { float:left; margin:0 20px 20px 0; width:300px;}
}

#wrapper { overflow-x: hidden; }
/*-- header -------------------------------------------------------------*/
@media screen and (max-width: 1089px) {
	header { margin-bottom: 10px; }
	.h_area { display: flex; justify-content: space-between; align-items: center; margin: 0.5% auto; width: 96%; }
	.h_logo_flex { display: flex; justify-content: flex-start; align-items: center; }
	.h_logo_L { margin-right: 2%; }
	.h_logo_flex h1 { font-size: 0.8em; }
	.h_logo_flex .logo { width: 300px; }
}
@media screen and (max-width: 599px)  {
	.h_logo_flex h1 { font-size: 0.6em; }
	.h_logo_flex .logo { width: 200px; }
	.h_logo_R { width: 80px; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	.h_logo_flex .logo { width: 270px; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
} 
@media screen and (min-width: 1090px) {
	header { margin-bottom: 20px; }
	.h_area { display: flex; justify-content: space-between; align-items: center; margin: 0.5% auto; max-width: 1260px; width: 96%; }
	.h_logo_flex { display: flex; justify-content: flex-start; align-items: center; }
	.h_logo_L { margin-right: 2%; }
	.h_logo_flex h1 { font-size: 0.8em; }
	.h_logo_flex .logo { width: 300px; }
	
	.h_nav { display: flex; justify-content: flex-end; align-items: center; }
	.h_nav li.pc_tab { margin-left: 2%;}
	.snsList { display: flex; justify-content: flex-end; align-items: center; }
	.snsList li { width: 30px; margin-left: 10px; }
	.snsList li:nth-child(1) { margin-left: 0;}
	
	.h_nav li.mTxt .fas { color: var(--base-color);}
	
	.h_nav li.pc_tab p { font-size: 0.8em; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #dedede; }
	.h_nav li.userMenu { margin-left: 4%; }
	.subMenuList { /*display: flex; justify-content: flex-start; align-items: center;*/ }
	.subMenuList li { font-size: 0.9em; background: url("../img/common/icon-arrow.png") left center no-repeat; background-size: 15px; padding-left: 20px; margin-right: 1em; word-break: keep-all; }
	.subMenuList li:last-child { margin-right: 0; }
	
	.h_nav li.cvBtn { margin-left: 4%; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.h_logo_flex h1 { font-size: 0.75em; }
	.h_logo_flex .logo { width: 240px; }
	.h_logo_R { width: 110px; }
	.h_nav li.pc_tab p { font-size: 0.75em; }
	.subMenuList li { font-size: 0.75em; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.h_logo_flex h1 { font-size: 0.75em; }
	.h_logo_flex .logo { width: 270px; }
	.h_logo_R { width: 120px; }
	.h_nav li.pc_tab p { font-size: 0.75em; }
	.subMenuList li { font-size: 0.75em; }
}

/*-- is-fix  -------------------------------------------------------------*/
header.is-fix { position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; background: #fff; }
header.is-fix .h_area { max-width: 100%; width: 98%; }
@media screen and (max-width: 1089px) {
	header.is-fix { box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25); max-width: 100%; padding: 5px 0; }
	header.is-fix h1 { display: none; }
	header.is-fix .h_logo_flex .logo { width: 240px; }
	header.is-fix .h_logo_R { width: 80px; }
}
@media screen and (max-width: 599px) {
	header.is-fix .h_logo_flex .logo { width: 190px; }
	header.is-fix .h_logo_R { width: 70px; }
}
@media screen and (min-width:600px) and (max-width: 1089px) {
}
@media screen and (min-width: 1090px) {
	header.is-fix { box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25); max-width: 100%; }
	header.is-fix h1 { display: none; }
	header.is-fix .h_logo_flex .logo { width: 240px; }
	header.is-fix .h_logo_R { width: 80px; }
	header.is-fix .h_nav li.pc_tab.userMenu p { display: none; }
	header.is-fix .cvBtn a { color:#fff; width:180px; height:30px; line-height:30px; font-size: 0.7em; }
	header.is-fix .cvBtn a:hover { color:var(--cv-color);}
	
	header.is-fix .subMenuList { display: flex; justify-content: flex-start; align-items: center; }
	header.is-fix .subMenuList li { font-size: 0.9em; }
}

/*-- megaMenu  -------------------------------------------------------------*/
@media screen and (min-width: 1090px) {
	header .h_nav > li.mTxt { font-size: 1.0rem; position: relative; font-weight: bold; }
	header .h_nav > li.mTxt a         { resize: none; display: block; word-break: keep-all; }
	header .h_nav > li.mTxt a:link    { color:#000; text-decoration: none; }
	header .h_nav > li.mTxt a:visited { color:#000; text-decoration: none; }
	header .h_nav > li.mTxt a:hover   { color:#000; text-decoration: none; opacity: 0.7; }
	header .h_nav > li.mTxt a:active  { color:#000; text-decoration: none; }
		
	header .h_nav > li .menu { display: none; transition: all .2s ease-in; max-height: 0; opacity: 0; min-width: 350px; text-align: left; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 10; background-color: #f4f4f4; }
	header .h_nav > li:hover .menu { display:flex; }
	header .h_nav > li:last-child .menu { position: absolute; top: 100%; left: inherit; right: 0; transform: translateX(0); }
	header .h_nav > li:first-child .menu { position: absolute; top: 100%; left: 0; transform: translateX(0); }
	
	header .h_nav > li:hover > .menu { max-height: 9999px; opacity: 1; z-index: 100; }
	
	header .h_nav > li .menu > .menu_inner { padding:20px; display: flex; justify-content: space-between; align-items: center; }
	header .h_nav .menu .menu_inner p { width: 49%; border-bottom: none; border: 1px solid #dedede; padding: 5px 10px; background: #fff; margin-bottom: 0px; }
	header .h_nav .menu .menu_inner p:nth-child(2) { width: 49%; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	header .h_nav > li.mTxt { font-size: 1.0rem; }
	header .h_nav > li .menu > .menu_inner p { font-size: 0.75rem; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	header .h_nav > li.mTxt { font-size: 1.05rem; }
	header .h_nav > li .menu > .menu_inner p { font-size: 0.80rem; } 
}

/*-- SP menu-trgger -------------------------------------------------------------*/
@media screen and (max-width: 1089px) {
	header .h_nav { display: block; position: relative; z-index: 9999; }
	.menu-trigger,.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
	.menu-trigger { width: 45px; height: 20px; display: flex; justify-content: space-between; align-items:flex-start; flex-direction: column; }
	.menu-trigger:hover{ cursor:pointer; }
	.menu-trigger span { left: 4.2px; width: 100%; height: 1px; background-color: var(--base-color); border-radius: 2px; }
	.menu-trigger span:nth-of-type(1) { }
	.menu-trigger span:nth-of-type(2) { width: 75%; }
	.menu-trigger span:nth-of-type(3) { }
	
	.h_menu .active span { background-color: var(--base-color) !important; } /* 色を変える */
	.h_menu .active span:nth-of-type(3) { bottom: 15px; }
	.menu-trigger.active span:nth-of-type(1) {
	 -webkit-transform: translateY(20px) rotate(-45deg);
	 transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
	.menu-trigger.active span:nth-of-type(3) {
	 -webkit-transform: translateY(-20px) rotate(45deg);
	 transform: translateY(-8px) rotate(45deg);
	}
	header nav#overlay{ display: none; width: 90%; margin: 0 0 0 10%; padding: 6% 4% 4%; height: calc(100% - 0px); text-align: center; position: fixed; top: 0px; right: 0px; z-index: 999; background:#fff; box-sizing: border-box; box-shadow: -4px 0px 16px -6px rgba(0,0,0,0.6);}
	header nav#overlay { overflow: auto; height: 100%; -webkit-overflow-scrolling: touch; }
	
	header nav#overlay ul li.pareMenu { text-align: left; margin-bottom: 10px; font-size: 0.9em; }
	header nav#overlay ul li.pareMenu:before { content: "├"; margin-right: 0.5em; }
	header nav#overlay ul h5 { background: #f4f4f4; padding: 10px; margin-bottom: 10px; text-align: left; font-size: 0.9em; }
	header nav#overlay ul li.subMenu { text-align: left; margin-bottom: 10px; margin-left: 1em; font-size: 0.9em; }
	header nav#overlay ul li.subMenu:before { content: "├"; margin-right: 0.5em; }
	
	header nav#overlay ul .boxMenu { display: flex; justify-content: center; align-items: center; margin-bottom: 20px;  }
	header nav#overlay ul .boxMenu dt { border: 1px solid #dedede; padding: 5px 10px; margin-right: 10px; }
	header nav#overlay ul .boxMenu dd { border: 1px solid #dedede; padding: 5px 10px; }
	
	.snsList { display: flex; justify-content: center; align-items: center; margin-top: 40px; }
	.snsList li { width: 40px; margin-left: 10px; }
	.snsList li:nth-child(1) { margin-left: 0;}
	
	header nav#overlay .cvBtn a { width: 100%; margin: 0 auto 20px; }
	header nav#overlay .fa-phone { transform: rotate(90deg); }
	header nav#overlay h5 {}
}
@media screen and (max-width: 599px) {
	.menu-trigger span:nth-of-type(1) { position: relative; left: 0px; top: 2px;}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	header nav#overlay{ width: 40%; }
	.menu-trigger { margin-right: 4%; }
	.menu-trigger span:nth-of-type(1) { position: relative; left: 0px; top: 2px;}
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	header nav#overlay{ width: 40%; }
	.menu-trigger { margin-right: 4%; }
}

/*-- コンテンツ -------------------------------------------------------------*/
@media screen and (max-width: 1089px) {
	section .in { width: 88%; margin: 0 auto; padding: 0 0 5vh; }
	.ttl01 { text-align: center; font-size: 1.5em; color: var(--base-color); font-weight: bold; margin-bottom: 20px; }
	.ttl02 { text-align: center; font-size: 1.1em; font-weight: bold; margin-bottom: 5px; }
	.nayami-icon { text-align: center; }
}
@media screen and (max-width: 599px) {
	.nayami-icon { width: 30px; margin: 0 auto 10px;}
	.ttl01 { font-size: 1.4em; }
	.ttl02 { font-size: 1.0em; }
}
@media screen and (min-width: 600px) and (max-width: 889px)  {
	.nayami-icon { width: 40px; margin: 0 auto 10px;}
	.ttl01 { font-size: 1.8em; margin-bottom: 20px; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	.ttl01 { font-size: 2.0em; margin-bottom: 20px; }
}

@media screen and (min-width: 1090px) {
	section .in { max-width: 1260px; width: 96%; margin: 0 auto; position: relative; padding: 5vh 0; }
	.ttl01 { text-align: center; font-size: 2.4em; color: var(--base-color); font-weight: bold; margin-bottom: 5vh; }
	.ttl02 { text-align: center; font-size: 1.2em; font-weight: bold; }
	.nayami-icon { text-align: center; }
	
	main { min-height: 600px; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
}
@media screen and (min-width: 1390px) and (max-width: 1489px)  {
}

/*-- cv -------------------------------------------------------------*/
.cvSection { background: var(--opa-color); border-top: 1px solid var(--base-color); border-bottom: 1px solid var(--base-color); margin: 5vh 0; }
.cvSection:last-child { margin-bottom: 0px; }
@media screen and (max-width: 599px) {
	.cvSection { margin: 0 0 5vh; }
	.cvSection .in { width: 88%; margin: 0 auto; position: relative; padding: 3vh 0; }
	.cvTtl { margin-bottom: 20px; }
	.cvTtl .cvLogo { width: 30%; margin: 0 auto 20px; }
	.cvTtl p { margin-bottom: 0px; }
	
	.cvList { display: flex; justify-content: center; align-items: center; flex-direction: column; }
	.cvList li { margin-bottom: 20px; width: 100%;  }
	.cvList li:last-child { margin-bottom: 0px; }
	.cvList li.cvTel { display: none; }
	.cvTel { display: flex; justify-content: center; align-items: center; }
	.cvTel p { margin-bottom: 0px;}
	.cvTel .roboto.tel { line-height: 1.0; color: var(--base-color); font-size: 2.4em; margin-bottom: 0px; }
	.cvTel p.xsmall { font-size: 0.8em; }
	.telMark { margin-right: 0.5em; width: 40px; }
	.chara { position: absolute; top: 0%; left: 20%; width: 50px; }
	.cvSection .in .cvBtn a { height: 40px; line-height: 40px; font-size: 1.0em; width: 100%; }
}
@media screen and (min-width: 600px) {
	.cvSection .in { max-width: 1260px; width: 96%; margin: 0 auto; position: relative; padding: 3vh 0; max-height: 240px; }
	.cvTtl { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
	.cvTtl .cvLogo { margin-right: 1em; }
	.cvTtl p { margin-bottom: 0px; }
	.cvList { display: flex; justify-content: center; align-items: center; }
	.cvList li { margin-right: 1em; }
	.cvList li:last-child { margin-right: 0px; }
	.cvList li.cvTel { display: none; }
	.cvTel { display: flex; justify-content: flex-start; align-items: center; }
	.cvTel p { margin-bottom: 0px;}
	.cvTel .roboto.tel { line-height: 1.0; color: var(--base-color); font-size: 2.7em; margin-bottom: 0px; }
	.cvTel p.xsmall { font-size: 0.75em; }
	.telMark { margin-right: 0.5em; }
	
	.in-in { display: flex; justify-content: center; position: relative;}
	.chara { /*position: absolute; top: 50%; right: 8%; transform: translateY(-50%);*/ width: 180px; position: relative; top: -50px; }
	.cvSection .in .cvBtn a { height: 50px; line-height: 50px; font-size: 1.0em; width: 300px; }
}
@media screen and (min-width: 600px) and (max-width: 889px)  {
	.cvSection .in { max-height: 240px; }
	.chara { width: 150px; }
	.cvSection .in .cvBtn a { height: 40px; line-height: 40px; font-size: 1.0em; width: 250px; }
	.cvTel .roboto.tel { line-height: 1.0; color: var(--base-color); font-size: 2.4em; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	.cvSection .in .cvBtn a { height: 45px; line-height: 45px; font-size: 1.0em; width: 330px; }
	.cvTel .roboto.tel { line-height: 1.0; color: var(--base-color); font-size: 2.4em; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
}
@media screen and (min-width: 1390px) and (max-width: 1489px)  {
}

.cvTel .roboto.tel a         { color:var(--base-color); display: block; resize: none; }
.cvTel .roboto.tel a:link    { color:var(--base-color); text-decoration: none; }
.cvTel .roboto.tel a:visited { color:var(--base-color); text-decoration: none; }
.cvTel .roboto.tel a:hover   { color:var(--base-color); text-decoration: none; }
.cvTel .roboto.tel a:active  { color:var(--base-color); text-decoration: none; }

/*-- footer fix bnr  -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#contact-fixed { position: fixed; z-index: 888; left:0; bottom: 0; width: 100%; display: flex; justify-content: center; background: rgba(255,255,255,0.5);}
	#contact-fixed .cvBtn { margin: 0.5% 1%; width: 98%; }
	#contact-fixed .cvBtn a { width: 90%; margin: 0 auto; height: 40px; line-height: 40px; }
}

/*-- footer ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	footer { background:var(--opa-color); margin-top: 0px; }
	footer .in { color:#000; padding:30px 0; }
	footer .in .f_logo { width: 240px; margin:0 auto 20px; }
	footer .in p { text-align: center; font-size: 0.9em; }
	footer .in .snsList { justify-content: center; }
	footer .in .snsList li { width: 40px; }
}
@media screen and (min-width: 768px) {	
	footer { background:var(--opa-color); margin-top: 0px; }
	footer .in { color:#000; padding:30px 0; }
	footer .in .f_logo { width: 300px; margin:0 auto 20px; }
	footer .in p { text-align: center; font-size: 0.8em; }
	footer .in .snsList { justify-content: center; }
	footer .in .snsList li { width: 60px; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 1025px) and (max-width: 1319px)  {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 1320px) {
	footer .in { width:1280px; margin:0 auto; }
}
/*-- copyright ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#copyright { text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; }
}
@media screen and (min-width: 768px) {
	#copyright { text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; }
}

/*-- pagetop ------------------------------------------------------------*/
#pagetop { background: var(--base-color); opacity: 0.5; }
#pagetop a         { color:#fff; display: block; resize: none; }
#pagetop a:link    { color:#fff; text-decoration: none; }
#pagetop a:visited { color:#fff; text-decoration: none; }
#pagetop a:hover   { color:#fff; text-decoration: none; }
#pagetop a:active  { color:#fff; text-decoration: none; }
@media screen and (max-width: 599px) {
	#pagetop { width: 40px; height: 40px; line-height: 40px; position:fixed; right:2%; bottom:8%; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}
@media screen and (min-width: 1080px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}


/*-- box LINK ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.box_link_btn a { color:var(--base-color); width:80%; height:35px; line-height:35px; border:var(--base-color) 1px solid; display:block; text-align:center; margin:0 10%; background:#fff; font-size: 12px; position: relative; transition: .3s; }
	.box_link_btn a:link    { color:var(--base-color); text-decoration: none; }
	.box_link_btn a:visited { color:var(--base-color); text-decoration: none; }
	.box_link_btn a:hover   { color:#fff; text-decoration: none; background: var(--base-color); letter-spacing: 0.1em; }
	.box_link_btn a:active  { color:#000; text-decoration: none; }
	.box_link_btn a:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 20px; height: 1px; background: var(--base-color); }
	.box_link_btn a:hover:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 25px; height: 1px; background: #fff; }
	
	.cvBtn a { color:#fff; width:80%; height:30px; line-height:30px; border:var(--cv-color) 1px solid; border-bottom:#142459 3px solid; display:block; text-align:center; background:var(--cv-color); font-size: 0.8em; color: #fff; border-radius: 6px; margin: 0 auto; }
	.cvBtn a:link    { color:#fff; text-decoration: none; }
	.cvBtn a:visited { color:#fff; text-decoration: none; }
	.cvBtn a:hover   { color:var(--cv-color); text-decoration: none; background:#fff; }
	.cvBtn a:active  { color:#fff; text-decoration: none; }
	
	.box_link_btn_bk a { color:#000; width:80%; height:30px; line-height:30px; border:#000 1px solid; display:block; text-align:center; margin:0 auto; background:#fff; font-size: 13px; position: relative; transition: .3s; }
	.box_link_btn_bk a:link    { color:#000; text-decoration: none; }
	.box_link_btn_bk a:visited { color:#000; text-decoration: none; }
	.box_link_btn_bk a:hover   { color:#fff; text-decoration: none; background: #000; letter-spacing: 0.1em; }
	.box_link_btn_bk a:active  { color:#000; text-decoration: none; }
	.box_link_btn_bk .fa-file-pdf { color: red;}
}
@media screen and (min-width: 768px) {
	.box_link_btn a { color:var(--base-color); width:300px; height:35px; line-height:35px; border:var(--base-color) 1px solid; display:block; text-align:center; margin:0 auto; background:#fff; font-size: 13px; position: relative; transition: .3s; }
	.box_link_btn a:link    { color:var(--base-color); text-decoration: none; }
	.box_link_btn a:visited { color:var(--base-color); text-decoration: none; }
	.box_link_btn a:hover   { color:#fff; text-decoration: none; background: var(--base-color); letter-spacing: 0.1em; }
	.box_link_btn a:active  { color:var(--base-color); text-decoration: none; }
	.box_link_btn a:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 20px; height: 1px; background: var(--base-color); }
	.box_link_btn a:hover:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 25px; height: 1px; background: #fff; }

	.cvBtn a { color:#fff; width:200px; height:35px; line-height:35px; border:var(--cv-color) 1px solid; border-bottom:#142459 3px solid; display:block; text-align:center; background:var(--cv-color); font-size: 0.8em; color: #fff; border-radius: 6px; }
	.cvBtn a:link    { color:#fff; text-decoration: none; }
	.cvBtn a:visited { color:#fff; text-decoration: none; }
	.cvBtn a:hover   { color:var(--cv-color); text-decoration: none; background:#fff; }
	.cvBtn a:active  { color:#fff; text-decoration: none; }
	
	.box_link_btn_bk a { color:#000; width:300px; height:35px; line-height:35px; border:#000 1px solid; display:block; text-align:center; margin:0 auto; background:#fff; font-size: 13px; position: relative; transition: .3s; }
	.box_link_btn_bk a:link    { color:#000; text-decoration: none; }
	.box_link_btn_bk a:visited { color:#000; text-decoration: none; }
	.box_link_btn_bk a:hover   { color:#fff; text-decoration: none; background: #000; letter-spacing: 0.1em; }
	.box_link_btn_bk a:active  { color:#000; text-decoration: none; }
	.box_link_btn_bk a:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 20px; height: 1px; background: #000; }
	.box_link_btn_bk a:hover:after { content: ""; position: absolute; top: 50%; right: 0px; z-index: 1; transform: translateY(-50%); width: 25px; height: 1px; background: #fff; }
	
	.box_link_btn_bk .fa-file-pdf { color: red;}
}
@media screen and (min-width: 768px) and (max-width: 899px) {
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
}
@media screen and (min-width: 1090px) {
	.box_link_btn_R a { margin: 0 0 0 100%; }
	.box_link_btn_L a { margin: 0 100% 0 0; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.cvBtn a { width:180px; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.cvBtn a { width:190px; }
}

/*-- sp tbl overscroll ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.scroll { overflow: auto; white-space: nowrap;}
	.scroll::-webkit-scrollbar { height: 10px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
}

/*-- animation ------------------------------------------------------------*/
.delay01 { animation-delay:0.1s; }
.delay02 { animation-delay:0.2s; }
.delay03 { animation-delay:0.3s; }
.delay04 { animation-delay:0.4s; }
.delay05 { animation-delay:0.5s; }
.delay06 { animation-delay:0.6s; }
.delay07 { animation-delay:0.7s; }
.delay08 { animation-delay:0.8s; }
.delay09 { animation-delay:0.9s; }
.delay10 { animation-delay:1.0s; }

.delay11 { animation-delay:1.1s; }
.delay12 { animation-delay:1.2s; }
.delay13 { animation-delay:1.3s; }
.delay14 { animation-delay:1.4s; }
.delay15 { animation-delay:1.5s; }
.delay16 { animation-delay:1.6s; }
.delay17 { animation-delay:1.7s; }
.delay18 { animation-delay:1.8s; }
.delay19 { animation-delay:1.9s; }
.delay20 { animation-delay:2.0s; }

/*フワッと表示*/
.fadeup { opacity: 0; }
.fadeup.add-show {
	animation-name: fadeupAnime;/*アニメーションの定義名*/
	animation-duration:.5s;/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
}
/*アニメーションの開始から終了までを指定する*/
@keyframes fadeupAnime{
  from {
	  opacity: 0;
	  transform: translateY(100px);
  }
  to {
	  opacity: 1;
	  transform: translateY(0);
  }
}


/*-- list indent ------------------------------------------------------------*/
ol.indent { list-style-position: inside;}
ol.indent li { padding-left: 1em; text-indent: -1em;}
ul.indent { list-style-position: inside;}
ul.indent li { padding-left: 1em; text-indent: -1em;}

/*-- ol number list ------------------------------------------------------------*/
ol {　counter-reset:number; /* 名前を付けたカウンターをリセット */ list-style:none; /* olが数字を付けることをキャンセル */ margin:0; padding:0;}
ol li{ margin-bottom:10px; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; padding-bottom:10px; }
ol li:before{ counter-increment: number; /* 任意の名前を付けて！ */ content: counter(number); /* 名前を付けたカウンターを呼び出し */ margin-right:0.5em; }

/*-- arrow list ------------------------------------------------------------*/
.arrow_list_w { margin-bottom:20px; }
.arrow_list_w li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_w li:before { content:"\f101"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_s { margin-bottom:20px; }
.arrow_list_s li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_s li:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_t { margin-bottom:20px; }
.arrow_list_t li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
.arrow_list_t li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.circle_list { margin:0 2% 0px; }
.circle_list li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#D91061; font-weight:bold; font-size:1.0em; }

.circle_list02 { margin:0 2% 0px; }
.circle_list02 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list02 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#3da678; }

.circle_list03 { margin:0 2% 0px; }
.circle_list03 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list03 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#cd9054; }

.circle_list04 { margin:0 2% 0px; }
.circle_list04 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list04 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#64a8dd; }

/*-- スマホメニュー開閉背景の色 ------------------------------------------------------------*/
.mm-menu { background:#54A583 !important; color:rgba(0, 0, 0, 0.7)  !important; }

/*--wordpress投稿　段落 ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#content .tbl01 { width: 100%; table-layout: fixed;  }
	#content .tbl01 th,#content .tbl01 td { padding: 20px; text-align: center; background: #fff; }
	#content .tbl01 th { border: 1px solid #dedede; background: #f4f4f4; }
	#content .tbl01 thead th { background: #c5c5c5; color: #000; border-bottom: double #c5c5c5; }
	#content .tbl01 td { border: 1px solid #dedede; background: #fff; }
	/*#content .tbl01 tbody td:nth-child(1) { background: #f4f4f4; }*/
	
	#content .tbl02 { width: 100%; border-top: 1px solid #dedede; }
	#content .tbl02 th,#content .tbl02 td { padding: 10px; text-align: left; display: block; }
	#content .tbl01 tbody tr td { border: 1px solid #dedede; background: #fff; }
	#content .tbl01 tbody tr td:last-child { background: #fff; }
}
@media screen and (min-width: 600px) {
	#content .tbl01 { width: 100%; table-layout: fixed;  }
	#content .tbl01 th,#content .tbl01 td { padding: 20px; text-align: center; background: #fff; }
	#content .tbl01 th { border: 1px solid #dedede; background: #f4f4f4; }
	#content .tbl01 thead th { background: #c5c5c5; color: #000; border-bottom: double #c5c5c5; }
	#content .tbl01 tbody tr td { border: 1px solid #dedede; background: #fff; }
	#content .tbl01 tbody tr td:last-child { background: #fff; }
	
	#content .tbl02 { width: 100%;  }
	#content .tbl02 th,#content .tbl02 td { padding: 20px; text-align: left; }
	#content .tbl02 th { width: 20%; text-align: left; border-bottom: 3px solid #dedede; }
	#content .tbl02 td { width: 80%; border-bottom: 1px solid #dedede; }
}

/*--wordpress投稿　AUTO SITEMAP ------------------------------------------------------------*/
#sitemap_list { margin-bottom:20px; }
#sitemap_list li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; }
#sitemap_list li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#d91061; }

/*-- wordpress 画像 ------------------------------------------------------------*/
.aligncenter { display: block; margin: 0 auto;}
.alignright { float: right; }
.alignleft { float: left; }

/*-- wordpress ページャーカラー ------------------------------------------------------------*/
/*-- wordpress ページャーカラー ------------------------------------------------------------*/
#pager { width: 90%; margin: 40px 5%; overflow: hidden; display: flex; justify-content: center; }
#pager:before, #pager:after { content: ''; display: block; overflow: hidden; }
#pager a {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#pager a:hover { background: #999;}
#pager .pages, #pager .current, #pager .extend, #pager a { float: left; display: block; text-decoration: none; line-height: 20px; color: #333; background: #dedede; }
#pager a { color: #333; }
#pager .pages, #pager .current { background: #333; }
#pager .pages a, #pager .current { color: #fff; }
#pager .pages { display: none; }
@media screen and (max-width: 1024px) {
	#pager .pages, #pager .current, #pager .extend, #pager a { margin: 0 0 0 5px; padding: 4px 10px; }
}
@media screen and (min-width: 1025px) {
	#pager .pages, #pager .current, #pager .extend, #pager a { margin: 0 0 0 3px; padding: 6px 12px; }
}

/*-- animation ------------------------------------------------------------*/
/* 点滅 */
.flash1{ animation: Flash1 1.0s infinite; }
@keyframes Flash1{ 50%{ opacity: 0.5; }}
/* 揺れる */
.fluffy { width: 100%; height: auto; animation: fluffy1 3s ease infinite; }
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
	
/*-- Adjustment ------------------------------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.pg5  { padding:  5px !important; }
.pg10 { padding: 10px !important; }
.pg15 { padding: 15px !important; }
.pg20 { padding: 20px !important; }
.pg25 { padding: 25px !important; }
.pg30 { padding: 30px !important; }
.pg35 { padding: 35px !important; }
.pg40 { padding: 40px !important; }

.mg0  { margin: 0  !important; }
.pg0  { padding: 0 !important; }

.ofh  { overflow: hidden; }
.fltR { float: right; }
.fltL { float: left; }
.clr  { clear: both; }

.posRe { position: relative; }
.posAb { position: absolute; }

.alJ { text-align: justify; }
.alC { text-align: center; }
.alR { text-align: right; }
.alL { text-align: left; }

.xlarge { font-size: 1.2em; }
.large  { font-size: 1.1em; }

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

.bold { font-weight: bold; }
.red  { color: #ff4343; }
.blk {color:#000;}

sup { color: #ff4343; margin-left: 0.25em; }

.under {text-decoration:underline; border-color:#666;}

.marker { background:linear-gradient(transparent 60%, #ff6 60%); }

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #ddd !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #ddd  !important; }

.trans-ease { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }

.link-hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.link-hover:hover { opacity: 0.7; filter: alpha(opacity=70); }

.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
.g_font { font-family: "Rounded Mplus 1c"; font-weight:300; }
.gothic { font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; }
.min { font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', serif; }
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/*-- clearfix ------------------------------------------------------------*/
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* *html .cf { zoom: 1; } */
*:first-child+html .cf { zoom: 1; } /* IE7 */




