/* // **************************************************************************************************** */
/* // TOPへ戻るボタン
/* // **************************************************************************************************** */
/* ________PC________ */
.back-top {
	position: fixed;
	right: 50px;
	bottom: 90px;
	z-index: 100;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.back-top {
		right: 15px;
		bottom: 15px;
	}
}

/* // **************************************************************************************************** */
/* // header
/* // **************************************************************************************************** */
.header__space {
	height: 60px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
	transition: all 0.5s ease;
}
.header__inner {
	max-width: 1920px;
	margin: 0 auto;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
}
.header__logo {
	width: 130px;
}
.header__logo-link {
	width: 10%;
	height: 100%;
}
.header__nav {
	height: 100%;
}
.header__list {
	display: flex;
	height: 100%;
}
/* ________PC________ */
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.header__space {
		height: 50px;
	}
	.header__inner {
		height: 50px;
		padding-left: 15px;
	}
	.header__logo {
		width: 90px;
	}
	.header__logo-link {
		width: 10%;
		height: 100%;
	}
	.header__nav {
		height: 100%;
	}
	.header__list {
		display: flex;
		height: 100%;
	}
}

/* // **************************************************************************************************** */
/* // MV
/* // **************************************************************************************************** */
/* ________PC________ */
.mv__inner {
	position: relative;
	background: url("../img/mv.jpg?var=230525") no-repeat center top/cover;
	width: 100%;
	aspect-ratio: 75/32;
	max-height: 820px;
	min-height: 550px;
}
.mv__txt--wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
}
.mv__txt--comment {
	color: #fff;
	line-height: 2;
	font-weight: 300;
	letter-spacing: 0.05em;
	font-size: 1.5rem;
}
.mv__txt--title {
	color: #fff;
	font-family: var(--ff-ja-serif);
	letter-spacing: 0.05em;
	font-size: clamp(3.2rem, 42 / 1500 * 100vw, 4.2rem);
	text-shadow: 0 0 20px #002955, 0 0 20px #002955, 0 0 20px #002955, 0 0 20px #002955, 0 0 20px #002955, 0 0 20px #002955;
	margin-top: 32px;
}
.mv__cta--list {
	margin-top: 66px;
	display: flex;
	gap: 20px;
	width: 100%;
}
.mv__cta--item {
	width: 100%;
	width: min(100%, 240px);
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.mv__inner {
		background-image: url(../img/mv_sp.jpg?var=230525);
		aspect-ratio: auto;
		max-height: 100%;
		min-height: auto;
	}
	.mv__txt--wrap {
		position: relative;
		top: 0;
		transform: translateY(0);
	}
	.mv__cta--list {
		margin-top: 30px;
	}
}

/* // **************************************************************************************************** */
/* // sec01 solution
/* // **************************************************************************************************** */
/* ________PC________ */

.sec01Blo01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
}
.sec01Blo01__img {
	align-self: baseline;
}
.sec01Blo01__img img {
	object-fit: contain;
}
.sec01Blo01__txt--head {
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 2rem;
}
.sec01Blo01__txt--body {
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 1.5rem;
	margin-top: 36px;
}
.sec01Blo01__txt--list {
	display: grid;
	gap: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	padding: 30px;
	margin-top: 30px;
}
.sec01Blo01__txt--item {
	line-height: 1.8;
	font-size: 1.5rem;
	padding-left: 36px;
	min-height: 30px;
	background: url("../img/icon_11.png") no-repeat 0 0;
}

/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.sec01Blo01 {
		grid-template-columns: 1fr;
	}
	.sec01Blo01__txt--head {
		font-size: 2rem;
	}
	.sec01Blo01__txt--body {
		margin-top: 20px;
	}
	.sec01Blo01__txt--list {
		margin-top: 20px;
		padding: 24px;
	}
}

/* // **************************************************************************************************** */
/* // sec02
/* // **************************************************************************************************** */
/* ________PC________ */
.sec2 .container {
	padding-top: 0;
}
.sec02Blo01__mg {
	display: grid;
	place-items: center;
}
.sec02Blo01__mg img {
	width: min(100%, 770px);
}
.sec02Blo02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 40px;
}
.sec02Blo02__left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.sec02Blo02__left--item {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	padding: 20px 30px;
}
.sec02Blo02__left--head {
	color: var(--font-primary);
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 2rem;
}
.sec02Blo02__left--body {
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 1.5rem;
	margin-top: 20px;
}
.sec02Blo02__right {
	align-self: start;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	padding: 10px;
}
.sec02Blo02__right--head {
	color: var(--font-white);
	background-color: var(--bg-primary);
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	font-size: 2rem;
	padding-top: 18px;
	padding-bottom: 16px;
}
.sec02Blo02__right--list {
	display: grid;
	gap: 10px;
	padding: 20px 12px;
}
.sec02Blo02__right--item {
	line-height: 1.8;
	font-size: 1.5rem;
	padding-left: 36px;
	min-height: 30px;
	background: url("../img/icon_11.png") no-repeat 0 0;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.sec02Blo02 {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 20px;
	}
	.sec02Blo02__left {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.sec02Blo02__left--head {
		font-size: 1.8rem;
	}
	.sec02Blo02__left--body {
		margin-top: 8px;
	}
	.sec02Blo02__right--head {
		font-size: 1.8rem;
		padding-top: 12px;
		padding-bottom: 10px;
	}
	.sec02Blo02__right--list {
		padding: 20px 0px 0px;
	}
}

/* // **************************************************************************************************** */
/* // sec03
/* // **************************************************************************************************** */
/* ________PC________ */
.sec03Blo01 {
	display: grid;
	grid-template-columns: 1fr min(60%, 610px);
	gap: 80px;
}
.sec03Blo0101__body {
	letter-spacing: 0.05em;
	font-weight: 300;
	line-height: 1.7;
	font-size: 1.5rem;
}
.sec03Blo0101Right__blo01 {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	padding: 10px 10px 30px;
}
.sec03Blo0101Right__blo01--head {
	color: var(--font-white);
	background-color: var(--bg-primary);
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	font-size: 2rem;
	padding-top: 18px;
	padding-bottom: 16px;
}
.sec03Blo0101Right__blo01--list {
	display: grid;
	gap: 10px;
	padding-left: 60px;
	margin-top: 20px;
}
.sec03Blo0101Right__blo01--item {
	line-height: 1.8;
	font-size: 1.5rem;
	padding-left: 36px;
	min-height: 30px;
	background: url("../img/icon_11.png") no-repeat 0 0;
}
.sec03Blo0101Right__blo02 {
	display: grid;
	place-content: center;
	margin-top: 20px;
}
.sec03Blo0101Right__blo03 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto auto;
	text-align: center;
	margin-top: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.sec03Blo0101Right__blo03-item01 {
	grid-column: 1/2;
	grid-row: 1/2;
	background-color: #cde2f2;
}
.sec03Blo0101Right__blo03-item02 {
	grid-column: 2/3;
	grid-row: 1/2;
	background-color: #c0dcf1;
}
.sec03Blo0101Right__blo03-item03 {
	grid-column: 3/4;
	grid-row: 1/2;
	background-color: #b2d5ee;
}
.sec03Blo0101Right__blo03-item04 {
	grid-column: 4/5;
	grid-row: 1/2;
	background-color: #a4cfee;
}
.sec03Blo0101Right__blo03-item05 {
	grid-column: 5/6;
	grid-row: 1/2;
	background-color: #97c9ed;
}
.sec03Blo0101Right__blo03-item06 {
	grid-column: 1/6;
	grid-row: 2/3;
	background-color: #fff;
	color: var(--font-primary);
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-size: 2rem;
	padding: 40px;
}
.sec03Blo0101Right__blo03-item01,
.sec03Blo0101Right__blo03-item02,
.sec03Blo0101Right__blo03-item03,
.sec03Blo0101Right__blo03-item04,
.sec03Blo0101Right__blo03-item05 {
	font-size: 1.5rem;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.sec03Blo01 {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.sec03Blo0101Right__blo01 {
		padding: 10px 10px 20px;
	}
	.sec03Blo0101Right__blo01--head {
		line-height: 1.3;
		font-size: 1.7rem;
		padding-top: 12px;
		padding-bottom: 10px;
	}
	.sec03Blo0101Right__blo01--list {
		padding-left: 0px;
	}
	.sec03Blo0101Right__blo03-item06 {
		font-size: 1.8rem;
		padding: 20px;
	}
	.sec03Blo0101Right__blo03-item01,
	.sec03Blo0101Right__blo03-item02,
	.sec03Blo0101Right__blo03-item03,
	.sec03Blo0101Right__blo03-item04,
	.sec03Blo0101Right__blo03-item05 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* // **************************************************************************************************** */
/* // sec04
/* // **************************************************************************************************** */
/* ________PC________ */
.sec04Blo01__list {
	max-width: 940px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 10px;
	margin: 0 auto;
}
.sec04Blo01__item {
	display: grid;
	place-items: center;
	gap: 10px;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sec04Blo01__item img {
	width: min(100%, 60px);
	aspect-ratio: 1;
}
.sec04Blo01__title {
	letter-spacing: 0.05em;
	font-size: 1.5rem;
}
.sec04Blo01__head {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 2rem;
	margin-top: 40px;
}
.sec04Blo01__hbody {
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 1.5rem;
	margin-top: 20px;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.sec04Blo01__list {
		grid-template-columns: 1fr 1fr;
	}
	.sec04Blo01__head {
		font-size: 1.8rem;
	}
}

/* // **************************************************************************************************** */
/* // sec05
/* // **************************************************************************************************** */
/* ________PC________ */
.sec05Blo01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}
.sec05Blo01__left {
}
.sec05Blo01__list {
	display: grid;
	gap: 10px;
}
.sec05Blo01__item {
	position: relative;
	background-color: #efefef;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 1.5rem;
	padding: 20px 20px 20px 60px;
}
.sec05Blo01__item::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background: url("../img/icon_12.png") no-repeat center top/cover;
	width: 21px;
	height: 15px;
}
.sec05Blo01__desc {
	margin-top: 40px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 1.5rem;
}
.sec05Blo01__right {
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.sec05Blo01 {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.sec05Blo01__item {
		padding: 10px 10px 10px 40px;
	}
	.sec05Blo01__item::before {
		left: 10px;
	}
	.sec05Blo01__desc {
		margin-top: 20px;
	}
}

/* // **************************************************************************************************** */
/* // sec06
/* // **************************************************************************************************** */
/* ________PC________ */
.sec06Blo01 {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	padding: 50px;
}
.sec06Blo01:not(:first-of-type) {
	margin-top: 40px;
}
.sec06Blo01__head {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-size: 2rem;
}
.sec06Blo01__list {
	margin-top: 20px;
	display: grid;
	gap: 10px;
}
.sec06Blo01__item {
	position: relative;
	color: var(--font-primary);
	font-weight: bold;
	border-radius: 6px;
	line-height: 2;
	font-size: 1.6rem;
	background-color: #e1eaf3;
	padding: 16px;
	padding-left: 60px;
}
.sec06Blo01__item::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background: url("../img/icon_13.png") no-repeat center top/cover;
	width: 21px;
	height: 15px;
}
.sec06Blo01__img {
	margin-top: 30px;
}

/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.sec06Blo01 {
		padding: 20px;
	}
	.sec06Blo01:not(:first-of-type) {
		margin-top: 30px;
	}
	.sec06Blo01__head {
		font-size: 1.8rem;
	}
	.sec06Blo01__item {
		padding: 10px;
		padding-left: 40px;
	}
	.sec06Blo01__item::before {
		left: 15px;
		width: 14px;
		height: 10px;
	}
	.sec06Blo01__img {
		margin-top: 30px;
	}
}

/* // **************************************************************************************************** */
/* // sec07
/* // **************************************************************************************************** */
/* ________PC________ */
.sec7 {
	padding-bottom: 120px;
}
.sec7 .container {
	padding-bottom: 0;
}
/* swiper */
.swiper-container {
	overflow: hidden;
	position: relative;
}
.mdn-lp-swiper-pagination {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 1px solid #000;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #000;
}
.mdn-lp-swiper-button-prev,
.mdn-lp-swiper-button-next {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	width: 36px;
	height: 60px;
	top: 50%;
}
.mdn-lp-swiper-button-prev {
	right: 10vw;
	transform: translate(130%, -50%);
}
.mdn-lp-swiper-button-next {
	left: 10vw;
	transform: translate(-130%, -50%);
}
@media screen and (min-width: 1400px) {
	.mdn-lp-swiper-button-prev {
		right: 50%;
		transform: translate(calc(550px + 130%), -50%);
	}
	.mdn-lp-swiper-button-next {
		left: 50%;
		transform: translate(calc(-550px - 130%), -50%);
	}
}

/* slide */
.swiper-slide {
	width: min(80vw, 1100px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	height: auto;
}
.swiper-slide-inner1 {
	background-color: #fff;
	padding: 30px 50px;
	height: 100%;
}
.sec07Blo01 {
	display: flex;
	align-items: center;
	gap: 10px;
	transform: translateX(-57px);
}
.sec07Blo01__case {
	background-color: var(--bg-primary);
	color: var(--font-white);
	font-family: var(--ff-en-serif);
	line-height: 1;
	font-weight: bold;
	font-size: 2rem;
	padding: 0px 16px 8px;
}
.sec07Blo01__case span {
	font-size: 3.6rem;
	line-height: 1;
}
.sec07Blo01__type {
	font-weight: bold;
	line-height: 1.6;
	font-weight: 600;
	font-size: 1.6rem;
}
.sec07Blo02 {
	margin-top: 40px;
}
.sec07Blo02__head {
	color: var(--font-primary);
	font-weight: bold;
	font-size: 2rem;
}
.sec07Blo02__desc {
	font-weight: 300;
	line-height: 1.7;
	font-size: 1.5rem;
	margin-top: 30px;
}
.sec07Blo02__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 30px;
}
.sec07Blo02__item {
	background-color: #f3f6f9;
}
.sec07Blo02__item--title1,
.sec07Blo02__item--title2,
.sec07Blo02__item--title3 {
	font-weight: bold;
	color: var(--font-white);
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 2rem;
	padding-top: 16px;
	padding-bottom: 14px;
}
.sec07Blo02__item--title1 {
	background-color: #2a2b2d;
}
.sec07Blo02__item--title2 {
	background-color: #426581;
}
.sec07Blo02__item--title3 {
	background-color: #1177c7;
}
.sec07Blo02__txt--list {
	display: grid;
	gap: 16px;
	padding: 30px 20px;
}
.sec07Blo02__txt--item {
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-size: 1.5rem;
}
.sec07Blo02__txt--item:not(.noList) {
	padding-left: 1em;
	text-indent: -1em;
}
.sec07Blo02__txt--item:not(.noList)::before {
	content: "・";
}

/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	/* swiper */
	.swiper-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mdn-lp-swiper-pagination {
		margin-top: 30px;
	}
	.swiper-pagination-bullet {
		width: 20px;
		height: 20px;
	}
	.mdn-lp-swiper-button-prev,
	.mdn-lp-swiper-button-next {
		display: none;
	}
	/* slide */
	.swiper-slide {
		width: calc(90vw - 40px);
	}
	.swiper-slide-inner1 {
		padding: 20px;
	}
	.sec07Blo01 {
		transform: translateX(0);
	}
	.sec07Blo01__case {
		font-size: 1.8rem;
		padding: 4px 10px 6px;
	}
	.sec07Blo01__case span {
		font-size: 2.4rem;
	}
	.sec07Blo02 {
		margin-top: 20px;
	}
	.sec07Blo02__head {
		font-size: 1.8rem;
	}
	.sec07Blo02__desc {
		margin-top: 16px;
	}
	.sec07Blo02__list {
		grid-template-columns: 1fr;
		margin-top: 20px;
	}
	.sec07Blo02__item--title1,
	.sec07Blo02__item--title2,
	.sec07Blo02__item--title3 {
		font-size: 1.8rem;
		padding-top: 10px;
		padding-bottom: 8px;
	}
	.sec07Blo02__txt--list {
		gap: 10px;
		padding: 20px 14px;
	}
}

/* // **************************************************************************************************** */
/* // sec08
/* // **************************************************************************************************** */
/* ________PC________ */
.sec08Blo01 {
	display: grid;
	gap: 45px;
}
.sec08Blo01__item {
	position: relative;
	display: grid;
	grid-template-columns: 120px 1fr;
	border-radius: 6px;
}
.sec08Blo01__item:not(:last-of-type)::before {
	content: "";
	position: absolute;
	bottom: calc(-25px - ((45px - 25px) / 2));
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/img_06.png") no-repeat center top/cover;
	width: 72px;
	height: 25px;
}
.sec08Blo01__no--wrap {
	display: grid;
	place-items: center;
	color: var(--font-white);
	background-color: var(--bg-primary);
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 6px 0 0 6px;
}
.sec08Blo01__no {
	text-align: center;
	align-items: center;
	font-size: 1.6rem;
	font-family: var(--ff-en-serif);
	line-height: 1;
}
.sec08Blo01__no--num {
	font-size: 4.2rem;
}
.sec08Blo01__txt--wrap {
	display: grid;
	grid-template-columns: 300px 1fr;
	background-color: #fff;
	border-radius: 0 6px 6px 0;
	padding: 40px 30px;
}
.sec08Blo01__title {
	color: var(--font-primary);
	text-align: center;
	font-weight: 600;
	line-height: 1.3;
	font-size: 2rem;

	align-self: center;
}
.sec08Blo01__body {
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-size: 1.5rem;
	border-left: 1px solid var(--c-primary);
	padding-left: 30px;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.sec08Blo01__item {
		grid-template-columns: 60px 1fr;
	}
	.sec08Blo01__no--wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sec08Blo01__no--num {
		font-size: 3rem;
	}
	.sec08Blo01__txt--wrap {
		grid-template-columns: 1fr;
		padding: 20px;
	}
	.sec08Blo01__title {
		font-size: 1.8rem;
		text-align: left;
	}
	.sec08Blo01__body {
		border: none;
		border-top: 1px solid var(--c-primary);
		padding-left: 0px;
		padding-top: 10px;
		margin-top: 10px;
	}
}

/* // **************************************************************************************************** */
/* // sec09
/* // **************************************************************************************************** */
/* ________PC________ */
.sec09Blo01__inner {
	display: flex;
	gap: 50px;
}
.sec09Blo01__inner .sectionTitle {
	position: sticky;
	top: 60px;
	left: 0;
	margin-bottom: 0;
}
.sec09Blo01__list {
	flex: 1;
	display: grid;
	gap: 20px;
}
.sec09Blo01__item {
	background-color: #f9f9f9;
	padding: 30px 30px 0px;
}
.sec09Blo01__question {
	position: relative;
	cursor: pointer;
	line-height: 1.8em;
	font-weight: 500;
	font-size: 1.6rem;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}
.sec09Blo01__question::before {
	position: absolute;
	content: "Q";
	font-family: var(--ff-en-serif);
	color: var(--font-primary);
	font-weight: bold;
	line-height: 1;
	font-size: 3.2rem;
	top: 0;
	left: 0;
}
.sec09Blo01__question span {
	position: absolute;
	content: "";
	top: 16px;
	right: 8px;
}
.sec09Blo01__question span::before,
.sec09Blo01__question span::after {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	content: "";
	background-color: var(--c-primary);
	height: 2px;
	width: 16px;
}
.sec09Blo01__question span::after {
	transform: translate(-50%, -50%) rotate(0deg);
	transition: all 0.3s;
}
.sec09Blo01__question.is-close span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.sec09Blo01__answer {
	font-weight: 300;
	line-height: 2;
	padding-bottom: 30px;
	display: none;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.sec09Blo01__inner {
		flex-direction: column;
		gap: 30px;
	}
	.sec09Blo01__list {
		gap: 10px;
	}
	.sec09Blo01__item {
		padding: 20px 20px 0;
	}
	.sec09Blo01__question {
		padding-left: 40px;
		padding-right: 30px;
		padding-bottom: 20px;
	}
}

/* // **************************************************************************************************** */
/* // sec10
/* // **************************************************************************************************** */
/* ________PC________ */
.sec10Blo01 {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	padding: 60px 10px;
}
.sec10Blo01__agree {
	max-width: 720px;
	margin: 0 auto 20px;
}
.smpForm {
	box-sizing: border-box;
	max-width: 740px;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
	.sec10Blo01 {
		padding: 30px 10px;
	}
	.sec10Blo01__agree {
		width: 100%;
		padding: 0 20px;
	}
}

/* // **************************************************************************************************** */
/* // smpForm
/* // **************************************************************************************************** */
.smpForm {
	max-width: 740px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.smpForm .ss_enquete_form {
	margin-bottom: 20px;
}
.smpForm fieldset > div:first-child,
.smpForm fieldset > div:nth-child(2) {
	padding: 10px;
}
.smpForm .ss_input {
	max-width: 100%;
}
.smpForm .ss_required_field input {
	padding: 5px;
}
.smpForm textarea {
	max-width: 100%;
}
.smpForm .ss_btnArea input {
	background-color: #2b5eb0;
	border: solid 2px #2b5eb0;
}
@media screen and (min-width: 768px) {
	.smpForm fieldset {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.smpForm fieldset > div:first-child {
		width: 213px;
	}
	.smpForm fieldset > div:nth-child(2) {
		width: calc(100% - 213px);
		max-width: 498px;
	}
	.smpForm fieldset .ss_enquete_field:last-of-type .ss_grid {
		display: block !important;
	}
}
@media screen and (max-width: 840px) and (min-width: 768px) {
	.smpForm .ss_enquete_form .ss_enquete_field:last-of-type .ss_grid {
		width: 57.1428571429vw;
	}
}
@media screen and (max-width: 767px) {
	.smpForm .ss_form_title {
		padding-bottom: 0 !important;
	}
	.smpForm .ss_enquete_form .ss_enquete_field:last-of-type .ss_grid {
		width: calc(100vw - 133px);
	}
}
@media screen and (max-width: 500px) {
	.smpForm .ss_enquete_form .ss_enquete_field:last-of-type .ss_grid {
		width: calc(100vw - 100px);
	}
}

/* // **************************************************************************************************** */
/* // footer
/* // **************************************************************************************************** */
/* ________PC________ */
footer {
	background-color: var(--bg-primary);
}
.footer__copy {
	display: block;
	text-align: center;
	color: var(--font-white);
	font-weight: 300;
	font-size: 1.3rem;
	padding: 40px 0;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 767px) {
}
