@charset "UTF-8";

.boxLibreTopWrap {
  background: url("../../images/top/img0102.jpg") no-repeat center top;
  background-size :cover;
  padding: 60px 0 60px 0;
  position: relative;
}
@media only screen and (min-width:1601px) {
  .boxLibreTopWrap {
    background-size: 100%;
  }
}
.boxLibreTopWrap .logo {
  width: 100%;
  margin: 0 0 0 100px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.boxLibreTopWrap .logo p {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
  bottom: -5px;
  padding-left: 1.5em;
}
.boxLibreTopWrap .txt {
  max-width: 1100px;
  margin: 20rem auto 0 auto;
  font-weight: bold;
  text-align: right;
  color: #fff;
  font-size: 1.7rem;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
.boxLibreTopWrap .txt span {
  font-size: 1.35em;
}
.boxLibreTopWrap .p01 {
  color: #fff;
  position: relative;
  z-index:1;
  font-size: 1.15rem;
  display: flex;
  justify-content: flex-end;
    max-width: 1100px;
    margin: 1.5em auto 0 auto;
    line-height: 1.88;
}
.boxLibreTopWrap .p02 {

}
.boxLibre00Wrap {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
.boxIndexLead {
  max-width: 900px;
  padding-top: 5rem;
  margin: auto;
  font-size: 1.3rem;
  line-height: 2;
}
.boxLibre01 .box_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3%;
}
.boxLibre01 .box_wrap .box {
  width: 32%;
  margin-left: 2%;
}
.boxLibre01 .box_wrap .box:nth-of-type(3n+1) {
  margin-left: 0;
}
.boxLibre01 .box_wrap .box:nth-child(n+4) {
  margin-top: 3rem;
}
.boxLibre01 .box_wrap .box .cat {
}
.boxLibre01 .box_wrap .box .cat span {
  background-color: #727171;
  color: #fff;
  font-size: 0.85rem;
  padding: 0.1em 2em;
  display: inline-block;
}
.boxLibre01 .box_wrap .box .ttl {
  font-size: 1.125rem;
  margin: 0.5em 0;
}
.boxLibre01 .box_wrap .box .p01 {
  font-size: 0.9rem;
  margin-top: 0.5em;
}
@media only screen and (max-width:750px) {
  #container {
    padding-top: 0;
  }
  .boxLibreTopWrap .logo {
    width: 100%;
    margin-left: 5%;
  }
  .boxLibreTopWrap .logo img {
    width: 23vw;
  }
  .boxLibreTopWrap {
    padding-top: 5%;
    padding-bottom: 5vw;
    background-position: center top;
  }
  .boxLibreTopWrap .txt {
    font-size: 0.9rem;
    text-shadow: 2px 2px 2px #666666;
    margin: 3rem 3% 0 0;
  }
  .boxLibreTopWrap .p01 {
    font-size: 1.125rem;
  }
  .boxLibreTopWrap .p02 {
    font-size: 0.95rem;
  }
  .boxLibre01Wrap {
    margin-top: 0;
    padding-top: 3rem;
  }
  .boxLibre01 .box_wrap .box {
    width: 100%;
    margin: 0!important;
  }
  .boxLibre01 .box_wrap .box:nth-child(n+2) {
    margin-top: 3rem!important;
  }
  .boxLibreTopWrap .logo p {
    font-size: 0.9rem;
  }
  .boxIndexLead {
    font-size: 1rem;
    padding:3rem 5% 0 5%
  }
}
.boxLibreTopWrap {
  position: relative;
}
.boxLibreTopWrap .animation {
  height: 893px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -0;
  pointer-events: none;
}
.boxLibreTopWrap .animation > div {
  position: absolute;
  left: 0;
  top: -27vw;
}
.boxLibreTopWrap .animation .img01 {
  transition: all 0.7s;
  transform: translateX(-100%);
}
.boxLibreTopWrap .animation .img02 {
  transition: all 0.7s;
  transform: translateX(100%);
}
.boxLibreTopWrap .animation .img03 {
  transition: all 0.7s;
  transform: translateX(-100%);
}
body.add_action .boxLibreTopWrap .animation .img01 {
  transition-delay: 1s;
  transform: translateX(0);
}

body.add_action .boxLibreTopWrap .animation .img02 {
  transition-delay: 1.5s;
  transform: translateX(0);
}
body.add_action .boxLibreTopWrap .animation .img03 {
  transition-delay: 2s;
  transform: translateX(0);
  top: auto;
  bottom: -72px;
  width: 1932px;
}
@media only screen and (min-width:1601px){
  body.add_action .boxLibreTopWrap .animation .img03 {
    bottom: -89px;
  }
  .boxLibreTopWrap {
    background-position: center 15%;
  }
}
/*
.boxLibreTopWrap .logo,
.boxLibreTopWrap .txt {
  transition: all 0.8s;
  opacity: 0;
}
body.add_action .boxLibreTopWrap .logo,
body.add_action .boxLibreTopWrap .txt {
  opacity: 1;
  transition-delay: 3s
}
.boxLibreTopWrap .p01,.boxLibreTopWrap .p02 {
  transition: all 0.8s;
  opacity: 0;
  transform: translateY(20px);
}
body.add_action .boxLibreTopWrap .p01,body.add_action .boxLibreTopWrap .p02 {
  transition-delay: 3.7s;
  opacity: 1;
  transform: translateY(0);
}
*/
@media only screen and (max-width:750px) {
  .boxLibreTopWrap .animation {
    top: 0;
  }
}
.boxLibre00 {
  position: relative;
  z-index: 1;
}
.ttlH201 {
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
  letter-spacing: 0;
}
.ttlH201 span {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.ttlH201 small {
  font-size: 0.5em;
  font-weight: bold;
  padding: 13px 0 0 2em;
}
.ttlH201:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #727171;
  margin: 25px 0 0 2rem;
}
.boxLibre00 .box_wrap {
  height: 500px;
  width: 90%;
  margin: auto;
  overflow-y: scroll;
}
.boxLibre00 .box_wrap dl {
  display: flex;
  border-bottom: 1px solid #727171;
  padding: 1em;
  align-items: baseline;
}
.boxLibre00 .box_wrap dl dt {
  background-color: #727171;
  color: #fff;
  font-size: 0.85rem;
  padding: 0.1em 2em;
}
.boxLibre00 .box_wrap dl dd {
  display: flex;
  padding-left: 2em;
}
.boxLibre00 .box_wrap dl dd p:nth-of-type(2){
  padding-left: 2em;
}
.boxLibre03Wrap {
  padding: 0 0 8rem 0;
  background-size: 100%;
  position: relative;
  margin-top: 8rem;
}

.boxLibre03 {
  position: relative;
  z-index: 1;
}
.footer01Wrap {
  background-color: #9cd2df;
  padding: 5rem 0;
}
.footer01 .box_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.footer01 .box_wrap .f_logo {
  max-width: 140px;
}
.footer01 .box_wrap .f_logo img {
}
.footer01 .box_wrap .cont {
  padding-left: 60px;
}
.footer01 .box_wrap .cont .p01 {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 0.7em 0;
}
.footer01 .box_wrap .cont .p02 {
  font-size: 1rem;
  font-weight: bold;
}
.footer01 .copy {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 5rem;
}
@media only screen and (max-width:750px) {
  .ttlH201 {
    font-size: 1.8rem;
  }
  .ttlH201:after {
    content: none;
  }
  .boxLibre01 .ttlH201 small {
    padding-top: 0;
    padding-bottom: 0.5em;
  }
  .boxLibre01 .ttlH201 span {
    align-items: flex-end;
  }
  .boxLibre00 .box_wrap dl {
    display: block;
  }
  .boxLibre00 .box_wrap dl dt {
    width: 5em;
    margin-bottom: 0.7em;
    padding: 0.3em 0;
    text-align: center;
  }
  .boxLibre00 .box_wrap dl dd {
    display: block;
    padding: 0;
  }
  .boxLibre00 .box_wrap dl dd p:nth-of-type(2) {
    padding-left: 0
    ;
  }
  .footer01 .box_wrap {
    display: block;
  }
  .footer01 .box_wrap .f_logo {
    width: 30vw;
    margin: 0 auto 3rem auto;
  }
  .footer01 .box_wrap .cont {
    padding: 0;
  }
  .footer01 .box_wrap .cont .p01 {
    font-size: 1.2rem;
    text-align: center;
  }
  .footer01 .box_wrap .cont .p02 {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .boxLibre00 .box_wrap {
    width: 100%;
  }
}
