body {
	font-family: "Noto Sans JP", serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

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

.accordion-answer {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: start;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-weight: 400;
	gap: 0.375rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 1.25rem 0.95rem 1.125rem 0.9375rem;
	position: relative;
	user-select: none;
}

.accordion-answer__label {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
}

.accordion-answer__text {
	font-weight: 400;
}

.accordion-answer__text p {
	line-height: 1.6;
}

.accordion-answer__text p + p {
	margin-top: 1.8rem;
}

.accordion-answer__text p + ol {
	margin-top: 1.68rem;
}

.accordion-answer__text ol {
	list-style: decimal;
	padding-left: 1rem;
}

.accordion-answer__text ol li {
	line-height: 1.62;
}

.accordion-answer__text ol > li {
	margin-bottom: 1em;
}

.accordion-answer__text ol li > ul {
	list-style-type: disc;
	padding-left: 0.5rem;
}

.accordion-answer__text ol + p {
	margin-top: 1.83rem;
}

.accordion-answer__text ul:not(ol ul) {
	list-style-type: disc;
	padding-left: 1.05rem;
}

.accordion-question {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: start;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-weight: 400;
	gap: 0.375rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 1.25rem 0.95rem 1.125rem 0.9375rem;
	position: relative;
	user-select: none;
}

.accordion-question__mark {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	flex-shrink: 0;
	height: 1.125rem;
	margin-left: auto;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.125rem;
}

.accordion-question__mark.add {
	-webkit-mask-image: url(../images/common/accordion-add.png);
	margin-top: 0.4rem;
	mask-image: url(../images/common/accordion-add.png);
}

.accordion-question__mark.subtract {
	-webkit-mask-image: url(../images/common/accordion-subtract.png);
	margin-top: 0.9rem;
	mask-image: url(../images/common/accordion-subtract.png);
}

.accordion-question__mark img {
	width: 100%;
}

.accordion-question__label {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
}

.accordion-question__text {
	font-size: 0.875rem;
	white-space: pre-line;
}

.archive-accordion__list {
	display: flex;
	flex-direction: column;
	gap: 1.47rem;
}

.archive-accordion__item {
	-o-border-image: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%) 1;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid;
	border-image: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%) 1;
}

.archive-accordion__question {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: start;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-weight: 700;
	gap: 0.4rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 1rem 0.7rem 1.1rem 0.9375rem;
	position: relative;
	user-select: none;
}

.archive-accordion__answer {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: start;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-weight: 700;
	gap: 0.4rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0 0.7rem 1.95rem 0.9375rem;
	position: relative;
	user-select: none;
}

.archive-accordion__question-mark {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	flex-shrink: 0;
	height: 1.3rem;
	margin-left: auto;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.3rem;
}

.archive-accordion__question-mark.add {
	-webkit-mask-image: url(../images/common/accordion-add.png);
	margin-top: 0.6rem;
	mask-image: url(../images/common/accordion-add.png);
}

.archive-accordion__question-mark.subtract {
	-webkit-mask-image: url(../images/common/accordion-subtract.png);
	margin-top: 1rem;
	mask-image: url(../images/common/accordion-subtract.png);
}

.archive-accordion__question-mark img {
	width: 100%;
}

.archive-accordion__question-label,
.archive-accordion__answer-label {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
}

.archive-accordion__question-text {
	color: #234769;
	font-size: 1rem;
}

.archive-accordion__answer-text {
	color: #234769;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.archive-accordion__answer-text p {
	line-height: 1.6;
}

.archive-accordion__answer-text p + p {
	margin-top: 1.8rem;
}

.archive-accordion__answer-text p + ol {
	margin-top: 1.68rem;
}

.archive-accordion__answer-text ol {
	list-style: decimal;
	padding-left: 1rem;
}

.archive-accordion__answer-text ol > li {
	margin-bottom: 1em;
}

.archive-accordion__answer-text ol li {
	line-height: 1.62;
}

.archive-accordion__answer-text ol li > ul {
	list-style-type: disc;
	padding-left: 0.5rem;
}

.archive-accordion__answer-text ol + p {
	margin-top: 1.83rem;
}

.archive-accordion__answer-text ul:not(ol ul) {
	list-style-type: disc;
	padding-left: 1.05rem;
}

.archive-questions {
	background: url(../images/common/bg_lower_Frequently_Asked_Questions.png), #F1F3F4;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 192%;
	padding-bottom: 7.5rem;
	padding-top: 5.1rem;
}

.archive-questions__inner {
	margin: 0 auto;
	max-width: 58rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.basics {
	background-image: url(../images/common/top_bg_Crypto_Asset_Inheritance_Basics_sp.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}

.basics__inner {
	padding-bottom: 5rem;
	padding-top: 4rem;
}

.basics__image {
	margin-top: 0.5rem;
	text-align: right;
}

.basics__image img {
	display: inline-block;
	height: auto;
	width: 7.8125rem;
}

.basics__contents {
	margin-top: -0.25rem;
}

.basics__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.basics__content {
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 2px solid rgba(7, 8, 9, 0.4);
	border-left: 2px solid rgba(7, 8, 9, 0.4);
	border-right: 2px solid rgba(7, 8, 9, 0.4);
	border-top: 2px solid #070809;
	box-shadow: 0px 2px 16px rgba(7, 8, 9, 0.2);
	box-sizing: border-box;
	padding: 1.4rem 1.0625rem 1.75rem 1.125rem;
}

.basics__point {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498D 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	font-family: "EB Garamond", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}

.basics__heading,
.basics__heading--column {
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.25rem;
	overflow: hidden;
}

.basics__heading--column {
	margin-top: 0.75rem;
}

.basics__text,
.basics__text--column {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.basics__text--column {
	margin-top: 1rem;
}

.basics__column {
	margin-top: 3rem;
}

.basics__columnBox {
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid #A9A9A9;
	box-shadow: 0px 2px 16px rgba(7, 8, 9, 0.2);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 2.375rem;
	padding: 2rem 1.375rem;
}

.basics__columnTag {
	background-color: #162A55;
	color: #fff;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.25rem 1.5rem;
}

.basics__columnImage img {
	height: auto;
	width: 100%;
}

.basics__button {
	margin-top: 2.875rem;
}

.common-button {
	position: relative;
	text-align: center;
}

.common-button a {
	border: 1px solid #070809;
	color: #070809;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	height: 56px;
	letter-spacing: 0.05em;
	line-height: 56px;
	max-width: 400px;
	position: relative;
	text-align: center;
	transition: all 0.25s cubic-bezier(0.4, 0.1, 0.3, 1);
	width: 100%;
}

.common-button--white a {
	border-color: #fff;
	color: #fff;
}

.common-button--navy a {
	background-color: rgba(29, 54, 70, 0.9);
	border-color: #fff;
	color: #fff;
}

.common-button--questions a {
	background-color: rgba(29, 54, 70, 0.9);
	border-color: #fff;
	color: #fff;
}

.common-button a::before {
	-webkit-mask-image: url(../images/common/arrow_back_ios_new.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	content: "";
	height: 1.125rem;
	mask-image: url(../images/common/arrow_back_ios_new.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.4s cubic-bezier(0.1, 0.2, 0.3, 1);
	width: 0.9375rem;
}

.common-button a::before {
	background-color: #070809;
}

.common-button--white a::before {
	background-color: #fff;
}

.common-button--navy a::before {
	background-color: #fff;
}

.common-button--questions a::before {
	background-color: #fff;
}

.common-button--questions a::before {
	background-color: #fff;
}

.common-button:hover a {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	border: 1px solid transparent;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
	color: #fff;
}

.common-button:hover a::before {
	background: #fff;
	transform: translateY(-50%) translateX(4px);
}

.common-button--white:hover a,
.common-button--navy:hover a,
.common-button--questions:hover a {
	background: rgba(255, 255, 255, 0.8);
	color: #162A55;
}

.common-button--white:hover a::before,
.common-button--navy:hover a::before,
.common-button--questions:hover a::before {
	background: #162A55;
	transform: translateY(-50%) translateX(4px);
}

.contact-button {
	display: inline-block;
}

.contact-button a {
	background-color: #070809;
	border: 1px solid #000;
	border-radius: 2.5rem;
	box-shadow: 0px 2px 16px rgba(7, 8, 9, 0.2);
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.4;
	padding: 0.625rem 2.125rem;
	transition: all 0.25s cubic-bezier(0.4, 0.1, 0.3, 1);
}

.contact-button:hover a {
	background: var(--color-primary);
	box-shadow: 0px 1px 3px rgba(32, 130, 216, 0.3);
	color: #070809;
}

.cta-contact {
	background: url(../images/common/bg_Contact.png), linear-gradient(-45deg, #F1F8FE 0%, #C1D7EF 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cta-contact__inner {
	margin: 0 auto;
	padding: 3rem 1.5rem;
}

.cta-contact__container {
	background-color: rgba(255, 255, 255, 0.9);
	border: 0.4375rem solid rgba(89, 161, 203, 0.14);
	padding: 3.5rem 1.3125rem 3.625rem;
}

.cta-contact__content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 1.5rem;
}

.cta-contact__message {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	gap: 1rem;
	justify-content: end;
	letter-spacing: 0em;
	line-height: 1.8;
}

.cta-contact__text {
	font-size: 0.875rem;
}

.cta-contact__note {
	font-size: 0.875rem;
}

.cta-contact__info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.cta-contact__phone a {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	font-family: "EB Garamond", serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}

.cta-contact__phoneHours {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
}

.cta-contact__description {
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: bold;
	gap: 0.5rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.cta-contact__button {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 3rem;
	position: relative;
	text-align: center;
}

.cta-contact__buttonText {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	font-family: "Noto Serif JP", serif;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}

.cta-contact__button a {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	color: #fff;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: bold;
	height: 4rem;
	letter-spacing: 0.05em;
	line-height: 4rem;
	max-width: 444px;
	position: relative;
	text-align: center;
	transition: all 0.25s cubic-bezier(0.4, 0.1, 0.3, 1), background 0.25s cubic-bezier(0.4, 0.1, 0.3, 1);
	width: 100%;
}

.cta-contact__button a::before {
	-webkit-mask-image: url(../images/common/arrow_back_ios_new.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	content: "";
	height: 1.125rem;
	mask-image: url(../images/common/arrow_back_ios_new.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.8rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.4s cubic-bezier(0.1, 0.2, 0.3, 1);
	width: 0.9375rem;
}

.cta-contact__button a:hover {
	background: #234769;
	color: #fff;
}

.cta-contact__button:hover a::before {
	transform: translateY(-50%) translateX(4px);
}

.footer {
	background-color: #070809;
}

.footer__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 100rem;
	padding: 3.625rem 2rem 3.3125rem;
}

.footer__container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.footer__content {
	width: 100%;
}

.footer__title {
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
}

.footer__logo img {
	color: #fff;
	width: 18.234375rem;
}

.footer__subtitle {
	color: #CFD4D9;
	font-family: "Noto Serif JP", serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.footer__address {
	color: #CFD4D9;
	display: flex;
	flex-direction: row;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 1.875rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 1.5rem;
}

.footer__tell {
	color: #CFD4D9;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.footer__hours {
	color: #CFD4D9;
	display: flex;
	flex-direction: row;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 1.4375rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.625rem;
}

.footer__hours-number {
	flex-shrink: 0;
}

.footer__sns {
	display: flex;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.footer__sns a:hover svg path {
	fill: #fff;
}

.footer__affiliation {
	margin-top: 1.1875rem;
}

.footer__affiliation img {
	height: 4rem;
	width: 13.2rem;
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 1.53125rem;
}

.footer__item {
	position: relative;
}

.footer__item a {
	align-items: center;
	color: #CFD4D9;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-left: 1.625rem;
	position: relative;
	width: 100%;
}

.footer__item a::before {
	background-image: url(../images/common/arrow_back_ios_new_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	width: 1.125rem;
}

.footer__item a:hover {
	color: #6C6C6C;
}

.footer__button {
	margin-top: 3rem;
	position: relative;
}

.footer__button a {
	align-items: center;
	border: 1px solid #CFD4D9;
	color: #CFD4D9;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: bold;
	height: 4.25rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 4.25rem;
	position: relative;
	text-align: center;
	transition: all 0.25s cubic-bezier(0.4, 0.1, 0.3, 1);
	width: 100%;
}

.footer__button a::after {
	-webkit-mask-image: url(../images/common/icon_window.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	content: "";
	height: 0.5625rem;
	margin-left: 0.125rem;
	mask-image: url(../images/common/icon_window.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: relative;
	width: 0.6875rem;
}

.footer__button a:hover {
	border: 1px solid #fff;
	color: #fff;
}

.footer__bottom {
	border-top: 1px solid #fff;
	padding: 1rem 2rem;
	text-align: center;
}

.footer__copyright {
	color: #CFD4D9;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
}

.full-width {
	display: block !important;
}

.full-width .smf-item__col--controls {
	width: 100%;
}

.hamburger {
	height: 100%;
	position: relative;
	width: 36px;
	z-index: 9999;
}

.hamburger span {
	background-color: #263238;
	border-radius: 2px;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
	width: 36px;
}

.hamburger span:nth-child(1) {
	top: calc(50% - 12px);
}

.hamburger span:nth-child(2) {
	opacity: 1;
}

.hamburger span:nth-child(3) {
	left: auto;
	right: 0;
	top: calc(50% + 12px);
	transform: translate(0, -50%);
	width: 20px;
}

.hamburger.is-active span:nth-child(1) {
	left: 0;
	top: calc(50% - 5px);
	transform: rotate(45deg);
}

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

.hamburger.is-active span:nth-child(3) {
	top: calc(50% - 5px);
	transform: rotate(-45deg);
	width: 36px;
}

.has-text-align-center {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.has-text-align-center a {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498D 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	position: relative;
}

.has-text-align-center a::after {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498D 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	bottom: 2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.header {
	background-color: #fff;
	height: 64px;
	padding: 0;
	position: sticky;
	top: 0;
	transition: padding 0.4s ease-in-out, box-shadow 0.4s;
	width: 100%;
	z-index: 9999;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 150rem;
	padding-left: 0.75rem;
	padding-right: 1.0625rem;
	position: relative;
	width: 100%;
	z-index: 9999;
}

.header__info {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 9999;
}

.header__logo {
	min-width: 200px;
	width: 11rem;
}

.header__logo img {
	height: auto;
	width: 100%;
}

.header__drawer {
	display: block;
}

.header__sp-nav {
	padding: 6.25rem 2rem 2rem 2rem;
}

.header__siteName {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	border: 1px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	color: #fff;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.4;
	padding: 0 0.3125rem 0 0.4375rem;
	text-align: center;
}

.header__links {
	display: none;
}

.header__siteLink a {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.header__siteLink a:hover {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
}

.header__siteLink span img {
	width: 1rem;
}

.header__menu {
	position: relative;
	z-index: 8888;
}

.header__pc-nav {
	display: none;
}

.home-topics {
	background-color: #F1F3F4;
	padding-bottom: 7.5rem;
	padding-top: 5.1rem;
}

.home-topics__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

.home-topics__container {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.topics__home-right {
	flex-grow: 1;
}

.inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 32px;
	padding-right: 32px;
}

.introduction {
	background: url(../images/bg_our_strengths_bottom_left.webp);
	background-color: #F1F3F4;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 160px;
	padding-top: 120px;
}

.introduction__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.introduction__heading {
	color: #070809;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	position: relative;
}

.introduction__heading::after {
	background-color: #070809;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
}

.introduction__container {
	display: flex;
	flex-direction: column;
	margin-top: 32px;
	row-gap: 80px;
}

.introduction__name-area {
	max-width: 149px;
	width: 100%;
}

.introduction__name-ja {
	color: #070809;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.introduction__name-en {
	color: #070809;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 8px;
}

.introduction__text {
	color: #070809;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.6;
}

.introduction__career,
.introduction__book {
	margin-top: 52px;
}

.introduction__title {
	color: #12758C;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.introduction__career-contents,
.introduction__book-contents {
	margin-top: 16px;
}

.introduction__career-content {
	flex-wrap: nowrap !important;
}

.introduction__career-content {
	display: flex;
	margin-bottom: 25px;
}

.introduction__career-year {
	max-width: 36px;
	width: 100%;
}

.introduction__career-text {
	margin-top: 8px;
}

.introduction__book-text:not(:first-child) {
	margin-top: 9px;
}

.issues-countermeasures {
	background: url(../images/common/top_bg_Challenges_and_Countermeasures.png), #F1F3F4;
	background-position: top -3px right;
	background-repeat: no-repeat;
	background-size: 80%;
}

.issues-countermeasures__inner {
	padding-bottom: 5rem;
	padding-top: 4rem;
}

.issues-countermeasures__contents {
	margin-top: 1.875rem;
}

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

.issues-countermeasures__content {
	background-color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid #070809;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.375rem 0 2.1875rem;
}

.issues-countermeasures__heading {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	align-items: center;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: bold;
	gap: 0.125rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.issues-countermeasures__heading::before {
	background: linear-gradient(to right, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	content: "";
	display: block;
	height: 0.0625rem;
	margin-right: 0.625rem;
	width: 1.5rem;
}

.issues-countermeasures__text {
	flex-grow: 1;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.issues-countermeasures__button {
	margin-top: 2.8125rem;
}

.our-strengths {
	background: url(../images/common/Ellipse-sp.png), #142335;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
}

.our-strengths__inner {
	padding-bottom: 5rem;
	padding-top: 4rem;
}

.our-strengths__container {
	display: flex;
	flex-direction: column;
	gap: 1.8125rem;
}

.our-strengths__info {
	width: 100%;
}

.our-strengths__image {
	margin-right: -1.25rem;
	margin-top: 0.25rem;
	text-align: right;
}

.our-strengths__image img {
	display: inline-block;
	height: auto;
	width: 8.75rem;
}

.our-strengths__list {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.our-strengths__item {
	border-left: 1px solid #fff;
	padding-left: 1.5rem;
}

.our-strengths__content {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.our-strengths__heading {
	align-items: start;
	display: flex;
	flex-direction: row;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	gap: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.our-strengths__number {
	font-family: "EB Garamond", serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 0.9;
}

.our-strengths__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
}

.our-strengths__content-image img {
	height: auto;
	width: 10.1875rem;
}

.our-strengths__button {
	margin-top: 2.8125rem;
}

.page-contact__header {
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 2.5rem;
	text-align: center;
}

.page-mv {
	background-color: #142335;
	background-image: url(../images/common/page_mv_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.page-mv__inner {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	margin: 0 auto;
	padding: 4rem 1.5rem 7.7rem;
}

.page-mv__title {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.page-mv__entitle {
	color: #fff;
	font-family: "EB Garamond", serif;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.1;
	margin-top: 8px;
	text-transform: capitalize;
}

.page-mv__message {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.6;
	margin-top: 16px;
}

.pagination {
	display: flex;
	flex-direction: column;
	gap: 1.65rem;
}

.pagination__prev,
.pagination__next {
	flex: 1;
}

.pagination__prev {
	-moz-text-align-last: left;
	text-align-last: left;
}

.pagination__next {
	text-align: right;
}

.pagination__center {
	flex: 0.5;
	text-align: center;
}

.pagination__center a {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.pagination__center .pagination__label {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.75rem;
}

.pagination__prev .pagination__label,
.pagination__next .pagination__label {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.pagination__title {
	align-items: end;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.5rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.pagination__prev .pagination__title {
	justify-content: start;
	margin-top: 0.3125rem;
	padding-left: 2.7rem;
	position: relative;
}

.pagination__prev .pagination__title::before {
	background-image: url(../images/common/pagination-prev.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.625rem;
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	width: 2rem;
}

.pagination__next .pagination__title {
	justify-content: end;
	margin-top: 0.3125rem;
	padding-right: 2.7rem;
	position: relative;
}

.pagination__next .pagination__title::after {
	background-image: url(../images/common/pagination-next.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.5625rem;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0;
	width: 2rem;
}

.pagination__icon {
	background-image: url(../images/common/single_dot.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 1.25rem;
	width: 1.875rem;
}

.pc-nav__item:hover a,
.pc-nav__item.current a {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(74deg, #1A3062 10.06%, #1C376D 24.72%, #23498B 50.58%, #27549D 63.52%, #265A9D 73%, #236A9F 85.93%, #1F7EA0 96.28%);
	background-clip: text;
}

.privacy-policy {
	padding-bottom: 120px;
	padding-top: 80px;
}

.privacy-policy__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.privacy-policy__container {
	-o-border-image: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	border-image: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	border-image-slice: 1;
	border-top: 3px solid;
	padding-top: 3rem;
}

.privacy-policy__text {
	color: #070809;
	font-size: 14px;
	line-height: 1.8;
}

.privacy-policy__text span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(74deg, #1A3062 10.06%, #1C376D 24.72%, #23498B 50.58%, #27549D 63.52%, #265A9D 73%, #236A9F 85.93%, #1F7EA0 96.28%);
	background-clip: text;
	font-weight: 700;
}

.questions-content__contents {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-top: 4rem;
}

.questions-content__category-title {
	color: #212529;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.questions-content__list {
	margin-top: 1.5rem;
}

.questions-nav__list {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

.questions-nav__item {
	position: relative;
}

.questions-nav__item a {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.4;
	padding-left: 2.1rem;
	position: relative;
	width: 100%;
}

.questions-nav__item a::before {
	background-image: url(../images/common/arrow_back_ios_new.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.875rem;
	left: 0.6rem;
	position: absolute;
	transform: rotate(90deg);
	width: 0.5rem;
}

.questions {
	background: url(../images/common/Container_sp.png), #142335;
	background-position: bottom -75px right;
	background-repeat: no-repeat;
	background-size: 200%;
	color: #fff;
}

.questions__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding-bottom: 5.125rem;
	padding-top: 4rem;
}

.questions__button {
	margin-top: 4rem;
}

.section-header__title,
.section-header__title--contact,
.section-header__title--white {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.section-header__title--white {
	color: #fff;
}

.section-header__title--contact {
	font-size: 0.875rem;
	text-align: center;
}

.section-header__entitle,
.section-header__entitle--contact,
.section-header__entitle--white {
	font-family: "EB Garamond", serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0.25rem;
}

.section-header__entitle--white {
	color: #fff;
}

.section-header__entitle--contact {
	margin-top: 0;
	text-align: center;
}

.section-header__subTitle {
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.section-header__description {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.services {
	background: url(../images/common/top_bg_Services_sp.png), #142335;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
}

.services__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding-bottom: 5rem;
	padding-top: 4rem;
}

.services__info {
	width: 100%;
}

.services__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.services__card {
	background-color: #1D3646;
	background-image: radial-gradient(circle at top left, rgba(69, 119, 136, 0.2) 57%, rgba(41, 131, 170, 0.8) 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 1px solid #fff;
	box-shadow: 4px 4px 48px rgba(9, 43, 54, 0.85);
	padding: 2rem 1.1875rem 1.875rem;
}

.services__heading {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.services__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
	margin-top: 1rem;
}

.services__details {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	margin-top: 2rem;
}

.services__detail-item {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
	padding-left: 1.25rem;
	position: relative;
}

.services__detail-item::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	height: 0.25rem;
	left: 0;
	margin-right: 0.5rem;
	position: absolute;
	top: 0.75rem;
	width: 0.25rem;
}

.services__button {
	margin-top: 3rem;
}

.single-topics {
	background-color: #F1F3F4;
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.single-topics__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 880px;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

.single-topics__header {
	margin-bottom: 1.6rem;
}

.single-topics__title {
	-moz-text-align-last: left;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 1.5rem;
	padding-bottom: 0.85rem;
	position: relative;
	text-align-last: left;
}

.single-topics__title::after {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.single-topics__date {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
	text-align: right;
}

.single-topics__content {
	min-height: 200px;
}

.single-topics__content h3 {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498D 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 1.5rem 0 1rem;
	padding-left: 0.75rem;
	position: relative;
}

.single-topics__content h3::after {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 2px;
}

.single-topics__content h4 {
	font-size: 1.1875rem;
	line-height: 1.35;
	margin: 1.5rem 0 0.5rem;
}

.single-topics__content p,
.single-topics__content ul,
.single-topics__content img {
	margin-bottom: 1.5rem;
}

.single-topics__content .wp-block-column-is-layout-flow p {
	margin-bottom: 0;
}

.single-topics__content p {
	line-height: 1.8;
}

.single-topics__content ul {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.single-topics__content li {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	line-height: 1.65;
	padding-left: 0.625rem;
}

.single-topics__content li::before {
	color: #070809;
	content: "•";
	font-size: 1.125rem;
}

.single-topics__content .wp-block-columns {
	gap: 4.625rem;
	margin-bottom: 0;
	margin-top: 2.85rem;
}

.single-topics__content .wp-block-columns-is-layout-flex img {
	-o-object-fit: cover;
	aspect-ratio: 400/266.67;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-topics__content a {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
	padding-left: 1.625rem;
	position: relative;
}

.single-topics__content a::before {
	background-image: url(../images/common/single-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.8rem;
	left: 0.3125rem;
	position: absolute;
	width: 0.8rem;
}

.single-topics__content a.wp-block-button__link::before {
	display: none;
}

.single-topics__content .wp-block-button__link {
	background-color: transparent;
	background-color: initial;
	border: 1px solid #070809;
	border-radius: 0;
	color: #070809;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.4;
	max-width: 25rem;
	padding: 0.45rem 1rem;
	position: relative;
	text-align: center;
	transition: all 0.25s cubic-bezier(0.4, 0.1, 0.3, 1);
	width: 100%;
}

.single-topics__content .wp-block-button__link::after {
	-webkit-mask-image: url(../images/common/arrow_back_ios_new.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #070809;
	content: "";
	height: 1.125rem;
	mask-image: url(../images/common/arrow_back_ios_new.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.4s cubic-bezier(0.1, 0.2, 0.3, 1);
	width: 0.9375rem;
}

.single-topics__content:hover .wp-block-button__link::after {
	transform: translateY(-50%) translateX(4px);
}

.single-topics__content .wp-block-buttons-is-layout-flex {
	display: block;
}

.single-topics__content .wp-block-buttons > .wp-block-button {
	display: block;
}

.single-topics__pagination {
	margin-top: 1.5rem;
}

.smf-action {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
	text-align: center;
}

.smf-action .smf-button-control {
	max-width: 25rem;
	width: 100%;
}

.smf-action .smf-button-control__control {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	border-radius: 6.25rem;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	padding: 1.25rem 2.083125rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.smf-action .smf-button-control__control::before {
	-webkit-mask-image: url(../images/common/arrow_back_ios_new.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	content: "";
	height: 1.125rem;
	mask-image: url(../images/common/arrow_back_ios_new.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.4s cubic-bezier(0.1, 0.2, 0.3, 1);
	width: 0.9375rem;
}

.smf-action .smf-button-control__control:hover::before {
	transform: translateY(-50%) translateX(4px);
}

/* 送信ボタン */

.smf-action .smf-button-control__control[data-action=complete] {
	margin-left: 0;
	margin-left: initial;
	width: 17.5rem;
}

/* 戻るボタン */

.smf-action .smf-button-control__control[data-action=back] {
	background: #586B71;
	margin-right: 0;
	margin-right: initial;
	width: 17.5rem;
}

.smf-action .smf-button-control__control[data-action=back]::before {
	width: 0;
}

.smf-action .smf-button-control__control[data-action=back]::after {
	-webkit-mask-image: url(../images/common/arrow_back_ios_new.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	content: "";
	height: 1.125rem;
	left: 1.0625rem;
	mask-image: url(../images/common/arrow_back_ios_new.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(-1);
	transition: transform 0.4s cubic-bezier(0.1, 0.2, 0.3, 1);
	width: 0.9375rem;
}

.smf-action .smf-button-control + .smf-button-control {
	margin-left: 2rem;
}

.smf-complete-content {
	text-align: center;
}

.smf-complete-content p {
	font-size: 0.9375rem;
	letter-spacing: 0.067em;
	line-height: 2.1;
}

.smf-form {
	background-color: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
	margin: 3rem auto 10rem;
	max-width: 58rem;
	padding: 2.5rem 0.9375rem;
	position: relative;
	width: 100%;
}

.smf-form::before {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	border-radius: 8px;
	content: "";
	height: 4px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 4rem;
	width: 80.61%;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
	background-color: #F7F8F8;
	border: 1px solid #586B71;
	border-radius: 0;
	padding: 0.87rem 1.25rem;
	width: 100%;
}

.smf-form .smf-textarea-control__control {
	height: 21.5625rem;
}

.smf-form .smf-text-control__control::-moz-placeholder {
	color: #8C9FA4;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.smf-form .smf-text-control__control::placeholder {
	color: #8C9FA4;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.smf-form .smf-item {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.smf-form .smf-item:first-of-type {
	align-items: start;
}

.smf-form .smf-item:nth-last-of-type(3) {
	align-items: start;
}

/* デフォルトのラジオボタンを非表示 */

.smf-form .smf-item .smf-radio-button-control__control {
	display: none;
}

/* カスタムのラジオボタンデザイン（ラベルを基点にする） */

.smf-form .smf-item .smf-radio-button-control__label {
	align-items: center;
	cursor: pointer;
	display: flex;
	padding-left: 2.375rem;
	position: relative;
}

/* 未選択時の外枠（ラジオボタン） */

.smf-form .smf-item .smf-radio-button-control__label::before {
	background: radial-gradient(circle, #ffffff 30%, #d1d1d1 70%);
	border: 1px solid #aaa;
	border-radius: 50%;
	content: "";
	display: block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease;
	width: 24px;
}

/* チェック時のボタンデザイン（背景変更） */

.smf-form .smf-item .smf-radio-button-control__control:checked + .smf-radio-button-control__label::after {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	border-radius: 50%;
	content: "";
	height: 24px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1);
	transition: all 0.4s ease;
	width: 24px;
}

/* 未選択時のボタン（非表示） */

.smf-form .smf-item .smf-radio-button-control__control:not(:checked) + .smf-radio-button-control__label::after {
	opacity: 0;
	transform: translateY(-50%) scale(0);
}

.smf-form .smf-item .smf-radio-buttons-control__control .smf-label:not(:first-child) {
	margin-top: 1.5rem;
}

.smf-item {
	margin-top: 2.45rem;
}

.smf-item:first-child {
	margin-top: 3.2rem;
}

.smf-item:nth-child(2) {
	margin-top: 5.05rem;
}

.smf-item.full-width {
	margin-top: 5rem;
}

.smf-item__label__text {
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.smf-item__label__text em {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	border-radius: 0.125rem;
	color: #fff;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 0.75rem;
	padding: 0.25rem 0.75rem;
}

.smf-item__col--controls {
	width: 100%;
}

.smf-form .smf-item.has-text-align-center {
	display: block;
}

.smf-progress-tracker {
	display: flex;
	flex-wrap: nowrap;
	margin: 3rem auto 0;
	margin-top: 3rem;
	width: 100%;
}

.smf-progress-tracker__item {
	align-items: center;
	align-items: center;
	display: flex;
	display: flex;
	flex: 1 1 auto;
	flex: 1 1 auto;
	flex-direction: column;
	flex-direction: column;
	margin: 0;
	margin: 0;
	position: relative;
	position: relative;
	width: 33.33333%;
	width: 33.33333%;
}

.smf-progress-tracker__item__number {
	background-color: #B4C0C5;
	font-size: 0;
	height: 14px;
	width: 14px;
}

.smf-progress-tracker::before,
.smf-progress-tracker::after {
	background-color: #666;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 17px;
}

.smf-progress-tracker::before {
	left: 0;
	right: 50%;
}

.smf-progress-tracker::after {
	left: 50%;
	right: 0;
}

.smf-progress-tracker--input .smf-progress-tracker::before {
	display: none;
}

.smf-progress-tracker--complete .smf-progress-tracker::after {
	display: none;
}

.smf-progress-tracker__item__text {
	color: #8C9FA4;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.5rem;
}

[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number,
[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number {
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	font-weight: bold;
}

[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text,
[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text {
	color: #070809;
	font-weight: bold;
}

.smf-progress-tracker__item:after,
.smf-progress-tracker__item:before {
	background-color: #D7DEE0;
	height: 4px;
	top: 5px;
}

.sp-nav-button {
	position: relative;
}

.sp-nav-button a {
	border: 1px solid #070809;
	box-shadow: 0px 2px 16px rgba(7, 8, 9, 0.2);
	color: #070809;
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	height: 4.25rem;
	letter-spacing: 0.05em;
	line-height: 4.25rem;
	position: relative;
	text-align: center;
	transition: all 0.25s cubic-bezier(0.4, 0.1, 0.3, 1);
}

.sp-nav-button a::before {
	background-image: url(../images/common/arrow_back_ios_new.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.4s cubic-bezier(0.1, 0.2, 0.3, 1);
	width: 0.9375rem;
}

.sp-nav-button:hover a {
	background: var(--color-primary);
	color: #070809;
}

.sp-nav-button:hover a::before {
	transform: translateY(-50%) translateX(4px);
}

.sp-nav {
	background: linear-gradient(120deg, #F1F8FE 0%, #C1D7EF 100%);
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
	visibility: hidden;
	width: 100%;
	z-index: 7777;
}

.sp-nav.is-active {
	opacity: 1;
	visibility: visible;
}

.sp-nav__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.sp-nav__item a {
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.015em;
}

.sp-nav__item {
	overflow: hidden;
}

.sp-nav__item.sp-nav-button {
	overflow: visible;
	overflow: initial;
}

.js-sp-fadeUp {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.sp-nav.is-active .js-sp-fadeUp {
	opacity: 1;
	transform: translateY(0%);
}

.sp-nav__sns {
	display: flex;
	gap: 1rem;
	justify-content: end;
	margin-top: 1.625rem;
}

.sub-basics-box1 {
	flex-basis: auto !important;
}

.sub-basics-box1 {
	background-color: #fff;
	border: 1px solid #B4C0C5;
	height: 22.5rem;
	max-width: 30rem;
	padding: 15px 16px 24px 26px;
	text-align: center;
	width: 100%;
}

.sub-basics-box1__title {
	color: #181716;
	font-family: "Noto Sans JP", serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.8;
}

.sub-basics-box1__list {
	margin-top: 19px;
}

.sub-basics-box1__item {
	background-color: #12758C;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	padding: 4px 8px 6px;
	width: 100%;
}

.sub-basics-box1__item:not(:first-child) {
	margin-top: 10px;
}

.sub-basics-box1__text {
	color: #185E72;
	font-family: "Noto Serif JP", serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 10px;
}

.sub-basics-box1__text.sub-basics-box1__text--medium {
	font-size: 12px;
	margin-top: 10px;
}

.sub-basics-box1__text.sub-basics-box1__text--large {
	font-size: 14px;
	margin-top: 27px;
	position: relative;
}

.sub-basics-box1__text.sub-basics-box1__text--large::before {
	background-image: url(../images/arrow-bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: -22px;
	transform: translateX(-50%);
	width: 5.3px;
}

.sub-basics-box2 {
	background-color: #fff;
	border: 1px solid #B4C0C5;
	flex-shrink: 0;
	height: 22.5rem;
	max-width: 30rem;
	padding: 18px 26px 33px;
	text-align: center;
	width: 100%;
}

.sub-basics-box2__title {
	color: #181716;
	font-family: "Noto Sans JP", serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.8;
}

.sub-basics-box2__list {
	margin-top: 29px;
}

.sub-basics-box2__item {
	background-color: #12758C;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	padding: 4px 8px 6px;
	width: 100%;
}

.sub-basics-box2__item:not(:first-child) {
	margin-top: 10px;
}

.sub-basics-box2__text {
	color: #185E72;
	font-family: "Noto Serif JP", serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 18px;
}

.sub-basics-box2__text.sub-basics-box2__text--large {
	font-size: 14px;
	margin-top: 28px;
	position: relative;
}

.sub-basics-box2__text.sub-basics-box2__text--large::before {
	background-image: url(../images/arrow-bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: -22px;
	transform: translateX(-50%);
	width: 5.3px;
}

.sub-basics-box3 {
	background-color: #fff;
	border: 1px solid #B4C0C5;
	flex-shrink: 0;
	height: 22.5rem;
	max-width: 30rem;
	padding: 43px 12px 26px;
	text-align: center;
	width: 100%;
}

.sub-basics-box3__container {
	flex-wrap: nowrap !important;
}

.sub-basics-box3__container {
	-moz-column-gap: 8px;
	column-gap: 8px;
	display: flex;
}

.sub-basics-box3__title {
	color: #181716;
	font-family: "Noto Sans JP", serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.8;
}

.sub-basics-box3__item {
	background-color: #12758C;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 13px;
	padding: 2.6px 5.2px 3.9px;
	text-align: center;
	width: 100%;
}

.sub-basics-box3__item span {
	letter-spacing: -0.2em;
}

.sub-basics-box3__text {
	color: #185E72;
	font-family: "Noto Serif JP", serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 19px;
}

.sub-basics-box3__text.sub-basics-box3__text--large {
	font-size: 14px;
	margin-top: 27px;
	position: relative;
}

.sub-basics-box3__text.sub-basics-box3__text--large::before {
	background-image: url(../images/arrow-bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: -22px;
	transform: translateX(-50%);
	width: 5.3px;
}

.sub-basics-box4 {
	background-color: #fff;
	border: 1px solid #B4C0C5;
	flex-shrink: 0;
	height: 22.5rem;
	max-width: 30rem;
	padding: 43px 21px 62px;
	text-align: center;
	width: 100%;
}

.sub-basics-box4__title {
	color: #181716;
	font-family: "Noto Sans JP", serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.8;
}

.sub-basics-box4__item {
	background-color: #12758C;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	max-width: 400px;
	padding: 3px 5px 4px;
	width: 100%;
}

.sub-basics-box4__text {
	color: #185E72;
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 44px;
	position: relative;
}

.sub-basics-box4__text::before {
	background-image: url(../images/arrow-bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: -30px;
	transform: translateX(-50%);
	width: 5.3px;
}

.sub-basics {
	background: url(../images/bg_basics_top.webp);
	background-color: #F1F3F4;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 160px;
	padding-top: 120px;
}

.sub-basics__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.sub-basics__introduction {
	color: #070809;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}

.sub-basics__contents {
	margin-top: 48px;
}

.sub-basics__content {
	align-items: center !important;
}

.sub-basics__content {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.sub-basics__content:not(:first-child) {
	margin-top: 61px;
}

.sub-basics__point {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(74deg, #1A3062 10.06%, #1C376D 24.72%, #23498B 50.58%, #27549D 63.52%, #265A9D 73%, #236A9F 85.93%, #1F7EA0 96.28%);
	background-clip: text;
	display: inline-block;
	font-family: "EB Garamond", serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: capitalize;
}

.sub-basics__heading {
	color: #070809;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.sub-basics__text {
	flex-basis: auto !important;
}

.sub-basics__text {
	color: #181716;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 12px;
}

.sub-issues-countermeasures {
	background-color: #F1F3F4;
	background-image: url(../images/bg_issues-countermeasures_sp.webp);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 145%;
	padding-bottom: 160px;
	padding-top: 120px;
}

.sub-issues-countermeasures__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.sub-issues-countermeasures__introduction {
	color: #070809;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	padding-right: 40px;
}

.sub-issues-countermeasures__container {
	margin-top: 80px;
}

.sub-issues-countermeasures__content:not(:first-child) {
	margin-top: 56px;
}

.sub-issues-countermeasures__heading {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	border-left: 2px solid #070809;
	border-radius: 1px;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-left: 16px;
}

.sub-issues-countermeasures__text {
	color: #181716;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 14px;
	padding-right: 24px;
}

.sub-issues-countermeasures__title {
	color: #070809;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 25px;
}

.sub-issues-countermeasures__list {
	margin-top: 12px;
}

.sub-issues-countermeasures__item {
	color: #070809;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 28px;
	position: relative;
}

.sub-issues-countermeasures__item:not(:first-child) {
	margin-top: 8px;
}

.sub-issues-countermeasures__item::before {
	background-image: url(../images/item-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.sub-our-strengths {
	background: url(../images/bg_our_strengths_top_right.webp);
	background-color: #F1F3F4;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 50%;
	padding-top: 120px;
}

.sub-our-strengths__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.sub-our-strengths__introduction-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
}

.sub-our-strengths__contents {
	margin-top: 80px;
}

.sub-our-strengths__content {
	border-left: 1px solid #070809;
	padding-left: 24px;
	width: 100%;
}

.sub-our-strengths__content:not(:first-child) {
	margin-top: 64px;
}

.sub-our-strengths__heading {
	-moz-column-gap: 16px;
	align-items: center;
	column-gap: 16px;
	display: flex;
	flex-direction: row;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.sub-our-strengths__heading span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	font-family: "EB Garamond", serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 0.9;
}

.sub-our-strengths__text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
	margin-top: 17px;
}

.sub-our-strengths__content-image {
	margin-top: 20px;
	max-width: 162px;
	width: 100%;
}

.sub-our-strengths__content-image img {
	-o-object-fit: cover;
	aspect-ratio: 156/40;
	height: auto;
	object-fit: cover;
}

.sub-services {
	background: url(../images/bg_services.webp);
	background-color: #F1F3F4;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 160px;
	padding-top: 120px;
}

.sub-services__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.sub-services__button-area {
	flex-wrap: nowrap !important;
}

.sub-services__button-area {
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: flex;
}

.sub-services__button {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #070809;
	color: #070809;
	display: flex;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4;
	max-width: 100%;
	padding: 6px 8px;
	row-gap: 8px;
	transition: opacity 0.3s;
	width: 100%;
}

.sub-services__button span {
	background-image: url(../images/arrow_back_icon.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 24px;
	width: 24px;
}

.sub-services__heading2 {
	background: linear-gradient(90deg, #264B5C 0%, #306F8B 100%);
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 4px 16px 6px;
}

.sub-services__heading3 {
	border: 1px solid #070809;
	color: #070809;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 3px 24px;
	width: -moz-fit-content;
	width: fit-content;
}

.sub-services__heading4 {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	border-left: 3px solid #070809;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-left: 16px;
}

.sub-services__individual {
	margin-top: 64px;
}

.sub-services__corporate {
	margin-top: 80px;
}

.sub-services__content {
	margin-top: 33px;
}

.sub-services__text {
	color: #070809;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 32px;
}

.sub-services__service-content {
	margin-top: 40px;
}

.sub-services__service-flow {
	margin-top: 32px;
}

.sub-services__list {
	margin-top: 13px;
}

.sub-services__item {
	color: #070809;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 28px;
	position: relative;
}

.sub-services__item:not(:first-child) {
	margin-top: 8px;
}

.sub-services__item::before {
	background-image: url(../images/item-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 24px;
}

.sub-services__flow-content {
	display: flex;
	flex-direction: column;
	margin-top: 34px;
	row-gap: 0;
}

.sub-services__flow-heading {
	border-left: 1px solid #194F60;
	max-width: 240px;
	padding-left: 24px;
	width: 100%;
}

.sub-services__step {
	color: #194F60;
	font-family: "EB Garamond", serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: capitalize;
}

.sub-services__flow-title {
	color: #070809;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 8px;
}

.sub-services__flow-text {
	color: #070809;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 24px;
}

.sub-services__flow-list {
	border-left: 1px solid #194F60;
	padding-top: 12px;
}

.sub-services__flow-item {
	color: #070809;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 52px;
	position: relative;
}

.sub-services__flow-item:not(:first-child) {
	margin-top: 8px;
}

.sub-services__flow-item::before {
	background-image: url(../images/item-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	left: 24px;
	position: absolute;
	top: 1px;
	width: 24px;
}

.thanks-message {
	margin-bottom: 2.5rem;
	margin-top: 3.75rem;
}

.top-accordion__list {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.top-accordion__item {
	background-color: rgba(26, 59, 76, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.top-mv {
	background: url(../images/common/top_bg_mv.png), linear-gradient(-45deg, #F1F8FE 0%, #C1D7EF 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-mv__inner {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 2.5rem 0.9375rem 2.0625rem 1.5rem;
}

.top-mv__message {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 1rem;
}

.top-mv__title {
	font-family: "EB Garamond", serif;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.1;
}

.top-mv__br {
	display: block;
}

.top-mv__subtitle {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.top-mv__description {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.6;
	padding-right: 0.0625rem;
}

.top-mv__image {
	margin-top: -1.25rem;
	padding-right: 0.5rem;
	text-align: right;
}

.top-mv__image img {
	display: inline-block;
	height: auto;
	width: 15rem;
}

.topics {
	background-image: url(../images/common/top_bg_Topics_sp.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.topics__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-bottom: 5rem;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 4rem;
}

.topics__container {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	margin-top: 2rem;
}

.topics__tab-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.topics__tab-list--home {
	flex-direction: column;
	gap: 0.35rem;
	width: 92%;
}

.topics__tab-item {
	border-bottom: 1px solid #B1B1B1;
	color: #6D6D6D;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 1.8;
	padding: 0.1875rem 0;
}

.topics__tab-item--home {
	font-size: 1rem;
	padding: 0.8rem 0;
}

.topics__tab-item.current {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	position: relative;
}

.topics__tab-item.current::after {
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.topics__contents--home {
	margin-top: 3.75rem;
}

.topics__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.topics__item {
	border-bottom: 1px solid #B1B1B1;
	padding-bottom: 0.875rem;
}

.topics__content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.topics__meta {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
}

.topics__date {
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 1.8;
}

.topics__label {
	border: 1px solid #6D6D6D;
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 1.6;
	padding: 0.125rem 0.25rem 0.0625rem;
}

.topics__text {
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 1.8;
}

.topics__x {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	margin-top: 3rem;
}

.topics__x--home {
	margin-top: 3.25rem;
}

.topics__x-icon {
	height: auto;
	width: 1.955625rem;
}

.topics__x-text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.topics__button {
	margin-top: 3rem;
}

.name-input .smf-item__col .smf-item__controls {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
}

.name-input .smf-item__col .smf-item__controls .smf-placeholder {
	width: 100%;
}

@media (any-hover: hover) {

.sub-services__button:hover {
	opacity: 0.7;
}

}

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

.introduction__heading::after {
	width: 40%;
}

}

@media (min-width: 768px) {

.sub-basics-box1 {
	flex-shrink: 0;
	height: 360px;
	max-width: 480px;
	padding: 24px 25px 36px;
}

.sub-basics-box1__title {
	font-size: 16px;
}

.sub-basics-box1__list {
	margin-top: 29px;
}

.sub-basics-box1__item {
	font-size: 16px;
	max-width: 400px;
}

.sub-basics-box1__item:not(:first-child) {
	margin-top: 16px;
}

.sub-basics-box1__text {
	font-size: 16px;
	margin-top: 18px;
}

.sub-basics-box1__text.sub-basics-box1__text--medium {
	font-size: 19px;
	margin-top: 15px;
}

.sub-basics-box1__text.sub-basics-box1__text--large {
	font-size: 22px;
	margin-top: 43px;
}

.sub-basics-box1__text.sub-basics-box1__text--large::before {
	height: 30px;
	top: -37px;
	width: 9px;
}

.sub-basics-box2 {
	flex-basis: auto !important;
}

.sub-basics-box2 {
	height: 360px;
	max-width: 480px;
	padding: 28px 40px 36px;
}

.sub-basics-box2__title {
	font-size: 16px;
}

.sub-basics-box2__list {
	margin-top: 46px;
}

.sub-basics-box2__item {
	font-size: 16px;
	max-width: 400px;
}

.sub-basics-box2__item:not(:first-child) {
	margin-top: 16px;
}

.sub-basics-box2__text {
	font-size: 16px;
	margin-top: 30px;
}

.sub-basics-box2__text.sub-basics-box2__text--large {
	font-size: 22px;
	margin-top: 44px;
}

.sub-basics-box2__text.sub-basics-box2__text--large::before {
	height: 30px;
	top: -37px;
	width: 9px;
}

.sub-basics-box3 {
	flex-basis: auto !important;
}

.sub-basics-box3 {
	height: 360px;
	max-width: 480px;
	padding: 66px 19px 40px;
}

.sub-basics-box3__container {
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.sub-basics-box3__title {
	font-size: 16px;
}

.sub-basics-box3__item {
	font-size: 16px;
	margin-top: 20px;
	max-width: 215px;
	padding: 4px 7px 6px;
}

.sub-basics-box3__text {
	font-size: 16px;
	margin-top: 30px;
}

.sub-basics-box3__text.sub-basics-box3__text--large {
	font-size: 22px;
	margin-top: 44px;
}

.sub-basics-box3__text.sub-basics-box3__text--large::before {
	height: 30px;
	top: -37px;
	width: 9px;
}

.sub-basics-box4 {
	flex-basis: auto !important;
}

.sub-basics-box4 {
	height: 360px;
	max-width: 480px;
	padding: 66px 29px 93px;
}

.sub-basics-box4__title {
	font-size: 16px;
}

.sub-basics-box4__item {
	font-size: 16px;
	margin-top: 24px;
	max-width: 345px;
	padding: 4px 8px 6px;
}

.sub-basics-box4__text {
	font-size: 19px;
	margin-top: 67px;
}

.sub-basics-box4__text::before {
	height: 30px;
	top: -43px;
	width: 9px;
}

.sub-basics__contents {
	margin-top: 82px;
}

.sub-basics__content {
	align-items: start !important;
	flex-wrap: nowrap !important;
}

.sub-basics__content {
	-moz-column-gap: 32px;
	column-gap: 32px;
	flex-direction: row;
}

.sub-basics__content:not(:first-child) {
	margin-top: 82px;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.25vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.accordion-answer {
	align-items: start;
	gap: 1.4rem;
	padding: 1.6rem 3.9rem 2rem 3.2rem;
}

.accordion-answer__label {
	font-size: 2.1rem;
}

.accordion-answer__text p {
	line-height: 1.84;
}

.accordion-answer__text p + ol {
	margin-top: 2.85rem;
}

.accordion-answer__text ol {
	padding-left: 1.5rem;
}

.accordion-answer__text ol li {
	line-height: 1.8;
}

.accordion-answer__text ol li > ul {
	margin-top: 0.25rem;
}

.accordion-answer__text ol + p {
	margin-top: 2.5rem;
}

.accordion-question {
	align-items: center;
	gap: 1.4rem;
	padding: 1.6rem 3.9rem 2rem 3.2rem;
}

.accordion-question__mark {
	height: 2rem;
	width: 2rem;
}

.accordion-question__mark.subtract {
	margin-top: 1.2rem;
}

.accordion-question__label {
	font-size: 2.1rem;
}

.accordion-question__text {
	font-size: 1.523rem;
	line-height: 1;
}

.archive-accordion__list {
	gap: 2rem;
}

.archive-accordion__question {
	align-items: center;
	gap: 1.4rem;
	padding: 1.6rem 4rem 1.5rem 3.2rem;
}

.archive-accordion__answer {
	gap: 1.4rem;
	padding: 0 4.1rem 2.6rem 3.2rem;
}

.archive-accordion__question-mark {
	height: 1.65rem;
	width: 1.65rem;
}

.archive-accordion__question-mark.add {
	margin-top: 0;
}

.archive-accordion__question-mark.subtract {
	margin-top: 1.5rem;
}

.archive-accordion__question-label,
.archive-accordion__answer-label {
	font-size: 2.1rem;
}

.archive-accordion__question-text {
	font-size: 1.523rem;
	line-height: 1;
}

.archive-accordion__answer-text {
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	line-height: 1.75;
}

.archive-accordion__answer-text p {
	line-height: 1.84;
}

.archive-accordion__answer-text p + ol {
	margin-top: 2.85rem;
}

.archive-accordion__answer-text ol {
	padding-left: 1.5rem;
}

.archive-accordion__answer-text ol li {
	line-height: 1.8;
}

.archive-accordion__answer-text ol li > ul {
	margin-top: 0.25rem;
}

.archive-accordion__answer-text ol + p {
	margin-top: 2.5rem;
}

.archive-questions {
	background-size: 150%;
	padding-top: 6.7rem;
}

.archive-questions__inner {
	max-width: 100%;
	padding-left: 4rem;
	padding-right: 4rem;
}

.basics {
	background-image: url(../images/common/top_bg_Crypto_Asset_Inheritance_Basics.png);
	background-size: cover;
}

.basics__inner {
	padding-bottom: 13.4rem;
	padding-top: 13.6rem;
}

.basics__info {
	align-items: start;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.basics__image {
	margin-top: -8.2rem;
}

.basics__image img {
	width: 20.8rem;
}

.basics__contents {
	margin-top: -1.5rem;
}

.basics__list {
	align-items: start;
	gap: 1.9rem;
	grid-template-columns: repeat(4, 1fr);
}

.basics__item:not(:first-child) {
	height: 67.4185463659%;
}

.basics__content {
	height: 100%;
	padding: 2.5rem 1.48rem 3.7rem;
}

.basics__point {
	font-size: 1.52rem;
}

.basics__heading,
.basics__heading--column {
	font-size: 1.68rem;
	height: 4.8rem;
	margin-top: 0.4rem;
}

.basics__heading--column {
	letter-spacing: 0.042em;
	margin-top: 1.05rem;
}

.basics__text,
.basics__text--column {
	font-size: 1.335rem;
	line-height: 1.633;
}

.basics__text--column {
	font-size: 1.16rem;
	line-height: 1.78;
	margin-top: 1.3rem;
}

.basics__column {
	margin-top: 3.8rem;
}

.basics__columnBox {
	flex-direction: row;
	gap: 3.2rem;
	padding: 2.6rem 3.9rem;
}

.basics__columnTag {
	font-size: 1.4rem;
	padding: 0.25rem 1.85rem;
}

.basics__columnImage {
	flex-shrink: 0;
	width: 26.5rem;
}

.basics__button {
	margin-top: 6.5rem;
}

.common-button a {
	font-size: 1.5rem;
}

.common-button a::before {
	height: 1.6rem;
	right: 2rem;
	width: 1rem;
}

.common-button--questions a::before {
	right: 3.8rem;
}

.contact-button a {
	font-size: 0.875rem;
	letter-spacing: 0.19em;
	padding: 0.75rem 2.625rem;
}

.cta-contact__inner {
	padding: 10rem 4rem;
}

.cta-contact__container {
	border: 1.1rem solid rgba(89, 161, 203, 0.14);
	padding: 4.3rem 5.6rem;
}

.cta-contact__content {
	flex-direction: row;
	gap: 4.5rem;
	margin-top: 2.9rem;
	width: 100%;
}

.cta-contact__message {
	gap: 1.4rem;
	width: 50%;
}

.cta-contact__text {
	font-size: 1.34rem;
	margin-top: 1.8rem;
}

.cta-contact__note {
	font-size: 1.15rem;
	letter-spacing: 0.01em;
	padding-right: 0.5rem;
}

.cta-contact__info {
	gap: 1.4rem;
	padding-left: 0.375rem;
	width: 50%;
}

.cta-contact__phone a {
	font-size: 3.8rem;
	letter-spacing: 0.03em;
}

.cta-contact__phoneHours {
	font-size: 1.3rem;
	letter-spacing: 0.02em;
}

.cta-contact__description {
	font-size: 1.35rem;
	gap: 0.58rem;
}

.cta-contact__check {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	padding-right: 0.05rem;
}

.cta-contact__button {
	gap: 0.95rem;
	margin-top: 5.35rem;
}

.cta-contact__buttonText {
	font-size: 1.32rem;
}

.cta-contact__button a {
	font-size: 1.5rem;
	height: 5.3rem;
	line-height: 5.3rem;
}

.footer__inner {
	padding: 4.5rem 4rem;
}

.footer__container {
	flex-direction: row;
	gap: 5.6rem;
}

.footer__content {
	width: 50%;
}

.footer__title {
	gap: 2.1rem;
	margin-top: 0.3rem;
}

.footer__logo img {
	width: 24.4rem;
}

.footer__subtitle {
	font-size: 1.17rem;
}

.footer__address {
	font-size: 1.2rem;
	gap: 2.5rem;
	letter-spacing: 0.035em;
	margin-top: 2rem;
}

.footer__tell {
	font-size: 1.2rem;
	margin-top: 2.1rem;
}

.footer__hours {
	font-size: 1.2rem;
	gap: 1.8rem;
	letter-spacing: 0.03em;
	margin-top: 1.2rem;
}

.footer__sns {
	gap: 0.6rem;
	margin-top: 1.95rem;
}

.footer__affiliation {
	margin-top: 1.7rem;
}

.footer__affiliation img {
	height: 5.4rem;
	width: 17.7rem;
}

.footer__list {
	gap: 2.5rem;
}

.footer__item a {
	font-size: 1.2rem;
	letter-spacing: 0;
	padding-left: 2rem;
}

.footer__item a::before {
	height: 1.4rem;
	width: 1.4rem;
}

.footer__button {
	margin-top: 5.5rem;
}

.footer__button a {
	font-size: 1.16rem;
	height: 5.6rem;
	line-height: 4.25rem;
}

.footer__button a::after {
	height: 0.818125rem;
	width: 1rem;
}

.footer__bottom {
	padding: 1.9rem 2rem;
}

.footer__copyright {
	font-size: 1.18rem;
}

.has-text-align-center {
	font-size: 1rem;
}

.header {
	display: flex;
	flex-direction: column;
	height: 132px;
}

.header__inner {
	flex-grow: 1;
	height: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__info {
	align-items: center;
	flex-direction: row;
	gap: 1.3125rem;
}

.header__logo {
	width: 25.8125rem;
}

.header__drawer {
	display: none;
}

.header__siteTitle {
	padding-top: 0.25rem;
}

.header__siteName {
	font-size: 1.1875rem;
	letter-spacing: 0.03em;
	padding: 0.125rem 0.5rem 0.3125rem 0.5rem;
}

.header__links {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
}

.header__siteLink a {
	font-size: 1.1875rem;
	gap: 0.3rem;
	letter-spacing: 0.02em;
}

.header__pc-nav {
	background-color: #fff;
	border-top: 1px solid #000;
	display: block;
	padding: 0.35rem 0;
}

.home-topics {
	padding-top: 6.6rem;
}

.home-topics__inner {
	padding-left: 5.3rem;
	padding-right: 5.3rem;
}

.home-topics__container {
	flex-direction: row;
	gap: 4.9rem;
}

.inner {
	padding-left: 48px;
	padding-right: 48px;
}

.introduction {
	background-position: left;
}

.introduction__inner {
	max-width: 1208px;
	padding-left: 64px;
	padding-right: 64px;
}

.introduction__heading::after {
	width: 77%;
}

.introduction__container {
	-moz-column-gap: 79px;
	column-gap: 79px;
	flex-direction: row;
}

.introduction__career,
.introduction__book {
	margin-top: 50px;
}

.introduction__career-content {
	-moz-column-gap: 32px;
	column-gap: 32px;
	flex-direction: row;
}

.issues-countermeasures {
	background-position: right -460px top 8px;
	background-size: 60%;
}

.issues-countermeasures__inner {
	padding-bottom: 13.4rem;
	padding-top: 13.4rem;
}

.issues-countermeasures__contents {
	margin-top: 4rem;
}

.issues-countermeasures__list {
	gap: 2rem;
}

.issues-countermeasures__content {
	align-items: start;
	flex-direction: row;
	padding: 1.9rem 0 3.9rem;
}

.issues-countermeasures__heading {
	flex-shrink: 0;
	font-size: 1.64rem;
	gap: 0.5rem;
	letter-spacing: 0.065em;
	width: 33.6rem;
}

.issues-countermeasures__heading::before {
	width: 5.3rem;
}

.issues-countermeasures__text {
	font-size: 1.33rem;
	line-height: 1.64;
	margin-top: 0;
	padding-left: 0;
	padding-right: 2.1rem;
}

.issues-countermeasures__button {
	margin-top: 6.8rem;
}

.our-strengths {
	background-image: url(../images/common/Ellipse.png);
}

.our-strengths__inner {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.our-strengths__container {
	flex-direction: row;
	gap: 6.7rem;
}

.our-strengths__info {
	flex-shrink: 0;
	width: 320px;
}

.our-strengths__image {
	margin-top: 11.4rem;
	text-align: left;
}

.our-strengths__image img {
	width: 23rem;
}

.our-strengths__contents {
	flex-grow: 1;
}

.our-strengths__list {
	gap: 5.18rem;
}

.our-strengths__item {
	padding-left: 3.1rem;
}

.our-strengths__content {
	gap: 1.25rem;
}

.our-strengths__heading {
	font-size: 2rem;
	gap: 1.6rem;
	padding-top: 0.3rem;
}

.our-strengths__number {
	font-size: 3.2rem;
}

.our-strengths__text {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	line-height: 1.67;
}

.our-strengths__content-image img {
	width: 13.8rem;
}

.our-strengths__button {
	margin-top: 6.5rem;
}

.page-contact__header {
	font-size: 1.5rem;
	margin-top: 5rem;
}

.page-mv {
	height: 400px;
}

.page-mv__inner {
	height: inherit;
	justify-content: start;
	padding: 6.7rem 8rem 0;
}

.page-mv__title {
	font-size: 1.26875rem;
	letter-spacing: 0.1em;
}

.page-mv__entitle {
	font-size: 4rem;
	line-height: 1.2;
	margin-top: 0.625rem;
}

.page-mv__message {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.pagination {
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}

.pagination__center {
	align-self: flex-end;
	margin-top: 2.5rem;
}

.pagination__center .pagination__label {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1A3062 0%, #1C376D 17%, #23498B 47%, #27549D 62%, #265A9D 73%, #236A9F 88%, #1F7EA0 100%);
	background-clip: text;
	font-size: 1.2rem;
	margin-top: 1.5rem;
}

.pagination__prev .pagination__label,
.pagination__next .pagination__label {
	font-size: 1.2rem;
}

.pagination__title {
	font-size: 0.8rem;
	font-weight: 700;
}

.pagination__prev .pagination__title {
	margin-top: 0.8rem;
	padding-left: 3rem;
}

.pagination__prev .pagination__title::before {
	background-image: url(../images/common/pagination_arrow_black.png);
	bottom: 0;
	height: 2rem;
	width: 2rem;
}

.pagination__next .pagination__title {
	margin-top: 0.8rem;
	padding-right: 3rem;
}

.pagination__next .pagination__title::after {
	background-image: url(../images/common/pagination_arrow_black.png);
	bottom: 0;
	height: 2rem;
	transform: rotate(180deg);
	width: 2rem;
}

.pagination__icon {
	height: 1rem;
	width: 2rem;
}

.pc-nav__list {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0.9rem;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	padding-right: 0.5rem;
}

.pc-nav__item {
	height: 100%;
}

.pc-nav__item a {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	height: 100%;
	letter-spacing: 0.2em;
	line-height: 1.3;
	padding: 0.5625rem 1rem;
	text-align: center;
	transition: 0.5s ease-in-out;
	width: 100%;
}

.pc-nav__item:last-of-type a {
	padding-left: 1.8rem;
}

.pc-nav__br {
	display: block;
}

.privacy-policy__inner {
	max-width: 1056px;
	padding-left: 64px;
	padding-right: 64px;
}

.privacy-policy__container {
	padding-left: 4.75rem;
	padding-right: 4.75rem;
}

.questions-content__contents {
	margin-top: 5.4rem;
}

.questions-content__category-title {
	font-size: 1.33rem;
}

.questions-content__list {
	margin-top: 1.9rem;
}

.questions-nav__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	justify-content: space-between;
	padding-left: 1.1rem;
	padding-right: 0.8rem;
}

.questions-nav__item a {
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	padding-left: 2.3rem;
}

.questions-nav__item a::before {
	height: 1.2rem;
	left: 0.3rem;
	width: 1rem;
}

.questions {
	background-image: url(../images/common/Container.png);
	background-position: bottom left 40vw;
	background-size: 1440px auto;
}

.questions__inner {
	gap: 6.6rem;
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.questions__button {
	margin-top: 6.6rem;
}

.section-header__title,
.section-header__title--contact,
.section-header__title--white {
	font-size: 1.333rem;
}

.section-header__entitle,
.section-header__entitle--contact,
.section-header__entitle--white {
	font-size: 4rem;
	margin-top: 0.7rem;
}

.section-header__entitle--contact {
	margin-top: 0.75rem;
}

.section-header__subTitle {
	font-size: 1.67rem;
	margin-top: 1.4rem;
}

.section-header__description {
	font-size: 1.334rem;
	margin-top: 1.3rem;
}

.services {
	background-image: url(../images/common/top_bg_Services.png);
	background-size: cover;
}

.services__inner {
	flex-direction: row;
	gap: 5rem;
	padding-bottom: 10rem;
	padding-top: 9.9rem;
}

.services__info {
	flex-shrink: 0;
	width: 260px;
}

.services__contents {
	flex-grow: 1;
}

.services__list {
	flex-direction: row;
	gap: 3.8rem;
}

.services__item {
	width: 50%;
}

.services__card {
	height: 100%;
	padding: 2.8rem 2.6rem 2.6rem;
}

.services__heading {
	font-size: 1.9rem;
	letter-spacing: 0.1em;
}

.services__text {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	line-height: 1.65;
	margin-top: 1.5rem;
}

.services__details {
	gap: 0.8rem;
	margin-top: 2.7rem;
	padding-left: 0.75rem;
}

.services__detail-item {
	font-size: 1.32rem;
	line-height: 1.6;
	padding-left: 1.6rem;
}

.services__detail-item::before {
	height: 0.3rem;
	top: 1rem;
	width: 0.3rem;
}

.services__button {
	margin-top: 6.6rem;
}

.single-topics {
	padding-bottom: 14.1rem;
	padding-top: 10.625rem;
}

.single-topics__inner {
	padding-left: 5.4rem;
	padding-right: 5.4rem;
}

.single-topics__header {
	margin-bottom: 3rem;
}

.single-topics__title {
	font-size: 2rem;
	margin-bottom: 2rem;
	padding-bottom: 1.1rem;
}

.single-topics__date {
	font-size: 1.33rem;
}

.single-topics__content h3 {
	font-size: 1.672rem;
	margin: 4rem 0 2rem;
}

.single-topics__content h4 {
	font-size: 1.57rem;
	line-height: 1.35;
	margin: 3rem 0 1rem;
}

.single-topics__content p,
.single-topics__content ul,
.single-topics__content img {
	margin-bottom: 1.85rem;
}

.single-topics__content p {
	font-size: 1.334rem;
}

.single-topics__content ul {
	gap: 0.5rem;
}

.single-topics__content li {
	font-size: 1.34rem;
	line-height: 1.7;
	padding-left: 0.9rem;
}

.single-topics__content .wp-block-columns {
	gap: 3rem;
	margin-top: 3.9rem;
}

.single-topics__content a {
	font-size: 1.55rem;
	margin-top: 1.9rem;
	padding-left: 1.9rem;
}

.single-topics__content .wp-block-button__link {
	font-size: 1rem;
	margin-top: 0;
	max-width: 400px;
	padding: 1rem 1rem;
}

.single-topics__content .wp-block-button__link::after {
	height: 1.6rem;
	right: 2rem;
	width: 1rem;
}

.single-topics__pagination {
	margin-top: 7.4rem;
}

.smf-action .smf-button-control__control::before {
	height: 1.6rem;
	right: 2rem;
	width: 1rem;
}

.smf-action .smf-button-control__control[data-action=back]::after {
	height: 1.6rem;
	left: 2rem;
	width: 1rem;
}

.smf-form {
	padding: 4rem 4.75rem 4.8rem;
}

.smf-form .smf-item {
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: end;
}

.smf-item__col--controls {
	width: 67%;
}

.smf-progress-tracker {
	max-width: 49.6rem;
	padding-right: 1.125rem;
}

.smf-progress-tracker__item__text {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.sub-basics {
	background-position: right top;
}

.sub-basics__inner {
	max-width: 1328px;
	padding-left: 64px;
	padding-right: 64px;
}

.sub-basics__content {
	-moz-column-gap: 64px;
	column-gap: 64px;
}

.sub-basics__point {
	font-size: 40px;
}

.sub-issues-countermeasures {
	background-image: url(../images/bg_issues-countermeasures.webp);
	background-position: right top;
	background-size: 80%;
}

.sub-issues-countermeasures__inner {
	max-width: 1208px;
	padding-left: 64px;
	padding-right: 64px;
}

.sub-issues-countermeasures__introduction {
	padding-right: 0;
}

.sub-issues-countermeasures__content:not(:first-child) {
	margin-top: 58px;
}

.sub-issues-countermeasures__text {
	margin-top: 13px;
	padding-right: 0;
}

.sub-issues-countermeasures__title {
	margin-top: 24px;
}

.sub-our-strengths {
	background-size: 37%;
}

.sub-our-strengths__inner {
	max-width: 1208px;
	padding-left: 64px;
	padding-right: 64px;
}

.sub-our-strengths__content {
	max-width: 832px;
	padding-left: 40px;
}

.sub-our-strengths__heading {
	font-size: 24px;
	padding-top: 3px;
}

.sub-our-strengths__text {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 16px;
}

.sub-our-strengths__content-image {
	margin-top: 19px;
}

.sub-services {
	background-position: right top;
}

.sub-services__inner {
	max-width: 1208px;
	padding-left: 64px;
	padding-right: 64px;
}

.sub-services__button {
	font-size: 20px;
	max-width: 532px;
}

.sub-services__heading2 {
	font-size: 24px;
	padding: 4px 24px 6px;
}

.sub-services__corporate {
	margin-top: 80px;
}

.sub-services__text {
	padding-left: 24px;
}

.sub-services__service-content {
	padding-left: 24px;
}

.sub-services__service-flow {
	padding-left: 24px;
}

.sub-services__list {
	margin-top: 12px;
}

.sub-services__item::before {
	top: 50%;
	transform: translateY(-50%);
}

.sub-services__flow-content {
	-moz-column-gap: 12px;
	column-gap: 12px;
	flex-direction: row;
	margin-top: 32px;
}

.sub-services__flow-heading {
	padding-bottom: 29px;
}

.sub-services__flow-list {
	border-left: none;
	padding-top: 0;
}

.sub-services__flow-item {
	padding-left: 28px;
}

.sub-services__flow-item::before {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.thanks-message {
	margin-bottom: 2rem;
	margin-top: 5.3rem;
}

.top-accordion__list {
	gap: 2rem;
}

.top-mv__inner {
	flex-direction: row;
	padding: 9.3rem 4rem 4.8rem;
}

.top-mv__message {
	gap: 1.8rem;
}

.top-mv__title {
	font-size: 3.6rem;
	line-height: 1.2;
}

.top-mv__br {
	display: none;
}

.top-mv__subtitle {
	font-size: 1.44rem;
	letter-spacing: 0.08em;
	width: 100%;
}

.top-mv__description {
	font-size: 0.96rem;
}

.top-mv__image {
	margin-top: -0.4rem;
}

.top-mv__image img {
	width: 29rem;
}

.topics {
	background-image: url(../images/common/top_bg_Topics.png);
	background-size: cover;
}

.topics__inner {
	padding-bottom: 13.3rem;
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 13.4rem;
}

.topics__container {
	flex-direction: row;
	gap: 4.9rem;
	margin-top: 4rem;
}

.topics__tab {
	flex-shrink: 0;
	margin-top: 0.3125rem;
	width: 24rem;
}

.topics__tab-list {
	flex-direction: column;
	gap: 0.7rem;
}

.topics__tab-list--home {
	gap: 0.5rem;
	width: 100%;
}

.topics__tab-item {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
	padding: 1.1rem 0;
	width: 100%;
}

.topics__tab-item--home {
	padding: 1.2rem 0;
}

.topics__contents {
	flex-grow: 1;
}

.topics__contents--home {
	margin-top: 0;
}

.topics__list {
	gap: 2rem;
}

.topics__item {
	padding-bottom: 2.6rem;
}

.topics__item--home {
	padding-bottom: 2.7rem;
}

.topics__content {
	align-items: start;
	flex-direction: row;
	gap: 2rem;
}

.topics__meta {
	align-items: start;
	flex-direction: column;
	flex-shrink: 0;
	width: 14rem;
}

.topics__meta--home {
	gap: 0.7rem;
}

.topics__date {
	font-size: 1.35rem;
	line-height: 1.6;
}

.topics__label {
	font-size: 1.18rem;
	padding: 0.1875rem 0.25rem 0.125rem;
}

.topics__label--home {
	padding: 0.15rem 0.25rem 0.125rem;
}

.topics__text {
	font-size: 1.34rem;
	line-height: 1.6;
	padding-right: 1.8rem;
}

.topics__x {
	gap: 1.2rem;
	justify-content: end;
	margin-top: 4.2rem;
}

.topics__x--home {
	gap: 1.2rem;
	justify-content: start;
	margin-top: 4.2rem;
}

.topics__x-icon {
	width: 2.9rem;
}

.topics__x-text {
	font-size: 1.165rem;
}

.topics__button {
	margin-top: 6.4rem;
}

.name-input .smf-item__col .smf-item__controls {
	gap: 2.4rem;
}

}

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

.accordion-answer {
	gap: 1.2rem;
	padding: 1.5rem 3.25rem 1.7rem 2.6rem;
}

.accordion-answer__label {
	font-size: 1.5rem;
}

.accordion-question {
	gap: 1.2rem;
	padding: 1.5rem 3.25rem 1.7rem 2.6rem;
}

.accordion-question__mark {
	height: 1.4rem;
	width: 1.4rem;
}

.accordion-question__label {
	font-size: 1.5rem;
}

.accordion-question__text {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.archive-accordion__list {
	gap: 1.5rem;
}

.archive-accordion__question {
	gap: 1.2rem;
	padding: 1.5rem 3.25rem 1.7rem 2.6rem;
}

.archive-accordion__answer {
	gap: 1.2rem;
	padding: 0 3.25rem 1.7rem 2.6rem;
}

.archive-accordion__question-mark {
	height: 1.4rem;
	width: 1.4rem;
}

.archive-accordion__question-label,
.archive-accordion__answer-label {
	font-size: 1.5rem;
}

.archive-accordion__question-text {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.basics__inner {
	padding-bottom: 10.6rem;
	padding-top: 10.8rem;
}

.basics__image {
	margin-top: -6.5rem;
}

.basics__image img {
	width: 16.5rem;
}

.basics__contents {
	margin-top: -1.1rem;
}

.basics__list {
	gap: 1.5rem;
}

.basics__item:not(:first-child) {
	height: 87.3376623377%;
}

.basics__content {
	padding: 2rem 1.2rem 3.1rem;
}

.basics__point {
	font-size: 1.24rem;
}

.basics__heading,
.basics__heading--column {
	font-size: 1.34rem;
	height: 3.8rem;
	margin-top: 0.3rem;
}

.basics__heading--column {
	height: auto;
	letter-spacing: 0.047em;
	margin-top: 0.9rem;
}

.basics__text,
.basics__text--column {
	font-size: 1rem;
	letter-spacing: 0.07em;
	line-height: 1.73;
}

.basics__text--column {
	font-size: 0.87rem;
	letter-spacing: 0.07em;
	line-height: 1.89;
	margin-top: 1.1rem;
}

.basics__column {
	margin-top: 3.1rem;
}

.basics__columnBox {
	gap: 2.8rem;
	padding: 2.05rem 3.1rem;
}

.basics__columnTag {
	font-size: 1rem;
	padding: 0.27rem 1.7rem;
}

.basics__columnImage {
	width: 21.3rem;
}

.basics__button {
	margin-top: 5.3rem;
}

.common-button a {
	font-size: 1.2rem;
	height: 60.8px;
	line-height: 60.8px;
}

.common-button a::before {
	height: 1.4rem;
	right: 1.35rem;
	width: 0.8rem;
}

.common-button--questions a::before {
	height: 1.4rem;
	right: 3rem;
	top: 1.9rem;
	width: 0.65rem;
}

.contact-button a {
	font-size: 0.875rem;
	letter-spacing: 0.13em;
	padding: 0.45rem 2rem;
}

.cta-contact__inner {
	padding: 8.15rem 4.3rem;
}

.cta-contact__container {
	border: 0.85rem solid rgba(89, 161, 203, 0.14);
	padding: 3.3rem 4.5rem;
}

.cta-contact__content {
	gap: 3.5rem;
	margin-top: 2.2rem;
}

.cta-contact__message {
	gap: 1.1rem;
	margin-top: 1.375rem;
}

.cta-contact__text {
	font-size: 1.065rem;
	margin-top: 0;
}

.cta-contact__note {
	font-size: 0.925rem;
}

.cta-contact__info {
	gap: 1.1rem;
}

.cta-contact__phone a {
	font-size: 3.03rem;
}

.cta-contact__phoneHours {
	font-size: 1.04rem;
	margin-top: 0.125rem;
}

.cta-contact__description {
	font-size: 1.065rem;
	gap: 0.5rem;
}

.cta-contact__check {
	font-size: 1.04rem;
}

.cta-contact__button {
	gap: 0.65rem;
	margin-top: 4.3rem;
}

.cta-contact__buttonText {
	font-size: 1.07rem;
}

.cta-contact__button a {
	font-size: 1.2rem;
	height: 4.3rem;
	line-height: 4.3rem;
}

.footer__inner {
	padding: 3.47rem 5.3rem;
}

.footer__container {
	gap: 4.2rem;
}

.footer__title {
	align-items: center;
	flex-direction: row;
	gap: 1.1rem;
	margin-top: 0.4rem;
}

.footer__logo img {
	width: 19.5rem;
}

.footer__subtitle {
	font-size: 0.9rem;
	letter-spacing: 0.09em;
}

.footer__address {
	font-size: 1rem;
	gap: 1.91rem;
	letter-spacing: 0.01em;
	margin-top: 1.2rem;
}

.footer__tell {
	font-size: 0.96rem;
	margin-top: 1.5rem;
}

.footer__hours {
	font-size: 0.98rem;
	gap: 1.6rem;
	letter-spacing: 0.01em;
	margin-top: 1.1rem;
}

.footer__sns {
	margin-top: 1.5rem;
}

.footer__affiliation {
	margin-top: 1.3rem;
}

.footer__affiliation img {
	height: 4.4rem;
	width: 14.1rem;
}

.footer__list {
	gap: 2.06rem;
}

.footer__item a {
	font-size: 1.2rem;
	padding-left: 1.8rem;
}

.footer__button {
	margin-top: 4.2rem;
}

.footer__button a {
	font-size: 0.95rem;
	height: 4.5rem;
	letter-spacing: 0.035em;
	line-height: 4.5rem;
}

.footer__button a::after {
	width: 0.8rem;
}

.footer__bottom {
	padding: 1.65rem 1.1rem;
}

.footer__copyright {
	font-size: 0.94rem;
}

.header__info {
	gap: 1.1rem;
}

.header__logo {
	width: 20.35rem;
}

.header__siteName {
	font-size: 0.875rem;
	letter-spacing: 0.22em;
	line-height: 1.2;
	padding: 0.3rem 0.3rem 0.4rem 0.55rem;
}

.header__links {
	gap: 1.4rem;
}

.header__siteLink a {
	font-size: 1rem;
	gap: 0;
	letter-spacing: 0em;
}

.header__siteLink span img {
	width: 0.675rem;
}

.header__pc-nav {
	padding: 0.78rem 0;
}

.home-topics__container {
	gap: 4rem;
}

.inner {
	padding-left: 64px;
	padding-right: 64px;
}

.issues-countermeasures {
	background-position: right -240px top 2px;
	background-size: 50%;
}

.issues-countermeasures__inner {
	padding-bottom: 10.5rem;
	padding-top: 10.75rem;
}

.issues-countermeasures__contents {
	margin-top: 3.18rem;
}

.issues-countermeasures__list {
	gap: 1.7rem;
}

.issues-countermeasures__content {
	padding: 1.6rem 0 3.1rem;
}

.issues-countermeasures__heading {
	font-size: 1.3rem;
	gap: 0.2rem;
	letter-spacing: 0.074em;
	width: 26.7rem;
}

.issues-countermeasures__heading::before {
	width: 4.3rem;
}

.issues-countermeasures__text {
	font-size: 1.068rem;
	line-height: 1.6;
}

.issues-countermeasures__button {
	margin-top: 5.6rem;
}

.our-strengths__inner {
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.our-strengths__image {
	margin-top: 9.2rem;
}

.our-strengths__image img {
	height: 16.5rem;
	width: 18.5rem;
}

.our-strengths__list {
	gap: 4rem;
}

.our-strengths__item {
	padding-left: 2.6rem;
}

.our-strengths__content {
	gap: 1.035rem;
}

.our-strengths__heading {
	font-size: 1.58rem;
	gap: 1.4rem;
	letter-spacing: 0.06em;
	padding-top: 0.38rem;
}

.our-strengths__number {
	font-size: 2.54rem;
}

.our-strengths__text {
	font-size: 1rem;
	letter-spacing: 0.068em;
	line-height: 1.74;
}

.our-strengths__content-image img {
	width: 11rem;
}

.our-strengths__button {
	margin-top: 5.17rem;
}

.pc-nav__list {
	gap: 3.45rem;
	padding-right: 0;
}

.pc-nav__item a {
	font-size: 0.95rem;
	font-weight: 700;
	padding: 0.5625rem 0;
}

.pc-nav__item:last-of-type a {
	padding-left: 0;
}

.pc-nav__br {
	display: none;
}

.questions__inner {
	gap: 5.2rem;
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.questions__button {
	margin-top: 5.3rem;
}

.section-header__title,
.section-header__title--contact,
.section-header__title--white {
	font-size: 1.09rem;
	letter-spacing: 0.03em;
}

.section-header__entitle,
.section-header__entitle--contact,
.section-header__entitle--white {
	font-size: 3.2rem;
	margin-top: 0.6rem;
}

.section-header__subTitle {
	font-size: 1.3rem;
	letter-spacing: 0.075em;
	margin-top: 1.06rem;
}

.section-header__description {
	font-size: 1.067rem;
	margin-top: 1rem;
}

.services__inner {
	gap: 0;
	padding-bottom: 7.9rem;
	padding-top: 7.9rem;
}

.services__info {
	width: 400px;
}

.services__list {
	gap: 3.1rem;
}

.services__card {
	padding: 2.18rem 2.1rem 2.1rem;
}

.services__heading {
	font-size: 1.53rem;
}

.services__text {
	font-size: 1rem;
	letter-spacing: 0.066em;
	line-height: 1.732;
	margin-top: 1.2rem;
}

.services__details {
	gap: 0.56rem;
	margin-top: 2.2rem;
	padding-left: 0.62rem;
}

.services__detail-item {
	font-size: 1.065rem;
	line-height: 1.6;
	padding-left: 1.2rem;
}

.services__detail-item::before {
	height: 0.25rem;
	top: 0.7rem;
	width: 0.25rem;
}

.services__button {
	margin-top: 5.3rem;
}

.single-topics__title {
	padding-bottom: 0.9rem;
}

.single-topics__date {
	font-size: 1rem;
}

.single-topics__content .wp-block-button__link {
	font-size: 1rem;
	padding: 1rem 1rem;
}

.single-topics__content .wp-block-button__link::after {
	height: 1.4rem;
	right: 1.35rem;
	width: 0.8rem;
}

.smf-action .smf-button-control__control::before {
	height: 1.4rem;
	right: 1.35rem;
	width: 0.8rem;
}

.smf-action .smf-button-control__control[data-action=back]::after {
	height: 1.4rem;
	left: 1.35rem;
	width: 0.8rem;
}

.top-accordion__list {
	gap: 1.5rem;
}

.top-mv__inner {
	padding: 8.1rem 4rem 3.6rem 4.25rem;
}

.top-mv__message {
	gap: 2.03rem;
}

.top-mv__title {
	font-size: 3.5rem;
	letter-spacing: 0.01em;
}

.top-mv__subtitle {
	font-size: 1.43rem;
}

.top-mv__description {
	font-size: 0.955rem;
	line-height: 1.5;
}

.top-mv__image img {
	width: 29rem;
}

.topics__inner {
	padding-bottom: 10.7rem;
	padding-top: 10.7rem;
}

.topics__container {
	gap: 4rem;
	margin-top: 3.2rem;
}

.topics__tab {
	margin-top: 0;
	width: 19.2rem;
}

.topics__tab-list {
	gap: 0.3rem;
}

.topics__tab-item {
	font-size: 1.06rem;
	letter-spacing: 0em;
	padding: 1rem 0;
}

.topics__list {
	gap: 1.67rem;
}

.topics__item {
	padding-bottom: 2.02rem;
}

.topics__meta {
	width: 10.8rem;
}

.topics__date {
	font-size: 1.07rem;
}

.topics__label {
	font-size: 0.92rem;
	padding: 0.1rem 0.25rem 0.12rem;
}

.topics__text {
	font-size: 1.05rem;
	letter-spacing: 0.017em;
	margin-top: 0.3125rem;
	padding-right: 1.4rem;
}

.topics__x {
	gap: 1rem;
	margin-top: 3.1rem;
}

.topics__x--home {
	gap: 1rem;
	margin-top: 3.1rem;
}

.topics__x-icon {
	width: 2.2rem;
}

.topics__x-text {
	font-size: 0.95rem;
	letter-spacing: 0.03em;
}

.topics__button {
	margin-top: 5.2rem;
}

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

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

.accordion-answer {
	gap: 1rem;
}

.accordion-answer__text p {
	letter-spacing: 0;
}

.accordion-answer__text p + ol {
	margin-top: 1.85rem;
}

.accordion-answer__text ol {
	padding-left: 1.1rem;
}

.accordion-answer__text ol li {
	letter-spacing: 0;
	line-height: 1.73;
}

.accordion-answer__text ol + p {
	margin-top: 1.9rem;
}

.accordion-question {
	padding: 1.48rem 3rem 1.2rem 2.6rem;
}

.accordion-question__mark.add {
	margin-top: 0;
}

.accordion-question__text {
	font-size: 1.15rem;
	letter-spacing: 0.03em;
}

.archive-accordion__question {
	gap: 1rem;
	padding: 1.1rem 3rem 1.1rem 2.6rem;
}

.archive-accordion__answer {
	gap: 1rem;
	padding: 0 3rem 1.9rem 2.6rem;
}

.archive-accordion__question-mark.subtract {
	margin-top: 1.2rem;
}

.archive-accordion__question-text {
	font-size: 1.15rem;
	letter-spacing: 0.03em;
}

.archive-accordion__answer-text {
	font-size: 1rem;
	letter-spacing: 0em;
}

.archive-accordion__answer-text p {
	letter-spacing: 0;
}

.archive-accordion__answer-text p + ol {
	margin-top: 1.85rem;
}

.archive-accordion__answer-text ol {
	padding-left: 1.1rem;
}

.archive-accordion__answer-text ol li {
	letter-spacing: 0;
	line-height: 1.73;
}

.archive-accordion__answer-text ol + p {
	margin-top: 1.9rem;
}

.archive-questions {
	background-size: 100%;
	padding-top: 5.1rem;
}

.archive-questions__inner {
	max-width: 85rem;
	padding-left: 7.5rem;
	padding-right: 7.5rem;
}

.basics__inner {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.basics__image {
	margin-top: -6.2rem;
}

.basics__image img {
	width: 15.68rem;
}

.basics__item:not(:first-child) {
	height: 100%;
}

.basics__content {
	padding: 1.8rem 1.2rem 2.9rem;
}

.basics__point {
	font-size: 1.1rem;
}

.basics__heading,
.basics__heading--column {
	font-size: 1.24rem;
}

.basics__heading--column {
	font-size: 1.2rem;
	letter-spacing: 0.0895em;
	margin-top: 0.8rem;
}

.basics__text,
.basics__text--column {
	font-size: 0.998rem;
	letter-spacing: 0em;
	line-height: 1.63;
	margin-top: 0.4rem;
}

.basics__text--column {
	letter-spacing: 0.078em;
	line-height: 1.89;
	margin-top: 1.1rem;
}

.basics__column {
	margin-top: 2.9rem;
}

.basics__columnBox {
	gap: 2.1rem;
	padding: 1.9rem 2.9rem;
}

.basics__columnTag {
	font-size: 0.95rem;
	padding: 0.3rem 1.6rem;
}

.basics__columnImage {
	width: 20rem;
}

.basics__button {
	margin-top: 4.96rem;
}

.contact-button a {
	font-size: 0.875rem;
	padding: 0.5rem 1.85rem;
}

.cta-contact__inner {
	box-sizing: content-box;
	max-width: 70rem;
	padding: 7.5rem 0;
}

.cta-contact__container {
	padding: 3.1rem 4.2rem;
}

.cta-contact__content {
	margin-top: 2.1rem;
}

.cta-contact__message {
	gap: 1rem;
	justify-content: start;
	margin-top: 1.4rem;
}

.cta-contact__text {
	font-size: 1rem;
}

.cta-contact__note {
	font-size: 0.864rem;
	padding-right: 0;
}

.cta-contact__phone a {
	font-size: 2.8rem;
}

.cta-contact__phoneHours {
	font-size: 0.965rem;
}

.cta-contact__description {
	font-size: 0.99rem;
	gap: 0.45rem;
}

.cta-contact__check {
	font-size: 0.965rem;
}

.cta-contact__button {
	gap: 0.58rem;
	margin-top: 3.9rem;
}

.cta-contact__buttonText {
	font-size: 1rem;
}

.cta-contact__button a {
	font-size: 1.12rem;
}

.footer__inner {
	padding: 3.2rem 5rem;
}

.footer__container {
	gap: 3.9rem;
}

.footer__logo img {
	width: 18.25rem;
}

.footer__subtitle {
	font-size: 0.84rem;
}

.footer__address {
	font-size: 0.94rem;
	gap: 1.85rem;
	letter-spacing: 0em;
	margin-top: 1.1rem;
}

.footer__tell {
	font-size: 0.9rem;
}

.footer__hours {
	font-size: 0.91rem;
	gap: 1.5rem;
	margin-top: 1rem;
}

.footer__affiliation {
	margin-top: 1.2rem;
}

.footer__affiliation img {
	height: 4rem;
	width: 13.2rem;
}

.footer__list {
	grid-gap: 1.95rem 2rem;
	display: grid;
	gap: 1.95rem 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.footer__item {
	width: 100%;
}

.footer__item:nth-child(even) {
	padding-right: 1.625rem;
}

.footer__item a {
	font-size: 0.94rem;
	padding-left: 1.75rem;
}

.footer__button {
	margin-top: 3.95rem;
}

.footer__button a {
	font-size: 0.89rem;
	height: 4.1rem;
	line-height: 4.1rem;
}

.footer__copyright {
	font-size: 0.88rem;
}

.header__inner {
	padding-left: 1rem;
	padding-right: 1rem;
}

.header__info {
	gap: 0.89rem;
}

.header__logo {
	width: 19.35rem;
}

.header__siteTitle {
	padding-top: 0;
}

.header__siteName {
	font-size: 0.875rem;
	padding: 0.3rem 0.2rem 0.3rem 0.55rem;
}

.header__links {
	gap: 1.2rem;
}

.header__siteLink a {
	font-size: 0.92rem;
	gap: 0.08rem;
}

.header__siteLink span img {
	width: 0.7rem;
}

.header__pc-nav {
	padding: 0.65rem 0;
}

.home-topics {
	padding-top: 5rem;
}

.home-topics__inner {
	padding-left: 5rem;
	padding-right: 5rem;
}

.home-topics__container {
	gap: 3.8rem;
}

.inner {
	padding-left: 80px;
	padding-right: 80px;
}

.introduction__heading::after {
	width: 82%;
}

.introduction__career,
.introduction__book {
	margin-top: 48px;
}

.issues-countermeasures {
	background-position: right -105px top -40px;
}

.issues-countermeasures__inner {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.issues-countermeasures__contents {
	margin-top: 3rem;
}

.issues-countermeasures__list {
	gap: 1.6rem;
}

.issues-countermeasures__content {
	padding: 1.5rem 0 2.9rem;
}

.issues-countermeasures__heading {
	font-size: 1.22rem;
	width: 25rem;
}

.issues-countermeasures__heading::before {
	width: 4.03rem;
}

.issues-countermeasures__text {
	font-size: 1rem;
}

.issues-countermeasures__button {
	margin-top: 5.2rem;
}

.our-strengths__inner {
	padding-bottom: 7.67rem;
	padding-left: 8.25rem;
	padding-right: 14.25rem;
}

.our-strengths__container {
	gap: 5rem;
}

.our-strengths__image {
	margin-top: 8.3rem;
}

.our-strengths__image img {
	height: 15.5rem;
	width: 17.6rem;
}

.our-strengths__list {
	gap: 4.1rem;
}

.our-strengths__item {
	padding-left: 2.5rem;
}

.our-strengths__content {
	gap: 0.9rem;
}

.our-strengths__heading {
	font-size: 1.49rem;
	gap: 1.08rem;
	padding-top: 0.32rem;
}

.our-strengths__number {
	font-size: 2.3rem;
}

.our-strengths__text {
	font-size: 0.916rem;
	letter-spacing: 0.089em;
	line-height: 1.75;
}

.our-strengths__content-image img {
	width: 10.2rem;
}

.our-strengths__button {
	margin-top: 5rem;
	padding-left: 6.125rem;
}

.page-mv__inner {
	max-width: 90rem;
	padding: 5rem 6rem 0;
}

.page-mv__title {
	font-size: 0.99rem;
	letter-spacing: 0.05em;
}

.page-mv__entitle {
	font-size: 3rem;
	margin-top: 0.625rem;
}

.page-mv__message {
	font-size: 1rem;
	letter-spacing: 0em;
	margin-top: 1rem;
}

.pagination__center {
	margin-top: 1.5625rem;
}

.pagination__center .pagination__label {
	margin-top: 1.1rem;
}

.pagination__prev .pagination__title {
	margin-top: 0.4rem;
}

.pagination__next .pagination__title {
	margin-top: 0.4rem;
}

.pagination__icon {
	height: 1.25rem;
	width: 2.5rem;
}

.pc-nav__list {
	gap: 3.8rem;
	padding-right: 0;
}

.pc-nav__item a {
	font-size: 0.893rem;
}

.pc-nav__br {
	display: none;
}

.questions-content__contents {
	margin-top: 4rem;
}

.questions-content__category-title {
	font-size: 1rem;
}

.questions-content__list {
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.questions-nav__list {
	gap: 4.375rem;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
}

.questions-nav__item a {
	font-size: 1rem;
	gap: 1.25rem;
	letter-spacing: 0.015em;
	padding-left: 2rem;
}

.questions-nav__item a::before {
	height: 1.1rem;
	left: 0;
	width: 1rem;
}

.questions__inner {
	gap: 5rem;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.questions__contents {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.questions__button {
	margin-top: 5rem;
}

.section-header__title,
.section-header__title--contact,
.section-header__title--white {
	font-size: 1.02rem;
}

.section-header__entitle,
.section-header__entitle--contact,
.section-header__entitle--white {
	font-size: 3.02rem;
	margin-top: 0.5rem;
}

.section-header__subTitle {
	font-size: 1.22rem;
}

.section-header__description {
	font-size: 1rem;
}

.services__inner {
	padding-bottom: 8.9rem;
	padding-top: 7.5rem;
}

.services__card {
	padding: 1.95rem 1.9rem 3.3rem;
}

.services__heading {
	letter-spacing: 0.03em;
}

.services__text {
	letter-spacing: 0em;
	line-height: 1.65;
	margin-top: 0.95rem;
}

.services__details {
	gap: 0.52rem;
	margin-top: 2rem;
	padding-left: 0.58rem;
}

.services__detail-item {
	font-size: 1rem;
}

.services__button {
	margin-top: 5rem;
}

.single-topics {
	padding-bottom: 9.3rem;
	padding-top: 7.9rem;
}

.single-topics__inner {
	padding-left: 5rem;
	padding-right: 5rem;
}

.single-topics__title {
	font-size: 1.5rem;
	margin-bottom: 1.4rem;
}

.single-topics__content h3 {
	font-size: 1.25rem;
}

.single-topics__content h4 {
	font-size: 1.18rem;
}

.single-topics__content p,
.single-topics__content ul,
.single-topics__content img {
	margin-bottom: 1.5rem;
}

.single-topics__content p {
	font-size: 1rem;
}

.single-topics__content li {
	font-size: 1rem;
	line-height: 1.6;
	padding-left: 0.6rem;
}

.single-topics__content .wp-block-columns {
	margin-top: 2.7rem;
}

.single-topics__content .wp-block-columns-is-layout-flex img {
	width: 100%;
}

.single-topics__content .wp-block-columns-is-layout-flex figure {
	width: 400px;
}

.single-topics__content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: initial;
}

.single-topics__content .wp-block-column {
	min-width: 0;
	min-width: initial;
}

.single-topics__content a {
	font-size: 1.1rem;
	margin-top: 0rem;
	padding-left: 1.7rem;
}

.single-topics__pagination {
	margin-top: 5.7rem;
}

.sub-our-strengths__content {
	max-width: 880px;
}

.sub-services__corporate {
	margin-top: 80px;
}

.top-accordion__list {
	gap: 1.6rem;
}

.top-mv__inner {
	box-sizing: content-box;
	max-width: 1200px;
}

.top-mv__message {
	gap: 2.15rem;
}

.top-mv__title {
	font-size: 3.65rem;
}

.top-mv__subtitle {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.top-mv__description {
	font-size: 0.994rem;
}

.top-mv__image {
	margin-top: -4.1rem;
}

.top-mv__image img {
	width: 30rem;
}

.topics__inner {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.topics__container {
	gap: 3.8rem;
	margin-top: 3rem;
}

.topics__tab {
	width: 18rem;
}

.topics__tab-list {
	gap: 0.14rem;
}

.topics__tab-item {
	font-size: 1rem;
	padding: 1rem 0;
}

.topics__list {
	gap: 1.55rem;
}

.topics__item {
	padding-bottom: 1.9rem;
}

.topics__content {
	gap: 1.2rem;
}

.topics__content {
	align-items: center;
}

.topics__meta--home {
	gap: 0.5rem;
}

.topics__date {
	font-size: 1rem;
}

.topics__label {
	font-size: 0.86rem;
}

.topics__text {
	font-size: 1rem;
	letter-spacing: 0em;
	margin-top: 0.1rem;
	padding-right: 1.4rem;
}

.topics__x {
	gap: 0.9rem;
	margin-top: 2.9rem;
}

.topics__x--home {
	gap: 0.5rem;
	margin-top: 3.2rem;
}

.topics__x-icon {
	width: 2rem;
}

.topics__x-text {
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}

.topics__button {
	margin-top: 5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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