s@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #333333;
	font-size: 1.5rem;/* 15px */
	line-height: 1.8em;
	/* [disabled]line-height:26px; */
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 body{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
 body{
	font-size: 1.3rem;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
  a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}



.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
.img-spnone {
	display: none;
}
.img-pcnone {
	display: block;
}
}




.list_none {
	padding:0;
	margin:0;
}
.list_none li {
	list-style-type:none;
	padding:0 0 3px 0;
	margin:0;
}
.list_none li a img {
	border:none;
}
.futo {
	font-weight: bold;
}

.sec {
	width: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
.sec {
	padding-top: 4em;
	padding-bottom: 4em;
}
}

 h2 {
  line-height: 1.4em;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align:center;
  margin-top: 0;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 h2 {
    font-size: 2.2rem;
    line-height:1.3em;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.45em;
    line-height:1.3em;
  }
}



.lead {
  font-size: 1.4rem;
  line-height: 1.3rem;
  letter-spacing: 0.2em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  color: #353535;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1rem;
  }
}



.main-contents {
	margin-top: 40px;
}
.daini-main-contents {
	margin-top: 80px;
	margin-bottom: 40px;
}


.btn.btn-warning {
	color: #7a1c2a;
	border: 1px solid #7a1c2a;
	border-radius: 0px;
	background-color: #ffffff;
	padding: 0.8em 1.5em;
	font-size: 1.5rem;
	transition: .2s;
}
.btn.btn-warning a { 
	text-decoration:none;
}
.btn.btn-warning:hover,
.btn.btn-warning:active {
	background-color: #7a1c2a;
	color: #ffffff;
	text-decoration: none;
	border-radius: 0px;
}




/*---------------フッター*/
.footer {
	background-color: #f4f4f4;
	color: #3e3e3e;
	
}

.footer a{
	color: #3e3e3e;
}

.footer .footer-inner {
	width: 100%;
	max-width: 1170px;
	padding: 30px 24px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .footer-inner h1{
	display: block;
	width: 100%; 
	color: #3e3e3e;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}
.footer .footer-inner .footer-company {
	width: 30%;
	margin-right: 3%;
	line-height: 1.6em;
}
.footer .footer-inner .footer-company img {
	width: 100%;
	max-width: 201px;
}
.footer .footer-inner .footer-company .company-name {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer .footer-inner .footer-company .company-info {
	font-size: 1.3rem;
	margin-top: 10px;
}
.footer .footer-inner .footer-company dl.business_day {
	display: flex;
	flex-wrap: nowrap;
	font-size: 1.3rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
}
.footer .footer-inner .footer-company dl.business_day dt {
	width: 27%;
	margin-right: 3%;
	line-height: 1.8;
}
.footer .footer-inner .footer-company dl.business_day dd {
	width: 70%;
	line-height: 1.8;
}

.footer .footer-inner .footer-link {
	width: 40%;
}
.footer .footer-inner .footer-link .list02 {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
.footer .footer-inner h1{
	display: none;
}
.footer .footer-inner {
	display: block;
	flex-direction: column;
	width: 90%;
	padding: 30px 0;
	text-align: center;
}
.footer .footer-inner .footer-company {
	display: block;
	width: 100%;
}
.footer .footer-inner .footer-company:nth-child(2) {
	margin-bottom: 30px;
}
.footer .footer-inner .footer-company .company-name {
	font-size: 1.2rem;
}
.footer .footer-inner .footer-company dl.business_day {
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}
.footer .footer-inner .footer-link {
	width: 100%;

}
.footer .footer-inner .footer-link .list02 {
	flex-direction: column;
}
}

.footer .list02 li {
	margin: 0;
	/*padding: 0 0.5em 1em 1em;*/
	list-style-type: none!important;
	font-size:1.3rem;
	line-height: 1.6em;
	/*position: relative;*/
}
.footer .list02 li a {
	display: inline-block;
	 text-decoration: none;
	 color: #3e3e3e;
	 padding: 0.5em 2em 0.5em 1em;
	 position: relative;
 }
.footer .list02 li a:hover {
	text-decoration: underline;
}
.footer .list02 li a::before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f105";
  font-weight: bold;
  position: absolute;
  left : 0;
  color: #3e3e3e;
}
@media screen and (max-width: 768px){
.footer .list02 li {
	border-bottom: 1px solid rgba(0,0,0,0.3);
 }
 .footer .list02 li:first-child {
	border-top: 1px solid rgba(0,0,0,0.3);
 }
.footer .list02 li a {
	display: block;
	padding: 1em;
 }
 .footer .list02 li a::before {
	 display: none;
}
}
.copyright {
    font-size: 11px !important;
    text-align: center;
    margin: 1em auto 0;
    display: block;
    padding: 10px 0 50px;
    border-top: dotted 1px rgba(0,0,0,0.3);
	color:#3e3e3e !important;
}
@media screen and (max-width: 991px) {
  .copyright {
	  margin: 1em auto 0;
	  padding: 10px 0 50px;
}
}
@media screen and (max-width: 480px) {
  .copyright {
    padding: 10px 0 50px;
}
}


/* ページトップ */
@media only screen and (min-width: 767px), print {
 #page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 1.3rem;
	z-index: 9999;
}
#page-top a {
	transition: .4s;
}
#page-top a:hover {
	opacity: 0.7;
}
}

@media screen and (min-width: 481px)  and (max-width: 768px) {
#page-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    font-size: 8px;
	z-index: 9999;
}
}
@media screen and (max-width: 480px) {
#page-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    font-size: 8px;
	z-index: 9999;
}
 #page-top a img {
	 width: 40px;
	 height: auto;
}
}



/*-----------------------下固定バナー*/
#fh5co-clients {
    padding: 0.3em 0;
    background: rgba(43, 143, 222, 0.9);
	border-top:1px solid #ffffff;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
#fh5co-clients .fh5co-clients-inner {
    width: 100%;
	/*max-width: 1170px;*/
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
}
#fh5co-clients img{
	z-index: 1100;
	margin-left: auto;
	margin-right: auto;
}
.migisen{
	border-right: solid 1px #ffffff;
	height:80%;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}



/*-----------------------TOP*/
.top .section-heading {
	padding-top: 0;
	padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
.top .section-heading {
	padding-bottom: 2em;
}
}
.top .section-heading h2 {
position: relative;
    line-height: 2.2rem;
    font-size: 4rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.7em;
}
.midasisonota {
	position: relative;
line-height: 2.2rem;
    font-size: 4rem;
	letter-spacing: 0.1em;
	color: #3e3e3e;   
    font-family: Century Gothic, sans-serif;
    font-weight: 400;
	margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
.top .section-heading h2 {
  line-height: 2.4rem;
  font-size: 2.4rem;
}
.midasisonota {
  line-height: 2.4rem;
  font-size: 2.4rem;
}	
}
@media screen and (max-width: 480px) {
.top .section-heading h2 {
  line-height: 2rem;
  font-size: 2rem;
}
.midasisonota {
  line-height: 2rem;
  font-size: 2rem;
}	
}

.top .bg_news {
	background-color: #;
}
.top .news {
    clear: both;
    height: 180px;
    overflow-y: scroll;
    box-sizing: border-box;
	background-color: #ffffff;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 1em;
}
.top .news dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	padding: 1em 0;
}
.top .news dl dt{
	width: 15%;
}
.top .news dl dd{
	width: 80%;
	line-height: 1.6em;
}
.top .news dl dd a {
	color: #3e3e3e;
	transition: .2s;
}
.top .news dl dd a:hover {
	color: #3c763d;
}
@media screen and (max-width: 768px) {
.top .news dl {
	flex-direction: column;
}
.top .news dl dt{
	width: 100%;
	margin-bottom: 0.5em;
}
.top .news dl dd{
	width: 100%;
}
}

.top .bg_greeting {
	background: -moz-linear-gradient(65deg, #9fd6ff, #e5f8ff);
	background: -webkit-linear-gradient(65deg, #9fd6ff, #e5f8ff);
	background: linear-gradient(25deg, #9fd6ff, #e5f8ff);
}
.top .greeting {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.top .greeting .item {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top .greeting .item .image {
	width: 55%;
	height: auto;
	background-image: url(../img/top/img_greeting.png);
	background-position: center center;
	background-size: cover;
}
.top .greeting .item .text {
	width: 45%;
	padding: 3em;
	background-color: rgba(255,255,255,0.5);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.top .greeting .item .text .catch {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.top .greeting .item {
	flex-direction: column;
}
.top .greeting .item .image {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.top .greeting .item .text {
	width: 100%;
	padding: 2em;
}
.top .greeting .item .text .catch {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
}

.top .bg_consul {
	background-color: #ffffff;
}
.top .consul {
	width: 100%;
}
.top .consul .box-container {
	width: 100%;
	border: 5px solid #3fafff;
	padding: 100px 1em 1em;
	background-image: url(../img/top/ic_human.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 61px auto;
	text-align: center;
}
.top .consul .box-container .catch2 {
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 1.5;
}
.top .consul .box-container ul.consul_contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.top .consul .box-container ul.consul_contact li {
	width: 45%;
	margin: 1em;
	display: block;
}
.top .consul .box-container ul.consul_contact li a {
	padding: 0.3em;
	background-color: #3fafff;
	font-weight: 600;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top .consul .box-container ul.consul_contact li a img {
	width: 40px;
	height: auto;
	margin-right: 10px;
}
.top .consul .box-container ul.consul_contact li:first-child a {
	font-size: 2.4rem;
	font-family: 'Montserrat', sans-serif;
}
.top .consul .box-container ul.consul_contact li:last-child a {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
.top .consul .box-container ul.consul_contact {
	flex-direction: column;
}
.top .consul .box-container ul.consul_contact li {
	width: 70%;
	margin: 1em auto 0;
}
}
@media screen and (max-width: 480px) {
.top .consul .box-container {
	padding: 100px 2em 1em;
}
.top .consul .box-container .text {
	text-align: left;
}
.top .consul .box-container ul.consul_contact li {
	width: 100%;
}
.top .consul .box-container ul.consul_contact li:first-child a {
	font-size: 2rem;
}
.top .consul .box-container ul.consul_contact li:last-child a {
	font-size: 1.8rem;
}
}

.top .bg_example {
	background-color: #ddf2ff;
}
.top .example {
	width: 100%;
}
.top .example .box-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top .example .box-container .box {
	width: 48%;
	border: 5px solid #0a7bff;
	background-color: #ffffff;
	padding: 1em;
}
.top .example .box-container .box .catch3 {
	font-weight: 600;
	color: #ffffff;
	background-color: #0a7bff;
	padding: 0.3em;
	text-align: center;
}
.top .example .box-container .box img {
	display: block;
	width: 100%;
	max-width: 335px;
	margin: 1em auto;
}
@media screen and (max-width: 480px) {
.top .example .box-container {
	flex-direction: column;
}
.top .example .box-container .box {
	width: 100%;
}
.top .example .box-container .box:first-child {
	margin-bottom: 20px;
}
}







/*-----------------------第二階層共通*/
#page-title {
    clear: both;
    overflow: hidden;
    position: relative;
	padding-top: calc(4em + 120px);
	padding-bottom: 4em;
	text-align: center;
	z-index: -2;
	/*background-color: #00a1d5;*/
	background: -moz-linear-gradient(65deg, #d4d6d4, #f7f7f7);
	background: -webkit-linear-gradient(65deg, #d4d6d4, #f7f7f7);
background: linear-gradient(25deg, #d4d6d4, #f7f7f7);
}
#page-title h3{
margin: 23px auto 25px;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.15em;

	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
#page-title .lead{
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: 600;
	color: #3e3e3e;
}
@media screen and (max-width: 990px){
#page-title{
	padding-top: calc(4em + 24px);
	padding-bottom: 3.3em;
}
#page-title h3{
	font-size : 2.8rem;
	margin-bottom: 0.5em;
}
#page-title .lead{
	font-size: 1.3rem;
}
}
@media screen and (max-width: 480px){
#page-title h3{
	font-size : 2.2rem;
	margin-bottom: 1em;
}
#page-title .lead{
	font-size: 1.2rem;
}
}




@media screen and (max-width: 768px){
.daini .container {
	margin-left: 15px;
	margin-right: 15px;
}
}
.daini .section-heading{
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.daini .section-heading::before {
	content: "";
	display: block;
	position: absolute;

	background-image: url(../img/common/bg_dainisec_headbk.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.daini .section-heading h2{
	display: inline-block;
	padding: 0;
	margin: auto;
	font-weight: 600;
	color: #00803e;
	font-size: 3rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: 'Montserrat', sans-serif;
}
.daini .section-heading .lead{
	margin :16px auto 0;
	font-size: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
	color: #3e3e3e;
}
@media screen and (max-width: 768px) {
.daini .section-heading{
	margin-bottom: 40px;
}
.daini .section-heading::before {
	width: 80px;
	height: 80px;
}
.daini .section-heading h2 {
	font-size: 2.4rem;
}
.daini .section-heading .lead{
	font-size: 1.1rem;
	line-height: 1.1rem;
	margin :15px auto 0;
}
}
@media screen and (max-width: 480px) {
.daini .section-heading::before {
	width: 70px;
	height: 70px;
}
.daini .section-heading h2 {
	font-size: 2rem;
}
}

.catch {
	font-size: 2.4rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
.catch {
	font-size: 2rem;
}
}
@media screen and (max-width: 480px){
.catch {
	font-size: 1.7rem;
}
}

.catch2 {
	font-size: 2rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
.catch2 {
	font-size: 1.7rem;
}
}
@media screen and (max-width: 480px){
.catch2 {
	font-size: 1.5rem;
}
}

.catch3 {
	font-size: 1.7rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
.catch3 {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 480px){
.catch3 {
	font-size: 1.4rem;
}
}


.catch-out{
	margin-bottom: 40px;
}


/*---------------プライバシーポリシー*/
.privacy .sec {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.privacy p {
	text-align: justify;
}
.privacy .dl_privacy dt,
.privacy .dl_privacy dd {
	margin-bottom: 10px;
	line-height: 1.8em;
}
.privacy .dl_privacy dt {
	font-size: 1.8rem;
	padding-left: 1em;
	text-indent: -1em;
	color: #4f4f4f;
}
.privacy .dl_privacy dd {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
.privacy .dl_privacy dt {
	font-size: 1.5rem;
}
}



/*---------------サイトマップ*/
.sitemap .sec {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.sitemap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap ul li {
	width: 46%;
	margin-bottom: 3em;
	border-bottom: 1px solid #d1d4ce;
}
.sitemap ul li a {
	display: block;
	width: 100%;
	padding: 1em 0;
	text-decoration: none;
	color: #454545;
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;
	transition: .3s;
}
.sitemap ul li a::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f061";content: "\f054";
	font-weight: bold;color:#2b8fde;
	position: absolute;
	right: 0;
}
.sitemap ul li a:hover {
	opacity: .6;
}
@media screen and (max-width: 768px) {
.sitemap ul {
	flex-direction: column;
}
.sitemap ul li {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}
.sitemap ul li:last-child {
	border-bottom: none;
}
.sitemap ul li a {
	display: block;
	padding: 1em 0;
	font-size: 1.4rem;
}
.sitemap ul li a::before {
	display: none;
}
}




/*-----------------------ご相談・お問合せ*/
.contact .text-tel {
	text-decoration: underline;
	color: #0a7bff;
	font-family: 'Montserrat', sans-serif;
}
.contact .text-tel:hover {
	text-decoration: none;
}
.contact .sec {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}




/*---------------求人情報*/
.recruit .intro {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.recruit .intro .intro_inner {
	position: relative;
}
.recruit .intro .intro_inner .image {
	width: 60%;
	margin-left: 40%;
}
.recruit .intro .intro_inner .text {
	position: absolute;
	width: 50%;
	bottom: 10%;
}
.recruit .intro .intro_inner figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	width: 300px;
	height: auto;
}
.recruit .intro .intro_inner .image img,
.recruit .intro .intro_inner .text  img,
.recruit .intro .intro_inner figure img {
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 992px) {
.recruit .intro {
	width: 90%;
}
.recruit .intro .intro_inner .image {
	width: 70%;
	margin-left: 30%;
}
.recruit .intro .intro_inner .text {
	width: 60%;
}
}
@media screen and (max-width: 768px) {
.recruit .intro .intro_inner .image {
	width: 100%;
	margin-left: 0;
}
.recruit .intro .intro_inner .text {
	width: 90%;
	position: relative;
	margin: -30px auto 0;
}
.recruit .intro .intro_inner figure {
	width: 200px;
	height: auto;
}
}
@media screen and (max-width: 480px) {
.recruit .intro .intro_inner figure {
	width: 100px;
	height: auto;
}
}
.recruit .intro .catch2 {
	font-weight: 700;
	margin: 30px auto 10px;
}

.recruit .job {
	background: -moz-linear-gradient(top, #f7fdff, #d2ebff);
	background: -webkit-linear-gradient(top, #f7fdff, #d2ebff);
	background: linear-gradient(to bottom, #f7fdff, #d2ebff);
}
.recruit .job_box {
	width: 90%;
	max-width: 900px;
	margin: auto;
	box-shadow: 0 0 3px rgba(201,201,201,1.00);
	padding: 30px;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
.recruit .job_box {
	background-size: 200px auto;
}
}
.recruit .job_box .catch2 {
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #ffffff;
	padding: 0.3em 0.7em 0.2em 0.7em;
	background-color: #0a7bff;
}
.recruit .dl_job {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 3px solid #ffffff;
}
.recruit .dl_job:last-of-type {
	border-bottom: none;
}
.recruit .dl_job dt {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	background-color: #ebf7ff;
}
.recruit .dl_job dd {
	width: 70%;
	line-height: 1.6em;
	padding: 1em 0;
}
.recruit .dl_job dd .catch3 {
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 3px solid #00a1d5;
}
.recruit .dl_job dd span {
	display: block;
	font-weight: 700;
}
.recruit .dl_job ul {
	margin: 10px 0;
}
.recruit .dl_job ul li {
	position: relative;
	padding-left: 1em;
	margin: 0 0 5px 0;
}
.recruit .dl_job ul li::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f111";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	left : 0;
	top: 0;
	color: #555555;
}
@media screen and (max-width: 768px) {
.recruit .dl_job {
	flex-direction: column;
}
.recruit .dl_job dt {
	width: 100%;
	margin-bottom: 10px;
}
.recruit .dl_job dd {
	width: 100%;
}
}
.recruit .btn.btn-warning {
	width: 180px;
}




/*---------------よくあるご質問*/
.faq .sec{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.faq .sec div.accbox {
	padding: 0px 20px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border: 3px solid #0a7bff;
}
.faq .sec div.accbox label {
	position: relative;
	display: block;
	padding: 20px 30px 20px 50px;
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 1.6em;
	color: #3e3e3e;
}
.faq .sec div.accbox label:before {
	content: "Q";
	position: absolute;
	display:inline-block;
	background: #0a7bff;
	color: #ffffff;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	top: 50%;
	-moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.faq .sec div.accbox label:after {
	font-family: "Font Awesome 5 Free"; 
	content: "\f107";
	position: absolute;
	display:inline-block;
	color: #0a7bff;
	font-size: 2rem;
	font-weight: 700;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.faq .sec div.accbox label:hover {
	opacity: 0.7;
}
.faq .sec div.accbox input {
	display: none;
}
.accbox .accshow {
	height: 0;
	padding: 0;
	opacity: 0;
	overflow: hidden;
	transition: 0.8s;
}
.accbox .accshow .accshow-inner {
	/*position: relative;*/
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px dashed #cccccc;
}
.accbox .accshow .accshow-inner:before {
	content: "A";
	/*position: absolute;*/
	display:inline-block;
	background: #ffaf1b;
	color: #ffffff;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	/*top: 20px;*/
}
.accbox .accshow .accshow-inner > p {
	width: calc(100% - 50px);
}
.cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
}
.faq .sec .accbox .accshow ul {
	text-indent: -1em;
}
.faq .sec .accbox .accshow ul li {
	margin-left: 1em;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.faq .sec .accbox .accshow a {
	text-decoration: underline;
	color: #3fafff;
}
.faq .sec .accbox .accshow a:hover {
	text-decoration: none;
}
@media screen and (max-width: 480px) {
.faq .sec div.accbox {
	padding: 20px 20px;
	margin-bottom: 30px;
}
.faq .sec div.accbox label {
	padding: 50px 15px 30px 15px;
	margin-bottom: 0;
	font-size: 1.4rem;
}
.accbox .accshow .accshow-inner {
	padding: 15px;
	flex-direction: column;
}
.faq .sec div.accbox label:before {
	position: absolute;
	display:block;
	font-size: 2rem;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
}
.faq .sec div.accbox label:after {
	top: unset;
	bottom: 0;
	right: calc( 50% - 13px );
	-moz-transform: translateX(calc( 50% - 13px ));
  	-webkit-transform: translateX(calc( 50% - 13px ));
  	-o-transform: translateX(calc( 50% - 13px ));
  	-ms-transform: translateX(calc( 50% - 13px ));
	transform: translateX(calc( 50% - 13px ));
}
.accbox .accshow .accshow-inner:before {
	margin-bottom: 15px;
}
.accbox .accshow .accshow-inner > p {
	width: 100%;
}
}




/*---------------ご利用者様の声*/
.voice .intro {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.voice .intro .intro_inner {
	position: relative;
}
.voice .intro .intro_inner .image {
	width: 60%;
	/*margin-left: 40%;*/
}
.voice .intro .intro_inner .text {
	position: absolute;
	width: 70%;
	margin-left: 30%;
	bottom: 10%;
}
.voice .intro .intro_inner figure {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -5;
	width: 300px;
	height: auto;
}
.voice .intro .intro_inner .image img,
.voice .intro .intro_inner .text  img,
.voice .intro .intro_inner figure img {
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 992px) {
.voice .intro {
	width: 90%;
}
.voice .intro .intro_inner .image {
	width: 70%;
	/*margin-left: 30%;*/
}
/*.voice .intro .intro_inner .text {
	width: 60%;
}*/
}
@media screen and (max-width: 768px) {
.voice .intro .intro_inner .image {
	width: 100%;
	/*margin-left: 0;*/
}
.voice .intro .intro_inner .text {
	width: 90%;
	position: relative;
	margin: -30px auto 0;
}
.voice .intro .intro_inner figure {
	width: 200px;
	height: auto;
	top: unset;
	bottom: 0;
}
}
@media screen and (max-width: 480px) {
.voice .intro .intro_inner figure {
	width: 100px;
	height: auto;
}
}
.voice .user .user_box {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 40px;
	padding: 2em;
	border: 3px solid #3fafff;
}
.voice .user .user_box .user_box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.voice .user .user_box .user_box_inner a {
	display: block;
	transition: .3s;
}
.voice .user .user_box .user_box_inner a:hover {
	opacity: .6;
}
.voice .user .user_box .user_box_inner .image {
	width: 200px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 3px #dddddd;
}
.voice .user .user_box.user01 .user_box_inner .image {
	background-image: url(../img/voice/voice01.jpg);
}
.voice .user .user_box.user02 .user_box_inner .image {
	background-image: url(../img/voice/voice02.jpg);
}
.voice .user .user_box.user03 .user_box_inner .image {
	background-image: url(../img/voice/voice03.jpg);
}
.voice .user .user_box.user04 .user_box_inner .image {
	background-image: url(../img/voice/voice04.jpg);
}
.voice .user .user_box .user_box_inner .text {
	width: calc(100% - (200px + 3%));
}
.voice .user .user_box .user_box_inner .text dl dt {
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #3fafff;
}
.voice .user .user_box .user_box_inner .text dl dd {
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
.voice .user .user_box .user_box_inner {
	flex-direction: column;
}
.voice .user .user_box .user_box_inner .image {
	margin: 0 auto 20px;
}
.voice .user .user_box .user_box_inner .text {
	width: 100%;
}
.voice .user .user_box .user_box_inner .text dl dt {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 480px) {
.voice .user .user_box .user_box_inner .image {
	width: 180px;
	height: 180px;
}
.voice .user .user_box .user_box_inner .text dl dt {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
}



/*---------------いきな倶楽部本店*/
.club .sec{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.club .dl_club-wrap {
	padding: 2em;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 5px #dddddd;
}
.club .dl_club {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 3px solid #ffffff;
}
.club .dl_club:last-of-type {
	border-bottom: none;
}
.club .dl_club dt {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	background-color: #dadada;
}
.club .dl_club dd {
	width: 70%;
	line-height: 1.6em;
	padding: 1em 0;
}
.club .dl_club dd .catch3 {
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 3px solid #00a1d5;
}
.club .dl_club dd span {
	display: block;
	font-weight: 700;
}
.club .dl_club ul {
	margin: 10px 0;
}
.club .dl_club ul li {
	position: relative;
	padding-left: 1em;
	margin: 0 0 5px 0;
}
.club .dl_club ul li::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f111";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	left : 0;
	top: 0;
	color: #555555;
}
@media screen and (max-width: 768px) {
.club .dl_club {
	flex-direction: column;
}
.club .dl_club dt {
	width: 100%;
	margin-bottom: 10px;
}
.club .dl_club dd {
	width: 100%;
}
}
.club .access {
	background: -moz-linear-gradient(top, #f7fdff, #d2ebff);
	background: -webkit-linear-gradient(top, #f7fdff, #d2ebff);
	background: linear-gradient(to bottom, #f7fdff, #d2ebff);
}
.club .access .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.club .access .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*---------------いきな倶楽部の特長*/
.features .intro {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.features .intro .intro_inner {
	position: relative;
}
.features .intro .intro_inner .image {
	width: 60%;
	margin-left: 40%;
}
.features .intro .intro_inner .text {
	position: absolute;
	width: 68%;
	bottom: 8%;
}
.features .intro .intro_inner figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	width: 300px;
	height: auto;
}
.features .intro .intro_inner .image img,
.features .intro .intro_inner .text  img,
.features .intro .intro_inner figure img {
	width: 100%;
	margin: auto;
}
.features .intro .intro_inner .text .catch3 {
	font-weight: 700;
	margin-top: 30px;
	text-shadow: 0 0 5px #ffffff;
}
@media screen and (max-width: 992px) {
.features .intro {
	width: 90%;
}
.features .intro .intro_inner .image {
	width: 70%;
	margin-left: 30%;
}
.features .intro .intro_inner .text {
	width: 60%;
}
}
@media screen and (max-width: 768px) {
.features .intro .intro_inner .image {
	width: 100%;
	margin-left: 0;
}
.features .intro .intro_inner .text {
	width: 90%;
	position: relative;
	margin: -30px auto 0;
}
.features .intro .intro_inner figure {
	width: 200px;
	height: auto;
	top: unset;
	bottom: 0;
}
}
@media screen and (max-width: 480px) {
.features .intro .intro_inner figure {
	width: 100px;
	height: auto;
}
}
.features .box {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 80px;
}
.features .box:last-child {
	margin: 0 auto;
}
.features .box .box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.features .box.box02 .box_inner {
	flex-direction: row-reverse;
}
.features .box .box_inner .image {
	width: 45%;
}
.features .box .box_inner .image img {
	width: 100%;
}
.features .box .box_inner .text {
	width: 50%;
}
.features .box .box_inner .text dl dt {
	font-size: 2rem;
	font-weight: 700;
	color: #0a7bff;
	margin-bottom: 20px;
}
.features .box .box_inner .text dl dd {
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
.features .box {
	margin: 0 auto 50px;
}
.features .box .box_inner,
.features .box.box02 .box_inner {
	flex-direction: column;
}
.features .box .box_inner .image {
	width: 100%;
	margin-bottom: 20px;
}
.features .box .box_inner .text {
	width: 100%;
}
.features .box .box_inner .text dl dt {
	font-size: 1.7rem;
	margin-bottom: 10px;
}
.features .box .box_inner .text dl dd {
	line-height: 1.8;
}
}
.features .box ul.problem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.features .box ul.problem li {
	width: 30%;
	padding: 60px 20px 20px;
	border: 3px solid #3fafff;
	background-position: center 20px;
	background-size: 31px 31px;
	background-repeat: no-repeat;
}
.features .box ul.problem li:first-child {
	background-image: url(../img/features/ic_problem01.png);
}
.features .box ul.problem li:nth-child(2) {
	background-image: url(../img/features/ic_problem02.png);
}
.features .box ul.problem li:last-child {
	background-image: url(../img/features/ic_problem03.png);
}
@media screen and (max-width: 768px) {
.features .box ul.problem {
	flex-direction: column;
}
.features .box ul.problem li {
	width: 100%;
	padding: 10px 0 10px 30px;
	border: none;
	border-bottom: 1px dashed #3fafff;
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
}
.features .photo {
	background: -moz-linear-gradient(top, #f7fdff, #d2ebff);
	background: -webkit-linear-gradient(top, #f7fdff, #d2ebff);
	background: linear-gradient(to bottom, #f7fdff, #d2ebff);
}
.features .photo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.features .photo ul li {
	width: 30%;
	margin-bottom: 30px;
}
.features .photo ul li a img {
	width: 100%;
	transition: .3s;
}
.features .photo ul li a:hover img {
	opacity: .6;
}

.features .photo ul li a > p span {
	display: block;
	margin: 5px auto;
	text-align: center;
	font-weight: 700;
}
@media screen and (max-width: 600px) {
.features .photo ul li {
	width: 48%;
}
}



/*---------------サービス紹介*/
.service .intro {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.service .intro .intro_inner {
	position: relative;
}
.service .intro .intro_inner .image {
	width: 60%;
}
.service .intro .intro_inner .text {
	position: absolute;
	width: 50%;
	margin-left: 50%;
	bottom: 10%;
}
.service .intro .intro_inner figure {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -5;
	width: 300px;
	height: auto;
}
.service .intro .intro_inner .image img,
.service .intro .intro_inner .text img,
.service .intro .intro_inner figure img {
	width: 100%;
	margin: auto;
}
.service .intro .intro_inner .text .catch3 {
	font-weight: 700;
	margin-top: 30px;
	text-shadow: 0 0 5px #ffffff;
}
.service .intro .intro_inner .text .btn_link {
	display: inline-block;
	width: 200px;
	padding: 0.5em 0.7em;
	font-size: 1.6rem;
	text-align: center;
	color: #ffffff;
	background-color: #0a7bff;
	margin-top: 30px;
	transition: .3s;
}
.service .intro .intro_inner .text .btn_link:hover {
	background-color: #3fafff;
}
@media screen and (max-width: 992px) {
.service .intro {
	width: 90%;
	margin-bottom: 10%;
}
.service .intro .intro_inner .image {
	width: 70%;
}
.service .intro .intro_inner .text {
	width: 60%;
	margin-left: 40%;
	bottom: -18%;
}
}
@media screen and (max-width: 768px) {
.service .intro {
	margin-bottom: 0;
}
.service .intro .intro_inner .image {
	width: 100%;
	margin-left: 0;
}
.service .intro .intro_inner .text {
	width: 90%;
	position: relative;
	margin: -30px auto 0;
}
.service .intro .intro_inner .text .btn_link {
	font-size: 1.4rem;
}
.service .intro .intro_inner figure {
	width: 200px;
	height: auto;
	top: unset;
	bottom: 0;
}
}
@media screen and (max-width: 480px) {
.service .intro .intro_inner .text .btn_link {
	width: 100%;
	padding: 0.8em;
}
.service .intro .intro_inner figure {
	width: 100px;
	height: auto;
}
}
.service .introduction {
	background: -moz-linear-gradient(top, #f7fdff, #d2ebff);
	background: -webkit-linear-gradient(top, #f7fdff, #d2ebff);
	background: linear-gradient(to bottom, #f7fdff, #d2ebff);
}
.service .introduction .box:last-child {
	margin: 0 auto;
}
.service .introduction .box {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 80px;
}
.service .introduction .box .box_inner {
	position: relative;
	z-index: 1;
	padding-top: 100px;
}
.service .introduction .box.box02 .box_inner {
	padding-top: 200px;
}
.service .introduction .box.box03 .box_inner {
	padding-top: 230px;
}
.service .introduction .box .box_inner .image {
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.service .introduction .box.box02 .box_inner .image {
	text-align: right;
}
.service .introduction .box .box_inner .image img {
	width: 100%;
	max-width: 65%;
}
.service .introduction .box .box_inner .text {
	width: 50%;
	padding: 4em 2em 2em;
	background-color: #ffffff;
	margin: 0 0 0 auto;
	position: relative;
}
.service .introduction .box.box02 .box_inner .text {
	margin: 0 auto 0 0;
}
.service .introduction .box .box_inner .text span.marker {
	background: linear-gradient(transparent 60%, #d2ebff 60%);
}
.service .introduction .box .box_inner .text .number {
	text-align: center;
	width: 100%;
	font-size: 8rem;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	top: -50px;
	left: 0;
	color: #2750ff;
}
.service .introduction .box .box_inner .text .number span {
	font-size: 1.6rem;
	display: block;
}
.service .introduction .box .box_inner .text .catch2 {
	font-weight: 700;
	margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
.service .introduction .box .box_inner {
	padding-top: 200px;
}
.service .introduction .box.box02 .box_inner {
	padding-top: 200px;
}
.service .introduction .box.box03 .box_inner {
	padding-top: 230px;
}
.service .introduction .box .box_inner .image img {
	max-width: 70%;
}
.service .introduction .box .box_inner .text {
	width: 70%;
}
}
@media screen and (max-width: 768px) {
.service .introduction .box {
	margin: 0 auto 40px;
}
.service .introduction .box .box_inner {
	padding-top: 200px;
}
.service .introduction .box.box02 .box_inner {
	padding-top: 200px;
}
.service .introduction .box.box03 .box_inner {
	padding-top: 230px;
}
.service .introduction .box .box_inner .image img {
	max-width: 100%;
}
.service .introduction .box .box_inner .text,
.service .introduction .box.box02 .box_inner .text {
	width: 90%;
	margin: 0 auto;
	padding: 2em;
}
.service .introduction .box .box_inner .text .number {
	font-size: 3rem;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	position: unset;
	margin-bottom: 20px;
}
.service .introduction .box .box_inner .text .number span {
	font-size: 1.6rem;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.service .introduction .box .box_inner .text .catch2 {
	margin-bottom: 10px;
}
}
.service .tt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding-top: 15px;
}
.service .tt ul li {
	width: 23%;
	padding: 70px 15px 15px;
	background-color: #d2ebff;
	background-position: center 10px;
	background-size: 51px 51px;
	background-repeat: no-repeat;
	position: relative;
}
.service .tt ul li:first-child {
	background-image: url(../img/service/ic_tt01.png);
}
.service .tt ul li:nth-child(2) {
	background-image: url(../img/service/ic_tt02.png);
}
.service .tt ul li:nth-child(3) {
	background-image: url(../img/service/ic_tt03.png);
}
.service .tt ul li:last-child {
	background-image: url(../img/service/ic_tt04.png);
}
.service .tt ul li span {
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 5px;
}
.service .tt ul li p.tt_num {
	display: inline-block;
	position: absolute;
	top: -15px;
	left: 5px;
	font-size: 4rem;
	font-family: 'Montserrat', sans-serif;
	color: #2750ff;
}
.service .tt ul li::after {
	content: "";
	display: block;
	position: absolute;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #2750ff;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.service .tt ul li:last-child::after {
	display: none;
}
@media screen and (max-width: 768px) {
.service .tt ul {
	flex-direction: column;
	padding-top: 0;
}
.service .tt ul li {
	width: 100%;
	padding: 10px 10px 10px 70px;
	background-position: 10px center;
	background-size: 40px 40px;
	margin: 0 auto 30px;
}
.service .tt ul li:last-child {
	margin-bottom: 0;
}
.service .tt ul li span {
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 0;
}
.service .tt ul li p.tt_num {
	top: -12px;
	left: 5px;
	font-size: 2.4rem;
}
.service .tt ul li::after {
	content: "";
	display: block;
	position: absolute;
	border-top: 12px solid #2750ff;
	border-bottom: none;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	right: unset;
	top: unset;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
}
}
@media screen and (max-width: 480px) {
.service .tt ul li span {
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 0;
}
}
.service .fees {
	background-color: #f7fdff;
}
.service .fees .catch3 {
	font-weight: 700;
	margin-bottom: 20px;
	border-left: 5px solid #0a7bff;
	padding-left: 15px;
}
.service .fees .scroll {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.service .fees table {
	width: 100%;
	border-top: 1px solid #3e3e3e;
	border-left: 1px solid #3e3e3e;
}
.service .fees table th,
.service .fees table td {
	padding: 0.5em 0.3em;
	border-bottom: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
	text-align: center;
	background-color: #ffffff;
}
.service .fees table th.head {
	background-color: #d2ebff;
}
.service .fees table th.support {
	background-color: #ffeb82;
}
.service .fees table th.nurse {
	background-color: #ffd032;
}
@media screen and (max-width: 768px) {
.service .fees .scroll {
	overflow-x: scroll;
}
.service .fees table {
	width: 100%;
	min-width: 690px;
}
}





/*---------------最新情報詳細ページ*/
.news .sec{
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.news .sec .section-heading {
	margin-bottom: 20px;
}
.news .sec .section-heading::before {
	display: none;
}
.news .sec .section-heading h2{
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: inherit;
	text-align: left;
	line-height: 1.6;
	color: #3e3e3e;
	border-left: 5px solid #6eb929;
	padding-left: 15px;
}
.news .date{
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
}
.news .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.news .sec .item_wrap .item {
	width: 31%;
}
.news .sec .item_wrap .item img {
	transition: .3s;
}
.news .sec .item_wrap .item:hover img {
	opacity: 0.7;
}
.news .sec .btn_link {
	display: inline-block;
	width: 200px;
	padding: 0.5em 0.7em;
	font-size: 1.6rem;
	text-align: center;
	color: #ffffff; background: #2b8fde;
  
	transition: .3s;
}
.news .sec .btn_link:hover {
     background: #505050;
}
@media screen and (max-width: 768px){
.news .sec .section-heading h2 {
	font-size: 2rem;
}
.news .sec .btn_link {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
.news .sec .section-heading h2 {
	font-size: 1.7rem;
}
.news .sec .item_wrap .item {
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
}
.news .sec .btn_link {
	width: 100%;
	padding: 0.8em;
}
}




/*---------------ご相談・お問合せページ*/
.contact .btn_link {
	display: inline-block;
	width: 200px;
	padding: 0.5em 0.7em;
	font-size: 1.6rem;
	text-align: center;
	color: #ffffff;
	background-color: #0a7bff;
	transition: .3s;
}
.contact .btn_link:hover {
	background-color: #3fafff;
}
@media screen and (max-width: 768px){
.contact .btn_link {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
.contact .btn_link {
	width: 100%;
	padding: 0.8em;
}
}

.ffmozi {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 11px;
    color: rgb(51, 51, 51);    color: rgb(150, 150, 150);    color: rgb(92, 92, 92);
	position: absolute;
	top:5px;    top: 6px;
    left: 24px;
    font-weight: 600;
}





.flex_con {
  display: flex;
  flex-wrap: wrap;

    justify-content: center; /* Ã¥Â­ÂÃ¨Â¦ÂÃ§Â´Â Ã£â€šâ€™flexboxÃ£ÂÂ«Ã£â€šË†Ã£â€šÅ Ã¤Â¸Â­Ã¥Â¤Â®Ã£ÂÂ«Ã©â€¦ÂÃ§Â½Â®Ã£Ââ„¢Ã£â€šâ€¹ */
    align-items: center;  /* Ã¥Â­ÂÃ¨Â¦ÂÃ§Â´Â Ã£â€šâ€™flexboxÃ£ÂÂ«Ã£â€šË†Ã£â€šÅ Ã¤Â¸Â­Ã¥Â¤Â®Ã£ÂÂ«Ã©â€¦ÂÃ§Â½Â®Ã£Ââ„¢Ã£â€šâ€¹ */

}
 
.flex_con div.flex_con_in {
  width: 50%;
  margin: 0%;
}
.flex_con div.flex_con_in img{
  width: 100%;
}
@media screen and (max-width:1375px) { 
.flex_con div.flex_con_in {
  width: 100%;
  margin: 0px 0;
}
}


.flexint {
  display: flex;
  flex-wrap: wrap;
    justify-content: center; /* Ã¥Â­ÂÃ¨Â¦ÂÃ§Â´Â Ã£â€šâ€™flexboxÃ£ÂÂ«Ã£â€šË†Ã£â€šÅ Ã¤Â¸Â­Ã¥Â¤Â®Ã£ÂÂ«Ã©â€¦ÂÃ§Â½Â®Ã£Ââ„¢Ã£â€šâ€¹ */
    align-items: center;  /* Ã¥Â­ÂÃ¨Â¦ÂÃ§Â´Â Ã£â€šâ€™flexboxÃ£ÂÂ«Ã£â€šË†Ã£â€šÅ Ã¤Â¸Â­Ã¥Â¤Â®Ã£ÂÂ«Ã©â€¦ÂÃ§Â½Â®Ã£Ââ„¢Ã£â€šâ€¹ */
    align-items:stretch;background-color: rgba(0, 0, 0, 0.9);
}
 
.flexint div.flexint_in {
  width: 33.3%;
  margin: 0%;
}
.flexint div.flexint_in img{
  width: 100%;
}
@media screen and (max-width:1375px) { 
.flexint div.flexint_in {
  width: 50%;
  margin: 0;
}
}
@media screen and (max-width:590px) { 
.flexint div.flexint_in {
  width: 100%;
  margin: 4%;
}
}



.message1 {
  background-color: #0d4a0e;background-color: #746856; background-color: rgba(0, 0, 0, 0.9);
background-size: cover;}

.message1box {padding: 3%;background-image: url(./img/concrete_seamless.png) repeat;}
.message1 p {line-height: 2.2em;  }
.message1txt {font-size: 1em; padding: 4% 0;}

    
    @media screen and (max-width: 1375px) {
    .message1 {    background-color: rgba(0, 0, 0, 0.9);
   }
        .message1box {padding: 4%;  background-color: #0d4a0e;background-color: #746856;}
.message1 p { line-height: 2em;  }
.message1txt {font-size: 14px; padding: 4% 0;}

}
  


.message2 {
    background-image: url(./img/concrete_seamless.png) repeat;
background-size: coverbk;}

.message2box {padding: 4.5%;background-image: url(./img/concrete_seamless.png) repeat;}
.message2 p {color: #000; line-height: 2.2em;  }
.message2txt {font-size: 1em; padding: 4% 0;}

    
    @media screen and (max-width: 1375px) {
    .message2 {padding: 0; 
    background: none;}
        .message2box {padding: 4%;background-image: url(./img/concrete_seamless.png) repeat;}
.message2 p {color: #000; line-height: 2em;  }
.message2txt {font-size: 14px; padding: 4% 0;}

}


.flex_con {
  display: flex;
  flex-wrap: wrap;

    justify-content: center; /* Ã¥Â­ÂÃ¨Â¦ÂÃ§Â´Â Ã£â€šâ€™flexboxÃ£ÂÂ«Ã£â€šË†Ã£â€šÅ Ã¤Â¸Â­Ã¥Â¤Â®Ã£ÂÂ«Ã©â€¦ÂÃ§Â½Â®Ã£Ââ„¢Ã£â€šâ€¹ */
    align-items: center;  /* Ã¥Â­ÂÃ¨Â¦ÂÃ§Â´Â Ã£â€šâ€™flexboxÃ£ÂÂ«Ã£â€šË†Ã£â€šÅ Ã¤Â¸Â­Ã¥Â¤Â®Ã£ÂÂ«Ã©â€¦ÂÃ§Â½Â®Ã£Ââ„¢Ã£â€šâ€¹ */

}
 
.flex_con div.flex_con_in {
  width: 50%;
  margin: 0%;
}
.flex_con div.flex_con_in img{
  width: 100%;
}
@media screen and (max-width:1375px) { 
.flex_con div.flex_con_in {
  width: 100%;
  margin: 0px 0;
}
}


.flexint {
  display: flex;
  flex-wrap: wrap;
    justify-content: center; /* Ã¥Â­ÂÃ¨Â¦ÂÃ§Â´Â Ã£â€šâ€™flexboxÃ£ÂÂ«Ã£â€šË†Ã£â€šÅ Ã¤Â¸Â­Ã¥Â¤Â®Ã£ÂÂ«Ã©â€¦ÂÃ§Â½Â®Ã£Ââ„¢Ã£â€šâ€¹ */
    align-items: center;  /* Ã¥Â­ÂÃ¨Â¦ÂÃ§Â´Â Ã£â€šâ€™flexboxÃ£ÂÂ«Ã£â€šË†Ã£â€šÅ Ã¤Â¸Â­Ã¥Â¤Â®Ã£ÂÂ«Ã©â€¦ÂÃ§Â½Â®Ã£Ââ„¢Ã£â€šâ€¹ */
    align-items:stretch;background-color: rgba(0, 0, 0, 0.9);
}
 
.flexint div.flexint_in {
  width: 33.3%;
  margin: 0%;
}
.flexint div.flexint_in img{
  width: 100%;
}
@media screen and (max-width:1375px) { 
.flexint div.flexint_in {
  width: 50%;
  margin: 0;
}
}
@media screen and (max-width:590px) { 
.flexint div.flexint_in {
  width: 100%;
  margin: 4%;
}
}

.hedding1 {
    text-align: center;
    color: #E79460;
    font-size: 45px;
    letter-spacing: 0.1em;
    position: relative;
    font-family: Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯Ã¤Â½â€œ, "Yu Gothic", YuGothic, "Hiragino Sans", Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯, "Hiragino Kaku Gothic ProN", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ ProN W3", Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo, Osaka, "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "MS PGothic", sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;line-height: 1em;
margin-bottom: 40px;}
.hedding1:before {
  content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 80px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #E79460;
}
.title-04_parent {text-align: left;}
.title-04 {
font-size: 39px;
    font-weight: bold;color: #ffffff;
    letter-spacing: 2.8px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);
    font-family: Century Gothic, sans-serif;
}
@media screen and (min-width:1376px) { 
.pchyouzi1000{
	
}
.sphyouzi1000{
display: none;	
}
}
@media screen and (max-width:1375px) { 
.pchyouzi1000{
display: none;		
}
.sphyouzi1000{

}
}

.htyouzyun{
	font-family: Century Gothic, sans-serif;
}
@media only screen and (min-width: 768px), print{
.ccca{
	letter-spacing: .1em;
    font-size: 26px;
    line-height: 32px;
}
.cccb{
padding:10px;
	background: #F52018;
	color:#ffffff;
	font-size:20px;
}
	.midasia{
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 2.8px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);
    font-family: Century Gothic, sans-serif;
	}
	.midasiaaa{
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 2.8px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);
    font-family: Century Gothic, sans-serif;
	}	
	.midasibbb{
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 2.8px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);
    font-family: Century Gothic, sans-serif;
	}		
	
}

@media only screen and (max-width: 767px), print{
.ccca{
	letter-spacing: .1em;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
}
.cccb{
padding:10px;
	background: #F52018;
	color:#ffffff;
	font-size:17px;
}
	.midasia{
		    font-size: 21px;
    font-weight: bold;
line-height: 30px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);
    font-family: Century Gothic, sans-serif;
	}
	.midasiaaa{
		    font-size: 16px;
    font-weight: bold;
line-height: 30px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);
    font-family: Century Gothic, sans-serif;
	}
	.midasibbb{
		    font-size: 16px;
    font-weight: bold;
line-height: 30px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);
    font-family: Century Gothic, sans-serif;
	}		
}
.siro{
	color: #ffffff;
}
.aka{
	color:#86d32e;color: #2b8fde;
}
.fate{
	font-weight: 600;
	color: #00803e;
}
.yuugo{
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.mmidori{
	    color: #00803e;
}

.marker_green {
    background: linear-gradient(transparent 75%, rgba(43, 143, 222, 0.5) 75%);
}

.bold{
	font-weight: 600;
}

.indent-1 {
top: 4px;
    position: relative;
}
.indent-2 {
top: 2px;
    position: relative;
}
@media only screen and (min-width: 768px), print{
.news1 {
    clear: both;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 1em;
}

}	
@media only screen and (max-width: 767px), print{
.news1 {
    clear: both;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 1em;
}	
}
.nnnhaikei{
	    background: url(../img/concrete_seamless.png);
	background-repeat: repeat;
}
.center{
	text-align: center;
}

.title_border {
    border-bottom: solid 3px #2b8fde;
    padding: 1rem;    padding-left: 2px;
    font-weight: 600;
    /* margin-top: 2rem; */
    margin-bottom: 2rem;
    font-size: 20px;
}
@media (min-width: 768px){
.title_border {
    font-size: 24px;
    margin-bottom: 3.5rem;
}
}
.f15{font-size:15px;}

.f16{font-size:16px;}

.fl_li1 {
    background: #00c300;
}
.flowbtn12line {
    font-family: 'Verdana',sans-serif;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 28px;text-align: center;
    color: #fff;background: #00c300;
    text-decoration: none;
    margin-bottom: 10px;padding:10px;
}

.flowbtn1515 {
font-family: 'Arial',sans-serif;
    display: inline-block;
    position: relative;
    
    text-align: center;
    font-size: 34px;
    border-radius: 5px;
    color: #fff!important;
    text-decoration: none;
    margin-bottom: 10px;
	padding:40px;padding-top: 10px;padding-bottom: 10px;
}
.flowbtn1515 div{

    font-size: 17px;

}
.gly-bk{
	margin: 20px auto;
    padding: 40px 60px;
    background: #f0f0f0;
    border-radius: 14px;
}
.btn-defaultkimidori {
    color: #fff;font-weight: 500;
    background-color: #505050;
    border-color: #ccc;
}
.btn-defaultkimidori:hover{
    color: #333;font-weight: 500;
    background-color: #fff;
    border-color: #ccc;
}



.flow_name {
    color: #2b8fde;
    font-weight: 500;
}
.flow_block .flow_body .flow_name .step_no {
    margin-right: .5em;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.flow_txt {
    margin-top: 1em;
    padding-bottom: 1.5em;
    border-bottom: solid 1px #cccccc;
    position: relative;
}
.flow_txt::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 49px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    z-index: 5;
}
.flow_txt::after {
    bottom: -20px;
    border-width: 19px 19px 0 19px;
}
.flow_body .flow_name .step_no {
    margin-right: .5em;
    font-size: 2rem;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
      top: -4px;
}
.flow_name .step_no {
    background: #2b8fde;
}


.flow_body {
    padding-left: 0px;
}
.flow_body .flow_name {
    padding-top: 1.5em;
    font-size: 3rem;
}	
.flow_body .flow_name .step_no {
    line-height: 34px;
    width: 34px;
    height: 34px;
}
.flow_txt {
    padding-bottom: 3em;
}
.flow_body .flow_txt::before {
    bottom: -18px;
    border-width: 18px 18px 0 18px;
	}
.flow_txt::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #cccccc transparent transparent transparent;
    z-index: 4;bottom: -20px;
    border-width: 19px 19px 0 19px;
}	
.flow_name .step_no {
    line-height: 30px;
    width: 30px;
    height: 30px;
}

	.flow_txt1 {
    margin-top: 1em;
    padding-bottom: 1.5em;
    border-bottom: solid 1px #cccccc;
    position: relative;    padding-bottom: 3em;
}

.saishoshasin1 {
    background: #FFF;
    border-radius: 0px;
    padding: 40px;
    border: 4px solid #2b8fde;
}
.clear{
	clear: both;
}
.boxarea p {
    padding: 15px;
}
.boxarea {
    border: #CCC solid 3px;
    margin-top: 15px;
}
.line23 {
    line-height: 23px;
}
.line30 {
    line-height: 30px;
}
.usumidori {
    color: #8cc63f;
}
.f18{
	font-size: 18px;
}
.kengakuhaikei{
	border:solid 4px #cccccc;
	padding:25px;
	background-image: url(../img/concrete_seamless.png) repeat;
	background-image: url(./img/concrete_seamless.png) repeat;
}

.kengakumidashi {
    padding: 8px;
	padding-top: 3px;padding-bottom: 3px;
    background-color: #a58c78;
    color: #ffffff;
	border-radius:2px;
    display: inline-block;
}

.saisinbotan a{
	background:#534741;
	padding:8px;
	color:#FFF;	border-radius: 2px;
	    line-height: 34px;
}

.saisinbotan a:hover{
	background:#534741;
	padding:8px;
	color:#FFF;	border-radius: 2px;
	opacity:0.8;
	    line-height: 34px;
}
hr {
    border: none;
    border-top: dashed 1px #999999;
    height: 1px;
    color: #FFFFFF;
    margin: 0 6 0 6;
}

.kengaku1 {
    padding: 0px 10px 10px 0px;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    color: #555555;
    font-size: 160%;
    margin-bottom: 10px;
}
table {
	width: 100%;
	border-bottom:1px solid #cccccc;
}

#tbl .shokai th{/* border-top: solid 1px #cccccc; */padding: 18px;border-top: solid 1px #cccccc; border-left: solid 1px #cccccc; border-right: solid 1px #cccccc; width: 30%;font-style: normal;font-weight: bold;font-size: 100%;text-align: left;background-color: #F4F4F4;color:#333333;}

#tbl .shokai td{
padding: 18px;
text-align: left;

background-color: #ffffff;
border-top: solid 1px #cccccc;
border-right: solid 1px #cccccc;
}
.shokai222 th{
padding: 22px;
  border-top: solid 1px #cccccc;
   border-right: solid 1px #cccccc;border-left: solid 1px #cccccc;
  width: 100%;
font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
background-color: #F4F4F4;
  color:#333333;
}
.shokai222 td{
padding: 22px;
text-align: left;
  width: 100%;
background-color: #ffffff;
border-top: solid 1px #cccccc;border-bottom: solid 1px #cccccc;
border-left: solid 1px #cccccc;border-right: solid 1px #cccccc;
}
.gly_bk {
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #999999;
    border: 2px solid #E5E5E5;
    border-radius: 2px;
}

.mrgn-top10 {
    padding-top: 3px;
    line-height: 23px;
}

.leftbrdr_orange {
    border-left: solid 6px #2b8fde;
    padding-left: 10px;
}
.cate-name {
    text-align: center;
    font-weight: bold;
    font-size: 132%;
    padding-bottom: 15px;
    border-bottom: 1px dotted #838383;
}
.blogs-catename {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    background: #eeeeee;
    padding: 20px 20px 25px 20px;
    box-sizing: border-box;
}

.blogs-catename ul li {
    padding: 5px 0;
    border-bottom: 1px dotted #282828;
	    list-style: none;
    font-size: 0.85em;
    line-height: 1.8em;
}



.title {
	/*height: 85px;*/
	height: 100%;
	padding: 10px;
	/*background:url(../img/top/bg_title.png) right center;
	background-repeat: no-repeat;
	background-color: #efefef;*/
	text-align:justify;
	line-height: 1.4em
	}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.title {
	padding: 15px 10px;
}
}

@media only screen and (max-width: 390px) {
.title {
	padding: 15px 10px;
}
}

.utmbk {
    background-color: #ffffff;
    /*padding: 10px;*/
    /*border: 2px solid #dddddd;*/
	background: #555555 ;
	overflow: hidden;
	line-height: 1.6em;
	height: 320px;
}


.utmbk1 {
    background-color: #ffffff;
    /*padding: 10px;*/
    /*border: 2px solid #dddddd;*/
	background-color: #403434;
	overflow: hidden;
	line-height: 1.6em;
	height: 320px;
}
@media only screen and (min-width: 391px) and (max-width: 992px) {
.utmbk,.utmbk_in {
	height: 320px;
}
.utmbk1,.utmbk1_in {
	height: 320px;
}
}

@media only screen and (max-width: 390px) {
.utmbk,.utmbk_in {
	height: 320px;
}
.utmbk1,.utmbk1_in {
	height: 320px;
}
}
.utmbk_in {
    background:url(../img/blog/bk.png) right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 320px;
}
.utmbk1_in {
    background:url(../img/companyblog/bk.png) right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 320px;
}
.title {
	/*height: 85px;*/
	height: 100%;
	padding: 10px;
	/*background:url(../img/top/bg_title.png) right center;
	background-repeat: no-repeat;
	background-color: #efefef;*/
	text-align:justify;
	line-height: 1.4em;
	font-weight: bold;    padding-top: 15px;
	}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.title {
	padding: 15px 10px;
}
}

@media only screen and (max-width: 390px) {
.title {
	padding: 15px 10px;
}
}
.trim img {
    overflow: hidden;
    position: relative;
}

.trim img {
    /* width: 40%; */
    width: 100%;
    height: 230px;
    background-color: #dddddd;
}
.date02 {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
}

.blog_mds {

    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #4c4c4c;

    background-repeat: no-repeat;
}


h5 {
  position: relative;
  text-align: center;
}
h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 0em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
	font-size: 18px;
	font-weight: 600; font-family: 'Montserrat', sans-serif;
}

.aaamidasi{
	    margin: 0 auto 25px;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.15em;
    color: #2b8fde;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;text-align: center;
}
.conceptBox__inner {
    background: #fff;
    box-shadow: 3.4px 9.3px 15px 0.9px rgba(0,0,0,.09);
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 35px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.kabehaikei {
    background: url(../img/kabe1.jpg);
    background-repeat: repeat;
	background: #b3a794;
}

a.button02 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    width: 100%;
    line-height: 1.8em;
    height: 100%;
	padding: 20px;
	font-size: 22px;
	font-weight: 600;
}

a:hover.button02 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    width: 100%;
    line-height: 1.8em;
    height: 100%;
	padding: 20px;
	font-size: 22px;
	opacity: 0.8;
		font-weight: 600;
	    color: #fff !important;
}

.button_s1 {
    background-color: #ff709b;
    border: 4px solid #d26586;
    color: #fff;
}
.button_s2 {
    background-color: #48a2ff;
    border: 4px solid #3277bf;
    color: #fff;
}
.button_s3 {
    background-color: #2cc890;
    border: 4px solid #21ac7a;
    color: #fff;
}

.circle{
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.btn-circle1 {
  display: inline-block;
  text-decoration: none;
  background: #ff709b;
  color: #ffffff;
  font-weight: bold;
  width: 250px;
  height: 250px;
  line-height: 250px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #ff709b;
  border: solid 2px #ffffff;
  transition: .4s;
	font-size: 17px;
}

.btn-circle2 {
  display: inline-block;
  text-decoration: none;
  background: #48a2ff;
  color: #ffffff;
  font-weight: bold;
  width: 250px;
  height: 250px;
  line-height: 250px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #48a2ff;
  border: solid 2px #ffffff;
  transition: .4s;
	font-size: 17px;	
}


.btn-circle3 {
  display: inline-block;
  text-decoration: none;
  background: #2cc890;
  color: #ffffff;
  font-weight: bold;
  width: 250px;
  height: 250px;
  line-height: 250px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #2cc890;
  border: solid 2px #ffffff;
  transition: .4s;
	font-size: 17px;	
}

.btn-circle1:hover {
  color: #ffffff;	
opacity: 0.7;
}
.btn-circle2:hover {
  color: #ffffff;	
opacity: 0.7;
}
.btn-circle3:hover {
  color: #ffffff;	
opacity: 0.7;
}


.btn-circle11 {
  display: inline-block;
  text-decoration: none;
  background: #ff709b;
  color: #ffffff;
  font-weight: bold;
  width: 220px;
  height: 220px;
  line-height: 220px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #ff709b;
  border: solid 2px #ffffff;
  transition: .4s;

}
.btn-circle12 {
  display: inline-block;
  text-decoration: none;
  background: #48a2ff;
  color: #ffffff;
  font-weight: bold;
  width: 220px;
  height: 220px;
  line-height: 220px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #48a2ff;
  border: solid 2px #ffffff;
  transition: .4s;
	
}
.btn-circle13 {
  display: inline-block;
  text-decoration: none;
  background: #2cc890;
  color: #ffffff;
  font-weight: bold;
  width: 220px;
  height: 220px;
  line-height: 220px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #2cc890;
  border: solid 2px #ffffff;
  transition: .4s;	
}

@media only screen and (min-width: 1376px) and (max-width: 1645px) {
	
.btn-circle11 {
  display: inline-block;
  text-decoration: none;
  background: #ff709b;
  color: #ffffff;
  font-weight: bold;
  width: 170px;
  height: 170px;
  line-height: 170px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #ff709b;
  border: solid 2px #ffffff;
  transition: .4s;

}
.btn-circle12 {
  display: inline-block;
  text-decoration: none;
  background: #48a2ff;
  color: #ffffff;
  font-weight: bold;
  width: 170px;
  height: 170px;
  line-height: 170px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #48a2ff;
  border: solid 2px #ffffff;
  transition: .4s;
	
}
.btn-circle13 {
  display: inline-block;
  text-decoration: none;
  background: #2cc890;
  color: #ffffff;
  font-weight: bold;
  width: 170px;
  height: 170px;
  line-height: 170px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #2cc890;
  border: solid 2px #ffffff;
  transition: .4s;	
}
}
@media only screen and (max-width: 1375px) {
.btn-circle11 {
  display: inline-block;
  text-decoration: none;
  background: #ff709b;
  color: #ffffff;
  font-weight: bold;
  width: 220px;
  height: 220px;
  line-height: 220px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #ff709b;
  border: solid 2px #ffffff;
  transition: .4s;

}
.btn-circle12 {
  display: inline-block;
  text-decoration: none;
  background: #48a2ff;
  color: #ffffff;
  font-weight: bold;
  width: 220px;
  height: 220px;
  line-height: 220px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #48a2ff;
  border: solid 2px #ffffff;
  transition: .4s;
	
}
.btn-circle13 {
  display: inline-block;
  text-decoration: none;
  background: #2cc890;
  color: #ffffff;
  font-weight: bold;
  width: 220px;
  height: 220px;
  line-height: 220px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #2cc890;
  border: solid 2px #ffffff;
  transition: .4s;	
}	
}
.btn-circle11:hover {
  color: #ffffff;	
opacity: 0.7;
}
.btn-circle12:hover {
  color: #ffffff;	
opacity: 0.7;
}
.btn-circle13:hover {
  color: #ffffff;	
opacity: 0.7;
}
.gryhaikei {padding:0 4.5%;background-image: url(./img/concrete_seamless.png) repeat;}

.ttleft{
	text-align: left;
}


.hidden_box {
    padding: 0;
}

/*ãƒœã‚¿ãƒ³è£…é£¾*/
.hidden_box label {
background: #696969;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;    font-size: 22px;
	
}
.hidden_box label:after {
    background: #2b2b2b;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.hidden_box label:hover:after {
    background: #060606;
    box-sizing: border-box;
	content: '\f068';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}


.hidden_box label:checked + .hidden_box label:after {
    background: #060606;
    box-sizing: border-box;
	content: '\f068';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}

/*ãƒã‚§ãƒƒã‚¯ã¯è¦‹ãˆãªãã™ã‚‹*/
.hidden_box input {
    display: none;
}

/*ä¸­èº«ã‚’éžè¡¨ç¤ºã«ã—ã¦ãŠã*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*ã‚¯ãƒªãƒƒã‚¯ã§ä¸­èº«è¡¨ç¤º*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
