/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  TOP
------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------
//  top_mv
--------------------------------------------------------------------------- */
.top_mv .container {
  align-items: center;
  display: flex;
  height: 100vh;
  height: 100svh;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.top_mv .logo {
  position: relative;
  width: 215px;
  z-index: 2;
}
.slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  width: 100%;
}
.slide_img {
  animation: slider-1 17s linear infinite;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slide_img:nth-child(1) {
  animation-delay: 2s;
  background-image: url(../img/top/mv-bg01.jpg);
}
.slide_img:nth-child(2) {
  animation-delay: 7s;
  background-image: url(../img/top/mv-bg02.jpg);
}

.slide_img:nth-child(3) {
  animation-delay: 12s;
  background-image: url(../img/top/mv-bg05.jpg);
}
/* .slide_img:nth-child(4) {
  animation-delay: 17s;
  background-image: url(../img/top/mv-bg04.jpg);
}
.slide_img:nth-child(5) {
  animation-delay: 22s;
  background-image: url(../img/top/mv-bg05.jpg);
} */
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
.scroll_down {
  bottom: 0;
  height: 60px;
  left: 50%;
  position: absolute;
}
.scroll_down2 {
  height: 60px;
  left: 50%;
  position: absolute;
  top: 0;
}
.scroll_down span {
  animation: pathmove 1.4s ease-in-out infinite;
  background: #eee;
  height: 60px;
  position: absolute;
  top: 0;
  width: 1.5px;
}
.scroll_down2 span {
  animation: pathmove2 1.4s ease-in-out infinite;
  background: url(../img/top/scroll01.svg) no-repeat left;
  height: 0;
  position: absolute;
  top: 0;
  width: 11px;
}
@keyframes pathmove {
  0% {
    top: 0;
  }
  100% {
    height: 0;
    top: 60px;
  }
}
@keyframes pathmove2 {
  100% {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top_mv .copy {
    color: #fff;
    font-size: 18px;
    line-height: 3;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .top_mv .copy span {
    display: block;
    left: -15px;
    position: relative;
  }
  /* .slide_img:nth-child(1) {
    background-image: url(../img/top/mv-bg01_sp.jpg);
  }

  .slide_img:nth-child(2) {
    background-image: url(../img/top/mv-bg02_sp.jpg);
  }

  .slide_img:nth-child(3) {
    background-image: url(../img/top/mv-bg03_sp.jpg);
  }
  .slide_img:nth-child(4) {
    background-image: url(../img/top/mv-bg04_sp.jpg);
  } */
  .scroll_down {
    bottom: 0;
    height: 30px;
    left: 50%;
    position: absolute;
  }
  .scroll_down2 {
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
  }
  .scroll_down span {
    height: 30px;
  }
  .scroll_down2 span {
    background: url(../img/top/scroll01_sp.svg) no-repeat center left;
  }
  @keyframes pathmove {
    0% {
      top: 0;
    }
    100% {
      height: 0;
      top: 30px;
    }
  }
  @keyframes pathmove2 {
    0% {
    }
    100% {
      height: 30px;
    }
  }
}
/* ---------------------------------------------------------------------------
//  top_01
--------------------------------------------------------------------------- */
.top_01 {
  position: relative;
}
.top_01 .container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 870px;
  padding-top: 288px;
}
.top_01 .head {
  display: flex;
  justify-content: space-between;
  order: 2;
  width: 253px;
}
.top_01 .head h2 {
  order: 2;
  position: relative;
  width: 13px;
}
.top_01 .head h3 {
  width: 185px;
}
.top_01 .head h2::after {
  background: #560a0e;
  content: '';
  height: 57px;
  left: -32px;
  position: absolute;
  top: 0;
  width: 1px;
}
.top_01 .text {
  width: 496px;
}
.top_01 .text p {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: calc(50 / 15);
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .top_01 .container {
    display: block;
    padding-top: 140px;
  }
  .top_01 .head {
    display: flex;
    justify-content: center;
    margin-bottom: 105px;
    order: 2;
    width: 100%;
  }
  .top_01 .head h2 {
    width: 10px;
  }
  .top_01 .head h3 {
    margin-right: 46px;
    width: 146px;
  }
  .top_01 .head h2::after {
    left: -24px;
  }
  .top_01 .text {
    width: 496px;
  }
  .top_01 .text p {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: calc(50 / 15);
    margin-bottom: 70px;
  }
}
/* ---------------------------------------------------------------------------
//  top_02
--------------------------------------------------------------------------- */
.top_02 .container {
  display: flex;
  padding-top: 286px;
}
.top_02 .head {
  width: 200px;
}
.top_02 .head h2 {
  color: #560a0e;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 78px;
  position: relative;
}
.top_02 .head h2::before {
  background-image: url(../img/top/newsN.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 32px;
  border-bottom: 1px solid #560a0e;
  content: '';
  display: block;
  height: 34px;
  margin-bottom: 30px;
  width: 65px;
}
.top_02 ul {
  margin-top: -32px;
  width: calc(100% - 200px);
}
.top_02 ul li {
  border-bottom: 1px solid #707070;
  position: relative;
}
.top_02 ul li::after {
  background-image: url(../img/top/list-arow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 18px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transition: .2s;
  width: 10px;
}
.top_02 ul li a {
  display: block;
  padding: 32px 48px 20px 32px;
  transition: .2s;
}
.top_02 ul li a time {
  color: #666;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.top_02 ul li a p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
}
@media (any-hover: hover) {
  .top_02 ul li:hover a {
    opacity: .8;
  }
  .top_02 ul li:hover:after {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top_02 .container {
    display: block;
    padding-top: 175px;
  }
  .top_02 .head {
    margin-bottom: 65px;
    width: 100%;
  }
  .top_02 .head h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .top_02 .head h2::before {
    background-size: 31px;
    height: 28px;
    margin-bottom: 17px;
  }
  .top_02 ul {
    margin-top: -20px;
    width: 100%;
  }
  .top_02 ul li::after {
    display: none;
  }
  .top_02 ul li a {
    padding: 20px 0;
    transition: .2s;
  }
  .top_02 ul li a time {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
/* ---------------------------------------------------------------------------
//  top_03
--------------------------------------------------------------------------- */
.top_03 {
  position: relative;
}
.top_03 .bg {
  background-image: url(../img/top/top03-bg.jpg);
  background-position: center top 76px;
  background-repeat: no-repeat;
  background-size: 1920px;
}
.top_03 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 316px;
}
.top_03 .head {
  margin-bottom: 20vw;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.top_03 .head h2 {
  color: #560a0e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 2.3;
  padding-right: 40px;
  position: relative;
}
.top_03 .head h2::before {
  background-image: url(../img/top/recruitN.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 12px;
  border-left: 1px solid #560a0e;
  content: '';
  display: block;
  height: 57px;
  margin-left: 30px;
  width: 47px;
}
.top_03 .head h2 span {
  font-size: 24px;
  letter-spacing: 11px;
}
.top_03 ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.top_03 ul li {
  text-align: center;
}
.top_03 ul li a {
  align-items: flex-end;
  display: block;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 145px;
  justify-content: center;
  margin: 0 55px;
  position: relative;
  transition: .2s;
}
.top_03 ul li a img {
  left: 50%;
  max-width: inherit;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 156px;
}
.top_03 .btn_wrap {
  justify-content: center;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (min-width: 1340px) {
  .top_03 .bg {
    background-position: left top 76px;
    background-size: 100%;
    margin: 0 auto;
    max-width: 1920px;
  }
}
@media screen and (max-width: 1340px) and (min-width: 769px) {
  .top_03 .bg {
    background-position: left top 76px;
    background-size: 100vw;
  }
  .top_03 .container {
    justify-content: flex-start;
  }
  .top_03 .head {
    margin-bottom: 20vw;
    margin-left: 70vw;
  }
}
@media (any-hover: hover) {
  .top_03 ul li a:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 768px) {
  .top_03 .bg {
    background-image: url(../img/top/top03-bg01_sp.jpg);
    background-position: right top 127px;
    background-size: 375px;
  }
  .top_03 .container {
    padding-top: 215px;
  }
  .top_03 .head {
    margin-bottom: 34px;
  }
  .top_03 .head h2 {
    font-size: 12px;
    letter-spacing: 6px;
    line-height: 1.7;
    padding-right: 0;
    position: relative;
  }
  .top_03 .head h2::before {
    background-size: 11px;
    border-left: none;
    height: 52px;
    margin-left: 20px;
    width: 31px;
  }
  .top_03 .head h2::after {
    background: #560a0e;
    content: '';
    height: 29px;
    position: absolute;
    right: 31px;
    top: 0;
    width: 1px;
  }
  .top_03 .head h2 span {
    font-size: 20px;
    letter-spacing: 8px;
  }
  .top_03 .img {
    margin-bottom: 11px;
  }
  .top_03 .img img {
    max-width: inherit;
    position: relative;
    width: calc(100vw - 20px);
    /* left: 20px; */
  }
  .top_03 ul {
    flex-wrap: wrap;
  }
  .top_03 ul li {
    margin-bottom: 32px;
  }
  .top_03 ul li a {
    font-size: 13px;
    height: 95px;
    margin: 0 23px;
    white-space: nowrap;
    width: 93px;
  }
  .top_03 ul li a img {
    width: 100px;
  }
  .top_03 .btn_wrap {
    margin-top: 30px;
  }
}
/* ---------------------------------------------------------------------------
//  top_04
--------------------------------------------------------------------------- */
.top_04 .container {
  display: flex;
  justify-content: space-between;
  padding-top: 504px;
}
.top_04 .head {
  width: 277px;
}
.top_04 .head p {
  left: -7px;
  position: relative;
  width: 131px;
}
.top_04 .head p::after {
  background: #560a0e;
  content: '';
  display: block;
  height: 1px;
  left: 7px;
  margin: 20px 0 30px;
  position: relative;
  width: 64px;
}
.top_04 .head h2 {
  color: #560a0e;
  font-size: 24px;
  font-weight: 500;
}
.top_04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 277px);
}
.top_04 ul::after {
  content: '';
  height: 0;
  order: 2;
  width: calc((100% - 66px) / 3);
}
.top_04 ul li {
  margin-bottom: 60px;
  width: calc((100% - 66px) / 3);
}
.top_04 ul li .thumb {
  height: 0;
  margin-bottom: 24px;
  overflow: hidden;
  padding-top: 205px;
  position: relative;
}
.top_04 ul li .thumb img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.top_04 ul li a {
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: .2s;
}
.top_04 ul li p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  line-height: calc(25 / 14);
  margin-bottom: 18px;
  overflow: hidden;
}
.top_04 ul li time {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  margin-top: auto;
}
@media (any-hover: hover) {
  .top_04 ul li a:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 768px) {
  .top_04 .container {
    display: block;
    padding-top: 143px;
  }
  .top_04 .head {
    margin-bottom: 65px;
    width: 100%;
  }
  .top_04 .head p {
    width: 128px;
  }
  .top_04 .head p::after {
    margin: 15px 0 17px;
  }
  .top_04 .head h2 {
    font-size: 20px;
  }
  .top_04 ul {
    width: 100%;
  }
  .top_04 ul::after {
    display: none;
  }
  .top_04 ul li {
    margin-bottom: 40px;
    width: calc((100% - 16px) / 2);
  }
  .top_04 ul li .thumb {
    margin-bottom: 11px;
    padding-top: calc((100vw - 56px) / 2 * .64);
  }
  .top_04 ul li .thumb img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .top_04 ul li a {
    display: block;
    transition: .2s;
  }
  .top_04 ul li p {
    font-size: 14px;
    font-weight: 500;
    line-height: calc(25 / 14);
    margin-bottom: 18px;
  }
  .top_04 ul li time {
    font-size: 14px;
  }
}
/* ---------------------------------------------------------------------------
//  top_05
--------------------------------------------------------------------------- */
.top_05 .container {
  padding-top: 359px;
}
.top_05 .head {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 112px;
}
.top_05 .head p {
  width: 131px;
}
.top_05 .head p::after {
  background: #560a0e;
  content: '';
  display: block;
  height: 1px;
  margin: 20px 0 27px 7px;
  margin-left: 7px;
  width: 64px;
}
.top_05 .head h2 {
  color: #560a0e;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 3px;
}
.top_05 .dummy {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  height: 774px;
  justify-content: center;
  width: 100%;
}
.top_05 .btn_wrap {
  justify-content: space-between;
  /* margin-top: 109px; */
  margin-top: 40px;
}
.top_05 .btnA {
  padding-left: 17px;
  padding-right: 12px;
  width: calc((100% - 105px) / 4);
}
.top_05 .btnA span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.top_05 .btnA::after {
  background-image: url(../img/top/btnA-arow2.svg);
  height: 4.5px;
  margin-left: auto;
  margin-top: 30px;
  width: 34px;
}
@media (any-hover: hover) {
  .top_05 .btnA:hover:after {
    transform: translateX(50px);
  }
}
@media screen and (max-width: 768px) {
  .top_05 .container {
    padding-top: 135px;
  }
  .top_05 .head {
    align-items: flex-start;
    margin-bottom: 65px;
  }
  .top_05 .head p {
    left: -7px;
    position: relative;
    width: 128px;
  }
  .top_05 .head p::after {
    left: 7px;
    margin: 15px 0 17px 0;
    margin-left: 0;
    position: relative;
  }
  .top_05 .head h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .top_05 .dummy {
    height: 0;
    height: calc(100vw - 40px);
  }
  .top_05 .btn_wrap {
    flex-wrap: wrap;
    /* margin-top: 47px; */
    margin-top: 20px;
  }
  .top_05 .btnA {
    font-size: 13px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 7px;
    width: calc((100% - 9px) / 2);
  }
  .top_05 .btnA span {
    font-size: 10px;
    margin-top: 7px;
  }
  .top_05 .btnA::after {
    background-image: url(../img/top/btnA-arow2_sp.svg);
    height: 3.5px;
    margin-left: auto;
    margin-top: 0;
    width: 18px;
  }
}
/* ---------------------------------------------------------------------------
//  top_06
--------------------------------------------------------------------------- */
.top_06 .container {
  padding-top: 429px;
}
.top_06 .head {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 112px;
}
.top_06 .head p {
  width: 131px;
}
.top_06 .head p::after {
  background: #560a0e;
  content: '';
  display: block;
  height: 1px;
  margin: 20px 0 27px 7px;
  margin-left: 7px;
  width: 64px;
}
.top_06 .head h2 {
  color: #560a0e;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 3px;
}
.top_06 .head + p {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: calc(50 / 15);
  margin-bottom: 100px;
  text-align: center;
}
.top_06 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_06 ul::before, .top_06 ul::after {
  content: '';
  height: 0;
  order: 2;
  width: calc((100% - 114px) / 4);
}
.top_06 ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 296px;
  margin-bottom: 60px;
  transition: .2s;
  width: calc((100% - 114px) / 4);
}
.top_06 ul li a {
  background: rgba(0,0,0,.5);
  color: #fff;
  display: block;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 100%;
  justify-content: flex-end;
  padding: 20px;
  transition: .2s;
  width: 100%;
}
.top_06 ul li a h3 {
  font-size: 15px;
  margin-bottom: 9px;
}
.top_06 ul li a p {
  font-size: 13px;
}
.top_06 .btn_wrap {
  justify-content: center;
  margin-top: 96px;
}
@media (any-hover: hover) {
  .top_06 ul li a:hover {
    background: rgba(0,0,0,0);
  }
}
@media screen and (max-width: 768px) {
  .top_06 .container {
    padding-top: 150px;
  }
  .top_06 .head {
    align-items: flex-start;
    margin-bottom: 65px;
  }
  .top_06 .head p {
    left: -7px;
    position: relative;
    width: 128px;
  }
  .top_06 .head p::after {
    left: 7px;
    margin: 15px 0 17px 0;
    margin-left: 0;
    position: relative;
  }
  .top_06 .head h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .top_06 .head + p {
    font-size: 14px;
    line-height: calc(40 / 14);
    margin-bottom: 64px;
    text-align: left;
  }
  .top_06 ul {
    display: flex;
  }
  .top_06 ul::before, .top_06 ul::after {
    display: none;
  }
  .top_06 ul li {
    height: calc((100vw - 60px) / 2);
    margin-bottom: 20px;
    width: calc((100% - 20px) / 2);
  }
  .top_06 ul li a {
    padding: 10px;
  }
  .top_06 ul li a h3 {
    margin-bottom: 6px;
  }
  .top_06 .btn_wrap {
    margin-top: 36px;
  }
}

/* ---------------------------------------------------------------------------
//  pc/sp
--------------------------------------------------------------------------- */
.forSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}
