@charset "utf-8";

.c-button-section {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
	display: flex;
}

.c-button-section > .back_btn, .c-button-section > .entry_btn {
	width: 100%;
}

.c-button-section > .back_btn {
	margin-right: 50px;
}
@media (max-width:767px) {
	.c-button-section > .back_btn {
		margin-right: 0;
	}
}

.c-button-section > .back_btn > .button {
	background: #ddd;
}
.c-button-section > .back_btn > .button:hover {
	background: #ddd;
	filter: brightness(0.9);
}

@media (min-width:768px) {
	.c-button-section {
		margin-bottom: 100px;
		justify-content: center;
	}
}

@media (max-width:767px) {
	.c-button-section {
		flex-direction: column;
	}
	.c-button-section .entry_btn {
		margin-top: 20px;
	}
}

.entryComplete_item {
	position: relative;
}

.entryComplete_item::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 10px solid #f7f7f7;
}

.seminar_form_btn {
	display: flex;
	justify-content: center;
}
@media (max-width:767px) {
	.seminar_form_btn {
		flex-direction: column;
	}
	.seminar_form_btn .form_btn01 {
		margin-right: 0;
	}
	.seminar_form_btn .entry_btn01 {
		margin-top: 20px;
	}
}
.seminar_form_btn .form_btn01 {
	margin-right: 50px;
	color: #ddd;
}

.seminar_form_btn .form_btn01, .seminar_form_btn .entry_btn01 {
	width: 100%;
}

.seminar_form_btn >div > a {
	display: block;
	position: relative;
	background: #03A9F4;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 24px 30px;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	width: 100%;
	max-width: 300px;
	border-radius: 50px;
}

.seminar_form_btn > .form_btn01 > a {
	background: #ddd;
}

.seminar_form_btn > .form_btn01 > a::after{
	font-family: FontAwesome;
	content: "\f104";
	position: absolute;
	left: 0.8rem;
}

.seminar_form_btn > .entry_btn01 > a::after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 0.8rem;
}

.seminar_form_btn .form_btn01 a:hover {
	filter: brightness(0.9);
}
.seminar_form_btn .entry_btn01 a:hover {
	filter: brightness(0.9);
}

.entry_table01 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}

.entry_table01 tr.tr_border_bottom{
	border-bottom: 1px solid #ddd;
}
.entry_table01 tr.tr_border_top{
	border-top: 1px solid #ddd;
}


.entry_table01 tr th, .entry_table01 tr td {
	padding: 44px 30px;
	text-align: left;
}

.s-applicationTable {
	width: 100%;
}

.s-applicationTable tbody tr.tr_border_bottom {
	border-bottom: 1px solid #ddd;
}

@media (max-width:767px) {
	.entry_table01 tr {
		display: flex;
		flex-wrap: wrap;
	}
	.entry_table01 tr th, .entry_table01 tr td {
		width: 100%;
		text-align: left;
		padding: 0 15px;
		font-size: 14px;
	}
	.entry_table01 tr th {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.entry_table01 tr.tr_border_top, .entry_table01 tr.tr_border_bottom {
		border: none;
	}
}

/*----------------------------
	diverta add
-----------------------------*/
.t-archive .s-articleTaglist li a.is-active,
.t-archive_single .s-articleTaglist li a.is-active {
	border: 1px solid #fd7014;
	color: #fd7014
}
.errors {
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 10px;
	margin: 15px 0 0 0;
}
.c-table {
	width: 100%;
}
.s-jobList-inner#results {
	margin-top: -100px;
	padding-top: 100px;
}

/*----------------------------
	募集要項の画像表示サイズ
-----------------------------*/

@media (max-width:767px) {
.c-pageHeader-slider .swiper-slide {
    background-size: contain;
 }
}

/*----------------------------
	キャッチコピー 文字サイズ変更
-----------------------------*/
/*
.s-hero h2 {
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 52px;
}
.s-hero h2 span{
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 79px;
}

.s-hero h2 font {
	width: 580px;
    background: #fff;
	color: #000;
    display: inline-block;
	font-size: 24px;
	letter-spacing: 0.2em;
	padding: 5px 0;
}

@media screen and (max-width: 767px) {
	.s-hero h2 {
		line-height: 1.2;
		font-size: 24px;
	}
	.s-hero h2 font {
		width: 260px;
		font-size: 16px;
		margin-top: 20px;
	}
}
*/
/*----------------------------
	20231023追加
	SNSアイコン中央寄せ　サイズ変更
-----------------------------*/
.l-footer .l-shareNavi {
	display:block;
	text-align:center;
}
@media (min-width:768px) {
.l-footer .l-shareNavi .l-shareNavi-item {
	margin:0 10px;
}
.l-footer .l-shareNavi i {
	font-size:36px;
}
.l-footer .l-shareNavi img {
	vertical-align:text-top;
}
.l-articleHeadline-4iv {
	margin-bottom:15px;
}
}

/*---------------------------------------
	add 202402 for short movie
-----------------------------------------*/
.jwplayer {
	width: 360px !important;
	height: 600px !important;
}


/*---------------------------------------
	For ut-g
-----------------------------------------*/

@media print and (min-width: 768px), screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}

@media print and (max-width: 767px), screen and (max-width: 767px) {
    .sp-hide {
        display: none !important;
    }
}

/*  Common - Header, Footer, Other
--------------------------------------------- */
@media (min-width:768px) {
	.l-header-large .l-headerLogo {
		margin-bottom: 0;
	}
	.l-header-fixed .l-headerButton {
		width: 340px;
	}

	.l-header-large .l-headerButton-item a,
	.l-header-fixed .l-headerButton-item a {
		color: #231815;
	}

	footer.l-footer .l-footerTop .l-footerTop-inner nav ul.l-footerNavi li.l-subNavi-item a {
		color: #fff;
	}
	footer.l-footer .l-footerTop .l-footerTop-inner nav ul.l-footerNavi li.l-footerNavi-item span {
		color: #fff;
		cursor: default;
	}
	footer.l-footer .l-footerTop .l-footerTop-inner nav ul.l-footerNavi li.l-footerNavi-item a {
		color: #fff;
	}

	.l-footer .l-footerNavi-item::before {
		color: #fff;
	}
	.l-footer .l-footerNavi .l-subNavi-item::before {
		color: #fff;
	}

	.l-footer .l-footerBottom {
		padding-block: 5px 20px;
	}
	.l-footer .l-footerBottom-inner {
		display: block;
	}
	.l-footer .l-footerBottomNavi {
		text-align: center;
	}
	.l-footer .l-footerCopyright {
		margin-top: 10px;
		text-align: center;
		font-weight: 600;
	}
	.l-footer .l-footerBottom {
		background-color: #eee;
	}
}
@media screen and (max-width: 767px) {
	.l-header-small .l-headerLogo {
		width: 95px;
		margin-bottom: 0;
	}
	.l-header-small .l-headerLogo img {
		max-width: 100%;
		max-height: 100%;
	}
}

/* -- c-cta -- */
.c-cta {
	position: static;
	width: 100%;
	background: #2F52E0;
}
.c-cta__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
}
.c-cta__btn {
	display: block;
}
.c-cta__btn-item {
	display: block;
}
.c-cta__balloon {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.c-cta {
		position: static;
		width: 100%;
		background: #2F52E0;
	}
	.c-cta__inner {
		height: 200px;
	}
	.c-cta__btn {
		display: block;
	}
	.c-cta__btn-item {
		display: block;
	}
	.c-cta__balloon {
		height: 24px;
		margin-bottom: 20px;
	}
	.c-cta__balloon img {
		display: block;
		height: 100%;
	}
}

/* -- c-btn -- */
.c-btn {
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 620px;
    height: 120px;
    border-radius: 60px;
    background-color: #F9CF01;
}
.c-btn__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 620px;
    height: 120px;
    border-radius: 60px;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    background-color: #fd7014;
    transform: translate(-5px, -5px);
    transition: transform .3s;
}
@media screen and (min-width: 768px) {
    .c-btn:hover .c-btn__inner {
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 767px) {
	.c-btn {
		width: 285px;
		height: 55px;
		border-radius: 28px;
	}
	.c-btn__inner {
		width: 285px;
		height: 55px;
		border-radius: 28px;
		font-size: 20px;
	}
}

/* -- common bg -- */
.is-bg-yellow1 {
	background-color: #FCFBF2;
}

/* -- common button -- */
.c-button-single {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.c-button-single {
		font-size: 16px;
	}
}

/* -- common hr -- */
hr[id] {
	padding: 50px 0 0;
	border: 0;
	margin: -50px 0 0;
}

/* -- common pagetop -- */
/*@media screen and (min-width: 768px) {
	.s-backToTop a {
		width: 120px;
		height: 120px;
		background: #fff;
	}
	.s-backToTop a:hover .s-backToTop-icon {
		fill: #fd7014;
	}
	.s-backToTop a span {
		display: block;
		font-size: 18px;
		font-weight: bold;
	}
}*/

@media (min-width:768px) {
	.l-footer .l-footerNavi-item,
	.l-footer .l-subNavi-item {
		font-size: 18px;
	}

	.l-footer .l-footerNavi .l-subNavi-item {
		margin-bottom: 20px;
	}

	.l-footer .l-footerNavi-item>a, .l-footer .l-footerNavi-item>span {
		margin-bottom: 5px;
	}

	.l-footer .l-footerBottomNavi-item,
	.l-footer .l-footerCopyright {
		font-size: 14px;
	}

	.l-footer .l-footerLogo img {
		height: 57px;
		max-height: none;
	}
}
@media screen and (max-width: 767px) {
	.l-footer .l-footerLogo img {
		height: auto;
		max-height: 3em;
	}
}

/*  TOP
--------------------------------------------- */

/* -- s-sectionHeadline -- */
.s-sectionHeadline {
	margin-bottom: 70px;
}
.s-sectionHeadline span,
.s-sectionHeadline small {
	font-size: 42px;
	font-weight: 700;
}
.s-sectionHeadline .is-small {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.s-sectionHeadline {
		margin-bottom: 35px;
	}
	.s-sectionHeadline img {
		width: 50%;
		margin-bottom: 20px !important;
	}
	.s-sectionHeadline span,
	.s-sectionHeadline small {
		font-size: 24px;
	}
	.s-sectionHeadline .is-small {
		font-size: 14px;
	}
}


/* -- s-information -- */
.s-information-inner.is-small  {
	padding-top: 0;
}
.s-information-inner {
	padding-bottom: 70px;
}
.s-information-ttl {
	text-align: center;
	font-size: 26px;
	color: #fd7014;
	margin-bottom: 50px;
}
.s-information-appeal {
	text-align: center;
}
.s-informationImageList-item .s-informationMovie-ttl {
	text-align: center;
	font-size: 26px;
}
.s-informationImageList-item h3::after {
	content: none;
}
.s-informationMovie {
	aspect-ratio: 525 / 315;
}
@media screen and (max-width: 767px) {
	.s-information-inner.is-small  {
		padding-top: 0;
	}
	.s-information-inner {
		padding-bottom: 35px;
	}
	.s-information-ttl {
		text-align: center;
		font-size: 18px;
		color: #fd7014;
		margin-bottom: 25px;
	}
	.s-information-appeal img {
		width: 40%;
	}
	.s-informationImageList-item .s-informationMovie-ttl {
		font-size: 18px;
	}
}

/* -- hero slider -- */
.swiper-button-next, .swiper-button-prev {
	z-index: 11 !important;
}
.s-hero.slide {
	height: calc(100vh - 215px);
}
.top .s-hero.slide {
	height: auto !important;
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
	.top .s-hero.slide {
		padding-top: 0;
	}
}
.s-hero.photo {
	height: calc(100vh - 215px);
}
@media screen and (max-width: 767px) {
	.s-hero.photo {
		width: 100%;
		height: 400px;
		aspect-ratio: 375 / 400;
		margin-top: -60px;
	}
}
.s-hero.photo .s-hero-background {
	background-position: 50% 100%;
	filter: brightness(100%);
}
.s-hero-slider-link {
	display: block;
	transition: opacity .3s;
}
.s-hero-slider-link:hover {
	opacity: .8;
}
.c-slider__control {
    position: relative;
    box-sizing: border-box;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-inline: auto;
    padding-inline: 50px;
}
.s-hero.slide img {
	width: 100%;
}
.s-hero.slide .swiper-pagination,
.s-interviewSlide .swiper-pagination {
    position: static;
    font-size: 0;
}
.s-hero.slide .swiper-pagination .swiper-pagination-bullet,
.s-interviewSlide .swiper-pagination .swiper-pagination-bullet {
    margin-top: 5px;
    margin-bottom: 5px;
}
.s-hero.slide .swiper-pagination,
.s-interviewSlide .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	text-align: center !important;
}
@media screen and (max-width: 767px) {
	.s-hero.slide .swiper-pagination,
	.s-interviewSlide .swiper-pagination {
		height: 80px;
	}
}
.s-hero.slide .swiper-pagination-bullet,
.s-interviewSlide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	opacity: 1;
	background: #eee;
}
.s-hero.slide .swiper-pagination-bullet-active,
.s-interviewSlide .swiper-pagination-bullet-active {
	background: #FD7014;
}
.s-hero.slide .swiper-button-prev,
.s-hero.slide .swiper-button-next,
.s-interviewSlide .swiper-button-prev,
.s-interviewSlide .swiper-button-next {
  height: 12px;
  width: 12px;
  border: 0;
  margin: 0;
  transform: translateY(-50%);
}
.s-hero.slide .swiper-button-prev::after,
.s-hero.slide .swiper-button-next::after,
.s-interviewSlide .swiper-button-prev::after,
.s-interviewSlide .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  margin: auto;
  width: 12px;
}
.s-hero.slide .swiper-button-prev::after,
.s-interviewSlide .swiper-button-prev::after {
  background-image: url(/files/user/images/icons/icon-slide-arrow-left.png?v=1751240504);
}
.s-hero.slide .swiper-button-next::after,
.s-interviewSlide .swiper-button-next::after {
  background-image: url(/files/user/images/icons/icon-slide-arrow-right.png?v=1751240504);
}
.s-interviewSlide .swiper-pagination {
	height: auto;
}
@media screen and (max-width: 767px) {
	.s-interviewSlide .swiper-pagination {
		height: 50px;
	}
}
.s-interview.s-interviewSlide .swiper-button-next,
.s-interview.s-interviewSlide .swiper-button-prev {
	top: 50%;
}
.s-interviewSlide .c-button-single {
	margin-top: 35px;
}
.s-hero-wrap {
	display: none;
}

/* -- Fixed btn -- */
.t-job_single-bottomFixed.is-common {
	background: #F9CF01
}
.t-job_single-bottomFixed.is-common .t-job_single-fixedButton-item.type1 a,
.t-job_single-bottomFixed.is-common .t-job_single-fixedButton-item a {
	background: transparent;
	padding: 5px;
}
.t-job_single-bottomFixed.is-common .t-job_single-fixedButton-item a::after {
	content: none;
}
@media screen and (max-width: 767px) {
	.t-job_single-bottomFixed.is-common {
		background: rgba(249, 207, 1, .8)
	}
	.t-job_single-bottomFixed .t-job_single-fixedButton-item {
		width: auto;
	}
	.t-job_single-bottomFixed .t-job_single-fixedButton-item:nth-child(2) {
		margin-left: 0;
	}
	.t-job_single-bottomFixed.is-common .t-job_single-fixedButton-item.type1 a,
	.t-job_single-bottomFixed.is-common .t-job_single-fixedButton-item.type2 a {
		width: auto;
		height: 42px;
		padding-block: 0;
	}
	.t-job_single-bottomFixed.is-common .t-job_single-fixedButton-item a span,
	.t-job_single-bottomFixed.is-common .t-job_single-fixedButton-item a img {
		display: block;
		height: 100%;
	}
	.t-job_single-bottomFixed.is-common .t-job_single-fixedButton-item a::after {
		content: none;
	}

}

/* -- Special links -- */
.s-information.s-informationImage .c-articleList {
	justify-content: center;
	margin-bottom: 0;
}
.c-articleList-item .c-articleListText .c-articleListTitle {
	text-align: center;
	font-size: 20px;
}
.c-articleList-item .c-articleListText .c-articleListTitle.is-large {
	font-size: 23px;
	margin-bottom: 20px;
}
.c-articleList-item .c-articleListText .c-articleListText-head-item {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.c-articleList-item .c-articleListText .c-articleListTitle {
		font-size: 18px;
	}
	.c-articleList-item .c-articleListText .c-articleListTitle.is-large {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.c-articleList-item .c-articleListText .c-articleListText-head-item {
		font-size: 16px;
	}

}

/* -- c-map -- */
.c-map {
	width: 100%;
	display: flex;
	justify-content: center;
}
.c-map-link {
	transition: opacity 300ms;
}
.c-map-link:hover {
	opacity: .8;
}
.c-map-link.is-disabled {
	filter: grayscale(100%) opacity(50%);
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.c-map-link {
		position: relative;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		width: 100%;
		height: 68px;
		color: #fff;
		font-weight: bold;
	}
	.c-map-link:hover {
		color: #fff;
	}
	.c-map-link.is-region1 {
		background-color: #0070CD;
	}
	.c-map-link.is-region2 {
		background-color: #64B72F;
	}
	.c-map-link.is-region3 {
		background-color: #A386CD;
	}
	.c-map-link.is-region4 {
		background-color: #23C2AC;
	}
	.c-map-link.is-region5 {
		background-color: #F19900;
	}
	.c-map-link.is-region6 {
		background-color: #F199AD;
	}
	.c-map-link.is-region7 {
		background-color: #E96843;
	}
	.c-map-link::after {
		font-family: FontAwesome;
		content: "\f105";
		position: absolute;
		right: 15px;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
	}
}
.c-map__list {
	list-style: none;
	width: 100%;
	padding-left: 0;
}
.c-map__list-item {
	display: block;
}
.c-map__list-item:nth-child(n+2) {
	margin-top: 10px;
}

/* -- slider -- */
.s-interview.s-interviewSlide .s-interviewSlideList-item .c-articleListText .c-articleListTitle {
	font-size: 20px;
}
.s-interviewSlide .s-interviewSlideList-item .c-articleListText .c-articleListText-head-item {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.s-interview.s-interviewSlide .s-interviewSlideList-item .c-articleListText .c-articleListTitle {
		font-size: 16px;
	}
	.s-interviewSlide .s-interviewSlideList-item .c-articleListText .c-articleListText-head-item {
		font-size: 14px;
	}
}

/* -- about -- */
.c-blogList-item .c-blogList-block {
	border: 0;
	background: transparent;
}
.c-blogList-item .c-blogList-block:before {
	content: none;
}
.c-blogList-item .c-blogListImage {
	width: 100%;
	max-width: none;
}
.c-blogList-item .c-blogListImage figure {
	aspect-ratio: auto;
}
.c-blogList-item .c-blogListText {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding-block: 0;
}
.c-blogList-item .c-blogListText .c-blogListTitle {
	font-size: 26px;
	margin-bottom: 20px;
}
.c-blogList-item .c-blogListText .c-blogListTitle span,
.c-blogList-item .c-blogListText .c-blogListTitle strong {
	color: #fd7014;
}
.c-blogList-item .c-blogListText .c-blogListText-head-item {
	font-size: 18px;
}
.c-blogList-item .c-blogListText .c-blogListText-head-item span,
.c-blogList-item .c-blogListText .c-blogListText-head-item strong {
	color: #fd7014;
	font-weight: bold;
}
.c-blogList-item .c-blogListText .c-blogListText-body-item {
	display: block;
	letter-spacing: .05em;
	color: #fd7014;
	font-size: 18px;
	font-weight: bold;
	transition: opacity .3s;
}
.c-blogList-item .c-blogListText .c-blogListText-body-item:hover {
	opacity: .8;
}
.c-blogList-item .c-blogListText .c-blogListText-body-item span {
	display: none;
	margin-left: 1.0em;
}
.c-blogList-item .c-blogListText .c-blogListText-body-item[target="_blank"] span {
	display: inline;
}
@media screen and (max-width: 767px) {
	.c-blogList-item .c-blogList-block {
		display: block;
		padding: 0;
	}
	.c-blogList-item .c-blogListImage {
		padding-left: 0;
		margin-bottom: 15px;
	}
	.c-blogList-item .c-blogListText .c-blogListTitle {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.c-blogList-item .c-blogListText .c-blogListText-head-item {
		font-size: 16px;
	}
	.c-blogList-item .c-blogListText .c-blogListText-body-item {
		letter-spacing: 0;
		font-size: 16px;
	}
	.c-blogList-item .c-blogListText .c-blogListText-body-item:hover {
		opacity: .8;
	}
	.c-blogList-item .c-blogListText .c-blogListText-body-item span {
		margin-left: .5em;
	}
}

.s-blogBox {
	margin-bottom: 0;
}
.c-blogList {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.s-blogBox-inner {
		padding: 35px 15px;
	}
}

/* -- system -- */
.s-informationIconList {
	justify-content: space-between;
}
.s-informationIconList::before,
.s-informationIconList::after {
	order: 1;
	content: "";
	display: block;
	width: calc((100% - 60px) / 3);
}
.s-informationIconList-lead {
	text-align: center;
	font-size: 18px;
	/*font-weight: bold;*/
	margin-bottom: 50px;
}
.s-informationIconList-lead span,
.s-informationIconList-lead strong {
	color: #fd7014;
	font-size: 20px;
	font-weight: bold;
}
.s-informationTextList-item {
    width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
	.s-informationIconList-lead {
		font-size: 16px;
		margin-bottom: 35px;
	}
	.s-informationIconList-lead span,
	.s-informationIconList-lead strong {
		font-size: 16px;
	}
	.s-informationTextList-item {
	    width: calc((100% - 15px) / 2);
	}
}

/*  Special
--------------------------------------------- */
.s-featuredMedium-inner {
	padding: 0;
}
.s-featuredMedium-block.second .s-featuredMedium-image {
	right: 0;
	left: auto;
}
.s-featuredMedium-block.second .s-featuredMedium-text {
	margin-right: auto;
	margin-left: 0;
}
.s-featuredMedium-block:not(:last-child) {
	margin-bottom: 60px
}
.s-featuredMedium-block:last-child {
	margin-bottom: 30px
}
.s-featuredMedium-block .c-button-single {
	margin-top: 35px
}
.s-featuredMedium-block-inner {
	padding: 0;
}
.s-featuredMedium-image {
	position: absolute;
	width: 100%;
	max-width: 648px;
	margin-left: 0;
	margin-right: auto;
}
.s-featuredMedium-text {
	position: static;
	width: 100%;
	max-width: 540px;
	background: #fff;
	margin-right: 0;
	margin-left: auto;
}
.s-featuredMedium-text h2.s-sectionHeadline {
	margin-bottom: 20px;
	text-align: left
}
.s-featuredMedium-text h2.s-sectionHeadline span {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 23px;
}
.s-featuredMedium-text h2.s-sectionHeadline small {
	font-size: 26px;
	font-weight: bold;
	margin-top: 0;
}
.s-featuredMedium-text h2.s-sectionHeadline::after {
	margin-left: 0
}
.s-featuredMedium-text {
	height: auto;
}
.s-featuredMedium-text .s-sectionText {
	line-height: 1.8;
	font-size: 18px;
	margin-bottom: 0;
}
.s-featuredMedium-text .s-sectionText span,
.s-featuredMedium-text .s-sectionText strong {
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s-featuredMedium-inner {
		padding: 0;
	}
	.s-featuredMedium-block.second .s-featuredMedium-image {
		right: 0;
		left: auto;
	}
	.s-featuredMedium-block.second .s-featuredMedium-text {
		margin-right: auto;
		margin-left: 0;
	}
	.s-featuredMedium-block:not(:last-child) {
		margin-bottom: 30px
	}
	.s-featuredMedium-block:last-child {
		margin-bottom: 15px
	}
	.s-featuredMedium-block .c-button-single {
		margin-top: 18px
	}
	.s-featuredMedium-image {
		position: static;
		max-width: none;
		margin-inline: auto !important;
	}
	.s-featuredMedium-text {
		position: static;
		max-width: none;
		background: #fff;
		margin-inline: auto !important;
		margin-top: 10px;
		transform: translateY(0) !important;
	}
	.s-featuredMedium-text h2.s-sectionHeadline {
		margin-bottom: 16px;
	}
	.s-featuredMedium-text h2.s-sectionHeadline span {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.s-featuredMedium-text h2.s-sectionHeadline small {
		font-size: 20px;
	}
	.s-featuredMedium-text .s-sectionText {
		font-size: 16px;
	}
	.s-featuredMedium-text .s-sectionText span,
	.s-featuredMedium-text .s-sectionText strong {
		font-size: 16px;
		font-weight: normal;
	}

}

/* 1番目 */
.s-featuredMedium-block:nth-child(1) .s-featuredMedium-text h2.s-sectionHeadline span {
	color: #00B2F8;
}
.s-featuredMedium-block:nth-child(1) .s-featuredMedium-text h2.s-sectionHeadline::after {
	background: #00B2F8;
}
.s-featuredMedium-block:nth-child(1) .s-featuredMedium-text .s-sectionText span,
.s-featuredMedium-block:nth-child(1) .s-featuredMedium-text .s-sectionText strong {
	color: #00B2F8;
}
/* 2番目 */
.s-featuredMedium-block:nth-child(2) .s-featuredMedium-text h2.s-sectionHeadline span {
	color: #FF5050;
}
.s-featuredMedium-block:nth-child(2) .s-featuredMedium-text h2.s-sectionHeadline::after {
	background: #FF5050;
}
.s-featuredMedium-block:nth-child(2) .s-featuredMedium-text .s-sectionText span,
.s-featuredMedium-block:nth-child(2) .s-featuredMedium-text .s-sectionText strong {
	color: #FF5050;
}
/* 3番目 */
.s-featuredMedium-block:nth-child(3) .s-featuredMedium-text h2.s-sectionHeadline span {
	color: #fd7014;
}
.s-featuredMedium-block:nth-child(3) .s-featuredMedium-text h2.s-sectionHeadline::after {
	background: #fd7014;
}
.s-featuredMedium-block:nth-child(3) .s-featuredMedium-text .s-sectionText span,
.s-featuredMedium-block:nth-child(3) .s-featuredMedium-text .s-sectionText strong {
	color: #fd7014;
}


/*  JOB - banner
--------------------------------------------- */
.s-pageHeader-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	margin-bottom: 0;
}

.s-pageHeader-banner__item:nth-child(n+2) {
	margin-top: 20px;
}

.s-pageHeader-banner__item img {
	display: block;
	transition: opacity 300ms;
}

.s-pageHeader-banner__item img:hover {
	opacity: .7;
}

.t-job_single-bottomFixed .t-job_single-fixedButton-item a {
	background: #fd7014;
	border-radius: 38px;
}
@media screen and (max-width: 767px) {
	.t-job_single-bottomFixed .t-job_single-fixedButton-item a {
		padding-inline: 20px;
		height: 50px;
		font-size: 18px;
	}
	.t-job_single-bottomFixed .t-job_single-fixedButton-item a br {
		display: none;
	}

}

/*  Entry
--------------------------------------------- */
input[type="text"][readonly="readonly"] {
	border: 0;
	background-color: #eee;
}

@media screen and (max-width: 767px) {
	.s-sectionLead.is-sp-centered {
		text-align: center;
	}
}