/*--------------------------------------------------------------------
reset
--------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	vertical-align: bottom;
	border: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

[type=text],
[type=email],
[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	outline: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	font-family: inherit;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	padding: 0;
	resize: none;
}

button,
[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	background: transparent;
	padding: 0;
	font-weight: inherit;
	font-family: inherit;
}

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

select,
[type=date] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	padding: 0;
}

body {
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.375;
	font-family: "Signika", "Noto Sans JP", sans-serif;
}

a {
	color: inherit;
}

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

label {
	cursor: pointer;
}

.l-main-inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1040px;
	height: inherit;
}

.l-top-about__inner,
.l-top-contact__inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 750px;
}

.l-footer__inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1040px;
	text-align: center;
}

.l-inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1080px;
}

.l-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	background: #fff;
	width: 100%;
	height: 76px;
}

.l-header-contents {
	display: flex;
	align-items: center;
	height: inherit;
}

.l-header-nav {
	margin-left: auto;
}

.l-header-list {
	display: flex;
}

.l-drawer-icon {
	position: fixed;
	top: 25px;
	right: 20px;
	z-index: 301;
	transition: transform 0.5s ease 0s;
}

.l-drawer-icon.is-active .c-drawer-icon__bar1 {
	top: 8px;
	transform: rotate(-45deg);
}

.l-drawer-icon.is-active .c-drawer-icon__bar2 {
	display: none;
}

.l-drawer-icon.is-active .c-drawer-icon__bar3 {
	top: 8px;
	transform: rotate(45deg);
}

.l-drawer-icon__bars {
	display: block;
	position: relative;
	width: 35px;
	height: 28px;
}

.l-drawer-content {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(105%);
	z-index: 300;
	transition: transform 0.5s ease 0s;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	background: #D6F2F1;
	width: 215px;
	height: 100%;
}

.l-drawer-content.is-active {
	transform: translateX(0);
}

.l-drawer-items {
	padding-top: 150px;
	text-align: center;
}

.l-drawer-item + .l-drawer-item {
	margin-top: 48px;
}

.l-drawer-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 299;
	background: rgba(51, 51, 51, 0.5);
	width: 100%;
	height: 100%;
}

.l-drawer-background.is-active {
	display: block;
}

.l-top-mainVisual {
	position: relative;
	margin: 0 auto;
	margin-top: 76px;
	width: 100%;
	max-width: 1280px;
}

.l-top-mainVisual__background {
	background: url(../img/main-visual.png) center right/cover;
	height: 550px;
}

.l-top-mainVisual__title {
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	max-width: 1000px;
}

.l-section__title {
	position: relative;
	margin-top: 45px;
	text-align: center;
}

.l-section-note__center {
	padding: 0 20px;
}

.l-section__note {
	position: relative;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	background: rgba(226, 241, 241, 0.5);
	padding: 16px 24px;
	max-width: 368px;
	text-align: center;
}

.l-note__white {
	background: rgba(255, 255, 255, 0.5);
	text-align: left;
}

.l-note__content {
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.l-main__bg {
	background: #D6F2F1;
}

.l-top-works {
	position: relative;
	padding: 150px 0 80px;
}

.l-top-works::before {
	position: absolute;
	top: -3%;
	right: 0;
	z-index: 1;
	background: url(../img/dog-bg_pc.png) center right/contain;
	background-repeat: no-repeat;
	width: 30vw;
	height: 40vh;
	content: "";
}

.swiper {
	margin-top: 100px;
	padding-bottom: 70px;
}

.swiper-slide {
	width: 100%;
	max-width: 400px;
}

.l-top-work__slide {
	transition: all 0.5s ease 0s;
}

.l-top-work__slide:hover .l-work-slide__img::before,
.l-top-work__slide:hover .l-work-slide__img::after {
	opacity: 1;
}

.l-top-work__slide:hover .l-work-slide__text {
	opacity: 0.7;
}

.l-top-work__slide:hover .l-work-slide__img img {
	width: 105%;
	height: 105%;
}

.l-work-slide__img {
	position: relative;
	box-shadow: 20px 20px 20px 0 rgba(171, 183, 182, 0.4);
	padding-top: 100%;
	width: 100%;
	max-width: 400px;
	height: 100%;
	overflow: hidden;
}

.l-work-slide__img::before {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
	background: rgba(161, 183, 182, 0.7);
	width: 100%;
	height: 100%;
	content: "";
}

.l-work-slide__img::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 2;
	transition: all 0.5s ease 0s;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 8px 16px;
	content: "詳細はこちら";
	color: #fff;
	font-size: 24px;
}

.l-work-slide__img img {
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease 0s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.l-work-slide__text {
	transition: all 0.5s ease 0s;
	margin-top: 24px;
	text-align: center;
}

.l-work-slide__category {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}

.l-work-slide__date {
	margin-top: 16px;
}

.l-top-service {
	position: relative;
	padding: 150px 0;
}

.l-top-service::before {
	position: absolute;
	top: -2%;
	left: 0;
	z-index: -1;
	background: url(../img/dog-bg2_pc.png) center left/contain;
	background-repeat: no-repeat;
	width: 30vw;
	height: 40vh;
	content: "";
}

.l-top-service__content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 60px;
}

.l-top-service__item {
	width: calc(50% - 40px);
}

.l-top-service__item + .l-top-service__item {
	margin-left: 40px;
}

.l-service__img {
	width: 100%;
}

.l-service__img img {
	box-shadow: 5px 5px #333333;
	border-radius: 5px;
	width: 100%;
}

.l-top-service__title {
	display: block;
	margin-top: 24px;
}

.l-top-service__title-sp {
	display: none;
}

.l-top-service__text {
	margin-top: 16px;
}

.l-top-about {
	position: relative;
	padding: 150px 0;
}

.l-top-about::before {
	position: absolute;
	top: -3%;
	right: 0;
	z-index: 1;
	background: url(../img/dog-bg_pc.png) center right/contain;
	background-repeat: no-repeat;
	width: 30vw;
	height: 40vh;
	content: "";
}

.l-top-about__content {
	display: flex;
	justify-content: center;
	padding-top: 60px;
}

.l-about__media {
	width: 43.3121019108%;
}

.l-top-about__link {
	margin-top: 16px;
}

.l-top-about__profile {
	margin-left: 32px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	padding: 24px 32px;
	width: 56.6878980892%;
}

.l-top-about__list {
	width: 100%;
}

.l-about__list-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #9BAEAE;
	padding-bottom: 12px;
}

.l-about__list-item + .l-about__list-item {
	padding-top: 12px;
}

.l-top-contact {
	position: relative;
	padding-top: 150px;
	padding-bottom: 60vh;
}

.l-top-contact::before {
	position: absolute;
	top: -3%;
	left: 0;
	z-index: 1;
	background: url(../img/dog-bg_pc.png) center left/contain;
	background-repeat: no-repeat;
	width: 30vw;
	height: 40vh;
	content: "";
}

.l-top-contact::after {
	position: absolute;
	bottom: 3%;
	left: 0;
	transform: rotate(-10deg);
	z-index: 1;
	background: url(../img/dog-bg2_pc.png) center left/contain;
	background-repeat: no-repeat;
	width: 30vw;
	height: 40vh;
	content: "";
}

.l-top-contact__form {
	margin-top: 100px;
	border-radius: 15px;
	background: #E2F1F1;
	padding: 40px 64px;
}

.l-contact-form__item + .l-contact-form__item {
	margin-top: 16px;
}

.l-contact-form__button {
	margin-top: 40px;
	text-align: center;
}

.l-submit_message {
	display: none;
	padding: 60px 0;
	text-align: center;
}

.l-submit_message.is-error {
	color: rgb(255, 95, 80);
}

.l-contact-form__background {
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/contact-bg.png) bottom center/contain;
	background-repeat: no-repeat;
	width: 50vw;
	height: 50vh;
}

.l-footer {
	background: #333;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}

.l-footer__list {
	display: flex;
	justify-content: center;
}

.l-footer__item + .l-footer__item {
	margin-left: 16px;
}

.l-footer-sns__link {
	margin-top: 32px;
}

.l-footer__copyright {
	margin-top: 40px;
}

.l-contact__link {
	position: fixed;
	top: 288px;
	right: 0;
	z-index: 100;
}

.l-contact-link__button {
	display: inline-block;
	transition: all 0.5s ease 0s;
	border-radius: 15px 0 0 15px;
	background: #727978;
	padding: 16px 8px;
	text-align: center;
}

.l-contact-link__button:hover {
	opacity: 0.8;
}

.l-contact-link__text {
	margin-top: 8px;
}

.l-contact__link-sp {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 58px;
}

.l-contact-link__button-sp {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 8px auto;
	border-radius: 15px;
	background: #727978;
	padding: 8px 16px;
	width: 206px;
}

.l-contact-link__text-sp {
	margin-left: 8px;
}

.grecaptcha-badge {
	visibility: hidden;
}

.l-recaptcha {
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
}

.recaptcha__link {
	text-decoration: underline;
}

.c-logo {
	transition: all 0.5s ease 0s;
	font-weight: 700;
	font-size: clamp(2rem, 1.8333rem + 0.8333vw, 2.5rem);
	line-height: 1.25;
	letter-spacing: 0.1rem;
}

.c-logo:hover {
	opacity: 0.8;
}

.c-header-link {
	position: relative;
	transition: all 0.5s ease 0s;
	padding-bottom: 8px;
	font-weight: 700;
	line-height: 1.4375;
}

.c-header-link::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) scale(0, 1);
	transform-origin: center top;
	transition: all 0.5s ease 0s;
	background: #00AE9E;
	width: 50px;
	height: 3px;
	content: "";
}

.c-header-link:hover {
	color: #00AE9E;
}

.c-header-link:hover::after {
	transform: translateX(-50%) scale(1, 1);
}

.c-drawer-icon__bar1,
.c-drawer-icon__bar2,
.c-drawer-icon__bar3 {
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	width: 35px;
	height: 4px;
}

.c-drawer-icon__bar1 {
	top: 0;
}

.c-drawer-icon__bar2 {
	top: 10px;
}

.c-drawer-icon__bar3 {
	top: 20px;
}

.c-drawer-link {
	font-weight: 700;
	font-size: 24px;
}

.c-mainVisual__title {
	color: #96D6D4;
	font-weight: 900;
	font-size: clamp(2.5rem, 0.8333rem + 8.3333vw, 7.5rem);
}

.c-section-title__en {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 700;
	font-size: clamp(3.5rem, 2.1667rem + 6.6667vw, 7.5rem);
	line-height: 100%;
	letter-spacing: 0.1rem;
}

.c-section-title__en.is-green {
	color: rgba(226, 241, 241, 0.6);
}

.c-section-title__ja {
	position: relative;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: 100%;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.1667rem + 1.6667vw, 2.5rem);
	line-height: 1.45;
}

.c-note__text {
	text-align: center;
}

.c-note-id__text,
.c-note-pass__text {
	padding-left: 1rem;
}

.c-copy__button {
	position: relative;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	margin-left: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	border: 1px solid #9BAEAE;
	border-radius: 5px;
	background: #fff;
	padding: 4px;
	font-weight: 500;
}

.c-copy__button:hover {
	transform: translate(0, 2px);
	box-shadow: none;
}

.js-copy-id_complete {
	pointer-events: none;
}

.js-copy-id_complete::before {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	animation: copy_complete 3s linear 0.1s 1;
	border-radius: 5px;
	background-color: #007065;
	padding: 4px 8px;
	width: -moz-max-content;
	width: max-content;
	content: "IDをコピーしました";
	color: #fff;
}

.js-copy-pass_complete {
	pointer-events: none;
}

.js-copy-pass_complete::before {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	animation: copy_complete 3s linear 0.1s 1;
	border-radius: 5px;
	background-color: #007065;
	padding: 4px 8px;
	width: -moz-max-content;
	width: max-content;
	content: "passをコピーしました";
	color: #fff;
}

.swiper-button-prev {
	display: none;
}

.swiper-button-next {
	display: none;
}

.swiper-pagination-bullet {
	background: #9BAEAE;
	width: 20px;
	height: 20px;
}

.swiper-pagination-bullet-active {
	background: #00FFE7;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.c-slide__title {
	font-size: 24px;
	line-height: 1.0909090909;
}

.c-slide__category {
	border-radius: 30px;
	background: #fff;
	padding: 8px 16px;
}

.c-slide__category + .c-slide__category {
	margin-left: 16px;
}

.c-service__title {
	font-weight: 700;
	font-size: clamp(24px, 3.3vw, 32px);
}

.c-sns-link {
	transition: all 0.5s ease 0s;
}

.c-sns-link:hover {
	opacity: 0.7;
}

.fa-brands,
.fa-square-twitter {
	color: #1DA1F2;
	font-size: 3.3em;
}

.c-list-item_title {
	width: 35.6164383562%;
}

.c-list-item_text {
	word-wrap: break-word;
	margin-left: 16px;
	width: 100%;
	max-width: 58.904109589%;
}

.c-contact-form__label {
	cursor: default;
	font-weight: 700;
}

.c-contact-form__input,
.c-contact-form__textarea {
	border: 1px solid #9BAEAE;
	border-radius: 5px;
	background: #fff;
	padding: 12px 16px;
	width: 100%;
}

.c-required {
	position: relative;
}

.c-required::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: 1px solid rgb(255, 95, 80);
	border-radius: 100px;
	background: #fff;
	padding: 2px 5px 0 4px;
	content: "必須";
	color: rgb(255, 95, 80);
	font-weight: 700;
	font-size: 14px;
	font-family: inherit;
}

.c-contact-form__textarea {
	height: 200px;
}

.c-contact-form__button {
	display: inline-block;
	position: relative;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	background: linear-gradient(#00FFE7, #007065);
	padding: 16px 56px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.c-contact-form__button:hover {
	transform: translate(0, 4px);
	box-shadow: none;
}

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

.l-contact-form__acceptance {
	margin-top: 32px;
	text-align: center;
}

.l-contact-form__acceptance .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 28px;
}

.l-contact-form__acceptance .wpcf7-list-item-label::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 1px solid #F1BC6B;
	border-radius: 50%;
	background: #fff;
	width: 20px;
	height: 20px;
	content: "";
}

.l-contact-form__acceptance .wpcf7-list-item-label::after {
	display: none;
	position: absolute;
	top: 6px;
	left: 3px;
	transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid #F1BC6B;
	border-left: 3px solid #F1BC6B;
	width: 18px;
	height: 8px;
	content: "";
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	display: block;
}

.c-footer__link {
	transition: all 0.5s ease 0s;
	color: #fff;
	font-weight: 700;
}

.c-footer__link:hover {
	opacity: 0.7;
}

.c-link__white {
	color: #fff;
}

.c-copyright {
	color: #fff;
	font-weight: 700;
}

.fa-regular,
.fa-envelope {
	color: #fff;
	font-size: 2em;
}

.c-contact-link__text {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.c-contact-link__text-sp {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}

.p-header-logo {
	position: relative;
}

.p-header-logo::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
	border-radius: 50%;
	background-color: #00FFE7;
	width: 60px;
	height: 60px;
	content: "";
}

.p-header-item + .p-header-item {
	margin-left: 24px;
}

.p-top-about__img {
	position: relative;
	width: 100%;
	height: 300px;
}

.p-top-about__img img {
	-o-object-fit: cover;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-contact-form__title {
	display: inline-block;
	padding-right: 48px;
}

.p-contact-form__input {
	margin-top: 12px;
}

.p-topWorks__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 40px 20px;
	margin-top: 60px;
}

.p-topWorks__item {
	width: 100%;
	max-width: 400px;
}

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

.is-sp {
	display: none;
}

.l-footer {
	padding-bottom: 98px;
}

.l-contact__link {
	display: none;
}

.l-contact__link-sp {
	display: block;
}

.fa-regular,
.fa-envelope {
	font-size: 1.5em;
}

}

@media (min-width: 1280px) {

.is-sp {
	display: none;
}

.is-tab {
	display: none;
}

}

@media (max-width: 767px) {

.is-pc {
	display: none;
}

.is-tab {
	display: none;
}

body {
	font-size: clamp(0.875rem, 0.8333rem + 0.2083vw, 1rem);
}

.l-top-about__inner,
.l-top-contact__inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 480px;
	max-width: 100%;
}

.l-inner {
	max-width: 100%;
}

.l-top-mainVisual__background {
	background: url(../img/main-visual.png) center right -70px/cover;
	height: 440px;
}

.l-section__title {
	margin-top: 20px;
}

.l-section__note {
	margin-top: 32px;
	padding: 8px 4px;
}

.l-top-works::before {
	top: 0;
	z-index: 1;
	width: 35vw;
	height: 20vh;
}

.l-top-works {
	padding-top: 80px;
	padding-bottom: 60px;
}

.swiper {
	margin-top: 40px;
	padding-bottom: 56px;
}

.l-work-slide__img::after {
	padding: 8px 8px;
	font-size: 14px;
}

.l-work-slide__text {
	margin-top: 16px;
}

.l-work-slide__category {
	margin-top: 8px;
}

.l-work-slide__date {
	margin-top: 8px;
}

.l-top-service::before {
	top: 0;
	width: 35vw;
	height: 20vh;
}

.l-top-service {
	padding: 80px 0 80px;
}

.l-top-service__content {
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: 40px;
	max-width: 440px;
}

.l-top-service__item {
	width: 100%;
}

.l-top-service__item + .l-top-service__item {
	margin-top: 40px;
	margin-left: 0;
}

.l-top-service__title {
	display: none;
}

.l-top-service__title-sp {
	display: block;
	text-align: center;
}

.l-top-about::before {
	top: 0;
	z-index: 1;
	width: 35vw;
	height: 20vh;
}

.l-top-about {
	padding: 80px 0 80px;
}

.l-top-about__content {
	flex-wrap: wrap;
	padding-top: 40px;
}

.l-about__media {
	margin: 0 auto;
	width: 68%;
}

.l-top-about__profile {
	margin-top: 24px;
	margin-left: 0;
	padding: 12px 20px;
	width: 100%;
	max-width: 440px;
}

.l-top-contact::before {
	top: 0;
	z-index: 1;
	width: 35vw;
	height: 20vh;
}

.l-top-contact::after {
	z-index: 1;
	width: 35vw;
	height: 20vh;
}

.l-top-contact {
	padding-top: 80px;
	padding-bottom: 55vw;
}

.l-top-contact__form {
	margin-top: 40px;
	padding: 32px 16px;
}

.l-footer {
	padding-bottom: 98px;
}

.c-note-id__text,
.c-note-pass__text {
	padding-left: 2rem;
}

.c-copy__button {
	margin-left: 8px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.c-slide__title {
	font-size: 16px;
	line-height: 1.375;
}

.c-slide__category + .c-slide__category {
	margin-left: 8px;
}

.c-slide__category {
	padding: 2px 4px;
	font-size: 12px;
}

.c-slide__date {
	font-size: 14px;
}

.c-service__title {
	font-size: 24px;
}

.fa-brands,
.fa-square-twitter {
	font-size: 2.5em;
}

.c-contact-form__input,
.c-contact-form__textarea {
	padding: 8px 8px;
}

.c-contact-form__button {
	padding: 16px 30p;
}

.l-contact-form__acceptance {
	text-align: left;
}

.l-contact-form__acceptance .wpcf7-list-item-label {
	margin-right: 0;
}

.l-contact-form__acceptance .wpcf7-list-item-label::after {
	top: 15px;
}

.c-footer__link {
	font-size: 14px;
}

.fa-regular,
.fa-envelope {
	font-size: 1.5em;
}

.p-top-about__img {
	margin: auto;
	max-width: 240px;
	height: 240px;
}

.p-topWorks__wrap {
	margin-top: 40px;
}

.p-topWorks__item {
	margin: 0 auto;
}

}

@keyframes copy_complete {

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes copy_complete {

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

