@charset "utf-8";

/* ==========================================
カスタムプロパティ
========================================== */

:root {
	/* color */
	--base-body-bg: #fff;
	--base-body-color: #333;
	--white: #fff;
	--black01: #333;
	--black02: #555;
	--primary: #233B6C;
	--primary01: var(--primary);
	--primary02: #3E557E;
	--primary03: #566A93;
	--primary04: #6F82A8;
	--primary05: #E6EAF1;
	--secondary: #F8F4E6;
	--tertiary: #C74040;
	/* --quaternary: #1a1817;
    --fifth: #FFE6CE;
    --sixth: #FFF8EF;
	--seventh: #FDEDDE; */

	/* font family */
	--base-font-family: "Noto Sans JP", sans-serif;
	--font-family01: var(--base-font-family);
	--font-family02: "Noto Serif JP", serif;
	--font-family03: "Lato", sans-serif;
	--font-family04: "Nothing You Could Do", cursive;
}

/* ==========================================
共通
========================================== */

html {
	/* font-size: var(--root-font-size); */
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	max-width: 192rem;
	width: 100%;
	line-height: 1.944;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: var(--base-font-family);
	color: var(--base-body-color);
	background: var(--secondary);
	opacity: 0;
  	transition: .3s;
  	pointer-events: none;
}

body.active {
	opacity: 1;
	pointer-events: unset;
}

p {
	letter-spacing: 0.05em;
}

a {
	-webkit-touch-callout: none !important;
}

input {
	appearance: auto;
	border: 1px solid var(--ui-border-color);
}

input:focus-visible {
	outline: 1px solid var(--ui-focus-color);
	border-color: var(--ui-focus-color);
}

textarea {
	border: 1px solid var(--ui-border-color);
}

textarea:focus-visible {
	outline: 1px solid var(--ui-focus-color);
	border-color: var(--ui-focus-color);
}

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

.anchor-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 50px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: -1;
}

.area {
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto;
	position: relative;
}

.contents01 {
	max-width: 132rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* top */

.contents01 {
	max-width: 132rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.contents02 {
	max-width: 142rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.contents03 {
	max-width: 152rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* top */

.contents04 {
	max-width: 162rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* top */
.contents05 {
	max-width: 172rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* top */
.contents06 {
	max-width: 184rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* ==========================================
改行
========================================== */

.br-768-none br {
	display: none;
}

.br-768-block br {
	display: block;
}

.br-576-none br {
	display: none;
}

.br-576-block br {
	display: block;
}

/* ==========================================
色
========================================== */

/*テキストカラー*/

.base-body-color {
	color: var(--base-body-color);
}

.white {
	color: var(--white);
}

.black01 {
	color: var(--black01);
}

.black02 {
	color: var(--black02);
}

.primary01 {
	color: var(--primary01);
}

.primary02 {
	color: var(--primary02);
}

.primary03 {
	color: var(--primary03);
}

.primary04 {
	color: var(--primary04);
}

.primary05 {
	color: var(--primary05);
}

.secondary {
	color: var(--secondary);
}

.tertiary {
	color: var(--tertiary);
}

/*背景色*/

.bg-white {
	background: var(--white);
}

.bg-black01 {
	background: var(--black01);
}

.bg-black02 {
	background: var(--black02);
}

.bg-primary01 {
	background: var(--primary01);
}

.bg-primary02 {
	background: var(--primary02);
}

.bg-primary03 {
	background: var(--primary03);
}

.bg-primary04 {
	background: var(--primary04);
}

.bg-secondary {
	background: var(--secondary);
}

.bg-tertiary {
	background: var(--tertiary);
}

/*テキスト影*/

.text-shadow-primary {
	text-shadow: 0 0 1rem rgba(18, 39, 82, 1);
}

.text-stroke-white {
	text-stroke: .6rem var(--white);
	-webkit-text-stroke: .1rem var(--white);
	paint-order: stroke;
	text-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
	filter:
		drop-shadow(0 0 0.3rem var(--white)) drop-shadow(0 0 0.8rem var(--white));
}

/*強調*/

p strong {
	color: var(--primary01);
	font-weight: 500;
}

/*マーカー*/

.marker-title-box .marker-primary04 strong {
	color: var(--primary);
	padding: 0;
	background-size: 85% 100%;
}

.marker-primary04 strong {
	display: inline;
	background: linear-gradient(transparent 75%, rgba(111, 130, 168, 0.4) 75%) no-repeat, center;
	background-size: 100% 100%;
	background-position: center;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 0 2px;
	font-weight: 600;
}

/*マスク*/

.mask {
	position: relative;
	transition: all .3s;
}

.mask:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all .3s;
}

.mask-primary01:before {
	background: linear-gradient(0deg, rgba(35, 59, 108, 1) 0%, rgba(35, 59, 108, 0) 100%);
}

/* ==========================================
フォント
========================================== */

.font-family01 {
	font-family: var(--font-family01);
}

.font-family02 {
	font-family: var(--font-family02);
}

.font-family03 {
	font-family: var(--font-family03);
}

.font-family04 {
	font-family: var(--font-family04);
}

/* ==========================================
ヘッダー
========================================== */

.header {
	position: relative;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10rem;
	background: var(--white);
	transition: all .3s;
}

.header.clone {
    position: fixed;
    top: -150px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.header.clone.is-animation {
    top: 0;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

.hAr {
	width: 100%;
	max-width: 190rem;
	height: 100%;
	margin: 0 0 0 auto;
	padding: 0 0 0 2rem;
}

.clone .hAr {
	padding: 0 4rem;
}

.hBx {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
}

.hLogo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	max-width: 22rem;
}

.hBxR {
	flex: 1;
	max-width: 127.5rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6rem;
	transition: all .3s;
}

.clone .hBxR {
    max-width: 112.5rem;
	transition: all .3s;
}

.hNavBx {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hNavItem {
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.hNavItem a:hover {
	text-decoration: underline;
}

.hConsultAr {
	position: relative;
	width: 30rem;
	height: 100%;
	transition: all .3s;
}

.clone .hConsultAr {
	display: none;
	transition: all .3s;
}

.hConsultBx {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
	padding: 2.5rem;
	aspect-ratio: 30/18;
	background: var(--primary);
}


.hConsultBxTxt01 {
	font-size: 2.2rem;
	line-height: 1.45;
	color: var(--white);
	font-weight: 600;
}

.hConsultLinkBx {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	width: 100%;
	max-width: 13.5rem;
}

.hConsultFukidashiBx {
	position: absolute;
	z-index: 5;
	bottom: -2rem;
	right: 0;
	left: 0;
	margin: auto;
	width: 86%;
	height: 4rem;
}

.fixLinkBx {
	display: none;
	transition: all .3s;
}

.clone .fixLinkBx {
	display: flex;
	transition: all .3s;
}

.fixLinkBx .mailBtn a:before {
	background: url(../../../../uploads/mail_link_hover.svg)no-repeat center /contain;
}

.fixLinkBx .mailBtn a:after {
	background: url(../../../../uploads/mail_link.svg)no-repeat center /contain;
}

.fixLinkBx .telBtn a:before {
	background: url(../../../../uploads/tel_link_hover.svg)no-repeat center /contain;
}

.fixLinkBx .telBtn a:after {
	background: url(../../../../uploads/tel_link.svg)no-repeat center /contain;
}

.hConsultFukidashi {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 100vmax;
	background: var(--secondary);
	filter: drop-shadow(0 2px 0 var(--white));
}

.hConsultFukidashi::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-style: solid;
	border-width: 0 12.5px 9px 12.5px;
	border-color: transparent transparent var(--secondary);
	translate: -50% -100%;
}

.hConsultFukidashi p {
	font-size: 1.8rem;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: var(--primary);
}



/* ==========================================
ヘッダー
========================================== */

/* ==========================================
スマホ固定ヘッダー
========================================== */

.sp-header {
	width: 100%;
	height: 8rem;
	display: none;
	padding: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.sp-header-block {
	width: 100%;
	height: 100%;
	flex: 1;
	border-right: solid 1px;
}

.sp-header-block-color {
	background: var(--primary);
	border-color: var(--white);
	color: var(--white);
}

.sp-header-block-color:first-child,
.sp-header-block-color:last-child {
	background: var(--white);
	color: var(--primary);
}

.sp-header-link {
	width: 100%;
	height: 100%;
}

.sp-header-link {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sp-header-link:before {
	content: "";
	display: inline-block;
	max-width: 3rem;
	width: 100%;
	height: 3rem;
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
}

.sp-header-link-pagetop:before {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
}

.sp-header-link-tel:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
}

.sp-header-link-contact:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
}

.sp-header-link-map:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
}

.sp-header-link p {
	margin: .9rem 0 0;
	font-weight: 500;
}

/* ---------- ハンバーガーボタン ---------- */

.sp-nav-btn {
	width: 6rem;
	height: 6rem;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: fixed;
	top: 2rem;
	bottom: auto;
	right: 2rem;
	z-index: 9999;
}

.sp-nav-btn-color {
	background: var(--primary);
	color: var(--white);
}

.sp-nav-btn-bar-box {
	max-width: 4rem;
	width: 100%;
	height: 1rem;
	display: flex;
	position: relative;
}

.sp-nav-btn-bar {
	display: block;
	width: 100%;
	height: 1px;
	background: var(--white);
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	transition: .3s;
}

.sp-nav-btn-bar-top {
	top: 10%;
}

.sp-nav-btn-bar-center {
	top: 50%;
	transform: translateY(-50%);
}

.sp-nav-btn-bar-bottom {
	top: 90%;
	transform: translateY(-100%);
}

.sp-nav-btn-text {
	font-size: 1.4rem;
	margin: .7rem 0 0;
}

.js-open .sp-nav-btn-bar-top {
	top: 50%;
	transform: rotate(35deg) translateY(-50%);
}

.js-open .sp-nav-btn-bar-center {
	opacity: 0;
}

.js-open .sp-nav-btn-bar-bottom {
	top: 50%;
	transform: rotate(-35deg) translateY(-50%);
}

/* ---------- ハンバーガーメニュー ---------- */

.js-sp-nav {
	display: none;
	max-width: 1920px;
	width: 100%;
	margin: auto;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	transition: ease .5s;
	z-index: 999;
}

.sp-nav.js-open {
	right: 0;
}

.sp-nav-bg {
	background: var(--white);
}

.sp-nav-area {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 8rem 1.5rem;
}

.hamLogo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    max-width: 18rem;
    width: 45%;
	z-index: 1;
}

.sp-nav-list {
	padding: 4.5rem 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.sp-nav-list::-webkit-scrollbar {
	display: none;
}

.sp-nav-list-item {
	width: 100%;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	position: relative;
	border-bottom: solid 1px #D5D5D5;
}

.sp-nav-list-item a {
	display: block;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	transition: .3s;
}

.sp-nav-list-item a:hover {
	opacity: .6;
}

.sp-nav-list-item-color {
	border-bottom-color: #D5D5D5;
}

.hamConsultLinkBx {
	display: flex;
	margin: 3rem 0 0;
}

.hamConsultLink.mailBtn {
	margin: 0 1.5rem 0 0;
}

/* テキスト */

.text18 {
	font-size: 1.8rem;
	line-height: 1.944em;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.text20 {
	font-size: 2rem;
	line-height: 2.5em;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.title30 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	font-size: 3rem;
	line-height: 1.45;
	letter-spacing: 0.08em;
	font-weight: 600;
	font-family: var(--font-family02);
}

.title30-deco::before,
.title30-deco::after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1px;
	background: var(--primary);
}

.title35 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	font-size: 3.5rem;
	line-height: 1.45;
	letter-spacing: 0.08em;
	font-weight: 600;
	font-family: var(--font-family02);
}

.title40 {
	font-size: 4rem;
	letter-spacing: 0.08em;
	font-weight: 500;
	line-height: 1.375;
	font-family: var(--font-family02);
}

.title45 {
	font-size: 4.5rem;
	letter-spacing: 0.08em;
	font-weight: 600;
	line-height: 1.375;
	font-family: var(--font-family02);
}


.title50 {
	font-size: 5rem;
	letter-spacing: 0.08em;
	font-weight: 600;
	line-height: 1.45;
	font-family: var(--font-family02);
}

.title60 {
	font-size: 6rem;
	letter-spacing: 0.08em;
	font-weight: 600;
	line-height: 1.45;
	font-family: var(--font-family02);
}

.deco-en-title100 {
	font-size: 10rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.375;
	font-family: var(--font-family04);
}

.text-center {
	text-align: center;
}

.point-primary span {
	color: var(--primary);
	font-weight: 500;
	font-size: 112.5%;
}

/* テキスト */

/* ボタン */

.btn01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	max-width: 31rem;
	height: 6rem;
	padding: 0 1rem 0 3rem;
	border: 1px solid var(--primary);
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1.45;
	color: var(--primary);
	transition: .3s;

	/* Safari/iOS用対策 */
	-webkit-appearance: none;           /* ボタンの標準スタイルを無効化 */
    appearance: none;
    -webkit-tap-highlight-color: transparent; /* タップ時の青/グレー背景を消す */
    -webkit-touch-callout: none;        /* 長押しメニュー禁止 */
    -webkit-user-select: none;          /* テキスト選択禁止（誤作動防止） */
}

.btn01:before{
	content: "";
	position: absolute;
    top: 50%;
    right: 1rem;
	display: block;
	width: 4.5rem;
	height: 4.5rem;
	background: url(../../../../uploads/arrow01_primary.svg)no-repeat center /contain;
	transition:opacity 0.3s ease-in-out;
	transform: translateY(-50%);
	z-index: 1;
}

.btn01:hover,
.btn01:active {
	color: var(--white);
	background: var(--primary);
}

.btn01:after {
    content: "";
    position: absolute;
	display: block;
	width: 4.5rem;
	height: 4.5rem;
    top: 50%;
    right: 1rem;
	background: url(../../../../uploads/arrow01_white.svg)no-repeat center /contain;
	opacity: 0;
	transform: translateY(-50%);
    transition: opacity 0.3s ease;
	z-index: 1;
}

.btn01:hover::before {
    opacity: 0;
}
.btn01:hover::after {
    opacity: 1;
}

.btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.btn02 img {
	display: block;
	width: 3rem !important;
	margin: 0 2rem 0 0;
}

.btn02-contact {
	max-width: 30.7rem;
	width: 46.52%;
	padding: 2rem 2rem 1.95rem 1rem;
	font-size: 2rem;
	font-weight: 500;
}

.btn02-contact img {
	transition: all .3s;
}

.btn02-tel {
	max-width: 33.2rem;
	width: 50%;
	padding: 1rem 2rem 1rem 1rem;
	font-family: var(--font-family03);
	font-size: 3rem;
	font-weight: 700;
}

.btn02-tel a {
	cursor:auto
}

.btn02-tel .tel-text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.tel-num {
	line-height: 1;
}

.btn02-tel.white,
.btn02-contact.bg-white {
	border: 1px solid var(--white);
}

.btn02-contact.bg-white.primary01:hover {
	color: var(--white);
	background: var(--primary01);
	transition: all .3s;
}

.btn02-contact.bg-white:hover img {
	filter: brightness(0) invert(1);
	transition: all .3s;
}

.btn02-contact.bg-primary01,
.btn02-tel.primary01 {
	border: 1px solid var(--primary01);
}

.btn02-contact.bg-primary01.white:hover {
	color: var(--primary01);
	background: var(--white);
	transition: all .3s;
}

.img-normal img {
	display: block;
	transition: all .3s;
}

.btn02-contact:hover .img-normal img {
	display: none;
	transition: all .3s;
}

.img-hover img {
	display: none;
	transition: all .3s;
}

.btn02-contact:hover .img-hover img {
	display: block;
	transition: all .3s;
}


.mailBtn {
	width: 100%;
	max-width: 80px;
	aspect-ratio: 1/1;
}

.mailBtn a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--primary);
	position: relative;
}

.mailBtn a:before {
    content: "";
	position: absolute;
	inset: 0;
    background: url(../../../../uploads/mail_link.svg)no-repeat center /contain;
    transition: background-image 0.3s ease-in-out;
    
    /* Safari/iOS用対策 */
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden; /* チラつき防止 */
}

.mailBtn a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../../../../uploads/mail_link_hover.svg) no-repeat center / contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mailBtn a:hover::before {
    opacity: 0;
}
.mailBtn a:hover::after {
    opacity: 1;
}

/* .mailBtn a:hover {
    background-image: url(../../../../uploads/mail_link_hover.svg);
} */

.mailBtn a:active {
    transform: scale(1); /* 念のためアクティブ時のサイズ変化を抑止 */
}

.telBtn {
	width: 100%;
	max-width: 80px;
	aspect-ratio: 1/1;
}

.telBtn a {
	display: block;
	width: 100%;
	height: 100%;
	/* transition: all .3s; */
	border: 1px solid var(--primary);
	border-radius: 50%;
	position: relative;
}

.telBtn a:before {
    content: "";
	position: absolute;
	inset: 0;
	background: url(../../../../uploads/tel_link.svg)no-repeat center /contain;
    transition: background-image 0.3s ease-in-out;
    
    /* Safari/iOS用対策 */
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden; /* チラつき防止 */
}

.telBtn a::after {
    content: "";
    position: absolute;
    inset: 0;
	background: url(../../../../uploads/tel_link_hover.svg)no-repeat center /contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.telBtn a:hover::before {
    opacity: 0;
}
.telBtn a:hover::after {
    opacity: 1;
}

.hamConsultLink.mailBtn a:before {
	background: url(../../../../uploads/mail_link_hover.svg)no-repeat center /contain;
}

.hamConsultLink.mailBtn a:after {
	background: url(../../../../uploads/mail_link.svg)no-repeat center /contain;
}

.hamConsultLink.telBtn a:before {
	background: url(../../../../uploads/tel_link_hover.svg)no-repeat center /contain;
}

.hamConsultLink.telBtn a:after {
	background: url(../../../../uploads/tel_link.svg)no-repeat center /contain;
}

.banner-link {
	max-width: 64rem;
	width: 100%;
	display: block;
	/* padding: 4rem 1.5rem; */
	/* box-shadow: 0 3px 8px rgb(0 0 0 / 25%); */
	position: relative;
	overflow: hidden;
	margin: 0;
	transition: all .3s;
}

.banner-link:after {
	content: "";
	position: absolute;
	top: auto;
	right: 5rem;
	bottom: 4rem;
	left: auto;
	margin: auto;
	max-width: 5rem;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: url(../../../../uploads/arrow01_white.svg)no-repeat center /contain;
	z-index: 1;
	transition: all .3s;
}

.link-img-box figure {
	position: relative;
	width: 100%;
	min-height: 30rem !important;
}

.link-img-box figure img {
	justify-content: center;
	align-items: center;
	position: absolute;
	display: flex;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-height: 100%;
	height: 100%;
	max-width: 100%;
	width: 100%;
	margin: auto;
	object-fit: cover;
	object-position: top;
	transition: all .5s;
}

.link-text-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: var(--white);
	/* text-shadow: 0 2px 5px rgb(0 0 0 / 50%); */
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 95.82%;
	height: 90%;
	z-index: 5;
	transition: all .3s;
}

.banner-link:before {
	transition: all .3s;
}

.banner-link:hover .mask-primary01:before {
	filter: opacity(0.3);
	transition: all .3s;
}

/* フッターお問い合わせ */

.footer-contact .contents04 {
	padding: 7.5rem 0 0;
}

.footer-contact .contents04:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 47.1rem;
	background: url(../../../../uploads/footer_bg.png)no-repeat center /contain;
	z-index: 0;
}

.footer-contact-text-block {
	position: relative;
	padding: 0 2rem 2.3rem;
	z-index: 5;
}

.footer-contact-text-block h2 {
	text-align: center;
}

.footer-contact-text-box {
	margin: 2.2rem auto 0;
	text-align: center;
}

.footer-contact .footer-btn-row {
	max-width: 18.5rem;
	width: 100%;
	margin: 4rem auto 0;
	justify-content: center;
	gap: 25px;
}

.footer-illust01 {
	width: 15rem;
	position: absolute;
	bottom: -5%;
	right: 6.5%;
	transform: rotate(15deg);
	z-index: 5;
}

/* フッター下 */

.footer-bottom {
	padding: 13rem 0 8rem;
}

.footer-bottom .contents04 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-left-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 88.6rem;
	width: 55.32%;
}

.footer-logo {
	display: block;
	max-width: 20rem;
	width: 100%;
	aspect-ratio: 1 / 1;
}

.footer-info-row {
	display: flex;
	margin: 3rem 0 0;
}

.copyright-box {
	margin: 9.4rem 0 0;
}

.copyright {
	opacity: .6;
	font-size: clamp(1.3rem, 1.2515rem + 0.2071vw, 1.5rem);
}

.footer-right01 {
	max-width: 50.4rem;
	width: 57%;
}

.footer-right01 iframe {
	width: 100%;
	height: 35rem;
}

.footer-right02 {
	max-width: 66rem;
	width: 40.74%;
}

.footer-navi {
	max-width: 60rem;
	width: 100%;
	margin: 0 0 0 auto;
}

.footer-navi-box {
	display: flex;
	align-items: center;
	margin: 3rem 0 0;
}

.footer-navi-link a {
	display: block;
	margin: 0 6rem 0 0;
}

.footer-navi-link:last-child a {
	margin: 0;
}

.footer-navi-link a:hover {
	text-decoration: underline;
}

.footer-btn-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5rem 0 0;
}

.copyright-box-pc {
	display: block;
}

.copyright-box-sp {
	display: none;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1920px) {

	html {
		/* 10px */
		font-size: 0.52083vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {

	html {
		/* 10px */
		font-size: 0.64516vw;
	}

	/* ==========================================
	ボタン
	========================================== */

	.btn02-contact {
		font-size: 1.7rem;
	}

	.btn02-tel {
		font-size: 2.5rem;
	}

	/* ==========================================
	ヘッダー
	========================================== */

	.hBx {
		gap: 4rem;
	}

	.hConsultBx {
		padding: 2.5rem 1.5rem;
	}
			
	/* ==========================================
	フッター
	========================================== */

	.footer-contact .contents04:before {
		background: url(../../../../uploads/footer_bg.png) no-repeat center / cover;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

	html {
		/* 10px */
		font-size: 0.97656vw;
	}

	body {
		font-size: 1.7rem;
	}

	/* ==========================================
	ヘッダー
	========================================== */

	.hBx {
		gap: 20px;
	}

	.hBxR {
		gap: 20px;
	}

	.hLogo {
		width: 16%;
	}

	.hNavItem {
		font-size: 1.35rem;
	}

	.hConsultAr {
		width: 22rem;
	}

	.hConsultBx {
        padding: 2rem 1.5rem 3rem;
		aspect-ratio: 18 / 12;
    }

	.hConsultLinkBx .hConsultLink {
		width: 80%;
	}

	.hConsultBxTxt01 {
		font-size: 1.8rem;
	}

	.hConsultFukidashi {
		height: 4.5rem;
	}

	.hConsultFukidashi p {
		font-size: 1.6rem;
	}

	/* テキスト */

	.text18 {
		font-size: 1.7rem;
	}

	.text20 {
		font-size: 1.9rem;
	}

	.title30 {
		font-size: 2.45rem;
	}

	.title35 {
		font-size: 3rem;
	}

	.title40 {
		font-size: 3rem;
	}

	.title45 {
		font-size: 3.5rem;
	}

	.title50 {
		font-size: 4rem;
	}

	.title60 {
		font-size: 4.5rem;
	}

	.deco-en-title100 {
		font-size: 6.5rem;
	}

	/* ボタン */

	.link-img-box {
		position: relative;
		width: 100%;
		min-height: 25rem !important;
	}

	/* ==========================================
	フッター
	========================================== */

	.footer-bottom .contents04 {
		flex-direction: column;
	}

	.footer-left-row,
	.footer-right02 {
		width: 100%;
	}

	.footer-right02 {
		margin: 3rem auto 0;
	}

	.copyright-box-pc {
		display: none;
	}

	.copyright-box-sp {
		display: block;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

	html {
		/* 10px */
		font-size: 1.30208vw;
	}

	body {
		font-size: 1.8rem;
	}

	.area {
		padding: 0 3rem;
	}

	/* ==========================================
	改行
	========================================== */

	.br-768-none br {
		display: block;
	}

	.br-768-block br {
		display: none;
	}


	/* ==========================================
	スマホ固定ヘッダー
	========================================== */

	.sp-header {
		display: flex;
	}

	/* ---------- ハンバーガーボタン ---------- */

	.sp-nav-btn {
		display: flex;
		position: absolute;
		top: 2rem;
	}

	.is-active .sp-nav-btn {
		position: fixed;
		top: 2rem;
	}

	/* ---------- ハンバーガーメニュー ---------- */

	.js-sp-nav {
		display: block;
	}


	/* テキスト */

	.text18 {
		font-size: 1.6rem;
	}

	.text20 {
		font-size: 1.8rem;
	}

	.title30 {
		gap: 1rem;
		font-size: 2.2rem;
	}

	.title35 {
		font-size: 2.4rem;
	}

	.title40 {
		font-size: 2.5rem;
	}

	.title45 {
		font-size: 2.8rem;
	}

	.title50 {
		font-size: 3rem;
	}

	.title60 {
		font-size: 3.5rem;
	}

	.deco-en-title100 {
		font-size: 5.5rem;
	}

	/* テキスト */

	/* ボタン */
	.btn01 {
		max-width: 30rem;
		height: 6.5rem;
		padding: 0 1rem 0 2.5rem;
		font-size: 1.8rem;
	}

	.btn01::before {
		width: 4rem;
		height: 4rem;
	}

	.btn01::after {
		width: 4rem;
		height: 4rem;
	}

	.mailBtn,
	.telBtn {
		max-width: 60px;
	}

	/* ボタン */

/* ==========================================
ヘッダー
========================================== */

	.header {
		height: 9.3rem;
	}

	.hBxR {
		display: none;
	}

	/* ==========================================
フッター
========================================== */

	.footer-contact .contents04:before {
		height: auto;
		aspect-ratio: 800 / 480;
		background: url(../../../../uploads/footer_bg_sp.png)no-repeat top /cover;
	}

	.footer-contact-text-block {
		padding: 0 2.9rem 2.3rem;
	}

	.footer-contact-text-box .footer-btn-row {
		flex-direction: row;
		margin: 2.2rem auto 0;
	}

	.footer-illust01 {
		width: 7rem;
		right: 4%;
	}

	.footer-bottom {
		padding: 8.8rem 0;
	}

	.footer-logo {
		width: 47%;
	}

	.footer-bottom .contents04,
	.footer-left-row {
		flex-direction: column;
	}

	.footer-left-row,
	.footer-left,
	.footer-right01 {
		width: 100%;
	}

	.footer-right01 {
		margin: 1.5rem auto 0;
		max-width: 75em;
	}

	.footer-right02 {
		max-width: 66rem;
		width: 100%;
	}

	.footer-info-row .add-th {
		width: 6rem;
	}

	.footer-navi {
        max-width: 55rem;
        display: flex;
        justify-content: center;
        margin: 6rem auto 0;
	}

	.footer-navi-box {
		display: block;
		margin: 0;
	}

	.footer-navi-box:first-child {
		margin: 0 8.5rem 0 0;
	}

	.footer-navi-link:nth-child(n+2) {
		margin: 2rem 0 0;
	}

	.footer-navi-link a {
		margin: 0;
	}

	.footer-btn-row {
		flex-direction: column;
	}

	.btn02-contact,
	.btn02-tel {
		width: 100%;
	}

	.btn02-tel {
		width: 100%;
		margin: 1.5rem auto 0;
	}

	.btn02-contact {
		max-width: 33.2rem;
	}

	.copyright-box {
		margin: 3rem auto 0;
	}

	.copyright-box-pc {
		display: none;
	}

	.copyright-box-sp {
		display: block;
	}

}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

	html {
		/* 12px */
		font-size: 2.08333vw;
	}

	body {
		font-size: 1.45rem;
	}

	.area {
		padding: 0 3rem;
	}

	.br-576-none br {
		display: block;
	}

	.br-576-block br {
		display: none;
	}

	/* ボタン */

	.btn01 {
		max-width: 24.8rem;
		height: 5.5rem;
	}

	.link-img-box {
		min-height: 15rem !important;
	}

	.link-img-box figure {
		min-height: 15rem !important;
	}

	.banner-link:after {
		right: 1.6rem;
		bottom: 1.6rem;
		width: 9.5%;
	}

	/* ==========================================
	テキスト
	========================================== */


	/* ==========================================
	ヘッダー
	========================================== */

	.hLogo {
		width: 42.2%;
	}

	/* ==========================================
	スマホ固定ヘッダー
	========================================== */
	.sp-header {
		height: 7.7rem;
	}

	.sp-header-link:before {
		font-size: 2rem;
	}

	.sp-header-link p {
		font-size: 1.3rem;
	}

	/* ---------- ハンバーガーボタン ---------- */

	.sp-nav-btn {
		width: 4.5rem;
		height: 4.5rem;
		top: 2rem;
	}

	.sp-nav-btn-bar-box {
		max-width: 2rem;
	}

	.sp-nav-btn-text {
		font-size: 1rem;
	}

	.sp-nav-btn-text {
		margin: 0;
	}

	/* ---------- ハンバーガーメニュー ---------- */

	.sp-nav-list-item a {
		padding: 2rem 0;
		font-size: 1.45rem;
	}

	/* ==========================================
	フッター
	========================================== */

	.footer-contact .contents04:before {
		aspect-ratio: 375 / 380;
	}

	.footer-bottom {
        padding: 8.8rem 0 3rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=414px) {

	html {
		/* 14px */
		font-size: 2.43055vw;
	}

	.area {
		padding: 0 2.4rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */