body {
	color: #000;
	font-family: "A-OTF Gothic MB101 Pr6N", "ヒラギノ角ゴ ProN", "游ゴシック体", "Yu Gothic", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.wpcf7-spinner{
	display: none;
}

.property__item--no-posts {
    max-width: 100% !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
}

.property__item--no-posts .property__text {
    color: #0D3776;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    white-space: normal;      /* 折り返しを許可 */
    max-width: 600px;         /* 行が長すぎないように制限 */
    margin: 0 auto;
}

.footer__privacy {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 3.3333333333;
	margin-top: 0.25rem;
	text-align: center;
}



/* ホバー */

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

.top-about {
	margin-top: 2.5rem;
}

.top-company {
	margin-top: 5rem;
	padding-bottom: 2.5rem;
}

.top-flow {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.top-news {
	margin-top: 2.5rem;
}

.top-privacy {
	margin-top: 2.5rem;
	padding-bottom: 5rem;
}

.top-property {
	margin-top: 2.5rem;
	padding-bottom: 5rem;
}

.top-service {
	margin-top: 2.5rem;
}

.top-single {
	margin-top: 2.875rem;
	padding-bottom: 5rem;
}

.top-sub-company {
	padding-bottom: 5rem;
}

.top-sub-contact {
	margin-top: 2.5rem;
	padding-bottom: 5rem;
}

.top-sub-news {
	margin-top: 3rem;
	padding-bottom: 5rem;
}

.top-sub-service {
	margin-top: 2.5rem;
}

.top-sub-thanks {
	margin-top: 2.5rem;
}

.top-works {
	margin-top: 2.5rem;
}

.about__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.about__subtitle {
	color: #0D3776;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0.75rem;
}

.about__sentence {
	width: 100%;
}

.about__img {
	margin-top: 1.25rem;
	width: 100%;
}

.about__img img {
	-o-object-fit: cover;
	aspect-ratio: 320/378;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.about__bottom {
	margin-top: 1.25rem;
}

.about__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
}

.about__button {
	margin-top: 2.5rem;
	text-align: center;
}

.about__bg {
	margin-top: 2.5rem;
}

.about__bg {
	margin-top: 2.5rem;
}

.about__bg img {
	-o-object-fit: cover;
	aspect-ratio: 390/230;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.breadcrumb {
	color: #181818;
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	margin-top: 0.625rem;
}

.breadcrumb__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.breadcrumb__content {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.4;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	gap: 0.625rem;
}

.breadcrumb__content a {
    text-decoration: underline;
}


.breadcrumb__item {
	align-items: center;
	display: flex;
}

.breadcrumb__item::after {
	content: "/";
	display: inline-block;
	margin: 0 0.8rem;
}

.breadcrumb__item:last-child::after {
	content: "";
}

.breadcrumb__item a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.button__text {
	align-items: center;
	background-color: #0D3776;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	line-height: 2;
	padding: 0.75rem 0rem 0.6875rem;
	position: relative;
	width: 20rem;
}

.button__text::after {
	background-image: url(../images/common/button-arrow-white.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 1.5rem;
	top: 48.5%;
	transform: translateY(-50%);
	width: 1.625rem;
}

.button__text--works {
	background-color: #fff;
	color: #0D3776;
}

.button__text--works::after {
	background-image: url(../images/common/button-arrow-blue.webp);
}

.company-dl__item {
	align-items: flex-start;
	display: flex;
}

.company-dl__item + .company-dl__item {
	margin-top: 0.75rem;
}

.company__dt {
	color: #0D3776;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	width: 28.625%;
}

.company__dd {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.1428571429;
}

.company-dl__map {
	margin-top: 1.25rem;
}

.company-dl__map iframe {
	height: 23.1875rem;
	width: 100%;
}

.company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.company__container {
	margin-top: 3.125rem;
}

.contact-form__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.contact__content {
	background-color: #0D3776;
	color: #fff;
	padding: 2.5rem 0 3.625rem;
	text-align: center;
	width: 100%;
}

.contact__content-mail {
	background-color: #fff;
	color: #000;
}

.contact__title {
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.contact__consultation {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.625rem;
}

.contact__buttons {
	margin-top: 1.25rem;
}

.contact__button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border-radius: 3.75rem;
	display: flex;
	gap: 1.875rem;
	height: 3.9375rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 22.0625rem;
	padding: 0.71875rem 1.5625rem 0.46875rem 2.125rem;
	text-decoration: none;
	width: 100%;
}

.contact__button--mail {
	background-color: #000;
	padding: 0.59375rem 1.5625rem 0.59375rem 2.125rem;
}

.contact__icon-tel {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}

.contact__icon-tel img {
	-o-object-fit: contain;
	display: block;
	height: 1.125rem;
	object-fit: contain;
	width: 1.125rem;
}

.contact__icon-arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}

.contact__icon-arrow img {
	-o-object-fit: contain;
	display: block;
	height: 0.8125rem;
	object-fit: contain;
	width: 0.4375rem;
}

.contact__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: center;
}

.contact__label {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
}

.contact__label--mail {
	color: #fff;
}

.contact__label:not(.contact__label--mail) {
	color: #000;
}

.contact__number {
	background-color: #0D3776;
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.6363636364;
	margin-top: 0.5rem;
	width: 9rem;
}

.flow {
	color: #0D3776;
	text-align: center;
}

.flow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 5.3125rem;
}

.flow__heading {
	display: flex;
	flex-direction: column;
}

.flow__heading-en {
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	text-transform: capitalize;
}

.flow__heading-jp {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 0.625rem;
}

.flow__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.flow__item {
	border: solid 2px #EDEDED;
	border-radius: 0.125rem;
	padding: 1.25rem 1.5rem;
	width: 100%;
}

.flow__number {
	background-color: #0D3776;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1.375rem;
	font-weight: 350;
	line-height: 1.3090909091;
	padding: 0.5625rem 1.0625rem 0.5rem 1rem;
}

.flow__title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-top: 0.625rem;
}

.flow__text {
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7857142857;
	margin-top: 0.75rem;
	text-align: left;
}

.footer-pc__list {
	align-items: center;
	display: flex;
	gap: 6.25rem;
	justify-content: center;
}

.footer-pc__link {
	-webkit-text-decoration: none;
	color: inherit;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.2222222222;
	position: relative;
	text-decoration: none;
}

.footer-pc__link::after {
	background-color: currentColor;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.footer-pc__link:hover::after {
	width: 100%;
}

.footer-pc__content {
	align-items: center;
	display: flex;
	gap: 0 15.8125rem;
	margin-top: 2.8125rem;
	text-align: center;
}

.footer-pc__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.footer-pc__box {
	background-color: #fff;
	border-radius: 0.4625rem;
	color: #0D3776;
	display: flex;
	flex-direction: column;
	max-width: calc(50% - 0.625rem);
	padding: 0.149375rem 0 1.595rem;
	position: relative;
	width: 21.25rem;
}

.footer-pc__box + .footer-pc__box {
	margin-left: 1.25rem;
}

.footer-pc__text {
	font-size: 1.089375rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 2.908777969;
}

.footer-pc__flex {
	align-items: center;
	display: flex;
	gap: 0 0.603125rem;
	justify-content: center;
	margin-top: 0.4375rem;
}

.footer-pc__icon {
	height: 1.8125rem;
	position: relative;
	top: -0.125rem;
	width: 1.8125rem;
}

.footer-pc__number {
	-webkit-text-decoration: none;
	color: inherit;
	display: inline-block;
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 2.179375rem;
	font-weight: 500;
	line-height: 0.6825351305;
	position: relative;
	text-decoration: none;
	transition: transform 0.3s ease, color 0.3s ease;
}

.footer-pc__number::after {
	background-color: currentColor;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: width 0.3s ease, opacity 0.3s ease;
	width: 0;
}

.footer-pc__number:hover {
	color: #0D3776;
	transform: translateY(-2px);
}

.footer-pc__number:hover::after {
	opacity: 1;
	width: 100%;
}

.footer-pc__mail-icon {
	height: 1.1875rem;
	width: 1.1875rem;
}

.footer-pc__button-text {
	align-items: center;
	background-color: #0D3776;
	border-radius: 5.4475rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.89125rem;
	font-weight: 600;
	gap: 0 1.27875rem;
	justify-content: center;
	line-height: 3.5553997195;
	padding: 0rem 2.5rem 0rem 0;
	position: relative;
	transition: 0.4s;
	width: 17.375rem;
}

.footer-pc__button-text::after {
	background-image: url(../images/common/mail-button-arrow-white.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1.1875rem;
	top: 48.5%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 0.375rem;
}

.footer-pc__button-text:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.footer-pc__button-text p {
	position: relative;
	top: 0.0625rem;
}

.footer-sp__item + .footer-sp__item {
	margin-top: 2.5rem;
}

.footer-sp__text {
	border-bottom: solid 1px #fff;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.44;
	padding-bottom: 0.625rem;
	width: 53.125%;
}

.footer-sp__box {
	display: flex;
	flex-direction: column;
}

.footer-sp__box a {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 1.25rem;
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 2.5rem 0rem 0.625rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.footer__logo {
	margin-top: 4.6875rem;
}

.footer__logo img {
	height: 2.875rem;
	margin-left: auto;
	margin-right: auto;
	width: 12.9375rem;
}

.footer__address {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 3.3333333333;
	margin-top: 0.329375rem;
	text-align: center;
}

.footer__copyright {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.4;
	margin-top: -0.5rem;
	text-align: center;
}

.form__item {
	text-align: left;
}

.form__item--aline {
	text-align: left;
}

.form__item + .form__item {
	margin-top: 1.25rem;
}

.form__item label {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	padding-bottom: 0.625rem;
}

.form__item .required {
	border-radius: 0.25rem;
	color: #0D3776;
	font-size: 0.625rem;
	font-weight: 400;
	margin-left: 0.5rem;
}

.form__item input {
	background-color: #F1F1F1;
	border-radius: 0.25rem;
	box-sizing: border-box;
	font-size: 0.875rem;
	height: 2.5rem;
	line-height: 2;
	padding: 0.5rem 0.84375rem;
	width: 100%;
}

.form__item textarea {
	background-color: #F1F1F1;
	border-radius: 0.25rem;
	box-sizing: border-box;
	font-size: 0.875rem;
	height: 16.8125rem;
	line-height: 2;
	padding: 0.5rem 0.84375rem;
	width: 100%;
}

.btn__top {
	margin-top: 2.5rem;
	text-align: center;
}

.btn-submit {
	position: relative;
}

.btn-submit__body[type=submit] {
	background: #0D3776;
	border-radius: 0.375rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: third-font;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 0.875rem 0 0.9375rem;
	position: relative;
	text-align: center;
	transition: color 0.2s;
	width: 100%;
	z-index: 1;
}

.btn-submit__text::after {
	background-image: url(../images/common/contact-button-arrow.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	height: 0.795625rem;
	max-width: 2.5rem;
	pointer-events: none;
	position: absolute;
	right: 1.5rem;
	top: 37%;
	transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	width: 100%;
	width: 0.46rem;
	z-index: 100;
}

.btn-submit:hover .btn-submit__text::after {
	transform: translateX(0.3125rem);
}

.btn-submit:hover .btn-submit__arrow::before,
.btn-submit:hover .btn-submit__arrow::after {
	background-color: transparent;
	pointer-events: none;
}

.btn-submit__body[disabled] {
	cursor: not-allowed;
}

.fv {
	margin-top: 3.75rem;
	position: relative;
}

.fv__img {
	aspect-ratio: 390/700;
	margin-left: auto;
	max-width: 500px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 390/700;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv__inner {
	left: 50%;
	max-width: 500px;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
	position: absolute;
	top: 44%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.fv__title {
	background-color: #fff;
	color: #0D3776;
	display: inline-block;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.3125rem 0;
}

.fv__subtitle {
	background-color: #fff;
	color: #000;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.2222222222;
	margin-top: 5rem;
	padding: 0.75rem 0.4375rem 1.4375rem 0.8125rem;
}

.header__hamburger {
	padding: 0;
	padding: 1.1875rem 1.125rem 1.25rem;
	z-index: 9999;
}

.header__hamburger span {
	background: #0D3776;
	display: block;
	height: 0.0625rem;
	position: relative;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 1.625rem;
	will-change: transform, opacity;
}

.header__hamburger span:nth-child(1) {
	top: 0;
}

.header__hamburger span:nth-child(2) {
	margin: 0.5625rem 0;
}

.header__hamburger span:nth-child(3) {
	top: 0;
}

.header__hamburger.is-open span:nth-child(1) {
	opacity: 0;
	transform: translateY(-0.3125rem);
}

.header__hamburger.is-open span:nth-child(3) {
	opacity: 0;
	transform: translateY(0.3125rem);
}

body.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.no-scroll {
	overflow: hidden;
}

.is-hidden {
	display: none;
}

.js-gnavi.is-open .pc-nav__arrow {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.pc-nav__item--position {
	position: relative;
}

.pc-nav__modal {
	align-items: flex-start;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	opacity: 0;
	padding: 1.25rem 0;
	pointer-events: auto;
	position: absolute;
	top: 100%;
	transform: rotateX(90deg);
	transform-origin: top;
	transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s, pointer-events 0s;
	visibility: hidden;
	width: 44.3125rem;
	z-index: 500;
}

.pc-nav__modal.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: rotateX(0deg);
	visibility: visible;
}

.header-modal__inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.header-modal__list {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-modal__item a {
	-webkit-text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: none;
}

.header-modal__item a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.header-modal__label {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	white-space: nowrap;
}

.header-modal__divider {
	background-color: #CECECE;
	height: 1.875rem;
	margin: 0 2.5rem;
	width: 1px;
}

.header__sp-nav {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 3.75rem;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	z-index: 8888;
}

.header__sp-nav.is-open {
	transform: translateX(0);
}

.header-sp__content {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 2.5rem 2.1875rem;
	position: relative;
	width: 100%;
}

.header-sp__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.header-sp__contact {
	border-bottom: solid 1px #0D3776;
	margin-top: 1.125rem;
	padding-bottom: 1.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.header-sp__contact-item + .header-sp__contact-item {
	margin-top: 1.25rem;
}

.header-sp__contact-box {
	background-color: #0D3776;
	color: #000;
	padding: 1.25rem 0 1.1875rem;
	text-align: center;
}

.header-sp__contact-box--color {
	background-color: #fff;
}

.header-sp__contact-en {
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.header-sp__contact-jp {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 2;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 3.75rem;
	justify-content: space-between;
	padding-left: 1.5625rem;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header__inner--scrolled {
	background-color: #fff;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
}

.header__logoLink img {
	height: 1.8125rem;
	position: relative;
	width: 8.125rem;
	z-index: 9999;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.news-card__item {
	border-bottom: solid 1px #DCDCDC;
	padding-bottom: 0.625rem;
}

.news-card__item + .news-card__item {
	margin-top: 0.625rem;
}

.news-card__wrapper {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
}

.news-card__time {
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.8571428571;
	position: relative;
	top: 0.075rem;
}

.news-card__tab {
	background-color: #0D3776;
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2.4;
	text-align: center;
	width: 4.9375rem;
}

.news-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.8571428571;
	overflow: hidden;
}

.news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.news__list {
	margin-top: 1.5625rem;
}

.news__button {
	margin-top: 2.5rem;
	text-align: center;
}

.u-visually-hidden {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.pc-nav__item--margin {
	margin-left: max(1rem, min(4vw, 3.75rem));
}

.pc-nav__link {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
	justify-content: center;
	padding: 0 min(1.4vw, 20px);
	will-change: transform;
}

.pc-nav__padding {
	padding: 1.25rem min(1.4vw, 20px);
}

.pc-nav__text {
	color: #0D3776;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	transition: color 0.3s ease;
}

.pc-nav__item--hover-effect .pc-nav__link {
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s ease;
	will-change: transform;
}

.pc-nav__item--hover-effect .pc-nav__link::after {
	background-color: #0D3776;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	width: 100%;
}

.pc-nav__item--hover-effect .pc-nav__link:hover::after {
	transform: scaleX(1);
}

.pc-nav__item--hover-effect .pc-nav__box {
	display: inline-block;
	position: relative;
	transition: transform 0.3s ease;
	will-change: transform;
}

.pc-nav__item--hover-effect .pc-nav__box::after {
	background-color: #0D3776;
	bottom: -4px;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0%;
}

.pc-nav__item--hover-effect .pc-nav__box:hover::after {
	width: 100%;
}

.pc-nav__box {
	align-items: center;
	background-color: #0D3776;
	color: #fff;
	display: flex;
	gap: 1.125rem;
	height: 2.8125rem;
	overflow: hidden;
	padding: 0.5rem 0;
	position: relative;
	text-align: center;
	transition: transform 0.3s ease;
	width: 11.125rem;
	will-change: transform;
}

.pc-nav__box::after {
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-80%) skewX(-20deg);
	width: 60%;
}

.pc-nav__box:hover::after {
	animation: shine 0.7s ease-out forwards;
}

.pc-nav__box-text {
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.pc-nav__box-jp {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.0571428571;
}

.pc-nav__icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 1.5rem;
	margin-left: 1.25rem;
	object-fit: contain;
	position: relative;
	top: -0.0625rem;
	transition: transform 0.3s ease;
	width: 1.5rem;
	will-change: transform;
}

.privacy__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.privacy__heading-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
}

.privacy__list {
	margin-top: 1.25rem;
}

.privacy__item + .privacy__item {
	margin-top: 1.25rem;
}

.privacy__title {
	border-left: solid 3px #000;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.7;
	padding-left: 0.625rem;
}

.privacy__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 1.25rem;
}

.privacy__text + .privacy__text {
	margin-top: 1.875rem;
}

.privacy__text-list {
	margin-top: 1.25rem;
}

.privacy__text-list li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
}

.property__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.property__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.property__item {
	width: 100%;
}

.property__item a {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property__img {
	overflow: hidden;
}

.property__img img {
	-o-object-fit: cover;
	aspect-ratio: 358/201;
	display: block;
	object-fit: cover;
	transition: transform 0.5s ease;
	width: 100%;
}

.property__box {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-top: 0.625rem;
}

.property__time {
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857142857;
	/* position: relative;
	top: 0.3rem; */
}


.property__tab {
	background-color: #0D3776;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.5625rem;
	font-weight: 500;
	line-height: 2;
	padding: 0.0625rem 1.125rem 0.0625rem 1rem;
}

.property__title {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6875;
	margin-top: 0.625rem;
	position: relative;
	transition: color 0.3s ease;
}

.property__title::after {
	background-color: #0D3776;
	bottom: -0.125rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	width: 100%;
}

/* PCのみ hoverアニメーション有効 */

.property__pagenavi {
	margin-top: 2.5rem;
}

.section-heading {
	align-items: center;
	display: flex;
	justify-content: center;
}

.section-heading--news {
	justify-content: flex-start;
}

.section-heading--about {
	justify-content: flex-start;
}

.section-heading__title {
	color: #0D3776;
	text-align: center;
}

.section-heading__title--news {
	text-align: left;
}

.section-heading__title--about {
	text-align: left;
}

.section-heading__title--works {
	color: #fff;
}

.section-heading__title-en,
.section-heading__title-jp {
	display: block;
}

.section-heading__title-en {
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.section-heading__title-jp {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.1428571429;
}

.service {
	color: #0D3776;
	text-align: center;
}

.service__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.service__subtitle {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 1rem;
}

.service__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.25rem;
}

.service__item {
	border: solid 2px #F2F2F2;
	border-radius: 0.125rem;
	padding: 1.875rem 1.4375rem 1.75rem;
	width: 100%;
}

.service__number {
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 3.2275rem;
	font-weight: 500;
	line-height: 1;
}

.service__job {
	font-size: 1.330625rem;
	font-weight: 600;
	line-height: 1.2024424612;
	margin-top: 0.3125rem;
}

.service__img {
	margin-top: 1.0625rem;
}

.service__img img {
	-o-object-fit: cover;
	aspect-ratio: 244/137;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
	will-change: transform;
}

.service__text {
	color: #000;
	font-size: 0.998125rem;
	font-weight: 400;
	line-height: 2.2229179712;
	margin-top: 1.0625rem;
	text-align: left;
}

.service__button {
	margin-top: 2.5rem;
}

.single__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.single__wrapper {
	align-items: center;
	display: flex;
	gap: 0 1rem;
}

.single__time {
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	top: 0.15rem;
}

.single__tab {
	background-color: #0D3776;
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2.4;
	padding: 0 1.1875rem 0 1.25rem;
}

.single__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6666666667;
	margin-top: 0.625rem;
}

.single__img {
	margin-top: 1.25rem;
}

.single__img img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single__content {
	margin-top: 2.5rem;
}

/* .single__content img {
	max-width: 100%;
} */

.single__content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single__content h2 {
	border-left: solid 3px #0D3776;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.25rem;
	padding-left: 0.625rem;
}

.single__content h3 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.25rem;
	padding-left: 1.25rem;
}

.single__content h4 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.25rem;
	padding-left: 1.25rem;
}

.single__content p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.25rem;
	text-align: justify;
}

.single__button {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.single__button-text {
	align-items: center;
	background-color: #fff;
	background-image: linear-gradient(to right, #000 50%, #fff 50%);
	background-position: right bottom;
	background-size: 200% 100%;
	border: solid 1px #000;
	color: #000;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	line-height: 2;
	overflow: hidden;
	padding: 1rem 0;
	position: relative;
	transition: background-position 0.4s ease;
	width: 20rem;
	z-index: 0;
}

.single__button-text::after {
	background-image: url(../images/common/single-button-arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.625rem;
}

.sp-nav__item {
	border-bottom: solid 1px #CECECE;
	padding-bottom: 0.625rem;
	width: 53.125%;
}

.sp-nav__item--margin {
	margin-top: 2.5rem;
}

.sp-nav__item + .sp-nav__item {
	margin-top: 2.5rem;
}

.sp-nav__text {
	color: #0D3776;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.44;
}

.sp-nav__arrow {
	height: 0.4375rem;
	transition: transform 0.3s ease;
	width: 0.8125rem;
	will-change: transform;
}

.open .sp-nav__arrow {
	transform: rotate(180deg);
}

.sp-nav__arrow.is-rotated {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
	will-change: transform;
}

.sp-nav__in-content {
	margin-top: 1.25rem;
}

.sp-nav__in-list {
	margin-top: 1.25rem;
}

.sp-nav__in-item + .sp-nav__in-item {
	margin-top: 1.25rem;
}

.sp-nav__in-wrapper {
	margin-top: 1.25rem;
}

.sp-nav__in-text {
	color: #0D3776;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
}

.sp-nav__contact {
	background-color: #0D3776;
	color: #fff;
	margin-top: 2.5rem;
	padding: 0.9375rem 0 1rem;
	text-align: center;
}

.sp-nav__contact-link {
	align-items: center;
	display: flex;
	gap: 4.125rem;
	text-align: center;
}

.sp-nav__contact-jp {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.0571428571;
}

.sp-nav__icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 1.5rem;
	margin-left: 1.875rem;
	object-fit: contain;
	transition: transform 0.3s ease;
	width: 1.5rem;
	will-change: transform;
}

.sub-fv {
	background-color: #0D3776;
	color: #fff;
	margin-top: 3.75rem;
	padding: 1.6875rem 0 1.75rem;
	text-align: center;
}

.sub-fv__title {
	display: flex;
	flex-direction: column;
}

.sub-fv__en {
	font-display: swap;
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	text-transform: capitalize;
}

.sub-fv__jp {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-top: 0.3125rem;
}

.sub-news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-news__pagenavi {
	margin-top: 2.5rem;
}

.sub-service {
	color: #0D3776;
	text-align: center;
}

.sub-service__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.8125rem;
}

.sub-service__list {
	display: flex;
	flex-direction: column;
	gap: 4.375rem;
}

.sub-service__item {
	width: 100%;
}

.sub-service__number {
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 2rem;
	font-weight: 350;
	line-height: 1;
}

.sub-service__job {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.6666666667;
}

.sub-service__img {
	margin-top: 0.625rem;
}

.sub-service__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/169;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
	will-change: transform;
}

.sub-service__text {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 1.25rem;
	text-align: left;
}

.works__content {
	display: block;
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 82.055%;
}

.works__content img {
	-o-object-fit: cover;
	aspect-ratio: 320/180;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.works__sentence {
	display: flex;
	flex-direction: column;
	left: 0.765625rem;
	position: absolute;
	top: 0.5425rem;
}

.works__box {
	background-color: #0D3776;
	color: #fff;
	font-size: 0.444375rem;
	font-weight: 400;
	line-height: 2.2222222222;
	padding: 0.07375rem 0.529375rem 0.036875rem 0.42rem;
}

.works__box + .works__box {
	margin-top: 0.246875rem;
}

.swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-button-prev.works-prev,
.swiper-button-next.works-next {
	height: 1.25rem;
	top: 56%;
	width: 1.25rem;
}

.swiper-button-prev.works-prev {
	left: 6.5%;
}

.swiper-button-next.works-next {
	right: 6.5%;
}

.swiper-button-prev.works-prev::after,
.swiper-button-next.works-next::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.swiper-button-prev.works-prev::after {
	background-image: url(../images/common/swiper-left.svg);
}

.swiper-button-next.works-next::after {
	background-image: url(../images/common/swiper-right.svg);
}

.thanks__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

.works {
	background-image: url("../images/common/works-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5rem 0;
}

.works__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.works__subtitle {
	color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1rem;
	text-align: center;
}

.works__swiper {
	margin-top: 2rem;
}

.works__button {
	margin-top: 2.5rem;
	text-align: center;
}

.wp-pagenavi {
	align-items: center;
	clear: both;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #0D3776;
	color: #0D3776;
	display: inline-flex;
	font-family: "Avenir", "Helvetica Neue", "Arial", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	height: 1.6875rem;
	justify-content: center;
	line-height: 2.8571428571;
	padding: 0.4375rem 0 0.3125rem;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 1.6875rem;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
	background-color: #0D3776;
	color: #fff;
}

.wp-pagenavi .current,
.wp-pagenavi span.is-active {
	background-color: #0D3776;
	color: #fff;
	pointer-events: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.wp-pagenavi .previouspostslink {
	margin-left: 0;
	margin-right: max(1.875rem, min(2.291vw, 2.5rem));
}

.wp-pagenavi .previouspostslink::after {
	border-left: 0.0625rem solid #0D3776;
	border-top: 0.0625rem solid #0D3776;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.625rem;
}

.wp-pagenavi .nextpostslink {
	margin-left: max(1.875rem, min(2.291vw, 2.5rem));
	margin-right: 0;
}

.wp-pagenavi .nextpostslink::after {
	border-bottom: 0.0625rem solid #0D3776;
	border-right: 0.0625rem solid #0D3776;
	content: "";
	height: 0.625rem;
	left: 32%;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.625rem;
}

.wp-pagenavi .u-desktop {
	display: none;
}



@media (hover: hover) and (pointer: fine) {
.property__item a:hover {
	transform: translateY(-4px);
}

.property__item a:hover .property__img img {
	transform: scale(1.05);
}

.property__item a:hover .property__title::after {
	transform: scaleX(1);
}

}

@media screen and (min-width: 768px) {
.single__time {
	top: 0.1rem;
}

.works__subtitle{
    color: #fff;
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 2.5rem;
    text-align: center;
}

/* .property__time {
	top: 0.45rem;
} */

.footer__privacy {
	font-size: 0.875rem;
	line-height: 2.8571428571;
	margin-top: 3.125rem;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-about {
	margin-top: 6.25rem;
}

.top-company {
	margin-top: 5.625rem;
	padding-bottom: 6.25rem;
}

.top-flow {
	padding-bottom: 6.25rem;
}

.top-news {
	margin-top: 5.875rem;
}

.top-privacy {
	margin-top: 2.5625rem;
	padding-bottom: 6.25rem;
}

.top-property {
	margin-top: 5rem;
	padding-bottom: 6.25rem;
}

.top-service {
	margin-top: 6.25rem;
}

.top-single {
	margin-top: 2.5625rem;
	padding-bottom: 6.25rem;
}

.top-sub-company {
	padding-bottom: 6.25rem;
}

.top-sub-contact {
	margin-top: 2.8125rem;
	padding-bottom: 6.25rem;
}

.top-sub-news {
	margin-top: 2.5625rem;
	padding-bottom: 12.75rem;
}

.top-sub-service {
	margin-top: 5rem;
}

.top-sub-thanks {
	margin-top: 2.5625rem;
}

.top-works {
	margin-top: 6.25rem;
}

.about__inner {
	max-width: 64.4375rem;
	padding: 0 1.5625rem;
}

.about__subtitle {
	font-size: 2.375rem;
	margin-top: 1.875rem;
}

.about__flex {
	align-items: flex-start;
	display: flex;
	gap: 0 3.125rem;
	justify-content: center;
}

.about__sentence {
	width: 50.5%;
}

.about__img {
	margin-top: 0;
	width: 44.54%;
}

.about__img img {
	aspect-ratio: 437/518;
}

.about__bottom {
	margin-top: -15.9375rem;
	max-width: 30.875rem;
}

.about__text {
	font-size: 1.125rem;
	line-height: 2.2222222222;
}

.about__button {
	margin-top: 5rem;
	text-align: left;
}

.about__bg {
	margin-top: 6.125rem;
}

.about__bg {
	margin-top: 6.125rem;
}

.about__bg img {
	aspect-ratio: 1440/350;
}

.breadcrumb {
	margin-top: 1.25rem;
}

.breadcrumb__inner {
	max-width: 73.125rem;
	padding: 0 1.5625rem;
}

.breadcrumb__content {
	font-size: 0.875rem;
	line-height: 1.3571428571;
}

.button__text {
	width: 20.75rem;
}

.button__text::after {
	right: 1.875rem;
	top: 50.5%;
	transition: 0.4s;
	transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.button__text:hover::after {
	right: 1.25rem;
}

.company-dl {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.375rem;
	width: 100%;
}

.company-dl__item + .company-dl__item {
	margin-top: 1.25rem;
}

.company__dt {
	font-size: 1.125rem;
	line-height: 2.4444444444;
	position: relative;
	top: -0.0625rem;
	width: 20.326%;
}

.company__dd {
	font-size: 1.125rem;
	line-height: 2.2222222222;
	position: relative;
	top: 0.0625rem;
}

.company-dl__map {
	margin-top: 2.5rem;
}

.company-dl__map iframe {
	height: 23.1875rem;
	width: 37.6875rem;
}

.company__inner {
	max-width: 64.375rem;
	padding: 0 1.5625rem;
}

.company__container {
	margin-top: 2.625rem;
}

.contact-form__inner {
	max-width: 45rem;
	padding: 0 1.5625rem;
}

.contact__flex {
	display: flex;
}

.contact__content {
	padding: 1.875rem 0 2.625rem;
	width: 50%;
}

.contact__button {
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact__button:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.flow__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.flow__heading-en {
	font-size: 1.5rem;
	line-height: 1.2;
}

.flow__heading-jp {
	font-size: 1.875rem;
	line-height: 2.1333333333;
	margin-top: 0rem;
}

.flow__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.flow__item {
	margin: 0;
	max-width: calc(25% - 1.875rem);
}

.footer {
	padding: 3.4375rem 0rem 0.625rem;
}

.footer__inner {
	max-width: 77.125rem;
	padding: 0 1.5625rem;
}

.footer__logo {
	margin-top: 5.375rem;
}

.footer__logo img {
	height: 3.375rem;
	width: 14.875rem;
}

.footer__copyright {
	margin-top: 1rem;
}

.form__item {
	align-items: center;
	display: flex;
}

.form__item--aline {
	align-items: flex-start;
	display: flex;
}

.form__item + .form__item {
	margin-top: 2.5rem;
}

.form__item label {
	padding-bottom: 0rem;
	width: 25.37%;
}

.form__item input {
	width: 31.25rem;
}

.form__item textarea {
	width: 31.25rem;
}

.btn__top {
	margin-top: 3.75rem;
}

.btn-submit__body[type=submit] {
	width: 31.25rem;
}

.btn-submit:hover::after {
	pointer-events: none;
	transform: scale(1, 1);
}

.btn-submit__text::after {
	right: 8rem;
}

.fv {
	margin-top: 4.375rem;
}

.fv__img {
	aspect-ratio: 1010/700;
	max-width: 63.125rem;
}

.fv__img img {
	aspect-ratio: 1010/700;
}

.fv__inner {
	left: 44%;
	max-width: 76.875rem;
	padding: 0 6.25rem;
	top: 48.5%;
}

.fv__title {
	font-size: 4.875rem;
	padding: 0.75rem 0 0.75rem 0.4375rem;
}

.fv__subtitle {
	margin-top: 1.875rem;
	max-width: 39.375rem;
	padding: 0.6875rem 0.9375rem 0.875rem 0.9375rem;
}

.header__hamburger {
	display: none;
}

.header__sp-nav {
	display: none;
}

.header__inner {
	height: 4.375rem;
	padding-left: 2.6875rem;
	padding-right: 3.25rem;
}

.header__logoLink img {
	height: 2.5rem;
	width: 11.0625rem;
}

.inner {
	max-width: 1270px;
	padding-left: 25px;
	padding-right: 25px;
}

.news-card__item {
	padding-bottom: 1.875rem;
	padding-left: 1.875rem;
}

.news-card__item + .news-card__item {
	margin-top: 1.875rem;
}

.news-card__flex {
	align-items: flex-start;
	display: flex;
	gap: 0 2.625rem;
}

.news-card__wrapper {
	gap: 0 2.625rem;
}

.news-card__time {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.2222222222;
}

.news-card__link {
	-webkit-text-decoration: none;
	background-image: linear-gradient(120deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.03) 50%);
	background-size: 200%;
	color: inherit;
	display: block;
	position: relative;
	text-decoration: none;
	transition: background-position 0.4s ease;
}

.news-card__link:hover {
	background-position: 100%;
}

.news-card__tab {
	font-size: 1.125rem;
	line-height: 2.2222222222;
	width: 9.3125rem;
}

.news-card__text {
	font-size: 1.125rem;
	line-height: 2.2222222222;
	max-width: 48.125rem;
	width: 100%;
}

.news__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.news__list {
	margin-top: 2.5rem;
}

.news__button {
	margin-top: 5rem;
}

.privacy__inner {
	max-width: 51.625rem;
	padding: 0 1.5625rem;
}

.privacy__heading-text {
	line-height: 2;
}

.privacy__title {
	font-size: 1.5rem;
	line-height: 1.4166666667;
	padding-left: 1.25rem;
}

.privacy__text {
	line-height: 2;
}

.privacy__text + .privacy__text {
	margin-top: 2.25rem;
}

.privacy__text-list {
	margin-top: 1.875rem;
}

.privacy__text-list li {
	line-height: 2;
}

.property__inner {
	max-width: 75.25rem;
	padding: 0 1.5625rem;
}

.property__list {
	flex-direction: row;
	flex-wrap: wrap;
}

.property__item {
	margin: 0;
	max-width: calc(33.3333% - 1.6666666667rem);
}

.property__pagenavi {
	margin-top: 5rem;
}

.section-heading--news {
	margin-left: 6.25rem;
}

.section-heading__title-en {
	font-size: 3.625rem;
}

.section-heading__title-jp {
	font-size: 1.125rem;
	line-height: 2.1428571429;
}

.service__inner {
	max-width: 81.0625rem;
	padding: 0 1.5625rem;
}

.service__subtitle {
	font-size: 2.375rem;
	line-height: 1;
	margin-top: 2.5rem;
}

.service__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.1875rem;
	margin-top: 5rem;
}

.service__item {
	margin: 0;
	max-width: calc(25% - 1.640625rem);
}

.service__button {
	margin-top: 6.25rem;
}

.single__inner {
	max-width: 51.875rem;
	padding: 0 1.5625rem;
}

.single__tab {
	font-size: 0.875rem;
	line-height: 2;
}

.single__text {
	margin-top: 1.25rem;
}

.single__img {
	margin-top: 2.5rem;
}

.single__img img {
	aspect-ratio: 780/439;
}

.single__content {
	margin-top: 3.30125rem;
}

.single__content h2 {
	font-size: 1.5rem;
	line-height: 1.6666666667;
	padding-left: 1.25rem;
}

.single__content h3 {
	font-size: 1.25rem;
}

.single__content h4 {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.single__button {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.single__button-text {
	font-size: 1.125rem;
	padding: 1.1875rem 0;
	width: 40.375rem;
}

.single__button-text:hover {
	background-position: left bottom;
	color: #fff;
}

.single__button-text::after {
	height: 1.625rem;
	right: 2.25rem;
	transition: 0.4s;
	transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	width: 1.625rem;
}

.sub-fv {
	margin-top: 4.375rem;
	padding: 3.3125rem 0 3.375rem;
}

.sub-fv__en {
	font-size: 1.5rem;
	line-height: 1.2;
}

.sub-fv__jp {
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 2.1333333333;
	margin-top: 0rem;
}

.sub-news__inner {
	max-width: 64.375rem;
	padding: 0 1.5625rem;
}

.sub-news__pagenavi {
	margin-top: 5rem;
}

.sub-service__inner {
	max-width: 66.875rem;
	padding: 0 1.5625rem;
}

.sub-service__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.75rem;
}

.sub-service__item {
	margin: 0;
	max-width: calc(25% - 2.0625rem);
}

.sub-service__number {
	font-size: 1.478125rem;
}

.sub-service__job {
	font-size: 1.2rem;
	line-height: 2.95625;
}

.sub-service__img img {
	aspect-ratio: 221/124;
}

.sub-service__text {
	font-size: 0.75rem;
	line-height: 1.85;
}

.works__content {
	width: 100%;
}

.works__content img {
	aspect-ratio: 810/456;
}

.works__sentence {
	left: 1.9375rem;
	top: 1.375rem;
}

.works__box {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.2222222222;
	padding: 0.1875rem 1.375rem 0.125rem 1.0625rem;
}

.works__box + .works__box {
	margin-top: 1.25rem;
}

.swiper-button-prev.works-prev,
.swiper-button-next.works-next {
	height: 3.9375rem;
	top: 45%;
	width: 3.9375rem;
}

.swiper-button-prev.works-prev {
	left: 19.5%;
}

.swiper-button-next.works-next {
	right: 19.5%;
}

.thanks__text {
	font-size: 1.5rem;
}

.works {
	background-image: url("../images/common/works-bg.webp");
	padding: 3.875rem 0 5rem;
}

.works__inner {
	max-width: 100%;
}

.works__swiper {
	margin-top: 4.375rem;
}

.works__button {
	margin-top: 5rem;
}

.wp-pagenavi .u-desktop {
	display: inline-block;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes shine {

0% {
	opacity: 1;
	transform: translateX(-80%) skewX(-20deg);
}

100% {
	opacity: 0;
	transform: translateX(130%) skewX(-20deg);
}

}


/*# sourceMappingURL=style.css.map */
