@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++
   File: recruit.css
   Update: 2026-03-09
   (c)kobako design
++++++++++++++++++++++++++++++++++++++ */



/* ////////////////////////////////////////////////////////////////////////

   PC

//////////////////////////////////////////////////////////////////////// */

/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents article {
  padding-top: 160px;
}

/* -------------------------------
		Page Title
------------------------------- */
#contents h1 {
  margin-bottom: 70px;
}

/* -------------------------------
		Contents Title
------------------------------- */
#contents .tit_red {
  
}
#contents .tit_red strong,
#contents .tit_red span {
  line-height: 1.4;
  display: block;
}

/* English */
#contents .tit_red strong {
  color: #de3e21;
  font-size: 4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

/* Japanese */
#contents .tit_red span {
  font-size: 1.6rem;
  font-weight: 300;
}


/* ====================================================
		Header
==================================================== */
/* -------------------------------
		Global Navigation
------------------------------- */
#gNavi ul li:nth-child(5) a {
  color: #de3e21;
}
#gNavi ul li.has-child ul li:nth-child(5) a {
  color: #262423;
}


/* ====================================================
		Background Image
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#container::after {
  content: '';
  width: 1300px;
  height: 900px;
  background: url("../images/recruit/bg_body.webp") no-repeat 0 0 / 1300px 900px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
}


/* ====================================================
		Lead Message
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#lead-message {
  position: relative;
}

/* -------------------------------
		Title
------------------------------- */
#lead-message h2 {
  padding-bottom: 55px;
}
#lead-message h2 span {
  color: #fff;
  font-size: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.2;
  background: #de3e21;
  display: inline-block;
  padding: 10px 12px;
}
#lead-message h2 span:not(:last-child) {
  margin-bottom: 13px;
}

/* -------------------------------
		Text
------------------------------- */
#lead-message p {
  font-size: 2rem;
  line-height: 2.2;
  padding-bottom: 1.5em;
  position: relative;
  z-index: 1;
}

/* -------------------------------
		Image
------------------------------- */
#lead-message #leadPhoto01,
#lead-message #leadPhoto02 {
  position: absolute;
  z-index: 0;
}
#lead-message #leadPhoto01 {
  width: 168px;
  top: 500px;
  right: 300px;
}
#lead-message #leadPhoto02 {
  width: 232px;
  top: 280px;
  right: 50px;
}

#lead-message #leadPhoto01 img,
#lead-message #leadPhoto02 img {
  border-radius: 3px;
}


/* ====================================================
		Message
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#message {
  padding-bottom: 160px;
}

/* -------------------------------
		Title
------------------------------- */
#message h2 {
  padding-bottom: 110px;
}

/* -------------------------------
		Catch Copy
------------------------------- */
#message h3 {
  width: 40%;
  font-size: 3rem;
  font-weight: 500;
}

/* -------------------------------
		Text
------------------------------- */
#message .txtBlock {
  width: 60%;
}
#message .txtBlock p {
  margin-bottom: 2em;
}

/* Name */
#message .txtBlock .name {
  text-align: right;
}


/* ====================================================
		Gifu Kensetsu Leading
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#gifu-kensetsu-leading {
  background: #182a56;
  padding-bottom: 120px;
}

/* -------------------------------
		Images
------------------------------- */
#gifu-kensetsu-leading .images {
  width: 32%;
}

/* -------------------------------
		Text
------------------------------- */
#gifu-kensetsu-leading .txtBlock {
  width: 60%;
  color: #fff;
  font-size: 1.5rem;
}
#gifu-kensetsu-leading .txtBlock p {
  padding-bottom: 1em;
}

/* -------------------------------
		Title
------------------------------- */
#gifu-kensetsu-leading h2 {
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 30px;
}

/* -------------------------------
		DL
------------------------------- */
#gifu-kensetsu-leading dl {
  letter-spacing: .05em;
  background: #2f3e67;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 40px;
}
#gifu-kensetsu-leading dl dt,
#gifu-kensetsu-leading dl dd {
  font-size: 1.4rem;
  padding: 5px 15px;
}
#gifu-kensetsu-leading dl dt {
  width: calc(15% - 30px);
}
#gifu-kensetsu-leading dl dd {
  width: calc(85% - 30px);
}
#gifu-kensetsu-leading dl dd small {
  font-size: 1.2rem;
  margin-left: 20px;
  display: inline;
}

/* List */
#gifu-kensetsu-leading dl dd ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
#gifu-kensetsu-leading dl dd ul li {
  position: relative;
}
#gifu-kensetsu-leading dl dd ul li:not(:last-child)::after {
  content: '／';
  margin: 0 5px;
}

/* -------------------------------
		Button
------------------------------- */
#gifu-kensetsu-leading .btn_line_white {
  text-align: right;
}
#gifu-kensetsu-leading .btn_line_white a::before {
  width: 10px;
  height: 10px;
  border: none;
  background: url("../img/common/icon_blank_white.svg") no-repeat 0 0 / 10px;
  transform: translate(-50%,-50%);
}

/* Hover */
#gifu-kensetsu-leading .btn_line_white a:hover::before {
  border: none;
  background-image: url("../img/common/icon_blank_blue.svg");
}


/* ====================================================
		Staff Interview
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#interview {
  padding-top: 200px;
}
#interview .detail {
  position: relative;
  padding-bottom: 70px;
}
#contents .bgRed {
  color: #fff;
  background: #de3e21;
  padding-bottom: 140px;
  position: relative;
  overflow-x: hidden;
}
#contents .bgRed article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 150px;
}

/* Background */
#contents .bgRed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-image: url("../recruit/images/bg_staff.webp");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: 2000px 170px;
  opacity: 1;
  animation: flowText 60s linear infinite;
}

@keyframes flowText {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -2000px center;
  }
}

/* -------------------------------
		Title
------------------------------- */
#interview h2 {
  padding-bottom: 120px;
}
#interview h2 strong {
  color: #fff!important;
}

/* -------------------------------
		Number
------------------------------- */
#interview .number {
  max-width: 900px;
  text-align: right;
  margin: 0 auto;
}
#interview .number span {
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: .05em;
  position: relative;
  padding: 0 15px;
}
#interview .number span::before,
#interview .number span::after {
  font-size: 1.8rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  display: inline;
  transform: translateY(-50%);
}
#interview .number span::before {
  content: '(';
  left: 0;
}
#interview .number span::after {
  content: ')';
  right: 0;
}

/* -------------------------------
		Name
------------------------------- */
#interview h3 {
  width: 1em;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 1;
}
#interview h3 span,
#interview h3 strong {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .18em;
}

/* English */
#interview h3 span {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
#interview h3 span::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {/*Safari Only Hack*/
  _::-webkit-full-page-media, _:future, :root #interview h3 span::before {
    left: 0;
    transform: none;
  }
}

/* Japanese */
#interview h3 strong {
  font-weight: 400;
  writing-mode: horizontal-tb;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: calc(50% - 0.3em);
  display: inline-block;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: left top;
}

/* -------------------------------
		Interview Box
------------------------------- */
#interview .interviewBox {
  max-width: 900px;
  margin: 0 auto;
}

/* -------------------------------
		Movie
------------------------------- */
#interview .movie {
  width: 900px;
  height: 506px;
  margin: 15px auto 30px;
  position: relative;
}
#interview .movie-inner {
  display: block;    
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#interview .thumb {
  width: 100%;
  max-width: 100%;
}
#interview .movie-player {
  border-radius: 3px;
  position: relative;
  z-index: 10;
}

/* -------------------------------
		Catch Copy
------------------------------- */
#interview .catchCopy {
  font-size: 3rem;
  padding-bottom: 15px;
}
#interview .catchCopy a {
  color: #fff;
  position: relative;
  display: block;
  transition: .3s;
  padding-right: 30px;
}
#interview .catchCopy a::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_play_white.svg") no-repeat 0 0 / 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .3s;
}

/* Hover */
#interview .catchCopy a:hover {
  color: #fdd000;
  opacity: 1;
}
#interview .catchCopy a:hover::after {
  background-image: url("../img/common/icon_play_yellow.svg");
}

/* -------------------------------
		Profile
------------------------------- */
#interview ul {
  display: flex;
  flex-wrap: wrap;
}
#interview ul li {
  width: auto;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 8px 7px;
  margin-right: 10px;
}


/* ====================================================
		Requirements
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#requirements {
  padding-bottom: 150px;
}
#requirements section {
  padding-bottom: 150px;
}

/* -------------------------------
		Title
------------------------------- */
#requirements h2 {
  padding-bottom: 120px;
}
#requirements h3 {
  width: 30%;
  font-size: 2.6rem;
  font-weight: 400;
}
#requirements h3 strong {
  font-weight: 500;
  line-height: 1.6;
  display: block;
}

/* Type */
#requirements h3 span {
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #262423;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px 7px;
}

/* -------------------------------
		Dl
------------------------------- */
#requirements dl {
  width: 70%;
  font-size: 1.5rem;
  border-bottom: 1px solid #dcdbdc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#requirements dl dt,
#requirements dl dd {
  border-top: 1px solid #dcdbdc;
  padding: 30px 0;
}

/* Title */
#requirements dl dt {
  width: 30%;
  font-weight: 500;
}

/* Detail */
#requirements dl dd {
  width: 70%;
  letter-spacing: .05em;
}

/* Must */
#requirements dl dd ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#requirements dl dd ul li span {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .05em;
  border-radius: 100px;
  padding: 4px 10px 5px;
  margin-right: 8px;
}
#requirements dl dd ul li .must {
  background: #de3e21;
}
#requirements dl dd ul li .preferred {
  background: #7d7c7b;
}

/* -------------------------------
		Button - Entry
------------------------------- */
#requirements .btn_entry {
  text-align: center;
}
#requirements .btn_entry a {
  color: #fff;
  font-size: 1.6rem;
  background: #de3e21;
  border-radius: 100px;
  display: inline-block;
  padding: 30px 120px;
}

/* Hover */
#requirements .btn_entry a:hover {
  background: #fdd000;
  opacity: 1;
}


/* ====================================================
		Internship
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#internship {
  width: calc(1100px - 80px);
  border: 1px solid #dcdbdc;
  padding: 40px 40px 20px!important;
}

/* -------------------------------
		Text
------------------------------- */
#internship .txtBlock {
  width: calc(70% - 3%);
  padding-left: 3%;
}
#internship .txtBlock h2 {
  font-size: 3rem;
  font-weight: 400;
  padding: 20px 0;
}

/* -------------------------------
		Images
------------------------------- */
#internship .images {
  width: 30%;
  padding-bottom: 20px;
}

/* -------------------------------
		Button
------------------------------- */
#internship .btn_arrow {
  text-align: right;
}






/* ////////////////////////////////////////////////////////////////////////

   TABLET

//////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 897px) and (max-width: 1200px) {
  
  /* ====================================================
      Staff Interview
  ==================================================== */
  /* -------------------------------
      Number
  ------------------------------- */
  #interview .number {
    max-width: 80%;
  }
  
  /* -------------------------------
      Name
  ------------------------------- */
  #interview h3 {
    left: 60px;
  }
  
  /* -------------------------------
      Interview Box
  ------------------------------- */
  #interview .interviewBox {
    max-width: 80%;
  }
  
  /* -------------------------------
      Movie
  ------------------------------- */
  #interview .movie {
    width: 100%;
    height: auto;
    aspect-ratio: 900 / 506;
  }
  
  
  /* ====================================================
      Internship
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #internship {
    width: calc(92% - 80px);
  }
  
  
}



/* ////////////////////////////////////////////////////////////////////////

   SMART PHONE

//////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    padding-top: 100px;
  }
  
  /* -------------------------------
      Page Title
  ------------------------------- */
  #contents h1 {
    margin-bottom: 0;
  }
  
  /* -------------------------------
      Contents Title
  ------------------------------- */
  /* English */
  #contents .tit_red strong {
    font-size: 2.2rem;
  }

  /* Japanese */
  #contents .tit_red span {
    font-size: 1.2rem;
  }
  
  
  /* ====================================================
      Background Image
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #container::after {
    width: 350px;
    height: 242px;
    background-size: 350px 242px;
    top: 50px;
  }
  
  
  /* ====================================================
      Lead Message
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #lead-message {
    padding-bottom: 250px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #lead-message h2 {
    padding-bottom: 20px;
  }
  #lead-message h2 span {
    font-size: 1.4rem;
    padding: 5px 7px;
  }
  #lead-message h2 span:not(:last-child) {
    margin-bottom: 5px;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #lead-message p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  
  /* -------------------------------
      Image
  ------------------------------- */
  #lead-message #leadPhoto01,
  #lead-message #leadPhoto02 {
    
  }
  #lead-message #leadPhoto01 {
    width: 100px;
    top: auto;
    bottom: -30px;
    right: calc(120px + 4% + 10px);
  }
  #lead-message #leadPhoto02 {
    width: 120px;
    top: auto;
    bottom: 0;
    right: 4%;
  }
  
  
  /* ====================================================
      Message
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #message {
    padding-bottom: 80px;
  }

  /* -------------------------------
      Title
  ------------------------------- */
  #message h2 {
    padding-bottom: 40px;
  }
  
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #message h3 {
    width: 100%;
    font-size: 1.5rem;
    padding-bottom: 20px;
  }

  /* -------------------------------
      Text
  ------------------------------- */
  #message .txtBlock {
    width: 100%;
  }
  #message .txtBlock p {
    margin-bottom: 1.2em;
  }
  
  
  /* ====================================================
      Gifu Kensetsu Leading
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #gifu-kensetsu-leading {
    padding-bottom: 90px;
  }
  
  /* -------------------------------
      Images
  ------------------------------- */
  #gifu-kensetsu-leading .images {
    max-width: 200px;
    width: 80%;
    margin: 0 auto 20px;
  }

  /* -------------------------------
      Text
  ------------------------------- */
  #gifu-kensetsu-leading .txtBlock {
    width: 100%;
    font-size: 1.3rem;
  }
  #gifu-kensetsu-leading .txtBlock p {
    padding-bottom: 1em;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #gifu-kensetsu-leading h2 {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  
  /* -------------------------------
      DL
  ------------------------------- */
  #gifu-kensetsu-leading dl {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  #gifu-kensetsu-leading dl dt,
  #gifu-kensetsu-leading dl dd {
    width: calc(100% - 30px)!important;
    font-size: 1.2rem;
    padding: 15px 15px 10px;
  }
  #gifu-kensetsu-leading dl dd {
    padding-top: 0;
  }
  #gifu-kensetsu-leading dl dd small {
    font-size: 1rem;
    margin-left: 10px;
  }
  
  /* List */
  #gifu-kensetsu-leading dl dd ul li:not(:last-child)::after {
    margin: 0 3px;
  }
  
  /* ====================================================
      Staff Interview
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #interview {
    padding-top: 100px;
  }
  #interview .detail {
    padding-bottom: 40px;
  }
  #contents .bgRed {
    padding-bottom: 80px;
  }
  #contents .bgRed article {
    padding-top: 80px;
  }
  
  /* Background */
  #contents .bgRed::before {
    width: 900px;
    height: 85px;
    background-size: 900px 85px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #interview h2 {
    padding-bottom: 40px;
  }
  
  /* English */
  #interview h2 strong {
    font-size: 2.2rem;
  }

  /* Japanese */
  #interview h2 span {
    font-size: 1.2rem;
  }
  
  /* -------------------------------
      Number
  ------------------------------- */
  #interview .number span {
    font-size: 1rem;
    padding: 0 9px;
  }
  #interview .number span::before,
  #interview .number span::after {
    font-size: 1.2rem;
  }
  
  /* -------------------------------
      Name
  ------------------------------- */
  #interview h3 {
    width: 100%;
    writing-mode: horizontal-tb;
    position: static;
  }
  #interview h3 span,
  #interview h3 strong {
    font-size: 1.1rem;
    line-height: 1;
  }
  
  /* English */
  #interview h3 span {
    padding: 0 20px 0 0;
    margin: 0 2px 0 0;
  }
  #interview h3 span::before {
    width: 10px;
    height: 1px;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0!important;
    transform: translate(-50%,0);
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {/*Safari Only Hack*/
    _::-webkit-full-page-media, _:future, :root #interview h3 span {
      padding-right: 10px;
    }
    _::-webkit-full-page-media, _:future, :root #interview h3 span::before {
      content: none;
    }
  }
  
  /* Japanese */
  #interview h3 strong {
    top: auto;
    left: 0;
    transform: none;
    position: static;
  }
  
  /* -------------------------------
      Movie
  ------------------------------- */
  #interview .movie {
    width: 100%;
    height: auto;
    aspect-ratio: 900 / 506;
    margin: 10px auto;
  }
  
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #interview .catchCopy {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  #interview .catchCopy a::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  
  /* -------------------------------
      Profile
  ------------------------------- */
  #interview ul li {
    font-size: 1.2rem;
    padding: 3px 6px 5px;
    margin-right: 5px;
  }
  
  
  /* ====================================================
      Requirements
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #requirements {
    padding-bottom: 100px;
  }
  #requirements section {
    padding-bottom: 80px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #requirements h2 {
    padding-bottom: 40px;
  }
  #requirements h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  #requirements h3 strong {
    padding-bottom: 5px;
  }
  
  /* Type */
  #requirements h3 span {
    font-size: 1.1rem;
    padding: 3px 8px 5px;
  }
  
  /* -------------------------------
      Dl
  ------------------------------- */
  #requirements dl {
    font-size: 1.3rem;
    display: block;
  }
  #requirements dl dt,
  #requirements dl dd {
    width: 100%!important;
    padding: 18px 0;
  }
  
  /* Title */
  #requirements dl dt {
    padding-bottom: 10px;
  }

  /* Detail */
  #requirements dl dd {
    letter-spacing: 0;
    border-top: none;
    padding-top: 0;
  }
  
  /* Must */
  #requirements dl dd ul li {
    line-height: 1.4;
    justify-content: space-between;
    align-items: flex-start;
  }
  #requirements dl dd ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  #requirements dl dd ul li span {
    width: calc(18% - 20px);
    text-align: center;
    margin: 0;
  }
  #requirements dl dd ul li p {
    width: 80%;
  }
  
  /* -------------------------------
      Button - Entry
  ------------------------------- */
  #requirements .btn_entry a {
    font-size: 1.4rem;
    padding: 10px 20px;
    display: block;
  }
  
  
  /* ====================================================
      Internship
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #internship {
    width: calc(100% - 8% - 40px);
    padding: 20px 20px 30px!important;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #internship .txtBlock {
    width: 100%;
    letter-spacing: 0;
    padding-left: 0;
    order: 2;
  }
  #internship .txtBlock h2 {
    font-size: 1.5rem;
    padding: 20px 0 15px;
  }
  
  /* -------------------------------
      Images
  ------------------------------- */
  #internship .images {
    width: 100%;
    padding-bottom: 0;
    order: 1;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #internship .btn_arrow {
    margin-top: 10px;
  }
  
  
  

}