@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
#commitment .heading h2,
#news .heading h2,
#header .info,
#commitment .title,
#news .date,
#recruit h2,
#recruit .btn a {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
}

#commitment .heading,
#news .heading {
  margin-bottom: 50px;
  text-align: center;
}

#commitment .heading h2,
#news .heading h2 {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #000;
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

#commitment .heading h2::after,
#news .heading h2::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

@media (max-width: 767px) {
  #commitment .heading h2,
  #news .heading h2 {
    font-size: 22px;
  }
}

#message .contents,
#commitment .lead,
#news .title,
#news .text,
#recruit .text {
  letter-spacing: 0.06em;
  line-height: 2;
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  width: 100%;
}

#mainvisual .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100vh - 88px);
}

#mainvisual .top .mainslider-wrapper {
  position: relative;
  width: calc(100% - 300px);
}

#mainvisual .top .mainslider-wrapper .catch {
  position: absolute;
  top: 98px;
  left: 60px;
  z-index: 1;
}

@media (max-width: 767px) {
  #mainvisual .top {
    height: calc(100vh - 88px - 50px);
    max-height: 100vw;
  }
  #mainvisual .top .mainslider-wrapper {
    width: calc(100% - 70px);
  }
  #mainvisual .top .mainslider-wrapper .catch {
    left: 20px;
    padding-right: 20px;
  }
}

#mainvisual .bottom {
  height: 88px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#header {
  position: relative;
  width: 300px;
  height: 100%;
  padding: 90px 10px 105px;
  background: url(../images/header-bg.png) repeat left top;
  color: #fff;
}

#header .logo {
  text-align: center;
}

#header .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 0;
  font-weight: 300;
}

#header .info p + p {
  margin-top: 15px;
}

#header .info p.tel {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-style: italic;
}

#header .info img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  #header {
    width: 70px;
  }
  #header .info {
    display: none;
  }
}

#mainslider img {
  width: 100%;
  height: calc(100vh - 88px);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 767px) {
  #mainslider img {
    height: calc(100vh - 88px - 50px);
    max-height: 100vw;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  position: relative;
  margin-bottom: 90px;
  padding: 50px 10px 150px;
  background: url(../images/message-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

#message::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 12.125vw;
  background: url(../images/message-mask.png) no-repeat center bottom/100%;
  pointer-events: none;
}

#message h2 {
  margin-bottom: 35px;
  text-align: center;
}

#message .contents {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  min-height: 250px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.6);
}

/* ----------------------------------------------
commitment
------------------------------------------------- */
#commitment {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 120px;
}

#commitment .lead {
  margin-bottom: 70px;
}

#commitment .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px 0 25px;
}

#commitment .block {
  width: 41.45078%;
}

#commitment a {
  display: block;
  color: #000;
  text-decoration: none;
}

#commitment .image {
  position: relative;
  margin-right: 15px;
}

#commitment .image::after {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #eee;
}

#commitment .title {
  position: relative;
  z-index: 1;
  margin-top: -26px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: right;
}

#commitment .title span {
  display: inline-block;
  padding: 5px 24px;
  background: #fff;
}

@media (max-width: 999px) {
  #commitment .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #commitment .contents {
    padding: 0;
  }
  #commitment .block {
    width: 49%;
  }
  #commitment .title {
    font-size: 14px;
  }
  #commitment .title span {
    padding: 5px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 170px;
}

#news .contents {
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
}

#news article {
  border-top: 1px solid #444;
}

#news article + article {
  margin-top: 20px;
}

#news .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  cursor: pointer;
}

#news .date {
  width: 132px;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

#news .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#news .text {
  padding-top: 10px;
}

@media (max-width: 767px) {
  #news .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  margin-bottom: 100px;
}

#recruit .contents {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding-bottom: 120px;
}

#recruit .contents .inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 288px;
  padding: 25px 25px 100px;
  background: #fff;
  -webkit-box-shadow: 4px -4px 5px rgba(85, 85, 85, 0.55);
  box-shadow: 4px -4px 5px rgba(85, 85, 85, 0.55);
}

#recruit h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

#recruit .btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 215px;
  margin: 0 auto;
}

#recruit .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 47px;
  background: #001040;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

#recruit .image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

#recruit .image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 767px) {
  #recruit .contents {
    padding-bottom: 0;
  }
  #recruit .image {
    position: relative;
    bottom: auto;
    top: -20px;
  }
  #recruit .image img {
    height: 21.875vw;
  }
}

/* ----------------------------------------------
oil  (追加分)
------------------------------------------------- */
#oil {
  margin-bottom: 80px;
  background-color: #eeeeee;
}
#oil .inner {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
#oil h2 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.6;
  color: #000000;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
}

#oil .contents {
  display: flex;
  flex-wrap: wrap;
}

#oil .btn {
  width: 46.875%;
}
#oil .btn:not(:first-child) {
  margin-left: 0;
}
#oil .btn:nth-child(even) {
  margin-left: 6.25%;
}
#oil .btn:nth-child(n + 3) {
  margin-top: 25px;
}

@media (max-width: 767px) {
  #oil h2 {
    
    font-size: 22px;
   
  }
  #oil .contents {
   flex-direction: column;
   align-items: center;
  }
  
  #oil .btn {
    width: 100%;
    max-width: 450px;

  }
  #oil .btn:nth-child(even) {
    margin-left: 0;
  }
  #oil .btn:nth-child(n + 3) {
    margin-top: 0px;
  }
  #oil .btn:not(:first-child) {
    
    margin-top:20px;
  }
}

/*# sourceMappingURL=index.css.map */
