*,
*::before,
*::after {
	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 {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

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

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

body {
	background: #e3f5ff;
	color: #565956;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 1.5;
}

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

picture,
img,
a,
span {
	display: inline-block;
}

video,
img,
svg {
	height: 100%;
	width: 100%;
}

button {
	background: transparent;
	background: none;
	border: none;
	color: inherit;
	font: inherit;
}

input,
textarea,
select {
	font: inherit;
}

.l-visible-sp {
	display: none;
}

.l-visible-pc {
	display: none;
}

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

.l-section__padding {
	padding-bottom: 60px;
	padding-top: 24px;
}

.p-hero {
	position: relative;
	text-align: center;
}

.p-hero__image {
	height: auto;
	max-width: 100%;
}

.p-hero__content {
	left: 50%;
	max-width: 363px;
	position: absolute;
	top: 30px;
	transform: translateX(-50%);
	width: 100%;
}

.p-hero__title {
	color: #38b6ff;
	font-size: 14px;
	text-align: right;
}

.p-hero__text {
	font-size: 22px;
	padding-top: 15px;
	text-align: center;
	white-space: nowrap;
}

.p-hero__btn {
	bottom: 12px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-hero__logo {
	bottom: 8px;
	height: auto;
	position: absolute;
	right: 15px;
	width: 90px;
}

.p-works {
	background: #fff;
}

.p-works__wrap {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	padding-bottom: 24px;
	padding-top: 24px;
}

.p-works-item__heading {
	font-size: 18px;
	font-weight: 700;
}

.p-works-item {
	padding: 20px;
}

.p-works-item__image {
	text-align: center;
}

.p-works-item__btn {
	text-align: right;
}

.p-top-works__btn {
	text-align: center;
}

.p-service {
	padding-bottom: 36px;
	padding-inline: 12px;
	padding-top: 12px;
}

.p-service__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-service__lists {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	padding-top: 1rem;
}

.p-service__list-title {
	font-size: 2.5rem;
}

.p-service__list-text {
	font-size: 2rem;
}

.p-about {
	background-color: #fff;
}

.p-about__container {
	padding-bottom: 24px;
	padding-top: 24px;
}

.p-about__icon {
	float: left;
	margin-right: 24px;
	text-align: center;
	width: 80px;
}

.p-about__icon-image {
	border-radius: 50%;
	flex-shrink: 0;
	height: 80px;
	margin-bottom: 8px;
	overflow: hidden;
	width: 80px;
}

.p-about__icon-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
}

.p-about__icon-name {
	text-align: center;
}

.p-about__text {
	font-size: 18px;
}

.p-about__btn {
	text-align: right;
}

.p-footer {
	background-image: url("../img/footer-img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.p-footer__inner {
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 12px;
	padding-inline: 12px;
	padding-top: 24px;
	text-align: center;
}

.p-footer__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-footer__logo {
	flex-shrink: 0;
	height: auto;
	width: 120px;
}

.p-footer__logo img {
	height: 100%;
	width: 100%;
}

.p-footer__nav ul {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 24px;
	justify-content: center;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.p-footer__nav a {
	text-decoration: none;
	transition: color 0.2s;
}

.p-footer__nav a:hover {
	color: #e49ca2;
}

.p-footer__copyright {
	display: block;
	font-size: 10px;
	margin-top: 12px;
}

.p-sub-header {
	background-color: #e3f5ff;
	width: 100%;
}

.p-sub-header__content {
	padding-inline: 20px;
}

.p-sub-header__title {
	font-size: 22px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}

.p-contact {
	background-color: #fff;
}

.p-contact__wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 24px;
	padding-top: 24px;
}

.p-contact__heading {
	border-bottom: 1px solid #38b6ff;
	color: #565956;
	display: inline-block;
	font-size: 32px;
	margin-bottom: 24px;
}

.p-contact__fields {
	align-items: center;
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
}

.p-contact__head {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.p-contact__label {
	font-weight: 700;
}

.p-contact__tag {
	background-color: #e49ca2;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 4px;
	text-decoration: none;
}

.p-contact__item {
	margin-top: 12px;
}

.p-contact__text,
.p-contact__textarea {
	box-sizing: border-box;
	width: 100%;
}

.p-contact__btn-wrap {
	align-self: center;
	display: flex;
	justify-content: center;
}

.p-contact__btn {
	background-color: #e49ca2;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	margin-inline: auto;
	padding: 6px 40px;
	text-decoration: none;
}

.p-contact__btn:hover {
	cursor: pointer;
	transform: scale(1.1);
}

.wpcf7-spinner {
	display: none;
}

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

.c-section__title-en {
	border-bottom: 1px solid #38b6ff;
	color: #565956;
	display: inline-block;
	font-size: 32px;
	margin-bottom: 24px;
}

.c-section__title-en.accent {
	border-bottom: 1px solid #e49ca2;
}

.c-section__title-ja {
	font-size: 16px;
	padding-left: 10px;
}

.c-section__title-sub {
	font-size: 13px;
	margin-bottom: 24px;
	text-align: center;
}

.c-more-button {
	border-bottom: 1px solid #38b6ff;
	display: inline-block;
	font-size: 18px;
	margin-top: 20px;
	padding: 8px 16px;
	text-align: right;
	text-decoration: none;
}

.c-more-button:hover {
	cursor: pointer;
	opacity: 0.7;
}

.c-more-button.accent {
	border-bottom: 1px solid #e49ca2;
}

.c-top-more-btn {
	margin-top: 0;
}

.c-cta-button {
	background-color: #e49ca2;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
	padding: 6px 12px;
	text-decoration: none;
}

.c-cta-button:hover {
	cursor: pointer;
	transform: scale(1.1);
}

.c-genre-nav {
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding-top: 20px;
}

.c-genre-nav-link a {
	border-radius: 4px;
	display: inline-block;
	padding: 3px 4px;
}

.is-active {
	background-color: #e49ca2;
	color: #ffffff;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

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

.l-inner {
	padding-inline: 40px;
	width: min(1280px, 100%);
}

.l-section__padding {
	padding-top: 36px;
}

.p-hero__content {
	max-width: 1080px;
	top: 60px;
}

.p-hero__title {
	font-size: 26px;
	text-align: center;
}

.p-hero__text {
	font-size: 30px;
	padding-top: 24px;
}

.p-hero__btn {
	bottom: 50px;
}

.p-hero__logo {
	bottom: 30px;
	right: 30px;
	width: 180px;
}

.p-works__wrap {
	padding-bottom: 40px;
	padding-inline: 30px;
	padding-top: 40px;
}

.p-works-item__heading {
	text-align: center;
}

.p-about__container {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 60px;
	justify-content: center;
	margin-inline: auto;
	max-width: 1080px;
	padding-bottom: 60px;
	padding-top: 40px;
}

.p-about__icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	float: none;
	margin-bottom: 0;
	margin-right: 0;
	width: auto;
}

.p-about__icon-image {
	height: 120px;
	width: 120px;
}

.p-about__icon-name {
	font-size: 20px;
}

.p-about__text {
	flex: 1;
	font-size: 20px;
}

.p-footer__content {
	flex-direction: row;
	justify-content: space-around;
}

.p-footer__logo {
	width: 180px;
}

.p-footer__nav ul {
	font-size: 16px;
}

.p-footer__copyright {
	font-size: 12px;
}

.p-sub-header__title {
	font-size: 30px;
}

.p-contact__wrap {
	padding-bottom: 40px;
	padding-inline: 30px;
	padding-top: 40px;
}

.c-top-more-btn {
	font-size: 24px;
}

.c-cta-button {
	font-size: 18px;
	padding: 12px 22px;
}

.c-genre-nav {
	gap: 30px;
	padding-left: 30px;
}

.c-genre-nav-link a {
	font-size: 18px;
	padding: 4px 8px;
}

}

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

.l-hidden-pc {
	display: none !important;
}

.l-visible-pc {
	display: inline !important;
}

.l-section__padding {
	padding-top: 48px;
}

.p-hero__content {
	top: 120px;
}

.p-hero__title {
	font-size: 36px;
}

.p-hero__text {
	font-size: 36px;
	padding-top: 30px;
}

.p-hero__logo {
	bottom: 40px;
	right: 80px;
	width: 230px;
}

.p-about__text {
	font-size: 22px;
}

.p-footer__logo {
	width: 250px;
}

.p-footer__nav ul {
	font-size: 18px;
}

.p-footer__copyright {
	font-size: 14px;
}

.p-sub-header__title {
	font-size: 36px;
}

.p-contact__heading {
	font-size: 40px;
}

.c-section__title-en {
	font-size: 40px;
}

.c-section__title-ja {
	font-size: 18px;
}

.c-section__title-sub {
	font-size: 15px;
}

.c-cta-button {
	font-size: 20px;
	padding: 16px 48px;
}

.c-genre-nav-link a {
	font-size: 22px;
}

}

@media screen and (max-width: 767px) {

.l-hidden-sp {
	display: none !important;
}

.l-visible-sp {
	display: inline !important;
}

}

