@charset "UTF-8";

/*----------------------------------------------------
	PC
----------------------------------------------------*/

@media screen and (min-width: 768px) {

/* ********** 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.jpg) no-repeat center center / cover;
}
section #block0 #img2 {
  background: url(../images/top_img02.jpg) no-repeat center center / cover;
}
section #block0 #img3 {
  background: url(../images/top_img03.jpg) no-repeat center center / cover;
}
section #block0 .box {
  height: 100%;
  position: absolute;
  top: 50px;
  left: 10%;
  z-index: 10;
}
section #block0 .box p.title {
  margin: 0 0 40px 0;
  font-size: 16px;
  line-height: 1;
}
section #block0 .box h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  line-height: 1;
}
section #block0 .box .name {
  margin: 0 0 100px 0;
  font-size: 18px;
}
section #block0 .box nav {
  font-size: 20px;
  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: 14px;
  line-height: 1;
  position: absolute;
  top: 50px;
  right: 10%;
  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 {
  height: 100vh;
  border-bottom: 1px solid;
  border-image: linear-gradient(to left, #0b1013 0%, #c99833 100%);
  border-image-slice: 1;
  position: relative;
  overflow: hidden;
}
section #block1 .outer {
  width: 100%;
  height: 100%;
  background: #0b1013 url(../images/block1.jpg) no-repeat left center / auto 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
section #block1 .outer.z-index-1 {
  z-index: -1;
}
section #block1 .outer.z-index-2 {
  z-index: -2;
}
section #block1 .inner {
  height: 540px;
  position: fixed;
  top: 50%;
  right: 13%;
  z-index: -1;
  transform: translate(0, -50%);
}

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

section #block2 {
  padding: 150px 50px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #0b1013 0%, #c99833 100%);
  border-image-slice: 1;
  background: #0b1013;
}
section #block2 .inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 0 0 120px;
  position: relative;
}
section #block2 .inner:before {
  content: "歴";
  color: #666;
  font-size: 48px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
}
section #block2 .inner:after {
  content: "";
  width: 1px;
  height: calc(100% - 110px);
  background: linear-gradient(to bottom, #fff, #0b1013);
  position: absolute;
  bottom: 0;
  left: 23px;
}
section #block2 .inner dl.name {
  margin: 0 0 80px 0;
}
section #block2 .inner dl.name dt {
  margin: 0 0 10px 0;
  font-size: 23px;
}
section #block2 .inner dl.name dd {
  font-size: 30px;
}
section #block2 .inner dl.name dd span {
  font-size: 21px;
}
section #block2 .inner dl.bio {
  line-height: 2.5;
  display: flex;
  flex-wrap: wrap;
}
section #block2 .inner dl.bio dt {
  width: 120px;
}
section #block2 .inner dl.bio dd {
  width: calc(100% - 120px);
}

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

section #block3 {
  padding: 120px 50px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to left, #0b1013 0%, #c99833 100%);
  border-image-slice: 1;
  background: #0b1013;
}
section #block3 .inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
section #block3 h2 {
  width: 300px;
  font-size: 48px;
  text-align: right;
}
section #block3 h2 span {
  font-size: 19px;
}
section #block3 dl {
  width: calc(100% - 300px);
}
section #block3 dl dt {
  margin: 0 0 90px 0;
  font-size: 24px;
}
section #block3 dl dd {
  font-size: 16px;
  line-height: 2;
}

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

section .block3 {
  padding: 80px 50px;
  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 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/line.png) no-repeat right -100px bottom / 185px 185px;
}
section .block3 .inner .image {
  margin: 0 0 80px 0;
}
section .block3 .inner .image img {
  width: 100%;
}
section .block3 .inner dl.ttl {
  width: 340px;
  height: 185px;
  background: url(../images/line.png) no-repeat right center / 185px 185px;
}
section .block3 .inner dl.ttl dt {
  margin: -10px 0 25px 0;
  font-size: 20px;
  line-height: 2;
}
section .block3 .inner dl.ttl dd {
  font-size: 72px;
  letter-spacing: 15px;
}
section .block3 .inner .txt {
  width: calc(100% - 420px);
  min-height: 185px;

}
section .block3 .inner .txt h3 {
  margin: 0 0 40px 0;
  font-size: 28px;
  line-height: 1;
}
section .block3 .inner .txt p {
  padding: 0 13% 0 0;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
}
section .block3 .inner ul {
  margin: 80px 0 60px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .block3 .inner ul li {
  width: 33.33%;
}
section .block3 .inner ul li img {
  width: 100%;
  margin: 0 0 30px 0;
}
section .block3 .inner ul li dl {
  padding: 0 12% 0 0;
}
section .block3 .inner ul li dl dt {
  margin: 0 0 20px 0;
  font-size: 20px;
}
section .block3 .inner ul li dl dd {
  letter-spacing: 1px;
  line-height: 2;
}
section .block3 .inner p.center {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  letter-spacing: 1px;
  background: url(../images/sep.png) no-repeat center top;
}

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

section #block4 {
  padding: 50px 50px 100px 50px;
  background: #0b1013;
}
section #block4 .inner {
  max-width: 1400px;
  margin: 0 auto;
  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: 20px;
}
section #block4 .inner dl {
  width: calc(100% - 200px);
  font-size: 18px;
  letter-spacing: 3px;
  display: flex;
  flex-wrap: wrap;
}
section #block4 .inner dl dt {
  width: 100px;
  margin: 0 0 10px 0;
}
section #block4 .inner dl dd {
  width: calc(100% - 100px);
  margin: 0 0 10px 0;
}
section #block4 .inner dl dd a {
  color: #fff;
}
section #block4 .inner dl dd a[href^="tel:"] {
  text-decoration: none;
	pointer-events: none;
}
section #block4 .inner p.copy {
  font-size: 14px;
  letter-spacing: 3px;
  position: absolute;
  right: 0;
  bottom: 15px;
}

}
