

@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/

/* 基本カラー  */

.fcBasic {
	color:#d0678e;
}


/* table  */ 

table.table2 th {
	background-color:#e08baa;
	color:#fff;
}

table.table3 th {
	background-color:#e08baa;
	color:#fff;
}

.tdColor1 {
	background-color:#FEF8EF !important;
}

.tdColor2 {
	background-color:#FEEEE0 !important;
}
	

/* buttons */

.txtBnr2 a {
	background-color:#EA8E1E;
	color: #FFF;
}


/*.txtIcon  */

.txtIcon {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconBlock {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconPoint {
	background-color:#ABC853;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catch3 {
	color:#EEA011;
}

/*circle-number*/

.circle-big {
	color:#EEA011;
}

/* list */

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	background:#d0678e;
}

/* faq */

dl.faq dt::before {
	color: #FFF;
	background:#EE7E3C;
}

dl.faq dd::before {
	color: #FFF;
	background:#64A6D7;
}

/* 枠  */ 

.boxFrame {
	border:3px solid #F1C03F;
}

.boxFrameDouble {
	border:3px double #F1C03F;
}

.boxDot {
	border:2px dotted #F1C03F;
	background:#FEFDE9;
}

.boxFablic {
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}


/* 事業内容　*/

ul.liBusiv {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi li {
	padding:0.2em 1em;
	font-size:1.2em;
	width:100%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
}

ul.liBusi2Div {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi2Div li {
	display:inline-block;
	padding:0.2em 1em;
	font-size:1.2em;
	width:46%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
}

@media only screen and (max-width: 768px) {
	
ul.liBusi2Div li {
	display:block;
	width:100%;
}
}


.txtIconM {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
	padding: 0.4em 1em 0.5em 1em;
	background-color:#00926e;
	margin: 0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


@media only screen and (max-width: 600px) {
	
.txtIconM {
	font-size: 1.1em;
}
}

/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;	
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color:#00926e;
	text-align:left;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;	
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}


 /* wp info バージョン　*/
 
 .indexNews {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}


.contNews {
}
  
.contNews ul {
	max-height:460px;
	overflow: auto;
}
 
.contNews ul li {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: center;
	/* align-items: start; */
	
    margin-bottom: 1em;
    padding-bottom: 1em;
	margin-right:20px;
    border-bottom:#cccccc dashed 2px;
}

.contNews ul li:first-child {	
    margin-top: 1em;
}

.contNews .thumbnail {
    display: inline-block;
	margin-right: 20px;
	max-width:100px;
}
.contNews .data {
    margin-right: 20px;
    display: inline-block;
	vertical-align:top;

}
.contNews .wp_category {
    margin-right: 20px;
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	font-size:0.8em;
	padding:0.2em 0.8em;
	background-color:#EC80AD; /* 色変え */
}
.contNews .title {
	display: inline-block;
}



@media only screen and (max-width: 768px) {
	
.newsLeft {
	width:100%;
}

.newsLeft h2 {
	display:inline-block;
	margin-right:0.5em;
}
	
.contNews {
	width:100%;
}
  


.contNews .thumbnail {
}

.contNews .data {

}
.contNews .title {

}


}

@media only screen and (max-width: 600px) {


.contNews ul li {
	display: block;
}

.contNews .thumbnail {
	display: block;
	margin-right: 0;
	margin-bottom:10px;
}

.contNews .data {
	display:inline-block;
}

.contNews .wp_category {
    margin-right: 0;
	display:inline-block;
	margin-bottom:10px;
}

.contNews .title {
	display: block;

}


}


.txtPhilosophy {
	font-family: 'Yuji Syuku', serif;
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
.txtPhilosophy {
	font-size: 30px;
	margin-bottom: 20px;
}

}

@media only screen and (max-width: 600px) {
.txtPhilosophy {
	font-size: 20px;
	margin-bottom: 15px;
}

}

.txtInd2 {
	padding-left:2em;  
	text-indent:-2em; 
}


.salary dt{
	width: 6em;
	
}

.salary dd{
	margin-left: 6.5em;
	margin-top: -1.8em;
}

@media only screen and (max-width: 768px) {
.salary dt{
	width:inherit;
	
}

.salary dd{
	margin-left:inherit;
	margin-top:inherit;
}

	
}


/*===========================
フローティングバナー
===========================*/
.emergencyWrap {
	position: fixed;
	right: 1%;
	bottom: 11%;
	z-index: 1000;
	padding: 10px 30px;
	background-color: #E993B3;
	border-bottom: 6px solid #DD7B9F;
	border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .emergencyWrap {
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    border: none;
    /*background-color: #51baf1;*/
  }
}

.emergencyWrap > span {
  display: block;
  margin-bottom: 8px;
  margin-top: 3px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.emergencyWrap .emergencyBtnWrap {
  display: block;
}

@media screen and (max-width: 768px) {
  .emergencyWrap .emergencyBtnWrap {
    /*display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;*/
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
  }
}

.emergencyWrap a {
	display: block;
	margin-bottom: 0px;
	margin-top: 8px;
	padding: 2px;
	color: #fff;
	background-color: #DD7B9F;
	border-radius: 5px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
  .emergencyWrap a {
    margin: 3px 8px;
  }
}

.emergencyWrap a.tel {
  display: block;
  padding: 8px 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

.emergencyWrap a.tel .fa-phone-volume {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}

.emergencyWrap a.tel span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.emergencyWrap a.tel:hover {
	background-color: #dc86a6;
	text-decoration: none;
}

.emergencyWrap a.contact {
  display: block;
  padding: 8px 8px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}
.emergencyWrap a.contact .fa-envelope {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.emergencyWrap a.contact span {
  display: inline-block;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

.emergencyWrap a.contact:hover {
  background-color: #69d782;
  text-decoration:none;
}

@media screen and (max-width: 768px) {
  .emergencyWrap a.contact {
    text-align: center;
	    padding: 8px 0px 8px 8px;
  }
  .emergencyWrap a.tel span {
    font-size:14px;
	font-weight:900;
}
  .emergencyWrap a.contact span {
  display: block;
  margin-left: 15px;
  text-align:center;
  margin:auto;
}
.emergencyWrap a.contact .fa-envelope {
  color: #fff;
  font-size: 20px;
  display: block;
  text-align:center;
   margin:auto;
}
}

@media screen and (max-width: 340px) {
.emergencyWrap a.tel span {
    font-size:13px;
	font-weight:900;
}
}/*　addに追加　*/
.emergencyWrap {
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	    .emergencyWrap .emergencyBtnWrap {
       
        display: flex;
        justify-content: center;
    }
    .emergencyWrap a.tel {
        display: inline-block;
        padding: 8px 8px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        box-sizing: border-box;
    }
	footer {
	padding-bottom: 150px;
}

}

.catch01 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.6em;
    color: #20993b;
	text-align:center;
	margin-bottom:1em;
}
.wrap-bg {
    position: relative;
    top: 0rem;
    left: 0px;
    width: 100vw;
    height: auto;
    background: url(../images/backgrounds/background-01.svg) no-repeat;
	background-position: top -100px left !important;
    background-size: contain !important ;
}
@media only screen and (max-width: 768px) {
.catch01 {
  font-size: 1.1em;
  line-height: 1.6em;
  text-align:left;
  margin-bottom:1em;
}
.wrap-bg {
    background-position: top 0px left !important;
	background-size: initial !important ;
}
}


.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}


.box-sd {
    padding:2em 4em;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
.box-sd {
    padding:15px;
}

}
