/* CSS Document */
.bold{
  font-weight: 700;
}
.red{
  color: #e95464;
}
/*エントリーボタン　色*/
.btn.entry a{
  background-color: #e95464;
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  font-size: 1.3rem;
}
body[wc-view-type="tb"] .btn.entry a{
  font-size: 1.5rem;
}
body[wc-view-type="pc"] .btn.entry a{
  padding: 1rem 1.25rem 1rem 1.5rem;
  font-size: 1.8rem;
}
body[wc-view-type="tb"] .btn.entry a::after,
body[wc-view-type="pc"] .btn.entry a::after{
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3rem;
}
/*中間エントリー・募集要項*/
.entry_medium{
  display: flex;
  margin-top: 1.5rem;
}
body:not([wc-view-type="sp"]) .entry_medium{
  width: 450px;
  margin: 4rem auto 0 auto;
}
body[wc-view-type="tb"] .btn.entry{
  margin-top: 2.5rem;
}
.entry_medium .r_btn{
  width: 50%;
}
.entry_medium .r_btn a{
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  padding: 1.45rem 1rem;
}
.entry_medium .r_btn.m_boshu a{
  border-radius: 1rem 0 0 1rem;
  background-color: #121823;
}
.entry_medium .r_btn.m_entry a{
  border-radius: 0 1rem 1rem 0;
  background-color: #e95464;
}
.entry_medium .r_btn a span{
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1.8px;
  justify-content: center;
}
.entry_medium .r_btn a span::after{
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background-color: #fff;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 0.15rem;
}
/*採用情報トップ*/
.r_top{
  width: 100vw;
  height: var(--windowfixdheight);
  padding: var(--headerHeight) 1rem 1rem 1rem;
  box-sizing:border-box;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body[wc-view-type="pc"] .r_top{
  padding: var(--headerHeight) 0 1rem 0;
  min-width: 1100px;
}
.r_top > h2{
  padding-left: 1rem;
  box-sizing: border-box;
  margin-top: auto;
}
body[wc-view-type="pc"] .r_top > h2{
  padding-left: calc((100vw - 1100px) / 2);
}
.r_top > h2 .r_top_h2{
  font-weight: 700;
  display: table;
  color: #fff;
  font-size: 9vw;
}
body[wc-view-type="tb"] .r_top > h2 .r_top_h2{
  font-size: 6.5vw;
}
body[wc-view-type="tb-l"] .r_top > h2 .r_top_h2{
  font-size: 2.8rem;
  letter-spacing: 8px;
}
body[wc-view-type="pc"] .r_top > h2 .r_top_h2{
  font-size: 3rem;
  letter-spacing: 8px;
}
.r_top .btn_box{
  margin-top: 1rem;
  box-sizing: border-box;
  margin-bottom: auto;
}
body[wc-view-type="tb-l"] .r_top .btn_box,
body[wc-view-type="tb"] .r_top .btn_box,
body[wc-view-type="sp"] .r_top .btn_box{
  padding-left: 1rem;
}
body[wc-view-type="pc"] .r_top .btn_box{
  padding-left: calc((100vw - 1100px) / 2);
}
/*
.r_top > .btn{
  margin-top: 2rem;
  margin-left: 1rem;
  margin-bottom: calc(var(--headerHeight) * 1.5);
}
body[wc-view-type="tb"] .r_top > .btn{
  margin-bottom: auto;
}
body[wc-view-type="pc"] .r_top > .btn{
  margin-left: calc((100vw - 1200px) / 2);
}*/
.r_top figure{
  height: calc(var(--windowfixdheight) - (var(--headerHeight) + 1rem));
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: -1;
  width: calc(100vw - 2rem);
  bottom: 1rem;
}
body[wc-view-type="pc"] .r_top figure{
  width: calc(100vw - 60px) !important;
  min-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
}
.r_top figure::before{
  content: "";
  inset:0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(34,119,202,0.3) 0%, rgba(18,24,35,0.3) 75%, rgba(18,24,35,0.3) 100%);
  position: absolute;
  border-radius: 1rem;
}
.r_top figure img{
  border-radius: 1rem;
  height: calc(var(--windowfixdheight) - (var(--headerHeight) + 1rem));
}
/*メッセージ*/
.message{
  box-sizing: border-box;
  padding-bottom: var(--headerHeight);
}
.message .message_inner{
  box-sizing: border-box;
  display: flex;
}
body[wc-view-type="sp"] .message .message_inner{
  flex-direction: column;
  padding: var(--headerHeight) 6vw 0;
}
body[wc-view-type="tb"] .message .message_inner{
  padding: var(--headerHeight) 4.5vw 0;
}
body[wc-view-type="tb-l"] .message .message_inner{
  padding: var(--headerHeight) 4.5vw 0;
}
body[wc-view-type="pc"] .message .message_inner{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) 0;
}
.message .message_inner .m_title{
  box-sizing:border-box; 
}
body[wc-view-type="tb"] .message .message_inner .m_title{
  width: 320px;
  padding-right: 1.5rem;
}
body[wc-view-type="tb-l"] .message .message_inner .m_title,
body[wc-view-type="pc"] .message .message_inner .m_title{
  width: 450px;
  padding-right: 2.5rem;
}
.message .message_inner .m_title .contents_title::before{
  content: "MESSAGE";
}
.message .message_inner .m_title .sub_title{
  margin-bottom: 1.5rem;
}
.message .message_inner .m_text_box{
}
body[wc-view-type="tb"] .message .message_inner .m_text_box{
  width: calc(100% - 320px);
  padding-top: 4.5rem;
}
body[wc-view-type="tb-l"] .message .message_inner .m_text_box,
body[wc-view-type="pc"] .message .message_inner .m_text_box{
  width: calc(100% - 450px);
  padding-top: 4.8rem;
}
.message .message_inner .m_text_box p{
  line-height: 2rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.message .message_inner .m_text_box p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.message .message_inner .m_text_box p:not(:first-of-type){
  margin-top: 1rem;
}
.message .message_inner .m_text_box p .bold{
  font-weight: 700;
  color: #e95464;
}
.m_slider{
  margin-top: 1.5rem;
}
body[wc-view-type="tb-l"] .m_slider{
  margin-top: 3.5rem;
}
.message .m_slider_block{
  gap:1rem !important;
}
.message .m_slider figure{
  width: 32vw !important;
  height: 32vw !important;
}
body[wc-view-type="tb"] .message .m_slider figure{
  width: 21vw !important;
  height: 21vw !important;
}
body[wc-view-type="tb-l"] .message .m_slider figure{
  width: 230px !important;
  height: 230px !important;
}
body[wc-view-type="pc"] .message .m_slider figure{
  width: 250px !important;
  height: 250px !important;
}
.message .m_slider figure img{
  border-radius: 1rem;
}
/*メリット*/
.merit{
  background-color: #e1e7f7;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .merit{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb"] .merit,
body[wc-view-type="tb-l"] .merit{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .merit{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.merit .contents_title::before{
  content: "MERIT";
}
.merit .sub_title{
  margin-bottom: 1.5rem;
}
.merit .merit_block{
  display: flex;
  gap:1rem;
}
body[wc-view-type="sp"] .merit .merit_block{
  flex-direction: column;
  gap:1rem;
}
body:not([wc-view-type="sp"]) .merit .merit_block{
  gap:1.5rem;
  flex-wrap: wrap;
}
.merit .merit_block > article{
  background-color: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 1rem;
  overflow: hidden;
  display: flex;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.merit .merit_block > article[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body:not([wc-view-type="tb"]) .merit .merit_block > article{
  flex-direction: column;  
}
body[wc-view-type="tb-l"] .merit .merit_block > article,
body[wc-view-type="pc"] .merit .merit_block > article{
  width: calc((100% / 2) - 0.75rem);
}
body:not([wc-view-type="sp"]) .merit .merit_block > article{
}
body[wc-view-type="tb"] .merit .merit_block > article{
  padding: 1.5rem;
}
body[wc-view-type="pc"] .merit .merit_block > article{
  padding: 2rem;
}
.merit .merit_block > article .m_text{
  box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.merit .merit_block > article .m_text > h2{
  position: relative;
  z-index: 1;
}
.merit .merit_block > article .m_text > h2 .m_title{
  padding-left: 60px;
  font-size: 1.15rem;
  height: 60px;
  display: block;
  box-sizing: border-box;
  font-weight: 700;
}
body[wc-view-type="pc"] .merit .merit_block > article .m_text > h2 .m_title{
  padding-left: 75px;
}
.merit .merit_block > article .m_text > h2 .m_num{
  width: 90px;
  height: 90px;
  display: flex;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: -40px;
  padding: 15px 0 0 15px;
  box-sizing: border-box;
  color: #2277ca;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "inter";
  line-height: 1em;
}
body[wc-view-type="pc"] .merit .merit_block > article .m_text > h2 .m_num{
  width: 120px;
  height: 120px;
  top: -65px;
  left: -65px;
  padding: 30px 0 0 20px;
}
.merit .merit_block > article .m_text > h2 .m_num::before{
  content: "MERIT";
  font-family: "inter";
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.85rem;
}
.merit .merit_block > article .m_text > p{
  line-height: 1.8rem;
}
body[wc-view-type="pc"] .merit .merit_block > article .m_text > p{
  padding-top: 0.5rem;
}
.merit .merit_block > article .m_text > dl{
  background-color: #efefef;
  padding: 0.75rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
body[wc-view-type="pc"] .merit .merit_block > article .m_text > dl{
	margin-top: auto;
}
.merit .merit_block > article .m_text > dl dt{
}
.merit .merit_block > article .m_text > dl dt span{
  background-color: #fff;
  border: solid 1px #2277ca;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0 0.75rem;
}
.merit .merit_block > article .m_text > dl dd{
}
.merit .merit_block > article .m_text > dl dd ul{
  list-style: none;
  list-style-position: outside;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.5rem;
}
.merit .merit_block > article .m_text > dl dd ul li{
  padding: 0 0.3rem;
  border-bottom: solid 1px #bbb;
}
/*将来性*/
.future{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] .future,
body[wc-view-type="tb"] .future{
  flex-direction: column;
}
body[wc-view-type="sp"] .future{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb"] .future,
body[wc-view-type="tb-l"] .future{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .future{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.future .f_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .future .f_text{
  padding-bottom: 1rem;
}
body[wc-view-type="tb"] .future .f_text{
  padding-bottom: 2rem;
}
body[wc-view-type="tb-l"] .future .f_text{
  width: 50%;
  padding-right: 2.5rem;
}
body[wc-view-type="pc"] .future .f_text{
  width: 550px;
  padding-right: 2.5rem;
}
.future .f_text .contents_title::before{
  content: "FUTURE";
}
.future .f_text .sub_title{
  margin-bottom: 1.5rem;
}
.future .f_text > p{
  line-height: 1.8rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.future .f_text > p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.future .f_text > p:not(:first-of-type){
  margin-top: 1rem;
}
.future .f_img{
  display: flex;
  gap:1rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) .future .f_img{
  gap:2rem;
}
body[wc-view-type="pc"] .future .f_img,
body[wc-view-type="tb-l"] .future .f_img{
  padding-top: 4.8rem;
}
body[wc-view-type="tb-l"] .future .f_img{
  width: 50%;
}
body[wc-view-type="pc"] .future .f_img{
  width: calc(100% - 550px);
}
.future .f_img figure{
  transition: opacity 600ms ease;
  opacity: 0;
}
.future .f_img figure[inview-state="true"]{
  opacity: 1;
}
body[wc-view-type="tb"] .future .f_img figure{
  width: calc(50% - 1rem);
}
body[wc-view-type="pc"] .future .f_img figure{
  width: calc(50% - 1rem);
}
.future .f_img figure:nth-of-type(1){
}
.future .f_img figure:nth-of-type(2){
  margin-top: 3rem;
}
.future .f_img figure img{
  aspect-ratio:1/1;
  border-radius: 1rem;
}
/*仕事へのやりがい*/
.work{
  box-sizing: border-box;
  background-color: #e1e7f7;
}
body[wc-view-type="sp"] .work{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb"] .work,
body[wc-view-type="tb-l"] .work{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .work{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.work .contents_title:before{
  content: "CHALLENGING";
}
.work .sub_title{
  margin-bottom: 1.5rem;
}
.work article{
  display: flex;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.work article[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.work article:not(:first-of-type){
  margin-top: 1rem;
}
body[wc-view-type="sp"] .work article{
  flex-direction: column;
}
.work article .w_text{
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  padding-left: 2.5rem;
}
body[wc-view-type="sp"] .work article .w_text{
  padding-bottom: 1rem;
}
body:not([wc-view-type="sp"]) .work article .w_text{
  width: 50%;
}
body[wc-view-type="tb"] .work article .w_text{
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
}
body[wc-view-type="tb-l"] .work article .w_text{
  padding: 0 1.5rem 0 2.5rem;
}
body[wc-view-type="pc"] .work article .w_text{
  padding: 2.5rem;
}
.work article .w_text h2{
  font-weight: 700;
  font-size: 1.15rem;
  border-bottom: solid 1px #cfcfcf;
  padding: 0.75rem 0.5rem 0.75rem;
  box-sizing: border-box;
}
.work article .w_eg_title{
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "inter";
  letter-spacing: 2px;
  font-size: 1.85rem;
  color: #fff;
  -webkit-text-stroke: 1px #e1e7f7;
  text-stroke: 1px #e1e7f7;
  line-height: 1em;
}
.work article .w_text > p{
  line-height: 1.8rem;
  margin-top: 0.75rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.work article figure{
}
body:not([wc-view-type="sp"]) .work article figure{
  width: 50%;
}
.work article figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem;
}
/*モデルケース*/
.model{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .model{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb"] .model,
body[wc-view-type="tb-l"] .model{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .model{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.model .contents_title::before{
  content: "MODEL CASE";
}
.model .sub_title{
  margin-bottom: 1.5rem;
}
.model .m_top{
  display: flex;
}
body[wc-view-type="sp"] .model .m_top{
  flex-direction: column;
}
.model .m_top > p{
  line-height: 1.8rem;
	box-sizing: border-box;
}
body[wc-view-type="sp"] .model .m_top > p{
	padding-bottom: 1rem;
}
body:not([wc-view-type="sp"]) .model .m_top > p{
	padding-top: 1rem;
}
body[wc-view-type="tb"] .model .m_top > p{
	width: calc(100% - 280px);
	padding-right: 1.5rem;
	padding-top: 1rem;
}
body[wc-view-type="tb-l"] .model .m_top > p{
	padding-right: 1.5rem;
}
body[wc-view-type="pc"] .model .m_top > p{
	width: calc(100% - 450px);
	padding-right: 2rem;
}
.model .m_top .m_human{
  display: flex;
  align-items: center;
  background-color: #efefef;
  padding: 1rem 1rem 0 1rem;
  box-sizing: border-box;
	border-radius: 1rem;
}
body[wc-view-type="tb"] .model .m_top .m_human{
  width: 280px;
  flex-direction: column;
	padding: 1rem 0;
  justify-content: center;
}
body[wc-view-type="tb-l"] .model .m_top .m_human{
  width: 400px;
}
body[wc-view-type="tb-l"] .model .m_top .m_human,
body[wc-view-type="pc"] .model .m_top .m_human{
	flex-direction: row-reverse;
}
body[wc-view-type="pc"] .model .m_top .m_human{
  width: 450px;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.model .m_top .m_human figure{
  width: 120px;
}
body[wc-view-type="tb"] .model .m_top .m_human figure{
  width: 130px;
  margin-bottom: 1rem;
}
body[wc-view-type="tb-l"] .model .m_top .m_human figure,
body[wc-view-type="pc"] .model .m_top .m_human figure{
  width: 170px;
}
.model .m_top .m_human dl{
  width: calc(100% - 120px);
  text-align: center;
}
body[wc-view-type="pc"] .model .m_top .m_human dl{
  width: calc(100% - 170px);
}
.model .m_top .m_human dl dt{
  font-weight: 700;
  font-size: 1.1rem;
}
.model .m_top .m_human dl dt span{
  font-size: 0.9rem;
  font-weight: 700;
}
.model .m_top .m_human dl dd{
}
/*.model .m_top .m_graph{
  display: flex;
  padding: 2.5rem 1rem 0 1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
body[wc-view-type="tb"] .model .m_top .m_graph{
  width: calc(100% - (280px + 1rem));
  margin-left: auto;
}
body[wc-view-type="tb-l"] .model .m_top .m_graph,
body[wc-view-type="pc"] .model .m_top .m_graph{
  margin-left: auto;
  margin-right: 1rem;
  padding: 0 2rem 0 2rem;
}
body[wc-view-type="tb-l"] .model .m_top .m_graph{
  width: calc(100% - (400px + 2.5rem));
}
body[wc-view-type="pc"] .model .m_top .m_graph{
  width: calc(100% - (450px + 3.5rem));
}
.model .m_top .m_graph::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.7rem;
  z-index: -1;
}
.model .m_top .m_graph .g_band{
  height: 250px;
  width: 50px;
}
body[wc-view-type="tb-l"] .model .m_top .m_graph .g_band{
  width: 80px;
}
body[wc-view-type="pc"] .model .m_top .m_graph .g_band{
  height: 300px;
  width: 100px;
}
.model .m_top .m_graph .g_band p{
  height: 2.7rem;
  font-weight: 700;
  text-align: center;
}
.model .m_top .m_graph .g_band p::before{
  content: "入社";
  font-weight: 700;
  font-size: 0.85rem;
  display: block;
}
.model .m_top .m_graph .g_band div{
  height: calc(100% - 2.7rem);
  position: relative;
  z-index: 1;
}
.model .m_top .m_graph .g_band div > dl{
  background-color: #efefef;
  border: solid 1px #cfcfcf;
  box-sizing: border-box;
  padding: 0.25rem;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 600ms 600ms ease;
  opacity: 0;
}
.model .m_top .m_graph .g_band[inview-state="true"] div > dl{
  opacity: 1;
}
body[wc-view-type="pc"] .model .m_top .m_graph .g_band div > dl{
  width: 70px;
  height: 70px;
}
.model .m_top .m_graph .g_band div > dl::before{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #efefef;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 3;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  bottom: -0.29rem;
}
.model .m_top .m_graph .g_band div > dl dt,
.model .m_top .m_graph .g_band div > dl dd{
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  position: relative;
  z-index: 3;
}
.model .m_top .m_graph .g_band div > dl dt{
  font-size: 0.7rem;
}
body[wc-view-type="pc"] .model .m_top .m_graph .g_band div > dl dt{
  font-size: 0.9rem;
}
.model .m_top .m_graph .g_band div > dl dd{
  font-size: 0.9rem;
}
body[wc-view-type="pc"] .model .m_top .m_graph .g_band div > dl dd{
  font-size: 1.1rem;
}
.model .m_top .m_graph .g_band div > dl dd span{
  font-size: 0.7rem;
  display: block;
  font-weight: 700;
}
body[wc-view-type="pc"] .model .m_top .m_graph .g_band div > dl dd span{
  font-size: 0.9rem;
}
.model .m_top .m_graph .g_band div::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2277ca;
  z-index: 2;
}
.model .m_top .m_graph .g_band div::before{
  top: 100%;
  transition: all ease 600ms;
}
.model .m_top .m_graph .g_band.band01[inview-state="true"] div::before{
  top: 80%;
}
.model .m_top .m_graph .g_band.band02[inview-state="true"] div::before{
  top: 65%;
}
.model .m_top .m_graph .g_band.band03[inview-state="true"] div::before{
  top: 40%;
}
.model .m_top .m_graph .g_band.band04[inview-state="true"] div::before{
  top: 20%;
}

.model .m_top .m_graph .g_band.band01 div > dl{
  top: calc(80% - 60px);
}
.model .m_top .m_graph .g_band.band02 div > dl{
  top: calc(65% - 60px);
}
.model .m_top .m_graph .g_band.band03 div > dl{
  top: calc(40% - 60px);
}
.model .m_top .m_graph .g_band.band04 div > dl{
  top: calc(20% - 60px);
}
body[wc-view-type="pc"] .model .m_top .m_graph .g_band.band01[inview-state="true"] div > dl{
  top: calc(80% - 80px);
}
body[wc-view-type="pc"] .model .m_top .m_graph .g_band.band02[inview-state="true"] div > dl{
  top: calc(65% - 80px);
}
body[wc-view-type="pc"] .model .m_top .m_graph .g_band.band03[inview-state="true"] div > dl{
  top: calc(40% - 80px);
}
body[wc-view-type="pc"] .model .m_top .m_graph .g_band.band04[inview-state="true"] div > dl{
  top: calc(20% - 80px);
}*/
.model .m_bottom{
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.model .m_bottom[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="tb"] .model .m_bottom{
  margin-top: 1rem;
}
body[wc-view-type="tb-l"] .model .m_bottom,
body[wc-view-type="pc"] .model .m_bottom{
  margin-top: 1.5rem;
}
.model .m_bottom > dl{
  display: flex;
}
body[wc-view-type="sp"] .model .m_bottom > dl{
  flex-direction: column;
  margin-top: 1rem;
}
.model .m_bottom > dl dt,
.model .m_bottom > dl dd{
  padding: 0.75rem;
  box-sizing: border-box;
}
.model .m_bottom > dl dt,
.model .m_bottom > dl .first_dd{
  font-weight: 700;
}
.model .m_bottom > dl dt span{
  font-weight: 700;
}
body[wc-view-type="tb"] .model .m_bottom > dl dt span{
  transform: rotate(-90deg);
  display: inline-block;
  margin-bottom: 0.5rem;
}
.model .m_bottom > dl dt{
  background-color: #2277ca;
  color: #fff;
}
body[wc-view-type="tb"] .model .m_bottom > dl dt{
  width: 50px;
  flex: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
body[wc-view-type="tb-l"] .model .m_bottom > dl dt{
  width: 85px;
}
body[wc-view-type="pc"] .model .m_bottom > dl dt{
  width: 180px;
}
body:not([wc-view-type="sp"]) .model .m_bottom > dl:not(:first-of-type) dt{
  border-top: 1px solid #fff;
}
.model .m_bottom > dl dd{
  border: solid 1px #cfcfcf;
  border-top: none;
}
body[wc-view-type="sp"] .model .m_bottom > dl dd{
}
body:not([wc-view-type="sp"]) .model .m_bottom > dl dd{
  border-left: none;
}
body:not([wc-view-type="sp"]) .model .m_bottom > dl:nth-of-type(1) dd{
  border-top:1px solid #cfcfcf;
}
.model .m_bottom > dl .first_dd{
  color: #2277ca;
}
body[wc-view-type="tb"] .model .m_bottom > dl .first_dd,
body[wc-view-type="tb-l"] .model .m_bottom > dl .first_dd{
  width: 200px;
}
body[wc-view-type="pc"] .model .m_bottom > dl .first_dd{
  width: 300px;
}
.model .m_bottom > dl .secound_dd{
  line-height: 1.8rem;
}
body[wc-view-type="tb"] .model .m_bottom > dl .secound_dd{
  width: calc(100% - 250px);
}
body[wc-view-type="tb-l"] .model .m_bottom > dl .secound_dd{
  width: calc(100% - 285px);
}
body[wc-view-type="pc"] .model .m_bottom > dl .secound_dd{
  width: calc(100% - 480px);
}
/*社員の一日*/
.introduction{
  box-sizing: border-box;
  background-color: #e1e7f7;
}
body[wc-view-type="sp"] .introduction{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb-l"] .introduction,
body[wc-view-type="tb"] .introduction{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .introduction{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.introduction .contents_title{
  margin-bottom: 1.5rem;
}
.introduction .contents_title::before{
  content: "INTRODUCTION";
}
.introduction > p{
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}
.introduction .intro_block{
}
body[wc-view-type="sp"] .introduction .intro_block{
}
body[wc-view-type="tb-l"] .introduction .intro_block,
body[wc-view-type="pc"] .introduction .intro_block{
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  column-gap:1.5rem;
}
.introduction .intro_block > .intro_box{
  padding-left: 1.5rem;
  box-sizing: border-box;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.introduction .intro_block > .intro_box::before,
.introduction .intro_block > .intro_box::after{
  content: "";
  position: absolute;
}
.introduction .intro_block > .intro_box::before{
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: solid 2px #2277ca;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 50%;
  transition: all 600ms ease;
  transform: scale(0);
}
.introduction .intro_block > .intro_box[inview-state="true"]::before{
  transform: scale(1);
}
.introduction .intro_block > .intro_box::after{
  width: 2px;
  height: 0;
  top: 0;
  left: calc(0.5rem - 1px);
  background-color: #cfcfcf;
  z-index: 1;
  bottom: 100%;
  transition: all 600ms ease;
}
.introduction .intro_block > .intro_box[inview-state="true"]::after{
  height: calc(100% + 0.25rem);
  bottom: -0.25rem;
}
.introduction .intro_block > .intro_box:nth-of-type(1)::after{
  top: 0.25rem;
}
.introduction .intro_block > .intro_box:last-of-type::after{
  display: none;
}
.introduction .intro_block > .intro_box dl{
  box-sizing: border-box;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.introduction .intro_block > .intro_box[inview-state="true"] dl{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="tb-l"] .introduction .intro_block > .intro_box dl,
body[wc-view-type="pc"] .introduction .intro_block > .intro_box dl{
  padding-right: 1rem;
}
.introduction .intro_block > .intro_box dl dt{
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  flex-direction: column;
}
body[wc-view-type="sp"] .introduction .intro_block > .intro_box dl dd{
  flex-direction: column;
}
.introduction .intro_block > .intro_box dl dt .time{
  font-size: 1.5rem;
  font-family: "inter";
  font-weight: 700;
  line-height: 1em;
  color: #2277ca;
  margin-bottom: 0.5rem;
}
.introduction .intro_block > .intro_box dl dd{
  display: flex;
}
body[wc-view-type="sp"] .introduction .intro_block > .intro_box dl dd{
}
.introduction .intro_block > .intro_box dl dd > p{
  line-height: 1.8rem;
  padding: 0.75rem 0;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] .introduction .intro_block > .intro_box dl dd > p,
body[wc-view-type="tb"] .introduction .intro_block > .intro_box dl dd > p{
  width: 50%;
  padding-right: 1rem;
}
body[wc-view-type="pc"] .introduction .intro_block > .intro_box dl dd > p{
  width: 250px;
  padding-right: 1rem;
}
.introduction .intro_block > .intro_box dl dd > figure{
}
body[wc-view-type="tb-l"] .introduction .intro_block > .intro_box dl dd > figure,
body[wc-view-type="tb"] .introduction .intro_block > .intro_box dl dd > figure{
  width:50%;
}
body[wc-view-type="pc"] .introduction .intro_block > .intro_box dl dd > figure{
  width: calc(100% - 250px);
}
.introduction .intro_block > .intro_box dl dd > figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem;
}
/*最後に*/
.lasty{
  box-sizing: border-box;
  display: flex;
}
body[wc-view-type="sp"] .lasty,
body[wc-view-type="tb"] .lasty{
  flex-direction: column;
}
body[wc-view-type="sp"] .lasty{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb"] .lasty,
body[wc-view-type="tb-l"] .lasty{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .lasty{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.lasty .l_title{
}
body[wc-view-type="tb-l"] .lasty .l_title,
body[wc-view-type="pc"] .lasty .l_title{
  width: 450px;
}
.lasty .l_title .contents_title::before{
  content: "LASTLY";
}
.lasty > .l_text{
}
body[wc-view-type="tb-l"] .lasty > .l_text,
body[wc-view-type="pc"] .lasty > .l_text{
  width: calc(100% - 450px);
  padding-top: 4.8rem;
}
.lasty > .l_text p{
  line-height: 2rem;
  margin-top: 1rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.lasty > .l_text p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.lasty > .l_text .name{
  display: flex;
  margin-left: auto;
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  width: fit-content;
  align-items: center;
}
.lasty > .l_text .name .yaku{
  font-size: 0.85rem;
  display: table;
  font-weight: 700;
  margin-right: 0.5rem;
}
/*エントリー・募集要項最後のボックス*/
.entry{
  position: relative;
  z-index: 1;
}
.entry > figure{
  position: absolute;
  z-index: -1;
  inset:0;
}
.entry > figure::before{
  content: "";
  position: absolute;
  z-index: 0;
  inset:0;
  background-color: rgba(34,119,202,0.5);
}
.entry .entry_inner{
  display: flex;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .entry .entry_inner{
  flex-direction: column;
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb-l"] .entry .entry_inner,
body[wc-view-type="tb"] .entry .entry_inner{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .entry .entry_inner{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
body:not([wc-view-type="sp"]) .entry .entry_inner{
  align-items: flex-end;
}
body[wc-view-type="tb"] .entry .entry_inner .e_title{
  width: 320px;
}
body[wc-view-type="tb-l"] .entry .entry_inner .e_title,
body[wc-view-type="pc"] .entry .entry_inner .e_title{
  width: 450px;
}
.entry .entry_inner .e_title .contents_title::before{
  content: "IT'S YOUR TURN";
}
.entry .entry_inner .btn_block{
  width: 200px;
  margin: 1.5rem 0 0 0;
}
body[wc-view-type="tb-l"] .entry .entry_inner .btn_block,
body[wc-view-type="tb"] .entry .entry_inner .btn_block{
  width: calc(100% - 320px);
  margin: 0;
}
body[wc-view-type="pc"] .entry .entry_inner .btn_block{
  width: calc(100% - 450px);
  margin: 0;
}
.entry .entry_inner .btn_block .btn{
}
.entry .entry_inner .btn_block .btn a{
  padding: 0.95rem 1.25rem 0.95rem 1.5rem;
  letter-spacing: 2.5px;
  font-size: 1.3rem;
}
.entry .entry_inner .btn_block .btn.boshu a{
}
.entry .entry_inner .btn_block .btn.entry a{
  background-color: #e95464;
}
body[wc-view-type="tb"] .entry .entry_inner .btn_block .btn.entry{
  margin-top: 0;
}
.entry .entry_inner .btn_block .btn a::after{
  width: 1.75rem;
  height: 1.75rem;
}
body[wc-view-type="pc"] .entry figure img{
  height: 375px;
}