@charset "UTF-8";


/* ==========================================================================
   Reset
============================================================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ==========================================================================
   Base
============================================================================= */
body {
	color: #3c3c3c;
	font-size: 14px;
}

input,
textarea {
	font-family: sans-serif;
	line-height: 1.6;
}

a {
	text-decoration: underline;
}

#container {
	width: 100% !important;
}

.clearfix:after,
.category-nav,
#jobtype-header:after,
.content-wrap:after,
.content-wrap--indent:after,
.footer-content {
	content: "";
	display: table;
	clear: both;
}

figure {
	line-height: 0;
}

figure .notice {
	line-height: normal;
}

figcaption {
	text-align: center;
	color: #666;
	font-size: 12px;
	margin-top: 0.5em;
	line-height: normal;
}

figure.has-caption {
	display: table;
	margin: auto;
	text-align: center;
}

figure.has-caption figcaption {
	caption-side: bottom;
	display: table-caption;
	padding-top: 0 !important;
}

.sp-hidden {
	display: none;
}

a.zoom_img {
	display: inline-block;
	position: relative;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
}

a.zoom_img:after {
	content: '';
	display: block;
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../img/sp-sprite.png) -150px -200px;
	background-size: 300px 300px;
}

img.fluid-img {
	max-width: 100%;
	height: auto;
}

.inline_movie video {
	width: 280px;
	height: 158px;
	background: #666;
}

.inline_movie--3ds video {
	width: 280px;
	height: 336px;
	background: #666;
}

.youtube_movie iframe {
	aspect-ratio: 430/241;
	height: auto;
	width: 100%;
	overflow: hidden;
}

.content-section .deficiency-notes {
	font-size: 13px;
	color: #666;
	text-indent: -1em;
	padding-left: 1em;
}

.mgb-none {
	margin-bottom: 0 !important;
}

.p0 {
	padding: 0 !important;
}

.max430px {
	margin: auto;
	max-width: min(430px, 100%);
}

.sp-hide {
	display: none !important;
}

/* ==========================================================================
   Layout
============================================================================= */
body {
	position: relative;
}

.content-wrap--indent {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}

/* global-header
------------------------------------------------------------------- */
.site-header_sp {
	z-index: 9999 !important;
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
}

.site-header_sp::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

/* jobtype-header
------------------------------------------------------------------- */
#jobtype-header {
	display: none;
	-webkit-font-smoothing: auto !important;
}

/* jobtype-body
------------------------------------------------------------------- */
#jobtype-body {
	/* font-family: "ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro",
		"Meiryo",
		"メイリオ",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif; */
	line-height: 28px;
	padding-top: 46px;
	text-align: left;
	-webkit-font-smoothing: auto !important;
}

#jobtype-body h1,
#jobtype-body h2,
#jobtype-body h3,
#jobtype-body h4,
#jobtype-body h5,
#jobtype-body h6,
#jobtype-body strong {
	letter-spacing: .125em;
}

.category-header .sub-title {
	font-family: "Gill Sans",
		"Gill Sans MT",
		"Calibri",
		sans-serif;
	font-weight: 100;
}

.category-title .sub-title {
	display: none;
}

.category-footer {
	margin-top: 20px;
}

.category-title {
	margin-bottom: 20px;
}

.category-title a {
	display: block;
	box-sizing: border-box;
	padding: 17px 20px;
	height: 70px;
	font-size: 18px;
	line-height: 36px;
	color: #FFF !important;
	text-decoration: none;
	overflow: hidden;
}

.category-title a:visited {
	color: #FFF !important;
}

.category-nav {
	width: 100%;
}

.category-nav li {
	border-top: solid 1px #cdcdcd;
}

.category-nav li a {
	position: relative;
	padding: 9px 20px;
	display: block;
	text-decoration: none;
	background: #f2f2f2;
}

li.category-nav--2nd {
	border-top: none;
	background: #e2e2e2;
}

.category-nav--2nd li {
	border-top: dotted 1px #bcbcbc;
}

.category-nav--2nd li a {
	padding: 9px 20px 9px 40px;
	background: #e2e2e2;
}

.category-nav li a:after {
	position: absolute;
	display: block;
	content: '';
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 8px;
	width: 5px;
	text-decoration: none;
	background-image: url(../img/sp-sprite.png);
	background-size: 300px 300px;
	overflow: hidden;
	background-position: -150px -100px;
}

.cf-ctop-btn a {
	position: relative;
	padding: 14px 20px;
	display: block;
	color: #FFF !important;
	font-size: 15px;
	text-decoration: none;
}

.cf-ctop-btn a:after {
	position: absolute;
	display: block;
	content: '';
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 8px;
	width: 5px;
	text-decoration: none;
	background-image: url(../img/sp-sprite.png);
	background-size: 300px 300px;
	background-position: -200px -100px;
	overflow: hidden;
}

.cf-ctop-btn a:visited {
	color: #FFF !important;
}

/* content
------------------------------------------------------------------- */
.content-title {
	border-style: solid;
	border-width: 5px 0;
	margin: 0 10px;
}

.content-title h1 {
	font-size: 18px;
	line-height: 26px;
	padding: 16px 8px;
	text-align: center;
}

.content-title h1 .sub-title {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;
}

.content-title .content-intro {
	padding: 15px 10px;
	border-width: 2px 0 0;
	border-style: solid;
}

.content-section--flex.flex-sp-reverse {
	display: flex;
	flex-direction: column-reverse;
}

.content-wrap--original01 {
	margin-left: 15px;
	margin-right: 15px;
}


/* article
------------------------------------------------------------------- */


/* global-footer
------------------------------------------------------------------- */
#global-footer {
	height: 70px;
}

#global-footer .footer-content {
	width: 100%;
	text-align: center;
}

#global-footer .gf-close {
	margin: 10px auto 0;
	padding: 0 1.5em;
	display: inline-block;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	background: #434a54;
	border-radius: 20px;
}

#global-footer .gf-close:before {
	content: '';
	float: left;
	display: block;
	margin-top: 13px;
	margin-right: 8px;
	width: 14px;
	height: 14px;
	background-image: url(../img/sp-sprite.png);
	background-size: 300px 300px;
	background-position: -100px -200px;
	text-indent: -9999px;
	overflow: hidden;
}


/* sp-header
------------------------------------------------------------------- */
#sp-header {
	position: fixed;
	box-sizing: border-box;
	border-bottom: 4px solid #cdcdcd;
	height: 98px;
	/*height: 64px;*/
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 1500;
}

#sp-header .sp-site-title {
	padding: 5px 0 6px;
	text-align: center;
}

#sp-header .sp-site-title img {
	width: 280px;
}

.sp-header-content {
	border-top: solid 1px #cdcdcd;
}

#sp-header h1 {
	position: absolute;
	top: 34px;
	/*top: 0;*/
	left: 0;
	width: 100%;
	height: 60px;
	font-size: 17px;
	line-height: 60px;
	text-align: center;
	z-index: 0;
}

#sp-header .sp-logo {
	position: absolute;
	top: 34px;
	/*top: 0;*/
	left: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 10;
	background: url(../img/sp-sprite.png) no-repeat 0 0;
	/*追加*/
	background-size: 300px 300px;
	/*追加*/
	border-right: solid 1px #dedede;
	/*追加*/
}

#sp-header .sp-nav-button {
	position: absolute;
	top: 34px;
	/*top: 0;*/
	right: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 10;
	background-image: url(../img/sp-sprite.png);
	background-position: -100px 0;
	background-size: 300px 300px;
	border-left: solid 1px #dedede;
}

#sp-header .sp-nav-button.is-active {
	background-position: -200px 0;
}

#sp-gnav {
	display: none;
	top: 98px;
	/*top: 64px;*/
	position: absolute;
	width: 100%;
	height: inherit;
	background: #e3e3e3;
	z-index: 1400;
	padding-bottom: 20px;
}

#sp-gnav a {
	display: block;
	position: relative;
	text-decoration: none;
}

#sp-gnav .sp-gnav-top {
	background: #FFF;
}

#sp-gnav .sp-gnav-top a {
	padding-left: 44px;
	height: 70px;
	line-height: 70px;
}

#sp-gnav .sp-gnav-top a:before {
	position: absolute;
	display: block;
	content: '';
	top: 27px;
	left: 16px;
	width: 16px;
	height: 16px;
	background: url(../img/sp-sprite.png) no-repeat 0px -100px;
	background-size: 300px 300px;
}

#sp-gnav>ul {
	margin-bottom: 14px;
	border-bottom: solid 1px #cdcdcd;
}

#sp-gnav ul li {
	border-top: solid 1px #cdcdcd;
}

#sp-gnav ul li:first-child {
	border-top: none;
}

#sp-gnav>ul>li>a {
	padding: 0 20px;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	background: #FFF;
}

#sp-gnav>ul>li#sp-gnav-home>a {
	padding: 0 45px;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
}

#sp-gnav>ul>li>a:before {
	position: absolute;
	display: block;
	content: '';
	top: 15px;
	left: 6px;
	height: 20px;
	width: 4px;
	border-radius: 2px;
}

#sp-gnav>ul>li#sp-gnav-home>a:before {
	top: 28px;
	left: 16px;
	height: 14px;
	width: 16px;
	background: url(../img/sp-sprite.png) no-repeat 0 -100px;
	background-size: 300px 300px;
}

#sp-gnav>ul>li>a:after {
	position: absolute;
	display: block;
	content: '';
	top: 18px;
	right: 11px;
	height: 14px;
	width: 10px;
	background: url(../img/sp-sprite.png) no-repeat -50px -100px;
	background-size: 300px 300px;
}

#sp-gnav>ul>li#sp-gnav-home>a:after {
	display: none;
}

#sp-gnav>ul>li#sp-gnav-engineer>a:before {
	background: #88d60e;
}

#sp-gnav>ul>li#sp-gnav-design>a:before {
	background: #6e73c7;
}

#sp-gnav>ul>li#sp-gnav-sound>a:before {
	background: #f4b800;
}

#sp-gnav>ul>li#sp-gnav-planning>a:before {
	background: #199be7;
}

#sp-gnav>ul>li#sp-gnav-business>a:before {
	background: #ff6190;
}

#sp-gnav>ul>li>ul>li>a {
	padding: 0 20px 0 27px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
}

#sp-gnav>ul>li>ul>li>a:after {
	position: absolute;
	display: block;
	content: '';
	top: 17px;
	right: 13px;
	height: 8px;
	width: 5px;
	background-image: url(../img/sp-sprite.png);
	background-size: 300px 300px;
}

#sp-gnav>ul>li#sp-gnav-engineer ul li a {
	background: #f9fdf3 !important;
}

#sp-gnav>ul>li#sp-gnav-engineer ul li a:after {
	background-position: 0 -150px;
}

#sp-gnav>ul>li#sp-gnav-design ul li a {
	background: #f8f9fe !important;
}

#sp-gnav>ul>li#sp-gnav-design ul li a:after {
	background-position: -50px -150px;
}

#sp-gnav>ul>li#sp-gnav-sound ul li a {
	background: #fefbf2 !important;
}

#sp-gnav>ul>li#sp-gnav-sound ul li a:after {
	background-position: -100px -150px;
}

#sp-gnav>ul>li#sp-gnav-planning ul li a {
	background: #f3fafe !important;
}

#sp-gnav>ul>li#sp-gnav-planning ul li a:after {
	background-position: -150px -150px;
}

#sp-gnav .sp-gnav-close {
	margin: 0 20px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #FFF;
	background: #a2a2a2;
}

#sp-gnav .sp-gnav-close:before {
	display: inline-block;
	margin-right: 0.5em;
	content: '';
	width: 14px;
	height: 9px;
	background: url(../img/sp-sprite.png) -100px -100px;
	background-size: 300px 300px;
	overflow: hidden;
}

.menu .menu_list_sp>a {
	line-height: 1;
}

/* modal-window
------------------------------------------------------------------- */
body.is-modal {
	position: relative !important;
}

body.is-modal #container,
body.is-modal #sp_navi_set,
body.is-modal #sp-header,
body.is-modal #jobtype-body,
body.is-modal #global-footer {
	opacity: 0;
}

#MD-wrapper {
	padding-top: 40px;
}

.is-modal-center #MD-content {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40px;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}

#MD-content img {
	max-width: 100%;
	height: auto;
}

#MD-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #C00;
	border-radius: 0 0 5px 5px;
	text-indent: -9999px;
	overflow: hidden;
}

#MD-close:before,
#MD-close:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background: #FFF;
}

#MD-close:before {
	-webkit-transform: rotate(45deg);
}

#MD-close:after {
	-webkit-transform: rotate(-45deg);
}

/* keyword
------------------------------------------------------------------- */
.thum01 {
	background-image: url(../../../keyword/img/top/list/thum_0101.jpg);
}

.thum02 {
	background-image: url(../../../keyword/img/top/list/thum_0201.jpg);
}

.thum03 {
	background-image: url(../../../keyword/img/top/list/thum_0301.jpg);
}

.thum04 {
	background-image: url(../../../keyword/img/top/list/thum_0401.jpg);
}

.thum05 {
	background-image: url(../../../keyword/img/top/list/thum_0501.jpg);
}

.thum06 {
	background-image: url(../../../keyword/img/top/list/thum_0601.jpg);
}

.thum07 {
	background-image: url(../../../keyword/img/top/list/thum_0701.jpg);
}

.thum08 {
	background-image: url(../../../keyword/img/top/list/thum_0801.jpg);
}

.thum09 {
	background-image: url(../../../keyword/img/top/list/thum_0901.jpg);
}

.thum10 {
	background-image: url(../../../keyword/img/top/list/thum_1001.jpg);
}

.thum11 {
	background-image: url(../../../keyword/img/top/list/thum_1101.jpg);
}

.thum12 {
	background-image: url(../../../keyword/img/top/list/thum_1201.jpg);
}

.thum13 {
	background-image: url(../../../keyword/img/top/list/thum_1301.jpg);
}

.thum14 {
	background-image: url(../../../keyword/img/top/list/thum_1401.jpg);
}

.thum15 {
	background-image: url(../../../keyword/img/top/list/thum_1501.jpg);
}

.thum16 {
	background-image: url(../../../keyword/img/top/list/thum_1601.jpg);
}

.thum17 {
	background-image: url(../../../keyword/img/top/list/thum_1701.jpg);
}

.thum18 {
	background-image: url(../../../keyword/img/top/list/thum_1801.jpg);
}

.thum19 {
	background-image: url(../../../keyword/img/top/list/thum_1901.jpg);
}

.thum20 {
	background-image: url(../../../keyword/img/top/list/thum_2001.jpg);
}

.thum21 {
	background-image: url(../../../keyword/img/top/list/thum_2101.jpg);
}

.thum22 {
	background-image: url(../../../keyword/img/top/list/thum_2201.jpg);
}

.thum23 {
	background-image: url(../../../keyword/img/top/list/thum_2301.jpg);
}

.thum24 {
	background-image: url(../../../keyword/img/top/list/thum_2401.jpg);
}

.thum25 {
	background-image: url(../../../keyword/img/top/list/thum_2501.jpg);
}

.thum26 {
	background-image: url(../../../keyword/img/top/list/thum_2601.jpg);
}

.thum27 {
	background-image: url(../../../keyword/img/top/list/thum_2701.jpg);
}

.thum28 {
	background-image: url(../../../keyword/img/top/list/thum_2801.jpg);
}

.thum29 {
	background-image: url(../../../keyword/img/top/list/thum_2901.jpg);
}

.thum30 {
	background-image: url(../../../keyword/img/top/list/thum_3001.jpg);
}

.thum31 {
	background-image: url(../../../keyword/img/top/list/thum_3101.jpg);
}

.thum32 {
	background-image: url(../../../keyword/img/top/list/thum_3201.jpg);
}

.thum33 {
	background-image: url(../../../keyword/img/top/list/thum_3301.jpg);
}

.thum34 {
	background-image: url(../../../keyword/img/top/list/thum_3401.jpg);
}

.thum35 {
	background-image: url(../../../keyword/img/top/list/thum_3501.jpg);
}

.thum36 {
	background-image: url(../../../keyword/img/top/list/thum_3601.jpg);
}

.thum37 {
	background-image: url(../../../keyword/img/top/list/thum_3701.jpg);
}

.thum38 {
	background-image: url(../../../keyword/img/top/list/thum_3801.jpg);
}

.thum39 {
	background-image: url(../../../keyword/img/top/list/thum_3901.jpg);
}

.thum40 {
	background-image: url(../../../keyword/img/top/list/thum_4001.jpg);
}

.thum41 {
	background-image: url(../../../keyword/img/top/list/thum_4101.jpg);
}

.thum42 {
	background-image: url(../../../keyword/img/top/list/thum_4201.jpg);
}

.thum43 {
	background-image: url(../../../keyword/img/top/list/thum_4301.jpg);
}

.thum44 {
	background-image: url(../../../keyword/img/top/list/thum_4401.jpg);
}

.thum45 {
	background-image: url(../../../keyword/img/top/list/thum_4501.jpg);
}

.thum46 {
	background-image: url(../../../keyword/img/top/list/thum_4601.jpg);
}

.thum47 {
	background-image: url(../../../keyword/img/top/list/thum_4701.jpg);
}

.thum48 {
	background-image: url(../../../keyword/img/top/list/thum_4801.jpg);
}

.thum49 {
	background-image: url(../../../keyword/img/top/list/thum_4901.jpg);
}

.thum50 {
	background-image: url(../../../keyword/img/top/list/thum_5001.jpg);
}

.thum51 {
	background-image: url(../../../keyword/img/top/list/thum_5101.jpg);
}

.thum52 {
	background-image: url(../../../keyword/img/top/list/thum_5201.jpg);
}

.thum53 {
	background-image: url(../../../keyword/img/top/list/thum_5301.jpg);
}

.thum54 {
	background-image: url(../../../keyword/img/top/list/thum_5401.jpg);
}

.thum55 {
	background-image: url(../../../keyword/img/top/list/thum_5501.jpg);
}

.thum56 {
	background-image: url(../../../keyword/img/top/list/thum_5601.jpg);
}

.thum57 {
	background-image: url(../../../keyword/img/top/list/thum_5701.jpg);
}

.thum58 {
	background-image: url(../../../keyword/img/top/list/thum_5801.jpg);
}

.thum59 {
	background-image: url(../../../keyword/img/top/list/thum_5901.jpg);
}

.thum60 {
	background-image: url(../../../keyword/img/top/list/thum_6001.jpg);
}

.thum61 {
	background-image: url(../../../keyword/img/top/list/thum_6101.jpg);
}

.thum62 {
	background-image: url(../../../keyword/img/top/list/thum_6201.jpg);
}

.thum63 {
	background-image: url(../../../keyword/img/top/list/thum_6301.jpg);
}

.thum64 {
	background-image: url(../../../keyword/img/top/list/thum_6401.jpg);
}

.thum65 {
	background-image: url(../../../keyword/img/top/list/thum_6501.jpg);
}

.thum66 {
	background-image: url(../../../keyword/img/top/list/thum_6601.jpg);
}

.thum67 {
	background-image: url(../../../keyword/img/top/list/thum_6701.jpg);
}

.thum68 {
	background-image: url(../../../keyword/img/top/list/thum_6801.jpg);
}

.thum69 {
	background-image: url(../../../keyword/img/top/list/thum_6901.jpg);
}

.thum70 {
	background-image: url(../../../keyword/img/top/list/thum_7001.jpg);
}

.thum71 {
	background-image: url(../../../keyword/img/top/list/thum_7101.jpg);
}

.thum72 {
	background-image: url(../../../keyword/img/top/list/thum_7201.jpg);
}

.thum73 {
	background-image: url(../../../keyword/img/top/list/thum_7301.jpg);
}

.thum74 {
	background-image: url(../../../keyword/img/top/list/thum_7401.jpg);
}

.thum75 {
	background-image: url(../../../keyword/img/top/list/thum_7501.jpg);
}

.thum76 {
	background-image: url(../../../keyword/img/top/list/thum_7601.jpg);
}

.thum77 {
	background-image: url(../../../keyword/img/top/list/thum_7701.jpg);
}

.thum78 {
	background-image: url(../../../keyword/img/top/list/thum_7801.jpg);
}

.thum79 {
	background-image: url(../../../keyword/img/top/list/thum_7901.jpg);
}

.thum80 {
	background-image: url(../../../keyword/img/top/list/thum_8001.jpg);
}

.thum81 {
	background-image: url(../../../keyword/img/top/list/thum_8101.jpg);
}

.thum82 {
	background-image: url(../../../keyword/img/top/list/thum_8201.jpg);
}

.thum83 {
	background-image: url(../../../keyword/img/top/list/thum_8301.jpg);
}

.thum84 {
	background-image: url(../../../keyword/img/top/list/thum_8401.jpg);
}

.thum85 {
	background-image: url(../../../keyword/img/top/list/thum_8501.jpg);
}

.thum86 {
	background-image: url(../../../keyword/img/top/list/thum_8601.jpg);
}

.thum87 {
	background-image: url(../../../keyword/img/top/list/thum_8701.jpg);
}

.thum88 {
	background-image: url(../../../keyword/img/top/list/thum_8801.jpg);
}

.thum89 {
	background-image: url(../../../keyword/img/top/list/thum_8901.jpg);
}

.thum90 {
	background-image: url(../../../keyword/img/top/list/thum_9001.jpg);
}

.thum91 {
	background-image: url(../../../keyword/img/top/list/thum_9101.jpg);
}

.thum92 {
	background-image: url(../../../keyword/img/top/list/thum_9201.jpg);
}

.thum93 {
	background-image: url(../../../keyword/img/top/list/thum_9301.jpg);
}

.thum94 {
	background-image: url(../../../keyword/img/top/list/thum_9401.jpg);
}

.thum95 {
	background-image: url(../../../keyword/img/top/list/thum_9501.jpg);
}

.thum96 {
	background-image: url(../../../keyword/img/top/list/thum_9601.jpg);
}

.thum97 {
	background-image: url(../../../keyword/img/top/list/thum_9701.jpg);
}

.thum98 {
	background-image: url(../../../keyword/img/top/list/thum_9801.jpg);
}

.thum99 {
	background-image: url(../../../keyword/img/top/list/thum_9901.jpg);
}

.thum100 {
	background-image: url(../../../keyword/img/top/list/thum_10001.jpg);
}

.thum101 {
	background-image: url(../../../keyword/img/top/list/thum_10101.jpg);
}

#keyword {
	margin-top: 50px;
}

#keyword .content-section--flex {
	padding: 0 15px;
}

.section-title-keyword {
	margin: 0 10px 15px;
	border-bottom: 2px solid;
	padding-bottom: 5px;
}

#keyword .keyword_list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: flex-start;
}

#keyword .keyword_list li {
	height: auto;
	padding-bottom: 0;
	position: relative;
	width: calc(100% / 3 - 10px);
}

#keyword .keyword_list li a {
	aspect-ratio: 1/1;
	background-size: cover;
	display: block;
	height: auto;
	margin: 0 !important;
	text-decoration: underline !important;
	width: 100%;
}

#keyword .keyword_list li p.ss {
	font-weight: normal;
	position: absolute;
	line-height: 1;
	padding: 5%;
	text-indent: 0;
	top: 0;
	left: 0;
}

#keyword .keyword_list li p.ttl {
	align-items: center;
	display: flex;
	font-size: 2.35vw;
	height: 34.5%;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	text-indent: 0;
}

#keyword .keyword_list li.cat_rs p.ss {
	background-color: rgba(6, 196, 127, 0.9);
}

#keyword .keyword_list li.cat_rh p.ss {
	background-color: rgba(136, 214, 14, 0.9);
}

#keyword .keyword_list li.cat_d p.ss {
	background-color: rgba(110, 115, 199, 0.9);
}

#keyword .keyword_list li.cat_s p.ss {
	background-color: rgba(244, 184, 0, 0.9);
}

#keyword .keyword_list li.cat_k p.ss {
	background-color: rgba(25, 155, 231, 0.9);
}

#keyword .keyword_list li.cat_j p.ss {
	background-color: rgba(255, 97, 144, 0.9);
}

@media screen and (max-width:580px) {
	#keyword .keyword_list {
		gap: 0;
		justify-content: space-between;
	}

	#keyword .keyword_list li {
		margin-bottom: 5%;
		width: 48.5%;
	}

	#keyword .keyword_list li p.ttl {
		font-size: max(3.25vw, 14px);
	}
}


/* ▼ safari */
::-webkit-full-page-media,
:future,
#keyword .keyword_list li a {
	aspect-ratio: auto;
	padding-top: 100%;
}

::-webkit-full-page-media,
:future,
.youtube_movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

::-webkit-full-page-media,
:future,
.youtube_movie iframe {
	aspect-ratio: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ▲ safari */