@charset "utf-8";
/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;outline:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;height:auto;}
.line {font-size:1px;line-height:1px;}

 /* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*--- default ---*/
body {
	color: #111;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}

table{
	border-collapse:collapse;
}
.clear{clear:both;}

/*****************************************************
	
	ベース
	
*****************************************************/
#wrap{
	width: 100%;
	height: auto;
	/* margin:-32px auto 0; */
	overflow:hidden;
}
a:link {
	color:#111;
	text-decoration:none;
}

a:visited{
	color:#111;
	text-decoration:none;
}

a:hover{                     
	text-decoration: none;
	color: #8e1e22;;
}

a:active{
	text-decoration:none;
}
.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
a,a img {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a img:hover,.shopnav a:hover,.foot-nav a:hover  {
    opacity: 0.6;
    filter: alpha(opacity=60);
} 
a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (max-width:900px)	{
a[href^="tel:"] {
    pointer-events: auto!important;
}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;background-color:#fff;border:5px solid #fff;margin:0px auto;}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.box{overflow:hidden;}

.bt a{
	color:#fff;
	display:block;
	text-align:center;
	font-size:90%;
	padding:5px 0;
	box-sizing:border-box;
	width:250px;
	margin:50px auto;
	background: rgb(45,133,203);
	background: linear-gradient(119deg, rgba(45,133,203,1) 12%, rgba(18,107,196,1) 27%, rgba(24,104,199,1) 38%, rgba(0,53,145,1) 59%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
	border-radius:50px;
	
}
.bt a:hover{
	background-position: 99% 50%;
}
.bg-para {
  background-position: center top!important;
  background-attachment: fixed!important;
}
@media screen and (max-width:900px)	{
.bg-para {
  background-position: center!important;
  background-attachment: local!important;
}
}

.top-kazari{
	position:fixed;
	left:0;
	z-index:5;
	width:55px;
	height:100vh;
	background:#fff;
}
.top-kazari ul{
	position:fixed;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-between;-webkit-align-items: stretch;align-items: stretch;-webkit-align-content: space-around;align-content: space-around;
	
}
.top-kazari ul li:first-child{
	height: 100vh;
}
.top-kazari ul li .green,
.top-kazari ul li .red,
.top-kazari ul li .blue{
	border-left:3px solid #006cb8;
	width:33.33%;
	height:33.33%;
}
.top-kazari ul li .red{
	border-left:3px solid #e8381f;
}
.top-kazari ul li .green{
	border-left:3px solid #65b95a;
}
.top-kazari ul li:last-child{
	 -webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;
	 text-align:center;
	 padding: 10px;
	 font-size:0.8em;
}
@media screen and (max-width:899px)	{
.top-kazari ul{
	top:62px;
	
}

}
@media screen and (max-width:600px)	{
.top-kazari{
	background:rgba(0,0,0,0);
}
.top-kazari ul li:last-child{
	display:none;
}
	
}
/*****************************************************
	
	ヘッダー
	
*****************************************************/
header{
	width:100%;
	max-width:1400px;
	height: auto;
	/* overflow:auto; */
	top:0;
	position: relative;
	margin:0 auto;
}
.front header{
animation-duration:1.2s;
/*アニメーション変化時間 ※デフォルト*/
/* animation-delay: 1.5s; */
}
@keyframes fadeInAnime{
	from {opacity: 0;}
	to {opacity: 1;}
}
.header-main{
	/* width:95%; */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: space-around;
	align-content: space-around;
	position: relative;
	z-index:10;
}
#header-rogo{
	width:30%;
	text-align:center;
	padding: 0px 0;
}
#header-rogo a{
	display:block;
}
#header-rogo img{
	padding-top:5px;
	width: 280px;
}

@media only screen and (max-width: 899px){
#header-rogo{
	width:100%;
}	
}

.bottom-nav{
	margin:auto 0 0;
	display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;
}
.bottom-nav li{
	width:45%;
	margin:0px 1.5% 50px;
	text-align:center;
}
.bottom-nav a{
	background:#fff;
	font-size:85%;
	display:block;
	color:#0073bc;
    padding:20px 0.5em;
	line-height:1.5em;
	font-weight:bold;
}
.bottom-nav a:hover{
	background:#fff000;
	
}
@media only screen and (min-width: 900px) and (max-height: 769.9px){

.drawer-navbar {
	-webkit-align-items: stretch;align-items: stretch; -webkit-box-align: stretch;-webkit-box-direction: normal;-webkit-box-flex: 1;-webkit-box-orient: vertical;-webkit-box-pack: center;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column;-webkit-flex-grow: 1;flex-grow: 1;-webkit-justify-content: center;justify-content: center;
  }
}
@media screen and (max-width:899px)	{
header{
	width:100%;
	height: 62px;
	display: block;
	position:fixed;
	z-index: 100;
}
.drawer-open header{
	height: 100%;
	background:none;
}
#header-rogo{
	text-align:left;
	height:62px;
	padding:0;
	background: #fff;
}
#header-rogo img{
	width: 250px;
	margin: 0px 0px 0px 12px;
}
.bottom-nav{
	display:none;
}
	
}
@media screen and (max-width:480px)	{
#header-rogo img{
	width: 200px;
}	
}
/*****************************************************
	
	フッター
	
*****************************************************/
footer{
	line-height:1.8em;
	background-size:400px;
	background:#f5f5f5;
	color:#000;
	font-size:85%;

}
footer .foot-inner{
	max-width:1400px;
	padding: 50px 0;
	margin:0 auto;
	
}
footer .foot-nav {
	margin-bottom:50px;
	padding-bottom:30px;
	border-bottom:1px solid #fff;
}
footer .foot-nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	max-width: 600px;
	margin:0 auto;
	overflow:hidden;
}

footer .foot-nav ul li{
	float:left;
	font-size: 0.9em;
	text-align:center;
	width: 18%;
}

footer .foot-nav ul li:last-child{
	width: 27%;
	padding: 10px 0px;
}
footer .foot-nav ul li a{
	padding: 10px ;
	display:inline-block;
}
footer .copyright{
	text-align:center;
	margin-top:50px;
}
.foot-info .name{
	max-width:800px;
	margin:20px auto 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
	justify-content: center;
}

.foot-info .name div.rogo-fujisaki{
	width: 60%;
}
.foot-info .name div.kazari-iso{
	width: 20%;
}
.foot-info .name div img{
width:100%;
}
.foot-info ul li p{
	text-align:center;
}
.foot-info ul li p span:before{
	content:"/";
	padding:0 5px;
}
.mark {
	width:300px;margin:20px auto 0;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: stretch;align-items: stretch;
}
.mark li{
	width: 40%;
}
.mark li img{
	width:100%;
}
@media screen and (max-width:899px)	{

footer .foot-nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin:0 auto;
	overflow:hidden;
}

footer .copyright{
	text-align:center;	
}
footer .foot-inner ul.mark {
	width:300px;
	margin:20px auto 0;
	display: -webkit-flex;display: flex;
}

}
@media screen and (max-width:700px)	{
footer .foot-nav ul{
	display: block;
	max-width: 600px;
	margin-left:10%;
}
footer .foot-nav ul li{
	border-bottom:1px dotted #ccc;
}
footer .foot-nav ul li a{
	width:95%;
	display:block;
	box-sizing:border-box;
	padding: 10px;
}	
footer .foot-nav ul li:first-child,
footer .foot-nav ul li:nth-child(2),
footer .foot-nav ul li:nth-child(3),
footer .foot-nav ul li{
	width: 95%;
	text-align:left;
	margin:0 auto;
}
footer .foot-nav ul li:last-child{
	width: 93%;
	text-align:left;
	padding: 10px 0 10px 10px;
	margin:0 auto;
}
}
@media screen and (max-width:600px)	{
footer .foot-nav ul{
	margin:0 auto;
}
}
@media screen and (max-width:480px)	{
.foot-info p.name{
	text-align:center;
	width: 290px;
	margin: 0 auto 20px;
}
.foot-info ul li p span:before{
	content:"";
	padding:0;
	display:block;
}
.mark {
	width:250px;
	margin:20px auto 0;
}
.foot-info .name div.rogo-fujisaki{
	width: 90%;
}
.foot-info .name div.kazari-iso{
	width: 30%;
}
}
/*****************************************************
	
	フロント
	
*****************************************************/

#frontmain{
	width:100%;
	height: 40vh;
	background:url(../image/front/top-big-bgph.jpg)no-repeat center;
	background-size:cover;
	margin-bottom:80px;
}
.copy{
	font-size:1.5em;
	text-align:center;
	color:#fff;
	padding-top:20vh;
}
.copy span{
	font-size:0.6em;
	display:block;
}
.kazari{
	width: 30%;
	height: 50vh;
	background: url(../image/front/kazari-tuta.jpg)no-repeat top;
	background-size: 100%;
	position:absolute;
	right:0;
	top: 500px;
	z-index:-1;
}
@media (min-width: 1200px) {
.kazari{
	width:350px;
	height:460px;
	background-size: 100%;
}	
}

@media screen and (max-width:899px)	{
#frontmain{
	height: 24vh;
	background-size: cover;
	margin: 62px auto;
}
.copy{padding-top:10vh;}
.kazari{
	width: 30%;
	height: 29%;
	right:0;
	top: 28%;
}

}

.front-inner{
	width:95%;
	max-width:1400px;
	margin: 0 auto;
}
h2{
	text-align:center;
	font-size:1.8em;
	font-weight:normal;
	margin:0 auto;
	line-height:1.5em;
}
h3{
	text-align:center;
	font-size:1.5em;
	font-weight:normal;
	margin: 50px auto;
	line-height:1.5em;
}
.front-tx{
	max-width:700px;
	margin: 50px auto 100px;
}
.en-box{
	max-width:900px;
	margin: 0 auto 100px;
}
.en-box ul{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: stretch;align-items: stretch;
}
.en-box ul li{
	width:33%;
	max-width:250px;
}
.message-box{
	width:100%;
	margin-bottom: 100px;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: center;align-items: center;
}
.message-box div{
	width:45%;
	-webkit-align-self: center;
	align-self: center;
}
.message-box .message-ph{
	width:45%;
	height: 34vh;
	background:url(../image/front/message-ph.jpg)no-repeat;
	background-size:100%;
}
.message-box ul li:first-child{
	font-size:1.8em;
	text-align:center;
	margin-bottom:50px;
}
.message-box ul li:last-child{
	font-size:1.5em;
	text-align:right;
	margin-top:50px;
	font-weight:normal;
}
.message-box ul li:last-child span{
	font-size:0.6em;
	margin-bottom:50px;
}
.big-bg{
	width:100%;
	padding:200px 0; 
	background:url(../image/front/front-main.jpg)no-repeat center;
	background-size:100%;
	margin-bottom:80px
}
.wh-tx{
	font-size:1.5em;
	text-align:center;
	color:#fff;
	padding-top:1vh;
}
.recruit-tx{
	width:100%;
	margin-bottom: 100px;
}
.recruit-box{
	width:100%;
	margin-bottom: 100px;
}
.wh-bg{
	width: 100%;
	max-width: 500px;
	margin:0 auto;
}
.wh-bg p{
	margin-bottom:80px;
}
.wh-bg h2{
	margin-bottom:80px;
}
.wh-bg div{
	margin:0 auto;
}
.wh-bg div{
	max-width:350px;
	background:#65b95a;
	color:#fff;
	display:block;
}
.wh-bg div a{
	background:#65b95a;
	color:#fff;
	text-align:center;
	padding:20px 0;
	display:block;
}
.wh-bg div a:hover{
	 background:#bbf0b4;
	color:#000;
}

@media screen and (max-width:899px)	{
.front-inner{
	width:80%;
	margin:0 auto 80px;
}
.message-box{
	width:100%;
	margin:0 auto;
}
	
.message-box div{
	width:100%;
}
.message-box .message-ph{
	width: 100%;
	height: 24vh;
	margin-bottom:80px;
	background-size:cover;
	background-position:80% 50%;
}
.message-box div ul{
	margin:0 auto;
}
.recruit-tx{
	width: 90%;
	margin: 0 auto 80px;
}
.recruit-box{
	width: 90%;
	margin: 0 auto 80px;
}
.big-bg{
	width:100%;
	padding:200px 0; 
	background-size:cover;
	margin-bottom:80px;
}
}
@media screen and (max-width:600px)	{
.copy{font-size:1.2em;}
.front-inner{
	width: 90%;
}
h2{
	text-align:center;
	font-size:1.2em;
	font-weight:normal;
	margin:0 auto;
	line-height:1.5em;
}
.en-box ul li{
	width: 100%;
	margin-bottom:50px;
	max-width: 200px;
}

}

/*====================================================================
slick
====================================================================*/


.slidbox .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.slidbox .sliderArea.w300 {
  max-width: 300px;
}
.slidbox .slick-slide {
  margin: 0 5px;
}
.slidbox .slick-slide img {
  width: 100%;
  height: auto;
}
.slidbox .slick-prev, .slick-next {
  z-index: 1;
}
.slidbox .slick-prev:before, .slick-next:before {
  color: #000;
}
.slidbox .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slidbox .slick-active {
  opacity: 1;
}
.slidbox .slick-current {
  opacity: 1;
}
.slidbox .thumb {
  margin: 20px 0 0;
}
.slidbox .thumb .slick-slide {
  cursor: pointer;
}
.slidbox .thumb .slick-slide:hover {
  opacity: .7;
}
.slidbox{
	margin: 50px 0 0;
}

/*****************************************************
	
	パンくず
	
*****************************************************/

.breadcrumb {
	width:100%;
	max-width:1400px;
  margin: 0 auto;
  position:relative;
}
.breadcrumb  ul{
  margin: 0;
  padding: 0;
  list-style: none;
  position:absolute;
  right: 1%;
  top: 10px;
  z-index:10;
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
	font-size:0.8em;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color:#fff;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#fff;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
@media screen and (max-width:899px){
.breadcrumb  ul{
  top: 60px;
}	
}

/*****************************************************
	
	リクルート
	
*****************************************************/
.waku{
	width:100%;
	padding: 100px 0 50px;
	position:relative;
}
.page-inner h2{
	width: 95%;
	padding: 20px 0;
	text-align:center;
	background:#006cb8;
	color:#fff;
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:0.3em;
}

#recruit-title {
	width: 100%;
	padding:15% 0;
	background: url(../image/front/big-bgph.jpg)no-repeat top;
	background-size: 100%;
	position: relative;
	z-index: 0;
}
.wh-p{
	width:80%;
	margin-left:20%;
	max-width: 1100px;
	font-size:1.8em;
	text-align:left;
	color:#fff;
}
.wh-p span{
	font-size:0.5em;
	display:block;
}
.page-content{
	width:100%;
	background:#f5f5f5;
	position:relative;
	padding: 0 0 93px;
}
.kara{
	width: 100%;
	max-width:1400px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.page-inner{
	width:90%;
	max-width:1100px;
	background:#fff;
	box-sizing: border-box;
	position: relative;
	z-index:10;
	margin-top:-80px;
	padding:3%;
}
.ph-area ul{
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: stretch;align-items: stretch;-webkit-align-content: center;align-content: center;
}

.ph-area ul li{
	width: 24%;
}

.ph-area ul li img{
	width:100%;
}

.hataraku-box .wh-tx{
	width:50%;
	margin:50px auto;
	color: #000;
	text-align: center;
	
}
.hataraku-box .wh-tx .oomoji{
	font-size: 1.5em;
	margin-bottom:20px;
	line-height:1.5em;
	font-weight:normal;
}

.hataraku-box .wh-tx p{
	font-size: 0.6em;
	line-height:1.5em;
	font-weight:normal;
}
.recruit-tx p{
	text-align:left;
	padding: 0;
}
.recruit-box p{
	font-size: 1.8em;
	font-weight:bold;
	text-align:center;
	padding: 30px 0;
}

.recruit-dlbox{
	margin-bottom:150px;
}
.recruit-dlbox dl{
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: stretch;align-items: stretch;
	width:80%;
	margin:0 auto;
	border-top:1px solid #ccc;
	padding:20px 0;
}

.recruit-dlbox dl.last{
	border-bottom:1px solid #ccc;
}

.recruit-dlbox dl dt{
	width:35%;
	color:#006cb8;
	font-weight:bold;
}
.recruit-dlbox dl dd{
	width:65%;
}
.recruit-bg{
	padding:150px 0;
	background:url(../image/recruit/recruit-bg01.jpg)no-repeat top;
	background-size:cover;
}
.recruit-bg .oomoji{
	color:#fff;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:50px;
	background:rgba(0,0,0,0);
}
.recruit-bg div{
	width:300px;
	margin:0 auto;
	text-align:center;
	font-size:1.5em;
}

.recruit-bg div{
	background:#65b95a;
	color:#fff;
	padding: 20px;
	display:block;
}
.recruit-bg div span{
	display:block;
}
.recruit-bg div a:hover{
	  color:#000;
  background:#bbf0b4;
}

.wh-line{
	background:#fff;
	padding: 46.5px 0;
}



@media screen and (max-width:700px)	{
#recruit-title {
	padding:25% 0;
	background-size: cover;
}
.hataraku-box .wh-tx .oomoji{
	font-size: 1.2em;
	line-height:1.5em;
}
	
.hataraku-box .wh-tx{
    width:90%;
}
.ph-area ul li{
	width: 50%;
}
.waku{
	padding: 130px 0;
	position:relative;
}
.recruit-dlbox dl{
	width:90%;
}
.recruit-dlbox dl dt{
	width:100%;
}
.recruit-dlbox dl dd{
	width:100%;
}
.page-inner h2{
	width: 100%;
	font-size:1.5em;
}
.recruit-bg div{
	width:250px;
	margin:0 auto;
	text-align:center;
}
.recruit-bg .oomoji{
	color:#fff;
	font-size: 1.5em;
	font-weight:normal;
	margin-bottom:50px;
}
.recruit-bg div{
	width:80%;
	max-width:200px;
	font-size:1.2em;
	line-height:1.5em;
}

}
@media screen and (max-width:480px)	{
#recruit-title {
	padding:35% 0;
	background-size: cover;
}
.recruit-dlbox{
	margin-bottom:50px;
}
.recruit-bg{
	padding: 20px 0 30px;
	background:url(../image/recruit/recruit-bg01.jpg)no-repeat top;
	background-size:cover;
}
.recruit-bg .oomoji{
	margin: 20px auto;
}
}


/*****************************************************
	
	会社概要
	
*****************************************************/
.company-dlbox{
	margin:40px auto 80px;
}

.company-dlbox dl{
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: stretch;align-items: stretch;
	width: 90%;
	margin:0 auto;
	border-top:1px solid #ccc;
	padding:20px 0;
}

.company-dlbox dl.last{
	border-bottom:1px solid #ccc;
}

.company-dlbox dl dt{
	width:25%;
	color:#006cb8;
	font-weight:bold;
}
.company-dlbox dl dd{
	width:75%;
	box-sizing:border-box;
	line-height:1.8em;
}

.kaisya-ph{
	width:100%;
	padding:33% 0;
	background:url(../image/front/message-ph.jpg)no-repeat top;
	background-size:100%;
}
.enkaku{
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: stretch;align-items: stretch;
	width: 100%;
	border-bottom:1px dotted #ccc;
	padding:20px 0;
}
.enkaku .ji{
	width: 25%;
	margin-right:5%;
}
.enkaku .naiyo{
	width:70%;
}
.enkaku .naiyo span{
	display:block;
	margin-left:0px;
}
div.last{
	border-bottom:0px;
}

.rinenbox{
	width:90%;
	margin:0 auto;
}
.rinenbox dl{
	margin-bottom:30px;
}
.rinenbox dl dt{
	color:#65b95a;
	font-weight:bold;
	border-bottom:1px solid;
}
.rinenbox dl dd{
	line-height:1.5em;
	padding:20px 0;
}
@media screen and (max-width:700px)	{
.company-dlbox dl{
	width: 100%;
}
.company-dlbox dl dt{
	width:100%;
}
.company-dlbox dl dd{
	width:100%;
}
	
.enkaku .ji{
	width: 25%;
	margin-right:5%;
}
 .enkaku .naiyo{
	width:70%;
}
.rinenbox{
	width:100%;
}
}

/*****************************************************
	
	お問い合わせ
	
*****************************************************/

.title-co h2{
	font-size:140%;
	color:#0073bc;
	text-align:center;
	margin:50px auto 30px;
	background:none;
	width: 100%;
    padding: 0;
    font-weight: normal;
    letter-spacing:0;
    position:relative;
    top: 0;
    right:0;
}
/*****************************************************
	
	事業案内（tsurumaru）
	
*****************************************************/
.waku-2{
	width:100%;
	/* padding: 0px 0 50px; */
	position:relative;
}
.sekou-waku {
	width: 100%;
	position: relative;
}

.wh-p {
	width: 80%;
	margin-left: 20%;
	max-width: 1100px;
	font-size: 1.8em;
	text-align: left;
	color: #fff;
}

.wh-p span {
	font-size: 0.5em;
	display: block;
}

.busipage-content {
	width: 100%;
	background: #f5f5f5;
	position: relative;
}

.karano-box {
	width: 100%;
	/* max-width: 1400px; */
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	background-color: #dddddd4f;
}

.business-page-inner {
	width: 90%;
	max-width: 1100px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	margin-top: -80px;
	padding: 3%;
}

.business-page-inner h2 {
	width: 95%;
	padding: 20px 0;
	text-align: center;
	background: #006cb8;
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.3em;
}

.sekou-content-inner h2 {
	width: 95%;
	padding: 20px 0;
	text-align: center;
	background: #006cb8;
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.3em;
	position: absolute;
	top: 940px;
	right: -4.1%;
}
.bn-tx{
	margin: 30px auto 80px;
}
.business-box .bn-tx p {
	width: 90%;
	/* text-align: center; */
	font-weight: lighter;
	margin: 0 auto;
}
.business-box .bn-tx p span{
	display:block;
	font-size:1.3em;
	font-weight:bold;
}
.circle-area {
	width: 100%;
	margin-bottom: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
	
}

.circle-area  div{
	display: flex;
	width: 18%;
	height:auto;
	padding:7.5% 0;
	margin-bottom:20px;
	align-items: center;
	justify-content: center;
	background:linear-gradient(220.55deg, #f9f6e1b0 0%, #f6f6dc 100%);
	border-radius: 50%;
	/* ←円を作る */
}

.circle-area  div:nth-child(even){
	background: linear-gradient(220.55deg, #e1f9f4b0 0%, #dce8f6 100%);
	}


.sekou-content-inner {
	width: 100px;
}

.sekou {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.sekou li{
	width:29%;
	margin-left:4%; 
	margin-bottom:4%;
}

.sekou li p{
	text-align:center;
}
.sekou li img{
	width:100%;
}

.sekou-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.sekou-2 li{
	width:29%;
	margin-left:4%; 
	margin-bottom:4%;
}

.sekou-2 li p{
	text-align:center;
}
.sekou-2 li img{
	width:100%;
}

.sekou-3 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.sekou-3 li{
	width:29%;
	margin-left:4%; 
	margin-bottom:4%;
}

.sekou-3 li p{
	text-align:center;
}
.sekou-3 li img{
	width:100%;
}

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

.circle-area  div{
	width: 30%;
	padding:12.5% 0;
}
.sekou li{
	width:100%;
	margin-left:0%; 
	margin-bottom:4%;
}

.sekou-2 li{
	width:100%;
	margin-left:0%; 
	margin-bottom:4%;
}

.sekou-3 li{
	width:100%;
	margin-left:0%; 
	margin-bottom:4%;
}

}
@media screen and (max-width: 600px) {
.wh-p {
	width: 90%;
	margin: 0 auto;
}
.circle-area  div{
	width: 45%;
	padding:18.5% 0;
	font-size:0.9em;
}	
.business-page-inner h2 {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #006cb8;
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.3em;
}
.business-box .bn-tx p {
	width: 100%;
	/* text-align: center; */
	font-weight: lighter;
	margin: 0 auto;
}


.sekou-waku .container {
	grid-template-rows: auto;
}

.container {
    grid-column: 1;
    grid-row: auto;
  }
}

.top-link{
	background:#edf3f9;
	padding:80px 0;
}
.top-link p{
	text-align:center;
	padding:0 0 20px;
	font-size:1.2em;
}
.top-link ul{
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: stretch;align-items: stretch;
	width: 95%;
	max-width:800px;
	margin:0 auto;
}
.top-link ul li{
	width:230px;
}
.top-link ul li a {
  border-radius: 0;
  background: #65b95a;
	padding:15px;
	display:block;
	line-height:1.5em;
	 border-radius: 100vh;
	color:#fff;
	text-align:center;
	font-size:0.8em;
}

.top-link ul li  a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#65b95a), to(#bbf0b4));
  background: -webkit-linear-gradient(bottom, #65b95a 0%, #bbf0b4 100%);
  background: linear-gradient(to top, #65b95a 0%, #bbf0b4 100%);
}




@media screen and (max-width: 1000px) {
.top-link ul{
	width: 95%;
	margin-left:5%;
}	
}
@media screen and (max-width: 899px) {
.top-link ul{
	width: 100%;
	max-width:300px;
	margin: 0% auto;
}
.top-link ul li{
	width:95%;
	max-width:300px;
	display:block;
	padding:10px 0;
}
.top-link{
	padding:40px 0;
}

}