@charset "utf-8";

@font-face {
	font-family: "Highway Gothic Expanded";
	src: url("../fonts/Highway_Gothic_Expanded.eot");
	src: url("../fonts/Highway_Gothic_Expanded.eot?#iefix") format("embedded-opentype"),
			 url("../fonts/Highway_Gothic_Expanded.woff") format("woff"),
			 url("../fonts/Highway_Gothic_Expanded.ttf") format("truetype");
}

body {
	/* font-family: "Highway Gothic Expanded", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; */
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	background-color: #000;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
}
*:focus {
	outline: none;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 2.1vw;
	display: flex;
	justify-content: space-between;
	z-index: 2;
	transition: all .25s ease;
}
.header.hide {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.header_menu_toggle,
.recruit_menu_closer {
	position: relative;
	width: 2.5vw;
	height: 2.5vw;
	cursor: pointer;
	display: block;
	transition: all .8s;
}
.recruit_menu_closer {
	position: absolute;
	top: 2.1vw;
	left: 2.1vw;
}
.header_menu_toggle i,
.recruit_menu_closer i {
	position: absolute;
	width: 100%;
	height: .26vw;
	background-color: #fff;
	transition: all .25s ease-in-out;
}
.recruit_menu_closer i {
	left: 0;
}
.header_menu_toggle i:nth-child(1) {
	top: 0%;
}
.header_menu_toggle i:nth-child(2) {
	top: calc(50% - .13vw);
	opacity: 1;
	visibility: visible;
}
.header_menu_toggle i:nth-child(3) {
	top: calc(100% - .26vw);
}
.header_menu_toggle.show i:nth-child(1),
.recruit_menu_closer i:nth-child(1) {
	top: calc(50% - .13vw);
	transform: translateX(-14%) rotate(-45deg);
	width: 140%;
}
.header_menu_toggle.show i:nth-child(2) {
	transform: translateX(75%);
	opacity: 0;
	visibility: hidden;
}
.header_menu_toggle.show i:nth-child(3),
.recruit_menu_closer i:nth-child(2) {
	top: calc(50% - .13vw);
	transform: translateX(-14%) rotate(45deg);
	width: 140%;
}
.header_icons {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.header_icon {
	margin-left: 1.05vw;
	width: 3.15vw;
}
.main {
	background-color: #333;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.site_logo {
	margin: 0;
	height: 12.5vw;
	position: relative;
}
.site_logo img {
	height: 100%;
	width: auto;
	margin: auto;
}
.contact_logo {
	margin: 0;
	height: 3vw;
}
.contact_logo img {
	height: 200%;
	width: auto;
	margin: auto;
}
.background {
	width: 100%;
	height: 100%;
	position: absolute;
}
.background .slick-list,
.background .slick-track,
.background_video_wrap {
	height: 100%;
}
.background_video_wrap::after {
	background-image: url(../images/dott.svg);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.background_video {
	position: absolute;
	right: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.footer {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2.1vw;
	color: #fff;
	z-index: 1;
	align-items: center;
}
.footer_copyright {
	font-size: .85vw;
	margin: 0;
	line-height: 1;
	flex-shrink: 0;
}
.footer_link {
	font-family: "Highway Gothic Expanded", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	color: inherit;
	padding: .45vw 1.25vw;
	border: solid 1px;
	letter-spacing: .2em;
	text-indent: .2em;
	font-size: .65vw;
}
.general_link {
	font-family: "Highway Gothic Expanded", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	    color: inherit;
	    padding: .65vw 1.25vw;
	    border: solid 1px;
	    letter-spacing: .2em;
	    text-indent: .2em;
	    font-size: 0.9vw;
}
.contact {
	font-family: "Highway Gothic Expanded", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	background-color: rgba(0,0,0,.85);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.contact.show {
	opacity: 1;
	visibility: visible;
}
.contact_inner {
	width: 31.25vw;
	margin: auto;
	position: relative;
}
.contact_title {
	font-weight: normal;
	font-size: 2.1vw;
	letter-spacing: .15vw;
	text-indent: .15vw;
	margin: 2.0vw 0 0 0;
}
.contact_recruit {
	display: block;
	color: #fff;
	border: solid 1px #fff;
	letter-spacing: .2em;
	text-indent: .2em;
	font-size: 1.5vw;
	padding: .5vw;
	margin: 3.0vw 0 3vw;
	cursor: pointer;
}
.contact_recruit2 {
	display: block;
	color: #fff;
	border: solid 1px #fff;
	letter-spacing: .2em;
	text-indent: .2em;
	font-size: 1.5vw;
	padding: .5vw;
	margin: 3.0vw 0 3vw;
	cursor: pointer;
}
.contact_recruit::after {
	content: "";
	border-width: .5em 0 .5em .75em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	vertical-align: top;
	transform: translateX(0.5em) scale(0.75);
}
.contact_sub_title {
	font-size: 1.6vw;
	margin: 0 0 1.25vw;
	font-weight: normal;
	letter-spacing: .2em;
	text-indent: .2em;
	display: block;
}
.contact_tel {
	font-size: 1.9vw;
	margin: 0 0 0.5vw;
	color: inherit;
	display: block;
}
.contact_time {
	font-size: 1.05vw;
	display: inline-block;
	margin-bottom: 3vw;
}
.contact_note {
	font-family: "Highway Gothic Expanded", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 0.8vw;
	display: inline-block;
	margin-bottom: 1vw;
	line-height: 1.7em;
}
.contact_tention {
	font-family: "Highway Gothic Expanded", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 0.6vw;
	display: inline-block;
	margin-bottom: 3vw;
}
.contact_select {
	position: relative;
}
.contact_select::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: .84vw;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-left: .65em solid transparent;
	border-right: .65em solid transparent;
	border-top: 1.15em solid #989898;
	pointer-events: none;
}
.contact_select {
	font-size: 1.1vw;
}
.contact_select select {
	width: 100%;
	cursor: pointer;
	border: 1px solid #989898;
	border-radius: 0;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: .4em .665em;
	color: #989898;
}
.contact_select select::-ms-expand {
	display: none;
}
.contact_names {
	display: flex;
	justify-content: space-between;
	margin: 1.5vw 0;
}
.contact_form .contact_names input {
	width: 46.5%;
}
.contact_form input,
.contact_form textarea {
	padding: .4em .665em;
	border: 1px solid;
	border-radius: 0;
	outline: none;
	background: none;
	width: 100%;
	font-size: 1.1vw;
	color: #989898;
	display: block;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder {
	color: #989898;
}
.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder {
	color: #989898;
}
.contact_form input::-ms-input-placeholder,
.contact_form textarea::-ms-input-placeholder {
	color: #989898;
}
.contact_form textarea {
	margin: 1.5vw 0;
	height: 10.5vw;
}
.contact_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .4em .665em;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	font-size: 1.1vw;
	color: #000;
	display: block;
	cursor: pointer;
	margin-top: 1.5vw;
}
.contact_confirm_div {
	display: none;
}
.contact_confirm_dl {
	border: 1px solid;
	padding: 1.5vw;
	margin: 0;
	text-align: left;
}
.contact_confirm_dl dt {
	font-size: .75vw;
	color: #989898;
}
.contact_confirm_dl dt:not(:first-of-type) {
	margin-top: 1rem;
}
.contact_confirm_dl dd {
	margin: 0;
	font-size: 1.1vw;
}
.contact_back {
	background-color: #989898;
}
.contact_copyright {
	font-size: .65vw;
	display: block;
	margin-top: .85vw;
}
.contact_error {
	color: #fff;
	text-align: center;
	padding: 1rem;
}
.recruit_wrap {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/recruit_bg.jpg);
	background-size: cover;
	background-position: center;
	transition: all .5s;
}
.recruit_wrap.show {
	opacity: 1;
	visibility: visible;
}
.recruit_nav {
	width: 20%;
	color: #fff;
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: 0;
	bottom: 0;
	transform: translateX(-100%);
	transition: all .5s;
	background-color: rgba(0,0,0,.75);
	padding: 7.5vw 3.15vw 3.15vw;
}
.show .recruit_nav {
	transform: translateX(0%);
}
.recruit_logo {
	width: 100%;
	margin-bottom: 2.8vw;
}
.recruit_title {
	font-family: "Highway Gothic Expanded", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	margin: 0 0 .85vw;
	font-size: 2.1vw;
	letter-spacing: .3em;
}
.recruit_news {
	margin-bottom: 1.25vw;
}
.recruit_status {
	display: block;
	font-size: 1.25vw;
	margin-bottom: .85vw;
}
.recruit_news_update {
	font-size: .85vw;
}
.recruit_guide {
	font-size: .85vw;
	line-height: 1.6;
}
.recruit_worklist {
	padding: 0;
	margin: 0;
	list-style: none;
}
.recruit_workitem:not(:first-child) {
	margin-top: 2.1vw;
}
.recruit_workitem {
	display: block;
	font-size: 0.85vw;
	border: 1px solid #fff;
	padding: .725em 0;
	text-align: center;
	cursor: pointer;
}
.recruit_workitem.active {
	background-color: #fff;
	color: #000;
}
.work_detail {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	border-left: 1px solid;
	width: 80%;
	padding: 5.25vw 5.25vw 5.25vw 2.2vw;
	overflow-y: auto;
	background-color: rgba(0,0,0,.75);
}
.work_title {
	font-size: 1.9vw;
	font-weight: normal;
	letter-spacing: .03em;
	margin: 0.5vw 0 2vw;
}
.work_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.work_content {
	width: 44.5%;
	line-height: 1.6;
}
.work_info_div:not(:first-child) {
	margin-top: 3vw;
}
.work_info_div p {
	font-size: 0.9vw;
	margin: .5em 0 1.5em;
}
.work_info_div p span {
	font-size: .53vw;
}
.work_info_title {
	font-size: 1.05vw;
	margin: 0 0 .475vw;
	font-weight: normal;
}
.work_info_title::before {
	content: "";
	display: inline-block;
	width: .45em;
	height: .45em;
	margin-right: .5em;
	background-color: #fff;
}
.work_employment {
	margin: .85vw 0;
	font-size: .85vw;
	line-height: 2;
}
.work_info_type {
	font-size: .85vw;
	font-weight: normal;
	margin: 0 0 .5em;
}
.work_info_table dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2.1vw;
	font-size: .85vw;
	line-height: 2.2;
}
.work_info_table dt {
	width: 17%;
}
.work_info_table dd {
	width: 83%;
	margin: 0;
}
.work_info_table p {
	margin: 0;
}
.bordered_link {
	display: inline-block;
	border: 1px solid;
	color: #fff;
	font-size: .85vw;
	padding: .75em 2.5em;
}
.work_switch {
	display: block;
	width: 15.65vw;
	margin-left: auto;
	background-color: #fff;
	text-align: center;
	font-size: 1.05vw;
	color: #000;
	padding: 1em;
	position: relative;
	cursor: pointer;
}
.work_switch::after {
	content: "";
	border-style: solid;
	border-width: 1px 1px 0 0;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.info .work_switch::after {
	transform: rotate(45deg);
	right: 8%;
}
.entry .work_switch::after {
	transform: rotate(-135deg);
	left: 8%;
}
.info .work_switch {
	margin-top: 8vw;
}
.entry .work_switch {
	margin-top: 2vw;
}
.work_entry_title {
	width: 100%;
	margin: 0 0 1.5vw;
}
.work_entry_title span {
	display: inline-block;
	font-weight: normal;
	font-size: .95vw;
	border: 1px solid;
	padding: .65em 4.65em;
}
.work_entry_lead {
	font-size: .95vw;
	margin: 0;
}
.work_entry_note {
	list-style: none;
	margin: 1.15em 0;
	padding: 0;
	font-size: 1vw;
}
.work_entry_note li {
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.work_entry_address {
	border: 1px solid;
	padding: 1.15em 1.5em;
	margin: 1.25em 0;
	font-size: .85vw;
}
.work_entry_address span {
	display: block;
	margin-top: 1em;
}
.work_entry_caution strong {
	display: block;
	font-size: 1.05vw;
	font-weight: normal;
}
.work_entry_caution p {
	margin: 1em 0 0;
	font-size: .85vw;
}
.work_entry_caution p span {
	display: block;
	font-size: .73vw;
}
.work_entry_caution ul {
	font-size: .65vw;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.75;
}
.work_entry_caution ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.work_entry_topic {
	font-size: .95vw;
	font-weight: normal;
	display: block;
}
.work_entry_topic.disc::before {
	content: "";
	width: .5em;
	height: .5em;
	display: inline-block;
	background-color: #fff;
	border-radius: 100%;
	margin-right: .5em;
}
.work_entry_flow {
	margin-bottom: 3vw;
}
.work_entry_flow ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
	margin: 1em 0 0;
	padding: 0;
	font-size: .73vw;
}
.work_entry_flow ul li {
	width: 6.9vw;
	height: 6.9vw;
	border: 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	position: relative;
}
.work_entry_flow ul li:not(:first-child)::before {
	content: "";
	position: absolute;
	border-width: 1.45em 0.75em;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	left: -15%;
}
.work_entry_flow ul p {
	margin: 0;
	text-align: center;
}
.work_entry_flow ul span {
	display: block;
	font-size: .89em;
}
.work_entry_private {
	margin-bottom: 2.3vw;
}
.work_entry_private p {
	margin: 0;
	font-size: .65vw;
}
.work_entry_contact p {
	margin: 0 0 1.15em;
	font-size: .73vw;
}
.work_entry_contact {
	margin-bottom: 3.5vw;
}
.work_entry_message {
	margin: 0;
	font-size: 1.15vw;
	letter-spacing: .04em;
}
.sp_only {
	display: none;
}
@media (max-width: 768px) {
	.sp_only {
		display: block;
	}
	.pc_only{
		display: none;
	}
	body.fixed {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
	}
	.header {
		padding: 5.35vw;
	}
	.header_menu_toggle,
	.recruit_menu_closer {
		width: 8vw;
		height: 8vw;
	}
	.header_menu_toggle i,
	.recruit_menu_closer i {
		height: .8vw;
	}
	.header_menu_toggle i:nth-child(2) {
		top: calc(50% - .4vw);
	}
	.header_menu_toggle i:nth-child(3) {
		top: calc(100% - .8vw);
	}
	.header_menu_toggle.show i:nth-child(1),
	.header_menu_toggle.show i:nth-child(3) {
		top: calc(50% - .4vw);
	}
	.header_icon {
		margin-left: 2.65vw;
		width: 8vw;
	}
	.site_logo {
		height: 24vw;
	}
	.footer {
		padding: 5.35vw;
	}
	.footer_copyright {
		font-size: 2vw;
	}
	.footer_link {
		font-size: 2.65vw;
		padding: 1.1vw 4.25vw;
	}
	.general_link {
		    padding: 2.5vw 20vw;
		    font-size: 3.5vw;
	}
	.contact_inner {
		width: 100%;
		overflow: hidden;
		padding: 18vw 10vw;
	}
	.contact_title {
		font-size: 7.75vw;
	}
	.contact_note {
		font-family: "Highway Gothic Expanded", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
		font-size: 3vw;
		display: inline-block;
		margin-top: 1vw;
		margin-bottom: 1vw;
		line-height: 1.5em;
	}
	.contact_tention {
		font-family: "Highway Gothic Expanded", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
		font-size: 2vw;
		display: inline-block;
		margin-bottom: 3vw;
	}
	.contact_recruit {
		padding: 2.65vw;
		margin: 8vw 0 5.35vw;
		font-size: 4.8vw;
	}
	.contact_recruit2 {
		padding: 2.65vw;
		margin: 8vw 0 5.35vw;
		font-size: 4.8vw;
	}
	.contact_sub_title {
		font-size: 5.35vw;
	}
	.contact_tel {
		font-size: 5.5vw;
	}
	.contact_time {
		font-size: 2.7vw;
		margin-bottom: 10.7vw;
	}
	.contact_select {
		font-size: 16px;
	}
	.contact_form input,
	.contact_form textarea {
		font-size: 16px;
		margin: 2.65vw 0;
	}
	.contact_form textarea {
		height: 20vw;
	}
	.contact_names {
		display: block;
		margin: 0;
	}
	.contact_form .contact_names input {
		width: 100%;
	}
	.contact_btn {
		font-size: 16px;
		margin-top: 3.25vw;
		padding: .8em;
	}
	.contact_confirm_dl dt {
		font-size: 2.65vw;
	}
	.contact_confirm_dl dd {
		font-size: 3.75vw;
	}
	.contact_copyright {
		font-size: 2.65vw;
		margin-top: 2.65vw;
	}
	.recruit_wrap {
		background-image: url(../images/recruit_bg_sp.jpg);
	}
	.recruit_bg {
		height: 100%;
		background-color: rgba(0,0,0,.75);
		padding: 10vw;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}
	.recruit_nav {
		width: auto;
		position: static;
		height: auto;
		transform: none;
		padding: 0;
		overflow-y: auto;
		text-align: center;
		background: 0;
	}
	.show .recruit_nav {
		transform: none;
	}
	.recruit_menu_closer {
		top: 5.35vw;
		left: 5.35vw;
	}
	.recruit_logo {
		width: 38vw;
		margin: 0 auto 8.55vw;
	}
	.recruit_title {
		font-size: 7.75vw;
		margin-bottom: 5.35vw;
	}
	.taigu_title {
		font-size: 4.5vw;
		font-weight: 700;
	}
	.recruit_news {
		margin-bottom: 6.4vw;
	}
	.recruit_status {
		font-size: 5.35vw;
	}
	.recruit_guide {
		font-size: 4.25vw;
	}
	.recruit_news_update {
		font-size: 3.2vw;
	}
	.recruit_worklist {
		margin-bottom: 4.25vw;
	}
	.recruit_worklist.grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recruit_worklist.grid .recruit_workitem,
	.recruit_worklist.grid .recruit_workitem:not(:first-child) {
		width: 47.5%;
		margin: 0 0 5.35vw;
		font-size: 4.25vw;
	}
	.recruit_workitem {
		font-size: 4.25vw;
	}
	.recruit_workitem:not(:first-child) {
		margin-top: 5.35vw;
	}
	.work_detail {
		position: static;
		width: auto;
		background: 0;
		border: 0;
		padding: 0;
	}
	.work_title {
		text-align: center;
		font-size: 8.55vw;
	}
	.work_sub {
		font-size: 6.5vw;
	}
	.work_wrap {
		display: block;
	}
	.work_content {
		width: auto;
	}
	.work_content:not(:first-of-type) {
		margin-top: 13.5vw;
	}
	.work_info_title {
		font-size: 4.55vw;
	}
	.work_employment {
		margin: 4.25vw 0;
		font-size: 3.75vw;
	}
	.work_info_div p {
		font-size: 3.75vw;
	}
	.work_info_div p span {
		font-size: 2.65vw;
	}
	.bordered_link {
		display: block;
		text-align: center;
		font-size: 4.25vw;
		padding-left: 0;
		padding-right: 0;
	}
	.work_info_div:not(:first-child) {
		margin-top: 13.5vw;
	}
	.work_info_type {
		font-size: 4.25vw;
	}
	.work_info_table dl {
		font-size: 3.75vw;
		display: block;
	}
	.work_info_table dt,
	.work_info_table dd {
		width: auto;
	}
	.work_switch {
		width: auto;
		font-size: 5.35vw;
		line-height: 1;
	}
	.entry .work_switch {
		margin-top: 8vw;
	}
	.work_entry_title {
		width: auto;
		margin-bottom: 7.2vw;
	}
	.work_entry_title span {
		display: block;
		text-align: center;
		font-size: 4.8vw;
		padding-left: 0;
		padding-right: 0;
	}
	.work_entry_lead {
		font-size: 4.8vw;
	}
	.work_entry_note {
		font-size: 3.2vw;
	}
	.work_entry_address {
		font-size: 4vw;
		margin-bottom: 3em;
	}
	.work_entry_caution strong {
		font-size: 5.35vw;
	}
	.work_entry_caution p {
		font-size: 4.25vw;
	}
	.work_entry_caution p span {
		font-size: 3.75vw;
	}
	.work_entry_caution ul {
		font-size: 3.2vw;
	}
	.work_entry_flow {
		margin-bottom: 8vw;
	}
	.work_entry_topic {
		font-size: 4.8vw;
	}
	.work_entry_flow ul {
		display: block;
		font-size: 3.75vw;
	}
	.work_entry_flow ul li {
		width: auto;
		height: 16vw;
		padding: 0;
	}
	.work_entry_flow ul span {
		display: inline-block;
	}
	.work_entry_flow ul li:not(:first-child) {
		margin-top: 3.3em;
	}
	.work_entry_flow ul li:not(:first-child)::before {
		left: auto;
		right: auto;
		margin: auto;
		top: -50%;
		border-width: 0.75em 1.45em;
		border-color: #fff transparent transparent transparent;
	}
	.work_entry_private p {
		font-size: 3.2vw;
	}
	.work_entry_private {
		margin-bottom: 8vw;
	}
	.work_entry_contact p {
		font-size: 3.75vw;
	}
	.work_entry_message {
		font-size: 5.35vw;
		text-align: center;
	}
}
