@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* =========================================================
//  採用 - エントリーブロック
// ========================================================= */
.p-blogParts[data-partsid="547"] {
    margin-bottom: 10em !important;	
}
.rc_entryArea {
	min-height: 520px;
}
.rc_entryArea .__parallaxLayer {
    height: calc(100% + -10vh);
    top: 20vh;
}
.rc_entryArea h2 {
	background: linear-gradient(90deg, #001E81, var(--color_main));
	background: -webkit-linear-gradient(0deg, #001E81, var(--color_main));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: clamp(6rem, 0rem + 10vw, 12rem);
	font-weight: normal;
	width: 100%;
    position: absolute;
    bottom: -18.5vw;
}
.rc_entryArea .entry_btn {
	position: absolute;
    left: 0;
    right: 0;
    bottom: -50vh;
}
.rc_entryArea .entry_btn a {
	background: linear-gradient(90deg, #001E81, var(--color_main));
	font-weight: normal;
	box-shadow: none;
	border-radius: 5px;
	overflow: hidden;
    max-width: 650px;
    width: 80vw;
    padding: 25px 50px;
    font-size: 5.6rem !important;
    letter-spacing: 0;
    line-height: 1;
	transition: .2s;
}
.rc_entryArea .entry_btn a::before {
	content: "";
	position: absolute;
	background: url(../../uploads/2026/03/chara.svg) no-repeat center / contain !important;
	right: 10px;
	bottom: 0;
	width: 127px;
	height: 121px;
	transform: scale(-1, 1);
	z-index: 1;
	transition: .4s;
}
.rc_entryArea .entry_btn a::after {
	width: 220px;
	height: 220px;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto 0;
    background-color: rgba(255, 255, 255, .2);
}
.rc_entryArea .entry_btn a:hover {
	background: linear-gradient(90deg, #001E81, var(--color_main));
}
.rc_entryArea .entry_btn a:hover::before {
	transform: scale(-1, 1) scale(1.15);
	transition: .2s;
}
.rc_entryArea .entry_btn a span {
	display: flex;
	align-items: center;
	transition: .5s;
	font-size: inherit;
}
.rc_entryArea .entry_btn a:hover > span {
	margin-left: 7px;
	transition: .2s;
}
.rc_entryArea .entry_btn a span::after {
	display: none;
}
.rc_entryArea .entry_btn a .txt_jp {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.1rem;
	margin-left: 10px;
}

/* =========================================================
//  8.採用情報トップ
// ========================================================= */
.rc_sticky {
	width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: sticky;
    top: 0vh;
	height: 100vh !important;
}
.rc_sticky.blk02 {
	top: 50vh;
}
.rc_sticky.blk03 {
	background: linear-gradient(90deg, rgba(0, 30, 129, .8), rgba(0, 129, 204, .8));
	transition: .2s ease;
	height: auto !important;
	position: relative;
	margin: 0 auto;
}
.rc_sticky.blk03 .swell-block-fullWide__inner {
	position: static;
}
.rc_sticky.blk03 h2 {
    font-size: clamp(4.375rem, 1.4482rem + 4.878vw, 6.875rem) !important;
	font-weight: 900;
}
.rc_sticky.blk03 p:not(.jp2) {
    font-size: clamp(1.5625rem, 0.0259rem + 2.561vw, 2.875rem);
	font-weight: 900;
}
.rc_sticky.blk03 .fukidashibox_maru {
    position: absolute;
    bottom: 3vh;
    right: 2.5vw;
}
.rc_sticky.blk03 .fukidashibox_maru p {
    padding: 3.4rem 0 0 2.7rem;
}
.rc_topmenuArea {
	margin-bottom: 0;
	padding-bottom: 6vw !important;
}
.rc_topmenuArea .wp-block-tiptip-hyperlink-group-block:hover {
	opacity: .8;
}
.rc_topmenuArea .menuBox {
	width: 90%;
    height: 32vw;
	margin: 0 auto 8vw;
	padding: 5em 0 !important;
}
.rc_topmenuArea .menuBox .swell-block-fullWide__inner {
	position: static;
}
.rc_topmenuArea .menu_comment br {
	display: none;
}
.rc_topmenuArea .menu_comment .swl-bg-color {
	background: linear-gradient(90deg, #001E81, var(--color_main));
    display: block;
    padding: 1vw 2vw;
	margin-bottom: 1vw;
    font-size: clamp(1.6rem, 0.8rem + 1.3333vw, 2.4rem);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    max-width: fit-content;
    width: auto;
}
.rc_topmenuArea .wp-block-group {
    width: 52vw;
    margin: 0 -1px 0 auto;
    transform: skewx(-10deg);
    position: absolute;
    bottom: -1px;
    right: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    z-index: 1;
    padding: 1.5vw 4vw 1.5vw 3vw;
}
.rc_topmenuArea .wp-block-group > * {
    transform: skewx(10deg);
}
.rc_topmenuArea .wp-block-group h2 {
	font-weight: 900;
	background: linear-gradient(90deg, #001E81, var(--color_main));
	background: -webkit-linear-gradient(0deg, #001E81, var(--color_main));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: clamp(1.8rem, 0.6rem + 2vw, 3rem);
}
.rc_topmenuArea .wp-block-group .swell-block-button .swell-block-button__link {
	color: #333;
    font-size: clamp(1.875rem, 0rem + 3.125vw, 3.75rem);
    font-family: "League Gothic", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    border-radius: 0;
    border: none;
    padding: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 1.1rem;
    padding-right: 5vw;
}
.rc_topmenuArea a:hover .menuBox .swell-block-button .swell-block-button__link::after {
  animation: icon-shrink 0.8s ease forwards;
}
.rc_topmenuArea a .menuBox .swell-block-button .swell-block-button__link::after {
	content: "";
	display: inline-block;
	width: 5.5vw;
    height: 5.5vw;
    top: 0%;
    right: 12px;
	background-color: rgba(0, 129, 204, 0.4);
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
          mask: url("../../uploads/2026/02/logo_big.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  transform-origin: center center;
  transition: all 0.3s ease;
}

/* =========================================================
//  9.会社を知る
// ========================================================= */
.rc_comnumArea {
	padding: 10vw 0 12vw !important;
}
.rc_comtopArea .swell-block-fullWide__inner {
	background: url("../../uploads/2026/03/rc_comtop.jpg") no-repeat center / cover;
	padding-top: 7vw !important;
	padding-bottom: 6vw !important;
}
.rc_comnumArea .inL {
	border-right: 1px solid var(--color_main);
	padding-right: 2vw;
    padding-bottom: 3.5em;
	width: 50%;
}
.rc_comnumArea .inR {
	width: 50%;
    padding-left: 2vw;
}
.rc_comnumArea .numBox {
	border-bottom: 1px solid var(--color_main);
	padding: 2.5em 0 3.5em;
}
.rc_comnumArea .numBox > .swell-block-column {
    width: 50%;
}
.rc_comnumArea .numBox h3 {
	background: linear-gradient(90deg, #001E81, var(--color_main));
	color: #fff;
    font-size: clamp(1.8rem, 1.2rem + 1vw, 2.4rem);
    padding: 20px 30px;
	margin-bottom: 50px;
    font-weight: 900;
}
.rc_comnumArea .numBox .imgBox {
	margin-bottom: 2.5em;
}
.rc_comnumArea .numBox .data {
    font-size: clamp(2.8rem, 1.6rem + 2vw, 4rem) !important;
    line-height: 1;
}
.rc_comnumArea .numBox .data o-anim-count{
	animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.rc_comnumArea .numBox .data .big {
	font-family: "League Gothic", "Noto Sans JP", sans-serif;
    font-size: clamp(8rem, 4rem + 6.6667vw, 12rem) !important;
    font-weight: normal;
    line-height: 0.7;
}
.rc_comnumArea .numBox .data .s_txt {
	font-size: clamp(2rem, 1rem + 1.6667vw, 3rem);
}
.rc_comnumArea .numBox .icon {
    max-width: 250px;
    margin: 0 auto;
}
.rc_comnumArea .numBox .family {
	gap: 0;
	margin-bottom: 2.5em !important;
    justify-content: center;
}
.rc_comnumArea .numBox .family .data {
	letter-spacing: -1px;
}
.rc_comnumArea .numBox p {
	font-size: clamp(1rem, 0.8rem + 0.3333vw, 1.2rem);
    line-height: 2.5;
}

/* =========================================================
//  10.社員インタビュー
// ========================================================= */
.rc_ivtopArea .topBox {
	max-width: 710px;
	margin: 0 auto;
}
.rc_ivtopArea .topBox .swell-block-columns__inner {
	justify-content: space-between;
}
.rc_ivtopArea .topBox .swell-block-column {
	width: auto;
}
.rc_ivtopArea .topBox .txtR .cap {
	font-size: 2rem;
	font-weight: 900;
    line-height: 1.6;
}
.rc_ivtopArea .topBox .txtR .wp-block-group h2 {
    font-size: 3.6rem !important;
    font-weight: normal;
    margin-right: 20px;
}
.rc_ivtopArea .topBox .txtR .wp-block-group p {
    font-size: 1.1rem;
}
.rc_ivArea {
    padding-bottom: 15vw !important;
}
.rc_ivArea .wp-block-media-text {
    width: 90vw;
    margin: 0 0 0 auto;
    margin-bottom: 5vw !important;
    min-height: 610px;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__media {
	z-index: 1;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content {
	position: absolute;
	width: 67%;
	right: 0;
	z-index: 0;
    grid-column: auto;
    grid-row: auto;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content .wp-block-group {
	padding: 5vw 10vw 5vw 16vw;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content .wp-block-group h3 {
	font-size: clamp(2rem, 1.6rem + 0.6667vw, 2.4rem);
    font-weight: 900;
    line-height: 1.6;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content .wp-block-group p {
	font-size: clamp(1rem, 0.9rem + 0.1667vw, 1.1rem);
	font-weight: 500;
	line-height: 2;
}
.rc_ivArea .wp-block-media-text:nth-of-type(even) {
    margin: 0 auto 0 0;
}
.rc_ivArea .wp-block-media-text:nth-of-type(even) .wp-block-media-text__content {
	right: auto;
	left: 0;
}
.rc_ivArea .wp-block-media-text:nth-of-type(even) .wp-block-media-text__content .wp-block-group {
    padding: 5vw 16vw 5vw 10vw;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.rc_ivvoiceArea {
	padding-bottom: 12vw !important;
}
.rc_ivvoiceArea .wp-block-group {
	border-radius: 5px;
    padding: 10px 8vw 80px;
}
.rc_ivvoiceArea .wp-block-group figure {
    position: absolute;
    top: -220px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.rc_ivvoiceArea .wp-block-group h3 {
	font-size: 2rem;
	font-weight: 900;
    margin: 2em 0;
}
.rc_ivvoiceArea .wp-block-group p {
    font-size: clamp(1.05rem, 0.86rem + 0.3167vw, 1.24rem);
    line-height: 2.4;
    font-weight: 600;
}

/* =========================================================
//  11.福利厚生・イベント
// ========================================================= */
.rc_beneArea .cap_box {
	border: 0;
    padding: 2vw;
    height: 100%;
	border-radius: 5px;
}
.rc_beneArea .cap_box .cap_box_ttl {
	font-size: clamp(1.2rem, 0.0364rem + 1.9394vw, 1.6rem);
	font-weight: 900;
	padding-bottom: 15px;
    margin-bottom: 30px !important;
	text-align: center;
	border-bottom: 1px solid var(--color_text);
}
.rc_beneArea .cap_box .cap_box_ttl span {
    margin: 0 auto;
}
.rc_beneArea .cap_box p {
	font-size: clamp(1rem, 0.9rem + 0.1667vw, 1.1rem);
	line-height: 2;
}
.rc_eventArea .wp-block-group {
	padding: 2vw 2.2vw 2.2vw 2.2vw;
	height: 100%;
	border-radius: 5px;
}
.rc_eventArea .wp-block-group h3 {
	font-size: clamp(1.2rem, 0.0364rem + 1.9394vw, 1.6rem);
	font-weight: 900;
}
.rc_eventArea .wp-block-group p {
	font-size: clamp(1rem, 0.9rem + 0.1667vw, 1.1rem);
	line-height: 2;
}
.rc_reportArea {
	padding-bottom: 14vw !important;
}
.rc_reportArea .swell-block-fullWide__inner {
	max-width: 1470px;
	padding: 0;
}
.rc_reportArea .midashi_01 {
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================================
//  12.募集要項
// ========================================================= */
.rc_requireArea {
	padding-bottom: 10em !important;
}
.rc_requireArea .swell-block-fullWide__inner {
    padding: 0;
}
.rc_requireArea .c-tabList {
    max-width: 1280px;
    margin: 0 auto !important;
    display: flex;
    justify-content: space-evenly;
}
.rc_requireArea .c-tabList .c-tabList__item button {
    min-width: 20vw;
    box-shadow: none;
    background: #fff;
    border: 2px solid #f5f5f5;
    padding: 20px;
    position: relative;
    transition: .3s;
    color: var(--color_main) !important;
    font-size: clamp(1.1rem, 0.5rem + 1vw, 1.3rem) !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    opacity: 1;
    font-weight: 700;
    width: auto;
}
.rc_requireArea .is-style-default>.c-tabList .c-tabList__button:hover {
    background: #f5f5f5 !important;
    transition: .2s;
}
.rc_requireArea .c-tabList__item .c-tabList__button[aria-selected=true] {
    background: #f5f5f5 !important;
    border: none;
}
.rc_requireArea .is-style-default .c-tabBody {
    position: relative;
    padding: 90px 0 150px;
    border: none;
    transition: .3s;
    background: #f5f5f5;
}
.rc_requireArea .is-style-default .c-tabBody .c-tabBody__item {
    max-width: 1140px;
    margin: 0 auto;
}
.rc_requireArea .c-tabBody h3 {
    font-size: clamp(1.4rem, -0.4rem + 3vw, 2rem);
}
.rc_requireArea .c-tabBody figure {
    border-radius: 0;
}
/* =========================================================
//  13.エントリーフォーム
// ========================================================= */
.rc_entrytopArea {
    height: 40vw;
}
.rc_entrytopArea .swell-block-fullWide__inner {
	position: static;
}
.rc_entrytopArea h2 {
	font-size: clamp(6rem, 0rem + 10vw, 12rem);
	font-weight: normal;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 0.7;
}
.rc_infoArea.entry_info .inTxt {
	padding-top: 15vw;
}
.rc_infoArea.entry_info .big_cap {
	font-size: clamp(3.8rem, 0.8rem + 5vw, 6.8rem);
    font-weight: 900;
    line-height: 1.2;
    width: 100vw;
    margin: calc(50% - 50vw);
    position: absolute;
    top: -2vw;
}


@media screen and (max-width: 1459px) {
.rc_reportArea .swell-block-fullWide__inner {
	width: 95%;
}
}

/*---------------------------------------------pc_small---*/
@media screen and (max-width: 1279px) {
/* =========================================================
//  採用 - エントリーブロック
// ========================================================= */
.rc_entryArea {
	min-height: 400px;
}
.rc_entryArea h2 {
    bottom: -15vw;		
}
.rc_entryArea .entry_btn {
    bottom: -40vh;
}
.rc_entryArea .entry_btn a span {
	border-bottom: none;
}
	
/* =========================================================
//  10.社員インタビュー
// ========================================================= */
.rc_ivArea .wp-block-media-text {
	width: 95vw;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content {
	width: 72%;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content .wp-block-group {
    padding: 5vw 6vw 5vw 15vw;
}
.rc_ivArea .wp-block-media-text:nth-of-type(even) .wp-block-media-text__content .wp-block-group {
    padding: 5vw 18vw 5vw 6vw;
}
	
/* =========================================================
//  12.募集要項
// ========================================================= */
.rc_requireArea .swell-block-fullWide__inner {
    width: 100%;
}
.rc_requireArea .is-style-default .c-tabBody .c-tabBody__item {
    max-width: 90vw;
}
/* =========================================================
//  13.エントリーフォーム
// ========================================================= */
.rc_infoArea.entry_info .inTxt {
    padding-top: 18vw;
}
}

/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
	
/* =========================================================
//  採用 - エントリーブロック
// ========================================================= */
.rc_entryArea {
	min-height: 300px;
}
.rc_entryArea h2 {
	font-size: clamp(4rem, 0.6574rem + 8.9136vw, 6rem);
	top: -21vh;
	bottom: auto;
}
.rc_entryArea .entry_btn {
	bottom: -28vh;
}
.rc_entryArea .entry_btn a {
	font-size: clamp(3.4rem, -0.2769rem + 9.805vw, 5.6rem) !important;
}
.rc_entryArea .entry_btn a::before {
    width: 13vw;
    height: 12.5vw;
}
.rc_entryArea .entry_btn a::after {
    width: 30vw;
    height: 30vw;
}
.rc_entryArea .entry_btn a .txt_jp {
	font-size: clamp(1rem, 0.3315rem + 1.7827vw, 1.4rem);
}

/* =========================================================
//  8.採用情報トップ
// ========================================================= */
	
.rc_sticky {
    height: 50vh !important;
}
.rc_sticky.blk03 {
    padding-bottom: 9em !important;
}
.rc_sticky.blk03 h2 {
    font-size: clamp(3.2rem, 1.0273rem + 5.7939vw, 4.5rem) !important;
}
.rc_sticky.blk03 p:not(.jp2) {
    font-size: clamp(1.2rem, 0.6986rem + 1.337vw, 1.5rem);
}
.rc_sticky.blk03 .fukidashibox_maru {
    bottom: 1vh;
    right: -1.5vw;
    transform: scale(0.8) !important;
}
.rc_sticky.blk03 .fukidashibox_maru p {
    padding: 1.3rem 0 0 1.5rem;
	line-height: 1.2rem;
}
.rc_topmenuArea .menuBox {
	height: 50vw;
}
.rc_topmenuArea .menuBox::before {
	background: #f5f5f5;
	content: "";
	position: absolute;
	height: 100%;
	width: 10vw;
	top: -1px;
	left: -1px;
	clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
	z-index: 0;
}
.rc_topmenuArea a:nth-child(3) .menuBox {
	background-position: left;
}
.rc_topmenuArea .menu_comment {
    position: absolute;
    top: 20px;
}
.rc_topmenuArea .menu_comment .swl-bg-color {
	font-size: clamp(1.1rem, 0.2643rem + 2.2284vw, 1.6rem);
}
.rc_topmenuArea .wp-block-group {
    width: 75vw;
    right: -2vw;
    padding: 2vw 5vw 1vw 5vw;
}
.rc_topmenuArea .wp-block-group h2 {
	font-size: clamp(1.6rem, 1.2657rem + 0.8914vw, 1.8rem);
}
.rc_topmenuArea .wp-block-group .swell-block-button {
	line-height: 1;
}
.rc_topmenuArea a .menuBox .swell-block-button .swell-block-button__link::after {
    top: -18%;
}
	
/* =========================================================
//  9.会社を知る
// ========================================================= */
.rc_comnumArea .inL,
.rc_comnumArea .inR {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0 auto;
	max-width: 650px;
}
.rc_comnumArea .numBox {
	border-bottom: none;
    padding: 0 0 1em;
}
.rc_comnumArea .numBox h3 {
	margin-bottom: 30px;
    font-size: 1.6rem;
    padding: 15px 25px;
}
.rc_comnumArea .numBox .imgBox {
    margin-bottom: 1.5em;
}
	
/* =========================================================
//  10.社員インタビュー
// ========================================================= */
.rc_ivtopArea .topBox {
	max-width: none;
    width: 95%;
}
.rc_ivtopArea .topBox .imgL {
	width: 40%;
}
.rc_ivtopArea .topBox .txtR {
	width: 54%;
}
.rc_ivtopArea .topBox .txtR .cap {
    font-size: clamp(1.4rem, 0.3972rem + 2.6741vw, 2rem);
}
.rc_ivArea {
    padding-bottom: 8em !important;
}
.rc_ivArea .wp-block-media-text {
	display: flex;
	flex-direction: column;
	gap: 0;
    margin-bottom: 8vw !important;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__media {
    max-width: 400px;
	width: 80%;
	order: 1;
}    
.rc_ivArea .wp-block-media-text:nth-child(2) .wp-block-media-text__media {
max-width: 450px;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content {
	position: relative;
    width: 98%;
    margin: 0 0 0 auto;
	order: 2;
}
.rc_ivArea .wp-block-media-text:nth-child(even) .wp-block-media-text__content {
    margin: 0 auto 0 0;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content .wp-block-group {
	padding: 12vw 8vw 8vw 8vw !important;
	margin-top: -8vw !important;
}
.rc_ivvoiceArea {
    padding-bottom: 14vw !important;
}
.rc_ivvoiceArea .wp-block-group {
    padding: 30px 6vw 50px;
}
.rc_ivvoiceArea .wp-block-group figure {
    max-width: 200px;
    width: 100%;
    top: -140px;
}
.rc_ivvoiceArea .wp-block-group h3 {
	font-size: clamp(1.6rem, 0.9315rem + 1.7827vw, 2rem);
}
.rc_ivvoiceArea .wp-block-group p {
	font-size: 1rem;
	line-height: 2;
}
	
/* =========================================================
//  11.福利厚生・イベント
// ========================================================= */
.rc_beneArea .cap_box {
    padding: 2.5vw 3vw;
}
.rc_beneArea .cap_box .cap_box_ttl {
    margin-bottom: 15px !important;
}
.rc_eventArea .wp-block-group {
    padding: 2.5vw 3vw;
}
.rc_eventArea .wp-block-group figure {
	margin-bottom: 1em !important;
}
.rc_reportArea .swell-block-fullWide__inner {
	width: 90%;
}
	
/* =========================================================
//  12.募集要項
// ========================================================= */
.rc_requireArea {
    padding-bottom: 4em !important;
}
.rc_requireArea .c-tabList .c-tabList__item button {
    border-radius: 10px;
    min-width: auto;
    width: 100%;
    font-size: 1rem;
    padding: 1.5vw 2.5vw;
line-height: 1.4;
}
.rc_requireArea .c-tabList .c-tabList__item {
    width: calc(100% / 3 - 10px);
    margin-bottom: 10px;
}
.rc_requireArea .is-style-default .c-tabBody {
    padding: 60px 0 120px;
}
.rc_requireArea .c-tabBody__item {
    background-image: none !important;
}
	
/* =========================================================
//  13.エントリーフォーム
// ========================================================= */
.rc_entrytopArea h2 {
	font-size: clamp(4rem, 0.6574rem + 8.9136vw, 6rem);
}
.rc_infoArea.entry_info .big_cap {
	font-size: clamp(2.6rem, 0.5944rem + 5.3482vw, 3.8rem);
    top: -1.1em;
}
}


@media screen and (max-width:768px) {
.rc_sticky.blk03 .fukidashibox_maru {
	bottom: 3vh;
	right: 2.5vw;
	transform: scale(1) !important;
}
.rc_topmenuArea a .menuBox .swell-block-button .swell-block-button__link::after {
	top: -6%;
}
}

/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
	
/* =========================================================
//  採用 - エントリーブロック
// ========================================================= */
.rc_entryArea {
    min-height: 250px;
}
.rc_entryArea h2 {
	line-height: 0.9;
	top: -39vw;
}
.rc_entryArea .entry_btn {
	bottom: -25vh;
}
.rc_entryArea .entry_btn a {
    padding: 4vw 5vw;
	font-size: 3rem !important;
}
.rc_entryArea .entry_btn a::before {
	width: 15.5vw;
	height: 14.8vw;
}
.rc_entryArea .entry_btn a .txt_jp {
	font-size: 0.9rem;
	margin-left: 5px;
}
	

/* =========================================================
//  8.採用情報トップ
// ========================================================= */
.rc_sticky {
	height: 60vh;
}
.rc_sticky.blk01,
.rc_sticky.blk02 {
    background-position: right -130px center !important;
}
.rc_sticky.blk02 {
	top: 44vh;
}
.rc_sticky.blk03 h2 {
    font-size: 2.6rem !important;
}
.rc_sticky.blk03 p:not(.jp2) {
    font-size: 1.15rem;
}
.rc_sticky.blk03 .fukidashibox_maru p {
    padding: 1.7rem 0 0 1.5rem;
    line-height: 1.4rem;
}
.rc_topmenuArea {
	padding-bottom: 6em !important;
}
.rc_topmenuArea .menuBox {
    margin: 0 auto 10vw;
}    
.rc_topmenuArea .wp-block-group {
    width: 85vw;
}
.rc_topmenuArea .wp-block-group h2 {
    font-size: 1.3rem;
}
	
/* =========================================================
//  9.会社を知る
// ========================================================= */
.rc_comnumArea {
    padding: 4em 0 6em !important;
}
.rc_comnumArea .numBox p {
	line-height: 2.2;
}
.rc_comnumArea .numBox .family {
    margin-bottom: 1.5em !important;
}	
	
/* =========================================================
//  10.社員インタビュー
// ========================================================= */
.rc_ivtopArea .topBox .imgL {
	width: 60%;
	margin: 0 auto;
}
.rc_ivtopArea .topBox .txtR {
	width: 84%;
	margin: 0 auto;
	text-align: center;
}
.rc_ivtopArea .topBox .txtR .cap {
     font-size: 1.6rem;
}
.rc_ivtopArea .topBox .txtR .wp-block-group {
	justify-content: center;
}
.rc_ivArea {
	padding-bottom: 10em !important;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__media {
	width: 70%;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
.rc_ivArea .wp-block-media-text .wp-block-media-text__content .wp-block-group h3 {
    font-size: 1.8rem;
}
	
/* =========================================================
//  11.福利厚生・イベント
// ========================================================= */
.rc_beneArea .swell-block-columns,
.rc_eventArea .swell-block-columns {
    --swl-clmn-mrgn--y: 1rem !important;
}
.rc_beneArea .cap_box .cap_box_ttl,
.rc_eventArea .wp-block-group h3 {
	font-size: 1.4rem;
}
.rc_beneArea .cap_box {
    padding: 20px 4vw;
}
.rc_eventArea .wp-block-group {
    padding: 20px 4vw;
}
	
/* =========================================================
//  12.募集要項
// ========================================================= */
.rc_requireArea .c-tabList .c-tabList__item {
    width: calc(100% / 3 - 5px);
    min-width: auto;
}
.rc_requireArea .c-tabList .c-tabList__item button {
    min-width: auto;
}
.rc_requireArea .c-tabList .c-tabList__item button {
    padding: 2vw;
    font-size: 0.9rem !important;
}
.rc_requireArea .is-style-default .c-tabBody {
    padding: 40px 0 60px
}

/* =========================================================
//  13.エントリーフォーム
// ========================================================= */
.rc_entrytopArea {
    height: 60vw;
}
.rc_entrytopArea h2 {
	line-height: 0.9;
    bottom: -12px;
}
.rc_infoArea.entry_info .big_cap {
	font-size: 2.4rem;
	top: -0.3em;
}
.rc_infoArea.entry_info .inTxt {
	padding-top: 8em;
}

}