@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html { line-height: 1;
    font-size: 62.5%;
}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a { text-decoration: none; color: inherit; }
a img { border: none; vertical-align: bottom; }
a:focus { outline: none; }
a:hover { text-decoration: underline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input, textarea, select, button {
    font-size: 1.5rem;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6, strong{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 1rem;
    vertical-align: baseline;
}
.sp{ display: none !important; }
.pc{ display: block !important; }

img{ max-width: 100%; vertical-align: bottom;}
img {width: 100%; height: auto;}

ruby rt{ font-size: 1.4rem;}

.clearfix{display:inline-block;min-height:1%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/*
===================*/
html { overflow-y: scroll; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
[id] {
  scroll-margin-top: 100px;
}

body {
    font-weight: normal;
    text-align: left;
    line-height: 1.6;
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    overflow: visible;
    font-feature-settings: 'palt' ;
    letter-spacing: 1px;
}


a:hover {
    text-decoration:none;
}



/* ここまでリセットcss */


/*フォント 指定*/

body{
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
}

.en{
    font-family: "Inter", sans-serif;
}

/*ここまでフォント 指定*/


/* スクロール */
html, body {
	height: 100%;
	margin: 0;
}

body {
	height: 100vh;
}

main {
	overflow-y: auto;
}

main{
  transform: scale(0.7);
  transform-origin: top center;
}


/* 共通パーツ */
main{
    width: 750px;
    margin: 0 auto;
}


.title {
  position: relative;
  font-weight: 600;
  font-size: 38px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 50px;
}

.title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background: url("../images/common/title_parts.svg") no-repeat center / contain;
}

p{
    font-weight: 400;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}


.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 610px;
  height: 120px;
  padding: 0 40px;
  color: #FFF;
  background-color: #C7312D;
  font-size: 30px;
  border-radius: 60px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  margin: 0 auto;
}

.btn::after {
  content: "";
  width: 50px;
  height: 40px;
  background: url("../images/common/btn_parts.svg") no-repeat center / contain;
  transition: transform 0.3s;
}
.btn:hover::after{
  transform: translateX(6px);
}

.btn_beside{
    display: flex;
    width: 610px;
    margin: 0 auto;
    justify-content: center;
}

.btn_beside .btn{
  width: 290px;
}


/* 空き */
.mg_40{
  margin-bottom: 40px;
}
.mg_50{
  margin-bottom: 50px;
}
.mg_70{
  margin-bottom: 70px;
}
.mg_80{
  margin-bottom: 80px;
}
.mg_100{
  margin-bottom: 100px;
}
.mg_125{
  margin-bottom: 125px;
}
.mg_180{
  margin-bottom: 180px;
}

/* header */

.header {
  background: #fff;
  position: relative;
  z-index: 1001;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
}

.header_logo {
  display: block;
  width: 500px;
  margin-left: 25px;
}

.header_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.menu_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 95px;
  height: 95px;
  padding: 0 29px;
  background: #000;
  border: none;
  cursor: pointer;
  appearance: none;
}

@media screen and (min-width:1000px) and (min-height:600px){
  .menu_btn{
    display: none;
  }
}




.menu_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.menu_btn span:nth-child(3) {
  width: 60%;
}


/* menu */

.hamburger_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9999;
  overflow-y: auto;

  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger_menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hamburger_panel {
  position: relative;
  width: calc(100% - 120px);
  max-width: 540px;
  margin: 0;
  padding: 90px 55px 80px;
  background: rgba(255, 255, 255, 0.96);
  border-top: solid 5px #c91f1f;
  border-bottom: solid 5px #18479E;
}

.hamburger_panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 48px solid #c91f1f;
  border-right: 48px solid transparent;
}
.hamburger_panel::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 48px solid #18479E;
  border-left: 48px solid transparent;
}

.hamburger_close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.hamburger_close::before,
.hamburger_close::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 32px;
  height: 2px;
  background: #000;
}

.hamburger_close::before {
  transform: rotate(45deg);
}

.hamburger_close::after {
  transform: rotate(-45deg);
}

.hamburger_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger_list > li {
  border-bottom: 1px solid #777;
}

.hamburger_list > li > a,
.child_toggle_ {
  display: block;
  position: relative;
  width: 100%;
  padding: 26px 48px 3px 0;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}

.hamburger_list > li > a::after,
.child_toggle_::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #d32525;
  font-size: 30px;
  font-weight: 400;
}

.hamburger_has_child .child_toggle_::after {
  content: "";
  font-size: 24px;
}

.child_list {
  margin-bottom: 30px;
}

.hamburger_has_child.active .child_list {
  max-height: 300px;
  padding: 5px 0 22px 0;
  opacity: 1;
}

.child_list li + li {
  margin-top: 10px;
}

.child_list a {
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.6;
}

.child_list a::before {
  content: "・";
}

body.menu_open {
  overflow: hidden;
}

/* footer */
.footer {
  position: relative;
  width: 750px;
  background: #e9e9e9;
  overflow: hidden;
  z-index: 10;
}

.footer_inner {
  position: relative;
  padding: 67px 0 250px;
}

.footer_deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
}

.footer_deco img {
  display: block;
  width: 100%;
  height: auto;
}

.footer_copy {
  margin: 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.28;
  padding: 0 30px 0;
  letter-spacing: 0.06em;
}

.footer_nav {
  margin-top: 50px;
}

.footer_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_nav li + li {
  margin-top: 25px;
}

.footer_nav a {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0 80px 0;
  text-decoration: none;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding: 0 80px 0;
}

.footer_logo {
  display: block;
  width: 286px;
}

.footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
  height: 63px;
  padding: 0 74px 0 34px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 1400;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-sizing: border-box;
}

.footer_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 30px;
  height: 30px;
  background: url("../images/common/btn_parts.svg") no-repeat center / contain;
  transform: translateY(-50%);
}

.footer_info {
  margin-top: 72px;
padding: 0 80px 0;
}

.footer_info p {
  margin: 0;
  color: #9a9a9a;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.footer_info p:nth-child(1) {
  font-size: 22px;
  font-weight: 400;
}
.footer_info p:nth-child(2) {
  font-size: 20px;
  font-weight: 300;
}
.footer_info p:nth-child(3) {
  font-size: 18px;
  font-weight: 300;
}


.inner{
    width: 605px;
    margin: 0 auto;
}






/* =========================
   固定レイヤー（左右）
========================= */
.layout_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	pointer-events: none;
}



/* =========================
   左メニュー
========================= */
.recruit_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #f3f3f3;
	padding: 40px 40px 120px;
	box-sizing: border-box;
	pointer-events: auto;
	overflow: hidden;
}

@media screen and (min-width:750px) and ( max-width:1600px){
  .recruit_menu{
      padding: 2vw 2vw 5vw;
  }
}

.recruit_menu_inner{
  position: relative;
  z-index: 1;
}

@media screen and (min-width:750px) and ( max-width:1000px){
  .recruit_menu_inner{
    display: none;
  }
}




.recruit_logo {
	width: 360px;
	margin-bottom: 70px;
}
@media screen and (min-width:750px) and ( max-width:1350px){
  .recruit_logo {
    width: 20vw;
    margin-bottom: 3vw;
  }
}


.menu_block{
  margin-left: 80px;
}

@media screen and (min-width:750px) and ( max-width:1250px){
  .menu_block{
    margin-left: 1vw;
  }
}

@media screen and (max-height:600px){
  .menu_block{
    display: none;
  }
}



.menu_head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.menu_head_icon {
	width: 16px;
	height: 16px;
	background: linear-gradient(135deg, #1e50b5 50%, #d9362b 50%);
}

.menu_head_text {
	font-size: 18px;
	font-weight: 500;
	color: #d9362b;
	letter-spacing: 0.1em;
}

.menu_head_line {
	width: 100px;
	height: 1px;
	background: #d9362b;
}

.recruit_nav{
  margin-bottom: 60px;
  width: fit-content;
}
.recruit_nav li {
  margin-left: 20px;
	margin-bottom: 20px;
}

.recruit_nav > ul > li > a {
	font-size: 20px;
	font-weight: 500;
}

.child_list {
	margin-top: 10px;
}

.child_list li {
	margin-bottom: 2px;
}

.child_list a {
	font-size: 16px;
	color: #000;
	padding-left: 15px;
	position: relative;
}

.child_list a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 1px;
	background: #000;
	transform: translateY(-50%);
}

/* ENTRY */
.entry_block{
  margin-left: 80px;
}
@media screen and (min-width:750px) and ( max-width:1250px){
  .entry_block{
    margin-left: 1vw;
  }
}

@media screen and (max-height:600px){
  .entry_block{
    display: none;
  }
}


.entry_btns {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.entry_btn {
  width: 180px;
  height: 45px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-left: 20px;
}

.entry_btn_red {
	background: #d9362b;
}

.entry_btn_black {
	background: #000;
}

.entry_btn::after {
	content: "";
	width: 18px;
	height: 18px;
	background: url("../images/common/btn_parts.svg") no-repeat center / contain;
}

@media screen and (max-height:880px){

  .recruit_menu{
    padding: 2vh 2vw 4vh;
  }

  .recruit_logo{
    margin-bottom: 3vh;
  }

  .menu_head{
    margin-bottom: 2vh;
  }

  .menu_head_text{
    font-size: 1.8vh;
  }

  .menu_head_icon{
    width: 1.6vh;
    height: 1.6vh;
  }

  .menu_head_line{
    width: 8vh;
  }

  .recruit_nav{
    margin-bottom: 3vh;
  }

  .recruit_nav li{
    margin-left: 1.5vh;
    margin-bottom: 1.3vh;
  }

  .recruit_nav > ul > li > a{
    font-size: 2vh;
  }

  .child_list{
    margin-top: 0.8vh;
  }

  .child_list li{
    margin-bottom: 0.3vh;
  }

  .child_list a{
    font-size: 1.5vh;
  }

  .entry_btns{
    margin-top: 1.5vh;
    gap: 1vh;
  }

  .entry_btn{
    width: 18vh;
    height: 4.5vh;
    padding: 0 2vh;
    font-size: 1.5vh;
    margin-left: 1.5vh;
  }

  .entry_btn::after{
    width: 1.8vh;
    height: 1.8vh;
  }

}

/* 左下装飾 */
.menu_parts {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 380px;
}

/* =========================
   右装飾
========================= */
.recruit_side {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 100vh;
	pointer-events: none;
}

.side_parts01 {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
    z-index: 0;
}

.side_parts02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 380px;
  z-index: 0;
}

.side_parts03 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 430px;
  z-index: 0;
}

/* =========================
   main調整（中央だけスクロール）
========================= */
main {
	position: relative;
	z-index: 9999;
	height: 145vh;
	overflow-y: auto;
	box-sizing: border-box;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}

/* 中央 */
.recruit_wrap {
	min-height: 100vh;
}

.recruit_visual {
	padding: 40px 0;
}

.visual_inner {
	max-width: 520px;
	margin: 0 auto;
}

.visual_card {
	background: #fff;
	border-radius: 24px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	margin-bottom: 20px;
}

.visual_title {
	font-size: 30px;
	margin-bottom: 10px;
}

.visual_text {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
}



.fade_up{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade_up.is_show{
  opacity: 1;
  transform: translateY(0);
}


.btn_area_{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(40px);
  transition:
    opacity 0.3s ease,
    transform 0.4s ease,
    visibility 0.3s;
}

.btn_area_.is_show{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}



/* 全体のスクロールバー非表示 */
main::-webkit-scrollbar{
    display:none;
}

main{
    -ms-overflow-style:none;
    scrollbar-width:none;
}





/* PC文字装飾 */
.work_side_deco {
  position: fixed;
  left: calc(50% + 300px);
  top: -150px;
  height: calc(100vh + 300px);
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s ease;
}

.work_side_deco.is_show {
  opacity: 1;
}

.work_side_text {
  writing-mode: vertical-rl;
  font-size: 100px;
  font-weight: 700;
  color: #EAEAEA;
  letter-spacing: -5px;
  line-height: 1;
  white-space: nowrap;
  padding-top: 150px;
  padding-bottom: 150px;
  transform: translateY(0);
  transition: opacity .4s ease;
}

/* spanを縦書きの流れで確実にインライン配置 */
.work_side_text span {
  display: inline;
}

/* ワード間スペーサー：font-sizeに対する割合で間隔を調整 */
.work_side_text .word-sep {
  font-size: 0.5em; /* この値でワード間の空きを調整 */
}