/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2026 | 02:01:30 */
/* どこでも使用可能 */
:root {
--text-color: #444;
--buton-deg1:2em;
--buton-deg2:5em;
}


.work-page-title h4.title{
	  display: flex;         /* Flexboxコンテナに設定 */
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center;   /* 垂直方向の中央揃え */

}
.work-page-title {background: linear-gradient(0deg,  #1B8E32 0% ,#0168b7 100% );}






/*** btn-edge**/

.btn-n-custm a.button{
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 30px;
/*  font-size: 19px;
  height: 40px;
  line-height: 40px!;*/
  /*background: #51587b;
	background: #0168B7;*/
	
  font-size: 22px;
	font-size: clamp(1.1rem, calc(0.95rem + 0.625vw), 1.5rem);
  color: rgb(255, 255, 255);
  transition: .4s;
	border:none;
border-radius:unset;
	line-height:4em;
	width: 80%;
  text-align: center;
	background-image: linear-gradient(#016887 0%, #1B8E32 100%);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.btn-n-custm a.button:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid var(--buton-deg1) white;
  border-bottom: solid var(--buton-deg2) transparent;
  z-index: 1;
  transition: .4s;
}

.btn-n-custm a.button:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid var(--buton-deg1)  transparent;
  border-bottom: solid var(--buton-deg2)  white;
  z-index: 1;
  transition: .4s;
}

.btn-n-custm a.button:hover:before, .btn-n-custm a.button:hover:after {
  border-left-width: 25px;
	  border-left-width: 0px;
}

.btn-n-custm a.button:hover {
/*  background: #2c3148;
		background-image: linear-gradient(#1B8E32 0%,#016887 100% );*/
/*	border:1px solid #016887 ;*/
}

@media only screen and (max-width: 767px) {
.btn-n-custm a.button{	width: 100%;font-size:17px;}
}



#back_to_top{background-image: linear-gradient(#016887 0%, #1B8E32 100%);}
/*
body:not(.home) .section_wrapper{background-color:#fff;}
/****
.content_wrapper{background-color:#fff;}/****/