@charset "utf-8";
/*================================================
      SITEMAP
================================================*/
/*---------------------------------
    common
---------------------------------*/
.ttl_block .container .page_ttl{
  height:auto;
}
.ttl_block .container .page_ttl:before{
  display:none;
}
.ttl_block .container .page_ttl:after{
  display:none;
}
/*---------------------------------
    s_01(sec_sitemap)
---------------------------------*/
.sec_sitemap{
  position:relative;
  padding: 10rem 0;
  margin-top: -4.4rem;
}
.sec_sitemap:before{
  position:absolute;
  content:"";
  left:0;
  top:0;
  width:100%;
  height:20rem;
  background: #f0faf2;
  z-index:1;
}
.sec_sitemap .container{
}
.sec_sitemap .sm_box{
  position:relative;
  z-index:2;
  padding:6rem 7.5rem;
  background:#fff;
  border-top:solid 3px #218d3f;
  box-shadow:0 1rem 3rem rgba(0,0,0,.1);
  justify-content:space-between;
}
.sec_sitemap .sm_box ul{
  width:48%;
  font-size:5.5rem;
}
.sec_sitemap .sm_box ul:last-child{
  padding-top:.75em
}
.sec_sitemap .sm_box li{
  border-bottom:solid 1px #efefef;
  padding-bottom:.4em;
  padding-left:.2em;
}
.sec_sitemap .sm_box li:nth-child(n+2){
  margin-top:.5em;
}
.sec_sitemap .sm_box li span{
  display:block;
}
.sec_sitemap .sm_box li a{
  position:relative;
  line-height:1;
  transition:0s;
}

.sec_sitemap .sm_box li .txt_en{
  font-family:'Roboto',sans-serif;
  font-weight:700;
  color: #218d3f;
  font-style: normal;
  transition: opacity 1s;
  display:inline-block;
  opacity: .075;
}
.sec_sitemap .sm_box li .txt_ja{
  position: absolute;
  font-size: .28em;
  color: #218d3f;
  bottom: 0;
  left: 1em;
  font-weight: 500;
  transition:color .6s;
  text-shadow:0 -2px 4px rgba(255,255,255,.05);
}

/* @@ Animate @@ */
@media screen{
  .sec_sitemap[animate-scroll]{
    transition-property:opacity;
    transition-timing-function:ease-in-out;
    transition-duration:.6s;
    transition-delay:.6s;
  }
  .sec_sitemap[animate-scroll] .sm_box li{
    transition-property:opacity,transform;
    transition-timing-function:ease-in-out;
    transition-duration:.6s;
  }
}
@media screen and (min-width : 992px) {
  .sec_sitemap[animate-scroll] .sm_box li{
    opacity:0;
    transform:translateX(2rem);
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(1){
    transition-delay:.1s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(1){
    transition-delay:.2s;
  }
  
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(2){
    transition-delay:.3s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(2){
    transition-delay:.4s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(3){
    transition-delay:.5s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(3){
    transition-delay:.6s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(4){
    transition-delay:.7s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(4){
    transition-delay:.8s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(5){
    transition-delay:.9s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(5){
    transition-delay:1s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(6){
    transition-delay:1.1s;
  }
  .sec_sitemap[animate-scroll="true"] .sm_box li{
    opacity:1;
    transform:translateX(0);
  }
}
@media screen and (max-width : 991px) {
  .sec_sitemap[animate-scroll] .sm_box li{
    opacity:0;
    transform:translateY(2rem);
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(1){
    transition-delay:.1s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(2){
    transition-delay:.2s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(3){
    transition-delay:.3s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(4){
    transition-delay:.4s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(5){
    transition-delay:.5s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:first-child li:nth-child(6){
    transition-delay:.6s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(1){
    transition-delay:.7s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(2){
    transition-delay:.8s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(3){
    transition-delay:.9s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(4){
    transition-delay:1s;
  }
  .sec_sitemap[animate-scroll] .sm_box ul:last-child li:nth-child(5){
    transition-delay:1.1s;
  }
  .sec_sitemap[animate-scroll="true"] .sm_box li{
    opacity:1;
    transform:translateY(0);
  }
}
/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .sec_sitemap .sm_box li a:hover .txt_en {
    opacity:1;
  }
  .sec_sitemap .sm_box li a:hover .txt_ja{
    color:#433f3f;
    text-shadow:0 -2px 4px rgba(255,255,255,.3);
  }
}
/* @@ laptop large(1399px~) @@ */
@media screen and (max-width : 1399px) {
  .sec_sitemap .sm_box ul {
    font-size: 4.5rem;
  }
  .sec_sitemap .sm_box {
    padding: 4.5rem 6rem;
  }
}
/* @@ laptop(1199px~) @@ */
@media screen and (max-width : 1199px){
  .sec_sitemap .sm_box ul {
    font-size: 4.2rem;
  }
  .sec_sitemap .sm_box {
    padding: 3.5rem 4.5rem;
  }
  .sec_sitemap .sm_box li .txt_ja{
    font-size:.35em;
  }
}
/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .sec_sitemap{
    padding: 7rem 0;
    margin-top: -2.4rem;
  }
  .sec_sitemap:before{
    height:14rem;
  }
  .sec_sitemap .sm_box{
    display:block;
    padding: 3.5rem 4.5rem;
  }
  .sec_sitemap .sm_box ul {
    width:100%;
    font-size:4.5rem;
  }
  .sec_sitemap .sm_box ul:last-child{
    padding-top:0;
    margin-top:.5em;
  }
  .sec_sitemap .sm_box li .txt_ja{
    font-size:.32em;
  }
}
/* @@ phablet(767px~) @@ */
@media screen and (max-width : 767px ) {
  .sec_sitemap{
    padding: 6rem 0 7rem;
    margin-top: -2.4rem;
  }
  .sec_sitemap .sm_box{
    padding:3.5rem 2.5rem
  }
}
/* @@ smartphone(575px~) @@ */
@media screen and (max-width : 575px) {
  .sec_sitemap{
    padding: 4.5rem 0 6rem;
    margin-top: -1.4rem;
  }
  .sec_sitemap .sm_box{
    padding:2.5rem 1.5rem
  }
  .sec_sitemap .sm_box ul{
    font-size:3.6rem;
  }
  .sec_sitemap .sm_box li .txt_ja{
    position:relative;
    font-size:.35em;
  }
}