@charset "UTF-8";

/* SLIDE SECTION */
.slider1 {
	height: 100%;
	position: relative;
}

.pdficon {
	width: 1em;
	padding-left: 0.1em;
	vertical-align: middle;
}

.slider1 .swiper-wrapper {
	width: 100%;
	/* height: 850px; */
}

@media screen and (min-width: 1921px) {
	.slider1 .swiper-wrapper {
		width: 100%;
		height: initial;
	}

	.ji_ul li {
		margin-bottom: 20px;
	}
}

.slider1 .swiper-slide {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
	color: #ffffff;
	text-align: center;
}

.slider1::before {
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
}

/* 全体のスタイル */
.slider1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 7px !important;
	opacity: 0.5;
	background: #ffffff93;
}

/* 現在のスライドのスタイル */
.slider1 .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.swiper-cont {
		width: 100%;
		left: 55%;
	}

	.swiper-slide img {
		margin-top: 0;
	}

	.slider1 .swiper-wrapper {
		height: initial;
	}

	.swiper-cont span.swi_sub {
		font-size: 25px;
	}

	.swiper-cont p {
		font-size: 30px;
	}

	.swiper-cont svg {
		height: 250px;
	}
}

@media screen and (min-width: 1921px) {
	.slider1 .swiper-slide {
		background-repeat: no-repeat;
		background-position: top 55% center;
		background-size: 70%;
		text-align: center;
	}
}

.top_sec .wrap {
	max-width: 960px;
	margin-top: -5em;
	position: relative;
	z-index: 5;
}

.top_tit {
	margin-top: 20px;
	padding: 70px 0;
	position: relative;
	text-align: center;
}

.top_tit p {
	font-size: 1.9em;
	font-weight: 600;
	color: #4487b0;
	letter-spacing: 0.1em;
}

.top_tit img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.top_sec {
		margin: 15% 5% 0;
	}

	.top_tit {
		margin-top: 60px;
		padding: 10px 0;
		position: relative;
		text-align: center;
	}

	.top_tit p {
		font-size: 4.6vw;
	}

	.top_tit img {
		width: 33%;
		position: relative;
	}
}

/* SECTION1 */
.sec01 {
	padding-top: 60px;
}

.sec01 ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.sec01 ul li {
	width: 220px;
	height: 220px;
	filter: drop-shadow(6px 6px 10px #787878);
	background-color: #4487b0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec01 ul li:nth-of-type(1) {
	z-index: 5;
}

.sec01 ul li:nth-of-type(2) {
	z-index: 3;
}

.sec01 ul li:nth-of-type(3) {
	z-index: 1;
}

.sec01 ul li p {
	font-size: 1.1em;
	color: #fff;
	text-align: center;
}

.sec01 ul:nth-of-type(2) {
	margin-top: -2em;
}

.sec01 ul:nth-of-type(2) li:nth-of-type(1) {
	margin-right: -35%;
	z-index: 4;
}

.sec01 ul:nth-of-type(2) li:nth-of-type(2) {
	z-index: 2;
}

.sec01_yaji {
	text-align: center;
}

.sec01_yaji img {
	max-width: 50px;
	margin: 20px auto;
	display: block;
}

.sec01_yaji p {
	font-size: 2.4em;
	font-weight: 600;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	.sec01 ul {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
	}

	.sec01 ul li {
		width: 200px;
		height: 200px;
	}

	.sec01 ul li p {
		font-size: 1em;
	}

	.sec01 ul li:nth-of-type(1) {
		margin-left: -40%;
	}

	.sec01 ul li:nth-of-type(2) {
		margin-top: -10%;
		margin-right: -40%;
	}

	.sec01 ul li:nth-of-type(3) {
		margin-top: -10%;
		margin-left: -40%;
	}

	.sec01 ul:nth-of-type(2) li:nth-of-type(1) {
		margin-left: 0;
	}

	.sec01 ul:nth-of-type(2) li:nth-of-type(2) {
		margin-right: 0;
		margin-left: -40%;
	}

	.sec01_yaji p {
		font-size: 1.5em;
	}
}

/* SECTION1 */

/* SECTION2 */

section.sec02 {
	padding: 50px 0;
	background-color: #4487b0;
}

section.sec02 h2 {
	font-size: 2.3em;
	font-weight: 900;
	color: #fff;
	text-align: center;
}

.sec02 p {
	margin-top: 10px;
	color: #fff;
	text-align: center;
}

.slider2 {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.slider2 {
		margin-top: 30px;
	}

	section.sec02 h2 {
		font-size: 6vw;
	}
}

.sanso_box {
	max-width: 620px;
	margin: 0 auto;
	padding: 20px 0;
	filter: drop-shadow(8px 8px 8px #6b6b6b);
	background-color: #fff;
	display: block;
	color: #000;
	text-align: center;
	transition: all 500ms;
}

.sanso_box:hover {
	filter: drop-shadow(0px 0px 8px #6b6b6b);
	transition: all 500ms;
}

.sanso_box img {
	height: 45px;
}

.sanso_box_li {
	margin-top: 2px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
}

.sanso_box_p {
	margin-top: 3px;
	font-size: 1.3em;
	font-weight: 600;
	color: #cb503d;
}

.sanso_box_li img {
	max-width: 50px;
}

.sanso_box_li h3 {
	font-size: 2.3em;
	font-weight: 500;
}

.sanso_box_li h3 b {
	margin: 0 0.3em;
}

.sanso_box.top_li {
	max-width: 435px;
}

.sanso_box.top_li .sanso_box_li h3 {
	margin-left: 0.4em;
	font-size: 1.7em;
	font-weight: 300;
	line-height: 1;
}

.sanso_box.top_li .sanso_box_li h3 span {
	margin-top: 0.7em;
	display: block;
	font-size: 0.4em;
}

.sec03_wrap {
	max-width: 920px;
	margin: 140px auto 70px;
	padding: 70px 0 70px;
	background-image: url(../img/sec03_img1.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

.sec03_wrap h4 {
	font-size: 33px;
	font-weight: 500;
	line-height: 1.5;
}

.sec03_wrap p {
	margin-top: 32px;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 1.5px;
}

.sec03_ul ul {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px;
}

.sec03_ul ul li p {
	margin: 0.6em 0;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1;
	color: #4487b0;
	text-align: center;
}

.sec03_ul ul li span {
	display: block;
	line-height: 1.6;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.sanso_box_li h3 {
		font-size: 6vw;
		font-weight: 500;
	}

	.sanso_box img {
		width: 50%;
		height: 100%;
		margin-bottom: 2%;
	}

	.sanso_box_li img {
		max-width: 6vw;
		margin-bottom: 0;
	}

	.sanso_box.top_li {
		margin-top: 60px;
	}

	.sanso_box.top_li .sanso_box_li h3 {
		font-size: 6vw;
	}

	.sanso_box.top_li .sanso_box_li img {
		max-width: 9.5vw;
	}

	.sec03_wrap {
		width: 100%;
		margin: 64px auto 0;
		padding: 0 0 85%;
		background-image: url(../img/sec03_img1.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 70%;
	}

	.sec03_wrap h4 {
		font-size: 20px;
	}

	.sec03_wrap p {
		margin-top: 10px;
		font-size: 16px;
		letter-spacing: 1.5px;
	}

	.sec03_ul {
		margin: 40px 0 0;
	}

	.sec03_ul ul {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.sec03_ul ul li p {
		font-size: 20px;
	}

	.sec03_ul ul li span {
		font-size: 16px;
	}

	.sanso_box_p {
		font-size: 4.5vw;
	}
}

.secsanso {
	margin: auto;
	padding: 0;
	text-align: center;
}

.secsanso_p {
	max-width: 700px;
	margin: 40px auto;
	border-radius: 100px;
	background-color: #cb503d;
	font-size: 1.4em;
	font-weight: 600;
	color: #fff;
}

.tab_p {
	margin-bottom: 10px;
	text-align: center;
}

.secsanso_lr {
	max-width: 850px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	gap: 50px;
}

.secsanso_lr img {
	filter: drop-shadow(8px 8px 8px #6b6b6b);
}

.secsanso_yaji {
	margin: 5em 0 3em;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0em;
	justify-items: center;
}

.secsanso_yaji img {
	width: 100%;
	max-width: initial;
	filter: drop-shadow(8px 8px 8px #6b6b6b);
}

.secsanso_att {
	margin-bottom: 100px;
	font-size: 1.4em;
}

@media screen and (max-width: 767px) {
	.secsanso_p {
		max-width: 500px;
		margin: 20px auto;
		padding: 5px 0;
		background-color: #cb503d;
		font-size: 4vw;
		font-weight: 600;
		color: #fff;
	}

	.secsanso_lr {
		width: 100%;
		gap: 5%;
	}

	.secsanso_yaji {
		margin: 2em 0;
		display: grid;
		align-items: center;
		justify-items: center;
		gap: 0;
	}

	.secsanso_att {
		margin-bottom: 50px;
		font-size: 3.2vw;
	}
}

.sec05 {
	padding-top: 0;
}

.sec04_img1 {
	margin: 80px 0 0;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.sec04_img1 p {
	font-size: 2.5em;
}

.sec04_img2 {
	max-width: 900px;
	margin: 100px auto;
	display: block;
}

.sec04_box_p {
	margin-bottom: 1em;
	list-style: 1.4;
	font-family: "Outfit", sans-serif;
	font-size: 2.5em;
	font-weight: 900;
	color: #4487b0;
	text-align: center;
	letter-spacing: 0.05em;
}

.bl_tit {
	font-weight: 500;
}

.sec12 .bl_tit,
.sec13 .bl_tit,
.sec14 .bl_tit {
	font-weight: 800;
}

.sec04_box span {
	max-width: 900px;
	margin: 0 auto;
	padding: 2.5em;
	border: solid 1px;
	display: block;
	line-height: 1.8;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.sec04_img1 p {
		font-size: 1.2em;
		line-height: 1.3;
		text-align: center;
	}

	.sec04_img1 {
		display: grid;
		align-items: center;
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 10px;
	}

	.sec04_img2 {
		width: 100%;
		margin: 50px auto;
	}

	.sec04_box_p {
		font-size: 5vw;
	}

	.sec04_box span {
		padding: 2em 5%;
	}
}

/* SECTION5 */
.sec05_box {
	height: 950px;
	margin-bottom: 90px;
	position: relative;
}

.sec05_box p {
	margin-top: 10px;
}

.sec05_img1 {
	max-width: 49%;
	position: absolute;
	left: 0;
	text-align: center;
}

.sec05_img2 {
	max-width: 42%;
	position: absolute;
	top: 21%;
	right: 0%;
	text-align: center;
}

.sec05_img3 {
	max-width: 30%;
	position: absolute;
	bottom: 15%;
	left: 12%;
	text-align: center;
}

.sec05_img4 {
	max-width: 25%;
	position: absolute;
	right: 27%;
	bottom: 0;
	text-align: center;
}

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

	.sec05_img1,
	.sec05_img2,
	.sec05_img3,
	.sec05_img4 {
		max-width: 100%;
		position: relative;
		top: initial;
		right: initial;
		bottom: initial;
		left: initial;
	}

	.sec05_box {
		height: initial;
		margin-bottom: 70px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5%;
	}

	.sec05_img2 {
		margin-top: 50%;
	}

	.sec05_img3 {
		margin-top: -50%;
	}

	.sec05_box p {
		font-size: 2.6vw;
	}
}

.sec06 {
	background-color: #fff;
}

.sec6_box ul li {
	padding: 2em 1.3em;
	border-bottom: dotted 1px #000;
}

.sec6_box ul li:nth-of-type(1) {
	border-top: dotted 1px #000;
}

.sec6_q {
	padding-bottom: 0.5em;
	font-weight: 600;
	color: #4487b0;
}

.sec6_a span {
	color: #cb503d;
}

.sec6_q,
.sec6_a {
	display: flex;
	align-items: baseline;
	flex-direction: row;
	font-size: 1.2em;
}

.sec6_q span,
.sec6_a span {
	width: 5%;
	padding-right: 1%;
	font-family: "Outfit", sans-serif;
	text-align: center;
}

.sec6_q p,
.sec6_a p {
	width: 97%;
	text-align: justify;
}

.sec6_a p {
	font-size: 0.8em;
	line-height: 1.5;
}

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

	.sec6_q span,
	.sec6_a span {
		width: 15%;
	}

	.sec6_box ul li {
		padding: 2em 5%;
	}
}

.sec07 h5 {
	margin: 0 0 16px;
	font-size: 32px;
	color: #000;
	text-align: center;
	letter-spacing: 0.1em;
}

.sec07 h5 span {
	display: block;
	font-size: 0.5em;
	line-height: 1;
	letter-spacing: 0px;
}

.sec07_table {
	margin: 56px 0 0;
}

.sec07_table table {
	width: 100%;
	font-family: sans-serif;
}

.sec07_table th,
.sec07_table td {
	padding: 0.7em 0.5em 0.7em;
	border: solid #4487b0;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}

.sec07_table th span,
.sec07_table td span {
	display: block;
	font-size: 0.8em;
}

.sec07_table td b {
	margin: 0 8px;
}

.tab_tit th {
	padding: 0.5em 0.5em;
	background-color: #4487b0;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
}

.sec07_table tr:last-of-type {
	border-bottom: solid 3px #4487b0;
}

.sec07_table th {
	width: 300px;
	border-left: 0;
}

.sec07_table td {
	border-right: 0;
}

.sec07_table .height {
	min-height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec07_table td .container {
	max-width: 350px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.sec07_table td .container {
		justify-content: center;
		flex-direction: column;
		gap: 4px;
	}
}

.tab_att {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.price-list {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-family: sans-serif;
	font-size: 1rem;
}

.price-item {
	display: flex;
	align-items: center;
}

.price-item .label,
.price-item .price {
	white-space: nowrap;
}

.price-item .label {
	margin-right: 0.5em;
}

.price-item .dots {
	height: 3px;
	margin-right: 0.4em;
	margin-left: -0.7em;
	background: radial-gradient(circle, currentColor 35%, transparent 35%)
		/* 円を描画 */
		repeat-x
		/* 横方向に繰り返し */
		center
		/* 中央寄せ */
		/ 8px 5px;
	flex: 1;
}

.price span {
	font-size: 1.3em !important;
	font-weight: 600;
}

.sec07_box {
	max-width: 870px;
	margin: 0 auto;
	display: grid;
	align-items: center;
	grid-template-columns: 1.5fr 1fr;
}

.sec07_box p {
	font-size: 2.7em;
	font-weight: 800;
	line-height: 1.3;
	color: #4487b0;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
	.sec07 h5 {
		margin-bottom: 10px;
		font-size: 1.2em;
		color: #000;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.tab_tit th {
		font-size: 1em;
	}

	.sec07_table th,
	.sec07_table td {
		font-size: 1em;
	}

	.sec07_table th {
		width: 50%;
	}

	.price-list {
		width: 100%;
	}

	.price span {
		font-size: 1em !important;
		font-weight: 600;
	}

	.sec07_table th span,
	.sec07_table td span {
		font-size: 0.7em;
	}

	.sec07_table th span {
		list-style: 1;
		display: block;
	}

	.price-item {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.price-list:last-of-type {
		margin-top: 0.5em;
	}

	.price-item .label {
		margin-right: 0;
		font-size: 0.7em;
	}

	.tab_att {
		font-size: 0.7em;
	}

	.sec07_box {
		grid-template-columns: 1.5fr 1fr;
		gap: 30px;
	}

	.sec07_box p {
		font-size: 4vw;
		text-align: center;
	}

	.sec07_box img {
		max-width: 100%;
		margin: 0 auto;
	}
}

.sec09 p {
	margin: 24px 0 0;
	line-height: 1.618;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.sec09 p {
		line-height: 1.5;
		text-align: left;
	}

	.sec09 p strong {
		display: block;
		text-align: center;
	}
}

.sec10 img {
	max-width: 500px;
	margin: 0 auto;
	display: block;
}

.sec10 p {
	line-height: 1.7;
	text-align: center;
}

.sec10 p strong {
	font-size: 1.2em;
}

@media screen and (max-width: 767px) {
	.sec10 img {
		width: 60%;
	}
}

/* SECTION10 */

/* SECTION11 */
.sec11_tit {
	max-width: 700px;
	margin: 0 auto;
	background-color: #898989;
	color: #fff;
}

.sec11 p {
	line-height: 1.7;
	text-align: center;
}

.sec11 p strong {
	font-size: 1.2em;
}

@media screen and (max-width: 767px) {
	.sec11 p {
		text-align: left;
	}

	.sec11_tit p {
		text-align: center;
	}

	.sec11 p strong {
		display: block;
		font-size: 1.2em;
		text-align: center;
	}

	.sec11 p:nth-of-type(2) {
		margin-top: 10px;
	}
}

/* SECTION11 */

/* SECTION12 */
.sec12 p {
	text-align: center;
}

.sec12_ul ul {
	max-width: 700px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.sec12_ul ul li span {
	margin-bottom: 10px;
	background-color: #898989;
	display: block;
	color: #fff;
	text-align: center;
}

.sec12_box_p {
	margin-bottom: 10px;
}

.sec12 p {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.sec12_ul ul {
		max-width: initial;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5%;
		justify-items: center;
	}

	.sec12_ul ul li span {
		margin-bottom: 10px;
		padding: 5px 0;
	}

	.sec12 p {
		margin-bottom: 10px;
	}
}

/* SECTION12 */

/* SECTION13 */
.company_info th,
.company_info td {
	padding: 14px 10px;
	display: inline-block;
	vertical-align: top;
}

.company_info {
	margin: 0px 0 0;
	border-bottom: 1px solid var(--black);
}

.company_info table {
	width: 640px;
	margin: 0px auto 0;
	border-collapse: collapse;
}

.company_info th {
	width: 24%;
	font-weight: 700;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify: distribute;
}

.company_info tr {
	border-top: solid 1px;
	border-bottom: solid 1px;
}

.company_info td {
	width: 75%;
	padding: 14px 0 14px 40px;
}

.company_info a:not([href^="tel:"]) {
	color: var(--blue);
	text-decoration: none;
}

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

.company-page .company_section03 {
	margin: 160px 0 0;
	padding: 92px 0 0;
}

.company-page .company_section03 .company-info {
	border: 0;
}

@media screen and (max-width: 767px) {
	.company_info table {
		width: 100%;
	}

	.company_info td {
		width: 70%;
		padding: 14px 0 14px 20px;
	}

	.company_info th {
		width: 29%;
	}
}

/* SECTION13 */

/* SECTION14 */
.pri_box {
	max-width: 640px;
	height: 420px;
	margin: 0 auto;
	padding: 2.5em;
	border: solid 1px #6b6b6b;
	overflow: scroll;
}

.pri_box p {
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.pri_box {
		padding: 1.5em 5%;
	}
}

/* SECTION14 */

/* FOOTER */
footer {
	padding: 0 5%;
	background-color: #4487b0;
	text-align: right;
}

footer img {
	max-width: 400px;
}

@media screen and (max-width: 767px) {
	footer img {
		width: 40%;
		max-width: initial;
	}
}

/* FOOTER */

.sec03,
.sec04 {
	min-height: 600px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 0;
	background-size: 100%;
	position: relative;
}

/* 背景画像はここで指定 */
.sec03 {
	background-image: url("../img/sec03_bg.png");
}

.sec04 {
	padding: 0 5%;
	background-image: url("../img/sec04_bg.png");
}

/* ベースのスタイル */
.contact-box {
	padding-top: 5em;
	font-family: "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}

.contact-button {
	padding: 2px 2em;
	border: 2px solid #4487b0;
	border-radius: 999px;
	background-color: #ffffff;
	box-shadow: 0 0 0 5px #ffffff;
	position: relative;
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #4c7ca3;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: background-color 0.3s ease;
}

.cont {
	display: inline-block;
	transition: 0.3s ease;
}

.cont:hover {
	filter: drop-shadow(3px 3px 3px #6b6b6b);
	transition: 0.3s ease;
}

/* サブテキスト */
.reservation-text {
	margin: 20px 0 5px;
	font-size: 1em;
	font-weight: 600;
	color: #333;
}

/* 電話番号表示 */
.phone-number {
	margin: 0;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1;
	color: #4c7ca3;
}

.phone-icon {
	margin-right: 8px;
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
	.contact-button {
		padding: 8px 20px;
		font-size: 16px;
	}

	.phone-number {
		font-size: 22px;
	}

	.reservation-text {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.contact-button {
		font-size: 1.3em;
	}

	.phone-number {
		font-size: 2.4em;
	}

	.reservation-text {
		margin: 10px 0 5px;
		font-size: 1em;
		font-weight: 600;
		color: #333;
	}
}

.fixd_box {
	max-width: 300px;
	margin: 0;
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: grid;
	z-index: 100;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.fixd_box a {
	position: relative;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.6s ease;
}

@media screen and (max-width: 767px) {
	.fixd_box {
		max-width: 200px;
	}
}

/*================================================================
# 251029追記
================================================================ */
.btn-area {
	margin: 0 auto;
}

.btn-area .btn:nth-child(n + 2) {
	margin: 64px auto 0;
}

.btn-area .btn {
	width: 620px;
	margin: auto;
}

.btn-area .btn a {
	filter: drop-shadow(8px 8px 8px #6b6b6b);
	background-color: #fff;
	display: block;
	color: #000;
	text-align: center;
	transition: all 500ms;
}

.btn-area .btn a:hover {
	filter: drop-shadow(0px 0px 8px #6b6b6b);
	transition: all 500ms;
}

.line {
	width: 882px;
	margin: 0 auto;
}

.line a {
	display: block;
}

.btn-area .line {
	margin: 64px auto 0;
}

@media screen and (max-width: 767px) {
	.btn-area .btn {
		width: 100%;
	}

	.btn-area .btn:nth-child(n + 2) {
		margin: 32px auto 0;
	}

	.line {
		width: 100%;
	}

}

/* ポップアップ
------------------------------------------------------ */
.modal {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	z-index: 1000;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.modal.is-open {
	opacity: 1;
	visibility: visible;
}

.modal__overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.4s ease;
}

.modal.is-open .modal__overlay {
	opacity: 1;
}

.modal__container {
	width: 100%;
	height: 100%;
	padding: 24px 12px;
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.modal__inner {
	width: 92%;
	max-width: 960px;
	margin: auto;
	padding: 40px 56px;
	opacity: 0;
	background: #4487b0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	position: relative;
	transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.45s ease;
	transform: translateY(30px) scale(0.96);
}

.modal.is-open .modal__inner {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.modal__close {
	width: 48px;
	height: 48px;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	background: #e6eef2;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 24px;
	right: 24px;
	font-size: 28px;
	line-height: 1;
	z-index: 1100;
	transition: background 0.2s ease, transform 0.2s ease;
}

.modal__close:hover {
	background: #fff;
	transform: scale(1.05);
}

body.is-locked {
	overflow: hidden;
}

.modal__header {
	margin: 0;
	text-align: center;
}

.modal__logo {
	width: 400px;
	height: auto;
	margin: 0;
}

.modal__title {
	margin: 0;
	font-size: 56px;
	font-weight: 900;
	color: #fff;
	text-align: center;
}

.modal__grid {
	margin: 40px 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.modal__item {
	margin: 0;
}

.modal__item img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 767px) {
	.modal__container {
		padding: 16px 8px;
	}

	.modal__inner {
		padding: 24px;
	}

	.modal__logo {
		width: 200px;
	}

	.modal__title {
		margin: 8px 0 0;
		font-size: 22px;
	}

	.modal__grid {
		margin: 24px 0 0;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.modal__close {
		width: 40px;
		height: 40px;
		top: 12px;
		right: 12px;
		font-size: 24px;
	}
}

.sec09 {
	padding: 99px 0;
}