body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

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

.about {
	background-color: rgba(215, 209, 223, 0.18);
	padding: 2.8125rem 0 2.75rem;
}

.about__content {
	background-color: #fff;
	margin: 0 auto;
	max-width: 44.9375rem;
	padding: 3.3125rem 1.5625rem 4rem;
	width: 100%;
}

.about__heading {
	color: #004376;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
	text-align: center;
}

.about__items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 27.375rem;
	width: 100%;
}

.about__item {
	color: #004376;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.26;
}

.about__item + .about__item {
	margin-top: 1.5625rem;
}

.about__item-label {
	width: 6.6875rem;
}

.about__item-text {
	width: calc(100% - 6.6875rem);
}

.bushomei {
	text-align: center;
}

.bushomei a {
	background-color: #DEF8FF;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	max-width: 30.8125rem;
	min-height: 6.3125rem;
	padding: 0.9375rem 1.125rem 0.75rem;
	padding-right: 0.625rem;
	position: relative;
	width: 100%;
}

.bushomei a::before {
	background-image: url(../images/common/banner-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.bushomei__text {
	color: #0D4791;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.85;
	position: relative;
	text-align: center;
}

.bushomei__text strong {
	color: #fff;
	padding: 0.5rem 0.4375rem;
	padding-right: 0.1875rem;
	position: relative;
	z-index: 4;
}

.bushomei__text strong::before {
	background-color: #0D4791;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bushomei__text strong::after {
	background-color: #D3DDFF;
	content: "";
	height: 100%;
	left: 0.125rem;
	position: absolute;
	top: 0.125rem;
	width: 100%;
	z-index: -2;
}

.bushomei__text + .bushomei__text {
	margin-top: 1rem;
}

.contact-button a {
	align-items: center;
	background-color: #E55842;
	color: #fff;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	height: auto;
	height: initial;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.875rem 1rem 0.9375rem 0.875rem;
	position: relative;
	transition: 0.3s opacity;
}

.contact-button a:hover {
	opacity: 0.7;
}

.contact-button.contact-button--drawer a {
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	justify-content: center;
	padding-bottom: 0.4375rem;
	padding-top: 0.4375rem;
}

.contact-button.contact-button--big a {
	font-size: 1rem;
	padding: 0.625rem 0.625rem 0.4375rem;
}

.contact-button a::before {
	background-image: url(../../assets/images/common/mail-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.875rem;
	margin-right: 0.625rem;
	width: 1.3125rem;
}

.contact-button.contact-button--drawer a::before {
	height: 0.6875rem;
	margin-right: 0.6875rem;
	width: 1.0625rem;
}

.contact-button a::after {
	background-image: url(../../assets/images/common/arrow-icon1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.625rem;
	margin-left: 0.1875rem;
	width: 0.375rem;
}

.contact-button.contact-button--drawer a::after {
	height: 0.4375rem;
	margin-left: 0.625rem;
	width: 0.25rem;
}

.contact-content__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6875;
	text-align: center;
}

.contact-content__form {
	margin-top: 1.75rem;
}

.contact-info {
	background-color: #fff;
	border: 2px solid #0D4791;
	box-shadow: 4px 4px 5px rgba(38, 35, 181, 0.2);
	margin-left: auto;
	margin-right: auto;
	max-width: 30.8125rem;
	padding: 0 1.4375rem 0.875rem;
	width: 100%;
}

.contact-info__contact-text {
	-webkit-clip-path: polygon(0 0, 100% 0, 92.7% 100%, 7.3% 100%);
	background-color: #0D4791;
	clip-path: polygon(0 0, 100% 0, 92.7% 100%, 7.3% 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0 auto;
	max-width: 16.5625rem;
	padding: 0.625rem;
	text-align: center;
	width: 100%;
}

.contact-info__phone-number {
	align-items: center;
	color: #0D4791;
	display: flex;
	font-family: "Open Sans", sans-serif;
	font-size: 2.75rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.9375rem;
	text-align: center;
}

.contact-info__phone-number::before {
	background-image: url(../../assets/images/common/tel-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.4375rem;
	margin-right: 0.75rem;
	width: 2.5625rem;
}

.contact-info__contact-button {
	margin-top: 0.6875rem;
	max-width: 27.9375rem;
	width: 100%;
}

.contact-info2 {
	background-color: #fff;
	border: 2px solid #0D4791;
	box-shadow: 4px 4px 5px rgba(38, 35, 181, 0.2);
	margin-left: auto;
	margin-right: auto;
	max-width: 34.375rem;
	width: 100%;
}

.contact-info2__contact-text-wrap {
	display: flex;
}

.contact-info2__contact-text-left {
	-webkit-clip-path: polygon(0 0, 100% 0, 94.5% 100%, 0 100%);
	background-color: #0D4791;
	clip-path: polygon(0 0, 100% 0, 94.5% 100%, 0 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0 auto;
	max-width: 23.125rem;
	padding: 0.625rem;
	padding-left: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.contact-info2__contact-text-right {
	-webkit-clip-path: polygon(9.5% 0, 100% 0, 92.5% 100%, 0 100%);
	background-color: #5383ED;
	clip-path: polygon(9.5% 0, 100% 0, 92.5% 100%, 0 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-left: -1.25rem;
	max-width: 12.375rem;
	padding: 0.625rem 0.9375rem;
	width: 100%;
}

.contact-info2__contact-content {
	padding: 0 1.4375rem 0.875rem;
}

.contact-info2__phone-number {
	align-items: center;
	color: #0D4791;
	display: flex;
	font-family: "Open Sans", sans-serif;
	font-size: 2.75rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.9375rem;
	text-align: center;
}

.contact-info2__phone-number::before {
	background-image: url(../../assets/images/common/tel-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.4375rem;
	margin-right: 0.75rem;
	width: 2.5625rem;
}

.contact-info2__contact-button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.6875rem;
	max-width: 27.9375rem;
	width: 100%;
}

.contact-info2__contact-button a {
	align-items: center;
	background-color: #E55842;
	color: #fff;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	height: auto;
	height: initial;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.5625rem 1rem 0.6875rem 0.875rem;
	position: relative;
	transition: 0.3s opacity;
}

.contact-info2__contact-button a:hover {
	opacity: 0.7;
}

.contact-info2__contact-button a::before {
	background-image: url(../../assets/images/common/mail-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.875rem;
	margin-right: 0.625rem;
	width: 1.3125rem;
}

.contact-info2__contact-button a::after {
	background-image: url(../../assets/images/common/arrow-icon1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.625rem;
	margin-left: 0.1875rem;
	width: 0.375rem;
}

.flow-list {
	counter-reset: number;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.flow-list__item {
	display: flex;
	flex-direction: column;
}

.flow-list__item + .flow-list__item {
	margin-top: 0;
	margin-top: initial;
}

.flow-list__item-text {
	align-items: center;
	background-image: url(../../assets/images/common/flow-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #0D4791;
	display: flex;
	flex-grow: 1;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.125rem;
	padding: 2.5rem 0 2.5rem 2.5rem;
	position: relative;
	width: 100%;
}

.flow-list__item:first-child .flow-list__item-text,
.flow-list__item:nth-child(2) .flow-list__item-text {
	line-height: 1.2857142857;
	padding-left: 1.5625rem;
}

.flow-list__item-number span {
	align-items: center;
	color: #0D4791;
	display: flex;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 2.4375rem;
	text-align: center;
	text-transform: uppercase;
}

.flow-list__item-number span::after {
	content: counter(number);
	counter-increment: number;
}

.flow {
	padding: 4.3125rem 0 3.4375rem;
}

.flow__list {
	margin-top: 3.75rem;
	max-width: 61.875rem;
	position: relative;
	width: 100%;
}

.flow__list::after {
	background-image: url(../../assets/images/common/mv-icon2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -7.5rem;
	content: "";
	height: 10.625rem;
	position: absolute;
	right: calc(50% - min(49vw, 33.8125rem));
	width: 3.625rem;
}

.flow-list__contact-info {
	margin-top: 4.25rem;
}

.footer {
	background-color: #0D4791;
	padding: 2.5rem 0 2.125rem;
}

.footer__logo {
	margin: 0 auto;
	width: 3.875rem;
}

.footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 124/152;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__button {
	margin-top: 2rem;
}

.footer__button a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
}

.footer__button a::after {
	background-image: url(../../assets/images/common/arrow-icon1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.625rem;
	margin-left: 0.5rem;
	width: 0.4375rem;
}

.footer__copy {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	margin-top: 0.8125rem;
}

.header {
	background-color: #fff;
	height: 6.6875rem;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 68.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.header__logo {
	height: inherit;
	max-width: 3.75rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	height: inherit;
	max-width: 34.875rem;
	width: 100%;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__contact {
	align-items: center;
	display: flex;
	max-width: 21.5rem;
	width: 100%;
}

.header__nav-item a {
	align-items: center;
	color: #0D4791;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 0 0.6875rem;
	text-transform: uppercase;
}

.header__nav-item a span {
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: relative;
}

.header__nav-item a span::after {
	background: #0D4791;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s; /*変形の時間*/
	width: 100%;
}

.header__nav-item a:hover span::after {
	transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.header__button-wrap {
	-moz-column-gap: 0.25rem;
	align-items: center;
	column-gap: 0.25rem;
	display: none;
}

.header__hamburger {
	display: none;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: rgba(218, 228, 242, 0.9);
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	margin-top: 5rem;
	overflow-y: scroll;
	padding: 1.6875rem 0;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	color: #0D4791;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.75rem 0;
	text-align: center;
	text-transform: uppercase;
}

.header__contact-info {
	margin-top: 2.25rem;
}

.header__contact-info2 {
	margin-top: 1.25rem;
}

.header__mail-button {
	display: none;
}

.header__mail-img {
	margin: 0 auto;
	width: 1.5rem;
}

.header__mail-img img {
	-o-object-fit: contain;
	aspect-ratio: 24/16;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.heading {
	color: #004376;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1;
	margin: 0 auto;
	padding-bottom: 0.75rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.heading.heading--white {
	color: #fff;
}

.heading::after {
	background-color: #0D4791;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.heading.heading--white::after {
	background-color: #fff;
}

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

.mv {
	height: 45.625rem;
}

.mv__inner {
	height: inherit;
	position: relative;
}

.mv__inner::before {
	background-image: url(../../assets/images/common/mv-icon1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18.375rem;
	left: calc(50% - min(48vw, 35.5rem));
	position: absolute;
	top: -0.6875rem;
	width: 13.875rem;
}

.mv__inner::after {
	background-image: url(../../assets/images/common/mv-icon2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 5.3125rem;
	content: "";
	height: 10.625rem;
	position: absolute;
	right: calc(50% - min(38vw, 24.8125rem));
	width: 3.6875rem;
}

.mv__img,
.mv__img img {
	height: inherit;
}

.mv__text-wrap {
	left: 50%;
	max-width: 43.1875rem;
	position: absolute;
	top: 2.5rem;
	transform: translateX(-50%);
	width: 100%;
}

.mv__heading-main {
	color: #0D4791;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.4229166667;
}

.mv__heading-main strong {
	font-size: 3.4375rem;
}

.mv__heading-main span {
	font-size: 2.25rem;
}

.mv__heading-sub-wrap {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
	max-width: 41.5rem;
	padding: 1.3125rem 1rem 1.125rem;
	width: 100%;
}

.mv__heading-sub {
	color: #0D4791;
	font-size: 1.9375rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	text-align: center;
}

.mv__heading-tag-wrap {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: flex;
	justify-content: center;
	margin-top: 0.875rem;
}

.mv__heading-tag {
	background-color: #0D4791;
	box-shadow: 4px 4px 5px rgba(38, 35, 181, 0.2);
	color: #fff;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 1.125rem 1.5rem 0.9375rem;
}

.mv__contact-info {
	margin-top: 2.8125rem;
}

.mv__bushomei {
	margin-top: 1.0625rem;
}

.privacy-contact__heading {
	background-color: #0D4791;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 calc(50% - 50vw);
	padding: 1.9375rem 0;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}

.privacy-contact__wrap {
	background-color: rgba(215, 209, 223, 0.18);
	margin: 0 calc(50% - 50vw);
	padding: 4.5rem 0 4.25rem;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}

.privacy-contact__content {
	background-color: #fff;
	margin: 0 auto;
	max-width: 41.5rem;
	padding: 2.5rem 2.4375rem 2.5625rem;
	width: 100%;
}

.privacy-content__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6875;
}

.privacy-content__items {
	margin-top: 3.3125rem;
}

.privacy-content__item + .privacy-content__item {
	margin-top: 2.8125rem;
}

.privacy-content__item-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.privacy-content__item-text {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.6875;
	margin-top: 0.8125rem;
}

.privacy-content__info-wrap {
	align-items: flex-end;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 4.9375rem;
}

.privacy-content__left {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	max-width: 21rem;
	width: 100%;
}

.privacy-content__right {
	font-size: 1rem;
	line-height: 1.6875;
	margin-left: 1.8125rem;
	max-width: 14.1875rem;
	text-align: right;
	width: 100%;
}

.reason {
	background-color: #0D4791;
	padding: 3.125rem 0;
}

.reason__heading {
	position: relative;
}

.reason__heading::before {
	background-image: url(../../assets/images/common/reason-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.1875rem;
	position: absolute;
	right: -4rem;
	top: 110%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.reason__items {
	grid-column-gap: 1.6875rem;
	-moz-column-gap: 1.6875rem;
	column-gap: 1.6875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.625rem;
	position: relative;
}

.reason__item {
	background-color: #fff;
	color: #0D4791;
	display: flex;
	font-size: 1.3125rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.9142857143;
	padding: 3rem 1.25rem 2.6875rem;
}

.reason__item-text span {
	color: #E55842;
}

.service {
	padding: 4.625rem 0;
}

.service__heading {
	position: relative;
}

.service__heading::before {
	background-image: url(../../assets/images/common/service-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.0625rem;
	left: -4.4375rem;
	position: absolute;
	top: 68%;
	transform: translateY(-50%);
	width: 2.875rem;
}

.service__items {
	grid-column-gap: 1.625rem;
	-moz-column-gap: 1.625rem;
	grid-row-gap: 1.875rem;
	column-gap: 1.625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.5625rem;
	row-gap: 1.875rem;
}

.service__item {
	align-items: center;
	border: 3px solid #0D4791;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0.6875rem 2rem;
}

.service__item-img {
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.125rem;
	width: 3.5rem;
}

.service__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 56/56;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.service__item-title {
	color: #0D4791;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 2.75rem;
	text-align: center;
}

.service__item-text {
	color: #231815;
	flex-grow: 1;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.925;
	margin-top: 2.3125rem;
}

.voice {
	background-color: rgba(215, 209, 143, 0.18);
	padding: 3.8125rem 0 6.25rem;
}

.voice__items {
	-moz-column-gap: 3.0625rem;
	column-gap: 3.0625rem;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5625rem;
	max-width: 57.1875rem;
	width: 100%;
}

.voice__item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 50%;
}

.voice__item-title {
	color: #0D4791;
	font-size: 1.3125rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
	text-align: center;
}

.voice__item-title .title-number {
	font-size: 1.625rem;
}

.voice__item-title strong {
	font-size: 1.6875rem;
	font-weight: 700;
}

.voice__item-title .title-honor {
	font-size: 1.25rem;
}

.voice__item-text-wrap {
	background-color: #fff;
	border-radius: 2.5rem;
	color: #231815;
	display: flex;
	filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.2));
	flex-direction: column;
	flex-grow: 1;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.8375;
	margin-top: 2.25rem;
	padding: 2rem 2rem;
	position: relative;
}

.voice__item-text-wrap::before {
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color: #fff;
	bottom: -1.375rem;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	height: 1.4375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.4375rem;
}

.voice__item-text {
	flex-grow: 1;
}

.voice__item-pop {
	background-image: url(../../assets/images/common/voice-pop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -10.9375rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	height: 14.375rem;
	line-height: 1.8888888889;
	padding: 3.75rem 0;
	position: absolute;
	right: calc(50% - min(26vw, 18.1875rem));
	text-align: center;
	width: 14.375rem;
	z-index: 1;
}

.voice__item-pop .text-big {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.9375rem;
	font-weight: 900;
	line-height: 1.0967741935;
}

.voice__item-pop .text-big span {
	font-size: 1.125rem;
}

.voice__item-pop .text-middle {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1.1333333333;
}

.voice__item-pop .text-middle small {
	font-size: 1.125rem;
}

.voice__item-pop .text-middle span {
	font-size: 1.6875rem;
}

.voice__item-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: 5.875rem;
}

.voice__item:nth-child(2) .voice__item-img {
	width: 4.25rem;
}

.worries {
	padding: 4.75rem 0 4.5rem;
}

.worries__heading {
	position: relative;
}

.worries__heading::before {
	background-image: url(../../assets/images/common/worries-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 7.8125rem;
	left: -3.8125rem;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 2.4375rem;
}

.worries__items {
	-moz-column-gap: 0.5625rem;
	column-gap: 0.5625rem;
	display: flex;
	justify-content: center;
	margin-top: 2.6875rem;
	position: relative;
}

.worries__items::before {
	background-image: url(../../assets/images/common/worries-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20rem;
	left: 47.5%;
	position: absolute;
	top: -0.6875rem;
	transform: translateX(-50%);
	width: 52.125rem;
	z-index: -1;
}

.worries__item {
	color: #fff;
	display: flex;
	font-size: 1.0625rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.16em;
	max-width: 15.375rem;
	position: relative;
	width: 100%;
}

.worries__item:first-child {
	margin-top: 2.875rem;
	padding: 2.5rem 0 4.875rem;
}

.worries__item:nth-child(2) {
	padding: 3.625rem 0 5.375rem;
}

.worries__item:nth-child(3) {
	margin-top: 4.5625rem;
	max-width: 17.1875rem;
	padding: 2.75rem 0 4.4375rem;
	width: 100%;
}

.worries__item::before {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.worries__item:first-child::before {
	background-image: url(../../assets/images/common/speech-bubble1.png);
}

.worries__item:nth-child(2)::before {
	background-image: url(../../assets/images/common/speech-bubble2.png);
}

.worries__item:nth-child(3)::before {
	background-image: url(../../assets/images/common/speech-bubble3.png);
}

.worries__img {
	height: 7.9375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.9375rem;
	position: relative;
	width: 14.5rem;
}

.worries__img img {
	-o-object-fit: contain;
	aspect-ratio: 232/127;
	display: block;
	height: 100%;
	left: -0.9375rem;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 1040px) {

html {
	font-size: 1.5384615385vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.about {
	padding: 1.5625rem 0 1.875rem;
}

.about__content {
	padding: 2.125rem 1rem;
}

.about__items {
	margin-top: 1.1875rem;
}

.about__item {
	letter-spacing: 0;
}

.about__item + .about__item {
	margin-top: 0.8125rem;
}

.about__item-label {
	width: 5.4375rem;
}

.about__item-text {
	width: calc(100% - 5.4375rem);
}

.bushomei a {
	max-width: 22.3125rem;
	min-height: 100%;
	padding: 0.9375rem 0.3125rem 0.625rem 0.625rem;
	padding-top: 0.9375rem;
}

.bushomei__text {
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	line-height: 1.4230769231;
}

.bushomei__text + .bushomei__text {
	margin-top: 0.5rem;
}

.contact-button.contact-button--big a {
	font-size: 0.75rem;
	padding: 0.4375rem 0.625rem 0.4375rem;
}

.contact-button.contact-button--big a::before {
	height: 0.6875rem;
	margin-right: 0.1875rem;
	width: 1.0625rem;
}

.contact-button.contact-button--big a::after {
	height: 0.4375rem;
	margin-left: 0.1875rem;
	width: 0.25rem;
}

.contact-info {
	max-width: 22.3125rem;
	padding: 0 1.0625rem 0.625rem;
}

.contact-info__contact-text {
	font-size: 0.75rem;
	max-width: 12rem;
	padding: 0.5rem;
}

.contact-info__phone-number {
	font-size: 2rem;
	margin-top: 0.625rem;
}

.contact-info__phone-number::before {
	height: 1.75rem;
	width: 1.875rem;
}

.contact-info__contact-button {
	margin-top: 0.375rem;
	max-width: 20.25rem;
}

.contact-info2 {
	max-width: 22.3125rem;
}

.contact-info2__contact-text-left {
	font-size: 0.75rem;
	max-width: 15.9375rem;
	padding: 0.25rem 0.625rem;
	text-align: left;
}

.contact-info2__contact-text-right {
	font-size: 0.75rem;
	max-width: 7.375rem;
	padding: 0.25rem 0.9375rem;
}

.contact-info2__contact-content {
	padding: 0 0.6875rem 0.75rem;
}

.contact-info2__phone-number {
	font-size: 2rem;
	margin-top: 0.625rem;
}

.contact-info2__phone-number::before {
	height: 1.75rem;
	width: 1.875rem;
}

.contact-info2__contact-button {
	margin-top: 0.375rem;
	max-width: 20.25rem;
}

.contact-info2__contact-button a {
	font-size: 0.75rem;
	padding: 0.4375rem 0.1875rem 0.4375rem 0.3125rem;
}

.contact-info2__contact-button a::before {
	margin-right: 0.625rem;
	width: 1.1875rem;
}

.contact-info2__contact-button a::after {
	margin-left: 0.625rem;
}

.flow-list {
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 22.5625rem;
	row-gap: 0.875rem;
	width: 100%;
}

.flow-list__item-text {
	font-size: 1.1875rem;
	margin-top: 0.4375rem;
	min-height: 6.875rem;
	padding: 2.0625rem 0 2.0625rem 2.3125rem;
}

.flow-list__item:first-child .flow-list__item-text,
.flow-list__item:nth-child(2) .flow-list__item-text {
	line-height: 1.315926893;
	padding-left: 1.0625rem;
}

.flow-list__item-number span {
	font-size: 1.25rem;
	padding-left: 2.125rem;
}

.flow {
	padding: 2.4375rem 0 2.625rem;
}

.flow__list {
	margin-top: 2.3125rem;
}

.flow__list::after {
	bottom: -0.8125rem;
	height: 9.375rem;
	right: 3.9375rem;
	width: 3.25rem;
}

.flow-list__contact-info {
	margin-top: 2.75rem;
}

.footer {
	padding: 1.5625rem 0 1.25rem;
}

.footer__button {
	margin-top: 1rem;
}

.header {
	height: 5rem;
	padding-right: 0;
}

.header__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__logo {
	max-width: 2.5rem;
}

.header__nav {
	display: none;
}

.header__contact {
	display: none;
}

.header__button-wrap {
	display: flex;
}

.header__hamburger {
	background-color: #0D4791;
	border: none;
	cursor: pointer;
	display: block;
	height: 3rem;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 3rem;
	z-index: 999;
}

.header__mail-button {
	display: block;
}

.header__mail-button a {
	align-items: center;
	background-color: #E55842;
	border: none;
	cursor: pointer;
	display: block;
	display: flex;
	height: 100%;
	height: 3rem;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 100%;
	width: 3rem;
	z-index: 999;
}

.heading {
	font-size: 1.25rem;
	line-height: 1.5;
	padding-bottom: 0.5625rem;
	text-align: center;
}

.inner {
	max-width: 37.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.mv {
	height: 30rem;
}

.mv__inner::before {
	display: none;
}

.mv__inner::after {
	display: none;
}

.mv__text-wrap {
	max-width: 25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	top: 1.25rem;
}

.mv__heading-main {
	font-size: 1.875rem;
	letter-spacing: -0.14em;
	line-height: 1.5;
	text-align: center;
}

.mv__heading-main strong {
	font-size: 2.25rem;
	letter-spacing: -0.13em;
}

.mv__heading-main span {
	font-size: 1.4375rem;
}

.mv__heading-sub-wrap {
	margin-top: 0.6875rem;
	padding: 0.6875rem 0.5625rem 0.625rem;
}

.mv__heading-sub {
	font-size: 1.0625rem;
	letter-spacing: 0.067em;
}

.mv__heading-tag-wrap {
	-moz-column-gap: 0.4375rem;
	column-gap: 0.4375rem;
	margin-top: 0.5rem;
}

.mv__heading-tag {
	font-size: 0.625rem;
	padding: 0.625rem 0.25rem;
	text-align: center;
}

.mv__heading-tag:first-child {
	max-width: 6.75rem;
	width: 100%;
}

.mv__heading-tag:nth-child(2) {
	max-width: 4.375rem;
	width: 100%;
}

.mv__heading-tag:nth-child(3) {
	max-width: 9.0625rem;
	width: 100%;
}

.mv__contact-info {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
}

.privacy-contact__heading {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.privacy-contact__wrap {
	padding-bottom: 34;
	padding-top: 2.25rem;
}

.privacy-contact__content {
	padding: 1.25rem;
}

.privacy-content__info-wrap {
	align-items: flex-start;
	flex-direction: column;
}

.privacy-content__right {
	margin-left: 0;
	margin-top: 1.25rem;
	text-align: left;
}

.reason {
	padding: 3.1875rem 0;
}

.reason__heading::before {
	height: 5.125rem;
	right: -2.5625rem;
	top: 20%;
	width: 1.5625rem;
}

.reason__items {
	grid-template-columns: 1fr;
	margin-top: 2.125rem;
	row-gap: 2.25rem;
}

.service {
	padding: 3.125rem 0;
}

.service__heading::before {
	left: -3.8125rem;
	top: 80%;
}

.service__items {
	grid-template-columns: 1fr;
	margin-top: 3.625rem;
}

.voice {
	padding: 2.25rem 0 2.875rem;
}

.voice__inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.voice__items {
	flex-direction: column;
	margin-top: 2rem;
	row-gap: 1.8125rem;
}

.voice__item {
	width: 100%;
}

.voice__item-title {
	line-height: 1.4814814815;
}

.voice__item-text-wrap {
	margin-top: 1rem;
	padding: 1.3125rem 1.625rem 1.0625rem;
}

.voice__item-pop {
	font-size: 0.9375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.75rem;
	padding: 4.125rem 0;
	position: static;
	width: 11.75rem;
}

.voice__item-pop .text-big {
	font-size: 1.5625rem;
}

.voice__item-pop .text-big span {
	font-size: 0.9375rem;
}

.voice__item-pop .text-middle {
	font-size: 1.5rem;
}

.voice__item-pop .text-middle small {
	font-size: 0.9375rem;
}

.voice__item-pop .text-middle span {
	font-size: 1.375rem;
}

.voice__item-img {
	margin-top: 2rem;
}

.worries {
	padding: 3rem 0 3.4375rem;
}

.worries__heading::before {
	height: 5.6875rem;
	left: -2.875rem;
	top: 40%;
	width: 1.8125rem;
}

.worries__items {
	align-items: center;
	flex-direction: column;
	margin-top: 2.3125rem;
}

.worries__items::before {
	background-image: url(../../assets/images/common/worries-sp-bg.png);
	height: 47.75rem;
	left: 50%;
	top: -2rem;
	transform: translateX(-50%);
	width: 21.75rem;
}

.worries__item + .worries__item {
	margin-top: 0.625rem;
}

.worries__item:first-child {
	margin-top: 0;
	padding: 2.5rem 0 5.25rem;
}

.worries__item:nth-child(2) {
	padding: 3.625rem 0 5.8125rem;
}

.worries__item:nth-child(3) {
	padding: 2.5625rem 0 4.75rem;
}

.worries__img {
	margin-top: 1.5rem;
}

.worries__img img {
	left: 0;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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