@charset "utf-8";
/* CSS Document */

/* # =================================================================
   # hero header
   # ================================================================= */
.fullpage {
  width: 100%;
  background: #FFFFFF url(../img/topphoto.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  position: relative;
  box-sizing: border-box;
}
@media screen and (orientation: landscape) {
  .img-wrap {
    margin: 90vh auto 0;
  }
}
@media screen and (orientation: portrait) {
  .fullpage {
    background: #FFFFFF url(../img/topphoto_vr.jpg);
    background-position: center bottom;
    background-size: cover;
  }
  .img-wrap {
    margin: 55vh auto 0;
    min-height: inherit;
  }
}
.sc {
  padding-top: 70px;
}
.sc span {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 35px;
  height: 35px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.img-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin: 45vh auto 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #FFF;
  font-family: 'Caveat', cursive;
  font-size: 40px;
}
.fuk-wrap {
  width: 100%;
  position: absolute;
  top: 45vh;
  left: 0;
  transform: none;
}
.fukpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
}
.fukst {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 50px;
}
.hcopy {
  display: block;
  font-size: 16px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.hcopy_ruby {
  position: relative;
}
.hcopy_ruby::before {
  content: "オモイ";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0px;
  font-size: 50%;
  width: 100%;
  height: 10px;
}
/* # =================================================================
   # vision
   # ================================================================= */
#vision {
  background-color: #2A80BF;
  color: #FFF;
}

/* 楽らロゴサイズ位置調整　※rightのマイナス値で調整 */
#vision {
	background-image: url("/img/rakuramark.svg");
	background-position: right bottom;
	background-size: 35% auto;
}
@media only screen and (max-width: 1800px) {
#vision {
	background-position: right -10% bottom;
	background-size: 750px auto;
}
}
@media only screen and (max-width: 1700px) {
#vision {
	background-position: right -15% bottom;
	background-size: 750px auto;
}
}
@media only screen and (max-width: 1600px) {
#vision {
	background-position: right -25% bottom;
	background-size: 750px auto;
}
}
@media only screen and (max-width: 1500px) {
#vision {
	background-position: right -35% bottom;
	background-size: 750px auto;
}
}
@media only screen and (max-width: 1400px) {
#vision {
	background-position: right -45% bottom;
	background-size: 750px auto;
}
}
@media only screen and (max-width: 1300px) {
#vision {
	background-position: right -60% bottom;
	background-size: 750px auto;
}
}
@media only screen and (max-width: 1250px) {
#vision {
	background-position: right -70% bottom;
	background-size: 750px auto;
}
}
@media only screen and (max-width: 1200px) {
#vision {
	background-position: right -80% bottom;
	background-size: 750px auto;
}
}
@media only screen and (max-width: 1150px) {
#vision {
	background-position: right -90% bottom;
	background-size: 750px auto;
}
}
@media only screen and (max-width: 1100px) {
#vision {
  background-position: right bottom;
  background-size: 550px auto;
  padding-bottom: 350px;
}
}
@media only screen and (max-width: 800px) {
#vision {
  background-position: right bottom;
  background-size: 350px auto;
  padding-bottom: 250px;
}
}
@media only screen and (max-width: 500px) {
#vision {
  background-position: right bottom;
  background-size: 250px auto;
  padding-bottom: 150px;
}
}

#vision .inner_contents_box {
  padding-bottom: 0px;
}
#vision .inner_contents_box::before {
  content: "";
  width: 100%;
  min-height: 60px;
  display: block;
  background-image: url("../img/txt-vision.svg");
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  opacity: .1;
}
#vision .global_photo {
  position: relative;
  width: 80%;
  margin: 20px auto 0px;
}
#vision.contents_box .contents_header {
  padding-left: 50px;
}
#vision .t_read {
  margin-top: 10px;
  line-height: 160%;
  letter-spacing: 1px;
}
.vision_list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 12px;
	margin-bottom: 2px;
}
.vision_list li {
	width: 100%;
	padding: 8px;
	background-color: #FFFFFF33;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
@media only screen and (min-width: 600px) {
.vision_list li {
	font-size: 14px;
}
}
@media only screen and (min-width: 700px) {
.vision_list li {
	width: calc((100% - 5px) / 2);
}
}

@media only screen and (min-width: 1200px) {
  #vision .t_read {
		font-size: 14px;
  }
}

@media only screen and (min-width: 1500px) {
  #vision .t_read,
	.vision_list li {
		font-size: 15px;
  }
}
	
	


/* # =================================================================
   # engineer first
   # ================================================================= */
.staffphoto_box {
  width: 100%;
}
.staffphoto_box .staffphoto_wrapper {
  position: absolute;
}
.staffphoto_box .staffphoto_wrapper:nth-child(2) {
  max-width: 40%;
  top: 5%;
  left: 0px;
}
.staffphoto_box .staffphoto_wrapper:nth-child(3) {
  max-width: 40%;
  top: 10%;
  right: 0px;
}
.staffphoto_box .staffphoto_wrapper:nth-child(4) {
  max-width: 50%;
  top: 45%;
  right: 15%;
  z-index: 2;
}
.staffphoto_box .staffphoto_wrapper:nth-child(5) {
  max-width: 30%;
  top: 60%;
  left: 10px;
}
.staffphoto_box .staffphoto_wrapper:nth-child(6) {
  max-width: 40%;
  top: 85%;
  right: 0px;
}
/* # =================================================================
   # nomad life
   # ================================================================= */
.inner_nomadlife {
	padding-top: 80px;
	padding-bottom: 0px;
}
.inner_nomadlife .contents_wrapper_box:first-child::before {
	content: "";
	width: 250px;
	height: 200px;
	border: 1px solid #F1F1F1;
	border-radius: 10px;
	display: block;
	position: absolute;
	left: -120px;
	top: -100px;
	animation-name:fadeInAnime;
  animation-duration:1s;
	animation-delay: 1s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.inner_nomadlife .t_head_enb {
	position: relative;
	margin: -20px 0px 20px 20px;
  font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	color: #336E72;
}
.inner_nomadlife .t_head_enb::before {
	content: "Rakura Lifestyle";
	display: block;
	position: absolute;
	top: -30px;
	margin: 0px 0px 0px -20px;
	transform: rotate(-15deg);
	transform-origin: left;
	font-family: 'Caveat', cursive;
	color: #372B0C;
	font-size: 20px;
	font-weight: 400;
}
.inner_nomadlife .t_head_enb .dispblock {
	color: #5CC5CC;
}
.inner_nomadlife .inner_contents_header {
	position: relative;
	background-color: #d0edfa;
  background-image: linear-gradient(133deg, #d0edfa 0%, #ffffd2 100%);
	padding: 10px 90px 50px 40px;
	border-radius: 10px;
}
.inner_nomadlife h2.t_head {
	position: absolute;
	right: 10px;
	top: -50px;
  writing-mode: vertical-rl;
	font-size: 20px;
	letter-spacing: 10px;
	color: #372B0C;
 }
.inner_nomadlife .t_read {
	font-weight: 500;
 }
.inner_nomadlife h2.t_head .dispblock {
	margin-top: 60px;
 }
.nomadqa {
	padding: 8px 0px;
}
.nomadqa A {
	font-size: 85%;
	color: #336E72;
	padding-left: 20px;
  background-image: url("../img/icon_check_g.svg");
  background-size: 15px 15px;
  background-position: left 3px;
}
.nomad_contents {
	width: 100%;
	justify-content: center;
	margin-top: -40px;
}
.inner_nomad_contents {
	width: 50%;
}
.nomadphoto img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 150px;
}
.nomad_contents .inner_nomad_contents:last-child {
	margin-top: 30px;
}
.nomad_contents .inner_nomad_contents:last-child .nomadphoto img {
	width: 120px;
	height: 120px;
	border-radius: 120px;
}
.nomad_time {
	position: absolute;
	display: block;
	text-align: center;
	bottom: 40px;
	margin-left: 50%;
	transform: rotate(-15deg);
	transform-origin: center;
	font-family: 'Caveat', cursive;
	font-size: 25px;
	line-height: 100%;
	font-weight: 700;
}
.nomad_contents .inner_nomad_contents:last-child .nomad_time {
	bottom: 10px;
}
.nomad_time .time_num {
	position: relative;
}
.nomad_time .time_num::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 8px;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.nomad_time .dispblock {
	font-size: 77%;
	font-weight: 400;
	text-align: right;
}
.nomad_time .time_num .month_num {
	font-size: 120%;
}

/* # =================================================================
   # message
   # ================================================================= */
#message .contents_header {
  margin-bottom: 20px;
}
#message h3.t_head {
	font-size: 16px;
}
.messagedesc_contents {
  position: relative;
  z-index: 2;
  background-color: #2A80BF;
  max-width: 85%;
  margin: -60px 10px 20px auto;
  color: #FFF;
}
.inner_messagedesc_contents {
  padding: 20px;
}
.staffo {
  text-align: right;
}
.blogurl {
	text-align: right;
}
.blogurl A {
	display: inline-block;
	margin-top: 5px;
	padding: 3px 15px;
	color: #FFF;
	font-size: 14px;
	border: 1px solid #FFF;
	border-radius: 5px;
	font-weight: 500;
}
.blogurl A:hover {
	opacity: 1;
	background-color: #FFFFFF;
	color: #2A80BF;
}
/* # =================================================================
   # people
   # ================================================================= */
#people .contents_header {
  margin-bottom: 20px;
}
#people .contents_header::before {
  content: "";
  display: block;
  width: 150px;
  height: 30px;
  background-image: url("../img/bemyself.svg");
  background-size: 100px auto;
}
.people_contents {
  width: 80%;
  margin: 20px auto 20px;
}
.people_contents A {
	color: #333;
}
#people::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70%;
  height: 100%;
  background-color: #EEF5FA;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.peopledesc h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.inner_peopledesc {
  padding: 20px 10px 0px;
}
.stafflabel {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}
.staffname {
  font-size: 14px;
  font-weight: 600;
}
.global_photo.people img {
  transition-duration: 0.3s;
}
.global_photo.people {
  overflow: hidden;
  border-radius: 10px;
}
.global_photo.people img:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
}
/* detail */
#peopledetail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80%;
  height: 100%;
  margin-top: 20px;
  background-color: #EEF5FA;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#peopledetail .inner_contents_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 25px;
  color: #2A80BF;
  transform-origin: left;
  font-family: din-2014, sans-serif;
  letter-spacing: 5px;
  opacity: .1;
}
.peoplem #peopledetail .inner_contents_box::before {
  content: "RESEARCHER";
}
.peopleo #peopledetail .inner_contents_box::before,
.peoplen #peopledetail .inner_contents_box::before {
  content: "SYSTEM ENGINEER";
}
#peopledetail .contents_wrapper_box:first-child {
  width: 100%;
  align-items: center;
}
#peopledetail .contents_wrapper_box:first-child .contents_header {
  width: 100%;
  order: 2;
}
#peopledetail .contents_wrapper_box:first-child .people_contents {
  width: 100%;
  order: 1;
}
#peopledetail .contents_wrapper_box:first-child .people_contents img {
  width: 100%;
  height: auto;
}
#peopledetail .contents_wrapper_box:first-child .contents_header {
  display: flex;
  flex-wrap: wrap;
}
#peopledetail .contents_wrapper_box:first-child .inner_contents_header {
  max-width: 500px;
  margin-left: 20px;
  position: relative;
  z-index: 5;
}
.inner_profile {
  margin-top: 20px;
}
.letter {
  display: inline-block;
  padding: 0px;
}
#peopledetail h2.t_head {
  font-size: 25px;
  width: 100%;
}
#peopledetail h3.t_head {
  font-size: 18px;
  text-align: left;
  margin-left: 1.2em;
  text-indent: -1.1em;
  padding-left: 1.2em;
  line-height: 140%;
}
_::-webkit-full-page-media, _:future, :root #peopledetail h3.t_head {
  margin-left: 1.2em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
#peopledetail h3.t_head::before {
  content: '──';
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0px;
}
#peopledetail .sub_page_header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.staffcar {
  display: inline-block;
  font-size: 12px;
}
#peopledetail .stafflabel, #peopledetail .staffname {
  display: block;
  font-size: 14px;
}
#peopledetail .staffname {
  font-size: 20px;
  letter-spacing: 8px;
  font-weight: 400;
}
.people_box {
  padding: 30px 10px;
}
.people_interview, .people_data {
  width: 100%;
}
.people_interview {
  order: 1;
}
.people_data {
  order: 2;
}
.interview_prg {
  margin: 20px 0px 40px 0px;
}
.interview_prg .t_desc {
  padding: 20px 0px 20px 40px;
}
.people_simage {
  margin: 20px 0px;
}
.people_schedule {
  width: 100%;
  text-align: center;
}
.people_schedule .schedule_icon {
	margin-bottom: 8px;
}
.people_schedule h4.t_head {
  margin-bottom: 20px;
}
.people_schedule dl {
  padding: 30px 0 50px;
  max-width: 480px;
  margin: auto;
}
.people_schedule dt, .people_schedule dd {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: left;
}
.people_schedule dt {
  clear: left;
  float: left;
  width: 90px;
  font-weight: bold;
}
.people_schedule dd {
  margin-left: 95px;
  padding-left: 20px;
  border-left: 1px solid #E0DFE3;
}
/* # =================================================================
   # recruit
   # ================================================================= */
#recruit {
  margin-top: 40px;
}
#recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 90%;
  height: 100%;
  background-color: #EEF5FA;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.recruit_sec {
  font-size: 14px;
  padding: 15px 0px;
  border-bottom: 1px solid #E0DFE3;
}
.inner_recruit_sec {
  padding-top: 15px;
}
.inner_recruit_sec.postop {
  padding-top: 0px;
}
.inner_recruitdesc .recruit_sec:last-child {
  border-bottom: none;
}
.recruit_article {
  padding: 5px 0px;
  font-weight: 600;
  color: #2A80BF;
}
.recruitdesc,
.recruitqadesc {
  max-width: 80%;
  margin: 0px 10px 10px auto;
}
.recruit_data ul.listck li {
  padding-left: 20px;
  background-image: url("../img/icon_check.svg");
  background-size: 15px 15px;
  background-position: left 3px;
}
.recruit_data ul.disc {
	margin-left: 25px;
}
.recruit_data ul.disc li {
	list-style-type: disc;
}
.recruit_data .formatbold {
  margin: 8px 0px 5px;
  margin-bottom: 5px;
}
.recruit_data .formatbold:first-child {
  margin-top: 0px;
}
.recruitqa_sec {
	width: 100%;
}
.inner_recruitqa_sec {
	margin: 20px 0px 20px 15px;
	padding-left: 25px;
	position: relative;
}
.recruitqa_data,
.recruitqa_article {
	position: relative;
}
.recruitqa_article {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
}
.recruitqa_data {
	font-size: 14px;
}
.qatitle {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -40px;
	font-weight: 900;
	font-size: 30px;
}
.qtitle {
	color: #2A80BF;
}
.atitle {
	color: #D24059;
}
.inner_recruitqa_label {
	text-align: center;
	font-weight: 700;
	font-size: 60px;
	color: #E0DFE3;
}
.inner_recruitqadesc {
	position: relative;
}
.inner_recruitqadesc::before {
	display: block;
	width: 100%;
  font-size: 14px;
  font-weight: 700;
	letter-spacing: 10px;
	color: #000;
	text-decoration: underline;
	opacity: .3;
}
.inner_recruitqadesc:first-child::before {
	content:"仕事内容";
	margin-top: 40px;
}
.inner_recruitqadesc:nth-child(2)::before {
	content:"事業内容";
}
.inner_recruitqadesc:nth-child(3)::before {
	content:"社員";
}
.inner_recruitqadesc:nth-child(4)::before {
	content:"制度";
}
.inner_recruitqadesc:nth-child(5)::before {
	content:"ノマド休暇制度";
}
.phbr {
	display: block;
}
/* # =================================================================
   # company
   # ================================================================= */
#company .contents_header {
  margin-bottom: 20px;
}
#company .contents_wrapper_box:first-child {
  order: 2;
  z-index: 2;
}
#company .contents_wrapper_box:last-child {
  order: 1;
  margin-bottom: 20px;
}
.company_sec {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}
.company_article {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}
.company_data {
  padding-left: 5px;
}
.company_data .langen {
  font-size: 18px;
  display: inline-block;
  padding-right: 5px;
}
#company .contents_wrapper_box:first-child .company_contents {
  border-left: 1px solid #E0DFE3;
  padding-left: 20px;
  margin-left: 40px;
}

/* # =================================================================
   # tab
   # ================================================================= */
#tabnavi {
	position: relative;
	width: 100%;
	margin: 10px 0px 0px 0%;
}
#tabnavi A {
	display: inline-block;
	margin: 5px 0px; 
	padding: 8px 0px;
	border-bottom: 3px solid #E0DFE3;
	font-size: 9px;
	color: #666;
	text-align: center;
}
#tabnavi A.active {
	border-bottom: 3px solid #2A80BF;
	color: #2A80BF;
}
#tabcontent .hidden_tab {
	display: none;
}
#tabnavi A .dispinlineblock {
	display: block;
	text-align: center;
	font-size: 9px;
}

/* # =================================================================
   # Page > legal(rule/privacy/etc)
   # ================================================================= */
.secondlevel_page_body .contents_header {
  text-align: center;
	margin-top: 20px;
}
#privacy h2.t_head {
	margin-top: 8px;
}
.legal_box {
  text-align: center;
  margin-bottom: 70px;
}
.inner_legal .contents_wrapper:last-child .legal_box {
  margin-bottom: 0px;
}
.legal_contents {
  padding: 10px;
  margin: 0px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
}
.legal_sec {
  margin: 15px 0px;
}
.legal_maincontents .legal_sec:first-child {
  margin-top: 0px;
}
.legal_article, .legal_term, .legal_sterm, .legal_data {
  padding: 10px;
}
.legal_article, .legal_term {
  border-bottom: 1px solid #E0DFE3;
  font-weight: 700;
  font-size: 14px;
}
.legal_contents ul, .legal_contents ol {
  margin: 10px 0px 0px 25px;
  padding: 0px;
}
.legal_contents ul li ul, .legal_contents ol li ol {
  margin: 10px 0px 0px 0px;
}
.legal_contents ul.pads, .legal_contents ol.pads {
  margin-top: 0px;
}
.legal_contents li {
  padding: 3px 0px;
}
.legal_contents ul li {
  list-style-type: disc;
}
#rule .legal_data {
  border-top: 1px solid #E0DFE3;
  padding: 10px 10px 0px 0px;
}
.revision {
  border-top: 1px solid #E0DFE3;
}
.revision ul {
  list-style-type: none;
}
/* # =================================================================
   # Page > contact
   # ================================================================= */
#contact h2.t_head {
	font-size: 25px;
	margin-top: 8px;
	letter-spacing: 0;
}
#contact p.t_read {
	color: #555;
	text-align: left;
}
.form_ctn {
	margin: 8px 0px 20px;
	text-align: center;
}
.required {
	color: #D24059;
}
.footer_btn {
	max-width: 700px;
	margin: auto;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
#entry A.entrylink .format {
	font-weight: 500;
}

/* # =================================================================
   # RESPONSIVE
   # ================================================================= */
@media only screen and (min-width: 375px) {
  .img-wrap {
    font-size: 50px;
  }
	.recruitqa_article {
	  font-size: 16px;
  }
	/* tab
  # ================================================================= */
	#tabnavi {
	  width: 90%;
	  margin: 10px 0px 0px 10%;
  }
  #tabnavi A {
	  margin: 5px 3px;
	  padding: 8px 0px;
	  font-size: 11px;
  }
}

@media only screen and (min-width: 400px) {
  .img-wrap {
    font-size: 60px;
  }
  .hcopy {
    font-size: 18px;
  }
  #vision .inner_contents_box::before {
    min-height: 80px;
  }
  .peopledesc h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 500px) {
	.nomad_contents .inner_nomad_contents:last-child .nomad_time {
		margin-left: 40%;
	}
	#tabnavi A {
		text-align: left;
	}
	.phbr {
	  display: inline;
  }
	#tabnavi A .dispinlineblock {
	  font-size: 11px;
  }
}
@media only screen and (min-width: 600px) {
	.inner_nomadlife .t_head_enb {
		position: absolute;
    right: 5%;
    top: -100px;
		z-index: 2;
	}
	.inner_nomadlife .contents_image {
		position: relative;
		margin-left: 20px;
		z-index: 1;
	}
	.inner_nomadlife .contents_image img {
		width: 55%;
	}
	.inner_nomadlife .inner_contents_header {
		margin-top: -20px;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.inner_nomad_contents {
		display: flex;
		justify-content: center;
	}
	.nomadphoto img {
	  width: 200px;
	  height: 200px;
	  object-fit: cover;
	  border-radius: 200px;
  }
  .nomad_contents .inner_nomad_contents:last-child .nomadphoto img {
	  width: 170px;
	  height: 170px;
	  border-radius: 170px;
  }
	.nomad_time {
		font-size: 30px;
	}
  .people_contents {
    width: calc(100% / 3);
  }
  .inner_people_contents {
    margin: 0px 10px;
  }
  .people_box .people_contents:nth-child(1) {
    margin-top: 0px;
  }
  .people_box .people_contents:nth-child(2) {
    margin-top: 80px;
  }
  .people_box .people_contents:nth-child(3) {
    margin-top: 160px;
  }
  #people .contents_wrapper .contents_wrapper_box:first-child {
    width: 100%;
    justify-content: flex-end;
  }
  #people .inner_contents_box {
    padding-top: 20px;
  }
  #people {
    margin-bottom: 120px;
  }
  #people::before {
    top: 40px;
  }
  #people .contents_header::before {
    height: 50px;
    background-size: 150px 30px;
    transform: rotate(-15deg) translateX(-50%);
  }
  .recruit_sec {
    display: flex;
  }
  .recruit_article {
    width: 150px;
  }
  .recruit_data {
    flex: 1;
  }
  #company .contents_wrapper_box:first-child {
    width: 100%;
    margin: auto;
    align-items: flex-start;
  }
  #company .contents_wrapper_box:last-child {
    width: 100%;
  }
  #company .contents_wrapper_box:last-child .company_contents {
    width: 70%;
    margin: 0px auto;
  }
  #company .contents_wrapper_box:first-child .contents_header {
    width: 50%;
    padding: 0px 0px 0px 20px;
  }
  #company .contents_wrapper_box:first-child .company_contents {
    width: 50%;
    border-left: 1px solid #E0DFE3;
    padding-left: 20px;
    margin-left: 0px;
  }
  #peopledetail .inner_contents_box::before {
    font-size: 30px;
  }
  #peopledetail h2.t_head {
    font-size: 30px;
  }
  #peopledetail .stafflabel, #peopledetail .staffname {
    font-size: 16px;
  }
  #peopledetail .staffname {
    font-size: 25px;
  }
  .staffcar {
    font-size: 14px;
  }
  #peopledetail h3.t_head {
    font-size: 20px;
    text-align: left;
    margin-left: 1.2em;
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 140%;
  }
  .people_schedule dt, .people_schedule dd {
    font-size: 16px;
  }
  .people_schedule dd {
    padding-left: 40px;
  }
  .inner_people_data {
    display: flex;
  }
  .inner_people_data .slinbox {
    margin: 15px;
  }
	/* Page > legal(rule/privacy/etc)
  # ================================================================= */
  .legal_article, .legal_term {
    font-size: 16px;
    line-height: 140%;
  }
  .legal_contents ul, .legal_contents ol {
    margin: 10px 0px 0px 35px;
  }
  .legal_contents {
    padding: 20px;
    margin: 0px 20px;
  }
  .popup_page .page_box {
    padding-top: inherit;
  }
  .page_contents .privacy_guide_inquiry h3.t_head {
    font-size: 18px;
  }
  .legal_sec {
    margin: 30px 0px;
  }
	/* Page > contact
  # ================================================================= */
	#contact h2.t_head {
	  font-size: 30px;
  }
  #contact p.t_read {
	  text-align: center;
  }
}

@media only screen and (min-width: 700px) {
  #vision .t_head {
    font-size: 25px;
  }
  #vision .vision_contents .global_photo {
    width: 90%;
    margin: 0px 0px 0px 20px;
  }
  #vision .inner_contents_box::before {
    min-height: 140px;
  }
  #vision .contents_wrapper {
    align-items: flex-end;
  }
  .t_head_enb {
    font-size: 60px;
  }
	.secondlevel_page_body .contents_header {
	  margin-top: 50px;
  }
	#privacy .t_head_enb {
		font-size: 40px;
	}
	#privacy h2.t_head {
		font-size: 14px;
	}
  #engineerfirst .contents_header {
    width: 70%;
    margin-left: 100px;
  }
  .staffphoto_bg {
    position: relative;
    top: -150px;
  }
	.inner_nomadlife {
		padding-top: 120px;
	}
	.inner_nomadlife .contents_image img {
		width: 50%;
	}
	.inner_nomadlife h2.t_head {
		font-size: 22px;
	}
  .recruit_article, .recruit_data {
    font-size: 16px;
  }
  .recruit_article {
    width: 180px;
  }
  .recruit_data {
    line-height: 160%;
  }
  .peopledesc h3 {
    font-size: 20px;
  }
  .stafflabel {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .staffname {
    font-size: 16px;
    font-weight: 600;
  }
  #peopledetail .inner_contents_box::before {
    font-size: 40px;
    top: 20px;
  }
	/* Page > legal(rule/privacy/etc)
  # ================================================================= */
  .legal_contents {
    margin: 0px;
  }
	
	/* tab
  # ================================================================= */
	#tabnavi {
	  width: 85%;
	  margin: 10px 0px 10px 15%;
  }
  #tabnavi A {
	  padding: 8px;
	  font-size: 15px;
  }
  #tabnavi A .dispinlineblock {
		font-size: 15px;
  }
}

@media only screen and (min-width: 800px) {
  .inner_nomadlife .t_head_enb {
		font-size: 60px;
		top: -120px;
  }
	.inner_nomadlife h2.t_head {
		font-size: 25px;
		letter-spacing: 15px;
		right: 30px;
	}
	.inner_nomadlife .inner_contents_header {
		padding-right: 120px;
	}
	.nomadphoto img {
	  width: 250px;
	  height: 250px;
	  border-radius: 250px;
  }
  .nomad_contents .inner_nomad_contents:last-child .nomadphoto img {
	  width: 220px;
	  height: 220px;
	  border-radius: 220px;
  }
	.nomad_contents .inner_nomad_contents .nomad_time {
		margin-left: 50%;
	}
	.nomad_contents .inner_nomad_contents:last-child .nomad_time {
		margin-left: 40%;
	}
	.nomad_time {
		font-size: 35px;
	}
	.nomad_contents .inner_nomad_contents .nomad_time {
		margin-left: 40%;
	}
	.nomad_contents .inner_nomad_contents:last-child .nomad_time {
		margin-left: 30%;
	}
	.footer_btn A.entrylink:first-child {
		position: relative;
		display: block;
	}
	.footer_btn A.entrylink:first-child:after {
		content: "";
		width: 1px;
		height: 80px;
		background-color: #FFFFFF80;
		display: block;
		position: absolute;
		right: -10%;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 900px) {
  .img-wrap {
    font-size: 90px;
  }
  .hcopy {
    font-size: 20px;
    font-weight: 500;
  }
	.inner_nomadlife .t_head_enb {
		right: 10%;
	}
	.inner_nomadlife .contents_wrapper_box:first-child::before {
	  width: 350px;
	  height: 300px;
  }
	.inner_nomadlife .inner_contents_header {
		padding-bottom: 80px;
	}
  #message .contents_wrapper_box:first-child {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  #message .contents_header {
    margin-left: 20px;
  }
  .messagephoto_box {
    width: 100%;
    display: flex;
    margin-top: -70px;
  }
  .messagephoto_contents {
    width: 70%;
  }
  .messagedesc_contents {
    width: 80%;
    height: fit-content;
    margin: 20px 10px 20px -40px;
  }
  #message h3.t_head {
    font-size: 25px;
  }
  .inner_messagedesc_contents {
    padding: 40px 30px;
  }
  #people .inner_contents_box {
    padding-bottom: 20px;
  }
  .inner_people_contents {
    margin: 0px 15px;
  }
  .recruit_data ul.listck li {
    background-position: left 5px;
    padding-left: 25px;
  }
  .company_sec {
    font-size: 16px;
  }
  /* detail */
  #peopledetail::before {
    width: 45%;
  }
  #peopledetail .inner_contents_box::before {
    top: 0px;
    left: 50px;
    font-size: 80px;
    transform: rotate(90deg);
    transform-origin: left;
  }
  #peopledetail .contents_wrapper_box:first-child .contents_header {
    width: 40%;
    order: 1;
  }
  #peopledetail .contents_wrapper_box:first-child .people_contents {
    width: 60%;
    order: 2;
  }
  #peopledetail .contents_wrapper_box:first-child .people_contents img {
    width: 90%;
  }
  #peopledetail .contents_wrapper_box:first-child .contents_header {
    justify-content: flex-end;
  }
  #peopledetail .contents_wrapper_box:first-child .inner_contents_header {
    margin: auto;
  }
  #peopledetail h2.t_head {
    font-size: 40px;
  }
  #peopledetail h3.t_head {
    font-size: 20px;
  }
  #peopledetail h3.t_head::before {
    font-size: 19px;
  }
  #peopledetail .staffname {
    font-size: 30px;
  }
  .people_box {
    padding: 30px;
  }
  .people_interview, .people_data {
    width: 50%;
  }
  .people_interview {
    order: 2;
  }
  .people_data {
    order: 1;
  }
  .interview_prg {
    margin: 80px 0px 80px 50px;
  }
  .interview_prg .t_desc {
    padding: 20px 0px 20px 50px;
  }
  .inner_people_data {
    display: block;
  }
  .people_simage {
    margin: 80px 0px;
  }
	.legal_article {
		font-size: 18px;
	}
	.recruitqa_sec {
	  width: 50%;
  }
	.inner_recruitqa_sec {
	  margin: 20px 30px;
  }
	.recruitqa_article {
	  font-size: 18px;
  }
  .recruitqa_data {
	  font-size: 16px;
  }
	#recruit .contents_wrapper:nth-child(2) .contents_header {
		margin-left: 20px;
	}
}

@media only screen and (min-width: 1000px) {
  .fullpage {
    background-position: center center;
    height: 100vh;
  }
	.inner_nomadlife {
		padding-top: 150px;
	}
	.inner_nomadlife .contents_wrapper_box {
		width: 100%;
	}
	.inner_nomadlife .contents_image {
		margin-left: 0px;
	}
	.inner_nomadlife .contents_image img {
		width: 50%;
		max-width: 100%;
	}
	.inner_nomadlife .t_head_enb {
		right: 15%;
	}
	.inner_nomadlife .inner_contents_header {
		margin-left: 45%;
    padding-top: 40px;
		padding-bottom: 50px;
    padding-left: 80px;
    margin-top: -230px;
	}
	.nomadphoto img {
	  width: 280px;
	  height: 280px;
	  border-radius: 280px;
  }
  .nomad_contents .inner_nomad_contents:last-child .nomadphoto img {
	  width: 250px;
	  height: 250px;
	  border-radius: 250px;
  }
  #message p.t_read {
    letter-spacing: 1px;
  }
  #company .contents_wrapper_box:first-child {
    width: 50%;
    margin: auto;
    align-items: flex-start;
    border-left: 1px solid #E0DFE3;
    padding-left: 40px;
  }
  #company .contents_wrapper_box:last-child {
    width: 50%;
  }
  #company .contents_wrapper_box:first-child .contents_header {
    width: 100%;
    padding: 0px;
  }
  #company .contents_wrapper_box:first-child .company_contents {
    width: 100%;
    border-left: 0px;
    padding-left: 0px;
  }
  .inner_people_contents {
    margin: 0px 20px;
  }
  #vision .t_read {
    /*max-width: 400px;*/
  }
	.footer_btn {
	  max-width: 900px;
  }
	.footer_btn A.entrylink:first-child:after {
		right: -14%;
	}
}
@media only screen and (min-width: 1100px) {
  #vision .contents_header {
    width: 60%;
    padding-bottom: 60px;
  }
  #vision .vision_contents {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
	.inner_contents_box {
		margin: auto;
	}
  .img-wrap {
    font-size: 100px;
    margin-top: 55vh;
    letter-spacing: 5px;
  }
  .hcopy {
    font-size: 20px;
    font-weight: 500;
  }
  #vision .inner_contents_box::before {
    max-width: 1200px;
    margin-left: calc((100% - 1200px) / 2);
    min-height: 220px;
  }
  #engineerfirst .contents_wrapper_box {
    justify-content: flex-end;
  }
  #engineerfirst .contents_header {
    width: 60%;
    margin-left: auto;
  }
  .staffphoto_box {
    margin-top: -50px;
  }
  .staffphoto_box .staffphoto_wrapper:nth-child(2) {
    top: -100px;
  }
  .staffphoto_box .staffphoto_wrapper:nth-child(4) {
    top: 25%;
    left: 5%;
  }
  .staffphoto_box .staffphoto_wrapper:nth-child(3) {
    top: 10%;
  }
  .staffphoto_box .staffphoto_wrapper:nth-child(5) {
    top: 65%;
  }
  .staffphoto_box .staffphoto_wrapper:nth-child(6) {
    top: 65%;
  }
	.inner_nomadlife .t_head_enb {
		font-size: 70px;
		top: -140px;
	}
	.inner_nomadlife .inner_contents_header {
		padding-left: 90px;
	}
	.inner_nomadlife h2.t_head {
		font-size: 25px;
		letter-spacing: 20px;
		top: -70px;
	}
	.inner_nomadlife .t_head_enb::before {
	  font-size: 22px;
  }
	.nomad_contents {
		justify-content: flex-end;
	}
	.inner_nomad_contents {
		width: 40%;
	}
	.nomad_time {
		font-size: 40px;
	}
	.nomad_contents .inner_nomad_contents:last-child .nomad_time {
		margin-left: 40%;
	}
	.messagedesc_contents {
		width: 40%;
	}
  #message h3.t_head {
    font-size: 30px;
  }
	#message h3.t_head .dispinlineblock {
    display: block;
  }
	#message p.t_read {
		font-size: 14px;
	}
  .messagedesc_contents {
    margin: 40px 10px 20px -40px;
  }
  .inner_messagedesc_contents {
    padding: 40px;
  }
  #message p.t_read {
    margin-top: 20px;
    letter-spacing: 2px;
  }
  #vision .t_head {
    font-size: 30px;
  }
  #engineerfirst .t_read {
    max-width: 60%;
    margin-top: 20px;
    padding-left: 20px;
  }
		/* Page > contact
  # ================================================================= */
	#contact h2.t_head {
	  font-size: 35px;
  }
	#tabnavi A .dispinlineblock {
		display: inline-block;
	}
}

@media only screen and (min-width: 1300px) {
  #vision .contents_wrapper {
    align-items: flex-end;
  }
}

@media only screen and (min-width: 1400px) {
  #message h3.t_head {
    font-size: 40px;
  }
  #message p.t_read {
    margin-top: 30px;
    letter-spacing: 4px;
  }
}

@media only screen and (min-width: 1500px) {
  .img-wrap {
    font-size: 120px;
  }
  .inner_messagedesc_contents {
    padding: 50px;
  }
	.messagedesc_contents {
		margin-top: 60px;
	}
  #message p.t_read {
    margin-top: 30px;
    letter-spacing: 4px;
		font-size: 15px;
  }
  .inner_people_contents {
    margin: 0px 25px;
  }
  /* detail */
  #peopledetail .inner_contents_box::before {
    top: -100px;
    left: 100px;
    font-size: 200px;
  }
	.peopleo #peopledetail .inner_contents_box::before,
  .peoplen #peopledetail .inner_contents_box::before {
		top: -50px;
    font-size: 150px;
  }
  .letter {
    padding: 5px 0px;
  }
  #peopledetail h2.t_head {
    font-size: 50px;
  }
  .people_box {
    padding: 50px;
  }
  .people_schedule dt, .people_schedule dd {
    font-size: 16px;
  }
}

@media only screen and (min-width: 2000px) {
  #recruit::before {
    width: 75%;
  }
}