@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
#main .mainVisual {
	margin-bottom: 20.8rem;
	position: relative;
	color: #fff;
}
#main .mainVisual .image img {
	width: 100%;
}
#main .mainVisual .title {
	width: 100%;
	position: absolute;
	top: 27.1rem;
	font-size: 4rem;
	font-weight: 600;
	z-index: 10;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
}
#main .mainVisual .title .en {
	margin-bottom: 2.5rem;
	display: block;
	color: var(--light-blue);
	font-size: 9rem;
	font-weight: 400;
	letter-spacing: -0.01em;
}
#main .mainVisual .title .sml {
	margin-bottom: 1.3rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}
#main .mainVisual .title .dot {
	display: inline-block;
	position: relative;
}
#main .mainVisual .title .dot::before {
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: -0.7rem;
	left: 50%;
	background-color: var(--white);
	transform: translateX(-50%);
	border-radius: 50%;
	content: "";
}
#main .mainVisual .line {
	width: 1px;
	height: 10rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: var(--white);
	transform: translateX(-50%);
	content: "";
}
#main .mainVisual .line::before {
	margin-left: -0.3rem;
	width: 0.7rem;
	height: 0.7rem;
	position: absolute;
	bottom: 100%;
	left: 50%;
	background-color: var(--white);
	border-radius: 50%;
	content: "";
	animation: circlemove 1.6s ease-in-out infinite,cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:100%;}
  100%{bottom:0;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}
@media all and (max-width: 896px) {
	#main .mainVisual .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .mainVisual .image {
		height: 54rem;
  		overflow: hidden;
	}
	#main .mainVisual .title .sml {
		font-size: 1.6rem;
		letter-spacing: 0;
		margin-bottom: 0.9rem;
	}
	#main .mainVisual .title {
		line-height: 1.5;
		font-size: 2.6rem;
		top: 14.2rem;
		letter-spacing: 0;
	}
	#main .mainVisual .title .en {
		margin-bottom: 1.6rem;
		font-size: 5.4rem;
		line-height: 0.92;
	}
	#main .mainVisual .title .dot::before {
		width: 0.4rem;
		height: 0.4rem;
		top: 0;
	}
	#main .mainVisual .line {
		height: 8rem;
	}
	#main .mainVisual {
		margin-bottom: 7.5rem;
	}
}

/* policyBox */
#main .policyBox {
	margin: 0 0 19.4rem auto;
	padding: 8.4rem 6rem 7.7rem;
	width: calc(50% + 60rem);
	background: url("../img/index/policy_bg_1.webp") no-repeat center center / cover;
	border-radius: 0.8rem 0 0 0.8rem;
	overflow: hidden;
}
#main .policyBox .textBox {
	width: 48.4rem;
}
#main .policyBox .textBox p {
	text-align: justify;
}
@media all and (max-width: 896px) {
	#main .policyBox {
		margin: 0 2rem 7.5rem;
		padding: 0;
		max-width: inherit;
		width: auto;
		background: none;
		overflow: inherit;
		border-radius: 0;
	}
	#main .policyBox .textBox {
		width: auto;
	}
	#main .policyBox .photo {
		margin: 5.6rem -2rem 0 4rem;
		border-radius: 0.8rem 0 0 0.8rem;
		overflow: hidden;
	}
	#main .policyBox .photo img {
		width: 100%;
	}
}


/* numbersBox */
#main .numbersBox {
	margin-bottom: 20rem;
}
#main .numbersBox .headLine01 {
	margin-bottom: 4.5rem;
}
#main .numbersUl {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 0;
	justify-content: space-between;
}
#main .numbersUl > li {
	padding: 4rem 8rem;
	width: 90rem;
	min-height: 30rem;
	border-radius: 0.8rem;
	background: var(--white);
	box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.10);
}
#main .numbersUl .title {
	margin-bottom: 5.8rem;
	text-align: center;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .numbersUl .title span {
	color: var(--white);
	padding: 1rem 2rem;
	border-radius: 2rem;
	background: var(--base-color);
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.1em;
}
#main .numbersUl .flexBox {
	display: flex;
	justify-content: space-between;
}
#main .numbersUl .flexBox .photo {
	width: 9rem;
	flex-shrink: 0;
}
#main .numbersUl .flexBox .numUl {
	flex: 1;
}
#main .numbersUl p {
	line-height: 1.2;
}
#main .numbersUl .numUl {
	margin: -1.5rem 0 0 3.1rem;
	display: flex;
	font-size: 1.6rem;
	justify-content: space-around;
}
#main .numbersUl .numUl li {
	margin-left: 2.9rem;
	padding-left: 3.2rem; 
	display: flex;
	align-items: center;
	position: relative;
}
#main .numbersUl .numUl li:first-child {
	margin-left: 0;
	padding-left: 0;
}
#main .numbersUl .numUl li::before {
	width: 0.2rem;
	height: 85%;
	position: absolute;
	top: 0.9rem;
	left: 0;
	background-color: var(--blue);
	content: "";
}
#main .numbersUl .numUl li:first-child::before {
	display: none;
}
#main .numbersUl .numUl .ttl {
	margin-right: 0.7rem;
	min-width: 8.5rem;
	flex-shrink: 0;
	font-weight: 500;
	white-space:nowrap;
}
#main .numbersUl .numUl .num {
	margin: -0.7rem 0 0 0.3rem;
	color: var(--blue);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	flex: 1;
	position: relative;
	z-index: 10;
	display: flex;
  	align-items: flex-end;
}
#main .numbersUl .numUl .num .big {
	font-size: 12rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	position: relative;
	letter-spacing: -0.06em;
	display: inline-block;
}
#main .numbersUl .numUl .num .big::after {
	width: 100%;
	height: 1rem;
	background-color: #FFF9AB;
	position: absolute;
	bottom: 0.3rem;
	left: 0;
	z-index: -1;
	content: "";
}
#main .numbersUl .numUl .num .sml {
	margin: 0 0 0.7rem 0.6rem;
	white-space:nowrap;
}
@media all and (min-width: 897px) {
	#main .numbersUl .numUl .num .line::after {
		width: 120%;
	}
}
@media all and (min-width: 897px) {
	#main .numbersUl .wid {
		width: 35rem;
		padding: 4rem 4rem;
	}
	#main .numbersUl .item02 {
		padding: 4rem 4rem;
	}
	#main .numbersUl .item02 .photo {
		width: 10.1rem;
		margin: 1.4rem -1.5rem 0 0;
	}
	#main .numbersUl .item03 {
		width: 37rem;
	}
	#main .numbersUl .item03 .flexBox {
		justify-content: center;
	}
	#main .numbersUl .item03 .photo {
		margin-bottom: -13.1rem;
		width: 30rem;
	}
	#main .numbersUl .item03 .title {
		margin-bottom: 1.2rem;
	}
	#main .numbersUl .item04 {
		width: 88rem;
	}
	#main .numbersUl .item04 .photo {
		width: 12.1rem;
		margin: -2.4rem 0.6rem 0 0;
	}
	#main .numbersUl .item04 .numUl .ttl {
		min-width: 0;
	}
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#main .numbersUl > li {
		padding: 4rem 4rem;
  		width: 84rem;
	}
	#main .numbersUl .item04 {
		width: 82rem;
	}
}
@media all and (max-width: 896px) {
	#main .spFlex {
		display: flex;
		gap: 2rem 0;
		align-items: flex-start;
		justify-content: space-between;
	}
	#main .spFlex .numbersUl {
		width: calc(50% - 0.8rem) !important;
	}
	#main .numbersUl {
		display: block;
	}
	#main .numbersUl > li {
		margin-bottom: 2rem;
		min-height: 0;
		padding: 2rem 1.5rem 2.6rem;
		width: auto;
		display: block;
		border-radius: 0.8rem;
		box-shadow: 0 0.8rem 1rem 0 rgba(0, 0, 0, 0.10);
	}
	#main .numbersUl > li:last-child {
		margin-bottom: 0;
	}
	#main .numbersUl .flexBox {
		display: block;
	}
	#main .numbersUl .numUl {
		margin: 0;
		display: block;
		font-size: 1.2rem;
	}
	#main .numbersBox .headLine01 {
		margin-bottom: 2.6rem;
	}
	#main .numbersUl .title {
		font-size: 1.6rem;
		margin-bottom: 1.6rem;
	}
	#main .numbersUl .numUl li{
		margin: 0 0 1.5rem;
		display: block;
		padding: 1.5rem 0 0;
		text-align: center;
	}
	#main .numbersUl .numUl li:last-child {
		margin-bottom: 0;
	}
	#main .numbersUl .numUl li:first-child {
		padding-top: 0;
	}
	#main .numbersUl .numUl .num {
		margin: 0;
		font-size: 2rem;
		justify-content: center;
	}
	#main .numbersUl .numUl .num .big {
		font-size: 6rem;
	}
	#main .numbersUl .numUl li::before {
		width: 100%;
		height: 0.2rem;
		top: 0;
		left: 0;
	}
	#main .numbersUl .flexBox .photo {
		width: 5rem;
		margin: 0 auto 2.4rem;
	}
	#main .numbersUl .title span {
		padding: 0.9rem 2rem;
	}
	#main .numbersUl .numUl .ttl {
		margin: 0 0 -0.1rem 0;
		min-width: 0;
		flex-shrink: 0;
		white-space: wrap;
	}
	#main .numbersUl .numUl .num .big::after {
		width: 100%;
		height: 0.6rem;
		bottom: 0.1rem;
		left: 50%;
		min-width: 5rem;
		transform: translateX(-50%);
	}
	#main .numbersUl .item02 .title {
		margin-bottom: 1.2rem;
	}
	#main .numbersUl .item02 .photo {
		width: 7.2rem;
		margin-bottom: 0.3rem;
	}
	#main .numbersUl .numUl .num .sml {
		margin: 0 0 0.4rem 0.6rem;
	}
	#main .numbersUl .item03 .photo {
		width: auto;
		margin: -1.7rem -4rem -3.3rem;
		text-align: center;
	}
	#main .numbersUl .item03 .photo img {
		width: 17.4rem;
	}
	#main .numbersUl .item04 .photo {
		width: 6.4rem;
		margin: -0.4rem auto 1.6rem;
	}
	#main .numbersUl .item04 .numUl {
		display: flex;
		justify-content: center;
	}
	#main .numbersUl .item04 .numUl li {
		padding: 0 1.8rem;
		margin: 0;
	}
	#main .numbersUl .item04 .numUl li::before {
		width: 0.2rem;
		height: 114%;
		top: -0.2rem;
		left: -0.1rem;
	}
	#main .numbersUl .item04 .numUl .ttl {
		margin-bottom: 0.3rem;
	}
	#main .numbersUl .item04 {
		padding-bottom: 3.1rem;
	}
	#main .numbersBox {
		padding-bottom: 6rem;
		overflow: hidden;
		margin-bottom: 0;
	}
}

/* workBox */
#main .workBox {
	padding-bottom: 16rem;
	color: var(--white);
	background-color: var(--blue);
}
#main .workBox .headLine01 {
	margin-bottom: 10.5rem;
	letter-spacing: -0.05em;
}
#main .workBox .headLine01 small {
	font-size: 3.8rem;
}
#main .workBox .headLine01 .en {
	color: var(--white);
}
#main .workBox .headLine01 .en::after {
	background-color: var(--white);
}
#main .workBox .topImg {
	margin-bottom: 15.3rem;
}
#main .workBox .topImg img {
	width: 100%;
	transform: translateY(-1px);
}
#main .workBox .flexBox {
	display: flex;
	justify-content: space-between;
}
#main .workBox .leftBox {
	width: 36rem;
	position: sticky;
	top: 15rem;
	margin-bottom: auto;
}
#main .workBox .rightBox {
	margin-top: -2rem;
	width: calc(100% - 44rem);
}
#main .workBox .imgBox {
	display: flex;
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	padding-top: 2rem;
}
#main .workBox .imgBox .textBox {
	flex: 1;
	margin: -0.3rem 7rem 0 0;
}
#main .workBox .imgBox .photo {
	width: 40rem;
	order: 3;
}
#main .workBox .imgBox .photo img {
	width: 100%;
	border-radius: 0.8rem;
}
#main .workBox .imgBox + .imgBox {
	margin-top: 10rem;
}
#main .workBox .linkUl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
}
#main .workBox .linkUl li {
	margin-bottom: 2.6rem;
}
#main .workBox .linkUl li:last-child {
	margin-bottom: 0;
}
#main .workBox .linkUl a {
	padding-left: 1.3rem;
	color: var(--white);
	position: relative;
	letter-spacing: 0.065em;
}
#main .workBox .linkUl a::before {
	width: 0.4rem;
	height: 0.4rem;
	background-color: var(--white);
	border-radius: 50%;
	position: absolute;
	top: 1.1rem;
	left: 0.2rem;
	content: "";
}
#main .workBox .title {
	margin-bottom: 2.4rem;
	font-family: "Noto Serif JP", serif;
	color: #FFF9AB;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#main .workBox .title .en {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1.3rem;
}
#main .workBox .comLink {
	margin-top: 3.8rem;
}
#main .workBox .comLink a {
	font-size: 1.4rem;
}
#main .workBox .linkUl .on a {
	color: #FFF9AB;
}
#main .workBox .linkUl .on a::before {
	background-color: #FFF9AB;
}
@media all and (min-width: 897px) {
	#main .workBox .linkUl a:hover {
		opacity: 0.65;
	}
}
@media all and (max-width: 896px) {
	#main .workBox .topImg {
		aspect-ratio: 375/160;
		margin-bottom: 6rem;
	}
	#main .workBox .topImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .workBox .headLine01 small {
		font-size: 2.4rem;
	}
	#main .workBox .flexBox {
		display: block;
	}
	#main .workBox .rightBox {
		width: auto;
		margin-top: 0;
	}
	#main .workBox .imgBox {
		padding-top: 0;
		display: block;
		font-size: 1.4rem;
	}
	#main .workBox .imgBox .textBox {
		margin: 0;
	}
	#main .workBox .imgBox .photo {
		width: auto;
	}
	#main .workBox .headLine01 {
		margin-bottom: 3rem;
	}
	#main .workBox .imgBox .photo img {
		height: 100%;
		object-fit: cover;
		border-radius: 0;
	}
	#main .workBox .imgBox .photo {
		margin-bottom: 1.9rem;
		aspect-ratio: 375/200;
		overflow: hidden;
		border-radius: 0.8rem;
	}
	#main .workBox .title {
		margin-bottom: 1.6rem;
		font-size: 2.6rem;
		line-height: 1.3;
	}
	#main .workBox .title .en {
		margin-bottom: 0.4rem;
		font-size: 1.8rem;
	}
	#main .workBox .comLink a {
		font-size: 1.6rem;
	}
	#main .workBox .comLink {
		margin-top: 3rem;
	}
	#main .workBox .imgBox + .imgBox {
		margin-top: 3.4rem;
	}
	#main .workBox {
		padding-bottom: 6.4rem;
	}
}


/* departmentBox */
#main .departmentBox {
	padding-top: 25.6rem;
}
#main .departmentBox .headLine01 {
	position: relative;
	text-align: center;
	color: var(--blue);
	font-size: 5.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 7.7rem;
}
#main .departmentBox .headLine01 .en {
	color: #F7F7F7;
	font-size: 16rem;
	line-height: 1;
	font-family: "Allison", cursive;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: 400;
	white-space: nowrap;
	letter-spacing: -0.02em;
	z-index: -1;
	margin-top: -5.5rem;
}
#main .departmentBox .headLine01 .en::after {
	display: none;
}
#main .departmentBox .listUl {
	display: flex;
	color: #fff;
}
#main .departmentBox .listUl li {
	padding: 9.4rem 0 6.6rem;
	flex: 1 1 0;
	min-width: 0;
	position: relative;
	overflow: hidden;
}
#main .departmentBox .listUl .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main .departmentBox .listUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .departmentBox .listUl .innerBox {
	margin: 0 auto;
	max-width: 50rem;
	position: relative;
	z-index: 10;
}
#main .departmentBox .listUl .title {
	margin-bottom: 1.9rem;
	padding-bottom: 1.8rem;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 3.2rem;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.07em;
	font-weight: 600;
}
#main .departmentBox .listUl .title img {
	width: 9.4rem;
	margin-bottom: 1rem;
}
#main .departmentBox .listUl p {
	text-align: justify;
	letter-spacing: -0.05em;
}
#main .departmentBox .listUl .comLink {
	margin-top: 5.7rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	#main .departmentBox .listUl {
		display: block;
	}
	#main .departmentBox .listUl li {
		padding: 4.2rem 2rem 4.3rem;
		width: auto;
	}
	#main .departmentBox .headLine01 {
		margin-bottom: 1.9rem;
		font-size: 3.4rem;
	}
	#main .departmentBox .headLine01 .en {
		font-size: 6rem;
		margin-top: -2.6rem;
	}
	#main .departmentBox {
		padding-top: 6.7rem;
	}
	#main .departmentBox .listUl .title img {
		width: 7.2rem;
		margin-bottom: 0.6rem;
	}
	#main .departmentBox .listUl .title {
		font-size: 2.8rem;
		padding-bottom: 1rem;
	}
	#main .departmentBox .listUl .comLink {
		margin-top: 2.7rem;
		text-align: left;
	}
	#main .departmentBox .listUl .innerBox {
		max-width: inherit;
	}
}


/* voiceBox */
#main .voiceBox {
	padding-top: 17.4rem;
}
#main .voiceBox .headLine01 .en {
	margin-bottom: -0.2rem;
}
#main .voiceBox .headLine01 {
	margin-bottom: 6.7rem;
}
#main .voiceBox .linkUl {
	margin-bottom: -24.9rem;
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
}
#main .voiceBox .linkUl li {
	width: calc((100% - 10rem) / 3);
	background-color: #fff;
}
#main .voiceBox .linkUl a {
	color: var(--white);
	display: block;
	position: relative;
}
#main .voiceBox .linkUl .image {
	box-shadow: 0 1rem 2.5rem 0 rgba(0, 0, 0, 0.20);
}
#main .voiceBox .linkUl .image img {
	width: 100%;
}
#main .voiceBox .linkUl .title {
	position: absolute;
	top: 3rem;
  	left: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
#main .voiceBox .linkUl .title span {
	padding: 1rem 1.6rem;
	border-radius: 0.4rem;
	color: var(--blue);
	background-color: var(--white);
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.08em;
}
#main .voiceBox .linkUl .btmBox {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 2rem 2.7rem;
}
#main .voiceBox .linkUl .name {
	font-size: 2.2rem;
	line-height: 1.5;
	    color: #5db9c9;
    font-weight: bold;
}
#main .voiceBox .linkUl .name span {
	display: block;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}
#main .voiceBox .linkUl .subTitle {
	line-height: 1.5;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1.6rem;
}
#main .voiceBox .linkUl .subTitle span {
	margin-bottom: 0;
	padding: 0.8rem 1.5rem 1rem;
	background-color: var(--blue);
	display: block;
	border-radius: 0.4rem;
	letter-spacing: -0.04em;
}
#main .voiceBox .linkUl .comLink {
	margin-top: 1.3rem;
}
#main .voiceBox .bgBox {
	padding: 41.4rem 0 18.8rem;
	color: #fff;
	background: url("../img/index/bg.webp") no-repeat center top / 100% 100%;
}
#main .voiceBox .bgBox .content {
	max-width: 120rem;
}
#main .voiceBox .listUl {
	display: flex;
	flex-wrap: wrap;
	gap: 6.2rem 3.8rem;
}
#main .voiceBox .listUl li {
	width: calc((100% - 11.4rem)/4);
}
#main .voiceBox .listUl .image img {
	width: 100%;
	border-radius: 0.8rem;
}
#main .voiceBox .listUl p {
	line-height: 1.4;
	letter-spacing: 0.04em;
}
#main .voiceBox .listUl .title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
#main .voiceBox .listUl .image {
	margin-bottom: 1.6rem;
}
#main .voiceBox .listUl + .headLine03 {
	margin-top: 14.1rem;
}
#main .voiceBox .listUl .title + p {
	margin-top: 0.6rem;
}
@media all and (min-width: 897px) {
	#main .voiceBox .linkUl a:hover {
		opacity: 0.65;
	}
}
@media all and (max-width: 896px) {
	#main .voiceBox .linkUl {
		margin-bottom: -11.9rem;
		display: block;
	}
	#main .voiceBox .linkUl li {
		width: auto;
		margin-bottom: 2rem;
		background: transparent;
	}
	#main .voiceBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .voiceBox {
		padding-top: 7rem;
	}
	#main .voiceBox .headLine01 .en {
		margin-bottom: 0.9rem;
	}
	#main .voiceBox .headLine01 {
		margin-bottom: 2.7rem;
	}
	#main .voiceBox .linkUl .image {
		aspect-ratio: 375/ 492;
		border-radius: 0.8rem;
		overflow: hidden;
	}
	#main .voiceBox .linkUl .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .voiceBox .linkUl .title {
		font-size: 1.6rem;
		top: 2rem;
	}
	#main .voiceBox .linkUl .subTitle {
		font-size: 1.8rem;
	}
	#main .voiceBox .linkUl .btmBox {
		padding: 0 2rem 3.5rem;
	}
	#main .voiceBox .linkUl .comLink {
		margin-top: 3.1rem;
	}
	#main .voiceBox .linkUl .subTitle span {
		padding: 1rem 0.8rem 1rem;
	}
	#main .voiceBox .bgBox {
		padding: 19.9rem 0 9.2rem;
	}
	#main .voiceBox .listUl {
		display: block;
		margin: 0 3.2rem;
	}
	#main .voiceBox .listUl li {
		width: auto;
		margin-bottom: 2.7rem;
	}
	#main .voiceBox .listUl .image {
		margin-bottom: 0.7rem;
	}
	#main .voiceBox .listUl + .headLine03 {
		margin-top: 8rem;
	}
	#main .voiceBox .listUl .title + p {
		margin-top: 0.8rem;
	}
	#main .voiceBox .listUl li:last-child{
		margin-bottom: 0;
	}
}


/* faqBox */
#main .faqBox {
	padding-top: 11.4rem;
	max-width: 90rem;
}
#main .faqBox .headLine02 {
	margin-bottom: 5.4rem;
	font-size: 4rem;
	font-weight: 500;
	color: var(--blue);
	font-family: "Noto Sans JP", sans-serif;
}
#main .faqDl {
	border-bottom: 0.2rem solid #F7F7F7;
}
#main .faqDl dt {
	font-size: 1.8rem;
	font-weight: 500;
	border-top: 0.2rem solid #F7F7F7;
	min-height: 9.2rem;
	display: flex;
	align-items: center;
	padding: 1rem 7rem 1rem 1.9rem;
	cursor: pointer;
	position: relative;
}
#main .faqDl dt::after {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	transform: translateY(-50%);
	background: url("../img/common/icon03.webp") no-repeat left top / 100% 100%;
	content: "";
}
#main .faqDl dt.on::after {
	background-image: url("../img/common/icon04.webp");
}
#main .faqDl dd {
	padding-bottom: 2.7rem;
	display: none;
}
#main .faqDl .innerBox {
	padding: 1.8rem 2.9rem 1.8rem;
	background-color: #F7F7F7;
}
@media all and (max-width: 896px) {
	#main .faqBox .headLine02 {
		font-size: 2.6rem;
		margin-bottom: 2.6rem;
	}
	#main .faqDl dt {
		font-size: 1.4rem;
		min-height: 7.4rem;
		display: flex;
		align-items: center;
		padding: 0.8rem 7rem 1rem 0;
		line-height: 1.7;
	}
	#main .faqBox {
		padding-top: 7.5rem;
	}
	#main .faqDl .innerBox {
		padding: 1.6rem 1.8rem 1.4rem;
	}
	#main .faqDl dt::after {
		right: 1rem;
	}
	#main .faqDl dd {
		padding-bottom: 2.4rem;
	}
	#main .faqDl .innerBox {
		padding: 1.5rem 1.8rem 1.3rem;
	}
}