@charset "utf-8";


/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}

div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

q:after,
q:before {
	content: '';
}

a,
input {
	/* outline: none; */
}

abbr,
acronym {
	border: 0;
}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

body {}

@media print {

	html,
	html body {
		*zoom: 0.65;
	}
}



/* link
------------------------------------------------ */
a {
	color: #f2f1ee;
	text-decoration: none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	/* Firefox */
	-webkit-transition: all 0.3s !important;
	/* Chrome&Safari */
}

a:hover {
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	/* Firefox */
	-webkit-transition: all 0.3s !important;
	/* Chrome&Safari */
}


.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)";
	/* IE 8 */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

@media (max-width: 767px) {

	.op:hover,
	.op a:hover,
	.op:hover img,
	.op:hover input {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		/* IE lt 8 */
		-ms-filter: "alpha(opacity=100)";
		/* IE 8 */
	}
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}

.visible-tab {
	display: none !important;
}

.visible-ts {
	display: none !important;
}

.visible-pc-only {
	display: block !important;
}


@media (max-width: 1024px) {
	.visible-tab {
		display: block !important;
	}

	.visible-pc-only {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.visible-pc {
		display: none !important;
	}

	.visible-ts {
		display: block !important;
	}
}


/* !fonts
------------------------------------------------ */
.fw_300 {
	font-weight: 300;
}

.fw_400 {
	font-weight: 400;
}

.fw_500 {
	font-weight: 500;
}

.fw_600 {
	font-weight: 600;
}

.fw_700 {
	font-weight: 700;
}

.fw_800 {
	font-weight: 800;
}

.fw_900 {
	font-weight: 900;
}

.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}


/* !ff
------------------------------------------------ */
.ff_inter {
	font-family: "Inter", sans-serif;
}


/* !fc
------------------------------------------------ */
.fc_yellow {
	color: #f7e517;
}

.fc_white {
	color: #fff;
}


/* !breadCrumb
------------------------------------------------ */
#breadCrumb {
	max-width: 1200px;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	display: -webkit-flex;
	flex-wrap: nowrap;
	margin: 0px auto;
	padding: 15px 0px;
}

#breadCrumb a {
	color: rgb(3, 127, 195);
}

#breadCrumb span {
	font-size: 12px;
}

#breadCrumb>span {
	margin-right: 12px;
}

@media (max-width: 1230px) {
	#breadCrumb {
		padding: 15px;
	}
}

@media (max-width: 768px) {
	#breadCrumb span {
		font-size: 10px;
	}
}


/* html
----------------------------------------------- */
html.html-lock {}



/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}

article {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.inner {
		padding: 0 20px;
	}
}



/* H
----------------------------------------------- */
.hdl {
	display: flex;
	justify-content: center;
}

.hdl .hdl_in {
	color: #f2fcfe;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 0 15px;
	border-bottom: 1px #fff solid;
}

@media (max-width: 767px) {
	.hdl .hdl_in {
		font-size: min(27px, 7.2vw);
		padding: 0 0 12px;
	}
}




/* animate
----------------------------------------------- */
@keyframes fadeInLeftLit {
	from {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftLit {
	animation-name: fadeInLeftLit;
}

@keyframes fadeInRightLit {
	from {
		opacity: 0;
		transform: translate3d(30px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightLit {
	animation-name: fadeInRightLit;
}

@keyframes fadeInUpLit {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpLit {
	animation-name: fadeInUpLit;
}





/* top
----------------------------------------------- */
.publish_cta {}

.publish_cta .cta_mess {
	border-top: 2px #fed400 solid;
	background: #1c363f;
	padding: 40px 20px 45px;
}

.publish_cta .cta_tit {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.55;
}

.publish_cta .cta_inner {
	background: url("../images/publish/common/bg_cta.jpg") center center no-repeat;
	background-size: cover;
	padding: 54px 20px 30px;
	overflow: hidden;
	position: relative;
}

.publish_cta .cta_inner:before {
	position: absolute;
	content: "";
	background: #1c363f;
	width: 32px;
	height: 26px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	z-index: 0;
}

.publish_cta .cta_box {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
}

.publish_cta .cta_box .box_tit {
	text-align: center;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 600;
	color: #28505d;
}

.publish_cta .cta_tel {
	width: 50%;
	border-right: 1px #8f9b9d dashed;
	padding: 10px 30px 20px 0;
}

.publish_cta .cta_tel .tel_link {
	margin: 10px 0 0;
}

.publish_cta .cta_tel .tel_link a {
	display: flex;
	align-items: center;
	pointer-events: none;
	gap: 20px;
}

.publish_cta .cta_tel .tel_link .link_ico {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	background: #28505d;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.publish_cta .cta_tel .tel_link .link_ico img {
	width: 30px;
}

.publish_cta .cta_tel .tel_link .link_txt {
	font-size: 52px;
	line-height: 1;
	color: #28505d;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	letter-spacing: 0;
}

.publish_cta .cta_tel .tel_time {
	text-align: center;
	margin: 5px 0 0;
	font-size: 23px;
	font-weight: 600;
	color: #28505d;
}

.publish_cta .cta_mail {
	width: 50%;
	border-left: 1px #839093 dashed;
	padding: 10px 0 20px 30px;
}

.publish_cta .cta_mail .mail_btn {
	margin: 30px 0 0;
}

.publish_cta .cta_mail .mail_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 116px;
	background: #ff6b31;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	padding: 0 20px;
	letter-spacing: 0;
	gap: 30px;
	box-shadow: 0 5px 0 #d85c2b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.publish_cta .cta_mail .mail_btn a:hover {
	transform: translateY(5px);
	box-shadow: 0 0 0 #d85c2b;
}

.publish_cta .cta_mail .mail_btn img {
	width: 45px;
}

@media (max-width: 1250px) {
	.publish_cta .cta_tel .tel_link .link_txt {
		font-size: 50px;
	}
}

@media (max-width: 1100px) {
	.publish_cta .cta_tel .tel_link .link_txt {
		font-size: 45px;
	}
}

@media (max-width: 1024px) {
	.publish_cta .cta_box {
		flex-direction: column;
	}

	.publish_cta .cta_tel {
		width: 100%;
		border-right: none;
		border-bottom: 1px #8f9b9d dashed;
		padding: 40px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.publish_cta .cta_mail {
		width: 100%;
		border-left: none;
		border-top: 1px #839093 dashed;
		padding: 40px 0;
	}
}

@media (max-width: 767px) {
	.publish_cta .cta_mess {
		padding: 30px 20px;
	}

	.publish_cta .cta_tit {
		font-size: 21px;
		line-height: 1.43;
	}

	.publish_cta .cta_inner {
		background: url("../images/publish/common/bg_cta_sp.jpg") center center no-repeat;
		background-size: cover;
		padding: 0 20px;
	}

	.publish_cta .cta_inner:before {
		width: 16px;
		height: 14px;
	}

	.publish_cta .cta_box .box_tit {
		font-size: 18px;
	}

	.publish_cta .cta_tel {
		padding: 50px 0 25px;
	}

	.publish_cta .cta_tel .tel_link {
		margin: 18px 0 0;
	}

	.publish_cta .cta_tel .tel_link a {
		gap: 10px;
		pointer-events: inherit;
	}

	.publish_cta .cta_tel .tel_link .link_ico {
		width: 54px;
		height: 54px;
		;
		border-radius: 50%;
	}

	.publish_cta .cta_tel .tel_link .link_ico img {
		width: 17px;
	}

	.publish_cta .cta_tel .tel_link .link_txt {
		font-size: min(35px, 9.34vw);
	}

	.publish_cta .cta_tel .tel_time {
		margin: 10px 0 0;
		font-size: 15px;
	}

	.publish_cta .cta_mail {
		padding: 28px 0 60px;
	}

	.publish_cta .cta_mail .mail_btn {
		margin: 15px 0 0;
	}

	.publish_cta .cta_mail .mail_btn a {
		height: 68px;
		font-size: min(16px, 4.27vw);
		padding: 0 10px;
		gap: 15px;
		box-shadow: 0 3px 0 #d85c2b;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	.publish_cta .cta_mail .mail_btn a:hover {
		transform: translateY(0);
		box-shadow: 0 3px 0 #d85c2b;
	}

	.publish_cta .cta_mail .mail_btn img {
		width: 28px;
	}
}

.publish_step {
	background: #efeeea;
	padding: 90px 0 120px;
}

.publish_step .hdl {
	margin: 0 0 80px;
}

.publish_step .hdl .hdl_in {
	color: #28505d;
	border-bottom: 1px #28505d solid;
}

.publish_step .step_box {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	position: relative;
}

.publish_step .step_box:before {
	position: absolute;
	content: "";
	background: #1c363f;
	width: 10px;
	height: 100%;
	left: 65px;
	top: 0;
	z-index: 0;
}

.publish_step .step_box li {
	background: #fff;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.publish_step .step_box .step_num {
	width: 140px;
	background: #28505d;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1;
	gap: 10px;
	padding: 35px 10px;
	flex-shrink: 0;
}

.publish_step .step_box .step_num .num_cap {
	font-size: 20px;
}

.publish_step .step_box .step_num .num_txt {
	font-size: 56px;
	line-height: 0.8;
}

.publish_step .step_box .step_inner {
	padding: 30px 0;
	display: flex;
	align-items: stretch;
	width: calc(100% - 140px);
}

.publish_step .step_box .step_mess {
	width: 390px;
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 45px;
	flex-shrink: 0;
	border-right: 1px #28505d dashed;
}

.publish_step .step_box .step_ico {
	width: 92px;
	flex-shrink: 0;
}

.publish_step .step_box .step_tit {
	font-size: 23px;
	font-weight: 600;
	color: #28505d;
	line-height: 1.3;
}

.publish_step .step_box .step_tit .tit_sml {
	font-size: 20px;
	display: block;
}

.publish_step .step_box .step_cont {
	padding: 15px 75px 15px 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.publish_step .step_box .step_txt {
	color: #343434;
	font-size: 18px;
	line-height: 1.88;
}

.publish_step .step_box .step_today {
	margin: 35px -15px 0 0;
}

.publish_step .step_box .step_04 .step_mess {
	align-items: flex-start;
	padding-top: 25px;
	padding-bottom: 25px;
}

.publish_step .step_box .step_04 .step_cont {
	padding: 25px 50px 0 40px;
}

.publish_step .step_box .step_04 .step_num {
	justify-content: flex-start;
	padding: 50px 10px;
}

.publish_step .step_box .step_01 .step_ico {
	padding: 0 0 0 5px;
}

.publish_step .step_box .step_02 .step_ico {
	padding: 0 0 0 5px;
}

.publish_step .step_box .step_03 .step_ico {
	padding: 0 0 0 5px;
}

.publish_step .step_box .step_04 .step_ico {
	padding: 0 0 0 5px;
}

.publish_step .step_box .step_05 .step_ico {
	padding: 0 0 0 5px;
}

.publish_step .step_box .step_06 .step_ico {
	padding: 0 0 0 9px;
}

.publish_step .step_box .step_07 .step_ico {
	padding: 0 0 0 5px;
}


@media (max-width: 1024px) {
	.publish_step .step_box .step_inner {
		flex-direction: column;
		padding: 25px 20px;
	}

	.publish_step .step_box .step_mess {
		width: 100%;
		border-right: none;
		border-bottom: 1px #28505d dashed;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.publish_step {
		padding: 70px 0;
	}

	.publish_step .hdl {
		margin: 0 0 50px;
	}

	.publish_step .step_box {
		gap: 30px 0;
	}

	.publish_step .step_box:before {
		width: 5px;
		left: 32px;
	}

	.publish_step .step_box li {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.publish_step .step_box .step_num {
		width: 70px;
		gap: 8px;
		padding: 20px 10px;
		justify-content: flex-start;
	}

	.publish_step .step_box .step_num .num_cap {
		font-size: 15px;
	}

	.publish_step .step_box .step_num .num_txt {
		font-size: 34px;
	}

	.publish_step .step_box .step_inner {
		padding: 25px 20px;
		width: calc(100% - 70px);
	}

	.publish_step .step_box .step_mess {
		width: auto;
		align-items: center;
		padding: 0 0 20px;
	}

	.publish_step .step_box .step_ico {
		width: 55px;
		flex-shrink: 0;
	}

	.publish_step .step_box .step_tit {
		font-size: min(17px, 4.54vw);
	}

	.publish_step .step_box .step_tit .tit_sml {
		font-size: min(13px, 3.47vw);
	}

	.publish_step .step_box .step_cont {
		padding: 15px 0 0;
	}

	.publish_step .step_box .step_txt {
		font-size: 15px;
		line-height: 1.66;
	}

	.publish_step .step_box .step_today {
		margin: 25px 0 0;
	}

	.publish_step .step_box .step_04 .step_mess {
		align-items: center;
		padding: 0 0 20px;
	}

	.publish_step .step_box .step_04 .step_cont {
		padding: 15px 0 0;
	}

	.publish_step .step_box .step_04 .step_num {
		padding: 20px 10px;
	}


	.publish_step .step_box .step_01 .step_ico {
		padding: 0 0 0 3px;
	}

	.publish_step .step_box .step_02 .step_ico {
		padding: 0 0 0 3px;
	}

	.publish_step .step_box .step_03 .step_ico {
		padding: 0 0 0 3px;
	}

	.publish_step .step_box .step_04 .step_ico {
		padding: 0 0 0 3px;
	}

	.publish_step .step_box .step_05 .step_ico {
		padding: 0 0 0 3px;
	}

	.publish_step .step_box .step_06 .step_ico {
		padding: 0 0 0 4px;
	}

	.publish_step .step_box .step_07 .step_ico {
		padding: 0 0 0 3px;
	}

	.publish_step .step_box .step_01 .step_ico img {
		width: 33px;
	}

	.publish_step .step_box .step_02 .step_ico img {
		width: 37px;
	}

	.publish_step .step_box .step_03 .step_ico img {
		width: 27px;
	}

	.publish_step .step_box .step_04 .step_ico img {
		width: 30px;
	}

	.publish_step .step_box .step_05 .step_ico img {
		width: 30px;
	}

	.publish_step .step_box .step_06 .step_ico img {
		width: 29px;
	}

	.publish_step .step_box .step_07 .step_ico img {
		width: 44px;
	}
}

.publish_faq {
	background: url("../images/publish/top/bg_faq.png") center 0 repeat;
	padding: 100px 0;
}

.publish_faq .hdl {
	margin: 0 0 60px;
}

.publish_faq .faq_block {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}

.publish_faq .faq_box {}

.publish_faq .faq_box .faq_ico {
	width: 60px;
	flex-shrink: 0;
	font-size: 42px;
	line-height: 1;
	align-self: flex-start;
	font-weight: 700;
	font-family: "Inter", sans-serif;
}

.publish_faq .faq_box .q_box {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 25px 50px 25px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.publish_faq .faq_box .q_box .faq_ico {
	color: #28505d;
}

.publish_faq .faq_box .q_box .q_txt {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
	color: #28505d;
	letter-spacing: 0;
}

.publish_faq .faq_box .a_box {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 30px 50px 0 40px;
}

.publish_faq .faq_box .a_box .faq_ico {
	color: #fff;
}

.publish_faq .faq_box .a_box .a_cont {
	padding: 5px 0 0;
}

.publish_faq .faq_box .a_box .a_txt {
	font-size: 16px;
	line-height: 2;
}

@media (max-width: 767px) {
	.publish_faq {
		background: url("../images/publish/top/bg_faq_sp.png") center 0 repeat;
		background-size: 375px auto;
		padding: 70px 0 60px;
	}

	.publish_faq .hdl {
		margin: 0 0 45px;
	}

	.publish_faq .faq_box .faq_ico {
		width: 40px;
		font-size: 26px;
	}

	.publish_faq .faq_box .q_box {
		padding: 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.publish_faq .faq_box .q_box .q_txt {
		font-size: 17px;
		line-height: 1.47;
	}

	.publish_faq .faq_box .a_box {
		padding: 30px 15px 0 20px;
	}

	.publish_faq .faq_box .a_box .a_cont {
		padding: 0;
	}

	.publish_faq .faq_box .a_box .a_txt {
		font-size: 14px;
		line-height: 1.86;
	}
}

.publish_support .cta_mess {
	background: url("../images/publish/top/bg_support.png") center 0 repeat-x #1c363f;
	padding: 70px 20px 60px;
}

.publish_support .support_in {
	margin: 0 0 60px;
	position: relative;
}

.publish_support .support_tit {
	text-align: center;
	font-size: 32px;
	line-height: 1.75;
	color: #fff;
	position: relative;
	z-index: 1;
}

.publish_support .support_tit .tit_dot {
	position: relative;
	display: inline-block;
}

.publish_support .support_tit .tit_dot:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 6px;
	height: 6px;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}

.publish_support .support_img {
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	text-align: center;
	z-index: 0;
}

@media (max-width: 1024px) {
	.publish_support .support_img {
		position: static;
		width: auto;
		margin: 20px -20px 0;
	}
}

@media (max-width: 767px) {
	.publish_support .cta_mess {
		background: url("../images/publish/top/bg_support_sp.png") center 0 repeat-x #1c363f;
		background-size: 100% auto;
		padding: 35px 20px;
	}

	.publish_support .support_in {
		margin: 0 0 10px;
	}

	.publish_support .support_tit {
		font-size: min(16px, 4.27vw);
	}

	.publish_support .support_tit .tit_dot:before {
		width: 3px;
		height: 3px;
	}
}

.publish_solve {
	background: url("../images/publish/top/bg_solve.png") center 0 repeat #28505d;
	padding: 80px 20px;
	-webkit-box-shadow: 0 10px 10px rgba(40, 80, 93, 0.3);
	-moz-box-shadow: 0 10px 10px rgba(40, 80, 93, 0.3);
	-ms-box-shadow: 0 10px 10px rgba(40, 80, 93, 0.3);
	-o-box-shadow: 0 10px 10px rgba(40, 80, 93, 0.3);
	box-shadow: 0 10px 10px rgba(40, 80, 93, 0.3);
	position: relative;
}

.publish_solve .solve_txt {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.publish_solve .solve_txt img {
	width: 388px;
	display: inline-block;
	vertical-align: bottom;
}

.publish_solve .solve_txt .txt_up {}

@media (max-width: 1024px) {
	.publish_solve .solve_txt .txt_up {
		display: block;
		margin: 0 0 10px;
	}
}

@media (max-width: 767px) {
	.publish_solve {
		background: url("../images/publish/top/bg_solve_sp.png") center 0 repeat #28505d;
		background-size: 100% auto;
		padding: 35px 10px;
	}

	.publish_solve .solve_txt {
		font-size: min(27px, 7.2vw);
		line-height: 1.5;
	}

	.publish_solve .solve_txt img {
		width: 157px;
		vertical-align: middle;
	}

	.publish_solve .solve_txt .txt_up {
		margin: 0 0 5px;
	}
}

.publish_reason {
	background: #efeeea;
	padding: 0 20px;
}

.publish_reason .reason_block {
	background: #fff;
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-box-shadow: 0 0 10px rgba(40, 80, 93, 0.3);
	-moz-box-shadow: 0 0 10px rgba(40, 80, 93, 0.3);
	-ms-box-shadow: 0 0 10px rgba(40, 80, 93, 0.3);
	-o-box-shadow: 0 0 10px rgba(40, 80, 93, 0.3);
	box-shadow: 0 0 10px rgba(40, 80, 93, 0.3);
}

.publish_reason .reason_hd {
	border-bottom: 1px #9b8a63 solid;
	padding: 0 0 25px;
	margin: 0 0 70px;
	text-align: center;
}

.publish_reason .reason_hd .hd_logo {
	width: 381px;
	display: inline-block;
	vertical-align: top;
	margin: 12px 15px 0 0;
}

.publish_reason .reason_hd .hd_txt {
	font-size: 44px;
	font-weight: 600;
	color: #28505d;
	line-height: 1.2;
}

.publish_reason .reason_hd .hd_num {
	font-size: 82px;
	line-height: 1;
	position: relative;
}

.publish_reason .reason_hd .hd_num:before {
	position: absolute;
	content: "";
	background: url("../images/publish/top/ico_reason.png") center center no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	left: 90%;
	bottom: 75%;
	z-index: 0;
}

.publish_reason .reason_box {
	display: flex;
	flex-direction: column;
	gap: 100px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.publish_reason .reason_flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.publish_reason .reason_flex.reverse {
	flex-direction: row-reverse;
}

.publish_reason .reason_flex .flex_in {
	width: 47%;
}

.publish_reason .reason_flex .flex_img {
	width: 47.5%;
	position: relative;
}

.publish_reason .reason_flex .flex_img:before {
	position: absolute;
	content: "";
	border: 2px #cac1ac solid;
	width: 100%;
	height: 100%;
	left: -20px;
	bottom: -20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
}

.publish_reason .reason_flex .flex_img .img_in {
	position: relative;
	z-index: 1;
}

.publish_reason .reason_flex .flex_cap {
	color: #9b8a63;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	margin: 0 0 20px;
}

.publish_reason .reason_flex .flex_cap .cap_num {
	font-size: 22px;
}

.publish_reason .reason_flex .flex_tit {
	font-size: 38px;
	line-height: 1.37;
	font-weight: 700;
	color: #28505d;
	margin: 0 0 50px;
}

.publish_reason .reason_flex .flex_tit .tit_line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #f4dd6a 0%) repeat scroll 0 0;
}

.publish_reason .reason_flex .flex_txt {
	color: #343434;
	font-size: 18px;
	line-height: 1.88;
}

.publish_reason .reason_flex .flex_txt .txt_line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #f4dd6a 0%) repeat scroll 0 0;
	font-weight: 600;
}

.publish_reason .reason_flex .flex_img_sp {
	display: none;
}

@media (max-width: 767px) {
	.publish_reason .reason_block {
		padding: 50px 15px;
	}

	.publish_reason .reason_hd {
		padding: 0 0 15px;
		margin: 0 0 30px;
	}

	.publish_reason .reason_hd .hd_logo {
		width: 180px;
		vertical-align: middle;
		margin: 0 7px 10px 0;
	}

	.publish_reason .reason_hd .hd_txt {
		font-size: min(22px, 5.87vw);
		font-weight: 600;
		color: #28505d;
		line-height: 1.2;
	}

	.publish_reason .reason_hd .hd_num {
		font-size: min(41px, 10.94vw);
	}

	.publish_reason .reason_hd .hd_num:before {
		background: url("../images/publish/top/ico_reason.png") center center no-repeat;
		background-size: 10px 10px;
		width: 10px;
		height: 10px;
		left: 90%;
		bottom: 75%;
	}

	.publish_reason .reason_box {
		gap: 50px 0;
	}

	.publish_reason .reason_flex {
		display: block;
	}

	.publish_reason .reason_flex .flex_in {
		width: auto;
	}

	.publish_reason .reason_flex .flex_img {
		display: none;
	}

	.publish_reason .reason_flex .flex_cap {
		gap: 5px;
		font-size: 11px;
		margin: 0 0 10px;
	}

	.publish_reason .reason_flex .flex_cap .cap_num {
		font-size: 16px;
	}

	.publish_reason .reason_flex .flex_tit {
		font-size: min(22px, 5.87vw);
		line-height: 1.5;
		margin: 0 0 30px;
	}

	.publish_reason .reason_flex .flex_txt {
		font-size: 15px;
		line-height: 1.66;
	}

	.publish_reason .reason_flex .flex_img_sp {
		display: block;
		margin: 0 0 40px;
		position: relative;
	}

	.publish_reason .reason_flex .flex_img_sp:before {
		position: absolute;
		content: "";
		border: 1px #cac1ac solid;
		width: 100%;
		height: 100%;
		left: -10px;
		bottom: -10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 0;
	}

	.publish_reason .reason_flex .flex_img_sp .img_in {
		position: relative;
		z-index: 1;
	}
}

.publish_about {
	background: #fff;
}

.publish_about .about_hd {
	background: url("../images/publish/top/sheet_about.png") center center no-repeat #28505d;
	background-size: cover;
	height: 202px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #f2fcfe;
	padding: 0 40px;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.3;
}

.publish_about .about_inner {
	padding: 80px 20px 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px 0;
}

.publish_about .about_box {
	width: 1400px;
	max-width: 100%;
	padding: 50px 20px 60px;
	overflow: hidden;
	background: url("../images/publish/top/bg_about.png") center 0 no-repeat #28505d;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.publish_about .about_cap {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #fed400;
	margin: 0 0 5px;
}

.publish_about .about_tit {
	text-align: center;
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 50px;
}

.publish_about .about_cont {
	background: #f6f5f1;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 20px 60px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.publish_about .about_det {
	text-align: center;
	font-size: 18px;
	line-height: 1.88;
	font-weight: 600;
	color: #28505d;
}

.publish_about .about_img02 {
	max-width: 1000px;
	padding: 40px 0 0;
}

.publish_about .about_img03 {
	margin: 40px 0 0;
	max-width: 1002px;
}

.publish_about .about_img04 {
	margin: 30px 0 0;
	max-width: 1100px;
}

.publish_about .about_sum {
	max-width: 1200px;
	margin: 0 auto;
}

.publish_about .about_sum .sum_cont {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
}

.publish_about .about_sum .sum_cont:before {
	position: absolute;
	content: "";
	background: #9b8a63;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	z-index: 0;
}

.publish_about .about_sum .sum_cont .cont_in {
	width: 470px;
	height: 100px;
	background: #9b8a63;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	position: relative;
	z-index: 1;
}

.publish_about .about_sum .sum_cont .cont_txt {
	color: #fff;
	font-size: 23px;
	font-weight: 700;
}

.publish_about .about_sum .sum_cont .cont_lar {
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.publish_about .about_sum .sum_box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0 20px;
}

.publish_about .about_sum .sum_box li {
	width: calc((100% - 20px)/2);
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.publish_about .about_sum .sum_box .box_tit {
	background: #1c363f;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
}

.publish_about .about_sum .sum_box .box_tit .tit_in {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
}

.publish_about .about_sum .sum_box .box_inner {
	padding: 50px 20px 60px;
	background: #f6f5f1;
	position: relative;
}

.publish_about .about_sum .sum_box .box_inner:before {
	position: absolute;
	content: "";
	background: #1c363f;
	width: 30px;
	height: 20px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	z-index: 0;
}

.publish_about .about_sum .sum_box .box_img {
	text-align: center;
}

.publish_about .about_sum .sum_box .box_img img {
	width: 511px;
}

.publish_about .sum_eval {
	text-align: center;
	margin: 60px 0 0;
	padding: 30px 20px 0;
	position: relative;
}

.publish_about .sum_eval:before {
	position: absolute;
	content: "";
	background: url("../images/publish/top/bg_eval.png") center center no-repeat;
	background-size: cover;
	left: -20px;
	top: 0;
	height: calc(100% + 60px);
	width: calc(100% + 40px);
	z-index: 0;
}

.publish_about .sum_eval .eval_img {
	text-align: center;
	position: relative;
	z-index: 1;
}

.publish_about .sum_eval .eval_img img {
	width: 895px;
}

@media (max-width: 767px) {
	.publish_about .about_hd {
		background: url("../images/publish/top/sheet_about_sp.png") center center no-repeat #28505d;
		background-size: cover;
		height: 146px;
		padding: 0 20px;
		font-size: min(27px, 7.2vw)
	}

	.publish_about .about_inner {
		padding: 45px 20px 70px;
		gap: 30px 0;
	}

	.publish_about .about_box {
		padding: 30px 20px;
		background: url("../images/publish/top/bg_about_sp.png") center 0 no-repeat #28505d;
		background-size: 100% auto;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.publish_about .about_cap {
		font-size: min(20px, 5.34vw);
		margin: 0 0 5px;
	}

	.publish_about .about_tit {
		font-size: min(23px, 6.14vw);
		margin: 0 0 25px;
		letter-spacing: 0;
		line-height: 1.4;
	}

	.publish_about .about_cont {
		padding: 25px 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.publish_about .about_det {
		font-size: 15px;
		line-height: 1.66;
	}

	.publish_about .about_det.det_left {
		text-align: left;
	}

	.publish_about .about_img02 {
		padding: 0;
		margin: 0 -11px;
	}

	.publish_about .about_img03 {
		margin: 20px 0 0;
		overflow-x: scroll;
		width: 100%;
		padding: 0 0 10px;
	}

	.publish_about .about_img03::-webkit-scrollbar {
		width: 100%;
		height: 10px;
		background: #fff;
		border-radius: 10px;
		border: 1px #ededed solid;
	}

	.publish_about .about_img03::-webkit-scrollbar-thumb {
		background: #28505d;
		border-radius: 10px;
	}

	.publish_about .about_img03 img {
		width: 501px;
		display: block;
		max-width: none;
	}

	.publish_about .about_img04 {
		margin: 30px -8px 0;
	}

	.publish_about .about_sum .sum_cont {
		margin: 30px 0 15px;
	}

	.publish_about .about_sum .sum_cont .cont_in {
		width: 256px;
		height: 50px;
	}

	.publish_about .about_sum .sum_cont .cont_txt {
		color: #fff;
		font-size: 16px;
	}

	.publish_about .about_sum .sum_cont .cont_lar {
		font-size: min(26px, 6.94vw);
	}

	.publish_about .about_sum .sum_box {
		flex-direction: column;
		gap: 20px 0;
	}

	.publish_about .about_sum .sum_box li {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.publish_about .about_sum .sum_box .box_tit {
		height: 65px;
		padding: 0 10px;
	}

	.publish_about .about_sum .sum_box .box_tit .tit_in {
		font-size: min(18px, 4.8vw);
	}

	.publish_about .about_sum .sum_box .box_inner {
		padding: 25px 20px 30px 19px;
	}

	.publish_about .about_sum .sum_box .box_inner:before {
		width: 16px;
		height: 10px;
	}

	.publish_about .sum_eval {
		margin: 25px 0 0;
		padding: 50px 0 5px;
	}

	.publish_about .sum_eval:before {
		background: url("../images/publish/top/bg_eval_sp.png") center center repeat-y;
		background-size: 100% auto;
		left: -20px;
		height: calc(100% + 30px);
		width: calc(100% + 40px);
	}
}


.top_publish_voice {
	background: url("../images/publish/top/bg_voice.png") center 0 no-repeat #28505d;
	background-size: cover;
	padding: 90px 0 100px;
}

.top_publish_voice .hdl {
	margin: 0 0 70px;
}

.top_publish_voice .voice_btn {
	margin: 125px 0 0;
	display: flex;
	justify-content: center;
}

.top_publish_voice .voice_btn a {
	width: 380px;
	height: 100px;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #9b8a63;
	padding: 0 70px;
	position: relative;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}

.top_publish_voice .voice_btn a:before {
	position: absolute;
	content: "";
	background: url("../images/publish/top/arrow_voice.png") center center no-repeat;
	background-size: 11px 13px;
	right: 48px;
	top: 0;
	width: 12px;
	height: 100%;
	z-index: 0;
}

.top_publish_voice .voice_slider {}

.top_publish_voice .voice_slider .slick-slide {
	margin: 0 1.5625vw;
	outline: none;
	transform: scaleY(0.85);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	/* Firefox */
	-webkit-transition: all 0.3s !important;
	/* Chrome&Safari */
}

.top_publish_voice .voice_slider .slick-slide.slick-center {
	transform: scaleY(1);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	/* Firefox */
	-webkit-transition: all 0.3s !important;
	/* Chrome&Safari */
}

.top_publish_voice .voice_slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: -66px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
}

.top_publish_voice .voice_slider .slick-dots li {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.top_publish_voice .voice_slider .slick-dots li button {
	border: 1px #fff solid;
	background: none;
	cursor: pointer;
	outline: none;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.top_publish_voice .voice_slider .slick-dots li.slick-active button {
	background: #fff;
}

.top_publish_voice .voice_slider .slick-arrow {
	text-indent: -9999px;
	outline: none;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	border: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #1c363f;
	background-size: 17px 22px;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	/* Firefox */
	-webkit-transition: all 0.3s !important;
	/* Chrome&Safari */
	z-index: 2;
}

.top_publish_voice .voice_slider .slick-arrow.slick-prev {
	background-image: url("../images/publish/top/prev_slider.png");
	left: 15vw;
}

.top_publish_voice .voice_slider .slick-arrow.slick-next {
	background-image: url("../images/publish/top/next_slider.png");
	right: 15vw;
}

.voice_box {
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.voice_box .voice_cont {
	background: #f6f5f1;
	padding: 60px 80px 30px;
}

.voice_box .voice_mess {
	display: flex;
	align-items: flex-start;
	gap: 0 5.8%;
	margin: 0 0 30px;
}

.voice_box .voice_mess .mess_img {
	max-width: 43.5%;
}

.voice_box .voice_mess .mess_img img {
	height: 340px;
	object-fit: cover;
}

.voice_box .voice_mess .mess_in {
	flex: 1;
}

.voice_box .voice_mess .mess_tit {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	color: #28505d;
	margin: 0 0 10px;
}

.voice_box .voice_mess .mess_comp {
	margin: 0 0 20px;
	font-size: 23px;
	font-weight: 600;
	color: #28505d;
}

.voice_box .voice_mess .mess_cont {
	border-top: 1px #ddd solid;
	padding: 25px 0 0;
	color: #343434;
}

.voice_box .voice_mess .mess_worker {
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	gap: 20px;
}

.voice_box .voice_mess .mess_worker .worker_tit {
	flex-shrink: 0;
	font-weight: 600;
}

.voice_box .voice_mess .mess_item {
	display: flex;
	align-items: center;
	flex-wrap: 0;
	gap: 20px;
	margin: 0 0 25px;
}

.voice_box .voice_mess .mess_item .item_tit {
	font-size: 18px;
	font-weight: 600;
	flex-shrink: 0;
}

.voice_box .voice_mess .mess_item .item_list {
	display: flex;
	align-items: stretch;
	gap: 10px;
	flex-wrap: wrap;
}

.voice_box .voice_mess .mess_item .item_list li {
	background: #343434;
	font-size: 16px;
	padding: 3px 20px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.voice_box .voice_mess .mess_cate {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 0 0 5px;
}

.voice_box .voice_mess .mess_cate li {
	font-size: 16px;
}

.voice_box .voice_mess .mess_date {
	text-align: right;
	font-size: 14px;
}

.voice_box .voice_type {
	display: flex;
	align-items: stretch;
	gap: 0 20px;
}

.voice_box .voice_type li {
	width: calc((100% - 20px)/2);
}

.voice_box .voice_type .type_tit {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
}

.voice_box .voice_type .type_in {
	padding: 15px 30px;
}

.voice_box .voice_type .type_txt {
	font-size: 18px;
	line-height: 1.88;
}

.voice_box .voice_type .type_trouble .type_tit {
	background: #343434;
}

.voice_box .voice_type .type_trouble .type_in {
	background: #e2e1de;
	border: 1px #343434 solid;
	border-top: none;
}

.voice_box .voice_type .type_trouble .type_txt {
	color: #343434;
}

.voice_box .voice_type .type_result .type_tit {
	background: #9b8a63;
}

.voice_box .voice_type .type_result .type_in {
	background: #edeae3;
	border: 1px #28505d solid;
	border-top: none;
}

.voice_box .voice_type .type_result .type_txt {
	color: #28505d;
	font-weight: 600;
}

.voice_box .voice_detail {
	background: #1c363f;
	padding: 20px 80px 25px;
	color: #fff;
}

.voice_box .voice_detail .detail_tit {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.88;
	margin: 0 0 10px;
}

.voice_box .voice_detail .detail_cont {
	display: flex;
	align-items: center;
	gap: 0 30px;
}

.voice_box .voice_detail .detail_head {
	flex-shrink: 0;
	width: 90px;
	align-self: flex-start;
}

.voice_box .voice_detail .detail_txt {
	font-size: 18px;
	line-height: 1.88;
}

.voice_box .voice_mess .mess_img_sp {
	display: none;
}


@media (max-width: 1600px) {
	.top_publish_voice .voice_slider .slick-arrow.slick-prev {
		left: 9vw;
	}

	.top_publish_voice .voice_slider .slick-arrow.slick-next {
		right: 9vw;
	}
}

@media (max-width: 1024px) {
	.top_publish_voice .voice_slider .slick-slide {
		margin: 0 50px;
		transform: scaleY(1);
	}

	.top_publish_voice .voice_slider .slick-arrow.slick-prev {
		left: 10px;
	}

	.top_publish_voice .voice_slider .slick-arrow.slick-next {
		right: 10px;
	}

	.voice_box .voice_cont {
		padding: 40px 30px 30px;
	}

	.voice_box .voice_detail {
		padding: 20px 30px 25px;
	}
}

@media (max-width: 767px) {
	.top_publish_voice {
		background: url("../images/publish/top/bg_voice_sp.png") center 0 no-repeat #28505d;
		background-size: 100% auto;
		padding: 60px 0 85px;
	}

	.top_publish_voice .hdl {
		margin: 0 0 40px;
	}

	.top_publish_voice .voice_btn {
		margin: 95px 0 0;
	}

	.top_publish_voice .voice_btn a {
		width: 285px;
		height: 70px;
		font-size: 17px;
		padding: 0 45px;
	}

	.top_publish_voice .voice_btn a:before {
		position: absolute;
		content: "";
		background: url("../images/publish/top/arrow_voice.png") center center no-repeat;
		background-size: 10px 11px;
		right: 40px;
		width: 10px;
		height: 100%;
	}

	.top_publish_voice .voice_slider .slick-slide {
		margin: 0 20px;
	}

	.top_publish_voice .voice_slider .slick-dots {
		bottom: -55px;
		width: 100%;
		gap: 20px;
	}

	.top_publish_voice .voice_slider .slick-arrow {
		width: 30px;
		height: 30px;
		background-size: 9px 11px;
	}

	.top_publish_voice .voice_slider .slick-arrow.slick-prev {
		left: 5px;
	}

	.top_publish_voice .voice_slider .slick-arrow.slick-next {
		right: 5px;
	}

	.voice_box {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.voice_box .voice_cont {
		padding: 40px 20px 30px;
	}

	.voice_box .voice_mess {
		display: block;
		margin: 0 0 20px;
	}

	.voice_box .voice_mess .mess_img {
		display: none;
	}

	.voice_box .voice_mess .mess_img_sp {
		display: block;
		margin: 0 0 25px;
	}

	.voice_box .voice_mess .mess_img_sp img {
		width: 100%;
	}

	.voice_box .voice_mess .mess_tit {
		font-size: min(18px, 4.8vw);
		margin: 0 0 20px;
	}

	.voice_box .voice_mess .mess_comp {
		margin: 0 0 15px;
		font-size: min(16px, 4.27vw);
	}

	.voice_box .voice_mess .mess_worker {
		margin: 0 0 5px;
		font-size: 15px;
		gap: 8px;
	}

	.voice_box .voice_mess .mess_item {
		gap: 8px;
		margin: 0 0 13px;
	}

	.voice_box .voice_mess .mess_item .item_tit {
		font-size: 15px;
	}

	.voice_box .voice_mess .mess_item .item_list li {
		font-size: 14px;
		padding: 5px 12px;
	}

	.voice_box .voice_mess .mess_cate {
		flex-direction: column;
		align-items: flex-start;
		gap: 3px 0;
	}

	.voice_box .voice_mess .mess_cate li {
		font-size: 14px;
	}

	.voice_box .voice_mess .mess_date {
		font-size: 13px;
	}

	.voice_box .voice_type {
		flex-direction: column;
		gap: 20px;
	}

	.voice_box .voice_type li {
		width: 100%;
	}

	.voice_box .voice_type .type_tit {
		font-size: 15px;
	}

	.voice_box .voice_type .type_in {
		padding: 10px 20px;
	}

	.voice_box .voice_type .type_txt {
		font-size: 15px;
		line-height: 1.66;
	}

	.voice_box .voice_detail {
		padding: 25px 20px 30px;
	}

	.voice_box .voice_detail .detail_tit {
		font-size: 15px;
		margin: 0 0 15px;
	}

	.voice_box .voice_detail .detail_cont {
		align-items: flex-start;
		gap: 0 15px;
	}

	.voice_box .voice_detail .detail_head {
		width: 60px;
	}

	.voice_box .voice_detail .detail_txt {
		font-size: 15px;
		line-height: 1.66;
	}
}

.publish_recruit {
	background: url("../images/publish/top/bg_recruit.png") center 0 repeat #28505d;
	padding: 25px 20px 45px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.publish_recruit .recruit_hd {
	text-align: center;
	position: relative;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.33;
	padding: 0 40px;
	margin: 0 0 30px;
}

.publish_recruit .recruit_hd:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 4px;
	height: 70%;
	left: 0;
	bottom: 0;
	transform: rotate(-30deg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	z-index: 0;
}

.publish_recruit .recruit_hd:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 4px;
	height: 70%;
	right: 0;
	bottom: 0;
	transform: rotate(30deg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	z-index: 0;
}

.publish_recruit .recruit_det {
	text-align: center;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.88;
}

.publish_recruit .recruit_cap {
	text-align: center;
	margin: 0 0 55px;
	font-size: 28px;
	font-weight: 600;
	color: #fed400;
}

.publish_recruit .recruit_check {
	display: flex;
	align-items: stretch;
	width: 1200px;
	max-width: 100%;
	gap: 40px 12px;
}

.publish_recruit .recruit_check li {
	width: calc((100% - 36px)/4);
	position: relative;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: -moz-linear-gradient(top, #ebeae7, #fff);
	background: -webkit-gradient(linear, top, from(#ebeae7), to(#fff));
	background: -webkit-linear-gradient(top, #ebeae7, #fff);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.publish_recruit .recruit_check li:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	border: 2px #dedcd5 solid;
	width: 60px;
	height: 60px;
	background: url("../images/publish/top/check_recruit.png") center center no-repeat #28505d;
	background-size: 24px 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}

.publish_recruit .recruit_check .check_txt {
	font-size: 23px;
	color: #28505d;
	line-height: 1.56;
	font-weight: 600;
}

.publish_recruit .recruit_check .check_txt .txt_line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #f4dd6a 0%) repeat scroll 0 0;
}

@media (max-width: 1024px) {
	.publish_recruit .recruit_check {
		flex-wrap: wrap;
	}

	.publish_recruit .recruit_check li {
		width: calc((100% - 12px)/2);
	}
}

@media (max-width: 767px) {
	.publish_recruit {
		background: url("../images/publish/top/bg_recruit_sp.png") center 0 no-repeat #28505d;
		background-size: 100% auto;
		padding: 40px 20px 45px;
	}

	.publish_recruit .recruit_hd {
		font-size: 19px;
		line-height: 1.42;
		padding: 0 14px;
		margin: 0 0 25px;
	}

	.publish_recruit .recruit_hd:before {
		width: 2px;
		transform: rotate(-35deg);
	}

	.publish_recruit .recruit_hd:after {
		width: 2px;
		transform: rotate(35deg);
	}

	.publish_recruit .recruit_det {
		font-size: 13px;
		line-height: 1.77;
	}

	.publish_recruit .recruit_cap {
		margin: 0 0 35px;
		font-size: 16px;
	}

	.publish_recruit .recruit_check {
		gap: 30px 15px;
	}

	.publish_recruit .recruit_check li {
		width: calc((100% - 15px)/2);
		height: 100px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.publish_recruit .recruit_check li:before {
		border: 1px #dedcd5 solid;
		width: 30px;
		height: 30px;
		background: url("../images/publish/top/check_recruit.png") center center no-repeat #28505d;
		background-size: 12px 8px;
	}

	.publish_recruit .recruit_check .check_txt {
		font-size: min(14px, 3.74vw);
		line-height: 1.43;
	}
}

.publish_mv {
	background: url("../images/publish/top/bg_mv.png") center 0 repeat #28505d;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.publish_mv .mv_inner {
	padding: 130px 0 0;
	position: relative;
}

.publish_mv .mv_cont {
	max-width: 889px;
	position: relative;
	z-index: 1;
}

.publish_mv .mv_inner .mv_img {
	position: absolute;
	z-index: 0;
}

.publish_mv .mv_inner .mv_img01 {
	top: 0;
	right: calc(100% - 156px);
	width: 286px;
}

.publish_mv .mv_inner .mv_img02 {
	top: 250px;
	right: calc(100% - 90px);
	width: 348px;
}

.publish_mv .mv_inner .mv_img03 {
	top: 540px;
	right: calc(100% + 120px);
	width: 427px;
}

.publish_mv .mv_inner .mv_img04 {
	top: 30px;
	right: 102px;
	width: 127px;
}

.publish_mv .mv_inner .mv_img05 {
	top: 76px;
	left: calc(100% - 40px);
	width: 322px;
}

.publish_mv .mv_inner .mv_img06 {
	top: 610px;
	left: calc(100% + 60px);
	width: 379px;
}

.publish_mv .mv_comment {
	width: 100%;
	margin: 50px 0 0;
	text-align: center;
	padding: 30px 20px 25px;
	background: url("../images/publish/top/bg_comment_mv.png") center center no-repeat;
	background-size: cover;
}

.publish_mv .mv_comment img {
	width: 895px;
}


@media (max-width: 767px) {
	.publish_mv {
		background: none;
	}

	.publish_mv .mv_inner {
		padding: 0;
	}

	.publish_mv .mv_cont {
		max-width: 889px;
		position: relative;
		z-index: 1;
	}

	.publish_mv .mv_inner .mv_img {
		display: none;
	}

	.publish_mv .mv_comment {
		display: none;
	}
}



/* wp-pagenavi
----------------------------------------------- */
.page_voice .wp-pagenavi {
	margin: 120px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
}

.page_voice .wp-pagenavi a,
.page_voice .wp-pagenavi span {
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: auto;
	height: auto;
	margin: 0;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	font-family: "Inter", sans-serif;
	position: relative;
}

.page_voice .wp-pagenavi a:hover {
	opacity: 0.5;
}

.page_voice .wp-pagenavi span:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 40px;
	height: 2px;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	z-index: 0;
}

.page_voice .wp-pagenavi .extend {
	border: none;
	background: none;
	width: auto;
}

.page_voice .wp-pagenavi .extend:before {
	display: none;
}

.page_voice .wp-pagenavi .previouspostslink {
	margin: 0 10px 0 0;
	border: none;
	background: #9b8a63;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.page_voice .wp-pagenavi .previouspostslink:before {
	position: absolute;
	content: "";
	background: url("../images/publish/voice/prev_wp.png") center center no-repeat;
	background-size: 11px 13px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	/* Firefox */
	-webkit-transition: all 0.3s !important;
	/* Chrome&Safari */
	z-index: 0;
}

.page_voice .wp-pagenavi .previouspostslink:hover {
	opacity: 1;
}

.page_voice .wp-pagenavi .previouspostslink:hover:before {
	transform: translateX(-3px);
}

.page_voice .wp-pagenavi .nextpostslink {
	margin: 0 0 0 10px;
	border: none;
	background: #9b8a63;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.page_voice .wp-pagenavi .nextpostslink:before {
	position: absolute;
	content: "";
	background: url("../images/publish/voice/next_wp.png") center center no-repeat;
	background-size: 11px 13px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	/* Firefox */
	-webkit-transition: all 0.3s !important;
	/* Chrome&Safari */
	z-index: 0;
}

.page_voice .wp-pagenavi .nextpostslink:hover {
	opacity: 1;
}

.page_voice .wp-pagenavi .nextpostslink:hover:before {
	transform: translateX(3px);
}

@media (max-width: 767px) {
	.page_voice .wp-pagenavi {
		margin: 40px 0 0;
		gap: 20px;
	}

	.page_voice .wp-pagenavi a,
	.page_voice .wp-pagenavi span {
		font-size: 12px;
	}

	.page_voice .wp-pagenavi a:hover {
		opacity: 1;
	}

	.page_voice .wp-pagenavi span:before {
		width: 16px;
		height: 1px;
		bottom: -6px;
	}

	.page_voice .wp-pagenavi .previouspostslink {
		margin: 0 5px 0 0;
		width: 32px;
		height: 32px;
	}

	.page_voice .wp-pagenavi .previouspostslink:before {
		background: url("../images/publish/voice/prev_wp.png") center center no-repeat;
		background-size: 6px 6px;
	}

	.page_voice .wp-pagenavi .previouspostslink:hover:before {
		transform: translateX(0);
	}

	.page_voice .wp-pagenavi .nextpostslink {
		margin: 0 0 0 5px;
		width: 32px;
		height: 32px;
	}

	.page_voice .wp-pagenavi .nextpostslink:before {
		background: url("../images/publish/voice/next_wp.png") center center no-repeat;
		background-size: 6px 6px;
	}

	.page_voice .wp-pagenavi .nextpostslink:hover:before {
		transform: translateX(0);
	}
}





/* sub_voice
----------------------------------------------- */
.sub_voice {
	background: url("../images/publish/voice/bg_voice.png") center 0 no-repeat #28505d;
	background-size: cover;
	padding: 100px 0 160px;
}

.sub_voice .hdl {
	margin: 0 0 70px;
}

.sub_voice .voice_block {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}

@media (max-width: 767px) {
	.sub_voice {
		background: url("../images/publish/voice/bg_voice.png") center 0 no-repeat #28505d;
		background-size: cover;
		padding: 50px 0 80px;
	}

	.sub_voice .hdl {
		margin: 0 0 40px;
	}
}