@font-face {
	src: url(../font/HannariMincho-Regular.otf);
	font-family: "hannari";
}

body {
	font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
}

body {
	color: #090d4a;
}

.u-mobile {
	display: none;
}

main {
	overflow: hidden;
}

html.is-fixed {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

/* ホバー */

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

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	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;
}

picture {
	display: block;
}

strong {
	font-weight: bold;
	text-decoration: underline;
}

.c-bigBtn {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-box-shadow: 0 2.8125rem 2.875rem rgba(9, 13, 74, .07);
	box-shadow: 0 2.8125rem 2.875rem rgba(9, 13, 74, .07);
	color: #090d4a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "hannari", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.04em;
	letter-spacing: 0.24em;
	padding-top: 26.9%;
	width: 100%;
}

.c-bigBtn img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 22px;
	width: 1.375rem;
}

.c-bigBtn:hover img {
	-webkit-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3.125rem;
	-webkit-box-shadow: 0 1.25rem 1.3125rem rgba(9, 13, 74, .07);
	box-shadow: 0 1.25rem 1.3125rem rgba(9, 13, 74, .07);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "hannari", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: 0.02em;
	padding: 30px 60px;
	padding: 1.875rem 3.75rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

#en .c-btn {
	letter-spacing: 0.02em !important;
	line-height: 1 !important;
}

.c-btn::before {
	border-radius: 50%;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 25px;
	left: 1.5625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	width: 0.3125rem;
}

.c-btn:hover::after {
	width: 100%;
}

.c-btn--white {
	background-color: #fff;
	color: #090d4a;
}

.c-btn--white:hover {
	background-color: #090d4a;
	color: #fff;
}

.c-btn--white::before {
	background-color: #856244;
}

.c-btn--navy {
	background-color: #090d4a;
	color: #fff;
}

.c-btn--navy::before {
	background-color: #856244;
}

.c-btn--navy:hover {
	background-color: #fff;
	color: #090d4a;
}

.c-btn--brown {
	background-color: #856244;
	color: #fff;
}

.c-btn--brown::before {
	background-color: #fff;
}

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

.c-btn--brown:hover::before {
	background-color: #856244;
}

.c-hamburger {
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #090d4a;
	display: inline-block;
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	top: 20px;
	top: 1.25rem;
}

.c-hamburger span:nth-child(2) {
	top: 30px;
	top: 1.875rem;
}

.c-hamburger span:nth-child(3) {
	top: 40px;
	top: 2.5rem;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 30px;
	top: 1.875rem;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 30px;
	top: 1.875rem;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.c-more {
	font-family: "hannari", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	letter-spacing: 0.24em;
	padding-left: 100px;
	padding-left: 6.25rem;
	position: relative;
}

.c-more::before {
	background-color: #fff;
	border: 1px solid #fff;
	border: 0.0625rem solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0.75rem 2.1875rem rgba(9, 13, 74, .16);
	box-shadow: 0 0.75rem 2.1875rem rgba(9, 13, 74, .16);
	content: "";
	height: 62px;
	height: 3.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 62px;
	width: 3.875rem;
}

.c-more::after {
	background: url(../images/common/arrow.png) center center/contain no-repeat;
	content: "";
	height: 15px;
	height: 0.9375rem;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 22px;
	width: 1.375rem;
}

.c-more:hover::before {
	background-color: #090d4a;
}

.c-more:hover::after {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.c-more--white {
	color: #fff;
}

.c-more-navy {
	color: #090d4a;
}

.c-roundBtn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #090d4a;
	border: 1px solid #090d4a;
	border: 0.0625rem solid #090d4a;
	border-radius: 1.875rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "hannari", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.04em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-roundBtn:hover {
	background-color: #fff;
	color: #090d4a;
}

.c-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.c-text {
	/* font-size: 28px;
	font-size: 1.75rem; */
	font-size: 1.3125rem;
	font-weight: 400;
	/* letter-spacing: 0.1em; */
	line-height: 1.2857142857;
	text-align: justify;
}
#en .c-text{
	letter-spacing: 0.001em;
}

.c-text p + p {
	margin-top: 1em;
}

.c-time {
	color: #856244;
	font-family: "Times New Roman", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.18em;
}

.c-title {
	gap: 20px;
	gap: 1.25rem;
	color: #090d4a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "hannari", sans-serif;
	font-size: 55px;
	font-size: 3.4375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-left: 70px;
	padding-left: 4.375rem;
	position: relative;
}

.c-title--white {
	color: #fff;
}

.c-title--column {
	padding-left: 0;
	text-align: center;
}

.c-title--none {
	padding-left: 0;
	text-align: center;
}

.c-title--reverse {
	padding-left: 0;
	text-align: center;
}

.c-title::before {
	background: url(../images/common/title_icon.png) center center/contain no-repeat;
	content: "";
	height: 85px;
	height: 5.3125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	width: 1.375rem;
}

.c-title--column::before {
	left: 50%;
	top: -120px;
	top: -7.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-title--none::before {
	display: none;
}

.c-title--reverse::before {
	bottom: -195px;
	bottom: -12.1875rem;
	left: 50%;
	top: auto;
	top: initial;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-title::after {
	color: #856244;
	content: attr(data-subtitle);
	display: block;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.c-title--column::after {
	text-align: center;
}

.c-title--reverse::after {
	text-align: center;
}

.c-translate {
	height: 100%;
}

.c-translate__lists {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 100%;
}

.c-translate__list {
	position: relative;
}

.c-translate--white a {
	color: #fff;
}

.c-translate__list a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-translate__list a:hover {
	opacity: 0.5;
}

.c-translate__list:nth-child(2)::before {
	background-color: #090d4a;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: -12px;
	left: -0.75rem;
	position: absolute;
	top: 62%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}

.c-translate--white .c-translate__list:nth-child(2)::before {
	background-color: #fff;
}

.l-about {
	margin-top: 140px;
	margin-top: 8.75rem;
}

.l-archive {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-biography {
	margin-top: 160px;
	margin-top: 10rem;
}

.l-contact {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-fee {
	margin-top: -300px;
	margin-top: -18.75rem;
}

.l-footer {
	margin-top: -260px;
	margin-top: -16.25rem;
}

.l-industry {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-message {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.l-office {
	margin-top: -300px;
	margin-top: -18.75rem;
}

.l-origin {
	margin-top: 160px;
	margin-top: 10rem;
}

.l-privacy {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-single {
	margin-top: 160px;
	margin-top: 10rem;
}

.l-strong {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.l-thanks {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-top-about {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-top-access {
	margin-top: 140px;
	margin-top: 8.75rem;
}

.l-top-news {
	margin-top: -220px;
	margin-top: -13.75rem;
}

.l-top-topics {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.p-about__text {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-about__text p + p {
	margin-top: 1em;
}

.p-archive {
	background-color: #fff;
	border-radius: 0 0 18.75rem 18.75rem;
	padding-bottom: 140px;
	padding-bottom: 8.75rem;
	position: relative;
	z-index: 1;
}

.p-archive__list {
	border-bottom: 1px solid #090d4a;
	/* min-height: 500px;
	min-height: 31.25rem; */
	position: relative;
	padding: 10px 0;

}

.p-archive__list a {
	/* padding-block: 20px;
	padding-block: 1.25rem; */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: grid;
	grid-template-columns: 3fr 1fr;
	height: 100%;
}

.p-archive__thumbnail img {
	aspect-ratio: 715/462;
	-o-object-fit: cover;
	border-radius: 1.875rem;
	height: 100%;
	object-fit: cover;
}

.p-archive__content {
	padding-left: 50px;
	padding-left: 3.125rem;
}

.p-archive__time {
	/* font-size: 25px;
	font-size: 1.5625rem; */
	font-size: 1.3125rem
}

.p-archive__title {
	font-size: 35px;
	font-size: 1.3125rem;
	/* letter-spacing: 0.2em; */
	line-height: 1.4285714286;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: justify;
}
#en .p-archive__title {
	letter-spacing: 0.001em;
}


.p-archive__text {
	/* letter-spacing: 0.22em; */
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: justify;
}
#en .p-archive__text {
	letter-spacing: 0.001em;
}

.p-archive__more {
	gap: 25px;
	gap: 1.5625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 40px;
	bottom: 2.5rem;
	color: #856244;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* font-size: 28px;
	font-size: 1.75rem; */
	font-size: 1.3125rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	letter-spacing: 0.24em;
	position: absolute;
	right: 0;
}

.p-archive__more img {
	width: 22px;
	width: 1.375rem;
}

.p-archive__pageNav {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-biography {
	background-color: #fff;
	border-radius: 0 0 18.75rem 18.75rem;
	padding-bottom: 230px;
	padding-bottom: 14.375rem;
	position: relative;
	z-index: 1;
}

.p-biography__info + .p-biography__title {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.p-biography__subtitle {
	font-family: "hannari", sans-serif;
	font-size: 55px;
	font-size: 3.4375rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-biography__info {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-biography__info dl {
	gap: 10px;
	gap: 0.625rem;
	padding-block: 20px;
	padding-block: 1.25rem;
	border-bottom: 1px solid #9092A5;
	display: grid;
	grid-template-columns: 7.8125rem 1fr;
}

.p-biography__info dt {
	color: #9092A5;
	font-family: "Times New Roman", serif;
	font-size: 23px;
	font-size: 1.4375rem;
	letter-spacing: 0.26em;
}

.p-biography__info dd {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	/* font-size: 28px;
	font-size: 1.75rem; */
	font-size: 1.3125rem;
	/* letter-spacing: 0.26em; */
}

.p-business {
	background: url(../images/top/bg_business_pc.jpg) center center/cover no-repeat;
	padding-top: 285px;
	padding-top: 17.8125rem;
}

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

.p-business__units {
	margin-top: 65px;
	margin-top: 4.0625rem;
	max-width: 1330px;
	max-width: 83.125rem;
}

.p-business__unit {
	padding-bottom: 390px;
	padding-bottom: 24.375rem;
	padding-top: 90px;
	padding-top: 5.625rem;
	position: relative;
}

.p-business__unit::before {
	border-top-right-radius: 300px;
	border-top-right-radius: 18.75rem;
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 69.79vw;
}

.p-business__unit:first-child::before {
	background-color: #090d4a;
}

.p-business__unit:nth-child(2)::before {
	background-color: #fff;
}

.p-business__unit:nth-child(3)::before {
	background-color: #a2a3b3;
}

.p-business__unit + .p-business__unit {
	margin-top: -320px;
	margin-top: -20rem;
}

.p-business__wrap {
	gap: 50px;
	gap: 3.125rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: grid;
	grid-template-columns: 45% 1fr;
	position: relative;
	z-index: 1;
}

.p-business__subtitle {
	border-bottom: 1px solid #856244;
	font-family: "hannari", sans-serif;
	font-size: 50px;
	font-size: 3.125rem;
	letter-spacing: 0.02em;
	padding-bottom: 23px;
	padding-bottom: 1.4375rem;
	position: relative;
}

.p-business__subtitle::after {
	color: #856244;
	content: attr(data-subtitle);
	display: block;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-business__subtitle--white {
	color: #fff;
}

.p-business__text {
	font-size: 24px;
	font-size: 1.5rem;
	/* letter-spacing: 0.1em; */
	line-height: 1.5;
	margin-top: 50px;
	margin-top: 3.125rem;
}
#en .p-business__text{
	letter-spacing: 0.02em;
}

.p-business__text--white {
	color: #fff;
}

.p-business__btn + .p-business__btn {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-business__more {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-contact {
	background-color: #fff;
	border-radius: 0 0 18.75rem 18.75rem;
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
	position: relative;
	z-index: 1;
}

.p-contact__text {
	border-bottom: 1px solid #090d4a;
	font-family: "hannari", sans-serif;
	/* font-size: 2.1875rem; */
	font-size: 1.5rem;
	/* letter-spacing: 0.26em; */
	line-height: 1.4285714286;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	text-align: center;
}

#en .p-contact__text {
	text-align: center !important;
}

.p-contact__form {
	margin-top: 150px;
	margin-top: 9.375rem;
}

.p-content {
	border-radius: 18.75rem 18.75rem 0 0;
	padding-bottom: 450px;
	padding-bottom: 28.125rem;
	padding-top: 150px;
	padding-top: 9.375rem;
}

.p-content--navy {
	background-color: #090d4a;
}

.p-content--white {
	background-color: #fff;
}

.p-content__text {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-content__case {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-content__case-title {
	font-family: "hannari", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: 0.02em;
	padding-left: 45px;
	padding-left: 2.8125rem;
	position: relative;
}

.p-content__case-title::before {
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	background-color: #856244;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	content: "";
	height: 21px;
	height: 1.3125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	width: 0.875rem;
}

.p-content__cards {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-content__card {
	border-radius: 3.125rem;
	min-height: 270px;
	min-height: 16.875rem;
	padding: 40px 45px 55px;
	padding: 2.5rem 2.8125rem 3.4375rem;
	position: relative;
}

.p-content__card:last-child {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
}
#p-content__case--first .p-content__card:last-child{
	grid-column: span 2;

}

.p-content__card--purple {
	background-color: #a2a3b3;
}

.p-content__card--gray {
	background-color: #e5e5e5;
}

.p-content__number {
	font-family: "Times New Roman", serif;
	font-size: 21px;
	font-size: 1.3125rem;
	font-style: italic;
	letter-spacing: 0.02em;
	text-align: center;
}

.p-content__number span {
	font-size: 48px;
	font-size: 3rem;
}

.p-content__card-title {
	border-bottom: 1px solid #fff;
	font-family: "hannari", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 34px;
	font-size: 2.125rem;
	letter-spacing: 0.02em;
	line-height: 1.2352941176;
	margin-top: 35px;
	margin-top: 2.1875rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	text-align: center;
}

.p-content__card-title--none {
	border: none;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 2.5rem);
}

.p-content__card-title--small {
	font-size: 30px;
	font-size: 1.875rem;
}

.p-content__card-title small {
	font-size: 25px;
	font-size: 1.5625rem;
}

.p-content__card--gray .p-content__card-title {
	border-bottom-color: #090d4a;
}

.p-content__lists {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-content__list {
	font-size: 23px;
	font-size: 1.4375rem;
	/* letter-spacing: 0.1em; */
	line-height: 1.6956521739;
	margin-left: 1.26em;
	text-indent: -1em;
}
#en .p-content__list{
	letter-spacing: 0.001em;
}

.p-content__list a {
	text-decoration: underline;
}

.p-content__list--text {
	margin-left: 0;
	text-indent: 0;
}

.p-content__list small {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.55;
}

.p-content__box {
	margin-inline: auto;
	background-color: #e5e5e5;
	border-radius: 3.125rem;
	margin-top: 50px;
	margin-top: 3.125rem;
	padding: 88px 100px;
	padding: 5.5rem 6.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-content__box dl {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: grid;
	grid-template-columns: 7.5rem 1fr;
}

.p-content__box dl + dl {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-content__box dd {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-content__box-bigText {
	font-family: "hannari", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

#en .p-content__box-bigText {
	letter-spacing: 0.02em !important;
}

.p-content__box-text {
	margin-top: 25px;
	margin-top: 1.5625rem;
	max-width: 750px;
	max-width: 46.875rem;
	padding-top: 25px;
	padding-top: 1.5625rem;
	position: relative;
}

.p-content__box-text::before {
	background-color: #090d4a;
	content: "";
	height: 1px;
	left: 0;
	max-width: 577px;
	max-width: 36.0625rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-content--Inheritance .p-content__card:nth-child(4) {
	grid-column: 2/3;
	grid-row: 2/4;
}
#p-content__case--first .p-content__card:nth-child(4){
	grid-row: 2/3;
}
#p-content__case--en .p-content__card:nth-child(4){
	grid-row: 2/3;
}

.p-content--Inheritance .p-content__list:nth-child(4) {
	margin-left: 0;
	text-indent: 0;
}

.p-content--personal .p-content__card:nth-child(3) {
	gap: 80px;
	gap: 5rem;
	display: grid;
	grid-column: 1/3;
	grid-template-columns: repeat(2, 1fr);
}

.p-content--personal .p-content__card-head {
	position: relative;
}

.p-content--personal .p-content__card:nth-child(3) .p-content__card-title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-drawer {
	background-color: #fff;
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

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

.p-drawer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 500px;
	min-height: 31.25rem;
}

.p-fee {
	background-color: #fff;
	border-radius: 18.75rem;
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
	padding-top: 100px;
	padding-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.p-fee__title .c-title--reverse::before {
	bottom: -120px;
	bottom: -7.5rem;
}

.p-fee__box {
	padding-block: 77px;
	padding-block: 4.8125rem;
	border: 5px solid #090d4a;
	border: 0.3125rem solid #090d4a;
	margin-top: 215px;
	margin-top: 13.4375rem;
}

.p-fee__box-title {
	margin-inline: auto;
	font-family: "hannari", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: 0.02em;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-fee__box-title::before {
	background-color: #090d4a;
	bottom: -20px;
	bottom: -1.25rem;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-fee__price {
	font-size: 56px;
	font-size: 3.5rem;
	font-weight: bold;
	margin-top: 84px;
	margin-top: 5.25rem;
	text-align: center;
}

.p-fee__price small {
	font-size: 33px;
	font-size: 2.0625rem;
}

.p-fee__content {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-fee__subtitle {
	font-family: "hannari", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: 0.02em;
	padding-left: 45px;
	padding-left: 2.8125rem;
	position: relative;
}

.p-fee__subtitle::before {
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	background-color: #856244;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	content: "";
	height: 21px;
	height: 1.3125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	width: 0.875rem;
}

.p-fee__lists {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-fee__list + .p-fee__list {
	margin-top: 1em;
}

.p-footer {
	background-color: #a2a3b3;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 290px;
	padding-top: 18.125rem;
}

.p-footer__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__links {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__link a {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.18em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-footer__link a:hover {
	opacity: 0.5;
}

.p-footer__translate {
	margin-left: auto;
	max-width: 75px;
	max-width: 4.6875rem;
}

.p-footer__btn {
	height: 50px;
	height: 3.125rem;
	margin-left: 16px;
	margin-left: 1rem;
	max-width: 200px;
	max-width: 12.5rem;
	width: 100%;
}

.p-footer__wrap {
	gap: 60px;
	gap: 3.75rem;
	display: grid;
	grid-template-columns: 20.625rem 1fr;
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.p-footer__logo {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.p-footer__info {
	gap: 35px;
	gap: 2.1875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 575px;
	max-width: 35.9375rem;
}

.p-footer__address {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.1333333333;
}

.p-footer__contact {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.1333333333;
}

.p-footer__contact a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-footer__contact a:hover {
	opacity: 0.7;
}

.p-footer__copy {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.18em;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.p-footer__copy--en {
	letter-spacing: 0.1em;
}

.p-form {
	margin-inline: auto;
	max-width: 990px;
	max-width: 61.875rem;
}

.p-form__row {
	display: grid;
	grid-template-columns: 21.25rem 1fr;
}

.p-form__row + .p-form__row {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-form__row dt {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.26em;
	line-height: 1.2857142857;
	margin-top: 10px;
	margin-top: 0.625rem;
	position: relative;
}

.p-form--en .p-form__row dt {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
}

.p-form__row dt .hissu {
	color: #ff0000;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.26em;
	line-height: 36px;
	line-height: 2.25rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 0px;
	top: 0rem;
}

.p-form--en .p-form__row dt .hissu {
	letter-spacing: 0.1em;
}

.p-form__row dd span {
	display: block;
	height: 100%;
}

.p-form dd span .wpcf7-form-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-form__row dd input[type=text],
.p-form__row dd input[type=tel],
.p-form__row dd input[type=email] {
	padding-inline: 20px;
	padding-inline: 1.25rem;
	background-color: #e0e2f2;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	height: 60px;
	height: 3.75rem;
	line-height: 1.8;
	width: 100%;
}

.p-form__row input::-moz-placeholder {
	color: #b3b4c9;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.26em;
	line-height: 1.8;
}

.p-form__row input::-webkit-input-placeholder {
	color: #b3b4c9;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.26em;
	line-height: 1.8;
}

.p-form__row input::-ms-input-placeholder {
	color: #b3b4c9;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.26em;
	line-height: 1.8;
}

.p-form__row input::placeholder {
	color: #b3b4c9;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.26em;
	line-height: 1.8;
}

/* .p-form__row--address div:first-child {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
} */

.p-form__row--address div:first-child input {
	width: 295px;
	width: 18.4375rem;
}

.p-form__row--address div:first-child > span {
	font-size: 20px;
	font-size: 1.25rem;
	/* letter-spacing: 0.26em; */
	line-height: 1.8;
}

.p-form__row--address div + div {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-form__row dd input[type=checkbox]:checked + span::after {
	display: block;
}

.p-form__row dd textarea {
	background-color: #e0e2f2;
	display: inline-block;
	line-height: 1.5;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-form__row dd label {
	display: inline-block;
	height: 100%;
}

.p-form__row dd label + label {
	margin-left: 50px;
	margin-left: 3.125rem;
}

.p-form__row dd label span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 20px;
	font-size: 1.25rem;
	height: 100%;
	letter-spacing: 0.26em;
	padding-left: 74px;
	padding-left: 4.625rem;
	position: relative;
}

.p-form__row dd label span::before {
	border: 1px solid #090d4a;
	content: "";
	height: 45px;
	height: 2.8125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	width: 2.8125rem;
}

.p-form__row dd label span::after {
	background: url(../images/common/check@2x.png) center center/contain no-repeat;
	content: "";
	display: none;
	height: 21px;
	height: 1.3125rem;
	left: 7px;
	left: 0.4375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	width: 1.625rem;
}

.p-form__row--message dt .hissu {
	left: 0;
	right: auto;
	right: initial;
	top: 40px;
	top: 2.5rem;
}

.p-form__check {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-form__check dd input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	display: block;
}

.p-form__check dd label {
	display: inline-block;
	height: 100%;
}

.p-form__check dd label .wpcf7-list-item-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	height: 100%;
	/* letter-spacing: 0.2em; */
	padding-left: 74px;
	padding-left: 4.625rem;
	position: relative;
}

.p-form--en .p-form__check dd label .wpcf7-list-item-label {
	display: block;
}

.p-form__check dd label .wpcf7-list-item-label::before {
	border: 1px solid #090d4a;
	content: "";
	height: 45px;
	height: 2.8125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	width: 2.8125rem;
}

.p-form__check dd label .wpcf7-list-item-label::after {
	background: url(../images/common/check@2x.png) center center/contain no-repeat;
	content: "";
	display: none;
	height: 21px;
	height: 1.3125rem;
	left: 7px;
	left: 0.4375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	width: 1.625rem;
}

.p-form__submit {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-form__submit--wrap {
	gap: 200px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-form__submit-btn {
	margin-inline: auto;
	height: 135px;
	height: 8.4375rem;
	max-width: 570px;
	max-width: 35.625rem;
	position: relative;
	width: 100%;
	border: 5px solid #090d4a;
	font-size: 1.5rem;
}

.p-form__submit-btn input {
	padding-block: 50px;
	padding-block: 3.125rem;
	/* border: 5px solid #090d4a; */
	display: inline-block !important;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	height: 100%;
	left: 0;
	letter-spacing: 0.26em;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-form__submit-btn input:hover {
	background-color: #090d4a;
	color: #fff;
}
/* チェックが入ったとき */
.wpcf7 .wpcf7-submit{
	color: #090d4a;
	opacity:1;
}
/* チェックが入る前*/
.wpcf7 .wpcf7-submit:disabled{
	opacity:0.4;
	color: #090d4a;
}
.p-form .wpcf7-not-valid-tip {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	height: auto;
	letter-spacing: normal !important;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-form--confirm dd {
	padding-inline: 20px;
	padding-inline: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e0e2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	height: 60px;
	height: 3.75rem;
	line-height: 1.8;
	width: 100%;
}

/* .p-form--confirm .p-form__row--address dd {
	background-color: transparent;
	display: block;
	height: auto;
	padding: 0;
}

.p-form--confirm .p-form__row--address dd div {
	padding-inline: 20px;
	padding-inline: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e0e2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	height: 60px;
	height: 3.75rem;
	line-height: 1.8;
	width: 100%;
} */

/* .p-form--confirm .p-form__row--address dd div:first-child {
	width: 295px;
	width: 18.4375rem;
} */

.p-form__check a {
	text-decoration: underline;
}

.p-form--en .p-form__check dd label .wpcf7-list-item-label {
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-globalNav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-globalNav__links {
	gap: 25px;
	gap: 1.5625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-globalNav__link {
	height: 100%;
}

.p-globalNav__link a {
	color: #090d4a;
	display: grid;
	font-family: "hannari", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	height: 100%;
	letter-spacing: 0.18em;
	place-items: center;
}

.p-globalNav__link > a span {
	display: inline-block;
	position: relative;
}
#en .p-globalNav__link > a span{
	letter-spacing: 0.1em;
}
.p-globalNav__link > a span::before {
	background-color: #090d4a;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
}

.p-globalNav__link > a:hover span::before {
	width: 100%;
}

.p-globalNav__contact {
	height: 100%;
	margin-left: 20px;
	margin-left: 1.25rem;
}

.p-globalNav__contact a {
	padding-inline: 40px;
	padding-inline: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #090d4a;
	border: 1px solid #090d4a;
	border: 0.0625rem solid #090d4a;
	border-bottom-left-radius: 55px;
	border-bottom-left-radius: 3.4375rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "hannari", sans-serif;
	font-size: 27px;
	font-size: 1.6875rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.04em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-globalNav__contact a:hover {
	opacity: 0.5;
}
.mailTo{
	text-decoration: underline;

}
/* メガメニュー */
.megaMenu{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.megaMenu:hover megaMenu__title::after{
        transform: translateY(calc(50% + 16px)) scaleX(1);
    }
.megaMenu:hover .megaMenu__content{
        opacity: 1;
        visibility: visible;
    }
.megaMenu__content{
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
		/* width: 140%; */
        padding: 0 10px 10px 10px;
}
.megaMenu__title{
        font-size: 1.25rem;
        color: #090d4a;
        margin: 0 15px;
        font-weight: 500;
        position: relative;
}

.megaMenu__list{
        color:#090d4a;
		width: fit-content;
        text-decoration: none;
        margin: 12px auto;
		white-space: nowrap;
		position: relative;
    }


.megaMenu__content > a::before {
		background-color: #090d4a;
    bottom: -10px;
    bottom: -0.625rem;
    content: "";
    height: 2px;
    height: 0.125rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
}
.megaMenu__content > a:hover::before {
    width: 100%;
}
/* .drawer-megaMenu__wrapper > a::before{ */
	.megaMenu__title.drawer-megaMenu__title::before{
	background-color: #090d4a;
    bottom: -10px;
    bottom: -0.625rem;
    content: "";
    height: 2px;
    height: 0.125rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;

}
.megaMenu__title.drawer-megaMenu__title:hover::before{
width: 100%;
}
/* .drawer-megaMenu__wrapper > a:hover::before {
    width: 80%;
} */





/* ドロワーメガメニュー */
.drawer-megaMenu{
	flex-direction: column;
}
.drawer-megaMenu__title{
	display: inline-block;
}
.drawer-megaMenu__content{
	position: inherit;
	top: 0;
    opacity: 1;
    visibility: visible;
	
}
.js-accordion{
	display:none;
	height: 100%;
    width: 20px;
    align-items: center;
    display: flex;
    margin-left: -15px;
}
.drawer-megaMenu__wrapper{
	display: flex;
    align-items: center;
}
.megaMenu__content.drawer-megaMenu__content.js-accordion-content{
	display: none;
}



.p-header {
	background-color: #fff;
	height: 100px;
	height: 6.25rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner.l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	max-width: unset;
	padding-right: 0;
}

.p-header__logo {
	max-width: 248px;
	max-width: 15.5rem;
}

.p-header__logo a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.p-header__globalNav {
	height: 100%;
	margin-left: auto;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none;
}

.p-industry {
	position: relative;
	z-index: 1;
}

.p-industry__head-text {
	margin-inline: auto;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	text-shadow: 0 0 10px #090d4a;
	text-shadow: 0 0 0.625rem #090d4a;
	width: 80%;
}

.p-industry__btns {
	gap: 50px;
	gap: 3.125rem;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: calc(87.5rem + 50px);
	padding: 0 25px;
}

.p-industry__btn {
	height: 110px;
	height: 6.875rem;
}

.p-industry__btn .c-btn {
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-industry__units {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-industry__unit + .p-industry__unit {
	margin-top: -300px;
	margin-top: -18.75rem;
}

.p-industry--inter .p-industry__unit:last-child .p-content {
	border-radius: 18.75rem;
	padding-bottom: 230px;
	padding-bottom: 14.375rem;
}

.p-industry--domestic .p-industry__unit:last-child .p-content {
	border-radius: 18.75rem;
	padding-bottom: 230px;
	padding-bottom: 14.375rem;
}

.p-industry--en .p-industry__unit:last-child .p-content {
	border-radius: 18.75rem;
	padding-bottom: 230px;
	padding-bottom: 14.375rem;
}

.p-message__inner {
	gap: min(2.3vw, 50px);
	display: grid;
	grid-template-columns: 1fr 35.625rem;
}

.p-message__info {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-message__office {
	font-size: 29px;
	font-size: 1.8125rem;
	letter-spacing: 0.1em;
}

.p-message__name {
	font-family: "hannari", sans-serif;
	font-size: 46px;
	font-size: 1.3125rem;
	letter-spacing: 0.02em;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

#en .p-message__office {
	font-size: 24px;
	font-size: 1.5rem;
}

#en .p-message__name {
	/* font-size: 28px;
	font-size: 1.75rem; */
	font-size: 1.3125rem;
}

.p-mv {
	height: 100vh;
	padding-top: 100px;
	padding-top: 6.25rem;
	position: relative;
}

.p-mv__inner {
	height: 100%;
}

.p-mv__img {
	height: 100%;
}

.p-mv__img img {
	-o-object-fit: cover;
	-o-object-position: center right;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	width: 100%;
}

.p-mv__content {
	padding-inline: 60px;
	padding-inline: 3.75rem;
	background-color: #090d4a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 46.875%;
}

.p-mv__text {
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 1.8vw;
	/* font-size: 2.2vw; */
    letter-spacing: 0.001em;
	font-weight: 400;
	/* letter-spacing: 0.34em; */
	line-height: 1.7916666667;
}

.p-mv__text--en {
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 2.1052631579vw;
	font-weight: 500;
	letter-spacing: 0.001em;
	line-height: 1.2363636364;
	margin-top: 50px;
	margin-top: 3.125rem;
}
.p-mv__text--en--big{
	font-size: 2.6vw;
}

.p-mv__title {
	color: #fff;
	font-family: "hannari", sans-serif;
	font-size: 2.2vw;
	/* font-size: 2.2rem; */
    white-space: nowrap;
	font-weight: 500;
	/* letter-spacing: 0.22em; */
	letter-spacing: 0.001em;
	line-height: 1.2363636364;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-mv__copy {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 30px;
	bottom: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 40px;
	left: 2.5rem;
	position: absolute;
}

.p-mv__copy img {
	width: 66px;
	width: 4.125rem;
}

.p-mv__copy span {
	color: #856244;
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: 0.18em;
	line-height: 1.3636363636;
}
#en .p-mv__copy span{
	letter-spacing: 0.1em;
}

.p-news-list {
	gap: 70px;
	gap: 4.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6.25rem;
	-webkit-box-shadow: 0rem 0.75rem 0.8125rem rgba(9, 13, 74, .16);
	box-shadow: 0rem 0.75rem 0.8125rem rgba(9, 13, 74, .16);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 36px 68px;
	padding: 2.25rem 4.25rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-news-list:hover {
	-webkit-box-shadow: 0 0.4375rem 0.5rem rgba(9, 13, 74, .16);
	box-shadow: 0 0.4375rem 0.5rem rgba(9, 13, 74, .16);
	-webkit-transform: translate(0.3125rem, 0.3125rem);
	transform: translate(0.3125rem, 0.3125rem);
}

.p-news-list::before {
	background: url(../images/common/news-arrow.png) center center/contain no-repeat;
	content: "";
	height: 15px;
	height: 0.9375rem;
	position: absolute;
	right: 35px;
	right: 2.1875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 36px;
	width: 2.25rem;
}

.p-news-list:hover::before {
	right: 30px;
	right: 1.875rem;
}

.p-news-list__title {
	color: #090d4a;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	/* letter-spacing: 0.26em; */
	line-height: 1.5;
}
#en .p-news-list__title{
	letter-spacing: 0.001em;
}

.p-office {
	background-color: #fff;
	border-radius: 18.75rem 18.75rem 0 0;
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.p-office__gallery {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 90px;
	margin-top: 5.625rem;
}
.p-office__img img{
    object-fit: cover;
    height: 100%;

}
.p-office__info {
	margin-inline: auto;
	margin-left: calc(50% - 25rem);
	margin-top: 80px;
	margin-top: 5rem;
	position: relative;
}

.p-office__info--en {
	margin-left: calc(50% - 37.5rem);
}

.p-office__info::before {
	background-color: #9092A5;
	content: "";
	height: 100%;
	left: 175px;
	left: 10.9375rem;
	position: absolute;
	width: 1px;
}

.p-office__info--en::before {
	left: 375px;
	left: 23.4375rem;
}

.p-office__info dl {
	gap: 47px;
	gap: 2.9375rem;
	display: grid;
	grid-template-columns: 10.9375rem 1fr;
}

.p-office__info--en dl {
	grid-template-columns: 23.4375rem 1fr;
}

.p-office__info dl + dl {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-office__info dt {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: bold;
	/* letter-spacing: 0.26em; */
	line-height: 1.5652173913;
}
#en .p-office__info dt{
	letter-spacing: 0.001em;
}
.p-office__info dd {
	font-size: 23px;
	font-size: 1.4375rem;
	/* letter-spacing: 0.26em; */
	line-height: 1.5652173913;
}
#en .p-office__info dd {
	letter-spacing: 0.001em;
}

.p-origin__fortuna {
	margin-inline: auto;
	margin-top: 120px;
	margin-top: 7.5rem;
	width: 600px;
	width: 37.5rem;
}

.p-prigin__text {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.p-prigin__text p + p {
	margin-top: 1em;
}

.p-pageNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-numbers {
	border-radius: 50%;
	display: grid;
	font-size: 23px;
	font-size: 1.4375rem;
	height: 40px;
	height: 2.5rem;
	place-items: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 40px;
	width: 2.5rem;
}

.page-numbers.current {
	background-color: #090d4a;
	color: #fff;
}

a.page-numbers:hover {
	opacity: 0.7;
}

.p-privacy {
	background-color: #fff;
	border-radius: 0 0 18.75rem 18.75rem;
	padding-bottom: 320px;
	padding-bottom: 20rem;
	position: relative;
	z-index: 1;
}

.p-privacy__unit + .p-privacy__unit {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-single {
	background-color: #fff;
	border-radius: 0 0 18.75rem 18.75rem;
	padding-bottom: 350px;
	padding-bottom: 21.875rem;
	position: relative;
	z-index: 1;
}

.p-single__head {
	border-bottom: 1px solid #090d4a;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-single__time {
	color: #a2a3b3;
	font-family: "Times New Roman", serif;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.18em;
}

.p-single__title {
	font-size: 35px;
	font-size: 2.1875rem;
	/* letter-spacing: 0.26em; */
	line-height: 1.4285714286;
	margin-top: 20px;
	margin-top: 1.25rem;
}
#en .p-single__title{
	letter-spacing: 0.001em;
}

.p-single__thumbnail {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-single__thumbnail img {
	aspect-ratio: 1420/770;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-single__content {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-single__content * {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-single__content h2 {
	border-left: 5px solid #090d4a;
	border-left: 0.3125rem solid #090d4a;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: 0.26em;
	line-height: 1.4285714286;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 30px;
	padding-left: 1.875rem;
}

.p-single__content h3 {
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.26em;
	line-height: 1.4285714286;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-single__content p {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.001em;
	line-height: 1.2857142857;
}

.p-single__content img {
	width: auto;
}

.p-single__content .wp-block-buttons.is-layout-flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-single__content .wp-block-button__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #090d4a;
	border-radius: 3.125rem;
	-webkit-box-shadow: 0 1.25rem 1.3125rem rgba(9, 13, 74, .07);
	box-shadow: 0 1.25rem 1.3125rem rgba(9, 13, 74, .07);
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "hannari", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: 0.02em;
	padding: 30px 60px;
	padding: 1.875rem 3.75rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-single__content .wp-block-button__link::before {
	background-color: #856244;
	border-radius: 50%;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 25px;
	left: 1.5625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	width: 0.3125rem;
}

.p-single__content .wp-block-button__link:hover {
	background-color: #fff;
	color: #090d4a;
}

.p-single__contact {
	margin-top: 160px;
	margin-top: 10rem;
}

.p-single__contact-text {
	margin-inline: auto;
	font-family: "hannari", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	/* letter-spacing: 0.1em; */
	padding: 0 1em;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}
#en .p-single__contact-text{
	letter-spacing: 0.001em
}

.p-single__contact-text::before {
	background: -webkit-gradient(linear, left top, right top, color-stop(12.5rem, #090d4a), color-stop(12.5rem, transparent), color-stop(transparent), to(#090d4a));
	background: linear-gradient(to right, #090d4a 12.5rem, transparent 12.5rem, transparent calc(100% - 12.5rem), #090d4a calc(100% - 12.5rem));
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	width: 100%;
}

.p-single__contact-text::after {
	background-color: #090d4a;
	bottom: 0;
	content: "";
	height: 1px;
	left: 200px;
	left: 12.5rem;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	width: 25px;
	width: 1.5625rem;
}

.p-single__btn {
	margin-inline: auto;
	height: 190px;
	height: 11.875rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 980px;
	max-width: 61.25rem;
	width: 100%;
}

.p-single__btn a {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #090d4a;
	border-radius: 4.375rem;
	-webkit-box-shadow: 0 1rem 0 #a2a3b3;
	box-shadow: 0 1rem 0 #a2a3b3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-single__btn a::before {
	background: url(../images/common/arrow.png) center center/contain no-repeat;
	content: "";
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	height: 15px;
	height: 0.9375rem;
	position: absolute;
	right: 70px;
	right: 4.375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	width: 1.375rem;
}

.p-single__btn a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
}

.p-single__btn img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	max-width: 620px;
	max-width: 38.75rem;
}

.p-single__btn span {
	color: #fff;
	display: block;
	font-family: "hannari", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.no-article {
	margin-block: 50px;
	margin-block: 3.125rem;
	font-size: 20px;
	font-size: 1.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
	text-align: center;
}

.p-strong {
	background-color: #090d4a;
	border-radius: 18.75rem 18.75rem 0 0;
	padding-bottom: 410px;
	padding-bottom: 25.625rem;
	padding-top: 140px;
	padding-top: 8.75rem;
	position: relative;
	z-index: 1;
}

.p-strong__head {
	color: #fff;
	margin-top: 90px;
	margin-top: 5.625rem;
}

.p-strong__units {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.p-strong__unit {
	border-radius: 2.1875rem;
	padding: 55px 0 50px;
	padding: 3.4375rem 0 3.125rem;
}

.p-strong__unit:nth-child(1) {
	background: url(../images/office/strong_01.png) center center/cover no-repeat;
}

.p-strong__unit:nth-child(2) {
	background: url(../images/office/strong_02.png) center center/cover no-repeat;
}

.p-strong__unit:nth-child(3) {
	background: url(../images/office/strong_03.png) center center/cover no-repeat;
}

.p-strong__unit + .p-strong__unit {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-strong__subtitle {
	padding-block: 33px;
	padding-block: 2.0625rem;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "hannari", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: 0.01em;
	margin-bottom: 33px;
	margin-bottom: 2.0625rem;
	padding-left: 195px;
	padding-left: 12.1875rem;
	position: relative;
}

.p-strong__subtitle img {
	left: 50px;
	left: 3.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	width: 6.25rem;
}

.p-strong__text {
	padding-inline: 38px;
	padding-inline: 2.375rem;
	color: #fff;
}

.p-strong__text p + p {
	margin-top: 1em;
}

.p-subMv {
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-top: 177px;
	padding-top: 11.0625rem;
	position: relative;
	z-index: 1;
}

.p-subMv::before {
	background-color: white;
	border-radius: 50%;
	bottom: 0px;
	bottom: 0rem;
	-webkit-box-shadow: 0 2.8125rem 2.875rem rgba(9, 13, 74, .07);
	box-shadow: 0 2.8125rem 2.875rem rgba(9, 13, 74, .07);
	content: "";
	height: 870px;
	height: 54.375rem;
	left: 50%;
	max-width: 1600px;
	max-width: 100rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.p-subMv--office::after {
	background: url(../images/office/mv.jpg) center center/cover no-repeat;
	content: "";
	height: 730px;
	height: 45.625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.p-subMv--business::after {
	background: url(../images/business/mv.jpg) center center/cover no-repeat;
	content: "";
	height: 1190px;
	height: 74.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.p-subMv--domestic::after {
	background: url(../images/business/domestic_mv.jpg) center center/cover no-repeat;
	content: "";
	height: 1190px;
	height: 74.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.p-subMv--private::after {
	background: url(../images/business/private_mv.jpg) center center/cover no-repeat;
	content: "";
	height: 1190px;
	height: 74.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.p-thanks {
	background-color: #fff;
	border-radius: 0 0 18.75rem 18.75rem;
	padding-bottom: 240px;
	padding-bottom: 15rem;
	position: relative;
	z-index: 1;
}

.p-thanks__text {
	font-family: "hannari", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	letter-spacing: 0.26em;
	line-height: 1.4285714286;
	text-align: center;
}

#en .p-thanks__text {
	text-align: center;
}

.p-thanks__btn {
	margin-inline: auto;
	margin-top: 160px;
	margin-top: 10rem;
	max-width: 380px;
	max-width: 23.75rem;
	width: 100%;
}

.p-thanks__btn a {
	padding-block: 50px;
	padding-block: 3.125rem;
	border: 5px solid #090d4a;
	display: inline-block;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.26em;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-thanks__btn a:hover {
	background-color: #090d4a;
	color: #fff;
}

.p-top-about {
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.p-top-about::before {
	background-color: white;
	border-radius: 50%;
	bottom: -200px;
	bottom: -12.5rem;
	-webkit-box-shadow: 0 2.8125rem 2.875rem rgba(9, 13, 74, .07);
	box-shadow: 0 2.8125rem 2.875rem rgba(9, 13, 74, .07);
	content: "";
	height: 870px;
	height: 54.375rem;
	left: 50%;
	max-width: 1600px;
	max-width: 100rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.p-top-about::after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-about__inner {
	position: relative;
	z-index: 1;
}

.p-top-about__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-top-about__content {
	padding-right: 50px;
	padding-right: 3.125rem;
}

.p-top-about__text {
	font-size: 21px;
	font-size: 1.3125rem;
	/* letter-spacing: 0.1em; */
	/* line-height: 1.7142857143; */
	margin-top: 75px;
	margin-top: 4.6875rem;
	text-align: justify;
}
#en .p-top-about__text{
		letter-spacing: 0.001em;
}
.p-top-about__btn {
	margin-inline: auto;
	height: 350px;
	height: 21.875rem;
	margin-top: -175px;
	margin-top: -10.9375rem;
	max-width: 650px;
	max-width: 40.625rem;
	width: 100%;
}

/* 追加1209 */
.p-top-about__img {
	width: 40.625rem;
	justify-self: center;
}
/* ここまで */
.p-top-access {
	background-color: #fff;
	border-radius: 0 0 18.75rem 18.75rem;
	padding-bottom: 285px;
	padding-bottom: 17.8125rem;
	position: relative;
	z-index: 1;
}

.p-top-access__wrap {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 43.75rem 1fr;
	margin-top: 80px;
	margin-top: 5rem;
}

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

.p-top-access__map iframe {
	aspect-ratio: 700/490;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-access__name {
	color: #856244;
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: 0.18em;
	line-height: 1.4333333333;
}

.p-top-access__name img {
	width: 420px;
	width: 26.25rem;
}

.p-top-access__info {
	font-size: 24px;
	font-size: 1.5rem;
	/* letter-spacing: 0.26em; */
	line-height: 1.5;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-top-access__root {
	font-size: 24px;
	font-size: 1.5rem;
	/* letter-spacing: 0.26em; */
	line-height: 1.5;
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.p-top-access__root span {
	display: block;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-access__root span::before {
	background-color: #856244;
	bottom: -12px;
	bottom: -0.75rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-news {
	background-color: #fff;
	border-radius: 18.75rem 18.75rem 0 0;
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.p-top-news__lists {
	margin-top: 145px;
	margin-top: 9.0625rem;
}

.p-top-news__list + .p-top-news__list {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-topics__cards {
	gap: 15px;
	gap: 0.9375rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 75px;
	margin-top: 4.6875rem;
	position: relative;
	z-index: 1;
}

.p-top-topics__btn {
	margin-inline: auto;
	height: 350px;
	height: 21.875rem;
	margin-top: -175px;
	margin-top: -10.9375rem;
	max-width: 650px;
	max-width: 40.625rem;
}

.p-topics-card {
	border-radius: 1.875rem;
	display: block;
	overflow: hidden;
	position: relative;
}

.p-topics-card:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-topics-card__bg {
	overflow: hidden;
}

.p-topics-card__bg img {
	aspect-ratio: 100/100;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-topics-card__content {
	bottom: 40px;
	bottom: 2.5rem;
	left: 50%;
	padding: 0 40px;
	padding: 0 2.5rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.p-topics-card__title {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.26em;
	line-height: 1.5;
	margin-top: 16px;
	margin-top: 1rem;
}

.u-en,
#en * {
	font-family: "Times New Roman", serif !important;
	/* letter-spacing: 0.1em !important; */
	line-height: 1.5 !important;
}

.u-en {
	text-align: left;
}

.u-en .c-btn {
	font-family: "Times New Roman", serif;
	letter-spacing: 0.1em;
}

.u-en .c-bigBtn {
	font-family: "Times New Roman", serif;
	letter-spacing: 0.1em;
}

.u-en .c-more {
	font-family: "Times New Roman", serif;
	letter-spacing: 0.02em;
}

.u-white {
	color: #fff;
}

.note-underline{
	text-decoration: underline;

}

@media (max-width: 1600px) {

html {
	font-size: 1vw;
}

}

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

.p-globalNav__links {
	gap: 1.25rem;
}

.p-globalNav__link a {
	font-size: 1.25rem;
}

.p-globalNav__contact a {
	font-size: 1.25rem;
	width: 100%;
}


.p-mv__text--en {
	font-size: 2rem;
}

/* .p-mv__title {
	font-size: 2.2rem;
} */

}

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

.p-mv {
	height: auto;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.c-bigBtn {
	gap: 1.5rem;
	font-size: 1rem;
}

.c-bigBtn img {
	width: 1.125rem;
}

.c-btn {
	font-size: 0.875rem;
	padding: 1.25rem 1.875rem;
}

.c-btn::before {
	height: 0.1875rem;
	left: 1rem;
	width: 0.1875rem;
}

.c-more {
	font-size: 1rem;
	letter-spacing: 0.2em;
	padding-left: 2.625rem;
}

.c-more::before {
	height: 2rem;
	width: 2rem;
}

.c-more::after {
	height: 0.6875rem;
	left: 0.625rem;
	width: 0.875rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-text {
	font-size: 1rem;
	/* letter-spacing: 0.1em; */
}

.c-time {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
}

.c-title {
	gap: 0.625rem;
	font-size: 1.75rem;
	line-height: 1.25;
	padding-left: 1.875rem;
}

.c-title--column {
	padding-left: 0;
}

.c-title--none {
	padding-left: 0;
}

.c-title--reverse {
	padding-left: 0;
}

.c-title::before {
	height: 3.375rem;
	width: 0.875rem;
}

.c-title--column::before {
	top: -5rem;
}

.c-title--reverse::before {
	bottom: -5rem;
	top: auto;
	top: initial;
}

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

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

.l-biography {
	margin-top: 6.25rem;
}

.l-business {
	margin-top: 0rem;
}

.l-contact {
	margin-top: 6.25rem;
}

.l-fee {
	margin-top: -6.25rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.l-office {
	margin-top: -6.25rem;
}

.l-origin {
	margin-top: 6.25rem;
}

.l-privacy {
	margin-top: 6.25rem;
}

.l-single {
	margin-top: 6.25rem;
}

.l-thanks {
	margin-top: 6.25rem;
}

.l-top-access {
	margin-top: 6.25rem;
}



.l-top-topics {
	margin-top: 6.25rem;
}

.p-archive {
	border-radius: 0 0 5rem 5rem;
	padding-bottom: 8.75rem;
}

.p-archive__list a {
	display: block;
}

.p-archive__content {
	margin-top: 1.25rem;
	padding: 0;
}

.p-archive__time {
	font-size: 1rem;
}

.p-archive__title {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.p-archive__text {
	margin-top: 1rem;
}

.p-archive__more {
	gap: 0.625rem;
	font-size: 0.875rem;
	margin-top: 1.25rem;
	position: static;
	position: initial;
}

.p-archive__more img {
	width: 1rem;
}

.p-archive__pageNav {
	margin-top: 2.5rem;
}

.p-biography {
	border-radius: 0 0 5rem 5rem;
	padding-bottom: 8.75rem;
}

.p-biography__subtitle {
	font-size: 1.75rem;
}

.p-biography__info {
	margin-top: 1.875rem;
}

.p-biography__info dl {
	display: block;
}

.p-biography__info dt {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
}

.p-biography__info dd {
	font-size: 1rem;
	/* letter-spacing: 0.2em; */
	line-height: 1.5;
	margin-top: 0.625rem;
}

.p-business {
	padding-top: 6.4375rem;
}

.p-business__units {
	max-width: usnet;
	width: 100%;
}

.p-business__unit::before {
	border-top-right-radius: 5rem;
	max-width: 33.75rem;
	width: 100vw;
}

.p-business__wrap {
	grid-template-columns: initial;
}

.p-business__subtitle {
	font-size: 2rem;
	padding-bottom: 0.75rem;
}

.p-business__subtitle::after {
	font-size: 0.875rem;
	margin-top: 0.875rem;
}

.p-business__text {
	font-size: 1rem;
	/* letter-spacing: 0.1em; */
	margin-top: 2rem;
}

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

.p-contact {
	border-radius: 0 0 5rem 5rem;
	padding-bottom: 8.75rem;
}

.p-contact__text {
	/* font-size: 1rem; */
	font-size: 0.54rem;
	/* letter-spacing: 0.2em; */
	padding-bottom: 3.125rem;
}

.p-contact__form {
	margin-top: 3.125rem;
}

.p-content {
	border-radius: 5rem 5rem 0 0;
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
}

.p-content__text {
	margin-top: 2.625rem;
}

.p-content__case {
	margin-top: 3.125rem;
}

.p-content__case-title {
	font-size: 1.25rem;
	padding-left: 1.25rem;
}

.p-content__case-title::before {
	height: 0.75rem;
	width: 0.625rem;
}

.p-content__cards {
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.875rem;
}
#p-content__case--first .p-content__card:last-child{
	grid-column: auto;
}

.p-content__card {
	border-radius: 1.875rem;
	min-height: auto;
	padding: 1.25rem 1.25rem 1.875rem;
}

.p-content__number {
	font-size: 1rem;
}

.p-content__number span {
	font-size: 2rem;
}

.p-content__card-title {
	font-size: 1.125rem;
	margin-top: 1.25rem;
	padding-bottom: 0.625rem;
}

.p-content__card-title--none {
	left: auto;
	left: initial;
	position: static;
	position: initial;
	top: auto;
	top: initial;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 100%;
}

.p-content__card-title--small {
	font-size: 1.125rem;
}

.p-content__card-title small {
	font-size: 1rem;
}

.p-content__lists {
	margin-top: 1.125rem;
}

.p-content__list {
	font-size: 1rem;
}

.p-content__list small {
	font-size: 1rem;
}

.p-content__box {
	border-radius: 1.875rem;
	margin-top: 1.875rem;
	padding: 1.25rem;
}

.p-content__box dl {
	display: block;
}

.p-content__box dl + dl {
	margin-top: 1.875rem;
}

.p-content__box-bigText {
	font-size: 1.125rem;
	text-align: center;
}

.p-content__box-text {
	margin-top: 1.25rem;
}

.p-content--Inheritance .p-content__card:nth-child(4) {
	grid-column: initial;
	grid-row: initial;
}

.p-content--personal .p-content__card:nth-child(3) {
	gap: 0.625rem;
	grid-column: initial;
	grid-template-columns: repeat(1, 1fr);
}

.p-content--personal .p-content__card:nth-child(3) .p-content__card-title {
	position: static;
	position: initial;
	top: auto;
	top: initial;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-fee {
	border-radius: 5rem;
	padding-bottom: 8.75rem;
}

.p-fee__title .c-title--reverse::before {
	bottom: -5rem;
}

.p-fee__box {
	padding-block: 2.625rem;
	margin-top: 6.25rem;
}

.p-fee__box-title {
	font-size: 1.25rem;
}

.p-fee__box-title::before {
	bottom: -0.625rem;
}

.p-fee__price {
	font-size: 1.25rem;
	margin-top: 2.5rem;
}

.p-fee__price small {
	font-size: 1rem;
}

.p-fee__content {
	margin-top: 2.5rem;
}

.p-fee__subtitle {
	font-size: 1.125rem;
	padding-left: 1.25rem;
}

.p-fee__subtitle::before {
	height: 0.75rem;
	width: 0.625rem;
}

.p-fee__lists {
	margin-top: 2rem;
}

.p-footer {
	padding-bottom: 0.625rem;
}

.p-footer__nav {
	gap: 1.25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-footer__links {
	gap: 0.625rem 0.875rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-footer__link a {
	font-size: 1rem;
}

.p-footer__translate {
	margin-inline: auto;
}

.p-footer__wrap {
	display: block;
}

.p-footer__logo {
	margin-inline: auto;
	max-width: 20.625rem;
}

.p-footer__info {
	margin-inline: auto;
	display: block;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__contact {
	margin-top: 0.625rem;
}

.p-footer__copy {
	font-size: 0.625rem;
}

.p-form {
	width: 100%;
}

.p-form__row {
	display: block;
}

.p-form__row + .p-form__row {
	margin-top: 1.25rem;
}

.p-form__row dt {
	font-size: 1rem;
	letter-spacing: 0.2em;
	margin-top: 0;
}

.p-form__row dt .hissu {
	font-size: 0.875rem;
	line-height: 1.2857142857;
}

.p-form__row dd {
	margin-top: 0.3125rem;
}

.p-form__row dd input[type=text],
.p-form__row dd input[type=tel],
.p-form__row dd input[type=email] {
	padding-inline: 0.625rem;
	font-size: 1rem;
	height: 3.125rem;
}

.p-form__row input::-moz-placeholder {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.p-form__row input::-webkit-input-placeholder {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.p-form__row input::-ms-input-placeholder {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.p-form__row input::placeholder {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.p-form__row--address div:first-child {
	gap: 0.3125rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-form__row--address div:first-child input {
	width: 50%;
}

.p-form__row--address div:first-child > span {
	font-size: 0.875rem;
	/* letter-spacing: 0.2em; */
}

.p-form__row--address div + div {
	margin-top: 0.625rem;
}

.p-form__row dd label + label {
	margin-left: 0.625rem;
}

.p-form__row dd label span {
	font-size: 0.875rem;
	padding-left: 1.875rem;
}

.p-form__row dd label span::before {
	height: 1.25rem;
	width: 1.25rem;
}

.p-form__row dd label span::after {
	height: 0.625rem;
	left: 0.1875rem;
	width: 0.8125rem;
}

.p-form__row--message dt .hissu {
	left: auto;
	left: initial;
	right: 0;
	top: 0;
}

.p-form__check dd label .wpcf7-list-item-label {
	font-size: 0.875rem;
	line-height: 1.25;
	padding-left: 1.875rem;
	text-align: left;
}

.p-form__check dd label .wpcf7-list-item-label::before {
	height: 1.25rem;
	width: 1.25rem;
}

.p-form__check dd label .wpcf7-list-item-label::after {
	height: 0.625rem;
	left: 0.1875rem;
	width: 0.8125rem;
}

.p-form__submit-btn {
	height: 5rem;
	max-width: 15.625rem;
}
.p-form__submit--wrap {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
}

.p-form__submit-btn input {
	padding-block: 1.5625rem;
	border-width: 2px;
	font-size: 1.125rem;
}

.p-form--confirm dd {
	padding-inline: 0.625rem;
	font-size: 1rem;
	height: 3.125rem;
}

/* .p-form--confirm .p-form__row--address dd div {
	padding-inline: 0.625rem;
	font-size: 1rem;
	height: 3.125rem;
}

.p-form--confirm .p-form__row--address dd div:first-child {
	width: 50%;
} */

.p-globalNav {
	gap: 1.25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-globalNav__links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-globalNav__link {
	height: auto;
}

.p-globalNav__link a {
	height: auto;
}

.p-globalNav__contact {
	margin-inline: auto;
	height: 3.125rem;
	max-width: 20rem;
}

.p-globalNav__contact a {
	border-radius: 1.875rem;
	font-size: 1rem;
}

.p-header {
	height: 3.75rem;
}

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

.p-header__logo {
	max-width: 7.75rem;
}

.p-header__globalNav {
	display: none;
}

.p-header__hamburger {
	display: block;
	height: 100%;
	margin-left: auto;
	width: 1.875rem;
	z-index: 1;
}

.p-header__drawer {
	display: block;
}

.p-industry__btns {
	gap: 0.625rem;
	grid-template-columns: repeat(1, 1fr);
	padding: 0 20px;
}

.p-industry__btn {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
}

.p-industry__units {
	margin-top: 5rem;
}

.p-industry__unit + .p-industry__unit {
	margin-top: -5rem;
}

.p-industry--inter .p-industry__unit:last-child .p-content {
	border-radius: 5rem;
	padding-bottom: 8.75rem;
}

.p-industry--domestic .p-industry__unit:last-child .p-content {
	border-radius: 5rem;
	padding-bottom: 8.75rem;
}

.p-industry--en .p-industry__unit:last-child .p-content {
	border-radius: 5rem;
	padding-bottom: 8.75rem;
}

.p-message__inner {
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-message__content {
	display: contents;
}

.p-message__text {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-message__info {
	margin-top: 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.p-message__office {
	font-size: 1.25rem;
}

.p-message__name {
	font-size: 1.3125rem;
	margin-top: 0.625rem;
}

.p-mv {
	height: 110vh;
	max-height: 50rem;
	padding-top: 3.75rem;
}

.p-mv__img {
	height: 50%;
}

.p-mv__content {
	padding-inline: 1.25rem;
	height: 55%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 1.25rem;
	padding-top: 3.125rem;
	position: relative;
	width: 100%;
}

.p-mv__text {
    font-size: 1rem;
    letter-spacing: 0.001em;
}

.p-mv__text--en {
	/* font-size: 1.25rem; */
	font-size: 1.1rem;
	line-height: 1.5;
	margin-top: 0rem;
}
.p-mv__text--en--big{
	font-size: 1.1rem;
}

.p-mv__title {
	font-size: 1.2rem;
	margin-top: 2rem;
}

.p-mv__copy {
	left: 1.25rem;
}

.p-mv__copy img {
	width: 2rem;
}

.p-mv__copy span {
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-news-list {
	gap: 0.625rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 6.25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.125rem 2.5rem 1.125rem 2.125rem;
}

.p-news-list::before {
	height: 0.4375rem;
	right: 0.625rem;
	width: 2rem;
}

.p-news-list:hover::before {
	right: 0.3125rem;
}

.p-news-list__title {
	font-size: 0.875rem;
	/* letter-spacing: 0.1em; */
}

.p-office {
	border-radius: 5rem 5rem 0 0;
	padding-top: 3.25rem;
}

.p-office__gallery {
	gap: 0.625rem;
	margin-top: 2.625rem;
}

.p-office__info {
	border-top: 1px solid #090d4a;
	margin-left: 0;
	margin-left: initial;
	margin-top: 2.5rem;
}

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

.p-office__info dl {
	padding-block: 1.25rem;
	border-bottom: 1px solid #090d4a;
	display: block;
}

.p-office__info dl + dl {
	margin-top: 0rem;
}

.p-office__info dt {
	font-size: 1.125rem;
	/* letter-spacing: 0.2em; */
}

.p-office__info dd {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 1rem;
	/* letter-spacing: 0.2em; */
}

.p-origin__fortuna {
	margin-top: 2.5rem;
	width: 100%;
}

.p-prigin__text {
	margin-top: 2.5rem;
}

.page-numbers {
	font-size: 1rem;
	height: 1.875rem;
	width: 1.875rem;
}

.p-single {
	border-radius: 0 0 5rem 5rem;
	padding-bottom: 8.75rem;
}

.p-single__head {
	padding-bottom: 1.25rem;
}

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

.p-single__title {
	font-size: 1.25rem;
	/* letter-spacing: 0.2em; */
	margin-top: 0.625rem;
}

.p-single__thumbnail {
	margin-top: 1.875rem;
}

.p-single__content {
	margin-top: 1.875rem;
}

.p-single__content * {
	margin-bottom: 1.25rem;
}

.p-single__content h2 {
	border-width: 0.125rem;
	font-size: 1.5rem;
	padding-left: 1.25rem;
}

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

.p-single__content p {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.p-single__content .wp-block-button__link {
	font-size: 0.875rem;
	padding: 1.25rem 1.875rem;
}

.p-single__content .wp-block-button__link::before {
	height: 0.1875rem;
	left: 1rem;
	width: 0.1875rem;
}

.p-single__contact {
	margin-top: 5rem;
}

.p-single__contact-text {
	font-size: 1.25rem;
	padding-bottom: 0.625rem;
}

.p-single__contact-text::before {
	background: -webkit-gradient(linear, left top, right top, color-stop(6.25rem, #090d4a), color-stop(6.25rem, transparent), color-stop(transparent), to(#090d4a));
	background: linear-gradient(to right, #090d4a 6.25rem, transparent 6.25rem, transparent calc(100% - 6.25rem), #090d4a calc(100% - 6.25rem));
}

.p-single__contact-text::after {
	left: 6.25rem;
	width: 0.8125rem;
}

.p-single__btn {
	height: 5rem;
	margin-top: 1.25rem;
	max-width: 21.875rem;
}

.p-single__btn a {
	gap: 0.625rem;
}

.p-single__btn a::before {
	height: 0.8125rem;
	right: 1.25rem;
	width: 1.125rem;
}

.p-single__btn img {
	max-width: 12.5rem;
}

.p-single__btn span {
	font-size: 1.125rem;
}

.no-article {
	font-size: 1rem;
}

.p-strong {
	border-radius: 5rem 5rem 0 0;
	padding-bottom: 8.75rem;
	padding-top: 5rem;
}

.p-strong__head {
	margin-top: 2.5rem;
}

.p-strong__units {
	margin-top: 2.5rem;
}

.p-strong__unit {
	border-radius: 1.5625rem;
	padding: 1.5625rem 0 1.5625rem;
}

.p-strong__unit + .p-strong__unit {
	margin-top: 2rem;
}

.p-strong__subtitle {
	padding-block: 1.25rem;
	padding-inline: 0.625rem;
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-strong__subtitle img {
	margin-inline: auto;
	left: auto;
	left: initial;
	margin-bottom: 0.625rem;
	position: static;
	position: initial;
	top: auto;
	top: initial;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 3.125rem;
}

.p-strong__text {
	padding-inline: 0.625rem;
}

.p-subMv {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.p-subMv::before {
	border-radius: 0 0 50% 50%;
	bottom: -0.625rem;
	/* height: 12.5rem; */
	height: 13.5rem;
}
.p-subMv.p-subMv--domestic.p-subMv--domestic--en::before,
.p-subMv.p-subMv--business.p-subMv--business--en::before,
.p-subMv.p-subMv--private.p-subMv--private--en::before
{
	height: 15.5rem;
}

.p-thanks {
	border-radius: 0 0 5rem 5rem;
	padding-bottom: 8.75rem;
}

.p-thanks__text {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.p-thanks__btn {
	margin-top: 2.5rem;
	max-width: 15.625rem;
}

.p-thanks__btn a {
	padding-block: 1.5625rem;
	border-width: 2px;
	font-size: 1.125rem;
}

.p-top-about::before {
	bottom: -3.125rem;
	height: 12.5rem;
}

.p-top-about__wrap {
	grid-template-columns: initial;
}

.p-top-about__content {
	display: contents;
	padding: 0;
}

.p-top-about__title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-about__text {
	font-size: 1rem;
	/* letter-spacing: 0.1em; */
	/* line-height: 1.5; */
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-top-about__btn {
	height: 10.8125rem;
	margin-top: -5.375rem;
	max-width: 20rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.p-top-about__img {
	/* 1209width追加 */
	width: 100%;
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-access {
	border-radius: 0 0 5rem 5rem;
	padding-bottom: 8.75rem;
}

.p-top-access__wrap {
	display: block;
	margin-top: 2.5rem;
}

.p-top-access__content {
	margin-top: 2rem;
}

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

.p-top-access__info {
	font-size: 1rem;
	/* letter-spacing: 0.1em; */
	margin-top: 1.5rem;
}

.p-top-access__root {
	font-size: 1rem;
	/* letter-spacing: 0.1em; */
}

.p-top-news {
	border-radius: 5rem 5rem 0 0;
	padding-top: 3.25rem;
}

.p-top-news__lists {
	margin-top: 2.5rem;
}

.p-top-news__list + .p-top-news__list {
	margin-top: 1rem;
}

.p-top-topics__cards {
	margin-inline: auto;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 3.125rem;
	max-width: 28.125rem;
}

.p-top-topics__btn {
	height: 10.8125rem;
	margin-top: -5.375rem;
	max-width: 20rem;
}

.p-topics-card {
	border-radius: 1.25rem;
}

.p-topics-card__content {
	bottom: 1.25rem;
	padding: 0 1.25rem;
}

.p-topics-card__title {
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
}

}

@media screen and (max-height: 490px) and (max-width: 768px) {

.p-mv {
	height: auto;
}

.p-mv__copy {
	gap: 0.625rem;
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	margin-top: 3.125rem;
	position: relative;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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