html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button {
	overflow: visible;
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

input {
	overflow: visible;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

select {
	text-transform: none;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 0.025em;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	color: #333;
	background: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

dd {
	margin: 0;
}

object,
embed {
	vertical-align: top;
}

a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

:focus {
	outline: none;
}

table {
	border-style: solid;
	border-collapse: collapse;
	border-width: 0;
}

th,
td {
	border-style: solid;
}

th {
	white-space: nowrap;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
}

small {
	font-size: 77.7777%;
}

input,
select,
option,
textarea {
	color: inherit;
	font-size: 16px;
	background: #fff;
}

.cf::before,
.cf::after {
	content: "";
	display: table;
}

.cf::after {
	clear: both;
}

.pc {
	display: none;
}

.wrapper {
	overflow: hidden;
	position: relative;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #ff6446;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	height: 100%;
}

.header__menuBtn {
	display: block;
	width: 30px;
	height: 20px;
	padding: 15px 20px;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	left: 0;
}

.header__menuBtn ._inner {
	display: block;
	width: 30px;
	height: 1px;
	background: #333;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header__menuBtn ._inner::before,
.header__menuBtn ._inner::after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #333;
	position: absolute;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.header__menuBtn ._inner::before {
	top: -9px;
	-webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
	transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
	transition: top 0.3s ease 0.3s, transform 0.3s ease;
	transition: top 0.3s ease 0.3s, transform 0.3s ease,
		-webkit-transform 0.3s ease;
}

.header__menuBtn ._inner::after {
	bottom: -9px;
	-webkit-transition: bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease;
	transition: bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease;
	transition: bottom 0.3s ease 0.3s, transform 0.3s ease;
	transition: bottom 0.3s ease 0.3s, transform 0.3s ease,
		-webkit-transform 0.3s ease;
}

.header__menuBtn.on ._inner {
	background: rgba(255, 255, 255, 0);
}

.header__menuBtn.on ._inner::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease 0.3s;
	transition: top 0.3s ease, -webkit-transform 0.3s ease 0.3s;
	transition: top 0.3s ease, transform 0.3s ease 0.3s;
	transition: top 0.3s ease, transform 0.3s ease 0.3s,
		-webkit-transform 0.3s ease 0.3s;
}

.header__menuBtn.on ._inner::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: bottom 0.3s ease, -webkit-transform 0.3s ease 0.3s;
	transition: bottom 0.3s ease, -webkit-transform 0.3s ease 0.3s;
	transition: bottom 0.3s ease, transform 0.3s ease 0.3s;
	transition: bottom 0.3s ease, transform 0.3s ease 0.3s,
		-webkit-transform 0.3s ease 0.3s;
}

.header__logo {
	width: 133px;
	height: auto;
	margin: auto;
	line-height: 0;
}

.header__tel {
	position: absolute;
	top: 0;
	right: 0;
}

.header__tel a {
	display: block;
	width: 20px;
	height: 28px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 11px 20px;
}

.menu {
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.menu.show {
	height: calc(100vh - 50px);
}

.menu__inner {
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.menu.show .menu__inner {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.menu__list {
	font-size: 14px;
	text-align: center;
}

.menu__item {
	border-bottom: 1px solid #d7d7d7;
}

.menu__item a {
	display: block;
	padding: 6.66667%;
}

.menu__tel {
	width: 89.33333%;
	margin: 10.66667% auto;
	text-align: center;
}

.menu__tel a {
	display: block;
	color: #fff;
	background: #ff6446;
	padding: 4.77612%;
}

.menu__telText {
	font-size: 11px;
	margin: 0 0 1px;
}

.menu__telNumber {
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
}

.menu__telNumber img {
	width: 23px;
	height: auto;
	margin: 1px 10px 0 0;
}

.contents__inner {
	padding: 100vh 0 0;
}

.contents__inner--thanks {
	padding: 0;
}

.top {
	background-image: url(../img/top.jpg);
	background-position: right bottom -7vh;
	background-size: auto 104%;
	width: 100%;
	height: 90vh;
	position: fixed;
	top: 0;
	left: 0;
}

.top__catch {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.59;
	text-align: center;
	position: absolute;
	top: 19.33962%;
	left: 0;
	width: 100%;
}

.top__text {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	position: absolute;
	top: 33.49057%;
	left: 0;
	width: 100%;
}

.top__scroll {
	width: 47px;
	position: absolute;
	z-index: 1;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.anchor {
	height: 0;
	line-height: 0;
	margin: -50px 0 0;
	padding: 50px 0 0;
}

.section {
	position: relative;
	background: #fff;
}

.section__inner {
	width: 94.66667%;
	margin: auto;
	padding: 26.66667% 0;
}

.section__heading {
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
}

.section__headingEn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
}

.section__btn {
	width: 84.50704%;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.section__btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px;
	background: #ff6446;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.company {
	height: calc(100vh - 50px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.company__inner {
	margin: auto;
}

.company__title {
	font-size: 23px;
	line-height: 25px;
	font-weight: 500;
	color: #FF6446;
	text-align: center;
	margin-bottom: 9.3333%;
}

.company__title-sub {
	font-size: 14px;
	font-weight: 700;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
}

.company__logo {
	width: 60.53333%;
	margin: 0 auto 13.33333%;
}

.company__logo img {
	width: 100%;
}

.company__ceo {
	font-style: normal;
	text-align: center;
	display: block;
}
.company__address {
	font-style: normal;
	text-align: center;
	display: block;
}

.company__text {
	line-height: 1.875;
}

.company__text ._block,
.company__text ._tel {
	display: block;
}

.company__btn {
	margin: 12.67606% auto 0;
}

.works {
	color: #fff;
	background: rgba(0, 0, 0, 0.85);
}

#works {
	margin: 0;
	background-color: white;
}

.works__inner {
	width: 100%;
}

.works__heading,
.works__headingEn {
	color: #ff6446;
}

.works__list {
	width: 80%;
	max-width: 300px;
	margin: auto;
}

.works__item {
	margin: 21.33333% 0 0;
	color: #ff6446;
	font-size: 14px;
	font-weight: 700;
}

.works__bottom {
	box-sizing: border-box;
	padding-top: 10px;
	text-align: center;
}

.contact {
	background: #ff6446;
}

.contact__heading,
.contact__headingEn {
	color: #fff;
}

.contact__desc {
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 6.19718% 0 0;
	padding: 0 10px;
}

.thanks {
	background: #ff6446;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}

.thanks__heading {
	color: #fff;
}

.thanks__inner {
	margin: auto;
}

.thanks__desc {
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 6.19718% 0 0;
	padding: 0 10px;
}

.thanks__btn {
	margin: 43.09859% auto 0;
}

.thanks__btn a {
	border: 1px solid #fff;
}

.form {
	margin: 7.60563% 0 0;
}

.form__field {
	margin: 20px 0 0;
}

.form__field:first-child {
	margin: 0;
}

.form__note {
	font-size: 12px;
	color: #fff;
	margin: 0 0 20px;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
	border: none;
	background: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 10px;
	vertical-align: top;
}

.form input[type="text"]._error,
.form input[type="tel"]._error,
.form input[type="email"]._error,
.form textarea._error {
	border: 2px solid #ff6446;
}

.form textarea {
	line-height: 1.7;
	height: 200px;
}

.form input[disabled],
.form textarea[disabled] {
	background: none;
}

.subject {
	font-size: 18px;
}

.subject input {
	margin: 0 10px 0 0;
}

.submitBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 84.50704%;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	margin: 11.26761% auto 0;
	padding: 18px;
	background: #ff6446;
	border-radius: 30px;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer {
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.85);
	padding: 12% 0 4%;
	position: relative;
}

.footer__copyright {
	font-size: 12px;
}

.footer__copyright small {
	font-size: inherit;
	font-style: inherit;
}

.anm {
	opacity: 0;
	-webkit-transition: all 1s ease 0.5s;
	transition: all 1s ease 0.5s;
}

.anm.show {
	opacity: 1;
}

@media screen and (min-width: 480px) {
	.pc {
		display: inline;
	}
	.sp {
		display: none;
	}
	.wrapper {
		min-width: 1320px;
	}
	.header {
		height: 80px;
		min-width: 1320px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header__inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header__menuBtn {
		display: none;
	}
	.header__logo {
		width: 187px;
		margin: 0;
		padding: 0 0 0 30px;
	}
	.header__tel {
		display: none;
	}
	.menu {
		color: #ff6446;
		font-weight: 700;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		opacity: 1;
		z-index: 9;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		background: none;
	}
	.menu__inner {
		-webkit-transform: none;
		transform: none;
		background: none;
	}
	.menu__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 15px 0 0;
	}
	.menu__item {
		border: none;
		line-height: 20px;
	}
	.menu__item a {
		padding: 15px 20px;
	}
	.menu__tel {
		width: 260px;
		margin: 0 0 0 20px;
	}
	.menu__tel a {
		padding: 19px 0 18px;
	}
	.top {
		background-size: cover;
		height: 100vh;
		min-width: 1320px;
		min-height: 640px;
	}
	.top__catch {
		font-size: 40px;
		top: 32.22222%;
	}
	.top__text {
		font-size: 20px;
		top: 42.33333%;
	}
	.top__scroll {
		width: 55px;
		bottom: 35px;
	}
	.anchor {
		margin: -80px 0 0;
		padding: 80px 0 0;
	}
	.section__inner {
		width: 1290px;
		padding: 120px 0;
	}
	.section__heading {
		font-size: 40px;
	}
	.section__headingEn {
		font-size: 18px;
	}
	.section__btn {
		width: 320px;
	}

	.company__works {
		display: flex;
	}

	.company {
		height: calc(100vh - 80px);
		width: 50%;
	}

	.company__title {
		font-size: 34px;
		font-weight: 700;
		line-height: 37px;
		margin: 0 0 35px;
	}

	.company__title-sub {
		font-size: 18px;
	}

	.company__logo {
		width: 304px;
		margin: 0 auto 40px;
	}
	.company__ceo {
		font-size: 16px;
	}
	.company__address {
		font-size: 18px;
	}
	.company__text ._block {
		display: inline-block;
		margin: 0 5px;
	}
	.company__text ._tel {
		display: inline-block;
		margin: 0 10px;
	}
	.company__btn {
		margin: 30px auto 0;
	}

	.works {
		width: 50%;
		display: flex;
	}

	#works {
		margin: -80px 0 0;
		background-color: unset;
	}

	.works__inner {
		width: 50%;
		padding: 0;
		margin: auto;
		background-color: unset;
	}

	.works__heading {
		font-size: 34px;
		letter-spacing: normal;
	}

	.works__list {
		width: 100%;
		max-width: none;
		margin: 45px auto 0;
	}
	.works__item {
		--image-w: auto;
		--body-w: auto;
		--body-padding: 0.5em;
		font-size: 16px;
		margin: 0;
	}
	.works__item--single {
		--image-w: 352px;
		--body-w: 352px;
		--body-padding: 15px;
		width: 352px;
		margin: auto;
	}
	.works__image {
		width: var(--image-w);
	}
	.works__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.works__bottom {
		width: var(--body-w);
		padding: var(--body-padding);
	}
	.works__textListItem {
		font-size: 18px;
	}
	.contact__desc {
		text-align: center;
		line-height: 2;
		margin: 35px 0;
	}
	.thanks__heading {
		font-size: 39px;
		letter-spacing: 0;
	}
	.thanks__desc {
		font-size: 19px;
		text-align: center;
		line-height: 2;
		margin: 75px 0;
	}
	.thanks__btn {
		margin: 130px auto 0;
	}
	.form {
		margin: 35px 0 0;
	}
	.form input[type="text"],
	.form input[type="tel"],
	.form input[type="email"],
	.form textarea {
		padding: 13px 10px;
	}
	.form textarea {
		height: 244px;
	}
	.form__inner {
		margin: 35px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.form__left {
		width: 590px;
	}
	.form__right {
		width: 610px;
	}
	.submitBtn {
		width: 320px;
		margin: 70px auto 0;
	}
	.footer {
		padding: 70px 0 20px;
	}
}

/*# sourceMappingURL=common.css.map */
