@charset "utf-8";

/* --------------------
    共通
-------------------- */

/* 文字右寄せ */
.txt_right {
	display: block;
	text-align: right;
}

.content>div:first-child>div:first-child>*:first-child {
	margin-top: 0px;
}

/* h4 */
h4 .icon {
	height: 28px;
}

/* h5 */
.content h5 {
	font-size: 18px;
	color: #555;
	letter-spacing: 0.1em;
	padding: 5px;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	margin-right: 30px;
	/* margin-bottom: 10px; */
	margin-left: 30px;
}

.content h5+p,
.content h5+ol,
.content h5+ul,
.content h5+img+p {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

/* フォント 太字 */
.content .bold {
	font-weight: bold;
}

/* お知らせ タグ */
.content .ul_news li div.news_icon {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #AEB3B9;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 8px;
	width: 80px;
	text-align: center;
}

/* ページ内リンク 余白調整 */
.page-link {
	padding-top: 80px;
}

/* リスト */
.content .list {
	font-size: 16px;
	line-height: 1.8;
	padding: 0 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 50px;
}

/* リスト 1段落下げる */
.content .list_indent {
	margin-left: 20px;
}

/* リスト 黒丸 */
.content .list_disc li {
	list-style-type: disc;
}

/* リスト 白丸 */
.content .list_circle li {
	list-style-type: circle;
}

/* リスト 数字 */
.content .list_decimal li {
	list-style-type: decimal;
}

/* リストグループ */
.content .list_grp p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.content .list_grp ul {
	margin-top: 0px;
}


/* テーブル table_03 */
.content table.table_03 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.content table.table_03 th,
.content table.table_03 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}

.content table.table_03 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
	background-color: #F6F6F6;
}

.content table.table_03 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}

.content table.table_03 td.td_price {
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	color: #008C69;
	font-weight: bold;
}

.table_03 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}

.table_03 th span {
	font-size: 12px;
	color: #CCC;
}

#sub_top h2 {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
}

#sub_top h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 14px;
}

/* 画像をli要素の背景画像として指定 */
.list_hand li {
	background-image: url(/img/tuyomi_01.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding-left: 30px;
	margin-left: -20px;
}

@media screen and (max-width:960px) {

	/* h5 */
	.content h5 {
		margin-right: 10px;
		margin-left: 10px;
	}

	/* ページ内リンク 余白調整 */
	.page-link {
		padding-top: 20px;
	}
}

@media screen and (max-width:640px) {

	/* リスト */
	.content .list {
		margin-bottom: 20px;
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 30px;
	}

	/* お知らせ 改行 */
	.content .ul_news li span {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.content h5+img+p {
		margin-top: 10px !important;
		padding-top: 10px !important;
	}
}

@media screen and (max-width:460px) {

	/* テーブル table_03 */
	.content table.table_03 th,
	.content table.table_03 td {
		width: 100% !important;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.content table.table_03 th {
		background-color: #F6F6F6;
	}

	#sub_top h2 {
		font-size: 24px;
	}

	#sub_top h2 span {
		font-size: 12px;
	}
}

/* グリッドレイアウト */
.content .grid_container {
	display: grid;
	grid-template-columns: minmax(290px, 1fr) minmax(290px, 1fr);
	margin: 10px 30px;
}


/* カード型リンク */
.content .card_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
	margin: 10px 0px;
}

.content .card {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 90%;
	height: 180px;
	max-width: 460px;
    padding: 1rem 0.5rem;
    word-wrap: break-word;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0 20px rgba(0, 20, 53, 0.2);
    z-index: 0;
}

.content .card::before {
    position: absolute;
    inset: 0;
	background-color: #fff;
	border-radius: 10px;
	background-position: center;
    content: '';
    z-index: -1;
}
.content .card.company::before {
	background-image: url(/img/company_link.jpg);
	background-size: cover;
}
.content .card.service::before {
	background-image: url(/img/service_link.jpg);
	background-size: cover;
}
.content .card.recruit_freshman::before {
	background-image: url(/img/recruit_freshman_link.jpg);
	background-size: cover;
}
.content .card.recruit_career::before {
	background-image: url(/img/recruit_link.jpg);
	background-size: cover;
}
.content .card.work_location::before {
	background-image: url(/img/slide/main_img_02_sp.jpg);
	background-size: cover;
}
.content .card.employee::before {
	background-image: url(/img/slide/main_img_03_sp.jpg);
	background-size: cover;
}
.content .card.schedule::before {
	background-image: url(/img/schedule_link.jpg);
	background-size: cover;
}

.content .card_link {
    position: absolute;
    bottom: 1.0rem;
    padding: 0.5rem;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
	width: 200px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0, 20, 53, 0.8);
}

.content .card_title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
	text-shadow: 0 0 20px rgba(0, 20, 53, 0.8);
}

.content .card_description {
    overflow: hidden;
    height: 50px;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 20, 53, 0.8);
}

.content .card_description p {
    margin: 0;
	padding: 5px;
    transition: all 0.3s linear;
    transform: translateY(70px);
    line-height: 1.2;
	font-size: 1.1rem;
	font-weight: bold;
}

.content .card_link:hover {
    background-color: #fff;
    color: #444;
	font-weight: bold;
	text-shadow: none;
}

.content .card_link:hover~.card_description p {
    transform: translateY(0);
}

/* 改行候補設定（スマホ表示用） */
.content .ib {
	display: inline-block;
}

@media screen and (max-width:640px) {
	.content .grid_container {
		grid-template-columns: minmax(360px, 1fr);
		margin: 10px 0;
	}
}

/* 
    トップページ
*/
/* Pマーク表示エリア */
#index_03 p {
	max-width: 380px;
}

#index_03 p img {
	width: 75px;
	height: auto;
	float: left;
	padding: 5px;
}

#index_03 p span {
	padding: 5px;
	font-size: 12px;
}

/* --------------------
    会社情報
-------------------- */
/* 地図の余白調整 */
#company .g_map_base {
	padding: 20px 0px 0px 0px;
}

/* --------------------
    事業概要
-------------------- */
/* 画像の余白調整 */
#service .space-evenly {
	justify-content: space-evenly;
}

/* システム開発・ソフトウェア販売リンクサイズ調整 */
#service .resize {
	width: 40%;
}

/* システム開発・ソフトウェア販売リンクサイズ調整(スマホサイズ) */
@media screen and (max-width:640px) {
	#service .resize {
		width: 98%;
	}
}

#service .tsuyomi {
	padding-top: 50px !important;
}

@media screen and (max-width:1082px) {
	#service .tsuyomi {
		padding-top: 30px !important;
	}
}

@media screen and (max-width:960px) {
	#service .tsuyomi {
		padding-top: 10px !important;
	}
}

/* --------------------
    システム開発
-------------------- */
/* システム開発の流れサイズ調整 */
#system .system_kaihatu {
	max-width: 800px;
}

/* システム開発の流れサイズ調整(スマホサイズ) */
@media screen and (max-width:960px) {
	#system .system_kaihatu {
		width: 90%;
	}
}

/* --------------------
    ソフトウェア販売
-------------------- */
#products .tellink {
	pointer-events: none;
	text-decoration: none;
}

@media screen and (max-width:640px) {
	#products .tellink {
		pointer-events: auto;
		text-decoration: underline;
	}
}

/* --------------------
    採用情報トップ
-------------------- */
#recruit .img_rikunabi {
	width: 240px;
}

/* --------------------
    募集要項
-------------------- */
#recruitment #shinsotsu .date {
	display: inline-block;
	width: 120px;
}

/* --------------------
    働く環境を知る
-------------------- */
#culture .img_kensyu_pc {
	max-width: 940px;
}
#culture .img_kensyu_sp {
	display: none;
}
#culture .img_ojt {
	max-width: 120px !important;
}
#culture .img_meeting {
	max-width: 200px !important;
}
#culture #img_job_rot {
	max-width: 350px !important;
}
#culture .container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: auto;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
#culture #event .container{
	gap: 10px;
}
#culture #number .container {
	column-gap: 10px;
	row-gap: 50px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#culture #event img{
	max-width: 300px;
	width: 100%;
}
#culture #number img{
	width: 220px;
}
/* カードのサイズ調整 */
#culture .card.resize {
	flex-basis: 30%;
	height: auto;
	width: 30%;
	justify-content: center;
	text-align: center;
}
#culture .card_text {
	margin: 0;
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
}

@media screen and (max-width:640px) {
	#culture .img_kensyu_pc {
		display: none;
	}
	#culture .img_kensyu_sp {
		display: block;
		width: 330px !important;
	}
	#culture .container{
		grid-template-columns: 1fr 1fr;	
		margin: 10px 20px !important;
	}
	/* カードのサイズ調整 */
	#culture .card.resize {
		flex-basis: 40%;
		width: 40%;
	}
}

/* --------------------
    社員の1日のスケジュール
-------------------- */
#schedule .list_resize {
	width: 25%;
}

@media screen and (max-width:640px) {
	#schedule .list_resize {
		width: 98%;
	}
}

#schedule .time_schedule {
	list-style: none;
	margin: 0 30px 0 6em;
	padding-left: 20px;
	padding-right: 10px;
	border-left: 6px solid #4591CF;
	box-sizing: border-box;
}

#schedule .time_schedule li {
	width: 100%;
	margin: 0 0;
	padding: 5px 0;
	position: relative;
}

#schedule .time_schedule span.time {
	font-weight: 700;
	color: #4591CF;
	width: 5em;
	display: inline-block;
	margin-left: -8em;
	padding: 0 0 5px;
	margin-top: 15px;
	vertical-align: top;
	position: relative;
	text-align: right;
	box-sizing: border-box;
}

#schedule .time_schedule span.time::after {
	content: "";
	position: absolute;
	right: -35px;
	top: 0;
	background: #4591CF;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}

#schedule .time_schedule .sch_box {
	display: inline-block;
	width: 100%;
	margin-left: 40px;
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
	background: #f3f3f3;
	box-sizing: border-box;
	border-radius: 6px;
}

@media screen and (max-width:640px) {
	#schedule .time_schedule {
		margin-right: 10px;
	}
	#schedule .time_schedule .sch_box {
		margin-left: 35px;
		padding: 15px 0 15px 10px;
		background: none;
	}
	#schedule .time_schedule .sch_box .sch_title {
		margin: 0 0 5px 0;
	}
	#schedule .time_schedule .sch_box .sch_tx {
		margin: 0 0 0 10px;
	}
}

#schedule .time_schedule .sch_title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 10px 5px;
	padding: 0;
}

#schedule .time_schedule .sch_tx {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 10px 5px 20px;
	padding: 0;
}

/* --------------------
    社員インタビュー
-------------------- */
/* 共通 */
#interview .ul_content li {
	background-color:#c2e9fb;
	margin: 12px 0px;
	border-radius: 5px;
	padding: 10px 12px;
}

#interview .ul_content li:last-child {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#interview .ul_content img {
	height: 100px !important;
	padding: 0 !important;
	float: right;
}

/* 導入部グリッドレイアウト */
#interview .grid_top {
	display: grid;
	grid-template-columns: 180px auto 180px;
	grid-auto-rows: auto;
	place-content: center;
	place-items: center;
}

#interview .grid_top .center_text {
	order: 0;
	text-align: center;
}

#interview .grid_top .left_img {
	order: 0;
}

#interview .grid_top .right_img {
	order: 0;
}

/* 導入部グリッドレイアウト スマホ表示 */
@media screen and (max-width:640px) {
	#interview .grid_top {
		grid-template-columns: 1fr 1fr;
	}

	#interview .grid_top .center_text {
		order: 1;
		grid-column: 1 / 3;
	}

	#interview .grid_top .left_img {
		order: 2;
	}

	#interview .grid_top .right_img {
		order: 3;
	}

	/* 導入部 左右画像のサイズ変更 */
	#interview .grid_top .left_img img {
		width: 100px;
	}

	#interview .grid_top .right_img img {
		width: 100px;
	}
}

/* インタビュー部グリッドレイアウト */
#interview .grid_interview {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: auto;
	margin: 10px 20px;
	gap: 10px;
}

#interview .grid_interview .join_column {
	grid-column: 1 / 3;
}

#interview .grid_interview h5 {
	margin: 0;
}

#interview .grid_interview .frame_sin {
	height: auto;
	min-height: 350px;
	border: 3px solid rgba(47, 58, 144, 0.662);
	border-radius: 9px;
	margin: 10px;
	padding: 10px;
}

#interview .grid_interview .frame_sin_advice {
	height: auto;
	min-height: 300px;
	border: 3px solid rgba(47, 58, 144, 0.662);
	border-radius: 9px;
	margin: 10px;
	padding: 10px;
}

#interview .grid_interview .frame_sin img {
	height: 320px;
	display: block;
	margin: auto;
	padding: 10px;
}

#interview .grid_interview .frame_tyu {
	height: auto;
	min-height: 200px;
	border: 3px solid rgba(47, 58, 144, 0.662);
	border-radius: 9px;
	margin: 10px;
	padding: 10px;
}

#interview .grid_interview .frame_tyu img {
	height: 100px !important;
	display: block;
	margin-top: -10px !important;
}


#interview .inner_grid {
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: 1fr;
}

#interview .div_60_40 {
	grid-template-columns: 60% 40%;
}

/* 導入部グリッドレイアウト スマホ表示 */
@media screen and (max-width:960px) {
	#interview .grid_interview {
		grid-template-columns: 1fr;
	}

	#interview .grid_interview .join_column {
		grid-column: 1 / 2;
	}

	#interview .grid_interview .frame_sin {
		height: auto;
	}

	#interview .inner_grid {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
	}
}