/*--------------------------------------------------------------------
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 {
	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,
aside,
figure,
figcaption {
	display: block;
}

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

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

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

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

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

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

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

body {
	color: #666666;
	font-family: "Yu Gothic";
	font-weight: 700;
	line-height: 1.601;
}

div {
	font-family: inherit;
}

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

a {
	color: inherit;
}

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

.l-header {
	background-color: #fff;
	height: 88px;
	left: 0;
	opacity: 0.7;
	padding: 0 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header-inner {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0 auto;
	max-width: 1120px;
}

.l-header-logo {
	height: 54px;
}

.l-header-logo a {
	align-items: center;
	display: flex;
	margin-top: 3px;
}

.l-header-logo img {
	margin-right: 15px;
}

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

.l-header-nav__list {
	align-items: center;
	display: flex;
}

.l-header-nav__item {
	text-align: center;
	width: 109px;
}

.l-header-nav__item:nth-child(3) {
	margin-right: 25px;
}

.l-header-nav__item:last-child {
	margin-left: 25px;
	margin-right: 25px;
}

.l-header-contact {
	margin-left: 32px;
	margin-top: -5px;
	padding-left: 32px;
}

.l-drawer {
	display: none;
	height: 60px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 20;
}

.l-drawer-logo {
	left: 50%;
	position: fixed;
	transform: translateX(-50%);
	z-index: 36;
}

.l-drawer-logo.is-active {
	display: none;
}

.l-drawer-logo__link-box {
	position: relative;
	width: 190px;
}

.l-drawer-logo__link-job {
	content: "";
	font-size: 15px;
	left: 8px;
	position: absolute;
	top: -22px;
	width: 190px;
}

.l-drawer-logo__link-name {
	font-size: 27px;
	left: 8px;
	position: absolute;
	top: -9px;
	width: 190px;
}

.l-drawer-icon {
	position: fixed;
	right: 32px;
	top: 10px;
	z-index: 40;
}

.l-drawer-icon.is-active {
	right: 332px;
}

.l-drawer-icon.is-active .l-drawer-icon-bar1 {
	top: 20px;
	transform: rotate(-45deg);
}

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

.l-drawer-icon.is-active .l-drawer-icon-bar3 {
	top: 20px;
	transform: rotate(45deg);
}

.l-drawer-content {
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100vh;
	position: fixed;
	right: -300px;
	text-align: center;
	top: 100px;
	transition: right 0.5s ease 0s;
	width: 300px;
	z-index: 36;
}

.l-drawer-content.is-active {
	padding-top: 100px;
	right: 0;
	top: 0;
	width: 300px;
}

.l-drawer-nav-item-link:not(:first-child) {
	margin-top: 50px;
}

.l-drawer-background {
	background: #1A6363;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 35;
}

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

.l-contact-box {
	border-radius: 1.5625rem;
	display: inline-block;
	padding: 1.875rem 3.75rem 1.875rem 4.375rem;
}

.l-contact-box.top {
	padding: 1.875rem 5.1875rem 2.5rem 5.1875rem;
}

.l-contact-box-receipt-time {
	margin-left: -0.6875rem;
	margin-top: -0.5625rem;
}

.l-contact-box-mail-link {
	margin-left: -0.625rem;
	margin-top: 0.3125rem;
}

.l-contact-box_consul {
	text-align: center;
}

.l-contact-box-office {
	padding: 1.875rem 1.5rem;
	text-align: center;
	width: 100%;
}

.l-contact_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-bottom: 6.25rem;
	padding-top: 3.4375rem;
	width: 1120px;
}

.l-contact-title {
	text-align: center;
}

.l-contact-form {
	padding-top: 8.75rem;
}

.l-contact-form-items {
	display: flex;
}

.l-contact-form-items:not(:first-child) {
	margin-top: 2.3125rem;
}

.l-contact-form-items .l-contact-form-list:not(:first-child) {
	margin-left: 32px;
}

.l-contact-form-list {
	width: calc(50% - 16px);
}

.l-contact-form-list.company {
	margin-top: 2.3125rem;
}

.l-contact-form-list.-radio {
	margin-top: 2.8125rem;
	width: 100%;
}

.l-contact-form-list.input-message {
	margin-top: 4.375rem;
	width: 100%;
}

.l-contact-form-label {
	margin-left: 0.625rem;
}

.l-contact-form-label.-radio {
	align-items: center;
	display: flex;
}

.l-contact-form-label.-radio p {
	margin-top: 0.3125rem;
	padding-left: 4.375rem;
}

.l-contact-form-input {
	margin-top: 0.375rem;
}

.l-contact-form-input.-radio {
	margin-left: 0.3125rem;
	margin-top: 0.9375rem;
}

.l-contact-footer-submit {
	margin-top: 4.375rem;
	text-align: center;
}

.l-contact-footer-submit button {
	max-width: 100%;
	padding-left: 1.5625rem;
	width: 26.25rem;
}

.l-footer-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 3.25rem;
}

.l-footer-items {
	display: flex;
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 3.75rem;
	width: 1120px;
}

.l-footer-item_content {
	width: 50%;
}

.l-footer-item_content.contact {
	margin-top: 5.3125rem;
}

.l-footer-logo {
	height: 47px;
	margin-top: 0.3125rem;
}

.l-footer-logo img {
	margin-right: 20px;
}

.l-footer-logo__link {
	align-items: center;
	display: flex;
}

.l-footer-logo__link-box {
	position: relative;
	width: 190px;
}

.l-footer-logo__link-job {
	content: "";
	font-size: 15px;
	left: 8px;
	position: absolute;
	top: -22px;
	width: 190px;
}

.l-footer-logo__link-name {
	font-size: 27px;
	left: 8px;
	position: absolute;
	top: -9px;
	width: 190px;
}

.l-footer-nav {
	margin-top: 3.25rem;
}

.l-footer-nav__contents_list {
	display: flex;
}

.l-footer-nav__content {
	font-size: 1rem;
	line-height: 1.5625;
	margin-right: 18px;
	text-align: center;
	width: calc(25% - 13.5px);
}

.l-footer-nav__content-items {
	margin-top: 0.625rem;
}

.l-footer-nav__content-items ul {
	margin-top: 0.625rem;
	padding-left: 0.625rem;
	text-align: start;
}

.l-footer-nav__item.service {
	margin-left: 0.625rem;
}

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

.l-footer-contact-box {
	margin-left: 1.125rem;
}

.l-footer-copyright {
	padding: 0.9375rem 0;
	text-align: center;
}

.l-lnquiry-thanks_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-bottom: 6.25rem;
	padding-top: 3.4375rem;
	text-align: center;
	width: 1120px;
}

.l-lnquiry-thanks_link {
	margin-top: 20px;
}

.l-top-mv {
	position: relative;
	z-index: 15;
}

.l-top-mv-main {
	height: 800px;
	max-height: 800px;
	width: 100%;
}

.l-top-mv-main_inner {
	margin: 0 auto;
	max-width: 100%;
	width: 1120px;
}

.l-top-mv-main_contents {
	display: inline-block;
	margin-top: 9.5625rem;
	padding-bottom: 1.875rem;
	padding-left: 1.875rem;
	padding-right: 1.5625rem;
	padding-top: 1.875rem;
}

.l-top-mv-main_content:not(:first-child) {
	margin-top: 1.375rem;
}

.l-top-mv-main_traffic {
	display: inline-block;
}

.l-top-mv-main_nearest {
	margin-top: 0.625rem;
}

.l-top-mv-main_title {
	margin-top: 10.9375rem;
	text-align: center;
	width: 46.25rem;
}

.l-top-mv-consul {
	height: 320px;
	max-height: 320px;
	text-align: center;
}

.l-top-mv-consul_item {
	padding-top: 1.875rem;
}

.l-top-mv-consul_item.contact {
	padding-top: 1.5625rem;
}

.l-top-mv-consul_item-text-box:not(:first-child) {
	margin-top: 0.625rem;
}

.l-top-mv-consul_item-text {
	display: inline-block;
}

.l-top-service {
	background-color: #fff;
	padding-bottom: 5.9375rem;
	padding-top: 13.75rem;
	position: relative;
	z-index: 14;
}

.l-top-service-items {
	display: flex;
}

.l-top-service-item.img {
	position: relative;
	width: 38.1944444444%;
}

.l-top-service-item.text {
	margin-left: auto;
	width: 62.5%;
}

.l-top-service-item img {
	content: "";
	margin-left: auto;
	max-height: 480px;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: -175px;
	transform: scale(1);
	width: 546px;
}

.l-top-service-item-title {
	padding-left: 14px;
}

.l-top-service-item-result {
	display: flex;
	margin-top: 1.5625rem;
	padding: 0.5rem 0 0.5rem 0.9375rem;
}

.l-top-service-title {
	margin-top: 3.125rem;
	text-align: center;
}

.l-service-cards {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 100%;
	width: 1120px;
}

.l-service-card {
	width: calc(25% - 24px);
}

.l-service-card:not(:first-child) {
	margin-left: 2rem;
}

.l-service-card-content {
	min-height: 242px;
	padding: 0.6875rem 0.5rem 0.6875rem 0.625rem;
}

.l-service-card_title {
	padding-top: 3px;
	text-align: center;
}

.l-service-card_text {
	margin-top: 0.75rem;
	min-height: 80px;
}

.l-service-card_list {
	margin-top: 0.75rem;
}

.l-service-card_list.request {
	margin-top: 0;
}

.l-service-card_list.proof {
	margin-top: 0.3125rem;
}

.l-service {
	margin: 0 auto;
	max-width: 1120px;
}

.l-service-contents {
	margin: 0 auto;
	max-width: 67.1875rem;
	padding-inline: 0.75rem;
	width: 100%;
}

.l-top-message_inner {
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 4.375rem;
	padding-top: 5.9375rem;
	width: 992px;
}

.l-top-message-title {
	text-align: center;
}

.l-top-message-main {
	border-radius: 15px;
	margin-top: 4.6875rem;
	padding: 3.125rem 1.875rem 2.1875rem 3.75rem;
}

.l-top-message-main_text {
	margin-top: 0.9375rem;
}

.l-top-message-btn {
	margin-top: 3.125rem;
	text-align: center;
}

.l-top-access_inner {
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
	width: 1120px;
}

.l-top-access-title {
	text-align: center;
}

.l-top-access-subtitle {
	margin-top: 3.125rem;
	text-align: center;
}

.l-top-access_contents {
	display: flex;
	margin-top: 6.25rem;
}

.l-top-access_content {
	width: calc(50% - 16px);
}

.l-top-access_content:not(:first-child) {
	margin-left: 32px;
}

.l-top-access_map-wrap {
	text-align: center;
}

.l-top-access_item.title-pc {
	padding-left: 5px;
}

.l-top-access_item.title-pc img {
	margin-right: 20px;
}

.l-top-access_item.address {
	display: flex;
	margin-top: 2.5rem;
}

.l-top-access_item.nearest {
	display: flex;
	margin-top: 1.75rem;
}

.l-top-access_item.contact {
	margin-top: 3.125rem;
}

.l-top-access_item_address-title {
	background: #AAAAAA;
	border-radius: 25px;
	height: 1.75rem;
	padding: 0.28125rem 0;
	text-align: center;
	width: 4.25rem;
}

.l-top-access_item_address-body {
	margin-left: 1rem;
}

.l-top-message-btn.top .c-btn {
	width: 37%;
}

.l-top-access-map_tab {
	height: 212px;
}

.l-top-access-map_tab iframe {
	width: 100%;
}

.l-office-section {
	padding: 6.25rem;
}

.l-office-office-inner,
.l-office-profile-inner {
	margin: auto;
	max-width: 100%;
	width: 928px;
}

.l-office-office-item,
.l-office-profile-item {
	border-top: 1px solid #999999;
	display: flex;
	padding: 1.125rem 0 0.9375rem;
}

.l-office-office-item:last-child,
.l-office-profile-item:last-child {
	border-bottom: 1px solid #999999;
}

.l-office-access-btn {
	margin-top: 0.625rem;
}

.l-office-access-inner {
	margin: auto;
	max-width: 100%;
}

.l-office-access-logo {
	margin: auto;
}

.l-office-access-items {
	width: 50.7462686567%;
}

.l-office-access-item {
	align-items: flex-start;
	display: flex;
	margin-top: 1.875rem;
}

.l-office-access-item:nth-child(3) {
	margin-bottom: 1.875rem;
}

.l-office-access-detail {
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.l-office-access_item {
	text-align: center;
}

.l-office-access-map__iframe-wrap {
	padding-top: 38.1944444444%;
	position: relative;
	width: 100%;
}

.l-office-access-map__iframe-wrap > iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-section-title {
	color: #000000;
	display: inline-block;
	font-size: 2.25rem;
	font-weight: 700;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.c-section-title::before {
	background: #249191;
	bottom: 0;
	content: "";
	display: block;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4.25rem;
}

.c-section-title::after {
	bottom: -2.375rem;
	color: #249191;
	content: attr(data-en);
	display: block;
	font-size: 1rem;
	left: 50%;
	position: absolute;
	text-transform: capitalize;
	transform: translateX(-50%);
}

.c-btn {
	background: #249191;
	border: 1px solid #249191;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	padding: 0.375rem;
	position: relative;
	text-align: center;
	transition: all 0.5s;
	width: 16rem;
}

.c-btn::after {
	background: url(../img/btn-arrow.svg) center center/cover;
	background-repeat: no-repeat;
	content: "";
	height: 1.0625rem;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
	width: 0.875rem;
}

.c-btn:hover {
	background: #fff;
	color: #249191;
}

.c-btn:hover::after {
	background: url(../img/btn-arrow-green.svg) center center/cover;
	background-repeat: no-repeat;
}

.c-tel-link {
	color: #FF8053;
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.602;
	padding-left: 68px;
	padding-top: 2px;
	position: relative;
}

.c-tel-link img {
	background: #FF8053;
	border-radius: 50%;
	height: 51.72px;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 51.72px;
}

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

.c-tel-link.top {
	font-size: 3.625rem;
	padding-left: 70px;
}

.c-tel-link.top img {
	height: 62px;
	left: -6px;
	width: 60px;
}

.c-receipt-time {
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
}

.c-mail-link {
	background: #B0CB54;
	border: 1px solid #B0CB54;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	max-width: 100%;
	padding-bottom: 0.375rem;
	padding-left: 4.375rem;
	padding-right: 0.625rem;
	padding-top: 0.375rem;
	position: relative;
	text-align: center;
	transition: all 0.5s;
	width: 26.25rem;
}

.c-mail-link img {
	content: "";
	left: 1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-mail-link::before {
	background: url(../img/mail.svg) no-repeat center center/cover;
	content: "";
	height: 1.625rem;
	left: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.c-mail-link:hover {
	background: #fff;
	color: #B0CB54;
}

.c-mail-link:hover::before {
	background: url(../img/mail-hover.svg) no-repeat center center/cover;
}

.c-mail-link.top {
	font-size: 1.5rem;
	width: 30rem;
}

.c-main-visual_img {
	border-bottom: 5px solid #249191;
	height: 405px;
	width: 100%;
}

.c-main-visual_img.lnquiry {
	background: url(../img/unsplash_XxvXRmsH860.jpg) center center/cover;
}

.c-main-visual_img.office-info {
	background: url(../img/unsplash_OD9EOzfSOh0.jpg) center center/cover;
}

.c-logo {
	font-family: "Yuji Syuku", serif;
}

.c-logo.drawer {
	color: #000000;
}

.c-logo.footer {
	color: #fff;
}

.c-logo_link img {
	height: 40px;
	width: 40px;
}

.c-logo_link.drawer {
	align-items: center;
	display: flex;
}

.c-logo_link.footer {
	align-items: center;
	display: flex;
}

.c-logo__link-box {
	align-items: center;
	display: flex;
}

.c-logo__link-job {
	font-size: 2.5rem;
}

.c-logo__link-name {
	font-size: 2.5rem;
}

.c-logo__link-name.footer {
	margin-left: 0.9375rem;
}

.b-back {
	background: #249191;
}

.p-header {
	color: #000000;
}

.p-header-logo__link {
	font-family: "Yuji Syuku", serif;
	font-size: 37px;
	line-height: 1.448;
}

.p-header-nav__list li:not(:first-child) {
	margin-left: 40px;
}

.p-header-nav-item-link {
	padding: 20px 0;
	position: relative;
}

.p-header-nav-item-link::after {
	background: #249191;
	bottom: -14px;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 0px;
}

.p-header-nav-item-link.current {
	color: #249191;
}

.p-header-nav-item-link.current::after {
	width: 107px;
}

.p-header-nav-item-link:hover {
	opacity: 0.7;
}

.p-header-nav-item-link:hover::after {
	width: 107px;
}

.p-drawer {
	background: #FFFFFF;
	opacity: 0.7;
}

.p-drawer.is-active {
	opacity: 1;
}

.p-drawer-logo {
	color: #000000;
	font-family: "Yuji Syuku", serif;
}

.p-drawer-icon {
	cursor: pointer;
	transition: all 0.5s ease 0s;
}

.p-drawer-icon.is-active .p-drawer-icon-bar1,
.p-drawer-icon.is-active .p-drawer-icon-bar2,
.p-drawer-icon.is-active .p-drawer-icon-bar3 {
	background: #fff;
}

.p-drawer-icon-bars {
	display: block;
	height: 36px;
	position: relative;
	width: 44px;
}

.p-drawer-icon-bar1,
.p-drawer-icon-bar2,
.p-drawer-icon-bar3 {
	background: #249191;
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 44px;
}

.p-drawer-icon-bar1 {
	top: 0;
}

.p-drawer-icon-bar2 {
	top: 17px;
}

.p-drawer-icon-bar3 {
	top: 33px;
}

.p-drawer-nav-item-link {
	color: #000000;
	position: relative;
}

.p-drawer-nav-item-link::after {
	background: #000000;
	bottom: -5px;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 0px;
}

.p-drawer-nav-item-link:hover {
	opacity: 0.7;
}

.p-drawer-nav-item-link:hover::after {
	width: 100px;
}

.p-to-top,
.js-to-top {
	bottom: 30px;
	opacity: 0;
	position: fixed;
	right: 40px;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 10000;
}

.p-to-top.is-show,
.js-to-top.is-show {
	opacity: 1;
	visibility: visible;
}

.p-to-top:hover,
.js-to-top:hover {
	opacity: 0.7;
	transform: rotateX(360deg);
}

.p-to-top a,
.js-to-top a {
	text-decoration: none;
}

.p-to-top a img,
.js-to-top a img {
	width: 50px;
}

.p-contact-box {
	background-color: #EEEEEE;
}

.p-contact-box_consul {
	background: #fff;
	border-radius: 5px;
	color: #000000;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1.25rem;
	padding: 0.3125rem 1.25rem;
	position: relative;
}

.p-contact-box_consul:after {
	border: 21px solid transparent;
	border-top: 19px solid #fff;
	content: "";
	height: 0;
	left: 40px;
	position: absolute;
	top: 68%;
	transform: rotate(77deg);
	width: 0;
}

.p-contact-box_consul.top {
	margin-bottom: 0.3125rem;
	padding: 8px 0 6px 10px;
}

.p-contact_inner {
	padding-bottom: 6.25rem;
	padding-top: 3.5625rem;
}

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

.p-contact-form-label label {
	color: #000000;
	font-size: 1.25rem;
	font-weight: 700;
}

.p-contact-form-label label.is-required {
	display: inline-block;
	position: relative;
}

.p-contact-form-label label.is-required::after {
	background: #fff;
	border: solid 1px #E42F50;
	color: #E42F50;
	content: "必須";
	display: block;
	font-size: 0.625rem;
	font-weight: 700;
	height: 1.25rem;
	left: calc(100% + 10px);
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.p-contact-form-label.-radio p {
	color: #000000;
	font-size: 0.75rem;
}

.p-contact-form-input [type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999999;
	border-radius: 10px;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: 1rem;
	padding: 10px 15px;
	width: 100%;
}

.p-contact-form-input [type=text]:hover {
	border: 1px solid #4973FF;
	box-shadow: 0px 5px 3px -3px rgba(73, 115, 255, 0.5);
}

.p-contact-form-input [type=text]:focus {
	border-bottom: 1px solid #4973FF;
	box-shadow: 0px 5px 3px -3px rgba(73, 115, 255, 0.5);
	outline: none;
}

.p-contact-form-input [type=email] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999999;
	border-radius: 10px;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: 1rem;
	padding: 10px 15px;
	width: 100%;
}

.p-contact-form-input [type=email]:hover {
	border: 1px solid #4973FF;
	box-shadow: 0px 5px 3px -3px rgba(73, 115, 255, 0.5);
}

.p-contact-form-input [type=email]:focus {
	border-bottom: 1px solid #4973FF;
	box-shadow: 0px 5px 3px -3px rgba(73, 115, 255, 0.5);
	outline: none;
}

.p-contact-form-input textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999999;
	border-radius: 10px;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	min-height: 210px;
	padding: 10px 15px;
	resize: vertical;
	width: 100%;
}

.p-contact-form-input textarea:hover {
	box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.5);
}

.p-contact-form-input textarea:focus {
	box-shadow: 0px 0px 8px rgba(73, 115, 255, 0.5);
	outline: none;
}

.p-contact-radio {
	position: relative;
}

.p-contact-radio-input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.p-contact-radio-input:checked + .p-contact-radio-part::after {
	display: block;
}

.p-contact-radio-input:focus + .p-contact-radio-part::before {
	background: rgba(73, 115, 255, 0.2);
	border: 2px solid #000000;
	border-radius: 50%;
	box-shadow: 0px 0px 6px rgba(73, 115, 255, 0.2);
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-contact-radio-input:hover + .p-contact-radio-part::before {
	background: rgba(73, 115, 255, 0.2);
	border: 2px solid #000000;
	border-radius: 50%;
	box-shadow: 0px 0px 6px rgba(73, 115, 255, 0.2);
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-contact-radio-part {
	color: #000000;
	cursor: pointer;
	display: inline-block;
	margin-right: 43px;
	padding-left: 32px;
	position: relative;
}

.p-contact-radio-part::before {
	background: #fff;
	border: 2px solid #000000;
	border-radius: 50%;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-contact-radio-part::after {
	background: #000000;
	border-radius: 50%;
	content: "";
	display: none;
	height: 10px;
	left: 7px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-contact-footer-submit button {
	font-size: 1.25rem;
	letter-spacing: 1em;
}

.p-footer {
	background: #249191;
}

.p-footer-item_content.link {
	color: #fff;
}

.p-footer-logo__link {
	font-family: "Yuji Syuku", serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.448;
}

.p-footer-nav__content-items {
	border-top: 1px solid #fff;
}

.p-footer-nav__content-items ul {
	font-size: 0.75rem;
	line-height: 2;
}

.p-footer-nav__item-link {
	transition: all 0.5s;
}

.p-footer-nav__item-link:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.p-footer-copyright {
	background: #1A6363;
	color: #fff;
	font-size: 0.75rem;
}

.p-lnquiry-thanks {
	color: #000000;
}

.p-top-mv-main {
	background: url(../img/keyvisual.jpg) no-repeat center center/cover;
}

.p-top-mv-main_contents {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.235;
}

.p-top-mv-main_traffic {
	background: #FF8053;
	border-radius: 5px;
	color: #fff;
	font-size: 1.375rem;
	padding: 5px 10px;
}

.p-top-mv-main_nearest {
	color: #FF8053;
	font-size: 2.25rem;
}

.p-top-mv-main_nearest.bus {
	font-size: 2rem;
}

.p-top-mv-main_nearest span {
	font-size: 1.5rem;
}

.p-top-mv-main_title {
	background: rgba(36, 145, 145, 0.65);
	border-radius: 15px;
	color: #fff;
	font-size: 4.1875rem;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 30px 45px;
}

.p-top-mv-consul {
	background: #249191;
}

.p-top-mv-consul_item-text {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	padding-left: 2.5rem;
	position: relative;
}

.p-top-mv-consul_item-text::before {
	background: url(../img/Vector-wcheck.png) no-repeat center center/cover;
	border-radius: 50%;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.p-service-card_title {
	color: #000000;
	font-size: 1.5rem;
	font-weight: 700;
}

.p-service-card_text {
	font-size: 0.6875rem;
}

.p-service-card_list {
	font-size: 0.9375rem;
	padding-left: 1.25rem;
}

.p-service-card_list-item {
	list-style: disc;
}

.p-service-card_btn {
	width: 100%;
}

.p-service-contents {
	margin-bottom: 5.1875rem;
}

.p-service-section {
	margin-top: 4.5rem;
}

.p-service-title,
.c-section-title {
	display: block;
	margin: 0 auto;
}

.p-service-types {
	background: #ddd;
	border-radius: 0.625rem;
	color: #000000;
	font-family: "Yu Gothic";
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.601;
	padding: 0.625rem 1.875rem;
}

.p-service-type {
	color: #249191;
	font-family: "Yu Gothic";
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.601;
	margin-top: 1.25rem;
	padding-left: 2.546875rem;
	position: relative;
}

.p-service-type::before {
	background: url(../img/Vector-graycheck.png) center center/cover;
	content: "";
	height: 1.40625rem;
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: 1.40625rem;
}

.p-service-description {
	color: #333;
	font-family: "Yu Gothic";
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.601;
	margin-top: 0.75rem;
}

.p-service-step {
	margin-top: 1.75rem;
}

.p-service-step-title {
	background: #B0CB54;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: "Yu Gothic";
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.601;
	margin-bottom: 0.6875rem;
	padding: 0.1875rem 0.9375rem;
	text-align: center;
}

.p-service-step-contents {
	display: flex;
	justify-content: space-between;
}

.p-service-step-text {
	border: 1px solid #999;
	color: #333;
	font-family: "Yu Gothic";
	font-size: 1rem;
	font-weight: 700;
	padding-block: 0.75rem;
	padding-inline: 2.8125rem 0.9375rem;
	position: relative;
}

.p-service-step-text::after {
	visibility: hidden;
}

.p-service-step-submit > .p-service-step-text::after {
	display: none;
}

.p-service-step-info {
	align-self: center;
}

.p-service-step-info {
	color: #333;
	font-family: "Yu Gothic";
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.601;
	margin-top: 0.5625rem;
	padding-left: 0.9375rem;
	width: -moz-max-content;
	width: max-content;
}

.p-service-step-info a {
	color: #FF8053;
	text-decoration: underline;
}

.p-service-step-flex {
	position: relative;
}

.p-service-step-flex:not(:last-child)::before {
	background: url(../img/arrow-service01.svg) center center/cover no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: -50px;
	top: 15%;
	width: 26px;
}

.p-service-step_contact > p:first-of-type {
	position: relative;
}

.p-service-step_contact > p:first-of-type::before {
	background: url(../img/s-logo-mail.svg) center center/cover no-repeat;
	content: "";
	height: 17px;
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
}

.p-service-step_phone > p:first-of-type {
	position: relative;
}

.p-service-step_phone > p:first-of-type::before {
	background: url(../img/s-logo-phone.svg) center center/cover no-repeat;
	content: "";
	height: 18px;
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.p-service-step-meeting > p:first-of-type {
	position: relative;
}

.p-service-step-meeting > p:first-of-type::before {
	background: url(../img/Meeting-Room.png) center center/cover no-repeat;
	content: "";
	height: 23px;
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
}

.p-service-step-apply > p:first-of-type {
	position: relative;
}

.p-service-step-apply > p:first-of-type::before {
	background: url(../img/s-checkBox.png) center center/cover no-repeat;
	content: "";
	height: 25px;
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.p-service-step-submit > p:first-of-type {
	position: relative;
}

.p-service-step-submit > p:first-of-type::before {
	background: url(../img/s-Create.png) center center/cover no-repeat;
	content: "";
	height: 25px;
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.p-service-price {
	margin-top: 28px;
}

.p-service-price > p {
	color: #333;
	font-family: "Yu Gothic";
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.601;
}

.p-service-price-table_container {
	overflow-x: scroll;
	white-space: nowrap;
	width: 100%;
}

.p-service-step-submit {
	position: relative;
}

.p-service-step-submit > span {
	color: #000000;
	content: "";
	display: block;
	font-size: 0.75rem;
	position: absolute;
	text-align: center;
	top: -1.1875rem;
	width: 100%;
}

.p-service-price-table {
	border-collapse: collapse;
	color: #000000;
	font-family: "Yu Gothic";
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 11px;
	min-width: 1000px;
	table-layout: fixed;
	width: 100%;
}

.p-service-price-table th {
	background-color: #eee;
	border-bottom: 1px solid #999;
	padding-left: 20px;
	text-align: left;
}

.p-service-price-table td {
	border-bottom: 1px solid #999;
	height: 38px;
	vertical-align: middle;
}

.p-service-price-table td:first-child {
	padding-left: 20px;
}

.p-service-price-table .col-1 {
	width: 40%;
}

.p-service-price-table .col-2 {
	width: 25%;
}

.p-service-price-table .col-3 {
	width: 35%;
}

.p-top-service-item-title {
	font-family: "Yu Mincho";
	font-size: 2.3125rem;
	font-weight: 600;
}

.p-top-service-item-title strong {
	color: #FF8053;
	font-size: 2.9375rem;
}

.p-top-service-item-result {
	background: #249191;
	border-radius: 15px 0px 0px 15px;
}

.p-top-service-item-result-text {
	color: #fff;
	font-size: 0.9375rem;
	padding-left: 1.25rem;
	position: relative;
}

.p-top-service-item-result-text:not(:first-child) {
	margin-left: 1.25rem;
}

.p-top-service-item-result-text::before {
	background: url(../img/Check.svg) no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-top-service-cards {
	margin-top: 8.4375rem;
}

.p-top-message {
	background: #efefef;
}

.p-top-message-main {
	background: #fff;
}

.p-top-message-main_title {
	color: #FF8053;
	font-family: "Yu Mincho";
	font-size: 2rem;
	font-weight: 600;
}

.p-top-message_btn {
	font-size: 1rem;
	width: 42%;
}

.p-top-message_btn::after {
	right: 16px;
	width: 1rem;
}

.p-top-access-subtitle {
	color: #000000;
}

.p-top-access_item.title-pc {
	color: #000000;
	font-size: 2.625rem;
	letter-spacing: 0.1em;
	line-height: 1.448;
}

.p-top-access_item.contact {
	margin-top: 3.125rem;
}

.p-top-access_item_address-title {
	color: #fff;
	font-size: 0.75rem;
}

.p-top-access_item_address-body {
	color: #000000;
	font-size: 1rem;
}

.p-office-profile {
	background-color: #EFEFEF;
}

.p-office-access-image {
	width: 41.7910447761%;
}

.p-section-title {
	margin: 0 auto 3.75rem;
	text-align: center;
}

.p-access-btn {
	margin-top: 0.625rem;
}

.p-access p {
	font-size: 0.875rem;
}

.p-office-access__title {
	background-color: #aaa;
	border-radius: 25px;
	color: #fff;
	font-size: 0.75rem;
	margin-right: 1rem;
	padding: 0.3125rem 0;
	text-align: center;
	width: 68px;
}

.p-office-access-subtitle {
	color: #000000;
	text-align: center;
}

.p-office-access__content {
	color: #000;
	font-size: 0.875rem;
}

.p-office-access-items {
	display: inline-block;
	margin-right: auto;
	width: 53.7313432836%;
}

.p-office-office-item__label,
.p-office-profile-item__label {
	color: #249191;
	width: 270px;
}

.p-office-profile-item__content {
	width: calc(100% - 270px);
}

/*.p-office-profile-item__content-flex {
	display: flex;
}*/

.p-office-profile-item__content-flex:not(:first-child) {
	margin-top: 1em;
}

.p-office-profile-item__content-year {
	width: 6em;
}

/*.p-office-profile-item__content-bio {
	width: calc(100% - 6em);
}*/

.p-access-logotype {
	color: #000000;
	font-family: "Yuji Syuku", serif;
	font-size: 2.625rem;
}

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

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

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

.u-show-tab {
	display: none;
}

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

.p-office-office-item__label,
.p-office-profile-item__label {
	max-width: 100%;
}

}

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

.p-service-price-table_container {
	overflow-x: auto;
}

.p-service-price-table {
	width: 99.9%;
}

}

@media (min-width: 1280px) {

.is-sp {
	display: none;
}

.is-tab {
	display: none;
}

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

}

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

.l-header {
	padding: 0 20px;
}

}

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

.l-header {
	display: none;
}

.l-drawer {
	display: block;
}

.l-contact_inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-footer-items {
	display: block;
}

.l-footer-item_content {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

.l-footer-item_content.contact {
	margin-top: 3.125rem;
}

.l-footer-logo_box {
	position: relative;
}

.l-footer-logo {
	content: "";
	display: inline-block;
	height: auto;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 280px;
}

.l-footer-nav {
	margin-top: 0.625rem;
	padding-top: 6.25rem;
}

.l-footer-nav__content {
	margin-right: 0;
}

.l-footer-nav__content:not(:last-child) {
	margin-right: 18px;
}

.l-footer-nav__content-items {
	margin-top: 0.1875rem;
}

.l-footer-contact-box {
	margin: 0 auto;
}

.l-lnquiry-thanks_inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-top-mv-main_contents {
	margin-left: 1.875rem;
}

.l-top-mv-main_title {
	margin-left: 1.875rem;
	width: 43.75rem;
}

.l-top-service-items {
	display: block;
}

.l-top-service-item.img {
	width: 100%;
}

.l-top-service-item.text {
	margin-top: 22.5rem;
	width: 100%;
}

.l-top-service-item img {
	left: 50%;
	margin-left: 0;
	top: -480px;
	transform: translateX(-50%);
}

.l-top-service-item-title {
	text-align: center;
}

.l-top-service-item-result {
	margin-left: auto;
	width: 83.3333333333%;
}

.l-service-cards {
	padding: 0 1.25rem;
}

.l-service-card {
	width: calc(50% - 25px);
}

.l-service-card:not(:first-child) {
	margin-left: 0;
}

.l-service-card:nth-child(2n) {
	margin-left: 50px;
}

.l-service-card:nth-child(n+3) {
	margin-top: 50px;
}

.l-service {
	padding-inline: 0.9375rem;
}

.l-top-message_inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-top-access_inner {
	padding-bottom: 3.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-top-access-subtitle h3 {
	display: inline-block;
}

.l-top-access-subtitle .c-logo {
	display: none;
}

.l-top-access_contents {
	display: block;
	margin-top: 0rem;
}

.l-top-access_content {
	margin: 0 auto;
	width: 100%;
}

.l-top-access_content:not(:first-child) {
	margin-left: 0;
}

.l-top-access_content.map {
	display: none;
}

.l-top-access_item.title-pc {
	display: none;
}

.l-top-access_item.address {
	justify-content: center;
	margin-left: -1.25rem;
}

.l-top-access_item.nearest {
	justify-content: center;
}

.l-top-access_item.contact {
	text-align: center;
}

.l-office-access-items {
	margin: 0 0.9375rem;
	width: auto;
}

.l-office-access-item {
	margin-left: 1.875rem;
}

.l-office-access-detail {
	flex-direction: column-reverse;
}

.c-logo.drawer {
	display: none;
}

.c-logo_link.drawer img {
	margin-top: 0.625rem;
}

.c-logo_link.footer img {
	height: 43px;
	width: 43px;
}

.c-logo__link-box {
	display: block;
	position: relative;
	width: 190px;
}

.c-logo__link-box.footer {
	width: 100%;
}

.c-logo__link-job {
	content: "";
	font-size: 0.9375rem;
	left: 8px;
	position: absolute;
	top: -22px;
	width: 190px;
}

.c-logo__link-job.footer {
	content: "";
	font-size: 1.0625rem;
	left: 2px;
	position: absolute;
	top: -26px;
	width: 190px;
}

.c-logo__link-name {
	font-size: 1.6875rem;
	left: 8px;
	position: absolute;
	top: -9px;
	/*width: 190px;*/
}

.c-logo__link-name.footer {
	font-size: 1.6875rem;
	left: 3px;
	letter-spacing: 0.08em;
	margin-left: 0rem;
	position: absolute;
	top: -7px;
	width: 100%;
}

.p-footer-logo__link {
	align-items: center;
	display: flex;
	font-size: 1.0625rem;
	line-height: 1.1;
	margin-top: -0.625rem;
}

.p-footer-logo__link span {
	display: block;
	font-size: 1.8125rem;
}

.p-top-mv-main_title {
	font-size: 3.125rem;
}

.p-office-access-image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 440px;
}

.u-hidden-sp-pc {
	display: inline-block;
}

.u-show-tab {
	display: block;
}

}

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

.p-service-contents {
	margin-bottom: 4.125rem;
}

.p-service-section {
	margin-top: 3.875rem;
}

.p-service-step {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-service-step-title {
	margin-block: 1.875rem 1.125rem;
	width: 100%;
}

.p-service-step-contents {
	flex-direction: column;
}

.p-service-step-text {
	font-size: 0.875rem;
	line-height: 1.875rem;
	margin-bottom: 1.75rem;
	min-width: 10.75rem;
	padding-block: 0.625rem;
}

.p-service-step-text::after {
	background: url(../img/arrow-service02.png) center center/cover no-repeat;
	bottom: -20px;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	visibility: visible;
	width: 10px;
}

.p-service-step-info {
	font-size: 0.6875rem;
	margin-left: 1rem;
	margin-top: -1.875rem;
	max-height: 8.25rem;
	padding-left: 0;
}

.p-service-step-flex {
	display: flex;
	margin: 0 auto;
	width: -moz-max-content;
	width: max-content;
}

.p-service-step-flex:not(:last-child)::before {
	display: none;
}

.p-service-step_contact .p-service-step-info {
	margin-top: -28px;
}

.p-service-step-apply > .p-service-step-info {
	min-width: 8.125rem;
}

.p-service-step-submit > .p-service-step-info {
	min-width: 8.125rem;
}

.p-service-price {
	margin-top: 40px;
}

.p-service-step-submit > span {
	margin-left: 15px;
	text-align: left;
}

.p-service-license-application .p-service-step-submit {
	margin-top: 20px;
}

}

@media (max-width: 767px) {

.is-pc {
	display: none;
}

.is-tab {
	display: none;
}

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

.l-drawer-logo {
	left: 31px;
	transform: none;
}

.l-contact-box {
	padding: 0.625rem 2.1875rem 1.375rem 3.4375rem;
}

.l-contact-box.top {
	padding: 0.625rem 2.5rem 1.375rem 2.8125rem;
}

.l-contact-box-receipt-time {
	margin-top: -0.4375rem;
}

.l-contact-box-mail-link {
	margin-top: 0.1875rem;
}

.l-contact-box-office {
	padding: 1.875rem 1.5rem;
}

.l-contact_inner {
	padding-bottom: 3.625rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.l-contact-title .c-section-title::after {
	bottom: -1.75rem;
}

.l-contact-form {
	padding-top: 4.6875rem;
}

.l-contact-form-items:not(:first-child) {
	margin-top: 1.875rem;
}

.l-contact-form-items .l-contact-form-list:not(:first-child) {
	margin-left: 0;
	margin-top: 1.875rem;
}

.l-contact-form-items {
	display: block;
}

.l-contact-form-items.method {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 0;
}

.l-contact-form-list {
	width: 100%;
}

.l-contact-form-list.tel {
	margin-top: 1.875rem;
}

.l-contact-form-list.company {
	margin-top: 1.875rem;
}

.l-contact-form-list.-radio {
	margin-top: 1.875rem;
}

.l-contact-form-list.input-message {
	margin-top: 1.875rem;
}

.l-contact-form-label {
	margin-left: 0.625rem;
}

.l-contact-form-label.-radio {
	display: block;
}

.l-contact-form-label.-radio p {
	margin-bottom: 0.3125rem;
	margin-left: -0.625rem;
	margin-top: 0.3125rem;
	padding-left: 0;
}

.l-contact-form-input.-radio {
	margin-top: 0.625rem;
}

.l-contact-footer-submit {
	margin-top: 1.75rem;
}

.l-contact-footer-submit button {
	padding-left: 1.75rem;
	width: 12.5rem;
}

.l-footer-inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 1.5625rem;
}

.l-footer-items {
	padding-bottom: 1.125rem;
}

.l-footer-item_content.contact {
	margin-top: 1.75rem;
}

.l-footer-logo img {
	height: 43px;
	margin-left: 6px;
	margin-right: 8px;
}

.l-footer-nav {
	margin-top: 0.625rem;
	padding-top: 4.6875rem;
}

.l-footer-nav__content {
	width: calc(25% - 12px);
}

.l-footer-nav__content:not(:last-child) {
	margin-right: 16px;
}

.l-footer-nav__content-items ul {
	padding-left: 0.25rem;
}

.l-footer-nav__item-link.service {
	display: inline-block;
	width: 70px;
}

.l-footer-copyright {
	padding: 0.3125rem 0;
}

.l-lnquiry-thanks_inner {
	padding-bottom: 3.625rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.l-top-mv-main {
	height: 487px;
	max-height: 487px;
}

.l-top-mv-main_contents {
	margin-left: 0.9375rem;
	margin-top: 5.3125rem;
	padding: 0.625rem;
}

.l-top-mv-main_content:not(:first-child) {
	margin-top: 0.5rem;
}

.l-top-mv-main_nearest {
	margin-top: 0.3125rem;
}

.l-top-mv-main_title {
	margin-left: 0.9375rem;
	margin-top: 11.875rem;
	width: 22.5rem;
}

.l-top-mv-consul {
	height: 180px;
	max-height: 180px;
}

.l-top-mv-consul_item {
	padding-top: 1.25rem;
}

.l-top-mv-consul_item.contact {
	margin-top: 0;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.9375rem;
}

.l-top-mv-consul_item-text-box:not(:first-child) {
	margin-top: 0.3125rem;
}

.l-top-service {
	padding-bottom: 3.4375rem;
	padding-top: 3.125rem;
}

.l-top-service-item.img {
	position: static;
	width: 69%;
}

.l-top-service-item.text {
	margin-top: 7.8125rem;
	position: relative;
}

.l-top-service-item img {
	margin-left: 50px;
	position: static;
	transform: none;
}

.l-top-service-item-title {
	content: "";
	left: 50%;
	padding-left: 8px;
	position: absolute;
	top: -128px;
	transform: translateX(-50%);
	width: 100%;
}

.l-top-service-item-result {
	display: block;
	margin-top: 1.25rem;
	padding-left: 1.25rem;
}

.l-top-service-title {
	margin-top: 1.875rem;
}

.l-service-cards {
	display: block;
	padding: 0 0.9375rem;
}

.l-service-card {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

.l-service-card:not(:first-child) {
	margin-top: 2rem;
}

.l-service-card:not(:first-child) {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}

.l-service-card:nth-child(2n) {
	margin-left: auto;
	margin-right: auto;
}

.l-service-card:nth-child(n+3) {
	margin-top: 2rem;
}

.l-service-card-img {
	height: 150px;
}

.l-service-card-img img {
	-o-object-fit: cover;
	height: 150px;
	object-fit: cover;
	width: 100%;
}

.l-service-card-content {
	height: auto;
	min-height: 0;
}

.l-service-card_text {
	margin-top: 0.3125rem;
	min-height: 50px;
}

.l-service-card_btn {
	display: block;
	margin: 0 auto;
}

.l-service-contents {
	padding-inline: 0;
}

.l-top-message_inner {
	padding-bottom: 1.875rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 2.8125rem;
}

.l-top-message-main {
	margin-top: 3.4375rem;
	padding: 2.1875rem 1.25rem 2.1875rem 1.25rem;
}

.l-top-message-main_title {
	margin-left: -15px;
	text-align: center;
}

.l-top-message-main_text {
	margin-top: 0.625rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.l-top-message-btn {
	margin-top: 2.1875rem;
}

.l-top-access_inner {
	padding-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 3.75rem;
}

.l-top-access-subtitle {
	margin: 2.1875rem auto 0 auto;
	text-align: center;
}

.l-top-access-subtitle h3 {
	display: none;
}

.l-top-access-subtitle .c-logo {
	display: inline-block;
	margin: 0 auto;
	text-align: start;
}

.l-top-access_item {
	max-width: 100%;
	width: 360px;
}

.l-top-access_item.address {
	display: block;
	margin: 0.9375rem auto 0 auto;
}

.l-top-access_item.nearest {
	display: block;
	margin: 0.9375rem auto 0 auto;
}

.l-top-access_item.contact {
	margin: 3.125rem auto 0 auto;
	width: 100%;
}

.l-top-access_item_address-title {
	height: 1.375rem;
	width: 3.75rem;
}

.l-top-access_item_address-body {
	margin-left: 0.375rem;
	padding-top: 0.625rem;
}

.l-top-message-btn.top {
	margin-top: 1.875rem;
}

.l-office-section {
	padding: 3.75rem 0;
}

.l-office-office-inner,
.l-office-profile-inner {
	width: 100%;
}

.l-office-office-item,
.l-office-profile-item {
	display: block;
	padding: 1.25rem 0.9375rem;
}

.l-office-access-btn {
	text-align: center;
}

.l-office-message-btn {
	text-align: center;
}

.l-office-access-item {
	display: block;
	margin-left: 1.25rem;
}

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

.c-section-title::before {
	width: 3.125rem;
}

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

.c-tel-link {
	font-size: 1.875rem;
	padding-left: 2.5rem;
}

.c-tel-link img {
	height: 34.22px;
	padding: 6px;
	width: 34.22px;
}

.c-tel-link.top {
	font-size: 2rem;
	padding-left: 2.1875rem;
	padding-top: 0;
}

.c-tel-link.top img {
	height: 34.22px;
	left: -8px;
	padding: 6px;
	width: 34.22px;
}

.c-receipt-time {
	font-size: 8px;
}

.c-mail-link {
	font-size: 0.8125rem;
	padding-left: 3.125rem;
	width: 17.5rem;
}

.c-mail-link::before {
	height: 1.125rem;
	left: 1.375rem;
	width: 1.4375rem;
}

.c-mail-link.top {
	font-size: 0.8125rem;
	padding-left: 3.125rem;
	width: 17.5rem;
}

.c-main-visual_img {
	height: 294px;
}

.c-main-visual_img.lnquiry {
	background: url(../img/sp-unsplash_XxvXRmsH860.jpg) center center/cover;
}

.c-logo.drawer {
	display: inline-block;
	margin: 0 auto;
	text-align: start;
}

.p-to-top,
.js-to-top {
	bottom: 5px;
	right: 16px;
}

.p-contact-box_consul {
	font-size: 0.875rem;
	padding: 0.3125rem 0.625rem;
}

.p-contact-box_consul:after {
	border: 11px solid transparent;
	border-top: 11px solid #fff;
	left: 10px;
	top: 69%;
}

.p-contact-box_consul.top {
	margin-left: 3px;
	width: 15.9375rem;
}

.p-contact-form-input [type=text] {
	padding: 9px 15px;
}

.p-footer-nav__content {
	font-size: 0.625rem;
}

.p-footer-nav__content-items ul {
	font-size: 0.625rem;
	line-height: 1.4;
}

.p-footer-copyright {
	font-size: 0.5625rem;
}

.p-top-mv-main {
	background: url(../img/sp-keyvisual.jpg) no-repeat center center/cover;
}

.p-top-mv-main_contents {
	letter-spacing: 0.05em;
}

.p-top-mv-main_traffic {
	font-size: 0.6875rem;
	padding: 3px 6px;
}

.p-top-mv-main_nearest {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
}

.p-top-mv-main_nearest.bus {
	font-size: 0.9375rem;
}

.p-top-mv-main_nearest span {
	font-size: 0.6875rem;
}

.p-top-mv-main_title {
	font-size: 1.9375rem;
	padding: 15px 30px;
}

.p-top-mv-consul_item-text {
	font-size: 1rem;
	padding-left: 1.25rem;
}

.p-top-mv-consul_item-text::before {
	height: 15px;
	left: -5px;
	width: 15px;
}

.p-service-card_list {
	padding-left: 1.5625rem;
}

.p-service-card_btn {
	font-size: 0.75rem;
	width: 71%;
}

.p-service-step_contact .p-service-step-info {
	margin-top: -28px;
}

.p-service-price-table td:first-child {
	padding-left: 15px;
	width: 200px;
}

.p-service-price-table .col-1 {
	width: 10%;
}

.p-service-price-table .col-2 {
	width: 15%;
}

.p-service-price-table .col-3 {
	width: 20%;
}

.p-top-service-item-title {
	font-size: 1.375rem;
}

.p-top-service-item-title span {
	display: inline-block;
	margin-bottom: -6px;
	margin-top: -6px;
}

.p-top-service-item-title strong {
	font-size: 2rem;
}

.p-top-service-item-result {
	border-radius: 30px 0px 0px 30px;
}

.p-top-service-item-result-text {
	font-size: 0.75rem;
	padding-left: 1.5625rem;
}

.p-top-service-item-result-text:not(:first-child) {
	margin-left: 0;
}

.p-top-service-cards {
	margin-top: 3.4375rem;
}

.p-top-message_title::after {
	bottom: -1.5625rem;
}

.p-top-message-main_title {
	font-size: 1.4375rem;
}

.p-top-message-main_text {
	font-size: 0.75rem;
}

.p-top-message_btn {
	font-size: 0.8125rem;
	min-width: 200px;
	width: 52%;
}

.p-top-message_btn::after {
	right: 1px;
	width: 1rem;
}

.p-top-access_title::before {
	bottom: 0.3125rem;
}

.p-top-access_title::after {
	bottom: -1.25rem;
}

.p-top-access-subtitle .c-logo {
	margin-left: 8px;
}

.p-top-access-subtitle .c-logo img {
	height: 45px;
	width: 45px;
}

.p-top-access-subtitle .c-logo .c-logo__link-job {
	font-size: 1.0625rem;
	top: -27px;
}

.p-top-access_item_address-title {
	font-size: 0.625rem;
}

.p-top-access_item_address-body {
	font-size: 0.875rem;
}

.p-office-access-image {
	display: block;
	margin: 1.25rem auto;
	max-width: 100%;
	width: 400px;
}

.p-office-access__content {
	margin-left: 0.375rem;
	padding-top: 0.625rem;
}

.p-office-access-items {
	display: block;
	margin-top: 0.625rem;
	width: 100%;
}

.p-office-profile-item__content {
	width: 100%;
}

.p-office-office-item__content,
.p-office-profile-item__content {
	margin-top: 0.625rem;
}

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

.u-show-sp {
	display: block;
}

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

}

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

.c-tel-link-office {
	font-size: 1.75rem;
}

}

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

.l-office-access-item {
	margin-left: 0.5rem;
}

}

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

.l-top-mv-main_title {
	width: 17.5rem;
}

.p-top-mv-main_title {
	font-size: 1.5625rem;
	padding: 15px 15px;
}

}

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

.p-service-step-text {
	font-size: 0.75rem;
	min-width: 8.6875rem;
	padding-inline: 2rem 0.3125rem;
}

.p-service-step-info {
	font-size: 0.625rem;
}

.p-service-step_contact > p:first-of-type::before {
	height: 15px;
	left: 0.625rem;
	width: 15px;
}

.p-service-step_phone > p:first-of-type::before {
	height: 15px;
	left: 0.625rem;
	width: 15px;
}

.p-service-step-meeting > p:first-of-type::before {
	height: 18px;
	left: 0.625rem;
	width: 18px;
}

.p-service-step-apply > p:first-of-type::before {
	height: 18px;
	left: 0.625rem;
	width: 18px;
}

.p-service-step-submit > p:first-of-type::before {
	height: 18px;
	left: 0.625rem;
	width: 18px;
}

}

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

.l-contact-box {
	padding: 1.25rem 0 1.375rem 0;
	text-align: center;
	width: 100%;
}

.l-contact-box.top {
	padding: 1.25rem 0 1.375rem 0;
	text-align: center;
	width: 100%;
}

.l-contact-box-mail-link.top {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.1875rem;
}

.l-footer-nav__contents_list {
	flex-wrap: wrap;
}

.l-footer-nav__content {
	width: calc(50% - 8px);
}

.l-footer-nav__content:not(:last-child) {
	margin-right: 0px;
}

.l-footer-nav__content:nth-child(2n+1) {
	margin-right: 16px;
}

.l-footer-nav__content:nth-child(n+3) {
	margin-top: 15px;
}

.l-footer-nav__item-link.service {
	display: inline;
	width: auto;
}

.c-logo.drawer {
	max-width: 70%;
}

.p-drawer-logo {
	max-width: 70%;
}

.p-contact-box_consul.top {
	margin: 0 auto;
}

.p-top-mv-consul_item-text {
	font-size: 0.75rem;
}

.p-top-mv-consul_item-text::before {
	height: 12px;
	width: 12px;
}

.p-top-message-main_title {
	font-size: 1.125rem;
}

.p-top-access_item_address-body {
	font-size: 0.6875rem;
}

}

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

.l-drawer-logo__link-name {
	font-size: 23px;
}

.l-drawer-icon {
	right: 20px;
}

.l-footer-logo__link-name {
	font-size: 23px;
}

.c-logo__link-name {
	font-size: 23px;
}

.c-logo__link-name.footer {
	font-size: 23px;
}

}

.sp-show{
	display: none;

}

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

	.sp-show{
		display: block;
	
	}

	}
