@charset "utf-8";

* {
  box-sizing: border-box;
}

.main_txt {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.main_txt::after {
  content: '';
  background-color: rgb(102, 90, 26, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.main_txt .main-title-center {
  position: absolute;
  top: calc(60% + .825em);
  left: 30%;
  transform: translate(-50%, -50%);
  line-height: 2.0;
  height: max-content;
  z-index: 2;
}

.main-title-center {
  font-size: 5.3rem;
  color: #fff;
  font-weight: 700;
  font-style: italic;
}

.main_txt .main-title-center span {
  background: linear-gradient(to right, #665a1a, #a68f3d);
  padding: 15px;
  margin-bottom: 15px;
}

@keyframes animationZoom1 {
  100% {
    transform: scale(1.1)
  }
}

@keyframes animationZoom2 {
  50% {
    transform: scale(1.1)
  }
}

@media screen and (max-width: 767px) {
  .main_txt {
    margin-top: 0px;
    width: 100%;
  }

  .main_txt .main-title-center {
    position: absolute;
    top: calc(70% + .825em);
    left: 10%;
    transform: translate(-10%, -50%);
    line-height: 2.8;
    height: max-content;
    text-orientation: upright;
    z-index: 2;
  }

  .main_txt .main-title-center {
    font-size: 2.5rem;
  }
}

.slider {
  width: 100%;
  margin: 0 auto;
  height: 85vh;
  position: relative;
  z-index: 0;
}

.slider::before {
  content: '';
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.slider-item {
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
}

.slider-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slider-item01 {
  background-image: url(../images/photo/car02.jpg);
  z-index: 2;
}

.slider-item02 {
  background-image: url(../images/photo/car03.jpg);
  z-index: 2;
}

.slider-item03 {
  background-image: url(../images/photo/car02.jpg);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .slider {
    width: 100%;
    height: 100vh;
  }

  .slider-item {
    width: 100%;
    height: 70vh;
  }

  .slider-item01 {
    background-position: 20% 0%;
    width: 100%;
    background-size: cover;
  }
}

.vide_main {}

div .vide_main {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  margin: 0 auto;
  height: 85vh;
  position: relative;
  z-index: 0;
}

video .vide_main {
  width: 100%;
  /* max-width: 920px; */
}

video {
  width: auto;
  height: 50vh;
  /* object-fit: cover; */
  object-position: 50% 40%;
}

@media screen and (max-width: 767px) {
  div.vide_main {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
  }

  video.vide_main {
    width: 100%;
    /* max-width: 920px; */
  }

  video {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    object-position: 50% 40%;
  }
}

/* -----------------------------------
   section
 ----------------------------------- */
section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}

.sec_ineer {
  width: 100%;
  margin: 0 auto;
}

.sec_ineer h2 {
  text-align: left;
  font-style: italic;
}

.sec_ineer h2 span {
  display: block;
}

.sec_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.sec_flex02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.sec_img,
.sec_txt {
  width: 50%;
  position: relative;
  z-index: 1;
}

.sec_txt .btn {
  margin: 30px auto;
  text-align: center;
}

/* -----------------------------------
  お知らせ
 ----------------------------------- */
.news {
  padding-top: 15px;
}

.news h2 .en {
  color: #665a1a;
  font-size: 1.35rem;
  padding: 28px 0;
}

.news h2 .en::before {
  background: linear-gradient(to right, #665a1a, #a68f3d);
  height: 5px;
}

.news .sec_ineer {
  width: 85%;
  margin: 0 10px 0 auto;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #f1f0ed;
  font-size: 1.35rem;
}

.news .item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  overflow: hidden;
}

.news .item .category {
  background: linear-gradient(to right, #665a1a, #a68f3d);
  color: #fff;
  font-weight: normal;
  padding: 1px 25px;
}

.news .item .title {
  font-weight: bold;
}

.arrow_r_b {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  border-bottom: solid 1px #333;
}

.arrow_r_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -30px;
  bottom: 0;
  margin: auto;
}

.arrow_r_b:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: -23px;
  bottom: 0;
  margin: auto;
}

.ticker {
  width: calc(55% - 20px);
  position: relative;
  overflow: hidden;
  font-size: 1.35rem;
  text-align: left;
  z-index: 1;
}

.ticker ul {
  width: 100%;
  position: relative;
  text-align: left;
}

.ticker ul li {
  width: 100%;
  text-align: left;
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .news .sec_ineer {
    width: 95%;
    margin: 0 0 0 auto;
    display: block;
    font-size: 1.35rem;
  }

  .news .sec_ineer h2 {
    margin: 0;
  }

  .ticker {
    width: 100%;
  }

  .news .sec_ineer {
    font-size: 1.0rem;
    padding: 0 20px 30px;
  }

  .news .item a {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-align: left;
  }

  .news .item .date {
    display: block;
    float: left;
    font-size: 1.2rem;
  }

  .news .item .category {
    display: inline-block;
    float: right;
    font-size: 1rem;
    padding: 0.5px 15px;
    border-radius: 5px;
  }

  .news .item .title {
    padding: 25px 0 35px;
    text-align: left;
    display: block;
  }
}

/* -----------------------------------
  ご挨拶 
 ----------------------------------- */
.grteeting {
  width: 100%;
  margin: 0;
  color: #fff;
}

.grteeting .sec_flex {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 0;
}

.grteeting .sec_img {
  width: 50%;
}

.grteeting .sec_img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.grteeting .sec_txt {
  width: 50%;
  padding: 5%;
  float: left;
  background: linear-gradient(to right, #665a1a, #a68f3d);
  box-shadow: 10px 10px 10px 0px rgba(102, 90, 26, 0.3);
}

.grteeting .sec_txt .btn-center {
  text-align: center;
}

.grteeting .grteeting-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(to right, #665a1a, #a68f3d);
  box-shadow: 6px 6px 6px 0px rgba(102, 90, 26, 0.8);
  margin: 15px auto;
  padding: 5%;
  position: relative;
}

.grteeting .grteeting-item:before {
  position: absolute;
  content: "▶";
  color: #fff;
  font-family: "origin-icon" !important;
  top: 25px;
  right: 25px;
  bottom: 0;
  margin: auto;
  margin-right: 10px;
  font-size: 15px;
}

.grteeting .grteeting-item:hover {
  opacity: 0.8;
}

.grteeting .grteeting-item h3 {
  color: #fff;
}

.sec_ineer h2 {
  position: relative;
  text-align: left;
  font-size: 4.0rem;
  font-weight: bold;
}

.sec_ineer .en {
  font-size: 18px;
  padding-left: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 0;
}

.sec_ineer .en::before {
  content: "";
  display: block;
  width: 10rem;
  height: 8px;
  pointer-events: none;
  background: linear-gradient(to right, #665a1a, #a68f3d);
}


.grteeting .linear {
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.grteeting .linear {
  background: linear-gradient(transparent 80%, #95b0ef 0%);
  display: inline-block;
  padding: 0 5px;
  font-size: 2.5rem;
}

.grteeting .sec_img .profile img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 20% 50%;
}

.grteeting .sec_img .img-item {
  width: 100%;
}

.grteeting .sec_img .item {
  position: relative;
}

.grteeting .sec_img .item img {
  width: 150px;
  object-fit: cover;
}

.grteeting .sec_img .item img:nth-child(1) {
  position: absolute;
  top: -100px;
  right: 0;
  width: 150px;
}

.grteeting .sec_img .item img:nth-child(2) {
  position: absolute;
  right: 130px;
  top: 0px;
  width: 80px;
}

.grteeting .sec_img .item img:nth-child(3) {
  position: absolute;
  top: 30px;
  width: 80px;
}

.grteeting .sec_txt .btn {
  margin: 50px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .grteeting {
    width: 100%;
  }

  .grteeting h3 {
    text-align: center;
    justify-content: center;
  }

  .grteeting .sec_ineer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: -2;
  }

  .grteeting .linear {
    padding: 0;
  }

  .grteeting .sec_flex {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    text-align: center;
    width: 100%;
  }

  .grteeting .sec_img {
    width: 100%;
    z-index: 0;
  }

  .grteeting .sec_img {
    width: 100%;
    margin: 0 auto 0 0;
  }

  .grteeting .sec_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .grteeting .sec_img02 {
    width: 85%;
    margin: 0 0 0 auto;
  }

  .grteeting .sec_img02 img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
    object-position: 0% 0%;
  }

  .grteeting .sec_txt {
    text-align: left;
    width: 96.5%;
    margin: 0 auto;
    margin-top: -50px;
  }

  .grteeting .sec_img .item img {
    width: 100px;
    object-fit: cover;
  }

  .grteeting .sec_img .profile img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 20% 50%;
  }

  .grteeting .txt02 {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 50px 0 0;
    text-align: left;
  }
}

/* -----------------------------------
 culture
 ----------------------------------- */
.culture {
  padding-bottom: 100px;
}

.culture-bg {
  width: 100%;
  height: 55vh;
  background: url(../images/photo/0306.jpg) center no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: 100% 50%;
  margin-bottom: 80px;
}

.culture-bg img {}

.culture h2 {
  color: #fff;
}

.culture .sec_ineer {
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.image-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 200px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding-left: 50px;
  padding-top: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.image-item {
  width: 100%;
}

.image-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.image-item:nth-child(1) {
  width: 100%;
  height: 350px;
  background: url(../images/photo/car06.jpg) center no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.image-item:nth-child(2) {
  width: 100%;
  height: 350px;
  background: url(../images/photo/car04.jpg) center no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.image-item:nth-child(3) {
  width: 100%;
  height: 350px;
  background: url(../images/photo/car05.jpg) center no-repeat;
  background-size: cover;
  background-position: 80% 50%;
}

.image-item:nth-child(4) {
  width: 100%;
  height: 350px;
  background: url(../images/photo/car03.jpg) center no-repeat;
  background-size: cover;
  background-position: 80% 50%;
}

.culture .btn-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .culture .sec_ineer {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .culture .sec_ineer p {
    font-size: 1.3rem;
  }

  .image-grid {
    width: 95%;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .image-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .image-item:nth-child(1) {
    width: 100%;
    height: 180px;
    background: url(../images/photo/car06.jpg) center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .image-item:nth-child(2) {
    width: 100%;
    height: 180px;
    background: url(../images/photo/car04.jpg) center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .image-item:nth-child(3) {
    width: 100%;
    height: 180px;
    background: url(../images/photo/car05.jpg) center no-repeat;
    background-size: cover;
    background-position: 80% 50%;
  }

  .image-item:nth-child(4) {
    width: 100%;
    height: 180px;
    background: url(../images/photo/car03.jpg) center no-repeat;
    background-size: cover;
    background-position: 100% 100%;
  }

}

div.vide_contents {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}

video.vide {
  width: 100%;
  /* max-width: 920px; */
}

video {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: 50% 40%;
}

@media screen and (max-width: 767px) {
  div.vide_contents {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
  }

  video.vide {
    width: 100%;
    /* max-width: 920px; */
  }

  video {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    object-position: 50% 40%;
  }
}

/* -----------------------------------
 採用情報
 ----------------------------------- */

.message {
  position: relative;
  z-index: 0;
  padding: 0;
  height: auto;
  background-image: url(../images/photo/work02.jpg);
  background-size: cover;
  background-position: 50% 30%;
}

.message::after {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.message .sec_ineer {
  text-align: center;
  padding: 150px 0;
  color: #fff;
}

.message h3 {
  font-size: 5.0rem;
  font-style: italic;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
}

.message h2 {
  font-size: 5.0rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message::after {
    content: '';
    background-color: rgba(0, 0, 0, .6);
  }

  .message .sec_ineer {
    text-align: center;
    padding: 100px 25px;
    color: #fff;
  }

  .message .en {
    font-size: 4.5rem;
    letter-spacing: 0em;
    text-align: center;
    padding: 0;
  }

  .message h2 {
    font-size: 2.35rem;
    font-weight: 700;
    margin: 30px auto 50px;
    text-align: center;
  }

  .message .sec_ineer p {
    text-align: left;
    letter-spacing: 0;
  }
}

/* -----------------------------------
 採用情報
 ----------------------------------- */
.recruit {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  position: relative;
  color: #fff;
}

.recruit .btn {
  margin: 0;
  text-align: center;
}

.recruit .sec_ineer {
  width: 80%;
  height: 450px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/bg/bg002.jpeg) center no-repeat;
  background-size: cover;
}

.recruit .sec_txt {
  position: absolute;
  bottom: -10%;
  left: 1%;
  background: linear-gradient(to right, rgb(102, 90, 26, 0.8), rgb(166, 143, 61, 0.7));
  padding: 5%;
}

.recruit .sec_txt p {
  padding-bottom: 25px;
}

.recruit h2 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.recruit h3 {
  text-align: center;
  font-size: 18px;
  padding-left: 5px;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
}

.recruit h3::after {
  content: "";
  display: block;
  width: 8.0rem;
  height: 5px;
  pointer-events: none;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .recruit {
    width: 100%;
    height: 80vh;
  }

  .recruit .sec_ineer {
    width: 95%;
    margin: 0 auto;
    background-position: 50% 50%;
  }

  .recruit h2 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #fff;
    margin: 0 auto;
  }

  .recruit .sec_img {
    width: 100%;
  }

  .recruit .sec_txt {
    width: 100%;
  }

  .recruit .sec_txt {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    padding: 8%;
  }

  .recruit h3 {
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    justify-content: flex-start;
  }

  .recruit h3::after {
    width: 8.0rem;
    height: 3px;
  }

  .recruit .sec_txt p {
    text-align: left;
    padding: 40px 0;
  }
}


@media screen and (max-width: 767px) {
  section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sec_ineer {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }

  .sec_flex {
    display: block;
    text-align: center;
  }

  .sec_flex02 {
    display: block;
    text-align: center;
  }

  .sec_img,
  .sec_txt {
    width: 100%;
  }

  .sec_txt h2 {
    text-align: center;
  }

  .sec_ineer h2 {
    font-size: 2.0rem;
    margin-left: 0;
    margin-bottom: 15px;
    text-align: left;
  }
}

/* 投稿ページ */
.blog-content p {
  padding-bottom: 10px;
}