@charset "utf-8";
/* CSS Document */

html { 
	scroll-behavior: smooth;
}
section.rec_sales2023 {
}
section {
	margin-top: 0;
}
span.st700 {
	font-weight: 700;
}
span.st900 {
	font-weight: 900;
}
span.gray {
	color: #7c7c7c;
}
span.orange {
	color: #ff4800;
}
span.darkblue {
	color: #1C2A53;
}
span.font14 {
	font-size: 14px;
}
span.font18 {
	font-size: 18px;
}
span.font22 {
	font-size: 22px;
}
span.inblock {
	display: inline-block;
}
::selection {
	background-color: #b3b8d6;
}

.ma_top5 {
	margin-top: 5px;
}
.ma_top10 {
	margin-top: 10px;
}
.ma_top30 {
	margin-top: 30px;
}
.ma_top50 {
	margin-top: 50px;
}
.ma_top70 {
	margin-top: 70px;
}
.ma_top100 {
	margin-top: 100px;
}
.ma_top200 {
	margin-top: 200px;
}
.ma_right15 {
	margin-right: 15px;
}
.ma_left30 {
	margin-left: 30px;
}
.pc_ma_left30 {
	margin-left: 30px;
}
@media (max-width: 767px) {
	.pc_ma_left30 {
		margin-left: 0;
	}
}
.mobile_all_ma_lr_30 {
	margin-left: 0;
	margin-right: 0;
}
@media (max-width: 767px) {
	.mobile_all_ma_lr_30 {
		margin-left: 30px;
		margin-right: 30px;
	}
}

.text p {
	margin-bottom: 0;
}
a.link {
	font-weight: 700;
	border-bottom: 1px solid;
}
.text_right {
	text-align: right;
	display: block;
}

.contents_all {
    margin: 0 auto;
    max-width: 980px;
	padding: 0 20px;
}
@media (max-width: 767px) {
	.mobile_contents {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.flex {
	justify-content: center;
}

	
/********************************************
アニメーション
*******************************************/
/*-- アニメーション --*/
.fadein_image_normal_1,
.fadein_image_normal_2,
.fadein_image_normal_3 {
	opacity: 0;
}

/* -- アニメーション-- */

.fade_image_pt_normal {
	animation-name: fadeInAnimeNormal;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	opacity: 0;
}
	
@keyframes fadeInAnimeNormal{
	0% {
	opacity: 0;
	}

	100% {
	opacity: 1;
	}
}

.fade_image_pt_bound {
	animation-name: bound;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes bound {
	/** 開始時は１倍の大きさ */
	from { transform: scale(1); opacity: 1; }
	/** 0%～25%にかけて1.15倍する */
	25% { transform: scale(1.15); }
	/** 25%～50%にかけて0.95倍する */
	50% { transform: scale(0.95); }
	/** 50%～75%にかけて1.05倍する */
	75% { transform: scale(1.05); }
	/** 終了時は元の大きさに戻す */
	to { transform: scale(1); opacity: 1; }
}

.box_popup {
	background: #1C2A53;
	border-radius: 15px;
	padding: 20px;
	max-width: 800px;
}
.box_popup h5 {
	font-size: 22px;
	font-weight: 700;
	color: #FFF;
	background: none;
	border: none;
	padding: 0;
}
.box_popup p {
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
	margin-top: 20px;
}

/* lity追記 */
@media (max-width: 767px) {

	.lity-wrap {
		z-index: 99990;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		outline: none !important;
		overflow: scroll;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}

	.lity-content > * {
		max-height: none !important;
		}
	.lity-image img {
		margin: 0 auto;
		max-width: 100%;
		display: block;
		line-height: 0;
		border: 0;
	}
}
.rec_sales_title .text1{
	margin-top: 30px;;
	font-size: 28px;
	font-weight: 600;
	color: #00125A;
	margin-bottom: 0;
}
.rec_sales_title .text2{
	font-size: 34px;
	font-weight: 900;
	color: #00125A;
}
.rec_sales_title .text2 span{
	font-size: 30px;
	font-weight: 600;
	background: #00125A;
	color: #FFFF;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
}

.rec_sales_title2 .text2{
	font-size: 22px;
	font-weight: 900;
	color: #00125A;
}
.rec_sales_title2 .text2 span{
	font-size: 24px;
	font-weight: 600;
	background: #00125A;
	color: #FFFF;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
}

.rec_sales_topimage{
	position: relative;
	height: 300px;
}
@media (767px > width) {
	.rec_sales_topimage{
		height: auto;
	}
}
.rec_sales{
	position: relative;
	background: #1c2a53;
	padding: 30px 0 30px 0;
}
.rec_sales_back {
	position: absolute;
	top: 90px;
	width: 100%;
	height: 150px;
	background: #1c2a53; 
}
.sales_top {
	position: relative;
	height: auto;
}
.flex div:nth-of-type(2n),
.flex div:nth-of-type(3n) {
	padding-top: initial;
    margin-left: initial;
}
.flex div.img_form {
	margin-left: 15px;
}
@media (width < 767px) {
	.flex div.img_form {
		margin-top: 20px;
		margin-left: 0;
	}
}
.flex.sales_top {
	margin-top: 50px;
	margin-left: 40px;
}
.flex.sales_top .images {
	margin-left: -80px;
}

.fadein_trg {
	opacity: 0;
}
.fadein_trg.fadein_anime {
	opacity: 1;
}

.fade_image_top1,
.fade_image_top2,
.fade_image_top3,
.fade_image_top4,
.fade_image_top5,
.fade_image_top6,
.fade_tra_y.fadein_anime {
	animation-name: fadeInAnimeTop;
	animation-fill-mode: forwards;
	animation-duration: 0.8s;
	opacity: 0;
}
.fade_image_top1 {
	animation-delay: 0;
}
.fade_image_top2 {
	animation-delay: 0.3s;
}
.fade_image_top3 {
	animation-delay: 0.5s;
}
.fade_image_top4 {
	animation-delay: 0.8s;
}
.fade_image_top5 {
	animation-delay: 1.1s;
}
.fade_image_top6 {
	animation-delay: 1.4s;
}

@keyframes fadeInAnimeTop{
	0% {
	opacity: 0;
	transform: translateY(30px);
	}

	100% {
	opacity: 1;
	transform: translateY(0);
	}
}

/*--  --*/
.fade_span {
	opacity: 0;
	display: inline-block;
}
.fade_span.fadein_anime {
	animation-name: fadeInAnimeTop;
	animation-fill-mode: forwards;
	animation-duration: 0.8s;
	opacity: 0;
}
@keyframes fadeInAnimeSpan{
	0% {
	opacity: 0;
	transform: translateY(30px);
	}

	100% {
	opacity: 1;
	transform: translateY(0);
	}
}

.rec_sales_box1 {
	margin-top: 50px;
}
.rec_sales.box_name {
	color: #8A8A8A;
	font-size: 12px;
	background: #D9D9D9;
	display: inline-block;
	padding: 3px;
}
.rec_sales_box_voice {
	border: 1px solid #D9D9D9;
}
.rec_sales_box_voice div.images{
	padding-top: 35px;
	padding-left: 25px;
}

.rec_sales_box_voice .flex div.text{
	margin-left: 70px;
}
@media (767px > width) {
	.rec_sales_box_voice .flex div.text{
		margin-left: 20px;
	}
	.rec_sales_box_voice .flex div.images{
		margin:0 auto;
		padding-top: 10px;
		padding-left: initial
	}
}
.rec_sales_box1 .flex,
.rec_sales_box_voice{
	background: url(../images/recruit/recruit_sales2023/sales_back.webp) no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.flex div.voice_box_text {
	margin: 20px 30px 50px 15px;
}
.rec_sales_box_voice h3.text.name,
.rec_sales_box_voice h4.title_question,
.rec_sales_box_voice h5.text.name {
	font-family: 'Kosugi Maru', sans-serif;
	background: none;
	border: none;
}
@media (width > 767px) {
	.rec_sales_box_voice div.title_name{
		margin-left: 0;
		padding-top: 35px;
	}
}
.rec_sales_box_voice h3.text.name {
    color: #FFF;
    background: #000D6B;
    padding: 10px 10px 8px 10px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}
.rec_sales_box_voice h5.text.name {
    color: #0E0E0E;
    font-size: 32px;
	margin-top: 15px;
    margin-bottom: 0;
	padding-left: 0;

}
.rec_sales_box_voice .flex div.images {
	margin-top: 0;
	max-width: 315px;
}
.rec_sales_box_voice .flex h4.title_question {
	background-color: #D9D9D9;
	color: #0E0E0E;
	font-size: 18px;
	margin-top: 30px;
	padding: 5px 10px 5px 5px;
}
.sales_gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-flow: dense;
	row-gap: 20px;
	column-gap: 20px;
}
@media (767px > width) {
	.sales_gallery {
		display: block;
	}
}
.sales_gallery img {
	aspect-ratio: 16 /11;
	object-fit: cover;
}
.item.featured {
	grid-column: span 2;
	grid-row: span 2;
} 

/********************************************
お問い合わせ
*******************************************/
.box_rec-text_back {
	background: url(../images/recruit/rec2023_con_back.png) no-repeat;
	background-size: cover;
	position: relative;
}
.rec2023 h3 {
	border: none;
}
.rec2023 h3.abs {
	margin-top: -15px;
	margin-left: -15px;
	position: absolute;
}
h3.abs img {
	max-width: 143px;
}
@media (max-width: 767px) {
	.rec2023 h3.abs {
		margin-top: 0;
		margin-left: 20px;
	}
	h3.abs img {
		max-width: 120px;
	}
}
.rec2023 h4 {
	background: none;
}
ul.rec2023_list {
	margin-left: 30px;
	position: relative;
}
@media (max-width: 767px) {
	ul.rec2023_list {
		margin-left: 20px;
		margin-right: 20px;
	}
}
ul.rec2023_list li{
	font-weight: 700;
	font-size: 18px;
	list-style: none;
    list-style-position: outside;
    margin-bottom: 10px;
    padding-left: 1.25em;
	line-height: 1.8;
}
ul.rec2023_list li span {
	position: absolute;
    left: 0;
    margin: 0;
}
.flex div.border_box.rec2023 {
	border: 3px solid #E96C0E;
	margin-top: 20px;
	padding-top: 10px;
}
.border_box.rec2023 p {
	color: #E96C0E;
	font-weight: 700;
	display: grid;
	place-content: center;
	text-align: left;
}

.title_sub1 {
	background: #1C2A53;
	color: #FFF;
	font-weight: 700;
	font-size: 18px;
	padding: 8px 15px 8px 15px;
	margin-right: 20px;
	display: inline-block;
	border-radius: 5px;
	width: 150px;
	text-align: center;
}

.image_contact {
	position: relative;
	background-repeat: repeat;
	background-image: url("../campaign/campaign_images/image_back.jpg");
	background-size: 960px;
	background-position: center 40%;
	height: 300px;
	width: 100%;
}
.image_contact.rec2023 {
	background-image: url("../images/recruit/rec2023_back.jpg");
}
@media(max-width: 767px) {
	.image_contact  {
		height: 200px;
		overflow: hidden;
	}
}
@media (min-width: 2000px) {
	.image_contact {
		max-width: 1500px;
		margin: 0 auto;
	}
}
.flex.rec_contacts_images {
	margin-top: 10px;
}
.flex.rec_contacts_images .images{
	margin-right: 20px;

}
.image_contact_grd {
	background: linear-gradient(rgba(0, 132, 255, 0.2),rgba(0, 13, 70, 0.4));
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.image_contact_comment {
	font-size: 28px;
	font-weight: 600;
	color: #0E0E0E;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 40px 15px 40px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	z-index: 11;
	margin-top: 100px;
}
@media(max-width: 767px) {
	.image_contact_comment {
		position: relative;
		font-size: 18px;
		font-weight: 600;
		color: #0E0E0E;
		background: rgba(255, 255, 255, 0.8);
		padding: 15px 20px;
		border-radius: 3px;
		z-index: 11;
		line-height: 1.6;
		margin-top: 50px;
	}
}

.bg_fixed {
	position: relative;
    min-height: 100%;
    height: 100%;/*--スクロールをさせるため 高さ指定--*/
	background: url(../images/recruit/footer.jpg) no-repeat;
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-position: top center; /*--背景画像の位置--*/
	z-index: 2;
    padding: 0 0 50px 0;
}

/********************************************
*******************************************/
.form_container {
	margin: 50px 20px 10px 20px;
}
.form_box {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 30px;
}
@media(max-width: 767px) {
	.form_box {
		background: rgba(255, 255, 255, 0.8);
		border-radius: 10px;
		padding: 30px;
		box-sizing: border-box;
	}}
.form_box a{
	color:  #00125A;
	border-bottom: 1px solid #00125A;
	transition: 0.3s ease-in;
}
.form_box a:hover{
	color:  #E96C0E;
	border-bottom: 1px solid #E96C0E;
}

/********************************************
*******************************************/
table.campaign_form {
	font-size: 16px;
	text-align: left;
	border-spacing: 20px;
	width: 100%;
	box-sizing: border-box;
}
@media(max-width: 767px) {
	table.campaign_form {
		border-spacing: 10px;
	}
}
table.campaign_form td {
	border-top: 1px solid #cacaca;
	padding-top: 20px;
}
@media(max-width: 767px) {
	table.campaign_form td {
		padding-top: 10px;
	}
}
table.campaign_form td.none {
	border-top: none;
}
.point {
	margin-left: 10px;
	font-size: 12px;
	background: #FF0000;
	border-radius: 3px;
	padding: 2px 5px 3px 5px;
	color: #FFF;
}
table.campaign_form input,
table.campaign_form textarea{
	background: #fff0f4;
	border: 1px solid #343434;
	padding: 5px;
	width: 100%;
}
table.campaign_form input[type="checkbox"] {
	display: inline;
	width: initial;
}
@media(max-width: 767px) {
	table.campaign_form input,
	table.campaign_form textarea{
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
}

table.campaign_form input:invalid,
table.campaign_form textarea:invalid{
	background: #fff0f4;
}
table.campaign_form input:valid ,
table.campaign_form textarea:valid {
	background: #fff0f4;
}
input.ex_button2,input.ex_button1{
	display: inline-block;
	max-width: 180px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 16px 8px 16px;
	border-radius: 5px;
	position: relative;
	transition: 0.8s;
	box-shadow: 1px 4px 9px -6px rgba(0,0,0,0.5);
}
input.ex_button2{
	margin-right: 20px;
	background: #2089b3;
	border: 3px solid #2089b3;
	color: #FFF;
	font-weight: bold;
}
input.ex_button2:hover{
	background: #093170;
	border: 3px solid #093170;
}
input.ex_button1{
	background: #ffbb00;
	border: 3px solid #ffbb00;
	font-weight: bold;
}
input.ex_button1:hover{
	background: #ffffff;
	border: 3px solid #0E0E0E;
	color: #0E0E0E;
}

.rec_sales2023 h5.title_rec {
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	background: #001037;
	border-radius: 3px;
	border-bottom: none;
	padding: 5px 5px 5px 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.rec_sales2023 h5.title_rec.red {
	background: #ff6d12;
}
.rec_sales2023 div.box3 h4.title_rec {
	font-family: "Noto Sans JP",sans-serif;
	margin: 0 0 15px 0;
	padding: 9px 0 8px 10px;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.6;
	display: block;
	color: #E96C0E;
	border-left: 6px solid #E96C0E;
	background: none;
}
.rec_sales2023 div.box3 p {
	margin-left: 15px;
}
.rec_sales2023 div.box3.rec {
	margin-top: 30px;
	padding: 30px;
}
