@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 #73C2FB;
	color: #73C2FB
}
.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;
}

/*----------------------------
	フッターナビ文字色 
-----------------------------*/
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;
}

/*----------------------------
	募集要項の画像表示サイズ
-----------------------------*/

@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;
}

/*---------------------------------------
	add 202510 for TOP-MV
-----------------------------------------*/
.s-hero.movie .s-hero-background {
	height: 37vw;
}
.s-hero.movie .s-hero-movie {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.volume-button {
	display: none;
}

/*---------------------------------------
	add 202510 for TOP-LINKS (custom-html)
-----------------------------------------*/
picture {
  display: block;
}
@media screen and (min-width: 768px) {
  .s-pageHeader:has(.is-custom-html-links) {
    padding-top: 0;
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .s-pageHeader:has(.is-custom-html-links) {
    padding-top: 0;
  }
  .c-grid--medium-up.is-custom-html-links {
    display: flex;
    gap: 16px;
  }
  .c-grid--medium-up.is-custom-html-links .col-2 {
    width: calc((100% - 16px) / 2);
  }
}
/*---------------------------------------
	add 202510 for TOP-beginner (custom-html)
-----------------------------------------*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: 500;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #3FB2FB;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #dcf4fa;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 1.0s;
	transition: all 1.0s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
/*---------------------------------------
	add 202510 for TOP-beginner (custom-html)
-----------------------------------------*/
.accordion-004 {
    max-width: 100％;
    margin-bottom: 7px;
    border: 2px solid #38c3ff;
    border-radius: 5px;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 500;
    cursor: pointer;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::before,
.accordion-004 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.accordion-004 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-004 summary::after {
    transition: rotate .3s;
}

.accordion-004[open] summary::after {
    rotate: 90deg;
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}
/*---------------------------------------
	add 202510 for TOP-flow (custom-html)
-----------------------------------------*/
.img-sp {
    display: none;
}

@media screen and (max-width:768px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}

/*----------------------------
	２０２３.10.05 追加
	(テスト環境では2023.09.19に追加しているもの)
-----------------------------*/

.c-follow-button {
    border-radius: 5px;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 20;
}

@media screen and (min-width: 767px) {
    .c-follow-button {
        bottom: 12%;
    }
}

.c-follow-button__list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 0;
}

@media screen and (min-width: 767px) {
    .c-follow-button__list {
        display: block;
    }
}

.c-follow-button__list-item {
    width: 50%;
    background: #FEA182;
    border: 1px solid #fff;
    border-top: none;
    border-radius: 5px;
	transition: .3s
}

.c-follow-button__list-item:nth-child(1) a {
    background: #00146E;
    border: 1px solid #fff;
    border-top: none;
    border-radius: 5px;
	transition: .3s
}
.c-follow-button__list-item:nth-child(1) a { 
	color: #fff;
	font-weight: 580;
}

.c-follow-button__list-item:hover {
    background: #fff;
    border: 1px solid #07b5fa;
	transition: .3s
}
.c-follow-button__list-item:nth-child(1):hover a{
    background: #fff;
    border: 1px solid #07b5fa;
	transition: .3s
}

@media screen and (min-width: 528px) {
    .c-follow-button__list-item {
        width: 25%;
    }
}

@media screen and (min-width: 767px) {
    .c-follow-button__list-item {
        width: 100%;
    }
}

.c-follow-button__list-item a {
	width: 100%;
	height: 100%;
    font-size: 10px;
    color: #fff;
	padding: 13.5px 10px;
    display: flex;
    align-items: center;
    position: relative;
	transition: .3s
}

@media screen and (min-width: 767px) {
	.c-follow-button__list-item a {
		padding: 8px 10px;
	}
}

.c-follow-button__list-item:hover a {
    color: #07b5fa;
	transition: .3s
}

@media screen and (min-width: 767px) {
    .c-follow-button__list-item a {
        font-size: 16px;
    }  
}

.c-follow-button__list-item a svg {
	fill: #fff;
	width: 1.6em;
	margin-right: 15px
}

@media screen and (min-width: 767px) {
    .c-follow-button__list-item a svg {
		width: 1em;
    	margin-right: 25px;
    }  
}

@media screen and (max-width: 768px) {
	.s-backToTop {
		bottom: 102px
	}
}

@media screen and (max-width: 576px) {
	.s-backToTop {
		bottom: 140px
	}
}

@media screen and (max-width: 395px) {
	.s-backToTop {
		bottom: 177px
	}
}



.s-featuredText .s-featuredText-inner .s-sectionHeadline span,
.s-interview .s-interviewSlide-inner .s-sectionHeadline span,
.s-pageHeader .s-sectionHeadline--medium,
.s-blog .s-blogBox-inner .s-sectionHeadline span,
.s-information .s-information-inner .s-sectionHeadline span
{
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
	background: linear-gradient(240deg, rgba(237, 223, 247, 1) 0%, rgba(165, 209, 251, 1) 38%, rgba(68, 168, 255, 1) 100%);
    color: #fff;
    padding: 10px 0;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.s-featuredText .s-featuredText-inner .s-sectionHeadline::after,
.s-interview .s-interviewSlide-inner .s-sectionHeadline::after,
.s-pageHeader .s-sectionHeadline--medium::after,
.s-blog .s-blogBox-inner .s-sectionHeadline::after,
.s-information .s-information-inner .s-sectionHeadline::after {
	content: none;
}

@media (min-width: 768px) {
	h2.s-sectionHeadline::after {
		margin-top:-10px;
	}
}

.l-header-large .l-headerTop {
	height: 90px;
}

.l-header-large .l-headerLogo img {
	max-height: inherit;
	max-width: 150px;
}

.l-header-large .l-headerTitle {
	font-size: 16px;
	font-weight: 550;
}

.l-header-small .l-headerBottom {
	top: 70px;
}

@media screen and (max-width: 527px) {
	.l-header-small .l-headerBottom {
		height: calc(100% - 160px);
	}
}

@media screen and (max-width: 374px) {
	.l-header-small .l-headerBottom {
		height: calc(100% - 178px);
	}
}

.s-faqList .s-faqQuestion span {
	flex-grow: inherit;
}

@media screen and (min-width: 767px) {
    .c-follow-button__list-item a {
        font-size: 19px;
    }
}

.s-featuredText .s-featuredText-inner .s-sectionHeadline span,
.s-interview .s-interviewSlide-inner .s-sectionHeadline span,
.s-pageHeader .s-sectionHeadline--medium,
.s-blog .s-blogBox-inner .s-sectionHeadline span,
.s-information .s-information-inner .s-sectionHeadline span {
	background: transparent;
    color: #00146E;
}

@media (min-width: 768px) {
    .s-featuredText .s-featuredText-inner .s-sectionHeadline span,
	.s-interview .s-interviewSlide-inner .s-sectionHeadline span,
	.s-pageHeader .s-sectionHeadline--medium,
	.s-blog .s-blogBox-inner .s-sectionHeadline span,
	.s-information .s-information-inner .s-sectionHeadline span {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
	.s-sectionHeadline {
		font-size: 22px;
	}
}
}

.s-faqList .s-faqQuestion::after {
	margin-left: auto;
}


.c-follow-button__list-item:nth-child(1) a svg {
	fill: #fff;
}

@media screen and (max-width: 768px) {
	.c-grid--medium-up.--support figure img {
		width: 60%;
	}
}

.s-faqList .s-faqAnswer::before {
    content: "A:";
    color: #FEA182;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 6px;
}

@media (min-width: 768px) {
    .s-faqList .s-faqAnswer::before {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (min-width:768px) {
	.l-articleFloatBox figure.float-left {
		float: left;
		width: 45%;
		margin: 0 30px 30px 0
	}
}
@media (min-width:768px) {
	.l-articleFloatBox figure.float-right {
		float: right;
		width: 45%;
		margin: 0 30px 30px
	}
}



/*------------
追加CSS 251126
--------------*/

/* PC版トップ スタッフインタビューセクションの文章とボタン位置調整*/
@media (min-width:769px) {
	#スタッフインタビュー + div p{
	padding: 5% 4% 0;
	}
	#スタッフインタビュー + div + a{
		margin: -120px auto 120px calc((50% - 330px ) / 2);
	}
}
@media (min-width:1000px) {
	#スタッフインタビュー + div p{
	padding: 10% 9% 0;
	}
	#スタッフインタビュー + div + a{
		margin: -120px auto 120px calc((50% - 330px ) / 2);
	}
}

/* Q&Aの＋アイコンの位置調整 */
.s-faqList .s-faqQuestion {
	position: relative;
}
.s-faqList .s-faqQuestion::after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 8px;
	display: flex;
    align-items: center;
}

/* スマホ版フッターリンク非表示 */
@media (max-width:768px) {
	.l-footer{
		padding-bottom:94px;
	}
	.l-footerBottom-inner nav{
		display:none
	}
}