body {
	color: #4a4a4a;
	font-family: "Montserrat", "M PLUS 1", sans-serif;
	font-size: 16px;
	line-height: 1.21;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

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

.about {
	display: block;
	width: 100%;
}

.about__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 5rem auto 0;
	max-width: 31.25rem;
	width: 100%;
}

.about__img {
	aspect-ratio: 1/1;
	overflow: hidden;
	width: 15rem;
}

.about__img img {
	border-radius: 50%;
	box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
	height: auto;
	width: 100%;
}

.about__text-contents {
	margin-top: 2rem;
}

.about__text {
	font-size: 1rem;
	font-weight: 400;
}

.about__text + .about__text {
	margin-top: 1rem;
}

.button {
	align-items: center;
	display: flex;
	font-weight: 500;
	margin: 0 auto;
	padding: 0.75rem 0.5rem 0.75rem 2.5rem;
	width: 100%;
}

.button--con {
	align-items: center;
	background: #ffbd70;
	border: 0.0625rem solid #4a4a4a;
	border-radius: 0.25rem;
	display: inline-flex;
	font-size: 1rem;
	justify-content: center;
	padding: 1rem 1.3125rem;
}

.button--con .button__text {
	margin: 0 auto;
	transition: color 0.3s, opacity 0.3s;
}

.button__icon {
	align-items: center;
	display: flex;
	width: 1.5rem;
}

.button__text {
	color: #4a4a4a;
	font-size: 1rem;
	letter-spacing: 0.08em;
	margin-left: 0.625rem;
}

.button--border {
	border: 0.0625rem solid #4a4a4a;
	border-radius: 0.25rem;
	margin-top: 1.75rem;
	padding: 1rem 1.3125rem;
}

.button--border .button__text {
	font-weight: 500;
	margin: 0 auto;
}

.button__icon-path {
	fill: #4a4a4a;
}

.card {
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.card__swiper-slide {
	align-items: center;
	aspect-ratio: 2/1;
	background: #d9d9d9;
	display: flex;
	height: auto;
	justify-content: center;
	width: 15rem;
}

.card__swiper-slide p {
	font-size: 1.875rem;
	font-weight: 700;
}

.card__swiper-container + .card__swiper-container {
	margin-top: 3.75rem;
}

.card__swiper-wrapper {
	transition-timing-function: linear;
}

.contact {
	background-color: #f7f4f2;
	display: block;
	width: 100%;
}

.contact__box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: min(31.25rem, 100%);
}

.contact__field textarea:focus-visible,
.contact__field input[type=email]:focus-visible,
.contact__field input[type=text]:focus-visible {
	outline: none;
}

.contact__field textarea:hover,
.contact__field input[type=text]:hover,
.contact__field input[type=email]:hover,
.contact__field textarea:focus,
.contact__field input[type=text]:focus,
.contact__field input[type=email]:focus {
	border: 0.0625rem solid #ffbd70;
	box-shadow: 0rem 0rem 0.0625rem 0.0625rem #ffbd70, 0rem 0rem 0.3125rem 0.125rem rgba(255, 189, 112, 0.3);
}

.contact__attention {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: min(32.5rem, 100%);
}

.contact__attention p {
	font-size: 0.9375rem;
	padding-left: 1em;
	text-indent: -1em;
}

.contact__attention a {
	-webkit-text-decoration: underline;
	font-size: 0.9375rem;
	text-decoration: underline;
}

.contact__message {
	display: none;
	margin-top: 2.5rem;
}

.contact__message p {
	color: #d3381c;
}

.contact__recaptcha {
	font-size: 0.75rem;
	margin-top: 2rem;
	text-align: center;
}

.drawer {
	background: #fff6e4;
	height: 100vh;
	height: 100svh;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.5s ease;
	visibility: hidden;
	width: 100%;
	z-index: 200;
}

.drawer.is-show {
	opacity: 1;
	visibility: visible;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	margin: 0 auto;
	padding-bottom: 1.25rem;
	padding-top: 6.25rem;
	width: 12.5rem;
}

.drawer__list {
	margin-bottom: 1.25rem;
}

.drawer__text {
	color: #4a4a4a;
	font-size: 1rem;
	letter-spacing: 0.08em;
	margin-left: 0.625rem;
}

.drawer__item + .drawer__item {
	margin-top: 0.25rem;
}

.drawer__item--con a {
	margin-top: 2rem;
}

.drawer__icon-path {
	fill: #4a4a4a;
}

.drawer__icon-path--contact {
	fill: #4a4a4a;
}

.drawer__img {
	height: auto;
	margin-left: 70%;
	width: 4rem;
}

.drawer__img img {
	height: 100%;
	width: 100%;
}

.drawer__img {
	animation: floating-arrowY 2.5s ease-in-out infinite alternate-reverse;
}

.drawer__img img {
	animation: floating-arrowX 5s ease-in-out infinite alternate-reverse;
}

/*-----------------------------------------------
  表示させたい要素に js-in-view fade-in-up を追記する
------------------------------------------------*/

/* スクロールアニメーション：下からふわっと出現 */

.fade-in-up {
	opacity: 0;
	transform: translateY(1.5rem);
	transition: opacity 1s ease, transform 1s ease;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

/*-----------------------------------------------
  表示させたい要素に js-in-view fade-in を追記する
------------------------------------------------*/

/* スクロールアニメーション：ふわっと出現 */

.fade-in {
	opacity: 0;
	transition: opacity 1s ease;
}

.fade-in.is-in-view {
	opacity: 1;
}

.flow {
	overflow: hidden;
}

.flow__sheet {
	aspect-ratio: 400/239;
	height: auto;
	margin: 0 auto;
	max-width: 28.125rem;
	width: 100%;
}

.flow__sheet img {
	height: auto;
	width: 100%;
}

.flow__slide {
	margin-top: 3.75rem;
}

.flow__list {
	padding-bottom: 1rem;
	padding-top: 1.5rem;
	transition-timing-function: linear;
}

.flow__item {
	border: 0.0625rem solid #dcdcdc;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: end;
	max-width: 11.3125rem;
	min-height: 15.75rem;
	padding-top: 1rem;
	position: relative;
	width: 100%;
}

.flow__item-num {
	align-items: center;
	background-color: #ffbd70;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	height: 2.25rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -1.125rem;
	transform: translateX(-50%);
	width: 2.25rem;
}

.flow__item-img {
	height: auto;
	overflow: hidden;
	text-align: center;
	width: 11.1875rem;
}

.flow__item-img img {
	-o-object-fit: cover;
	border-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.flow__item-title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	text-align: center;
}

.flow__item-title.--space {
	margin-bottom: 1.5625rem;
}

.flow__item-title.--space2 {
	margin-bottom: 1.1875rem;
}

.footer {
	display: block;
	text-align: center;
	width: 100%;
}

.footer__copy {
	font-size: 0.75rem;
	line-height: 100%;
	padding: 0.625rem 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
	color: #c94800;
	font-size: 1rem;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	width: 100%;
}

.wpcf7-spinner {
	display: none !important;
}

.form__set {
	margin-top: 2rem;
}

.form__row input[type=text],
.form__row input[type=email],
.form__row textarea {
	border: 2px solid #fff6e4;
	border-radius: 0;
	border-radius: 0.25rem;
	box-shadow: 0.0625rem 0.0625rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.15);
	color: #4a4a4a;
	font-size: 1rem;
	padding: 0.375rem 0.875rem;
	transition: box-shadow 0.3s ease, border 0.3s ease, background-color 0.3s ease;
	width: 100%;
}

.form__row input[type=text]::-moz-placeholder,
.form__row input[type=email]::-moz-placeholder,
.form__row textarea::-moz-placeholder {
	color: #a9a9a9;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1rem;
}

.form__row input[type=text]::placeholder,
.form__row input[type=email]::placeholder,
.form__row textarea::placeholder {
	color: #a9a9a9;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1rem;
}

.form__row + .form__row {
	margin-top: 1.25rem;
}

.form__row dt span {
	margin-left: 1rem;
}

.form__row dd {
	margin-top: 0.1875rem;
}

.form__row--massage textarea {
	height: 16.875rem;
	resize: vertical;
}

.form__submit {
	font-size: 1rem;
	letter-spacing: 0.12em;
	margin-top: 2rem;
	text-align: center;
	text-align: center;
}

.form__submit input[type=submit] {
	background-color: #c0c0c0;
	border: 0.0625rem solid #808080;
	border-radius: 0.25rem;
	color: #e0e0e0;
	cursor: not-allowed; /* 未入力時のスタイル */
	cursor: pointer;
	letter-spacing: 0.12em;
	padding: 0.5625rem 3.4375rem;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}

.form__submit.-active input[type=submit] {
	background-color: #ffbd70; /* 有効時のボタン色 */
	border: 1px solid #4a4a4a;
	color: #4a4a4a;
	cursor: pointer;
	letter-spacing: 0.12em;
	transition: border-color 0.3s, color 0.3s, opacity 0.3s;
}

.form__submit.-active input[type=submit]:hover {
	border-color: #cdcdcd;
	color: #fff;
	opacity: 0.7;
}

.form__submit input[type=submit]:disabled {
	cursor: not-allowed;
}

.form__submit.-active input[type=submit] {
	cursor: pointer;
}

.form__row input:focus-visible,
.form__row--massage textarea:focus-visible,
.form__row--select select:focus-visible {
	border-radius: 0.125rem;
	outline: 0.0625rem solid #ffbd70;
	transition: outline 0.3s;
}

.form__row input:focus,
.form__row--massage textarea:focus,
.form__row--select select:focus {
	border-radius: 0.125rem;
	outline: 0.0625rem solid #ffbd70;
	transition: outline 0.3s;
}

a:focus-visible {
	outline: none;
}

.form__recaptcha {
	font-size: 0.75rem;
	line-height: 1.21;
	margin-top: 2rem;
	text-align: center;
}

.hamburger {
	cursor: pointer;
	position: fixed;
	right: 1rem;
	top: 2rem;
	transform: translateY(-50%);
	z-index: 999;
}

.hamburger span:nth-of-type(1),
.hamburger span:nth-of-type(2) {
	background: #333333;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: ease 0.4s;
	width: 2.125rem;
}

.hamburger span:nth-of-type(3),
.hamburger span:nth-of-type(4) {
	color: #333333;
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	position: relative;
	transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 0.5rem;
}

.hamburger span:nth-of-type(3) {
	top: 0.5rem;
}

.hamburger span:nth-of-type(4) {
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotateY(-90deg);
	visibility: hidden;
}

/*is-open時の動き*/

.hamburger.is-show span:nth-of-type(1) {
	background-color: #4a4a4a;
	right: 0;
	top: 0;
	transform: translateY(0.25rem) rotate(40deg);
	width: 90%;
}

.hamburger.is-show span:nth-of-type(2) {
	background-color: #4a4a4a;
	right: 0;
	top: 0.125rem;
	transform: translateY(0) rotate(-40deg);
	width: 90%;
}

.hamburger.is-show span:nth-of-type(3) {
	opacity: 0;
	transform: rotateY(90deg);
	visibility: hidden;
}

.hamburger.is-show span:nth-of-type(4) {
	letter-spacing: 0.04em;
	opacity: 1;
	transform: translateY(0.9375rem) rotateY(0deg);
	visibility: visible;
}

.header {
	background: transparent;
	border-radius: 0 0 0.5rem 0.5rem;
	display: block;
	height: auto;
	left: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	position: fixed;
	top: 0;
	transition: background-color 0.5s ease;
	width: 100%;
	z-index: 300;
	z-index: 999;
}

.header.is-color {
	background: rgba(255, 246, 228, 0.8);
}

.header.is-open {
	background: #ffbd70;
}

.header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 13.875rem 1fr;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.header__logo-img {
	display: inline-block;
	height: auto;
	margin-left: 0.5rem;
	width: 7.3125rem;
}

.header__nav {
	display: none;
}

.header__list {
	-moz-column-gap: 0.75rem;
	align-items: center;
	column-gap: 0.75rem;
	display: flex;
}

.header__list li a {
	color: #333333;
	font-size: 1.0625rem;
	font-weight: 500;
	padding-bottom: 1.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1.5rem;
}

.header__logo-link {
	display: flex;
	flex-direction: row-reverse;
	transition: opacity 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.header__logo-img img {
	display: block;
	height: auto;
	width: 100%;
}

.header__logo-title {
	color: #333333;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 0.9;
	margin: -0.225em 0;
	text-indent: -0.08em;
}

.header__logo-title br {
	line-height: 0.9;
}

.header__logo-name {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 0.9;
	margin: -0.225em 0;
}

.header__nav-link {
	color: #333333;
	letter-spacing: 0.08em;
	margin-left: 0;
	transition: opacity 0.3s ease;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

main {
	overflow-x: hidden;
}

.message {
	background-color: #f7f4f2;
}

.message__img {
	aspect-ratio: 1400/1330;
	margin-left: auto;
	margin-top: 5rem;
	max-width: 43.75rem;
	width: 100%;
}

.message__img img {
	height: auto;
	width: 100%;
}

.mv {
	height: 100vh;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mv__inner {
	height: inherit;
}

.mv__img,
.mv__img img {
	height: inherit;
	width: 100%;
}

.mv__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 375/550;
	object-fit: cover;
	object-position: center;
}

.mv__contents {
	left: 50%;
	max-width: 26.375rem;
	padding: 0 1rem;
	position: absolute;
	top: 14vh;
	translate: -50%;
	width: 100%;
}

.mv__title {
	aspect-ratio: 422/159;
	width: 100%;
}

.mv__title img {
	height: auto;
	width: 100%;
}

.mv__lead {
	color: #fff;
	font-size: 1rem;
	margin-top: 0.25rem;
	text-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.6);
}

.mv__illust {
	bottom: 2vh;
	position: absolute;
	right: 4vw;
	top: auto;
	z-index: 10;
}

.mv__illust img {
	height: auto; /* 縦横比を維持 */
	width: max(17.5rem, min(46vw, 31.25rem)); /* 最小300px, 推奨50%の幅, 最大800px */
}

.mv__illust {
	animation: floating-Y 3s ease-in-out infinite alternate-reverse;
}

.mv__illust img {
	animation: floating-X 6s ease-in-out infinite alternate-reverse;
}

.page-thanks {
	background-color: #f7f4f2;
	display: block;
	height: calc(100vh - 2rem);
	position: relative;
	width: 100%;
}

.page-thanks__contents {
	display: block;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.page-thanks__complete {
	font-size: 2.25rem;
	line-height: 1.125;
	margin: auto;
	width: 100%;
}

.page-thanks__text {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 2.5rem;
}

.page-thanks__link {
	margin-top: 2.5rem;
}

.section {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.section__inner {
	margin: 0 auto;
	padding: 0 1rem;
	width: 100%;
}

.section__contents {
	margin-top: 5rem;
}

.section__header {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.section__header-eng {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.section__header-jpn {
	font-size: 0.875rem;
}

.section__contents {
	margin-top: 2.5rem;
}

.section__header--w span {
	color: #4a4a4a;
}

.section__lead-text--w {
	color: #4a4a4a;
}

.section__header--contact {
	text-align: center;
}

.service {
	display: block;
	width: 100%;
}

.service__list {
	margin: auto;
	max-width: 26.25rem;
	width: 100%;
}

.service__item + .service__item {
	margin-top: 3.75rem;
}

.service__item-img {
	height: auto;
	margin: 0 auto 0.875rem;
	max-width: 15rem;
	width: 100%;
}

.service__item-img img {
	height: auto;
	width: 100%;
}

.service__item-title {
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
	text-align: center;
}

.service__item-text {
	font-size: 0.9375rem;
}

.to-top {
	bottom: 1.875rem;
	cursor: pointer;
	display: flex;
	opacity: 0;
	position: fixed;
	right: 1rem;
	transition: opacity 0.3s ease 0s;
	visibility: hidden;
	z-index: 100;
}

.to-top__icon {
	display: block;
	height: auto;
	width: 2.8125rem;
}

.to-top__icon img {
	display: block;
	height: auto;
	width: 100%;
}

.to-top.is-show {
	opacity: 1;
	visibility: visible;
}

.to-top {
	animation: floating-arrowY 2.5s ease-in-out infinite alternate-reverse;
}

.to-top img {
	animation: floating-arrowX 5s ease-in-out infinite alternate-reverse;
}

.works {
	background-color: #f7f4f2;
}

.works .section__contents {
	margin: auto;
	max-width: ren(480);
	width: 100%;
}

.works__list {
	margin-top: 5rem;
}

.works__item + .works__item {
	margin-top: 3.75rem;
}

.works__item-img {
	aspect-ratio: 240/160;
	box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.works__item-img img {
	display: block;
	height: auto;
	width: 100%;
}

.works__item-img a {
	transition: opacity 0.3s;
}

.works__body {
	margin-top: 0.75rem;
}

.works__item-title {
	font-size: max(0.9375rem, min(4vw, 1rem));
	font-weight: 700;
}

.works__item-link {
	margin-top: 0.75rem;
}

.works__item-button {
	-webkit-text-decoration: none;
	background-color: #ffbd70;
	border: 0.0625rem solid #a9a9a9;
	border-radius: 3.125rem; /* 画像に似た丸みを帯びたボタン */
	color: #4a4a4a;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: bold;
	opacity: 1;
	padding: 0.5rem 1.25rem;
	padding-right: 3.75rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s, border-color 0.3s;
}

.works__item-button::after {
	border-right: 0.125rem solid #4a4a4a;
	border-top: 0.125rem solid #4a4a4a;
	content: "";
	height: 0.4375rem;
	opacity: 1;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	transition: 0.3s ease-in-out;
	width: 0.4375rem;
}

.works__item-button--thx {
	padding-left: 3.75rem;
	padding-right: 1.25rem;
}

.works__item-button--thx::after {
	left: 1.25rem;
	right: auto;
	top: calc(50% - 0.125rem);
	transform: rotate(-135deg);
}

.works__item-info {
	display: grid;
	grid-template-columns: 5rem 1fr;
}

.works__item-body dt,
.works__item-body dd {
	font-size: max(0.875rem, min(3.466666vw, 0.9375rem));
}

.works__link-data {
	margin-top: 0.25rem;
	word-spacing: 0.75rem;
}

@media (any-hover: hover) {

.button:hover .button__text {
	color: #4a4a4a;
	opacity: 0.7;
}

.button:hover .button__icon-path {
	fill: #4a4a4a;
}

.button--con:hover {
	border-color: #fff;
	opacity: 0.7;
}

.button--con:hover .button__text {
	color: #fff;
	opacity: 0.7;
}

.button--border:hover {
	border-color: #fff;
	opacity: 0.7;
}

.form__row input:hover,
.form__row--massage textarea:hover,
.form__row--select select:hover {
	border-radius: 0.125rem;
	box-shadow: 0 0 0 0.0625rem rgba(255, 189, 112, 0.7), 0 0 0.1875rem 0.125rem rgba(255, 189, 112, 0.2);
	transition: box-shadow 0.3s;
}

.header__logo-link:hover,
.header__nav-link:hover {
	opacity: 0.7;
}

.works__item-img a:hover {
	opacity: 0.7;
}

.works__item-button:hover {
	opacity: 0.7;
}

.works__item-button:hover::after {
	opacity: 0.7;
	right: 1rem;
}

.works__item-button--thx:hover::after {
	left: 1rem;
}

}

@media screen and (min-width: 600px) {

.header__logo-img {
	margin-top: 0.375rem;
	width: 6.125rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5564202335vw;
}

.about__container {
	flex-direction: row;
	gap: 4%;
	margin-top: 3.75rem;
	max-width: none;
}

.about__img {
	flex-basis: 32%;
}

.about__text-contents {
	flex-basis: 68%;
}

.flow__sheet {
	aspect-ratio: 825/360;
	max-width: none;
}

.flow__item {
	max-width: 13.5625rem;
	min-height: 18.8125rem;
	padding-top: 1.25rem;
}

.flow__item-num {
	font-size: 1.25rem;
	height: 2.5rem;
	top: -1.25rem;
	width: 2.5rem;
}

.flow__item-img {
	width: 13.4375rem;
}

.flow__item-title {
	font-size: 1.125rem;
}

.inner {
	max-width: 1078px;
	padding-left: 25px;
	padding-right: 25px;
}

.message__text-contents {
	flex-basis: 58%;
}

.mv__img img {
	aspect-ratio: 1140/619;
}

.mv__title {
	max-width: 26.375rem;
}

.mv__lead {
	margin-top: 0.75rem;
}

.page-thanks__complete {
	font-size: 2.5rem;
}

.page-thanks__text {
	font-size: 1.0625rem;
}

.section {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.section__inner {
	max-width: 66.5rem;
	padding: 0 2rem;
}

.section__header {
	margin-bottom: 1.5rem;
}

.section__header-eng {
	font-size: 3rem;
}

.service__list {
	grid-gap: 8%;
	align-items: baseline;
	display: grid;
	gap: 8%;
	grid-template-columns: repeat(3, 1fr);
	max-width: none;
}

.service__item + .service__item {
	margin-top: 0;
}

.to-top__icon {
	width: 4rem;
}

.works .section__contents {
	max-width: none;
	padding-bottom: 3.25rem;
}

.works__list {
	grid-gap: 6%;
	display: grid;
	gap: 6%;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.works__item + .works__item {
	margin-top: 0;
}

.works__item-body dt,
.works__item-body dd {
	font-size: 0.9375rem;
}

}

@media screen and (min-width: 1024px) {

.button {
	margin: 0;
	padding: 0;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

.button--con {
	padding: 0.75rem 0.75rem 0.625rem;
	transition: border-color 0.3s, opacity 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.button--border {
	background: rgba(255, 255, 255, 0.3);
	border: 0.0625rem solid #333333;
	margin-top: 0;
	padding: 0.8125rem;
	transition: border-color 0.3s, opacity 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.button__icon-path {
	fill: #333333;
}

.drawer {
	display: none;
}

.flow__slide {
	margin-top: 5rem;
}

.flow__item {
	max-width: 15.75rem;
	min-height: 21.875rem;
	padding-top: 2rem;
}

.flow__item-num {
	font-size: 1.5rem;
	height: 3rem;
	top: -1.5rem;
	width: 3rem;
}

.flow__item-img {
	width: 15.625rem;
}

.flow__item-title {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}

.flow__item-title.--space {
	margin-bottom: 2.125rem;
}

.flow__item-title.--space2 {
	margin-bottom: 1.5625rem;
}

.hamburger {
	display: none;
}

.header {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.header__inner {
	grid-template-columns: 9.375rem 1fr;
	padding-bottom: 1.0625rem;
	padding-top: 1.0625rem;
}

.header__logo-img {
	margin-left: 0;
	width: 9.375rem;
}

.header__nav {
	-moz-column-gap: 1.5rem;
	align-items: center;
	column-gap: 1.5rem;
	display: flex;
	justify-content: end;
}

.header__logo-title {
	display: none;
}

main {
	flex: 1 1 80%;
}

.message__img {
	margin-top: 3.75rem;
}

.mv__contents {
	bottom: 10vh;
	left: 7vw;
	padding: 0;
	top: auto;
	translate: 0;
	width: calc(100% - 7vw);
}

.section__contents {
	margin-top: 3.75rem;
}

.section__header-eng {
	font-size: 3.5rem;
	line-height: 1.21;
}

.to-top {
	bottom: 2.5rem;
	right: 2.875rem;
}

.works__item-title {
	font-size: 1rem;
}

}

@media (min-width: 1028px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes floating-arrowY {

0% {
	translate: 0 -4%;
}

100% {
	translate: 0 4%;
}

}

@keyframes floating-arrowX {

0% {
	translate: -4%;
}

100% {
	translate: 4%;
}

}

@keyframes floating-Y {

0% {
	translate: 0 -2%;
}

100% {
	translate: 0 2%;
}

}

@keyframes floating-X {

0% {
	translate: -3%;
}

100% {
	translate: 3%;
}

}

@keyframes floating-arrowY {

0% {
	translate: 0 -4%;
}

100% {
	translate: 0 4%;
}

}

@keyframes floating-arrowX {

0% {
	translate: -4%;
}

100% {
	translate: 4%;
}

}


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