/*
Theme Name: prime-work
Theme URI: https://www.prime-work.jp/
Author: prime-work
Author URI: https://www.prime-work.jp/
Description: prime-work Theme
Version: 1.0
*/

@charset "utf-8";

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

body {
	color: var(--color-black-01);
	font-family: var(--font-family-01);
	background: var(--color-white);
	letter-spacing: 1px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	overflow-x: hidden;
}

a {
	color: var(--color-link-text);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	text-decoration: none;
	transition: opacity 0.3s ease; /* アニメーションを加える */
}

input:focus, select:focus, textarea:focus {outline: none;}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: var(--color-gray-02);
	height: 1px;
	margin: 30px 0px;
	border-bottom: 1px dotted var(--color-gray-07);
}

.markerLine {
	background: linear-gradient(transparent 60%, #ffdde0 60%);
}

.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt50 {margin-top: 50px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.mtb10 {margin: 10px 0!important;}
.mtb50 {margin: 50px 0!important;}
.box_center {margin: 10px auto!important;}
.flex_center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.text_center {
	text-align: center;
}
@media screen and (max-width:767px) {
	.text_center {
		text-align: left;
	}
	.text_center p {
		text-align: left;
	}
}

:root {
	--color-white: #fff;
	--color-bg: #f0f1f5;
	--color-blue-01: #027fc5;
	--color-blue-02: #005b8e;
	--color-blue-03: #bcd9e9;
	--color-blue-04: #f0f1ff;
	--color-blue-05: #f2f5f6;
	--color-blue-06: #f5fffb;
	--color-blue-07: #5998C5;
	--color-blue-08: #eef6ff;
	--color-orange-01: #fff6e7;
	--color-yellow-01: #fffbba;
	--color-yellow-02: #fefa7f;
	--color-black-01: #3c3c3c;
	--color-black-02: #333;
	--color-black-03: #515556;
	--color-black-04: #555;
	--color-gray-01: #ccc;
	--color-gray-02: #bfbfbf;
	--color-gray-03: #f8f8f8;
	--color-gray-04: #ececec;
	--color-gray-05: #f1f1f1;
	--color-gray-06: #dbdbdb;
	--color-gray-07: #9d9d9d;
	--color-link-text: #317dee;
	--color-link-hover: #1a5cbd;
	--color-btn-01: #027fc5;
	--color-btn-02: #1a5cbd;
	--color-btn-03: #f29104;
	--color-btn-04: #df5f2e;
	--color-red-01: #ff0000;
	--color-red-02: #ec3636;
	--color-red-03: #770304;
	--color-red-03: #f14e7a;
	--font-family-01: 'Noto Sans JP', sans-serif;
	--font-weight-01: 600;
	--title-01: 2.0rem;
	--title-02: 1.5rem;
	--title-03: 1.3rem;
	--title-04: 1.2rem;
	--title-05: 1.1rem;
}

.pc_br {
	display: block;
}
.sp_br {
	display: none;
}
@media screen and (max-width:767px) {
	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
	}
}

/* -----------------------------------------------------------
	notice
----------------------------------------------------------- */

.notice {
	color: var(--color-red-01);
}
.notice02 {
	font-size: 1.5rem;
}
.notice03 {
	font-size: 0.7rem;
}
.notice04 {
	font-size: 2.0rem;
}
.notice05 {
	color: var(--color-red-01);
	font-size: 1.5rem
}

@media screen and (max-width:767px) {
	.notice04 {
		font-size: 1.5rem;
	}
	.notice05 {
		font-size: 1.2rem
	}
}

.notice_box {
	margin: 15px 0;
	padding: 10px 15px;
	border: 1px solid var(--color-red-01);
}

.text_indent_common {
	display: inline-block;
	padding-left: 1rem;
	text-indent: -1rem;
}

.text_indent {
	margin: 0 0 10px;
}

.text_indent li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

.text_indent_icon {
	margin: 20px 0 20px;
}

.text_indent_icon li {
	margin-top: 5px;
	padding-left: 1.2rem;
	text-indent: -1.2rem;
}

.text_indent_dot li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f111";
	font-size: 0.5rem;
	font-weight: 900;
	vertical-align: middle;
	padding: 0 7px 0px 0;
}

.icon_check li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f00c";
	font-size: 1.2rem;
	font-weight: 900;
	vertical-align: middle;
	padding: 0 7px 0px 0;
}

/* -----------------------------------------------------------
	main_visual
----------------------------------------------------------- */

#main_visual {
	margin: 0 0 80px;
}

@media screen and (max-width:767px){
	#main_visual {
		min-height: 300px;
		margin: 0 0 30px;
		padding: 70px 0 0px;
	}
}

/* -----------------------------------------------------------
	page_visual
----------------------------------------------------------- */

#page_visual {
	width: 100%;
	min-height: 150px;
	margin: 0 0 70px;
	background: var(--color-gray-05); 
}

.page_visual_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: clamp(320px, 80%, 1400px);
	min-height: 150px;
	margin: 0px auto;
}

#page_visual h1 {
	color: var(--color-black-03);
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
	#page_visual {
		padding: 70px 0 0px;
	}
	.page_visual_inner {
		max-width: 100%;
		padding: 10px 25px;
	}
	#page_visual h1 {
		font-size: 1.4rem;
		font-weight: 500;
	}
}

/* -----------------------------------------------------------
	wrap
----------------------------------------------------------- */

.wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	gap: 50px;
	max-width: clamp(320px, 80%, 1400px);
	margin: 0px auto 80px;
}

.main_container {
	width: 75%;
}

.sidebar {
	width: 25%;
}

@media screen and (max-width: 767px) {
	.wrap {
		flex-flow: column;
		gap: 20px;
		max-width: 100%;
		margin: 0px auto 50px;
		padding: 0 20px;
	}
	.main_container {
		width: 100%;
		margin: 0 0 0px;
	}
	.sidebar {
		width: 100%;
	}
}

section {
	margin: 0 0 70px;
}

section p {
	margin: 0 0 20px;
}

/* -----------------------------------------------------------
	ttl
----------------------------------------------------------- */

.ttl01 {
	position: relative;
	color: var(--color-white);
	width: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0 0 50px;
	padding: 10px 15px 10px;
	text-align: center;
	border-radius: 5px;
	background-color: var(--color-blue-01);
}

.ttl01::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -20px;
	border: 20px solid transparent;
	border-top-color: var(--color-blue-01);
}

.ttl02 {
	color: var(--color-blue-02);
	font-size: var(--title-04);
	margin: 3rem 0 2rem;
	padding: 0 0 0.3rem 0.5rem;
	border-bottom: 2px solid var(--color-blue-02);
}

.ttl02_red {
	color: var(--color-red-02);
	font-size: var(--title-04);
	margin: 30px 0 20px;
	padding: 0.15rem 0.7rem;
	background: transparent;
	border-left: solid 5px var(--color-red-02);
}

.ttl03 {
	position: relative;
	font-size: 2.0rem;
	margin: 0 0 50px;
	text-align: center;
	font-weight: 700;
}
.ttl03:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 100px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--color-blue-02);
}

.ttl04 {
	color: var(--color-blue-02);
	font-size: var(--title-05);
	margin: 30px 0 20px;
	padding: 0.15rem 0.7rem;
	background: transparent;
	border-left: solid 5px var(--color-blue-02);
}

h5 {
	color: var(--color-blue-02);
	margin: 3rem 0 2rem;
	padding: 0 0 0.3rem 0.5rem;
	border-bottom: 2px dotted var(--color-blue-02);
}

@media screen and (max-width: 767px) {
	.ttl01 {
		font-size: 1.0rem;
	}
	.ttl02 {
		font-size: 1.3rem;
	}
	.ttl03 {
		font-size: 1.7rem;
	}
}

/* -----------------------------------------------------------
	container
----------------------------------------------------------- */

.container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	gap: 80px;
	margin: 80px 0 0;
}

@media screen and (max-width: 767px) {
	.container {
		flex-flow: column;
		gap: 30px;
		margin: 50px 0 0;
	}
}

.container_2c {
	display: flex;
	flex-flow: row wrap;
	gap: 30px;
	margin: 0 0 30px;
}
.box_2c {
	flex: 1;
}
.box_2c_txt {
	flex: 2;
}

.container_3c {
	display: flex;
	flex-flow: row wrap;
	margin: 0px -10px 0px;
}

.box_3c {
	flex-basis: 33%;
	margin-bottom: 30px;
	padding: 0 10px 0;
}

.box_3c img {
	width: 100%;
	aspect-ratio: 4/3;
	margin-bottom: 10px;
}

.box_3c dt {
	font-weight: 500;
	margin: 0 0 15px;
	padding: 0.0rem 0.5rem;
	border-left: solid 4px var(--color-blue-02);
}
.box_3c dd {
	font-size: 0.9rem;
}

.box_3c dd.btn01 a {
	width: 80%;
	font-size: 1rem;
	margin: 20px auto 0;
	padding: 5px 25px;
}

.box_3c_s {
	font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
	.container_2c {
		flex-flow: column;
		gap: 20px;
	}
	.container_3c {
		flex-flow: column;
		margin: 30px 0px 0px;
	}
	.box_3c {
		flex-basis: 100%;
		padding: 0;
	}

}

/* --------------------------------------------------------
	btn
-------------------------------------------------------- */

.btn01 a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: var(--color-white);
	width: 70%;
	margin: 30px auto;
	padding: 10px 25px;
	transition: 0.3s ease-in-out;
	background: var(--color-btn-03);
	border-radius: 100vh;
}
.btn01 a:after {
	position: absolute;
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6px;
	height: 6px;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transition: right 0.4s;
	transform: translateY(-50%) rotate(45deg);
}
.btn01 a:hover {
	background: var(--color-btn-04);
}
.btn01 a:hover:after {
	right: 1.5rem;
}

@media screen and (max-width: 767px) {
	.btn01 a {
		width: 80%;
	}
}


.btn02 {
	display: block;
	width: 180px;
	margin: 30px 0;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	color: var(--color-white);
	background: var(--color-btn-03);
	border-radius: 100vh;
	transition: .4s;
}
.btn02:hover {
	color: var(--color-white);
	background: var(--color-btn-04);
}

.btn02::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f077";
	font-weight: 900;
	padding-right: 10px;
}


/*----------------------------------------------------
	table
----------------------------------------------------*/

.table_common {
	width: 100%;
	margin: 30px 0px;
	white-space: nowrap;
}

.table_common th {
	padding: 10px;
	border: 1px solid var(--color-gray-01);
	background: var(--color-blue-08);
}

.table_common td {
	padding: 10px;
	border: 1px solid var(--color-gray-01);
}

.table01 {
	width: 100%;
	margin: 30px 30px;
}
.table01 tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table01 th {
	width: 40%;
	padding: 20px;
}
.table01 td {
	padding: 20px;
	border: 0px solid #ddd;
}

@media only screen and (max-width:767px) {
	.table01 {
		margin: 30px 0px;
	}
	.table01 th {
		width: auto;
		display: block;
		border-top: none;
	}
	.table01 td {
		padding: 0 20px 20px;
	}
	.table01 tr:first-child th { border-top: 0px solid #ddd; }
}

/* -----------------------------------------------------------
	company_list
----------------------------------------------------------- */

.company_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid var(--color-gray-02);
	padding: 20px 10px;
}
.company_list li .head {
	min-width: 15%;
	max-width: 15%;
}

@media only screen and (max-width:559px) {
	.company_list li {
		flex-flow: column;
	}
	.company_list li .head {
		max-width: 100%;
	}
}

/* --------------------------------------------------------
	Q&A
-------------------------------------------------------- */

.qa_container dt {
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	text-indent: -25px;
}
.qa_container dt:before {
	content: "Q.";
	color: var(--color-red-02);
	font-weight: 500;
	margin-right: 7px;
}
.qa_container dd {
	margin: 20px 10px 40px 35px;
	text-indent: -25px;
}
.qa_container dd:before {
	content: "A.";
	color: var(--color-blue-02);
	font-weight: 500;
	margin-right: 7px;
}

/* --------------------------------------------------------
	toc
-------------------------------------------------------- */

.toc {
    margin-bottom: 30px;
	padding: 30px 50px;
    border: 2px solid var(--color-gray-01);
}

.toc_ttl {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.1rem;
	font-weight: 500;
    margin: 0 0 30px;
    padding: 10px 0;
}

.toc_ttl::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0ca";
	font-weight: 900;
	vertical-align: middle;
	padding: 0 10px 0px 0;
}

.toc_ttl::after {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 100px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--color-black-03);
}

.toc li {
    margin: 10px 0;
	list-style-type: decimal;
	border-bottom: 1px solid var(--color-gray-04);
}

/* --------------------------------------------------------
	area_work
-------------------------------------------------------- */

.area_work ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	gap: 30px;
	margin: 0 0px 20px;
}
.area_work ul li {
	line-height: 1.4;
}

/* --------------------------------------------------------
	form
-------------------------------------------------------- */

.table_form {
	width: 100%;
	margin: 30px 0px;
	border-top: 1px dotted var(--color-black-03);
}
.table_form tr {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	border-bottom: 1px dotted var(--color-black-03);
}
.table_form th {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	flex-basis: 30%;
	padding: 20px;
}
.table_form td {
	flex-basis: 70%;
	padding: 20px;
	border: 0px solid var(--color-black-03);
}

.form_submit {
	display: block;
	width: 180px;
	margin: 30px 0;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	color: var(--color-white);
	background: var(--color-btn-03);
	border-radius: 100vh;
	transition: .4s;
}
.form_submit:hover {
	color: var(--color-white);
	background: var(--color-btn-04);
}

@media only screen and (max-width:767px) {
	.table_form tr {
		flex-flow: column;
		align-items: flex-start;
	}
	.table_form th {
		padding: 20px 5px 10px;
	}
	.table_form td {
		width: 100%;
		padding: 0 0px 20px;
	}
}

.form_text {
	width: 100%;
	padding: 10px;
	border: 1px solid var(--color-gray-07);
	border-radius: 5px;
	background: var(--color-white);
}

.form_text_s {
	width: 30%;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid var(--color-gray-07);
	border-radius: 5px;
	background: var(--color-white);
}

.form_iconH {
	color: var(--color-white);
	font-size: 12px;
	margin: 0 10px;
	padding: 5px 8px;
	border-radius: 5px;
	background: var(--color-red-03);
	float: right;
}
.form_iconA {
	color: var(--color-white);
	font-size: 12px;
	margin: 0 10px;
	padding: 5px 8px;
	border-radius: 5px;
	background: var(--color-gray-07);
	float: right;
}

input::-webkit-input-placeholder { color: var(--color-gray-07); }
input::-moz-placeholder { color: var(--color-gray-07); }

input:focus, select:focus, textarea:focus {
	background: var(--color-blue-06);
}

.textarea_form {
	margin: 0 55px 0 10px!important;
}

.submit_center {
	display: flex;
	justify-content: center;
}

input[type='checkbox'] {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	margin: 0 7px 0 10px;
	border: 1px solid var(--color-black-03);
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	vertical-align: middle;
}
input[type=checkbox]::before {
	position: absolute;
	content: "";
	display: block;
	top: 1px;
	left: 5px;
	width: 8px;
	height: 14px;
	border-style: solid;
	border-color: var(--color-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
input[type=checkbox]:checked {
	color: #fff;
	border-color: var(--color-black-03);
	background: var(--color-black-03);
}
input[type=checkbox]:checked::before {
	opacity: 1;
}

/* -----------------------------------------------------------
	Contact Form 7 メッセージ
----------------------------------------------------------- */

.wpcf7 form.sent .wpcf7-response-output {
	margin: 10px 0;
    padding: 15px;
	border-radius: 3px;
	border: 2px solid var(--color-blue-02);
}

/* -----------------------------------------------------------
	breadcrumb
----------------------------------------------------------- */

#breadcrumb {
	font-size: 0.9em;
	margin: 0 0 0 5px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li:after {
	content: '\03e';
	padding: 0 5px;
}

#breadcrumb li:last-child:after {
	content: '';
}

#breadcrumb li a {
	color: var(--color-black-01);
}
#breadcrumb li a:hover {
	text-decoration: none;
}

#breadcrumb li:first-child a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f015';
	font-size: 0.8em;
	padding-right: 5px;
	font-weight: 900;
}

@media screen and (max-width: 767px) {
	#breadcrumb {
		width: 90%;
		padding: 0;
	}
}

/* -----------------------------------------------------------
	pageTop
----------------------------------------------------------- */

#scrollUp {
	bottom: 30px;
	right: 30px;
	background-image: url("img/common/pagetop.png");
	width: 50px;
	height: 50px;
}
#scrollUp:hover {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0.7;
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */

#footer {
	color: var(--color-white);
	padding: 70px 0px 0;
	background: var(--color-blue-01);
}
#footer a {
	color: var(--color-white);
}
#footer a:hover {
	color: var(--color-white);
}

#footer_inner {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	gap: 50px;
	max-width: clamp(320px, 80%, 1400px);
	margin: 0px auto;
	padding: 0 0px 50px;
	border-bottom: 1px solid var(--color-white);
}

.footer_info ul li:nth-child(n+5) {
	font-size: 0.9rem;
}
.footer_logo {
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 5px;
}

.footer_tel {
	font-size: 1.5rem;
	font-weight: 900;
	margin: 5px 0 10px;
}

.footer_tel:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f2a0";
	font-weight: 900;
	padding: 0 5px 0 0;
}

.footer_link li a {
	position: relative;
	font-size: 0.9rem;
	line-height: 1.9;
	padding-left: 20px;
}

.footer_link li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	position: absolute;
	font-size: 0.9rem;
	left: 0;
	top: -3px;
	font-weight: 900;
}

.footer_area {
	width: 30%;
}
.footer_area_ttl {
	margin: 0 0px 5px;
}
.footer_area_ttl::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f3c5";
	font-weight: 900;
	padding-right: 5px;
}
.footer_area ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	gap: 10px;
	margin: 0 0px 20px;
}
.footer_area ul li {
	font-size: 0.9rem;
	line-height: 1.4;
}

.copyright {
	font-size: 0.8rem;
	text-align: center;
	padding: 30px 0px;
}

@media screen and (max-width: 767px) {
	#footer_inner {
		display: flex;
		flex-flow: column;
		gap: 30px;
		max-width: 100%;
		padding: 0 30px 10px;
	}
	.footer_logo {
		font-size: 1.3rem;
	}
	.footer_tel {
		font-size: 1.3rem;
	}
	.footer_area {
		width: 100%;
	}
}
