@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap');

/* base
-------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

html {
	line-height: 1;
}

ul,
ol {
	list-style-type: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}

img[src*=".svg"] {
	width: 100%;
}

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

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

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

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;
}

* {
	-webkit-tap-highlight-color: transparent;
}

button::before,
button::after {
	/* 変形や透過のレンダリングを滑らかにする */
	will-change: transform, opacity;
}

/* --------------------------------------------------------
	フォントと背景
-------------------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #3c3c3c;
	font-size: 1.6rem;
	font-weight: 500;
	background: #fff;
	letter-spacing: 1px;
	line-height: 1.75;
}

.mar {
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}

/* フォント */
.bold {
	font-weight: 700;
}

.heavy {
	font-weight: 900;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.fs20 {
	font-size: 2rem;
}

/* 文字色 */
.orange {
	color: #d44b30;
}

.blue {
	color: #2a8fa8;
}


/* 文字サイズ */
.u-fz18 {
	font-size: 1.8rem;
}

.side-dot {
	position: relative;
	display: inline-block;
}

.side-dot::before {
	content: "";
	position: absolute;
	top: -12px;
	/* 文字からどれくらい上に離すか（要微調整） */
	left: 50%;
	/* 文字の中央に合わせる */
	transform: translateX(-50%);

	width: 8px;
	/* ★丸の横幅（直径8px） */
	height: 8px;
	/* ★丸の縦幅（直径8px） */
	background-color: #e77051;
	/* 丸の色 */
	border-radius: 50%;
	/* 正円にする */
}

h2,
h3 {
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.u-fz16_sp {
		font-size: 1.6rem;
	}

	body {
		font-size: calc(100vw * (24 / 750));
	}

	p {
		font-size: calc(100vw * (28 / 750));
	}

	.blue {
		font-size: calc(100vw * (36 / 750));
	}
}


/* --------------------------------------------------------
	リンク
-------------------------------------------------------- */
a {
	color: inherit;
	transition: .5s;
}

.opa:hover {
	opacity: 0.5;
	transition: .3s;
}

::-moz-selection {
	color: #fff;
	background: #e77051;
}

::selection {
	color: #fff;
	background: #e77051;
}


/* テキストリンク
-------------------------------------------------------- */
a.underline,
.article_content a {
	text-decoration: underline;
}

a.underline:hover,
.article_content a:hover {
	text-decoration: none;
	opacity: 1;
}

/* アンカーリンク
-------------------------------------------------------- */
.anchor {
	margin-top: -90px;
	padding-top: 90px;
}

@media screen and (max-width: 1024px) {
	.anchor {
		margin-top: -200px;
		padding-top: 200px;
	}
}

@media screen and (max-width: 768px) {
	.anchor {
		margin-top: -68px;
		padding-top: 68px;
	}
}



/* --------------------------------------------------------
	共通
-------------------------------------------------------- */

.dib {
	display: inline-block;
}

.inner {
	max-width: 1400px;
	width: 96%;
	margin: auto;
}

ul.checkmark li {
	position: relative;
	padding-left: 2.1rem;
	font-size: 1.4rem;
}

ul.checkmark li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	/* absoluteなので無くても動きますが一応 */
	width: 1.4rem;
	height: 1.4rem;
	background-image: url(../img/cmn/checkmark.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vertical-rl {
	writing-mode: vertical-rl;
}

hgroup h2 {
	font-size: 3.2rem;
	font-weight: 700;
}

hgroup p {
	color: #2a8fa8;
	font-size: 2rem;
	display: inline-block;
	padding: 0 1.8rem;
	border-left: 1px solid;
	border-right: 1px solid;
	line-height: 1.2;
	margin-bottom: 1.9rem;
}

.dot_underline {
	background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
	background-size: 8px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.under_blue {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 3.2rem;
}

.under_blue::before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1rem;
	background-color: #2a8fa8;
	z-index: -1;
}

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

	ul.checkmark li {
		font-size: calc(100vw * (24 / 750));
		padding-left: 4vw;
		text-align: left;
	}

	ul.checkmark li::before {
		width: calc(100vw * (24 / 750));
		height: calc(100vw * (24 / 750));
	}

	hgroup h2 {
		font-size: calc(100vw * (48 / 750));
		margin-top: 2vw;
	}

	.under_blue {
		font-size: calc(100vw * (48 / 750));
	}

	.under_blue::before {
		height: 1.6rem;
		bottom: 2px;
	}

	.dot_underline {
		padding-bottom: 2.7vw;
		background-image: linear-gradient(to right, #2a8fa8 8px, transparent 8px);
		background-size: 16px 2px;
	}
}

@media screen and (max-width: 480px) {
	.dot_underline {
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
		background-size: 8px 1px;
	}
}

/* iframe */
.iframe {
	position: relative;
}

.iframe.youtube {
	padding-top: 56.25%;
}

.iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* flex */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.nowrap {
	flex-wrap: nowrap;
}

.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}

.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}

.ai_c {
	-webkit-box-align: center;
	align-items: center;
}

.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}

.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.jc_sa {
	justify-content: space-around;
}

.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

/* grid */
.grid02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.8rem 2rem;
}

.grid03 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .8rem 2rem;
	margin-bottom: 2.4rem;
}

.grid03 .dot_underline {
	padding-bottom: .6rem;
}

.grid03 .dot_underline a:hover {
	color: #2a8fa8;
}

.grid04 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: .8rem;
}

@media screen and (max-width: 768px) {
	.grid04 {
		grid-template-columns: repeat(2, 1fr);
		gap: 4vw;
	}

	.grid02 {
		gap: 4.7vw 8vw;
	}
}

/* 装飾 */
.border-bottom {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.border-bottom::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 100%;
	height: 1rem;
	background-color: #ffac71;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.border-bottom_blue {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.border-bottom_blue::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 100%;
	height: 1rem;
	background-color: #2a8fa8;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

span.mark {
	position: relative;
}

span.mark::before {
	content: '';
	background-image: url(../img/cmn/mark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	display: inline-block;
	width: 2.4rem;
	height: 1.2rem;
	top: -12%;
	left: 50%;
	transform: translateX(-50%);
}

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

	.border-bottom_blue::before,
	.border-bottom::before {
		height: .4em;
	}

	.border-bottom_blue::before {
		bottom: .2em;
	}

	span.mark::before {
		top: calc(100vw * (-16 / 750));
		left: 41%;
		width: calc(100vw * (44 / 750));
		height: calc(100vw * (24 / 750));
		background-image: url(../img/cmn/mark_sp.svg);
	}
}

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

	.border-bottom_blue::before,
	.border-bottom::before,
	.under_blue::before {
		height: .8rem;
		bottom: 1px;
	}

	.under_blue::before {
		height: .8rem;
		bottom: 0;
	}
}

/* --------------------------------------------------------
	アニメーション
-------------------------------------------------------- */
.trigger {
	opacity: 0;
}

/* 下から上へ */
.animation.animation01 {
	animation: fadeup .8s ease forwards;
}

/* 左から右へ */
.animation.animation02 {
	animation: faderight .8s ease forwards;
}

/* 右から左へ */
.animation.animation03 {
	animation: fadeleft .8s ease forwards;
}

@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateY(2em);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes faderight {
	from {
		opacity: 0;
		transform: translateX(-2em);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeleft {
	from {
		opacity: 0;
		transform: translateX(2em);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* アニメーション時間差 */
.animation.delay01 {
	animation-delay: .1s !important;
}

.animation.clip.delay01 {
	transition-delay: .1s !important;
}

.animation.delay02 {
	animation-delay: .2s !important;
}

.animation.clip.delay02 {
	transition-delay: .2s !important;
}

.animation.delay03 {
	animation-delay: .3s !important;
}

.animation.clip.delay03 {
	transition-delay: .3s !important;
}

.animation.delay04 {
	animation-delay: .4s !important;
}

.animation.clip.delay04 {
	transition-delay: .4s !important;
}

.animation.delay05 {
	animation-delay: .5s !important;
}

.animation.clip.delay05 {
	transition-delay: .5s !important;
}

.animation.delay06 {
	animation-delay: .6s !important;
}

.animation.clip.delay06 {
	transition-delay: .6s !important;
}

.animation.delay07 {
	animation-delay: .7s !important;
}

.animation.clip.delay07 {
	transition-delay: .7s !important;
}

.animation.delay08 {
	animation-delay: .8s !important;
}

.animation.clip.delay08 {
	transition-delay: .8s !important;
}

.animation.delay09 {
	animation-delay: .9s !important;
}

.animation.clip.delay09 {
	transition-delay: .9s !important;
}

.animation.delay10 {
	animation-delay: 1s !important;
}

.animation.clip.delay10 {
	transition-delay: 1s !important;
}

.animation.delay11 {
	animation-delay: 1.1s !important;
}

.animation.clip.delay11 {
	transition-delay: 1.1s !important;
}

.animation.delay12 {
	animation-delay: 1.2s !important;
}

.animation.clip.delay12 {
	transition-delay: 1.2s !important;
}

.animation.delay13 {
	animation-delay: 1.3s !important;
}

.animation.clip.delay13 {
	transition-delay: 1.3s !important;
}

.animation.delay14 {
	animation-delay: 1.4s !important;
}

.animation.clip.delay14 {
	transition-delay: 1.4s !important;
}

.animation.delay15 {
	animation-delay: 1.5s !important;
}

.animation.clip.delay15 {
	transition-delay: 1.5s !important;
}

.animation.delay16 {
	animation-delay: 1.6s !important;
}

.animation.clip.delay16 {
	transition-delay: 1.6s !important;
}

.animation.delay17 {
	animation-delay: 1.7s !important;
}

.animation.clip.delay17 {
	transition-delay: 1.7s !important;
}

.animation.delay18 {
	animation-delay: 1.8s !important;
}

.animation.clip.delay18 {
	transition-delay: 1.8s !important;
}

.animation.delay19 {
	animation-delay: 1.9s !important;
}

.animation.clip.delay19 {
	transition-delay: 1.9s !important;
}

.animation.delay20 {
	animation-delay: 2s !important;
}

.animation.clip.delay20 {
	transition-delay: 2s !important;
}

/* --------------------------------------------------------
	余白
-------------------------------------------------------- */
.mt02 {
	margin-top: 2px;
}

.mb24 {
	margin-bottom: 2.4rem;
}

.mb30 {
	margin-bottom: 3rem;
}

.mb40 {
	margin-bottom: 4rem;
}

.mb50 {
	margin-bottom: 5rem;
}

.mb54 {
	margin-bottom: 5.4rem;
}

.mb60 {
	margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
	.mb50 {
		margin-bottom: 7rem;
	}

	.mt02 {
		margin-top: .8vw;
	}
}

@media screen and (max-width: 480px) {
	.mb50 {
		margin-bottom: 4rem;
	}

}

/* --------------------------------------------------------
	PC SP
-------------------------------------------------------- */
.is-sp {
	display: none;
}

.is-tb {
	display: none;
}
.is-sp-tb {
	display: none;
}

.is-pc {
	display: block;
}
.is-pc-only {
	display: block;
}

.is-sp788 {
	display: none;
}

.is-sp870 {
	display: none;
}

.is-sp1024 {
	display: none;
}

.is-1201 {
	display: none;
}

.is-1201_2 {
	display: none;
}

.is-1201_768 {
	display: none;
}

@media screen and (max-width: 1201px) {
	.is-1201 {
		display: block;
	}

	.is-1201_2 {
		display: block;
	}

	.is-1201_768 {
		display: block;
	}
}
@media screen and (max-width: 1100px) {
	.is-sp-tb {
		display: block;
	}
	.is-pc-only {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.is-sp1024 {
		display: block;
	}

	.is-pc1024 {
		display: none;
	}

	.is-tb {
		display: block;
	}
	

}

@media screen and (max-width: 960px) {
	.is-1201 {
		display: none;
	}
}

@media screen and (max-width: 870px) {
	.is-sp870 {
		display: block;
	}
}

@media screen and (max-width: 788px) {
	.is-sp788 {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.is-pc {
		display: none;
	}

	.is-sp {
		display: block;
	}

	.is-tb {
		display: none !important;
	}

	.is-1201_768 {
		display: none;
	}
}

/* --------------------------------------------------------
	背景色あり
-------------------------------------------------------- */
.bg_blue {
	background-color: #2a8fa8;
	color: #fff;
}

.bg_bluegray {
	background-color: #eff5f6;
}

.bg_white {
	background-color: #fff;
}

.bg_orange {
	background-color: #e77051;
	color: #fff;
}

.bg_beige {
	background-color: #efece4;
}

/* --------------------------------------------------------
	ボタン
-------------------------------------------------------- */
.btn_orange {
	background-color: #e77051;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18rem;
	height: 5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 50px;
}

.btn_orange:hover {
	background-color: #d44b30;
}

.btn_orange.badge {
	margin: 0 auto;
	width: 352px;
	height: 72px;
	font-size: 2rem;
	position: relative;
	font-weight: 700;
}

.btn_orange.badge::after {
	content: '';
	display: inline-block;
	background-image: url(../img/cmn/icon_badge.svg);
	background-size: contain;
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
	transition: background-image .3s ease;
}

.btn_orange.badge:hover::after {
	background-image: url(../img/cmn/icon_badge_w.svg);
	background-size: contain;
}

.btn_beige {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 312px;
	height: 72px;
	background-color: #efece4;
	border-radius: 50px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #3c3c3c;
	margin: 3rem auto 0;
	position: relative;
	transition: .3s;
	box-shadow: 0px 5px 5px 0px rgba(196, 196, 196, .3);
}

.btn_beige:hover {
	background-color: #d44b30;
	color: #fff;
}

.btn_beige.badge::after {
	content: '';
	display: inline-block;
	background-image: url(../img/cmn/icon_badge.svg);
	background-size: contain;
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	transition: background-image .3s ease;
}

.btn_beige.badge:hover:after {
	background-image: url(../img/cmn/icon_badge_w.svg);
	background-size: contain;
}

.btn_white {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 312px;
	height: 72px;
	background-color: #fff;
	border-radius: 50px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #3c3c3c;
	margin: 4rem auto 0;
	position: relative;
	transition: .3s;
	box-shadow: 0px 5px 5px 0px rgba(196, 196, 196, .3);
}

.btn_white:hover {
	background-color: #d44b30;
	color: #fff;
}

.btn_white.badge::after {
	content: '';
	display: inline-block;
	background-image: url(../img/cmn/icon_badge.svg);
	background-size: contain;
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	transition: background-image .3s ease;
}

.btn_white.badge:hover:after {
	background-image: url(../img/cmn/icon_badge_w.svg);
}

@media screen and (max-width: 768px) {
	.btn_orange.badge {
		font-size: calc(100vw * (36 / 750));
		width: calc(100vw * (600 / 750));
		padding: 1.666em 0;
	}

	.btn_orange.badge::after,
	.btn_beige.badge::after,
	.btn_white.badge::after {
		width: calc(100vw * (56 / 750));
		height: calc(100vw * (56 / 750));
	}

	.btn_beige,
	.btn_white {
		font-size: calc(100vw * (36 / 750));
		width: calc(100vw * (520 / 750));
		border-radius: 70px;
		padding: 1.666em 0;
	}
}

@media screen and (max-width: 768px) {
	.btn_orange {
		border-radius: 15px;
	}
}

/* --------------------------------------------------------
	ロゴ
-------------------------------------------------------- */


/* --------------------------------------------------------
	header上部
-------------------------------------------------------- */
.bg_blue.ribon {
	width: 100%;
	height: 4rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 5rem;
}

@media screen and (max-width: 1060px) {
	.bg_blue.ribon {
		position: relative;
		z-index: 50;
		height: 5.6rem;
	}
}

@media screen and (max-width: 768px) {
	.bg_blue.ribon {
		padding-left: 2rem;
		height: calc(100vw * (56 / 750));
	}
}


/* --------------------------------------------------------
	header
-------------------------------------------------------- */
header {
	width: 96.3%;
	height: 80px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 20px;
	position: fixed;
	top: 5rem;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
	z-index: 50;
	background-color: #fff;
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.05);
}

header>div:not(.drawer),
header>nav {
	position: relative;
	z-index: 1;
}

.gnav.pc {
	transition: .5s;
}

.hdr_logo {
	/* 下限210pxで小さくなりすぎを防ぎ、flex-shrink:0でナビに潰されないよう固定 */
	width: clamp(210px, 19vw, 302px);
	flex: 0 0 auto;
}

.hdr_logo .c-logo_company {
	line-height: 1.2;
	margin: 4px 0 0;
}

.gnav.pc {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	flex: 1 1 auto;
}

.gnav.pc ul {
	display: -webkit-box;
	display: flex;
	align-items: center;
}

.gnav.pc ul li {
	/* 文字落ちガード：各項目は折り返さず、縮めて潰されない */
	white-space: nowrap;
	flex: 0 0 auto;
	margin-right: 3.6rem;

}

.gnav.pc ul li:last-child {
	margin-right: 0;
}

.gnav.pc ul li a {
	position: relative;
}

.gnav.pc ul li a::after {
	background-color: #2a8fa8;
	/* 下線の色 */
	bottom: -8px;
	/* 要素の下端からの距離 */
	content: "";
	/* 要素に内容を追加 */
	height: 1px;
	/* 下線の高さ */
	left: 0;
	/* 要素の左端からの距離 */
	position: absolute;
	/* 絶対位置指定 */
	transform: scale(0, 1);
	/* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
	transform-origin: left top;
	/* 変形の原点を左上に指定 */
	transition: transform .5s;
	/* 変形をアニメーション化 */
	width: 100%;
	/* 要素の幅 */

}

.gnav.pc ul li a:hover {
	color: #2a8fa8;
}

.gnav.pc ul li a:hover:after {
	transform: scale(1, 1);
}

.gnav.pc ul li a.btn_orange {
	color: #fff;
	/* ヘッダー内CTAは横並びに収まるようコンパクト化（トップの大型CTAはそのまま） */
	width: 18rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
}

.gnav.pc ul li a.btn_orange:hover:after {
	display: none;
}


.hamb {
	display: none;
	margin: 0 0 0 2px;
}

.drawer {
	display: none;
}

.hamb_icon span {
	transition: all 0.3s;
}

.is_hamb_open .hamb_icon span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(35deg);
	background-color: #fff;
	position: absolute;
}

/* 2本目：消す */
.is_hamb_open .hamb_icon span:nth-child(2) {
	opacity: 0;
}

/* 3本目：右肩上がりの斜め線 */
.is_hamb_open .hamb_icon span:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(-35deg);
	background-color: #fff;
	position: absolute;
}

.gnav.sp .child {
	margin: 0 0 16px;
}

.gnav.sp .child li:not(:last-child) {
	margin: 0 0 8px;
}

.gnav.sp .child li a {
	font-size: 1.5rem;
}

.gnav.sp .child li a::before {
	content: "\03e";
	margin: 0 8px 0 0;
}

/* スクロール時 */
.is_scroll header::after {
	top: 0;
}

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

	/* ロゴとの間隔を確保するためナビ全体をコンパクトに */
	.gnav.pc ul li {
		font-size: 1.4rem;
	}

}

@media screen and (max-width: 1060px) {
	header {
		justify-content: space-between;
		width: 100%;
		height: 12rem;
		top: 56px;
		justify-content: space-between;
	}

	.hamb {
		background-color: #e77051;
		width: 10.5vw;
		height: 10.5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
		gap: 8px;
	}

	.hamb_icon {
		width: 54%;
		height: auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 6px;
	}

	.gnav.pc {
		display: none;
	}

	.hamb_icon span {
		width: 100%;
		height: 3px;
		background: #fff;
		display: block;
		border-radius: 4px;
	}

	.hdr_logo {
		max-width: none;
		width: 35vw;
	}

	.gnav.pc {
		display: none;
	}

	.drawer {
		display: block;
		width: 100%;
		left: 100%;
		top: calc(100vw * (120 / 750));
		height: calc(100vh - calc(100vw * (120 / 750)));
		position: fixed;
		transition: transform 0.5s ease;
		z-index: 110;
		overflow-y: auto;
		background: url(../img/cmn/bg01.svg) center / contain #efece4;
	}

	.is_hamb_open .drawer {
		transform: translateX(-100%);
		opacity: 1;
		visibility: inherit;
	}
	.drawer {
		padding-top: 101px;
		height: calc(100vh - 80px);
	}

	.drawer .drawer_body {
		box-sizing: border-box;
		width: 100%;
		max-width: 600px;
		position: relative;
		padding-bottom: 5em;
		margin: 0 auto;
		border-bottom: 1px solid #2a8fa8;
	}

	.drawer .drawer_body::after {
		content: '';
		display: inline-block;
		width: 260px;
		height: 171px;
		background-image: url(../img/cmn/illust_humb.svg);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -1px;
		left: 8px;
	}

	.drawer .drawer_body .gnav.sp ul.humb_menu {
		width: 100%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2em;
	}

	.gnav.sp ul li {
		text-align: center;
	}

	.gnav.sp ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.6rem;
		padding: 1em 0;
	}

	.gnav.sp ul li a.dot_underline {
		background-size: 8px 1px;
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
	}

	#wrap header .drawer .drawer_body .gnav.sp ul.flex {
		gap: 2rem;
		margin: 8vw 0 0;
		margin-top: 76px;
		padding-left: 290px;
	}

	#wrap header .drawer .drawer_body .gnav.sp ul.flex li a {
		background-color: #fff;
		border-radius: 10rem;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 56px;
		height: 56px;
		padding: 20%;
	}

	#wrap header .drawer .drawer_body .gnav.sp ul.flex li.icon_note a {
		width: 15rem;
		padding: .95em 1.5em;
	}

	#wrap header .drawer .drawer_body .gnav.sp ul.flex li.icon_note a img {
		height: 100%;
	}
}

@media screen and (max-width: 768px) {
	.drawer .drawer_body {
		border-bottom: none;
	}

	.drawer_bottom {
		border-bottom: 150px solid #2a8fa8;
	}
}

@media screen and (max-width: 480px) {
	.gnav.sp ul li a.dot_underline {
		background-size: 8px 1px;
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
	}

	.hamb_icon {
		gap: 4px;
	}

	.hamb_icon span {
		height: 2px;
	}
}

.is_scroll header {
	height: 80px;
	width: 100%;
	top: 0;
}

@media screen and (max-width: 768px) {
	#wrap header .drawer .drawer_body .gnav.sp ul.flex {
		margin-top: calc(100vw * (100 / 750));
		padding-left: 0;
	}

	.drawer .drawer_body::after {
		width: calc(100vw * (365 / 750));
		height: calc(100vw * (240 / 750));
		bottom: -1px;
		left: 50%;
		transform: translateX(-50%);
	}

	#wrap header .drawer .drawer_body .gnav.sp ul.flex li a {
		width: calc(100vw * (100 / 750));
		height: calc(100vw * (100 / 750));
	}

	#wrap header .drawer .drawer_body .gnav.sp ul.flex li.icon_note a {
		width: calc(100vw * (286 / 750));
		padding: 1.15em;
	}

	.gnav.sp ul li a {
		font-size: calc(100vw * (28 / 750));
		padding-bottom: calc(100vw * (28 / 750));
	}

	.drawer .drawer_body .gnav.sp ul.humb_menu {
		grid-template-columns: 1fr;
		width: 54%;
		gap: 0;
	}

	.drawer .drawer_body {
		padding-bottom: 38vw;
	}

}


/* --------------------------------------------------------
	タブレット帯(769〜1060px)：ヘッダーをスリムに保ちMVに被せない
	（背の高いスマホ用ヘッダーは ≤768px のSP版MVに合わせて適用）
-------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1060px) {
	header {
		height: 80px;
		/* top:56px（=ribon下）のまま。下端136pxでMV吹き出し(146px)に被らない */
	}

	.hamb {
		width: 56px;
		height: 56px;
	}

	.hdr_logo {
		/* 35vwだと縦が溢れるためPCと同じclampに戻す */
		width: clamp(210px, 19vw, 302px);
	}

	.drawer {
		top: 80px;
	}
}

@media screen and (max-width: 768px) {
	.drawer {
		top: calc(100vw * (120 / 750));
	}

	header {
		height: calc(100vw * (120 / 750));
		padding: 2.5%;
		top: calc(100vw * (56 / 750));
	}

	.is_scroll header {
		height: calc(100vw * (120 / 750));
	}

	.hdr_logo {
		width: 66vw;
	}

	.hamb {
		border-radius: calc(100vw * (10 / 750));
	}

	.is_hamb_open .drawer {
		transform: translateX(-100%);
		
	}
	.drawer {
		padding-top: calc(100vw * (101 / 750));
		padding-bottom: 0;
		height: calc(100vh - calc(100vw * (120 / 750)));
	}
}

/* 背景幕の基本設定 */
.nav_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 40;
	/* ヘッダー(50)より低く設定 */
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s;
}

/* メニューが開いた時だけ表示 */
.is_hamb_open .nav_overlay {
	opacity: 1;
	visibility: visible;
}

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

/* ==========================================================================
   ハンバーガーメニュー・モーダル展開時にPAGE TOPボタンを非表示にする
   ========================================================================== */
body.is_hamb_open .pagetop,
body:has(.modal-overlay.active) .pagetop {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* --------------------------------------------------------
	トップページ
-------------------------------------------------------- */
/* メインビジュアル
-------------------------------------------------------- */
.mv_slider {
	min-width: 0;
	flex-grow: 1;
	position: relative;
	height: 100%;
}

.mv {
	/* リボン(4rem=40px)はフロー内なのでその分を引く */
	height: 910px;
	position: relative;
	overflow: hidden;
}

.mv_slider::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	/* 画像のサイズに合わせて調整 */
	height: 100%;
	/* 画像のサイズに合わせて調整 */
	background-image: url(../img/top/mv_bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25%;
	/* または cover */

	/* Z軸の重なり順を調整 */
	z-index: 10;
	/* スライダー画像(0)より上、h2(999)より下 */
	pointer-events: none;
	/* 画像がクリックの邪魔をしないように */
}

/* 途切れさせないためのアニメーション */
@keyframes ticker {
	0% {
		transform: translateX(0);
	}

	100% {
		/* 中身のspanが2つの場合、全体の半分（-50%）移動した時点で
           1つ目と2つ目が入れ替わり、ループが繋がります。
        */
		transform: translateX(-50%);
	}
}

.swiper.mv_list {
	height: 100%;
}

.swiper.mv_list .swiper-slide {
	height: 100%;
}

.swiper.mv_list .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes ring-draw {
	to {
		stroke-dashoffset: 0;
		/* 最後は全体が描かれる */
	}
}

@keyframes ring-stop {
	to {
		stroke-dashoffset: 94;
		/* 最後は全体が描かれる */
	}
}

@media screen and (max-width: 1060px) {
	.mv_slider::before {
		background-size: 28%;
	}

}

@media screen and (max-width: 768px) {
	/* ==========================================================================
       スマホ版（768px以下）：MV限定・完全背景固定パララックス（カクつき無し版）
       ========================================================================== */

	/* 1. コンテナを「のぞき窓」にする */
	.mv {
		position: relative;
		height: calc(100vw * (1760 / 750));
		/* 元のスマホ版の高さ */
		overflow: hidden;
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}

	/* 2. HTMLに追加した空のディブ（最背面） */
	.mv_fixed_bg {
		position: fixed;
		/* 💡やはりfixedに戻します */
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #efece4;
		z-index: -2;
		pointer-events: none;
	}

	/* 3. 画像スライダー本体 */
	.swiper.mv_list {
		position: fixed !important;
		/* 💡fixedで画面の裏に完全固定（これでパララックスになります） */
		top: 0;
		left: 0;
		width: 100%;
		/* 💡【カクつき対策の肝】
           高さを100vhではなく、あえて「100%」ではなく「120vh」など少し高めに設定し、
           ブラウザのアドレスバーが縮んだ時の画面の高さ変化をあらかじめ「遊び（バッファ）」として吸収します。
        */
		height: 120vh !important;
		z-index: -1 !important;
		pointer-events: none;

		/* 💡少し下に画像をずらし、アドレスバーが動いても画像の位置がカクつかないように固定します */
		transform: translateY(-5%) translate3d(0, 0, 0);
		-webkit-transform: translateY(-5%) translate3d(0, 0, 0);
	}



	.mv_slider::before {
		background-size: 55%;
	}

	.mv_slider h2 {
		font-size: 6.7vw;
	}

	.mv_slider {
		flex: 1 1 auto;
		padding-top: calc(100vw * (120 / 750));
		height: 100%;
	}

	.swiper.mv_list {
		height: 100%;
	}
}

/* 769px以上のPCのみズームアップを実行 */
@media screen and (min-width: 769px) {
	@keyframes zoomUp {
		0% {
			transform: scale(1);
		}

		100% {
			transform: scale(1.15);
		}
	}

	.swiper.mv_list .swiper-slide-active img,
	.swiper.mv_list .swiper-slide-duplicate-active img,
	.swiper.mv_list .swiper-slide-prev img {
		animation: zoomUp 7s linear 0s normal both;
	}
}

.mv_slider .mv_text {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 0 0 4%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: calc(100% - 13rem);
	pointer-events: none;
}

/* ボタンだけクリック可能に */
.mv_slider .mv_text a,
.mv_slider .mv_text button {
	pointer-events: auto;
}

.mv_slider .mv_text p::after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-bottom-right-radius: 6px;
}

.mv_slider .mv_text p span {
	font-size: 3.2rem;
	line-height: 1.2;
}

.mv_slider .mv_text h2 {
	font-size: 3.2rem;
	color: #fff;
	font-weight: 700;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	margin: -6.5rem 0 1.8rem;
	letter-spacing: 2px;
}

.mv_slider .mv_text h2 span {
	font-size: 4.4rem;
}

.mv_slider .mv_text h2 span.block-bottom {
	font-size: 3.2rem;
}

.mv_slider .mv_text h2 span.nara {
	background-image: url(../img/index/bg_mv01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom 4px center;
	width: 120px;
	height: 170px;
	vertical-align: bottom;
	display: inline-flex;
	/* inline-block の代わりにインラインのFlexboxにする */
	flex-direction: column;
	/* 縦方向に並べる */
	justify-content: flex-end;
	/* 中の文字を「下揃え」にする */
	align-items: center;
	margin-right: 8px;
	text-shadow: none;
}

.mv_slider .mv_text .btn_orange.badge {
	margin-bottom: 28px;
}

.mv_slider .mv_text .flex .bg_mv02 {
	width: 18rem;
	height: 18rem;
	background-image: url(../img/index/bg_mv02.svg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 4rem;
	color: #2a8fa8;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mv_slider .mv_text .flex .bg_mv02:last-child {
	margin-right: 0;
}

.mv_slider .mv_text .flex .bg_mv02 .big {
	font-size: 5.6rem;
	line-height: 0.8;
	letter-spacing: -.5px;
}

.mv_slider .mv_text .flex .bg_mv02 .big02 {
	font-size: 3rem;
	letter-spacing: -.5px;
}

.mv_slider .mv_text .flex .bg_mv02 .small {
	font-weight: 500;
	font-size: 1.4rem;
	margin-top: 5px;
	letter-spacing: -.5px;
}

.mv_slider .mv_text p {
	width: 48rem;
	font-size: 2.4rem;
	height: auto;
	color: #3c3c3c;
	font-weight: 600;
	background-color: #fff;
	align-items: center;
	position: relative;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto;
	line-height: 2.3;
	padding: 27px 0 13px;
	letter-spacing: 0.05em;
}

.mv_slider .mv_text .flex .bg_mv02 {
	width: 18rem;
	height: 18rem;
	margin-right: 4rem;
	font-size: 1.8rem;
}

.mv_slider .mv_text .flex .bg_mv02 .big {
	font-size: 5.6rem;
}

.mv_slider .mv_text .flex .bg_mv02 .big02 {
	font-size: 3rem;
}

.mv_slider .mv_text .flex .bg_mv02 .small {
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.mv_slider .mv_text {
		top: 52.1%;
	}

	.mv_slider .mv_text .flex {
		gap: 0 6%;
	}

	.mv_slider .mv_text .flex .bg_mv02 span.flex {
		gap: 0;
	}

	.mv_slider .mv_text .btn_orange.badge {
		margin-top: calc(100vw * (45 / 750));
		margin-bottom: calc(100vw * (70 / 750));
		width: 80%;
		border-radius: 10vw;
	}

	.mv_slider .mv_text .flex .bg_mv02 {
		font-size: calc(100vw * (28 / 750));
		width: calc(100vw * (280 / 750));
		height: calc(100vw * (280 / 750));
		margin-right: 0;
	}

	.mv_slider .mv_text .flex .bg_mv02 .big {
		font-size: calc(100vw * (88 / 750));
		margin-top: 4px;
	}

	.mv_slider .mv_text .flex .bg_mv02 .small {
		font-size: calc(100vw * (22 / 750));
	}

	.mv_slider .mv_text .flex .bg_mv02 .big02 {
		font-size: calc(100vw * (46 / 750));
	}

	.mv_slider .mv_text p {
		width: 72%;
		height: auto;
		font-size: calc(100vw * (40 / 750));
		padding: 1.2em .5em .9em;
		line-height: 1.55;
		margin-bottom: 1vw;
		border-radius: calc(100vw * (10 / 750));
	}

	.mv_slider .mv_text p::after {
		bottom: -2.75vw;
		width: 5.5vw;
		height: 5.5vw;
		border-bottom-right-radius: 1.8vw;
	}

	.mv_slider .mv_text p span {
		font-size: calc(100vw * (40 / 750));
	}

	.mv_slider .mv_text p span.side-dot {
		font-size: calc(100vw * (48 / 750));
	}

	.side-dot::before {
		top: calc(100vw * (-18 / 750));
		width: calc(100vw * (12 / 750));
		height: calc(100vw * (12 / 750));
	}

	.mv_slider .mv_text h2 {
		font-size: calc(100vw * (48 / 750));
		margin: -1.6em 0 1.3vw;
		letter-spacing: 2px;
		line-height: 2;
		width: 98%;
	}

	.mv_slider .mv_text h2 span {
		font-size: calc(100vw * (60 / 750));
	}

	.mv_slider .mv_text h2 span.nara {
		background-image: url(../img/index/bg_mv01_sp.svg);
		background-position: bottom center;
		width: 30vw;
		height: 30vw;
		padding-left: 7vw;
		margin-left: -.05em;
		margin-right: .2em;
	}

	.mv_slider .mv_text h2 span.block-bottom {
		display: block;
		font-size: calc(100vw * (48 / 750));
		line-height: 1.75;
		margin-top: -.4vw;
	}
}

@media screen and (max-width: 768px) {
	/* --- 他のコードはそのまま変更せず、以下だけを追記 --- */

	.mv_slider .mv_text {
		height: auto;
		/* 高さが潰れるのを防ぐ */
		top: 0;
		/* 起点を上端に変更 */
		transform: translateX(-50%);
		/* 上下中央配置の解除（左右中央のみ維持） */
		padding-top: 24vw;
		/* 750pxの時の位置（52.1%付近）に合わせるための上部余白 */
	}
}

@media screen and (max-width: 480px) {
	.mv_slider .mv_text .flex .bg_mv02 .big {
		font-size: calc(100vw * (76 / 750));
	}
}


/* 無限横スクロール
-------------------------------------------------------- */
@keyframes infinity-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.infinity_scroll,
.infinity_scroll ul {
	display: -webkit-box;
	display: flex;
}

.infinity_scroll {
	overflow: hidden;
}

.infinity_scroll ul {
	animation: infinity-scroll 80s infinite linear 0.5s both;
}

.infinity_scroll ul li {
	width: min(43.9453vw, 450px);
}

@media screen and (max-width: 768px) {
	.infinity_scroll ul li {
		width: min(60vw, 450px);
	}
}

.breadcrumb ol {
	display: flex;
	/* 横並びにする */
	list-style: none;
	padding: 0;
}

.breadcrumb li {
	display: flex;
	align-items: center;
}

/* 最後の要素以外に「>」をつける */
.breadcrumb li:not(:last-of-type)::after {
	content: ">";
	margin: 0 10px;
	/* 前後の余白 */
	color: #888;
	/* 文字色を少し薄くするのがオシャレ */
	font-size: 0.8em;
}

.lower-mv {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.lower-mv .l_mv_title {
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
}

.lower-mv .l_mv_title h1 {
	font-size: 7.2rem;
}

.lower-mv .l_mv_title .en {
	font-size: 2.8rem;
}

#campany .lower-mv {
	background-image: url(../img/campany/mv.jpg);
}

.breadcrumb {
	max-width: 1200px;
	margin: 3rem auto;
	color: #b5b5b5;
}

.inner {
	max-width: 1200px;
	padding: 8rem 0;
}

hgroup {
	position: relative;
	z-index: 2;
	text-align: center;
}

hgroup::before,
#more .big-btn hgroup::before {
	content: "";
	position: absolute;

	/* 位置の調整：ここがポイント！ */
	/* innerの左端から外に出したい分だけマイナスにする */
	left: -30px;
	top: 65px;
	/* 上下位置はデザインに合わせて微調整 */

	/* 画像のサイズ（添付の黄色オブジェクトのサイズに合わせる） */
	width: 185px;
	height: 60px;

	background-image: url(../img/top/bg_title.svg);
	background-repeat: no-repeat;
	background-size: contain;

	z-index: -1;
	/* 文字の後ろに回す */
}

hgroup.en::before,
#more .big-btn hgroup.en::before {
	top: 100px;
	width: 333px;
}

hgroup h3 {
	color: #333;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
}

hgroup h3 .big {
	font-size: 8rem;
}



@media screen and (max-width: 1200px) {
	.inner {
		width: 90%;
	}
}

@media screen and (max-width: 1060px) {
	#news {
		margin-top: -4vw;
	}

	#news hgroup {
		margin-bottom: 3vw;
	}


}

@media screen and (max-width: 768px) {
	.inner {
		padding: 10vw 0 11vw;
	}

	hgroup {
		margin-bottom: 6vw;
	}

	hgroup h3 {
		font-size: 6.9vw;
	}

	hgroup h3 .big {
		font-size: 16vw;
	}

	hgroup p {
		font-size: calc(100vw * (36 / 750));
		padding: 0 .8em;
		margin-bottom: calc(100vw * (6 / 750));
	}


	#news hgroup {
		margin-bottom: 7vw;
	}
}

@media screen and (max-width: 480px) {
	.inner {
		padding: 15vw 0;
	}
}

/* --------------------------------------------------------
	トップページ
-------------------------------------------------------- */
/* --------------------------------------------------------
	奈良にある実家・空き家でこんなお悩みはありませんか
-------------------------------------------------------- */
#index {
	overflow: hidden;
}
#index .sec01 {
	background-color: #fff;
}

#index .sec01 .inner {
	padding-bottom: 0;
}

#index .sec01 .inner .bg_worries {
	width: 100%;
	margin-bottom: 7.7rem;
	position: relative;
}

#index .sec01 .inner .bg_worries .worries_txt {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	color: #2a8fa8;
}

#index .sec01 .inner .bg_worries .worries_txt span {
	font-size: 3.2rem;
	font-weight: 700;
}

#index .sec01 .inner .bg_worries .worries_txt span.border-bottom::before {
	bottom: .2em;
}

#index .sec01 .inner .bg_worries .worries_txt_wh {
	color: #fff;
	position: absolute;
	z-index: 3;
	line-height: 1.4;
	transform-style: preserve-3d;
}

#index .sec01 .inner .bg_worries .worries_txt_wh span {
	font-size: 2rem;
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text01 {
	width: 260px;
	height: 122px;
	bottom: 15.6%;
	left: 16.4%;
	padding-top: 30px;
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 透過のあるPNGやSVG画像 */
	background: url(../img/index/bg_txt01.svg) no-repeat center / contain;

	/* 💡 ここがポイント：画像の形に沿って影をつける */
	filter: drop-shadow(0px 5px 5px rgba(32, 109, 122, 0.3));

	/* テキストの裏に回す */
	transform: translateZ(-1px);
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text02 {
	width: 276px;
	height: 134px;
	top: 31%;
	left: 11.4%;
	padding-top: 44px;
	padding-right: 15px;
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 透過のあるPNGやSVG画像 */
	background: url(../img/index/bg_txt02.svg) no-repeat center / contain;

	/* 💡 ここがポイント：画像の形に沿って影をつける */
	filter: drop-shadow(0px 5px 5px rgba(32, 109, 122, 0.3));

	/* テキストの裏に回す */
	transform: translateZ(-1px);
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text03 {
	width: 350px;
	height: 136px;
	top: 10%;
	left: 25.2%;
	padding-top: 32px;
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text03::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 透過のあるPNGやSVG画像 */
	background: url(../img/index/bg_txt03.svg) no-repeat center / contain;

	/* 💡 ここがポイント：画像の形に沿って影をつける */
	filter: drop-shadow(0px 5px 5px rgba(32, 109, 122, 0.3));

	/* テキストの裏に回す */
	transform: translateZ(-1px);
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text04 {
	width: 260px;
	height: 139px;
	top: 10%;
	right: 21%;
	padding-top: 33px;
	padding-left: 13px;
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text04::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 透過のあるPNGやSVG画像 */
	background: url(../img/index/bg_txt04.svg) no-repeat center / contain;

	/* 💡 ここがポイント：画像の形に沿って影をつける */
	filter: drop-shadow(0px 5px 5px rgba(32, 109, 122, 0.3));

	/* テキストの裏に回す */
	transform: translateZ(-1px);
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text05 {
	width: 240px;
	height: 121px;
	top: 34.5%;
	right: 14.2%;
	padding-top: 27px;
	padding-left: 24px;
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text05::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 透過のあるPNGやSVG画像 */
	background: url(../img/index/bg_txt05.svg) no-repeat center / contain;

	/* 💡 ここがポイント：画像の形に沿って影をつける */
	filter: drop-shadow(0px 5px 5px rgba(32, 109, 122, 0.3));

	/* テキストの裏に回す */
	transform: translateZ(-1px);
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text06 {
	width: 276px;
	height: 125px;
	bottom: 16.5%;
	right: 14.5%;
	padding-top: 31px;
	padding-left: 8px;
}

#index .sec01 .inner .bg_worries .worries_txt_wh.text06::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 透過のあるPNGやSVG画像 */
	background: url(../img/index/bg_txt06.svg) no-repeat center / contain;

	/* 💡 ここがポイント：画像の形に沿って影をつける */
	filter: drop-shadow(0px 5px 5px rgba(32, 109, 122, 0.3));

	/* テキストの裏に回す */
	transform: translateZ(-1px);
}

#index .sec01 .inner .slash {
	display: inline-block;
	margin: 0 auto;
	font-size: 2rem;
	padding: 0 .9em 0 1.1em;
	position: relative;
	line-height: 1;
}

#index .sec01 .inner .slash::before,
#index .sec01 .inner .slash::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background-image: url(../img/cmn/slash01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
}

#index .sec01 .inner .slash::before {
	left: 0;
}

#index .sec01 .inner .slash::after {
	background-image: url(../img/cmn/slash02.svg);
	right: 0;
}

#index .sec01 .inner h3 {
	font-size: 2.4rem;
	margin: 2rem 0 2.5rem;
}

#index .sec01 .inner h3 span {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
}

@media screen and (max-width: 1270px) {
	#index .sec01 .inner .bg_worries {
		margin-bottom: calc(100vw * (77 / 1270));
	}

	#index .sec01 .inner .bg_worries .worries_txt span {
		font-size: calc(100vw * (32 / 1270));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh {
		font-size: calc(100vw * (16 / 1270));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh span {
		font-size: calc(100vw * (20 / 1270));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text01 {
		width: calc(100vw * (260 / 1270));
		height: calc(100vw * (122 / 1270));
		padding-top: calc(100vw * (30 / 1270));

	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text02 {
		width: calc(100vw * (276 / 1270));
		height: calc(100vw * (134 / 1270));
		padding-top: calc(100vw * (44 / 1270));
		padding-right: calc(100vw * (15 / 1270));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text03 {
		width: calc(100vw * (350 / 1270));
		height: calc(100vw * (136 / 1270));
		padding-top: calc(100vw * (32 / 1270));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text04 {
		width: calc(100vw * (260 / 1270));
		height: calc(100vw * (139 / 1270));
		padding-top: calc(100vw * (33 / 1270));
		padding-left: calc(100vw * (13 / 1270));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text05 {
		width: calc(100vw * (240 / 1270));
		height: calc(100vw * (121 / 1270));
		padding-top: calc(100vw * (27 / 1270));
		padding-left: calc(100vw * (24 / 1270));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text06 {
		width: calc(100vw * (276 / 1270));
		height: calc(100vw * (125 / 1270));
		padding-top: calc(100vw * (31 / 1270));
		padding-left: calc(100vw * (8 / 1270));
	}

	#index .sec01 .inner .bg_worries .worries_txt {
		font-size: calc(100vw * (24 / 1270));
	}
}

@media screen and (max-width: 1024px) {
	#index .sec01 .inner {
		padding-top: 0;
	}

	#index .sec01 .inner .bg_worries {
		width: 560px;
		margin: 0 auto;
		margin-bottom: calc(100vw * (80 / 1024));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text01 {
		width: 240px;
		height: 273px;
		bottom: 35%;
		left: 51.9%;
		padding-top: 68px;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text01::before {
		background: url(../img/index/bg_txt01_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text02 {
		width: 240px;
		height: 189px;
		top: 22.5%;
		left: 51%;
		padding-top: 64px;
		padding-right: 0;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text02::before {
		background: url(../img/index/bg_txt02_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text03 {
		width: 250px;
		height: 273px;
		top: 19%;
		left: 5.2%;
		padding-top: 70px;
		padding-left: 7px;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text03::before {
		background: url(../img/index/bg_txt03_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text04 {
		width: 240px;
		height: 240px;
		top: 43.7%;
		right: 51%;
		padding-top: 59px;
		padding-left: 5px;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text04::before {
		background: url(../img/index/bg_txt04_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text05 {
		width: 219px;
		height: 170px;
		top: 65.5%;
		right: 6%;
		padding-top: 40px;
		padding-left: 0;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text05::before {
		background: url(../img/index/bg_txt05_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text06 {
		width: 246px;
		height: 210px;
		bottom: 15.5%;
		right: 48.5%;
		padding-top: 52px;
		padding-left: 0;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text06::before {
		background: url(../img/index/bg_txt06_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh {
		font-size: 16px;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh span {
		font-size: 20px;
	}

	#index .sec01 .inner .bg_worries .worries_txt {
		top: 12%;
		width: 100%;
		font-size: 24px
	}

	#index .sec01 .inner .bg_worries .worries_txt span {
		font-size: 32px;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh {
		line-height: 1.75;
	}
}

@media screen and (max-width: 768px) {
	#index .sec01 .inner h3 span {
		font-size: calc(100vw * (44 / 750));
	}

	#index .sec01 .inner .bg_worries .worries_txt {
		font-size: calc(100vw * (40 / 750));
		width: 100%;
		text-align: center;
		top: 12.5%;
	}

	#index .sec01 .inner .bg_worries .worries_txt span {
		font-size: calc(100vw * (48 / 750));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh {
		font-size: calc(100vw * (28 / 750));
		text-align: center;
		line-height: 1.75;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh span {
		font-size: calc(100vw * (36 / 750));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text01 {
		width: calc(100vw * (330 / 750));
		height: calc(100vw * (376 / 750));
		bottom: 34%;
		left: 50.9%;
		padding-top: calc(100vw * (71 / 750));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text01::before {
		background: url(../img/index/bg_txt01_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text02 {
		width: calc(100vw * (330 / 750));
		height: calc(100vw * (260 / 750));
		top: 24%;
		left: 51%;
		padding-top: calc(100vw * (76 / 750));
		padding-right: 0;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text02::before {
		background: url(../img/index/bg_txt02_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text03 {
		width: calc(100vw * (330 / 750));
		height: calc(100vw * (362/ 750));
		top: 20.7%;
		left: 5.2%;
		padding-top: calc(100vw * (68 / 750));
		padding-left: 0;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text03::before {
		background: url(../img/index/bg_txt03_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text04 {
		width: calc(100vw * (330 / 750));
		height: calc(100vw * (330 / 750));
		top: 43.7%;
		right: 51%;
		padding-top: calc(100vw * (63 / 750));
		padding-left: calc(100vw * (5 / 750));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text04::before {
		background: url(../img/index/bg_txt04_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text05 {
		width: calc(100vw * (302 / 750));
		height: calc(100vw * (235 / 750));
		top: 65.5%;
		right: 5.1%;
		padding-top: calc(100vw * (41 / 750));
		padding-left: calc(100vw * (10 / 750));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text05::before {
		background: url(../img/index/bg_txt05_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text06 {
		width: calc(100vw * (356 / 750));
		height: calc(100vw * (303 / 750));
		bottom: 14.8%;
		right: 47.5%;
		padding-top: calc(100vw * (62 / 750));
		padding-left: calc(100vw * (8 / 750));
	}

	#index .sec01 .inner .bg_worries .worries_txt_wh.text06::before {
		background: url(../img/index/bg_txt06_sp.svg) no-repeat center / contain;
	}

	#index .sec01 .inner h3 {
		line-height: 2.1;
	}

	#index .sec01 .inner {
		width: 100%;
		padding: 0 0 6.5vw;
	}

	#index .sec01 .inner h3 .side-dot {
		font-size: calc(100vw * (48 / 750));
	}

	#index .sec01 .inner .slash {
		font-size: calc(100vw * (36 / 750));
		padding: 0 1.3em;
	}

	#index .sec01 .inner .slash::before,
	#index .sec01 .inner .slash::after {
		width: calc(100vw * (30 / 750));
		height: calc(100vw * (34 / 750));
	}

	#index .sec01 .inner h3 {
		font-size: calc(100vw * (40 / 750));
		margin-top: calc(100vw * (52 / 750));
	}

	#index .sec01 .inner p {
		font-size: calc(100vw * (28 / 750));
		text-align: left;
		margin: 0 auto;
	}

	#index .sec01 .inner p.sec01_txt {
		width: 90%;
	}

	#index .sec01 .inner .bg_worries {
		margin-bottom: calc(100vw * (99 / 750));
		width: 100%;
	}

}


/* --------------------------------------------------------
	SUPPORT01〜
-------------------------------------------------------- */
#index .sec02,
#index .sec04 {
	background: url('../img/cmn/bg01.svg') center / contain #efece4;
	position: relative;
}

#index .sec02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 400px solid transparent;
	border-right: 400px solid transparent;
	border-top: 100px solid #fff;
}

#index .sec02 .inner {
	padding: 17.8rem 0 10rem;
}

#index .sec02 .inner .bg_white {
	padding: 20px 39px 20px 32px;
	margin-bottom: 8rem;
	width: 100%;
	height: 354px;
}

#index .sec02 .inner .bg_white.flex_order {
	flex-direction: row;
}

#index .sec02 .inner .bg_white.flex_order .bg_support02 {
	order: 1;
}

#index .sec02 .inner .bg_white.flex_order .support {
	order: 2;
}

#index .sec02 .inner .bg_white.flex_order .right-wrapper {
	order: 3;
}

#index .sec02 .inner .bg_white:last-child {
	margin-bottom: 0;
}

#index .sec02 .inner .bg_white .left-wrapper,
#index .sec02 .inner .bg_white.sup03 .left-wrapper {
	width: 42%;
}

#index .sec02 .inner .bg_white .left-wrapper {
	margin-right: 17px;
}

#index .sec02 .inner .bg_white.sup02 .right-wrapper {
	width: 42.72%;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#index .sec02 .inner .bg_white .left-wrapper h3,
#index .sec02 .inner .bg_white.sup03 .left-wrapper h3,
#index .sec02 .inner .bg_white.sup02 .right-wrapper h3 {
	font-size: 2.4rem;
	margin: 3rem 0 2.5rem;
}

#index .sec02 .inner .bg_white.sup02 .right-wrapper h3 {
	margin-top: 2.4rem;
}

#index .sec02 .inner .bg_white .left-wrapper h3 span.border-bottom,
#index .sec02 .inner .bg_white.sup03 .left-wrapper h3 span.border-bottom,
#index .sec02 .inner .bg_white.sup02 .right-wrapper h3 span.border-bottom {
	position: relative;
	z-index: 1;
}

#index .sec02 .inner .bg_white .left-wrapper h3 span.border-bottom::before,
#index .sec02 .inner .bg_white.sup03 .left-wrapper h3 span.border-bottom::before,
#index .sec02 .inner .bg_white.sup02 .right-wrapper h3 span.border-bottom::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 27.6rem;
	height: 1rem;
	background-color: #ffac71;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

#index .sec02 .inner .bg_white.sup03 .left-wrapper h3 span.border-bottom::before {
	width: 15.4rem;
}

#index .sec02 .inner .bg_white .left-wrapper p,
#index .sec02 .inner .bg_white.sup03 .left-wrapper p,
#index .sec02 .inner .bg_white.sup02 .right-wrapper p {
	letter-spacing: .05em;
}

#index .sec02 .inner .bg_white .right-wrapper {
	width: 49.7%;
	margin-top: 4.2rem;
	margin-bottom: 27px;
}

#index .sec02 .inner .bg_white.sup02 .right-wrapper {
	margin-bottom: 5.7rem;
}

#index .sec02 .inner .bg_white p.support {
	writing-mode: vertical-rl;
	font-size: 2rem;
	color: #2a8fa8;
	line-height: 1;
	position: relative;
	padding-bottom: 140px;
	/* 線の長さ */

	/* 1. margin: 0 auto; は削除（元の配置用のmarginに戻すか消す） */

	/* 2. 文字の横幅を「フォントのサイズぴったり」に固定する */
	width: 1em;
}

#index .sec02 .inner .bg_white p.support span {
	background-color: #fff;
	position: relative;
	z-index: 2;

	/* 3. 文字をその1emの幅の中で完全に真ん中寄せにする */
	display: inline-block;
	text-align: center;
	width: 100%;
}

#index .sec02 .inner .bg_white p.support::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 56.5%;
	background: #2a8fa8;
	bottom: 0;
	z-index: 1;
	left: 43%;
}

#index .sec02 .inner .bg_white.sup02 p.support::after {
	height: 56%;
	left: 55%;
}

#index .sec02 .inner .bg_white .flex .box_gray {
	border: 1px solid #808080;
}

#index .sec02 .inner .bg_white .flex .box_orange {
	border: 1px solid #e77051;
}

#index .sec02 .inner .bg_white .flex .box_gray,
#index .sec02 .inner .bg_white .flex .box_orange {
	width: 48.7%;
	padding: 23px 31px 18px;
	border-radius: 12px;
	position: relative;
}

#index .sec02 .inner .bg_white .flex .box_gray .flex .sec02_icon,
#index .sec02 .inner .bg_white .flex .box_orange .flex .sec02_icon {
	max-width: 64px;
}

#index .sec02 .inner .bg_white .flex .box_gray .sec02_icon02,
#index .sec02 .inner .bg_white .flex .box_orange .sec02_icon02 {
	max-width: 10px;
	max-height: 14px;
	margin: 0 auto 2px;
}

#index .sec02 .inner .bg_white .flex .box_gray .bg_gray,
#index .sec02 .inner .bg_white .flex .box_orange .bg_orange {
	background-color: #808080;
	border-radius: 30px;
	color: #fff;
	padding: 0px 11px 1px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

#index .sec02 .inner .bg_white .flex .box_orange .bg_orange {
	background-color: #e77051;
	width: 60%;
}

/* 既存のスタイルに追記 */
#index .sec02 .inner .sup02 .bg_support02 .bg_orange {
	position: absolute;
	/* 念のため、チョンがはみ出しても消えないように記述 */
	overflow: visible;
}

/* ★ 吹き出しのチョンを追加 */
#index .sec02 .inner .sup02 .bg_support02 .bg_orange::before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 22%;
	width: 20px;
	height: 12px;
	background-image: url(../img/cmn/fukidashi.svg);
	/* 書き出したSVGのパス */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
	/* オレンジの背景の下に潜り込ませる */
}

#index .sec02 .inner .bg_white .flex .box_orange .bg_orange02 {
	background-color: #ffe8e3;
	width: 208px;
	height: 25px;
	color: #d44b30;
	border-radius: 5px;
	margin: 5px 0 6px;
	line-height: 1;
}

#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan {
	line-height: 1;
	color: #d44b30;
	font-size: 2rem;
	position: relative;
}

#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::before,
#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 28px;
	height: 15px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::before {
	top: -47%;
	left: -4.5%;
	background-image: url(../img/index/icon_sec02_12.svg);
}

#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::after {
	right: -9%;
	bottom: -48%;
	background-image: url(../img/index/icon_sec02_13.svg);
}

#index .sec02 .inner .bg_white .flex .box_gray .bg_gray02 {
	background-color: #e6e6e6;
	border-radius: 5px;
	width: 208px;
	height: 48px;
	margin: 3px 0 4px;
}

#index .sec02 .inner .bg_white .flex .box_gray .bg_gray02 .bg_gray02_icon {
	max-width: 27px;
	margin-right: .5rem;
}

#index .sec02 .inner .bg_white .flex .box_gray .deco_other {
	line-height: 1.5;
	position: relative;
}

#index .sec02 .inner .bg_white .flex .box_gray .deco_other::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 24px;
	background-image: url(../img/index/icon_sec02_06.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: -3%;
	left: 9%;
}

#index .sec02 .inner .sup02 .bg_support02 {
	width: 49.65%;
	position: relative;
	margin-bottom: 3.5rem;
	margin-left: .8rem;
}

#index .sec02 .inner .sup02 .bg_support02 .bg_blue {
	display: inline-flex;
	border-radius: 50%;
	width: 12rem;
	height: 12rem;
	position: absolute;
	top: 27%;
	left: 2.5%;
	z-index: 0;
	padding-bottom: 3px;
	padding-left: 3px;
}

#index .sec02 .inner .sup02 .bg_support02 .bg_orange {
	display: inline-flex;
	border-radius: 64px;
	position: absolute;
	top: 13%;
	right: 0;
	z-index: 0;
	padding: 1.2rem 3.4rem 1.2rem 3.8rem;
}

#index .sec02 .inner .sup02 .bg_support02 .bg_orange p {
	font-size: 2rem;
	line-height: 1.5;
	margin-right: 1rem;
}

#index .sec02 .inner .sup02 .bg_support02 .bg_support02-img {
	width: 62.5%;
	position: absolute;
	bottom: 0;
	left: 18%;
	/* transform: translateX(-50%); */
	z-index: 1;
}

#index .sec02 .inner .sup02 .bg_support02 .bg_bluegray {
	width: 560px;
	max-width: 560px;
	height: 120px;
	max-height: 120px;
	position: absolute;
	bottom: 0;
}

#index .sec02 .inner .bg_white.sup03 .right-wrapper {
	width: 49.7%;
	flex-wrap: nowrap;
	margin: 0;
}

#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray {
	border-radius: 10px;
	padding: 26px 0 115px;
	background-image: url(../img/index/bg_support03.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 68%;
	color: #2a8fa8;
	width: 12rem;
	justify-content: center;
}

#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray ul.tac li {
	margin-bottom: 3px;
}

#index .sec02 .inner .bg_white.sup03 .flex .arrow {
	max-width: 6rem;
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange {
	position: relative;
	width: 350px;
	padding: 28px 10px 32px 27px;
	margin-left: 14px;
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange .vertical-rl {
	background-color: #e77051;
	color: #fff;
	padding: .8em 0 .7em;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	width: 30px;
	height: 160px;
	justify-content: center;
	align-items: center;
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange .orange {
	font-size: 2rem;
	margin-bottom: 24px;
	line-height: 1;
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 li {
	text-align: left;
	display: flex;
	align-items: center;
	line-height: 1.5;
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 li::before {
	content: '';
	display: inline-block;
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 8px;
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 li.icon_sup03_02::before {
	background-image: url(../img/index/icon_sup03_02.svg);
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 li.icon_sup03_03::before {
	background-image: url(../img/index/icon_sup03_03.svg);
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 li.icon_sup03_04::before {
	background-image: url(../img/index/icon_sup03_04.svg);
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 li.icon_sup03_05::before {
	background-image: url(../img/index/icon_sup03_05.svg);
}

#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 {
	padding-left: 1.7rem;
}

@media screen and (max-width: 1244px) {
	#index .sec02 .inner .bg_white.sup03 .right-wrapper {
		justify-content: center;
		gap: 1vw;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .bg_orange {
		width: max-content;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .bg_orange02,
	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray02 {
		width: 100%;
	}

	#index .sec02 .inner {
		padding-top: 160px;
	}

	#index .sec02 .inner .bg_white {
		flex-direction: column;
		padding: 5vw 5.6%;
		margin-bottom: 7vw;
		text-align: center;
		height: auto;
	}

	#index .sec02 .inner .bg_white:last-child {
		margin-bottom: 0;
	}

	#index .sec02 .inner .bg_white p.support {
		writing-mode: inherit;
		width: 100%;
		padding: 0;
	}

	#index .sec02 .inner .bg_white p.support::after,
	#index .sec02 .inner .bg_white.sup02 p.support::after {
		width: 100%;
		height: 1px;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}

	#index .sec02 .inner .bg_white p.support span {
		display: inline-block;
		padding: 0 4vw;
		width: fit-content;
	}

	#index .sec02 .inner .bg_white .left-wrapper,
	#index .sec02 .inner .bg_white.sup03 .left-wrapper,
	#index .sec02 .inner .bg_white .right-wrapper,
	#index .sec02 .inner .bg_white.sup02 .right-wrapper,
	#index .sec02 .inner .sup02 .bg_support02,
	#index .sec02 .inner .bg_white.sup03 .right-wrapper {
		width: 100%;
	}

	#index .sec02 .inner .bg_white .left-wrapper p,
	#index .sec02 .inner .bg_white.sup03 .left-wrapper p,
	#index .sec02 .inner .bg_white.sup02 .right-wrapper p {
		text-align: left;
	}

	#index .sec02 .inner .bg_white .flex .box_orange {
		margin-bottom: 0;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray,
	#index .sec02 .inner .bg_white .flex .box_orange .bg_orange {
		padding: .25em 1.1em .3em;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray02 {
		width: 100%;
		text-align: center;

	}

	#index .sec02 .inner .bg_white .flex .box_gray .sec02_icon02,
	#index .sec02 .inner .bg_white .flex .box_orange .sec02_icon02 {
		max-width: none;
		max-height: none;
		width: 12px;
		height: 16px;
	}

	#index .sec02 .inner .bg_white.sup02 .support {
		order: 1;
	}

	#index .sec02 .inner .bg_white.sup02 .right-wrapper {
		order: 2;
		margin-bottom: 0;
	}

	#index .sec02 .inner .bg_white.sup02 .bg_support02 {
		order: 3;
		height: calc(100vw * (360 / 1070));
		margin-top: 2rem;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_orange {
		right: 14%;
		top: 9%;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_blue {
		left: 12%;
	}

	#index .sec02 .inner .bg_white.sup02 .right-wrapper h3 {
		margin: 3vw 0 1vw;
	}





	#index .sec02 .inner .bg_white.sup03 .flex .arrow {
		margin: 1.3vw 0 1.2vw;
	}



	#index .sec02 .inner .bg_white .flex .box_gray .deco_other::before {
		top: -18%;
		left: -11%;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .deco_other,
	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan {
		display: inline-block;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::before {
		top: -59%;
		left: -11.5%;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::after {
		right: -11%;
		bottom: -61%;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .flex,
	#index .sec02 .inner .bg_white .flex .box_gray .flex {
		gap: 1.4vw;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .flex .sec02_icon,
	#index .sec02 .inner .bg_white .flex .box_orange .flex .sec02_icon {
		width: calc(100vw * (64 / 1240));
		max-width: none;
	}

	#index .sec02 .inner .bg_white .flex .box_gray,
	#index .sec02 .inner .bg_white .flex .box_orange {
		padding: 5% 5% 2.5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .flex.bg_gray02 {
		gap: 1vw;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .deco_other::before {
		left: -9%;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::before {
		top: -58%;
		left: -10%;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::after {
		right: -13%;
		bottom: -46%;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_bluegray {
		width: 100%;
		max-width: none;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .flex-box,
	#index .sec02 .inner .bg_white .flex .box_orange .flex-box {
		min-width: 212px;
		max-width: 232px;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange {
		width: 60%;
	}
}


@media screen and (max-width: 1024px) {
	#index .sec02 .inner .bg_white {
		width: 645px;
		margin: 0 auto;
		margin-bottom: calc(100vw * (60 / 1024));
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_orange {
		right: 0%;
		top: 24%;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_blue {
		left: 8%;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray {
		background-size: 75%;
		width: 22%;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .arrow {
		width: 8%;
	}

	#index .sec02 .inner .bg_white.sup03 .right-wrapper {
		margin-top: 1em;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_blue {
		width: calc(100vw * (140 / 1024));
		height: calc(100vw * (140 / 1024));
		top: 27.5%;
		left: 3.5%;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_orange {
		flex-direction: column;
		align-items: flex-start;
		border-radius: 2.5vw;
		padding: 1.2em 1.2em 1.3em 1em;
		top: 2.5%;
		right: 86px;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_orange::before {
		width: calc(100vw * (28 / 1024));
		height: calc(100vw * (17 / 1024));
		bottom: -1.5vw;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_orange p {
		text-align: left;
		margin-right: 0;
		margin-bottom: 1vw;
	}
}

@media screen and (max-width: 1005px) {
	#index .sec02 .inner .bg_white.sup03 .right-wrapper {
		flex-direction: column;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray {
		width: 100%;
		background-size: 11%;
		background-position: bottom left 18%;
		padding-bottom: calc(100vw * (26 / 1024));
	}

	#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray ul.tac {
		display: flex;
		gap: 2em;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange {
		width: 100%;
		margin-left: 0;
		margin-top: 1.5vw;
		padding-top: 4vw;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .vertical-rl {
		writing-mode: inherit;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 190px;
		height: 36px;
		padding-bottom: 14px;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 {
		padding-left: 0;
		gap: 1.8rem 4rem;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .arrow {
		margin: 0;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 li {
		line-height: 1.75;
	}
}

@media screen and (max-width: 980px) {
	#index .sec02 .inner .bg_white .left-wrapper {
		margin: 0 0 3vw;
	}
}

@media screen and (max-width: 960px) {
	#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray {
		background-position: bottom left 18%;
	}
}

@media screen and (max-width: 942px) {
	#index .sec02 .inner .sup02 .bg_support02 .bg_orange {
		right: 24%;
		top: 1%;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_blue {
		left: 6%;
		top: 20%;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .flex-box,
	#index .sec02 .inner .bg_white .flex .box_orange .flex-box {
		width: 100%;
		min-width: initial;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray,
	#index .sec02 .inner .bg_white .flex .box_orange .bg_orange,
	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray02 p,
	#index .sec02 .inner .bg_white .flex .box_gray .deco_other,
	#index .sec02 .inner .bg_white .flex .box_orange .flex {
		font-size: calc(100vw * (16 / 942));
	}

	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan {
		font-size: calc(100vw * (20 / 942));
	}

}

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

	#index .sec02 .inner .bg_white .flex .box_gray .sec02_icon02,
	#index .sec02 .inner .bg_white .flex .box_orange .sec02_icon02 {
		max-width: none;
		max-height: none;
		width: calc(100vw * (21 / 750));
		height: calc(100vw * (24 / 750));
	}

	#index .sec02 .inner .bg_white {
		width: 100%;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .arrow {
		width: calc(100vw * (60 / 750));
	}

	#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray {
		background-size: 20%;
		width: 44%;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray {
		background-position: bottom left 9%;
		background-size: 27%;
		padding: 5vw 3vw 5vw 11.5vw;
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 {
		gap: 4.8vw 1em;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 li::before {
		width: calc(100vw * (112 / 750));
		height: calc(100vw * (112 / 750));
	}

	#index .sec02 .inner .bg_white .flex .box_gray .flex-box,
	#index .sec02 .inner .bg_white .flex .box_orange .flex-box {
		max-width: none;
		min-width: none;
		width: 100%;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray02 {
		height: calc(100vw * (72 / 750));
	}

	#index .sec02 .inner .bg_white .flex .box_orange .bg_orange02 {
		height: calc(100vw * (80 / 750));
	}

	#index .sec02 .inner .bg_white .flex .box_gray .flex .sec02_icon,
	#index .sec02 .inner .bg_white .flex .box_orange .flex .sec02_icon {
		width: calc(100vw * (120 / 750));
	}

	#index .sec02 .inner .bg_white .flex .box_gray .sec02_icon02,
	#index .sec02 .inner .bg_white .flex .box_orange .sec02_icon02 {
		max-width: 19px;
		max-height: 21px;
		margin-bottom: .8vw;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .sec02_icon02 {
		margin-bottom: 2.2vw;
	}

	#index .sec02 .inner .bg_white {
		padding-top: calc(100vw * (40 / 750));
		padding-bottom: calc(100vw * (58 / 750));
		margin-bottom: calc(100vw * (61 / 750));
		;
	}



	#index .sec02 .inner .bg_white .left-wrapper {
		margin-right: 0;
		margin-bottom: calc(100vw * (25 / 750));
	}

	#index .sec02 .inner .bg_white .left-wrapper h3 span.border-bottom::before,
	#index .sec02 .inner .bg_white.sup03 .left-wrapper h3 span.border-bottom::before,
	#index .sec02 .inner .bg_white.sup02 .right-wrapper h3 span.border-bottom::before {
		width: 100%;
		bottom: 6px;
		height: 1.6rem;
		padding-left: calc(100vw * (146 / 750));
	}

	#index .sec02 .inner .bg_white .left-wrapper h3,
	#index .sec02 .inner .bg_white.sup02 .right-wrapper h3,
	#index .sec02 .inner .bg_white.sup03 .left-wrapper h3 {
		margin-top: calc(100vw * (31 / 750));
		margin-bottom: calc(100vw * (15 / 750));
	}

	#index .sec02 .inner .bg_white.sup02 .bg_support02 {
		order: 3;
		height: calc(100vw * (505 / 750));
		margin-left: 0;
		margin-top: 0;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::before {
		top: -75%;
		left: -16%;
	}

	#index .sec02 .inner .bg_white .flex .box_gray,
	#index .sec02 .inner .bg_white .flex .box_orange {
		width: 100%;
		padding: 6.5vw 9vw 3.7vw;
		margin-bottom: 9.2vw;
		padding-bottom: calc(100vw * (27 / 750));
	}

	#index .sec02 .inner .bg_white .flex .box_orange {
		padding-bottom: calc(100vw * (30 / 750));
		margin-bottom: 0;
	}

	#index .sec02 .inner .bg_white .right-wrapper {
		flex-direction: column;
		margin-bottom: 0;
		margin-top: calc(100vw * (35 / 750));
	}

	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::before,
	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan::after {
		width: calc(100vw * (42 / 750));
		height: calc(100vw * (23 / 750));
		right: -17%;
		bottom: -63%;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .deco_other::before {
		width: calc(100vw * (33 / 750));
		height: calc(100vw * (36 / 750));
		top: -35%;
		left: -10%;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray02 {
		margin: .7vw 0 1.1vw;
	}

	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray02 .bg_gray02_icon {
		max-width: none;
		width: calc(100vw * (41 / 750));
		margin-right: .5rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .flex.mt02 {
		width: 95%;
		gap: inherit;
		margin: .8vw auto 0;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .flex.mt02 .sec02_icon {
		width: calc(100vw * (96 / 750));
	}

	#index .sec02 .inner .bg_white .flex .box_orange .bg_orange02 {
		width: 95%;
		margin: 1.3vw auto 1vw;
	}

	#index .sec02 .inner .bg_white .flex .box_orange .bg_orange02,
	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray,
	#index .sec02 .inner .bg_white .flex .box_orange .bg_orange,
	#index .sec02 .inner .bg_white .left-wrapper p,
	#index .sec02 .inner .bg_white.sup03 .left-wrapper p,
	#index .sec02 .inner .bg_white.sup02 .right-wrapper p,
	#index .sec02 .inner .bg_white .flex .box_gray .bg_gray02 p,
	#index .sec02 .inner .bg_white .flex .box_gray .deco_other,
	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 li {
		font-size: calc(100vw * (28 / 750));
	}

	#index .sec02 .inner .bg_white .flex .box_orange .deco_okuifudosan {
		font-size: calc(100vw * (32 / 750));
	}

	#index .sec02 .inner .bg_white p.support,
	#index .sec02 .inner .bg_white .left-wrapper h3,
	#index .sec02 .inner .bg_white.sup03 .left-wrapper h3,
	#index .sec02 .inner .bg_white.sup02 .right-wrapper h3,
	#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray ul.tac li,
	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .orange {
		font-size: calc(100vw * (36 / 750));
	}

	#index .sec02 .inner .bg_white.sup03 .flex .bg_bluegray {
		background-position: bottom left 9%;
		background-size: 17%;
		padding-left: 6em;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .orange {
		margin-bottom: calc(100vw * (22 / 750));
	}

	#index .sec02::before {
		border-left: 150px solid transparent;
		border-right: 150px solid transparent;
		border-top: 80px solid #fff;
	}

	#index .sec02 .inner {
		padding-top: 16vw;
	}



	#index .sec02 .inner .sup02 .bg_support02 .bg_blue {
		width: calc(100vw * (240 / 750));
		height: calc(100vw * (240 / 750));
		font-size: calc(100vw * (28 / 750));
		top: 15.5%;
		left: -1.5%;
		padding-bottom: calc(100vw * (13 / 750));
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_orange {
		flex-direction: column;
		align-items: flex-start;
		border-radius: 2.5vw;
		padding: 1.2em .8em 1.3em 1.1em;
		top: 1.5%;
		right: calc(100vw * (7 / 750));
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_orange::before {
		width: calc(100vw * (40 / 750));
		height: calc(100vw * (24 / 750));
		bottom: -3vw;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_orange p {
		text-align: left;
		margin-right: 0;
		font-size: calc(100vw * (36 / 750));
		margin-bottom: 1vw;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_orange ul.checkmark {
		margin-left: calc(100vw * (4 / 750));
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_bluegray {
		width: 100%;
		max-width: none;
		height: calc(100vw * (180 / 750));
		max-height: none;
		bottom: -6.5%;
	}

	#index .sec02 .inner .sup02 .bg_support02 .bg_support02-img {
		width: 84%;
		bottom: -5.5%;
		left: 6%;
	}

	#index .sec02 .inner .bg_white.sup02 .right-wrapper {
		margin-bottom: 3vw;
	}



	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .grid02 {
		padding-left: 0;
	}

	#index .sec02 .inner .bg_white.sup03 .right-wrapper {
		gap: 1rem;
		margin-top: 0;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange .vertical-rl {
		width: calc(100vw * (300 / 750));
		height: calc(100vw * (60 / 750));
		padding: 0;
	}

	#index .sec02 .inner .bg_white.sup03 .flex .box_orange {
		padding-top: calc(100vw * (50 / 750));
		margin-top: calc(100vw * (28 / 750));
	}
}

@media screen and (max-width: 480px) {
	#index .sec02::before {
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-top: 50px solid #fff;
	}

	#index .sec02 .inner .bg_white .left-wrapper h3 span.border-bottom::before,
	#index .sec02 .inner .bg_white.sup03 .left-wrapper h3 span.border-bottom::before,
	#index .sec02 .inner .bg_white.sup02 .right-wrapper h3 span.border-bottom::before {
		bottom: 6px;
		height: .8rem;
	}
}


/* --------------------------------------------------------
	sec03 選ばれる5つの理由
-------------------------------------------------------- */
#index .sec03 {
	background-color: #fff;
}

#index .sec03 .inner {
	padding-top: 10rem;
}

#index .sec03 .inner hgroup {
	margin-bottom: 4.7rem;
}

#index .sec03 .inner hgroup h2 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 3px;
}

#index .sec03 .inner hgroup h2 .mark {
	font-size: 3.2rem;
	font-weight: 700;
}

#index .sec03 .inner>ul {
	gap: 6rem 3rem;
	flex-wrap: wrap;
}

#index .sec03 .inner>ul>li {
	background-color: #efece4;
	width: 31.667%;
	padding: 6.1rem 2rem 2.7rem;
	text-align: center;
	position: relative;
}


#index .sec03 .inner>ul>li .number {
	font-size: 2rem;
	line-height: 1;
	background-color: #2a8fa8;
	color: #fff;
	display: inline-flex;
	width: 6rem;
	height: 4.5rem;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -1%;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 2%;
	box-shadow: 2px 4px 9px 0px rgba(122, 122, 122, 0.3);
}

#index .sec03 .inner>ul>li .number::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 15px solid #2a8fa8;
}

#index .sec03 .inner>ul>li h3 {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 2.4rem;
	line-height: 1.4;
}

#index .sec03 .inner>ul>li>img {
	width: 100%;
	margin-bottom: 2.5rem;
	object-fit: cover;
}

#index .sec03 .inner>ul>li ul.check-mark li {
	text-align: left;
	position: relative;
	padding-left: 3rem;
	font-size: 2rem;
	margin-bottom: .5rem;
}

#index .sec03 .inner>ul>li ul.check-mark li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .9em;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	background-image: url(../img/cmn/checkmark02.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 1250px) {
	#index .sec03 .inner>ul>li {
		width: 47%;
	}
}

@media screen and (max-width: 796px) {
	#index .sec03 .inner>ul>li h3 {
		font-size: calc(100vw * (23 / 796));
	}
}


@media screen and (max-width: 768px) {
	#index .sec03 .inner {
		padding-bottom: calc(100vw * (69 / 750));
	}

	#index .sec03 .inner>ul>li>img {
		margin-bottom: calc(100vw * (11 / 750));
	}

	#index .sec03 .inner>ul {
		flex-direction: column;
		width: 100%;
	}

	#index .sec03 .inner>ul>li {
		width: 100%;
		padding: 13.5vw 5.5% 6.5vw;
		margin-bottom: calc(100vw * (31 / 750));
	}

	#index .sec03 .inner>ul>li:nth-child(4) {
		margin-bottom: calc(100vw * (31 / 750));
	}

	#index .sec03 .inner hgroup {
		margin-bottom: calc(100vw * (61 / 750));
	}

	#index .sec03 .inner hgroup h2 {
		font-size: calc(100vw * (40 / 750));
		line-height: 2.2;
	}

	#index .sec03 .inner hgroup h2 .mark {
		font-size: calc(100vw * (48 / 750));
	}

	#index .sec03 .inner>ul>li .number {
		width: calc(100vw * (100 / 750));
		height: calc(100vw * (76 / 750));
		font-size: calc(100vw * (36 / 750));
		top: -2%;
	}

	#index .sec03 .inner>ul>li .number::before {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;

		/* 他の記述に合わせて分母を750に統一 */
		/* これにより、画面幅768pxの時にピッタリ 幅102.4px（ほぼ100px）/ 高さ30.7px（ほぼ30px） になります */
		border-left: calc(100vw * (50 / 750)) solid transparent;
		border-right: calc(100vw * (50 / 750)) solid transparent;
		border-bottom: calc(100vw * (30 / 750)) solid #2a8fa8;

		/* 三角形の高さ（30px相当）に合わせて、上に飛び出させる位置もレスポンシブ化 */
		top: calc(100vw * (-30 / 750));
	}

	#index .sec03 .inner>ul>li h3 {
		font-size: calc(100vw * (40 / 750));
		margin-bottom: 6vw;
	}

	#index .sec03 .inner>ul>li ul.check-mark {
		margin-top: 2vw;
	}

	#index .sec03 .inner>ul>li ul.check-mark li {
		font-size: calc(100vw * (36 / 750));
		padding-left: 7vw;
	}

	#index .sec03 .inner>ul>li ul.check-mark li::before {
		width: calc(100vw * (40 / 750));
		height: calc(100vw * (40 / 750));
	}

	#index .sec03 .inner>ul>li ul.check-mark li.sp_top::before {
		top: 28%;
	}
}

@media screen and (max-width: 480px) {
	#index .sec03 .inner>ul>li {
		width: 100%;
	}
}

/* --------------------------------------------------------
	CONTACT（共通）
-------------------------------------------------------- */
body.arrival_ft_contact::before,
body.arrival_ft_contact02::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../img/index/bg_contact.jpg) no-repeat center/cover;
	/* background: red !important; */
}

#index .contact .inner {
	text-align: center;
}

#index .contact .inner hgroup {
	margin-bottom: 3rem;
}

#index .contact .inner hgroup h2 {
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
}

#index .contact .inner hgroup h2 span.border-bottom_blue {
	font-size: 3.2rem;
	font-weight: 700;
}

#index .contact .inner hgroup p {
	color: #fff;
	margin-bottom: 1.9rem;
}

#index .contact .inner .box_dot,
.ft_contact .inner .box_dot {
	width: 100%;
	max-width: 916px;
	height: 160px;
	/* ▼ 外枠の点線四角（今の記述のまま） */
	background-image: linear-gradient(to right, #fff 4px, transparent 4px),
		linear-gradient(to bottom, #fff 4px, transparent 4px),
		linear-gradient(to right, #fff 4px, transparent 4px),
		linear-gradient(to bottom, #fff 4px, transparent 4px);
	background-size: 8px 1px, 1px 8px, 8px 1px, 1px 8px;
	background-position: left top, right top, left bottom, left top;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;

	/* 【追記】中の縦線の位置の基準にするために必要 */
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(3px);
	/* 後ろをぼかす */
}

.ft_contact .inner .box_dot {
	margin: 0;
}

/* 【新規追記】箱の真ん中に上下24px空いた縦線を追加する記述 */
#index .contact .inner .box_dot::before,
.ft_contact .inner .box_dot::before {
	content: "";
	position: absolute;

	/* 左右の真ん中に配置 */
	left: 50%;
	transform: translateX(-50%);

	/* 上下の余白を24pxに固定 */
	top: 24px;
	bottom: 24px;

	/* 縦線の太さ */
	width: 1px;

	/* 4px 4px の縦の破線 */
	background-image: linear-gradient(to bottom, #fff 4px, transparent 4px);
	background-size: 1px 8px;
	background-repeat: repeat-y;

}


#index .contact .inner .box_dot .tel,
.ft_contact .inner .box_dot .tel {
	text-align: left;
	position: relative;
	padding-left: 10rem;
	margin-left: 2%;
}

#index .contact .inner .box_dot .tel::before,
.ft_contact .inner .box_dot .tel::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 8rem;
	height: 8rem;
	background-image: url(../img/cmn/icon_tel.svg);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#index .contact .inner .box_dot .form,
.ft_contact .inner .box_dot .form {
	text-align: left;
	position: relative;
	padding-left: 10rem;
}

#index .contact .inner .box_dot .form::before,
.ft_contact .inner .box_dot .form::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 8rem;
	height: 8rem;
	background-image: url(../img/cmn/icon_form.svg);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#index .contact .inner .box_dot .tel p,
.ft_contact .inner .box_dot .tel p {
	color: #fff;
	line-height: 1.3;
	margin-bottom: .8rem;
}

#index .contact .inner .box_dot .tel p.tel-no a,
.ft_contact .inner .box_dot .tel p.tel-no a {
	font-size: 3.2rem;
	letter-spacing: 2px;
	font-weight: 700;
}

#index .contact .inner .box_dot .form .btn_orange.badge,
.ft_contact .inner .box_dot .form .btn_orange.badge {
	margin-bottom: 0;
	max-width: 292px;
	font-size: 1.8rem;
	padding-right: 7%;
}

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


	#index .contact .inner .box_dot {
		background-image: linear-gradient(to right, #fff 4px, transparent 4px), linear-gradient(to bottom, #fff 4px, transparent 4px), linear-gradient(to right, #fff 4px, transparent 4px), linear-gradient(to bottom, #fff 4px, transparent 4px);
		background-size: 8px 1px, 1px 8px, 8px 1px, 1px 8px;
	}

	#index .contact .inner .box_dot::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		height: 1px;
		background-image: linear-gradient(to right, #fff 4px, transparent 4px);
		background-size: 8px 1px;
		background-repeat: repeat-x;
	}

	#index .contact .inner .box_dot {
		gap: 8rem;
		padding: 4vw 0 4vw;
		width: 70%;
		height: auto;
	}

	#index .contact .inner .box_dot .tel,
	#index .contact .inner .box_dot .form {
		padding-left: 12vw;
	}

	#index .contact .inner .box_dot .tel {
		padding-right: 6vw;
	}
}

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

	#index .contact .inner .box_dot,
	.ft_contact .inner .box_dot {
		background-image: linear-gradient(to right, #fff 8px, transparent 8px),
			linear-gradient(to bottom, #fff 8px, transparent 8px),
			linear-gradient(to right, #fff 8px, transparent 8px),
			linear-gradient(to bottom, #fff 8px, transparent 8px);
		background-size: 16px 2px, 2px 16px, 16px 2px, 2px 16px;
	}

	body.arrival_ft_contact::before,
	body.arrival_contact::before,
	body.arrival_contact02::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		background: url(../img/index/bg_contact_sp.jpg) no-repeat center/cover;
		/* background: red !important; */
	}

	body.arrival_contact02::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		background: url(../img/index/bg_contact_sp.jpg) no-repeat center/cover;
	}

	/* #index .contact {
		background-image: url(../img/index/bg_contact_sp.jpg);
	} */

	#index .contact .inner {
		padding-top: 13.2vw;
		padding-bottom: 13.5vw;
	}

	#index .contact .inner hgroup {
		margin-bottom: 4vw;
	}

	#index .contact .inner hgroup h2 {
		font-size: calc(100vw * (40 / 750));
	}

	#index .contact .inner hgroup h2 span.border-bottom_blue {
		font-size: calc(100vw * (48 / 750));
	}

	#index .contact .inner .box_dot {
		gap: 2.4rem;
		padding: 4vw 0 0;
		width: 100%;
		height: calc(100vw * (560 / 750));
	}

	#index .contact .inner .box_dot .tel p:first-child a {
		font-size: calc(100vw * (48 / 750));
	}

	#index .contact .inner hgroup p {
		font-size: calc(100vw * (36 / 750));
		margin-bottom: calc(100vw * (14 / 750));
	}

	#index .contact .inner .box_dot .tel::before,
	#index .contact .inner .box_dot .form::before {
		width: calc(100vw * (140 / 750));
		height: calc(100vw * (140 / 750));
	}

	#index .contact .inner .box_dot .tel {
		padding-right: 6vw;
	}

	#index .contact .inner .box_dot .tel,
	#index .contact .inner .box_dot .form {
		padding-left: 23vw;
	}

	#index .contact .inner .box_dot .tel p,
	.ft_contact .inner .box_dot .tel p {
		margin-bottom: 1.5vw;
		font-size: calc(100vw * (28 / 750));
	}

	.ft_contact .inner .box_dot .tel p.tel-no {
		font-size: calc(100vw * (28 / 750));
	}

	.ft_contact .inner .box_dot .tel p.tel-no a {
		font-size: calc(100vw * (48 / 750));
	}

	#index .contact .inner .box_dot .form .btn_orange.badge,
	.ft_contact .inner .box_dot .form .btn_orange.badge {
		width: calc(100vw * (440 / 750));
		height: calc(100vw * (180 / 750));
		font-size: calc(100vw * (36 / 750));
		max-width: none;
		max-height: none;
		padding-right: 22%;
	}

	#index .contact .inner .box_dot .form .btn_orange.badge {
		border-radius: calc(100vw * (20 / 750));
	}

	.ft_contact .inner .box_dot .form .btn_orange.badge {
		padding-right: 0;
	}

	.ft_contact .inner .box_dot .form .btn_orange.badge::after {
		right: 8%;
	}

	#index .contact .inner .box_dot::before,
	.ft_contact .inner .box_dot::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		/* 上下中央に配置 */
		transform: translate(-50%, -50%);
		width: 90%;
		height: 2px;
		/* 線の太さ */
		/* 幅8px（線4px＋隙間4px）、高さ1px */
		background-repeat: repeat-x;
		/* 横方向にループ */
		background-image: linear-gradient(to right, #fff 8px, transparent 8px);
		background-size: 16px 2px;
	}
}


/* --------------------------------------------------------
	sec04 売却・買取する流れ
-------------------------------------------------------- */
#index .sec04 .inner {
	padding-top: 7.4rem;
	padding-bottom: 14rem;
}

#index .sec04 .inner hgroup {
	margin-bottom: 2.3rem;
}

#index .sec04 .inner .list_flow {
	margin: 32px 0 3.9rem;
	position: relative;
}

/* 矢印（li同士の間） */
#index .sec04 .inner .list_flow li {
	text-align: center;
	position: relative;
	padding-top: 88px;
}

#index .sec04 .inner .list_flow li:nth-child(1),
#index .sec04 .inner .list_flow li:nth-child(4) {
	margin-right: 5.7%;
}

#index .sec04 .inner .list_flow li:nth-child(2) {
	margin-right: 1rem;
}

#index .sec04 .inner .list_flow li:nth-child(3) {
	width: 25.5%;
	margin-right: 1rem;
}


#index .sec04 .inner .list_flow li::after {
	content: '';
	position: absolute;
	top: 35%;
	right: -27%;
	transform: translateY(-50%);
	width: 31px;
	height: 27px;
	background-image: url(../img/cmn/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

#index .sec04 .inner .list_flow li:nth-child(2):after {
	content: none;
}

#index .sec04 .inner .list_flow li:nth-child(3)::before {
	content: '';
	position: absolute;
	top: 35%;
	left: 10px;
	transform: translateY(-50%);
	width: 31px;
	height: 27px;
	background-image: url(../img/cmn/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

#index .sec04 .inner .list_flow li:nth-child(3)::after {
	right: 10px;
}

#index .sec04 .inner .list_flow li:last-child::after {
	display: none;
}

#index .sec04 .inner .list_flow li .sp_flex .top-wrapper {
	position: relative;
}

#index .sec04 .inner .list_flow li .flow_no {
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	margin-bottom: .4rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 6rem;
	background-color: #2a8fa8;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

#index .sec04 .inner .list_flow li .circle_white {
	width: 184px;
	height: 184px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -4rem auto 1.4rem;
	padding: 55px 48px 40px;
}

#index .sec04 .inner .list_flow li:nth-child(1) .circle_white {
	padding: 46px 51px 34px;
}

#index .sec04 .inner .list_flow li:nth-child(3) .circle_white {
	padding: 56px 46px 43px;
}

#index .sec04 .inner .list_flow li:nth-child(4) .circle_white {
	padding: 52px 35px 40px;
}

#index .sec04 .inner .list_flow li h3 {
	font-size: 2rem;
}

/* 買取の場合の点線枠 */
.dot-frame {
	/* 末尾に「, linear-gradient(#efece4, #efece4)」を追加 */
	background-image:
		linear-gradient(to right, #2a8fa8 4px, transparent 4px),
		linear-gradient(to bottom, #2a8fa8 4px, transparent 4px),
		linear-gradient(to right, #2a8fa8 4px, transparent 4px),
		linear-gradient(to bottom, #2a8fa8 4px, transparent 4px),
		linear-gradient(#efece4, #efece4);

	/* 背景色のサイズは全体（100% 100%）にする */
	background-size: 8px 1px, 1px 8px, 8px 1px, 1px 8px, 100% 100%;

	/* 背景色の位置は左上（0 0）にする */
	background-position: left top, right top, left bottom, left top, 0 0;

	/* 背景色はリピートさせない */
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y, no-repeat;

	padding: 1.6rem .5rem 2.1rem;
}

.caution {
	color: #d44b30;
	margin-top: .3rem;
	display: inline-block;
	position: relative;
	padding-left: 2.4rem;
}

.caution::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../img/cmn/checkmark03.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 12.5%;
	left: 0;
}

#index .sec04 .inner .btn_white {
	margin: 0 auto;
}

@media screen and (max-width: 1250px) {
	#index .sec04 .inner .list_flow {
		flex-direction: column;
		margin: 36px auto 80px;
		width: 560px;
	}

	#index .sec04 .inner .list_flow li {
		margin-bottom: 70px;
		padding-left: 64px;
		padding-top: calc(100vw * (16 / 750));
	}

	#index .sec04 .inner .list_flow li .sp_flex {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: row;
		padding-top: 0;
	}

	#index .sec04 .inner .list_flow li:last-child {
		margin-bottom: 3vw;
	}

	#index .sec04 .inner .list_flow li .sp_flex .top-wrapper {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
	}

	#index .sec04 .inner .list_flow li .sp_flex .bottom-wrapper {
		padding-top: 32px;
	}

	#index .sec04 .inner .list_flow li .sp_flex .bottom-wrapper p {
		text-align: left;
	}

	#index .sec04 .inner .list_flow li h3 {
		text-align: left;
	}


	#index .sec04 .inner .list_flow li:nth-child(1),
	#index .sec04 .inner .list_flow li:nth-child(4) {
		margin-right: 0;
	}

	#index .sec04 .inner .list_flow li:nth-child(3) {
		width: 100%;
	}

	.dot-frame {
		flex-wrap: wrap;
		/* 子要素を折り返せるようにする */
		padding: 2vw 0 2vw 64px;
	}

	#index .sec04 .inner .list_flow li .circle_white {
		order: 1;
		margin: 0;
	}

	#index .sec04 .inner .list_flow li .flow_no {
		margin: 0 4vw 0 -2vw;
		border-radius: 65px;
		box-shadow: 0px 5px 5px 0px rgba(132, 132, 132, .3);
		position: static;
		margin-left: -25px;
		margin-right: 0;
		transform: none;
		position: relative;
		/* 重なり順（z-index）を有効にするため */
		left: 0;
		z-index: 2;
	}

	#index .sec04 .inner .list_flow li:nth-child(3)::before {
		top: -50px;
		left: 138px;
		transform: rotate(90deg);
	}

	#index .sec04 .inner .list_flow li:nth-child(3)::after {
		right: auto;
		left: 138px;
		bottom: -58px;
	}

	#index .sec04 .inner .list_flow li::after {
		top: auto;
		bottom: -55px;
		left: 138px;
		transform: rotate(90deg);
	}

	.caution {
		padding-left: 1.4em;
		margin-left: -3em;
		margin-top: .5em;
	}

	.caution::before {
		top: 1em;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 1070px) {
	#index .sec04 .inner {
		padding-bottom: 10vw;
	}


}

@media screen and (max-width: 768px) {
	#index .sec04 .inner .list_flow li .sp_flex .top-wrapper {
		margin-right: calc(100vw * (30 / 750));
	}

	#index .sec04 .inner .list_flow li:nth-child(4) .circle_white {
		padding: 7.85vw;
	}

	#index .sec04 .inner .list_flow li .sp_flex .bottom-wrapper {
		padding-top: 7vw;
	}

	#index .sec04 .inner {
		padding: 13.2vw 0;
		padding-bottom: calc(100vw * (200 / 750));
		width: 90%;
	}

	#index .sec04 .inner p.tac {
		text-align: left;
	}

	#index .sec04 .inner .list_flow li.dot-frame .red.caution {
		/* 横並び3つの要素（order: 1〜3）の後ろに配置 */
		margin: 2.7vw auto 0;
		padding-left: 1.7em;
	}

	.caution::before {
		width: calc(100vw * (32 / 750));
		height: calc(100vw * (32 / 750));
	}

	#index .sec04 .inner .list_flow li:nth-child(2) .sp_flex {
		align-items: flex-end;
	}

	#index .sec04 .inner .list_flow li:nth-child(3)::before {
		top: -12.5%;
		left: 23.3%;
		transform: rotate(90deg);
		width: calc(100vw * (48 / 750));
		height: calc(100vw * (37 / 750));
	}

	#index .sec04 .inner .list_flow li:nth-child(3)::after {
		right: auto;
		left: 23.3%;
		bottom: -13%;
	}

	#index .sec04 .inner .list_flow li::after {
		top: auto;
		bottom: -20%;
		left: calc(100vw * (120 / 750));
		transform: rotate(90deg);
		width: calc(100vw * (48 / 750));
		height: calc(100vw * (37 / 750));
	}

	#index .sec04 .inner .list_flow li:first-child::after {
		bottom: -19%;
	}

	#index .sec04 .inner .list_flow li .flow_no {
		width: calc(100vw * (120 / 750));
		height: calc(100vw * (120 / 750));
		box-shadow: 0px 5px 5px 0px rgba(132, 132, 132, .3);
		font-size: calc(100vw * (36 / 750));
		position: static;
		/* 重なり順を制御できるようにする */
		z-index: 10 !important;
		/* .circle_white より上に配置する */
		border-radius: 65px;
		box-shadow: 0px 5px 5px 0px rgba(132, 132, 132, .3);
		margin-left: calc(100vw * (-46 / 750));
		margin-right: 0;
		transform: none;
	}

	#index .sec04 .inner .list_flow li .circle_white {
		width: calc(100vw * (288 / 750));
		height: calc(100vw * (288 / 750));
		padding: 10vw;
	}

	#index .sec04 .inner .list_flow li:nth-child(3) .circle_white {
		padding: 10vw;
	}

	#index .sec04 .inner .list_flow li:nth-child(1) .circle_white {
		padding: 11vw;
	}

	#index .sec04 .inner .list_flow li:nth-child(2) .circle_white {
		padding: 10.5vw;
	}

	.dot-frame {
		/* 背景色の位置は左上（0 0）にする */
		background-position: left top, right top, left bottom, left top, 0 0;

		/* 背景色はリピートさせない */
		background-repeat: repeat-x, repeat-y, repeat-x, repeat-y, no-repeat;

		padding: 3vw 5vw 4.4vw;
		margin-top: 9px;
		background-image:
			linear-gradient(to right, #2a8fa8 8px, transparent 8px),
			linear-gradient(to bottom, #2a8fa8 8px, transparent 8px),
			linear-gradient(to right, #2a8fa8 8px, transparent 8px),
			linear-gradient(to bottom, #2a8fa8 8px, transparent 8px),
			linear-gradient(#efece4, #efece4);
		/* 背景色のサイズは全体（100% 100%）にする */
		background-size: 16px 2px, 2px 16px, 16px 2px, 2px 16px, 100% 100%;
	}

	#index .sec04 .inner .list_flow li.dot-frame .red.caution {
		font-size: calc(100vw * (28 / 750));
	}


	#index .sec04 .inner .list_flow li h3 {
		font-size: calc(100vw * (36 / 750));
	}

	#index .sec04 .inner .btn_white {
		width: calc(100vw * (520 / 750));
		height: calc(100vw * (120 / 750));
		font-size: calc(100vw * (36 / 750));
		border-radius: 70px;
	}

	.btn_white.badge::after {
		width: calc(100vw * (56 / 750));
		height: calc(100vw * (56 / 750));
	}

	#index .sec04 .inner .list_flow {
		margin-top: calc(100vw * (25 / 750));
		margin-bottom: calc(100vw * (80 / 750));
		max-width: none;
		width: 100%;

	}

	#index .sec04 .inner .list_flow li {
		padding-left: 0;
		margin-left: auto;
		margin-right: auto !important;
		margin-bottom: calc(100vw * (64 / 750));
		width: 89.5%;
	}

	#index .sec04 .inner .list_flow li:nth-child(3) {
		width: 100%;
		padding-left: calc(100vw * (37 / 750));
		margin-top: calc(100vw * (16 / 750));
		padding-top: calc(100vw * (19 / 750));
		padding-right: 0;
	}

}

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

	#index .contact .inner .box_dot,
	.ft_contact .inner .box_dot {
		background-image: linear-gradient(to right, #fff 4px, transparent 4px), linear-gradient(to bottom, #fff 4px, transparent 4px), linear-gradient(to right, #fff 4px, transparent 4px), linear-gradient(to bottom, #fff 4px, transparent 4px);
		background-size: 8px 1px, 1px 8px, 8px 1px, 1px 8px;
	}

	#index .contact .inner .box_dot::before,
	.ft_contact .inner .box_dot::before {
		background-image: linear-gradient(to right, #fff 4px, transparent 4px);
		background-size: 8px 1px;
	}

	.dot-frame {
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px), linear-gradient(to bottom, #2a8fa8 4px, transparent 4px), linear-gradient(to right, #2a8fa8 4px, transparent 4px), linear-gradient(to bottom, #2a8fa8 4px, transparent 4px), linear-gradient(#efece4, #efece4);
		background-size: 8px 1px, 1px 8px, 8px 1px, 1px 8px, 100% 100%;
	}
}

/* --------------------------------------------------------
	sec05 対応エリア
-------------------------------------------------------- */
#index .sec05 {
	background: url(../img/cmn/bg01.svg) center / contain #efece4;
	overflow: hidden;
}

#index .sec05 .inner {
	max-width: 1000px;
	padding: 0 0 109px;
}

#index .sec05 .inner hgroup {
	margin-bottom: 2rem;
}

#index .sec05 .inner>p {
	margin-bottom: 5.5rem;
}

#index .sec05 .inner .bg_white {
	background-color: #fff;
	padding: 6.8rem 38.8% 3.9rem 6.4rem;
	position: relative;
}

#index .sec05 .inner .bg_white .bg_blue {
	background-color: #eff5f6;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 4.5rem 0 2rem;
	border-radius: 10px;
}

#index .sec05 .inner .bg_white .bg_blue h3 {
	position: absolute;
	content: '';
	display: inline-block;
	width: 260px;
	top: -6%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#index .sec05 .inner .bg_white .bg_blue .grid04 .icon_house {
	background-color: #fff;
	color: #3c3c3c;
	display: flex;
	align-items: center;
	width: 12rem;
	height: 4rem;
	padding-left: 5rem;
	position: relative;
}

#index .sec05 .inner .bg_white .bg_blue .grid04 .icon_house::before {
	content: '';
	display: inline-block;
	width: 2.2rem;
	height: 2.6rem;
	background-image: url(../img/index/icon_area_home.svg);
	position: absolute;
	left: 1.8rem;
	top: 50%;
	transform: translateY(-50%);
}

#index .sec05 .inner .bg_white .grid04.dot {
	gap: 1.2rem;
	margin: 30px 0 23px;
}

#index .sec05 .inner .bg_white .grid04.dot .dot_underline {
	font-size: 1.4rem;
}

#index .sec05 .inner .bg_white p {
	text-align: center;
}

#index .sec05 .inner .bg_white p .big {
	font-size: 2rem;
}

#index .sec05 .inner .bg_white .area_img {
	width: 342px;
	position: absolute;
	top: -6.5%;
	transform: translateY(-50%);
	right: 2%;
}

@media screen and (max-width: 1064px) {
	#index .sec05 .inner .bg_white .grid04 {
		grid-template-columns: repeat(2, 1fr);
		gap: 2vw;
	}

	#index .sec05 .inner .bg_white .grid04.dot {
		margin: 8vw 0 5vw;
		gap: 2.4vw 2vw;
	}

	#index .sec05 .inner .bg_white .area_img {
		width: 51%;
		top: 15.6%;
		right: -7%;
	}
}

@media screen and (max-width: 768px) {
	#index .sec05 .inner .bg_white .grid04.dot .dot_underline {
		font-size: calc(100vw * (24 / 750));
	}

	#index .sec05 .inner {
		padding-bottom: 13.3vw;
	}

	#index .sec05 .inner>p {
		text-align: left;
		margin-bottom: calc(100vw * (52 / 750));
	}

	#index .sec05 .inner .bg_white {
		padding: 13vw 5.5% 8.2vw;
		padding-bottom: calc(100vw * (57 / 750));
	}

	#index .sec05 .inner .bg_white .bg_blue {
		padding: 14vw 0 6vw;
		border-radius: 20px;
	}

	#index .sec05 .inner .bg_white .bg_blue h3 {
		width: 87%;
		top: 1%;
	}

	#index .sec05 .inner .bg_white .bg_blue .grid04 .icon_house {
		width: calc(100vw * (240 / 750));
		height: calc(100vw * (80 / 750));
		font-size: calc(100vw * (28 / 750));
		padding-left: 7vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#index .sec05 .inner .bg_white .bg_blue .grid04 .icon_house::before {
		width: calc(100vw * (44 / 750));
		height: calc(100vw * (52 / 750));
		left: 6vw;
	}

	#index .sec05 .inner .bg_white .grid04.dot {
		width: 49%;
		margin: 8vw 0 5vw;
		gap: 2.4vw 2vw;
		margin-top: calc(100vw * (57 / 750));
	}

	#index .sec05 .inner .bg_white .area_img {
		width: calc(100vw * (400 / 750));
		top: 36.6%;
		right: -7%;
	}

	#index .sec05 .inner .bg_white p .big {
		font-size: calc(100vw * (36 / 750));
	}

	#index .sec05 .inner .bg_white p .big::before {
		bottom: .2em;
	}

	#index .sec05 .inner .bg_white .grid04 {
		gap: 1.3em 1.2em;
	}
}

/* --------------------------------------------------------
	sec06 不動産売却・買取事例
-------------------------------------------------------- */
#index .sec06 {
	background-color: #fff;
}

#index .sec06 .inner {
	padding-bottom: 10rem;
}

.tab-container .tab-contents .modal-overlay .modal-window .modal-content hgroup {
	margin-bottom: 2.1rem;
	line-height: 1;
}

#index .sec06 .inner hgroup {
	margin-bottom: 3rem;
}

/* タブボタン */
.tab-container {
	margin-bottom: 4rem;
	width: 100%;
}

#index .sec06 .tab-buttons {
	display: flex;
	justify-content: space-between;
}

#index .sec06 .tab-btn {
	font-size: 2.4rem;
	font-weight: 500;
	color: #999999;
	background-color: rgba(239, 236, 228, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49.5%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 6rem;
	margin-top: 1rem;
	box-shadow: 0px 5px 5px 0px rgba(216, 216, 216, .3);
}

#index .sec06 .tab-btn.active {
	height: 7rem;
	margin-top: 0;
}

#index .sec06 .tab-btn.active,
#index .sec06 .tab-btn:hover {
	background-color: #efece4;
	color: #d44b30;
}

#index .sec06 .tab-btn:hover {
	transition: .3s;
}

/* タブコンテンツ */
#index .sec06 .tab-content {
	display: none;
	background-color: #efece4;
	padding: 5.2rem 3.6rem 3.8rem;
	box-shadow: inset 0 5px 5px -5px rgba(216, 216, 216, 0.5);
}

#index .sec06 .tab-content.active {
	display: block;
}

/* カード */
.card-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.4rem;
}

.card {
	width: 100%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	/* 要素を縦並びにしてコントロール */
	position: relative;
}

.card .card-img .img_wrapper {
	overflow: hidden;
    padding-top: 66.666%;
    position: relative;
}

.card .card-img .img_wrapper img {
	width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform .3s ease;
}

.card:hover .card-img img {
	transform: scale(1.1);
	transition: .3s
}

.card .card-img .badge {
	text-align: right;
	padding-right: 3.6rem;
	line-height: 2.4;
	font-weight: 500;
}

.card:hover .card-img .badge span {
	color: #2a8fa8;
	transition: .3s;
}

.card .card-img .badge::after {
	content: '';
	display: inline-block;
	background-image: url(../img/cmn/icon_badge.svg);
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.card .card-img .badge span::after {
	background-color: #2a8fa8;
	/* 下線の色 */
	bottom: -4px;
	/* 要素の下端からの距離 */
	content: "";
	/* 要素に内容を追加 */
	height: 1px;
	/* 下線の高さ */
	left: 0;
	/* 要素の左端からの距離 */
	position: absolute;
	/* 絶対位置指定 */
	transform: scale(0, 1);
	/* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
	transform-origin: left top;
	/* 変形の原点を左上に指定 */
	transition: transform .5s;
	/* 変形をアニメーション化 */
	width: 100%;
	/* 要素の幅 */

}

.card:hover .card-img .badge span::after {
	transform: scale(1, 1);
}

.card:hover .card-img .badge:after {
	background-image: url(../img/cmn/icon_badge_b.svg);
	transition: .3s;
}

.card h3 {
	font-size: 2rem;
	margin-bottom: .8rem;
}

.card:hover h3 {
	color: #2a8fa8;
	transition: .3s;
}

#index .sec06_grid3 p {
	padding-left: 2.4rem;
	position: relative;
}

p.icon_place::before,
p.icon_resident::before,
p.icon_calender::before {
	content: '';
	display: inline-block;
	width: 1.4rem;
	height: 1.8rem;
	background-image: url(../img/cmn/icon_place.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

p.icon_place {
	margin-bottom: 4px;
}

p.icon_place::before {
	top: 60%;
	left: 2px;
}

p.icon_resident::before {
	width: 1.8rem;
	background-image: url(../img/cmn/icon_resident.svg);
}

p.icon_calender::before {
	width: 1.8rem;
	background-image: url(../img/cmn/icon_calender.svg);
}

.modal-content {
	max-height: 75vh;
	overflow: hidden;
}

.modal-left {
	width: 40.2%;
}

.modal-right {
	width: 100%;
	overflow-y: auto;
}

.modal-right hgroup {
	text-align: left;
	line-height: 1;
	margin-bottom: 21px;
}

.modal-right hgroup p {
	margin-right: 2rem;
}

.modal-right hgroup p,
.modal-right hgroup h4 {
	display: inline-block;
}

.modal-right hgroup h4,
.modal-right hgroup p {
	font-size: 2rem;
}

.modal-right .scroll-box {
	overflow-y: auto;
	overflow-x: hidden;
}

.modal-right .scroll-box h5 {
	position: relative;
}

.modal-right .scroll-box h5 span {
	color: #2a8fa8;
	background-color: #fff;
	padding-right: 1rem;
}

.modal-right .scroll-box h5::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #2a8fa8;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

/* モーダル内スライダー */
.modal-left .mySwiper {
	border: none;
	overflow: hidden;
	aspect-ratio: 3/2;
}

.modal-left {
	position: relative;
}

/* モーダル内 矢印ボタン */
.modal-left .swiper-button-prev,
.modal-left .swiper-button-next {
	width: 6.4rem;
	height: 6.4rem;
	background-color: #efece4;
	border-radius: 50%;
	top: auto;
	bottom: 7rem;
}

.modal-left .swiper-button-prev:hover,
.modal-left .swiper-button-next:hover {
	background-color: #2a8fa8;
	transition: .3s;
}

.modal-left .swiper-button-prev {
	left: 0;
	right: auto;
}

.modal-left .swiper-button-next {
	right: auto;
	left: 8rem;
}

.modal-left .swiper-button-prev::after,
.modal-left .swiper-button-next::after {
	content: '';
	display: inline-block;
	width: 2.2rem;
	height: 1.8rem;
	background-image: url(../img/cmn/arrow02.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.modal-left .swiper-button-prev:hover:after,
.modal-left .swiper-button-next:hover:after {
	background-image: url(../img/cmn/arrow02_w.svg);
}

.modal-left .swiper-button-prev::after {
	transform: scaleX(-1);
}

/* モーダル内 物件情報 */
.modal-info {
	display: flex;
	flex-direction: column;
	gap: .6rem;
}

.modal-info p {
	line-height: 1.4;
}

/* モーダル右側 タイトル・本文 */
.modal-right .modal-case-label {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.modal-right .modal-case-label span {
	font-family: "Marcellus", serif;
	font-size: 1.4rem;
	color: #2a8fa8;
}

.modal-right .modal-case-label::before,
.modal-right .modal-case-label::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #2a8fa8;
}

.modal-right h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.modal-right .modal-section-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2a8fa8;
	border-bottom: 2px solid #2a8fa8;
	padding-bottom: .4rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.modal-right .modal-body {
	font-size: 1.4rem;
	color: #3c3c3c;
}

/* SPポップアップ */
@media screen and (max-width: 768px) {

	#index .sec06_grid3 p {
		padding-left: calc(100vw * (48 / 750));
	}

	.card .card-img .badge.is-pc {
		display: none;
	}

	#index .sec06 .inner {
		padding-top: 13.3vw;
	}

	#index .sec06 .inner hgroup {
		margin-bottom: 5vw;
	}

	#index .sec06 .tab-content {
		padding: 6.6vw 4% 3.6rem 5.5%;
		padding-bottom: calc(100vw * (60 / 750));
	}

	.modal-content {
		flex-direction: column;
		max-height: none;
		overflow: visible;
	}

	.modal-left,
	.modal-right {
		width: 100%;
		max-height: none;
	}

	.modal-right {
		padding-right: 0;
		overflow-y: visible;
	}

	.modal-close {
		position: fixed;
		bottom: 1.6rem;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		right: auto;
		width: auto;
		height: 52px;
		border-radius: 50px;
		padding: 0 3rem;
		font-size: 1.6rem;
		gap: .8rem;
	}

	#index .sec06 .tab-btn {
		border-top-left-radius: calc(100vw * (20 / 750));
		border-top-right-radius: calc(100vw * (20 / 750));
	}
}

@media screen and (max-width: 560px) {
	.card-list {
		grid-template-columns: 1fr;
	}

	#index .sec06 .tab-btn {
		font-size: 1.4rem;
		padding: .6rem 2rem;
	}
}

/* ==========================================
   ポップアップ（モーダル）のスタイル
   ========================================== -->
/* 背景の黒い透明幕（初期状態は非表示） */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	/* 画面を暗くする */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	/* 一番手前に来るように */
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}


/* activeクラスがついたら表示する */
.modal-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

/* 中央の白い窓 */
.modal-window {
	background-color: #fff;
	padding: 4rem .5rem 2.6rem 4rem;
	max-width: 1200px;
	width: 100%;
	height: 487px;
	position: relative;
	transform: translateY(-52px);
}


/* 閉じるボタン（右上の「×」） */
.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	background: none;
	font-size: 30px;
	cursor: pointer;
	color: #fff;
	background-color: #d44b30;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 50px;
	font-weight: 400;
	padding-bottom: .1em;
}

.modal-close:hover {
	background-color: #2a8fa8;
	transition: .3s;
}

/* ポップアップ内のレイアウト（左右2段組み） */
.modal-content {
	display: flex;
	gap: 2.4rem;
	max-height: 80vh;
	/* 画面全体の8割の高さまでに制限 */
}

/* Swiperのサイズ微調整 */
.swiper {
	width: 100%;
	height: auto;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* --------------------------------------------------------
	モーダル内スライダー ページネーション
-------------------------------------------------------- */
.modal-left .mySwiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	z-index: 10;
	width: auto !important;
}

.modal-left .mySwiper-pagination .swiper-pagination-bullet {
	width: 28px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin: 0 !important;
	transition: background-color .3s, opacity .3s;
	opacity: 1;
}

.modal-left .mySwiper-pagination .swiper-pagination-bullet-active {
	background-color: #e77051;
}

/* ==========================================================================
   PC版 基本スタイル
   ========================================================================== */
.card .card-middle-row {
	display: contents;
	/* コンテナを無効化し、子要素をcard直下と同じ扱いに */
}

/* 画像エリア */
.card .card-img {
	order: 1;
	background-color: #fff;
	padding: 1.2rem 1.2rem 0;
	box-shadow: 0px 5px 5px 0px rgba(132, 132, 132, .3);
	margin-bottom: 1.2rem;
}

/* マスキングテープ（ seal ） */
.card .card-img::before {
	content: '';
	display: inline-block;
	width: 13.1rem;
	height: 3.5rem;
	background-image: url(../img/index/seal.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

/* PC版：詳細を見るボタン（画像コンテナの右下に絶対配置） */
.card .badge {
	order: 2;
	position: relative;
	text-align: right;
	padding-right: 37px;
	line-height: 2.4;
	font-weight: 500;
	z-index: 3;
	font-size: 1.8rem;
	margin-right: 2px;
}

.card .badge span {
	position: relative;
}

.card:hover .badge span {
	color: #2a8fa8;
	transition: .3s;
}

.card .badge::after {
	content: '';
	display: inline-block;
	background-image: url(../img/cmn/icon_badge.svg);
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.card:hover .badge:after {
	background-image: url(../img/cmn/icon_badge_b.svg);
}

/* タイトル */
.card h3 {
	order: 3;
	font-size: 2rem;
	margin-bottom: .8rem;
}

.card:hover h3 {
	color: #2a8fa8;
	transition: .3s;
}

/* 物件情報テキストエリア */
.card .card-info-txt {
	order: 4;
}

p.icon_place,
p.icon_resident,
p.icon_calender {
	padding-left: 2.7rem;
	position: relative;
}



p.icon_place::before {
	top: 60%;
	left: 2px;
}

p.icon_resident::before {
	width: 1.8rem;
	background-image: url(../img/cmn/icon_resident.svg);
}

p.icon_calender::before {
	width: 1.8rem;
	background-image: url(../img/cmn/icon_calender.svg);
}

/* --- モーダル基本（PC版） --- */
.modal-content {
	display: flex;
	justify-content: space-between;
	max-height: 75vh;
	overflow: hidden;
}

.modal-left {
	width: 40.2%;
	position: relative;
}

.modal-right hgroup p {
	margin-right: 2rem;
}

.modal-right hgroup p,
.modal-right hgroup h4 {
	display: inline-block;
}

.modal-right hgroup h4 {
	font-size: 2rem;
}

/* 1. 本体とFirefox用の設定 */
.modal-right .scroll-box {
	height: 41rem;
	overflow-y: auto;
	overflow-x: hidden;

	/* Firefox用の修正（色を2つ指定） */
	scrollbar-width: thin;
	scrollbar-color: #cccccc transparent;
	padding-right: 3.5rem;
}

/* 2. Chrome, Safari, Edge用の設定（&を使わずに直接指定） */
.modal-right .scroll-box::-webkit-scrollbar {
	width: 2px;
	/* 太さ */
}

.modal-right .scroll-box::-webkit-scrollbar-thumb {
	background: #cccccc;
	/* つまみの色 */
	border-radius: 4px;
	/* 角丸 */
}

/* （オプション）もし背景の色も指定したい場合は以下を追加 */
.modal-right .scroll-box::-webkit-scrollbar-track {
	background: transparent;
	/* 背景を透明に（グレーにしたいなら #f1f1f1 など） */
}

.modal-right .scroll-box h5 {
	position: relative;
	overflow: hidden;
}

.modal-right .scroll-box h5 span {
	color: #2a8fa8;
	background-color: #fff;
	padding-right: 1rem;
	position: relative;
	z-index: 2;
}

.modal-right .scroll-box h5::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #2a8fa8;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.modal-left .mySwiper {
	border: none;
	overflow: hidden;
}

.modal-left .swiper-button-prev,
.modal-left .swiper-button-next {
	width: 6.4rem;
	height: 6.4rem;
	background-color: #efece4;
	border-radius: 50%;
	top: auto;
	bottom: 7rem;
}

.modal-left .swiper-button-prev {
	left: 0;
	right: auto;
}

.modal-left .swiper-button-next {
	right: auto;
	left: 8rem;
}

.modal-left .swiper-button-prev::after,
.modal-left .swiper-button-next::after {
	content: '';
	display: inline-block;
	width: 2.2rem;
	height: 1.8rem;
	background-image: url(../img/cmn/arrow02.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.modal-left .swiper-button-prev:hover:after,
.modal-left .swiper-button-next:hover:after {
	background-image: url(../img/cmn/arrow02_w.svg);
}

.modal-left .swiper-button-prev::after {
	transform: scaleX(-1);
}

.modal-info {
	display: flex;
	flex-direction: column;
	gap: .6rem;
}

.modal-info p {
	line-height: 1.4;
}

.modal-right .modal-case-label {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.modal-right .modal-case-label span {
	font-family: "Marcellus", serif;
	font-size: 1.4rem;
	color: #2a8fa8;
}

.modal-right .modal-case-label::before,
.modal-right .modal-case-label::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #2a8fa8;
}

.modal-right h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 2rem;
}

.modal-right .modal-section-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2a8fa8;
	border-bottom: 2px solid #2a8fa8;
	padding-bottom: .4rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.modal-right .modal-body {
	font-size: 1.4rem;
	color: #3c3c3c;
}

@media screen and (max-width: 835px) {
	.card-list {
		grid-template-columns: 1fr;
		gap: 6.6vw;
	}

	.card {
		display: block;
		position: relative;
		padding: 2vw 0 6vw;
	}

	.card::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 1px;
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
		background-size: 8px 1px;
		background-repeat: repeat-x;
	}

	.card:last-child::after {
		display: none;
	}

	.card h3 {
		margin-bottom: calc(100vw * (26 / 835));
		text-align: left;
	}

	.card .card-middle-row {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: calc(100vw * (30 / 750));
	}

	.card .card-img {
		width: 49.5%;
		margin-bottom: 0;
		position: relative;
		padding: 1rem;
	}

	.card .card-img::before {
		width: 10rem;
		height: 2.7rem;
	}

	.card .card-img .badge.is-pc {
		display: none;
	}

	.card .card-info-txt {
		width: 46%;
		padding-top: 0.5rem;
		position: relative;
	}

	.card .card-info-txt .badge.is-tb {
		right: auto;
		left: 0;
		bottom: calc(100vw * (-180 / 835));
	}


	p.icon_place,
	p.icon_resident {
		text-align: left;
	}


}

/* ==========================================================================
   スマートフォン用レスポンシブ表示（max-width: 768px）
   ========================================================================== */
@media screen and (max-width: 944px) {
	#index .sec06 .inner {
		padding-bottom: 14rem;
	}
}

@media screen and (max-width: 768px) {
	p.icon_calender::before {
		width: calc(100vw * (36 / 750));
		height: calc(100vw * (36 / 750));
	}

	.card .card-info-txt .badge.is-tb {
		display: none;
	}

	p.icon_place,
	p.icon_resident,
	p.icon_calender {
		padding-left: 6vw;
	}

	.card .badge.is-sp {
		display: block;
		bottom: 0;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	#index .sec06 .inner {
		padding-bottom: 27vw;
	}

	#index .sec06 .tab-buttons {
		align-items: flex-end;
	}

	#index .sec06 .tab-btn {
		font-size: calc(100vw * (40 / 750));
		height: calc(100vw * (90 / 750));

	}

	#index .sec06 .tab-btn.active {
		height: calc(100vw * (100 / 750));
	}


	.card {
		display: block;
		/* 並び替えを解除し、HTMLの記述通りの順番に */
		position: relative;
		padding: 2vw 0 10vw;
	}
	.card:last-child {
		padding-bottom: 0;
	}
	.card:last-child:after {
		content: none;
	}

	/* 2. 【中段】画像とテキストの横並び用コンテナ */
	.card .card-middle-row {
		display: flex;
		/* 横並びを有効化 */
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 4vw;
	}

	.card .card-img::before {
		width: 10rem;
		height: 2.7rem;
	}

	/* 2-右. 物件情報テキスト */
	.card .card-info-txt {
		width: 46%;
		padding-top: 0.5rem;
	}

	p.icon_place,
	p.icon_resident {
		font-size: calc(100vw * (28 / 750));
		text-align: left;
	}

	p.icon_place::before {
		width: calc(100vw * (27 / 750));
		height: calc(100vw * (36 / 750));
		top: 50%;
		transform: translateY(-50%);
	}

	p.icon_resident::before {
		width: calc(100vw * (36 / 750));
		height: calc(100vw * (36 / 750));
		top: 50%;
		transform: translateY(-50%);
		left: calc(100vw * (-3 / 750));
	}

	p.icon_place,
	p.icon_resident,
	p.icon_calender {
		padding-left: 1.9em;
	}

	p.icon_place {
		margin-bottom: 2.5vw;
	}

	/* 3. 【一番下】詳細を見るボタン */
	.card .badge {
		position: relative;
		/* 絶対配置を解除して下に落とす */
		right: auto;
		bottom: auto;
		display: block;
		text-align: center;
		/* 中央寄せ */
		padding-right: 0;
		font-size: calc(100vw * (36 / 750));
		line-height: 2.8rem;
		z-index: 1;
	}

	.card .badge::after {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-left: 1rem;
		top: auto;
		transform: none;
		width: calc(100vw * (56 / 750));
		height: calc(100vw * (56 / 750));
	}

	#index .sec06 .inner .btn_beige {
		margin-top: 13.2vw;
	}

	/* --- モーダル（スマホ版） --- */
	.modal-content {
		display: block;
		max-height: 85vh;
		overflow-y: auto;
	}

	.modal-left {
		width: 100%;
		margin-bottom: 2rem;
	}

	.modal-right {
		width: 100%;
		overflow-y: visible;
	}

	.modal-right .scroll-box {
		height: auto;
		overflow: visible;
	}

	.modal-left .swiper-button-prev,
	.modal-left .swiper-button-next {
		width: 4.4rem;
		height: 4.4rem;
		bottom: 2rem;
	}

	.modal-left .swiper-button-next {
		left: 6rem;
	}

	.modal-info {
		padding-left: 0;
	}

	.modal-right h3 {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}

	.modal-right .modal-section-title {
		font-size: 1.4rem;
		margin-top: 1.5rem;
	}

	.modal-right .modal-body {
		font-size: 1.3rem;
	}
}

/* 全体のコンテナ：左右を完璧に1:1の2列にする */
.sec06_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 1fr 1fr と同じ（1:1） */
	align-items: start;
	max-width: 1200px;
	/* 必要に応じて調整してください */
	margin: 0 auto;
	box-sizing: border-box;
}

/* 左側ブロック：画像と下の情報エリア */
.sec06_grid1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	/* 画像と下部エリアの隙間 */
	width: 100%;
}

/* Swiper画像のレスポンシブ対応 */
.mySwiper img {
	width: 100%;
	height: auto;
	display: block;
}

/* Swiperの矢印ボタン配置用（Flexboxで横並び） */
.sec06_grid2 {
	display: flex;
	gap: 15px;
	position: relative;
	/* Swiperのデフォルト位置制限を解除用 */
	width: auto;
	height: auto;
}

/* Swiperのデフォルトの絶対配置(absolute)を打ち消して並べる */
.sec06_grid2 .swiper-button-prev,
.sec06_grid2 .swiper-button-next {
	position: static;
	margin: 0;
	/* ※ボタンの背景色や丸型デザイン、サイズなどはここに追記してください */
}

/* 物件情報テキスト */
.sec06_grid3 p {
	line-height: 1.3;
	margin-bottom: 4px;
	position: relative;
}


/* 右側ブロック全体 */
.modal-right {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* タイトル部分 */
.sec06_grid4 p {
	font-size: 14px;
	margin: 0 0 4px 0;
}

.sec06_grid4 h4 {
	font-size: 20px;
	margin: 0;
}

/* スクロールボックス */
.sec06_grid5 {
	/* 高さを固定して、溢れた場合にスクロールさせる設定（高さは適宜調整してください） */
	max-height: 350px;
	overflow-y: auto;
	padding-right: 10px;
}

.sec06_grid5 h5 {
	font-size: 16px;
	margin: 0 0 8px 0;
}

.sec06_grid5 p {
	margin: 0;
}

.mb24 {
	margin-bottom: 24px !important;
}

/* Swiper画像のレスポンシブ対応 */
.mySwiper img {
	width: 100%;
	max-width: 450px;
	height: 250px;
	/* ★ 画像の高さを固定する (適宜調整してください) */
	display: block;
	object-fit: cover;
	/* ★ 固定した高さに合わせて画像をトリミングする */
}

/* 全体のコンテナ：左右を完璧に1:1の2列にする */
.sec06_grid {
	display: grid;
	grid-template-columns: 3.95fr 6.05fr;
	gap: 20px;
	align-items: start;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

/* 左側ブロック：画像と下の情報エリア */
.sec06_grid1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	/* 親要素（.sec06_grid）の半分の幅に合わせる */
	min-width: 0;
	/* ★Swiperの横幅突き抜けを防ぐ魔法のコード */
}

/* Swiperコンテナの横幅を固定 */
.mySwiper {
	width: 100%;
	max-width: 100%;
	/* これ以上横に広がらないようにする */
	overflow: hidden;
	/* はみ出しを防ぐ */
}

/* Swiper画像のレスポンシブ対応 */
.mySwiper img {
	width: 100%;
	height: 300px;
	/* ★画像の高さ（最初にお送りいただいたスクリーショットに近い比率です） */
	display: block;
	object-fit: cover;
	/* 画像が歪まないようにトリミング */
}

/* 矢印ボタンと物件情報を横に並べるコンテナ（ここも1:1のGrid） */
.modal-bottom-info {
	display: grid;
	grid-template-columns: 4.15fr 5.85fr;
	margin-top: 1rem;
}

/* Swiperの矢印ボタン配置用 */
.sec06_grid2 {
	display: flex;
	gap: 25px;
	position: relative;
	width: auto;
	height: auto;
}

/* Swiperのデフォルト位置を打ち消す */
.sec06_grid2 .swiper-button-prev,
.sec06_grid2 .swiper-button-next {
	position: static;
	margin: 0;
}


/* 右側ブロック全体 */
.modal-right {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	/* 文字の溢れを防ぐ */
}

/* タイトル部分 */
.sec06_grid4 p {
	margin: 0 0 4px 0;
}

.sec06_grid4 h4 {
	font-size: 20px;
	margin: 0;
}

/* スクロールボックス */
.sec06_grid5 {
	max-height: 364px;
	/* ★画像（280px）の高さと大体揃うように調整 */
	overflow-y: auto;
	padding-right: 10px;
}

.sec06_grid5 h5 {
	font-size: 16px;
	margin: 0 0 8px 0;
}

.sec06_grid5 p {
	margin: 0;
}

.mb24 {
	margin-bottom: 24px !important;
}

/* PC版ではスマホ専用ボタンを非表示にする */
.sp-modal-close-area.modal-close,
.sp-modal-close-area {
	display: none;
}

@media screen and (max-width: 1270px) {
	.modal-window {
		max-width: none;
		width: 85%;
	}

}

/* ==========================================================================
   スマートフォン用レスポンシブ表示（max-width: 768px）
   ========================================================================== */
@media screen and (max-width: 768px) {

	#index .sec06 .tab-btn.active {
		height: calc(100vw * (100 / 750));
	}



	.card {
		display: block;
		position: relative;
		padding: 2vw 0 10.8vw;
	}

	.card::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 2px;
		background-image: linear-gradient(to right, #2a8fa8 8px, transparent 8px);
		background-size: 16px 2px;
		background-repeat: repeat-x;
	}

	.card:last-child:after {
		content: none;
	}

	.card h3 {
		font-size: calc(100vw * (36 / 750));
		margin-bottom: calc(100vw * (37 / 750));
		text-align: left;
	}

	.card .card-middle-row {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: calc(100vw * (30 / 750));
	}

	.card .card-img {
		width: 49.5%;
		margin-bottom: 0;
		position: relative;
		padding: calc(100vw * (10 / 750));
		background-image: url(../img/cmn/bg_case.svg);
	}

	.card .card-img::before {
		width: calc(100vw * (110 / 750));
		height: calc(100vw * (29 / 750));
	}

	.card .card-info-txt {
		width: 46%;
		padding-top: 0.5rem;
	}

	p.icon_place,
	p.icon_resident {
		font-size: calc(100vw * (28 / 750));
		text-align: left;
	}

	p.icon_place::before {
		width: calc(100vw * (27 / 750));
		height: calc(100vw * (36 / 750));
	}

	p.icon_resident::before {
		width: calc(100vw * (36 / 750));
		height: calc(100vw * (36 / 750));
	}

	p.icon_place,
	p.icon_resident,
	p.icon_calender {
		padding-left: calc(100vw * (53 / 750));
	}

	.card .badge {
		position: relative;
		right: auto;
		bottom: auto;
		display: block;
		text-align: center;
		padding-right: 0;
		font-size: calc(100vw * (36 / 750));
		line-height: 2.8rem;
		z-index: 1;
	}

	.card .badge.is-pc {
		display: none;
	}

	.card .badge::after {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-left: 1rem;
		top: auto;
		transform: none;
		width: calc(100vw * (56 / 750));
		height: calc(100vw * (56 / 750));
	}

	.modal-content.sec06_grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		/* 縦1列 */
		gap: 2.4rem !important;
		width: 100% !important;
		max-height: none !important;
		/* PC版の制限を破壊 */
		overflow: visible !important;
		/* PC版の隠す設定を破壊 */
		flex: 1;
		/* スクロール領域を確保 */
		padding-bottom: 4rem;
		/* 閉じるボタンの手前に余白 */
	}

	/* 3. 親の枠を無視させて、中の要素を順番通りにする設定 */
	.sec06_grid1 {
		display: contents !important;
	}

	.modal-right {
		order: 2 !important;
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		overflow: visible !important;
	}

	/* 4. 各パーツの正しい表示順（order） */
	.mySwiper {
		order: 1 !important;
		width: 100% !important;
	}

	.modal-bottom-info {
		order: 3 !important;
		display: block !important;
		width: 100% !important;
		margin-top: 2rem !important;
	}

	/* 5. スライダーの調整 */
	.sec06_grid2 {
		display: none !important;
		/* 矢印非表示 */
	}

	.mySwiper img {
		width: 100%;
		max-width: none;
		height: auto !important;
		aspect-ratio: 3 / 2 !important;
	}

	/* 6. テキストエリア：PC版のスクロールと高さ固定を「完全解除」 */
	.modal-right .scroll-box,
	.sec06_grid5 {
		height: auto !important;
		/* 高さを自動に */
		max-height: none !important;
		/* 制限解除 */
		overflow: visible !important;
		/* 内側スクロールを消す */
		width: 100% !important;
		box-sizing: border-box !important;
		padding: 0;
	}

	/* 7. 【修正】青い線が文字の上を走る（打ち消し線）のと、右側はみ出しを解決 */
	.modal-right .scroll-box h5,
	.sec06_grid5 h5 {
		position: relative !important;
		display: block !important;
		width: 100% !important;
		overflow: hidden !important;
		/* これで右側へのはみ出しを強制カット */
	}

	.modal-right .scroll-box h5 span,
	.sec06_grid5 h5 span {
		position: relative !important;
		z-index: 2 !important;
		/* 文字を線より前に出す */
		background-color: #fff !important;
		/* 文字の背景を白くして後ろの線を隠す */
		padding-right: 1rem !important;
		display: inline-block !important;
	}

	.modal-right .scroll-box h5::after,
	.sec06_grid5 h5::after {
		content: '' !important;
		position: absolute !important;
		width: 100% !important;
		left: 0 !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		z-index: 1 !important;
		/* 線を文字の後ろに下げる */
	}

	/* 8. テキストの位置微調整 */
	.modal-right hgroup {
		text-align: center !important;
	}

	.modal-right hgroup h4 {
		text-align: left !important;
	}

	/* 9. 【修正】閉じるボタンをモーダル枠（白）の「一番下」に綺麗に配置 */
	/* ※実際のクラス名（.btn_closeや.close-btn-wrapなど）が別にあれば並べて記述してください */
	.modal-close-area,
	.btn_close,
	.close-btn-wrap {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: 100% !important;
		padding: 2rem 0 !important;
		background-color: #7f7f7f !important;
		/* グレーの背景 */
		margin-top: auto !important;
		/* これでスクロール最下部に固定される */
		position: sticky !important;
		/* 常に最下部、またはスクロール追従 */
		bottom: 0 !important;
		left: 0 !important;
		z-index: 20 !important;
	}

	/* 「閉じる」テキストのスタイル（元の画像に合わせて適宜調整してください） */
	.sp-modal-close-area .close-text {
		color: #fff;
		/* 文字色（薄茶デザインに合わせた色） */
		font-size: calc(100vw * 36 / 750);
		font-weight: 700;
		letter-spacing: 0.1em;
	}

	/* 「×」アイコンの丸ボタン */
	.sp-modal-close-area .close-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 4.4rem;
		height: 4.4rem;
		background-color: #d14324;
		/* オレンジ・赤系の背景色 */
		border-radius: 50%;
		color: #fff;
		font-size: 2rem;
	}

	/* ==========================================================================
     追加：一番外側の親要素の中央寄せを解除し、縦に並べる
     ========================================================================== */

	/* ★ 一番外側のモーダル背景マスク（黒いレイヤー）の設定をスマホ版だけ上書き */
	.modal,
	.modal-overlay,
	#index .modal {
		display: block !important;
		/* 中央寄せ（flex）を解除して上からの並びにする */
		overflow-y: auto !important;
		/* モーダル全体が画面からはみ出たらスクロールできるようにする */
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6rem !important;
		/* 一番下のボタンのさらに下に少し余白を作る */
	}

	.modal-overlay {
		align-items: flex-end;
	}


	/* スマホ専用ボタンエリアを白い枠の真下に密着 */
	.sp-modal-close-area {
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 1rem;
		margin: 34% auto 0 !important;
		/* 下の余白は親のpaddingで担保するので0に */
	}

	.modal-close,
	.modal-left .swiper-button-prev,
	.modal-left .swiper-button-next {
		display: none;
	}

	.modal-content.sec06_grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 2.4rem !important;
		width: 100% !important;
		max-height: none !important;
		overflow: visible !important;
		flex: none !important;
		/* 制限を解除 */
		padding-bottom: 0 !important;
		/* 余白をリセット */
	}

	/* 3. 親の枠を無視させて、中の要素を順番通りにする設定 */
	.sec06_grid1 {
		display: contents !important;
	}

	.modal-right {
		order: 2 !important;
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		overflow: visible !important;
	}

	/* 4. 各パーツの正しい表示順（order） */
	.mySwiper {
		order: 1 !important;
		width: 100% !important;
	}

	/* 5. スライダーの調整 */
	.sec06_grid2 {
		display: none !important;
	}


	/* 6. テキストエリア：PC版のスクロールと高さ固定を「完全解除」 */
	.modal-right .scroll-box,
	.sec06_grid5 {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		width: 100% !important;
		box-sizing: border-box !important;
		padding: 0;
	}

	/* 7. 青い線の打ち消し線・右側はみ出し解決 */
	.modal-right .scroll-box h5,
	.sec06_grid5 h5 {
		position: relative !important;
		display: block !important;
		width: 100% !important;
		overflow: hidden !important;
	}

	.modal-right .scroll-box h5 span,
	.sec06_grid5 h5 span {
		position: relative !important;
		z-index: 2 !important;
		background-color: #fff !important;
		padding-right: 1rem !important;
		display: inline-block !important;
		font-size: calc(100vw * (28 / 750));
	}

	.modal-right .scroll-box h5::after,
	.sec06_grid5 h5::after {
		content: '' !important;
		position: absolute !important;
		width: 100% !important;
		left: 0 !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		z-index: 1 !important;
	}

	/* 8. テキストの位置微調整 */
	.modal-right hgroup {
		text-align: center !important;
	}

	.modal-right hgroup h4 {
		text-align: left !important;
	}

	/* 旧「9. 閉じるボタンをモーダル枠の一番下に配置」の記述（不要になったため丸ごと削除） */


	/* ----------------------------------------------------------------------
       【修正・追加】スマホ専用閉じるボタンを白い枠の真下に完全ドッキング
       ---------------------------------------------------------------------- */
	.sp-modal-close-area {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 1rem !important;
		width: 90% !important;
		max-width: 675px !important;
		margin: 0 auto !important;
		/* 上下マージンを0にして密着 */
		padding: 2rem 0 !important;
		border-radius: 0 0 4px 4px !important;
		/* 下側だけ角丸に */
		cursor: pointer !important;
		position: relative !important;
		flex-shrink: 0;
	}

	.sp-modal-close-area .close-text {
		color: #fff !important;
		/* 薄茶デザインに合わせた文字色に変更 */
		font-size: calc(100vw * 36 / 750) !important;
		font-weight: 700 !important;
		letter-spacing: 0.1em !important;
		display: inline-block !important;
	}

	.sp-modal-close-area .close-icon {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: 4.4rem !important;
		height: 4.4rem !important;
		background-color: #d14324 !important;
		border-radius: 50% !important;
		color: #fff !important;
		font-size: 2rem !important;
	}

	/* ----------------------------------------------------------------------
       一番外側の親要素（黒幕マスク）の中央寄せ(flex)を完全に解体する
       ---------------------------------------------------------------------- */
	.modal,
	.modal-overlay {
		display: block !important;
		/* 中央寄せ（flex）を解除し、通常の上からの並びにする */
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		overflow-y: auto !important;
		/* 黒幕自体をスクロールさせる（これで実機でも絶対に不具合が出ない） */
		-webkit-overflow-scrolling: touch;

		/* ポップアップ自体の「画面最上部からの位置」と「最下部との隙間」をここで作ります */
		padding: 6rem 0 !important;
	}

	.modal-close,
	.modal-left .swiper-button-prev,
	.modal-left .swiper-button-next {
		display: none !important;
	}

	.modal-overlay {
		display: flex !important;
		/* flexに戻す */
		flex-direction: column !important;
		/* 縦並び（白い窓と閉じるボタン）に */
		justify-content: flex-start !important;
		/* 上から順に並べる */
		align-items: center !important;
		/* 左右は中央 */
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		overflow-y: auto !important;
		/* スクロールはここで制御 */
		-webkit-overflow-scrolling: touch;
		padding: 4rem 0 !important;
		/* ポップアップ上下の余白（黒幕の内側） */
		box-sizing: border-box;
	}

	.modal-window {
		position: relative !important;
	}

	.modal-window {
		padding: 6.7% 5%;
		/* 下に程よい余白、0から3remに変更 */
		position: relative !important;
		/* fixedを解除し、上から順に並べる */
		top: auto !important;
		left: auto !important;
		transform: none !important;
		width: 90% !important;
		max-width: 675px !important;
		/* 高さ固定(70%)を解除し、中身に応じて自動で伸びるように */
		margin: 0 auto !important;
		/* 左右中央寄せ（上マージンは0） */
		overflow-y: auto;
		/* 内側スクロールを解除 */
		display: block !important;
		/* flexを解除 */
		background-color: #fff;
		flex-shrink: 0;
		height: 90%;
		max-height: none;
	}

	.modal-window.scroll-box {
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: thin;
		scrollbar-color: #cccccc transparent;
	}

	/* 〜 中略（2番から5番まではそのまま） 〜 */

	/* 6. 【再修正】テキストエリア自体の高さ固定（41rem）を解除し、親のスクロールに任せる */
	.modal-right .scroll-box,
	.sec06_grid5 {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		/* ★内側での二重スクロール（引っかかり）を防ぐためにvisibleに */
		width: 100% !important;
		box-sizing: border-box !important;
		padding: 0;
	}

	.modal-right hgroup {
		margin-top: 5px;
	}

	.modal-right hgroup p,
	.modal-right hgroup h4 {
		display: block;
		text-align: center;
		font-size: calc(100vw * (36 / 750));
	}

	.modal-right hgroup p {
		display: inline-block;
		margin-right: 0;
		margin-bottom: 3px;
		padding: 0 1em;
	}

	.modal-right hgroup h4 {
		line-height: 1.75;
	}
}

@media screen and (max-width: 480px) {
	.card::after {
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
		background-size: 8px 1px;
		background-repeat: repeat-x;
	}
}


/* --------------------------------------------------------
	sec07 News&Blog + ft_contact
-------------------------------------------------------- */

#index .sec07 {
	background: url(../img/cmn/bg01.svg) center / contain #efece4;
	position: relative;
}

#index .sec07 .illust_sec07 {
	position: absolute;
	width: 369px;
	height: 150px;
	background-image: url(../img/index/illust_sec07.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: -16%;
	right: 12.5%;
	/* transform: translateY(-50%); */
}

#index .sec07>.inner {
	padding-bottom: 0;
}

/* News&Blog セクション */
.p-news-section {
	padding: 0 0 8rem;
}

.p-news-section__inner {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

/* サイドバー（左カラム） */
.p-news-section__sidebar {
	width: 214px;
	flex-shrink: 0;
}

.p-news-section__title {
	font-family: "Marcellus", serif;
	font-size: 3.2rem;
	font-weight: 400;
	color: #2a8fa8;
	margin-top: 1.6rem;
	margin-bottom: 3.3rem;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-right: 1.6rem;
}

.p-news-section__title::after {
	content: '';
	width: 11rem;
	height: 1px;
	background-color: #2a8fa8;
	position: absolute;
	top: 60%;
	right: 0;
	transform: translate(100%, -50%);
}

.p-news-section__tabs {
	display: flex;
	flex-direction: column;
	gap: .7rem;
	margin-bottom: 8.4rem;
}
.news-tab-content {
	display: none;
}
.news-tab-content.active {
	display: block;
}
.p-news-section__tab-item a {
	display: block;
	font-size: 1.8rem;
	color: #999999;
	padding: .4rem 0;
	transition: color .3s;
	font-weight: 500;
}

.p-news-section__tab-item.active a,
.p-news-section__tab-item a:hover {
	color: #d44b30;

}

/* 前後ナビゲーション矢印 */
.p-news-section__nav {
	display: flex;
	gap: 2.4rem;
}

.p-news-section__nav button.swiper-button-disabled {
	opacity: 0.4;
	/* 半透明にする */
	pointer-events: none;
	/* クリックを無効化する */
	cursor: default;
	/* カーソルをデフォルトに戻す */
}

.p-news-section__nav button {
	width: 6.4rem;
	height: 6.4rem;
	border-radius: 50%;
	background-color: #2a8fa8;
	position: relative;
	transition: background-color .3s;
}

.p-news-section__nav button:hover {
	background-color: #1d7289;
}

.p-news-section__nav .js-news-prev,
.p-news-section__nav .js-news-next {
	width: 6.4rem;
	height: 6.4rem;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-news-section__nav .js-news-prev::after,
.p-news-section__nav .js-news-next::after {
	content: '';
	display: inline-block;
	width: 2.2rem;
	height: 1.8rem;
	background-image: url(../img/cmn/arrow02.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.p-news-section__nav .js-news-prev:hover:after,
.p-news-section__nav .js-news-next:hover::after {
	background-image: url(../img/cmn/arrow02_w.svg);
}

.p-news-section__nav .js-news-prev::after {
	transform: scaleX(-1);
}

/* メインカラム（カードエリア） */
.p-news-section__main {
	flex: 1;
	min-width: 0;
	background-color: #fff;
	/* 背景白を復活 */
	padding: 6rem 0 5.1rem 4rem;

	/* ▼▼▼ 追加：メインエリア自体を右画面端まで広げる ▼▼▼ */
	margin-right: calc(50% - 50vw);
}

.p-news-section__main::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/* 右側をウインドウの右端（100vw）まで強制的に伸ばす計算 */
	width: 100vw;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	pointer-events: none;
}

.p-news-section__note {
	font-size: 1.2rem;
	color: #888;
	text-align: right;
	margin-bottom: 1rem;
}

/* Swiperスライダー（News&Blog） */
/* ※ .swiper はグローバルにborderが当たっているため上書き */
.js-news-swiper {
	border: none !important;
	padding-right: calc(50vw - 50%);
	overflow: hidden;
}

.js-news-swiper .swiper-wrapper {
	align-items: stretch;
}

/* ニュースカード */
.p-news-card {
	height: auto;
	max-width: 300px;
	width: 100%;
}

.p-news-card__link {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: auto;
	transition: box-shadow .3s;
}

.p-news-card__img-wrapper {
	overflow: hidden;
	margin-bottom: 2rem;
    padding-top: 66.666%;
    position: relative;
}

.p-news-card .p-news-card__img-wrapper img {
	width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: 0;
    object-fit: cover;
	transition: transform .3s ease;
}

.p-news-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s;
}

.p-news-card:hover .p-news-card__img-wrapper img {
	transform: scale(1.1);
}

.p-news-card__link:hover .p-news-card__img {
	transform: scale(1.05);
}

.p-news-card__meta {
	display: flex;
	align-items: center;
	gap: 1.7rem;
	margin-bottom: .7rem;
}

.p-news-card__date {
	color: #d44b30;
}

.p-news-card__title {
	margin-bottom: 4px;
}

.p-news-card__tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: auto;
	line-height: 1.4;
}

.p-news-card__tags li {
	margin-right: 1.6rem;
}

.p-news-card__tag-item span {
	font-size: 1.4rem;
	color: #2a8fa8;
	transition: opacity .3s;
}
.p-news-card__tag-item span::before {
	content: "#";
}
.p-news-card__tag-item span:hover {
	opacity: .6;
}

.p-news-card__label {
	background-color: #375877;
	display: inline-flex;
	color: #fff;
	font-weight: 500;
	width: 10rem;
	height: 3rem;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
}
.p-news-card.cat_1 .p-news-card__label,
.p-news-card__label.cat_1,
.p-news-card__label--news {
	background-color: #c85135;
}
.p-news-card.cat_2 .p-news-card__label,
.p-news-card__label.cat_2,
.p-news-card__label--blog {
	background-color: #375877;
}

.p-news-card.cat_3 .p-news-card__label,
.p-news-card__label.cat_3,
.p-news-card__label--column {
	background-color: #008ba3;
}

.blog {
	color: #375877;
}

.news_cat_column {
	color: #058fb5;
}
.p-news-card.cat_1 .p-news-card__date {
	color: #c85135;
}
.p-news-card.cat_1 > a:hover h3 {
	color: #c85135;
}
.p-news-card.cat_1 .p-news-card__tag-item span {
	color: #c85135;
}
.p-news-card.cat_2 .p-news-card__date {
	color: #375877;
}
.p-news-card.cat_2 > a:hover h3 {
	color: #375877;
}
.p-news-card.cat_2 .p-news-card__tag-item span {
	color: #375877;
}
.p-news-card.cat_3 .p-news-card__date {
	color: #2a8fa8;
}
.p-news-card.cat_3 > a:hover h3 {
	color: #2a8fa8;
}
.p-news-card.cat_3 .p-news-card__tag-item span {
	color: #2a8fa8;
}

.news-column:hover h3 {
	color: #2a8fa8;
}

@media screen and (max-width: 1400px) {
	#index .sec07 .illust_sec07 {
		right: 5%;
	}
}

@media screen and (max-width: 1100px) {
	#index .sec07 .illust_sec07 {
		right: 0;
	}
}

@media screen and (max-width: 768px) {
	.p-news-card {
		max-width: none;
	}

	.p-news-card__tag-item span {
		font-size: calc(100vw * (28 / 750));
	}

	.p-news-section {
		padding-bottom: 18.7vw;
		overflow: hidden;
	}

	#index .sec07>.inner {
		padding-top: 19.5vw;
		width: 100%;
	}

	#index .sec07 .illust_sec07 {
		width: calc(100vw * (491 / 750));
		height: calc(100vw * (200 / 750));
		top: -7.5%;
		left: 17%;
		right: auto;
		/* transform: translate(-50%, -50%); */
	}

	.p-news-section__title {
		font-size: calc(100vw * (48 / 750));
		text-align: left;
		margin-top: 0;
		margin-bottom: 6.5vw;
	}

	.p-news-section__title::after {
		width: calc(100vw * (420 / 750));
		height: 2px;
	}

	/* 既存のコード（.p-news-section__inner や .p-news-section__sidebar など）はそのまま残す */
	.p-news-section__inner {
		display: block;
		background-color: #fff;
		/* ▼ 3. 複雑な引き伸ばし（margin-right: calc... など）はすべて削除して 0 に */
		margin-left: 5%;
		padding-right: 0;
		position: relative;
		width: 96%;
	}

	.p-news-section__inner::after {
		display: none;
	}

	.p-news-card__label {
		width: calc(100vw * (180 / 750));
		height: calc(100vw * (50 / 750));
		font-size: calc(100vw * (24 / 750));
	}

	.p-news-card__link h3 {
		text-align: left;
		font-size: calc(100vw * (28 / 750));
	}

	/* ーーー ここから追加 ーーー */

	.p-news-section__main {
		padding: 0;
		background-color: transparent;
		overflow: visible !important;
		padding: 0 0 9% 9.3%;
		margin-top: calc(100vw * (47 / 750));
	}

	/* 擬似要素の背景 */
	.p-news-section__main::after {
		display: none;
	}

	/* Swiper本体：右側にはみ出すカードを見せる */
	.js-news-swiper {
		width: 100%;
		padding-right: 0 !important;
	}

	/* カード（スライド単位）：幅を560pxに固定 */
	.p-news-card.swiper-slide {
		width: calc(100vw* (540 / 750));
		height: auto;
	}

	/* カード内画像の調整 */
	.p-news-card__img-wrapper {
		margin-bottom: 5.4vw;
		/* デザインに合わせた余白 */
	}

	.p-news-card__meta {
		margin-bottom: 2.5vw;
	}

	.p-news-section .btn_white {
		margin-top: 13.3vw;
	}

	.p-news-card__img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* ーーー ここまで追加 ーーー */

	.p-news-section__sidebar {
		width: 100%;
		padding-left: 5.2%;
		/* 左側に適切な余白を作ってデザインに合わせる */
		padding-top: 4rem;
		text-align: left;
		box-sizing: border-box;
	}

	.p-news-section__tabs {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0;
		justify-content: space-between;
		padding-right: 1.5em;
		margin-bottom: 0;
	}

	.p-news-section__tabs li a {
		font-size: calc(100vw * (32 / 750));
	}

	.p-news-section__nav {
		display: none;
	}
}

/* --------------------------------------------------------
	ft_contact（News&Blogセクション内下部）
-------------------------------------------------------- */
body {
	background-color: transparent;
	/* もし全体に白背景がガチガチに効いている場合の対策 */
}

/* .ft_contact {
	background-image: url(../img/index/bg_ft_contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
} */
.ft_contact {
	position: relative;
	/* 擬似要素の位置の基準にする */
	background: transparent !important;
}

body.arrival_ft_contact::before,
body.arrival_contact::before,
body.arrival_contact02::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../img/index/bg_contact.jpg) no-repeat center/cover;
	/* background: red !important; */
}

.ft_contact .inner {
	padding-bottom: 18rem;
	position: relative;
	z-index: 1;
}

.ft_contact .inner .left-wrapper {
	flex: 1;
	max-width: 388px;
}

.ft_contact .inner .left-wrapper hgroup {
	text-align: left;
	margin-bottom: 2.5rem;
}

.ft_contact .inner .left-wrapper hgroup p {
	color: #fff;
	margin-bottom: 1.6rem;
}

.ft_contact .inner .left-wrapper hgroup h2 {
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
}

.ft_contact .inner .left-wrapper hgroup h2 span.under_blue {
	font-size: 3.2rem;
}



.ft_contact .inner .left-wrapper>p {
	color: #fff;
	margin-top: 2rem;
}

.ft_contact .inner .box_dot {
	align-items: flex-start;
	width: 100%;
	max-width: 760px;
	height: 360px;
	padding-top: 7rem;
}

.ft_contact .inner .box_dot .tel {
	padding-top: 10.5rem;
	padding-left: 0;
	text-align: center;
}

.ft_contact .inner .box_dot .tel::before {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.ft_contact .inner .box_dot .form {
	padding-top: 10rem;
	padding-left: 0;
	text-align: center;
}

.ft_contact .inner .box_dot .form::before {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.ft_contact .inner .box_dot .form p {
	color: #fff;
	margin-bottom: 1.3rem;
}

.ft_contact .inner .box_dot .form .btn_orange.badge {
	width: 312px;
	max-width: none;
}

@media screen and (max-width: 1070px) {
	.ft_contact .inner {
		flex-direction: column;
		gap: 3rem;
	}

	.ft_contact .inner .left-wrapper {
		max-width: 100%;
	}

	.ft_contact .inner .left-wrapper hgroup {
		text-align: center;
		margin-bottom: 3vw;
	}

	.ft_contact .inner .left-wrapper>p {
		text-align: left;
		margin: 0 auto 5vw;
		width: 90%;
	}

	.ft_contact .inner .box_dot {
		margin: 0 auto;
	}
}

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

	/* .ft_contact {
		background-image: url(../img/index/bg_ft_contact_sp.jpg);
	} */
	body.arrival_ft_contact #ft_contact::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		background: url(../img/index/bg_ft_contact_sp.jpg) no-repeat center/cover;
	}

	.ft_contact .inner {
		padding: 13.2vw 0 34.5vw;
	}



	.ft_contact .inner .left-wrapper hgroup h2 {
		font-size: calc(100vw * (40 / 750));
	}

	.ft_contact .inner .left-wrapper hgroup h2 span.under_blue {
		font-size: calc(100vw * (48 / 750));
	}



	.ft_contact .inner .box_dot {
		width: 100%;
		height: calc(100vw * (1020 / 750));
		padding-top: 11%;
	}

	.ft_contact .inner .box_dot .tel,
	.ft_contact .inner .box_dot .form {
		width: 100%;
		padding-top: 22vw;
	}

	.ft_contact .inner .box_dot .tel::before,
	.ft_contact .inner .box_dot .form::before {
		width: calc(100vw * (140 / 750));
		height: calc(100vw * (140 / 750));
	}

	.ft_contact .inner .box_dot .form p {
		font-size: calc(100vw * (36 / 750));
	}

	.ft_contact .inner .box_dot .form .btn_orange.badge {
		width: calc(100vw * (600 / 750));
		height: calc(100vw * (120 / 750));
		font-size: calc(100vw * (36 / 750));
		border-radius: 70px;
	}

	.ft_contact .inner .box_dot .tel p,
	.ft_contact .inner .box_dot .form p {
		margin-bottom: 3vw;
	}
}

/* --------------------------------------------------------
	footer
-------------------------------------------------------- */
footer {
	background-color: #fff;
	padding-top: 1px;
}

.ft_top {
	background: url(../img/cmn/bg01.svg) center / contain #efece4;
	padding: 14.1rem 0 .3rem;
	position: relative;
	z-index: 1;
	clip-path: polygon(0 10rem, 50% 0, 100% 10rem, 100% 100%, 0 100%);
	margin-top: calc(-10rem - 1px);
}



.ft_top .inner {
	padding: 0;
}

.ft_top .inner .flex {
	align-items: flex-start;
	gap: 9rem;
	margin-bottom: 4.9rem;
}

.ft_top .inner .left-wrapper {
	width: 32.667%;
	flex-shrink: 0;
	border-right: 1px solid #2a8fa8;
	padding: 2rem 2rem 4rem 0;
}

.ft_top .inner .left-wrapper img {
	max-width: 302px;
	margin-bottom: 2.4rem;
}

.ft_top .inner .left-wrapper .address {
	color: #555;
	margin-bottom: 6.1rem;
}

.ft_top .inner .left-wrapper a.underline {
	font-size: 1.4rem;
	color: #555;
}

.ft_top .inner .left-wrapper a.underline:hover {
	color: #2a8fa8;
	text-decoration: underline;
}

.ft_top .inner .right-wrapper {
	flex: 1;
	padding-top: 3rem;
}

.ft_top .inner .right-wrapper ul.grid03 {
	gap: .8rem 3rem;
	margin-bottom: 7.1rem;
}

.ft_top .inner .right-wrapper ul.grid03 li.dot_underline {
	padding: .6em 0 1.2em;
}


.ft_top .inner .right-wrapper ul.flex {
	gap: 2.6rem;
	margin-bottom: 0;
	position: relative;
}

.ft_top .inner .right-wrapper ul.flex::after {
	content: '';
	display: inline-block;
	width: 21.3rem;
	height: 14rem;
	background-image: url(../img/index/illust_ftr.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -102px;
	left: 339px;
}

.ft_top .inner .right-wrapper ul.flex li a {
	background-color: #fff;
	border-radius: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.6rem;
	height: 5.6rem;
	padding: 1.2rem;
}

.ft_top .inner .right-wrapper ul.flex li.icon_note a {
	width: 16rem;
	padding: 1.2rem 3.6rem;
}


#copyright {
	font-size: 1.4rem;
	color: #2a8fa8;
	text-align: left;
}

#copyright .copy-mark {
	margin: 0 .2rem;
}

/* フッター下部（バナー） */
.ft-bottom {
	background-color: #2a8fa8;
	padding: 3.9rem 0;
}

.ft-bottom .inner {
	padding: 0;
}

.ft-bottom .inner ul {
	flex-wrap: wrap;
	gap: 1.6rem;
	justify-content: center;
}

.ft-bottom .inner ul li a img {
	height: 70px;
	width: auto;
	object-fit: contain;
	transition: opacity .3s;
}

.ft-bottom .inner ul li a:hover img {
	opacity: .7;
}

/* PAGE TOPボタン */
footer {
	position: relative;
}

.pagetop {
	display: inline-block;
	width: 63px;
	height: 80px;
	/* position: absolute; から fixed に変更 */
	position: fixed;
	/* 画面左下からの位置を指定（数値はお好みで調整してください） */
	bottom: 2rem;
	/* 元の 42rem は高すぎる可能性があるため、一般的な位置に調整しています */
	right: 2rem;
	/* right から left に変更 */
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	background-image: url(../img/cmn/page-top.svg);
	filter: drop-shadow(0px 5px 5px rgba(132, 132, 132, 0.3));
}


#pagetop:hover {
	background-image: url(../img/cmn/page-top_h.svg);
	transition: .3s;
}

/* スクロール後に表示（ここは変更なし） */
.is_scroll .pagetop {
	opacity: 1;
	visibility: visible;
}

.pagetop.is-stopped {
	bottom: 180px;
	/* 下から180pxの位置に固定 */
	top: auto;
	/* 固定解除 */
}

@media screen and (max-width: 1250px) {
	.pagetop.is-stopped {
		bottom: 255px;
	}
}

@media screen and (max-width:1201px) {
	.ft_top .inner .right-wrapper ul.flex::after {
		bottom: -78px;
	}
}

@media screen and (max-width:1111px) {
	.ft_top .inner .flex {
		gap: 5%;
	}
}

@media screen and (max-width: 1024px) {
	.ft_top .inner .left-wrapper a.underline.is-pc {
		display: none;
	}

	.ft_top .inner .underline.is-sp {
		display: block;
	}
}



@media screen and (max-width: 960px) {
	.pagetop.is-stopped {
		bottom: 400px;
	}

	.ft_top .inner .flex {
		flex-direction: column;
		gap: 0;
		margin-bottom: 3.5vw;
		padding-bottom: 0;
		position: relative;
	}

	.ft_top .inner .left-wrapper {
		width: 100%;
		text-align: center;
	}

	.ft_top .inner .right-wrapper ul.grid03 li.dot_underline {
		padding: .6em 0 1em;
	}

	.ft_top {
		padding-top: calc(100vw * (100 / 960));
	}

	.grid03 {
		grid-template-columns: repeat(2, 1fr);
	}

	.ft-bottom {
		padding-top: 5vw;
	}

	.ft-bottom .inner ul {
		gap: 2.5vw 2.3vw;
	}


	.ft_top .inner {
		padding-bottom: .6vw;
	}

	.ft_top .inner .left-wrapper {
		border: none;
	}

	.ft_top .inner .left-wrapper img {
		width: 303px;
		max-width: none;
	}

	.ft_top .inner .left-wrapper .address {
		margin: 0;
	}



	.ft_top .inner .underline.is-sp {
		margin-bottom: 3.5vw;
		text-align: center;
	}

	.ft_top .inner .right-wrapper {
		width: 100%;
		position: relative;
		padding-bottom: 0;
		border-bottom: 1px solid #2a8fa8;
	}

	.ft_top .inner .flex .right-wrapper::after {
		content: '';
		display: inline-block;
		width: 260px;
		height: 170px;
		background-image: url(../img/index/illust_ftr_r.svg);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -1px;
		right: auto;
		left: 80px;
	}

	.ft_top .inner .right-wrapper ul.flex {
		flex-direction: row;
		justify-content: center;
		gap: 2rem;
		padding-left: 0;
		padding-bottom: 84px;
		padding-left: 355px;
		width: fit-content;
	}

	.ft_top .inner .right-wrapper ul.flex li a {
		border-radius: 100px;
		width: 56px;
		height: 56px;
	}

	.ft_top .inner .right-wrapper ul.flex li.icon_note a {
		width: 150px;
		padding: .95em 1.5em;
	}

	.ft_top .inner .right-wrapper ul.grid03 {
		margin-bottom: 13.3vw;
	}

	#copyright {
		text-align: center;
	}

	.ft_top .inner .right-wrapper ul.flex::after {
		display: none;
	}


}

@media screen and (max-width: 798px) {
	.pagetop.is-stopped {
		bottom: 462px;
	}
}

@media screen and (max-width: 768px) {
	.ft_top .inner .left-wrapper img {
		width: calc(100vw * (477 / 750));
	}

	.ft_top {
		padding-top: calc(100vw * (200 / 750));
		clip-path: polygon(0 6.6em, 50% 0, 100% 6.6em, 100% 100%, 0 100%);
		margin-top: calc(-6.6em - 1px);
	}

	.is_scroll .pagetop {
		display: none;
	}

	.ft_top .inner .right-wrapper ul.grid03 {
		margin-bottom: calc(100vw * (97 / 750));
	}

	.ft-bottom .inner ul {
		justify-content: space-between;
	}

	.ft-bottom .inner ul li a img {
		height: calc(100vw * (101 / 750));
	}

	.ft_top .inner .underline.is-sp {
		margin-bottom: calc(100vw * (48 / 750));
		text-align: center;
	}

	.ft_top .inner .flex {
		padding-bottom: calc(100vw * (71 / 750));
		margin-bottom: 0;
	}

	.ft_top .inner .right-wrapper {
		width: 100%;
		position: relative;
		padding-bottom: calc(100vw * (260 / 750));
		padding-top: calc(100vw * (57 / 750));
		border-bottom: 2px solid #2a8fa8;
	}

	.ft_top .inner .right-wrapper ul.flex {
		flex-direction: row;
		justify-content: center;
		gap: 5.3vw;
		padding-left: 0;
		padding-bottom: 0;
		width: 100%;
	}

	.ft_top .inner .right-wrapper ul.flex li a {
		border-radius: 100px;
		width: calc(100vw * (100 / 750));
		height: calc(100vw * (100 / 750));
		padding: .9em;
	}

	.ft_top .inner .right-wrapper ul.flex li.icon_note a {
		width: calc(100vw * (285 / 750));
		padding: 1.2rem 8vw;
	}

	.ft_top .inner .flex .right-wrapper::after {
		content: '';
		display: inline-block;
		width: calc(100vw * (365 / 750));
		height: calc(100vw * (240 / 750));
		background-image: url(../img/index/illust_ftr_r.svg);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -1px;
		right: 23%;
		left: auto;
	}

	.ft_top .inner .left-wrapper .address,
	.ft_top .inner .right-wrapper ul.grid03 li.dot_underline {
		font-size: calc(100vw * (28 / 750));
	}

	#copyright {
		font-size: calc(100vw * (24 / 750));
	}
}

@media screen and (max-width: 480px) {
	.ft_top .inner .right-wrapper {
		border-bottom: 1px solid #2a8fa8;
	}

	.ft_top .inner .right-wrapper ul.grid03 {
		gap: .8rem 2rem;
	}

	.sp_ls0 {
		letter-spacing: 0;
	}
}

/* --------------------------------------------------------
    スマホ版の下部に固定のボタン
-------------------------------------------------------- */
.fixed-footer-buttons {
	display: none;
}

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

	/* ボタン全体のコンテナ（画面最下部に固定） */
	.fixed-footer-buttons {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		z-index: 9999;
		/* 新しいスマホの下部バー（セーフエリア）の余白を自動確保 */
		padding-bottom: env(safe-area-inset-bottom, 0);
		background-color: #fff;
		/* 不正な値を修正：背景透過を防ぐために白などを指定 */
		transform: translateY(100%);
		/* 自分の高さ分、画面の下に隠す */
		opacity: 0;
		/* 透明にする */
		visibility: hidden;
		/* 完全に非表示（クリック不可にする） */
		transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
	}

	.fixed-footer-buttons.is-show {
		transform: translateY(0);
		/* 元の位置に戻る */
		opacity: 1;
		/* 不透明にする */
		visibility: visible;
		/* 表示する（クリック可能） */
	}

	/* 各ボタンの共通スタイル */
	.btn-item {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: calc(100vw * (100 / 750));
		text-decoration: none;
		letter-spacing: 0.05em;
		transition: opacity 0.2s ease;
		font-size: calc(100vw * (24 / 750));
	}

	/* タップ時の視覚効果（少し薄くする） */
	.btn-item:active {
		opacity: 0.8;
	}

	/* アイコン共通スタイル（白い丸背景） */
	.btn-item .icon {
		background-color: #ffffff;
		width: calc(100vw * (56 / 750));
		height: calc(100vw * (56 / 750));
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		/* アイコンと文字の間隔 */
		flex-shrink: 0;
	}

	/* 【修正】imgアイコンのサイズ調整 */
	.btn-item .icon img {
		width: 100%;
		object-fit: contain;
		/* 画像の比率を保つ */
		display: block;
	}

	/* --- 左側：電話ボタン（青緑系） --- */
	.btn-phone {
		background-color: #2a8fa8;
		/* ご指定の色味 */
		color: #ffffff;
	}

	/* --- 右側：メールボタン（オレンジ系） --- */
	.btn-email {
		background-color: #e77051;
		/* ご指定の色味 */
		color: #ffffff;
	}

	/* 【修正】ボタンの高さ(100px)に合わせて、ページ最下部の余白を100pxに調整 */
	body {
		padding-bottom: calc((100vw * (100 / 750)) + env(safe-area-inset-bottom, 0));
	}
}

body.is_hamb_open .fixed-footer-buttons,
/* モーダルが開いている時 */
body:has(.modal-overlay.active) .fixed-footer-buttons {
	display: none !important;
	/* 他のスタイルに負けないよう念のため !important */
}

/* --------------------------------------------------------
	共通　下層ページ
-------------------------------------------------------- */
.p_lower_mv {
	width: 100%;
	height: 400px;
	background: url(../img/cmn/bg01.svg) center / contain #efece4;
}

.p_lower_mv .inner {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 85px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.p_lower_mv .inner::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 369px;
	height: 150px;
	background-image: url(../img/index/illust_sec07.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -10px;
	right: 0;
}

.p_lower_mv .inner hgroup {
	text-align: left;
}

.p_lower_mv .inner hgroup h1 {
	font-size: 3.2rem;
	font-weight: 700;
}

.p_lower_breadcrumb {
	background-color: #fff;
}

.p_lower_breadcrumb .inner {
	padding: 33px 0 72px;
	overflow-x: auto;
}

.p_lower_breadcrumb .inner .breadcrumb__list {
	display: flex;
	flex-wrap: nowrap;
	color: #999999;
	font-size: 1.4rem;
	gap: 29px 10px;
	line-height: 1;
}

.p_lower_breadcrumb .inner .breadcrumb__list li {
	padding-right: 18px;
	position: relative;
	white-space: nowrap;
}

.p_lower_breadcrumb .inner .breadcrumb__list li::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(../img/cmn/icon_breadcrumb.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.p_lower_breadcrumb .inner .breadcrumb__list li:last-child::after {
	display: none;
}

.p_lower_breadcrumb .inner .breadcrumb__list li a {
	text-decoration: underline;
}

.p_lower_breadcrumb .inner .breadcrumb__list li a:hover {
	text-decoration: none;
	color: #e77051;
	transition: .3s;
}

.p_lower section hgroup h1 {
	font-size: 3.2rem;
}


.p_bg01 {
	background: url(../img/cmn/bg01.svg) center / contain #efece4;
}

.p_bg_white {
	background-color: #fff;
}

.tbl01 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.tbl01 th,
.tbl01 td {
	padding: 23px 20px 24px;
}

.tbl01 th {
	width: 160px;
	color: #2a8fa8;
	border-bottom: 1px solid #2a8fa8;
}

.tbl01 td {
	border-bottom: 1px dashed #2a8fa8;
}

.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 60px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.8rem;
	display: inline-block;
	border: initial;
}


.wp-pagenavi .page-numbers {
	width: 64px;
	height: 64px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	border-radius: 50%;
	/* 60pxでも良いですが、正方形をきれいな丸にするなら50%がおすすめ */
	background-color: transparent;
	/* 最初は背景を透明にしておく */
	color: #333;
	/* 通常時の文字色（環境に合わせて変更してください） */
	transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
	/* ふわっと変化させたい場合 */
}

/* 2. ホバー時のスタイル（背景色や文字色、影だけを変化させる） */
.wp-pagenavi .page-numbers:hover {
	background-color: #2a8fa8;
	color: #FFF;
	box-shadow: 0 5px 5px rgba(216, 216, 216, 0.3);
}

.wp-pagenavi .current {
	width: 64px;
	height: 64px;
	background-color: #efece4;
	color: #d44b30;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	box-shadow: 0 5px 5px rgba(216, 216, 216, 0.3);
}
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi span {
	width: 64px;
	height: 64px;
	background-color: #fff;
	color: #999999;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	border-radius: 50%;
	
}
.wp-pagenavi .extend {
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;

}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: inline-block;
	width: 6.4rem;
	height: 6.4rem;
	background-color: #efece4;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 5px 5px rgba(216, 216, 216, 0.3);
/*	text-indent: -999999999999px;*/
	color: transparent;
}
.wp-pagenavi .previouspostslink.is-notlink,
.wp-pagenavi .nextpostslink.is-notlink {
	opacity: 0;
	visibility: hidden;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	content: '';
	display: inline-block;
	width: 2.3rem;
	height: 1.9rem;
	background-image: url(../img/cmn/arrow02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wp-pagenavi .previouspostslink::after {
	transform: translate(-50%, -50%) scaleX(-1);
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	background-color: #2a8fa8;
}

.wp-pagenavi .previouspostslink:hover:after,
.wp-pagenavi .nextpostslink:hover:after {
	background-image: url(../img/cmn/arrow02_w.svg);
}


@media screen and (max-width: 768px) {
	.wp-pagenavi .page,
.wp-pagenavi .last,
.wp-pagenavi span {
	font-size: calc(100vw * (32 / 750));
}

	.wp-pagenavi .previouspostslink::after,
	.wp-pagenavi .nextpostslink::after,
	.wp-pagenavi .previouspostslink::after,
	.wp-pagenavi .nextpostslink::after {
		background-image: url(../img/cmn/arrow_bold.svg);
	}

	.p_lower_mv .inner hgroup {
		text-align: center;
	}

	.p_lower_mv {
		height: calc(100vw * (520 / 750));
	}

	.p_lower_mv .inner {
		padding-top: calc(100vw * (120 / 750));
		justify-content: center;
	}

	.p_lower_mv .inner hgroup h1 {
		font-size: calc(100vw * (48 / 750));
	}

	.p_lower_mv .inner::after {
		transform: translateX(-50%);
		right: auto;
		left: 50%;
		bottom: calc(100vw * (-50 / 750));
		width: calc(100vw * (369 / 750));
		height: calc(100vw * (150 / 750));
	}

	.p_lower_breadcrumb .inner {
		padding-top: calc(100vw * (80 / 750));
		padding-bottom: 10px;
	}

	.p_lower_breadcrumb .inner .breadcrumb__list {
		font-size: calc(100vw * (24 / 750));
	}

	.p_lower hgroup {
		margin-bottom: calc(100vw * (40 / 750));
	}

	.p_lower hgroup h2 {
		font-size: calc(100vw * (48 / 750));
	}

	.tbl01 {
		background-image: linear-gradient(to right, #2a8fa8 8px, transparent 8px);
		background-size: 16px 2px;
		background-position: left top;
		background-repeat: repeat-x;
	}

	.tbl01 th {
		display: block;
		border-bottom: none;
		padding-bottom: 0;
		width: 100%;
		padding-top: calc(100vw * (38 / 750));
	}

	.tbl01 td {
		display: block;
		border-bottom: none;
		background-image: linear-gradient(to right, #2a8fa8 8px, transparent 8px);
		background-size: 16px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
		padding-top: calc(100vw * (14 / 750));
		padding-bottom: calc(100vw * (40 / 750));
	}

	.tbl01 th,
	.tbl01 td {
		font-size: calc(100vw * (28 / 750));
		padding-left: 0;
	}
}

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

	.tbl01 td,
	.tbl01 {
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
		background-size: 8px 1px;
	}
}



/* --------------------------------------------------------
	下層ページ　会社案内
-------------------------------------------------------- */
#company .sec01 .inner {
	padding-top: 123px;
	padding-bottom: 120px;
	overflow-x: hidden;
}

#company .sec01 .inner .p_bg01 {
	padding: 8.7rem 50px 50px;
	position: relative;
}

#company .sec01 .inner .p_bg01 h2 {
	font-size: 3.2rem;
	font-weight: 700;
	padding-left: .65em;
	letter-spacing: 2px;
	position: relative;
	z-index: 5;
}

.rotate-deco__img-wrap {
	width: 590px;
	max-width: 590px;
	position: absolute;
	height: 400px;
	max-height: 400px;

}

#company .sec01 .rotate-deco__img-wrap {
	top: -10.6%;
	right: 2.5%;
}

.rotate-deco__mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	mask: url(../img/company/img01_solid.svg) no-repeat center/100% 100%;
	z-index: 2;
}

.rotate-deco__mask::before {
	content: "" !important;
	display: block;
	width: 120%;
	height: 120%;
	padding-top: 100%;
	/* 縞模様素材が正円なので、heightじゃなくpadding-top */
	background: url(../img/company/deco-stripe.svg) no-repeat center/cover;
	position: absolute;
	left: -10%;
	top: -25%;
	/* 画像が3/2だったので、maskの高さはwidthの150%。25%上に持っていくとちょうど真ん中にくる。 */
	z-index: -1;
	animation: 80s linear infinite rotate;
	/* 秒数お好み */
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.rotate-deco__img {
	border-radius: 9999px;
	overflow: hidden;
	transform: scale(.95) translateY(.7%);
	/* widthで小さくすると .rotate-deco__img-wrapの大きさも変わってしまうので。 */
	position: relative;
	z-index: 3;
}

#company .p_bg01 .p_bg_white .flex .rotate-deco__img-wrap .rotate-deco__img {
	transform: scale(.95) translateY(.7%);
}

.rotate-deco__img img {
	width: 100%;
}

#company .sec01 .inner .p_bg01 .company_sec01_white {
	background-color: #fff;
	padding: 40px 86px 40px 0;
	margin-top: 69px;
	display: flex;
}

#company .sec01 .inner .p_bg01 .company_sec01_white .left_en {
	writing-mode: vertical-rl;
	font-size: 2rem;
	width: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
}

#company .sec01 .inner .p_bg01 .company_sec01_white .left_en::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #2a8fa8;
	bottom: 0;
	z-index: 1;
	left: 50%;
}

#company .sec01 .inner .p_bg01 .company_sec01_white .left_en .blue.mar {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-bottom: .8em;
}

#company .sec01 .inner .p_bg01 .company_sec01_white .right_text {
	max-width: calc(100vw * (1120 / 1600));
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 33px;
}

#company .sec01 .inner .p_bg01 .company_sec01_white .right_text .company_name {
	display: inline-flex;
	width: fit-content;
	align-items: baseline;
	margin-top: 25px;
	padding-bottom: .15em;
}

#company .sec01 .inner .p_bg01 .company_sec01_white .right_text .company_name .fz16 {
	color: #2a8fa8;
	margin-right: 28px;
}

#company .sec01 .inner .p_bg01 .company_sec01_white .right_text .company_name .fz24 {
	font-size: 2.4rem;
	margin-right: 20px;
}

#company .sec01 .inner .p_bg01 .company_sec01_white .right_text .company_name .en.mar {
	font-size: 2rem;
	color: #2a8fa8;
}

#company .p_bg01 .p_bg_white {
	padding: 73px 40px 80px;
	text-align: center;
	margin-top: 24px;
	position: relative;
}

#company .p_bg01 .p_bg_white .btn_beige {
	margin-top: 34px;
	padding-right: 40px;
}

#company .p_bg01 .p_bg_white .company_illust01 {
	position: absolute;
	display: inline-block;
	width: 41px;
	height: 90px;
	top: -6.5%;
	left: 6.4%;
	filter: drop-shadow(0 5px 5px rgba(132, 132, 132, 0.3));
}

#company .p_bg01 .p_bg_white .company_illust02 {
	position: absolute;
	display: inline-block;
	width: 112px;
	height: 50px;
	top: -3.7%;
	left: 14.2%;
	filter: drop-shadow(0 5px 5px rgba(132, 132, 132, 0.3));
}

#company .p_bg01 .p_bg_white .company_illust03 {
	position: absolute;
	display: inline-block;
	width: 95px;
	height: 90px;
	top: -6.6%;
	left: 27.2%;
	filter: drop-shadow(0 5px 5px rgba(132, 132, 132, 0.3));
}

#company .p_bg01 .p_bg_white .blue.dot_underline {
	display: inline-block;
	padding-bottom: .39em;
	margin-bottom: 23px;
}

#company .p_bg01 .p_bg_white .flex {
	gap: 40px;
	flex-wrap: nowrap;
}

#company .p_bg01 .p_bg_white .flex .rotate-deco__img-wrap {
	width: 470px;
	height: 320px;
	max-width: 470px;
	max-height: 320px;
	margin: 24px 0 30px;
	position: relative;
}

#company .p_bg01 .p_bg_white .company_map iframe {
	width: 100%;
	height: 520px;
}

#company .p_bg_white.sec03 .inner {
	padding-top: 76px;
	padding-bottom: 99px;
}

#company .p_bg_white .inner .tbl01 {
	margin-top: 25px;
}

@media screen and (max-width: 1240px) {
	.rotate-deco__img-wrap {
		width: calc(100vw * (590 / 1240));
		height: calc(100vw * (400 / 1240));
	}

	#company .p_bg01 .p_bg_white .flex .rotate-deco__img-wrap {
		width: calc(100vw * (470 / 1240));
		height: calc(100vw * (320 / 1240));
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white {
		padding-top: calc(100vw * (40 / 1240));
		padding-right: calc(100vw * (86 / 1240));
		padding-bottom: calc(100vw * (40 / 1240));
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white .left_en {
		width: calc(100vw * (80 / 1240));
	}
}

@media screen and (max-width: 1200px) {
	#company .sec01 .inner {
		width: 96%;
	}
}

@media screen and (max-width: 1130px) {
	#company .p_bg01 .p_bg_white .flex .rotate-deco__img-wrap {
		width: 429px;
		height: 292px;
	}

	.scroll_bs {
		width: 100%;
		overflow-x: auto;
		/* 横スクロールを許可 */
		overflow-y: hidden;
		/* 縦スクロールを完全に禁止 */
		position: relative;
		/* 💡アイコンをこの枠の右端に固定します */
		-webkit-overflow-scrolling: touch;

		/* スクロールアニメーションの設定 */
		scroll-timeline-name: --horizontal-scroll;
		scroll-timeline-axis: inline;
		margin-top: calc(100vw * (40 / 1130));
		margin-bottom: calc(100vw * (26 / 1130));
	}

	/* 4. 各画像ごとの枠（縮み防止） */
	.rotate-deco__img-wrap {
		flex-shrink: 0;
	}

	/* 5. スクロールしたらアイコンを消すアニメーション */
	@keyframes fade-out-icon {
		0% {
			opacity: 1;
			/* 最初は表示 */
		}

		5%,
		100% {
			opacity: 0;
			/* ほんの少しでもスクロールしたら完全に透明にする */
		}
	}

	#company .p_bg01 .p_bg_white .flex {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1024px) {
	#company .sec01 .inner {
		padding-top: 50px;
	}

	#company .p_bg01 .p_bg_white .company_illust01 {
		top: -7%;
	}

	#company .p_bg01 .p_bg_white .company_illust02 {
		top: -4%;
	}

	#company .p_bg01 .p_bg_white .company_illust03 {
		top: -7%;
		left: auto;
		right: 2%;
	}

	#company .sec01 .rotate-deco__img-wrap {
		top: 3.4%;
	}

	#company .sec01 .inner .p_bg01 h2 {
		text-shadow: 0 0 .25em #efece4, 0 0 .25em #efece4;
	}

}

@media screen and (max-width: 768px) {
	#company .sec01 .rotate-deco__img-wrap {
		top: -8%;
		right: -13%;
	}

	#company .p_bg01 .p_bg_white .flex {
		gap: calc(100vw * (40 / 750));
	}

	#company .p_bg01 .p_bg_white .flex .rotate-deco__img-wrap .rotate-deco__img {
		transform: scale(.95) translateY(.1%);
		height: 100%;
	}

	#company .p_bg01 .p_bg_white .flex .rotate-deco__img-wrap .rotate-deco__img img {
		height: auto;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.rotate-deco__img {
		transform: scale(.95) translateY(1.8%);
	}

	.rotate-deco__mask {
		mask: url(../img/company/img01_solid_sp.svg) no-repeat center / 100% 100%;
	}

	#company .sec01 .inner {
		padding-top: calc(100vw * (90 / 750));
		width: 100%;
		padding-bottom: 0;
		overflow: hidden;
	}

	#company .sec01 .inner h2.is-sp {
		font-size: calc(100vw * (48 / 750));
		font-weight: 700;
		width: 90%;
		margin: 0 auto;
	}

	.rotate-deco__img-wrap {
		width: calc(100vw * (472 / 750));
		height: calc(100vw * (324 / 750));
		top: -7.8%;
		right: -12.5%;
	}

	#company .sec01 .inner .p_bg01 {
		margin-top: calc(100vw * (65 / 750));
		padding-top: calc(98vw * (122 / 750));
		padding-left: 5%;
		padding-right: 5%;
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white {
		margin-top: 0;
		flex-direction: column;
		padding-top: calc(76vw * (80 / 750));
		padding-bottom: calc(100vw * (80 / 750));
		padding-left: 5%;
		padding-right: 5%;
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white .left_en {
		writing-mode: inherit;
		width: 100%;
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white .left_en .blue.mar {
		padding: 0 1em 0 0;
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white .left_en::before {
		width: 100%;
		height: 1px;
		top: 50%;
		left: 0;
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white .right_text {
		width: 100%;
		max-width: none;
		padding-top: calc(100vw * (22 / 750));
		align-items: center;
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white .right_text .company_name {
		margin-top: calc(100vw * (55 / 750));
		padding-bottom: .4em;
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white .right_text .company_name .fz24 {
		font-size: calc(100vw * (40 / 750));
	}

	#company .sec01 .inner .p_bg01 .company_sec01_white .right_text .company_name .en.mar {
		font-size: calc(100vw * (36 / 750));
	}

	#company .p_bg01.sec02 .p_bg_white {
		padding-top: calc(100vw * (69 / 750));
		padding-bottom: calc(100vw * (100 / 750));
		padding-right: calc(100vw * (40 / 750));
		padding-left: calc(100vw * (40 / 750));
	}

	#company .p_bg01 .p_bg_white .blue.dot_underline {
		padding-bottom: .75em;
		margin-bottom: calc(100vw * (37 / 750));
		font-size: calc(100vw * (28 / 750));
		text-align: center;
	}

	#company .p_bg01 .p_bg_white .flex {
		padding-left: 0;
	}

	#company .p_bg01 .p_bg_white .company_illust01 {
		width: calc(100vw * (41 / 750));
		height: calc(100vw * (90 / 750));
		top: -4.7%;
		left: 2.4%;
	}

	#company .p_bg01 .p_bg_white .company_illust02 {
		width: calc(100vw * (112 / 750));
		height: calc(100vw * (50 / 750));
		top: -2.7%;
		left: 9.6%;
	}

	#company .p_bg01 .p_bg_white .company_illust03 {
		width: calc(100vw * (94 / 750));
		height: calc(100vw * (90 / 750));
		top: -4.6%;
		left: auto;
		right: 2.5%;
	}

	#company .p_bg01 .p_bg_white p {
		text-align: left;
	}

	#company .p_bg01 .p_bg_white .flex {
		display: flex;
		/* 念のため明示 */
		flex-wrap: nowrap;
		justify-content: flex-start;
		padding-bottom: 1em;
		width: max-content;

	}

	#company .p_bg01 .p_bg_white .flex .rotate-deco__img-wrap {
		position: relative;
		/* absoluteになって別位置に飛ばないように調整 */
		top: 0;
		right: 0;

		width: calc(100vw * (470 / 750));
		height: calc(100vw * (320 / 750));

		flex-shrink: 0;
		/* 【超重要】これをつけることで縮まなくなります */
		margin: 0;
	}

	#company .p_bg01 .p_bg_white .company_map iframe {
		width: 100%;
		height: calc(100vw * (800 / 750));
	}


	.p_lower_breadcrumb .inner .breadcrumb__list li {
		padding-right: 1.4em;
	}

	.p_lower_breadcrumb .inner .breadcrumb__list li:nth-child(2) {
		padding-left: .4em;
	}

	.p_lower_breadcrumb .inner .breadcrumb__list li::after {
		width: .7em;
		height: .7em;
	}

	#company .p_bg01.sec02 .inner {
		padding-top: calc(100vw * (48 / 750));
		padding-bottom: calc(100vw * (120 / 750));
	}

	#company .p_bg01.sec02 .p_bg_white .btn_beige {
		margin-top: calc(100vw * (89 / 750));
	}

	#company .p_bg_white.sec03 .inner {
		padding-top: calc(100vw * (100 / 750));
	}

	caption,
	th,
	td {
		padding-left: 0;
	}

}

/* ==========================================================================
   【SP版限定】scroll-timelineの強制最前面レイヤーを突破してアイコンを表示する
   ========================================================================== */
@media screen and (max-width: 768px) {

	/* ① 新設した外枠：高さを保持するための透明な基準にする */
	#company .scroll_icon_container {
		position: relative !important;
		width: 100% !important;
	}

	/* ② スクロールする枠（縦スクロールのみ禁止） */
	#company .scroll_bs {
		width: 100% !important;
		overflow-x: auto !important;
		/* 横スクロールを許可 */
		overflow-y: hidden !important;
		/* 縦スクロールを完全に禁止 */
		-webkit-overflow-scrolling: touch;

		/* スクロール連動アニメーションを設定（これは残します） */
		scroll-timeline-name: --company-scroll-timeline;
		scroll-timeline-axis: inline;
	}

	/* 💡【修正】すべてのレイヤーを強制突破するため、fixed（画面固定）に変更 */
	#company .scroll_icon_container .scroll_icon {
		display: block !important;
		position: fixed !important;
		/* 💡画面全体に対して最前面に固定配置 */

		/* 💡【重要】fixedにしたため、基準が画面の端になります。
       画像の右端（.p_bg_whiteの右端）に合わせるため、
       右側の画面端から「11.5%」（スマホ版の左右余白5.5%＋少し内側）の位置に固定します */
		right: 11.5% !important;

		/* 💡【重要】上下中央の位置も、画面の「画像がある高さ」に合わせるため、
       画像の中央（transform: translateY(-50%)）ではなく、そのまま配置します */
		top: auto !important;
		transform: none !important;
		margin-top: calc(100vw * (135 / 750)) !important;
		/* スマホ版の画像の高さの中央付近に強制固定 */

		/* 💡fixedにしたことで、画像側のいかなるレイヤー（transform / scroll-timeline）にも
       100%完全勝利し、絶対に一番手前に表示されます */
		z-index: 99999 !important;

		width: 35px !important;
		/* アイコンの横幅 */
		height: 35px !important;
		/* アイコンの縦幅 */
		pointer-events: none;
		/* アイコンの上を触ってもスクロールを邪魔しない */

		/* 確定画像パス */
		background-image: url('../img/cmn/icon_scroll_bs.svg') !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;

		/* スクロールされたら消えるアニメーション */
		animation: company-fade-out linear;
		animation-timeline: --company-scroll-timeline;
	}

	/* ③ スクロールするとアイコンが透明になるアニメーション定義 */
	@keyframes company-fade-out {
		0% {
			opacity: 1;
			/* 最初は表示 */
		}

		3%,
		100% {
			opacity: 0;
			/* ほんの少しでも右にスクロールしたら完全に消す */
		}
	}

	#company .scroll_bs .scroll_wrapper.is-scrolled::after {
		display: none !important;
	}
}

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

	/* ① 親枠：縦スクロールを完全に禁止する */
	#company .scroll_bs {
		width: 100% !important;
		overflow-x: auto !important;
		/* 横スクロールを許可 */
		overflow-y: hidden !important;
		/* 縦スクロールを完全に禁止 */
		position: relative !important;
		/* アイコンをこの右端に固定するための基準 */
		-webkit-overflow-scrolling: touch;
	}

	/* ② 既存の空のdiv（.scroll_wrapper）の右端にアイコンを浮かせる */
	#company .scroll_bs .scroll_wrapper::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 48%;
		transform: translate(-50%, -50%);
		z-index: 5;
		/* マスク（z-index:2）より確実に手前に表示 */
		width: calc(100vw * (200 / 1130));
		height: calc(100vw * (200 / 1130));
		pointer-events: none;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		/* 💡消える時のアニメーションを滑らかにする */

		/* アイコン画像パス */
		background-image: url('../img/cmn/icon_scroll_bs.svg') !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
	}

	/* 💡【新規追加】JSで「is-scrolled」というクラスがついたら、アイコンをスッと消す設定 */
	#company .scroll_bs .scroll_wrapper.is-scrolled::after {
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

@media screen and (max-width: 768px) {
	#company .scroll_bs .scroll_wrapper::after {
		width: calc(100vw * (200 / 750));
		height: calc(100vw * (200 / 750));
	}
}



/* --------------------------------------------------------
	下層ページ　ガイド
-------------------------------------------------------- */
#guide .p_lower_breadcrumb .inner {
	padding-bottom: 6.3rem;
}

#guide .column02 {
	background-color: #fff;
	overflow-x: clip;
}

#guide .column02 .inner {
	display: flex;
	gap: 2em;
	justify-content: space-between;
	position: relative;
	padding-top: 0;
}

#guide .column02 .inner .column02_left {
	width: 248px;
	height: auto;
	position: sticky;
	top: 98px;
	left: 0;
	align-self: flex-start;
}

#guide .guid_left_nav a:hover {
	color: #2a8fa8;
}

#guide .column02 .inner .column02_left .blue_line {
	position: relative;
	z-index: 2;
	color: #2a8fa8;
	font-size: 2rem;
}

#guide .column02 .inner .column02_left .blue_line::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #2a8fa8;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

#guide .column02 .inner .column02_left .blue_line span {
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding-right: 1em;
}

#guide .column02 .inner .column02_left .guid_left_nav li {
	font-size: 1.4rem;
	margin-top: 2rem;
	padding-bottom: 4px;
}

#guide .column02 .inner .column02_left .guid_left_nav li a {
	white-space: nowrap;
	background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
    /* 横幅は8pxのまま、高さを 0 にしておく */
    background-size: 8px 0; 
    /* 重要：下から現れるように見せるため、下端に配置 */
    background-position: 0 100%; 
    background-repeat: repeat-x;
    padding-bottom: 2px;
	display: block;
	transition: .3s;
}

#guide .column02 .inner .column02_left .guid_left_nav li a.active {
	background-size: 8px 1px;
}

#guide .column02 .inner .column02_left .guid_left_nav span.mar {
	color: #2a8fa8;
	padding-right: .5em;
	font-size: 1.8rem;
}

#guide .column02 .inner .column02_right {
	flex-grow: 1;
	width: 100%;
	max-width: 912px;
	min-width: 0;
}

#guide .column02 .inner .column02_right .right-inner {
	border-bottom: 1px solid #2a8fa8;
	padding-bottom: 70px;
	margin-bottom: 17px;
}

#guide .column02 .inner .column02_right .right-inner:last-child {
	padding-bottom: 0;
}

#guide .column02 .inner .column02_right .right-inner:last-child {
	border-bottom: none;
}

#guide .column02 .inner .column02_right .right-inner h2 {
	font-size: 1.6rem;
	line-height: 2;
	background: none;
	display: block;
}

#guide .column02 .inner .column02_right .right-inner h2 span.mar {
	color: #2a8fa8;
	padding-right: 10px;
	font-size: 2rem;
}

#guide .column02 .inner .column02_right .right-inner h3.house {
	background-color: #eff5f6;
	color: #2a8fa8;
	margin-left: 1em;
	position: relative;
	padding: 7px 0 8px 2.5em;
	font-size: 2rem;
	margin-top: 1rem;
	margin-bottom: 2.3rem;
}

#guide .column02 .inner .column02_right .right-inner h3.house::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 55px;
	height: 54px;
	background-image: url(../img/guide/icon_h3.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: -1.1em;
	transform: translateY(-50%);
}

#guide .column02 .inner .column02_right .right-inner h3.house.mt60 {
	margin-top: 60px;
}

#guide .btn_beige {
	margin-top: 30px;
}

#guide .guide_txt {
	margin-bottom: 30px;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_sb {
	gap: 2.41%;
	padding-top: 14px;
	margin-bottom: 31px;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_sb:last-child {
	margin-bottom: 0;
}

#guide .box_blue_left,
#guide .box_blue_right {
	border: 1px solid #2a8fa8;
	border-radius: 5px;
	position: relative;
	padding: 40px 0 28px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#guide .box_blue_left {
	width: 39.47%;
	height: auto;
}

#guide .box_blue_right {
	width: 58.11%;
	height: auto;
}

.guide_box_blue_left_img,
.guide_box_blue_right_img {
	margin: 0 auto 17px;
}

.guide_box_blue_left_img {
	width: 72.22%;
}

.guide_box_blue_right_img {
	width: 88.68%;
}

#guide .box_blue_left .bg_blue,
#guide .box_blue_right .bg_blue {
	border-radius: 50px;
	width: fit-content;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1px 25px 3px;
	white-space: nowrap;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 160px;
	min-height: 70px;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 37px;
	height: 25px;
	background-image: url(../img/guide/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	bottom: 13%;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange.two_lines::before {
	bottom: 29%;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange p {
	font-size: 1.4rem;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange p.big {
	font-size: 1.8rem;
	width: 135px;
	text-align: right;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange {
	border: 2px solid #e77051;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: calc(100% - 160px);
	padding: 15px 20px;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange .caution {
	margin: 0;
	font-size: 2rem;
	padding-left: 30px;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange .caution:nth-child(2) {
	margin-top: 3px;
}

#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange .caution::before {
	background-image: url(../img/guide/checkmark_guide.svg);
	top: 52%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;

}

#guide .column02 .inner .column02_right .right-inner .guide_grid_box {
	margin: 30px 0;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top,
#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(4, auto);
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box,
#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_blue_box {
	background-color: #2a8fa8;
	color: #fff;
	padding-left: 50px;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box {
	border-top-left-radius: 5px;
	padding-top: 30px;
	display: flex;
	justify-content: flex-start;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_blue_box,
#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box {
	padding-bottom: 46px;
	grid-column: 1;
	grid-row: 1 / -1;
	/* 1行目から最後の行まで突き抜ける */

	/* 中のulをサブグリッドにするための設定 */
	display: grid;
	grid-template-rows: subgrid;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box h4,
#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_blue_box h4 {
	background-color: #fff;
	color: #2a8fa8;
	width: 100%;
	max-width: 356px;
	font-size: 1.8rem;
}

#guide ul.guide_list li {
	padding: 11px 0;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom ul.guide_list {
	display: grid;
	grid-row: 1 / -1;
	/* 1行目から最後の行まで突き抜ける */
	grid-template-rows: subgrid;
	/* 親の行の高さに強制同期 */

	padding: 0;
	/* 上下の余白はul側でコントロールすると綺麗です */
	margin: 0;
	list-style: none;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom ul.guide_list li {
	position: relative;
	grid-row: auto;
	/* 自動的に1行ずつ収まる */
	display: flex;
	align-items: center;
	/* 左右で高さが揃った枠内で、テキストを中央寄せにする場合 */
	justify-content: center;
	box-sizing: border-box;
	height: 100%;
}

#guide .guide_grid_bottom .bg_blue_box ul.guide_list li::after,
#guide .guide_grid_bottom .bg_gray_box ul.guide_list li::before {
	position: absolute;
	content: '';
	width: calc(100% + 50px);
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}

#guide .guide_grid_bottom .bg_gray_box ul.guide_list li::before {
	left: auto;
	right: 0;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box ul.guide_list li {
	position: relative;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box ul.guide_list li::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 4.8rem;
	height: 1.8rem;
	background-image: url(../img/guide/arrow_guide.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: -50px;
	transform: translate(-50%, -50%);
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box,
#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box {
	padding-bottom: 15px;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box,
#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box {
	background-color: #666666;
	color: #fff;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box {
	border-top-right-radius: 5px;
	padding-top: 30px;

	display: flex;
	justify-content: flex-end;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box h4,
#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box h4 {
	background-color: #fff;
	color: #666666;
	width: 100%;
	max-width: 356px;

}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box h4,
#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box h4 {
	padding: 4px 0;
	font-size: 1.8rem;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top h4,
#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom h4 {
	display: inline-block;
	border-radius: 5px;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box,
#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_blue_box,
#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box,
#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_blue_box {
	border-bottom-left-radius: 5px;
}

#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box {
	border-bottom-right-radius: 5px;
	grid-column: 2;
	grid-row: 1 / -1;
	/* 1行目から最後の行まで突き抜ける */

	/* 中のulをサブグリッドにするための設定 */
	display: grid;
	grid-template-rows: subgrid;
}

#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex img {
	display: inline-block;
	width: 50px;
	height: 40px;
}

#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img01,
#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img02 {
	background-color: rgba(255, 255, 255, .5);
	padding-left: 30%;
	display: flex;
	align-items: center;
	position: relative;
	width: 220px;
	height: 130px;
	margin-right: 70px;
}

#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img01::after,
#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img02::after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 40px;
	background-image: url(../img/guide/jijo_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(120%, -50%);
}

#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img01::before,
#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img02::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 114px;
	height: 85px;
	background-image: url(../img/guide/jijo_bg_img01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 44%;
	left: 10%;
	transform: translateY(-50%);
}

#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img02::before {
	width: 141px;
	height: 97px;
	background-image: url(../img/guide/jijo_bg_img02.svg);
	top: 2%;
	left: 6%;
	transform: none;
}

#guide .column02 .inner .column02_right .right-inner .left_arrow {
	width: 56px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	background-color: #3eacc6;
	color: #fff;
	font-size: 1.8rem;
	display: grid;
	place-content: center;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 50% 100%, 0 calc(100% - 28px));
}


#guide .column02 .inner .column02_right .right-inner .left_arrow.fase02 {
	background-color: #2a8fa8;
}

#guide .column02 .inner .column02_right .right-inner .left_arrow.fase03 {
	background-color: #157787;
}

#guide .column02 .inner .column02_right .right-inner .right_content {
	max-width: 832px;
	width: 91.229%;
}

#guide .column02 .inner .column02_right .right-inner .sec05_box hgroup {
	text-align: left;
	position: relative;
}

#guide .column02 .inner .column02_right .right-inner .sec05_box hgroup h4 {
	font-size: 2rem;
}

#guide .column02 .inner .column02_right .right-inner .sec05_box hgroup p {
	font-size: 1.6rem;
	color: #3c3c3c;
	border: none;
	padding: 0;
}

#guide .guid_flow_title_box {
	gap: 20px;
}

#guide .guid_flow_title_box .guid_flow_img {
	width: 120px;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 25px;
}

#guide .guid_flow_title_box.guide_flow01 .guid_flow_img {
	background-image: url(../img/guide/guid_flow_img01.svg);
}

#guide .guid_flow_title_box.guide_flow02 .guid_flow_img {
	background-image: url(../img/guide/guid_flow_img02.svg);
}

#guide .guid_flow_title_box.guide_flow03 .guid_flow_img {
	background-image: url(../img/guide/guid_flow_img03.svg);
}

#guide .guid_flow_title_box.guide_flow04 .guid_flow_img {
	background-image: url(../img/guide/guid_flow_img04.svg);
}

#guide .guid_flow_title_box.guide_flow05 .guid_flow_img {
	background-image: url(../img/guide/guid_flow_img05.svg);
}

#guide .guid_flow_title_box .guid_flow_img p.mar {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 2rem;
	border-radius: 50%;
	background-color: #3eacc6;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

#guide .guid_flow_title_box.guide_flow03 .guid_flow_img p.mar,
#guide .guid_flow_title_box.guide_flow04 .guid_flow_img p.mar {
	background-color: #2a8fa8;
}

#guide .guid_flow_title_box.guide_flow05 .guid_flow_img p.mar {
	background-color: #157787;
}

#guide .guid_flow_title_box .guid_flow_title {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 43px;
}

#guide .guid_flow_title_box .guid_flow_title h4 {
	font-size: 2rem;
}

#guide .guid_flow_title_box .guid_flow_title p span {
	font-size: 1.4rem;
}

#guide .sec05_box {
	margin-bottom: 30px;
}

#guide .sec05_box:nth-child(2),
#guide .sec05_box.mbnone {
	margin-bottom: 0;
}

#guide .sec05_box .bg_beige {
	margin-top: 10px;
	padding: 23px 4.8% 30px;
	border-radius: 5px;
}

.contact_btn_box {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}


.contact_btn_box a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50px;
	width: 366px;
	height: 60px;
}

.contact_btn_box a::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);

}

.contact_btn_box a.tel_btn {
	color: #2a8fa8;
	position: relative;
	padding-left: 46px;
}

.contact_btn_box a.tel_btn::before {
	background-image: url(../img/guide/icon_tel.svg);
}

.contact_btn_box a.tel_btn span.big {
	font-size: 3.2rem;
	font-weight: 700;
	padding-left: 6px;
}

.contact_btn_box a.form_btn {
	color: #d44b30;
	font-size: 1.8rem;
	font-weight: 700;
	align-items: center;
	position: relative;
}

.contact_btn_box a.form_btn::before {
	background-image: url(../img/guide/icon_form.svg);
	width: 40px;
	height: 30px;
}

.contact_btn_box a.form_btn::after {
	content: '';
	display: inline-block;
	background-image: url(../img/cmn/icon_badge.svg);
	background-size: contain;
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	transition: background-image .3s ease;
}
.contact_btn_box a.form_btn:hover {
	background-color: #d44b30;
	color: #fff;
	transition: .3s;
}
.contact_btn_box a.form_btn:hover::before {
	background-image: url(../img/guide/icon_form_hv.svg);
	transition: .3s;
}
.contact_btn_box a.form_btn:hover::after {
	background-image: url(../img/cmn/icon_badge_w.svg);
	transition: .3s;
}

.side_line {
	border-left: 2px solid #2a8fa8;
	padding: 2px 0 7px 15px;
	margin-left: .5em;
	margin-bottom: 23px;
	margin-top: 5px;
}

.side_line:last-child {
	margin-bottom: 0;
}

.side_line p.caution {
	display: block;
}

#guide .caution::before {
	top: 50%;
	transform: translateY(-50%);
}

#guide .column02 .inner .column02_right .right-inner .flex.bg_beige {
	margin: 30px 0;
	padding: 30px;
	border-radius: 5px;
	
}
#guide .column02 .inner .column02_right .right-inner .flex.bg_beige .guide_flex_inner_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#guide #guide-content05 .flex.jc_sb {
	padding-top: 0;
}

#guide #guide-content05 .bg_beige.dot-frame {
	border-radius: 0;
	padding: 20px 20px 20px;
}

#guide #guide-content05 .bg_beige.dot-frame .bg_white {
	padding: 22px 23px 27px 40px;
	border-radius: 5px;
}

#guide #guide-content05 .bg_beige.dot-frame .bg_white .caution {
	display: block;
}

#guide-content01,
#guide-content02,
#guide-content03,
#guide-content04,
#guide-content05 {
	padding-top: 100px;
	margin-top: -100px;
}

#guide .p-news-section__main {
	padding: 0;
}
#guide .faq--btn {
	display: none;
}

@media screen and (max-width: 1250px) {
	#guide .caution {
		margin-left: 0;
	}
}
@media screen and (max-width: 1200px) {
	#guide .column02 .inner .column02_right .right-inner .flex.bg_beige {
		justify-content: center;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.bg_beige .guide_flex_inner_box {
		flex-direction: column;
		gap: 1vw;
		justify-content: flex-start;
		width: fit-content;
	}
	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img01, #guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img02 {
		width: 240px;
	}
	.contact_btn_box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1vw;
	}
	#guide .column02 .inner .column02_right .right-inner .right_content {
		width: 90%;
	}
}

/* --------------------------------------------------------
    タブレット版：アコーディオン用スタイル
-------------------------------------------------------- */
@media screen and (max-width: 1100px) {

	/* スマホ時は最初中身を非表示にする */
	#guide .column02 .inner .column02_right .right-inner .accordion-inner {
		display: none;
		padding-bottom: 70px;
		border-bottom: 1px solid #2a8fa8;
		margin-bottom: calc(100vw * (2 / 1100));
	}

	/* トリガーとなるh2のスタイル調整 */
	#guide .column02 .inner .column02_right .right-inner h2.js-accordion-trigger {
		position: relative;
		margin-bottom: 0;
	}

	#guide .dot_underline.is-open {
		background: none !important;
	}
}
/* --------------------------------------------------------
    タブレット版：アコーディオン用スタイル　ここまで
-------------------------------------------------------- */
@media screen and (max-width: 1100px) {
	#guide .column02 .inner .column02_right .right-inner .guide_grid_box {
		margin-bottom: 40px;
	}
	#guide .guid_left_nav.is-pc {
		display: none;
	}
	#guide .box_blue_left .bg_blue,
	#guide .box_blue_right .bg_blue {
		padding-top: calc(100vw * (3 / 1100));
		padding-left: calc(100vw * (35 / 1100));
		padding-right: calc(100vw * (35 / 1100));
		padding-bottom: calc(100vw * (4 / 1100));
	}

	#guide .p_lower_breadcrumb .inner {
		padding-bottom: calc(100vw * (65 / 1100));
	}

	#guide .column02 .inner {
		padding-bottom: calc(100vw * (179 / 1100));
		flex-direction: column;
		gap: 0;
	}

	#guide .column02 .inner::after {
		content: '';
		display: inline-block;
		width: calc(100vw * (367 / 1100));
		height: calc(100vw * (200 / 1100));
		background-image: url(../img/guide/guide_illust_sp.svg);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		bottom: calc(100vw * (-39 / 1100));
		left: 50%;
		transform: translateX(-50%);
	}

	#guide .column02 .inner .column02_left,
	#guide .column02_right {
		width: 100%;
	}

	#guide .column02 .inner .column02_left {
		position: static;
	}

	#guide .column02 .inner .column02_left .blue_line {
		text-align: center;
		padding-bottom: calc(100vw * (25 / 1100));
	}

	#guide .column02 .inner .column02_left .blue_line span {
		padding-right: 0;
	}

	#guide .column02 .inner .column02_left .blue_line::before {
		top: auto;
		bottom: 0;
		height: 1px;
	}

	#guide .column02 .inner .column02_right .right-inner {
		margin: 0;
		padding: 0;
		border-bottom: none;
		position: relative;
	}

	#guide .column02 .inner .column02_right .right-inner h2 span.mar {
		padding-right: calc(100vw * (30 / 1100));
	}

	#guide .column02 .inner .column02_right .right-inner h2 {
		padding-top: calc(100vw * (14 / 1100));
		padding-right: calc(100vw * (38 / 1100));
		padding-left: calc(100vw * (38 / 1100));
		padding-bottom: calc(100vw * (21 / 1100));
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
		background-size: 8px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}

	#guide .dot_underline {
		justify-content: flex-start;
		padding-bottom: 0;
	}

	#guide .faq--btn {
		display: flex;
		right: 38px;
	}

	#guide .column02 .inner .column02_right .right-inner h3.house {
		border-radius: calc(100vw * (10 / 1100));
		padding-top: calc(100vw * (24 / 1100));
		padding-left: calc(100vw * (38 / 1100));
		padding-bottom: calc(100vw * (29 / 1100));
		margin: 0;
		margin-bottom: calc(100vw * (29 / 1100));
	}

	#guide .column02 .inner .column02_right .right-inner h3.house::before {
		width: calc(100vw * (111 / 1100));
		height: calc(100vw * (110 / 1100));
		top: auto;
		left: auto;
		transform: none;
		bottom: calc(100vw * (-6 / 1100));
		right: calc(100vw * (-5 / 1100));
	}

	#guide .box_blue_left,
	#guide .box_blue_right {
		width: 100%;
		height: auto;
		border-radius: calc(100vw * (10 / 1100));
		border: 2px solid #2a8fa8;
		padding-top: calc(100vw * (64 / 1100));
		padding-bottom: calc(100vw * (50 / 1100));
	}

	#guide .box_blue_left {
		margin-bottom: calc(100vw * (63 / 1100));
	}

	.guide_box_blue_left_img,
	.guide_box_blue_right_img {
		margin-bottom: calc(100vw * (23 / 1100));
	}

	.guide_box_blue_left_img {
		width: calc(100vw * (390 / 1100));
	}

	.guide_box_blue_right_img {
		width: calc(100vw * (600 / 1100));
	}

	#guide-content01 .flex {
		flex-direction: column;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange {
		width: 100%;
		height: 60px;
		min-height: auto;
		border-top-left-radius: calc(100vw * (10 / 1100));
		border-top-right-radius: calc(100vw * (10 / 1100));
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		flex-direction: row;
		gap: 60px;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: calc(100vw * (10 / 1100));
		border-bottom-right-radius: calc(100vw * (10 / 1100));
		border: 4px solid #e77051;
		max-width: none;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange p {
		width: 100%;
		text-align: right;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange p.big {
		width: 100%;
		text-align: left;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange::before {
		width: 50px;
    height: 34px;
		left: auto;
		bottom: auto;
		top: 8px;
		right: 49%;
		transform: rotate(90deg) translateY(-50%);
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange .caution {
		padding-left: 30px;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange .caution::before {
		width: 20px;
		height: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex p {
		text-align: center;
	}

	#guide .p-news-section__main {
		padding-left: 0;
	}

	#guide .column02 .inner .column02_right .right-inner .left_arrow {
		width: calc(100vw * (80 / 1100));
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.545vw), 50% 100%, 0 calc(100% - 3.545vw));
		position: relative;
		justify-content: flex-start;
		align-items: center;
		padding-top: calc(100vw * (300 / 1100));
	}

	#guide .column02 .inner .column02_right .right-inner .left_arrow span {
		position: sticky;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_sb {
		gap: 10px;
		margin-bottom: calc(100vw * (54 / 1100));
	}

	#guide .column02 .inner .column02_right .right-inner .right_content {
		width: 85%;
		max-width: none;
	}

	.contact_btn_box {
		flex-direction: column;
	}

	#guide .guid_flow_title_box p.is-sp {
		padding-left: 1em;
		/* 1文字分＋少しの余白を空ける */
		text-indent: -1em;
		/* 1行目だけを左に引き戻す */
	}

	#guide #guide-content05 .caution {
		margin-left: 0;
		margin-top: 0;
	}
	#guide .caution::before {
		top: 55%;
	}


	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box {
		border-top-left-radius: calc(100vw * (10 / 1100));
		padding-top: calc(100vw * (39 / 1100));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box {
		border-top-right-radius: calc(100vw * (10 / 1100));
		padding-top: calc(100vw * (39 / 1100));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_blue_box {
		border-bottom-left-radius: calc(100vw * (10 / 1100));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box {
		border-bottom-right-radius: calc(100vw * (10 / 1100));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_top h4,
	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom h4 {
		border-radius: calc(100vw * (10 / 1100));
	}

	#guide .column02 .inner .column02_right .right-inner h3.house.mt60 {
		margin-top: 60px;
	}

	#guide .btn_beige {
		margin-top: calc(100vw * (40 / 1100));
	}

	#guide .guid_flow_title_box .guid_flow_img {
		width: calc(100vw * (200 / 1100));
		height: calc(100vw * (200 / 1100));
		margin-right: calc(100vw * (48 / 1100));
	}

	#guide .guid_flow_title_box .guid_flow_img p.mar {
		width: calc(100vw * (90 / 1100));
		height: calc(100vw * (90 / 1100));
		right: calc(100vw * (-7 / 1100));
	}

	#guide .guid_flow_title_box .guid_flow_title {
		padding-top: calc(100vw * (68 / 1100));
	}

	#guide .sec05_box {
		margin-bottom: calc(100vw * (50 / 1100));
	}

	#guide .sec05_box .bg_beige {
		margin-top: calc(100vw * (20 / 1100));
		border-radius: calc(100vw * (10 / 1100));
	}

	.side_line {
		border-left: 4px solid #2a8fa8;
		margin-top: calc(100vw * (11 / 1100));
		padding-top: calc(100vw * (7 / 1100));
		padding-left: calc(100vw * (26 / 1100));
		padding-bottom: calc(100vw * (19 / 1100));
	}

	#guide #guide-content05 .bg_beige.dot-frame {
		padding: calc(100vw * (10 / 1100));
	}

	#guide #guide-content05 .bg_beige.dot-frame .bg_white {
		padding-top: calc(100vw * (38 / 1100));
		padding-bottom: calc(100vw * (51 / 1100));
		padding-left: calc(100vw * (30 / 1100));
		padding-right: calc(100vw * (36 / 1100));
	}
	#guide .column02 .inner .column02_right #guide-content05.right-inner .accordion-inner {
		border-bottom: none;
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
        background-size: 8px 1px;
        background-position: left bottom;
        background-repeat: repeat-x;
	}
}
@media screen and (max-width: 768px) {
	#guide .column02 .inner .column02_right .right-inner .flex.bg_beige .guide_flex_inner_box {
		flex-direction: row;
		gap: calc(100vw * (40 / 750));
	}
	#guide .column02 .inner .column02_right .right-inner .guide_grid_box {
		margin-bottom: calc(100vw * (40 / 750));
	}

	#guide .box_blue_left .bg_blue,
	#guide .box_blue_right .bg_blue {
		padding-top: calc(100vw * (3 / 750));
		padding-left: calc(100vw * (35 / 750));
		padding-right: calc(100vw * (35 / 750));
		padding-bottom: calc(100vw * (4 / 750));
	}

	#guide .guide_txt {
		margin-bottom: calc(100vw * (70 / 750));
	}

	#guide .p_lower_breadcrumb .inner {
		padding-bottom: calc(100vw * (65 / 750));
	}

	#guide .column02 .inner {
		padding-bottom: calc(100vw * (179 / 750));
		gap: 0;
	}

	#guide .column02 .inner::after {
		content: '';
		display: inline-block;
		width: calc(100vw * (367 / 750));
		height: calc(100vw * (200 / 750));
		background-image: url(../img/guide/guide_illust_sp.svg);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		bottom: calc(100vw * (-40 / 750));
		left: 50%;
		transform: translateX(-50%);
	}

	#guide .column02 .inner .column02_left,
	#guide .column02_right {
		width: 100%;
	}

	#guide .column02 .inner .column02_left {
		position: static;
	}

	#guide .column02 .inner .column02_left .blue_line {
		font-size: calc(100vw * (36 / 750));
		text-align: center;
		padding-bottom: calc(100vw * (25 / 750));
	}

	#guide .column02 .inner .column02_left .blue_line span {
		padding-right: 0;
	}

	#guide .column02 .inner .column02_left .blue_line::before {
		top: auto;
		bottom: 0;
		height: 2px;
	}

	#guide .column02 .inner .column02_right .right-inner {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}

	#guide .column02 .inner .column02_right .right-inner h2 span.mar {
		font-size: calc(100vw * (32 / 750));
		padding-right: calc(100vw * (30 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner h2 {
		font-size: calc(100vw * (24 / 750));
		padding-top: calc(100vw * (14 / 750));
		padding-right: calc(100vw * (38 / 750));
		padding-left: calc(100vw * (38 / 750));
		padding-bottom: calc(100vw * (21 / 750));
		background-image: linear-gradient(to right, #2a8fa8 8px, transparent 8px);
		background-size: 16px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}

	#guide .dot_underline {
		justify-content: flex-start;
		padding-bottom: 0;
	}

	#guide .faq--btn {
		right: calc(100vw * (38 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner h3.house {
		font-size: calc(100vw * (36 / 750));
		border-radius: calc(100vw * (10 / 750));
		padding-top: calc(100vw * (24 / 750));
		padding-left: calc(100vw * (38 / 750));
		padding-bottom: calc(100vw * (29 / 750));
		margin: 0;
		margin-bottom: calc(100vw * (29 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner h3.house::before {
		width: calc(100vw * (111 / 750));
		height: calc(100vw * (110 / 750));
		top: auto;
		left: auto;
		transform: none;
		bottom: calc(100vw * (-6 / 750));
		right: calc(100vw * (-5 / 750));
	}

	#guide .box_blue_left,
	#guide .box_blue_right {
		width: 100%;
		height: auto;
		border-radius: calc(100vw * (10 / 750));
		border: 2px solid #2a8fa8;
		padding-top: calc(100vw * (64 / 750));
		padding-bottom: calc(100vw * (50 / 750));
	}

	#guide .box_blue_left {
		margin-bottom: calc(100vw * (63 / 750));
	}

	.guide_box_blue_left_img,
	.guide_box_blue_right_img {
		margin-bottom: calc(100vw * (23 / 750));
	}

	.guide_box_blue_left_img {
		width: calc(100vw * (390 / 750));
	}

	.guide_box_blue_right_img {
		width: calc(100vw * (600 / 750));
	}

	#guide .fs20,
	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange p.big,
	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange .caution,
	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box h4,
	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box h4,
	#guide .guid_flow_title_box .guid_flow_title h4,
	.contact_btn_box a.form_btn {
		font-size: calc(100vw * (36 / 750));
	}

	#guide-content01 .flex {
		flex-direction: column;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange {
		width: 100%;
		height: calc(100vw * (80 / 750));
		min-height: auto;
		border-top-left-radius: calc(100vw * (10 / 750));
		border-top-right-radius: calc(100vw * (10 / 750));
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		flex-direction: row;
		gap: 60px;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: calc(100vw * (10 / 750));
		border-bottom-right-radius: calc(100vw * (10 / 750));
		border: 4px solid #e77051;
		padding-top: calc(100vw * (33 / 750));
		padding-bottom: calc(100vw * (33 / 750));
		padding-left: calc(100vw * (34 / 750));
		padding-right: calc(100vw * (34 / 750));
		max-width: none;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange p {
		font-size: calc(100vw * (24 / 750));
		width: 100%;
		text-align: right;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange p.big {
		width: 100%;
		text-align: left;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .bg_orange::before {
		width: calc(100vw * (74 / 750));
		height: calc(100vw * (50 / 750));
		left: auto;
		bottom: auto;
		top: calc(100vw * (11 / 750));
		right: 48%;
		transform: rotate(90deg) translateY(-50%);
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange .caution {
		padding-left: calc(100vw * (54 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange .caution::before {
		width: calc(100vw * (36 / 750));
		height: calc(100vw * (36 / 750));
		top: calc(100vw * (16 / 750));
		transform: none;
	}

	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex {
		flex-direction: column;
	}

	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img01,
	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img02 {
		padding-left: 0;
		padding-top: 59%;
		margin-right: 0;
		margin-bottom: calc(100vw * (104 / 750));
		width: calc(100vw * (280 / 750));
		height: calc(100vw * (240 / 750));
		justify-content: center;
		font-size: calc(100vw * (28 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img01::after,
	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img02::after {
		top: auto;
		bottom: calc(100vw * (-89 / 750));
		right: 46%;
		transform: rotate(90deg) translateY(-50%);
		width: calc(100vw * (75 / 750));
		height: calc(100vw * (60 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img01::before {
		background-image: url(../img/guide/jijo_bg_img01_sp.svg);
		width: calc(100vw * (187 / 750));
		height: calc(100vw * (146 / 750));
		top: 40%;
		left: 24.6%;
	}

	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex .bg_img02::before {
		background-image: url(../img/guide/jijo_bg_img02_sp.svg);
		width: calc(100vw * (214 / 750));
		height: calc(100vw * (146 / 750));
		top: 9.4%;
		left: 18%;
	}

	#guide .column02 .inner .column02_right .right-inner .bg_beige .guide_jijo_flex p {
		text-align: center;
	}

	#guide .p-news-section__main {
		padding-left: 0;
	}

	#guide .column02 .inner .column02_right .right-inner .left_arrow {
		width: calc(100vw * (80 / 750));
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.2vw), 50% 100%, 0 calc(100% - 5.2vw));
		font-size: calc(100vw * (36 / 750));
		position: relative;
		justify-content: flex-start;
		align-items: center;
		padding-top: calc(100vw * (300 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .left_arrow span {
		position: sticky;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_sb {
		gap: 10px;
		margin-bottom: calc(100vw * (40 / 750));
	}
	#guide .column02 .inner .column02_right #guide-content05.right-inner .flex.jc_sb {
		margin-bottom: calc(100vw * (54 / 750));
	}
	#guide .column02 .inner .column02_right #guide-content05.right-inner .flex.jc_sb:last-child {
		margin-bottom: 0;
	}

	#guide .column02 .inner .column02_right .right-inner .right_content {
		width: 85%;
		max-width: 575px;
	}

	.contact_btn_box {
		flex-direction: column;
		margin-top: calc(100vw * (62 / 750));
	}

	.contact_btn_box a {
		width: 100%;
		height: calc(100vw * (140 / 750));
		border-radius: calc(100vw * (20 / 750));
	}

	.contact_btn_box a::before {
		top: 0;
		left: 47.6%;
		transform: translate(-50%, -50%);
	}

	.contact_btn_box a.tel_btn {
		margin-bottom: calc(100vw * (58 / 750));
		padding-left: 0;
	}

	.contact_btn_box a.tel_btn span.big {
		font-size: calc(100vw * (48 / 750));
	}

	.contact_btn_box a::before {
		width: calc(100vw * (60 / 750));
		height: calc(100vw * (61 / 750));
	}

	.contact_btn_box a.form_btn::before {
		width: calc(100vw * (70 / 750));
		height: calc(100vw * (52 / 750));
	}

	.contact_btn_box a.form_btn::after {
		display: none;
	}

	#guide .guid_flow_title_box p.is-sp-tb {
		font-size: calc(100vw * (24 / 750));
		padding-left: 1em;
		/* 1文字分＋少しの余白を空ける */
		text-indent: -1em;
		/* 1行目だけを左に引き戻す */
	}

	#guide #guide-content05 .caution {
		margin-left: 0;
		margin-top: 0;
		padding-left: calc(100vw * (49 / 750));
	}

	#guide #guide-content05 .caution::before,
	#guide #guide-content05 .bg_beige.dot-frame .bg_white .caution::before {
		top: calc(100vw * (10 / 750));
		transform: none;
	}



	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box {
		border-top-left-radius: calc(100vw * (10 / 750));
		padding-top: calc(100vw * (39 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box {
		border-top-right-radius: calc(100vw * (10 / 750));
		padding-top: calc(100vw * (39 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_blue_box {
		border-bottom-left-radius: calc(100vw * (10 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box {
		border-bottom-right-radius: calc(100vw * (10 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box,
	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_blue_box,
	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box,
	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box {
		padding-left: calc(100vw * (19 / 750));
		padding-right: calc(100vw * (19 / 750));
		
	}
	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_blue_box,
	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box {
		padding-bottom: calc(100vw * (60 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_top h4,
	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom h4 {
		border-radius: calc(100vw * (10 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_gray_box h4,
	#guide .column02 .inner .column02_right .right-inner .guide_grid_top .bg_blue_box h4 {
		padding-top: calc(100vw * (15 / 750));
		padding-bottom: calc(100vw * (17 / 750));
		line-height: 1.5;
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom ul.guide_list li {
		font-size: calc(100vw * (28 / 750));
		padding-top: calc(100vw * (35 / 750));
		padding-bottom: calc(100vw * (33 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner .guide_grid_bottom .bg_gray_box ul.guide_list li::after {
		background-image: url(../img/guide/arrow_grid_sp.svg);
		width: calc(100vw * (30 / 750));
		height: calc(100vw * (40 / 750));
		left: 0;
		transform: translate(-100%, -50%);
	}

	#guide .column02 .inner .column02_right .right-inner .flex.bg_beige {
		padding: calc(100vw * (38 / 750));
		padding-bottom: calc(100vw * (49 / 750));
		margin-bottom: calc(100vw * (40 / 750));
		border-radius: calc(100vw * (10 / 750));
	}

	#guide .column02 .inner .column02_right .right-inner h3.house.mt60 {
		margin-top: calc(100vw * (100 / 750));
	}

	#guide .btn_beige {
		margin-top: calc(100vw * (40 / 750));
	}

	#guide .guid_flow_title_box .guid_flow_img {
		width: calc(100vw * (200 / 750));
		height: calc(100vw * (200 / 750));
		margin-right: calc(100vw * (48 / 750));
	}

	#guide .guid_flow_title_box .guid_flow_img p.mar {
		width: calc(100vw * (90 / 750));
		height: calc(100vw * (90 / 750));
		right: calc(100vw * (-7 / 750));
		font-size: calc(100vw * (36 / 750));
	}

	#guide .guid_flow_title_box .guid_flow_title {
		padding-top: calc(100vw * (68 / 750));
	}

	#guide .sec05_box {
		margin-bottom: calc(100vw * (50 / 750));
	}

	#guide .sec05_box .bg_beige {
		margin-top: calc(100vw * (20 / 750));
		padding-top: calc(100vw * (48 / 750));
		padding-left: calc(100vw * (40 / 750));
		padding-right: calc(100vw * (40 / 750));
		padding-bottom: calc(100vw * (70 / 750));
		border-radius: calc(100vw * (10 / 750));
	}

	#guide h5 {
		font-size: calc(100vw * (28 / 750));
	}

	.side_line {
		border-left: 4px solid #2a8fa8;
		margin-top: calc(100vw * (11 / 750));
		padding-top: calc(100vw * (7 / 750));
		padding-left: calc(100vw * (26 / 750));
		padding-bottom: calc(100vw * (19 / 750));
		margin-bottom: calc(100vw * (50 / 750));
	}

	#guide #guide-content05 .bg_beige.dot-frame {
		padding: calc(100vw * (10 / 750));
	}

	#guide #guide-content05 .bg_beige.dot-frame .bg_white {
		padding-top: calc(100vw * (38 / 750));
		padding-bottom: calc(100vw * (51 / 750));
		padding-left: calc(100vw * (30 / 750));
		padding-right: calc(100vw * (36 / 750));
	}
	#guide .column02 .inner .column02_right #guide-content05.right-inner .accordion-inner {
		border-bottom: none;
		background-image: linear-gradient(to right, #2a8fa8 8px, transparent 8px);
        background-size: 16px 2px;
        background-position: left bottom;
        background-repeat: repeat-x;
	}
}

/* --------------------------------------------------------
    スマホ版のみ：アコーディオン用スタイル
-------------------------------------------------------- */
@media screen and (max-width: 768px) {

	/* スマホ時は最初中身を非表示にする */
	#guide .column02 .inner .column02_right .right-inner .accordion-inner {
		display: none;
		padding-bottom: calc(100vw * (98 / 750));
		border-bottom: 2px solid #2a8fa8;
		margin-bottom: calc(100vw * (2 / 750));
	}
	#guide .column02 .inner .column02_right .right-inner h2 {
		font-size: calc(100vw * (32 / 750));
		padding-top: calc(100vw * (28 / 750));
		padding-bottom: calc(100vw * (28 / 750));
	}

	/* トリガーとなるh2のスタイル調整 */
	#guide .column02 .inner .column02_right .right-inner h2.js-accordion-trigger {
		position: relative;
		margin-bottom: 0;
		
	}

	#guide .dot_underline.is-open {
		background: none !important;
	}
}

/* --------------------------------------------------------
    スマホ版のみ：アコーディオン用スタイル ここまで
-------------------------------------------------------- */
@media screen and (max-width: 480px) {
	#guide .column02 .inner .column02_right .right-inner h2 {
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
		background-size: 8px 1px;
	}

	#guide .column02 .inner .column02_left .blue_line::before {
		height: 1px;
	}

	#guide .box_blue_left,
	#guide .box_blue_right {
		border: 1px solid #2a8fa8;
	}

	#guide .column02 .inner .column02_right .right-inner .flex.jc_fs .box_orange {
		border: 2px solid #e77051;
	}

	.side_line {
		border-left: 2px solid #2a8fa8;
	}

	#guide .column02 .inner .column02_right .right-inner .accordion-inner {
		border-bottom: 1px solid #2a8fa8;
	}
	#guide .column02 .inner .column02_right #guide-content05.right-inner .accordion-inner {
		border-bottom: none;
		background-image: linear-gradient(to right, #2a8fa8 4px, transparent 4px);
        background-size: 8px 1px;
        background-position: left bottom;
        background-repeat: repeat-x;
	}
}

/* --------------------------------------------------------
	下層ページ　よくあるご質問
-------------------------------------------------------- */

#faq .sec01 .inner {
	padding-top: 50px;
	padding-bottom: 90px;
}

/* --- タブ切り替え部分 --- */
.p-tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin-bottom: 58px;
	justify-content: space-between;
}
#faq .p-tabs {
	justify-content: flex-start;
}
.p-tab-item,
.p-faq-tab-item{
	width: 25%;
	min-width: 250px;
}

.p-tab-item a .p-tab-item-ttl,
#news-blog .p-tab-item a,
#faq .p-faq-tab-item span {
	padding: 15px 25px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
	text-align: center;
	color: #999999;
	border-bottom: 4px solid #efece4;
	font-size: 1.8rem;
	display: block;
	position: relative;
}

.p-tab-item a .p-tab-item-ttl::after,
#news-blog .p-tab-item a::after,
#faq .p-faq-tab-item span::after {
	background-color: #e77051;
	/* 下線の色 */
	bottom: -4px;
	/* 要素の下端からの距離 */
	content: "";
	/* 要素に内容を追加 */
	height: 4px;
	/* 下線の高さ */
	left: 0;
	/* 要素の左端からの距離 */
	position: absolute;
	/* 絶対位置指定 */
	transform: scale(0, 1);
	/* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
	transform-origin: left top;
	/* 変形の原点を左上に指定 */
	transition: transform .5s;
	/* 変形をアニメーション化 */
	width: 100%;
	/* 要素の幅 */

}

.p-tab-item a:hover .p-tab-item-ttl,
#news-blog .p-tab-item a:hover,
#faq .p-faq-tab-item span:hover {
	color: #d44b30;
	transition: .3s;
}

.p-tab-item a:hover .p-tab-item-ttl::after,
#news-blog .p-tab-item a:hover::after,
#faq .p-faq-tab-item span:hover::after {
	transform: scale(1, 1);
}

.p-tab-item.active a .p-tab-item-ttl,
#news-blog .p-tab-item.active a,
#faq .p-faq-tab-item.active span {
	color: #d44b30;
	font-weight: bold;
	border-bottom: 4px solid #e77051;
	display: block;
}

/* --- コンテンツ表示・非表示制御 --- */
.p-content {
	display: none;
}

.p-content.active {
	display: block;
}

.faq-list {
	padding-left: 3rem;
}

/* --- アコーディオン部分 --- */
.faq-item {
	margin-bottom: 10px;
	background-color: #efece4;
	border-top-left-radius: 70px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 5px;
	padding-right: 24px;

	position: relative;
	max-width: 1170px;
}

.faq-trigger::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../img/faq/icon_q_close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -3rem;
	filter: drop-shadow(0px 5px 5px rgba(132, 132, 132, 0.3));
	transition: .3s;
}

.faq-item.is-open {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom: 3rem;
}

.faq-item.is-open .faq-trigger::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../img/faq/icon_q_open.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -3rem;
	transition: .3s;
}

.faq-trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 20px 0;
	font-size: 1.8rem;
	cursor: pointer;
	color: #333;
	position: relative;
	padding-right: 28px;
	padding-left: 47px;
}

.faq-trigger:hover {
	color: #2a8fa8;
	transition: .3s;
}

.faq--btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	background: #d44b30;
	transition: all .4s ease-out;
	transition: var(--transit-default, all 0.4s ease-out);
	pointer-events: none;
}

.faq--btn::before,
.faq--btn::after {
	content: "";
	position: absolute;

	width: 11px;
	border-top: solid 2px #fff;
	transition: all .4s ease-out;
	transition: var(--transit-default, all 0.4s ease-out);
	border-radius: 10px;
}

.faq--btn::after {
	transform: rotate(90deg);
}

.is-open .faq--btn::after {
	transform: rotate(0deg);
}

/* 回答エリアの開閉アニメーション */
.faq-answer {
	display: none;
	margin: 0;
	padding-left: 24px;
}

/* アニメーション用の中身ラッパー */
.faq-answer-inner {
	overflow: hidden;
	background-color: #fff;
	padding: 24px 30px;
}

.faq-question {
	padding-left: 46px;
}

.faq-faq {
	position: relative;
}

@media screen and (max-width: 1201px) {
	.p-tabs {
		justify-content: flex-start;
		/* 左詰めに変更 */
		overflow-x: auto;
		/* 横スクロールを許可 */
		white-space: nowrap;
		/* タブ内のテキストの折り返しを禁止 */
		-webkit-overflow-scrolling: touch;
		/* iOSでのスクロールを滑らかにする */
		padding-bottom: .8em;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.p-tab-item,
	.p-faq-tab-item{
		width: auto;
		min-width: auto;
	}
}

/* 📱 スマホ（画面幅768px以下）のときの横スクロール設定 */
@media screen and (max-width: 768px) {

	.faq--btn::before,
	.faq--btn::after {
		width: calc(100vw * (15 / 750));
		border-top: solid 4px #fff;
	}

	.p-tab-item a .p-tab-item-ttl,
	.p-faq-tab-item a .p-tab-item-ttl,
	#news-blog .p-tab-item a {
		font-size: calc(100vw * (32 / 750));
	}
	#news-blog .p-tab-item a {
		padding: 10px;
	}

	.p-tab-item,
	.p-taq-tab-item{
		width: auto;
		min-width: auto;
	}

	.faq-trigger::before,
	.faq-item.is-open .faq-trigger::before {
		width: calc(100vw * (90 / 750));
		height: calc(100vw * (90 / 750));
		left: calc(100vw * (8 / 750));
		transform: translate(-50%, -50%);
	}

	.faq--btn {
		width: calc(100vw * (40 / 750));
		height: calc(100vw * (40 / 750));
	}

	#faq .sec01 .inner {
		width: 100%;
		margin: 0 0 0 auto;
		padding-top: calc(100vw * (45 / 750));
		padding-bottom: calc(100vw * (107 / 750));
	}

	.p-content-wrap {
		width: 90%;
		margin: 0 auto;
	}

	.p-tabs {
		justify-content: flex-start;
		/* 左詰めに変更 */
		overflow-x: auto;
		/* 横スクロールを許可 */
		white-space: nowrap;
		/* タブ内のテキストの折り返しを禁止 */
		-webkit-overflow-scrolling: touch;
		/* iOSでのスクロールを滑らかにする */
		padding-bottom: .8em;
		margin-bottom: 20px;
		-ms-overflow-style: none;
		/* IE, Edge用 */
		scrollbar-width: none;
		/* Firefox用 */
	}

	.p-tabs::-webkit-scrollbar {
		display: none;
	}

	.p-tabs::before {
		content: '';
		flex: 0 0 5%;
	}

	.p-tabs::after {
		content: '';
		flex: 0 0 5%;
	}

	.faq-tab-item {
		width: auto;
		/* 25%の固定幅を解除して中身に合わせる */
		flex-shrink: 0;
		/* スマホ用に余白を少し小さく調整 */
		font-size: calc(100vw * (32 / 750));
		padding-bottom: 27px;

		border-top-right-radius: calc(100vw * (10 / 750));
		border-bottom-right-radius: calc(100vw * (10 / 750));
	}

	.faq-item {
		padding-right: calc(100vw * (39 / 750));
		margin-bottom: calc(100vw * (20 / 750));
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
	}

	.faq-trigger {
		font-size: calc(100vw * (32 / 750));
		padding: 1em 0;
		padding-right: calc(100vw * (40 / 750));
		padding-left: calc(100vw * (69 / 750));
	}

	/* .faq-item {
		border-top-left-radius: calc(100vw * (10 / 750));
    border-bottom-left-radius: calc(100vw * (10 / 750));
	} */
	.faq-item.is-open {
		padding-bottom: calc(100vw * (50 / 750));
	}

	.faq-trigger::after {
		width: calc(100vw * (40 / 750));
		height: calc(100vw * (40 / 750));
		top: calc(100vw * (60 / 750));
		right: 0;
	}

	.faq-trigger.is-open::after {
		width: calc(100vw * (40 / 750));
		height: calc(100vw * (40 / 750));
		top: calc(100vw * (60 / 750));
		right: 0;
	}

	.faq-item::before,
	.faq-item.is-open::before {
		width: calc(100vw * (90 / 750));
		height: calc(100vw * (90 / 750));
		left: calc(100vw * (-37 / 750));
	}

	.faq-item.is-open::before {
		top: 7.7%;
	}

	.faq-question {
		padding-left: calc(100vw * (70 / 750));
	}

	.faq-list {
		padding-left: calc(100vw * (37 / 750));
	}

	.faq-answer {
		padding-left: calc(100vw * (38 / 750));
	}

	.faq-answer-inner {
		font-size: calc(100vw * (28 / 750));
		padding-left: calc(100vw * (38 / 750));
		padding-right: calc(100vw * (38 / 750));
		padding-bottom: calc(100vw * (32 / 750));
	}

	.p-tab-item,
	.p-faq-tab-item{
		font-size: calc(100vw * (32 / 750));
		padding-bottom: calc(100vw * (27 / 750));
	}
	#faq .p-faq-tab-item span {
		font-size: calc(100vw * (32 / 750));
		padding: 10px;
	}
	#faq .p-tabs,
	#news-blog .p-tabs{
		margin-bottom: 0;
	}
	#faq .p_lower_breadcrumb .inner {
		padding-bottom: calc(100vw * (54 / 750));
	}
	#faq .sec01 .inner {
		padding-top: 0;
	}
}

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

	.faq--btn::before,
	.faq--btn::after {
		border-top: solid 2px #fff;
	}
}



/* --------------------------------------------------------
	下層ページ　不動産売却・買取事例
-------------------------------------------------------- */
#works .p_lower_breadcrumb .inner {
	padding-bottom: 51px;
}

#works .p_bg_white.sec01 .inner {
	padding-top: 0;
	padding-bottom: 100px;
}

#works .p-tabs {
	justify-content: space-between;
	overflow: visible;
}

#works .p-tabs.is-sp {
	display: none;
}

#works .p-tab-item {
	width: 48.667%;
}

#works .p-tab-item.active,
#works .p-tab-item {
	color: inherit;
	font-weight: inherit;
	border-bottom: none;
	padding: 0;
}

#works .p-tab-item.active {
	position: relative;
}

#works .p-tab-item.active::after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 19px;
	background-image:
		linear-gradient(to bottom, rgba(216, 216, 216, 0.3) 0px, rgba(216, 216, 216, 0) 5px),
		url(../img/works/works_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
}
#works .p-tab-item a {
	cursor: pointer;
}
#works .p-tab-item a .p-tab-item-ttl {
	padding: 10px 25px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
	text-align: center;
	color: #999999;
	border-bottom: 4px solid #efece4;
	font-size: 1.8rem;
	display: block;
	position: relative;
}

#works .p-tab-item a::after .p-tab-item-ttl {
	background-color: #e77051;
	/* 下線の色 */
	bottom: -4px;
	/* 要素の下端からの距離 */
	content: "";
	/* 要素に内容を追加 */
	height: 4px;
	/* 下線の高さ */
	left: 0;
	/* 要素の左端からの距離 */
	position: absolute;
	/* 絶対位置指定 */
	transform: scale(0, 1);
	/* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
	transform-origin: left top;
	/* 変形の原点を左上に指定 */
	transition: transform .5s;
	/* 変形をアニメーション化 */
	width: 100%;
	/* 要素の幅 */

}

#works .p-tab-item a:hover .p-tab-item-ttl {
	color: #d44b30;
	transition: .3s;
}

#works .p-tab-item a:hover .p-tab-item-ttl::after {
	transform: scale(1, 1);
}

#works .p-tab-item.active a .p-tab-item-ttl {
	color: #d44b30;
	font-weight: bold;
	border-bottom: 4px solid #e77051;
	display: block;
}

#works .p-tab-item .works_supplement,
#works .p-content-wrap .p-content .works_supplement {
	width: 100%;
	height: 200px;
	background-color: rgba(239, 236, 228, 0.5);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 40px;
	font-size: 16px;
	position: relative;
	box-shadow: 0px 5px 5px 0px rgba(216, 216, 216, .3);
}

#works .p-tab-item .works_supplement.bg_supplement01::after,
#works .p-content-wrap .p-content .works_supplement.bg_supplement01::after {
	content: '';
	display: inline-block;
	width: 203px;
	height: 160px;
	background-image: url(../img/works/supplement01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
}

#works .p-tab-item .works_supplement.bg_supplement02::after,
#works .p-content-wrap .p-content .works_supplement.bg_supplement02::after {
	content: '';
	display: inline-block;
	width: 169px;
	height: 149px;
	background-image: url(../img/works/supplement02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
}

#works .p-tab-item.active .works_supplement,
#works .p-content-wrap .p-content .works_supplement {
	background-color: #efece4;
}

#works .p-tab-item .works_supplement p,
#works .p-content-wrap .p-content .works_supplement p {
	text-align: left;
}

#works .card-list {
	background-color: #efece4;
	padding: 54px 40px 37px;
	gap: 90px 24px;
}

#works .p-content-wrap .p-content .works_supplement.is-sp,
#works .p-content-wrap .p-content .works_supplement.is-sp::after {
	display: none;
}

@media screen and (max-width: 1270px) {
	.sec06_grid2 {
		gap: calc(100vw * (25 / 1270));
	}

	.modal-left .swiper-button-prev,
	.modal-left .swiper-button-next {
		width: calc(100vw * (64 / 1270));
		height: calc(100vw * (64 / 1270));
	}
}

@media screen and (max-width: 1214px) {
	#works .p-tab-item .works_supplement.bg_supplement01::after {
		width: calc(100vw * (203 / 1214));
		height: calc(100vw * (160 / 1214));
		right: calc(100vw * (30 / 1214));
	}

	#works .p-tab-item .works_supplement.bg_supplement02::after {
		width: calc(100vw * (169 / 1214));
		height: calc(100vw * (149 / 1214));
		right: calc(100vw * (30 / 1214));
	}

	#works .p-tabs .p-tab-item .works_supplement p {
		width: 50% !important;
		white-space: normal;
	}

	#works .p-tabs .p-tab-item .works_supplement p .is-pc {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	#works .card-list {
		grid-template-columns: repeat(2, 1fr);
	}

	#works .card {
		width: 100%;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		position: relative;
	}

	#works .card::after {
		display: none;
	}

	#works .card h3 {
		order: 3;
		font-size: 2rem;
		margin-bottom: .8rem;
	}

	#works .card .card-middle-row {
		display: contents;
	}

	#works .card .card-img {
		order: 1;
		background-color: #fff;
		padding: 1.2rem 1.2rem 4.2rem;
		box-shadow: 0px 5px 5px 0px rgba(132, 132, 132, .3);
		margin-bottom: 1.2rem;
		position: relative;
	}

	#works .card .card-img .badge.is-pc {
		display: block;
	}

	#works .card .card-info-txt {
		width: 100%;
		order: 4;
	}

	#works .card .card-info-txt .badge.is-tb {
		display: none;
	}

	#works .card .card-img {
		width: 100%;
	}

	#works .card .badge {
		bottom: 0;
	}

	#works .p-tab-item .works_supplement,
	#works .p-content-wrap .p-content .works_supplement {
		padding-left: calc(100vw * (40 / 1024));
	}



	#works .p-tab-item .works_supplement.bg_supplement01::after {
		right: calc(100vw * (30 / 1024));
		width: calc(100vw * (169 / 1024));
		height: calc(100vw * (149 / 1024));
	}

	#works .p-tab-item .works_supplement.bg_supplement02::after {
		width: calc(100vw * (169 / 1024));
		height: calc(100vw * (149 / 1024));
		right: calc(100vw * (30 / 1024));
	}

	.modal-window {
		padding: 6.7% 5%;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: none !important;
		width: 90% !important;
		max-width: 675px !important;
		margin: 0 auto !important;
		overflow-y: auto;
		display: block !important;
		background-color: #fff;
		flex-shrink: 0;
		height: 90%;
		max-height: none;
	}

	.modal-window.scroll-box {
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: thin;
		scrollbar-color: #cccccc transparent;
	}

	.modal-overlay {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		padding: 4rem 0 !important;
		box-sizing: border-box;
	}

	.mySwiper img {
		width: 100%;
		max-width: none;
		height: auto !important;
		aspect-ratio: 3 / 2 !important;
	}

	.modal-content.sec06_grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 2.4rem !important;
		width: 100% !important;
		max-height: none !important;
		overflow: visible !important;
		flex: none !important;
		padding-bottom: 0 !important;
	}

	.sec06_grid1 {
		display: contents !important;
	}

	.modal-bottom-info {
		order: 3 !important;
		display: block !important;
		width: 100% !important;
		margin-top: 2rem !important;
	}

	.sec06_grid2 {
		display: none !important;
	}

	.modal-info {
		padding-left: 0;
	}

	p.icon_place,
	p.icon_resident {
		text-align: left;
	}

	.modal-close {
		display: none;
	}

	.sp-modal-close-area {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 1rem !important;
		width: 90% !important;
		max-width: 675px !important;
		margin: 0 auto !important;
		padding: 2rem 0 !important;
		border-radius: 0 0 4px 4px !important;
		cursor: pointer !important;
		position: relative !important;
		flex-shrink: 0;
	}

	.sp-modal-close-area .close-text {
		color: #fff !important;
		font-size: 1.6rem;
		font-weight: 700 !important;
		letter-spacing: 0.1em !important;
		display: inline-block !important;
	}

	.sp-modal-close-area .close-icon {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: 4.4rem !important;
		height: 4.4rem !important;
		background-color: #d14324 !important;
		border-radius: 50% !important;
		color: #fff !important;
		font-size: 2rem !important;
	}

	.sec06_grid5 {
		max-height: none;
	}

	.modal-right .scroll-box {
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	#works .p-content-wrap .p-content .works_supplement p {
		width: 50%;
	}

	#works .card .card-info-txt {
		width: 46%;
		padding-top: 0.5rem;
	}

	#works .card .card-middle-row {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: calc(100vw * (30 / 750));
	}

	#works .card {
		display: block;
		position: relative;
		padding: 2vw 0 10.8vw;
	}

	#works .card .card-img .badge.is-pc {
		display: none;
	}

	#works .card::after {
		display: block;
	}

	#works .card h3 {
		font-size: calc(100vw * (36 / 750));
		margin-bottom: calc(100vw * (37 / 750));
	}

	#works .card .card-img {
		width: 49.5%;
		margin-bottom: 0;
		position: relative;
		padding: calc(100vw * (10 / 750));
	}

	#works .p_lower_breadcrumb .inner {
		padding-bottom: calc(100vw * (54 / 750));
	}

	#works .p-content-wrap .p-content .works_supplement.is-sp,
	#works .p-content-wrap .p-content .works_supplement.is-sp::after {
		display: flex;
	}

	#works .p-tab-item {
		width: 50%;
		min-width: auto;
	}

	#works .p-tabs {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#works .p-tabs::before,
	#works .p-tabs::after {
		display: none;
	}

	#works .p-content-wrap {
		width: 100%;
	}

	#works .p-tab-item a .p-tab-item-ttl {
		font-size: calc(100vw * (32 / 750));
		width: 100%;
	}

	#works .p-tab-item .works_supplement.is-pc {
		display: none;
	}

	#works .p-tab-item.active::after {
		display: none;
	}

	#works .p-content-wrap .p-content .works_supplement.is-sp {
		width: 100%;
		height: calc(100vw * (324 / 750));
		position: relative;
		margin-bottom: calc(100vw * (77 / 750));
		padding-left: calc(100vw * (40 / 750));
	}

	#works .p-content-wrap .p-content .works_supplement.is-sp::before {
		content: '';
		display: inline-block;
		width: calc(100vw * (80 / 750));
		height: calc(100vw * (37 / 750));
		background-image:
			linear-gradient(to bottom, rgba(216, 216, 216, 0.3) 0px, rgba(216, 216, 216, 0) 5px),
			url(../img/works/works_arrow.svg);
		background-repeat: no-repeat;
		position: absolute;
		bottom: calc(100vw * (-37 / 750));
		left: 50%;
		transform: translateX(-50%);
	}

	#works .p-content-wrap .p-content .works_supplement.bg_supplement01::after {
		width: calc(100vw * (280 / 750));
		height: calc(100vw * (222 / 750));
	}

	#works .p-content-wrap .p-content .works_supplement.bg_supplement01::after {
		right: calc(100vw * (40 / 750));
	}

	#works .p-content-wrap .p-content .works_supplement.bg_supplement02::after {
		width: calc(100vw * (240 / 750));
		height: calc(100vw * (211 / 750));
	}

	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .current,
	.wp-pagenavi .page-numbers,
	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .page {
		width: calc(100vw * (72 / 750));
		height: calc(100vw * (72 / 750));

	}

	.wp-pagenavi a,
	.wp-pagenavi span,
	.wp-pagenavi .current {
		font-size: calc(100vw * (32 / 750));
	}

	.wp-pagenavi {
		gap: calc(100vw * (25 / 750));
		margin-top: calc(100vw * (79 / 750));
		flex-wrap: wrap;
	}

	#works .p_bg_white.sec01 .inner {
		padding-bottom: calc(100vw * (128 / 750));
	}

	#works .card-list {
		gap: 2em 0;
		padding: 0 4.5% 0 5%;
		padding-top: calc(100vw * (54 / 750));
		grid-template-columns: repeat(1, 1fr);
	}

	#works .card-list .card {
		padding-bottom: calc(100vw * (76 / 750));
	}

	.wp-pagenavi .page-numbers {
		font-size: calc(100vw * (32 / 750));
	}
}

@media screen and (max-width: 500px) {
	#works .p-content-wrap .p-content .works_supplement.bg_supplement01::after {
		right: calc(100vw * (14 / 500));
	}
}

/* --------------------------------------------------------
	下層ページ　不動産売却・買取事例
-------------------------------------------------------- */
.news-blog_btn_area {
	align-items: baseline;
	flex-wrap: nowrap;
}

.news-blog_btn_area ul.p-tabs {
	width: 80%;
}

#news-blog .btn_beige {
	width: 230px;
	height: 72px;
	padding-right: 24px;
	margin: 0;
}

#news-blog .modal-inner {
	background-color: #fff;
	padding: 60px 40px;
	color: #058fb5;
	position: relative;
}

#news-blog .modal-inner .modal-title {
	position: relative;
	overflow: hidden;
	font-size: 2rem;
	margin-bottom: 30px;
}

#news-blog .modal-inner .modal-title::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #2a8fa8;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

#news-blog .modal-inner .modal-title span {
	color: #2a8fa8;
	background-color: #fff;
	padding-right: 1rem;
	position: relative;
	z-index: 2;
}

#news-blog .modal-inner ul.tag-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px 10px;
}

#news-blog .modal-inner ul.tag-list li a {
	font-size: 1.4rem;
	border: 1px solid #2a8fa8;
	border-radius: 30px;
	display: flex;
	width: 160px;
	height: 30px;
	justify-content: center;
	align-items: center;
}

#news-blog .modal-inner ul.tag-list li a:hover {
	background-color: #2a8fa8;
	color: #fff;
}

#news-blog .p-news-card-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 58px 60px;
}

#news-blog .p-news-card-list li {
	width: 360px;
}

#news-blog .p-news-card__tags li.p-news-card__tag-item {
	display: inline-block;
	width: fit-content;
}

#news-blog .p-news-card {
	width: 100%;
	max-width: none;
}


#news-blog .p_bg_white.sec01 .inner {
	padding-top: 0;
	padding-bottom: 98px;
}

#news-blog .p_lower_breadcrumb .inner {
	padding-bottom: 45px;
}

#news-blog .btn_beige.badge::after {
	background-image: url(../img/cmn/icon_plus.svg) !important;
	background-size: contain;
}

#news-blog .btn_beige.badge:hover::after {
	background-image: url(../img/cmn/icon_plus_hv.svg) !important;
	transition: .3s;
	background-size: contain;
}

#news-blog .p-content-wrap {
	border-bottom: 2px solid #efece4;
	padding-bottom: 50px;
}

#news-blog .p-tabs {
	justify-content: flex-start;
	flex-wrap: wrap;
	width: auto;
	max-width: 930px;
	flex-grow: 1;
	/* ボタンの残りの幅をすべて埋める */
	flex-shrink: 1;
	/* 画面が狭まったら縮むことを許可 */
	min-width: 0;
}

#news-blog .btn_beige {
	/* ボタンが画面幅縮小時に潰されないように固定 */
	flex-shrink: 0;
	/* baselineをやめた場合、ボタンの上部マージンなどで高さを微調整すると綺麗です */
	margin-top: 5px;
}

#news-blog .p-tab-item {
	width: 25%;
	min-width: 232px;
	white-space: nowrap;
}

@media screen and (max-width: 1250px) {
	#news-blog .p-news-card-list {
		column-gap: calc(100vw * (58 / 1250));
		row-gap: calc(100vw * (60 / 1250));
	}

	#news-blog .p-news-card-list li {
		width: calc((100% - (calc(100vw * (58 / 1250)) * 2)) / 3);
	}
}

@media screen and (max-width: 768px) {
	#news-blog .p-tab-item {
		width: auto;
		min-width: auto;
	}

	#news-blog .p-tabs {
		flex-wrap: nowrap;
	}

	#news-blog .p-news-card-list {
		row-gap: calc(100vw * (80 / 750));
	}

	#news-blog .p-content-wrap {
		border-bottom: 4px solid #efece4;
	}

	#news-blog .p_lower_breadcrumb .inner {
		padding-bottom: calc(100vw * (54 / 750));
	}

	#news-blog .p_bg_white.sec01 .inner {
		width: 100%;
	}

	.news-blog_btn_area {
		display: block;
		margin-bottom: calc(100vw * (80 / 750));
	}

	#news-blog .btn_beige {
		width: calc(100vw * (370 / 750));
		height: calc(100vw * (100 / 750));
		font-size: calc(100vw * (32 / 750));
		margin: 0 auto;
	}

	#news-blog .btn_beige.badge::after {

		width: calc(100vw * (40 / 750));
		height: calc(100vw * (40 / 750));
	}

	#news-blog .p-news-card-list {
		margin: 0 auto;
		width: 90%;
	}

	#news-blog .p-news-card-list li {
		width: 100%;
	}

	#news-blog .modal-inner {
		width: 90%;
		padding-top: calc(100vw * (60 / 750));
		padding-left: calc(100vw * (40 / 750));
		padding-right: calc(100vw * (40 / 750));
		padding-bottom: calc(100vw * (60 / 750));
		max-height: 80%;
		overflow-y: auto;
	}

	#news-blog .modal-overlay {
		justify-content: center !important;
	}

	#news-blog .modal-inner ul.tag-list {
		grid-template-columns: repeat(2, 1fr);
	}

	#news-blog .modal-inner .modal-title {
		font-size: calc(100vw * (36 / 750));
		margin-bottom: calc(100vw * (30 / 750));
	}

	#news-blog .modal-inner ul.tag-list li a {
		font-size: calc(100vw * (24 / 750));
		width: calc(100vw * (288 / 750));
		height: calc(100vw * (70 / 750));
		border-radius: 70px;
	}
}

@media screen and (max-width: 480px) {
	#news-blog .p-content-wrap {
		border-bottom: 2px solid #efece4;
	}
}

/* --------------------------------------------------------
	下層ページ　不動産売却・買取事例 詳細ページ
-------------------------------------------------------- */
#single .btn_beige {
	display: flex;
}
#single .p_lower_breadcrumb .inner {
	width: 100%;
	max-width: 900px;
	padding-bottom: 33px;
	border-bottom: 2px solid #efece4;
}

#single .sec01 .inner {
	width: 900px;
	padding-top: 0;
	padding-bottom: 99px;
}

#single .p_lower_mv .inner::after {
	display: none;
}

#single .p_lower_mv .inner {
	width: 900px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 114px;
    padding-bottom: 46px;
}

#single .p_lower_mv {
	padding-top: 24px;
	height: auto;
}
#single .p_lower_mv.cat_1 .p-news-card__label {
	background-color: #c85135;
}
#single .p_lower_mv.cat_1 .p-news-card__date {
	color: #c85135;
}
#single .p_lower_mv.cat_2 .p-news-card__label {
	background-color: #375877;
}
#single .p_lower_mv.cat_2 .p-news-card__date {
	color: #375877;
}
#single .p_lower_mv.cat_3 .p-news-card__label {
	background-color: #008ba3;
}
#single .p_lower_mv.cat_3 .p-news-card__date {
	color: #008ba3;
}

#single .p-news-card__tags {
	margin-top: 0;
}

#single .p-news-card__label {
	margin-right: 1.1em;
}

#single h1 {
	font-size: 3.2rem;
	margin-top: 2px;
	font-weight: 700;
}

#single .single_title_tags {
	background-color: #fff;
	padding: 1.2em 1.7em 1.3em;
	margin-top: 27px;
	width: 100%;
	border-radius: 5px;
	align-items: center;
}

#single .single_title_tags a:hover {
	background-color: #058fb5;
	color: #fff;
	transition: .3s;
	opacity: 1;
}

#single .single_title_tags p {
	color: #058fb5;
	font-size: 2rem;
	margin-right: 1em;
	padding-top: 3px;
	line-height: 1;
}

#single .single_title_tags ul {
	display: flex;
	gap: .5em;
}

#single .single_title_tags ul li {
	margin-right: 0;
}

#single .single_title_tags ul li a {
	display: flex;
	border: 1px solid #058fb5;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	padding: .35em 1.7em;
}

#single .p_lower_breadcrumb {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.single_media {
	margin: 51px 0 0;
}
.single_media__list .swiper-button-prev,
.single_media__list .swiper-button-next {
    width: 6.4rem;
    height: 6.4rem;
    background-color: #efece4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single_media__list .swiper-button-prev::after,
.single_media__list .swiper-button-next::after {
	content: "";
	display: inline-block;
    width: 2.2rem;
    height: 1.8rem;
    background-image: url(../img/cmn/arrow02.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.single_media__list .swiper-button-prev::after {
	transform: scale(-1, 1);
}
.single_media__img {
	padding-top: 75%;
	position: relative;
}
.single_media__img img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	object-fit: contain;
}

.single_txt h2 {
	background-color: #eff5f6;
	color: #2a8fa8;
	font-size: 2rem;
	padding: .35em 1em;
	width: 100%;
	border-radius: 5px;
}
.single_txt h3 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #058fb5;
	position: relative;
	padding-left: 1em;
	line-height: 1.1115;
}
.single_txt h3::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 100%;
	background-color: #058fb5;
	position: absolute;
	top: 0;
	left: 0;
}
.single_txt h4,
.single_txt h5,
.single_txt h6 {
	font-weight: 700;
}
.single_txt h4 {
	font-size: 1.15em;
}
.single_txt h5 {
	font-size: 1.05em;
}
.single_txt h6 {
	font-size: 1em;
}
/* -----
	文字
-------------------- */
.single_txt strong {/* 太字 */
	font-weight: 600;
}
.single_txt em {/* イタリック */
	font-style: italic;
}

.single_txt sup {/* 上付き文字 */
	vertical-align: super;
    font-size: smaller;
}
.single_txt sub {/* 下付き文字 */
	vertical-align: sub;
    font-size: smaller;
}

.single_txt ul {
	margin: 15px 0;
}

.single_txt ul li {
	padding-left: 1.3em;
	position: relative;
}

.single_txt ul li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background-color: #e77051;
	position: absolute;
	top: 12px;
	left: 0;
}
.single_txt ol.wp-block-list{
	list-style-type: decimal;
}
/* -----
	追加スタイル
-------------------- */
.is-style-border_right, .is-style-border_right_blue,
.is-style-border_left, .is-style-border_left_blue{
	position: relative;
}
.is-style-border_right, .is-style-border_right_blue{
	padding-right: 1em;
}
.is-style-border_left, .is-style-border_left_blue{
	padding-left: 1em;
}
.is-style-border_right, .is-style-border_left{
	color: #000 !important;
}
.is-style-border_right_blue, .is-style-border_left_blue{
	color: #003C97 !important;
}

.is-style-border_right::after, .is-style-border_right_blue::after,
.is-style-border_left::before, .is-style-border_left_blue::before{
	content: "";
	display: block;
	width: 2px;
	height: calc(100% - 1em);
	position: absolute;
	top: .5em;
}
.is-style-border_right::after, .is-style-border_right_blue::after{
	right: 0;
}
.is-style-border_left::before, .is-style-border_left_blue::before{
	left: 0;
}
.is-style-border_right::after, .is-style-border_left::before{
	background-color: #000;
}
.is-style-border_right_blue::after, .is-style-border_left_blue::before{
	background-color: #003C97;
}

#single .pagination .btn_beige {
	margin: 0;
	display: flex;
	color: #3c3c3c;
	width: 200px;
}

#single .pagination .btn_beige:hover {
	color: #fff;
	transition: .3s;
	background-color: #2a8fa8;
}

.single_txt {
	border-bottom: 2px solid #efece4;
	padding-bottom: calc(54px - 2.4rem);
	padding-top: calc(51px - 2.4rem);
}
.single_txt > *{
	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
}
.single_txt a {
	color: #058fb5;
	text-decoration: underline;
	padding-right: 1.2em;
	position: relative;
	cursor: pointer;
}
.single_txt a[target="_blank"]::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background-image: url(../img/news/icon_link.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.single_txt a:hover {
	opacity: 0.5;
    transition: .3s;
}
.single_txt .wp-block-button__link {
	display: flex;
    border: 1px solid #058fb5;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    padding: .35em 1.7em;
	width: fit-content;
	text-decoration: none;
	cursor: pointer;
}
.single_txt .wp-block-button__link:hover {
	background-color: #058fb5;
    color: #fff;
    transition: .3s;
    opacity: 1;
}
.single_txt .wp-block-button__link::after {
	display: none;
}
/* 独自スタイルボタン */
.is-style-editor_btn_primary .wp-block-button__link{
	color: #fff;
	border: 2px solid #e77051;
	background-color: #e77051;
}
.is-style-editor_btn_primary:hover .wp-block-button__link{
	background-color: #d44b30;
	border-color: #d44b30;
}

#single .wp-pagenavi {
	gap: 2rem;
}

@media screen and (max-width: 960px) {
	#single .p_lower_mv .inner,
	#single .sec01 .inner {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	.single_txt {
		padding-top: calc(7.5rem - 4rem);
		padding-bottom: calc(8rem - 4rem);
	}
	.single_txt h3 {
		font-size: calc(100vw * (30 / 750));
	}
	#single .wp-pagenavi {
		gap: calc(100vw * (40 / 750));
	}

	#single .sec01 .inner {
		padding-bottom: calc(100vw * (120 / 750));
	}

	#single .wp-pagenavi .btn_beige {
		width: calc(100vw * (400 / 750));
		height: calc(100vw * (120 / 750));
		font-size: calc(100vw * (36 / 750));
	}
.single_media__list .swiper-button-prev,
.single_media__list .swiper-button-next {
    width: 4rem;
    height: 4rem;
}
.single_media__list .swiper-button-prev::after,
.single_media__list .swiper-button-next::after {
    width: 2rem;
    height: 1.6rem;
}

	.single_txt ul.dot_or li {
		padding-left: calc(100vw * (27 / 750));
	}

	.single_txt ul.dot_or li::before {
		width: calc(100vw * (14 / 750));
		height: calc(100vw * (14 / 750));
		top: calc(100vw * (20 / 750));
	}

	.single_txt ul.dot_or {
		font-size: calc(100vw * (28 / 750));
		margin-top: calc(100vw * (30 / 750));
		margin-bottom: calc(100vw * (30 / 750));
	}

	.single_txt h2 {
		font-size: calc(100vw * (36 / 750));
		padding: .7em 1em .9em;
	}

	#single .p_lower_breadcrumb .inner {
		width: 90%;
		padding-top: calc(100vw * (38 / 750));
		padding-bottom: calc(100vw * (39 / 750));
		border-bottom: 2px solid #efece4;
	}

	#single .single_title_tags {
		margin-top: calc(100vw * (25 / 750));
		padding: 2em 1.6em;
	}

	#single .p-news-card__label {
		margin-right: .7em;
	}

	#single .p_lower_mv .inner {
		width: 90%;
		margin: 0 auto;
		padding-top: calc(100vw * (100 / 750));
		padding-bottom: calc(100vw * (100 / 750));
	}

	#single .p_lower_mv {
		padding-top: calc(100vw * (120 / 750));
		height: auto;
	}

	#single .p-news-card__date {
		font-size: calc(100vw * (28 / 750));
	}

	#single h1 {
		font-size: calc(100vw * (48 / 750));
		margin-top: calc(100vw * (29 / 750));
		padding-left: calc(100vw * (9 / 750));
	}

	#single .single_title_tags p {
		font-size: calc(100vw * (36 / 750));
/*		margin-bottom: calc(100vw * (33 / 750));*/
	}

	#single .single_title_tags ul {
		gap: calc(100vw * (16 / 750));
	}

	#single .single_title_tags ul li a {
		font-size: calc(100vw * (24 / 750));
		border: 2px solid #058fb5;
		padding: .35em .9em;
	}

	#single .sec01 .inner {
		width: 90%;
		margin: 0 auto;
	}

	#single .p_lower_breadcrumb .inner .breadcrumb__list li {
		white-space: nowrap;
	}

	.wp-pagenavi .previouspostslink::after,
	.wp-pagenavi .nextpostslink::after {
		width: calc(100vw * (23 / 750));
		height: calc(100vw * (19 / 750));
	}
}

@media screen and (max-width: 480px) {
	#single .single_title_tags ul li a {
		border: 1px solid #058fb5;
	}

}

/* --------------------------------------------------------
	下層ページ　プライバシーポリシー
-------------------------------------------------------- */
#privacy .p_lower_mv .inner {
	max-width: 900px;
}
#privacy .p_lower_mv .inner::after {
	display: none;
}
#privacy .p_lower_breadcrumb .inner {
	padding-bottom: 3.2rem;
	max-width: 900px;
}
#privacy .p_bg_white.sec01 .inner {
	padding: 5.2rem 0 4rem;
	border-top: 2px solid #efece4;
	max-width: 900px;
}
#privacy .single_txt {
	margin-top: 0;
}
#privacy .single_txt > * {
	margin: 0;
}
#privacy .single_txt h2 {
	margin-top: 5.5rem;
	margin-bottom: 2.4rem;
}
#privacy .single_txt ul.dot_or {
    margin: 1.5rem 0;
}

@media screen and (max-width: 768px) {
	#privacy .p_lower_breadcrumb .inner {
		padding-top: calc(100vw * (40 / 750));
		padding-bottom: calc(100vw * (40 / 750));
	}
	#privacy .p_bg_white.sec01 .inner {
		border-top: 4px solid #efece4;
	}
	#privacy .p_bg_white.sec01 .inner {
		padding-top: calc(100vw * (66 / 750));
		padding-bottom: calc(100vw * (56 / 750));
	}
	#privacy .single_txt h2 {
		margin-top: calc(100vw * (90 / 750));
		margin-bottom: calc(100vw * (30 / 750));
	}
	#privacy .single_txt ul.dot_or {
		margin-top: calc(100vw * (25 / 750));
		margin-bottom: calc(100vw * (25 / 750));
	}
	#privacy .single_section .underline.blue {
		font-size: calc(100vw * (28 / 750));
	}
	#privacy .single_section .underline.blue::after {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	#privacy .p_bg_white.sec01 .inner {
		border-top: 2px solid #efece4;
	}
}
}

/* --------------------------------------------------------
	下層ページ　無料相談・お問い合わせページ
-------------------------------------------------------- */
#p_contact .p_lower_breadcrumb .inner {
	padding-bottom: 6.2rem;
}

#p_contact .p_bg_white.sec01 h2 {
	color: #d44b30;
	font-size: 2.4rem;
	margin-bottom: 2.6rem;
}

#p_contact .p_bg_white.sec01 .inner {
	position: relative;
	padding-top: 0;
	padding-bottom: 5.7rem;
}

#p_contact .p_bg_white.sec01 .inner::before {
	content: '';
	display: inline-block;
	width: 126px;
	height: 146px;
	background-image: url(../img/contact/illust01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 6rem;
	bottom: 0;
}

#p_contact .p_bg01.sec02 {
	background: #fff;
}

#p_contact .p_bg01.sec02 .inner {
	padding-top: 0;
	padding-bottom: 200px;
}

#p_contact .p_bg01.sec02 .form {
	background: #efece4;
	padding: 45px 120px 42px;
	border-radius: 5px;
}

#p_contact .p_bg01.sec02 .form .contact_sec {
	border-top: 2px solid #fff;
	padding: 18px 8px 29px;
}

#p_contact .p_bg01.sec02 .form .contact_sec dt {
	padding-left: 20px;
	margin-bottom: .8em;
}

#p_contact .p_bg01.sec02 .form .contact_sec dt .orange {
	margin-left: .2em;
}

.contact_sec input[type="text"],
.contact_sec input[type="email"],
.contact_sec input[type="tel"],
.contact_sec select,
.contact_sec textarea {
	width: 100%;
	background-color: #fff;
	display: block;
	padding: 11px 19px;
	border-radius: 5px;
}

.contact_sec .flex div,
.contact_sec input[type="tel"],
.contact_sec input[name="your-zip"],
.contact_sec .p_bg_white {
	width: 49.2%;
}

.contact_sec .p_bg_white {
	padding: 11px 19px;
	border-radius: 5px;
}

.contact_sec ::placeholder {
	color: #b3b3b3;
}

.form .form_txt {
	margin-bottom: .8em;
	padding-left: 30px;
}

.contact_sec .mt15 {
	margin-top: 15px;
	margin-left: 20px;
	font-size: 1.4rem;
}

.wpcf7-radio {
	display: -webkit-box;
	display: flex;
	gap: 33px;
}

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

.wpcf7-radio .wpcf7-list-item-label {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

.wpcf7-list-item-label {
	position: relative;
	padding: 0 0 0 min(5.3333vw, 20px);
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-list-item-label::before {
	width: 16px;
	height: 16px;
	background: #fff;
	border: solid 1px #ccc;
	top: min(1.3333vw, 5px);
	left: 0;
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::after,
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: "";
	border-radius: 50%;
	position: absolute;
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after,
.wpcf7-acceptance input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	opacity: 1;
}

.wpcf7-radio .wpcf7-list-item-label::after,
.wpcf7-list-item-label::after {
	width: 12px;
	height: 12px;
	background: #d44b30;
	opacity: 0;
	top: min(1.8666vw, 7px);
	left: min(.5333vw, 2px);
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::after,
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: "";
	border-radius: 50%;
	position: absolute;
}

.p-contact-form__submit-btn>p>input {
	color: #fff;
	background: none;
}

.contact_sec textarea {
	height: 200px;
}

#p_contact .btn_orange.badge {
	width: 312px;
	margin-top: 4rem;
}

.contact_sec textarea[name="your-address"] {
	height: 5rem;
}
.wpcf7-spinner { display: none; }
.cf7-cf-turnstile {
    width: fit-content;
    margin: min(4.2666vw, 16px) auto 0 !important;
}
.wpcf7-list-item:first-child {
	margin-left: 0;
}
@media screen and (max-width: 1202px) {
	.contact_sec .p_bg_white {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#p_contact .p_bg_white.sec01 .inner::before {
		left: 3rem;
	}

	#p_contact .p_bg_white.sec01 .inner {
		padding-bottom: 196px;
	}

	#p_contact .p_bg_white.sec01 .inner::before {
		left: 50%;
		transform: translateX(-50%);
	}

}

@media screen and (max-width: 768px) {
	#p_contact .p_bg_white.sec01 h2 {
		font-size: calc(100vw * (36 / 750));
	}

	#p_contact .p_lower_breadcrumb .inner {
		padding-bottom: calc(100vw * (65 / 750));
	}

	#p_contact .p_bg_white.sec01 h2 {
		margin-bottom: calc(100vw * (36 / 750));
	}

	#p_contact .p_bg_white.sec01 .inner p.tac {
		text-align: left;
	}

	#p_contact .p_bg_white.sec01 .inner {
		padding-bottom: calc(100vw * (292 / 750));
	}

	#p_contact .p_bg_white.sec01 .inner::before {
		width: calc(100vw * (210 / 750));
		height: calc(100vw * (243 / 750));
		left: 50%;
		transform: translateX(-50%);
	}

	#p_contact .p_bg01.sec02 .inner {
		width: 100%;
		padding-bottom: calc(100vw * (298 / 750));
	}

	#p_contact .p_bg01.sec02 .form {
		border-radius: 0;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: calc(100vw * (69 / 750));
		padding-bottom: calc(100vw * (29 / 750));
	}

	.form .form_txt {
		padding-left: 0;
		margin-bottom: calc(100vw * (28 / 750));
	}

	#p_contact .p_bg01.sec02 .form .contact_sec dt {
		font-size: calc(100vw * (28 / 750));
		padding-left: 0;
		margin-bottom: calc(100vw * (16 / 750));
	}

	#p_contact .p_bg01.sec02 .form .contact_sec {
		padding: 0;
		padding-top: calc(100vw * (36 / 750));
		padding-bottom: calc(100vw * (49 / 750));
	}

	.contact_sec .flex div,
	.contact_sec input[type="tel"],
	.contact_sec input[name="your-zip"],
	.contact_sec .p_bg_white {
		width: 48.5%;
	}

	.contact_sec input[type="text"],
	.contact_sec input[type="email"],
	.contact_sec input[type="tel"],
	.contact_sec select,
	.contact_sec textarea {
		border-radius: calc(100vw * (10 / 750));
		padding-top: calc(100vw * (12 / 750));
		padding-left: calc(100vw * (35 / 750));
		padding-right: calc(100vw * (35 / 750));
		padding-bottom: calc(100vw * (18 / 750));
	}

	.contact_sec .mt15 {
		font-size: calc(100vw * (24 / 750));
		margin-left: 0;
		margin-top: calc(100vw * (30 / 750));
	}

	.contact_sec textarea[name="your-address"] {
		height: calc(100vw * (130 / 750));
	}

	.wpcf7-radio .wpcf7-list-item-label::before,
	.wpcf7-list-item-label::before {
		/* 24px ÷ 750 × 100 = 3.2vw */
		width: min(3.2vw, 24px);
		height: min(3.2vw, 24px);
		/* 14px ÷ 750 × 100 = 1.8667vw */
		top: min(1.8667vw, 14px);
	}

	.wpcf7-radio .wpcf7-list-item-label::after,
	.wpcf7-list-item-label::after {
		/* 18px ÷ 750 × 100 = 2.4vw */
		width: min(2.4vw, 18px);
		height: min(2.4vw, 18px);
		/* 17px ÷ 750 × 100 = 2.2667vw */
		top: min(2.2667vw, 17px);
		/* 3px ÷ 750 × 100 = 0.4vw */
		left: min(0.4vw, 3px);
	}

	.wpcf7-radio .wpcf7-list-item-label {
		padding-left: calc(100vw * (37 / 750));
	}

	.contact_sec .p_bg_white {
		width: 100%;
		padding-top: calc(100vw * (13 / 750));
		padding-bottom: calc(100vw * (19 / 750));
		padding-left: calc(100vw * (36 / 750));
		padding-right: calc(100vw * (36 / 750));
	}

	.wpcf7-radio {
		gap: calc(100vw * (61 / 750));
	}

	.contact_sec textarea {
		height: calc(100vw * (400 / 750));
	}

	.contact_sec .blue.underline {
		font-size: calc(100vw * (28 / 750));
	}

	.wpcf7-list-item-label.privacy_check {
		padding-left: calc(100vw * (37 / 750));
		display: inline-block;
	}

	#p_contact .btn_orange.badge {
		width: calc(100vw * (520 / 750));
		height: calc(100vw * (120 / 750));
		margin-top: calc(100vw * (100 / 750));
		border-radius: 120px;
	}

	.p-contact-form__submit-btn>p>input {
		font-size: calc(100vw * (36 / 750));
	}
}

/* --------------------------------------------------------
	下層ページ　無料相談・お問い合わせページ サンクスページ
-------------------------------------------------------- */
#thanks .p_bg_white.sec01 .inner {
	padding-bottom: 100px;
	padding-top: 0;
	position: relative;
}

#thanks .p_bg_white.sec01 h2 {
	color: #d44b30;
	display: inline-block;
	position: relative;
	padding: 0 .65em 0 .95em;
	font-size: 2.4rem;
	line-height: 1;
}

#thanks .p_bg_white.sec01 h2::before,
#thanks .p_bg_white.sec01 h2::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background-image: url(../img/cmn/slash01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
}

#thanks .p_bg_white.sec01 h2::before {
	left: 0;
}

#thanks .p_bg_white.sec01 h2::after {
	background-image: url(../img/cmn/slash02.svg);
	right: 0;
}

#thanks .bg_beige {
	border-radius: 10px;
	position: relative;
	padding: 53px 0;
	margin: 36px auto 0;
	max-width: 1100px;
	width: 100%;
}

#thanks .bg_beige::before {
	content: '';
	display: inline-block;
	width: 120px;
	height: 120px;
	background-image: url(../img/contact/illust_thanks.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
}

#thanks .btn_beige {
	margin-top: 60px;
	width: 200px;
}

@media screen and (max-width: 940px) {
	#thanks .bg_beige {
		padding-left: 5.5%;
		padding-right: 5%;
	}
}

@media screen and (max-width: 768px) {
	#thanks .p_bg_white.sec01 {
		position: relative;
	}

	#thanks .p_bg_white.sec01::before {
		content: '';
		display: inline-block;
		width: calc(100vw * (160 / 750));
		height: calc(100vw * (160 / 750));
		background-image: url(../img/contact/illust_thanks.svg);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#thanks .p_bg_white.sec01 .inner {
		padding-top: calc(100vw * (111 / 750));
		padding-bottom: calc(100vw * (120 / 750));
	}

	#thanks .p_bg_white.sec01 h2 {
		font-size: calc(100vw * (36 / 750));
		line-height: 1.75;
	}

	#thanks .p_bg_white.sec01 h2::before {
		background-image: url(../img/contact/mark_h2.svg);
		width: calc(100vw * (75 / 750));
		height: calc(100vw * (30 / 750));
		top: calc(100vw * (-40 / 750));
		left: 50%;
		transform: translateX(-50%);
	}

	#thanks .p_bg_white.sec01 h2::after {
		display: none;
	}

	#thanks .bg_beige {
		padding-top: calc(100vw * (49 / 750));
		padding-bottom: calc(100vw * (53 / 750));
		margin-top: calc(100vw * (48 / 750));
	}

	#thanks .bg_beige .tac {
		text-align: left;
	}

	#thanks .bg_beige::before {
		display: none;
	}

	#thanks .btn_beige {
		width: calc(100vw * (400 / 750));
		height: calc(100vw * (120 / 750));
		font-size: calc(100vw * (36 / 750));
		margin-top: calc(100vw * (80 / 750));
	}
}
#cookie-notice {
	background-color: rgba(50, 50, 58, .8) !important;
}
#cn-close-notice {
	opacity: 1 !important;
}
.cn-close-icon:after, .cn-close-icon:before {
    background-color: #fff !important;
}