@charset "UTF-8";

/*----------------------------------------------------
	SP
----------------------------------------------------*/

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

/* ********** block0 ********** */

section #block0 {
  height: 100vh;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #0b1013 0%, #c99833 100%);
  border-image-slice: 1;
  background: url(../images/top.jpg) no-repeat center center / cover;
  position: relative;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img {
  height: 100vh;
}
section #block0 #img1 {
  background: url(../images/top_img01_sp.jpg) no-repeat center center / cover;
}
section #block0 #img2 {
  background: url(../images/top_img02_sp.jpg) no-repeat center center / cover;
}
section #block0 #img3 {
  background: url(../images/top_img03_sp.jpg) no-repeat center center / cover;
}
section #block0 .box {
  height: 100%;
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 10;
}
section #block0 .box p.title {
  margin: 0 0 40px 0;
  font-size: 13px;
  line-height: 1;
}
section #block0 .box h1 {
  margin: 0 0 20px 0;
  font-size: 36px;
  line-height: 1;
}
section #block0 .box .name {
  margin: 0 0 100px 0;
  font-size: 14px;
}
section #block0 .box nav {
  font-size: 14px;
  position: absolute;
  top: 25%;
  left: 0;
}
section #block0 .box nav > ul > li {
  margin: 0 0 20px 0;
}
section #block0 .box nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
section #block0 .box nav ul li a:hover {
  color: #c99833;
}
section #block0 .box nav > ul > li > ul {
  margin: 0 0 0 50px;
}
section #block0 .box nav > ul > li > ul > li {
  line-height: 2;
}
section #block0 .company {
  color: #ccc;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 10;
}
section #block0 .scroll {
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 100;
  cursor: pointer;
}
section #block0 .scroll .arrow_wrap {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
section #block0 .scroll .arrow {
  content: '';
  width: 1px;
  height: 110px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 45%;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

/* ********** block1 ********** */

section #block1 {
  border-bottom: 1px solid;
  border-image: linear-gradient(to left, #0b1013 0%, #c99833 100%);
  border-image-slice: 1;
  background: #0b1013;
  position: relative;
  overflow: hidden;
}
section #block1 .outer {
  padding: 50px 0 0 0;
}
section #block1 .inner .txt {
  text-align: center;
}
section #block1 .inner .txt img {
  width: 265px;
}
section #block1 .inner .image img {
  width: 100%;
}

/* ********** block2 ********** */

section #block2 {
  padding: 40px 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #0b1013 0%, #c99833 100%);
  border-image-slice: 1;
  background: #0b1013;
}
section #block2 .inner {
  position: relative;
}
section #block2 .inner:before {
  content: "歴";
  color: #666;
  font-size: 44px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
}
section #block2 .inner:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #fff, #0b1013);
  position: absolute;
  TOP: 140px;
  left: 0;
}
section #block2 .inner dl.name {
  margin: 0 0 60px 80px;
}
section #block2 .inner dl.name dt {
  margin: 0 0 10px 0;
  font-size: 13px;
}
section #block2 .inner dl.name dd {
  font-size: 24px;
}
section #block2 .inner dl.name dd span {
  font-size: 12px;
}
section #block2 .inner dl.name dd span.none {
display: none;
}

section #block2 .inner dl.bio {
  line-height: 2;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}
section #block2 .inner dl.bio dt {
  width: 80px;
  margin: 0 0 5px 0;
}
section #block2 .inner dl.bio dd {
  width: calc(100% - 80px);
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}

/* ********** block3 ********** */

section #block3 {
  padding: 40px 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to left, #0b1013 0%, #c99833 100%);
  border-image-slice: 1;
  background: #0b1013;
}
section #block3 .inner {
  position: relative;
}
section #block3 h2 {
  font-size: 26px;
  text-align: right;
}
section #block3 h2 span {
  margin: 20px 0 0 0;
  font-size: 14px;
  display: block;
}
section #block3 dl {
  margin: -25px 0 0 0;
}
section #block3 dl dt {
  margin: 0 0 30px 0;
  font-size: 18px;
}
section #block3 dl dd {
  font-size: 13px;
  line-height: 2;
}

/* ********** block3_1 ********** */

section .block3 {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #0b1013 0%, #c99833 100%);
  border-image-slice: 1;
  background: #0b1013;
}
section .block3#block3_2 {
  border-bottom: 1px solid;
  border-image: linear-gradient(to left, #0b1013 0%, #c99833 100%);
  border-image-slice: 1;
}
section .block3 .inner {
  padding: 0 0 40px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .block3 .inner .image {
  margin: 0 0 30px 0;
}
section .block3 .inner .image img {
  width: 100%;
}
section .block3 .inner dl.ttl {
  width: 260px;
  height: 95px;
  padding: 0 20px;
  background: url(../images/line.png) no-repeat right center / 185px 185px;
}
section .block3 .inner dl.ttl dt {
  margin: -7px 0 7px 0;
  font-size: 13px;
  line-height: 2;
}
section .block3 .inner dl.ttl dd {
  font-size: 49px;
  letter-spacing: 10px;
  line-height: 1;
}
section .block3 .inner .txt {
  padding: 0 20px 40px 20px;
}
section .block3 .inner .txt h3 {
  margin: -28px 0 30px 200px;
  font-size: 28px;
  line-height: 1;
}
section .block3 .inner .txt p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2;
}
section .block3 .inner ul {
  margin: 0 20px;
}
section .block3 .inner ul li {
  margin: 0 0 40px 0;
}
section .block3 .inner ul li img {
  width: 100%;
  margin: 0 0 20px 0;
}
section .block3 .inner ul li dl dt {
  margin: 0 0 15px 0;
  font-size: 16px;
}
section .block3 .inner ul li dl dd {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2;
}
section .block3 .inner p.center {
  width: 100%;
  padding: 40px 40px 0 40px;
  font-size: 13px;
  text-align: center;
  line-height: 2;
  letter-spacing: 1px;
  background: url(../images/sep.png) no-repeat center top;
}

/* ********** block4 ********** */

section #block4 {
  padding: 40px 20px;
  background: #0b1013;
}
section #block4 .inner {
  position: relative;
}
section #block4 .inner h2 {
  margin: 0 0 40px 0;
  font-size: 20px;
  letter-spacing: 3px;
}
section #block4 .inner h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
}
section #block4 .inner dl {
  margin: 0 0 20px 0;
  font-size: 14px;
  letter-spacing: 3px;
  display: flex;
  flex-wrap: wrap;
}
section #block4 .inner dl dt {
  width: 80px;
  margin: 0 0 10px 0;
}
section #block4 .inner dl dd {
  width: calc(100% - 80px);
  margin: 0 0 10px 0;
}
section #block4 .inner dl dd a {
  color: #fff;
}
section #block4 .inner p.copy {
  font-size: 12px;
  text-align: right;
  letter-spacing: 3px;
}

}
