@charset "utf-8";

/* ------------------------------------
サイトマップ
------------------------------------ */

#content_Wrap{ margin-top: 100px;}

/*===== メインビジュアル =====*/
.main_Wrap{
  position: relative;
  width: 100%;
  background: url(../img/main.jpg) center center no-repeat;
  background-size: contain;
  padding-top: 31.666666666666664%;
}
.main_Wrap .main_ttl{
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
}
.main_Wrap .main_ttl h2{
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

/*===== パンくずリスト =====*/
.breadcrumbs{
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0;
}
.breadcrumbs ul li{
  position: relative;
  font-size: 12px;
  color: #707070;
}
.breadcrumbs ul li::after{
  position: absolute;
  content: "/";
  font-size: 12px;
  top: 0;
  right: -0.8em;
}
.breadcrumbs ul li:not(:first-child){ padding-left: 1em;}
.breadcrumbs ul li a{
  text-decoration: underline;
  color: #707070;
}
.breadcrumbs ul li a:hover{ text-decoration: none;}

/*===== サイトマップ =====*/
.sitemap_Wrap{
  width: 90%;
  max-width: 1000px;
  margin: 90px auto ;
}
.sitemap_Wrap h3{
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.sitemap_Wrap h3::after{
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #22B073;
  bottom: -50%;
  left: 0;
}
.sitemap_Wrap h4{
  width: 100%;
  margin: 0 auto 50px;
  padding-bottom: 40px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  color: #22B073;
  border-bottom: 1px dotted #22B073;
}
.sitemap_List{
  margin: 50px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap_List > li{
  width: 48%;
  padding: unset;
  margin: 0 0 50px;
}
.sitemap_List > li > a{
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  /* padding: 15px; */
  text-align: left;
  /* background: #f8f8f8; */
  /* border-bottom: 1px solid #707070; */
}
.sitemap_List > li > a::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #22B073;
  z-index: -1;
  transition: all 0.4s;
}
.sitemap_List > li > a:hover::before{
  width: 100%;
}
.sitemap_List > li > a::after{
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.4s;
  left: auto;
  bottom: auto;
  right: 10px;
  top: 50%;
  background: none;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #22B073;
  border-right: 2px solid #22B073;
}
.sitemap_List > li > a span{
  display: block;
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.sitemap_List > li > ul.subList{
  margin-top: 30px;
}
.sitemap_List > li > ul.subList li{
  width: 100%;
  margin-bottom: 15px;
}
.sitemap_List > li > ul.subList li a{
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  padding-left: 1.2em;
}
.sitemap_List > li > ul.subList li a::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #22B073;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sitemap_List > li > ul.subList li a:hover{ text-decoration: underline;}

.sitemap_policy_List{
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap_policy_List > li{
  position: relative;
}
.sitemap_policy_List > li a{
  position: relative;
  display: block;
  width: 100%;
  padding-left: 1.2em;
}
.sitemap_policy_List > li a::before{
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: #22B073 2px solid;
  border-right: #22B073 2px solid;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: 0;
}
.sitemap_policy_List > li a:hover{ text-decoration: underline;}
.sitemap_policy_List > li a span{
  font-size: 16px;
  font-weight: bold;
}

/*============================
Tab
============================*/
@media only screen and (max-width: 1024px) {

}


/*============================
sp
============================*/
@media only screen and (max-width: 768px) {

  /*===== メインビジュアル =====*/
  .main_Wrap {
    background-size: cover;
    padding-top: 60%;
  }
  .main_Wrap .main_ttl{ bottom: 5%;}
  .main_Wrap .main_ttl h2{ font-size: 24px;}

  /*===== サイトポリシー =====*/
  .sitemap_Wrap{
    width: 90%;
    margin: 40px auto 90px;
  }
  .sitemap_Wrap h3{ font-size: 24px;}
  .sitemap_Wrap h3::after { width: 50px;}
  .sitemap_Wrap h4{ font-size: 20px; margin-bottom: 40px;}

  .sitemap_List > li{
    width: 100%;
    margin: 0 0 30px;
  }
  .sitemap_List > li > a span{ font-size: 16px;}
  
  .sitemap_policy_List{
    margin-top: 20px;
    justify-content: flex-start;
  }
  .sitemap_policy_List > li{ margin: 0 10px 20px 0;}
}