@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*メインビジュアル*/
#main_img{
  width: 100%;
  position: relative;
  height: calc( 100vh - 70px );
  background-image: url("../images/index/main_img.jpg");
  background-position: center;
  background-size: cover;
}
#main_img h2{
	max-width: 350px;
	width: 60%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px){

}

@media screen and (max-width: 768px){
#main_img{
  width: 100%;
  position: relative;
  height: calc( 100vh - 70px );
   background-image: url("../images/index/main_img_sp.jpg");
}
}
@media screen and (max-width: 550px){
	
}


/* top_about */
#top_about{

}
#top_about dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_about dl dt{
  width: 45%;
  position: relative;
}
#top_about dl dt p{
  font-size: 7.0rem;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  z-index: 1;
  position: absolute;
  right: -50px;
  bottom: -40px;
}
#top_about dl dd{
  width: 50%;
}
#top_about dl dd .inner{
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}
#top_about dl dd h2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
#top_about dl dd h2 img{
  max-width: 225px;
}
#top_about dl dd h2 span{
  font-weight: 900;
  font-size: 6.4rem;
  width: 100%;
  padding-right: 20px;
  line-height: 1.5;
  text-align: center;
}
#top_about dl dd .caption{
  margin-bottom: 100px;
}
#top_about dl dd .caption p{
  margin-bottom: 20px;
}
@media screen and (max-width: 1700px) {
#top_about dl dd h2 span{
  font-size: 5rem;
}  
}
@media screen and (max-width: 1460px) {
#top_about dl dd h2 span{
  font-size: 3.6rem;
}
#top_about dl dt p{
  font-size: 4.0rem;
}  
}
@media screen and (max-width: 1200px) {
  #top_about dl{
flex-direction: column-reverse;
}
#top_about dl dt{
  width: 100%;
}
#top_about dl dt p{
  font-size: 6.0rem;
  right: 20px;
}
#top_about dl dd{
  width: 100%;
  margin-bottom: 100px;
}
#top_about dl dd .inner{
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}
#top_about dl dd h2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
#top_about dl dd h2 img{
  max-width: 225px;
}
#top_about dl dd h2 span{
  font-size: 6.4rem;
}
#top_about dl dd .caption{
  margin-bottom: 100px;
}
#top_about dl dd .caption p{
  margin-bottom: 20px;
}
}
@media screen and (max-width: 991px) {
  #top_about dl dd h2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
#top_about dl dd h2 img{
  max-width: 225px;
}
#top_about dl dd h2 span{
  font-size: 4rem;
}
#top_about dl dd .caption{
  margin-bottom:60px;
}
#top_about dl dd .caption p{
  margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {  
#top_about dl dd h2{
  flex-direction: column-reverse;
}  
#top_about dl dd h2 img{
  max-width: 225px;
  width: 30%;
  margin-bottom: 40px;
}
#top_about dl dd h2 span{
  font-size: 4rem;
}
}
@media screen and (max-width: 550px) {
#top_about dl dt p{
  font-size: 3.6rem;
  right: 20px;
}
#top_about dl dd h2 span{
  font-size: 3rem;
}
}

/* top_service */
#top_service{
  background-image: url("../images/index/bg_service.jpg");
  background-position: center;
  background-size: cover;
}
#top_service .container{
  position: relative;
}
#top_service .inner{
  max-width: 735px;
  width: 90%;
  position: absolute;
  right: 0;
  top: 0;
}
#top_service ul{
  display: flex;
  justify-content: space-between;
  gap: 40px; 
  max-width: 1400px;
  margin: 0 auto;
}
#top_service ul li{
  max-width: 420px;
  width: calc( 100% / 3 - 40px );
}
#top_service ul li:nth-child(2){
  padding-top: 230px;
}
#top_service ul li:nth-child(3){
  padding-top: 460px;
}
#top_service ul li a{
  position: relative;
  display: block;
}
#top_service ul li a::before{
  content: "";
  border: 1px solid #FFFFFF;
  width: 95%;
  height: 95%;
  position: absolute;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
#top_service ul li a span{
  position: absolute;
  bottom: 20%;
  right: 10%;
  background-color: #000000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  width: 80%;
  max-width: 300px;
  display: inline-block;
  padding: 1em;
}
#top_service ul li a span::before{
    content: url(../images/ico_arrow02.svg);
  position:absolute;
  top:50%;
  right:-20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
  transition: 0.3s;
}
#top_service ul li a:hover span::before {
  right:-30px;
}
@media screen and (max-width: 1200px) {
  #top_service .inner{
  max-width: 735px;
  width: 90%;
  position: relative;
  right: auto;
  top: auto;
margin: 0 auto 60px auto;
}
  #top_service ul li a span{
  position: absolute;
  bottom: 20%;
  right: 10%;
  background-color: #000000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  width: 80%;
  max-width: 300px;
  display: inline-block;
  padding: 1em;
  font-size: 1.4rem;
}
#top_service ul{
  display: flex;
  gap: 20px; 
}
#top_service ul li{
  max-width: 420px;
  width: calc( 100% / 3 - 20px );
}
}
@media screen and (max-width: 991px) {
  #top_service ul{
  flex-direction: column;
}
#top_service ul li{
  max-width: 420px;
  width: 90%;
  margin: 0 auto;
}
#top_service ul li:nth-child(2){
  padding-top: 0;
}
#top_service ul li:nth-child(3){
  padding-top: 0
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}



@media screen and (max-width: 991px) {
  
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl{
  font-size: 6rem;
  margin-bottom: 60px;
  position: relative;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 900;
}
.ttl img{
margin-right: 20px;
padding-bottom: 10px;
}
.ttl02-w,.ttl02-b{
  font-size: 7.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
  position: relative;
  padding-left: 60px;
}
.ttl02-w{

}
.ttl02-b{
color: #000000;
}
.ttl02-w::before,.ttl02-b::before{
content: "";
width: 40px;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
position: absolute;
left: 0;
top: 0;
}
.ttl02-w::before{
background-image: url("../images/ico_h-w.svg");
}
.ttl02-b::before{
background-image: url("../images/ico_h-b.svg");
}
.page_ttl{
  font-size: 6.0rem;
  color: #E54F4F;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 60px;
}
.single hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #000000;
}
.base_list li {
  margin-bottom: 30px;
}
.base_list li:last-child {
  margin-bottom: 0;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius20 {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
.ttl02-w,.ttl02-b{
  font-size: 4.0rem;
  margin-bottom: 60px;
  padding-left: 60px;
}
.ttl02-w::before,.ttl02-b::before{
width: 30px;
height: 100%;
}
.page_ttl{
  font-size: 3.0rem;
}
}
@media screen and (max-width: 768px) {
.ttl{
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.ttl img{
  max-width: 30px;
margin-right: 10px;
padding-bottom: 5px;
}
.ttl02-w,.ttl02-b{
  font-size: 3.0rem;
  margin-bottom: 40px;
  padding-left: 40px;
}
.ttl02-w::before,.ttl02-b::before{
width: 30px;
height: 100%;
}
.page_ttl{
  font-size: 2.8rem;
  margin-bottom: 40px;
}
  .img_radius20 {
    border-radius: 10px;
  }
}
@media screen and (max-width: 550px) {

}
/*-------------------------------------*/
/*	下層ページ	*/
/*-------------------------------------*/
#sub_ttl{
  padding:120px 30px 60px 30px ;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 220px;
}
#sub_ttl h2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
#sub_ttl h2 span{
  font-weight: 700;
  font-size: 18rem;
}

#sub_img{
position: relative;
width: 100%;
height: 500px;
}
#sub_img h3{
  font-size: 7.2rem;
  font-weight: 900;
      position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 30px;
    line-height: 1.5;
}
#sub_img::before{
  content: "";
  width: 70%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
top: 0;
}
#sub_img.subimg_about::before{
  background-image: url("../images/page/subimg_about.jpg");
}
#sub_img.subimg_staff::before{
  background-image: url("../images/page/subimg_staff.jpg");
}
#sub_img.subimg_seminar::before{
  background-image: url("../images/page/subimg_seminar.jpg");
}
#sub_img.subimg_consulting::before{
  background-image: url("../images/page/subimg_consulting.jpg");
}

@media screen and (max-width: 1200px) {
#sub_ttl{
  padding:60px 30px 40px 30px ;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 100px;
}
#sub_ttl h2{
  font-size: 2.4rem;
}
#sub_ttl h2 span{
  font-size: 8rem;
}
#sub_img h3{
  font-size: 5.2rem;
}
}
@media screen and (max-width: 991px) {
#sub_ttl{
  padding:60px 30px 40px 30px ;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 60px;
}
#sub_ttl h2{
  font-size: 2.0rem;
  flex-direction: column;
}
#sub_ttl h2 span{
  font-size: 4rem;
  display: block;
  margin-bottom: 10px;
}
#sub_img{
position: relative;
width: 100%;
height: 300px;
}
#sub_img::before{
  width: 80%;
}
#sub_img h3{
  font-size: 3rem;
  padding: 0 15px;

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

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

}
/*-------------------------------------*/
/*	about	*/
/*-------------------------------------*/
#greeting dl{
  display: flex;
  justify-content: space-between;
}

#greeting dl dt{
  width: 45%;
   position: relative;
}
#greeting dl dd{
  width: 50%;
}
#greeting dl dt .inner{
  position: relative;
}
#greeting dl dt .inner::before{
    content: "";  
  border: 1px solid #FFFFFF;
  width: 95%;
  height: 97%;
  position: absolute;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
#greeting dl dd p{
  margin-bottom: 20px;
  font-size: 2.4rem;
}
#greeting dl dd p span{
  font-weight: 900;
  font-size: 3.6rem;
}
#mission{
  background-color: #FFFFFF;
  color: #000000;
}
#mission dl{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#mission dl dt{
  width: 50%;
  text-align: center;
  border-left: 1px solid #000000;
  display: flex;
  align-items: center;
}
#mission dl dt img{
  padding: 20px;
  margin: 0 auto;
  max-width: 420px;
  width: 50%;
}
#mission dl dd{
  width: 50%;
  padding-right: 40px;
}
#mission dl dd h2{
  margin-bottom: 40px;
}
#mission dl dd p{
  margin-bottom: 20px;
  font-size: 2.4rem;
}
#keireki dl{
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#keireki dl dt{
  max-width: 320px;
}
#keireki dl dd{
  width: 100%;
  padding-left: 40px;
}
#company dl{
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 2.4rem;
}
#company dl dt{
width: 25%;
padding-right: 20px;
border-right: 1px solid #FFFFFF;
margin-bottom: 10px;
font-weight: normal;
}
#company dl dd{
width: 70%;
margin-bottom: 10px;
padding-left: 20px;
}
#company dl dd a{
color: #FFFFFF;
text-decoration: underline;
}
@media screen and (max-width: 1400px) {
#mission dl dd p{
  font-size: 1.6rem;
}
}
@media screen and (max-width: 1200px) {
  #mission dl{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#mission dl dt{
  width: 40%;
}
#mission dl dd{
  width: 60%;
  padding-right: 40px;
}
#greeting dl dd p{
  font-size: 1.8rem;
} 
#greeting dl dd p span{
  font-weight: 900;
  font-size: 2.4rem;
}
#mission dl dd p{
  font-size: 1.6rem;
}
}
@media screen and (max-width: 991px) {
  #greeting dl{
  flex-direction: column;
}

#greeting dl dt{
  width: 50%;
  margin: 0 auto 40px auto;
}
#greeting dl dd{
  width: 80%;
   margin: 0 auto 40px auto;
}
  #mission dl{
    flex-direction: column;

}
#mission dl dt{
  width: 100%;
  border-left: none;
  margin-bottom: 40px;
}
#mission dl dd{
  width: 90%;
  padding-right: 0;
  margin: 0 auto;
}
#keireki dl{
 flex-direction: column;
}
#keireki dl dt{
  max-width: 320px;
  margin: 0 auto 40px auto;
}
#keireki dl dd{
  width: 100%;
  padding-left: 0;
}
#company dl{
  font-size: 1.8rem;
}
}
@media screen and (max-width: 768px) {
#greeting dl dd p{
  font-size: 1.6rem;
} 
#greeting dl dd p span{
  font-weight: 900;
  font-size: 2.4rem;
}
#company dl{
  font-size: 1.6rem;
}
#company dl dt{
width: 30%;
padding-right: 10px;
}
#company dl dd{
width: 70%;
margin-bottom: 10px;
}
}
@media screen and (max-width: 550px) {
  #greeting dl dd{
  width: 100%;
}
#greeting dl dd p span{
  font-weight: 900;
  font-size: 2.0rem;
}
}
/*-------------------------------------*/
/*	店舗コンサルティング	*/
/*-------------------------------------*/
#detail .inner{
  background-image: url("../images/page/consulting_img01.jpg");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: right center;
}
#detail .inner h4{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.5;
}
#detail .inner h4::first-letter {
  font-size: 3.6rem;
}
#detail .inner ul{
margin-bottom: 40px;
}
#detail .inner ul li{
  margin-bottom: 20px;
  position: relative;
   line-height: 1.5;
}
ul.check_list{
  margin-bottom: 40px;
}
ul.check_list li{
  margin-bottom: 20px;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5;
}
ul.check_list li::before{
  content: "";
  width: 16px;
  height: 19px;
  background-image: url("../images/ico_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
.detail_box{
  border: 1px solid #FFFFFF;
  padding: 120px 60px 60px 60px ;
  position: relative;
}
.detail_box h3{
  font-size: 7.0rem;
  text-align: center;
  line-height: 1;
  position: absolute;
      position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.detail_box h3 span{
  font-weight: 700;
  background-color: #000000;
  display: inline-block;
  padding: 0.5em 1em;
}
.detail_box .inner{
  max-width: 900px;
  margin: 0 auto;

}
.detail_box ul li{
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 2.4rem;
}
.page_ttl02{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.5;
padding-bottom: 10px;
border-bottom: 1px solid #FFFFFF;
}
.page_ttl02::first-letter {
  font-size: 3.6rem;
}
#example .inner{
  background-image: url("../images/page/consulting_img05.jpg");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right center;
}
#example .inner .check_list{
  padding-bottom: 100px;
}
#price{
  position: relative;
  z-index: 1;
}
#price::before{
  content: "";
  width: 100%;
  height: 850px;
  background-color: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#price dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#price dl dt{
 max-width: 400px;
}
#price dl dd{
width: 100%;
padding-left: 40px;
}
#price dl dd .caption{
  font-weight: 700;
  font-size: 6.8rem;
  margin-bottom: 250px;
}
#price dl dd .price_ttl{
  font-size: 6.0rem;
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
}
#price dl dd .txt{
  font-size: 3.0rem;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
a.bt_contact {
  width: 100%;
  max-width: 560px;
  height: 80px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 80px;
  outline: none;
  transition: ease .2s;
  padding: 0 2em;
  background: #86CC15;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px #527C0E;
  font-size: 4.0rem;
  font-weight: 900;
  color: #FFFFFF;
}
a.bt_contact:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px #527C0E;
}
@media screen and (max-width: 1630px) {
#price dl dd .caption{
  font-weight: 700;
  font-size: 5rem;
  margin-bottom: 250px;
}
#price dl dd .price_ttl{
  font-size: 4.0rem;
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
}
#price dl dd .txt{
  font-size: 2.4rem;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
}
@media screen and (max-width: 1430px) {
#price dl dt{
 max-width: 300px;
}
#price dl dd{
width: 100%;
padding-left: 40px;
}
}
@media screen and (max-width: 1200px) {
#price::before{
  content: "";
  width: 100%;
  height: 800px;
  background-color: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#price dl{
flex-direction: column;
}
#price dl dt{
 max-width: 300px;
 width: 50%;
}
#price dl dd{
width: 100%;
padding-left: 0;
}
#price dl dd .caption{
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 250px;
  text-align: center;
}
#price dl dd .price_ttl{
  font-size: 4.0rem;

}
#price dl dd .txt{
  font-size: 1.8rem;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
}
@media screen and (max-width: 991px) {
  #detail .inner{
  background-image:none;
  margin-bottom: 40px;
}
#price::before{
  content: "";
  width: 100%;
  height: 700px;
  background-color: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#price dl dd .caption{
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 250px;
  text-align: center;
}
#price dl dd .price_ttl{
  font-size: 3.0rem;
}
#price dl dd .txt{
  font-size: 1.8rem;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
  a.bt_contact {
  max-width: 400px;
  height: 50px;
  line-height: 50px;
  font-size: 2.0rem;
}
}
@media screen and (max-width: 768px) {
  .detail_box{
  border: 1px solid #FFFFFF;
  padding: 60px 20px 40px 20px ;
  position: relative;
}
.detail_box h3{
  font-size: 3.0rem;
  text-align: center;
  line-height: 1;
  position: absolute;
      position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}
.detail_box h3 span{
  font-weight: 700;
  background-color: #000000;
  display: inline-block;
  padding: 0.5em 1em;

}
.detail_box .inner{
  max-width: 900px;
  margin: 0 auto 40px auto;

}
.detail_box ul li{
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.page_ttl02{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.5;
padding-bottom: 10px;
border-bottom: 1px solid #FFFFFF;
}
.page_ttl02::first-letter {
  font-size: 3.6rem;
}
#example .inner{
  background-image: none;
}
#example .inner .check_list{
  padding-bottom: 0px;
}
#price::before{
  content: "";
  width: 100%;
  height: 600px;
  background-color: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#price dl dd .caption{
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 100px;
  text-align: center;
}
#price dl dd .price_ttl{
  font-size: 2.0rem;
}
#price dl dd .txt{
  font-size: 1.8rem;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/
/*一覧*/
.news_list {
  padding: 0;
  max-width: 640px;
  margin: 0 auto 40px auto;
}
.news_list li{
  border-bottom:1px solid  #FFFFFF;
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
}
.news_list .item .date {
  margin: 0;
  min-width: 150px;
  color: #FFFFFF;
	line-height: 2;
  padding-top: 0.5em;
  padding-right: 15px;
  padding-left: 20px;
  position: relative;
}
.news_list .item .date::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #FFFFFF;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 1.2em;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
	line-height: 1.5;
}
.news_list .item .title a{
   display: block;
	  padding: 0.5em;
    text-decoration: none;
    color: #FFFFFF;
}
.news_list .item .title a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .news_list li{
  }
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
.news_list .item .title a{
   display: block;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/
#news .caption{
  font-weight: 400;
  margin-bottom: 10px;

}
#single .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
/*-------------------------------------*/
/*	ブログ	*/
/*-------------------------------------*/
.item_box{
  margin-bottom: 40px;
  position: relative;
  display: block;
}
.item_box .cat_label{
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.4);
color: #FFFFFF;
z-index: 1;
font-size: 1.4rem;
padding: 0.5em;
}
.item_box p{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.item_box p .date{
  color: #FFFFFF;
}
.item_box h3{
  color: #FFFFFF;
  font-weight:  700;
  margin-top: 15px;
  font-size: 2.0rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .item_box p .date{
  font-size: 1.2rem;
}
  .item_box h3{
  color: #FFFFFF;
  font-weight:  700;
  margin-top: 10px;
  font-size: 1.6rem;
}
.item_box .cat_label{
font-size: 1.2rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/

/* カテゴリーラベル */
.cat {
  letter-spacing: 0.05em;
  color: #000000!important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 1.4rem;
  line-height: 1;
  background: #FFFFFF;
  border: 1px solid #000;
	border-radius: 50px;
}
a.cat:hover {
  color: #FFFFFF !important;
  background: #000;
}







/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #FFFFFF;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #FFFFFF;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #000000 !important;
  background: #FFFFFF;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #000000;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #000000;
  color: #FFFFFF;
  background: #000000;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000000 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #000000;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #000000;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.form_area{
}
.form_area table{
  width: 100%;
  border-top: 2px solid #171C47;
}
.form_area table th{
  vertical-align: top;
  line-height: 1.5;
  width: 25%;
}
.form_area table th,.form_area table td{
  padding: 1.5em 0.5em;
  border-bottom: 1px dashed #171C47;
}

.submit_btn_wrap {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  padding: 1em 1.5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  background: #CED600;
  border-radius: 50px;
  color: #171C47;
  border: none;
}
.submit_btn:hover {
  background: #FFFFFF;
  text-decoration: none;
}
.back_btn {
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 100%;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: none;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.7em;
  margin: 0;
  background-color: #FFF;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
	margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
	display: block;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
  .form_area table{
    width: 100%;
    border-top: 2px solid #171C47;
  }
  .form_area table th{
    width: 100%;
    display: block;
    padding: 1em 0 0 0;
    border-bottom: none;
  }
  .form_area table td{
    width: 100%;
    display: block;
    padding: 1em 0;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}