[data-target] {
	cursor: pointer;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	overflow-wrap: break-word;
	overflow-x: hidden;
	position: relative;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	outline: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

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

address {
	font-style: normal;
}

.hc-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1280px;
}

.hc-button {
	align-items: center;
	background-color: #FE990D;
	background-image: none;
	border: none;
	border-radius: 24px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4;
	max-width: 100%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	transition: box-shadow, background-color 0.3s ease-out 0s;
	width: 248px;
}

.hc-button::after {
	background: transparent url(../img/common/icon-button-arrow.svg) no-repeat center center/contain;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 14px;
	margin-left: 12px;
	width: 8px;
}

.hc-button:hover {
	background-color: #e47f00;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.hc-button-mv {
	align-items: center;
	background-color: #FE990D;
	background-image: none;
	border: none;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4;
	max-width: 100%;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	transition: box-shadow, background-color 0.3s ease-out 0s;
	width: 286px;
}

.hc-button-mv::before {
	background: transparent url(../img/common/icon-button-mail.svg) no-repeat center center/contain;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 17px;
	margin-right: 10px;
	width: 21px;
}

.hc-button-mv:hover {
	background-color: #e47f00;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.hc-button-header {
	align-items: center;
	background: #FE990D;
	border-radius: 36px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	letter-spacing: 0.04em;
	max-width: 100%;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none;
	transition: box-shadow, background-color 0.3s ease-out 0s;
	width: 148px;
}

.hc-button-header::before {
	background: url(../img/common/icon-button-mail.svg) no-repeat center center/contain;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 17.41px;
	margin-right: 6px;
	width: 21.77px;
}

.hc-button-header:hover {
	background-color: #e47f00;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.hc-button-header__text .is-ja,
.hc-button-header__text .is-en {
	display: block;
	line-height: 1;
	text-align: center;
}

.hc-button-header__text .is-ja {
	font-size: 12px;
	font-weight: 700;
}

.hc-button-header__text .is-en {
	font-family: din-2014, sans-serif;
	font-size: 10px;
	margin-top: 6px;
}

.hc-balloon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	letter-spacing: 0.04em;
}

.hc-balloon::before,
.hc-balloon::after {
	background: #222;
	content: "";
	height: 46px;
	width: 2px;
}

.hc-balloon::before {
	margin-right: 12px;
	transform: rotate(-20deg);
}

.hc-balloon::after {
	margin-left: 12px;
	transform: rotate(20deg);
}

.hc-balloon__text {
	font-weight: 700;
	text-align: center;
}

.hc-balloon__text .is-strong {
	display: block;
	font-size: 20px;
}

.hc-balloon__text .is-normal {
	display: block;
	font-size: 12px;
}

.hc-global-link {
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
}

.hc-global-link .is-ja {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

.hc-global-link .is-en {
	color: #FE990D;
	display: block;
	font-family: din-2014, sans-serif;
	font-size: 10px;
	line-height: 1.3;
}

.hc-global-nav {
	align-items: center;
	display: flex;
}

.hc-global-nav__item:nth-child(n+2) {
	margin-left: 24px;
}

.hc-header {
	left: 0;
	padding-top: 24px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.hc-header__inner {
	align-items: center;
	display: flex;
}

.hc-header__global {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 55px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	display: flex;
	height: 56px;
	padding: 12px 20px;
	width: 148px;
}

.hc-header__logo {
	width: 108px;
}

.hc-header__logo img {
	display: block;
}

.hc-header__nav {
	display: none;
}

.hc-header__contact {
	margin-left: auto;
}

.hc-header__hamburger {
	background: #FE990D;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	display: none;
	height: 56px;
	margin-left: auto;
	width: 56px;
}

.hc-news-item {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	overflow: hidden;
	text-decoration: none;
}

.hc-news-item__time {
	font-size: 12px;
}

.hc-news-item__label {
	background: #FE990D;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	margin-left: 20px;
	padding: 2px 10px;
	text-align: center;
}

.hc-news-item__title {
	font-size: 14px;
	margin-top: 4px;
	transition: color 0.3s ease-out 0s;
	width: 100%;
}

.hc-news-items {
	margin-top: 20px;
}

.hc-news-items__link:nth-child(n+2) {
	border-top: 1px solid #F2F2F2;
	margin-top: 8px;
	padding-top: 8px;
}

.hc-news-head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.hc-news-head__en img {
	display: block;
	width: 76px;
}

.hc-news-head__ja {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-left: 12px;
}

.hc-top-news {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 24px 16px;
	position: relative;
	z-index: 2;
}

.hc-card-service {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	display: block;
	overflow: hidden;
}

.hc-card-service__image {
	padding-top: 63.5820895522%;
	position: relative;
	text-align: center;
	width: 100%;
}

.hc-card-service__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.hc-card-service__body {
	padding: 20px 20px 36px;
	text-align: center;
}

.hc-card-service__title {
	border-bottom: 1px solid #F2F2F2;
	font-weight: 700;
	padding-bottom: 16px;
}

.hc-card-service__title .is-sub {
	display: block;
	font-size: 16px;
}

.hc-card-service__title .is-main {
	display: block;
	font-size: 24px;
}

.hc-card-service__lists {
	display: inline-block;
	font-weight: 700;
	margin-top: 24px;
}

.hc-card-service__lists li {
	align-items: center;
	display: flex;
	font-size: 16px;
	margin-top: 14px;
	text-align: left;
}

.hc-card-service__lists li::before {
	background: transparent url(../img/common/icon-check.svg) no-repeat top center/contain;
	content: "";
	flex-shrink: 0;
	height: 17px;
	margin-right: 8px;
	width: 17px;
}

.hc-service-cards {
	display: flex;
	flex-wrap: wrap;
}

.hc-service-cards__item {
	counter-increment: number;
	position: relative;
}

.hc-service-cards__item::before {
	bottom: calc(100% - 26px);
	color: #FE990D;
	content: "0" counter(number);
	font-family: din-2014, sans-serif;
	font-size: 120px;
	font-weight: 700;
	left: 0px;
	line-height: 1;
	position: absolute;
	z-index: 2;
}

.hc-service-cards__item .hc-card-service {
	position: relative;
	z-index: 2;
}

.hc-card-work {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	display: block;
	letter-spacing: 0.04em;
	overflow: hidden;
	text-decoration: none;
}

.hc-card-work:hover .hc-card-work__link {
	background-color: #d8d8d8;
}

.hc-card-work__image {
	overflow: hidden;
	padding-top: 62.6470588235%;
	position: relative;
	width: 100%;
}

.hc-card-work__image img {
	-o-object-fit: cover;
	-o-object-position: center top;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center top;
	position: absolute;
	top: 0;
	transition: transform 0.3s ease-out 0s;
	width: 100%;
}

.hc-card-work__image::before,
.hc-card-work__image::after {
	content: "";
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	z-index: 3;
}

.hc-card-work__image::before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.hc-card-work__body {
	padding: 20px;
}

.hc-card-work__title {
	font-size: 16px;
	font-weight: 700;
}

.hc-card-work__label {
	border: 1px solid #FE990D;
	border-radius: 4px;
	color: #FE990D;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	margin-top: 12px;
	padding: 4px 8px;
}

.hc-card-work__link {
	align-items: center;
	background: #F2F2F2;
	border-radius: 4px;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	margin-top: 18px;
	padding: 8px 12px;
	transition: background-color 0.3s ease-out 0s;
	width: 100%;
}

.hc-card-work__link::after {
	background: transparent url(../img/common/icon-target.svg) no-repeat center center/contain;
	content: "";
	height: 13px;
	margin-left: 8px;
	width: 13px;
}

.hc-work-cards {
	display: flex;
	flex-wrap: wrap;
	padding: 0 40px;
	position: relative;
}

.hc-work-cards .swiper {
	padding: 12px;
}

.hc-work-cards .swiper-button-next,
.hc-work-cards .swiper-button-prev {
	align-items: center;
	background: #FE990D;
	border-radius: 50%;
	display: flex;
	height: 30px;
	justify-content: center;
	padding: 0;
	transition: background 0.3s ease 0s;
	width: 30px;
}

.hc-work-cards .swiper-button-next:hover,
.hc-work-cards .swiper-button-prev:hover {
	background: #e47f00;
}

.hc-work-cards .swiper-button-next::after,
.hc-work-cards .swiper-button-prev::after {
	background: url(../img/common/icon-slide-left.svg) no-repeat center center/contain;
	border: none;
	height: 14px;
	left: auto;
	right: auto;
	transform: none;
	width: 8px;
}

.hc-work-cards .swiper-button-prev {
	left: 8px;
}

.hc-work-cards .swiper-button-prev::after {
	background-image: url(../img/common/icon-slide-left.svg);
	margin-left: -2px;
}

.hc-work-cards .swiper-button-next {
	right: 8px;
}

.hc-work-cards .swiper-button-next::after {
	background-image: url(../img/common/icon-slide-right.svg);
	margin-right: -2px;
}

.hc-card-flow {
	display: block;
}

.hc-card-flow__image {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	text-align: center;
	width: 140px;
}

.hc-card-flow__image img {
	display: block;
	width: 100%;
}

.hc-card-flow__label {
	align-items: center;
	background: #222;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	left: -10px;
	letter-spacing: 0.04em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
}

.hc-card-flow__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 12px;
	text-align: center;
}

.hc-card-flow__text {
	font-size: 14px;
	line-height: 1.7142857143;
	margin-top: 12px;
}

.hc-card-flow__text a {
	color: #0066c0;
	text-decoration: underline;
	transition: color 0.3s ease 0s;
}

.hc-card-flow__text a:hover {
	color: #e47f00;
}

.hc-flow-cards {
	display: block;
}

.hc-flow-cards__item {
	position: relative;
}

.hc-flow-cards__item:nth-child(n+2)::before {
	content: "";
	position: absolute;
}

.hc-card-qa {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
}

.hc-card-qa__q {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

.hc-card-qa__q::before {
	background: transparent url(../img/top/qa-q.svg) no-repeat top center/contain;
	content: "";
	flex-shrink: 0;
	height: 34px;
	margin-right: 16px;
	width: 28px;
}

.hc-card-qa__a {
	background: #f2f2f2;
	font-size: 14px;
	font-weight: 700;
	margin-top: 12px;
	padding: 20px;
}

.hc-qa-cards__item:nth-child(n+2) {
	margin-top: 20px;
}

.hc-button-contact-large {
	align-items: center;
	background-color: #FE990D;
	background-image: none;
	border: none;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4;
	max-width: 100%;
	padding: 20px 24px;
	text-decoration: none;
	transition: box-shadow, background-color 0.3s ease-out 0s;
	width: 315px;
}

.hc-button-contact-large::before {
	background: transparent url(../img/common/icon-button-mail.svg) no-repeat center center/contain;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 17px;
	margin-right: 10px;
	width: 21px;
}

.hc-button-contact-large:hover {
	background-color: #e47f00;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.hc-button-contact-large__text {
	text-align: left;
}

.hc-button-contact-large__text span {
	display: inline-block;
}

.hc-balloon-large {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	letter-spacing: 0.04em;
}

.hc-balloon-large::before,
.hc-balloon-large::after {
	background: #222;
	content: "";
	height: 46px;
	width: 2px;
}

.hc-balloon-large::before {
	margin-right: 12px;
	transform: rotate(-20deg);
}

.hc-balloon-large::after {
	margin-left: 12px;
	transform: rotate(20deg);
}

.hc-balloon-large__text {
	font-weight: 700;
	text-align: center;
}

.hc-balloon-large__text .is-strong {
	display: block;
	font-size: 24px;
	line-height: 1;
}

.hc-balloon-large__text .is-normal {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-top: 8px;
}

.hc-common-contact {
	background: linear-gradient(45deg, #FFE200, #FFBC5A);
	margin-top: 60px;
	padding: 40px 20px;
	text-align: center;
}

.hc-common-contact__content {
	background: #fff;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 20px;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.hc-common-contact__button {
	margin-top: 14px;
}

.hc-footer {
	background: #F7F7F7;
	padding: 40px 0;
}

.hc-footer__info {
	margin-top: 60px;
	text-align: center;
}

.hc-footer-nav {
	display: flex;
	font-weight: 700;
}

.hc-footer-nav__left {
	width: 50%;
}

.hc-footer-nav__1,
.hc-footer-nav__2,
.hc-footer-nav__3,
.hc-footer-nav__4 {
	display: flex;
	flex-direction: column;
}

.hc-footer-nav__2 {
	margin-top: 20px;
}

.hc-footer-nav__right {
	width: 50%;
}

.hc-footer-nav__4 {
	margin-top: 20px;
}

.hc-footer-nav__link > a {
	font-size: 14px;
}

.hc-footer-nav__link:nth-child(n+2) {
	margin-top: 20px;
}

.hc-footer-nav__list {
	margin-top: 12px;
}

.hc-footer-nav__list li {
	padding-left: 6px;
}

.hc-footer-nav__list li:nth-child(n+2) {
	margin-top: 8px;
}

.hc-footer-nav__list li > a {
	align-items: center;
	display: flex;
	font-size: 11px;
	text-decoration: none;
}

.hc-footer-nav__list li > a::before {
	background: transparent url(../img/common/icon-footer-arrow.svg) no-repeat top center/contain;
	content: "";
	flex-shrink: 0;
	height: 10px;
	margin-right: 6px;
	width: 6px;
}

.hc-copyright {
	background: #222;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

.hc-mv-top {
	background: transparent url(../img/top/mv-sp.jpg) no-repeat center center/cover;
	border: 4px solid #FE990D;
	height: 666px;
	padding-top: 100px;
}

.hc-mv-top__lead {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
}

.hc-mv-top__text {
	font-size: 12px;
	line-height: 1.8333333333;
	margin-top: 18px;
}

.hc-mv-top__contact {
	margin-top: 12px;
	text-align: center;
}

.hc-mv-top__button {
	margin-top: 8px;
	text-align: center;
}

.hc-mv-contact {
	display: inline-block;
	text-align: center;
}

.hc-mv-contact__button {
	margin-top: 8px;
}

.hc-heading {
	font-weight: 700;
	text-align: center;
}

.hc-heading .is-en {
	display: block;
	font-family: din-2014, sans-serif;
	font-size: 60px;
	line-height: 1;
}

.hc-heading .is-ja {
	display: block;
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 8px;
}

.hc-drawer-button {
	align-items: center;
	background: #FE990D;
	border-radius: 50%;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.hc-drawer-button__bars {
	height: 16px;
	position: relative;
	width: 27px;
}

.hc-drawer-button__bar1,
.hc-drawer-button__bar2,
.hc-drawer-button__bar3 {
	background: #fff;
	border-radius: 3px;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 27px;
}

.hc-drawer-button__bar1 {
	top: 0;
}

.is-active .hc-drawer-button__bar1 {
	top: 7px;
	transform: rotate(45deg);
}

.hc-drawer-button__bar2 {
	top: 7px;
}

.is-active .hc-drawer-button__bar2 {
	display: none;
}

.hc-drawer-button__bar3 {
	top: 14px;
}

.is-active .hc-drawer-button__bar3 {
	top: 7px;
	transform: rotate(-45deg);
}

.hc-top-service {
	padding: 285px 0 80px;
	position: relative;
}

.hc-top-service::before {
	background: linear-gradient(45deg, #FFE200, #FFBC5A);
	content: "";
	height: 677px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.hc-top-service__news {
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: -52px;
	transform: translateX(-50%);
	width: calc(100% - 40px);
}

.hc-top-service__cards {
	margin-top: 104px;
}

.hc-top-service__button {
	margin-top: 40px;
	text-align: center;
}

.hc-top-work {
	background: #F7F7F7;
	padding: 80px 0;
}

.hc-top-work__cards {
	margin: 40px calc(50% - 50vw) 0;
	width: 100vw;
}

.hc-top-work__button {
	margin-top: 40px;
	text-align: center;
}

.hc-top-flow {
	padding: 80px 0;
}

.hc-top-flow__cards {
	margin-top: 80px;
}

.hc-top-qa {
	background: #F7F7F7;
	padding: 80px 0;
}

.hc-top-qa__inner {
	width: 688px;
}

.hc-top-qa__cards {
	margin-top: 40px;
}

.hc-page-mv {
	background: transparent url(../img/company/mv-sp.jpg) no-repeat center center/cover;
	height: 280px;
	position: relative;
	width: 100%;
}

.hc-page-mv::after {
	background: rgba(34, 34, 34, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.hc-page-mv__head {
	color: #fff;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.04em;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.hc-page-mv__head .is-ja {
	font-size: 32px;
	line-height: 1.2;
}

.hc-page-mv__head .is-en {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 6px;
}

.hc-page-company {
	background: linear-gradient(45deg, #FFE200, #FFBC5A);
	margin: -2em calc(50% - 50vw) 0;
	padding: 40px calc(50vw - 50%);
	width: 100vw;
}

.hc-page-company__content {
	background: #fff;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 100%;
	padding: 20px;
	width: 768px;
}

.hc-company-table {
	border: none;
	table-layout: fixed;
	width: 100%;
}

.hc-company-table tr {
	border-bottom: 1px solid #aaa;
}

.hc-company-table tr:first-child {
	border-top: 1px solid #aaa;
}

.hc-company-table th,
.hc-company-table td {
	border: none;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 20px;
}

.hc-company-table th {
	background: #F7F7F7;
	width: 100px;
}

.hc-page-contact {
	background: linear-gradient(45deg, #FFE200, #FFBC5A);
	margin: -2em calc(50% - 50vw) 0;
	padding: 40px calc(50vw - 50%);
	width: 100vw;
}

.hc-page-contact__content {
	background: #fff;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 20px 40px;
	width: 768px;
}

.hc-contact-form__text {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.hc-contact-form__dl {
	margin-top: 30px;
}

.hc-contact-form__row:nth-child(n+2) {
	margin-top: 24px;
}

.hc-contact-form__dt {
	font-size: 16px;
	font-weight: 500;
}

.hc-contact-form__dt label {
	align-items: center;
	display: inline-flex;
}

.hc-contact-form__dt.is-required label::after {
	align-items: center;
	background: #FE990D;
	border-radius: 2px;
	color: #fff;
	content: "必須";
	display: flex;
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 700;
	height: 20px;
	justify-content: center;
	margin-left: 6px;
	text-align: center;
	width: 34px;
}

.hc-contact-form__dd {
	margin-top: 8px;
}

.hc-contact-form__dd [type=text],
.hc-contact-form__dd [type=email],
.hc-contact-form__dd [type=tel] {
	border-radius: 4px;
	width: 100%;
}

.hc-contact-form__dd select {
	border-radius: 4px;
	width: 100%;
}

.hc-contact-form__dd textarea {
	height: 140px;
	resize: vertical;
	width: 100%;
}

.hc-contact-form__policy {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	text-align: center;
}

.hc-contact-form__policy label {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.hc-contact-form__policy a {
	font-weight: 700;
	margin-right: 6px;
	text-decoration: underline;
}

.hc-contact-form__policy [type=checkbox] {
	margin-right: 12px;
}

.hc-contact-form__submit {
	margin: 20px auto 0;
	position: relative;
	text-align: center;
	width: 248px;
}

.hc-contact-form__submit [type=submit] {
	background: #FE990D;
	border: 1px solid #FE990D;
	border-radius: 58px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	max-width: 100%;
	padding: 12px 20px;
	width: 248px;
}

.hc-contact-form__submit .wpcf7-spinner {
	left: calc(100% + 12px);
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.hc-contact-form__attention {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 20px;
	text-align: center;
}

.hc-contact-form__attention span {
	display: inline-block;
}

.hc-contact-form__attention a {
	color: #0066c0;
	margin: 0 3px;
	text-decoration: underline;
	transition: color 0.3s ease-out 0s;
}

.hc-contact-form__attention a:hover {
	color: #e47f00;
}

.hhc-heading-service {
	align-items: center;
	background: linear-gradient(45deg, #FFE200, #FFBC5A);
	border-radius: 0 100px 100px 0;
	display: flex;
	font-weight: 700;
	line-height: 1.2;
	max-width: 90.1333333333%;
	padding: 16px 24px;
	width: 338px;
}

.hhc-heading-service .is-num {
	color: #FE990D;
	flex-shrink: 0;
	font-family: din-2014, sans-serif;
	font-size: 40px;
	margin-right: 8px;
	width: 44px;
}

.hhc-heading-service .is-text {
	font-size: 20px;
	letter-spacing: 0.04em;
}

.hhc-heading-service .is-text span {
	display: inline-block;
}

.hc-card-service-detail {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	display: block;
	font-weight: 700;
	overflow: hidden;
}

.hc-card-service-detail__image {
	padding-top: 62.6470588235%;
	position: relative;
	width: 100%;
}

.hc-card-service-detail__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.hc-card-service-detail__body {
	padding: 16px 10px 20px;
}

.hc-card-service-detail__title {
	color: #FE990D;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: center;
}

.hc-card-service-detail__title span {
	display: inline-block;
}

.hc-card-service-detail__text {
	color: #707070;
	font-size: 11px;
	line-height: 1.4545454545;
	margin-top: 12px;
}

.hc-service-detail-cards {
	display: flex;
	flex-wrap: wrap;
}

.hc-service-main-card--reverse .hc-service-main-card__image {
	margin-right: auto;
}

.hc-service-main-card__figure {
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.hc-service-main-card__figure img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.hc-service-main-card__body {
	padding: 24px 0 0;
}

.hc-service-main-card__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5555555556;
}

.hc-service-main-card__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 20px;
}

.hc-service-main-card__text p:nth-child(n+2) {
	margin-top: 1em;
}

.hc-page-service {
	margin: -2em calc(50% - 50vw) 0;
	padding: 0;
	width: 100vw;
}

.hc-page-service__lead {
	padding: 38px 0 0;
}

.hc-page-service-section {
	padding: 40px 0;
}

.hc-page-service-section.hc-page-service-section--bg {
	background: #F7F7F7;
}

.hc-page-service-section__inner {
	width: 1100px;
}

.hc-page-service-section__main-content {
	margin-top: 40px;
}

.hc-page-service-section__cards {
	margin-top: 40px;
}

.hc-page-service-lead {
	text-align: center;
}

.hc-page-service-lead__head {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5555555556;
}

.hc-page-service-lead__text {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857143;
	margin-top: 32px;
}

.hc-footer-slim {
	background: #F7F7F7;
	padding: 40px 0;
	text-align: center;
}

.hc-footer-slim__menu {
	margin-top: 24px;
}

.hc-footer-utility {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	justify-content: center;
}

.hc-footer-utility__link {
	margin: 12px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.hc-footer-utility__link:hover {
	text-decoration: underline;
}

.hc-loading {
	background: #FE990D;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	transition: all 2.4s ease 0s;
	visibility: visible;
	width: 100%;
	z-index: 300;
}

[data-loaded=true] .hc-loading {
	opacity: 0;
	visibility: hidden;
}

.l-topTitleArea {
	height: 280px;
}

.l-topTitleArea__body {
	text-align: center;
}

.c-pageTitle {
	font-size: 32px;
	line-height: 1.2;
}

.c-pageTitle__subTitle {
	display: block;
	font-family: din-2014, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2;
	margin-left: 0;
	margin-top: 10px;
	opacity: 1;
}

.l-content {
	margin-bottom: 0;
}

.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 1em;
}

.u-mt-0 {
	margin-top: 0 !important;
}

.u-mb-0 {
	margin-bottom: 0 !important;
}

@media (min-width: 600px) {

.hc-page-company {
	margin-top: -4em;
}

.hc-page-contact {
	margin-top: -4em;
}

.hc-page-service {
	margin-top: -4em;
}

}

@media (min-width: 768px) {

.hc-inner {
	padding-left: 30px;
	padding-right: 30px;
}

.hc-button-mv {
	border-radius: 40px;
	font-size: 24px;
	padding: 20px 32px;
	width: 372px;
}

.hc-button-header {
	height: 68px;
	width: 206px;
}

.hc-button-header__text .is-ja {
	font-size: 14px;
}

.hc-balloon {
	font-size: 12px;
}

.hc-balloon::before,
.hc-balloon::after {
	height: 50px;
}

.hc-balloon::before {
	margin-right: 16px;
}

.hc-balloon::after {
	margin-left: 16px;
}

.hc-balloon__text .is-strong {
	font-size: 24px;
}

.hc-balloon__text .is-normal {
	font-size: 14px;
}

.hc-header__global {
	height: 68px;
	padding: 14px 40px;
	width: calc(100% - 206px - 14px);
}

.hc-header__logo {
	width: 136px;
}

.hc-header__nav {
	display: block;
	margin-left: auto;
}

.hc-header__contact {
	display: block;
	margin-left: 14px;
	width: 206px;
}

.hc-header__hamburger {
	display: none;
}

.hc-news-item__time {
	width: 126px;
}

.hc-news-item__label {
	margin-left: 0;
	padding: 4px 12px;
	width: 74px;
}

.hc-news-item__title {
	font-size: 16px;
	margin-left: 40px;
	margin-top: 0;
	width: calc(100% - 126px - 74px - 40px);
}

.hc-news-items {
	margin-top: 0;
}

.hc-news-items__link:nth-child(n+2) {
	margin-top: 16px;
	padding-top: 16px;
}

.hc-news-head {
	display: block;
}

.hc-news-head__en img {
	width: 132px;
}

.hc-news-head__ja {
	font-size: 14px;
	margin-left: 0;
	margin-top: 8px;
}

.hc-top-news {
	border-radius: 12px;
	padding: 32px 40px;
}

.hc-top-news__head {
	width: 132px;
}

.hc-top-news__items {
	margin-left: 60px;
	width: calc(100% - 132px - 60px);
}

.hc-card-service {
	border-radius: 14px;
}

.hc-card-service__title .is-sub {
	font-size: 1.5vw;
}

.hc-card-service__title .is-main {
	font-size: 2.3333333333vw;
}

.hc-service-cards__item {
	width: calc(33.3% - 26.6666666667px);
}

.hc-service-cards__item:not(:nth-child(3n+1)) {
	margin-left: 40px;
}

.hc-service-cards__item:nth-child(n+4) {
	margin-top: 124px;
}

.hc-service-cards__item::before {
	left: -26px;
}

.hc-card-work {
	border-radius: 14px;
}

.hc-card-work__title {
	font-size: 18px;
}

.hc-work-cards {
	padding-left: 60px;
	padding-right: 60px;
}

.hc-work-cards .swiper-button-next,
.hc-work-cards .swiper-button-prev {
	height: 40px;
	width: 40px;
}

.hc-work-cards .swiper-button-prev {
	left: 10px;
}

.hc-work-cards .swiper-button-next {
	right: 10px;
}

.hc-work-cards__item {
	width: calc(33.3% - 26.6666666667px);
}

.hc-work-cards__item:not(:nth-child(3n+1)) {
	margin-left: 40px;
}

.hc-work-cards__item:nth-child(n+4) {
	margin-top: 40px;
}

.hc-card-flow__image {
	width: 200px;
}

.hc-card-flow__label {
	font-size: 1.5vw;
	height: 5vw;
	width: 5vw;
}

.hc-card-flow__title {
	font-size: 2vw;
	margin-top: 16px;
}

.hc-card-flow__text {
	font-size: 16px;
	margin-top: 16px;
}

.hc-flow-cards {
	display: flex;
	flex-wrap: wrap;
}

.hc-flow-cards__item {
	width: calc(25% - 5.25vw);
}

.hc-flow-cards__item:nth-child(n+2) {
	margin-left: 7vw;
}

.hc-flow-cards__item:nth-child(n+2)::before {
	background: transparent url(../img/top/icon-flow-arrow-right.svg) no-repeat top center/contain;
	height: 3.3333333333vw;
	right: calc(100% + 2.6666666667vw);
	top: 7vw;
	width: 1.6666666667vw;
}

.hc-card-qa__q {
	font-size: 20px;
}

.hc-card-qa__q::before {
	height: 45px;
	margin-right: 20px;
	width: 37px;
}

.hc-card-qa__a {
	font-size: 16px;
}

.hc-button-contact-large {
	font-size: 32px;
	padding: 34px 32px;
	width: 558px;
}

.hc-button-contact-large::before {
	height: 27px;
	margin-right: 16px;
	width: 36px;
}

.hc-balloon-large {
	font-size: 12px;
}

.hc-balloon-large::before,
.hc-balloon-large::after {
	height: 74px;
}

.hc-balloon-large::before {
	margin-right: 32px;
}

.hc-balloon-large::after {
	margin-left: 32px;
}

.hc-balloon-large__text .is-strong {
	font-size: 40px;
}

.hc-balloon-large__text .is-normal {
	font-size: 20px;
	margin-top: 14px;
}

.hc-common-contact {
	padding-bottom: 60px;
	padding-top: 60px;
}

.hc-common-contact__content {
	max-width: 100%;
	padding: 60px 60px;
	width: 600px;
}

.hc-common-contact__button {
	margin-top: 24px;
}

.hc-footer {
	padding-bottom: 80px;
	padding-top: 80px;
}

.hc-footer__inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.hc-footer__info {
	margin-right: 60px;
	margin-top: 0;
	text-align: left;
}

.hc-footer__menu {
	margin-left: auto;
}

.hc-footer-nav__left {
	width: auto;
}

.hc-footer-nav__right {
	margin-left: 32px;
	width: auto;
}

.hc-copyright {
	padding-bottom: 30px;
	padding-top: 30px;
}

.hc-mv-top {
	background-image: url(../img/top/mv-pc.jpg);
	height: 720px;
	padding-left: 36px;
	padding-top: 162px;
}

.hc-mv-top__content {
	width: 43.3333333333%;
}

.hc-mv-top__lead {
	font-size: 3.3333333333vw;
}

.hc-mv-top__text {
	font-size: 14px;
	margin-top: 3.3333333333vw;
}

.hc-mv-top__contact {
	margin-top: 2.5vw;
	text-align: left;
}

.hc-mv-top__contact {
	margin-top: 30px;
}

.hc-mv-top__button {
	margin-top: 16px;
	text-align: left;
}

.hc-heading .is-en {
	font-size: 120px;
}

.hc-heading .is-ja {
	font-size: 20px;
	margin-top: 12px;
}

.hc-top-service {
	padding-bottom: 100px;
	padding-top: 238px;
}

.hc-top-service__news {
	width: 882px;
}

.hc-top-service__cards {
	margin-top: 120px;
}

.hc-top-service__button {
	margin-top: 80px;
}

.hc-top-work {
	padding-bottom: 100px;
}

.hc-top-work__button {
	margin-top: 80px;
}

.hc-top-flow {
	padding-bottom: 100px;
}

.hc-top-flow__cards {
	margin-top: 60px;
}

.hc-top-qa {
	padding-bottom: 100px;
}

.hc-page-mv {
	background-image: url(../img/company/mv-pc.jpg);
	height: 400px;
}

.hc-page-mv__head .is-en {
	font-size: 16px;
}

.hc-page-company {
	padding-bottom: 80px;
	padding-top: 80px;
}

.hc-page-company__content {
	border-radius: 14px;
	padding: 60px 40px;
}

.hc-company-table th,
.hc-company-table td {
	font-size: 16px;
	padding: 24px 30px;
}

.hc-company-table th {
	width: 200px;
}

.hc-page-contact {
	padding-bottom: 80px;
	padding-top: 80px;
}

.hc-page-contact__content {
	border-radius: 14px;
	padding: 60px 40px;
}

.hc-contact-form__text {
	font-size: 24px;
}

.hc-contact-form__dl {
	margin-top: 40px;
}

.hc-contact-form__row {
	display: flex;
}

.hc-contact-form__dt {
	padding-top: 3px;
	width: 200px;
}

.hc-contact-form__dd {
	margin-top: 0;
	width: calc(100% - 200px);
}

.hc-contact-form__dd textarea {
	height: 240px;
}

.hc-contact-form__policy {
	margin-top: 32px;
}

.hc-contact-form__submit {
	margin-top: 32px;
}

.hc-contact-form__attention {
	margin-top: 32px;
}

.hhc-heading-service {
	padding: 24px 50px;
	width: 83.4375%;
}

.hhc-heading-service .is-num {
	font-size: 100px;
	margin-right: 24px;
	width: 108px;
}

.hhc-heading-service .is-text {
	font-size: 40px;
}

.hc-card-service-detail {
	border-radius: 14px;
}

.hc-card-service-detail__body {
	padding: 2.6666666667vw 3.3333333333vw 3.3333333333vw;
}

.hc-card-service-detail__title {
	font-size: 2vw;
}

.hc-card-service-detail__text {
	font-size: 14px;
	margin-top: 1.6666666667vw;
}

.hc-service-detail-cards__item {
	width: calc(33.3% - 2.2222222222vw);
}

.hc-service-detail-cards__item:not(:nth-child(3n+1)) {
	margin-left: 3.3333333333vw;
}

.hc-service-detail-cards__item:nth-child(n+4) {
	margin-top: 3.3333333333vw;
}

.hc-service-main-card__figure {
	padding-top: 56.25%;
}

.hc-service-main-card__title {
	font-size: 28px;
}

.hc-service-main-card__text {
	font-size: 16px;
	margin-top: 5vw;
}

.hc-page-service__lead {
	padding-top: 56px;
}

.hc-page-service-section {
	padding-bottom: 80px;
	padding-top: 80px;
}

.hc-page-service-section__main-content {
	margin-top: 80px;
}

.hc-page-service-section__cards {
	margin-top: 80px;
}

.hc-page-service-lead {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 688px;
}

.hc-footer-slim {
	padding-bottom: 60px;
	padding-top: 60px;
}

.hc-footer-slim__menu {
	margin-top: 40px;
}

.hc-footer-utility__link:nth-child(n+2) {
	margin-left: 40px;
}

.l-topTitleArea {
	height: 400px;
}

.c-pageTitle__subTitle {
	font-size: 16px;
}

.u-hidden-tab {
	display: none;
}

}

@media not all and (min-width: 768px) {

.hc-service-cards__item {
	width: 100%;
}

.hc-service-cards__item:nth-child(n+2) {
	margin-top: 124px;
}

.hc-work-cards__item {
	width: 100%;
}

.hc-work-cards__item:nth-child(n+2) {
	margin-top: 32px;
}

.hc-flow-cards__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 240px;
}

.hc-flow-cards__item:nth-child(n+2) {
	margin-top: 60px;
}

.hc-flow-cards__item:nth-child(n+2)::before {
	background: transparent url(../img/top/icon-flow-arrow-bottom.svg) no-repeat top center/contain;
	bottom: calc(100% + 20px);
	height: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
}

.hc-service-detail-cards__item {
	width: calc(50% - 4px);
}

.hc-service-detail-cards__item:not(:nth-child(2n+1)) {
	margin-left: 8px;
}

.hc-service-detail-cards__item:nth-child(n+3) {
	margin-top: 8px;
}

.u-hidden-sp {
	display: none;
}

}

@media (min-width: 1100px) {

.hc-service-main-card {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin: 0 calc(50% - 50vw);
	padding: 0 0 0 calc(50vw - 50%);
	width: 100vw;
}

.hc-service-main-card.hc-service-main-card--reverse {
	flex-direction: row;
	justify-content: flex-start;
	padding: 0 calc(50vw - 50%) 0 0;
}

.hc-service-main-card__image {
	margin-left: auto;
	margin-right: -30px;
	width: calc(100% - 510px - 80px);
}

.hc-service-main-card__image {
	margin-left: 7.2727272727vw;
	width: calc(100% - 510px - 7.2727272727vw);
}

.hc-service-main-card--reverse .hc-service-main-card__image {
	margin-left: -30px;
	margin-right: 7.2727272727vw;
}

.hc-service-main-card__figure {
	height: 600px;
	padding-top: 0;
}

.hc-service-main-card__body {
	width: 510px;
}

}

@media (min-width: 1280px) {

.hc-inner {
	padding-left: 40px;
	padding-right: 40px;
}

.hc-card-service__title .is-sub {
	font-size: 18px;
}

.hc-card-service__title .is-main {
	font-size: 28px;
}

.hc-card-flow__label {
	font-size: 18px;
	height: 60px;
	width: 60px;
}

.hc-card-flow__title {
	font-size: 24px;
}

.hc-flow-cards__item {
	width: calc(25% - 63px);
}

.hc-flow-cards__item:nth-child(n+2) {
	margin-left: 84px;
}

.hc-flow-cards__item:nth-child(n+2)::before {
	height: 40px;
	right: calc(100% + 32px);
	top: 84px;
	width: 20px;
}

.hc-footer-nav__left {
	display: flex;
}

.hc-footer-nav__2 {
	margin-left: 32px;
	margin-top: 0;
}

.hc-footer-nav__right {
	display: flex;
}

.hc-footer-nav__4 {
	margin-left: 32px;
	margin-top: 0;
}

.hc-mv-top__lead {
	font-size: 40px;
}

.hc-mv-top__text {
	margin-top: 40px;
}

.hc-card-service-detail__body {
	padding: 32px 30px 40px;
}

.hc-card-service-detail__title {
	font-size: 24px;
}

.hc-card-service-detail__text {
	margin-top: 20px;
}

.hc-service-detail-cards__item {
	width: calc(33.3% - 26.6666666667px);
}

.hc-service-detail-cards__item:not(:nth-child(3n+1)) {
	margin-left: 40px;
}

.hc-service-detail-cards__item:nth-child(n+4) {
	margin-top: 40px;
}

.hc-service-main-card__image {
	margin-left: 80px;
	width: calc(100% - 510px - 80px);
}

.hc-service-main-card--reverse .hc-service-main-card__image {
	margin-left: 0;
	margin-right: 80px;
}

.hc-service-main-card__text {
	margin-top: 60px;
}

.u-hidden-pc {
	display: none;
}

}

