body {
	background: #fff;
	color: #333;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	overflow-x: hidden;
}

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

a {
	color: inherit;
}

p {
	line-height: 1;
}

*,
*::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;
}

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

p {
	overflow: hidden;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1366px;
	width: 100%;
}

.l-header__left {
	margin-right: auto;
}

.l-top {
	margin-top: 80px;
}

.l-content {
	padding-bottom: 170px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 184px;
}

.l-drawer {
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}

.l-lower-top {
	margin-top: 192px;
}

.l-company-info {
	padding-bottom: 178px;
	padding-top: 178px;
}

.l-voice-button {
	margin-top: 170px;
}

.l-detail {
	margin-top: 193px;
	padding-bottom: 170px;
	padding-left: 30px;
	padding-right: 30px;
}

.l-privacy {
	margin-top: 114px;
	padding-bottom: 170px;
	padding-left: 30px;
	padding-right: 30px;
}

.l-contact {
	margin-top: 105px;
	padding-bottom: 150px;
	padding-left: 30px;
	padding-right: 30px;
}

.c-util-title {
	color: #192E77;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 36px;
	font-weight: bold;
	position: relative;
}

.c-util-title:after {
	background: #192E77;
	bottom: -24px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 45px;
}

.c-voice-btn {
	display: inline-block;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 18px;
	height: 76px;
	line-height: 76px;
	position: relative;
	width: 280px;
}

.c-voice-btn::after {
	content: "";
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.c-voice-btn.owner {
	background: #202842;
	color: #fff;
	margin-right: 25px;
}

.c-voice-btn.owner::after {
	background: url(../../../public/assets/img/right-arrow-white.svg) no-repeat center center/contain;
}

.c-voice-btn.executive {
	background: #D8DCEB;
	color: #192E77;
	margin-left: 25px;
}

.c-voice-btn.executive::after {
	background: url(../../../public/assets/img/right-arrow.svg) no-repeat center center/contain;
}

.c-btn-contact {
	background: #202842;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 18px;
	padding: 29px 76px;
	position: relative;
}

.c-btn-contact::after {
	background: url(../../../public/assets/img/right-arrow-white.svg) no-repeat center center/contain;
	content: "";
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.p-header {
	background: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.p-header-inner {
	align-items: center;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	height: 80px;
	padding-left: 100px;
	padding-right: 50px;
	width: 100%;
}

.p-header-logo__link {
	display: inline-block;
	padding: 15px 0;
}

.p-header-logo__text {
	font-family: "Cormorant", "Georgia", "Times New Roman", "serif";
	font-size: 18px;
	font-weight: bold;
}

.p-header-menu {
	display: flex;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

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

.p-header-menu__item:not(:first-child) {
	margin-left: 50px;
}

.p-header-menu__item.drop-down {
	padding-right: 22px;
}

.p-header-menu__item.drop-down::after {
	background: url(../../../public/assets/img/drop-close.svg) no-repeat center center/contain;
	content: "";
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
}

.p-header-menu__item.drop-down:hover::after {
	background: url(../../../public/assets/img/drop-open.svg) no-repeat center center/contain;
}

.p-header-menu__link {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0;
	transition: all 0.3s ease;
}

.p-header-menu__link:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

.p-header-sub-menu {
	background: #fff;
	display: none;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding: 36px 15px 18px 15px;
	position: absolute;
	width: 180px;
}

.p-header-sub-menu__item:nth-child(n+2) {
	margin-top: 17px;
}

.p-header-sub-menu__link {
	display: inline-block;
	line-height: 1;
	padding-left: 20px;
	position: relative;
	transition: all 0.3s ease;
	width: 100%;
}

.p-header-sub-menu__link:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

.p-header-sub-menu__link::after {
	background: #333;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-top-img {
	height: 820px;
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}

.p-top-img__bg {
	background: url(../../../public/assets/img/top.png) no-repeat center center/cover;
	height: 100%;
	width: 100%;
}

.p-content {
	position: relative;
	width: 100%;
}

.p-content.bg-gray {
	background: #F3F3F3;
}

.p-content-title__wrap {
	text-align: center;
	z-index: 2;
}

.p-content-title__bg {
	color: #F5F5F5;
	font-family: "Cormorant", "Georgia", "Times New Roman", "serif";
	font-size: 261px;
	left: 461px;
	position: absolute;
	top: 145px;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.p-content-title {
	position: relative;
	z-index: 2;
}

.p-content-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.p-content-item {
	max-width: 653px;
	width: calc(50% - 25px);
}

.p-content-item:nth-child(n+3) {
	margin-top: 78px;
}

.p-content-item__info {
	letter-spacing: 0;
	margin-top: 44px;
}

.p-content-item-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}

.p-content-item-text {
	line-height: 2;
	margin-top: 15px;
}

.p-content-item-detail {
	/*display: flex;*/
	line-height: 1.5;
	flex-wrap: wrap;
	margin-top: 15px;
}

.p-content-detail__list {
	display: flex;
	margin: 0;
	padding: 0;
	padding-left: 12px;
	position: relative;
}

.p-content-detail__list:not(:last-child) {
	margin-right: 53px;
}

.p-content-detail__list::before {
	content: "•";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-content-detail__text {
	margin: 0;
	padding: 0;
}

.p-content-detail__text:not(:first-child) {
	margin-left: 15px;
}

.p-content-button__wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.p-content-button {
	color: #192E77;
	display: inline-block;
	padding-right: 30px;
	position: relative;
	transition: all 0.3s ease;
}

.p-content-button:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

.p-content-button::after {
	background: url(../../../public/assets/img/right-arrow.svg) no-repeat center center/contain;
	content: "";
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-top-contact {
	background: url(../../../public/assets/img/top-contact.png) no-repeat center center/cover;
	height: 380px;
	max-width: 1920px;
	position: relative;
	width: 100%;
}

.p-top-contact-button__wrap {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-top-contact-button {
	background: #fff;
	color: #192E77;
	display: inline-block;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 24px;
	height: 80px;
	line-height: 80px;
	position: relative;
	transition: all 0.3s ease;
	width: 400px;
}

.p-top-contact-button:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}

.p-top-contact-button::after {
	background: url(../../../public/assets/img/right-arrow.svg) no-repeat center center/contain;
	content: "";
	height: 20px;
	position: absolute;
	right: 20px;
	top: 48%;
	transform: translateY(-50%);
	width: 20px;
}

.p-footer {
	background: #F3F3F3;
	padding: 126px 202px;
}

.p-footer-content {
	display: flex;
	flex-wrap: wrap;
}

.p-footer-left {
	margin-bottom: 50px;
	margin-right: auto;
}

.p-footer-logo__text {
	font-family: "Cormorant", "Georgia", "Times New Roman", "serif";
	font-size: 50px;
	font-weight: bold;
}

.p-footer-right {
	max-width: 760px;
	padding-top: 6px;
	width: 100%;
}

.p-footer-menu {
	display: flex;
	flex-wrap: wrap;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-footer-menu__item {
	width: 33%;
}

.p-footer-menu__item:nth-child(n+4) {
	margin-top: 110px;
}

.p-footer-menu__link {
	font-weight: bold;
}

.p-footer-sub-menu {
	margin-top: 29px;
}

.p-footer-sub-menu__item:not(:first-child) {
	margin-top: 16px;
}

.p-footer-sub-menu__link {
	color: #696969;
	display: inline-block;
	padding-left: 20px;
	position: relative;
}

.p-footer-sub-menu__link::after {
	background: #696969;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-drawer-icon {
	cursor: pointer;
	display: none;
	height: 30px;
	position: relative;
	width: 50px;
	z-index: 102;
}

.p-drawer-icon.is-open .p-drawer-icon__bar:nth-of-type(1) {
	top: 15px;
	transform: rotate(45deg);
}

.p-drawer-icon.is-open .p-drawer-icon__bar:nth-of-type(2) {
	display: none;
}

.p-drawer-icon.is-open .p-drawer-icon__bar:nth-of-type(3) {
	top: 15px;
	transform: rotate(-45deg);
}

.p-drawer-icon__bar {
	background: #333;
	border-radius: 3px;
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s linear;
	width: 100%;
}

.p-drawer-icon__bar:nth-of-type(2) {
	top: 15px;
}

.p-drawer-icon__bar:nth-of-type(3) {
	top: 30px;
}

.p-drawer {
	background: #fff;
	opacity: 0.9;
	transform: translateX(100%);
	transition: transform 0.3s linear;
}

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

.p-drawer-content {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-drawer-menu {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-drawer-menu__item:not(:first-child) {
	margin-top: 50px;
}

.p-drawer-menu__link {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.p-drawer-menu__link:hover {
	opacity: 0.7;
}

.p-drawer-sub-menu {
	margin-top: 15px;
	width: 100%;
}

.p-drawer-sub-menu__item {
	margin-top: 10px;
}

.p-drawer-sub-menu__link {
	color: #696969;
	display: block;
	font-size: 14px;
	padding-left: 30px;
	position: relative;
	transition: all 0.3s ease;
}

.p-drawer-sub-menu__link:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

.p-drawer-sub-menu__link::after {
	background: #696969;
	content: "";
	height: 1px;
	left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.p-lower-title__wrap {
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-lower-top-title__bg {
	color: #F5F5F5;
	font-family: "Cormorant", "Georgia", "Times New Roman", "serif";
	font-size: 132px;
	left: 50%;
	position: absolute;
	top: -15%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.p-lower-top__title {
	position: relative;
	z-index: 2;
}

.p-lower-top-img {
	height: 590px;
	margin-top: 84px;
	max-width: 1920px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-company-info__content {
	margin: 0 auto;
	max-width: 764px;
	width: 100%;
}

.p-company-info__item {
	display: flex;
}

.p-company-info__item:not(:first-child) {
	margin-top: 56px;
}

.p-company-info__item dt {
	flex: 0 0 64px;
	margin-right: 60px;
}

.p-company-info__item dd {
	flex: 1 1 auto;
}

.p-company-img {
	max-width: 1920px;
	width: 100%;
}

.p-company-img__items {
	display: flex;
	flex-wrap: wrap;
}

.p-company-img__item {
	width: 25%;
}

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

.p-company-map {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}

.p-company-map__wrap {
	height: 500px;
	position: relative;
	width: 100%;
}

.p-company-map__wrap iframe {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-voice-content {
	height: 76px;
	position: relative;
	width: 100%;
}

.p-voice-button__wrap {
	display: flex;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-voice-button {
	margin: 0 auto;
	text-align: center;
}

.p-detail-title__wrap {
	max-width: 1100px;
	width: 100%;
}

.p-detail-title {
	color: #192E77;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}

.p-detail-top-img__wrap {
	height: 590px;
	margin-top: 85px;
	max-width: 1366px;
	width: 100%;
}

.p-detail-top-img {
	display: inline-block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-detail-text__wrap {
	margin-top: 80px;
	line-height: 1.5;
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1280px) {
	.p-detail-text__wrap {
		max-width: 1280px;
		width: 100%;
	}
}

.p-detail-text__wrap p ,
.p-detail-text__wrap ul ,
.p-detail-text__wrap ol ,
.p-detail-text__wrap figure {
	margin-top: 1em;
}

.p-detail-text__wrap ul li,
.p-detail-text__wrap ol li {
	list-style-type: initial;
	margin-left: 2em;
}

.p-detail-text {
	line-height: 2;
}

.p-detail-items {
	margin-top: 70px;
	line-height: 1.5;
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1280px) {
	.p-detail-items {
		max-width: 1280px;
		width: 100%;
	}
}


.p-detail-item th,
.p-detail-item td{
	border-bottom: 1px solid #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (max-width: 1280px) {
	.p-detail-item th,
	.p-detail-item td{
		display: block;
	}
	.p-detail-item th{
		border-bottom: 0px;
	}
}

.p-detail-item th{
	width: 200px;
	font-weight: bold;
	text-align: left;
}

.p-detail-item__text:not(:first-child) {
	margin-left: 15px;
}

.p-detail-participant {
	background: #F3F4F7;
	margin-top: 70px;
	padding: 60px;
}

.p-detail-participant__content {
	display: flex;
}

.p-participant-img__wrap {
	flex: 0 0 290px;
}

.p-participant__info {
	flex: 1 1 auto;
	margin-left: 40px;
	padding-top: 10px;
}

.p-participant-text__wrap:not(:first-child) {
	margin-top: 26px;
}

.p-participant-thoughts__title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 60px;
}

.p-participant-thoughts__text {
	line-height: 2;
	margin-top: 10px;
}

.p-privacy-content {
	width: 100%;
}

.p-privacy-content__list:not(:first-child) {
	margin-top: 88px;
}

.p-privacy-title__wrap {
	padding-bottom: 30px;
	position: relative;
}

.p-privacy-title__wrap::before {
	background: #717EAB;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 9%;
	z-index: 2;
}

.p-privacy-title__wrap::after {
	background: #E6E6E6;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-privacy-title {
	color: #192E77;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.01em;
}

.p-privacy-text__wrap {
	margin-top: 36px;
}

.p-privacy-text {
	line-height: 2;
}

.p-contact-text__wrap {
	text-align: center;
}

.p-contact-text {
	line-height: 2;
}

.p-contact-text span {
	color: #AF0321;
}

.p-form {
	margin: 0 auto;
	margin-top: 60px;
	max-width: 1100px;
	width: 100%;
}

.p-form__list:not(:first-child) {
	margin-top: 50px;
}

.p-contact-control {
	align-items: center;
	display: flex;
}

.p-contact-control:last-child {
	align-items: initial;
}

.p-contact-control:last-child .p-contact-control__left {
	padding-top: 23px;
}

.p-contact-control__left {
	flex: 0 0 200px;
}

.p-contact-control__text {
	font-size: 16px;
}

.p-contact-control__text span {
	color: #AF0321;
}

.p-contact-control__right {
	flex: 0 1 auto;
	width: 100%;
}

[type=text],
[type=tel],
[type=url],
[type=email],
textarea {
	background: #F3F4F7;
	background-image: none;
	border: none;
	border-radius: 0;
	font-family: inherit;
	font-size: 16px;
	padding: 20px;
	width: 100%;
}

[type=text],
[type=tel],
[type=url],
[type=email] {
	height: 60px;
}

textarea {
	height: 380px;
	resize: vertical;
	width: 100%;
}

.p-form-checkbox__wrap {
	display: flex;
	margin-top: 50px;
}

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

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

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

.p-form-checkbox__text a {
	color: #2E5CEF;
}

.p-form-checkbox__text::before {
	border: 1px solid #8E8E8E;
	border-radius: 2px;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-form-checkbox__text:after {
	background: url(../../../public/assets/img/checkbox.svg) no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

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

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

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

.l-content {
	padding-left: 0;
	padding-right: 0;
}

.l-detail {
	padding-left: 0;
	padding-right: 0;
}

.l-privacy {
	padding-left: 0;
	padding-right: 0;
}

.c-util-title {
	font-size: 28px;
}

.c-voice-btn.owner {
	margin-right: 0;
}

.c-voice-btn.executive {
	margin-left: 0;
	margin-top: 40px;
}

.c-btn-contact {
	font-size: 16px;
	padding: 25px 40px;
}

.p-header-inner {
	padding-left: 50px;
	padding-right: 30px;
}

.p-header-menu {
	display: none;
}

.p-header-menu__item:not(:first-child) {
	margin-left: 30px;
}

.p-top-img {
	height: 700px;
}

.p-content-title__bg {
	font-size: 110px;
	left: 203px;
	top: 180px;
}

.p-content-items {
	display: block;
}

.p-content-item {
	margin: 80px auto 0;
	max-width: 600px;
	width: 100%;
}

.p-content-item-detail {
	display: block;
}

.p-content-detail__list:not(:first-child) {
	margin-top: 10px;
}

.p-top-contact-button {
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	width: 300px;
}

.p-top-contact-button::after {
	height: 15px;
	width: 15px;
}

.p-footer {
	padding: 100px;
}

.p-footer-content {
	display: block;
}

.p-footer-right {
	margin-top: 50px;
}

.p-footer-menu__item {
	width: 100%;
}

.p-footer-menu__item:not(:first-child) {
	margin-top: 50px;
}

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

.p-lower-top-title__bg {
	font-size: 90px;
}

.p-lower-top-img {
	height: 450px;
}

.p-company-info__content {
	max-width: 700px;
}

.p-company-info__item.br {
	display: block;
}

.p-company-img__item {
	width: 33%;
}

.p-company-map__wrap {
	height: 400px;
}

.p-voice-content {
	height: 172px;
}

.p-voice-button__wrap {
	display: block;
}

.p-detail-title {
	font-size: 28px;
}

.p-detail-top-img__wrap {
	height: 450px;
}

.p-detail-text {
	line-height: 1.8;
}

.p-detail-participant {
	padding: 50px;
}

.p-detail-participant__content {
	display: block;
}

.p-participant-img__wrap {
	flex: initial;
	text-align: center;
}

.p-participant__info {
	margin-left: 0;
	margin-top: 50px;
}

.p-participant-thoughts__text {
	line-height: 1.8;
}

.p-privacy-title {
	font-size: 24px;
}

.p-privacy-text {
	line-height: 1.8;
}

.p-contact-text {
	font-size: 14px;
}

.p-contact-control {
	display: block;
}

.p-contact-control__right {
	margin-top: 15px;
}

}

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

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

.c-util-title {
	font-size: 24px;
}

.c-voice-btn {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	width: 230px;
}

.c-btn-contact {
	font-size: 12px;
	padding: 20px 30px;
}

.p-top-img {
	height: 500px;
}

.p-content-title__bg {
	font-size: 80px;
	left: 146px;
	top: 160px;
}

.p-content-item-title {
	line-height: 1.4;
}

.p-content-item-text {
	line-height: 1.5;
}

.p-top-contact {
	height: 300px;
}

.p-top-contact-button {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	width: 250px;
}

.p-footer {
	padding: 50px;
}

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

.p-lower-top-title__bg {
	font-size: 70px;
}

.p-lower-top-img {
	height: 300px;
}

.p-company-img__item {
	width: 50%;
}

.p-company-map__wrap {
	height: 300px;
}

.p-detail-title {
	font-size: 24px;
}

.p-detail-top-img__wrap {
	height: 300px;
}

.p-detail-text {
	font-size: 14px;
}

.p-detail-participant {
	padding: 20px;
}

.p-participant-thoughts__text {
	font-size: 14px;
}

.p-privacy-title {
	font-size: 20px;
}

.p-privacy-text {
	font-size: 14px;
}

[type=text],
[type=tel],
[type=url],
[type=email],
textarea {
	font-size: 14px;
	padding: 10px;
}

[type=text],
[type=tel],
[type=url],
[type=email] {
	height: 50px;
}

.p-form-checkbox__text {
	font-size: 14px;
}

}

.credit{
	text-align: right;
	margin-bottom: 3em;
	line-height: 1.5;
}