/* ================================================
   Top
   =============================================== */
/* -----------------------------------------------
   herohdr
   ---------------------------------------------- */
#herohdr {
  height: 100vh;
  position: relative;
  background-color: #000000;
  z-index: 2;
}
#herohdr .fade_slide {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1 !important;
  overflow: hidden;
}
#herohdr .slide {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#herohdr .one {
  background-image: url("/assets/img/top/herohdr_bg01.jpg");
}
#herohdr .two {
  background-image: url("/assets/img/top/herohdr_bg02.jpg");
}
#herohdr .three {
  background-image: url("/assets/img/top/herohdr_bg03.jpg");
}
.slide-animation {
  animation: fadezoom 8s 0s forwards
}
@keyframes fadezoom {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.2)
  }
}
#herohdr h1, #herohdr h2, #herohdr picture img, #herohdr .scrl, #herohdr .news {
  position: absolute;
  transition: all .6s;
  z-index: 100;
}
#herohdr section {
  height: 100vh;
  transition: all .6s;
}
#herohdr h1 {
  width: 35vw;
  top: 45%;
  transform: translateY(-50%);
}
#herohdr h2 {
  width: 8vw;
  top: 45%;
  right: 0;
}
#herohdr h2 img {
  transform: translateY(-50%);
}
#herohdr .scrl {
  height: auto;
  width: 18px;
  bottom: 0px;
  right: 50px;
}
@media only screen and (min-width: 1440px) {
  #herohdr section {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1080px) {
  #herohdr h2 {
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #herohdr {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #herohdr section {
    padding: 20px;
  }
  #herohdr picture img {
    height: 100vh;
  }
  #herohdr h1 {
    width: 70vw;
    top: 35%;
  }
  #herohdr h2 {
    width: 70vw;
    top: 30%;
    left: 20px;
    right: auto;
  }
  #herohdr h2 img {
    transform: translateY(0);
  }
  #herohdr .scrl {
    width: 14px;
    right: 10px;
  }
}
@media only screen and (max-width: 320px) {
  #herohdr {
    height: 120vh;
  }
}
/* -----------------------------------------------
   #herohdr .ne
   ---------------------------------------------- */
#herohdr .news {
  background-color: #fff;
  width: 80%;
  bottom: -20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1.5em;
  padding-left: 5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
#herohdr .news h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 30px;
  border-right: 1px solid #D6D6D6;
  padding-right: 1em;
  margin-right: 1em;
}
#herohdr .news ul.list {
  /*width: 80%;*/
  width: 95%;
  overflow: hidden;
}
#herohdr .news ul.list li a {
  color: #1F1F1F !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
#herohdr .news ul.list li a time {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-right: 2em;
}
#herohdr .news #newsarrow {
  display: flex;
}
#herohdr .news #newsarrow i {
  padding: .8em;
  cursor: pointer;
}
#herohdr .news #newsarrow i:hover:before {
  opacity: .5;
}
@media only screen and (max-width: 767px) {
  #herohdr .news {
    flex-wrap: wrap;
    bottom: -5.6em;
    padding: 0em 1.5em 0.5em;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 1.5;
  }
  #herohdr .news h3 {
    border: none;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    line-height: 1;
  }
  #herohdr .news #newsarrow {
    margin-right: -1em;
  }
  #herohdr .news #newsarrow i {
    font-size: 2em;
    padding: .3em .5em;
  }
  #herohdr .news ul.list {
    order: 3;
    width: 100%;
    padding-top: 0.8em;
    border-top: 1px solid #D6D6D6;
  }
  #herohdr .news #newsarrow {
    order: 2;
  }
  #herohdr .news ul.list li a {
    display: flex;
    text-overflow: ellipsis;
    white-space: normal;
    height: 4em;
    /*height: 5em;*/
    width: 100%;
  }
  #herohdr .news ul.list li a time {
    white-space: nowrap;
    margin-right: 1em;
  }
}
#particles-js {
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}
/* -----------------------------------------------
   #sec01
   ---------------------------------------------- */
#sec01 {
  background-image: url(/assets/img/top/sec01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  background-position: 0% bottom;
  padding-bottom: 3em;
  overflow: hidden;
}
#sec01 h2.ttl01 {
  position: relative;
  display: block;
}
#sec01 h2.ttl01 span {
  display: block;
  position: relative;
  z-index: 2;
}
/* about */
#sec01 .about {
  min-height: 45em;
  display: flex;
  align-items: center;
  position: relative;
}
#sec01 .about picture {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
}
#sec01 .about picture img {
  height: 100%;
  object-fit: cover;
}
#sec01 .about h2.ttl01 {
  height: 2.5em;
  z-index: 1;
}
#sec01 .about h2.ttl01 img {
  position: absolute;
  width: 40vw;
  top: 1em;
  left: 20%;
  z-index: 1;
}
#sec01 .about h3.ttl02 {
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}
#sec01 .about p {
  z-index: 3;
  width: 50%;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #sec01 {
  background-image: url(/assets/img/top/sec01_bg_sp.jpg);
  padding-bottom: 0px;
  background-size: 100% 100%;
  }
  #sec01 .about {
    padding-top: 10em;
  }
  #sec01 .about h2.ttl01 {
    height: 5.5em;
  }
  #sec01 .about h2.ttl01 img {
    width: 88vw;
    top: 1em;
    left: 15%;
  }
  #sec01 .about picture {
    width: 65%;
    height: 30em;
  }
  #sec01 .about picture img {
    height: 115%;
    object-position: 30% 15%;
  }
  #sec01 .about h3.ttl02 {
    line-height: 2;
    letter-spacing: 0.02em;
    margin-bottom: 1em;
    position: relative;
    z-index: 2;
  }
  #sec01 .about p {
    width: 100%;
  }
}
/* philosophy */
#sec01 .philosophy {
  padding-top: 3em;
  padding-bottom: 3em;
}
#sec01 .philosophy h2.ttl01 {
  font-size: 2em;
  height: 4em;
  z-index: 1;
}
#sec01 .philosophy h2.ttl01 span {
  width: 100%;
  text-align: center;
}
#sec01 .philosophy h2.ttl01 img {
  position: absolute;
  width: 58vw;
  top: 2vw;
  left: -11vw;
  z-index: 1;
}
#sec01 .philosophy ul.philosophylist {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: 100%;
}
#sec01 .philosophy ul.philosophylist li {
  display: block;
  width: calc(100%/3 - 25px);
  text-align: center;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.14);
  padding-bottom: 4em;
  opacity: 0;
}
#sec01 .philosophy ul.philosophylist li span {
  color: #C7003B;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: left;
  display: block;
  padding: 1em;
  width: 100%;
  letter-spacing: normal;
  font-size: 1.4em;
  line-height: inherit;
}
#sec01 .philosophy ul.philosophylist li h3 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin-bottom: 1.5em;
}
#sec01 .philosophy ul.philosophylist li h3::after {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: -.8em;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translate(-50%);
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  #sec01 .philosophy h2.ttl01 {
    font-size: 3em;
    height: 3.5em;
  }
  #sec01 .philosophy h2.ttl01 img {
    width: 120vw;
    top: 15vw;
    left: -26px;
  }
  #sec01 .philosophy ul.philosophylist {
    flex-wrap: wrap;
  }
  #sec01 .philosophy ul.philosophylist li {
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
  #sec01 .philosophy ul.philosophylist li span {
    padding-bottom: 0;
    line-height: 1;
  }
}
/* -----------------------------------------------
   #sec02
   ---------------------------------------------- */
#sec02 {
  position: relative;
}
#sec02 section {
  width: 1080px;
  position: absolute;
  padding: 60px 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#sec02 section .ttl01 {
  font-size: 5.5em;
  line-height: 1.2;
  position: relative;
}
#sec02 section .ttl01::after {
  display: inline-block;
  position: absolute;
  top: 65%;
  right: 10%;
  width: 446px;
  height: 1px;
  content: '';
  background: #707070;
}
#sec02 section .txtArea {
  margin-top: 4em;
  padding-left: 430px;
}
#sec02 section .txtArea p {
  opacity: 0;
}
#sec02 section .txtArea p:last-of-type::after {
  display: block;
  clear: both;
  content: "";
}
#sec02 section .txtArea .ttl02 {
  font-size: 1.6em;
  line-height: 2;
  margin-bottom: 2em;
}
#sec02 section .txtArea p {
  margin-bottom: 2em;
}
#sec02 section .txtArea img {
  width: 190px;
  float: right;
}
#sec02 .bg {
  display: flex;
  justify-content: space-between;
  height: 1100px;
}
#sec02 .bg picture {
  display: flex;
  align-items: center;
  width: 40vw;
  background-color: #EBEBEB;
}
#sec02 .bg > img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1300px) {
  #sec02 section .txtArea {
    padding-left: 450px;
  }
  #sec02 .bg {
    height: 75em;
  }
}
@media only screen and (max-width: 1080px) {
  #sec02 section {
    padding: 15px 25px;
  }
  #sec02 section .txtArea {
    padding-left: 42%;
  }
  #sec02 section .ttl01::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #sec02 {
    background-color: #EBEBEB;
  }
  #sec02 section {
    width: 100%;
    position: relative;
    padding: 100px 25px;
  }
  #sec02 section .ttl01 {
    font-size: 4em;
    margin-bottom: -.4em;
    z-index: 2;
  }
  #sec02 section > picture {
    margin-left: -25px;
    margin-right: -25px;
    position: relative;
    z-index: 1;
  }
  #sec02 section > picture img:last-of-type {
    width: 70%;
    position: absolute;
    left: 65%;
    top: 25px;
  }
  #sec02 .bg {
    display: none;
  }
  #sec02 section .txtArea {
    padding: 3em 2em;
    margin-top: -2em;
    background-color: #fff;
    z-index: 2;
    position: relative;
  }
  #sec02 section .txtArea p:last-of-type {
    margin-bottom: 0em;
  }
  #sec02 section .txtArea img {
    width: 9em;
    float: right;
  }
}
/* -----------------------------------------------
   #sec03
   ---------------------------------------------- */
#sec03 {
  background-color: #003671;
  color: #fff;
  position: relative;
  min-height: 650px;
  z-index: 1;
}
#sec03 section {
  padding-top: 100px;
  z-index: 2;
}
#sec03 picture {
  width: 40vw;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
}
#sec03 picture img {
  height: 100%;
  object-fit: cover;
}
#sec03 section .ttl01 {
  margin-bottom: .8em;
}
#sec03 section dl {
  width: 560px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#sec03 section dl div {
  display: flex;
  padding: 1.5em 0;
  border-bottom: 1px solid #fff;
}
#sec03 section dl div:last-of-type {
  border-bottom: none;
}
#sec03 section dl div dt {
  width: 5em;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
}
#sec03 section dl div dd {
  padding: 0 0 0 2em;
}
#sec03 section dl div dd a{
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  #sec03 section {
    padding-top: 11.5em;
  }
  #sec03 picture {
    width: 100vw;
    height: 15em;
    z-index: 1;
  }
  #sec03 section dl {
    width: 100%;
  }
}