@charset "utf-8";

.company-text-box.in-text01 {
    line-height: 2.78;
}

.in-link-row3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.in-link-row3 .en-title40 {
    font-size: clamp(30px, 27.573px + 0.647vw, 40px);
    font-family: var(--font-family03);
  	font-weight: 300;
}

.in-link-row3 .link-img-box {
    min-height: 250px !important;
}

.in-link-row3 .banner-link {
    margin: 30px auto 0;
}

.in-link-row3 .banner-link-inner {
    justify-content: center;
	top: 0;
    bottom: 0;
}

.recruit-message-img-row {
    position: relative;
    width: 100%;
    gap: 40px;
}

.recruit-message-center {
    position: relative;
    margin: 40px auto 0 auto;
}

.recruit-message-text-block {
	line-height: 2.7;
}

.recruit-message-strong strong {
	font-size: clamp(16px, 13.816px + 0.583vw, 25px);
	font-weight: 600;
}

.value-left .gradation-title-box {
    display: inline-flex;
}

.value-title {
	font-family: var(--font-family01);
	font-size: clamp(18px, 16.301px + 0.453vw, 25px);
	font-weight: 500;
  	letter-spacing: 0.05em;
	line-height: 1.5;
}

.value-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  	gap: 10px;
}

.value-right {
    line-height: 1.85;
}

.value-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #AEAAA3;
}

/*タブ切り替え*/

.tab {
    cursor: pointer;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
}

.gjs-dashed .panel  {
    display: block;
}

.tab-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 0;
    gap: 20px;
}

.tab {
    cursor: pointer;
    max-width: 315px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BFB8AC;
    border-radius: 100vmax;
}

.tab.is-active {
	background: #e7e1d7;
}

.tab:hover {
	background: #e7e1d7;
}

.entry-main {
	background: #fff;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
  
.tab {
    height: 65px;
}
  
.in-link-row3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  	gap: 15px;
}
  
.in-link-row3 .banner-link {
    margin: 0;
}
  
.recruit-message-center {
    margin: 60px auto 0 auto;
}
  
.value-item {
    flex-direction: row;
    padding: 0 0 60px;
}
  
.value-left {
    width: 210px;
}
  
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
  
.recruit-message-img-row {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
  
.recruit-message-center {
    margin: 0 auto 0 auto;
}
  
.value-left {
    justify-content: flex-start;
    flex-direction: row;
    width: 290px;
  	gap: 20px;
}
  
.value-item {
    gap: 50px; 
}
  
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
  
.in-link-row3 {
  	gap: 50px;
}
  
.recruit-img-box01 {
    width: 20% !important;
}
  
.recruit-img-box02 {
    width: 21% !important;
}
  
.recruit-img-box02 {
    margin: auto 0 -70px 0!important;
}

  
.value-left {
    width: 355px;
  	gap: 30px;
}
  
.value-item {
    gap: 80px; 
}
    
  
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 