@charset "utf-8";
@import url("reset.css");
@import url("header_navi.css");
@import url("ie.css");
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap');
body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-feature-settings: "pkna"1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
/* リンク
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #662d80;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
a:hover, a:active {
  outline: none;
  color: #cdcdcd;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
img {
  margin: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}
/* ヘッダー
------------------------------------------------------------*/
header {height:70px;}
#visual {
  width: 100%;
height: 100%;
  overflow: hidden;
  padding:0;
  background:url("../images/header_back.jpg") center/ cover no-repeat;
}
#visual div {
  position: relative;
  height:100%;
  padding-left:0;
}
#visual div::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:url("../images/head_bottom.png") center bottom / contain no-repeat;
  display: block;
}
#campaign #visual div{
padding:3em 0;
}
#campaign #visual div::after{
background:url("../images/head_bottom_c.png") center bottom / contain no-repeat;
}
#visual div img {
width:1189px;
height:563px;
  margin:0em auto 0;
  display:block;
  object-fit: contain;
  object-position: bottom;
  font-family: 'object-fit: contain; object-position: bottom;';
}
#campaign #visual div img {
width:90%;
max-width:758px;
height:auto;
}
#visual div img.sp{
display:none;
}

#visual div p {
position: absolute;
top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  width: auto;
  white-space: nowrap;
  font-size: 1.65rem;
  line-height: 3;
  color: #ffffff;
  letter-spacing: 2px;
  /* font-family: ;*/
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#visual div span {
  /* 
text-shadow: 2px  2px 10px rgba(255,255,255,.8),
      -2px  2px 10px rgba(255,255,255,.8),
       2px -2px 10px rgba(255,255,255,.8),
      -2px -2px 10px rgba(255,255,255,.8),
       2px  0px 10px rgba(255,255,255,.8),
       0px  2px 10px rgba(255,255,255,.8),
      -2px  0px 10px rgba(255,255,255,.8),
       0px -2px 10px rgba(255,255,255,.8);  
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .6) 70%, transparent 100%);*/
  background-color: rgba(0, 0, 0, .8);
  padding: .5em;
}

/* パンくず
------------------------------------------------------------*/
.breadcrumb {
  padding-left: 0;
  margin-left: 3%;
  padding-top: 10px;
  text-align: left;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
/* 太字
------------------------------------------------------------*/
h2, h3, a, .b {
  font-family: ;
  font-weight: 600;
}
/* タイポグラフィ
------------------------------------------------------------*/
h2 {
  color: #000;
  font-size: 3.5rem;
}
h3 {
  font-size: 1.625rem;
}
/* レイアウト
------------------------------------------------------------*/
main {
  display: block;
  line-height: 1.6;
}
#main {
  text-align: center;
  position: relative;
  z-index: 1;
 /* background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, rgba(204, 204, 204, .2) 25%, rgba(204, 204, 204, .2) 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, rgba(204, 204, 204, .2) 75%, rgba(204, 204, 204, .2));
  background-size: 5px 5px;*/background:#f5f6f8;
  line-height:2;
  color:#534741;
}
#column #main,
#jirei #main,
#contact #main,
#contact2 #main{
padding:6em 0 0;
}
#contact2 #main{
background:#fcf8ef;
}
#column #main .inner,
#jirei #main .inner{
display:flex;
justify-content:space-between;
}
#column #main{
background:#fcf8ef;
}
#jirei #main h2.kiji,
#column #main h2.kiji{
width:90%;
max-width:900px;
line-height:1.6;
margin:0 auto 2em;

}
#jirei #main h2.kiji:first-letter,
#column #main h2.kiji:first-letter{
vertical-align: bottom;
}
#main h2 {
  font-size: 2rem;
  margin-bottom: 1.2em;
  letter-spacing: 2px;
  font-weight:700;
  position: relative;
	text-align:center;
	color:#534741;  
	padding-bottom:2rem;
	line-height:1.2;
}
#main h2:first-letter {
  font-size: 2em;
  color: #1F5038;
  line-height:1.2;
}
#main h2:before {
	content: '';
	position: absolute;
	border-bottom: 10px dotted #a5c9c1;
	width: 50px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
/*#main h2::after {
  content: "_";
  display: block;
  line-height: .3em;
}*/

#main h3 {
  font-weight: bold;
  padding: 0 3em;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#main h3:before, #main h3:after {
  content: '';
  background: #534741;
  width: 2em;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#main h3:before {
  left: 0;
}
#main h3:after {
  right: 0;
}
.inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* お知らせ
------------------------------------------------------------*/
.osirase{background:#f5f6f8;}
.osirase .inner{
	width:90%;
	max-width:960px;
padding:3em 0 4em;
}
.osirase .inner a{
color:#333;
}
.osirase h2 {

}
a.fuwa {
display: block;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

dl.newsline {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items:baseline;
margin: 0;
border-bottom: 1px dashed #cccccc;
padding: 1.5em;
line-height: 1.4;
text-align:left;
font-weight:600;
}

a.fuwa:hover {
background: #efefef;
}

dl.newsline dt {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items:center;
}

dl.newsline dd {
font-weight:500;
}

dl.newsline time {
max-width: 180px;
margin-left: 8%;
margin-right: 8%;
font-size: 95%;
white-space:nowrap;
color:#000;
	
}

dl.newsline span {
display: block;
width: 140px;
	background:#d25546;
	color:#fff;
		text-align:center;
	padding:5px 8px;
	font-size:.75rem;
	border-radius:30px;
	margin:0;
}
span.more,
span.more a{
display:block;
margin-top:2em;
color:#333;
}

span.more a:hover{
color:#ccc;
}
/* キャンペーン
------------------------------------------------------------*/
.campaign{
background:#fcf8ef;
}
.campaign .inner{
	width:90%;
	max-width:758px;
	
padding:3em 0 ;
}
.campaign img{
width:100%;
height:auto;
}
/* メリット
------------------------------------------------------------*/
.merit{
}
.merit .inner{
	width:90%;
padding:5em 0 ;
}
.merit .inner img{
max-width:661px;
height:auto;
}
.merit .inner ul{
list-style:none;
font-size:1.95rem;
font-weight:700;
margin-bottom:1em;
}
.merit .inner li{
line-height:1.2;
margin:18px 0;
}
.merit .inner li span {
background: linear-gradient(transparent 50%, #ffff66 50%);
}
/* 導入事例
------------------------------------------------------------*/
.dounyu{
background:#fff;
padding:3em 0 5em;
}
.dounyu h2 br{
display:none;
}
.dounyu .inner{
	width:90%;
	max-width:800px;
padding:0 ;
display:flex;
justify-content: space-around;
}
.dounyu .inner dt img{
width:100%;
max-width: 300px;
aspect-ratio: 4 / 3.5;
margin:0 auto;
}
.dounyu .inner dl{
background:#fcf8ef;
border:1px solid #534741;
padding:40px;
width:47%;
box-sizing: border-box;
}
.dounyu .inner dd{
text-align:left;
}
.dounyu .inner dd h3 {
  font-size:1.35rem;
  padding: 0 !important;
}
.dounyu .inner dd h3:before, .dounyu .inner dd h3:after {
  content: 'none';
  background:none !important;
}
/* トップページ
------------------------------------------------------------*/
#top .cont1,
#campaign .cont1{
  padding: 3em 0 5em;
  background:#fff;
}
#top .cont1 h3,
#campaign .cont1 h3{
margin:2em auto 1em;
font-size:2rem;
line-height:1.4;
}
#top .cont1 h3 br,
#campaign .cont1 h3 br{
display:none;
}

#top .cont1 p,
#top .cont1 li,
#campaign .cont1 p,
#campaign .cont1 li{
margin:25px 0;
font-weight:700;
font-size:1.15rem;
list-style: none;
}
#top .cont1 li,
#campaign .cont1 li{
display:flex;
align-items:flex-start;
margin:10px 0;
}
#top .cont1 li:before,
#campaign .cont1 li:before{
content:url("../images/checkmark.png");
  display:inline-block;
  width:5px;
  height:auto;
  margin-left:0px;
  margin-right:35px;
  position:relative;
  top:3px;
  left:0;
}
#top .cont1 .inner,
.sub .cont1 .inner,
.sub .cont2 .inner{
  padding: 0 !important;
  text-align:left;
  max-width:800px !important;
}
#top .cont1 .inner dl,
.sub .cont1 .inner dl,
.sub .cont2 .inner dl{
display:flex;
justify-content:center;
align-items: center;
text-align:left;
width:100%;
margin:3em auto 1em;
}
.sub .cont2 .inner dl{
flex-flow: row-reverse;
}
#top .cont1 .inner dt,
.sub .cont1 .inner dt,
.sub .cont2 .inner dt{
width:300px;
height:300px;
margin-right:2em;
}
#top .cont1 .inner dt img,
.sub .cont1 .inner dt img,
.sub .cont2 .inner dt img{
object-fit: cover;
  object-position: 90% 50%;
  font-family: 'object-fit: cover; object-position: 90% 50%;';
}
#top .cont1 .inner dd,
.sub .cont1 .inner dd,
.sub .cont2 .inner dd{
font-size:2rem;
width:45%;
max-width:300px;
font-weight:600;
line-height:1.8;
}
#top .cont2{
background:#1F5038;
  padding: 3em 0;
}
#top .cont2 .inner {
  padding: 0;
  
}
#top .cont2 .inner img{
width:100%;
  max-width:945px;
  height:168px;
}
#top .cont3 {
  padding: 3em 0 5em;
  background:#fcf8ef;
}
#top .cont3 .inner {
  width: 95%;
  max-width:860px;
  padding-top:1em;
  display:flex;
  justify-content:space-around;
  align-items: center;
  }
 #top .cont3 p{
  font-size:1.25rem;
  font-weight:700;
  }
 #top .cont3 .inner dl{
  width:40%;
  margin-top:2em;
  }
  #top .cont3 .inner dl dt{
  display:flex;
  justify-content: center;
  width:100%;
  }
  #top .cont3 .inner dl dt img{
  width:100%;
  max-width:165px;
  box-shadow:0px 0px 7px -2px #555;
  }
  #top .cont3 .inner dl dt img:first-child{
  margin-right:10px;
  }
   #top .cont3 .inner dl dd{
   }
  #top .cont3 .inner dl dd span{
  font-size:.875rem;
  }
  #top .cont3 .inner dl dd h3{
  color:#fff;
  font-size:1.2rem;
  background:#534741;
padding:10px 0;
width:auto !important;
  }
  #top .cont3 .inner dl dd h3:before, #top .cont3 .inner dl dd h3:after {
  content:"";
  background:none !important;
  width:0;
}
#top .cont4{
padding:3em 0 5em;
}
#top .cont4 .inner h2{
padding:0;
margin-bottom:0;
}
#top .cont4._c{
background:#fff;
position:relative;
}
#top .cont4._c:after,
#campaign .cont1:after{
  content: '';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:url("../images/foot_bottom.png") center bottom / contain no-repeat;
  display: block;
pointer-events: none;
}
#top .cont4 .inner {
}
#top .cont4 .inner ul{
display: flex;
	flex-wrap: wrap;
justify-content: space-around;
align-items: center;
width:100%;
margin:0 auto;
	list-style: none;
}
#top .cont4 .inner li{
width:30%;
margin:1em 0;
background:#fff;
box-shadow:0px 0px 7px -2px #555;
	border-radius: 10px;
	position:relative;
}
#top .cont4 .inner li div img {
width:100%;
height:200px;
object-fit: cover;
font-family: 'object-fit: cover;';
	border-radius: 10px 10px 0 0;
}
#top .cont4 .inner li h3{
display:block;
width:auto !important;
text-align:left;
line-height:1.6;
margin:.5em auto 1em;
padding:0 10px;
	font-size:1rem;
color:#534741;
font-weight:500;
}
#top .cont4 .inner li h3:before, #top .cont4 .inner li h3:after {
  content: '';
  background: none;
  width: 0;
}

#top .cont4 .inner li span{
 display: block;
  color: #fff;
  font-weight:600;
	background: #1F5038;
	 padding: 0 5px;
	font-size: .85rem;
  line-height: 25px;
  height: auto;
  width: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
#top .cont5,
#campaign .cont5{
background:#fcf8ef;
padding:1em 0 5em;
}
/* キャンペーンページ
------------------------------------------------------------*/
.camtxt{
background:#1F5038;
padding:2em 0 1em;
}
.camtxt .inner{
max-width:918px;
}
.camtxt .inner img{
width:100%;
}
.camabout{
padding:5em 0;
}
.camabout .inner{
width:90%;
max-width:640px;
}
.camabout .inner ul.look{
list-style: none;
border-right:5px solid #ccc;
border-top:5px solid #ccc;
border-left:5px solid #d25546;
border-bottom:5px solid #d25546;
padding:20px 20px 20px 3em;
max-width:500px;
margin:0 auto;
font-size:1.25rem;
font-weight:700;
text-align:left;
}
.camabout .inner li span{
display:block;
font-size:.875rem;
}
.camabout .inner a.read_more{
margin:3em auto;
}
.camabout .inner p{
font-size:1.15rem;
font-weight:700;
margin:20px 0;
}
.camabout .inner p span{
font-size:1.45rem;
color:#d25546;
}
#campaign .cont1{
position:relative;
}


/* 自己紹介
------------------------------------------------------------*/
#about .cont1,
#about .cont2{
  padding: 5em 0 3em;
  background:#fcf8ef;
}
#about .cont2{
padding: 0em 0 8em;
}
#about .cont1 .inner,
#about .cont2 .inner{
  max-width: 1200px;
}

/* サブ
------------------------------------------------------------*/
.sub .cont2{
position:relative;
}
.sub .cont2:after{
  content: '';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:url("../images/blog_bottom.png") center bottom / contain no-repeat;
  display: block;
pointer-events: none;
}
.sub .cont5{
background:#fff;
padding:3em 0 5em;
margin:0;
}
.sub .cont5 .inner a.read_more{
margin:0 auto;
}

/* お問い合わせ
------------------------------------------------------------*/
#contact .cont1,
#contact2 .cont1{
  padding: 1em 0 6em;
}
#contact .cont1 br.sp,
#contact2 .cont1 br.sp{
	display:none;
}
#contact .cont1 a,
#contact2 .cont1 a{
	color:#5a9f9b;
	text-decoration: underline;
}
#contact .cont1 a:hover,
#contact2 .cont1 a:hover{
	opacity: 0.6;
}
#contact .cont1 .n123 li,
#contact2 .cont1 .n123 li{
padding-left:0 !important;
}

/* ブログページ
------------------------------------------------------------*/
#jirei .blog_top,
#column .blog_top{
width:70%;
padding:0 0 5em;
}
#jirei .blog_top ul li,
#column .blog_top ul li{
display:flex;
justify-content: space-around;
padding:2em 0;
text-align:left;
border-bottom:1px dashed #ccc;
}

#jirei .blog_top ul li span.imag,
#column .blog_top ul li span.imag{
width:35%;
max-width:260px;
max-height:240px;
position:relative;
}
#jirei .blog_top ul li span.icon,
#column .blog_top ul li span.icon{
position:absolute;
top:0;
left:0;
  color: #fff;
  font-weight:600;
	background: #1F5038;
	 padding: 0px 10px;
	font-size: .75rem;
  height: auto;
  z-index: 1;
}
#jirei .blog_top ul li div,
#column .blog_top ul li div{
width:55%;
}
#jirei .blog_top ul li div h3,
#column .blog_top ul li div h3{
line-height:1.4;
margin-bottom:.3em;
text-align:left;
padding:0 !important;
width:100%;
}
#jirei .blog_top ul li div h3:before, #jirei .blog_top ul li div h3:after,
#column .blog_top ul li div h3:before, #column .blog_top ul li div h3:after{
  content: '';
  background: none;
  width: 0;
}
#jirei .blog_top ul li div p,
#column .blog_top ul li div p{
font-weight:500;
}
#jirei .blog_top ul a,
#column .blog_top ul a{
color:#333;
}
#jirei .blog_top ul a:hover,
#column .blog_top ul a:hover{
opacity: .6;
color:#ccc;
}

#jirei .blog_menu,
#column .blog_menu{
width:25%;
	padding:0.8em 0 0;
}
#jirei .blog_menu h2,
#column .blog_menu h2{
	font-size:1.25rem;
	color:#333333;
	margin-bottom:1em;
	position:relative;
	text-align:left;
	border-bottom:1px solid #999999;
	padding-bottom:8px;
	padding-left:2.6em;
} 
#jirei .blog_menu h2:first-letter,
#column .blog_menu h2:first-letter {
  font-size: 1.25rem;
  color: #333;
}

#jirei .blog_menu h2:before,
#column .blog_menu h2:before{
 content: '';
	position: absolute;
	border-bottom: 7px dotted #a5c9c1;
	width: 30px;
	top: 0;
	left: 10px;
transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#jirei .blog_menu div,
#column .blog_menu div{
	text-align:left;
	margin:0;
	padding:1em 0;;
}
#jirei .blog_menu ul,
#column .blog_menu ul{
	list-style: none;
}
#jirei .blog_menu li,
#column .blog_menu li{
		line-height:2;
	}
#jirei .blog_menu li a,
#column .blog_menu li a{
	color:#333333;
	font-weight:500;
}
#jirei .blog_menu li a:hover,
#column .blog_menu li a:hover{
	opacity: 0.6;
}
#jirei #main .af,
#column #main .af{
width:100%;
position:relative;
padding-bottom:5em;
}
#jirei #main .af:after,
#column #main .af:after{
  content: '';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:url("../images/blog_bottom.png") center bottom / contain no-repeat;
  display: block;
pointer-events: none;
}
#jirei .cont5,
#column .cont5{
background:#fff;
padding:3em 0 5em;
margin:0;
}
#jirei .cont5 .inner a.read_more,
#column .cont5 .inner a.read_more{
margin:0 auto;
}
/* ブログページ記事
------------------------------------------------------------*/
#jirei .blog_kiji,
#column .blog_kiji{
padding:0 0 4em;
	font-size:1.05rem;
	line-height:2;
	width:70%;
}
#jirei .blog_kiji a,
#column .blog_kiji a{
	border-bottom:1px dashed #666;
}
#jirei .blog_kiji a:hover,
#column .blog_kiji a:hover{
	color:#ccc;
}
#jirei .blog_kiji p.stamp,
#column .blog_kiji p.stamp{
display:flex;
align-items: center;
text-align:left;
	font-size:1rem;
	width:95%;
	margin:0 auto 1em;
}
#jirei .blog_kiji span.time,
#column .blog_kiji span.time{
	color:#999;
	margin-right:.5em;
}
#jirei .blog_kiji span.icon,
#column .blog_kiji span.icon{
		color:#fff;
	background:#1F5038;
	padding:0px 6px;
	font-size:.85rem;
	width:auto;
	height:auto;
	text-align:center;
	font-weight:600;
	}

#jirei .blog_kiji h3,
#column .blog_kiji h3{
width:auto;
text-align:left;
border-bottom:2px solid #ccc;
padding:0 0 .3em 0;
line-height:1.6;
}
#jirei .blog_kiji h3:after,#jirei .blog_kiji h3:before,
#column .blog_kiji h3:before,#column .blog_kiji h3:after{
content: '';
  background: none;
  width: 0;
}
#jirei .blog_kiji h4,
#column .blog_kiji h4{
font-weight: bold;
font-size:1.25rem;
  padding: 0 3em 0 0;
  width: fit-content;
  text-align: left;
  position: relative;
  margin-bottom:0;
  line-height:1.2;
}
#jirei .blog_kiji h4:after,
#column .blog_kiji h4:after{
content: '';
  background: #534741;
  width: 2em;
  height: 2px;
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#jirei .blog_kiji img,
#column .blog_kiji img{
	width:100%;
	height:auto;
}
#jirei .blog_kiji .kiji,
#column .blog_kiji .kiji{
	text-align:left;
	line-height:2.2;
}
#jirei .blog_kiji .kiji div,
#column .blog_kiji .kiji div{
	padding:1em 0 3em;
}

/* page navigation
------------------------------------------------------------*/
.pager, .navigation {
text-align:center !important;
margin-top:3em;
}
.navigation{
	margin-top:6em;
}
.pager a{
	color:#ffffff !important;
}
.no_{
	display:inline-block;
}
.pager span a, .pager a span, .navigation a{
padding: 3px 10px;
margin: 0 1px;
border:2px solid #333;
border-radius: 5px;
text-decoration: none;
color:#ffffff !important;
background:rgba(51,51,51,1);
}
.navigation a{
	padding:.5em 1em;
}
.pager a span.yajirusi_migi,
.pager a span.yajirusi_hidari{
	background:none;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:2px solid #333;
	border-radius: 0;
	color:#333 !important;
	padding-bottom:.3em;
}
.pager a span.yajirusi_migi{
	padding-left:1em;
	padding-right:1em;
}
.pager a span.yajirusi_hidari{
	padding-left:1em;
	padding-right:1em;
}
.pager a:hover span.yajirusi_migi,
.pager a:hover span.yajirusi_hidari{
background:rgba(51,51,51,.3);
}
span.pager_item{
padding: 3px 10px;
margin: 0 1px;
border:2px solid #333;
background:rgba(51,51,51,1);
border-radius: 5px;
text-decoration: none;	
	color:#fff;
}
span.pager_item a{
	margin: 0;
}

.pager a span, .navigation a { cursor:pointer;}

.pager span a:hover, .pager a span:hover, .navigation a:hover { background:rgba(51,51,51,.5);}
/* フッター
------------------------------------------------------------*/
footer {
  background: #1F5038;
  color:#fff;
}
footer a:hover {
  opacity: 0.6;
}
footer .inner {
  padding: 5em 0;
  max-width:1280px;
}
footer ul {
  list-style: none;
}
footer .menubox {
}
footer .menubox ul {
  width: 100%;
  font-size: .85rem;
  display:flex;
  justify-content: center;
}
footer .menubox ul li{
padding:0 1em;
}
footer .menubox ul ul {
  width: 100%;
}
footer .menubox ul a {
  color: #fff;
  font-weight:700;
}


#copy {
  background: #fff;
  color: #000;
  padding: 10px 0;
  font-size: .75rem;
}
#copy a {
  color: #000;
  font-weight:700;
}
#copy p {
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  
}

/* 共通
------------------------------------------------------------*/
.read_more, .read_more2,
a.read_more, a.read_more2{
  width: 95%;
  max-width: 480px;
  padding: 15px;
  text-align: center;
  margin: 2em auto 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  display: block;
  font-weight:700;
  border-radius: 100vh;
  font-size:1.25rem;
  letter-spacing: 2px;
  line-height:1.6;
  display:flex;
  justify-content: center;
  align-items: center;
  }
.read_more,
a.read_more{
background-color: #d25546;
  color: #fff;
}
.read_more2,
a.read_more2{
  color: #fff;
  background: #367DEE;
  box-shadow: none;
}
a.read_more:hover {
  opacity: 0.6;
}
.read_more2:hover {
  cusor: pointer;
  opacity: 0.6;
}

.read_more2 {
  margin: 1%;
}
.read_more.em1,
a.read_more.em1{
padding:1em 0;
}
.fa-angle-right{
margin-left:1em;
}
/* ページトップ */
#pageTop {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 100;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding-top: 40px;
  width: 80px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 80%;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f102';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* テーブル */
table {
  border-collapse: separate;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-spacing: 15px;
  text-align: left;
  margin: 0;
}
table th {
  font-weight: 900;
  vertical-align: middle;
}
table th, table td {
  padding: .3em 1em 1.2em;
  border-bottom: 1px solid #ccc;
}
table td {
  vertical-align: middle;
}
table thead tr th {
  border-top: 1px solid #ccc;
  padding: 1.5em 1em;
  color: #2e318f;
}
/* テーブル用横スクロール */
.tbox {
  overflow-x: auto;
  width: 100%;
  padding-bottom: .5em;
  margin-bottom: 2em;
  -webkit-overflow-scrolling: touch;
}
span.sc {
  color: #780406;
  display: none;
  line-height: 1;
  margin: -2em 0 0;
  font-weight: 900;
  font-size: 1rem;
}
/* 動画 */
.movie {
width: 80%;
	height:0;
	padding-top:55%;
position: relative;
overflow: hidden;
	margin:3em auto 0;
}
video {
    position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
	object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}
/* 米印リスト */
ul.kome {
  margin-left: 1em;
}
ul.kome li {
  list-style-type: none;
  text-indent: -1em;
}
ul.kome li:before {
  display: inline;
  content: "※";
}
/* ◆印リスト */
ul.sikaku {
  margin-left: 1em;
}
ul.sikaku li, dt.sikaku, p.sikaku {
  list-style-type: none;
  text-indent: -1em;
}
ul.sikaku li:before, dt.sikaku:before, p.sikaku:before {
  display: inline;
  content: "◆";
}
/* 赤◆印リスト */
dl.sikaku_aka {
  margin-left: 1em;
}
dl.sikaku_aka dt {
  list-style-type: none;
  text-indent: -1em;
}
dl.sikaku_aka dt:before {
  display: inline;
  content: "◆";
  color: #F73538;
}
/* 〇印リスト */
ul.maru {
  margin-left: 1em;
}
ul.maru li, p.maru {
  list-style-type: none;
  text-indent: -1em;
}
ul.maru li:before, p.maru:before {
  display: inline;
  content: "〇";
}
/* ●印リスト */
ul.maru_kuro {
  margin-left: 1em;
}
ul.maru_kuro li, p.maru_kuro {
  list-style-type: none;
  text-indent: -1em;
}
ul.maru_kuro li:before, p.maru_kuro:before {
  display: inline;
  content: "●";
}
/* 数字リスト */
.n123 {
  counter-reset: my-counter;
}
.n123 dt, .n123 li, .n123_maru dt, .n123_maru li {
  position: relative;
  display: flex;
  align-items: baseline;
  margin: .7em 0;
  line-height: 1.6;
  padding-left: 1.5em;
}
.n123 dt:before, .n123 li:before {
  content: counter(my-counter)". ";
  counter-increment: my-counter;
  font-style: italic;
}
/* 丸数字リスト */
.n123_maru {
  counter-reset: my-counter;
  text-align: left;
}
.n123_maru dt:before, .n123_maru li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #333;
  display: block;
  float: left;
  line-height: 1.5;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 13px;
  color: #333;
  margin: 3px 3px 0 0;
  position: absolute;
  left: 0;
}
/* dd()数字リスト */
.n123_dd {
  margin: 0;
  counter-reset: number;
}
.n123_dd dd:before {
  counter-increment: number;
  content: counter(number)") ";
}
/* チェックマークリスト（横並び） */
.check {
  display: flex;
}
.check li {
  background: url(../images/icon_check.png) center left / 21px no-repeat;
  padding: 0 1.5em;
}
/* お電話はこちら */
.telbox {
  position: relative;
  margin: 6em auto 0;
  width: 100%;
  max-width: 600px;
}
.telbox ul {
  background: #ffffff;
  padding: 1em 0;
  box-sizing: border-box;
}
.telbox li {
  font-size: 1.25rem;
  text-align: center;
}
.telbox li span {
  font-size: 1.75rem;
  background: url(../images/tel.png) left center / 36px auto no-repeat;
  padding-left: 40px;
}
.telbox li span a {
  color: #000000;
}
.telbox li span a:hover {
  text-decoration: underline;
}
.telbox img {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 30%;
  max-width: 130px !important;
  height: auto;
}
/* フォント*/
.blue {
  color: #2e3180 !important;
}
.block {
  display: block !important;
}
.red {
  color: #F73538 !important;
}
.b {}
.dai {
  font-size: 2rem !important;
}
.tyu {
  font-size: 1.5rem !important;
}
.syo {
  font-size: 0.75rem !important;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* フォント*/
.alignright {
  text-align: right;
  float: right;
}
/* 囲み文字*/
.border_box {
  margin-bottom: 2em;
}
.border_red {
  padding: .5em 1em;
  color: #F73538;
  border: 3px solid #F73538;
  font-size: 1.5rem;
}
/* 表示切替 */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 1279px) {

}
@media screen and (max-width: 1024px) {
header {height:0;}
#visual {
  margin-top: 50px;
  }

  /* トップページ
------------------------------------------------------------*/
#top .cont3 {
  padding: 2em 0 3em;
}
	
/* ブログページ
------------------------------------------------------------*/
#column #main,
#jirei #main,
#contact #main,
#contact2 #main{
padding:5em 0 0;
}
#column #main .inner,
#jirei #main .inner{
display:block;
}
#jirei .blog_top,
#column .blog_top{
width:100%;
}
#jirei .blog_top ul li div h3,
#column .blog_top ul li div h3{
font-size:1.35rem;
}
#jirei .blog_menu,
#column .blog_menu{
width:100%;
	padding:0;
display:flex;	
justify-content:space-between;
margin-bottom:5em;
}
#jirei .blog_menu div,
#column .blog_menu div{
	width:30%;
}
#jirei .blog_menu h2,
#column .blog_menu h2{
	font-size:1rem;
	}
#jirei .blog_menu h2:before,
#column .blog_menu h2:before{
left:0;
}
#jirei .blog_kiji,
#column .blog_kiji{
	width:100%;
	padding-bottom:2em;
}
#jirei #main h2.kiji,
#column #main h2.kiji{
margin-bottom:1em;

}
}
@media screen and (max-width: 768px) {
#visual div img.pc{
display:none;
}
#visual div img.sp{
display:block;
margin-top:0;
padding-bottom:1em;
width:100%;
height:auto;
max-width:792px;
max-height:517px;
}
.osirase .inner h2{
margin-bottom:.5em !important;
}
.merit .inner{
	width:100%;
padding:3em 0 ;
}
.merit .inner ul{
font-size:1.75rem;
}
.dounyu{
background:#fff;
padding:1em 0 3em;
}
.dounyu .inner{
display:block;
}
.dounyu .inner dl{
width:100%;
margin:0 auto 1em;
}
  #top .cont1{
  padding: 1em 0 3em;
}
#top .cont1 h3,
#campaign .cont1 h3{
font-size:1.75rem;
} 
#top .cont2 .inner {
width:100%;
height:auto;
}
#top .cont2 .inner img{
width:95%;
max-width:360px;
height:auto;
margin:0 auto;
}
#top .cont2 .inner img.pc{
display:none;
}
#top .cont2 .inner img.sp{
display:block;
}
 #top .cont4{
padding:2em 0 4em;
}
#top .cont4 .inner ul{
width:100%;
max-width:480px;
}
#top .cont4 .inner li{
width:100%;
}
/* キャンペーンページ
------------------------------------------------------------*/
.camabout{
padding:3em 0;
}
.camabout .inner ul.look{
font-size:1.15rem;
}
.camabout .inner p{
text-align:left;
font-size:1.05rem;
}
.camabout .inner p br{
display:none;
}
.camabout .inner a.read_more{
margin:2em auto;
}

	#contact .cont1,
	#contact2 .cont1{
  padding: 0 0 2em;
}
/* ブログページ
------------------------------------------------------------*/
#column #main,
#jirei #main{

}
#jirei .blog_top,
#column .blog_top{
padding:0 0 2em;
}

#jirei .blog_top ul li div h3,
#column .blog_top ul li div h3{
font-size:1.2rem;
}
#jirei .blog_menu,
#column .blog_menu{
display:block;
}
#jirei .blog_menu div,
#column .blog_menu div{
	width:100%;
}
#jirei .cont5,
#column .cont5{
padding:2em 0 3em;
}
#jirei #main h2.kiji,
#column #main h2.kiji{
font-size:1.5rem;
}
#jirei .blog_kiji h3,
#column .blog_kiji h3{
font-size:1.45rem;
}
#jirei .blog_kiji,
#column .blog_kiji{
	width:100%;
	padding-bottom:0;
}
}
@media screen and (max-width: 599px) {  
footer .menubox ul {
display:block;
}
footer .menubox ul li{
padding:1em 0;
text-align:center;
}
#main h2 {
font-size:1.5rem;
}
	
	#visual div span {
    font-size: 1.85rem;
  }

    /* 表示切替 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /* テーブル用横スクロール */
  span.sc {
    display: block;
  }
	/* 動画 */
.movie {
width: 100%;
	padding-top:65%;
}
.read_more, .read_more2,
a.read_more, a.read_more2{
  padding: 12px;
  font-size:1.15rem;
  }
   /* お知らせ
------------------------------------------------------------*/ 
.osirase .inner{
padding:1em 0 2em;
}

dl.newsline {
display: block;
font-size: 100%;
}
dl.newsline dt {
margin-bottom: 2%;
}
dl.newsline dd {
line-height:1.8;
}
dl.newsline time {
margin: 0 0 0 3%;
}
dl.newsline span{
width:100px;
} 
   /* 	メリット
------------------------------------------------------------*/
.merit .inner{
width:90%;
padding:3em 0;
}
.merit .inner ul{
font-size:1.45rem;
}
  /* トップページ
------------------------------------------------------------*/
  #top .cont1{
  padding: 1em 0 2em;
}
#top .cont1 p,
#top .cont1 li,
#campaign .cont1 p,
#campaign .cont1 li{
font-size:1rem;
font-weight:500;
line-height:2;
}
#top .cont1 h3 {
} 
#top .cont1 h3 br,
#campaign .cont1 h3 br{
display:block;
}

#top .cont1 .inner dl,
.sub .cont1 .inner dl,
.sub .cont2 .inner dl{
flex-direction: column;
margin:0 auto 1em;
}
#top .cont1 .inner dt,
.sub .cont1 .inner dt,
.sub .cont2 .inner dt{
width:260px;
height:260px;
margin:0 0 1em 0;
}
#top .cont1 .inner dd,
.sub .cont1 .inner dd,
.sub .cont2 .inner dd{
font-size:1.5rem;
width:100%;
}
#top .cont3{
padding-top:1em;
}
#top .cont3 .inner {
 display:block;
  }
 #top .cont3 .inner dl{
  width:90%;
  margin:1em auto 3em;
  } 
   #top .cont3 .inner dl:last-child{
   margin-bottom:0;
   }
  
  #top .cont3 p{
  font-size:1.15rem;
  width:90%;
  margin:0 auto;
  }
  #top .cont3 .inner dl dd h3{
  font-size:1rem;
  max-width:80%;
  }
  #top .cont4{
padding:1em 0 4em;
}
/* キャンペーンページ
------------------------------------------------------------*/
.camtxt .inner img.sp{
width:90%;
max-width:380px;
margin:0 auto;
}
.camabout .inner ul.look{
padding-left: 2em;
font-size:1.1rem;
}

/* お問い合わせ
------------------------------------------------------------*/
#contact .cont1 br,
#contact2 .cont1 br{
  display:none;
}

/* ブログ
------------------------------------------------------------*/
#column #main,
#jirei #main{

}
#jirei .blog_top,
#column .blog_top{
padding:0 0 0em;
}
#jirei .blog_top ul li,
#column .blog_top ul li{
flex-direction: column;
padding:0em 0 1em;
margin-bottom:2em;
}

#jirei .blog_top ul li span.imag,
#column .blog_top ul li span.imag{
width:100%;
height:300px;
max-width:100%;
}
#jirei .blog_top ul li div,
#column .blog_top ul li div{
width:100%;
}
#jirei .blog_top ul li div h3,
#column .blog_top ul li div h3{
font-size:1.5rem;
margin-top:.3em;
}
/* ブログページ
------------------------------------------------------------*/
#jirei .blog_menu .inner div,
#column .blog_menu .inner div{
	width:100%;
	max-width:100%;
}
#jirei .blog_menu h2,
#column .blog_menu h2{
text-align:left;
padding-left:10px;
}
#jirei .blog_menu h2:first-letter,
#column .blog_menu h2:first-letter{
  font-size: 1.5em;
  color: #1F5038;
}
#jirei .blog_menu h2:before,
#column .blog_menu h2:before{
	border-bottom: 0;
}
.pager, .navigation {
margin-top:3em;
}
}
@media screen and (max-width: 480px) {
  #visual div span {
     letter-spacing: 3px;
    background: rgba(0, 0, 0, .6);
  }
  .merit .inner{
  padding:2em 0;
  }
  .merit .inner ul{
font-size:1.2rem;
}
.dounyu h2 br{
display:block !important;
}
#top .cont1 h2,
#top .cont3 h2,
#top .cont3 h2,
#top .cont4 h2,
#about .cont1 h2,
#about .cont2 h2,
#jirei .blog_top h2,
#column .blog_top h2,
#jirei .blog_kiji h2,
#column .blog_kiji h2{
font-size:1.65rem;
font-weight:700;
text-shadow: none;
}
#jirei .blog_top ul li div h3,
#column .blog_top ul li div h3{
font-size:1.3rem;
}
  #main br {
    display: none;
  }

	#contact .cont1 br.sp,
	#contact2 .cont1 br.sp{
	display:block;
}
	.pager, .navigation {
width:85%;
margin:0 auto;
}
	span.pager_item,
	.pager span a{
		font-size:1.35rem !important;
		padding: 4px 13px;
	}
	.no_{
		display:block;
		margin:1.5em 0;
	}
	
.all a span{
display:block;
width:90%;
margin:0 auto;
padding: .7em;
	box-sizing: border-box;
}
	.pager a span.yajirusi_migi,
.pager a span.yajirusi_hidari{
	display:block;
	padding:.5em;
	line-height:2;
width:85%;
margin:0 auto;
	border:0;
	background:#333;
	color:#fff !important;
	border-radius: 5px;
	}
	.pager a span.yajirusi_migi{
		margin-bottom:2em;
	}
	.navigation{
		margin-top:2em;
	}
	.navigation a{
		display:block;
	padding:.6em;
		margin:10px 0;
}
.read_more, .read_more2,
a.read_more, a.read_more2{
  padding: 10px;
  font-size:1rem;
  }
a.read_more br{
display:block !important;
}
}
@media screen and (max-width: 360px) {
  #visual div span {
    font-size: 1.5rem;
  }
  .merit .inner{
  padding:1em 0 2em;
  }
  .daiiti, .daini {
    min-height: 300px;
  }
  #top .cont1 h3,
  #campaign .cont1 h3{
  font-size:1.35rem;
  }

}