@charset "UTF-8";

@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 400;
  src: url("/font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: url("/font/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 600;
  src: url("/font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "ZenKakuGothicNew"; font-style: normal; font-display: swap;
  font-weight: 400;
  src:  local('Noto Sans CJK JP'),
  local('ZenKakuGothicNew-Regular'),
  url('/font/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff2') format('woff2');
}
@font-face {
  font-family: "ZenKakuGothicNew"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: local('ZenKakuGothicNew-Medium'),
  url('/font/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff2') format('woff2');
}
@font-face {
  font-family: "ZenKakuGothicNew"; font-style: normal; font-display: swap;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'),
  local('ZenKakuGothicNew-Bold'),
  url('/font/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff2') format('woff2');
}

/*=====================================
 NEW RECRUIT
===================================== */
.recruit main{font-family:  "YakuHanJP","ZenKakuGothicNew",sans-serif; }
.recruit main .en{font-family: "Geologica", sans-serif; }
.recruit main .comp{font-family: "Geologica",'Noto Sans JP', sans-serif; }


/* RECRUIT用 logo2個 header  */
.header_logo {
  display: flex;
  align-items: center;
  gap: .5em;
  padding: 0 0 0 .45em;
}
.header_logo_img {
  width: 4.7em;
}
.header_logo_img._palace {
  width: 4.2em;
}

@media (min-width: 769px) {
  .header_logo {
    gap: 1em;
  }
  .header_logo_img {
    width: 7em;
  }
  .header_logo_img._palace {
    width: 6.5em;
  }
}/* 769 end */


.recruit:root {
  /* --c-black: #2d160c; */
  --c-black: #3f342f;
  --c-brown: #5C4439;
  --c-baige: #f5f3ee;
  --filter-brown: invert(10%) sepia(804%) saturate(1212%) brightness(.3);
}

.recruit{
  color: var(--c-black);
}
.recruit .footer_icon_list img {
  filter: var( --filter-brown);
}

.top_kv_sec {
  position: relative;
  /* height: 100%; */
  background-color: var(--c-black);
  z-index: 1;
}
.top_kv_slider_wrap{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;

  opacity: .8;
  /* animation: fadeInOnce 3s 0s 1 forwards; */
}
.top_kv_slider,
.top_kv_slider .slick-track,
.top_kv_slider .slick-list{
  width: 100%;
  height: 100%;
}
.top_kv_slider{
  opacity: 0;
  transition: opacity .5s;
}
.top_kv_slider.slick-slider{
  opacity: 1;
}
/* @keyframes fadeInOnce {
  0% { opacity: 0; }
  100% { opacity: .5; }
} */

.top_kv_img_box{
  width: 100%;
  height: 100%;
}
.top_kv_img_box img{
  object-fit: cover;
  height: 100%;
}
.top_kv_img_box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  /* transform: scale(1.2); */
  /* transition: transform 8000ms; */
}
/* .top_kv_img_box.slick-current img {
  transform: scale(1);
} */

.slide-animation{
  animation: fadezoom 8000ms 0s forwards;
}
@keyframes fadezoom {
  0%   { transform: scale(1.1);}
  100% { transform: scale(1); }
}

/* TOP TXT  */
.kv_area{
  position: relative;
}
.kv_ttl_box {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  z-index: 10;
  font-size: 1rem;
  color: var(--c-white);
  padding: calc((100vh - 20em) / 2) var(--inn-w) 16em;
}
.kv_ttl{
  font-size: 1em;
  letter-spacing: 0.01em;
  margin-top: .5em;
}
.kv_ttl .en{
  display: block;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2;
  margin-left: -.05em;
}
.kv_ttl .ja{
  display: block;
  font-size: 1.3em;
  font-weight: 600;
}
.kv_txt{
  font-size: 1.3em;
  line-height: 1.7;
}
.kv_txt .tline{
  display: block;
}
.intro_txt {
  font-size: 1.3em;
  line-height: 2.1;
  padding: 2em 0 8em;
  color: var(--c-white);
}

.intro_txt p{
  padding: .5em 0;
}
.intro_txt ._ttl{
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.9;
  padding: 1em 0;
}
.scroll_fade p{
  opacity: 0;
}

.scr_arr {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: fit-content;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: .1em;
  padding-bottom: 1.3em;
  margin-bottom: 2.5em;
}
/* .scr_arr {
  padding-top: 60px;
} */
.scr_arr span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  display: block;
  width: 1.4em;
  height: 1.4em;
  animation: sdb04 2.5s infinite;

  /* background-color: #fff; */
}
.scr_arr span::before,.scr_arr span::after{
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.scr_arr span::before{
  left: 50%;
  transform: rotateZ(-30deg);
  transform-origin:  left bottom;
}
.scr_arr span::after{
  right: 50%;
  transform: rotateZ(30deg);
  transform-origin: right bottom;
}

@keyframes sdb04{
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0 , .3em);
  }
  20% {
    transform: translate(0 , -.1em);
  }
  25% {
    transform: translate(0, 0);
  }
}


@media (min-width:769px){
  .kv_area{
    text-align: center;
  }
  .kv_ttl_box {
    font-size: 1.3rem;
    padding: calc( (100vh - 16em) / 2) var(--inn-w) 16em;
  }
  .intro_txt ._ttl {
    font-size: 2em;
  }
}/*  */



/* ENTRY BTN */
.entry-link{
  position: fixed;
  bottom: 1em;
  right: 1em;

  text-align: center;
  z-index: 100;

  opacity:0;
  transition: opacity .5s;
}
.entry-link a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 7em;
  height: 7em;
  background-color: rgba(180, 150, 144, 0.9);
  color: #fff;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
.entry-link a span{
  display: block;
  width: 100%;
  height: fit-content;
}
.entry-link a .en{
/*  font-family: 'Lato', sans-serif;*/
  margin: .2em 0;
  letter-spacing: .05em;
}
.entry-link a .ja{
  font-size: .9em;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: .9em;
}
.entry-link a::before{
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/images/recruit/icon_tri_down.svg);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width:769px){
  .entry-link {
    font-size: 1.2em;
  }
}/*  */


/* ABOUT WORKS ========================*/
.rec_works_sec{
  background-color: var(--c-baige);
}

.rec_pc_flex {
  padding: 1em 0;
}

.rec_ttl{
  font-size: 1rem;
  padding: 1.5rem 0;
}
.rec_ttl .en {
  display: block;
  font-size: 4.2em;
  font-weight: 400;
  line-height: 1.1;
  margin-left: -.08em;
}
.rec_ttl .ja {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 0.5em;
  opacity: .8;
}

.youtube_box {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube_box iframe {
  width: 100%;
  height: 100%;
}
.w100sp{
  width: calc( 100% + var(--inn-w) + var(--inn-w) );
  margin-left: var(--inn-wm);
}

@media (min-width:769px){
  .w100sp{
    width: 100%;
    margin-left: inherit;
  }
  .rec_pc_flex{
    display: flex;
    justify-content: space-between;
  }
  .rec_pc_flex .rec_ttl{
    padding: .5rem 0;
}
  .rec_pc_flex_left{
    width: 25%;
  }
  .rec_pc_flex_right{
    width: 65%;
  }
}/*  */


/* WORK LIST ================= */
.work_list_block{
  padding: 2em 0;
}
.rec_sub_ttl {
  font-size: 1.9em;
  font-weight: 500;
  padding: .4em 0;
  white-space: nowrap;
}

.rec_works_intro{
  font-size: 1.3em;
  line-height: 1.8;
  padding: 1em 0;
}
.rec_works_intro p {
  padding: .3em 0;
}

.rec_works_list{
  padding: 2em 0;
}
.rec_works_list_box{
  padding: 2em 0;
  border-top: 1px solid var(--c-grey3);
}
.rec_works_detail{
  display: flex;
  justify-content: space-between;
  padding: .8em 0 1.6em;
}
.rec_works_img{
  width: 100%;
  margin: .8em 0 .8em auto;
  aspect-ratio: 3/2;
}
.rec_works_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rec_works_num{
  display: block;
  width: fit-content;
  font-size: 2.2em;
}
.rec_works_num .txt{
  display: block;
  font-size: 0.45em;
  line-height: 1;
}
.rec_works_txt_wrap{
  width: 85%;
}
.rec_works_ttl{
  font-size: 3.2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: .4em;
}
.rec_works_desc{
  font-size: 1.1em;
  line-height: 1.8;
  padding: .3rem 0;
}
.works_master_box{
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: var(--c-gold);
  margin-top: 1.5em;
}
.works_master_head{
  position: relative;
  top : -.8rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  font-size: 1.2em;
  color: var(--c-gold);
  overflow: hidden;
}
.works_master_head .txt{
  position: relative;
  display: block;
  width: fit-content;
  color: var(--c-gold);
  padding: 0 .5em 0 .9em;
}
.works_master_head .txt::before,
.works_master_head .txt::after{
  content: "";
  position: absolute;
  top: .8rem;
  display: inline-block;
  height: 1px;
  background-color: currentColor;
  vertical-align: top;
}
.works_master_head .txt::before{
  width: .5em;
  left: 0;
}
.works_master_head .txt::after{
  width: 200%;
  left: 100%;
}
.works_master_txt{
  font-size: 1.08em;
  line-height: 1.7;
  padding: 0 1em .9em;
  margin-top: -.3em;
}


@media (min-width:769px){
  .work_video_block {
    margin: 3em 0 0;
  }
  .rec_works_list_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3em 0;
  }
  .rec_works_detail{
    width: 53%;
  }
  .rec_works_desc{
    padding-bottom: 1em;
  }
  .rec_works_img{
    width: 42%;
    aspect-ratio: 5 / 4;
  }
  .rec_works_num {
    font-size: 2.1em;
  }
  .rec_works_txt_wrap {
    width: 82%;
  }
}/*  */

/* work_step_block ========================*/
.work_step_block{
  margin: 2em 0;
}
.rec_works_list_box:last-child{
  border-bottom: 1px solid var(--c-grey3);
}

.fix_posi {
  position: relative;
  margin: 1.2em 0 1em;
}
.fix_posi::before {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: .8em;
  height: .8em;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotateZ(-45deg);
}
@media (min-width:769px){
  .work_step_block {
    margin: 4em 0 2em;
  }
  .work_step_block .rec_works_list {
    padding: 1em 0;
  }
  .work_step_block .rec_works_intro {
    padding: 0 0 2em;
  }
}/*  */



/* BENEFIT ========================*/
.rec_inter_sec{
  background-color: #5C4439;
  color: var(--c-white);
}
.cafe_bene_list {
  padding: 3em 0;
}
.cafe_bene_list_box {
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
  border-top: 1px solid var(--c-grey3);
  padding: 2.5em 0;
}
.rec_bene_img{
  width: 100%;
  aspect-ratio: 4/3;
  margin: 1.5em 0;
}
.rec_bene_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cafe_bene_icon {
  width: 11%;
  filter: var(--filter-brown);
}
.cafe_bene_detail{
  width: 80%;
}
.cafe_bene_ttl{
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 0.4em;
}
.cafe_bene_txt{
  font-size: 1.05em;
  line-height: 1.7;
}

@media (min-width: 769px){
  .cafe_bene_list{
    padding-top: 1em;
  }
  .cafe_bene_list_box {
    align-items: center;
    padding: 2.5em 0;
  }
  .rec_bene_img {
    width: calc(100% + var(--inn-w));
    margin: 11em 0 0 var(--inn-wm);
  }
  .cafe_bene_detail{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cafe_bene_icon {
    width: 5%;
  }
  .cafe_bene_ttl {
    width: 40%;
    margin-bottom: 0;
  }
  .cafe_bene_txt {
    width: 60%;
  }
}/*  */


/* INTERVIEW ========================*/
.rec_inter_list{
  padding: 3em 0 0;
}
.rec_inter_block{
  display: flex;
  flex-direction: column-reverse;
}

.rec_inter_img{
  width: 60%;
  margin: 1.5em 0 ;
}
.rec_inter_img._01{
  aspect-ratio: 4/5;
}
.rec_inter_img._02{
  width: 55%;
  aspect-ratio: 4 / 3;
  margin: 1.5em 0 1.5em auto;
}
.rec_inter_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rec_inter_list_box{
  padding: 3em 0 3em 1em;
  border-top: 1px solid var(--c-grey-txt);
}
.rec_inter_num{
  position: relative;
  display: block;
  font-weight: 300;
  margin-bottom: 1.5em;
} 
.rec_inter_num::before{
  position: absolute;
  right: calc(100% + .4em);
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: .3em;
  height: .3em;
  background-color: #fff;
  border-radius: .5em;
}
.rec_inter_name{
  padding-bottom: 1.2em;
}
.rec_inter_name span{
  display: block;
}
.rec_inter_name .job{
  font-size: 1.3em;
  font-weight: 500;
}
.rec_inter_copy{
  font-size: 1.7em;
  font-weight: 500;
  padding: .6em 0;
}
.rec_inter_desc{
  width: 90%;
  margin-left: auto;
  padding: 1em 0;
}
.rec_inter_desc p{
  padding: .3em 0;
}

@media screen and (min-width: 769px){
  .rec_inter_block{
    flex-direction:row;
    padding: 2em 0 0;
  }
  .rec_inter_list{
    padding: 0;
  }
  .rec_inter_list_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .rec_inter_num{
    width: 100%;
  }
  .rec_inter_img {
    margin-top: 4.5em;
  }
  .rec_inter_img {
    width: 80%;
    margin-left: -2em;
  }
  .rec_inter_img._02 {
    width: 70%;
    margin: 2.5em 0 1.5em auto;
  }
  .rec_inter_list_pc_left{
    width: 30%;
  }
  .rec_inter_list_pc_right{
    width: 68%;
  }
  .rec_inter_copy{
    padding-top: 0;
  }
  .rec_inter_desc {
    width: 100%;
    margin: 0;
  }
}/* 768 */


/* RECRUIT INFO ======================= */
.rec_info_wrap {
  background: #fbf9f6;
  padding: 3em 0 0;
}
.dl_wrap {
  padding: 2em 0;
}
.rec_info_sec dl:first-child {
  border-top: solid 1px var(--c-grey3);
}
.rec_info_sec dl {
  font-size: 1.1em;
  padding: 1.6em 0;
  border-bottom: solid 1px var(--c-grey3);
}
.rec_info_sec dt {
  /* font-size: 1.2em; */
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: .5em;
  color: var(--c-black);
}
.rec_info_sec dd {
  width: 96%;
  /* font-size: 1.2em; */
  line-height: 1.6;
  margin-left: auto;
}

@media screen and (min-width: 769px){
  .dl_wrap {
    font-size: 1.1em;
  }
  .rec_info_sec dl {
    display: flex;
    justify-content: space-between;
  }
  .rec_info_sec dt {
    width: 20%;
    margin-bottom: 0;
  }
  .rec_info_sec dd {
    width: 75%;
  }
}/* 768 */


/* RECRUIT BTUTTON BLOCK ========================*/
.recruit_btn_block{
  padding: 5em 0 ;
  background-color: var(--c-black);
  color: var(--c-white);
}
.recruit_btn_wrap_ttl {
  font-size: 1.5rem !important;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  width: 100% !important;
  border: none !important;
}
.recruit_btn {
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  background-color: var(--c-bg);
  text-align: center;
  border-radius: .1em;
  width: 100%;
  max-width: 38rem;
  padding: 1.2em;
  margin: 1.2em 0;
  box-sizing: border-box;
  cursor: pointer;
}
.recruit_btn._line {
  /* background-color: #00B900; */
  background-color: #44a544;
}
.recruit_btn._web {
  color: var(--c-black);
}
.recruit_btn._line .txt {
  position: relative;
  padding-left: 3.2em;
  padding-right: 1em;
}
.recruit_btn._line .txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.4em;
  background-image: url(/images/recruit/line-ico-w.svg);
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 3%;
  margin: auto;
}

@media screen and (min-width: 769px){
  .recruit_btn_block {
    padding: 4rem 0 5em;
  }
	.recruit_btn_wrap{
	display: flex;
	justify-content: center;
	}
	.recruit_btn{
    font-size: 1.45em;
    margin: 1em .5em;
    transition: opacity .3s;
	}
	.recruit_btn:hover{
	opacity: .6;
	}

}/* 768 */


/*---from------------------------------------*/
.recruit-box {
  display: none;
}
.form-gp {
  padding: 6em 0;
  margin-bottom: 3em;
}
.form-gp-ttl{
  font-size: 2.5em;
  font-weight: 400;
  padding: .2em 0;
}
.form-ttl-sub {
  margin-left: 0;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  padding: 1em 0;
}
.form-wrapper {
  padding: 0;
  font-size: 1.4em;
  width: 100%;
  box-sizing: border-box;
}
.form-heading {
  font-size: .9em;
  padding: 1.2em 0 .5em;
  font-weight: 500;
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
.required {
  font-size: 80%;
  font-weight: normal;
  padding: .4em.5em;
  margin-left: .75em;
  border-radius: 2px;
  background: none;
  color: #d12f23;
}
.form-body {
  padding: .5em 0 1.2em;
}
.form-notice {
  padding-top: 1em;
  font-size: 80%;
}
.form-notice li {
  padding-left: 1em;
  position: relative;
}
.form-notice li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: 'â€»';
  color: #d12f23;
}
.form-body select::-ms-expand {
  display: none;
}
.form-body select {
  border: 1px solid#ccc;
  padding: .75em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  z-index: 8;
  background: none;
}
.form-body .select {
  position: relative;
}
.form-body .select:after {
  position: absolute;
  top: 50%;
  right: 5.75%;
  transform: translate(-0%, -50%);
  font-family: fontAwesome;
  content: '\f107';
  z-index: 4;
  color: #333;
  display: block;
}
.form-body input, 
.form-body textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  padding: .75em;
  width: 100%;
  position: relative;
  z-index: 8;
  background: none;
  box-sizing: border-box;
  border-bottom: solid 1px;
}
.cal {
  position: relative;
  margin-bottom: 1em;
}
.cal:after {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-0%, -50%);
  font-family: fontAwesome;
  content: '\f073';
  z-index: 4;
  color: #333;
  display: block;
}

.submitArea input[type="submit"] {
  display: block;
  width: 90%;
  font-size: 1em;
  font-weight: 200;
  padding: 1.1em 1.4em;
  margin: 2em auto;
  background-color: var(--c-black);
  color: var(--c-white);
}
/* .submitArea input[type="submit"]:hover {
  background: #002638;
  color: #fff;
} */
.formerror-box {
  padding: 0 1.75em 4em;
}
.formerror-box h2 {
  text-align: center;
  margin: 0 0.75em;
}
.formerror-box p {
  text-align: center;
  margin-bottom: 2em;
}
.error-list {
  padding-top: 2em;
}
.error-list li {
  text-align: center;
}
.form-operate {
  padding: 05%;
}
.form-operate input[type="submit"] {
  color: #0B536E;
  border: 1px solid
}
.form-operate li {
  text-align: center;
  color: #000;
  border: 1px solid;
  padding: 1em;
}
.form-operatea {
  color: #0B536E;
  border: 1px solid;
  padding: 1em 1.4em;
  margin: 2em auto 0;
  display: block;
  text-align: center;
}
.primary-btn {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  margin-top: 2em;
}
.lead {
  font-size: 3.5vw;
  text-align: center;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.form-check {
  text-align: center;
}
.form-check .form-heading {
  justify-content: center;
}
.complete-box {
  padding: .2em 1.75em 5em;
}
.complete-box h2 {
  text-align: center;
  margin: 0 0.75em;
}
.complete-box p {
  margin-bottom: 2em;
}
.complete-box h3 {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.corp-formh2 {
  text-align: center;
}
.corp-form.tel-box {
  padding: 0 1.75em 2em;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border: 1px solid#ccc;
}
.corp-form.tel-boxp .tel {
  font-size: 6vw;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: .4em;
}
.corp-form.tel-boxp .tel span {
  font-size: 60%;
  display: block;
  font-weight: normal;
  letter-spacing: 1px;
}
.corp-form.tel-boxp .time {
  font-weight: bold;
  font-size: 3.5vw;
}
.corp-form.tel-boxp .time span {
  display: block;
  font-weight: normal;
}

@media (min-width: 769px) {

  .form-gp {
    padding: 4em 4em;
  }
  .form-wrapper {
    font-size: 1.5em;
  }
  .form-gp-ttl {
    font-size: 3.5em;
    font-weight: 400;
    padding: .2em 0;
  }

}/* 769 end */



/* COMPANY ============== */
.company_sec {
  background-color: #f9f9f9;
  /* position: relative;
  display: flex;
  align-items: center;
  padding: 4em 3em 3em;
  color: var(--c-white);
  min-height: 56em;
  z-index: 1; */
}
.company_sec .c_wide{
  max-width: 700px;
}
/* .company_sec::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
.on.company_sec::before{
  background-image: url(/images/company/header_sp.jpg);
}
.company_sec::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(180, 150, 144, 1);
  opacity: .8;
} */
/* .company_sec .sec_ttl._s .ja{
  color: var(--c-white);
} */
.companyWrapper{
  text-align: center;
}
.company p {
  font-size: 16px;
  width: 100%;
}
.linkBtn a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.25em;
  text-align: center;
  padding: 1.4em 0;
  margin: 1.5em 0 0;
  border: 1px solid;
  color: currentColor;
  max-width: 58em;
  /* max-width: 24em; */
}

@media (min-width:769px){
  .on.company_sec::before{
    background-image: url("/images/company/header.jpg");
    background-position: center;
  }
  .companyWrapper{
    text-align: left;
    max-width: 40em;
    margin-left: 8em;
  }

}/*  */


/*=====================================
 /about_works/
===================================== */
.about_works .header-gp {
  background-image: url("/imgs/recruit/recruit_keyvis_bg_sp.jpg");
  background-image: url("/imgs/recruit/recruit_keyvis_bg_sp_04.jpg");
  background-position: bottom;
  padding-top: 60%;
}
.about_works .header-gp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3f342f;
  opacity: .1;
}
.about_works .harajuku_top-ttl{
  font-size: 2.4em;
}
.about_works .harajuku_top-ttl .en{
  font-weight: 400;
}
.aw_sub_ttl {
  font-size: 1.9em;
  font-weight: 500;
  padding: 1em 0;
}

@media (min-width:769px){
  .about_works .header-gp {
    background-image: url("/imgs/recruit/recruit_keyvis_bg_pc.jpg");
    background-image: url("/imgs/recruit/recruit_keyvis_bg_pc_04.jpg");
    background-position: center;
    padding-top: 26em;
  }
  .about_works .harajuku_top-ttl {
    font-size: 3em;
}
  .aw_sub_ttl {
    font-size: 2.8em;
  }
  .fix_posi::before {
    top: -.7em;
  }

}/*  */



/*=====================================
/about_works/thanks.html
===================================== */
.desc_block{
  padding: 2em 0;
}
/* .comp_caution_block{
  padding: 1em 1.5em;
  border: 1px solid var(--c-grey-l);
} */

.comp_ttl{
  display: block;
  font-size: 1.7em;
  font-weight: 600;
}
.comp_desc {
  font-size: 1.2rem;
  padding: 1.8em 0;
  line-height: 1.8;
}

.caution-ttl{
  padding: .5em 0;
  /* text-align: center; */
}
.caution-desc{
  padding: 1em 0;
  line-height: 1.7;
}
@media (min-width: 769px) {
  .form_wide {
    padding: 2em 3em 12em;
    max-width: 54rem;
    margin: auto;
  }

}/* 769 end */

