@charset "UTF-8";
/* CSS Document */
/* UTILLITIES */
/* UTILLITIES */
/* TAB 1 */
/* TAB 1 */
/* TAB 2 START */
/* TAB 2 END */
/**/
/* TAB 2 START */
/* TAB 2 END */
/* TAB 2 START */
/* TAB 2 END */
:root {
	--c-primary: #437296;
	--c-gold: #CE8C3B;
	--c-white: #fff;
	--c-black: #000;
	--c-deep-green: #719C8B;
	--f-yg: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
	--f-eb: "europa", sans-serif;
	--f-hkgp: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Segoe UI", HelveticaNeue, Meiryo, メイリオ, Osaka, sans-serif;
	--f-sp: 'Spartan', sans-serif;
	--f-s-p: 13px;
	--f-s-disc: 14px;
	--f-s-title: 30px;
	--f-s-h3: 19px;
	--f-s-h4: 20px;
	--f-s-h5: 22px;
}

.text-center {
	text-align: center;
}

.flex {
	display: flex;
}

.flex-justify-center {
	justify-content: center;
}

.env_all {
	max-width: 100vw;
	margin: 26px auto 100px;
}

.env_all .r-tabs .r-tabs-nav {
	text-align: center;
	display: flex;
	max-width: calc(1145px + 40px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.env_all .r-tabs .r-tabs-panel {
  background-color: #f0f3f7;
  padding: 50px 0 92px;
}

.env_all__container {
	width: 100%;
	max-width: calc(1145px + 40px);
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.r-tabs {
	position: relative;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	display: contents !important;
	position: relative;
	top: 1px;
	padding-top: 114px;
    margin-top: -114px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	background: transparent;
	margin-bottom: 0;
	padding: 12px 2%;
	color: #000;
	width: 100%;
	text-align: center;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #000;
	font-size: 12px;
	line-height: 1.6;
	margin-right: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.env_all .r-tabs .r-tabs-panel {
	background-color: #f0f3f7;
	padding: 50px 0 92px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	text-decoration: none;
	margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #000;
	margin-bottom: 0;
}

.check-btn {
	color: var(--c-primary);
	font-family: var(--f-eb);
	position: absolute;
	bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size: 12px;
    font-weight: 900;
}

#sp_main {
	display: none;
}

.switch {
	visibility: hidden;
}

.bxslider {
	width: 1000px;
}

.env_day {
	width: 30%;
	margin-right: 40px;
}

.env_time {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

.env_photo {
	max-width: 453px;
	margin-bottom: 40px;
}

.env_photo02 {
	max-width: 1000px;
	margin-bottom: 40px;
}

.env_p_list>li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	justify-content: space-between;
}

.env-text {
	width: 70%;
}

.pho_tex {
	margin: 30px 0;
}

.e_pho {
	color: #000;
	margin-bottom: 20px;
}

#shoot-title {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}

#slidercaption {
	padding-bottom: 20px;
}

.bx-wrapper .bx-next {
	right: 0;
}

.bx-wrapper .bx-prev {
	left: 0;
}

.days_list>li {
	display: flex;
	margin-bottom: 40px;
}

/* REWARD START */
.reward{
  padding: 0px 20px;
  margin-bottom: 23px;
}
.reward__card{
  background-color: #FAF9F6;
  padding: 30px 26px;
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  display: grid;
  grid-template-areas: "img heading" "text text";
  grid-template-columns: auto 1fr;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 72px;
}
.reward__img{
  grid-area: img;
  display: inline-flex;
  flex-direction: column;
  padding: 0px 22px;
  margin: 0;
}
.reward__img > img{
  max-width: 79px;
}
.reward__img figcaption{
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
}
.reward__heading{
  grid-area: heading;
}
.reward__heading h4{
  font-family: var(--f-yg);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 8%;
}
.reward__heading h4 span{
  color: #A68251;
}
.reward__text{
  grid-area: text;
}
.reward__text p{
  font-size: 12px;
  line-height: 27px;
}
.reward__text p a{
  font-weight: 600;
  text-decoration: underline;
}
/* REWARD END */

/* UTILLITIES */

.tab__heading {
	text-align: center;
	margin-bottom: 50px;
}

.tab__heading h3,
.tab__heading h1 {
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: var(--f-s-disc);
	line-height: calc(21 / 14);
	letter-spacing: 0.13em;
}

.tab__heading h3 span,
.tab__heading h1 span {
	color: var(--c-primary);
}

.tab__heading h1 {
	padding-top: 95px;
}

/* UTILLITIES */

/* TAB 1 */
.tab-1__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 14px 8px;
}

.tab-1__grid-item.active .tab-1__card {
	border-color: var(--c-primary);
}

.tab-1__grid-item--span {
	grid-column: span 2;
}

.tab-1__grid-item-detail {
	grid-column: span 2;
	padding-top: 20px;
	display: none;
}

.tab-1__card {
	background-color: var(--c-white);
	border: 2px solid transparent;
	border-radius: 20px;
	box-shadow: 1px -1px 16px -1px rgba(0, 0, 0, 0.25);
	padding: 24px 24px 28px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	position: relative;
}

.tab-1__card:hover {
	transition: 0.5s;
	border-color: var(--c-primary);
}

.tab-1__card-title {
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 12px;
	line-height: calc(21 / 14);
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.tab-1__card-textgroup {
	display: flex;
	justify-content: space-around;
}

.tab-1__card-textgroup .tab-1__card-text {
	display: flex;
	flex-direction: column;
	grid-row-gap: 4px;
}

.tab-1__card-text {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	letter-spacing: normal;
	margin-bottom: 18px;
}

.tab-1__card-text span {
	color: var(--c-primary);
}

.tab-1__card-text span strong {
	font-size: 23px;
}

.tab-1__card-img {
	margin-top: auto;
	width: 100%;
	max-width: var(--w);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tab-1__card-detail {
	background-color: var(--c-white);
	border: 2px solid transparent;
	border-radius: 20px;
	box-shadow: 1px -1px 29px -1px rgba(0, 0, 0, 0.23);
	padding: 56px 30px 52px;
	position: relative;
	font-family: var(--f-hkgp);
	font-size: var(--f-s-disc);
	line-height: calc(30 / 13);
	letter-spacing: normal;
}

.tab-1__card-detail::before {
	content: "";
	position: absolute;
	top: -23px;
	left: 25%;
	transform: translateX(-50%);
	border-left: 22.5px solid transparent;
	border-bottom: 23px solid var(--c-white);
	border-right: 22.5px solid transparent;
}

.tab-1__card-detail--right::before {
	left: 75%;
}

.tab-1__card-detail--center::before {
	left: 50%;
}

.tab-1__card-detail .close {
	font: 0/0 a;
	border: none;
	outline: none;
	width: 18px;
	height: 18px;
	background: transparent url("/img/environment/close.svg") no-repeat center center/contain;
	position: absolute;
	top: 20px;
	right: 20px;
}

.tab-1__card-detail-img {
	display: block;
	width: 100%;
	max-width: var(--w);
	margin: 0 auto 30px;
}

.tab-1__card-detail h5 {
	color: var(--c-primary);
	font-family: var(--f-hkgp);
	font-weight: 600;
	font-size: var(--f-s-h5);
	line-height: calc(33 / 22);
	text-align: center;
	margin-bottom: 13px;
}

.tab-1__card-detail--right::before {
  left: 75%;
}

.tab-1__card-detail--center::before {
  left: 50%;
}

.tab-1__card-detail-img {
  display: block;
  width: 100%;
  max-width: var(--w);
  margin: 0 auto 30px;
}

.tab-1__card--3 .tab-1__card-text {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 70px;
	height: 70px;
	border-radius: 10rem;
	border: 1px solid black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 10px;
	line-height: calc(16 / 10);
	padding-top: 0.5em;
}

.tab-1__card--3 .tab-1__card-text span {
	color: #000;
}

.tab-1__card--3 .tab-1__card-text span strong {
	font-size: 13px;
}

/* TAB 1 */

/* TAB 2 START */
.tab-2 {
	font-family: var(--f-hkgp);
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 263%;
}
.tab-2 .slick-track{
    display: flex !important;
}
.tab-2 .slick-slide{
    height: inherit !important;
}
.tab-2 .slick-slide > div{
	height: 100%;
}

.tab-2__text {
	margin-bottom: 67px;
}

.tab-2__nav {
	max-width: 1045px;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column-gap: 14px;
	margin: 0 auto 50px;
}

.tab-2__nav-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 71px;
	border: 3px solid var(--c-primary);
	border-radius: 10rem;
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 16px;
	line-height: calc(23/16);
	letter-spacing: 0.16em;
	color: var(--c-primary);
	position: relative;
	background-color: #fff;
}

.tab-2__nav-btn::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 7px;
	transform: translateX(-50%);
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	border-top: 5px solid var(--c-primary);
}

.tab-2__subtitle {
	text-align: center;
	margin-bottom: 50px;
}

.tab-2__subtitle h4 {
	font-family: var(--f-yg);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: calc(27 / 18);
	letter-spacing: 0.12em;
}

.tab-2__subtitle h4 span {
	color: var(--c-primary);
}

.tab-2__subtitle h4 small {
	font-family: var(--f-sp);
	font-weight: 300;
	font-size: 11px;
	line-height: calc(12 / 11);
	letter-spacing: 0.04em;
	display: block;
	margin-bottom: 10px;
}

.tab-2__salary-item {
	position: relative;
	margin-bottom: 67px;
}

.tab-2__salary-item-no {
	position: absolute;
	font-family: var(--f-eb);
	font-style: normal;
	font-weight: 700;
	font-size: 110px;
	line-height: 110px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.03);
}

.tab-2__salary-item-no--1 {
	top: 54px;
	right: 0;
}

.tab-2__salary-item-heading h5 {
	font-family: var(--f-hkgp);
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 149.5%;
	letter-spacing: 0.06em;
	margin-bottom: 11px;
}

.tab-2__salary-item-heading h5 span {
	color: var(--c-primary);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.tab-2__salary-item-heading p {
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 19px;
	line-height: calc(28/19);
}

.tab-2__salary-item-heading p strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 46px;
	line-height: 1;
}

.tab-2__salary-item-img {
	margin-top: -11px;
	margin-bottom: 30px;
}

.tab-2__salary-item-img img {
	max-width: 273px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.tab-2__salary-item-details dl {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 20px 40px;
}

.tab-2__salary-item-details dl dt span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 75px;
	height: 35px;
	border-radius: 10rem;
	background-color: var(--c-white);
	border: 1px solid var(--c-primary);
	color: var(--c-primary);
	font-family: var(--f-sp);
	font-weight: 300;
	font-size: 12px;
	line-height: calc(13/12);
	letter-spacing: 0.04em;
}

.tab-2__salary-item-details dl .dd-ch p {
	display: flex;
	align-items: flex-end;
	font-family: var(--f-hkgp);
	font-weight: 500;
	font-size: 18px;
	line-height: calc(22/18);
}

.tab-2__salary-item-details dl .dd-ch p span {
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 12px;
	line-height: calc(18/12);
	display: flex;
}

.tab-2__salary-item-details dl .dd-ch p strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 45px;
	line-height: 33px;
	margin-left: 11px;
}

.tab-2__salary-item-details dl .dd-bs p strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 23px;
	line-height: 1;
}

.tab-2__salary-item-details dl .dd-mi p {
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 11px;
	line-height: calc(16/11);
}

.tab-2__salary-item-details dl .dd-mi p strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 23px;
}

.tab-2__salary-item-details dl .dd-ai p {
	font-family: var(--f-hkgp);
	font-weight: 500;
	font-size: 15px;
	line-height: calc(18/15);
}

.tab-2__salary-item-details dl .dd-ai p strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
}

.tab-2__career-step {
	padding-bottom: 38px;
}

.tab-2__career-step-list-item {
	padding-right: 30px;
}

.tab-2__career-step-card {
	display: flex;
	flex-direction: column;
	border-left: 1px solid var(--c-primary);
}

.tab-2__career-step-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
}

.tab-2__career-step-card-header::before {
	content: '';
	position: absolute;
	left: 7px;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid var(--c-primary);
}

.tab-2__career-step-card-header::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-color: var(--c-white);
	border: 1px solid var(--c-primary);
	border-radius: 10rem;
}

.tab-2__career-step-card-header>span {
	position: absolute;
	top: 0;
	left: 30px;
	background-color: var(--c-gold);
	color: var(--c-white);
	font-family: var(--f-sp);
	font-weight: 700;
	font-size: 9px;
	line-height: 1;
	padding: 6px 8px 4px;
	letter-spacing: 0.5px;
}

.tab-2__career-step-card-header>span::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 8px;
	height: 9px;
	border-right: 8px solid transparent;
	border-top: 9px solid var(--c-gold);
}

.tab-2__career-step-card-header h6 {
	font-family: var(--f-hkgp);
	font-weight: 600;
	font-size: 14px;
	line-height: calc(21/14);
	letter-spacing: 0.06em;
	display: flex;
	flex-direction: column;
	color: var(--c-primary);
}

.tab-2__career-step-card-header h6 small {
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 12px;
	line-height: calc(18/12);
}

.tab-2__career-step-card-header p {
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 19px;
	line-height: calc(28/19);
}

.tab-2__career-step-card-header p strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 46px;
	line-height: 1;
	margin-right: 3px;
}

.tab-2__career-step-card-header--job-change {
	padding-top: 29px;
}

.tab-2__career-step-card-content {
	padding: 23px 0 48px 30px;
}

.tab-2__career-step-card-content p {
	font-family: var(--f-hkgp);
	font-weight: 400;
	font-size: 15px;
	line-height: calc(18/15);
	letter-spacing: 0.03em;
}

.tab-2__career-step-card-content ul {
	display: flex;
	flex-direction: column;
	grid-row-gap: 8px;
	margin-top: 13px;
}

.tab-2__career-step-card-content ul li {
	display: flex;
	align-items: center;
	grid-column-gap: 17px;
}

.tab-2__career-step-card-content ul li .p-badge span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--c-white);
	border: 1px solid var(--c-primary);
	min-width: 75px;
	height: 27px;
	padding-left: 14px;
	padding-right: 14px;
	border-radius: 10rem;
	color: var(--c-primary);
	font-size: 12px;
}

.tab-2__career-step-card-content ul li .p-salary {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 23px;
	line-height: 1;
}

.tab-2__career-step-note {
	text-align: right;
}

.tab-2__average-salary {
	padding-bottom: 90px;
}
.tab-2__average-salary .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 278px;
  height: auto;
}

.tab-2__average-salary-slick-item {
	padding: 0 5px;
	height: 100%;
}

.tab-2__average-salary-card {
	padding: 22px 20px 34px;
	background-color: var(--c-white);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	width: 278px;
	height: 100%;
	cursor: pointer;
}

.tab-2__average-salary-card-position {
	margin-bottom: 12px;
}

.tab-2__average-salary-card-position h6 {
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 21px;
	line-height: 142.5%;
	text-align: center;
	letter-spacing: 0.06em;
}

.tab-2__average-salary-card-position h6 span {
	display: block;
	color: var(--c-primary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
	line-height: 1.7;
}

.tab-2__average-salary-card-img {
	margin-bottom: 24px;
}

.tab-2__average-salary-card-img img {
	max-width: 146px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.tab-2__average-salary-card-details {
	display: flex;
	justify-content: center;
}

.tab-2__average-salary-card-details dl {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 16px 20px;
}

.tab-2__average-salary-card-details dl dt span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 75px;
	height: 30px;
	background-color: var(--c-white);
	border: 1px solid var(--c-primary);
	border-radius: 10rem;
	padding-left: 8px;
	padding-right: 8px;
	color: var(--c-primary);
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.04em;
}

.tab-2__average-salary-card-details dl dd {
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 12px;
	line-height: calc(18/12);
}

.tab-2__average-salary-card-details dl dd strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: var(--f-s-title);
	line-height: 1;
	margin-left: 7px;
	margin-right: 3px;
}
.tab-2__pr{
	padding-bottom: 100px;
}
.tab-2__pr-slick-item{
	padding: 0 5px;
	height: 100%;
}
.tab-2__pr-card {
	padding: 20px 22px;
	background-color: var(--c-white);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	width: 278px;
	height: 100%;
	cursor: pointer;
}

.tab-2__pr-card-position {
	margin-bottom: 12px;
}

.tab-2__pr-card-position h6 {
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 21px;
	line-height: 142.5%;
	text-align: center;
	letter-spacing: 0.06em;
}

.tab-2__pr-card-position h6 span {
	display: block;
	color: var(--c-primary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
	line-height: 1.7;
}

.tab-2__pr-card-img {
	margin-bottom: 12px;
}

.tab-2__pr-card-img img {
	max-width: 103px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.tab-2__pr-card-tags{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	grid-gap: 2px 0;
	margin-bottom: 15px;
}
.tab-2__pr-card-tags span{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 14px;
	padding: 2px 5px 3px;
	border: .5px solid #000;
	border-radius: 10rem;
	font-size: 7px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: normal;
	transform: scale(0.94);
}
.tab-2__pr-card-tags .w-100{
	display: block;
	width: 100%;
}

.tab-2__pr-card-details {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.tab-2__pr-card-details dl {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: flex-end;
	grid-gap: 10px 13px;
}

.tab-2__pr-card-details dl dt span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 75px;
	height: 30px;
	background-color: var(--c-white);
	border: 1px solid var(--c-primary);
	border-radius: 10rem;
	padding-left: 8px;
	padding-right: 8px;
	color: var(--c-primary);
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.04em;
}

.tab-2__pr-card-details dl dd {
	font-family: var(--f-hkgp);
	font-weight: 300;
	font-size: 12px;
	line-height: calc(18/12);
	display: flex;
	flex-direction: column;
	letter-spacing: normal;
}

.tab-2__pr-card-details dl dd strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: var(--f-s-title);
	line-height: 1;
}
.tab-2__pr-card-details dl dd small{
	font-size: 9px;
	line-height: 14px;
}
.tab-2__pr-card-department{
	margin-top: auto;
	min-height: 264px;
}
.tab-2__pr-card-department-title{
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .08em;
	margin-bottom: 7px;
}
.tab-2__pr-card-department-grid{
	display: grid;
	grid-gap: 5px;
}
.tab-2__pr-card-department-item{
	background-color: var(--c-white);
	border: 2px solid var(--c-primary);
	border-radius: 10px;
	display: grid;
	grid-template-columns: 2fr 3fr;
	overflow: hidden;
}
.tab-2__pr-card-department-item--col{
	grid-template-columns: 1fr;
}
.tab-2__pr-card-department-item h5{
	background-color: var(--c-primary);
	color: var(--c-white);
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .05em;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab-2__pr-card-department-item--col h5{
	padding: 11px 4px;
}
.tab-2__pr-card-department-item p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: normal;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 14px 4px 15px;
}
.tab-2__pr-card-department-item p.absence{
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	padding-top: 14px;
	padding-bottom: 13px;
}
.tab-2__pr-card-department-item--col p{
	font-size: 16px;
	padding: 10px 4px;
}
.tab-2__pr-card-department-item p strong{
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 31px;
	line-height: 1;
	margin-right: .1em;
}
.tab-2__pr-card-department-item--col p strong{
	font-size: 35px;
}
.u-tb-only {
	display: block;
}
.tb-only {
	display: none;
}

#tab-2 {
	background-color: #F6F6F6;
}

/* TAB 2 END */

/* TAB 3 START */

#tab-2 {
	padding: 0;
  }
  
  .tab-3__nav {
	background-color: #fff;
	padding: 50px 0;
  }
  .tab-3__nav > div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 12px;
	max-width: 1085px;
  }
  .tab-3__nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	border-width: 3px;
	border-style: solid;
	border-radius: 10rem;
	height: 71px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.16em;
	position: relative;
  }
  .tab-3__nav-link::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 5px solid;
  }
  .tab-3__nav-link--green {
	color: var(--c-deep-green);
	border-color: var(--c-deep-green);
  }
  .tab-3__nav-link--green::before {
	border-top-color: var(--c-deep-green);
  }
  .tab-3__nav-link--blue {
	color: var(--c-primary);
	border-color: var(--c-primary);
  }
  .tab-3__nav-link--blue::before {
	border-top-color: var(--c-primary);
  }
  .tab-3__content {
	padding: 50px 0;
  }
  .tab-3__content--shops {
	background-color: #F0F6F4;
  }
  .tab-3__content--headquarter {
	background-color: #F0F3F7;
  }
  .tab-3__heading {
	text-align: center;
	display: flex;
	flex-direction: column-reverse;
	grid-row-gap: 11px;
	line-height: 1;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.08em;
	margin-bottom: 50px;
  }
  .tab-3__heading small {
	font-family: var(--f-sp);
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 0.04em;
  }
  .tab-3__heading--green {
	color: var(--c-deep-green);
  }
  .tab-3__heading--blue {
	color: var(--c-primary);
  }
  .tab-3__list {
	background-color: #fff;
	padding: 50px 20px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 50px;
  }
  .tab-3__item-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
  }
  .tab-3__item-slider.slick-slider {
	margin-bottom: 40px;
  }
  .tab-3__item-slider img {
	border-radius: 20px;
  }
  #tab-2 .tab-3__item-slider--green .slick-dots li button {
	background-color: var(--c-deep-green);
  }
  #tab-2 .tab-3__item-slider--green .slick-dots li.slick-active button {
	border-color: var(--c-deep-green);
	background-color: transparent;
  }
  #tab-2 .tab-3__item-slider--blue .slick-dots li button {
	background-color: var(--c-primary);
  }
  #tab-2 .tab-3__item-slider--blue .slick-dots li.slick-active button {
	border-color: var(--c-primary);
	background-color: transparent;
  }
  .tab-3__item-text {
	font-weight: 300;
	font-size: 13px;
	line-height: 30px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Segoe UI", HelveticaNeue, Meiryo, メイリオ, Osaka, sans-serif;
  }

  #tab-2 .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -20px;
  }
  #tab-2 .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 10rem;
	margin: 0 2px;
  }
  #tab-2 .slick-dots li button {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	border: 2px solid transparent;
	padding: 0;
	background-clip: content-box;
  }
  #tab-2 .slick-dots li button::before {
	display: none;
  }

/* TAB 3 END */
  
  
/* TAB 4 START */
#tab-3{
	background-color: #F6F6F6;
}
.tab-4__content{
	padding-bottom: 50px;
}
.tab-4__content + .tab-4__content{
	border-top: 1px solid #E8E8E8;
	padding-top: 50px;
}
.tab-4__body{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 24px;
}
.tab-4__body > p {
	font-size: var(--f-s-disc);
}
.tab-4__body--full{
	display: block;
}
.tab-4__details ul{
	font-size: 12px;
	margin-top: 15px;
}
.tab-4__details ul li{
	position: relative;
	padding-left: 1.75em;
}
.tab-4__details ul li::before{
	content: '·';
	font-size: 2em;
	position: absolute;
	top: -12px;
	left: 6px;
}
.tab-4__list{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
	margin-top: 30px;
}
.tab-4__list li h5{
	font-weight: 600;
	font-size: var(--f-s-h4);
	line-height: 1.3;
	margin-bottom: 23px;
}
.tab-4__list li h5 span{
	color: var(--c-primary);
	font-family: var(--f-eb);
	font-size: 12px;
	font-weight: 700;
	margin-right: 8px;
}
.tab-4__list li h5 span strong{
	font-size: var(--f-s-h5);
}
.tab-4__list li img{
	margin-bottom: 15px;
}
.tab-4__list li p {
	font-size: var(--f-s-p);
}
.tab-4__notes{
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
.tab-4__notes li{
	position: relative;
	padding-left: 1.5em;
	font-size: 12px;
}
.tab-4__notes li::before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.tab-4__heading,
.tab-4__heading-time {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
}
.tab-4__heading {
	font-family: var(--f-yg);
	font-size: 20px;
	color: var(--c-black);
	text-align: center;
	display: flex;
	flex-direction: column;
	line-height: 1;
	position: relative;
	padding-bottom: 36px;
	margin-bottom: 30px;
}
.tab-4__heading::after {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	color: var(--c-primary);
	background-color: currentColor;
	margin: auto;
	box-shadow: 0 -7px 0 currentColor, 0 -14px  0 currentColor;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tab-4__heading-time {
	color: var(--c-primary);
	font-family: var(--f-eb);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 21px;
	column-gap: 8px;
}
.tab-4__heading-time::before {
	content: "";
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.tab-4__heading-time--0945::before {
	background-image: url(/img/environment/tab-4/time-0945.svg);
}
.tab-4__heading-time--0950::before {
	background-image: url(/img/environment/tab-4/time-0950.svg);
}
.tab-4__heading-time--1000::before {
	background-image: url(/img/environment/tab-4/time-1000.svg);
}
.tab-4__heading-time--1000::before {
	background-image: url(/img/environment/tab-4/time-1000.svg);
}

.tab-4__heading-time--2100::before {
	background-image: url(/img/environment/tab-4/time-2100.svg);
}
.tab-4__heading-time--2100::before {
	background-image: url(/img/environment/tab-4/time-2100.svg);
}
.tab-4__heading-time--2130::before {
	background-image: url(/img/environment/tab-4/time-2130.svg);
}
.tab-4__heading-time--break::before {
	background-image: url(/img/environment/tab-4/time-break.svg);
}
/* TAB 4 END */

/* TAB 5 START */

.tab-5__grid {
	display: grid;
	grid-gap: 20px;
}

.tab-5__card {
	background-color: var(--c-white);
	border-radius: 20px;
	padding: 32px;
	height: 100%;
  word-break: break-all;
}

.tab-5__card-title {
	font-family: var(--f-yg);
	font-weight: 700;
	text-align: center;
	line-height: calc(21/14);
	letter-spacing: .14em;
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab-5__card-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	border-radius: 20px;
	background-color: var(--bg);
	color: var(--c-white);
	padding: 0 10px;
	font-family: var(--f-hkgp);
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	letter-spacing: .05em;
	margin-right: 10px;
}

.tab-5__card--joining .tab-5__card-grid {
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
}

.tab-5__card--joining .tab-5__card-img {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tab-5__card--joining .tab-5__card-img img {
	max-width: 140px;
	margin: 0 auto 24px;
}

.tab-5__card--joining .tab-5__card-img p {
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 18px;
	line-height: calc(27/18);
	letter-spacing: .04em;
}

.tab-5__card--joining .tab-5__card-img p strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 46px;
	line-height: 1;
	color: #2181B7;
}

.tab-5__card--joining .tab-5__card-list-wrapper {
	display: flex;
	justify-content: center;
}

.tab-5__card--joining .tab-5__card-list {
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 14px;
	line-height: calc(21/14);
	letter-spacing: .04em;
}

.tab-5__card--joining .tab-5__card-list li strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #2181B7;
}

.tab-5__card--improvements .tab-5__card-grid-wrapper {
	display: flex;
	justify-content: center;
}

.tab-5__card--improvements .tab-5__card-grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-column-gap: 30px;
}

.tab-5__card--improvements p {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 12px;
	line-height: calc(18/12);
	letter-spacing: .04em;
	white-space: nowrap;
}

.tab-5__card--improvements p+p {
	margin-top: 28px;
}

.tab-5__card--improvements p span {
	font-family: var(--f-eb);
	font-size: 18px;
}

.tab-5__card--improvements p span strong {
	font-size: 32px;
	line-height: 1;
	color: var(--color);
}

.tab-5__card--improvements .tab-5__card-grid-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab-5__card--experience .tab-5__card-list-wrapper {
	display: flex;
	justify-content: center;
}

.tab-5__card--experience .tab-5__card-list {
	display: flex;
	flex-direction: column;
	grid-gap: 13px;
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 18px;
	line-height: calc(28/18);
	letter-spacing: .05em;
}

.tab-5__card--experience .tab-5__card-list li strong {
	font-family: var(--f-eb);
	font-size: 34px;
	line-height: 1;
	color: #2181B7;
}

.tab-5__card--describe .tab-5__card-img img {
	display: block;
	max-width: var(--max-w);
	margin-left: auto;
	margin-right: auto;
}

.tab-5__card--where .tab-5__card-body {
	max-width: 320px;
	margin: 0 auto;
}

.tab-5__card--where .tab-5__card-content {
	position: relative;
	display: flex;
	grid-column-gap: 15px;
	padding-top: 30px;
	margin-top: 30px;
}

.tab-5__card--where .tab-5__card-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: var(--c-black);
}

.tab-5__card--where .tab-5__card-content-header {
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
	grid-column-gap: 16px;
}

.tab-5__card--where .tab-5__card-content-header img {
	max-width: 60px;
}

.tab-5__card--where .tab-5__card-content-header p {
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: .04em;
	display: flex;
	flex-direction: column;
}

.tab-5__card--where .tab-5__card-content-header p strong {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #2181B7;
}

.tab-5__card--where .tab-5__card-content-body {
	font-family: var(--f-yg);
	font-weight: 500;
	font-size: 10px;
	line-height: 1.5;
}

.tab-5__card--glasses .tab-5__card-content {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column-gap: 30px;
}

.tab-5__card--glasses .tab-5__card-content-title p {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 26px;
	line-height: calc(38/26);
	letter-spacing: .05em;
	color: #2181B7;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.tab-5__card--glasses .tab-5__card-content-title p strong {
	font-size: 51px;
	line-height: 1;
}

.tab-5__card--glasses .tab-5__card-content-img img {
	max-width: 128px;
}

.tab-5__card--house .tab-5__card-content {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column-gap: 30px;
}

.tab-5__card--house .tab-5__card-content-title p {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 26px;
	line-height: calc(38/26);
	letter-spacing: .05em;
	color: #2181B7;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.tab-5__card--house .tab-5__card-content-title p strong {
	font-size: 51px;
	line-height: 1;
}

.tab-5__card--house .tab-5__card-content-img img {
	max-width: 120px;
}

.tab-5__list-3-col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.tab-5__list-3-col>li {
	text-align: center;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.tab-5__list-3-col>li img {
	width: 61px;
	margin: 0 auto 10px;
	display: block;
}

.tab-5__list-3-col>li h5 {
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 8.66px;
	line-height: 13px;
	margin-bottom: 5px;
}

.tab-5__list-3-col>li p {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 32.79px;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #2181B7;
}

.tab-5__list-3-col>li p::after {
	content: '%';
	font-size: 14px;
}

.tab-5__list-3-cards>li+li {
	margin-top: 21px;
}

.tab-5__list-3-cards h4 {
	margin-bottom: 0;
}

.tab-5__list-3-cards-inner {
	display: inline-grid;
	grid-template-columns: 80px 1fr;
	align-items: center;
	gap: 16px;
	margin-top: 32px;
}

.tab-5__list-3-cards-inner img {
	width: 100%;
}

.tab-5__list-3-cards-inner small {
	font-family: var(--f-yg);
	font-weight: 700;
	font-size: 18px;
	color: #2181B7;
}

.tab-5__list-3-cards-inner h5 {
	font-family: var(--f-eb);
	font-weight: 700;
	font-size: 53px;
	color: #2181B7;
	letter-spacing: 0.02em;
	line-height: 1;
}

.tab-5__list-3-cards-inner h5::after {
	content: '%';
	font-size: 23px;
}

.tab-5__list-3-cards-detail {
	font-family: var(--f-yg);
	margin-top: 24px;
	text-align: center;
	font-weight: 500;
}

/* TAB 5 END */

@media screen and (max-width: 1000px) {
	.tab-2__salary-item-details dl {
		max-width: 330px;
		margin: 0 auto;
	}
	.u-tb-only {
		display: none;
	}
	.tb-only {
		display: inline-block;
		padding: 0 8px;
	}
}

@media screen and (max-width: 600px) {
	.u-tb-only {
		display: block;
	}
	.tb-only {
		display: none;
	}
}

@media screen and (max-width: 826px) {
	.check-btn {
	    font-size: 9px;
		bottom: 6px;
		letter-spacing: 0.5px;
	}

	.check-btn small {
		font-size: 8px;
	}

	.env_all .r-tabs .r-tabs-panel {
		padding: 1px 0 92px;
	}

	.tab-1__card {
		padding: 16px 24px 33px;
	}

	.check-btn small {
		font-size: 8px;
	}

	.pc-only {
		display: none !important;
	}

	.env_all {
		margin: 26px auto 60px;
	}

	.env_all .r-tabs .r-tabs-nav {
		display: none;
	}

	.r-tabs .r-tabs-nav .r-tabs-tab {
		position: relative;
		top: 1px;
		height: 58px;
	}

	.r-tabs .r-tabs-nav .r-tabs-anchor {
		border-bottom: 1px solid #999;
		border-top: 1px solid #999;
		margin-top: -4px;
		padding-left: 6%;
		height: 58px;
		line-height: 4;
	}

	.r-tabs .r-tabs-nav .r-tabs-state-active {
		background-color: #fff;
		padding-left: 6%;
		height: 58px;
		line-height: 4;
	}

	.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
		color: #437296;
		background-color: #fff;
		padding-left: 6%;
		height: 58px;
		line-height: 4;
	}

	.r-tabs .r-tabs-panel {
		margin-bottom: 3px;
	}

	.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
		border-bottom: 1px solid #999;
		border-top: 1px solid #999;
		margin-top: -4px;
		padding-left: 6%;
		height: 58px;
		line-height: 4;
		font-weight: bold;
	}

	.r-tabs .r-tabs-accordion-title .r-tabs-anchor br {
		display: none;
	}
	
	.r-tabs .r-tabs-accordion-title .r-tabs-anchor > p {
		display: inline-block;
	}

	.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
		opacity: 0.5;
	}

	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
		background-color: #fff;
		color: #000;
		margin-bottom: 0;
		padding-left: 6%;
		height: 58px;
		line-height: 4;
	}

	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor > p {
		display: inline-block;
	}
	.pho_tex {
		margin: 30px auto 0;
		width: 100%;
	}

	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor>p {
		display: inline-block;
	}

	.r-tabs .r-tabs-accordion-title .r-tabs-anchor>p {
		display: inline-block;
	}

	.tab-4__list li h5 {
		font-size: 16px;
	}

	/**/
  #sp_main {
    display: flex;
    margin-bottom: 23px;
  }
  .env_day {
    width: 100%;
    display: block;
    margin: 0;
  }
  .env-text {
    width: 100%;
    padding: 20px 6% 30px;
  }
  .days_list {
    margin-bottom: 40px;
  }
  .days_list > li {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .env_photo {
    margin-bottom: 40px;
  }
  .env_photo02 {
    width: 100%;
    margin-bottom: 40px;
  }
  .env_p_list > li {
    flex-wrap: wrap;
  }
  #slidercaption {
    padding: 10px 6% 30px;
  }
  #shoot-title {
    padding: 0 6%;
  }
  .tab-2__career-step-scroller {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .tab-3__list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .tab-3__item-title {
    text-align: center;
  }
  .tab-2__pr-card-tags {
	grid-gap: 2px 2px;
  }
  
  .tab-2__pr-card-tags span {
	padding: 2px 4px;
	transform: unset;
	border: 0.8px solid #000;
	border-collapse: separate;
  }
}

@media screen and (max-width: 600px) {
	.reward__img {
		align-items: center;
		padding: 0;
	  }
	  .reward__heading h4 {
		font-size: 11px;
	  }
	  .reward__card {
		justify-items: center;
		grid-template-columns: 118px 1fr;
	  }
	  .reward__img > img {
		margin-bottom: 4px;
		max-width: 81px;
	}
	.reward__img .company {
		width: 81px;
		height: auto;
	}
}

@media screen and (min-width: 600px) {
	.reward{
		margin-bottom: 72px;
	  }
	  .reward__card{
		grid-template-areas: "img heading" "img text";
		grid-template-rows: auto auto;
		grid-gap: 9px 40px;
		padding: 32px 85px;
		border-radius: 20px;
	  }
	  .reward__img{
		padding: 0;
	  }
	  .reward__img > img{
		max-width: 155px;
	  }
	  .reward__img figcaption img{
		max-width: 125px;
	  }
	  .reward__heading{
		align-self: flex-end;
	  }
	  .reward__heading h4{
		font-size: 19px;
		line-height: 28.5px;
	  }
	  .reward__text{
		align-self: flex-start;
	  }
	  .reward__text p{
		font-size: 14px;
		line-height: 29px;
	  }
}

@media screen and (min-width: 827px) {
  .sp-only {
    display: none !important;
  }
  .env_all .r-tabs .r-tabs-panel {
    padding: 30px 0 188px;
  }
  .tab__heading {
    margin-bottom: 72px;
  }
  .tab__heading h3,
  .tab__heading h1 {
    font-size: 19px;
  }
  .tab__heading h3 br {
    display: none;
  }
  .tab-1__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 14px;
    grid-template-areas: "item-1 item-2 item-3" "detail-1 detail-1 detail-1" "detail-2 detail-2 detail-2" "detail-3 detail-3 detail-3" "item-4 item-5 item-6" "detail-4 detail-4 detail-4" "detail-5 detail-5 detail-5" "detail-6 detail-6 detail-6" "item-7 item-8 item-9" "detail-7 detail-7 detail-7" "detail-8 detail-8 detail-8" "detail-9 detail-9 detail-9";
  }
  #accordion-item-1 {
    grid-area: item-1;
  }
  #accordion-item-2 {
    grid-area: item-2;
  }
  #accordion-item-3 {
    grid-area: item-3;
  }
  #accordion-item-4 {
    grid-area: item-4;
  }
  #accordion-item-5 {
    grid-area: item-5;
  }
  #accordion-item-6 {
    grid-area: item-6;
  }
  #accordion-item-7 {
    grid-area: item-7;
  }
  #accordion-item-8 {
    grid-area: item-8;
  }
  #accordion-item-9 {
    grid-area: item-9;
  }
  #accordion-detail-1 {
    grid-area: detail-1;
  }
  #accordion-detail-2 {
    grid-area: detail-2;
  }
  #accordion-detail-3 {
    grid-area: detail-3;
  }
  #accordion-detail-4 {
    grid-area: detail-4;
  }
  #accordion-detail-5 {
    grid-area: detail-5;
  }
  #accordion-detail-6 {
    grid-area: detail-6;
  }
  #accordion-detail-7 {
    grid-area: detail-7;
  }
  #accordion-detail-8 {
    grid-area: detail-8;
  }
  #accordion-detail-9 {
    grid-area: detail-9;
  }
  .tab-1__grid-item {
    margin-bottom: 25px;
  }
  .tab-1__grid-item--span {
    grid-column: span 1;
  }
  .tab-1__grid-item-detail {
    margin-top: -8px;
	}

	.tab-1__card {
		padding-top: 34px;
		padding-bottom: 47px;
		border-width: 3px;
	}

	.tab-1__card-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.tab-1__card-img {
		max-width: var(--pc-w);
	}

	.tab-1__card-text {
		font-size: 16px;
	}

	.tab-1__card-text span {
		font-size: 24px;
	}

	.tab-1__card-text span strong {
		font-size: 29px;
	}

	.tab-1__card-detail {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-column-gap: 60px;
		align-items: center;
		padding: 70px;
		margin-bottom: 43px;
	}

	.tab-1__card-detail--1::before,
	.tab-1__card-detail--4::before,
	.tab-1__card-detail--7::before {
		left: calc((100% / 3) / 2);
	}

	.tab-1__card-detail--2::before,
	.tab-1__card-detail--5::before,
	.tab-1__card-detail--8::before {
		left: 50%;
	}

	.tab-1__card-detail--3::before,
	.tab-1__card-detail--6::before,
	.tab-1__card-detail--9::before {
		left: auto;
		right: calc((100% / 3) / 3);
	}

	.tab-1__card-detail-img {
		margin-bottom: 0;
	}

	.tab-1__card-detail h5 {
		text-align: left;
	}

	.tab-1__card-detail h5 br {
		display: none;
	}

	.tab-1__card--3 .tab-1__card-text {
		width: 114px;
		height: 114px;
		top: 91px;
		right: 38px;
		font-size: 15px;
	}

	.tab-1__card--3 .tab-1__card-text span {
		font-size: 17px;
	}

	.tab-1__card--3 .tab-1__card-text span strong {
		font-size: 21px;
	}

	/* TAB 2 START */
	.tab-2__text {
		text-align: center;
	}
	.tab-2__nav{
		grid-column-gap: 45px;
		margin-bottom: 112px;
	}
	.tab-2__nav-btn{
		height: 80px;
		font-size: 23px;
	}
	.tab-2__nav-btn::before{
		border-left-width: 5px;
		border-right-width: 5px;
		border-top-width: 6px;
	}
	.tab-2__nav-btn:hover{
		opacity: 1;
		background: rgba(67, 114, 150, 0.15);
	}
	.tab-2__subtitle{
		margin-bottom: 84px;
	}
	.tab-2__subtitle h4{
		font-size: 30px;
	}
	.tab-2__subtitle h4 small{
		font-size: 12px;
		margin-bottom: 21px;
	}
	.tab-2__salary-item{
		display: grid;
		grid-template-areas: "img heading" "img details";
		grid-template-columns: auto calc(50% + 22px);
		grid-column-gap: 80px;
		align-items: center;
		max-width: 870px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 137px;
	}
	.tab-2__salary-item-no{
		display: none;
	}
	.tab-2__salary-item--even{
		grid-template-areas: "heading img" "details img";
		grid-template-columns: calc(50% + 22px) auto;
	}
	.tab-2__salary-item-heading{
		grid-area: heading;
	}
	.tab-2__salary-item-heading h5{
		font-size: 25px;
	}
	.tab-2__salary-item-heading h5 small{
		font-size: 13px;
	}
	.tab-2__salary-item-heading p{
		font-size: 19px;
		margin-bottom: 15px;
	}
	.tab-2__salary-item-heading p strong{
		font-size: 46px;
	}
	.tab-2__salary-item-img{
		grid-area: img;
		margin-bottom: 0;
	}
	.tab-2__salary-item-img img{
		max-width: 342px;
	}
	.tab-2__salary-item-details{
		grid-area: details;
	}
  .tab-2__salary-item-details dl {
		grid-gap: 19px 23px;
		width: 100%;
	}
  .tab-2__career-step {
		padding-bottom: 87px;
	}
  .tab-2__career-step-list {
		max-width: 656px;
		margin-left: auto;
		margin-right: auto;
	}
  .tab-2__career-step-list-item:not(:first-child) {
		margin-top: -27px;
	}
  .tab-2__career-step-list-item:first-child .tab-2__career-step-card-header {
		padding-top: 15px;
	}
  .tab-2__career-step-list-item:last-child .tab-2__career-step-card-content {
		padding-bottom: 30px;
	}
  .tab-2__career-step-list-item:nth-child(odd) {
		margin-left: calc(50% - 0.5px);
		padding-right: 0;
	}
  .tab-2__career-step-list-item:nth-child(even) {
		margin-right: calc(50% - 0.5px);
		padding-right: 0;
	}
  .tab-2__career-step-list-item:nth-child(even) .tab-2__career-step-card {
		border-left-width: 0;
		border-right: 1px solid var(--c-primary);
	}
  .tab-2__career-step-list-item:nth-child(even) .tab-2__career-step-card-header {
		padding-left: 0;
		padding-right: 30px;
		flex-direction: row-reverse;
	}
  .tab-2__career-step-list-item:nth-child(even) .tab-2__career-step-card-header::before {
		left: 0;
		right: 8px;
	}
  .tab-2__career-step-list-item:nth-child(even) .tab-2__career-step-card-header::after {
		left: 100%;
	}
  .tab-2__career-step-list-item:nth-child(even) .tab-2__career-step-card-header h6 {
		text-align: right;
	}
  .tab-2__career-step-list-item:nth-child(even) .tab-2__career-step-card-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .tab-2__career-step-card-content {
		padding-bottom: 0;
	}
  .tab-2__average-salary {
		padding-bottom: 120px;
	}
  .tab-2__average-salary .swiper .swiper-slide {
		width: 642px;
	}
  .tab-2__average-salary-slick-item {
		padding: 0 10px;
	}
  .tab-2__average-salary-card {
		display: grid;
		grid-template-areas: "img position" "img details";
		grid-template-columns: auto 1fr;
		grid-column-gap: 45px;
		align-items: center;
		padding: 60px;
		width: 642px;
	}
  .tab-2__average-salary-card-position {
		grid-area: position;
		margin-bottom: 0;
	}
  .tab-2__average-salary-card-position h6 {
		text-align: left;
	}
  .tab-2__average-salary-card-img {
		grid-area: img;
		margin-bottom: 0;
	}
  .tab-2__average-salary-card-img img {
		max-width: 214px;
	}
  .tab-2__average-salary-card-details {
		grid-area: details;
		justify-content: flex-start;
	}
	.tab-2__pr{
		padding-bottom: 167px;
	}
	.tab-2__pr-slick-item{
		padding: 0 10px;
	}
	.tab-2__pr-card{
		width: 642px;
		display: grid;
		grid-template-columns: 1fr 256px;
		grid-template-areas: 'position position' 'img department' 'tags department' 'details department';
		grid-gap: 0 1rem;
		padding: 33px 40px 40px;
	}
	.tab-2__pr-card-position{
		grid-area: position;
		margin-bottom: 19px;
	}
	.tab-2__pr-card-img{
		grid-area: img;
		margin-bottom: 11px;
	}
	.tab-2__pr-card-img img{
		max-width: 154px;
	}
	.tab-2__pr-card-tags{
		grid-area: tags;
		margin-bottom: 11px;
	}
	.tab-2__pr-card-tags span{

	}
	.tab-2__pr-card-details{
		grid-area: details;
		justify-content: flex-start;
		margin-bottom: 0;
	}
	.tab-2__pr-card-details dl{
		grid-gap: 16px 23px;
	}
	.tab-2__pr-card-details dl dd{
		font-size: 15px;
	}
	.tab-2__pr-card-details dl dd strong{
		font-size: 41px;
	}
	.tab-2__pr-card-details dl dd small{
		font-size: 10px;
	}
	.tab-2__pr-card-department{
		grid-area: department;
		margin-top: 0;
		min-height: auto;
	}
	.tab-2__pr-card-department-title{
		font-size: 17px;
		margin-bottom: 8px;
	}
	.tab-2__pr-card-department-grid{
		grid-gap: 10px;
	}
	.tab-2__pr-card-department-item h5{
		font-size: 14px;
	}
	.tab-2__pr-card-department-item p{
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.tab-2__pr-card-department-item p.absence{
		padding-top: 23px;
		padding-bottom: 19px;
	}
	.tab-2__pr-card-department-item p strong{
		font-size: 41px;
	}
	.tab-2__pr-card-department-item--col h5{
		font-size: 14px;
		line-height: 21px;
		padding-top: 17px;
		padding-bottom: 16px;
	}
	.tab-2__pr-card-department-item--col p{
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.tab-2__pr-card-department-item--col p strong{
		font-size: 47px;
	}

	/* TAB 2 END */

	/* TAB 3 START */
	.tab-3__nav {
		padding: 95px 0;
	  }
	  .tab-3__nav > div {
		grid-column-gap: 45px;
	  }
	  .tab-3__nav-link {
		font-size: 23px;
		height: 80px;
	  }
	  .tab-3__nav-link::before {
		border-left-width: 6px;
		border-right-width: 6px;
		border-top-width: 8px;
		bottom: 9px;
	  }
	  .tab-3__content {
		padding: 72px 0;
	  }
	  .tab-3__heading {
		font-size: var(--f-s-title);
		grid-row-gap: 12px;
		margin-bottom: 72px;
	  }
	  .tab-3__heading small {
		font-size: 12px;
	  }
	  .tab-3__list {
		padding: 72px;
		border-radius: 20px;
		grid-row-gap: 100px;
	  }
	  .tab-3__item {
		display: grid;
		grid-template-areas: "slider title" "slider text";
		grid-template-columns: 55% 1fr;
		grid-column-gap: 72px;
		align-items: center;
	  }
	  .tab-3__item-title {
		grid-area: title;
		align-self: flex-end;
		font-size: var(--f-s-h4);
		margin-bottom: 25px;
	  }
	  .tab-3__item-slider {
		grid-area: slider;
	  }
	  .tab-3__item-slider.slick-slider {
		margin-bottom: 0;
	  }
	  .tab-3__item-text {
		grid-area: text;
		align-self: flex-start;
		font-size: var(--f-s-disc);
	  }
	  .tab-3__item:nth-child(even) {
		grid-template-areas: "title slider" "text slider";
		grid-template-columns: 1fr 55%;
	  }
	  #tab-2 .slick-dots li {
		width: 15px;
		height: 15px;
	  }
	  #tab-2 .slick-dots li button {
		border-width: 3px;
	  }

	/* TAB 3 END */


	/* TAB 4 START */
	.tab-4__content{
		padding-bottom: 72px;
	}
	.tab-4__content + .tab-4__content{
		padding-top: 72px;
	}
	.tab-4__body{
		grid-template-columns: repeat(2,1fr);
		grid-gap: 50px;
		max-width: 770px;
		margin: 0 auto;
	}
	.tab-4__details{
		font-size: var(--f-s-disc);
	}
	.tab-4__details ul{
		font-size: 13px;
		margin-top: 14px;
	}
	.tab-4__list{
		grid-template-columns: repeat(2,1fr);
		grid-gap: 50px;
		padding: 50px;
		border-radius: 20px;
		width: 870px;
		margin-top: 50px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.tab-4__notes{
		margin-top: 15px;
	}
	.tab-4__heading {
		font-size: var(--f-s-title);
		letter-spacing: 0.03em;
		padding-bottom: 41px;
		margin-bottom: 40px;
	}
	.tab-4__heading-time {
		margin-bottom: 25px;
	}
	.tab-4__heading-time::before {
		width: 30px;
		height: 30px;
	}
	/* TAB 4 END */
	
/* TAB 5 START */
.tab-5__grid {
	grid-template-columns: repeat(var(--grid-col-pc), 1fr);
	grid-gap: 40px;
}

.tab-5__grid-item {
	grid-column: span var(--item-span-pc);
	order: var(--order-pc);
}

.tab-5__card {
	padding: 42px;
}

.tab-5__card-title {
	font-size: var(--f-s-h4);
	margin-bottom: 42px;
}

.tab-5__card-badge {
	height: 30px;
	padding: 0 12px;
	font-size: 15px;
	margin-right: 12px;
}

.tab-5__card--joining .tab-5__card-grid {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	grid-gap: 78px;
}

.tab-5__card--joining .tab-5__card-img img {
	max-width: 180px;
	margin-bottom: 32px;
}

.tab-5__card--joining .tab-5__card-img p {
	font-size: 24px;
}

.tab-5__card--joining .tab-5__card-img p strong {
	font-size: 60px;
}

.tab-5__card--joining .tab-5__card-list {
	font-size: 24px;
}

.tab-5__card--joining .tab-5__card-list li strong {
	font-size: 40px;
}

.tab-5__card--improvements p {
	font-size: 16px;
}

.tab-5__card--improvements p span {
	font-size: var(--f-s-h5);
}

.tab-5__card--improvements p span strong {
	font-size: 40px;
}

.tab-5__card--improvements .tab-5__card-grid-center img {
	width: 174px;
}

.tab-5__card--describe .tab-5__card-img img {
	max-width: var(--max-w-pc);
}

.tab-5__card--experience .tab-5__card-list {
	font-size: var(--f-s-h5);
}

.tab-5__card--experience .tab-5__card-list li strong {
	font-size: 40px;
}

.tab-5__card--where .tab-5__card-body {
	position: relative;
	max-width: 900px;
	padding-top: 106px;
}

.tab-5__card--where .tab-5__card-chart img {
	max-width: 675px;
	margin-left: auto;
	display: block;
}

.tab-5__card--where .tab-5__card-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 367px;
	margin-top: 0;
	padding: 0 30px 30px;
	flex-direction: column;
	grid-gap: 26px;
	border-width: 0 3px 3px 0;
	border-style: solid;
	border-color: #000;
	z-index: 2;
}

.tab-5__card--where .tab-5__card-content::before {
	top: auto;
	left: auto;
	right: -0.5px;
	bottom: -0.5px;
	width: 70px;
	height: 70px;
	border-top-width: 0;
	border-left: 70px solid transparent;
	border-bottom: 70px solid var(--c-black);
	z-index: -2;
}

.tab-5__card--where .tab-5__card-content::after {
	content: '';
	position: absolute;
	right: -3px;
	bottom: -3px;
	border-left: 70px solid transparent;
	border-bottom: 70px solid var(--c-white);
	z-index: -1;
}

.tab-5__card--where .tab-5__card-content-header {
	grid-column-gap: 24px;
	align-items: flex-end;
	justify-content: center;
}

.tab-5__card--where .tab-5__card-content-header img {
	max-width: 100px;
}

.tab-5__card--where .tab-5__card-content-header p {
	font-size: 18px;
	flex-direction: row;
	align-items: flex-end;
}

.tab-5__card--where .tab-5__card-content-header p span {
	font-size: 18px;
}

.tab-5__card--where .tab-5__card-content-header p span strong {
	font-size: 32px;
}

.tab-5__card--where .tab-5__card-content-body {
	font-size: 14px;
}

.tab-5__card--glasses .tab-5__card-content {
	grid-column-gap: 20px;
}

.tab-5__card--glasses .tab-5__card-content-title p {
	font-size: 32px;
}

.tab-5__card--glasses .tab-5__card-content-title p strong {
	font-size: 64px;
}

.tab-5__card--glasses .tab-5__card-content-img img {
	max-width: 160px;
}

.tab-5__card--house .tab-5__card-content {
	grid-column-gap: 45px;
}

.tab-5__card--house .tab-5__card-content-title p {
	font-size: 32px;
}

.tab-5__card--house .tab-5__card-content-title p strong {
	font-size: 64px;
}

.tab-5__card--house .tab-5__card-content-img img {
	max-width: 144px;
}

.tab-5__list-3-col {
	gap: 64px;
}

.tab-5__list-3-col-container .tab-5__card {
	padding-top: 42px;
	padding-bottom: 56px;
}

.tab-5__list-3-col>li {
	text-align: center;
}

.tab-5__list-3-col>li img {
	width: 100px;
	margin-bottom: 16px;
}

.tab-5__list-3-col>li h5 {
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 21px;
}

.tab-5__list-3-col>li p {
	font-size: 53px;
}

.tab-5__list-3-col>li p::after {
	font-size: 24px;
}

.tab-5__list-3-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.tab-5__list-3-cards-inner {
	margin-top: 40px;
}

.tab-5__list-3-cards>li+li {
	margin-top: 0;
}

.tab-5__list-3-cards .tab-5__card {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 42px 20px 48px;
}

.tab-5__list-3-cards h4 {
	margin-bottom: auto;
}

.tab-5__list-3-cards-detail {
	margin-top: 40px;
}

/* TAB 5 END */
}

@media screen and (min-width: 1010px) {
	.tab-1__card-text span strong {
		font-size: 53px;
	}
}

#tab-2 {
	background-color: #F6F6F6;
}