<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&amp;family=Noto+Sans+JP:wght@300;400;500;700&amp;family=Noto+Serif+JP:wght@400;600&amp;family=Roboto:wght@300;500&amp;display=swap');



/* 2022.10.24
------------------------------------------------------------*/
.page__main {
    position: relative;
    z-index: 100;
    background-color: #fff;
    top: 10vw;
}
/*@media (max-width: 768px)  {
.page__main {
    position: relative;
    z-index: 100;
    background-color: #fff;
    top: 12vw;
}	
}
@media (max-width: 568px)  {
.page__main {
    position: relative;
    z-index: 100;
    background-color: #fff;
    top: 20vw;
}	
}*/
.page__main_r {
    position: relative;
    z-index: 100;
    background-color: #fff;
    top: 0vw;
}
.page__main_50 {
    position: relative;
    z-index: 100;
    background-color: #fff;
    top: 10vw;
}
@media (max-width: 768px)  {
.page__main_50 {    
    top: 20vw;
}
}

/* ヘッドエリア
------------------------------------------------------------*/
.head_area {
	margin-bottom: 2%;	
}

.head_h1_sub {
	position: relative;
	width: 100%;
	margin: 20px auto;
	padding: 10px;
	color: #000;
	border-bottom: 1px solid #cccccc;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: bold;
}

.head_h1_sub span {  
  color: #14aa5a;  
}
    
.head_h1_sub:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5%;
  height: inherit;
  border-bottom: 1px solid #002364;
}
.head_h1 {
	font-size: 34px;  
	font-family: 'Noto Serif JP', serif;
}
@media (max-width: 768px)  {
.head_h1_sub {	
	font-size: 22px;
}
.head_h1_sub:before {  
  width: 15%;  
}
.head_h1 {
	font-size: 24px; 	
}
}
/* ヘッドイメージエリア
------------------------------------------------------------*/

.head_imgarea {
    text-align: center;
    margin-bottom: 5%;
    /*background-image: linear-gradient(to bottom, #f9d423 0%, #ff4e50 100%);*/
    padding-top: 8%;
	padding-bottom: 8%;
}

.head_imgarea_ttl {
    font-size: 42px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
    line-height: 1.0;
}
@media (max-width: 768px)  {
.head_imgarea_ttl {
	font-size: 22px;	
}
}
.head_imgarea_ttl:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 30px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #14AA5A;
	border-radius: 2px;
}
.head_imgarea_tx {
    font-size: 20px;
	text-align: center;
}
@media (max-width: 768px)  {
.head_imgarea_tx {
    font-size: 16px;	
}
}

.head_imgarea_ttl2 {
    font-size: 42px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
	margin-bottom: 2%;
}
.head_imgarea_ttlsub2 {
	font-size: 16px;
	color: #002364;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-align: center;	
	margin-bottom: 2%;
}
@media (max-width: 768px)  {
.head_imgarea_ttl2 {
	font-size: 24px;
}
.head_imgarea_ttlsub2 {
	font-size: 14px;	
}
}

.head_imgarea3 {    
    margin-bottom: 5%;
    /*background-image: linear-gradient(to bottom, #f9d423 0%, #ff4e50 100%);*/
    padding-top: 8%;
	padding-bottom: 8%;
}

.head_imgarea_ttl3 {
    font-size: 42px;    
    font-family: 'Noto Serif JP', serif;
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
    line-height: 1.3;
}
@media (max-width: 768px)  {
.head_imgarea_ttl3 {
	font-size: 22px;	
}
}
.head_imgarea_ttl3:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 30px;
	height: 5px;
	left: 3%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #14AA5A;
	border-radius: 2px;
}
.head_imgarea_tx3 {
    font-size: 20px;
}
@media (max-width: 768px)  {
.head_imgarea_tx3 {
    font-size: 16px;	
}
}
.head_imgarea_ttl4 {
    font-size: 42px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    position: relative;    
    margin-bottom: 2em;
    line-height: 1.0;
}
@media (max-width: 768px)  {
.head_imgarea_ttl4 {
    font-size: 26px;    
}
}

.head_imgarea_tx4 {
    font-size: 22px;
    text-align: center;    
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
    line-height: 1.0;
}
@media (max-width: 768px)  {
.head_imgarea_tx4 {
	font-size: 16px;	
	margin-top: 2em;
}
}
.head_imgarea_tx4:before {
	content: '';
	position: absolute;
	top: -35px;
	display: inline-block;
	width: 30px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #14AA5A;
	border-radius: 2px;
}
@media (max-width: 768px)  {
.head_imgarea_tx4:before {	
	top: -15px;	
}
}

.head_logoimg {    
    margin-bottom: 5%;
}
/* ぱんくず
------------------------------------------------------------*/
.pan_area {
	font-size: 14px;	
	margin-top: 10px;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: rgba(220,242,230,1.00);
}
@media (max-width: 768px)  {
.pan_area {		
	margin-top: 10%;
	margin-bottom: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
}
}
.pan_area ul li {
    display: inline-block;
    margin-right: 10px;
}
.pan_area ul li a:after {
    content: "＞";
    margin-left: 10px;
}

.pan_area2 {
	font-size: 14px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 1%;
	/*text-align: right;*/
}
@media (max-width: 1199px)  {
.pan_area2 {
	margin-top: 70px;
	margin-bottom: 10px;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
}
.pan_area2 ul li {
    display: inline-block;
    margin-right: 10px;
}
.pan_area2 ul li a:after {
    content: "＞";
    margin-left: 10px;
}
.pan_area50th {
	font-size: 14px;	
	margin-top: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: rgba(220,242,230,1.00);
}
@media (max-width: 768px)  {
.pan_area50th {		
	margin-top: 0%;
	margin-bottom: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
}
}
.pan_area50th ul li {
    display: inline-block;
    margin-right: 10px;
}
.pan_area50th ul li a:after {
    content: "＞";
    margin-left: 10px;
}
/* h2
------------------------------------------------------------*/
.h2_ttl {
	font-size: 42px;
	font-family: 'Noto Serif JP', serif;
	
}
.h2_ttlsub {
	font-size: 16px;
	color: #002364;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
@media (max-width: 768px)  {
.h2_ttl {
	font-size: 24px;
}
.h2_ttlsub {
	font-size: 14px;	
}
}
/* コンテンツ
------------------------------------------------------------*/
.contents_area {
	background-color: #e7f2e5;
	padding-top: 5%;
	padding-bottom: 5%;
}
.contents_area2 {
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
}


/* お問い合わせ・ご相談はこちらから
------------------------------------------------------------*/
.footer_area {
    position: relative;
    z-index: 100;
    background-color: #fff;
    margin-top: 10%;
}
.footer_area_rec {
    position: relative;
    z-index: 100;
    background-color: #fff;
    margin-top: 0%;
}

.top_h2_c {
	font-size: 28px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.top_h2sub_c {
  font-size: 16px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #002364;
}
@media (max-width: 768px)  {
.top_h2_c {
	font-size: 20px;	
}

.top_h2sub_c {
  font-size: 14px;	
}
}
.contact_area {
	padding-top: 5%;	
	background-color: #dcf2e6;
}
.contact_area2 {
	padding-top: 5%;
}
.contact_box {
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 10%;
}
.contact_box1 {	
	background-color: #334f83;
}
.contact_box2 {	
	background-color: #3fc290;
}
.contact_box3 {	
	background-color: #e59c3c;
}
.contact_ttl {
	font-size: 35px;
	color: #fff;
	border-left: 1px solid #FFFFFF;
	vertical-align: baseline;
	padding-top: 80px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
}
@media (max-width: 1100px)  {
.contact_ttl {
	font-size: 26px;
	color: #fff;
	border-left: 1px solid #FFFFFF;
	vertical-align: baseline;
	padding-top: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
}
}
@media (max-width: 786px)  {
.contact_ttl {
	font-size: 20px;
	color: #fff;
	border-left: 1px solid #FFFFFF;
	vertical-align: baseline;
	padding-top: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
}
}
.contact_tx {
	font-size: 15px;
	margin-top: 15px;
	color: #FFFFFF;
}
@media (max-width: 786px)  {
.contact_tx {
	font-size: 14px;
	margin-top: 15px;
	color: #FFFFFF;
}
}
.contact_link {
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* フッター
------------------------------------------------------------*/
footer {
	padding-top: 5%;	
	background-color: #f2f5f6;
}
.foot_add {
	font-size: 16px;	
	margin-top: 20px;
}
.foot_tel {
	font-size: 26px;	
	padding-bottom: 20px;
}
.foot_sns {	
	padding-bottom: 15px;
}
.foot_sns li {
	display: inline-block;
	padding-right: 20px;
}

.foot_link {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	display: inline-block;
	width: 100%;
}
.foot_link li {
	display: inline-block;
	width: 24%;
	font-size: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	font-weight: bold;
	line-height: 2.5;
}
@media (max-width: 1400px)  {
.foot_link li {
	display: inline-block;
	width: 100%;	
}
}
.foot_link li ul {	
	margin-top: 15px;	
	vertical-align: top;
	display: inline-block;
	
}
.foot_link li ul li {
	display: inline-block;
	font-size: 14px;
	width: 100%;
	line-height: 1.3;
	padding-bottom: 10px;
	font-weight: normal;
}
@media (max-width: 1400px)  {
.foot_link li ul {	
	margin-top: 5px;	
	vertical-align: top;
	display: inline-block;
	
}
.foot_link li ul li {
	display: inline;
	font-size: 14px;
	width: 100%;
	line-height: 1.3;
	padding-bottom: 0px;
	font-weight: normal;
	white-space: nowrap;
	margin-right: 10px;
}
.foot_link_br {
	display: none;	
}
}
.copy_area {
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #28282d;
	margin-top: 5%;
}
.copy_link {
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
.copy_link a {	
	color: #FFFFFF;
}
.copylight {
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
@media (max-width: 786px)  {
.foot_logo {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
	.foot_add {
	font-size: 15px;	
	margin-top: 20px;
		text-align: center;
}
.foot_tel {
	font-size: 22px;	
	padding-bottom: 20px;
	text-align: center;
}
.foot_sns {	
	padding-bottom: 15px;
}
.foot_sns li {
	display: inline-block;
	padding-right: 20px;
	text-align: center;
}
.foot_link {
	margin-top: 5%;	
}
.copy_link {    
    padding-top: 5%;
	padding-bottom: 5%;
}

.copylight {
	padding-bottom: 5%;
}
}
/* ページトップ */
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 10px;
    padding-top: 13px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 13px;
    color: #fff;
    background: #14aa5a;
    text-decoration: none;
    opacity: 0;
    transform: translateY(100px);
}
/*　上に上がる動き　*/
#pagetop.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#pagetop.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
/* ボタン
------------------------------------------------------------*/
.c-btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn {
	background: #14aa5a;
	border: 1px solid #000;
	color: #fff;
	display: block;	
	max-width: 200px;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
}
@media (max-width: 786px)  {
.c-btn {    
    max-width: 200px;    
    padding-right: 5px;
    padding-left: 5px;    
}
}
.c-btn a {	
	color: #000;
}
.c-btn a:hover {	
	color: #000;
}
.c-btn span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn.slide {
  background: #fff;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn.slide::after {
  background: #14aa5a;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover {
  color: #fff;
}
.c-btn.slide:hover::after {
  transform: scale(1, 1);
}

.c-btn2 {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn2 {
	background: #14aa5a;
	border: 1px solid #000;
	color: #fff;
	display: block;	
	max-width: 300px;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
}
.c-btn2 a {	
	color: #000;
}
.c-btn2 a:hover {	
	color: #000;
}
.c-btn2 span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn2.slide {
  background: #fff;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn2.slide::after {
  background: #14aa5a;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn2.slide:hover {
  color: #fff;
}
.c-btn2.slide:hover::after {
  transform: scale(1, 1);
}
.c-btn3 a {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn3 a {
	background: #fff;
	border: 1px solid #f7561e;
	color: #f7561e;
	display: block;
	max-width: 250px;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	margin-right: 0;
	margin-left: auto;
}
@media only screen and (max-width: 768px) {
.c-btn3 a {	
	margin-right: auto;
	margin-left: auto;
}
}

.c-btn3 a span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn3.slide a {
  background: #fff;
  color: #f7561e;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn3.slide a::after {
  background: #f7561e;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn3.slide a:hover {
  color: #fff;
}
.c-btn3.slide a:hover::after {
  transform: scale(1, 1);
	color: #fff;
}
.c-btn4 {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn4 {
	background: #f7561e;
	border: 1px solid #f7561e;
	color: #fff;
	display: block;
	max-width: 350px;
	padding: 10px 10px;
	text-align: center;
	font-size: 18px;
	border-radius: 50px;
}
@media (max-width: 576px)  {
.c-btn4 {	
	font-size: 17px;
}
	
}
.c-btn4 a {	
	color: #fff;
}
.c-btn4 a:hover {	
	color: #fff;
}

.c-btn4 span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn4.slide {
  background: #f7561e;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn4.slide::after {
	background-color: #14aa5a;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
	color: #f7561e;
}
.c-btn4.slide:hover {
  color: #f7561e;
}
.c-btn4.slide:hover::after {
  transform: scale(1, 1);
	color: #f7561e;
}
.c-btn5 {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn5 {
	background: #fff;
	border: 1px solid #f7561e;
	color: #f7561e;
	display: block;
	max-width: 250px;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	margin-right: 0;
	margin-left: auto;
}

.c-btn5 span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn5.slide {
  background: #fff;
  color: #f7561e;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn5.slide ::after {
  background: #f7561e;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn5.slide :hover {
  color: #fff;
}
.c-btn5.slide :hover::after {
  transform: scale(1, 1);
	color: #fff;
}
.c-btn6  {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn6  {
	background: #fff;
	border: 1px solid #f7561e;
	color: #f7561e;
	display: block;
	max-width: 250px;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	margin-right: 0;
	margin-left: auto;
}
@media only screen and (max-width: 768px) {
.c-btn6  {	
	margin-right: auto;
	margin-left: auto;
}
}

.c-btn6  span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn6.slide  {
  background: #fff;
  color: #f7561e;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn6.slide ::after {
  background: #f7561e;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn6.slide :hover {
  color: #fff;
}
.c-btn6.slide :hover::after {
  transform: scale(1, 1);
	color: #fff;
}
.c-btn_g {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn_g {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	display: block;	
	max-width: 300px;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
}
.c-btn_g span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn_g.slide {
  background: #14aa5a;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn_g.slide::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn_g.slide:hover {
  color: #000;
}
.c-btn_g.slide:hover::after {
  transform: scale(1, 1);
}

/* リクルートリンクボタン
---------------------------------*/
.c-btn_rec {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn_rec {
    background: #f7561e;
    border: 1px solid #f7561e;
    color: #fff;
    display: block;
    max-width: 350px;
    padding: 20px 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
}
@media (max-width: 576px)  {
.c-btn_rec {	
	font-size: 17px;
}
	
}
.c-btn_rec a {	
	color: #fff;
}
.c-btn_rec a:hover {	
	color: #fff;
}

.c-btn_rec span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn_rec.slide {
  background: #f7561e;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn_rec.slide::after {
	background-color: #14aa5a;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
	color: #f7561e;
}
.c-btn_rec.slide:hover {
  color: #f7561e;
}
.c-btn_rec.slide:hover::after {
  transform: scale(1, 1);
	color: #f7561e;
}

.c-btn_rec2 {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn_rec2 {
	background: #fcc6b2;
	border: 1px solid #fcc6b2;
	color: #000;
	display: block;
	max-width: 350px;
	padding: 20px 10px;
	text-align: center;
	font-size: 18px;
	border-radius: 50px;
}
@media (max-width: 576px)  {
.c-btn_rec2 {	
	font-size: 17px;
}
	
}
.c-btn_rec2 a {	
	color: #000;
}
.c-btn_rec2 a:hover {	
	color: #000;
}

.c-btn_rec2 span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn_rec2.slide {
  background: #fcc6b2;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn_rec2.slide::after {
	background-color: #14aa5a;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
	color: #f7561e;
}
.c-btn_rec2.slide:hover {
  color: #f7561e;
}
.c-btn_rec2.slide:hover::after {
  transform: scale(1, 1);
	color: #f7561e;
}
.c-btn_job {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn_job {
    background: #f7561e;
    border: 1px solid #f7561e;
    color: #fff;
    display: block;
    max-width: 350px;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
}
@media (max-width: 576px)  {
.c-btn_job {	
	font-size: 17px;
}
	
}
.c-btn_job a {	
	color: #fff;
}
.c-btn_job a:hover {	
	color: #fff;
}

.c-btn_job span {
	display: inline-block;
	margin-left: 10%;
}
 
.c-btn_job.slide {
  background: #f7561e;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn_job.slide::after {
	background-color: #14aa5a;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
	color: #f7561e;
}
.c-btn_job.slide:hover {
  color: #f7561e;
}
.c-btn_job.slide:hover::after {
  transform: scale(1, 1);
	color: #f7561e;
}
/* 矢印
---------------------------------*/
.arrow {
  display: flex;
}

.arrow::after {
	border-color: #000;
	content: '';
	width: 20px;
	height: 5px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	transform: skew(45deg);
	float: right;
}

/* ブレイクポイント
---------------------------------*/
.sp-hidden{
	display: block !important;
}
.pc-hidden{
	display: none !important;
}
img.sp-hidden{
	display: inline !important;
}
img.pc-hidden{
	display: none !important;
}
@media (max-width: 768px)  {
.sp-hidden{
	display: none !important;
}
.pc-hidden{
	display: block !important;
}
img.sp-hidden{
	display: none !important;
}
img.pc-hidden{
	display: inline !important;
}
	}

.toggle_nav_extension a{
	font-weight: bold;	
}
.toggle_nav_extension a:hover{	
	color: #FFFFFF;
}</pre></body></html>