*,
*::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;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	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;
}

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

body {
	background: #fff;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	font-weight: 700;
	line-height: 1.6;
}

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

a {
	color: inherit;
}

[type=text],
[type=email] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border: 1px solid #C3C3C3;
	box-shadow: none;
	cursor: pointer;
	font-size: 1.6rem;
	height: 60px;
	padding-left: 16px;
	width: 100%;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border: 1px solid #707070;
	box-shadow: none;
	cursor: pointer;
	height: 200px;
	padding-left: 16px;
	padding-top: 22px;
	resize: vertical;
	width: 100%;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1450px;
}

.l-inner__bg {
	background: #f9f9f9;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1100px;
}

.l-header {
	background-image: url(/public/assets/img/FV-背景.png);
	height: 100%;
	width: 100%;
}

.l-footer {
	background: #000;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 40px;
}

.c-button {
	background-color: #5064F3;
	background-image: none;
	border: none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 44px;
	padding: 5px 40px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-button:hover {
	background-color: #5064F3;
	opacity: 0.7;
}

.c-button__main {
	background-color: #5064F3;
	background-image: none;
	border: none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	line-height: 44px;
	padding: 20px 80px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-button__main::before {
	background-image: url(/public/assets/img/button-mail-icon.svg);
	content: "";
	height: 33px;
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
}

.c-button__main::after {
	content: url(/public/assets/img/button-矢印.svg);
	position: absolute;
	right: 30px;
	top: 55%;
	transform: translateY(-50%);
}

.c-button__main:hover {
	background-color: #5064F3;
	opacity: 0.7;
}

.c-button__main.active {
	background: #000;
}

.to_top {
	bottom: 40px;
	position: fixed;
	right: 40px;
}

.to_top::after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 20px;
	left: 30%;
	position: absolute;
	top: 45%;
	transform: rotate(45deg);
	width: 20px;
}

.to_top a {
	text-decoration: none;
}

.to_top a img {
	width: 50px;
}

.c-works__spenit {
	background-color: #5064F3;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 5px;
	text-align: center;
	width: 100px;
}

.c-section-title {
	font-size: 4rem;
	letter-spacing: 15px;
	text-align: center;
}

.c-section-title__en {
	font-family: "Hind Madurai", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 10px;
	padding-top: 10px;
	text-align: center;
}

.p-drawer_icon .drawer__icon--bar1 {
	top: 8px;
}

.p-drawer_icon .drawer__icon--bar2 {
	top: 16px;
}

.p-drawer_icon .drawer__icon--bar3 {
	top: 24px;
}

.p-drawer__read {
	color: #000;
	font-size: 0.6rem;
	font-weight: 700;
	line-height: 6px;
	text-align: center;
}

.p-drawer__read.add-active {
	color: #FFF;
	font-size: 0.6rem;
	font-weight: 700;
	line-height: 6px;
	text-align: center;
}

.p-drawer__iconbars {
	position: relative;
	right: 10px;
	top: 10px;
}

.p-drawer__iconbars.add-active .drawer__icon--bar1 {
	background: #FFF;
	top: 20px;
	transform: rotate(-45deg);
}

.p-drawer__iconbars.add-active .drawer__icon--bar2 {
	display: none;
}

.p-drawer__iconbars.add-active .drawer__icon--bar3 {
	background: #FFF;
	top: 20px;
	transform: rotate(45deg);
}

.drawer__icon--bar1,
.drawer__icon--bar2,
.drawer__icon--bar3 {
	background: #000;
	height: 5px;
	left: 0;
	position: absolute;
	position: relative;
	top: 0;
	width: 40px;
}

.drawer__icon--bar1 {
	top: 0;
}

.drawer__icon--bar2 {
	top: 6px;
}

.drawer__icon--bar3 {
	top: 12px;
}

.p-drawer__content {
	background: #000;
	color: #FFF;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0px;
	transform: translateX(105%);
	width: 100%;
	z-index: 103;
}

.p-drawer__content.add-active {
	transform: translateX(0);
}

.p-drawer__content.is-open {
	transform: translateX(0);
}

.p-drawer__logoarea {
	padding-left: 30px;
	padding-top: 50px;
}

.p-drawer__logo {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.4px;
}

.p-drawer__navList {
	margin: 0 auto;
	padding-top: 100px;
	width: 200px;
}

.p-drawer__navItem {
	font-weight: 500;
	position: relative;
}

.p-drawer__navItem a {
	font-size: 2.4rem;
}

.p-drawer__navItem:nth-child(n+2) {
	padding-top: 60px;
}

.p-drawer__navItem::after {
	background-color: #7ABAFF;
	bottom: -10px;
	content: "";
	height: 5px;
	left: 0px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 60px;
}

.p-drawer__navItem:hover::after {
	width: 100%;
}

.p-drawer__overlay.add-active {
	background: #3E3E3E;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 102;
}

.p-drawer__button {
	padding-top: 60px;
	text-align: center;
}

.p-header__nav {
	align-items: center;
	display: flex;
	margin-left: auto;
}

.p-header__nav--list:nth-child(n+2) {
	padding-left: 50px;
}

.p-header__nav--link {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.42px;
}

.p-header__inner {
	align-items: center;
	display: flex;
	min-height: 52px;
	padding: 30px 100px;
}

.p-header__logo {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.4px;
}

.p-footer__wrapper {
	align-items: center;
	border-top: 1px solid #fff;
	color: #fff;
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 30px;
}

.p-footer__copy {
	font-size: 1.4rem;
	font-weight: 400;
	margin-right: auto;
}

.p-footer__img {
	margin-left: auto;
}

.p-footer__list {
	font-size: 1.4rem;
	font-weight: 700;
}

.p-footer__list:nth-child(n+2) {
	padding-left: 20px;
}

.p-contact__footer--privacy {
	background-color: #E7F2FF;
	margin-top: 30px;
	padding: 20px;
}

.p-contact__footer--title {
	font-size: 2rem;
	font-weight: 500;
}

.p-contact__footer--read {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 27px;
	padding-top: 10px;
}

.p-contact__footer--list {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 27px;
	padding-top: 10px;
}

.p-footer__container {
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: space-around;
	padding-bottom: 70px;
}

.p-footer__read {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 3px;
}

.p-footer__items {
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
}

.p-footer__nav {
	white-space: nowrap;
}

.p-footer__nav:nth-child(n+2) {
	padding-left: 20px;
}

.p-header__wrapper {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 1280px;
	padding: 100px 80px;
	position: relative;
}

.p-header__wrapper::after {
	bottom: 0px;
	content: url(/public/assets/img/FV-2.png);
	position: absolute;
	right: 0px;
}

.p-header__wrapper::before {
	bottom: 0px;
	content: url(/public/assets/img/FV-1.png);
	position: absolute;
	right: 200px;
}

.p-header__mockup {
	flex-grow: 1;
	margin-left: 50px;
}

.p-header__textarea {
	flex-grow: 1;
	padding-top: 20px;
}

.p-header__title {
	font-size: 2rem;
	letter-spacing: 8px;
}

.p-header__title--st {
	font-size: 6rem;
}

.p-header__button {
	margin-top: 60px;
}

.p-header__read {
	font-size: 1.4rem;
	padding-top: 10px;
}

.p-service {
	max-width: 1200px;
	padding: 100px 24px;
	position: relative;
}

.p-service::before {
	background-image: url(/public/assets/img/puzzle-1.png);
	background-size: cover;
	content: "";
	height: 260px;
	left: 0;
	position: absolute;
	top: 30px;
	width: 220px;
}

.p-service__container {
	display: flex;
	justify-content: center;
	padding-top: 80px;
}

.p-service__wrapper {
	flex-grow: 1;
	width: calc(33% - 33.3333333333px);
}

.p-service__wrapper:nth-child(n+2) {
	padding-left: 50px;
}

.p-service__text {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
}

.p-service__text::after {
	background: linear-gradient(180deg, #7ABAFF 0%, #A7ECEE 100%);
	bottom: -10px;
	content: "";
	height: 4px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 0.3s ease 0s;
	width: 60px;
}

.p-service__text:hover::after {
	opacity: 1;
}

.p-service__img {
	padding-top: 32px;
	text-align: center;
}

.p-service__read--area {
	padding-top: 32px;
}

.p-service__read {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 27px;
}

.p-promise {
	max-width: 1200px;
	padding: 100px 24px;
	position: relative;
}

.p-promise::before {
	background-image: url(/public/assets/img/puzzle-2.png);
	background-size: cover;
	content: "";
	height: 35%;
	position: absolute;
	right: -10%;
	top: 10%;
	width: 25%;
	z-index: -1;
}

.p-promise::after {
	background-image: url(/public/assets/img/puzzle-3.png);
	background-size: cover;
	bottom: 0;
	content: "";
	height: 200px;
	left: -100px;
	position: absolute;
	width: 200px;
	z-index: -1;
}

.p-promise__container {
	display: flex;
	justify-content: center;
	padding-top: 80px;
}

.p-promise__wrapper {
	background: linear-gradient(to right, #A7ECEE 60%, #7ABAFF 90%);
	border-radius: 80px 10px 80px 10px;
	padding: 4px;
	width: calc(33% - 33.3333333333px);
}

.p-promise__wrapper:nth-child(n+2) {
	margin-left: 50px;
}

.p-promise__border {
	background: #fff;
	border-radius: 80px 10px 80px 10px;
	padding: 20px 24px 40px 24px;
}

.p-promise__number {
	color: #7ABAFF;
	font-family: "Hind Madurai", sans-serif;
	font-size: 8rem;
	font-weight: 400;
	text-align: right;
}

.p-promise__title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 5px;
	text-align: left;
}

.p-promise__read--area {
	padding-top: 20px;
}

.p-promise__read {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 27px;
}

.p-promise__puzzle01 {
	position: relative;
}

.p-promise__puzzle01::before {
	content: url(/public/assets/img/Mask\ group01.png);
	left: 130px;
	position: absolute;
	top: 35px;
}

.p-promise__puzzle02 {
	position: relative;
}

.p-promise__puzzle02::before {
	content: url(/public/assets/img/Mask\ group02.png);
	left: 130px;
	position: absolute;
	top: 35px;
}

.p-promise__puzzle03 {
	position: relative;
}

.p-promise__puzzle03::before {
	content: url(/public/assets/img/Mask\ group03.png);
	left: 130px;
	position: absolute;
	top: 35px;
}

.p-works {
	max-width: 1200px;
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}

.p-works::before {
	background-image: url(/public/assets/img/puzzle-4.png);
	background-size: 100%;
	content: "";
	height: 300px;
	position: absolute;
	right: -100px;
	top: 0;
	width: 250px;
}

.p-works::after {
	background-image: url(/public/assets/img/puzzle-7.png);
	background-size: cover;
	bottom: -100px;
	content: "";
	height: 200px;
	left: 0;
	position: absolute;
	width: 200px;
}

.p-worke__puzzle01 {
	position: relative;
}

.p-worke__puzzle01::before {
	background-image: url(/public/assets/img/puzzle-5.png);
	background-size: 100%;
	content: "";
	height: 300px;
	left: -200px;
	position: absolute;
	top: 40%;
	width: 250px;
}

.p-worke__puzzle02 {
	position: relative;
}

.p-worke__puzzle02::before {
	background-image: url(/public/assets/img/puzzle-6.png);
	background-size: 100%;
	content: "";
	height: 300px;
	position: absolute;
	right: -100px;
	top: 0;
	width: 250px;
}

.p-works__wrapper {
	display: flex;
	justify-content: center;
}

.p-works__wrapper:nth-child(n+2) {
	margin-top: 50px;
}

.p-works__title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
}

.p-works__title::after {
	background: linear-gradient(180deg, #7ABAFF 0%, #A7ECEE 100%);
	bottom: -10px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100px;
}

.p-works__title:hover::after {
	opacity: 0.7;
}

.p-works__description {
	font-size: 1.8rem;
	font-weight: 400;
	margin-left: 100px;
	margin-top: 70px;
}

.p-works__url--area {
	padding-bottom: 30px;
}

.p-works__url {
	color: #2C76E8;
	display: block;
	padding-top: 10px;
}

.p-works__pass--st {
	color: #5064F3;
}

.p-works__custom--area {
	padding-bottom: 30px;
}

.p-works__period--area {
	padding-bottom: 30px;
}

.p-works__custom--read {
	padding-top: 10px;
}

.p-works__period--read {
	padding-top: 10px;
}

.p-works__price--read {
	padding-top: 10px;
}

.p-works__coment {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 27px;
	margin-top: 40px;
	max-width: 1000px;
}

.p-works__block {
	margin: 0 auto;
	max-width: 1180px;
}

.p-works__block:nth-child(n+2) {
	padding-top: 80px;
}

.p-about {
	padding-top: 100px;
	position: relative;
}

.p-about::before {
	background-image: url(/public/assets/img/puzzle-8.png);
	background-size: cover;
	content: "";
	height: 45%;
	position: absolute;
	right: -10%;
	top: 10%;
	width: 25%;
	z-index: -1;
}

.p-about__container {
	margin: 80px auto;
	max-width: 1180px;
}

.p-about__wrapper {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.p-about__img {
	margin-left: 80px;
	width: 80%;
}

.p-about__text--area {
	width: 100%;
}

.p-about__title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 5px;
}

.p-about__read {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 40px;
	padding-top: 24px;
}

.p-about__sns--area {
	margin-top: 50px;
	position: relative;
	text-align: right;
}

.p-about__sns--area::after {
	content: url(/public/assets/img/logo-black\ 1.png);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.p-about__sns {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	padding-right: 40px;
	position: relative;
}

.p-about__sns::after {
	background: linear-gradient(180deg, #7ABAFF 0%, #A7ECEE 100%);
	bottom: -10px;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	width: 200px;
}

.p-contact {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding-bottom: 150px;
	padding-top: 100px;
}

.p-contact__container {
	padding-top: 80px;
}

.p-contact__content:nth-child(n+2) {
	margin-top: 20px;
}

.p-contact__label {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.p-contact__required {
	background-color: #5064F3;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin-right: 20px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.p-contact__title {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 3px;
}

.p-contact__title ::-moz-placeholder {
	color: #ccc;
}

.p-contact__title ::placeholder {
	color: #ccc;
}

.p-contact__message ::-moz-placeholder {
	color: #ccc;
}

.p-contact__message ::placeholder {
	color: #ccc;
}

.p-contact__checks {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 3px;
	margin-top: 30px;
}

.p-contact__button {
	margin-top: 80px;
	text-align: center;
}

.p-contact__messages {
	display: none;
	font-size: 2.4rem;
	margin-top: 60px;
	text-align: center;
}

.p-contact__messages.-error {
	color: #f00;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

::-moz-placeholder {
	color: rgb(26, 236, 7);
}

::placeholder {
	color: rgb(26, 236, 7);
}

.image {
	background-image: url(image@1x.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {

.image {
	background-image: url(image@2x.png);
}

}

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

.p-drawer_icon {
	display: none;
}

.p-drawer__content {
	display: none;
}

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

}

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

.l-inner {
	padding-left: 24px;
	padding-right: 24px;
}

.l-inner__bg {
	padding-left: 24px;
	padding-right: 24px;
}

.l-header {
	padding-left: 24px;
	padding-right: 24px;
}

.l-footer {
	padding-left: 24px;
	padding-right: 24px;
}

.c-button {
	font-size: 2.4rem;
	padding: 20px 50px;
}

.c-button__main {
	font-size: 2rem;
	padding: 20px 70px;
}

.c-button__main::before {
	background-image: url(/public/assets/img/button-mail-icon.svg);
	height: 33px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
}

.c-button__main::after {
	content: url(/public/assets/img/button-矢印.svg);
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.to_top {
	bottom: 13px;
	right: 16px;
}

.c-section-title {
	font-size: 3rem;
}

.c-section-title__en {
	font-size: 1.4rem;
}

.p-drawer_icon {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 110;
}

.p-header__nav {
	display: none;
}

.p-header__inner {
	padding: 30px 0px 0px 0px;
}

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

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

.p-footer__list {
	display: block;
	text-align: center;
}

.p-footer__list:nth-child(n+2) {
	padding-left: 0px;
	padding-top: 14px;
}

.p-footer__container {
	display: block;
}

.p-footer__items {
	display: block;
	padding-top: 50px;
}

.p-footer__nav:nth-child(n+2) {
	padding-left: 0px;
	padding-top: 30px;
}

.p-header__wrapper {
	display: block;
	padding: 30px 0px 130px 0px;
	text-align: center;
}

.p-header__wrapper::before {
	content: url(/public/assets/img/FV-1.png);
	left: -30%;
	position: absolute;
	top: 30%;
}

.p-header__mockup {
	margin-left: 0px;
}

.p-header__mockup img {
	width: 250px;
}

.p-header__title--st {
	font-size: 3rem;
}

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

.p-service::before {
	height: 140px;
	top: 0;
	width: 120px;
}

.p-service__container {
	display: block;
	padding-top: 50px;
}

.p-service__wrapper {
	width: 100%;
}

.p-service__wrapper:nth-child(n+2) {
	padding-left: 0px;
	padding-top: 50px;
}

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

.p-promise::before {
	height: 200px;
	right: -50px;
	top: 0;
	width: 200px;
}

.p-promise::after {
	display: none;
}

.p-promise__container {
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 400px;
	padding-top: 50px;
}

.p-promise__wrapper {
	width: 100%;
}

.p-promise__wrapper:nth-child(n+2) {
	margin-left: 0px;
	margin-top: 50px;
}

.p-works::before {
	height: 200px;
	left: 0;
	top: 0;
	width: 200px;
}

.p-works::after {
	display: none;
}

.p-worke__puzzle01::before {
	display: none;
}

.p-worke__puzzle02::before {
	height: 200px;
	left: 0;
	top: 0;
	width: 200px;
}

.p-works__wrapper {
	display: block;
}

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

.p-works__description {
	font-size: 1.6rem;
	margin-left: 0px;
	margin-top: 50px;
}

.p-works__block {
	margin-top: 50px;
}

.p-about::before {
	height: 200px;
	right: -50px;
	top: 0;
	width: 200px;
}

.p-about__wrapper {
	display: block;
}

.p-about__img {
	margin-left: 0px;
}

.p-about__text--area {
	margin-top: 50px;
}

.p-about__read {
	font-size: 1.6rem;
	line-height: 24px;
}

.p-contact {
	padding-left: 24px;
	padding-right: 24px;
}

}

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

.l-inner {
	padding-left: 16px;
	padding-right: 16px;
}

.l-inner__bg {
	padding-left: 16px;
	padding-right: 16px;
}

.l-header {
	padding-left: 16px;
	padding-right: 16px;
}

.l-footer {
	padding-left: 16px;
	padding-right: 16px;
}

.p-promise__container {
	display: block;
	padding-top: 50px;
}

.p-contact {
	padding-left: 16px;
	padding-right: 16px;
}

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

}

