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

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */

/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
	font-display: swap;
}

/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	font-size: 100%;
}

ul {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	vertical-align: top;
}

li {
	list-style-type: none;
	vertical-align: baseline;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	text-align:left;
}

/*--------------------------------------
　Base
---------------------------------------*/

body {
	color: #444444;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
}

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

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ct {
	text-align: center
}

.strong {
	font-weight: bold;
}

.f110 {
	font-size: 110%;
}

.f120 {
	font-size: 120%;
}

.f130 {
	font-size: 130%;
}

.f150 {
	font-size: 150%;
}

.f200 {
	font-size: 200%;
}

.f300 {
	font-size: 300%;
}

span.txt_bold {
	font-weight: bold;
}

span.marker {
	background: linear-gradient(transparent 50%, #ccc 50%);
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.wh {
	color: #fff;
}
.c01 {
	color: #ff7350;
}

.fb {
	font-weight: bold;
}
.fb span {
	font-weight: bold;
}

.vertical {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: "Noto Sans JP vertical";
}

@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}

/*--------------------------------------
　Header
---------------------------------------*/

[id^="chapter-"] {
  scroll-margin-top: 100px; /* headerの高さに合わせて調整 */
}

header {
	position: fixed;
	width: 100%;
	z-index: 5;
	transition: background-color 0.3s ease;
}

header .inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: transparent;
	transition: background-color 0.3s ease;
	z-index: -1;
}

header.scrolled .inner {
	position: relative;
}

header.scrolled .inner::before {
	content: "";
	top: 0;
	position: absolute;
	width: 100vw;
	height: 85px;
	background: rgb(255 255 255 / 0.5);
	backdrop-filter: blur(10px);
	z-index: -1;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 3% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 3% 100%);
}

header .mainArea {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1408px;
	margin: 0 auto 15px;
	padding: 0 10px;
}

header .inner {
	padding: 20px 0 0;
	max-width: 1408px;
	margin: auto;
}

header .boxInner {
	float: right;
}

header .logo {
	width: 260px;
	font-size: 18px;
	font-weight: bold;
	flex: 1;
}

header .logo img {
	width: 70px;
	height: auto;
	float: left;
}

header .logo img.scroll-logo {
	display: none;
}

header.scrolled .logo img.top-logo {
	display: none;
}

header.scrolled .logo img.scroll-logo {
	display: block;
}

header .logo a {
	text-decoration: none;
	font-size: 15px;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/

header nav {
	display: flex;
	flex: 2;
}

header nav ul {
	margin: 0;
	padding: 0;
}

header nav li {
	float: left;
	padding: 0;
	font-size: 14px;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/

#pankuzu {
	font-size: 13px;
	margin: 0 auto;
	padding: 1rem 0;
	width: 1408px;
	color: #fff;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/

#contents {
	margin: 0 auto;
}

#index,
#category,
#page {
	margin: auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#side {
	float: right;
	width: 210px;
}

/*--------------------------------------
　Side
---------------------------------------*/

#side .sideBox {
	margin: 0 0 25px;
}

#side .sideBox .sttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F9F9F9;
}

#side .sideBox .sttl a {
	display: block;
	padding: 20px;
}

#side .sideBox ul {
	margin: 15px 15px 0;
	padding: 0;
}

#side .sideBox li a {
	display: block;
	margin: 0 0 10px;
	padding: 0 5px 10px;
	border-bottom: 1px dotted #D5D5D5;
}

/*--------------------------------------
　Footer
---------------------------------------*/

footer {
	margin: 0;
	padding: 0;
	background-color: #E5E5E5;
}

footer .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

footer .inner p {
	width: 1100px;
	margin: 0 auto;
}

footer p.copy {
	padding: 20px 0;
	font-size: 12px;
	text-align: center;
}

footer p.copy a {
	color: #444;
}

/*--------------------------------------
　PageTop
---------------------------------------*/

.pagetop {
	font-size: 11px;
	position: absolute;
	right: 0;
	top: -30px;
}

.pagetop a {
	padding: 15px 0;
	display: block;
}


/*--------------------------------------
　検索フォーム
---------------------------------------*/

#searchArea {
	width: auto;
	margin: 20px auto 100px;
	padding: 30px 0 0;
	border-top: 1px solid #d9d9d9;
}

#searchArea .boxTtl {
	margin: 0 0 20px;
	line-height: 1.5;
	font-size: 30px;
	text-align: center;
}

#searchform {
	border: none;
	padding: 20px 30px;
	box-shadow: none;
	margin: 0 35px;
	background: #f0f0f1;
}

#searchform .trParts {
	background: #fff;
	margin: 20px 0;
	border-radius: 4px;
	display: table;
	width: 100%;
}

#searchform .thParts {
	display: table-cell;
	vertical-align: middle;
	background: #DDD;
	width: 20%;
	text-align: center;
}

#searchform .tdParts {
	padding: 16px;
	display: table-cell;
	vertical-align: middle;
}

#searchform .tdParts .checkParts {
	display: inline-block;
	padding: 0 20px 0 0;
}

/* checkboxボタン01 */
#searchform .tdParts input[type="checkbox"] {
	display: none;
}

#searchform .tdParts label.checkbox01 {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	cursor: pointer;
}

#searchform .tdParts label.checkbox01::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
}

#searchform .tdParts input[type="checkbox"]:checked+label.checkbox01::after {
	position: absolute;
	content: '';
	top: 8px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* radioボタン01 */
label.radio01 {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}

label.radio01::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}

#searchform .tdParts input[type="radio"] {
	display: none;
}

#searchform .tdParts input[type="radio"]:checked+label.radio01::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #333;
	border-radius: 100%;
}

#searchform input[type="submit"] {
	display: block;
	width: 200px;
	margin: 0 auto;
	background: 97% 50% no-repeat #333;
	background-size: 8px auto;
	border-radius: 4px;
	border: none;
	padding: 10px 26px 10px;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
}

#searchform input[type="submit"]:hover {
	opacity: 0.7;
}


/*--------------------------------------
　検索結果
---------------------------------------*/

#resultArea {}

#resultArea .exBox {
	margin: 0 0 30px;
	padding: 30px;
	display: block;
	background-color: #EEE;
}

#resultArea a.exBox {
	color: #444;
	text-decoration: none;
}

#resultArea .exBox .leftArea {
	float: left;
	width: 500px;
}

#resultArea .exBox .leftArea .boxTtl {
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed#333;
}

#resultArea .exBox .rightArea {
	float: right;
	width: 220px;
}

#resultArea .exBox .rightArea img {
	width: 220px;
	height: 120px;
	margin: 0 0 10px;
	object-fit: cover;
}

#resultArea .exBox .rightArea .btnParts {
	display: block;
	width: auto;
	margin: 0 auto;
	background: 97% 50% no-repeat #333;
	background-size: 8px auto;
	border-radius: 4px;
	border: none;
	padding: 10px 26px 10px;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
}


/* ================== */
/*  メインコンテンツ　*/
/* ================== */

#index a,
#category a,
#page a {
	color: #ffffff;
	text-decoration: underline;
}

#index a:hover,
#category a:hover,
#page a:hover {
	color: #c8ff0a;
	text-decoration: underline;
}

#index h2,
#category h1,
#page h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.2;
	padding: 15px 10px 10px;
}

#index h3,
#category h2,
#page h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 20px;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	line-height: 1.4;
	padding: 15px 10px 10px;
	background: #fff;
}

#index h4,
#category h3,
#page h3 {
	font-size: 20px;
	margin: 30px 0 10px;
	border-left: 5px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 15px 0px 10px 15px;
	line-height: 1.5;
	background: #fff;
}

#index h5,
#category h4,
#page h4 {
	font-size: 18px;
	margin: 30px 0 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 8px 10px;
	background: #fff;
	line-height: 1.6;
}

#index h6,
#category h5,
#page h5 {
	font-size: 16px;
	margin: 30px 0 10px;
	border-bottom: 2px solid #666;
	padding: 8px 10px;
	line-height: 1.6;
}

#category h6,
#page h6 {
	font-size: 15px;
	font-weight: normal;
	margin: 30px 0 10px;
	border-left: 5px solid #666;
	border-bottom: 1px dotted #666;
	padding: 8px 10px;
	line-height: 1.6;
}

#index p,
#category p,
#page p {
	margin: 0px 0px 15px 0px;
}

#index ul,
#category ul,
#page ul {
	margin: 0px 0px 15px 40px;
	list-style: decimal outside none;
}

#index ul li,
#category ul li,
#page ul li {
	/* list-style: square; */
}

#index ol li,
#icategory ol li,
#page ol li {
	list-style: decimal;
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 14px;
	margin: 20px 0px;
}

th {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
}

td {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}

/* ================== */
/*  目次　　　　　*/
/* ================== */
.toc__wrap {
	border: 1px solid #444;
	padding: 20px;
}

.toc__wrap .ttl {
	font-size: 20px;
	font-weight: bold;
}

#toc .chapter {
	margin: 12px 0 0;
	padding: 0;
}

#toc .chapter-h {
	font-size: 15px;
	margin: 8px 0 0;
	color: #444;
}

#toc .chapter-h a {
	line-height: 1.4;
	color: #444;
	text-decoration: none;
	padding: 0;
	display: block;
}

#toc .chapter-h a:hover {
	text-decoration: underline;
}

#toc .chapter-h br {
	display: none;
}

#toc .chapter .chapter-h {
	padding: 0 0 6px 17px;
	background: none;
	position: relative;
}

#toc .chapter .chapter-h:last-child {
	margin-bottom: 0;
}

#toc .chapter>.chapter-h.chapter-h-two {
	counter-increment: mycounter;
	position: relative;
	list-style: none;
	padding-left: 25px;
}

#toc .chapter>.chapter-h.chapter-h-two::before {
	content: counter(mycounter, decimal-leading-zero);
	color: #444;
	position: absolute;
	top: 3px;
	left: 0;
	border: none;
	line-height: 1;
	font-size: inherit;
	height: auto;
	margin: 0;
	font-weight: bold;
}

#toc .chapter .chapter-h-three {
	font-size: 14px;
	margin: 4px 0 4px 25px;
	list-style: none;
}

#toc .chapter-h.chapter-h-three::before {
	content: "└";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	margin: 0;
	line-height: 1;
}


/* ================== */
/*  関連記事　　　　　*/
/* ================== */
.relations {
	margin: 30px auto;
	max-width: 1100px;
}

.relations-title {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.relations-box {
	display: flex;
	text-decoration: none;
	height: auto;
}

.relations-box:hover {
	opacity: 0.6;
	cursor: pointer;
}

.relations-box__pic {
	width: 50%;
}

.relations-box__pic img {
	height: 100%;
	object-fit: cover;
}

.relations-box__body {
	flex: 1;
	padding: 20px 40px;
}

.relations-box__body .subtitle {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.relations-box__body p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.relations-box+.relations-box {
	margin-top: 30px;
}

.relations-box--column {
	flex-direction: column;
	border: solid 1px #ccc;
}

.relations-box--column .relations-box__pic {
	width: 100%;
}

.relations-box--column .relations-box__pic img {
	width: 100%;
	height: auto;
}

.relations-box--column .relations-box__body {
	padding: 20px;
	border: none;
}

.relations-box--column+.relations-box--column {
	margin-top: 0;
}

.relations--narrow {
	padding: 0 90px;
}

/* ================== */
/*  追加項目　*/
/* ================== */

.header-link-list {
	flex: 1;
}

.header-link-list ul {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 25px;
	justify-content: flex-end;
}

.header-link-list ul li {
	position: relative;
}

.header-link-list ul li:after {
	content: "";
	background: url(img/btn-arrow-down.svg) no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 12px;
    height: 12px;
	margin: 2px 8px 0;
}

.header-link-list ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}

.header-right-link {
	flex: 1;
}

.header-right-link ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

h1.sitename a,
div.sitename a {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: background-color 0.3s ease;
}
h1.sitename a:hover, div.sitename a:hover {
    opacity: 0.7;
}

#index .inner-btn a:hover {
        background: #c8ff08;

}

#index .contents-01 .contents-inner dl dd .link-box a:hover {
    background: #fff

}

#index .reset-btn button:hover {
    background: #E4F1F1;

}

#index .contents-03 .fa-report .fa-report-block--title .cv-link a:hover {
    color: #fff
        background: #007a64;

}


header.scrolled h1.sitename a,
header.scrolled div.sitename a,
header.scrolled .header-link-list ul li a {
	color: #004746;
}
header.scrolled .header-link-list ul li a:hover {
	color: #c8ff0a;
}
.header-right-link {

}

.header-right-link ul li {

}

.header-right-link ul li a {
	color: #004746;
	text-decoration: none;
	background: #fff;
	padding: 10px 30px;
	font-weight: bold;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.header-right-link ul li:first-child a {
	outline: 1px solid #004746;
}

.header-right-link ul li:last-child a {
	background: #C8FF08;
}

p.caption {
	font-size: 18px;
}

.p-out-frame {
	width: 100vw;
	position: absolute;
	z-index: 1;
}

.page-first-view {
	background: url(img/mv-cat.jpg) no-repeat center / cover;
	padding: 10rem 0;
}
#page .page-first-view h1,
#category .page-first-view h1 {
	max-width: 1408px;
	margin: auto;
	font-size: 80px;
	position: relative;
	color: #fff;
}

#page .notfound,
#category .notfound {
    margin: 0 auto;
    max-width: 1408px;
    color: #fff;
}


#page .page-first-view h1::before,
#category .page-first-view h1::before {
	content: "";
	height: 115px;
	width: 115px;
	background: url(img/head-deco.svg) no-repeat center / cover;
	position: absolute;
	top: -60px;
	left: -60px;
}

#page .page-first-view .sub-ttl,
#category .page-first-view .sub-ttl {
	font-size: 40px;
	font-weight: bold;
	color: #C8FF08;
	max-width: 1408px;
	margin: auto;
}

.catcont-01 {
	position: relative;
	padding-top: 15rem;
	margin-top: -10rem;
}

.catcont-01::before {
	content: "";
	position: absolute;
	width: 600px;
	height: 800px;
	background: url(img/bg01.png) no-repeat  left top / 100%;
	z-index: -1;
	top: 0;
}

.catcont-01::after {
	content: "";
	position: absolute;
	z-index: -2;
	background: #00A4A4;
	width: 100vw;
	height: 715px;
	top: 140px;
}

#page .catcont-01 .company-introduction,
#category .catcont-01 .company-introduction {
	max-width: 1408px;
	margin: 0 auto 3rem;
}

#page .catcont-01 .company-introduction h2,
#category .catcont-01 .company-introduction h2 {
	font-size: 60px;
	background: none;
	border: none;
	margin: 5rem 0;
}

#page .catcont-01 .company-introduction dl,
#category .catcont-01 .company-introduction dl {
	display: flex;
	gap: 1rem;
	margin: 0 0 3rem;
}

#page .catcont-01 .company-introduction dl dt,
#category .catcont-01 .company-introduction dl dt {
	flex: 3;
}

#page .catcont-01 .company-introduction dl dd,
#category .catcont-01 .company-introduction dl dd {
	flex: 7;
	position: relative;
}

#category .company-catch {
    font-size: 30px;
    padding: 15px;
    color: #c8ff0a;
    margin: 0 0 1rem;
    font-weight: bold;
}

#page .catcont-01 .company-introduction h3,
#category .catcont-01 .company-introduction h3 {
	font-size: 25px;
	border: none;
	margin: 0 auto 1rem;
	background: none;
	color: #fff;
}

#page .catcont-01 .company-introduction .caption,
#category .catcont-01 .company-introduction .caption {
	font-size: 18px;
	padding: 15px;
	color: #fff;
	margin: 0 0 1rem;
}

.dl_s {
	position: relative;
	color: #fff;
	font-size: 18px;
	padding: 15px 0 15px 15px;
}

.dl_s::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #fff;
	left: 85px;
}

#page .catcont-01 .company-introduction ul,
#category .catcont-01 .company-introduction ul {
	margin: 15px;
	display: flex;
	gap: 10px;
}

#page .catcont-01 .company-introduction ul li,
#category .catcont-01 .company-introduction ul li {
	list-style: none;
}

#page .catcont-01 .company-introduction ul li a,
#category .catcont-01 .company-introduction ul li a {
	color: #005E60;
	background: #C8FF08;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 29px;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	-ms-border-radius: 29px;
	-o-border-radius: 29px;
}

#page .catcont-01 .company-introduction .cv-link,
#category .catcont-01 .company-introduction .cv-link {
	text-align: center;
}

#page .catcont-01 .company-introduction .cv-link a,
#category .catcont-01 .company-introduction .cv-link a {
	background: #C8FF08;
	color: #004746;
	text-decoration: none;
	padding: 14px;
	width: 25%;
	display: inline-block;
	position: relative;
	border-radius: 29px;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	-ms-border-radius: 29px;
	-o-border-radius: 29px;
	font-size: 1.2rem;
	font-weight: bold;
}

#page .catcont-01 .company-introduction .cv-link a::after,
#category .catcont-01 .company-introduction .cv-link a::after {
	content: "";
	position: absolute;
	width: 43px;
	height: 43px;
	background: url(img/btn-arrow-wh.svg) no-repeat center / cover;
	top: 4px;
	right: 5px	;
}

.catcont-02 {
	background: #fff url(img/bg05.png) no-repeat right top / auto;
	padding: 6rem 0;
}

#page .catcont-02 .interview-cont,
#category .catcont-02 .interview-cont {
	max-width: 1408px;
	margin: auto;
}

#page .catcont-02 .interview-cont dl.first-interview,
#category .catcont-02 .interview-cont dl.first-interview {
	display: flex;
	margin: 0 0 80px;
}

#page .catcont-02 .interview-cont dl.first-interview dt,
#category .catcont-02 .interview-cont dl.first-interview dt {
	flex: 5;
}
#page .catcont-02 .interview-cont dl.first-interview dd,
#category .catcont-02 .interview-cont dl.first-interview dd {
	flex: 7;
	padding: 45px 0 0;
}

#page .catcont-02 .interview-cont dl.first-interview dt h2,
#category .catcont-02 .interview-cont dl.first-interview dt h2 {
	font-size: 35px;
	border: none;
	background: none;
	position: relative;
}

#page .catcont-02 .interview-cont dl.first-interview dt h2::before,
#category .catcont-02 .interview-cont dl.first-interview dt h2::before {
	content: "";
	position: absolute;
	width: 410px;
	height: 110px;
	background: url(img/interview.svg) no-repeat center / 100%;
	top: -100px;
	left: 0;
}

#page .catcont-02 .interview-cont dl.first-interview dt h2 span,
#category .catcont-02 .interview-cont dl.first-interview dt h2 span {
	font-size: 45px;
}

#page .catcont-02 .interview-cont dl.first-interview dd img,
#category .catcont-02 .interview-cont dl.first-interview dd img {
	margin: 0 0 2rem;
}

#page .catcont-02 .interview-cont dl.first-interview dd .explanation,
#category .catcont-02 .interview-cont dl.first-interview dd .explanation {
	font-size: 25px;
	font-weight: bold;
	color: #004746;
	margin: 0 0 3rem;
}

#page .catcont-02 .interview-cont dl.first-interview dd p,
#category .catcont-02 .interview-cont dl.first-interview dd p {
	font-size: 18px;
}

#page .catcont-02 .interview-cont dl.other-interview,
#category .catcont-02 .interview-cont dl.other-interview {
	max-width: 1000px;
	margin: 0 auto 80px;
}

#page .catcont-02 .interview-cont dl.other-interview dt,
#page .catcont-02 .interview-cont dl.other-interview dd,
#category .catcont-02 .interview-cont dl.other-interview dt,
#category .catcont-02 .interview-cont dl.other-interview dd {
	display: flex;
	gap: 25px;
	margin: 0 0 15px;
}

#page .catcont-02 .interview-cont dl.other-interview dt h3,
#page .catcont-02 .interview-cont dl.other-interview dt .post-name,
#category .catcont-02 .interview-cont dl.other-interview dt h3,
#category .catcont-02 .interview-cont dl.other-interview dt .post-name {
	font-size: 20px;
	margin: 0;
	padding: 0;
	border: none;
	flex: 4;
}

#page .catcont-02 .interview-cont dl.other-interview dt p,
#category .catcont-02 .interview-cont dl.other-interview dt p {
	font-size: 18px;
	flex: 7;
}

#page .catcont-02 .interview-cont dl.other-interview dt.post-dt,
#category .catcont-02 .interview-cont dl.other-interview dt.post-dt {
	color: #004746;
}

#page .catcont-02 .interview-cont dl.other-interview dt.post-dt .post-name,
#category .catcont-02 .interview-cont dl.other-interview dt.post-dt .post-name {
	border-top: 1px solid #004746;
	padding: 15px 0 0;
}

#page .catcont-02 .interview-cont dl.other-interview dd,
#category .catcont-02 .interview-cont dl.other-interview dd {
	gap: 105px;
	margin: 0 0 60px;
}

#page .catcont-02 .interview-cont dl.other-interview dd img,
#category .catcont-02 .interview-cont dl.other-interview dd img {
	width: 100%;
	max-width: 274px;
	flex: 4;
}

#page .catcont-02 .interview-cont dl.other-interview dd p,
#category .catcont-02 .interview-cont dl.other-interview dd p {
	font-size: 18px;
}

#page .catcont-02 .case-study,
#category .catcont-02 .case-study {
	max-width: 1408px;
	margin: auto;
}

#page .catcont-02 .case-study > h3,
#category .catcont-02 .case-study > h3 {
	font-size: 30px;
	border: none;
	position: relative;
	text-align: center;
	color: #C8FF08;
	z-index: 2;
	margin: 0 0 100px;
}

#page .catcont-02 .case-study > h3::before,
#category .catcont-02 .case-study > h3::before {
	content: "";
	position: absolute;
	width: 200vw;
	height: 100px;
	top: -13px;
	left: -50%;
	background: #00A4A4;
	z-index: -1;
}

#page .catcont-02 .case-study .sub-ttl,
#category .catcont-02 .case-study .sub-ttl {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.5;
}

#page .catcont-02 .case-study > h2,
#category .catcont-02 .case-study > h2 {
	font-size: 60px;
	border: none;
	margin: 0 0 80px;
	padding: 0;
}

#page .catcont-02 .case-study > ul,
#category .catcont-02 .case-study > ul {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: end;
}

#page .catcont-02 .case-study > ul li,
#category .catcont-02 .case-study > ul li {
	list-style: none;
	width: 60%;
	background: url(img/report-pic02.jpg) no-repeat center / cover;
	padding: 2rem 3rem;
	margin: 0 0 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
}

#page .catcont-02 .case-study > ul li::before,
#category .catcont-02 .case-study > ul li::before {
	content: "";
	position: absolute;
	background: url(img/case-study02.svg) no-repeat center / 100%;
	width: 150px;
    height: 180px;
    left: -180px;
}

#page .catcont-02 .case-study > ul > li:first-child::before,
#category .catcont-02 .case-study > ul > li:first-child::before {
	background: url(img/slide-en01.svg) no-repeat center / 100%;
}

#page .catcont-02 .case-study > ul li .company-system-name,
#category .catcont-02 .case-study > ul li .company-system-name {
	color: #C8FF08;
	font-size: 18px;
	border-bottom: 1px solid #C8FF08;
}

#page .catcont-02 .case-study > ul li > h3,
#category .catcont-02 .case-study > ul li > h3 {
	font-size: 30px;
	margin: 100px 0 30px;
	background: none;
	border: none;
	color: #fff;
	padding: 0;
}

#page .catcont-02 .case-study > ul li .caption,
#category .catcont-02 .case-study > ul li .caption {
	color: #fff;
	margin: 0 0 50px;
}

#page .catcont-02 .case-study > ul li .button-download,
#category .catcont-02 .case-study > ul li .button-download {
	text-align: right;
	color: #fff;
}

#page .catcont-02 .case-study > ul li .button-download button,
#category .catcont-02 .case-study > ul li .button-download button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em 1em;
	height: 3em;
	line-height: normal;
}

#page .catcont-02 .case-study > ul li .button-download button::before,
#category .catcont-02 .case-study > ul li .button-download button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#page .catcont-02 .case-study > ul li .button-download button:hover,
#category .catcont-02 .case-study > ul li .button-download button:hover {
	opacity: 0.7;
}

#page .catcont-02 .case-study > ul li .button-download button img,
#category .catcont-02 .case-study > ul li .button-download button img {
	margin-left: 0.5em;
	display: inline-block;
	vertical-align: middle;
}

#page .catcont-02 .case-study .case,
#category .catcont-02 .case-study .case {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 60px;
}

#page .catcont-02 .utilization,
#category .catcont-02 .utilization {
	position: relative;
	background: #004746;
	padding: 3rem 3rem 6rem;
	margin: 240px 0 240px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#page .catcont-02 .utilization::before,
#category .catcont-02 .utilization::before {
	content: "";
    position: absolute;
	left: 620px;
    top: -190px;
    width: 154px;
    height: 231px;
    background: url(img/flow-arrow01.svg) no-repeat;
}

#page .catcont-02 .utilization h3,
#category .catcont-02 .utilization h3 {
	border: none;
	background: #C8FF08;
	color: #004746;
	margin: 30px auto;
	width: 70%;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#page .catcont-02 .utilization ul,
#category .catcont-02 .utilization ul {
	margin: 0 0 40px;
	display: flex;
	gap: 50px;
}

#page .catcont-02 .utilization ul li,
#category .catcont-02 .utilization ul li {
	background: #fff;
	padding: 2rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#page .catcont-02 .utilization ul li h4,
#category .catcont-02 .utilization ul li h4 {
	position: relative;
	color: #004746;
	border: none;
	text-align: center;
	margin: 0 0 15px;
}

#page .catcont-02 .utilization ul li h4::before,
#page .catcont-02 .utilization ul li h4::after,
#category .catcont-02 .utilization ul li h4::before,
#category .catcont-02 .utilization ul li h4::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 10px;
	border-bottom: 1px solid #004746;
	top: 12px;
}

#page .catcont-02 .utilization ul li h4::before,
#category .catcont-02 .utilization ul li h4::before {
	left: 0;
}

#page .catcont-02 .utilization ul li h4::after,
#category .catcont-02 .utilization ul li h4::after {
	right: 0;
}

#page .catcont-02 .utilization ul li p,
#category .catcont-02 .utilization ul li p {
	font-size: 18px;
}

#page .catcont-02 .utilization > p,
#category .catcont-02 .utilization > p {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 60px;
	width: 80%;
}

#page .catcont-02 .utilization .btn-box,
#category .catcont-02 .utilization .btn-box {
	text-align: center;
}

#page .catcont-02 .utilization .btn-box a,
#category .catcont-02 .utilization .btn-box a {
	background: #fff;
	color: #004746;
	text-decoration: none;
	font-size: 18px;
	padding: 15px 200px;
	position: relative;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

#page .catcont-02 .utilization .btn-box a::after,
#category .catcont-02 .utilization .btn-box a::after {
	content: "";
	position: absolute;
	width: 43px;
	height: 43px;
	right: 5px;
    top: 7px;
	background: url(img/btn-arrow-bl-down.svg) no-repeat center / 100%;
}

#page .catcont-02 .automation-cont,
#category .catcont-02 .automation-cont {
	max-width: 1408px;
	margin: auto;
}

#page .catcont-02 .automation-cont h2,
#category .catcont-02 .automation-cont h2 {
	margin: 0 auto 30px;
	border: none;
	font-size: 40px;
}

#page .catcont-02 .automation-cont h2 span,
#category .catcont-02 .automation-cont h2 span {
	font-size: 60px;
}

#page .catcont-02 .automation-cont .slider-cont,
#category .catcont-02 .automation-cont .slider-cont {
	display: flex;
}

#page .catcont-02 .automation-cont .slider-cont h3,
#category .catcont-02 .automation-cont .slider-cont h3 {
	color: #004746;
	font-size: 18px;
	border: none;
}

#page .catcont-02 .automation-cont .slider-cont p,
#category .catcont-02 .automation-cont .slider-cont p {
	font-size: 18px;
}

#page .catcont-02 .automation-cont .text-area,
#category .catcont-02 .automation-cont .text-area {
	flex: 4;
}

#page .catcont-02 .automation-cont .slide-info,
#category .catcont-02 .automation-cont .slide-info {
	flex: 6	;
}

#page .catcont-02 .automation-cont > h3,
#category .catcont-02 .automation-cont > h3 {
	color: #fff;
	position: relative;
	text-align: left;
	border: none;
	font-size: 40px;
	padding: 15px 0 15px 90px;
	z-index: 1;
}

#page .catcont-02 .automation-cont > h3::before,
#category .catcont-02 .automation-cont > h3::before {
	content: "";
	position: absolute;
	background: #00CBCB;
	width: 200vw;
	height: 118px;
	top: -12px;
	left: 0;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 1.5% 100%);
	z-index: -1;
}

#page .catcont-02 .automation-cont table,
#category .catcont-02 .automation-cont table {
	max-width: 1200px;
	margin: 80px auto;
	border: none;
}

#page .catcont-02 .automation-cont table thead tr th,
#category .catcont-02 .automation-cont table thead tr th {
	background: #E4F1F1;
	border: 1px solid #004746;
}

#page .catcont-02 .automation-cont table thead tr th:first-child,
#category .catcont-02 .automation-cont table thead tr th:first-child {
	background: none;
	border: none;
}

#page .catcont-02 .automation-cont table tbody tr th,
#category .catcont-02 .automation-cont table tbody tr th {
	background: #F5FBFB;
	border: solid 1px #004746;
	width: 25%;
}

#page .catcont-02 .automation-cont table tbody tr td,
#category .catcont-02 .automation-cont table tbody tr td {
	border: 1px solid #004746;
}

#page .catcont-02 .automation-cont .btn-box,
#category .catcont-02 .automation-cont .btn-box {
	max-width: 1408px;
	margin: auto;
	text-align: center;
}

#page .catcont-02 .automation-cont .btn-box a,
#category .catcont-02 .automation-cont .btn-box a {
	width: 30%;
	background: #C8FF08;
	color: #004746;
	text-decoration: none;
	font-size: 18px;
	padding: 15px;
	margin: 0 auto 35px;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

#page .catcont-02 .automation-cont .btn-box a::after,
#category .catcont-02 .automation-cont .btn-box a::after {
	content: "";
	position: absolute;
	background: url(img/btn-arrow-wh.svg) no-repeat center / 100%;
	width: 43px;
	height: 43px;
	top: 5px;
	right: 6px;
}

#page .catcont-02 .automation-cont .btn-box a:last-child,
#category .catcont-02 .automation-cont .btn-box a:last-child {
	background: #fff;
	border: #004746 1px solid;
}

#page .catcont-02 .automation-cont .btn-box a:last-child::after,
#category .catcont-02 .automation-cont .btn-box a:last-child::after {
	background: url(img/btn-arrow-bl-down.svg) no-repeat center / 100%;
}

#page .catcont-03,
#category .catcont-03 {
	background: #E4F1F1;
	background: #E4F1F1 url(img/bg05.png) no-repeat top right / 50%;
	position: relative;
	/* max-width: 1408px; */
	margin: auto;
	padding: 80px 10%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#page .catcont-03 h2,
#category .catcont-03 h2 {
	font-size: 60px;
	border: none;
	background: none;
	padding: 0;
}

#page .catcont-03 .caption,
#category .catcont-03 .caption {
	font-size: 40px;
	margin: 0 0 60px;
}

#page .catcont-03 .inner-box,
#category .catcont-03 .inner-box {
	max-width: 1000px;
	margin: 1rem auto 10rem;
}

#page .catcont-03 .inner-box > h3,
#category .catcont-03 .inner-box > h3 {
	background: #005E60;
	border: none;
	color: #fff;
	padding: 25px 30px;
	margin: 0 auto 60px;
	font-size: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#page .catcont-03 .inner-box > h3 span,
#category .catcont-03 .inner-box > h3 span {
	font-size: 30px;
}

#page .catcont-03 .inner-box .title-area,
#category .catcont-03 .inner-box .title-area {
	display: flex;
	border-bottom: 1px solid #005E60;
	margin: 0 0 30px;
}

#page .catcont-03 .inner-box .title-area h4,
#category .catcont-03 .inner-box .title-area h4 {
	border: none;
	background: none;
	font-size: 25px;
	flex: 1;
	margin: 0;
}

#page .catcont-03 .inner-box .title-area .tag-box,
#category .catcont-03 .inner-box .title-area .tag-box {
	display: flex;
	align-items: end;
	flex: 1;
	gap: 15px;
}

#page .catcont-03 .inner-box .title-area .tag-box p,
#category .catcont-03 .inner-box .title-area .tag-box p {
	flex: 1;
	text-align: center;
	background: #fff;
	color: #005E60;
	padding: 5px;
	font-weight: bold;
	margin: 0 0 10px;
	border: 1px solid #005E60;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#page .catcont-03 .inner-box .cont-box,
#category .catcont-03 .inner-box .cont-box {
	display: flex;
	gap: 30px;
	margin: 0 0 35px;
}

#page .catcont-03 .inner-box .cont-box .text-box,
#category .catcont-03 .inner-box .cont-box .text-box {
	
}

#page .catcont-03 .inner-box .cont-box .text-box .ttl-text,
#category .catcont-03 .inner-box .cont-box .text-box .ttl-text {
	font-size: 20px;
	font-weight: bold;
	color: #005E60;
}

#page .catcont-03 .inner-box .cont-box .text-box p,
#category .catcont-03 .inner-box .cont-box .text-box p {
	font-size: 18px;
}

#page .catcont-03 .inner-box ul,
#category .catcont-03 .inner-box ul {
	display: flex;
	gap: 30px;
	margin: 0;
}

#page .catcont-03 .inner-box ul li,
#category .catcont-03 .inner-box ul li {
	background: url(img/report-pic02.jpg) no-repeat center / cover;
	padding: 20px 0 20px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	list-style: none;
	position: relative;
}

#page .catcont-03 .inner-box ul li .company-system-name,
#category .catcont-03 .inner-box ul li .company-system-name {
	color: #C8FF08;
	font-size: 15px;
	border-bottom: 1px solid #C8FF08;
}

#page .catcont-03 .inner-box ul li .text-box,
#category .catcont-03 .inner-box ul li .text-box {
	background: #fff;
	padding: 15px;
	margin: 130px 0 0;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
}

#page .catcont-03 .inner-box ul li .text-box h3,
#category .catcont-03 .inner-box ul li .text-box h3 {
	border: none;
	background: none;
	font-size: 18px;
	margin: 0;
}

#page .catcont-03 .inner-box ul li .text-box p,
#category .catcont-03 .inner-box ul li .text-box p {
	font-size: 15px;
	margin: 0 0 30px;
}

#page .catcont-03 .inner-box ul li .text-box .button-download,
#category .catcont-03 .inner-box ul li .text-box .button-download {
	color: #004746;
    display: flex;
    font-weight: normal;
    font-size: 15px;
    margin: 0 6px 6px;
    justify-content: right;
}

#page .catcont-03 .inner-box ul li .text-box .button-download button,
#category .catcont-03 .inner-box ul li .text-box .button-download button {
	align-items: center;
    display: flex;
    gap: 6px;
}

#page .catcont-03 .inner-box ul li .text-box .button-download button::before,
#category .catcont-03 .inner-box ul li .text-box .button-download button::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#page .catcont-03 .inner-box ul li .text-box .button-download button:hover,
#category .catcont-03 .inner-box ul li .text-box .button-download button:hover {
	opacity: 0.7;
}

#page .modal-overlay,
#category .modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(228 241 241 / 0.9);
	z-index: 999;
}

#page .modal-overlay.show,
#category .modal-overlay.show {
	display: block;
}

#page .modal-content,
#category .modal-content {
	background: #fff;
	max-width: 1264px;
	width: 89.7727%;
	padding: 22px 24px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 90vh;
	overflow-y: scroll;
}

#page .modal-content img,
#category .modal-content img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#page .modal-content .head-contents,
#category .modal-content .head-contents {
	position: relative;
	margin: 0 0 50px;
}

#page .modal-content .head-contents>img,
#category .modal-content .head-contents>img {
	position: absolute;
	height: auto;
	width: 149px;
}

#page .modal-content .head-contents .head-contents-wrap,
#category .modal-content .head-contents .head-contents-wrap {
	margin: 0 0 0 191px;
	max-width: 1058px;
}

#page .modal-content .head-contents .head-contents__close-bar,
#category .modal-content .head-contents .head-contents__close-bar {
	background: #FAFAFA;
	border-radius: 5px;
	display: flex;
	margin: 0 0 10px;
	padding: 7px 9px;
	justify-content: right;
}

#page .modal-content .head-contents .head-contents__close-bar .close-btn:hover,
#category .modal-content .head-contents .head-contents__close-bar .close-btn:hover {
	opacity: .7;
}

#page .modal-content .head-contents .head-contents__text,
#category .modal-content .head-contents .head-contents__text {
	align-items: end;
	display: flex;
}

#page .modal-content .head-contents .head-contents__text h4,
#category .modal-content .head-contents .head-contents__text h4 {
	border: none;
	color: #000;
	font-size: 25px;
	line-height: 1.2;
	padding: 4px 0 4px 16px;
	position: relative;
	margin: 0;
	max-width: 370px;
	width: 100%;
}

#page .modal-content .head-contents .head-contents__text h4::before,
#category .modal-content .head-contents .head-contents__text h4::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	border-radius: 6px;
	background: #C8FF08;
}

#page .modal-content .head-contents .head-contents__text p,
#category .modal-content .head-contents .head-contents__text p {
	color: #000;
	font-size: 15px;
	line-height: 1.33;
	margin: 0;
}

#page .modal-content .body-contents,
#category .modal-content .body-contents {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 0 191px;
	max-width: 1058px;
}

#page .modal-content .body-contents .form-area,
#category .modal-content .body-contents .form-area {
	max-width: 567px;
	width: 100%;
}

#page .modal-content .body-contents .explanation-area,
#category .modal-content .body-contents .explanation-area {
	padding: 0;
	position: relative;
	max-width: 491px;
	width: 47.8%;
}

#page .modal-content .body-contents .explanation-area::before,
#category .modal-content .body-contents .explanation-area::before {
	background: url(/wp/wp-content/uploads/head-deco.svg) no-repeat;
	background-size: 64px;
	content: "";
	display: block;
	height: 64px;
	position: absolute;
	top: -32px;
	left: -32px;
	width: 64px;
}

#page .modal-content .body-contents .explanation-area>.text,
#category .modal-content .body-contents .explanation-area>.text {
	background-color: #FAFAFA;
	padding: 20px 30px 40px 35px;
}

#page .modal-content .body-contents .explanation-area .ttl,
#category .modal-content .body-contents .explanation-area .ttl {
	color: #004746;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.55;
	display: flex;
	align-items: baseline;
}

#page .modal-content .body-contents .explanation-area .ttl img,
#category .modal-content .body-contents .explanation-area .ttl img {
	margin: 0 8px 0 0;
}

#page .modal-content .body-contents .explanation-area p,
#category .modal-content .body-contents .explanation-area p {
	color: #000;
	font-size: 15px;
	line-height: 1.53;
	margin: 0 0 20px;
}

#page .modal-content .body-contents .explanation-area p:last-child,
#category .modal-content .body-contents .explanation-area p:last-child {
	margin: 0;
}

#page .modal-content .body-contents .explanation-area p span,
#category .modal-content .body-contents .explanation-area p span {
	color: #004746;
	font-weight: bold;
}

#page .modal-content .body-contents .explanation-area .inner-cont,
#category .modal-content .body-contents .explanation-area .inner-cont {
	display: flex;
	justify-content: space-between;
}

#page .modal-content .body-contents .explanation-area .inner-cont .issue-recognition p,
#category .modal-content .body-contents .explanation-area .inner-cont .issue-recognition p {
	background: #E4F1F1;
	border-radius: 5px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.46;
	width: 285px;
	padding: 18px;
	box-sizing: border-box;
}

#page .modal-content .body-contents .explanation-area .inner-cont .issue-recognition p:first-child,
#category .modal-content .body-contents .explanation-area .inner-cont .issue-recognition p:first-child {
	background: #C8FF08;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #004746;
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 0 0 0 16px;
	height: 37px;
	width: 240px;
}

#page .modal-content .body-contents .explanation-area .inner-cont .solution,
#category .modal-content .body-contents .explanation-area .inner-cont .solution {
	margin: 0 0 0 -31px;
}

#page .modal-content .body-contents .explanation-area .inner-cont .solution>p:first-child,
#category .modal-content .body-contents .explanation-area .inner-cont .solution>p:first-child {
	background: #004746;
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	text-align: center;
	padding: 0;
	margin: 0 0 37px;
	height: 37px;
	width: 175px;
}

#page .modal-content .body-contents .explanation-area .inner-cont .solution .logoin,
#category .modal-content .body-contents .explanation-area .inner-cont .solution .logoin {
	background: #005E60;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 14px 14px 40px;
	width: 175px;
}

#page .modal-content .body-contents .explanation-area .inner-cont .solution .logoin::before,
#category .modal-content .body-contents .explanation-area .inner-cont .solution .logoin::before {
	background: url(/wp/wp-content/uploads/logo-wh.svg) no-repeat top center;
	background-size: cover;
	content: "";
	display: block;
	margin: 0 auto 20px;
	height: 40px;
	width: 65px;
}

#page .modal-content .body-contents .explanation-area .inner-cont .solution .logoin br,
#category .modal-content .body-contents .explanation-area .inner-cont .solution .logoin br {
	display: none;
}

#page .modal-content .body-contents .explanation-area .otoiawase,
#category .modal-content .body-contents .explanation-area .otoiawase {
	background: #004746;
	display: flex;
	justify-content: space-between;
	padding: 22px 35px;
}

#page .modal-content .body-contents .explanation-area .otoiawase .text,
#category .modal-content .body-contents .explanation-area .otoiawase .text {
	padding: 0;
}

#page .modal-content .body-contents .explanation-area .otoiawase p,
#category .modal-content .body-contents .explanation-area .otoiawase p {
	font-size: 18px;
	line-height: 1.55;
	color: #fff;
	margin: 0;
}

#page .modal-content .body-contents .explanation-area .otoiawase p.tel,
#category .modal-content .body-contents .explanation-area .otoiawase p.tel {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.42;
	color: #C8FF08;
}

#page .modal-content .body-contents .explanation-area .otoiawase p.tel::before,
#category .modal-content .body-contents .explanation-area .otoiawase p.tel::before {
	background: url(/wp/wp-content/uploads/icon-tel.png);
	background-size: 17px auto;
	content: "";
	display: inline-block;
	width: 17px;
	height: 22px;
	margin: 0 6px 0 0;
}

#page .modal-content .body-contents .explanation-area .otoiawase p.caption,
#category .modal-content .body-contents .explanation-area .otoiawase p.caption {
	font-size: 15px;
}

#page .modal-content .body-contents .explanation-area .otoiawase .image,
#category .modal-content .body-contents .explanation-area .otoiawase .image {
	padding: 4px 0 0;
}

#page .modal-content.readmore01 .head-contents .head-contents__close-bar,
#category .modal-content.readmore01 .head-contents .head-contents__close-bar {
	background: #E4F1F1;
}

#page .modal-content.kuchikomi .head-contents .head-contents__close-bar,
#category .modal-content.kuchikomi .head-contents .head-contents__close-bar {
	background: #005E60;
}

#page .modal-content .head-contents	.head-title,
#category .modal-content .head-contents	.head-title {
	display: flex;
	gap: 15px;
	margin: 0 0 15px;
}

#page .modal-content .head-contents	.head-title img,
#category .modal-content .head-contents	.head-title img {
	flex: 4;
	max-height: fit-content;
}

#page .modal-content .head-contents	.head-title .text-box,
#category .modal-content .head-contents	.head-title .text-box {
	flex: 6;
	font-weight: bold;
	margin: 0;
}

#page .modal-content .head-contents	.head-title .text-box .head-text,
#category .modal-content .head-contents	.head-title .text-box .head-text {
	font-size: 45px;
	color: #212121;
	line-height: 1.5;
}

#page .modal-content .head-contents	.head-title .text-box .green-text,
#category .modal-content .head-contents	.head-title .text-box .green-text {
	font-size: 25px;
	color: #004746;
	margin: 60px 0 0;
}

#page .modal-content .head-contents	.head-title .text-box p,
#category .modal-content .head-contents	.head-title .text-box p {
	font-size: 20px;
}

#page .modal-content .head-contents p,
#category .modal-content .head-contents p {
	font-size: 15px;
}

#page .modal-content .head-contents .body-title,
#category .modal-content .head-contents .body-title {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin: 60px 0 30px;
	border-left: 6px solid #C8FF08;
	padding: 0 0 0 10px;
}

#page .modal-content.readmore01 .body-contents,
#category .modal-content.readmore01 .body-contents {
	display: flex;
	gap: 20px;
	max-width: 100%;
	margin: 0 0 60px;
}

#page .modal-content .body-contents img,
#category .modal-content .body-contents img {
	flex: 4;
}

#page .modal-content .body-contents p,
#category .modal-content .body-contents p {
	flex: 6;
}

/* スライダー　*/
.slide-info {
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0 auto 64px;
	padding: 4%;
	width: 65%;
}
.slide-info .slider {
	margin-bottom: 10px;
}
.slide-info .slider .slick-track {
	display: flex;
	align-items: center;
}
.slide-info .slider img {
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0 auto;
	height: auto;
	width: auto;
	max-height: 400px;
	max-width: 100%;
}
.slide-info .thumbnail {
	margin-bottom: 10px;
}
.slide-info .thumbnail .slick-track {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 2px;
	display: none;
}
.slide-info .thumbnail img {
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}
#contents .slide-info ul.slick-dots {
	margin: 0;
	bottom: -35px;
	list-style: none;
}
#contents .slide-info .slick-prev:before {
	content: "";
	background: url(img/slide-arrow-left.svg) no-repeat center / 100%;
	width: 34px;
	height: 69px;
	display: block;
}

#contents .slide-info .slick-next:before {
	content: "";
	background: url(img/slide-arrow-right.svg) no-repeat center / 100%;
	width: 34px;
	height: 69px;
	display: block;
}
#contents .slide-info span.quote-text {
	width: 100%;
	font-size: 12px;
	display: block;
	line-height: 1.2;
	text-align: center;
	margin: 4px auto;
	word-break: break-all;
	color: #aaa;
}

.slick-dots li.slick-active button:before {
	color: #C8FF08;
}

.slick-prev, .slick-next {
	top: 42%;
	z-index: 1;
}

.slick-dots li button:before {
	font-size: 15px;
	color: #aaa;
	content: "◆";
}

.slick-prev {
    left: -5px;
}

.slick-next {
    right: 5px;
}

@media screen and (max-width: 767px) {
	.slide-info {
		margin: 30px auto;
		padding: 4% 30px 8%;
		width: 100%;
		max-width: 425px;
	}
}

footer {
	background: #212121 url(/wp/wp-content/uploads/bg-footer.png) no-repeat right top;
	color: #fff;
}

.footer-wrap {
	width: 1408px;
	margin: auto;
	padding: 80px 0 0;
}

.ooter-wrap {
	margin: 0 auto;
	max-width: 1408px;
	padding: 66px 0 0;
}

.footer-inner {
	display: flex;
	gap: 25px;
	margin: 0 0 20px;
}

.footer-info {
	flex: 1;
}

.footer-info .logo {
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.125;
	margin: 0 0 5px;
}

.footer-info .logo .image {
	margin: 0 8px 0 0;
}

.footer-info .logo+p {
	font-size: 15px;
	line-height: 1.33;
	margin: 0 0 50px !important;
}

.footer-info .inquiry {
	font-size: 15px;
	margin: 0 0 40px;
}

.footer-info .inquiry .tel {
    font-size: 2.5rem;
    color: #c8ff08;
    font-weight: bold;
}

.footer-info .inquiry .heading {
	font-weight: bold;
	margin-bottom: 0.5rem;
	margin-top: 1rem;
}

.footer-info .btn-internal-footer a {
	align-items: center;
	background: #C8FF08 url(/wp/wp-content/uploads/btn-arrow-wh.svg) no-repeat 96% center;
	background-size: 43px;
	border-radius: 29px;
	color: #004746 !important;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	max-width: 320px;
	min-height: 57px;
	justify-content: center;
	width: 100%;
}

.footer-info .btn-internal-footer a:link,
.footer-info .btn-internal-footer a:visited {
	text-decoration: none !important;
}

[class^="footer-link-"] {
	display: flex;
	font-size: 15px;
	flex: 1;
}

[class^="footer-link-"] .heading {
	font-weight: bold;
	width: 108px;
}

[class^="footer-link-"] ul {
	margin: 0 !important;
}

[class^="footer-link-"] ul li {
	margin: 0 0 16px;
}

[class^="footer-link-"] ul li::marker {
	content: none;
}

[class^="footer-link-"] ul li a:link,
[class^="footer-link-"] ul li a:visited {
	color: #fff !important;
	text-decoration: none !important;
}

.footer-bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.footer-bottom-privacy {
	align-items: center;
	display: flex;
	font-size: 15px;
	line-height: 1.33;
	margin: 0 0 80px;
	gap: 1rem;
}

.footer-bottom-privacy img {
	width: 4rem;
}

.footer-bottom-privacy p {
	margin: 0 !important;
	max-width: 452px;
}

.footer-copyright {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 0 20px;
}

.footer-copyright img {
	margin: 0 0 20px;
}

.footer-copyright small {
	font-size: 15px;
}

.footer-copyright small br {
	display: none;
}

@media screen and (min-width: 768px) {
	.relations .relations-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
}

@media screen and (max-width: 599px) {
	header {
		max-width: 100%;
		display: block;
		position: relative;
		height: 0;;
	}

	header .mainArea {
		justify-content: left;
	}

	header .logo {
		width: auto;
	}

	header nav {
		display: block;
	}

/* メニューのスタイル */
	.menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 35vh;
		background-color: #004746;
		color: #333;
		transition: right 0.3s ease;
		padding: 20px 0 20px 20px;
		box-sizing: border-box;
		z-index: 10;
		border-radius: 0 0 0 5px;
		-webkit-border-radius: 0 0 0 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
}

	.menu.open {
		right: 0;
	}

	.hamburger {
		position: fixed;
		top: 20px;
		right: 0;
		width: 65px;
		cursor: pointer;
		z-index: 20;
	}

	.hamburger span {
		display: block;
		height: 2px;
		width: 100%;
		background-color: #C8FF08;
		margin: 11px 0;
		transition: 0.4s;
	}

	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
		top: 0.4rem;
		position: absolute;
	}

	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px);
		top: 1.4rem;
		position: absolute;
	}

	.menu li {
		padding: 15px 0;
	}

	.menu li a {
		text-decoration: none;
		display: block;
	}

	.menu .menu-logo {
		width: 30%;
		margin: 0 0 1rem;
	}

	.header-link-list ul {
		display: block;
		text-align: right;
		padding: 0 20px 0 0;
	}

	.header-link-list ul li {
		float: none;
	}

	.header-link-list ul li a {
		display: inline-block;
		font-size: 20px;
	}

	.header-right-link ul li a {
		border-radius: unset;
		-webkit-border-radius: unset;
		-moz-border-radius: unset;
		-ms-border-radius: unset;
		-o-border-radius: unset;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	header.scrolled h1.sitename a,
	header.scrolled .header-link-list ul li a {
		color: #fff;
	}

	.header-right-link ul {
		display: flex;
		flex-flow: column;
		gap: 0;
		align-items: end;
	}

	.p-out-frame {
		z-index: 1;
		overflow-x: scroll;
	}

	#pankuzu {
		padding: 10px 1rem 0;
	}

	#pankuzu a {
		color: #444;
		text-decoration: none;
	}

	#page,
	#category {
		overflow: hidden;
	}

	#page .page-first-view,
	#category .page-first-view {
		padding: 8rem 2rem;
	}

	#page .page-first-view h1,
	#category .page-first-view h1 {
		font-size: 35px;
	}

	#page .page-first-view h1::before,
	#category .page-first-view h1::before {
		width: 59px;
		height: 59px;
		top: -20px;
		left: -25px;
	}

	#page .page-first-view .sub-ttl,
	#category .page-first-view .sub-ttl {
		font-size: 25px;
	}

	#page .catcont-01 .company-introduction h2,
	#category .catcont-01 .company-introduction h2 {
		font-size: 25px;
		margin: 0 0 10px;
        padding: 80px 0 10px;
	}

	#page .catcont-01 .company-introduction,
	#category .catcont-01 .company-introduction {
		padding: 0 1rem 0;
	}

	#page .catcont-01::before,
	#category .catcont-01::before {
		background: url(img/bg01.png) no-repeat left top / 50%;
	}

	#page .catcont-01::after,
	#category .catcont-01::after {
		top: 210px;
		z-index: -1;
		height: 845px;
	}

	#page .catcont-01 .company-introduction dl,
	#category .catcont-01 .company-introduction dl {
		display: block;
		margin: 0 0 2rem;
	}

	#page .catcont-01 .company-introduction h3,
	#category .catcont-01 .company-introduction h3 {
		padding: 15px 0px 10px 0;
		font-size: 18px;
		margin: 0;
	}

	#page .catcont-01 .company-introduction .caption,
	#category .catcont-01 .company-introduction .caption {
		padding: 15px 0;
		font-size: 15px
	}

	.dl_s {
		padding: 15px 0 25px 0;
	}

	#page .catcont-01 .company-introduction ul,
	#category .catcont-01 .company-introduction ul {
		flex-wrap: wrap;
		margin: 0;
		text-align: center;
	}

	#page .catcont-01 .company-introduction ul li,
	#category .catcont-01 .company-introduction ul li {
		flex: 0 0 calc(50% - 10px);
		box-sizing: border-box;
		margin: 0 0 20px;
	}

	#page .catcont-01 .company-introduction .cv-link,
	#category .catcont-01 .company-introduction .cv-link {
	}

	#page .catcont-01 .company-introduction .cv-link a,
	#category .catcont-01 .company-introduction .cv-link a {
		width: 80%;
	}

	#page .catcont-02,
	#category .catcont-02 {
		background: #fff url(img/bg05.png) no-repeat right top / 80%;
	}

	#page .catcont-02 .interview-cont dl.first-interview,
	#category .catcont-02 .interview-cont dl.first-interview {
		display: block;
		padding: 0 1rem;
	}
	
	#page .catcont-02 .interview-cont dl.first-interview dt h2,
	#category .catcont-02 .interview-cont dl.first-interview dt h2 {
		font-size: 18px;
		margin: 0;
	}

	#page .catcont-02 .interview-cont dl.first-interview dt h2::before,
	#category .catcont-02 .interview-cont dl.first-interview dt h2::before {
		width: 188px;
		height: 50px;
		left: 10px;
		top: -45px;
	}

	#page .catcont-02 .interview-cont dl.first-interview dt h2 span,
	#category .catcont-02 .interview-cont dl.first-interview dt h2 span {
		font-size: 25px;
	}

	#page .catcont-02 .interview-cont dl.first-interview dd,
	#category .catcont-02 .interview-cont dl.first-interview dd {
		padding: 25px 0 0;
	}

	#page .catcont-02 .interview-cont dl.first-interview dd .explanation,
	#category .catcont-02 .interview-cont dl.first-interview dd .explanation {
		font-size: 18px;
		margin: 0 0 1rem;
	}

	#page .catcont-02 .interview-cont dl.other-interview,
	#category .catcont-02 .interview-cont dl.other-interview {
		padding: 0 1rem;
	}

	#page .catcont-02 .interview-cont dl.other-interview dt,
	#page .catcont-02 .interview-cont dl.other-interview dd,
	#category .catcont-02 .interview-cont dl.other-interview dt,
	#category .catcont-02 .interview-cont dl.other-interview dd {
		display: block;
	}

	#page .catcont-02 .interview-cont dl.other-interview dt h3,
	#page .catcont-02 .interview-cont dl.other-interview dt .post-name,
	#category .catcont-02 .interview-cont dl.other-interview dt h3,
	#category .catcont-02 .interview-cont dl.other-interview dt .post-name {
		margin: 0 0 1rem;
	}

	#page .catcont-02 .interview-cont dl.other-interview dt p,
	#category .catcont-02 .interview-cont dl.other-interview dt p {
		margin: 0 0 3rem;
	}

	#page .catcont-02 .interview-cont dl.other-interview dd img,
	#category .catcont-02 .interview-cont dl.other-interview dd img {
		margin: 0 0 2rem;
	}

	#page .catcont-02 .case-study,
	#category .catcont-02 .case-study {
		padding: 0 1rem;
	}

	#page .catcont-02 .case-study > h3,
	#category .catcont-02 .case-study > h3 {
		font-size: 20px;
		margin: 0 0 50px;
	}

	#page .catcont-02 .case-study > h3::before,
	#category .catcont-02 .case-study > h3::before {
		width: 97vw;
        clip-path: polygon(0% 0%, 90% 0, 100% 100%, 0 100%);
        left: -20px;
		top: -20px;
	}

	#page .catcont-02 .case-study .sub-ttl,
	#category .catcont-02 .case-study .sub-ttl {
		font-size: 18px;
	}

	#page .catcont-02 .case-study > h2,
	#category .catcont-02 .case-study > h2 {
		font-size: 25px;
		margin: 0 0 40px;
	}

	#page .catcont-02 .case-study > ul,
	#category .catcont-02 .case-study > ul {
		display: block;
	}

	#page .catcont-02 .case-study > ul li,
	#category .catcont-02 .case-study > ul li {
		width: auto;
		padding: 1rem;
	}

	#page .catcont-02 .case-study > ul li .company-system-name,
	#category .catcont-02 .case-study > ul li .company-system-name {
		font-size: 15px;
		display: inline-grid;
		width: 70%;
	}

	#page .catcont-02 .case-study > ul li > h3,
	#category .catcont-02 .case-study > ul li > h3 {
		font-size: 20px;
		margin: 50px 0 30px;
	}

	#page .catcont-02 .case-study > ul li .caption,
	#category .catcont-02 .case-study > ul li .caption {
		font-size: 15px;
	}

	#page .catcont-02 .case-study > ul li::before,
	#category .catcont-02 .case-study > ul li::before {
		width: 65px;
		height: 90px;
		right: 12px;
		left: auto;
	}

	#page .modal-content .head-contents>img,
	#category .modal-content .head-contents>img {
		width: 65px;
		height: auto;
	}

	#page .modal-content .head-contents .head-contents-wrap,
	#category .modal-content .head-contents .head-contents-wrap {
		margin: 0;
	}

	#page .modal-content.readmore01 .head-contents .head-contents__close-bar,
	#category .modal-content.readmore01 .head-contents .head-contents__close-bar {
		margin: 0 0 60px 90px;
	}

	#page .modal-content .head-contents	.head-title,
	#category .modal-content .head-contents	.head-title {
		display: block;
	}

	#page .modal-content .head-contents	.head-title .text-box .head-text,
	#category .modal-content .head-contents	.head-title .text-box .head-text {
		font-size: 25px;
	}

	#page .modal-content .head-contents	.head-title .text-box p,
	#category .modal-content .head-contents	.head-title .text-box p {
		font-size: 18px;
	}

	#page .modal-content .head-contents	.head-title .text-box .green-text,
	#category .modal-content .head-contents	.head-title .text-box .green-text {
		margin: 15px 0;
		font-size: 18px;
	}

	#page .modal-content .body-contents img,
	#category .modal-content .body-contents img {
		height: fit-content;
	}

	#page .modal-content.readmore01 .body-contents,
	#category .modal-content.readmore01 .body-contents {
		flex-direction: column;
		margin: 0 0 30px;
	}

	#page .modal-content .body-contents img,
	#category .modal-content .body-contents img {
		order: 1;
	}

	#page .modal-content .body-contents p,
	#category .modal-content .body-contents p {
		order: 2;
	}

	#page .catcont-02 .case-study .case,
	#category .catcont-02 .case-study .case {
		font-size: 25px;
	}

	#page .catcont-02 .utilization,
	#category .catcont-02 .utilization {
		margin: 0;
		padding: 1rem 1rem 3rem;
	}

	#page .catcont-02 .utilization::before,
	#category .catcont-02 .utilization::before {
		width: 66px;
		height: 66px;
		left: calc(50% - 33px);
		background: url(img/flow-arrow01.svg) no-repeat top / 100%;
		top: -50px;
	}

	#page .catcont-02 .utilization h3,
	#category .catcont-02 .utilization h3 {
		width: auto;
	}

	#page .catcont-02 .utilization ul,
	#category .catcont-02 .utilization ul {
		flex-direction: column;
		gap: 30px;
	}

	#page .catcont-02 .utilization > p,
	#category .catcont-02 .utilization > p {
		width: auto;
		padding: 0 1rem;
	}

	#page .catcont-02 .utilization .btn-box a,
	#category .catcont-02 .utilization .btn-box a {
		padding: 15px 80px;
	}

	#page .catcont-02 .automation-cont,
	#category .catcont-02 .automation-cont {
		padding: 1rem;
	}

	#page .catcont-02 .automation-cont h2,
	#category .catcont-02 .automation-cont h2 {
		font-size: 18px;
		margin: 0 auto;
	}

	#page .catcont-02 .automation-cont h2 span,
	#category .catcont-02 .automation-cont h2 span {
		font-size: 25px;
	}

	#page .catcont-02 .automation-cont .slider-cont,
	#category .catcont-02 .automation-cont .slider-cont {
		flex-direction: column;
	}

	#page .catcont-02 .automation-cont .slider-cont h3,
	#category .catcont-02 .automation-cont .slider-cont h3 {
		margin: 10px auto;
		padding: 15px 0px 10px 0;
	}

	#page .catcont-02 .automation-cont .slide-info,
	#category .catcont-02 .automation-cont .slide-info {
		padding: 0;
	}

	#contents .slide-info .slick-prev:before,
	#contents .slide-info .slick-next:before {
		width: 20px;
		height: 60px;
	}

	.slick-prev, .slick-next {
		top: 105%;
	}

	#page .catcont-02 .automation-cont > h3,
	#category .catcont-02 .automation-cont > h3 {
		font-size: 20px;
	}

	#page .catcont-02 .automation-cont > h3,
	#category .catcont-02 .automation-cont > h3 {
		padding: 15px 0 15px 60px;
	}

	#page .catcont-02 .automation-cont > h3::before,
	#category .catcont-02 .automation-cont > h3::before {
		height: 68px;
		top: -4px;
		clip-path: polygon(0% 0%, 100% 0, 100% 100%, 4% 100%);
	}

	#page .catcont-02 .automation-cont .js-scrollable,
	#category .catcont-02 .automation-cont .js-scrollable {
		overflow-x: scroll;
		width: 400px;
	}

	#page .catcont-02 .automation-cont table,
	#category .catcont-02 .automation-cont table {
		width: 800px;
	}

	#page .catcont-02 .automation-cont .btn-box a,
	#category .catcont-02 .automation-cont .btn-box a {
		width: auto;
	}

	#page .catcont-03,
	#category .catcont-03 {
		padding: 30px 15px;
	}

	#page .catcont-03 h2,
	#category .catcont-03 h2 {
		font-size: 35px;
	}

	#page .catcont-03 .caption,
	#category .catcont-03 .caption {
		font-size: 25px;
	}

	#page .catcont-03 .inner-box > h3,
	#category .catcont-03 .inner-box > h3 {
		font-size: 19px;
		margin: 0 0 30px;
	}

	#page .catcont-03 .inner-box > h3 span,
	#category .catcont-03 .inner-box > h3 span {
		font-size: 29px;
	}

	#page .catcont-03 .inner-box .title-area,
	#category .catcont-03 .inner-box .title-area {
		flex-direction: column;
		padding: 1rem;
		border: none;
	}

	#page .catcont-03 .inner-box .title-area .tag-box,
	#category .catcont-03 .inner-box .title-area .tag-box {
		display: block;
	}

	#page .catcont-03 .inner-box .title-area .tag-box p,
	#category .catcont-03 .inner-box .title-area .tag-box p {
		display: inline-block;
		margin: 5px;
	}

	#page .catcont-03 .inner-box .title-area h4,
	#category .catcont-03 .inner-box .title-area h4 {
		border-bottom: 1px solid #005E60;
		margin: 0 0 10px;
	}

	#page .catcont-03 .inner-box .cont-box,
	#category .catcont-03 .inner-box .cont-box {
		flex-direction: column;
	}

	#page .catcont-03 .inner-box ul,
	#category .catcont-03 .inner-box ul {
		flex-direction: column;
	}

	footer .inner {
		width: 100%;
	}

	footer .inner p {
		width: 100%;
	}

	  footer {
    background-size: 255px;
  }

  .footer-wrap {
    padding: 30px 0 0;
    width: 90.338164%;
  }

  .footer-inner {
    display: block;
    margin: 0 0 50px;
  }

  .footer-info {
    margin: 0 0 45px;
  }

  .footer-info .logo+p {
    margin: 0 0 30px !important;
  }

  .footer-info .inquiry {
    margin: 0 0 25px;
  }

  .footer-info .btn-internal-footer a {
    margin: 0 auto;
  }

  [class^="footer-link-"] {
    display: block;
    margin: 0 0 50px !important;
  }

  [class^="footer-link-"] .heading {
    margin: 0 0 10px;
  }

  [class^="footer-link-"] ul {
    padding: 0 0 0 16px;
  }

  .footer-bottom-privacy {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin: 0 0 64px;
  }

  .footer-copyright small {
    font-size: 13px;
    text-align: center;
    line-height: 1.34;
  }

  .footer-copyright small br {
    display: block;
  }
}
#index .contents-03 .fa-report .fa-report-block--title .cv-link a:hover {
	background: #004746;
	color: #ffffff;
}

.header-link-list ul li a:hover, 
[class^="footer-link-"] ul li a:hover, 
[class^="footer-link-"] ul li a:visited:hover {
color: #c8ff08;
}
