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

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

ol,
ul {
	list-style: none;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

body {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}

.l-inner {
	padding-inline: 15px;
}

.l-main {
	display: grid;
	gap: 96px;
}

.l-section-content {
	margin-top: 46px;
}

.c-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-weight: 600;
	gap: 27px;
	line-height: 100%;
}

.c-heading::after {
	background: #3ea1d1;
	content: "";
	height: 1px;
	width: 60px;
}

.c-button {
	background: #fff;
	border: 1px solid #3ea1d1;
	color: #3ea1d1;
	font-size: 14px;
	letter-spacing: 0.02px;
	padding: 11px 3px;
	text-align: center;
	transition: color 0.3s, background-color 0.3s;
	width: 158px;
}

.c-button:hover {
	background: #3ea1d1;
	color: #fff;
}

.p-header {
	background: #fff;
	height: 60px;
	left: 0;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 20;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-bottom: 21px;
	padding-top: 21px;
}

.p-header__logo a img {
	display: block;
	width: 120px;
}

.p-drawer-icon {
	height: 18px;
	position: relative;
	width: 30px;
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-child(2) {
	display: none;
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-child(3) {
	top: 9px;
	transform: rotate(-45deg);
}

.p-drawer-icon .p-drawer-icon__bar {
	background: #3ea1d1;
	height: 2px;
	position: absolute;
	transition: top 0.4s, transform 0.4s;
	width: 30px;
}

.p-drawer-icon .p-drawer-icon__bar:nth-child(1) {
	left: 0;
	top: 0;
}

.p-drawer-icon .p-drawer-icon__bar:nth-child(2) {
	left: 0;
	top: 8px;
}

.p-drawer-icon .p-drawer-icon__bar:nth-child(3) {
	left: 0;
	top: 16px;
}

.p-header__nav {
	background: #3ea1d1;
	color: #fff;
	font-size: 18px;
	height: calc(100% - 60px);
	padding: 24px 15px;
	position: fixed;
	right: 0;
	top: 60px;
	transform: translateX(100%);
	transition: transform 0.4s;
	width: 270px;
	z-index: 50;
}

.p-header__nav.is-checked {
	transform: translateX(0);
}

.p-header__lists {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-header__link {
	padding-block: 8px;
}

.p-fv__inner {
	position: relative;
}

.p-fv__message {
	margin-top: 30px;
}

.p-fv__title {
	font-size: 26px;
	font-weight: 600;
	line-height: 170%;
}

.p-fv__text {
	margin-top: 16px;
}

.p-concept__content {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.p-concept__title {
	font-size: 20px;
	font-weight: 600;
}

.p-concept__text {
	margin-top: 21px;
}

.p-concept__image img {
	width: 100%;
}

.p-feature__cards {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.p-feature__text {
	font-weight: 600;
	padding-bottom: 26px;
	padding-top: 26px;
	text-align: center;
}

.p-feature__card {
	box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
}

.p-about {
	background: url(../../img/sp/bg.jpg) no-repeat top center/cover;
	padding-bottom: 50px;
	padding-top: 180px;
	position: relative;
}

.p-about::after {
	background: rgba(0, 0, 0, 0.12);
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}

.p-about__content {
	color: #fff;
}

.p-about__title {
	font-size: 20px;
	font-weight: 600;
}

.about__text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 24px;
}

.p-products__cards {
	display: flex;
	flex-direction: column;
	gap: 41px;
}

.p-products__body {
	margin-top: 20px;
}

.p-products {
	padding-inline: 41px;
}

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

.p-products__price {
	color: #989898;
	font-size: 14px;
	margin-top: 10px;
}

.p-products__button {
	margin-top: 42px;
	text-align: center;
}

.p-news__card {
	border-bottom: #e0e0e0 solid 1px;
}

.p-news__cards {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.p-news-card {
	padding-bottom: 24px;
}

.p-news-card__body {
	margin-top: 16px;
}

.p-news-card__time {
	font-size: 14px;
	margin-top: 10px;
}

.p-news-card__title {
	font-weight: 600;
	margin-top: 7px;
}

.p-news-card__text {
	color: #888;
	font-size: 14px;
	margin-top: 14px;
}

.p-news__button {
	margin-top: 42px;
	text-align: center;
}

.p-concept2__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-concept2__title {
	font-size: 20px;
	font-weight: 600;
}

.p-concept2__text {
	color: #333;
	font-size: 14px;
	margin-top: 22px;
}

.p-contact {
	background: url(../../img/contact-bg.png) no-repeat center center/cover;
	padding-bottom: 56px;
	padding-top: 56px;
}

.p-contact__heading {
	color: #3ea1d1;
}

.p-contact__form {
	margin-top: 46px;
}

.p-is-required {
	color: #e7728e;
	font-size: 10px;
	font-weight: 600;
}

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

.p-contact__items {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 28px;
}

.p-contact-control {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.p-contact-control__head .p-form-label {
	align-items: center;
	background: #3ea1d1;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 4px;
	justify-content: center;
	opacity: 0.7;
	padding: 4px 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-form-text {
	background: #ffffff;
	border: 0;
	box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
	font-size: 16px;
	height: 40px;
	width: 100%;
}

.p-form-text:focus {
	box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
	outline: #3ea1d1 auto 1px;
}

.p-form-checkbox__text {
	margin-top: 28px;
}

.p-contact__submit {
	margin-top: 24px;
	text-align: center;
}

.p-form-textarea {
	border: 0;
	filter: drop-shadow(5px 6px 16px rgba(96, 96, 96, 0.16));
	font-size: 16px;
	height: 122px;
	resize: vertical;
	width: 100%;
}

.p-form-textarea:focus {
	box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
	outline: #3ea1d1 auto 1px;
}

.p-form-radio__input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.p-form-radio__input:checked + .p-form-radio__text {
	background-color: #3ea1d1;
	color: #fff;
}

.p-form-radio__input:focus + .p-form-radio__text {
	box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.32);
	outline: #3ea1d1 auto 1px;
}

.p-form-radio__text {
	background: #fff;
	border: 1px solid #fff;
	color: #3ea1d1;
	display: grid;
	font-size: 16px;
	height: 40px;
	place-items: center;
	width: 80px;
}

.p-contact-control__radios {
	display: flex;
}

.p-contact__footer {
	margin-top: 28px;
}

.p-contact__privacy {
	text-align: center;
}

.p-form-checkbox__text {
	padding-left: 30px;
	position: relative;
}

.p-form-checkbox__text a {
	color: #3ea1d1;
	font-size: 16px;
	text-decoration-line: underline;
}

.p-form-checkbox__text::before,
.p-form-checkbox__text::after {
	content: "";
	inset-block: 0;
	left: 0;
	margin-block: auto;
	position: absolute;
	transform: translateY(2px);
}

.p-form-checkbox__text::before {
	background: #fff;
	border: #3ea1d1 solid 1px;
	height: 22px;
	top: 0;
	width: 22px;
}

.p-form-checkbox__text::after {
	background: url(../../img/sp/icon.png) no-repeat center center/contain;
	height: 14.62px;
	left: 1.29px;
	opacity: 0;
	width: 19.41px;
}

.p-form-checkbox__input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.p-form-checkbox__input:checked + .p-form-checkbox__text::after {
	opacity: 1;
}

.p-form-checkbox__input:focus + .p-form-checkbox__text::before {
	box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.32);
	outline: #3ea1d1 auto 1px;
}

.p-form-checkbox {
	position: relative;
}

.p-footer {
	background: #f7f7f7;
	padding-bottom: 10px;
	padding-top: 40px;
}

.p-footer__logo a img {
	display: block;
	margin-inline: auto;
	width: 120px;
}

.p-footer__inner {
	text-align: center;
}

.p-footer__text {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	gap: 12px;
	margin-top: 22px;
}

.p-footer__sns-link {
	display: flex;
	gap: 40px;
	justify-content: center;
}

.p-footer__copyright {
	color: #888;
	font-size: 12px;
	margin-top: 24px;
}

.p-footer__icon {
	width: 21px;
}

.p-footer__icon img {
	width: 18px;
}

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

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

}

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

html {
	scroll-padding-top: 70px;
}

.l-inner {
	margin-inline: auto;
	max-width: 1280px;
	padding-inline: 40px;
}

.l-main {
	gap: 160px;
}

.l-section-content {
	margin-top: 64px;
}

.c-heading {
	font-size: 40px;
	gap: 24px;
}

.p-header {
	align-items: center;
	height: 70px;
}

.p-header__logo a {
	transition: opacity 0.3s;
}

.p-header__logo a:hover {
	opacity: 0.6;
}

.p-drawer-icon {
	display: none;
}

.p-header__nav {
	background: transparent;
	color: #333333;
	height: auto;
	padding: 0;
	position: static;
	transform: translateX(0);
	width: auto;
}

.p-header__lists {
	align-items: center;
	flex-direction: row;
	font-size: 16px;
	gap: 46px;
}

.p-header__link {
	transition: color 0.3s;
}

.p-header__link:hover {
	color: #3ea1d1;
}

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

.p-fv__image {
	display: block;
	margin-left: auto;
	max-width: 990px;
}

.p-fv__message {
	background: #fff;
	height: -moz-fit-content;
	height: fit-content;
	inset-block: 0;
	left: 0;
	margin-block: auto;
	padding: 80px 40px;
	position: absolute;
}

.p-fv__title {
	text-align: left;
}

.p-concept__content {
	align-items: center;
	flex-direction: row;
	gap: 6.6666666667%;
}

.p-concept__massage {
	color: #000;
	flex-grow: 1;
}

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

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

.p-concept__image {
	flex-shrink: 0;
	width: 50%;
}

.p-feature__cards {
	flex-direction: row;
	gap: 40px;
}

.p-about {
	background-image: url(../../img/pc/bg.jpg);
	padding-bottom: 122px;
	padding-top: 123px;
}

.p-about__content {
	width: 50%;
}

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

.about__text {
	font-size: 16px;
	margin-top: 22px;
}

.p-products-inner {
	max-width: 1020px;
	padding-inline: 40px;
}

.p-products__cards {
	flex-direction: row;
	gap: 50px;
}

.p-products__body {
	margin-top: 18px;
}

.p-products__button {
	margin-top: 44px;
}

.p-products__image {
	overflow: hidden;
}

.p-products__image img {
	transition: transform 0.5s;
}

.p-products__image img:hover {
	transform: scale(1.1);
}

.p-news-inner {
	max-width: 1120px;
	padding-inline: 40px;
}

.p-news__cards {
	gap: 21px;
}

.p-news-card {
	align-items: flex-start;
	display: flex;
	gap: 40px;
}

.p-news-card__body {
	flex-grow: 1;
	margin-top: 0;
}

.p-news-card__title {
	font-size: 18px;
	margin-top: 16px;
}

.p-news-card__text {
	color: #888;
	font-size: 14px;
	margin-top: 10px;
}

.p-news__button {
	margin-top: 44px;
}

.p-news-card__image {
	flex-shrink: 0;
	width: 260px;
}

.p-concept2__content {
	align-items: center;
	flex-direction: row-reverse;
	gap: 40px;
}

.p-concept2__title {
	font-size: 20px;
}

.p-concept2__message {
	flex-grow: 1;
}

.p-concept2__text {
	font-size: 16px;
	margin-top: 36px;
}

.p-concept2__image {
	flex-shrink: 0;
	width: 50%;
}

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

.p-contact-inner {
	max-width: 590px;
	padding-inline: 40px;
}

.p-contact__form {
	margin-top: 64px;
}

.p-is-required {
	font-size: 12px;
}

.p-contact__items {
	margin-top: 19px;
}

.p-contact-control {
	flex-direction: row;
	gap: 10px;
}

.p-contact-control__head {
	flex-shrink: 0;
	width: 180px;
}

.p-contact-control__head .p-form-label {
	clip-path: polygon(0% 0%, 97% 0, 100% 50%, 97% 100%, 0% 100%);
	font-size: 18px;
	padding-bottom: 4px;
	padding-inline: 4px;
	padding-top: 5px;
	width: 100%;
}

.p-contact-control__input {
	flex-grow: 1;
}

.p-contact__submit {
	margin-top: 44px;
}

.p-contact__footer {
	margin-top: 32px;
}

.p-footer {
	padding-bottom: 14px;
}

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

.p-footer__logo a img:hover {
	opacity: 0.6;
}

.p-footer__text {
	flex-direction: row;
	gap: 32px;
	justify-content: center;
}

.p-footer__copyright {
	margin-top: 28px;
}

.p-footer__icon img {
	transition: opacity 0.3s;
}

.p-footer__icon img:hover {
	opacity: 0.6;
}

.p-footer__sns {
	margin-top: 15px;
}

.p-footer__privacy {
	transition: opacity 0.3s;
}

.p-footer__privacy:hover {
	opacity: 0.6;
}

.p-footer__specific {
	transition: opacity 0.3s;
}

.p-footer__specific:hover {
	opacity: 0.6;
}

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

}

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

.p-concept__title {
	font-size: 20px;
}

.p-feature__cards {
	flex-direction: row;
	gap: 60px;
}

.p-products__cards {
	gap: 80px;
}

.p-concept2__content {
	gap: 50px;
}

.p-concept2__title {
	font-size: 24px;
}

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

}

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

.p-feature__cards {
	flex-direction: row;
	gap: 90px;
}

.p-concept2__content {
	gap: 80px;
}

.p-concept2__title {
	font-size: 28px;
}

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

}

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

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

}

