  @charset "utf-8";

/* CSS Document */

/***********
base
************/
.progress_wrap{
	margin: 0 auto 50px;
	width: fit-content;
}

.progress_wrap p{
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}

.pc_img{
	display: block;
}

.sp_img{
	display: none;
}

/*
.progress_img{
	margin-bottom: 30px;
}
*/

.form-block{
	font-size: 1.25rem;
}

.form-ttl{
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 16px;
	border-top: solid 1px #EEEEEE;
}

.form-ttl span{
	background: #231815;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	padding: 3px 10px;
	margin-right: 8px;
}

.form-ttl span.optional{
	background: #E0E0E0;
	color: #231815;
}

.form{
	display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.form label{
	width: 48%;
}

.birthdate-select{
	margin-bottom: 30px;
}

.year{
	width: 60px;
	margin-right: 8px;
}

.month{
	font-size: 16px;
	padding: 0 10px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-right: 8px;
}

.date{
	font-size: 16px;
	padding: 0 10px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-right: 8px;
}

.radio-group{
	margin-bottom: 20px;
}

.radio-group label{
	display: block;
	margin-bottom: 10px;
}

.month:invalid {
    color: #aaa;
  }

.date:invalid {
    color: #aaa;
  }

@media screen and (max-width:834px) {
	
	.progress_wrap{
		padding-left: 5%;
		padding-right: 5%;
		margin: 0 auto 50px;
	}
	
	.progress_wrap p{
		margin-top: 30px;
		font-size: 100%;
	}
	
	.pc_img{
		display: none;
	}

	.sp_img{
		display: block;
		max-width: 350px;
		margin: 0 auto;
	}

	.form{
		display: block;
	}

	.form label{
		width: 100%;
	}
	
	.form-block{
		font-size: 100%;
	}
	
	.form-ttl span{
		font-size: 100%;
	}
	
	.month{
		height: 44px;
	}
	
	.date{
		height: 44px;
	}
}



/***********
リクルートページ
************/

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

/* ロゴ */
.m-header-001__logo {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 80px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-require-003__entry-btn-icon {
position: relative;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -50px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
運送ドライバーモジュール：メッセージ
------------------------------------------- */
.m-modulegroup007-001 {
  margin: 120px auto 55px;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001 {
    margin: 60px auto 40px;
    padding: 0 20px;
  }
}

.m-modulegroup007-001__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__inner {
    display: block;
  }
}

.m-modulegroup007-001__headline {
  width: 735px;
  padding-right: 3%;
  font-size: 110px;
  font-size: 11rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__headline {
    width: 100%;
    max-width: none;
    padding-right: 0;
    font-size: 100px;
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup007-001__headline-en {
  position: relative;
  display: block;
  margin-left: -12px;
  padding-top: 50px;
  font-size: 70px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__headline-en {
    margin-left: -10px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline-en {
    margin-left: -5px;
    padding-top: 30px;
	font-size: 35px;
  }
}

.m-modulegroup007-001__headline-en::before {
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
  width: 80px;
  height: 10px;
  background-color: #000;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__headline-en::before {
    left: 10px;
    width: 65px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline-en::before {
    left: 5px;
    width: 50px;
    height: 5px;
  }
}

.m-modulegroup007-001__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  padding: 3px 0 5px;
  border: 2px solid var(--primary);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline-ja {
    max-width: 170px;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-001__txt {
  width: calc(100% - 735px);
  padding-top: 45px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__txt {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：ポイント
------------------------------------------- */
.m-modulegroup007-003 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px 150px;
  background: url(../../img/pattern01.png);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003 {
    margin: 60px auto 0;
    padding: 0 20px 60px;
  }
}

.m-modulegroup007-003__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.m-modulegroup007-003__headline {
  position: relative;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-003__headline::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160vw;
  height: 24px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__headline::before {
    height: 12px;
  }
}

.m-modulegroup007-003__headline-en {
  position: relative;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.m-modulegroup007-003__headline-ja {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  border: solid 2px #000;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-003__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px -10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-003__point {
    display: block;
    margin: 125px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point {
    margin: 65px 0 0;
  }
}

.m-modulegroup007-003__point-item {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 90px 10px 0;
  padding: 70px 3.7% 60px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #C5C5C5;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-003__point-item {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-item {
    padding: 50px 15px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-003__point-item:not(:first-child) {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-item:not(:first-child) {
    margin-top: 55px;
  }
}

.m-modulegroup007-003__point-num {
  position: absolute;
  top: -55px;
  left: 50%;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-num {
    top: -23px;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-003__point-num span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-num span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup007-003__point-dl {
  letter-spacing: .1em;
}

.m-modulegroup007-003__point-dt {
  position: relative;
  padding-bottom: 25px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-dt {
    padding-bottom: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.m-modulegroup007-003__point-dt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 55px;
  height: 4px;
  background-color: #000;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-dt::after {
    width: 35px;
    height: 4px;
  }
}

.m-modulegroup007-003__point-dd {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-003__point-dt + .m-modulegroup007-003__point-dd {
  padding-top: 20px;
}

/* -------------------------------------------
運送ドライバーモジュール：仕事内容
------------------------------------------- */
.m-modulegroup007-002 {
  overflow: hidden;
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002 {
    margin: 60px auto;
    padding: 0 20px;
  }
}

.m-modulegroup007-002__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup007-002__headline {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-002__headline-en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.m-modulegroup007-002__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__headline-ja {
    max-width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-002__work {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work {
    margin-top: 25px;
  }
}

.m-modulegroup007-002__work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item {
    display: block;
  }
}

.m-modulegroup007-002__work-item:not(:first-child) {
  padding-top: 95px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:not(:first-child) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-item:not(:first-child) {
    padding-top: 30px;
  }
}

.m-modulegroup007-002__work-figure {
  position: relative;
  width: calc(50% + 80px);
  max-width: 800px;
  margin-left: -80px;
  padding-bottom: 32.99%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-figure {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-bottom: 59.35%;
  }
}

.m-modulegroup007-002__work-figure-img-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-002__work-figure-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup007-002__work-cnt {
  width: 50%;
  padding: 10px 5.5% 0 4%;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-cnt {
    position: relative;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-cnt-inner {
    margin: -60px 0 0 20px;
    padding: 15px 0 0 20px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-cnt-inner {
    margin: -40px 0 0 20px;
  }
}

.m-modulegroup007-002__work-ttl {
  position: relative;
  margin: 10px 0 0 -175px;
  padding: 10px 0 10px 40px;
  background-color: #fff;
  font-size: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-ttl {
    margin: 0;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.m-modulegroup007-002__work-cnt-inner + .m-modulegroup007-002__work-txt {
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-cnt-inner + .m-modulegroup007-002__work-txt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-cnt-inner + .m-modulegroup007-002__work-txt {
    margin-top: 10px;
  }
}

.m-modulegroup007-002__work-txt {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-002__work-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-figure {
  margin-right: -80px;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-figure {
    margin-right: 0;
  }
}

.m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-cnt {
  padding: 10px 4% 0 5.5%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-cnt {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-cnt-inner {
    margin: -60px 20px 0 0;
    padding: 15px 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-cnt-inner {
    margin: -40px 20px 0 0;
  }
}

.m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-ttl {
  margin: 10px -175px 0 0;
  padding: 10px 40px 10px 0;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-ttl {
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：当社について（スライダー）
------------------------------------------- */
.m-modulegroup007-017 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 0 100px;
  background: url(../../img/pattern01.png);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017 {
    margin: 60px auto 0;
    padding: 0 0 60px;
  }
}

.m-modulegroup007-017__headline {
  position: relative;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-017__headline::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160vw;
  height: 24px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline::before {
    height: 12px;
  }
}

.m-modulegroup007-017__headline-en {
  position: relative;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.m-modulegroup007-017__headline-ja {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid #000;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline-ja {
    max-width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-017__desc {
  max-width: 1020px;
  margin: 0 auto 45px;
  padding: 35px 20px 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc {
    margin: 0 auto 20px;
    padding: 20px 20px 0;
    text-align: left;
  }
}

.m-modulegroup007-017__desc-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-modulegroup007-017__desc-txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-017__desc-ttl + .m-modulegroup007-017__desc-txt {
  margin: 15px 0 0;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc-ttl + .m-modulegroup007-017__desc-txt {
    margin: 10px 0 0;
  }
}

.m-modulegroup007-017__contents {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.m-modulegroup007-017__contents-item {
  height: auto;
}

.m-modulegroup007-017__contents-item:only-child {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.m-modulegroup007-017__contents-figure {
  position: relative;
  padding-bottom: 100%;
}

.m-modulegroup007-017__contents-figure-img-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__contents-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-017__contents-figure-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__contents-figure-img-sp {
    display: inline;
  }
}


.m-require-003 .c-headline-001__en {
  font-family: 'Montserrat', sans-serif;
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
  color: var(--sub-txt, #000000);
  letter-spacing: .05em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 1024px) {
  .m-require-003 .c-headline-001__en {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__en {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-require-003 .c-headline-001__ja {
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 5px 0;
  border: 2px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
}

.m-require-003 .m-require-003__inner{
  max-width: 1000px;
}

.m-require-003 .m-require-003__inner .m-require-003__detail{
	padding: 40px 0;
}

.c-headline-002{
	font-size: 20px;
    font-weight: bold;
    border-bottom: solid 5px #888888;
}

.c-headline-002 span{
	font-size: 16px;
	color: #CC0000;
    font-weight: normal;
    padding-left: 70px;
}

.m-require-003__detail-row{
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #231815;
  border-top: 0!important;
}

.info_inner{
	margin-top: 25px;
	font-size: 1.6rem;
}

.info{
	margin-top: 30px;
}

.info_txt__01{
	font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
	
	.m-require-003 .m-require-003__inner .m-require-003__detail{
		padding: 40px 20px 0;
	}
	
	.c-headline-002{
		font-size:16px;
	}
	
	.c-headline-002 span{
		display:block;
		font-size:14px;
		padding-left: 0px;
	}
}

div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

.m-header-001__btn-link,
.m-require-003__entry-btn,
.m-footer-001 {
  background-color: #474645;
}


