@charset "UTF-8";

.ftNoto {
  font-family: 'Noto Sans JP', sans-serif;
}

.ftPoppin {
  font-family: 'Poppins', sans-serif;
}

.ftShip {
  font-family: 'Shippori Mincho', serif;
}

/*------------------------------------------------------newsSec-----*/

#newsSec {
  padding: 110px 0 120px;
}

#newsSec .flexBox {
  justify-content: space-between;
}

#newsSec .ttlWrap {
  margin-top: 25px;
  width: 25%;
}

#newsSec .head32 {
  font-weight: 200;
  margin-bottom: 20px;
}

#newsSec .fas.fa-th {
  color: #9e0000;
  margin-right: 5px;
}

#newsSec .head14 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#newsSec .detail {
  width: 70%;
}

#newsSec .detail ul li a {
  color: #000;
  display: flex;
  padding: 30px 10px;
  border-bottom: 1px solid #dddddd;
  justify-content: flex-start;
  transition: 0.5s ease;
}

#newsSec .detail ul li a:hover {
  background: #f7f7f7;
}

#newsSec .detail ul li a .date {
  color: #b40000;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  width: 135px;
}

#newsSec .detail ul li a .post {
  font-size: 14px;
  font-size: 1.4rem;
  width: calc(100% - 135px);
}

/*------------------------------------------------------aboutSec-----*/

#aboutSec {
  background: url(../img/bg_01.jpg) center center no-repeat;
  background-size: cover;
  padding: 200px 0 225px;
}

#aboutSec .head15 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

#aboutSec .head50 {
  color: #fff;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

/*------------------------------------------------------introSec-----*/

#introSec {
  background: #f8f8f8 url(../img/bg_02.jpg) left bottom no-repeat;
  background: #f8f8f8;
  padding: 85px 0;
  background-size: 1680px auto;
}

#introSec .secInr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#introSec .secInr .imgWrap {
  margin-left: -20%;
  width: 63.75%;
  /*width: 44%;
  position: relative;
  height: 550px;
  */
}

#introSec .secInr .imgWrap .img01 {
  position: absolute;
  top: 5%;
  left: 6%;
  width: 50%;
}

#introSec .secInr .imgWrap .img03 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 40%;
}

#introSec .secInr .imgWrap .img02 {
  position: absolute;
  top: 40%;
  right: 0%;
  width: 56%;
}

#introSec .secInr .imgWrap .img04 img {
  width: 100%;
}

#introSec .secInr .imgWrap .img01 img,
#introSec .secInr .imgWrap .img02 img,
#introSec .secInr .imgWrap .img03 img {
  width: 100%;
}

#introSec .secInr .detail {
  width: 50%;
}

#introSec .secInr .detail .head36 {
  margin-bottom: 40px;
  font-size: 50px;
  font-size: 5rem;
}

@media only screen and (max-width: 1680px) {
  #introSec .secInr .imgWrap {
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }

  #introSec .secInr .detail {
    width: 35.72vw;
  }
}

@media only screen and (max-width: 1024px) {
  #introSec .secInr {
    align-items: flex-start;
  }

  #introSec .secInr .imgWrap {
    width: 55.75%;
  }

  #introSec .secInr .detail {
    width: 40.72vw;
  }
}

@media only screen and (max-width: 1400px) {
  #introSec .secInr .detail .head36 {
    font-size: 3.571vw
  }
}

/*
@media only screen and (max-width: 1200px) {
	#introSec .secInr .detail .head36{
		font-size: 4.166vw;
	}
}
*/
#introSec .secInr .detail .text21 {
  margin-bottom: 25px;
}

#introSec .secInr .detail .text14 {
  margin-bottom: 60px;
  font-size: 14px;
  font-size: 1.4rem;
}

#introSec .cmBtn {
  text-align: right;
}


/*------------------------------------------------------aboutSec-----*/

#serviceSec {
  position: relative;
  /*height: 1190px;*/
}

/*#serviceSec:before{*/
#serviceSec {
  /*
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 70%;
  z-index: 0;
  */
  background: url(../img/bg_03a.jpg) center center no-repeat;
  background-size: cover;
}

/*
#serviceSec:after{
  content: "";
  position: absolute;
  bottom: 0;
  height: 30%;
  background: url(../img/bg_03b.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  z-index: 0;
}
  */
#serviceSec .bgArea {
  padding: 230px 0 160px;
}

#serviceSec .bgArea .secInr {
  color: #fff;
  position: relative;
}

#serviceSec .bgArea .secInr .head15 {
  margin-bottom: 25px;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: .08em;
}

#serviceSec .bgArea .secInr .head50 {
  margin-bottom: 50px;
}

#serviceSec .bgArea .secInr .text14 {
  font-size: 14px;
  font-size: 1.4rem;
}

#serviceSec .bgArea .secInr .circleBtn {
  margin-top: 50px;
  padding: 30px 50px;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}


#serviceSec .service {
  position: relative;
  z-index: 1;
}

#serviceSec .service .serImgWrap {
  height: 470px;
  position: relative;
  border-radius: 15px;
}

#serviceSec .service .serviceWrap .serImgWrap .op {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 2s ease;
}

#serviceSec .service .textWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 2s ease;
}


#serviceSec .service .textWrap {
  color: #fff;
  text-align: center;
}

#serviceSec .service .textWrap .text13 {
  margin-bottom: 40px;
}

#serviceSec .service .serImgWrap {
  overflow: hidden;
}

#serviceSec .service .serImgWrap .op {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: 2s ease;
}

#serviceSec .service a:hover .serImgWrap .op {
  transform: scale(1.05);
}

.circleBtn {
  text-align: center;
}

.circleBtn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 20px 30px;
  transition: 2s ease;
  margin-top: 15px;
}

#serviceSec .service a:hover .circleBtn {
  background: rgba(255, 255, 255, 0.2)
}

/*------------------------------------------------------buzSec-----*/
#buzSec {
  padding: 120px 0 150px;
}

#buzSec .secInr ul li {
  height: 550px;
  position: relative;
  margin-bottom: 100px;
}

#buzSec .secInr ul li .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 85.33%;
}

#buzSec .secInr ul li .bgImg img {
  width: 100%;
}

#buzSec .secInr ul li .whiteBg {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  width: 50%;
  padding: 60px;
  right: 0;
  bottom: 0;
}

#buzSec .secInr ul li:nth-of-type(2) {
  margin-bottom: 0;
}

#buzSec .secInr ul li:nth-of-type(2) .bgImg {
  left: auto;
  right: 0;
  top: 0;
}

#buzSec .secInr ul li:nth-of-type(2) .whiteBg {
  left: 0;
  bottom: 0;
}


#buzSec .secInr ul li .whiteBg .head15 {
  margin-bottom: 40px;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: .08em;
}

#buzSec .secInr ul li .whiteBg .text21 {
  margin-bottom: 30px;
}

#buzSec .secInr ul li .whiteBg .text14 {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

/*------------------------------------------------------btmSec-----*/

.head40 {
  text-align: center;
  margin-bottom: 70px;
}

#btmSec {
  padding-bottom: 130px;
  position: relative;
}

#btmSec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  background: url(../img/bg_04.jpg) center center no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

#btmSec .secInr {
  position: relative;
  z-index: 2;
}

#btmSec ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#btmSec ul li {
  width: 24%;
}

#btmSec ul li:nth-of-type(2),
#btmSec ul li:nth-of-type(4) {
  margin-top: 50px;
}

#btmSec ul li a {
  display: block;
  position: relative;
}

#btmSec ul li .img {
  border-radius: 15px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}

#btmSec ul li .img img {
  transition: 2s ease;
  object-fit: cover;
  height: 105%;
}

#btmSec ul li a:hover .img img {
  transform: scale(1.05);
}

#btmSec ul li .head24 {
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 30px;
  bottom: 40px;
}

#btmSec ul li .head24 span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1380px) {}

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

  #newsSec .head40 {
    margin-bottom: 15px;
  }

  #newsSec .ttlWrap {
    width: 30%;
  }

  .newsWrap .newsDate {
    font-size: 1.3rem;
    width: auto;
  }

  .newsWrap .newsRelease span,
  .newsWrap .newsTopics span {
    font-size: 1.2rem;
  }

  .newsWrap .newsDetail {
    font-size: 1.4rem;
  }

  #newsSec {
    padding: 80px 0 70px;
  }

  #strengthSec {
    padding: 50px 0 90px;
  }

  #strengthSec .head14 {
    margin-bottom: 40px;
  }

  #strengthSec .head50 {
    font-size: 50px;
    font-size: 3.0rem;
    line-height: 1.4;
  }

  #strengthSec .head21 {
    margin-bottom: 55px;
  }

  #aboutSec {
    padding-bottom: 140px;
  }

  #aboutSec .bgArea {
    padding: 90px 0 160px;
  }

  #aboutSec .bgArea .head32 {
    margin-bottom: 20px;
  }

  #aboutSec .whiteBg {
    padding: 55px 5%;
    margin-top: -110px;
  }

  #aboutSec .whiteBg .flexBox.top {
    display: block;
    margin-bottom: 30px;
  }

  #aboutSec .whiteBg .service.first {
    margin-bottom: 25px;
  }

  #aboutSec .whiteBg .serviceWrap .textWrap {
    padding: 0;
  }

  .bgText {
    font-size: 9rem;
  }

  #caseSec {
    padding: 40px 0 90px;
  }

  #vehicleSec {
    margin-bottom: 70px;
  }

  #caseSec .secInr .head14,
  #vehicleSec .secInr .head14 {
    margin: 62px 0 40px;
  }

  #caseSec .secInr .head32,
  #vehicleSec .secInr .head32 {
    margin-bottom: 30px;
  }

  #btmSec {
    padding-bottom: 30px;
  }

  #btmSec ul li .img {
    height: 300px;
  }
}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 768px) {
  #newsSec {
    padding: 40px 0 30px;
  }

  #newsSec .head32 {
    margin-bottom: 10px;
  }

  #newsSec .flexBox {
    display: block;
  }

  #newsSec .ttlWrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }

  #newsSec .ttlWrap .head14 {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #newsSec .detail {
    width: 100%;
  }

  #newsSec .detail ul li a {
    padding: 15px 5px;
  }

  #newsSec .detail ul li a .date {
    width: 75px;
  }

  #newsSec .detail ul li a .post {
    width: calc(100% - 75px);
  }

  #aboutSec {
    padding: 40px 0 40px;
  }

  #aboutSec .head15 {
    margin-bottom: 10px;
  }

  #aboutSec .head50 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  #introSec {
    padding: 0 0 50px;
    background-size: 840px auto;
    background-position: left bottom;
  }

  #introSec .secInr {
    display: block;
    overflow: hidden;
  }

  #introSec .secInr .imgWrap {
    margin: 0 -6% 30px;
    width: 112%;
    position: relative;
    /*
	height: 380px;
    height: 101.33vw;
  */
  }

  #introSec .secInr .detail {
    width: 100%;
  }

  #introSec .secInr .detail .head36 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
  }

  #introSec .secInr .detail .text21 {
    text-align: center;
  }

  #introSec .secInr .detail .text14 {
    margin-bottom: 10px;
  }

  /*
#serviceSec {
    height: 690px;
}
*/
  #serviceSec .bgArea .secInr .head15 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #serviceSec .bgArea .secInr .head50 {
    margin-bottom: 30px;
  }

  #serviceSec .bgArea .secInr .circleBtn {
    margin-top: 30px;
    padding: 20px 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  #serviceSec .bgArea {
    padding: 50px 0 50px;
  }

  #serviceSec .service .serImgWrap {
    height: 280px;
  }

  #serviceSec .service .textWrap {
    width: 60%;
  }

  #buzSec {
    padding: 50px 0 50px;
    overflow: hidden;
  }

  #buzSec .secInr ul li {
    height: 460px;
    margin-bottom: 50px;
  }

  #buzSec .secInr ul li .bgImg,
  #buzSec .secInr ul li:nth-of-type(2) .bgImg {
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
  }

  #buzSec .secInr ul li .whiteBg .head15 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  #buzSec .secInr ul li .whiteBg .text21 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  #buzSec .secInr ul li:nth-of-type(1) .whiteBg,
  #buzSec .secInr ul li:nth-of-type(2) .whiteBg {
    background: none;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    top: 225px;
  }

  #buzSec .secInr ul li .bgImg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  #aboutSec {
    padding-bottom: 40px;
  }

  #aboutSec .bgArea {
    padding: 40px 0 110px;
  }

  #aboutSec .bgArea .head50 {
    margin-bottom: 5px;
  }

  #aboutSec .whiteBg {
    padding: 40px 5% 10px;
    margin-top: -75px;
  }

  #aboutSec .whiteBg:after {
    width: 60%;
  }

  #aboutSec .whiteBg .flexBox.top .ttlWrap {
    margin: 0 auto 25px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  #aboutSec .whiteBg .flexBox.top .ttlWrap span {
    display: none;
  }

  #aboutSec .whiteBg .service {
    display: block;
  }

  #aboutSec .whiteBg .service.first {
    margin-bottom: 0;
  }

  #aboutSec .whiteBg .serviceWrap .textWrap {
    text-align: center;
  }

  #aboutSec .whiteBg .service.first .serviceWrap,
  #aboutSec .whiteBg .service.second .serviceWrap {
    width: 100%;
    margin-bottom: 25px;
    margin-bottom: 25px;
  }

  #aboutSec .whiteBg .service.first .serImgWrap,
  #aboutSec .whiteBg .service.second .serImgWrap {
    height: 190px;
  }

  #aboutSec .whiteBg .service.first .icon,
  #aboutSec .whiteBg .service.second .icon {
    height: 90px;
    width: 90px;
  }

  #btmSec .head40 {
    margin-bottom: 30px;
  }

  #btmSec ul li {
    margin-bottom: 15px;
    width: 48%;
  }

  #btmSec ul li:nth-of-type(2),
  #btmSec ul li:nth-of-type(4) {
    margin-top: 0px;
  }

  #btmSec ul li .head24 {
    font-size: 19px;
    font-size: 1.9rem;
    left: 5%;
    bottom: 15%;
  }

  #btmSec ul li .img {
    margin-bottom: 0px;
    height: 150px;
  }

  #btmSec ul li .img img {
    height: auto;
    width: 100%;
  }

  .circleBtn {
    padding: 15px 10px;
  }

}

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

  #btmSec ul li:nth-of-type(1) .img img {
    width: 100%;
    max-width: 100%;
    object-position: 100% 20%;
    height: 100%;
  }

  #btmSec ul li:nth-of-type(2) .img img {
    width: 100%;
    max-width: 100%;
    object-position: 100% 60%;
    height: 100%;
  }

  #btmSec ul li:nth-of-type(3) .img img {
    width: 100%;
    max-width: 100%;
    object-position: 100% 35%;
    height: 100%;
    object-position: ;
  }
}



/*------------------------------------------------------btmSec-----*/

.about-lead__position .about-lead__title {
  font-size: 40px;
  font-size: 4rem !important;
}

@media screen and (max-width: 768px) {
  .about-lead__position .about-lead__title {
    font-size: 30px;
    font-size: 3rem !important;
  }
}


/*------------------------------------------------------environment page-----*/

.environment-intro__desc.c-txt__01 {
  text-align: center;
}

.environment-policy .environment-policy__mark-item {
  /*max-width: 30% !important;*/
  margin: 0 1.5% !important;
}

@media screen and (max-width: 768px) {
  .environment-policy .environment-policy__mark {
    align-items: flex-start;
  }

  .environment-policy .environment-policy__mark-ttl {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------busniess page-----*/


.lead-clm__title .c-ttl__01.c-lh--1 {
  margin-bottom: 20px;
}

.lead-clm__title .c-ttl__01 .line {
  padding-bottom: 5px;
}

.lead-clm__title .c-ttl__01 .line,
.business-lead__title .line {
  position: relative;
  z-index: 1;
}

.lead-clm__title .c-ttl__01 .line:after,
.business-lead__title .line:after {
  content: "";
  background: #b40000;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 0;
}

.business-lease__list .business-lease__item {
  padding: 0;
  background: none;
  color: #FFF;
}

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

  .lead-clm__title .c-ttl__01 .line:after,
  .business-lead__title .line:after {
    height: 2px;
  }

  .lead-clm__title .c-ttl__01 .line {
    padding-bottom: 3px;
  }

  .c-txt__01.mb40 {
    margin-bottom: 40px;
  }

}

/*------------------------------------------------------vehicle page-----*/

.vehicle-other {
  padding: 70px 0 120px;
}

.vehicle-other .head21 {
  margin-bottom: 50px;
}

.vehicle-other .head21 span {
  color: #000;
  font-family: 'Shippori Mincho', serif;
  position: relative;
  padding-left: 90px;
}

.vehicle-other .head21 span:before {
  content: "";
  background: #dddddd;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 80px;
}

.vehicle-other ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vehicle-other ul li {
  line-height: 2.2;
  margin-bottom: 40px;
  width: 48%;
}

.vehicle-other .listHead {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}


.vehicle-other .listHead span {
  font-family: 'Shippori Mincho', serif;
  border-left: 3px solid #b40000;
  padding-left: 15px;
}

.vehicle-other span.dot {
  color: #b40000;
  margin-right: 10px;
}

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

  .vehicle-lead__list-item .vehicle-lead__list-ttl {
    margin-bottom: 20px;
  }

  .vehicle-lead__list-item .vehicle-lead__list-img {
    margin-bottom: 15px;
  }

  .vehicle-other {
    padding: 50px 0 50px;
  }

  .vehicle-other .head21 {
    margin-bottom: 20px;
  }

  .vehicle-other .head21 span {
    padding-left: 30px;
  }

  .vehicle-other .head21 span:before {
    width: 25px;
  }

  .vehicle-other .listHead {
    margin-bottom: 2px;
    padding-bottom: 1px;
  }

  .vehicle-other ul li {
    line-height: 2.2;
    margin-bottom: 25px;
    width: 100%;
  }
}

/*------------------------------------------------------about page-----*/

.c-scroll-box__note {
  display: none;
}

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

  .about-block01__desc-title,
  .about-block02__desc-title {
    text-align: center;
  }

  .about-block02__image-block {
    overflow-x: scroll;
  }

  .about-block02__image-block .imgWrap {
    width: 700px;
  }

  .c-scroll-box__note {
    display: block;
    padding: 20px 0;
    text-align: center !important;
    color: #ddd;
  }
}

/*------------------------------------------------------safety page-----*/
@media screen and (min-width: 991px) {
  .safety-policy__content .safety-policy__block {
    width: 60%;
    margin: 0 auto;
  }
}


/*------------------------------------------------------top page-----*/
.safety-policy__image img {
  width: 100%;
  max-width: 390px;
  box-shadow: -1px -1px 18px -1px rgb(0 0 0 / 15%);
  -webkit-box-shadow: -1px -1px 18px -1px rgb(0 0 0 / 15%);
  -moz-box-shadow: -1px -1px 18px -1px rgba(0, 0, 0, 0.15);
}


#btmSec02 {
  padding: 130px 0 105px;
  background: url(../img/bg_04.jpg) center center no-repeat;
}

#btmSec02 .head40 {
  margin-bottom: 70px;
  text-align: center;
}

#btmSec02 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#btmSec02 ul li {
  margin-bottom: 15px;
  width: 24.166%;
}

#btmSec02 ul li a {
  display: block;
  padding: 24px 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .10);
  background: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  #btmSec02 {
    padding: 50px 0 40px;
  }

  #btmSec02 .head40 {
    margin-bottom: 30px;
  }

  #btmSec02 ul li a {
    padding: 20px 0px;
  }
}

#btmSec02 ul li a .head24 {
  line-height: 1;
}

@media only screen and (max-width: 990px) {
  #btmSec02 ul li {
    width: 48%;
  }
}

#btmSec02 ul li a .head24 span {
  color: #b40000;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

#gNav ul li {
  margin-left: 17px;
}

.press01 a {
  background: #9e0000;
  color: #fff !important;
  display: inline-block;
  padding: 5px 10px;
  transform: translateY(3px);
  border-radius: 3px;
}

#Nav nav ul li a span.press02 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  background: #9e0000;
  border-radius: 3px;
  transform: translateY(5px);
}

@media only screen and (max-width: 1200px) {
  #gNav ul li {
    margin-left: 14px;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 480px) {
  #Nav nav ul li a span.press02 {
    padding: 8px 20px;
  }
}

/*------------------------------------------------------footer tel/fax-----*/
#footer .secInr .ftLogoWrap .ftPoppin img {
  width: 170px;
}

/*------------------------------------------------------top logo-----*/
body.siteTop #header .logo.fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  width: 430px;
}

body.siteTop #header .logo.top {
  display: none;
}

@media only screen and (max-width: 1080px) {
  body.siteTop #header .logo.fix {
    margin-left: 10px;
    width: 290px !important;
  }
}

/*------------------------------------------------------top recruitment-----*/
.under-md {
  display: none;

  @media (max-width:834px) {
    display: block;
  }
}

.under-xsl {
  display: none;

  @media (max-width:449px) {
    display: block;
  }
}

.recruitment {
  margin-bottom: 13rem;
  margin-top: -5rem;

  @media (max-width:1200px) {
    margin-bottom: 9rem;
  }

  @media (max-width:834px) {
    margin-bottom: 7rem;
  }

  @media (max-width:449px) {
    margin-bottom: 5rem;
  }
}

.recruitment__title-wrapper {
  background-color: #9e0000;
  padding: 11.7rem 0 0;
  height: 49rem;

  @media (max-width:1200px) {
    padding: 8rem 0 0;
    height: 40rem;
  }

  @media (max-width:834px) {
    padding: 6rem 0 0;
    height: 30rem;
  }

  @media (max-width:449px) {
    padding: 4rem 0 0;
    height: 20rem;
  }
}

.recruitment__title {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 9rem;

  @media (max-width:1200px) {
    font-size: 3.2rem;
    margin-bottom: 7rem;
  }

  @media (max-width:834px) {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }

  @media (max-width:449px) {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.recuitment__img {
  img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.recuitment__ttl {
  margin-top: 35rem;
  text-align: center;

  @media (max-width:1200px) {
    margin-top: 22rem;
  }

  @media (max-width:834px) {
    margin-top: 15rem;
  }

  @media (max-width:449px) {
    margin-top: 10rem;
  }

  @media (max-width:449px) {
    margin-top: 8rem;
  }

  .cmBtn {
    margin-top: 3.5rem;
  }
}

.recuitment__ttl .text14 {
  line-height: 1.7;

  @media (max-width:834px) {
    font-size: 1.5rem;
  }

  @media (max-width:449px) {
    font-size: 1.4rem;
  }
}

.recruitment__subtitle {
  font-size: 5rem;
  font-weight: 500;
  font-family: 'Shippori Mincho', serif;

  @media (max-width:1200px) {
    font-size: 4rem;
  }

  @media (max-width:834px) {
    font-size: 3.2rem;
  }

  @media (max-width:449px) {
    font-size: 2.4rem;
  }
}

.recruitment__text {
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 4.5rem;
  margin-bottom: 3.5rem;
  font-family: 'Shippori Mincho', serif;
  line-height: 1.7;

  @media (max-width:1200px) {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  @media (max-width:834px) {
    font-size: 2rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  @media (max-width:449px) {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

.recruitment__movie {
  background-color: #f8f8f8;
  padding: 7rem 0;
  margin-top: 6rem;

  @media (max-width:1200px) {
    padding: 5rem 0;
  }

  @media (max-width:834px) {
    padding: 4rem 0;
    margin-top: 5rem;
  }

  @media (max-width:449px) {
    padding: 2rem 0;
  }
}

.recruitment__movie-content {
  text-align: center;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;

  @media (max-width:1200px) {
    margin: 0 5%;
  }

  video {
    width: 100%;
    max-width: 100%;
    height: 45rem;
    object-fit: cover;
    transition: all 0.3s ease-out;

    @media (max-width:1200px) {
      height: 35rem;
    }

    @media (max-width:834px) {
      height: 30rem;
    }

    @media (max-width:640px) {
      height: 25rem;
    }

    @media (max-width:449px) {
      height: 15rem;
    }
  }

  &:hover {
    video {
      filter: brightness(1.1);
      transition: all 0.3s ease-out;
    }
  }
}

.recruitment__movie-title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  font-family: 'Shippori Mincho', serif;
  color: #9e0000;

  @media (max-width:1200px) {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }

  @media (max-width:834px) {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }

  @media (max-width:449px) {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

/* 2025-11-10 */
#newsSec .detail {
  width: 100%;
  gap: 6rem;
  align-items: flex-end;
}

#newsSec .detail ul {
  width: 60%;
  flex-shrink: 0;
}

#newsSec .recruitment__movie {
  margin-top: 0;
  padding: 4rem 3rem 3rem;
}

#newsSec .recruitment__movie-title {
  font-size: 2.1rem;
  margin-bottom: 3rem;
}

#newsSec .recruitment__movie-content video {
  height: auto;
}

@media (max-width:1024px) {
  #newsSec .detail {
    gap: 3rem;
  }

  #newsSec .recruitment__movie {
    margin-top: 0;
    padding: 3rem 2rem 2rem;
  }

  #newsSec .recruitment__movie-title {
    font-size: 1.8rem;
  }
}

@media (max-width:834px) {
  #newsSec {
    padding: 40px 0 60px;
  }

  #newsSec .detail {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 3rem;
  }

  #newsSec .detail ul {
    width: 100%;
  }
}

@media (max-width:640px) {
  #newsSec {
    padding-bottom: 4rem;
  }

  #newsSec .detail {
    gap: 3rem;
    margin-top: 2rem;
  }

  #newsSec .recruitment__movie {
    padding: 2rem 1.5rem 1.5rem;
  }

  #newsSec .recruitment__movie-title {
    margin-bottom: 2rem;
  }

  .recruitment__movie-content {
    margin: 0;
  }

  #newsSec .recruitment__movie-title {
    font-size: 1.6rem;
  }
}