@charset "UTF-8";
/*--------------------------------------------------
  mv
--------------------------------------------------*/
#top .mv {
  width: 100%;
  height: 680px;
  background: url("../../images/recruit/mv-bg.jpg") center center no-repeat;
  background-size: cover;
  margin: 70px 0 0;
  position: relative;
}
#top .mv .mv-txt {
  width: 559px;
  height: 429px;
  background: url("../../images/recruit/mv-txt.png") no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin: auto;
}

/*---------- mv-btn ----------*/
#top .mv-btn {
  width: 132px;
  height: 34px;
  position: absolute;
  bottom: 57px;
  left: 0;
  right: 0;
  margin: auto;
}
#top .mv-btn a {
  color: #000;
  font-size: 12px;
  background: #ffbd26;
  border-radius: 100px;
  text-align: center;
  line-height: 34px;
  position: relative;
}
#top .mv-btn a::before,
#top .mv-btn a::after {
  display: block;
  content: "";
  position: absolute;
}
#top .mv-btn a::before {
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  top: 50%;
  left: 13px;
  margin-top: -4px;
  z-index: 10;
}
#top .mv-btn a::after {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100px;
  top: 7px;
  left: 6px;
  z-index: 0;
}

/*--------------------------------------------------
  ttl-box
--------------------------------------------------*/

/*---------- ttl-box01 ----------*/
#top .ttl-box01 {
  text-align: center;
}
#top .ttl-box01.left {
  text-align: left;
}
#top .sec01 .ttl-box01 .eng {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
#top .sec02 .ttl-box01 .eng,
#top .sec03 .ttl-box01 .eng {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
#top .ttl-box01 .eng img {
  width: 18px;
  height: 14px;
  margin: 0 10px 0 0;
}
#top .ttl-box01 p {
  color: #d0111b;
  font-size: 17px;
  letter-spacing: 0.1em;
}
#top .ttl-box01 h3 {
  font-size: 32px;
  font-weight: bold;
  padding: 0 15px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 10;
}
#top .ttl-box01 h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  background: repeating-linear-gradient(-45deg, #f6df1b, #f6df1b 8px, #fff 6px, #fff 14px);
  top: -3px;
  left: 0;
  z-index: -10;
}

/*---------- ttl-box02 ----------*/
#top .ttl-box02 {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
#top .ttl-box02 img {
  width: 57.5px;
  height: 70px;
  margin: 0 30px 0 0;
}
#top .ttl-box02 h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
}

/*------------------------------------------------------------
 sec01
------------------------------------------------------------*/
#top .sec01 {
  padding: 0 0 68px;
  box-sizing: border-box;
}
#top .sec01 .ttl-box01 {
  margin: 0 0 35px;
}
#top .sec01 .left-box,
#top .sec01 .right-box {
  width: 50%;
  height: 580px;
}
#top .sec01 .right-inner {
  width: 440px;
  /*height: 570px;*/
}
#top .sec01 .left-box {
  background: url("../../images/recruit/sec01-img01.jpg") center center no-repeat;
  background-size: cover;
  float: left;
}
#top .sec01 .right-box {
  padding: 80px 0 0 100px;
  box-sizing: border-box;
  float: right;
}
#top .sec01 .txt-box {
  text-align: justify;
  line-height: 2.2em;
}
#top .sec01 .img-box {
  text-align: center;
}
#top .sec01 .img-box img {
  width: 1243.5px;
  height: 633.5px;
  margin: 37px auto 0;
}

/*---------- btn-box01 ----------*/
#top .sec01 .btn-box a {
  width: 330px;
  height: 50px;
  margin: 30px auto 0;
}
#top .sec01 .btn-box a {
  color: #000;
  font-size: 17px;
  background: #ffbd26;
  border-radius: 100px;
  text-align: center;
  line-height: 50px;
  position: relative;
}
#top .sec01 .btn-box a::before,
#top .sec01 .btn-box a::after {
  display: block;
  content: "";
  position: absolute;
}
#top .sec01 .btn-box a::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  margin-top: -4px;
  z-index: 10;
}
#top .sec01 .btn-box a::after {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  top: 50%;
  right: 10px;
  z-index: 0;
  margin-top: -15px;
}

/*------------------------------------------------------------
 sec02
------------------------------------------------------------*/
#top .sec02 .ttl-box01 {
  margin: 0 0 52px;
}

/*---------- movie-box ----------*/
#top .sec02 .movie-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 100px;
}
#top .sec02 .movie-box .left {
  width: 510px;
  /*height: 287px;*/
  box-shadow: 20px 20px #f6dc00;
  margin: 0 95px 0 0;
  box-sizing: border-box;
}
#top .sec02 .movie-box .right h4 {
  font-size: 28px;
  margin: 0 0 20px;
}
#top .sec02 .movie-box .right .txt-box p {
  font-size: 14px;
  line-height: 2em;
}

/*---------- block-area ----------*/
/*#top .sec02 .block {
	width: 100%;
	height: 390px;
}*/
/*#top .sec02 .block::before {
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}
#top .sec02 .block01 {
	width: 109.5px;
	height: 109px;
	background: url("../../images/recruit/sec02-txt01.png") center center no-repeat;
	background-size: 100% auto;
}*/
#top .sec02 .block .left,
#top .sec02 .block .right {
  width: 50%;
  height: 520px;
}
#top .sec02 .block.odd .left {
  float: left;
}
#top .sec02 .block.odd .right {
  float: right;
}
#top .sec02 .block.even .left {
  float: right;
}
#top .sec02 .block.even .right {
  float: left;
  position: relative;
}
#top .sec02 .block.even .right-inner {
  position: absolute;
  top: 100px;
  right: 80px;
}
#top .sec02 .block01 .right {
  padding: 60px 0 0 80px;
  box-sizing: border-box;
}
#top .sec02 .block03 .right {
  padding: 100px 0 0 80px;
  box-sizing: border-box;
}
#top .sec02 .block01 .left {
  background: url("../../images/recruit/sec02-img01.jpg") center center no-repeat;
  background-size: cover;
}
#top .sec02 .block02 .left {
  background: url("../../images/recruit/sec02-img02.jpg") center center no-repeat;
  background-size: cover;
}
#top .sec02 .block03 .left {
  background: url("../../images/recruit/sec02-img03.jpg") center center no-repeat;
  background-size: cover;
}
#top .sec02 .block .right {
  background: #f9f1ab;
}
#top .sec02 .block .right-inner {
  width: 500px;
}
#top .sec02 .block .right-inner .txt-box p {
  text-align: justify;
  line-height: 1.8em;
}
#top .sec02 .block .left {
  position: relative;
}
#top .sec02 .block .left::before {
  content: "";
  display: block;
  position: absolute;
  width: 109.5px;
  height: 109px;
}
#top .sec02 .block.odd .left::before {
  top: 50%;
  right: -56px;
  margin-top: -50px;
  z-index: 99;
}
#top .sec02 .block.even .left::before {
  top: 50%;
  left: -56px;
  margin-top: -50px;
  z-index: 99;
}
#top .sec02 .block01 .left::before {
  background: url("../../images/recruit/sec02-txt01.png") center center no-repeat;
  background-size: 100% auto;
}
#top .sec02 .block02 .left::before {
  background: url("../../images/recruit/sec02-txt02.png") center center no-repeat;
  background-size: 100% auto;
}
#top .sec02 .block03 .left::before {
  background: url("../../images/recruit/sec02-txt03.png") center center no-repeat;
  background-size: 100% auto;
}

/*------------------------------------------------------------
 sec03
------------------------------------------------------------*/
#top .sec03 {
  padding: 90px 0 0;
  box-sizing: border-box;
}
#top .sec03 .ttl-box01 {
  margin: 0 0 50px;
}
#top .sec03 .txt-area .txt-box {
  text-align: center;
  margin: 0 0 50px;
  /*width: 880px;
	height: 70px;
	background: #f9f1ab;
	text-align: center;
	line-height: 70px;
	margin: 0 auto 70px;
	position: relative;*/
}
/*#top .sec03 .txt-area .txt-box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 15px solid #f9f1ab;
}*/
#top .sec03 .txt-area .covid-txt {
  text-align: center;
  margin: 0 0 70px;
}
#top .sec03 .txt-area .covid-txt img {
  width: 46.5px;
  height: 35.5px;
  margin: 0 0 15px;
}
#top .sec03 .txt-area .covid-txt h3 {
  font-size: 23px;
  margin: 0 0 60px;
  position: relative;
}
#top .sec03 .txt-area .covid-txt h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 350px;
  height: 2px;
  background: #d0111b;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#top .sec03 .txt-area .covid-txt p {
  font-size: 18px;
  line-height: 2.2em;
}
#top .sec03 .block-area {
  display: flex;
}
#top .sec03 a {
  width: 33.333%;
}
#top .sec03 a .block {
  width: 100%;
  height: 390px;
  padding: 60px 0 0;
  box-sizing: border-box;
  position: relative;
}
#top .sec03 a .block01 {
  background: url("../../images/recruit/sec03-img01.jpg") center center no-repeat;
  background-size: cover;
}
#top .sec03 a .block02 {
  background: url("../../images/recruit/sec03-img02.jpg") center center no-repeat;
  background-size: cover;
}

#top .sec03 a .block03 {
  background: url("../../images/recruit/sec03-img03.jpg") center center no-repeat;
  background-size: cover;
}
#top .sec03 a .block .txt-box {
  width: 330px;
  margin: auto;
}
#top .sec03 a .block .txt-box h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px;
}
#top .sec03 a .block .txt-box p {
  color: #fff;
  text-align: justify;
  line-height: 1.8em;
}

/*---------- btn-box01 ----------*/
#top .sec03 a .block .btn-box {
  width: 173px;
  height: 42px;
  margin: auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
#top .sec03 a .btn-box {
  color: #000;
  font-size: 17px;
  background: #ffbd26;
  border-radius: 100px;
  text-align: center;
  line-height: 42px;
  position: relative;
}
#top .sec03 a .btn-box::before,
#top .sec03 a .btn-box::after {
  display: block;
  content: "";
  position: absolute;
}
#top .sec03 a .btn-box::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: 50%;
  right: 18px;
  margin-top: -5px;
  z-index: 10;
}
#top .sec03 a .btn-box::after {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100px;
  top: 8px;
  right: 10px;
  z-index: 0;
}

/*------------------------------------------------------------
 entry
------------------------------------------------------------*/
#top .entry {
  width: 100%;
  height: auto;
  background: #d0111b;
  padding: 50px 0 60px;
  box-sizing: border-box;
}
#top .entry .txt-box p {
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  margin: 0 0 40px;
}

/*---------- tel ----------*/
#top .entry .tel {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .entry .tel img {
  width: 25px;
  height: auto;
  margin: 8px 10px 0 0;
}

/*---------- btn-box01 ----------*/
#top .entry .btn-box a {
  width: 335px;
  height: 62px;
  margin: auto;
}
#top .entry .btn-box a {
  color: #fff;
  font-size: 25px;
  border: 4px solid #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 62px;
  position: relative;
}
#top .entry .btn-box a::before,
#top .entry .btn-box a::after {
  display: block;
  content: "";
  position: absolute;
}
#top .entry .btn-box a::before {
  width: 6px;
  height: 6px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  top: 50%;
  right: 29px;
  margin-top: -4px;
  z-index: 10;
}
#top .entry .btn-box a::after {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 100px;
  top: 50%;
  right: 20px;
  z-index: 0;
  margin-top: -13px;
}
