@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.redBg {
	padding-bottom: 3rem;
	background-color: #D80D18;
}
#main .main-img {
	padding-bottom: 4.7rem;
	color: #fff;
}
#main .main-img .photo {
	padding-bottom: 131.4%;
	position: relative;
	overflow: hidden;
}
#main .main-img .photo img,
#main .main-img .photo video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
#main .main-img .photo::before {
	width: 100%;
	height: 3.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/index/bg01.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: 5;
}
#main .main-img .inner-box {
	margin-top: -5.9rem;
	padding: 0 1.2rem;
	position: relative;
	z-index: 10;
	text-align: center;
}
#main .main-img .title {
	margin: 0 -1.2rem 1.6rem;
	line-height: 1;
	font-size: 6.5rem;
	font-weight: 400;
	text-align: center;
}
#main .main-img .title span {
	margin-bottom: 1px;
	display: block;
	font-size: 12rem;
}
#main .main-img .txt {
	margin: 0 auto;
	max-width: 32.4rem;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
}
#main .main-img .txt span {
	margin-bottom: 1rem;
	padding-bottom: 0.3rem;
	display: block;
	background-color: #000;
}
#main .main-img .txt span:last-child {
	margin-bottom: 0;
}

#main .main-img .title {
    position: relative;
    display: inline-block;
    clip-path: inset(0 100% 0 0);
}
body.loadover #main .main-img .title {
    clip-path: inset(0 0 0 0);
    transition: .5s;
}
#main .main-img .title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #EDC63A;
    content: "";
    clip-path: inset(0 0 0 0);
}
body.loadover #main .main-img .title::before {
    clip-path: inset(0 0 0 100%);
	transition: .5s;
    transition-delay: .5s;
}
@media all and (min-width: 820px) {
	.redBg {
		padding-bottom: 16.7rem;
	}
	#main .main-img {
		position: relative;
	}
	#main .main-img .photo {
		padding-bottom: 53.7%;
		font-size: 0;
		line-height: 1;
	}
	#main .main-img .inner-box {
		margin: 1.4rem 0 0 0;
		max-width: 136rem;
		padding: 0 2rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: left;
		width: 100%;
	}
	#main .main-img .title {
		margin: 0 0 2.4rem;
		font-size: 11rem;
		text-align: left;
	}
	#main .main-img .title span {
		margin-bottom: 0.6rem;
		font-size: 20rem;
	}
	#main .main-img .txt {
		margin: 0;
		font-size: 2.8rem;
		max-width: 57.5rem;
	}
	#main .main-img .txt span {
		margin-bottom: 1.6rem;
		padding: 0.8rem 0 1.2rem;
	}
	#main .main-img .photo::before {
		height: 4rem;
	}
	#main .main-img {
		padding-bottom: 0;
		margin-bottom: 4.7rem;
	}
	#main .main-img::after {
		width: 100%;
		height: 1rem;
		position: absolute;
		bottom: -0.8rem;
		left: 0;
		background-color: #D80D18;
		content: "";
	}
}
@media all and (min-width: 820px) and (max-width: 1500px) {
	#main .main-img .title span {
		font-size: 16rem;
	}
	#main .main-img .title {
		font-size: 8rem;
	}
	#main .main-img .txt {
		font-size: 1.8rem;
		max-width: 41.5rem;
	}
}

/* search-box */
#main .search-box .head-line01 {
	margin-bottom: 7.2rem;
}
#main .search-box .title {
	margin-bottom: 1.4rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
#main .search-box .flex-box {
	position: relative;
}
#main .search-box .flex-box::before {
	margin-left: -0.3rem;
	width: 0.4rem;
	height: 3rem;
	position: absolute;
	top: -4.9rem;
	left: 50%;
	background-color: #79C8EE;
	border-radius: 0.5rem;
	content: "";
}
#main .search-box .area-box {
	margin-bottom: 4.7rem;
}
#main .search-box .dorp-box {
	padding: 1.5rem 1.5rem;
	width: calc(100% - 1.4rem);
	position: absolute;
	top: calc(100% + 0.2rem);
	left: 1.5rem;
	box-sizing: border-box;
	border: 1px solid #000;
	border-top: none;
	background-color: #fff;
	font-size: 1.6rem;
	display: none;
	z-index: 10;
}
#main .search-box .area-dl dt {
	font-weight: 700;
	position: relative;
	border-bottom: 1px solid #000;
	cursor: pointer;
	padding-bottom: 0.9rem;
	margin-bottom: 0.8rem;
}
#main .search-box .area-dl dt::after {
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 0.3rem;
  	right: 0.4rem;
	background: url("../images/common/icon13.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .search-box .area-dl dt.on::after {
	background-image: url("../images/common/icon14.png");
}
#main .search-box .area-dl dd {
	padding: 0.4rem 0 3.6rem;
	display: none;
}
#main .search-box .area-dl ul li {
	margin-bottom: 1.8rem;
}
#main .search-box .area-dl ul li:last-child {
	margin-bottom: 0;
}
#main .search-box .area-dl ul a {
	display: block;
}
#main .search-box {
	margin-bottom: 2.1rem;
}
#main .search-box .com-bg {
	position: relative;
	z-index: 15;
}
#main .search-box .subTitle {
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.35;
}
#main .search-box .subTitle span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 2.6rem;
}
#main .search-box .subTitle span::before,
#main .search-box .subTitle span::after {
	width: 1.6rem;
	height: 4.6rem;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/common/line03.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .search-box .subTitle span::after {
	left: auto;
	right: 0;
	background-image: url("../images/common/line04.png");
}
#main .retrieval-box {
	box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.10);
	display: flex;
	border-radius: 2rem;
}
#main .retrieval-box .retrieval-inner {
	flex: 1;
	position: relative;
	font-size: 1.8rem;
	background: #fff url("../images/common/icon03.png") no-repeat left 1.7rem center;
	background-size: 2.5rem auto;
	border-radius: 2rem 0 0 2rem;
	border: 0.2rem solid #000;
	border-right: none;
}
#main .retrieval-box .retrieval-inner::before {
	width: 1px;
	height: calc(100% - 2.2rem);
	position: absolute;
	top: 1.1rem;
	left: 5.8rem;
	background-color: #000;
	content: "";
}
#main .retrieval-box .retrieval-inner::after {
	width: 1.6rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 1.4rem;
	background: url("../images/common/icon02.png") no-repeat left center / 1.6rem auto;
	content: "";
}
#main .retrieval-box .retrieval-inner.on::after {
	background-image: url("../images/common/icon02_over.png");
}
#main .retrieval-box .btn a {
	width: 10.8rem;
	height: 6.8rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	border-radius: 0 2rem 2rem 0;
}
#main .retrieval-box .area-txt {
	padding: 1rem 3rem 1.2rem 7.3rem;
	height: 6.4rem;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	font-weight: 500;
	display: flex;
    align-items: center;
}
#main .search-box .right-box .title {
	margin-bottom: 1.6rem;
}
#main .link-ul {
	margin: -1.1rem 0.1rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .link-ul li {
	margin-top: 1.1rem;
	width: calc(50% - 0.6rem);
}
#main .link-ul a {
	padding: 0.3rem 1.3rem 1.3rem;
	display: block;
	box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.10);
	border-radius: 2rem;
	font-size: 1.8rem;
	border: 0.2rem solid #000;
	line-height: 1.4;
	position: relative;
	background-color: #fff;
}
#main .link-ul a::after {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	bottom: 1.8rem;
  	right: 1.6rem;
	background: url("../images/common/icon15.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .link-ul span {
	display: block;
}
#main .link-ul .image {
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #000;
	text-align: center;
}
#main .link-ul .image img {
	width: 2.8rem;
}
#main .link-ul .txt {
	padding-right: 2rem;
	min-height: 5.4rem;
	display: flex;
	align-items: center;
}
#main .link-ul .small {
	font-size: 1.6rem;
}
@media all and (min-width: 820px) {
	#main .search-box {
		padding-top: 1.9rem;
	}
	#main .search-box .flex-box {
		margin: 0 auto;
		padding-left: 7.3rem;
		max-width: 148.2rem;
		display: flex;
		justify-content: space-between;
	}
	#main .search-box .right-box {
		width: 63.2rem;
	}
	#main .search-box .area-box {
		margin-bottom: 0;
		width: 51.6rem;
	}
	#main .search-box .title {
		margin-bottom: 7.5rem;
		font-size: 2.2rem;
	}
	#main .search-box .head-line01 {
		margin-bottom: 2.6rem;
	}
	#main .search-box .head-line01 img {
		width: 3.6rem;
	}
	#main .search-box .right-box .title {
		margin-bottom: 4.9rem;
	}
	#main .link-ul {
		margin-right: -5rem;
		justify-content: flex-start;
	}
	#main .link-ul li {
		margin-right: 0.8rem;
		width: auto;
	}
	#main .link-ul li a {
		min-width: 30.1rem;
		padding: 0.3rem 0;
		display: flex;
		box-shadow: none;
	}
	#main .link-ul li a:hover {
		opacity: 0.7;
	}
	#main .link-ul .image {
		width: 5.8rem;
		border-right: 1px solid #000;
		border-bottom: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#main .link-ul .txt {
		padding: 0 4.5rem 0.3rem 0.8rem;
		flex: 1;
		font-size: 1.8rem;
		justify-content: center;
		min-height: 4.5rem;
	}
	#main .link-ul a::after {
		width: 1.5rem;
		height: 1.5rem;
		bottom: 1.8rem;
		right: 1.8rem;
	}
	#main .search-box .flex-box::before {
		margin-left: -1.5rem;
		width: 0.5rem;
		height: 6.4rem;
		top: 9.7rem;
	}
	#main .retrieval-box .btn a {
		width: 11.8rem;
		height: 5.5rem;
	}
	#main .retrieval-box .area-txt {
		padding: 1rem 3rem 1.2rem 8rem;
		height: 5.1rem;
	}
	#main .retrieval-box .retrieval-inner::after {
		right: 3.3rem;
	}
	#main .retrieval-box .retrieval-inner::before {
		display: none;
	}
	#main .retrieval-box .retrieval-inner {
		background-position: left 2.7rem center;
		background-size: 2.8rem auto;
	}
	#main .retrieval-box .btn a:hover {
		opacity: 0.7;
	}
	#main .search-box .area-dl dt:hover {
		opacity: 0.7;
	}
	#main .search-box .area-dl ul a:hover {
		opacity: 0.7;
	}
	#main .search-box .subTitle {
		font-size: 2.2rem;
	}
	#main .search-box .subTitle span {
		padding: 0 7.6rem;
	}
	#main .search-box .subTitle span::before,
	#main .search-box .subTitle span::after {
		top: 1.5rem;
	}
}
@media all and (min-width: 820px) and (max-width: 1500px) {
	#main .search-box .flex-box {
		padding-left: 4rem;
		max-width: 119rem;
	}
	#main .search-box .right-box {
		width: 53rem;
	}
	#main .search-box .area-box {
		width: 48rem;
	}
	#main .link-ul .image {
		width: 5rem;
	}
	#main .link-ul .image img {
		width: 2.4rem;
	}
	#main .link-ul li a {
		min-width: 24rem;
	}
	#main .link-ul .txt {
		padding: 0 4.5rem 0 0.8rem;
		font-size: 1.5rem;
		min-height: 4rem;
	}
	#main .link-ul a::after {
		bottom: 1.5rem;
		right: 1.5rem;
	}
	#main .search-box .flex-box::before {
		margin-left: 0;
	}
}
@media all and (max-width: 819px) {
	#main .link-ul li:first-child a::after {
		bottom: 3.1rem;
	}
	#main .link-ul li:nth-child(2) a::after {
		bottom: 3.1rem;
	}
}

/* interview-box */
#main .interview-box {
	margin-bottom: 5.8rem;
	padding: 3.9rem 2rem 4.1rem;
	background-color: #EBEBEB;
}
#main .interview-box .content {
	padding: 0;
}
#main .interview-box::before {
	height: 2.9rem;
	background-image: url("../images/index/bg04.png");
}
#main .interview-box::after {
	height: 2.9rem;
	background-image: url("../images/index/bg05.png");
}
#main .show-box {
	margin-right: -0.1rem;
}
#main .show-box .tab-ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#main .show-box .tab-ul::after,
#main .show-box .tab-ul::before,
#main .show-box .tab-ul li::after {
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	left: -0.5rem;
  	bottom: -0.5rem;
	border-radius: 50%;
	overflow: hidden;
	background-color: #000;
	content: "";
	z-index: 10;
}
#main .show-box .tab-ul::after,
#main .show-box .tab-ul li::after {
	left: auto;
	right: -0.5rem;
}
#main .show-box .tab-ul li {
	margin-right: -0.2rem;
	width: calc(50% + 0.2rem);
	position: relative;
}
#main .show-box .tab-ul li:last-child {
	margin-right: 0;
	width: 50%;
}
#main .show-box .tab-ul li:last-child::after {
	display: none;
}
#main .show-box .tab-ul a {
	padding: 0.6rem 0.5rem 0.7rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	border: 0.2rem solid #000;
	border-bottom: none;
	border-top-left-radius: 1.5rem;
	background-color: #000;
	line-height: 1;
}
#main .show-box .tab-ul .on a {
	color: #000;
	background-color: #fff;
}
#main .show-box .tab-box {
	padding: 2.7rem 1.1rem 3.1rem 1.2rem;
	border: 0.2rem solid #000;
	background-color: #fff;
}
#main .show-box .title {
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.48;
}
#main .show-box .title span {
	background: url("../images/common/line.jpg") repeat-x left top 0.7rem;
	background-size: auto 2.5rem;
}
#main .show-box .photo {
	margin-bottom: 0.6rem;
}
#main .show-box .photo img {
	width: 100%;
}
#main .show-box .text-box {
	margin: 0 1.5rem;
}
#main .show-box .text-box p {
	margin-bottom: 2.5rem;
	line-height: 1.37;
}
#main .show-box .text-box p:last-child {
	margin-bottom: 0;
}
#main .show-box .text-box p .col {
	background: url("../images/common/line02.jpg") repeat-x left top 0.6rem;
	background-size: auto 1.4rem;
}
#main .show-box .height-box {
	height: 13.3rem;
	overflow: hidden;
	position: relative;
}
#main .show-box .height-box::after {
	width: 100%;
	height: 4.5rem;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
#main .show-box .inner-box .com-btn {
	margin: 0 -2rem;
}
#main .show-box .name-txt {
	margin: 0 -1.4rem 2.7rem !important;
	padding-left: 1.3rem;
	font-size: 1.2rem;
	border-left: 0.4rem solid #D80D18;
	line-height: 1.5 !important;
}
#main .show-box .name-txt .txt {
	margin-top: 0.3rem;
	display: block;
}
#main .show-box .name-txt .txt + .txt {
	margin-top: 0.6rem;
}
#main .show-box .name-txt .big {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;
}
#main .show-box .name-txt .en {
	margin-left: 2.7rem;
	font-size: 1.8rem;
	color: #D8D8D8;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.01em;
}
#main .show-box .tab-box {
	display: none;
}
#main .show-box .height-box.open {
    height: auto;
}
#main .show-box .height-box.open::after {
    display: none;
}
#main .show-box .height-box.open + .com-btn {
    display: none;
}
@media all and (min-width: 820px) {
	#main .interview-box {
		margin-bottom: 13.5rem;
		padding: 2rem 2rem 11.2rem;
	}
	#main .interview-box::before {
		height: 5.2rem;
	}
	#main .interview-box::after {
		height: 12.5rem;
		background-image: url("../images/index/bg10.png");
	}
	#main .interview-box .head-line01 img {
		width: 4rem;
  		height: 4.3rem;
	}
	#main .interview-box .head-line01 .en {
		margin: 2.8rem 0 0.7rem;
	}
	#main .interview-box .head-line01 {
		margin-bottom: 6.8rem;
	}
	#main .show-box .tab-ul a {
		border-width: 0.3rem;
		padding: 1.8rem 0.5rem 2.1rem;
		font-size: 4rem;
	}
	#main .show-box .tab-box {
		border-width: 0.3rem;
	}
	#main .interview-box .content {
		padding: 0;
		max-width: 154.6rem;
	}
	#main .show-box .tab-ul::after,
	#main .show-box .tab-ul::before,
	#main .show-box .tab-ul li::after {
		width: 1.6rem;
		height: 1.6rem;
		left: -0.8rem;
		bottom: -0.8rem;
	}
	#main .show-box .tab-ul::after,
	#main .show-box .tab-ul li::after {
		left: auto;
		right: -0.8rem;
	}
	#main .show-box .tab-ul a:hover {
		color: #000;
  		background-color: #fff;
	}
	#main .show-box .img-box {
		display: flex;
		justify-content: space-between;
	}
	#main .show-box .img-box .photo {
		width: calc(50% - 2.7rem);
	}
	#main .show-box .name-txt {
		padding-left: 1.4rem;
		margin: 0 0 4.7rem -1px !important;
		font-size: 1.6rem;
		line-height: 1.4 !important;
	}
	#main .show-box .img-box .text-box {
		flex: 1;
		margin: 7.1rem 5rem 0 10.3rem;
		font-size: 1.8rem;
	}
	#main .show-box .tab-box {
		padding: 3.2rem 3.3rem 2.7rem;
	}
	#main .show-box .height-box::after {
		display: none;
	}
	#main .show-box .height-box {
		height: auto;
	}
	#main .show-box .title {
		margin-bottom: 1.9rem;
		text-align: left;
		font-size: 3rem;
	}
	#main .show-box .name-txt .txt {
		margin-top: 0.4rem;
	}
	#main .show-box .name-txt .en {
		margin-left: 2.5rem;
		color: #000;
		font-size: 2rem;
	}
	#main .show-box .text-box p {
		margin-bottom: 3.1rem;
		letter-spacing: -0.02em;
	}
	#main .show-box .title span {
		background-position: left top 0.9rem;
		background-size: auto 3.1rem;
	}
	#main .show-box .text-box p .col {
		background-image: url("../images/common/line.jpg");
		background-position: left top 0.8rem;
		background-size: auto 1.4rem;
	}
	#main .show-box .text-box p {
		text-align: justify;
	}
}
@media all and (min-width: 820px) and (max-width: 1500px) {
	#main .show-box .img-box .text-box {
		margin: 0 0 0 5rem;
	}
}

/* point-box */
#main .point-box {
	margin-bottom: 7.6rem;
	padding: 0 1.4rem 4.1rem;
	background-color: #79C8EE;
	z-index: 10;
}
#main .point-box .head-line01 .en {
	margin-top: 1.3rem;
}
#main .point-box .content {
	padding: 0;
}
#main .point-box::before {
	height: 6.6rem;
	background-image: url("../images/index/bg06.png");
}
#main .point-box::after {
	height: 6.6rem;
	background-image: url("../images/index/bg07.png");
}
#main .point-box .list-ul li {
	margin-bottom: 3.9rem;
	border-radius: 2rem 2rem 0 2rem;
	background: #FFF;
	box-shadow: 0 0.2rem 0.45rem 0 rgba(0, 0, 0, 0.10);
	position: relative;
	background-color: #fff;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: justify;
	padding: 2.8rem 3rem 3.6rem;
}
#main .point-box .list-ul .num {
	padding: 0.2rem 0 0 0.5rem;
	width: 9.2rem;
	height: 9.2rem;
	color: #fff;
	font-weight: 700;
	font-size: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2rem 2rem 2rem 0;
	background: #000;
	font-family: "Noto Sans", sans-serif;
	position: absolute;
	top: -1.6rem;
	left: -0.4rem;
}
#main .point-box .list-ul li:last-child {
	margin-bottom: 0;
}
#main .point-box .head-line01 {
	margin-bottom: 0.4rem;
	position: relative;
	top: -3rem;
	padding-top: 3rem;
}
#main .point-box .list-ul .image {
	margin-bottom: 2.8rem;
	text-align: center;
}
#main .point-box .list-ul img {
	width: 15.5rem;
}
#main .point-box .list-ul .title {
	margin-bottom: 4.8rem;
	padding: 0 0 2.8rem 5rem;
	text-align: center;
	font-size: 2.5rem;
	border-bottom: 0.2rem solid #000;
	line-height: 1.45;
	position: relative;
}
#main .point-box .list-ul .title .col {
	color: #D80D18;
}
#main .point-box .list-ul .title::after {
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	right: -0.6rem;
  	bottom: -0.6rem;
	border-radius: 50%;
	overflow: hidden;
	background-color: #000;
	content: "";
	z-index: 10;
}
#main .point-box .list-ul .title .inner {
	text-align: left;
	display: inline-block;
}
#main .point-box .list-ul .notes {
	margin-top: 0.9rem;
	display: block;
	font-size: 1.6rem;
}
#main .point-box .list-ul .small {
	font-size: 1.6rem;
}
@media all and (min-width: 820px) {
	#main .point-box {
		margin: 0 auto 19.4rem;
		max-width: 180rem;
		padding: 0 1.4rem 1.7rem;
	}
	#main .point-box .head-line01 img {
		width: 3.8rem;
	}
	#main .point-box .head-line01 .en {
		margin: 1.8rem 0 0.4rem;
	}
	#main .point-box .head-line01 {
		margin-bottom: -3rem;
		position: relative;
		top: -8.4rem;
		padding-top: 5.5rem;
	}
	#main .point-box .content {
		max-width: 132.8rem;
	}
	#main .point-box .list-ul {
		margin-right: -4.7rem;
		display: flex;
		flex-wrap: wrap;
	}
	#main .point-box .list-ul li {
		margin: 0 4.7rem 0 0;
		width: 41rem;
		padding: 2.2rem 3.8rem 2.7rem;
		border-radius: 2.5rem 2.5rem 0 2.5rem;
		box-shadow: none;
	}
	#main .point-box .list-ul .num {
		padding: 0 1.2rem 0.5rem 0.5rem;
		width: 10.5rem;
		font-size: 3rem;
		top: -1.6rem;
		left: 0;
	}
	#main .point-box .list-ul .title {
		padding: 1px 0 1.9rem 4.2rem;
		margin: 0 1.2rem 4rem 6.7rem;
		line-height: 1.36;
		display: flex;
		align-items: center;
	}
	#main .point-box .list-ul .title .col {
		margin-right: 0.5rem;
	}
	#main .point-box .list-ul .image {
		margin-bottom: 3.5rem;
	}
	#main .point-box .list-ul .notes {
		margin-top: 0;
		font-size: 1.8rem;
		display: inline;
	}
	#main .point-box .list-ul .small {
		font-size: 1.8rem;
	}
	#main .point-box::before {
		height: 16rem;
		background-image: url("../images/index/bg06_pc.png");
	}
	#main .point-box::after {
		height: 16rem;
		background-image: url("../images/index/bg07_pc.png");
	}
}
@media all and (min-width: 820px) and (max-width: 1500px) {
	#main .point-box .list-ul li {
		width: 38rem;
	}
	#main .point-box .list-ul .title {
		margin-left: 4.7rem;
		padding-left: 3rem;
	}
}


/* voice-box */
#main .voice-box {
	padding: 1.6rem 0 5rem;
	background-color: #EBEBEB;
}
#main .voice-box .content {
	padding: 0;
}
#main .voice-box::before {
	height: 6.5rem;
	background-image: url("../images/index/bg04.png");
}
#main .voice-box::after {
	height: 6.5rem;
	background-image: url("../images/index/bg05.png");
}
#main .voice-box .head-line01 .en {
	line-height: 1.15;
}
#main .voice-box .head-line01 {
	margin-bottom: 2.4rem;
}
#main .voice-box .img-ul li {
	margin-bottom: 0.6rem;
}
#main .voice-box .img-ul img {
	width: 100%;
}
#main .voice-box .img-ul li:last-child {
	margin-bottom: 0;
}
#main .voice-box .notes {
	margin: 0.9rem 1.6rem 0;
	text-align: right;
	font-weight: normal;
	font-size: 1.6rem;
}
@media all and (min-width: 820px) {
	#main .voice-box {
		padding: 3rem 0 23.8rem;
		z-index: 5;
	}
	#main .voice-box::before {
		height: 16rem;
		background-image: url("../images/index/bg04_pc.png");
	}
	#main .voice-box .head-line01 img {
		width: 4.6rem;
	}
	#main .voice-box .head-line01 .en {
		margin-top: 2.9rem;
		line-height: 1;
	}
	#main .voice-box .content {
		max-width: 156.4rem;
	}
	#main .voice-box .head-line01 {
		margin-bottom: 2.3rem;
	}
	#main .voice-box .img-ul li {
		margin-bottom: 3.1rem;
	}
	#main .voice-box .img-ul li:first-child {
		margin-bottom: -3rem;
	}
	#main .voice-box .img-ul li:nth-child(3) {
		margin-bottom: 5.6rem;
	}
	#main .voice-box::after {
		height: 2.5rem;
		background-image: url("../images/index/bg05_pc.png");
	}
}


/* search-box02 */
#main .search-box02 .head-line01 {
	margin-bottom: 1.3rem;
}
#main .search-box02 .com-bg {
	padding: 2.2rem 1.8rem 2.7rem;
	background-color: #D80D18;
}
#main .search-box02 .com-bg::before {
	background-image: url("../images/index/bg08.png");
}
#main .search-box02 .com-bg::after {
	background-image: url("../images/index/bg09.png");
}
#main .search-box02 .head-line01 .en {
	color: #fff;
}
#main .search-box02 .subTitle {
	margin-bottom: 3.2rem;
}
#main .search-box02 .flex-box::before {
	display: none;
}
#main .search-box02 .area-box {
	margin-bottom: 5.2rem;
}
@media all and (min-width: 820px) {
	#main .search-box02 {
		margin-top: -7.1rem;
	}
	#main .search-box02 .com-bg {
		padding: 0 1.8rem 6.4rem;
		max-width: 162.6rem;
	}
	#main .search-box02 .com-bg::before {
		height: 9.3rem;
		background-image: url("../images/index/bg08_pc.png");
	}
	#main .search-box02 .com-bg::after {
		height: 3.3rem;
		background-image: url("../images/index/bg09_pc.png");
	}
	#main .search-box02 .head-line01 img {
		width: 4.6rem;
	}
	#main .search-box02 .head-line01 {
		margin-bottom: 1.7rem;
		position: relative;
		top: -1.3rem;
	}
	#main .search-box02 .head-line01 .en {
		margin: 1.3rem 0 1.2rem;
	}
	#main .search-box02 .subTitle {
		margin-bottom: 3.1rem;
	}
	#main .search-box02 .flex-box::before {
		display: block;
	}
}