@charset "utf-8";

html {
    scroll-padding-top: 80px;
}
:root {
  --rem: 1rem / 16;       
  --black: #333;
  --white: #fff;
  --main: #0183be;
  --blue: #005A86;
  --yellow: #FACC15;
}
.renew-recruit{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px !important;
}
.renew-recruit h1, .renew-recruit h2, .renew-recruit h3, .renew-recruit h4, .renew-recruit h5, .renew-recruit h6 {
    font-family: 'Noto Sans JP', sans-serif;
}

#wrapper .renew-recruit__header {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}
.renew-recruit__header .container > div {
    justify-content: space-around;
}
.renew-recruit__header .lay-row {
    align-items: center;
}

.recruit-header__icon {
    background-color: var(--main);
    color: #fff;
    font-size: calc(28 * var(--rem));
    padding: calc(10 * var(--rem)) calc(30 * var(--rem)) calc(10 * var(--rem)) calc(70 * var(--rem));
}
.recruit-header__icon  {
    position: relative;
}

.recruit-header__icon::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(16 * var(--rem));
    top: 50%;
    width: calc(32 * var(--rem));
    height: calc(32 * var(--rem));
    transform: translateY(-50%);
    background-image: url(/images/renew_recruit/renew-recruit_mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.renew-recruit__mv .cparts-img-block img{
  @media(max-width: 767px) {
    height: 40vh !important;
  }
}
.renew-recruit__mv h1{
    font-weight: 800;
}
.renew-recruit__mv h1 span{
    color: var(--main);
}
.recluit-renew__list{
    display: flex;
    margin-block-start: calc(48 * var(--rem));
    align-items: center;
    justify-content: flex-start;
    gap: calc(32 * var(--rem));
    padding-inline-start: 0;
}
.recluit-renew__list li {
    list-style-type: none
}
.recluit-renew__list li:before {
    display: none !important;
} 
.recluit-renew__youkou {
    color: var(--main) ;
    font-size: calc(32 * var(--rem));
    border: 1px solid var(--main);
    padding: calc(20 * var(--rem)) calc(30 * var(--rem)) ;
}
.recluit-renew__youkou:hover {
    text-decoration: none;
}
.recluit-renew__oubo {
    color: #fff ;
    font-size: calc(32 * var(--rem));
    position: relative;
    background-color: var(--main);
    padding: calc(20 * var(--rem)) calc(30 * var(--rem)) calc(20 * var(--rem)) calc(80 * var(--rem));
} 
.recluit-renew__oubo:hover {
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
}
.recluit-renew__oubo::before {
     content: "";
    display: block;
    position: absolute;
    left: calc(16 * var(--rem));
    top: 50%;
    width: calc(32 * var(--rem));
    height: calc(32 * var(--rem));
    transform: translateY(-50%);
    background-image: url(/images/renew_recruit/renew-recruit_mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sp__none  {
    display: block !important;
}

@media (max-width: 768px) {
    .recluit-renew__list {
        flex-direction: column;
        align-items: stretch;
        gap: calc(16 * var(--rem));
    }
    .recluit-renew__list li {
        width: 100%;
    }
    .recluit-renew__youkou,
    .recluit-renew__oubo {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-size: calc(28 * var(--rem));
        min-height: calc(84 * var(--rem));
        line-height: 1.2;
    }
    .recluit-renew__oubo {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: calc(10 * var(--rem));
        padding: calc(20 * var(--rem)) calc(24 * var(--rem));
    }
    .recluit-renew__oubo::before {
        position: static;
        transform: none;
        width: calc(28 * var(--rem));
        height: calc(28 * var(--rem));
        flex: 0 0 calc(28 * var(--rem));
    }
    .sp__none {
        display: none !important;
    }
}
.renew-recruit__mv .cparts-txt-block {
    @media(max-width: 768px) {
        padding: calc(20 * var(--rem)) calc(16 * var(--rem)) calc(20 * var(--rem)) calc(16 * var(--rem)) !important;
    }
    .message-recruit h4 {
        text-align: center;
    }
}


/* メッセージ */

.message-recruit img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.message-recruit .lay-row {
    align-items: center;
}
.message-recruit h4 {
    font-size: 2.4rem;
}
#upper .renew-recruit__upper h2 {
    opacity: 1;
}
.renew-recruit-title{
    padding-block-start: calc(48 * var(--rem));

}
.renew-recruit-title h2 a {
  @media(max-width: 767px) {
    font-size: 24px !important;
  }
}
.renew-recruit-title .parts_h_type16_ja,
.renew-recruit-title .parts_h_type16_ja a {
    color: #333 !important;
    font-weight: 700;
    font-size: 36px;
}
.renew-recruit-title .parts_h_type16_en,
.renew-recruit-title .parts_h_type16_en a {
    color: var(--main) !important;
    font-weight: 700;
    font-size: 18px;
}
.renew-recruit-title .parts_h_type16_ja a,
.renew-recruit-title .parts_h_type16_en a {
    text-decoration: none !important;
}
.renew-recruit-title .parts_h_type16_ja a:hover,
.renew-recruit-title .parts_h_type16_ja a:focus,
.renew-recruit-title .parts_h_type16_ja a:active,
.renew-recruit-title .parts_h_type16_en a:hover,
.renew-recruit-title .parts_h_type16_en a:focus,
.renew-recruit-title .parts_h_type16_en a:active {
    text-decoration: none !important;
}

/* 歴史 */
.history {
    background-color: #f9f9f9;
    margin: 0 calc(50% - 50vw);
   padding-block: calc(120 * var(--rem)) ;
}
.history__wrap {
    max-width: 1200px;
    margin-inline: auto;
    @media(max-width: 768px) {
        padding-inline: calc(24 * var(--rem));
    }
}
.renew-text p{
    @media(max-width: 768px) {
        text-align: left !important;
    }
}
.tag-card__label {
  position: absolute;
  top: 5px;
  left: 7px;

  background: var(--main);
  color: #fff;
  font-weight: bold;
  font-size: 12px;

  padding: 5px 15px 5px 15px;
  line-height: 1;
}

.tag-card__label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: var(--main) transparent transparent transparent;
}

.tag-card__content {
  padding: 60px 30px 30px;
}


.recruit-number {
    margin-block-start: calc(130 * var(--rem));
    margin-block-end: calc(80 * var(--rem));
    font-size: calc(48 * var(--rem));
    color: var(--blue);
    position: relative;
    padding-block-end: calc(18 * var(--rem));
    @media(max-width: 768px) {
        font-size: calc(32 * var(--rem));
        margin-block-start: calc(30 * var(--rem));
    margin-block-end: calc(30 * var(--rem));
    }
} 

.recruit-number::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: var(--yellow);
}
.renew-recruit__num .cparts-img-block {
    width: calc(150 * var(--rem));
    height: calc(150 * var(--rem));
    margin-inline: auto;
}
.renew-recruit__num .lay-col12-xs-12{
    text-align: center;
}
.num-big {
    font-size: calc(64 * var(--rem));
    font-weight: 800;
    color: var(--yellow);
   font-family: cursive;
}
.num-big span {
    font-size: calc(32 * var(--rem));

}
.renew-recruit__num .lay-col12-xs-12 {
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
    padding-block:calc(20 * var(--rem)) calc(20 * var(--rem));
    flex:0 0 29%;
    max-width: 29%;
    border-radius: calc(8 * var(--rem));
    background-color: #fff;
    @media(max-width: 768px) {
        flex:0 0 80%;
        max-width: 80%;
    }
}
.renew-recruit__num .lay-row{
    justify-content: center;
    gap: calc(32 * var(--rem));
}
/* 研修制度 */
.training  {
    margin: 0 calc(50% - 50vw);
   padding-block: calc(120 * var(--rem)) ;
   background-image: url(/images/renew_recruit/background-carry.webp);
   background-repeat: no-repeat;
   background-position: bottom center;
   background-size: contain;
   @media(max-width: 768px) {
        padding-inline: calc(24 * var(--rem));
    }
}

.training__wrap {
    max-width: 1200px;
    margin-inline: auto;
}
.training-renew .cparts-img-block {
    width: calc(200 * var(--rem));
    height: calc(200 * var(--rem));
    margin-inline: auto;
    padding:calc(30 * var(--rem));
    margin-block-start: calc(-100 * var(--rem));
    background: #fff;
    border-radius: 100vmax;
    border: 11px solid #d9ecff;
  box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
  position: relative;
    overflow: visible;
    display: none;
}
.training-renew .cparts-img-block::before {
   position: absolute;
   content: "";
  inset: -8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4aa3ff 0%, #e8f6ff 100%);
  z-index: -1;
    pointer-events: none;

}
.training-renew .cparts-no-block  {
    height: calc(100 * var(--rem));
    width: calc(100 * var(--rem));
    color: var(--main);
    font-weight: 800;
    font-size: calc(48 * var(--rem));
}
.training-renew {
    margin-block-start: calc(150 * var(--rem));
}
.training-renew .cparts-txt-block {
   
}
.training-renew .lay-row {
    justify-content: center;
    gap: calc(20 * var(--rem));
}
.training-renew .lay-col12-xs-12 {
    box-shadow: 0px 0px 15px -5px #777777;
    background-color: #fff;
    position: relative;
    padding-block: calc(35 * var(--rem)) calc(35 * var(--rem));
}
.training-renew .lay-col12-lg-4 {
    flex:0 0 29%;
    max-width: 29%;
    @media(max-width: 768px) {
        flex:0 0 80%;
        max-width: 80%;
    }
}
.big-training {
    font-weight: 700;
    font-size: calc(40 * var(--rem));
    position: relative;
}
.big-training:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(-10 * var(--rem));
    transform: translateX(-50%);
    width: 30%;
    height: calc(10 * var(--rem));
    background-image: radial-gradient(circle, var(--main) calc(3.5 * var(--rem)), transparent calc(3.6 * var(--rem)));
    background-size: calc(14 * var(--rem)) calc(10 * var(--rem));
    background-repeat: repeat-x;
    background-position: center;
}
.training-renew .lay-col12-xs-12:after {
    content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #4aa3ff 0%, #005bd8 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
/* 全部研修の中身 */
.renew-recruit__tab {
   
}
.tr-twocol {
    display: flex;
    gap: calc(32 * var(--rem));

}

.tr-left {
    flex: 0 1 52%;
    max-width: 52%;
}

.tr-right {
    flex: 0 1 48%;
    max-width: 48%;
}

.tr-right > p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(220px, 24vw, 300px);
    padding: calc(16 * var(--rem));
    background-color: #fff;
}

.renew-recruit__tab_img{
    display: block;
    width: auto;
    max-width: min(100%, 460px);
    max-height: 300px;
    height: auto;
    margin-inline: auto;
    background-color: transparent;
    border: 0;
    object-fit: contain;
}

@media (max-width: 768px) {
    .tr-twocol {
        flex-direction: column;
    }

    .tr-left,
    .tr-right {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .tr-right > p {
        min-height: 220px;
    }
}
.recruit-tr__team {
   color: var(--blue);
   font-size: calc(24 * var(--rem));
   font-weight: 600;
}
.recruit-tr__title {
   font-size: calc(48 * var(--rem));
   font-weight: 900;
   color: var(--main);
}
.recruit-tr__text {
    line-height: 1.8;
    margin-block-end: calc(28 * var(--rem));
}
.recruit-tr__list {
    margin: 0;
    padding: 0;
}

.recruit-tr__list li {
    list-style: none;
    position: relative;
    background-color: #fff;
    border: 1px solid #d8dfe6;
    font-weight: 700;
    color: var(--blue);
    padding: calc(18 * var(--rem)) calc(24 * var(--rem)) calc(18 * var(--rem)) calc(56 * var(--rem));
}

.recruit-tr__list li + li {
    margin-top: calc(12 * var(--rem));
}

.tr-right .recruit-tr__list li::before {
    content: "";
    display: block !important;
    position: absolute;
    left: calc(24 * var(--rem));
    top: 50%;
    width: calc(8 * var(--rem));
    height: calc(14 * var(--rem));
    border-right: 3px solid var(--main);
    border-bottom: 3px solid var(--main);
    transform: translateY(-60%) rotate(45deg);
}
.tr-twocol--steps {
  margin-bottom: calc(32 * var(--rem));
}

.recruit-tr__step-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(14 * var(--rem));
}

.recruit-tr__step-card {
  background-color: #fff;
  border: 1px solid #d8dfe6;
  padding: calc(32 * var(--rem)) calc(26 * var(--rem));
}

.recruit-tr__step-num {
  color: var(--yellow);
  font-size: calc(18 * var(--rem));
  font-weight: 700;
  margin: 0 0 calc(18 * var(--rem));
}

.recruit-tr__step-title {
  color: var(--main);
  font-size: calc(24 * var(--rem));
  font-weight: 700;
  margin: 0 0 calc(14 * var(--rem));
}

.recruit-tr__step-text {
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .recruit-tr__step-cards {
    grid-template-columns: 1fr;
  }
}
.renew-recruit__tab__tab .dec-bg--light{
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #4aa3ff 0%, #005bd8 100%);
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 99;
    @media(max-width: 768px) {
        font-size: calc(22 * var(--rem));
    }
}
.renew-recruit__tab__tab .dec-line-pe--primary:before{
    border: 8px solid var(--main);
}
.renew-recruit__tab__tab .dec-bg--primary{
    font-weight: 700;
    background-color: var(--yellow);
    color:#fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 99;
     @media(max-width: 768px) {
        font-size: calc(22 * var(--rem));
    }
}
.renew-recruit__tab__tab .dec-line-pe--primary:before{

    border: 8px solid var(--yellow) !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
.training-tab .lay-col12-xs-12{
   border: 2px solid var(--main);
    margin-block-start: calc(-35 * var(--rem));
    padding: calc(50 * var(--rem));

}
.training-tab .dec-bg--primary::before {
   display: none;
}
.training-tab__wrap {
    max-width: 1200px;


}

/* =========================
  キャリアアップ
========================= */
.up-recruit__renew .lay-row {
    
    justify-content: space-between;
    gap: calc(32 * var(--rem));
}
.up-recruit__renew .lay-col12-xs-12{
    flex:0 0 20%;
    max-width: 20%;
}
.up-recruit__renew__step {
    font-size: calc(32 * var(--rem));
    font-weight: 700;
    color: var(--yellow);
    margin-block-end: calc(0 * var(--rem));
}
.up-recruit__renew__year {
    font-size: calc(48 * var(--rem));
    font-weight: 800;
    color: var(--main);
    margin-block-end: calc(16 * var(--rem));
}
.up-recruit__renew__year span {
    font-size: calc(32 * var(--rem));
    font-weight: 700;
    color: var(--blue);
}
.flow {
	padding-left: min( 5%, calc((100vw - 100%) / 2) );
	padding-right: min( 5%, calc((100vw - 100%) / 2) );
	margin-left: calc((100vw - 100%) / 2 * -1);
	margin-right: calc((100vw - 100%) / 2 * -1);
}

.flow .lay-row {
	justify-content: space-between;
	margin-left:auto;
	margin-right: auto;
	max-width: 1200px;
}
.flow .lay-row > div {
	width: calc(25% - 40px);
	max-width: 100%;
	flex:none;
	border: 4px solid rgba(0,59,112,0.6);
	border-radius: 10px;
	margin-top: 40px;
	padding: 10px 15px 30px;
	position: relative;
	z-index: 0;
	background: #fff;
}
.flow .lay-row > div:before {
	content: "";
	display: block;
	width: 15px;
	height:50px;
	position: absolute;
	top: 20%;
	left: calc(100% + 30px);
	transform: translateX(-50%);
	z-index: 0;
	background: #fff;
	clip-path: polygon(35% 0, 100% 50%, 35% 100%, 0 100%, 65% 50%, 0 0);
}
.flow .lay-row > div:after {
	content: "";
	display: block;
	width: 60px;
	height:50px;
	position: absolute;
	top: 20%;
	left: 100%;
	z-index: -1;
	background: rgba(0,59,112,0.4);
	opacity: 0.2;
}


.flow .lay-row > div:last-child:before,
.flow .lay-row > div:last-child:after {
	display:none;
}

.flow .step {
	background: #000;
	color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	margin-bottom: 20px;
}
.flow .step > div {
	margin: 0;
	font-size: 30px;
	line-height: 1;
}


.flow .cparts-img-block {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.flow .cparts-img-block > img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	max-width: 100px;
}


.flow h4 {
	text-align: center;
	border: none!important;
	padding: 0!important;
	font-size: 24px;
	line-height: 1.4;
	height: 2.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}


.flow p {
	font-size: 16px;
}


.flow_item_wrap {
	margin: 0px calc(50% - 50vw);
	padding: 80px calc(50vw - 50%);
	background: #fdf8e7;
}

@media (max-width: 1199px) {
	.flow .lay-row > div {
		width: calc(20% - 30px);
	}
	.flow .lay-row > div:before {
		left: calc(100% + 25px);
	}

	.flow h4 {
		font-size: min(18px, 1.5vw);
	}
}

@media (max-width: 1029px) and (min-width: 768px) {
	.flow .lay-row {
	}
	.flow .lay-row > div {
		width: calc(100% - 35px);
		margin: 0px 0 50px 35px;
		display: flex;
		align-items: center;
		padding: 20px 20px 20px 0;
	}
	.flow .step {
		min-width: 70px;
		margin: 0 20px 0 -35px;
		position: relative;
	}
	.flow .cparts-img-block {
		width: 100px;
		margin: 0 20px 0 0;
	}
	.flow .cparts-txt-block {
		text-align: left;
	}
	.flow h4 {
		display: block;
		text-align: left;
		font-size: 18px;
		height: auto;
	}
	.flow h4 br {
		display: none;
	}

}

@media (max-width: 1029px) {
	.flow .lay-row > div:after {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 50px;
		height: 60px
	}
	.flow .lay-row > div:before {
		top: calc(100% + 20px);
		left: 50%;
		transform: translateX(-50%);
		width: 50px;
		height: 15px;
		clip-path :polygon(100% 50%, 50% 100%, 0 50%, 0 0, 50% 50%, 100% 0);
	}
}

@media (max-width: 767px) {

	.flow .lay-row > div {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 80px!important;
		padding: 10px 15px 20px;
	}
	.flow .lay-row > div:first-child {
		margin-top: 50px!important;
	}

	.flow h4 {
		font-size: 16px;
		height: auto;
	}
	.flow h4 br {
		display:none;
	}


	.flow .lay-row > div:after {
		height: 100px;
	}
}

/* スケジュール */
.comHistory table {
  position: relative;
}
.comHistory table::before {
  content: '';
  position: absolute;
  top: calc((10px* 1.15) / 2 + 20px);
  left: 165px;
  height: 100%;
  border-left: 2px dashed #808080;
}
.comHistory table tbody tr {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.comHistory table tbody tr th {
  position: relative;
  display: block;
  background: var(--main) !important;
  color: #fff;
  font-size: 16px;
  border: none;
  text-align: center;
  width: 130px;
  padding: 0.3em 1em;
}
.comHistory table tbody tr > th::before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(-35px - 7.5px);
  width: 15px;
  height: 15px;
  background-color: #333;
  border: 3px double #fff;
  transform: translateY(-50%);
}
.comHistory table tbody tr > td:last-child {
  padding: calc(10px - 4px) 4em;
  align-self: center;
}
.comHistory table tbody tr > td {
  display: block;
  border: none;
}
.comHistory table th {
  background-color: #d2b48c;
}

@media(max-width:798px) {
  .comHistory .lay-row > div {
    padding: 0;
  }
  .comHistory table::before {
    left: 8.5px;
  }
  .comHistory table tbody tr {
    flex-direction: column;
    padding-left: 30px;
  }
  .comHistory table tbody tr th {
    font-size: 18px;
    border: 3px double #fff;
    background-clip: inherit;
    width: calc(100% + 30px);
    margin-bottom: 15px;
    margin-left: -30px;
  }
  .comHistory table tbody tr > td:first-of-type {
    margin-left: 1px;
    border-width: 3px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 1em;
  }
  .comHistory table tbody tr > th::before {
    content: none;
  }
  .comHistory table tbody tr > td:last-child {
    padding: 0 5px;
    font-size: 14px;
    align-self: flex-start;
  }

}
.table-recruit__renew {
    display: flex;
    justify-content: center;
    gap: calc(80 * var(--rem));
    padding-block: calc(160 * var(--rem));
    @media(max-width: 768px) {
        flex-direction: column;
        gap: calc(32 * var(--rem));
        padding-block: calc(80 * var(--rem));
    }
}
.day-recruit {
    color: var(--main);
    font-weight: 600;
}
.day-recruit__title {
    color: var(--blue);
}
.day-recruit__btn {
    background-color: var(--blue);
    color: #fff;
    font-weight: 700;
    padding: calc(10 * var(--rem)) calc(30 * var(--rem)) calc(10 * var(--rem)) calc(30 * var(--rem));
    width:fit-content;
    position: relative;
}
/* .day-recruit__btn::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(24 * var(--rem));
    top: 50%;
    width: calc(32 * var(--rem));
    height: calc(32 * var(--rem));
    transform: translateY(-50%);
    background-image: url(/images/renew_recruit/cup.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */
/* 待遇・福利厚生 */
.recruit-yukyu {
    max-width: 980px;
    margin: 0 auto;
}
.recruit-yukyu .lay-row{
    justify-content: center;
    display: flex;
    gap: calc(32 * var(--rem));
    @media(max-width: 768px) {
        flex-direction: column;
        gap: calc(16 * var(--rem));
    }
}
.recruit-yukyu .lay-col12-xs-12 {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
    border: 1px solid #ccc;

    background-color: #fff;
    box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
    padding: calc(32 * var(--rem)) calc(24 * var(--rem));
    @media(max-width: 768px) {
        flex: 0 0 90%;
        max-width: 90%;
        margin-inline: auto !important;
    }
}
.recruit-yukyu .lay-col12-xs-12:last-child {
    background-color: var(--blue);
    color: #fff;
}
.recruit-yukyu-title {
    border-bottom: solid 1px #ccc;
    padding-block-end: calc(20 * var(--rem));
    margin-inline: auto;
    font-size: calc(32 * var(--rem));
    width: fit-content;
    font-weight: 700;
}
.recruit-yukyu-day {
    font-size: calc(96 * var(--rem));
    font-weight: 900;
    font-family: cursive;
    padding-block-end: calc(24 * var(--rem));
    border-bottom: 2px dotted #ccc;
}
.recruit-yukyu-day span{
    font-size: calc(32 * var(--rem));
    padding-inline: 10px;
}
.recruit-yukyu-fuyo {
    font-size: calc(32 * var(--rem));
    font-weight: 600;
}
.renew-vacation-badge {
  position: absolute;
  top: 0;
    right: 0;
  width: 65px;
  height:75px;
  background: linear-gradient(180deg, #ffd83d 0%, #f3bd00 100%);
  color: #003b70;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 22px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  z-index: 3;
  box-shadow: 0 6px 16px rgba(0, 59, 112, 0.18);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    50% 82%,
    0 100%
  );
  @media(max-width: 768px) {
    transform: translateX(-27px);
  }
}

.renew-vacation-badge span {
  display: inline-block;
  letter-spacing: 0.03em;
}
.recruit-yukyu .lay-col12-xs-12:last-child .cparts-txt-block {
    position: relative;
}

.renew-carryup-card {
    position: absolute;
    top: 0;
    left: 50%;
    width: 86px;
    min-height: 0;
    overflow: visible;
    transform: translate(100px, -21px);
}
/* 福利厚生 */
.recruit-bene__back {
    background-color: #f9f9f9;
    margin: 0 calc(50% - 50vw);
   padding-block: calc(120 * var(--rem)) ;
   @media(max-width: 768px) {
        padding-inline: calc(24 * var(--rem));
    }
}
.recruit-bene__wrap {
    max-width: 1200px;
    margin-inline: auto;
}

.recruit-bene {
    margin-block-start: calc(120 * var(--rem));
}

.recruit-bene .renew-bene-num {
    position: relative;
    display: block;
    width: 100%;
    min-height: calc(100 * var(--rem));
    line-height: calc(100 * var(--rem));
    box-sizing: border-box;
    font-size: calc(120 * var(--rem));
    font-weight: 700;
    color: rgba(249,249,249,0.9);
}

.recruit-bene .renew-bene-num::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100 * var(--rem));
    height: calc(100 * var(--rem));
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: rgba(0, 59, 112, 0.1);
    border-radius: 100vmax;
}

.recruit-bene .lay-row > .lay-col12-xs-12:nth-child(1) .renew-bene-num::after {
    background-image: url(/images/renew_recruit/bene01.webp);
}

.recruit-bene .lay-row > .lay-col12-xs-12:nth-child(2) .renew-bene-num::after {
    background-image: url(/images/renew_recruit/bene02.webp);
}

.recruit-bene .lay-row > .lay-col12-xs-12:nth-child(3) .renew-bene-num::after {
    background-image: url(/images/renew_recruit/bene03.webp);
}

.recruit-bene .lay-row > .lay-col12-xs-12:nth-child(4) .renew-bene-num::after {
    background-image: url(/images/renew_recruit/bene04.webp);
}
.recruit-bene2 .lay-row > .lay-col12-xs-12:nth-child(1) .renew-bene-num::after {
    background-image: url(/images/renew_recruit/bene05.webp);
}

.recruit-bene2 .lay-row > .lay-col12-xs-12:nth-child(2) .renew-bene-num::after {
    background-image: url(/images/renew_recruit/exiv.svg);
}

.recruit-bene2 .lay-row > .lay-col12-xs-12:nth-child(3) .renew-bene-num::after {
    background-image: url(/images/renew_recruit/train.svg);
}

.recruit-bene2 .lay-row > .lay-col12-xs-12:nth-child(4) .renew-bene-num::after {
    background-image: url(/images/renew_recruit/car.svg);
}
.recruit-bene .lay-col12-xs-12{
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0 auto;
    box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
    padding-block: calc(24 * var(--rem));
    border-radius: calc(24 * var(--rem));
    background-color: #fff;
    @media(max-width: 768px) {
        flex: 0 0 80%;
        max-width: 80%;
    }
}
.recruit-bene .lay-row {
    justify-content: center;
    gap: calc(32 * var(--rem));
}
.recruit-bene2 {
    margin-block-start: calc(30 * var(--rem));
}
.recruit-bene2 h5 {
    padding: 0.5em 0.5em 0.3em 0.5em;
}

.recruit-bene3 p{
   position: relative;
    z-index: 0;
}
/* .recruit-bene3 p::after {
    position: absolute;
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
    opacity: 0.3;
    top: 0;
    z-index: -1;
    pointer-events: none;
} */
/* .recruit-bene3 .lay-row > .lay-col12-xs-12:nth-child(1) p::after {
    background-image: url(/images/renew_recruit/bene11.webp);
}

.recruit-bene3 .lay-row > .lay-col12-xs-12:nth-child(2) p::after  {
    background-image: url(/images/renew_recruit/bene12.webp);
}

.recruit-bene3 .lay-row > .lay-col12-xs-12:nth-child(3) p::after  {
    background-image: url(/images/renew_recruit/bene13.webp);
} */
.recruit-bene3 .lay-col12-xs-12 {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
    padding-block: calc(24 * var(--rem));
    border-radius: calc(24 * var(--rem));
    border-top: 4px solid var(--main);
    @media(max-width: 768px) {
        flex: 0 0 80%;
        max-width: 80%;
    }
}
.recruit-bene3 .lay-row {
    justify-content: center;
    gap: calc(32 * var(--rem));
}
.system-recruit__bene .slick-slide:not(.slick-center) {
  opacity: 1 !important;
  transform: scale(0.96);
}

/* 中央以外の画像だけ暗くする */
.system-recruit__bene
.slick-slide:not(.slick-center)
.cparts-img-block img {
  filter: brightness(0.55);
  transition:
    filter 0.45s ease,
    transform 0.45s ease;
}

/* 中央の画像は通常表示 */
.system-recruit__bene
.slick-slide.slick-center
.cparts-img-block img {
  filter: brightness(1);
}
.recruit-renew__culture h4 {
  @media(max-width: 767px) {
    font-size: 20px;
    text-align: center;
  }
}
.recruit-renew__culture p{
    background-image: url(/images/renew_recruit/culture01.webp), linear-gradient(135deg, #fffaf0 0%, #fff4cf 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: calc(32 * var(--rem)) 50%, center;
    background-size: calc(64 * var(--rem)) calc(64 * var(--rem)), 100% 100%;
    padding: calc(24 * var(--rem)) calc(32 * var(--rem)) calc(24 * var(--rem)) calc(120 * var(--rem));
    position: relative;
}
.recruit-renew__culture p:last-child {
    background-image: url(/images/renew_recruit/culture02.webp), linear-gradient(135deg, #fffaf0 0%, #fff4cf 100%);
  
}
/* 表彰 */


.hyousho .lay-row {
    justify-content: center;
    gap: calc(32 * var(--rem));
}
.hyousho .lay-col12-xs-12 {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
    padding-block: calc(40 * var(--rem));
    padding-inline: calc(40 * var(--rem));
    border: 4px double #d9ecff;
    @media(max-width: 768px) {
        flex: 0 0 80%;
        max-width: 80%;
        margin-inline: auto !important;
    }
}
.hyousho .lay-col12-xs-12:last-child {
    position: relative;
    overflow: hidden;
    background-color: var(--blue);
    color: #fff;
    border: 4px double #fff;
}
.hyousho .lay-col12-xs-12 {
    position: relative;
    z-index: 1;
}
.hyousho .lay-col12-xs-12 h5 {
    position: relative;
    padding-left: calc(102 * var(--rem));
}
.hyousho .lay-col12-xs-12 h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(68 * var(--rem));
    height: calc(68 * var(--rem));
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
}
.hyousho .lay-row > .lay-col12-xs-12:nth-child(1) h5::before {
    background-image: url(/images/renew_recruit/culture03.webp);
}
.hyousho .lay-row > .lay-col12-xs-12:nth-child(2) h5::before {
    background-image: url(/images/renew_recruit/culture04.webp);
    filter: brightness(0) invert(1);
}
.hyousho .lay-col12-xs-12:last-child h5::first-letter,
.hyousho .lay-col12-xs-12:last-child h5{
    color: #fff;
}
.hyousho .slick .slick-slide img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
/* .hyousho .lay-col12-xs-12::after {
    content: "";
    position: absolute;
    right: calc(12 * var(--rem));
    bottom: calc(12 * var(--rem));
    width: calc(200 * var(--rem));
    height: calc(200 * var(--rem));
    background-image: url(/images/renew_recruit/reaf.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
    transform: rotate(20deg);
} */

/* 社外交流 */
.community .lay-row{
    justify-content: center;
    gap: calc(32 * var(--rem));
}
.community .lay-col12-xs-12 {
    flex: 0 0 28%;
    max-width: 28%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
    padding-block: calc(40 * var(--rem));
    padding-inline: calc(40 * var(--rem));
    border-radius: calc(24 * var(--rem));
    @media(max-width: 768px) {
        flex: 0 0 80%;
        max-width: 80%;
        margin-inline: auto !important;
    }
}
.community .cparts-img-block img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.community .cparts-no-block {
    background: var(--main);
    border-radius: 100vw;
    font-weight: 800;
    color: #fff;
    font-family: cursive;
}
.community-tag {
    background: linear-gradient(135deg, #fffaf0 0%, #fff4cf 100%);
    color: var(--blue);
    width: fit-content;
    padding: calc(16 * var(--rem)) calc(16 * var(--rem)) calc(16 * var(--rem)) calc(56 * var(--rem));
    font-weight: 700;
    position: relative;
    border-radius: calc(8 * var(--rem));
}
.community-tag::before {
    content: "";
    position: absolute;
    left: calc(16 * var(--rem));
    top: 50%;
    width: calc(32 * var(--rem));
    height: calc(32 * var(--rem));
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.community .lay-row > .lay-col12-xs-12:nth-child(1) .community-tag::before,
.community .community-tag:nth-of-type(1)::before {
    background-image: url(/images/renew_recruit/commu02.webp);
}
.community .lay-row > .lay-col12-xs-12:nth-child(2) .community-tag::before,
.community .community-tag:nth-of-type(2)::before {
    background-image: url(/images/renew_recruit/commu01.webp);
}
.community .lay-row > .lay-col12-xs-12:nth-child(3) .community-tag::before,
.community .community-tag:nth-of-type(3)::before {
    background-image: url(/images/renew_recruit/commu03.webp);
}

/* 先輩社員の声 */
.recruit-voice {
   padding-block: calc(80 * var(--rem));
   margin: 0 calc(50% - 50vw);
   background: var(--blue);
   color: #fff;
   margin-block-start: calc(120 * var(--rem));
   @media(max-width: 768px) {
        padding-inline: calc(24 * var(--rem));
    }
}
.recruit-voice a {
    color: #fff;
}
.recruit-voice__wrap {
    max-width: 1200px;
    margin-inline: auto;
}
.recruit-voice h2 {
    color: #fff;
}
.recruit-voice h2 .cparts-notes-block {
    color: #fff;
}

.recruit-voice__title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    @media(max-width: 768px) {
        grid-template-columns: 1fr;
        gap: calc(16 * var(--rem));
    }
}
.recruit-voice__title__left {
    text-align: center;
    display: flex;
    justify-content: end;
    @media(max-width: 767px) {
        margin-block-end: calc(20 * var(--rem));
    }
}
.recruit-more__btn {
    width: 150px;
    background-color: var(--yellow);
    position: relative;
    font-weight: 700;
    color: #fff;
    padding: calc(10 * var(--rem)) calc(60 * var(--rem))  calc(10 * var(--rem)) calc(20 * var(--rem));
}
.recruit-more__btn::after {
    content: "";
    position: absolute;
    right: calc(24 * var(--rem));
    top: 50%;
    width: calc(32 * var(--rem));
    height: calc(32 * var(--rem));
    transform: translateY(-50%);
    background-image: url(/images/renew_recruit/allow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} 
.renew-voice {
   background-color: #fff;
   color: #333;
  
}
.renew-voice .cparts-txt-block {
    margin-block-start: calc(64 * var(--rem));
    @media(max-width: 768px) {
        padding-inline: calc(24 * var(--rem));
        padding-block: calc(32 * var(--rem));
    }
}
.renew-voice span {
    color: var(--blue);
    background-color: rgba(0, 59, 112, 0.1);
    padding: calc(4 * var(--rem)) calc(8 * var(--rem));
}
/* 募集要項 */


.renew-table {
  max-width: 1120px;
  margin-inline: auto;
  background: transparent;
}

.renew-table .lay-row {
  margin-inline: 0;
}

.renew-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #dceaf5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 59, 112, 0.08);
}

.renew-table tr:not(:last-child) th,
.renew-table tr:not(:last-child) td {
  border-bottom: 1px solid #dceaf5;
}

.renew-table th {
  width: 240px;
  padding: 26px 28px;
  background: linear-gradient(135deg, #005A86 0%, #004985 100%) !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}


.renew-table td {
  padding: 26px 32px;
  background: #ffffff;
  color: #24384f;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

.renew-table tr:nth-child(even) td {
  background: #f7fbff;
}



/* =========================
  スマホ
========================= */

@media (max-width: 768px) {
    .renew-table,
    .renew-table .lay-row,
    .renew-table .lay-col12-xs-12,
    .renew-table .cparts-table-block {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .renew-table .lay-row {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .renew-table .lay-col12-xs-12 {
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .renew-table .cparts-table-block {
        overflow: visible;
    }

    .renew-table table,
    .renew-table tbody,
    .renew-table tr,
    .renew-table th,
    .renew-table td {
        display: block !important;
        width: 100% !important;
    }

    .renew-table table {
        min-width: 0 !important;
        table-layout: fixed;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .renew-table tbody {
        gap: 12px;
    }

    .renew-table tr {
        border: 1px solid #dceaf5;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 12px;
        background: #fff;
    }

    .renew-table tr:last-child {
        margin-bottom: 0;
    }

    .renew-table th {
        width: 100%;
        max-width: 100%;
        border: 0 !important;
        margin: 0;
        padding: 14px 16px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.03em;
        white-space: wrap !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .renew-table td {
        border: 0 !important;
        margin: 0;
        padding: 14px 16px 18px;
        font-size: 14px;
        line-height: 1.75;
        background: #fff !important;
        color: #24384f;
        white-space: wrap !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}
.oubo-new {
    background-color: var(--blue);
    color: #fff;
}
/* エントリー*/
.recruit-renew__entry {
    margin-block-start: calc(120 * var(--rem));
}
.recruit-renew__entry .lay-row {
    justify-content: center;
    gap: calc(32 * var(--rem));
}
.recruit-renew__entry .lay-col12-xs-12 {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
    padding-block: calc(40 * var(--rem));
    padding-block-start: calc(64 * var(--rem));
    padding-inline: calc(40 * var(--rem));
    border-radius: calc(24 * var(--rem));
    @media(max-width: 768px) {
        flex: 0 0 80%;
        max-width: 80%;
        margin-inline: auto !important;
    }
}
.recruit-renew__entry .lay-col12-xs-12::before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(-54 * var(--rem));
    transform: translateX(-50%);
    width: calc(95 * var(--rem));
    height: calc(95 * var(--rem));
    border-radius: 100vmax;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(38 * var(--rem)) calc(38 * var(--rem));
    box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.2);
}
.recruit-renew__entry .lay-col12-xs-12:first-child {
    background-color: rgba(0, 59, 112, 0.05);
}
.recruit-renew__entry .lay-col12-xs-12:first-child::before {
    background-image: url(/images/renew_recruit/entry01.webp);
}
.recruit-renew__entry .lay-col12-xs-12:last-child {
    background-color: #fffaf0;
}
.recruit-renew__entry .lay-col12-xs-12:last-child::before {
    background-image: url(/images/renew_recruit/entry02.webp);
}
.renew-ent-title {
    font-size: calc(32 * var(--rem));
    font-weight: 700;
    color: var(--blue);
    position: relative;
    padding-inline-start: calc(52 * var(--rem));
    width: fit-content;
    margin-inline: auto;
}
.renew-ent-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(42 * var(--rem));
    height: calc(42 * var(--rem));
    transform: translateY(-50%);
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.recruit-renew__entry .lay-col12-xs-12:first-child .renew-ent-title::before {
    background-image: url(/images/renew_recruit/entry04.webp);
}
.recruit-renew__entry .lay-col12-xs-12:last-child .renew-ent-title::before {
    background-image: url(/images/renew_recruit/entry03.webp);
}

.renew-recruit__bottom .mailForm h2,
.renew-recruit__upper .mailForm h2{
    color: var(--main);
    font-size: calc(54 * var(--rem));
    @media(max-width: 768px) {
        font-size: calc(40* var(--rem));
    }
}
#wrapper #upper .renew-recruit__bottom .mailForm input[type="submit"],
#wrapper #upper .renew-recruit__upper .mailForm input[type="submit"] {
    background-color: var(--main);
    color: #fff;
    border-radius: 0;
}
.renew-recruit__bottom .mailForm,
.renew-recruit__upper .mailForm {
   
    padding: calc(48 * var(--rem)) calc(24 * var(--rem));
   
     margin-block-start: calc(120 * var(--rem));
}
.renew-recruit__bottom {
    margin-bottom: 100px;
}
.renew-recruit__upper h2 {
    @media(max-width: 768px) {
        font-size: calc(40* var(--rem));
    }
}
.renew-closing {
    margin: 0 calc(50% - 50vw);
  padding: clamp(80px, 10vw, 140px) 20px;
  text-align: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(228, 244, 255, 0.8) 0%, rgba(228, 244, 255, 0) 32%),
    radial-gradient(circle at 85% 80%, rgba(255, 247, 220, 0.9) 0%, rgba(255, 247, 220, 0) 34%),
    #fff;
}

.renew-closing__lead {
  margin: 0;
  color: #111827;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.renew-closing__sub {
  margin: 32px 0 0;
  color: #c99800;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.9;
  letter-spacing: 0.08em;
}
/* ==============================
   先輩社員の声

============================== */

body {
    --voice-main: #0183be;
    --voice-light: #f7fbff;
    --voice-bg: #fffaf5;
    --voice-border: #ead8c5;
    --voice-text: #222;
    --voice-radius: 24px;
    --voice-text: #222;
    --voice-muted: #666;
}
.recruit-clearfix {
    padding: 0 !important;
}
.recruit-clearfix > .container {
    /* width: 90%; */
    /* max-width: 1250px; */
}
.rnew-voice .blogIndividualBox {
    /* max-width: 1080px; */
    margin: 0 auto;
}
.rnew-voice-archive{
    padding: 0;
}

.rnew-voice__head {
    background: linear-gradient(135deg, #fff 0%, var(--voice-light) 100%);
    margin: 0 calc(50% - 50vw);
}

.rnew-voice__head__wrap {
    display: grid;
    grid-template-columns: minmax(280px, 42%) 1fr;
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    padding: clamp(24px, 5vw, 56px);
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.rnew-voice__head__wrap::before {
    content: "VOICE";
    position: absolute;
    right: -0.08em;
    bottom: -0.22em;
    color: rgba(0,0,0,0.08);
    font-size: clamp(80px, 15vw, 170px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    pointer-events: none;
}

.rnew-voice__photo,
.rnew-voice__info {
    position: relative;
    z-index: 1;
}

.rnew-voice__photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.rnew-voice__en {
    margin: 0 0 18px;
    color: var(--voice-main);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.rnew-voice__name {
    margin: 0 0 24px;
    color: var(--voice-text);
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.4;
}

.rnew-voice__category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rnew-voice__category li {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 16px;
    color: #fff;
    background: var(--voice-main);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}


.rnew-voice__body,
.rnew-voice__more {
    /* max-width: 960px; */
    margin: 0 auto;
    color: var(--voice-text);
    line-height: 2;
}
.rnew-voice__more {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.rnew-voice__more > div:not(:has(img)) {
  max-width: 1200px;
  margin-inline: auto;
}

.rnew-voice__body {
    margin-bottom: clamp(48px, 7vw, 80px);
    /* margin-top: calc(120 * var(--rem)); */
}

.rnew-voice__more .box,
.rnew-voice__body .box {
    /* margin-bottom: clamp(36px, 5vw, 64px); */
 
}

.rnew-voice__more .lay-row,
.rnew-voice__body .lay-row {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(36px, 6vw, 56px);
}
.rnew-voice__more .lay-row {
    align-items: center;
}
.rnew-voice__more [class*="lay-col12-md-6"],
.rnew-voice__body [class*="lay-col12-md-6"] {
    flex: 1 1 0;
    min-width: 0;
}


.rnew-voice__more img,
.rnew-voice__body img {
    display: block;
    max-width: 100%;
    height: auto;
}

.rnew-voice__more .cparts-img-block,
.rnew-voice__body .cparts-img-block {
    text-align: center;
}
#main .rnew-voice__body .cparts-img-block {
    padding-inline: 0;
}

.rnew-voice__more .cparts-img-block img,
.rnew-voice__body .cparts-img-block img {
    width: 100%;
    /* max-width: 430px; */
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
    padding-block-start: calc(60 * var(--rem));
}
.rnew-voice__body .rnew-voice__head__wrap2 .cparts-img-block img {
    /* aspect-ratio: 4 / 5; */
}


/* Q&A */
.rnew-voice .qaList {
    width: 100%;
}

.rnew-voice .qaList dl {
    margin: 0;
    padding: clamp(24px, 4vw, 40px);
    background: #fff;
    position: relative;
    border: 1px solid rgba(1, 131, 190, 0.22)
}
.qa3 .cparts-img-block img {
    padding-block-start: 0;
   
}
.qa3 .lay-row {
    align-items: center;
}
.qa3__wrap {
    margin: 0 calc(50% - 50vw);
    background: rgba(220, 234, 245, 0.3);
    padding-block: calc(120 * var(--rem)) calc(80 * var(--rem));
    margin-block-end: calc(120 * var(--rem));
}
.qa3__inner {
    max-width:1200px ;
    margin-inline: auto;
}


.rnew-voice .qaList dl::before {
    top: 0;
    left: 0;
    border-top: 3px solid var(--main);
    border-left: 3px solid var(--main);
}

.rnew-voice .qaList dl::after {
    right: 0;
    bottom: 0;
    border-right: 3px solid var(--main);
    border-bottom: 3px solid var(--main);
}

.rnew-voice .qaList dt {
    position: relative;
    margin: 0 0 18px;
    padding-left: 46px;
    color: var(--voice-text);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.7;
}

.rnew-voice .qaList dt::before {
    content: "Q";
    position: absolute;
    justify-content: center;
    left: 0;
    top: 0.12em;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--main);
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    clip-path: none;
}

.rnew-voice .qaList dd {
    position: relative;
    margin: 0;
    padding-left: 46px;
}

.rnew-voice .qaList dd::before {
    content: none;
}

.rnew-voice .qaList dd p {
    margin: 0;
}


.rnew-voice__more > .lay-row,
.rnew-voice__more > .cparts-id045--01 {
    margin-bottom: clamp(36px, 5vw, 64px);
}




.rnew-voice__more .cparts-id119 {
    padding: clamp(28px, 5vw, 48px);
    background: var(--voice-bg);
    border-radius: 22px;
    border: 1px solid var(--voice-border);
}

.rnew-voice__more .cparts-id119 p {
    margin: 0;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 2;
}


.rnew-voice__pager {
    max-width: 960px;
    margin: clamp(56px, 8vw, 96px) auto 0;
}


.rnew-voice__pager .prevBu {
    text-align: left;
}

.rnew-voice__pager .mainBu {
    text-align: center;
}

.rnew-voice__pager .nextBu {
    text-align: right;
}

.rnew-voice__pager a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 80px;
    color: var(--voice-text);
    background: #fff;
    border: 1px solid var(--voice-border);
    text-decoration: none;
    transition: 0.2s ease;
    width: fit-content;
}

.rnew-voice__pager a:hover {
    color: #fff;
    background: var(--voice-main);
    border-color: var(--voice-main);
}
.rnew-voice h3 {
    display: table;
    margin: 0 auto 24px;
    padding: 0 0 20px 46px;
    font-size: clamp(28px, 4vw, 32px);
    font-weight: 700;
    position: relative;
}
.rnew-voice h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    width: 34px;
    height: 34px;
    background-image: url(/images/renew_recruit/mega.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.rnew-voice h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: var(--main);
    border-radius: 999px;
}
.rnew-voice .blogIndividual .pageLink li {
    width: 100%;
}
@media (max-width: 768px) {
    .rnew-voice__head {
        grid-template-columns: 1fr;
        padding: 24px 18px;
        margin-bottom: 48px;
    }

    .rnew-voice__photo img {
        aspect-ratio: 16 / 10;
    }

    .rnew-voice__name {
        margin-bottom: 20px;
    }

    .rnew-voice__more .lay-row,
    .rnew-voice__body .lay-row {
        display: block;
    }

    .rnew-voice__more [class*="lay-col12-md-6"],
    .rnew-voice__body [class*="lay-col12-md-6"] {
        margin-bottom: 22px;
    }

    .rnew-voice__more .cparts-img-block img,
    .rnew-voice__body .cparts-img-block img {
        max-width: 100%;
        aspect-ratio: 16 / 10;
    }

    .rnew-voice h3 {
        padding-bottom: 8px;
        padding-left: 40px;
    }

    .rnew-voice h3::before {
        width: 26px;
        height: 26px;
    }

    .rnew-voice h3::after {
        left: 40px;
        height: 4px;
        width: calc(100% - 40px);
    }

    .rnew-voice .qaList dl {
        padding: 22px 18px;
    }

    .rnew-voice .qaList dt,
    .rnew-voice .qaList dd {
        padding-left: 40px;
    }

    .rnew-voice .qaList dt::before {
        width: 26px;
        height: 26px;
        font-size: 17px;
    }

    .rnew-voice__pager ul {
        grid-template-columns: 1fr;
    }

    .rnew-voice__pager .prevBu,
    .rnew-voice__pager .mainBu,
    .rnew-voice__pager .nextBu {
        text-align: center;
    }

    .rnew-voice__pager a {
        width: 100%;
    }
}
/* ==============================
  Archive
============================== */

.rnew-voice-archive {
    

    max-width: 1120px;
    margin: 0 auto;
   
}


.rnew-voice-archive__head {
    position: relative;
    margin-bottom: clamp(50px, 7vw, 90px);
    padding: 0 20px 36px;
    text-align: center;
}

.rnew-voice-archive__en {
   display: inline-block;
    position: relative;
    margin: 0 0 18px;
    padding: 0 18px;
    color: #0089c9;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.4;
}

.rnew-voice-archive__title {
    margin: 0;
    color: var(--voice-text);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.4;
    font-weight: 700;
}
.rnew-voice-archive__en::before,
.rnew-voice-archive__en::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 28px;
    height: 1px;
    background: #0089c9;
    opacity: 0.5;
}
.rnew-voice-archive__en::before {
    left: -18px;
}

.rnew-voice-archive__en::after {
    right: -18px;
}

.rnew-voice-archive__lead {
    max-width: 760px;
    margin: 50px auto 0;
    color: #0089c9;
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1.8;
    font-weight: 700;
    position: relative;
}
.rnew-voice-archive__lead::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    width: 34px;
    height: 34px;
    background-image: url(/images/renew_recruit/mega.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    @media(max-width:767px) {
        transform: translate(-100% , -100%);
    }
}


.rnew-voice-archive__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 36px);
}

.rnew-voice-card {
    margin: 0;
}

.rnew-voice-card__link {
    display: block;
    height: 100%;
    color: inherit;
    background: #fff;
    border: 1px solid var(--voice-border);
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 70, 110, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rnew-voice-card__link:hover {
    text-decoration: none;
}

.rnew-voice-card__image {
    position: relative;
    overflow: hidden;
    background: var(--voice-light);
}

.rnew-voice-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.35s ease;
}


.rnew-voice-card__body {
    padding: 24px 20px 28px;
}

.rnew-voice-card__label {
    margin: 0 0 10px;
    color: var(--voice-main);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.rnew-voice-card__name {
    margin: 0 0 16px;
    color: var(--voice-text);
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 700;
    line-height: 1.45;
    padding: 0;
}
.rnew-voice-card__name::before {
    display: none !important;
}

.rnew-voice-card__category {
    margin-bottom: 22px;
}

.rnew-voice-card__category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rnew-voice-card__category li {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    color: #fff;
    background: var(--voice-main);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}
.rnew-voice-card__category li::before {
    display: none !important;
}

.rnew-voice-card__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--voice-main);
    font-size: 14px;
    font-weight: 700;
}

.rnew-voice-card__more::after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: currentColor;
    transition: width 0.25s ease;
}

.rnew-voice-card__link:hover .rnew-voice-card__more::after {
    width: 42px;
}

.rnew-voice-archive__pager {
    margin-top: clamp(48px, 7vw, 80px);
}

.rnew-voice-archive__pager ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rnew-voice-archive__pager li {
    margin: 0;
}

.rnew-voice-archive__pager a,
.rnew-voice-archive__pager .now,
.rnew-voice-archive__pager .dot span {
    display: grid;
    place-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    color: var(--voice-main);
    background: #fff;
    border: 1px solid var(--voice-border);
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.rnew-voice-archive__pager .now {
    color: #fff;
    background: var(--voice-main);
    border-color: var(--voice-main);
}

.rnew-voice-archive__pager a:hover {
    color: #fff;
    background: var(--voice-main);
    border-color: var(--voice-main);
}

@media (max-width: 960px) {
    .rnew-voice-archive__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .rnew-voice-archive {
        padding-inline: 16px;
    }

    .rnew-voice-archive__list {
        grid-template-columns: 1fr;
    }

    .rnew-voice-card__image img {
        aspect-ratio: 16 / 10;
    }

    .rnew-voice-card__body {
        padding: 22px 20px 26px;
    }

    .rnew-voice-archive__pager ul {
        flex-wrap: wrap;
    }
}
.brog-renew-ka .lay-row {
    align-items: center;
    margin-inline: 0;
}
.brog-renew-ka .cparts-txt-block {
    margin-block-start: calc(64 * var(--rem));
}
.ka-member {
    color: var(--main);
    font-size: calc(24 * var(--rem));
    font-weight: 700;
    padding-top: 20px;
}
.ka-name {
    font-size: calc(80 * var(--rem));
    font-weight: 700;
}
.ka-list li{
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 5px;
    color: #fff;
    background: var(--voice-main);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.ka-list li:before {
  display: none !important;
}
.ka-voice {
    position: relative;
    padding-left: 24px;
}

.ka-voice::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--main);
    border-radius: 999px;
}

.ka-h3,
.ka-txt {
    padding-inline-start: 0;
}

.ka-h3 {
    font-size: calc(46 * var(--rem));
    font-weight: 700;
    
}
.ka-txt {
}

.rnew-voice__head2 {
    background: linear-gradient(135deg, #fff 0%, var(--voice-light) 100%);
    margin: 0 calc(50% - 50vw);
}
.rnew-voice__head2 .cparts-img-block {
    padding: 0;
}

.rnew-voice__head__wrap2 {   
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.rnew-voice__head__wrap2::before {
    content: "VOICE";
    position: absolute;
    right: -0.08em;
    bottom: -0.22em;
    color: rgba(0,0,0,0.08);
    font-size: clamp(80px, 15vw, 170px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    pointer-events: none;
    opacity: 0.4;
}

.recruit-voice__back a{
    padding: calc(40 * var(--rem)) calc(56 * var(--rem)) !important;
    font-size: calc(32 * var(--rem));
    font-weight: 700;
}
.recruit-voice__back {
    width: 100% !important;
}


.recruit_recent {
    .parts_h_type16 h2 .parts_h_type16_en {
        color: var(--white);
    }
    .rnew-voice__head2 {
        margin: 0;
        background: transparent;
    }
    .rnew-voice__head__wrap2 {
        background: #fff;
        &:before {
            content: none;
        }
    }
    .ka-img {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }
    .ka-member {
        display: none;
    }
    .ka-name {
        font-size: calc(60 * var(--rem));
        font-family: 'Noto Sans JP', sans-serif;
        color: var(--black);
        font-weight: normal;
        display: inline-block;
        margin: 0;
        line-height: 1;
        @media(max-width: 767px) {
            margin-block-end: calc(20 * var(--rem));
        }
    }
    .ka-list {
        display: inline-flex;
        gap: 0.5em;
        vertical-align: center;
        margin: 0;
        padding: 0;
    }
    .ka-list li {
        font-size: calc(20 * var(--rem));
        padding: 0.5em 1em;
        &:before {
            content: none;
        }

    }
    .ka-voice {
        margin-block-start: 3em;
        padding: 0 1em 0 0;
    }
    .ka-voice:before {
        content: none;
    }
    .ka-h3 {
        color: var(--main);
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.6;
        font-size: calc(40 * var(--rem));
        
    }

    .ka-txt {
        color: var(--black);
        line-height: 2;
    }
}

 #main .rnew-voice-archive__title {
    background-image: url(/images/renew_recruit/a-recruit-mv.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.training-new__wrap {

}
.training-new__inner {

}

/*========================================
  研修・キャリア
========================================*/


.training-new__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}

.training-new__inner > .box {
  position: relative;
  margin-bottom: 64px !important;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 18px rgba(0, 50, 90, 0.14);
}

.training-new__inner > .box:last-child {
  margin-bottom: 0 !important;
}


.training-new__inner > .box > .lay-row {
  display: flex;
  align-items: stretch;
  margin: 0;
}

.training-new__inner > .box > .lay-row > [class*="lay-col12"] {
  padding: 0;
}

.training-new__inner .cparts-txt-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  padding: 45px 55px;
  box-sizing: border-box;
}


.training-new__inner .cparts-txt-block::before {
  display: block;
  margin-bottom: 14px;
  color: #0183be;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.training-new__inner > .box:nth-child(1) .cparts-txt-block::before {
  content: "／ POINT 01";
}

.training-new__inner > .box:nth-child(2) .cparts-txt-block::before {
  content: "／ POINT 02";
}

.training-new__inner > .box:nth-child(3) .cparts-txt-block::before {
  content: "／ POINT 03";
}
.training-new__inner > .box:nth-child(4) .cparts-txt-block::before {
  content: "／ POINT 04";
}

/* タイトル */
.training-new__inner .cparts-txt-block > p:first-child {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 15px;
  color: #18202e;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.training-new__inner .cparts-txt-block > p:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 3px;
  background: #0183be;
}


.training-new__inner .cparts-txt-block > p:empty {
  display: none;
}


.training-new__inner .cparts-txt-block > p:last-child {
  margin: 0;
  color: #303846;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.training-new__inner .cparts-img-block {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.training-new__inner .cparts-img-block img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
  aspect-ratio: 4 / 2;
}



.training-new__inner .cparts-img-block::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 48px;
  border-color: transparent transparent #087ced transparent;
  pointer-events: none;
}


.training-new__inner > .box:nth-child(2)
.lay-row > [class*="lay-col12"]:last-child {
  position: relative;
}

.training-new__inner > .box:nth-child(2)
.lay-row > [class*="lay-col12"]:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 48px;
  border-color: transparent transparent #087ced transparent;
  pointer-events: none;
}

.training-new__inner > .box:nth-child(2)
.cparts-img-block::after {
  display: none;
}


@media screen and (max-width: 991px) {

  .training-new__wrap {
    padding: 30px 20px 60px;
  }

  .training-new__inner .cparts-txt-block {
    min-height: 220px;
    padding: 35px 38px;
  }

  .training-new__inner .cparts-img-block,
  .training-new__inner .cparts-img-block img {
    min-height: 220px;
  }

  .training-new__inner .cparts-txt-block > p:last-child {
    font-size: 14px;
  }
}


@media screen and (max-width: 767px) {

  .training-new__wrap {
    padding: 25px 15px 45px;
  }

  .training-new__inner > .box {
    margin-bottom: 25px !important;
    border-radius: 5px;
  }

  .training-new__inner > .box > .lay-row {
    display: flex;
    flex-direction: column;
  }


  .training-new__inner .cparts-img-block {
    order: 1;
    width: 100%;
    min-height: 210px;
  }

  .training-new__inner
  .lay-row > [class*="lay-col12"]:not(.cparts-img-block) {
    order: 2;
    width: 100%;
  }

  .training-new__inner .cparts-img-block img {
    height: 210px !important;
    min-height: 210px;
  }

  .training-new__inner .cparts-txt-block {
    min-height: auto;
    padding: 28px 25px 32px;
  }

  .training-new__inner .cparts-txt-block::before {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .training-new__inner .cparts-txt-block > p:first-child {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 21px;
  }

  .training-new__inner .cparts-txt-block > p:first-child::after {
    width: 45px;
    height: 2px;
  }

  .training-new__inner .cparts-txt-block > p:last-child {
    font-size: 14px;
    line-height: 1.9;
  }


  .training-new__inner > .box:nth-child(2)
  .lay-row > [class*="lay-col12"]:last-child::after {
    display: none;
  }

  .training-new__inner > .box:nth-child(2)
  .cparts-img-block::after {
    display: block;
  }

  .training-new__inner .cparts-img-block::after {
    border-width: 0 0 38px 38px;
  }
}
/*========================================
  福利厚生 Slickスライダー 
========================================*/
.system-recruit__wrap {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 0 0px;
  overflow: hidden;

}

.system-recruit__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.system-recruit__bene {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 !important;
}

.system-recruit__bene > .lay-row {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.system-recruit__bene .slick-list {
  overflow: hidden !important;
  margin: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 20px !important;
}

.system-recruit__bene .slick-track {
  display: flex !important;
  align-items: flex-start;
  margin: 0 !important;
}

.system-recruit__bene .slick-slide {
  flex: none !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 8px !important;
  box-sizing: border-box;

  opacity: 1 !important;
  filter: none !important;
  transform: scale(0.96);
  transform-origin: center top;

  transition: transform 0.45s ease;
}

.system-recruit__bene
.slick-slide[class*="lay-col12"] {
  max-width: none !important;
}

.system-recruit__bene .slick-center {
  position: relative;
  z-index: 3;
  opacity: 1 !important;
  filter: none !important;
  transform: scale(1);
}

.system-recruit__bene
.slick-slide:not(.slick-center) {
  opacity: 1 !important;
  filter: none !important;
  transform: scale(0.96);
}

.system-recruit__bene .cparts-body-block,
.system-recruit__bene .dec-bg--light {
  width: 100%;
  background: transparent !important;
}

/*========================================
  画像
========================================*/
.system-recruit__bene .cparts-img-block {
width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  background: #f4f5f6;
  aspect-ratio: 9 / 5;
}

.system-recruit__bene .cparts-img-block img {
   width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/*========================================
  テキスト
========================================*/
.system-recruit__bene .cparts-txt-block {
  padding: 24px 0 0 !important;
  opacity: 1 !important;
}

.system-recruit__bene .cparts-txt-block p {
  margin-top: 0;
}

.system-recruit__bene .cparts-txt-block p:empty {
  display: none;
}

.system-recruit__bene
.cparts-txt-block p:first-child {
  margin-bottom: 17px;
}

.system-recruit__bene
.cparts-txt-block p:first-child span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 135px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--main);
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.system-recruit__bene
.cparts-txt-block p:nth-child(2) {
  margin-bottom: 14px;
}

.system-recruit__bene
.cparts-txt-block p:nth-child(2) strong {
  color: #142038;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.system-recruit__bene
.cparts-txt-block p:nth-child(3) {
  margin-bottom: 0;
  color: #222;
  font-size: 18px;
  line-height: 2;
}

/*========================================
  Slick矢印
========================================*/
.system-recruit__bene .system-recruit__button {
  position: absolute;
  z-index: 30;
  top: 190px;

  display: grid !important;
  place-items: center;

  width: 58px;
  height: 58px;
  padding: 0;

  border: 0;
  border-radius: 50%;
  background: var(--main);
  color: #fff;

  cursor: pointer;
  visibility: visible !important;
  opacity: 1 !important;

  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
}

.system-recruit__bene
.system-recruit__button--prev {
  left: calc(50% - 30vw - 29px);
}

.system-recruit__bene
.system-recruit__button--next {
  right: calc(50% - 30vw - 29px);
}

.system-recruit__bene
.system-recruit__button::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.system-recruit__bene
.system-recruit__button--prev::before {
  margin-left: 5px;
  transform: rotate(-135deg);
}

.system-recruit__bene
.system-recruit__button--next::before {
  margin-right: 5px;
  transform: rotate(45deg);
}

.system-recruit__bene
> .lay-row:not(.slick-initialized)
> [class*="lay-col12"]:not(:first-child) {
  display: none;
}

/*========================================
  スマートフォン
========================================*/
@media screen and (max-width: 767px) {

  .system-recruit__wrap {
    padding: 45px 0 10px;
  }

  .system-recruit__bene .slick-slide {
    padding-inline: 6px !important;
    transform: scale(0.98);
  }

  .system-recruit__bene .slick-center {
    transform: scale(1);
  }



  .system-recruit__bene .cparts-txt-block {
    padding-top: 20px !important;
  }

  .system-recruit__bene
  .cparts-txt-block p:nth-child(2) strong {
    font-size: 21px;
  }

  .system-recruit__bene
  .cparts-txt-block p:nth-child(3) {
    font-size: 14px;
    line-height: 1.9;
  }

  .system-recruit__bene .system-recruit__button {
    top: calc((100vw - 60px) * 3 / 8);
    width: 44px;
    height: 44px;
  }

  .system-recruit__bene
  .system-recruit__button--prev {
    left: 5px;
  }

  .system-recruit__bene
  .system-recruit__button--next {
    right: 5px;
  }
}

/*========================================
  ギャラリー
========================================*/
.gallery {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  padding-block: calc(150 * var(--rem)) calc(80 * var(--rem));
}

.gallery .lay-row {
  margin: 0;
}

.gallery .cparts-txt-block {
  width: 100%;
  overflow: hidden;
}

.gallery ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: gallery-scroll 50s linear infinite;
  will-change: transform;
}

.gallery li {
  flex: 0 0 auto;
  width: clamp(260px, 28vw, 480px);
  margin-right: 18px;
}

.gallery li img {
  display: block;
  width: 100%;
  height: clamp(180px, 20vw, 320px);
  object-fit: cover;
  border-radius: 4px;
}


@keyframes gallery-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


@media (prefers-reduced-motion: reduce) {
  .gallery ul {
    animation: none;
  }
}


@media screen and (max-width: 767px) {
  .gallery ul {
    animation-duration: 36s;
  }

  .gallery li {
    width: 76vw;
    margin-right: 12px;
  }

  .gallery li img {
    height: 52vw;
  }
}
/*========================================
  インタビュー Q&A
========================================*/
.interview01 {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
  margin-bottom: clamp(50px, 7vw, 70px) !important;
  background: transparent;
}


.interview01 > .lay-row {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: stretch;
  margin: 0;
  background: transparent !important;
}

.interview01 .dec-bg--primary,
.interview01 .dec-bg--contents {
  background: transparent !important;
}

.interview01 .cparts-head-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding: 35px 36px 35px 70px !important;
  border-right: 1px solid rgba(1, 131, 190, 0.2);
  box-sizing: border-box;
  color: var(--main) !important;
}


.interview01 .cparts-head-block::before {
  content: "INTERVIEW";
  position: absolute;
  top: 30px;
  left: 18px;
  color: rgba(1, 131, 190, 0.16);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}



.interview01 .cparts-id8--02__ttl {
  color: var(--main) !important;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.8 !important;
  letter-spacing: 0.06em;
}


.interview01 .cparts-id8--02__ttl::before,
.interview01 .cparts-id8--02__ttl::after {
  display: none;
}

/*========================================
  右側のQ&Aエリア
========================================*/
.interview01 .cparts-body-block {
  width: auto;
  padding: 0;
}

.interview01 .cparts-body-block > .lay-row {
  display: block;
  margin: 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(1, 131, 190, 0.22);
  border-radius: 6px;
  background: #fff;

}

/* CMSの2カラムを縦並びに変更 */
.interview01 .cparts-body-block .cparts-txt-block {
  width: 100%;
  max-width: none;
  padding: 0;
  float: none;
}

.interview01 .cparts-body-block .cparts-txt-block + .cparts-txt-block {
  margin-top: clamp(28px, 4vw, 42px);
  padding-top: clamp(28px, 4vw, 42px);
  border-top: 1px solid rgba(1, 131, 190, 0.16);
}

/*========================================
  質問
========================================*/
.interview01 .interview01__qa {
  position: relative;
}

.interview01 .interview01__question {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 18px;
  color: #172033;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
}

.interview01 .interview01__question strong {
  font-weight: 700;
}

/* Q番号 */
.interview01 .interview01__number {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--main);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

/*========================================
  回答
========================================*/
.interview01 .interview01__answer {
  margin: 0;
  padding-left: 52px;
  color: #333;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.035em;
}

/* CMS内の不要な余白調整 */
.interview01 .cparts-txt-block p:first-child,
.interview01 .cparts-txt-block p:last-child {
  margin-top: 0;
}

.interview01 .cparts-txt-block p:last-child {
  margin-bottom: 0;
}

/*========================================
  タブレット
========================================*/
@media screen and (max-width: 991px) {

  .interview01 {
    width: min(100% - 32px, 900px);
  }

  .interview01 > .lay-row {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .interview01 .cparts-head-block {
    padding: 30px 24px 30px 58px;
  }

  .interview01 .cparts-head-block::before {
    left: 14px;
    font-size: 19px;
  }

  .interview01 .cparts-head-block::after {
    left: 42px;
  }
}

/*========================================
  スマートフォン
========================================*/
@media screen and (max-width: 767px) {

  .interview01 {
    width: calc(100% - 30px);
    margin-bottom: 70px !important;
  }

  .interview01 > .lay-row {
    display: block;
  }

  /* 見出しを横型に変更 */
  .interview01 .cparts-head-block {
    display: block;
    padding: 0 0 20px 20px;
    border-right: 0;
  }

  .interview01 .cparts-head-block::before {
    content: "WORK & CULTURE";
    position: static;
    display: block;
    margin-bottom: 8px;
    color: rgba(1, 131, 190, 0.35);
    font-size: 12px;
    letter-spacing: 0.12em;
    writing-mode: horizontal-tb;
  }

  .interview01 .cparts-head-block::after {
    top: auto;
    bottom: 20px;
    left: 0;
    width: 3px;
    height: 52px;
    transform: none;
  }

  .interview01 .cparts-id8--02__ttl {
    font-size: 19px;
    line-height: 1.65;
  }

  .interview01 .cparts-body-block > .lay-row {
    padding: 25px 20px;
  }

  .interview01 .interview01__question {
    gap: 10px;
    font-size: 16px;
  }

  .interview01 .interview01__number {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .interview01 .interview01__answer {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.9;
  }

  .interview01 .cparts-body-block .cparts-txt-block + .cparts-txt-block {
    margin-top: 25px;
    padding-top: 25px;
  }
}
/* ========================================
   事業概要
======================================== */
.business-3 {
  --business-color: #0183be;
  --business-color-dark: #006da3;
  --business-text: #2b2b2b;
  --business-border: #dceaf5;
  --business-bg: #f5fbff;
  padding-bottom: 50px;
}

.business-3 > .lay-row {
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin-right: 0;
  margin-left: 0;
}

.business-3 > .lay-row > [class*="lay-col"] {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  width: auto;
  max-width: none;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--business-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(1, 131, 190, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.business-3 > .lay-row > [class*="lay-col"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(1, 131, 190, 0.18);
}

.business-3 .cparts-img-block {
  order: 1;
  width: 100%;
  margin-top: 0 !important;
  overflow: hidden;
}


.business-3 .cparts-img-block img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.business-3 > .lay-row > [class*="lay-col"]:hover
  .cparts-img-block img {
  transform: scale(1.03);
}
#upper .business-3 .cparts-id548-03__ttl {
  order: 2;
  position: static;
  display: flex;
  align-items: center;
  min-height: 82px;
  margin: 0;
  padding: 24px 26px 16px !important;
  color: var(--business-text);
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: #fff;
}

.business-3 .cparts-ttl-block {
  display: block;
}

.business-3 .cparts-no-block {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 60px;
  padding: 0;
  color: #fff;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  background:
    linear-gradient(
      135deg,
      var(--business-color) 0%,
      var(--business-color) 72%,
      transparent 72%
    );
  border-radius: 15px 0 0 0;
}

.business-3 .cparts-no-block::before {
  content: "0";
}

.business-3 .dec-bg--primary {
  background-color: transparent;
}

.business-3 .cparts-txt-block {
  order: 3;
  flex-grow: 1;
  margin-top: 0 !important;
  padding: 0 26px 28px;
  color: #444;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
  background: #fff;
}

.business-3 .cparts-txt-block::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 17px;
  background: var(--business-color);
  border-radius: 10px;
}

.business-3 .cparts-editsite--txt p {
  margin: 0;
}

.business-3 .cparts-editsite--txt > div:empty {
  display: none;
}


/* ========================================
   タブレット
======================================== */
@media screen and (max-width: 1024px) {
  .business-3 > .lay-row {
    gap: 18px;
  }

  .business-3 .cparts-img-block img {
    height: 210px;
  }

  .business-3 .cparts-id548-03__ttl {
    min-height: 78px;
    padding: 21px 20px 14px;
    font-size: 18px;
  }

  .business-3 .cparts-editsite--txt {
    padding: 0 20px 24px;
    font-size: 14px;
  }
}


/* ========================================
   スマートフォン
======================================== */
@media screen and (max-width: 767px) {
  .business-3 > .lay-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .business-3 > .lay-row > [class*="lay-col"] {
    width: 100%;
  }

  .business-3 .cparts-img-block img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .business-3 .cparts-id548-03__ttl {
    min-height: auto;
    padding: 20px 20px 12px;
    font-size: 20px;
  }

  .business-3 .cparts-editsite--txt {
    padding: 0 20px 24px;
    font-size: 14px;
    line-height: 1.9;
  }

  .business-3 .cparts-no-block {
    width: 68px;
    height: 54px;
    font-size: 20px;
  }

  .business-3 > .lay-row > [class*="lay-col"]:hover {
    transform: none;
  }
}

#upper .business-title .busi-span{
  margin-top: 20px;
  font-size: 20px;
  color: var(--main);
}
.business-subtitle {
    margin-top: -20px;
    font-size: 20px;
    font-weight: 600;
}
/* =========================================
   求める人物像 - looking section styles
   ========================================= */

/* ------------------------------------------
   タイトルエリア (.looking-title)
   ------------------------------------------ */

.looking-title {
  margin-bottom: 24px;
}

.looking-title .lay-col12-md-6:first-child .cparts-txt-block p:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #1a5fa8;
  border-left: 4px solid #1a5fa8;
  padding-left: 12px;
  margin-bottom: 4px;
}

.looking-title .lay-col12-md-6:last-child .cparts-txt-block p:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #1a7a4a;
  border-left: 4px solid #1a7a4a;
  padding-left: 12px;
  margin-bottom: 4px;
}
.looking-title .cparts-txt-block p:last-child {
  font-size: 13px;
  color: #888;
  padding-left: 16px;
  margin: 0;
}


/* ------------------------------------------
   コンテンツ行 (.looking-parts)
   ------------------------------------------ */

.looking-parts {
  margin-bottom: 12px;
}

.looking-parts .cparts-body-block {
  padding: 0 8px 0 0;
  box-sizing: border-box;
}

.looking-parts .cparts-body-block:last-child {
  padding: 0 0 0 8px;
}

.looking-parts .lay-row {
  background: #ffffff;
  border: 1px solid #e0e4ec;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 110px;
  
}

.looking-parts .cparts-body-block:first-child .lay-row {
  border-top: 3px solid #1a5fa8;
}

.looking-parts .cparts-body-block:last-child .lay-row {
  border-top: 3px solid #1a7a4a;
}

.looking-parts .lay-row:hover {
  border-color: #c5cfe0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}


/* ------------------------------------------
   画像（アイコン）エリア
   ------------------------------------------ */

.looking-parts .cparts-img-block {
  width: 30% !important;
  min-width: 90px;
  max-width: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.looking-parts .cparts-body-block:first-child .cparts-img-block {
  background-color: #e8f0fb;
}

.looking-parts .cparts-body-block:last-child .cparts-img-block {
  background-color: #e6f4ed;
}

.looking-parts .cparts-img-block img {
  display: none;
}
.looking-parts .cparts-img-block img[src]:not([src*="noimg"]) {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.looking-parts .cparts-img-block > i,
.looking-parts .cparts-img-block > span.icon {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.looking-parts .cparts-body-block:first-child .cparts-img-block > i,
.looking-parts .cparts-body-block:first-child .cparts-img-block > span.icon {
  color: #1a5fa8;
}

.looking-parts .cparts-body-block:last-child .cparts-img-block > i,
.looking-parts .cparts-body-block:last-child .cparts-img-block > span.icon {
  color: #1a7a4a;
}


/* ------------------------------------------
   テキストエリア
   ------------------------------------------ */

.looking-parts .cparts-txt-block {
  width: 70% !important;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.looking-parts .cparts-txt-block p {
  margin: 0;
  line-height: 1.5;
}

.looking-parts .cparts-txt-block p:empty {
  display: none;
}

.looking-parts .cparts-txt-block p:last-child {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
  margin-top: 6px;
}

.looking-parts .cparts-body-block:first-child .cparts-txt-block p:nth-child(1) {
  font-size: 15px;
  font-weight: bold;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.looking-parts .cparts-body-block:first-child .cparts-txt-block p:nth-child(3) {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  background: #1a5fa8;
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 2px;
  width: fit-content;
}
.looking-parts .cparts-body-block:last-child .cparts-txt-block p:nth-child(2) {
  font-size: 15px;
  font-weight: bold;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.looking-parts .cparts-body-block:last-child .cparts-txt-block p:nth-child(4) {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  background: #1a7a4a;
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 2px;
  width: fit-content;
}


/* ------------------------------------------
   レスポンシブ
   ------------------------------------------ */

@media (max-width: 767px) {
  .looking-parts .cparts-body-block {
    padding: 0 0 12px 0;
  }

  .looking-parts .cparts-body-block:last-child {
    padding: 0;
  }

  .looking-parts .cparts-img-block {
    min-height: 80px;
  }

  .looking-title .lay-col12-md-6:last-child .cparts-txt-block p:first-child {
    margin-top: 16px;
  }
}

/* =========================================
   求める人物像 - recruit-parts styles
   ========================================= */

.recruit-parts * {
  box-sizing: border-box;
}

/* ------------------------------------------
   セクションヘッダー
   ------------------------------------------ */

.recruit-parts .looking-header {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.recruit-parts .looking-header__col {
  flex: 1;
  padding: 8px 12px;
  border-left: 3px solid transparent;
}

.recruit-parts .looking-header__col--blue {
  border-color: #1a5fa8;
}

.recruit-parts .looking-header__col--green {
  border-color: #1a7a4a;
}

.recruit-parts .looking-header__title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 2px;
}

.recruit-parts .looking-header__col--blue .looking-header__title {
  color: #1a5fa8;
}

.recruit-parts .looking-header__col--green .looking-header__title {
  color: #1a7a4a;
}

.recruit-parts .looking-header__sub {
  font-size: 20px;
  color: #888;
  margin: 0;
}


/* ------------------------------------------
   本体 2カラムレイアウト
   ------------------------------------------ */

.recruit-parts .looking-body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.recruit-parts .looking-col {
  flex: 1;
  min-width: 0;
}


/* ------------------------------------------
   カード共通
   ------------------------------------------ */

.recruit-parts .looking-card {
  background: #fff;
  border: 1px solid #e0e4ec;
  border-radius: 3px;
}


/* ------------------------------------------
   大カード（最重要 / 最優先）
   ------------------------------------------ */

.recruit-parts .looking-card--large {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
}

.recruit-parts .looking-card--large.looking-card--blue {
  border-color: #b3cce8;
  background: #f5f8fd;
}

.recruit-parts .looking-card--large.looking-card--green {
  border-color: #a8d4bb;
  background: #f3fbf6;
}

.recruit-parts .looking-card--large .looking-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.recruit-parts .looking-card--large .looking-card__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 50vmax;
}


.recruit-parts .looking-card__text {
  flex: 1;
  min-width: 0;
}

.recruit-parts .looking-card--large .looking-card__title {
  font-size: 22px;
  font-weight: bold;
  color: #1a1a2e;
  margin: 0 0 6px;
}

.recruit-parts .looking-card--large .looking-card__desc {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}


.recruit-parts .looking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.recruit-parts .looking-card--small {
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  min-height: 220px;
  box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
}

.recruit-parts .looking-card--small .looking-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 50vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.recruit-parts .looking-card--small .looking-card__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.recruit-parts .looking-card--small .looking-card__title {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a2e;
  margin: 0 0 2px;
}

.recruit-parts .looking-card--small .looking-card__desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}


@media (max-width: 768px) {

  .recruit-parts .looking-header {
    flex-direction: column;
    gap: 10px;
  }

  .recruit-parts .looking-body {
    flex-direction: column;
    gap: 24px;
  }

  .recruit-parts .looking-card--large {
    padding: 14px;
    gap: 12px;
  }

  .recruit-parts .looking-card--large .looking-card__icon {
    width: 52px;
    height: 52px;
  }

  .recruit-parts .looking-card--large .looking-card__title {
    font-size: 15px;
  }

  .recruit-parts .looking-grid {
    gap: 6px;
  }

  .recruit-parts .looking-card--small {
    padding: 12px 10px;
  }
}

.recruit-number__wrap {
   margin: 0 calc(50% - 50vw);
   padding-top: 10px;
   padding-bottom: 60px;
   background: #f7fbff;
   padding-inline: 15px;
}
.recruit-number__inner {
  max-width: 1200px;
  margin-inline: auto;

}
.renew-recruit__tab {
  margin-inline: 15px;
}
.collage .cparts-img-block {
  padding-left: 0;
  padding-right: 0;
  @media(max-width:768px) {
    margin-top: 0 !important;
  }
}
.collage {
  background: #005A86;
  box-shadow: 0 8px 20px -5px rgba(0, 59, 112, 0.12);
  padding: 20px 50px;
  @media(max-width: 767px) {
    padding: 0;
    box-shadow: none;
  }
}
.community .cparts-no-block {
  z-index: 10;
}