@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-top: 0.1rem;
}
#main .mainVisual {
	margin-bottom: 5.3rem;
	position: relative;
	z-index: 1;
}
#main .mainVisual::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 13rem;
	background : linear-gradient(180deg, rgba(249, 243, 237, 1) 49.84%, rgba(249, 243, 237, 0) 100%);
	content: '';
	z-index: 5;
}
#main .mainVisual::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 16.5rem);
	background: url(../img/index/main_bg01.png) repeat-x center bottom / 126rem;
	content: '';
	z-index: -1;
}
#main .mainVisual .inner {
	padding-bottom: 2.6rem;
	position: relative;
	height: 100%;
}
#main .mainVisual .inner::before {
	position: absolute;
	bottom: -2.5rem;
	left: max(-13.75vw,-20rem);
	width: 36.4vw;
	height: 36.4vw;
	background: url(../img/index/main_img01.png) no-repeat left top / 100%;
	content: '';
	z-index: 3;
}
#main .mainVisual .inner .img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4.5vw;
	width: 116.7vw;
	max-width: 179.2rem;
	height: 30rem;
	pointer-events: none;
	text-align: right;
	z-index: 4;
}
#main .mainVisual .inner .img img {
	width: 24.5rem;
	transform: rotate(-27deg);
}
#main .mainVisual .mainImg {
	position: relative;
	z-index: 4;
	height: calc(100% - calc(min(3.41vw,5.84vh) + min(3.5vw,6vh)));
}
#main .mainVisual .mainImg .photo {
	border-radius: 0 0 20.8vw 20.8vw;
	overflow: hidden;
	height: 100%;
}
#main .mainVisual .mainImg .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .mainImg .subInner {
	padding-top: 2.5vw;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: min(81.9vw,140vh);
	height: 100%;
	align-items: center;
}
#main .mainVisual .mainImg .subInner .hTitle {
	width: min(26.08vw,44.7vh);
}
#main .mainVisual .mainImg .subInner .textImg {
	margin: min(3.5vw,6vh) min(11.46vw,19.64vh) 0 0;
	width: min(16.41vw,28.13vh);
}
#main .mainVisual .textImg02 {
	margin: min(3.5vw,6vh) auto 0;
	width: min(60.8vw,104.2vh);
	position: relative;
	z-index: 5;
}
@media all and (min-width: 897px) {
	#main .mainVisual .mainImg .subInner .hTitle,
	#main .mainVisual .mainImg .subInner .textImg {
		display: none;
	}
}
#main .mainVisual .subImg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2.7rem;
	width: 76vw;
	min-width: 99.6rem;
	height: 11.7rem;
	text-align: right;
}
#main .mainVisual .subImg img {
	width: 14.5rem;
}
#main .topBox {
	margin-bottom: 6.3rem;
	position: relative;
	z-index: 10;
}
#main .topBox .comLinkList {
	margin-top: 3.6rem;
}
#main .topBox .picImg {
    position: absolute;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 143rem;
    height: 29.2rem;
    pointer-events: none;
}
#main .topBox .picImg img {
	width: 28.8rem;
}
#main .topics {
	margin-bottom: 6.1rem;
	position: relative;
}
#main .topics .inner {
	margin: 0 auto;
	max-width: 100rem;
	position: relative;
}
#main .topics .inner::before {
	position: absolute;
	top: 0;
	left: -0.3rem;
	width: 14rem;
	height: 100%;
	background: linear-gradient(90deg, rgba(249, 243, 237, 1) 18.8%, rgba(249, 243, 237, 0) 100%);
	content: '';
	z-index: 5;
}
#main .topics .inner::after {
	position: absolute;
	top: 0;
	right: -0.3rem;
	width: 14rem;
	height: 100%;
	background: linear-gradient(270deg, rgba(249, 243, 237, 1) 18.8%, rgba(249, 243, 237, 0) 100%);
	content: '';
	z-index: 5;
}
#main .topics .topicsList {
	margin: 0 -0.3rem;
}
#main .topics .topicsList .slick-slide > div {
	margin: 0 2.2rem;
	width: 35.9rem;
}
#main .topics .topicsList li a {
	display: block;
}
#main .topics .topicsList li a:hover {
	opacity: 0.7;
}
#main .topics .topicsList li .photo {
	margin-bottom: 1.3rem;
	position: relative;
	border-radius: 9.2rem;
	overflow: hidden;
}
#main .topics .topicsList li .photo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0.2rem solid #E2B997;
	border-radius: 9.2rem;
	box-sizing: border-box;
	content: '';
}
#main .topics .topicsList li .subBox {
	padding: 0 4.2rem;
}
#main .topics .topicsList li time {
	font-size: 1.4rem;
	font-family: 'googlesansflex';
	font-weight: 300;
	letter-spacing: 0.02em;
}
#main .topics .topicsList li .jp {
	margin-left: 0.7rem;
}
#main .topics .topicsList li .jp small {
	margin-left: 1.2rem;
	font-size: 1.2rem;
	vertical-align: 0.2rem;
	letter-spacing: 0.08em;
}
#main .topics .topicsList li .text {
	margin: -0.2rem -2rem 0 0;
	line-height: 1.7;
	letter-spacing: 0.08em;
}
#main .topics .topicsList li .note {
	margin: 0.8rem -2rem 0 0;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}
#main .topics .arrow {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 22rem;
	max-width: 43.2rem;
	pointer-events: none;
	align-items: center;
}
#main .topics .arrow li {
	margin-top: 0.4rem;
	width: 1.2rem;
	pointer-events: visible;
	position: relative;
	z-index: 5;
	cursor: pointer;
	transition: opacity 0.3s;
}
@media all and (min-width: 897px) {
	#main .topics .arrow li:hover {
		opacity: 0.7;
	}
}
#main .concept {
	margin-top: 11rem;
	position: relative;
}
#main .concept .comBgBox {
	top: -5.6rem;
	width: 104.8rem;
}
#main .concept .comBgBox img {
	width: 6.7rem;
}
#main .concept .inner {
	margin: 0 -2rem;
	padding: 6.2rem 0 2rem;
	min-height: 83.9rem;
	background: url(../img/index/concept_bg01.jpg) no-repeat center top / 100%;
}
#main .concept .inner .headLine01 {
	margin-bottom: 7.9rem;
}
#main .concept .inner .imgBox {
	margin: 0 auto;
	max-width: 81.6rem;
	align-items: flex-start;
}
#main .concept .inner .imgBox .textBox {
	width: 30rem;
}
#main .concept .inner .imgBox .textBox .logoBox {
	margin-bottom: 5.7rem;
	width: 26.6rem;
}
#main .concept .inner .imgBox .textBox .title {
	margin-bottom: 3.2rem;
	font-size: 2rem;
	line-height: 1.85;
	letter-spacing: 0.08em;
}
#main .concept .inner .imgBox .textBox .text {
	line-height: 2.33;
	letter-spacing: 0.08em;
}
#main .concept .inner .imgBox .photoBox {
	margin: 4.3rem -10.9rem 0 0;
	width: calc(100% - 30rem);
	align-items: flex-end;
}
#main .concept .inner .imgBox .photoBox .area:not(:first-child) {
	margin-left: 1.8rem;
}
#main .concept .inner .imgBox .photoBox .area .photo {
	width: 21rem;
}
#main .concept .inner .imgBox .photoBox .area .text {
	margin-top: -4.6rem;
	text-align: center;
	letter-spacing: 0.08em;
}
#main .products {
	margin-bottom: 15.6rem;
	position: relative;
	z-index: 6;
}
#main .products::before {
	position: absolute;
	top: 4.8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 150.5rem;
	height: 114.1rem;
	background: url(../img/index/products_bg01.jpg) no-repeat center top / 100%;
	content: '';
	z-index: -1;
}
#main .products .comBgBox {
	width: 101.6rem;
	top: -2.5rem;
}
#main .products .comBgBox img {
	width: 8.3rem;
}
#main .products .topTitle {
	margin-bottom: 3.3rem;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .products .topTitle .bgText {
	padding-bottom: 1.5rem;
	background: -webkit-linear-gradient(#e2b997,#e2b997) repeat-x center bottom / 100% 0.2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .products .topText {
	margin-bottom: 6.1rem;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.08em;
}
#main .products .photoList {
	margin: 0 auto 9.6rem;
	max-width: 100rem;
}
#main .products .photoList li {
	width: calc((100% - 2.8rem) / 2);
}
#main .products .photoList > li > a {
	margin-bottom: 2.5rem;
	display: block;
	padding: 4.3rem 4.6rem 2.7rem;
	background: #FFF;
	border-radius: 5rem;
	box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.12);
	transition: transform 0.3s,background 0.3s;
}
@media all and (min-width: 897px) {
	#main .products .photoList > li > a:hover {
		background: #FDF7F2;
		transform: translateY(-5px);
	}
}
#main .products .photoList li .title {
	margin-bottom: 2.3rem;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.08em;
}
#main .products .photoList li .photo {
	margin: 0 auto -6.8rem;
	width: 18.5rem;
}
#main .products .photoList li .text {
	margin-bottom: 1.7rem;
	line-height: 1.73;
	text-align: center;
	letter-spacing: 0.1em;
}
#main .products .photoList li .price {
	margin-bottom: 3.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .products .photoList li .price .number {
	margin-right: 0.5rem;
	font-family: 'googlesansflex';
	font-size: 2rem;
	letter-spacing: 0.06em;
}
#main .products .photoList li .comLink {
	margin: 0 0 0 auto;
	width: 15.2rem;
}
#main .products .photoList li .comLink span {
	padding: 0.5rem 3.5rem 0.5rem 1rem;
	min-height: 3.8rem;
	box-shadow: none;
	letter-spacing: 0.1em;
	background-position: right 1.5rem top calc(50% + 0.1rem);
}
#main .products .photoList li .comLinkList {
	padding: 0 0.8rem;
	justify-content: space-between;
	gap: inherit;
}
#main .products .photoList li .comLinkList li {
	width: calc((100% - 1rem) / 2);
}
#main .how {
	margin-bottom: 13.4rem;
	position: relative;
}
#main .how::before {
	position: absolute;
	top: -19.2rem;
	right: -0.8rem;
	width: 58.8rem;
	height: 80.5rem;
	background: url(../img/index/how_bg02.png) no-repeat left top / 100%;
	content: '';
	z-index: 6;
}
#main .how::after {
	position: absolute;
	top: -19rem;
	left: 0;
	width: 61.5rem;
	height: 80.5rem;
	background: url(../img/index/how_bg01.png) no-repeat left top / 100%;
	content: '';
	z-index: 6;
}
#main .how .comBgBox {
	z-index: 7;
	top: -7.5rem;
	width: 96rem;
}
#main .how .comBgBox img {
	width: 8.5rem;
}
#main .how .content {
	z-index: 8;
}
#main .how .headLine01 {
	margin-bottom: 4.9rem;
}
#main .how .inner {
	margin: 0 auto;
	padding: 5.6rem 8.1rem 6.3rem;
	max-width: 100rem;
	background: #FFF;
	box-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	position: relative;
}
#main .how .inner::before {
	position: absolute;
	top: 3.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.2rem;
	bottom: 3.1rem;
	background: #e1e1e1;
	content: '';
}
#main .how .inner .enText {
	top: 50%;
	left: 2.6rem;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: 'googlesansflex';
}
#main .how .inner .enText.style01 {
	left: auto;
	right: 2rem;
}
#main .how .inner .area {
	width: calc((100% - 18rem) / 2);
}
#main .how .inner .area .tag {
	margin: 0 auto 2.6rem;
	padding: 0.7rem 0.5rem 0.9rem;
	width: 19.8rem;
	color: #FFF;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 3rem;
	background: #e9b6a1;
}
#main .how .inner .area .textUl {
	margin: 0 auto 2.1rem;
	width: fit-content;
}
#main .how .inner .area .textUl li {
	margin-bottom: 1.2rem;
	padding: 0 0 0 2.4rem;
	width: fit-content;
	font-weight: 700;
	letter-spacing: 0.09em;
	background: url(../img/common/icon06.png) no-repeat left top 0.6rem / 1.8rem;
}
#main .how .inner .area .textUl li:last-child {
	margin-bottom: 0;
}
#main .how .inner .area .imgArea .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .how .inner .area .imgArea .imgBox .photo {
	width: 6.8rem;
}
#main .how .inner .area .imgArea .imgBox .textBox {
	margin-top: 3.5rem;
	width: calc(100% - 9.7rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .how .inner .area .imgArea .imgBox .textBox .stepText {
	width: 5.6rem;
	height: 5.6rem;
	background: #e9b6a1;
	border-radius: 50%;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.07;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#main .how .inner .area .imgArea .imgBox .textBox .rBox {
	margin: 0.1rem -5rem 0 0;
	width: calc(100% - 2.8rem);
}
#main .how .inner .area .imgArea .imgBox .textBox .rBox .text {
	letter-spacing: 0.08em;
}
#main .how .inner .area .imgArea .imgBox .textBox .rBox .tagUl {
	margin-top: 1.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}
#main .how .inner .area .imgArea .imgBox .textBox .rBox .tagUl li {
	padding: 0.2rem 0.8rem 0.1rem 0.9rem;
	border: 1px solid #595757;
	border-radius: 3rem;
	line-height: 1.2;
	letter-spacing: 0.09em;
}
#main .how .inner .area .bottomText {
	margin-top: 2.3rem;
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: 0.09em;
}
#main .how .inner .area .bottomText .bgText {
	padding-bottom: 0.3rem;
	background: -webkit-linear-gradient(#e9b6a1,#e9b6a1) repeat-x center bottom / 100% 1px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .how .inner .area.style01 .tag {
	margin-bottom: 3.2rem;
	background-color: #e2b997;
}
#main .how .inner .area.style01 .textUl {
	margin-bottom: 1.6rem;
}
#main .how .inner .area.style01 .textUl li {
	background-image: url(../img/common/icon07.png);
}
#main .how .inner .area.style01 .imgArea {
	margin-left: -5.1rem;
}
#main .how .inner .area.style01 .imgArea .imgBox .photo {
	width: 6.2rem;
}
#main .how .inner .area.style01 .imgArea .imgBox {
	margin-bottom: 2.2rem;
	align-items: center;
}
#main .how .inner .area.style01 .imgArea .imgBox .textBox {
	margin-top: 1.4rem;
	align-content: center;
}
#main .how .inner .area.style01 .imgArea .imgBox:nth-child(2) .textBox {
	margin-top: 0;
}
#main .how .inner .area.style01 .imgArea .imgBox .textBox .stepText {
	background-color: #e2b997;
}
#main .how .inner .area.style01 .imgArea .imgBox .textBox .rBox {
	margin-top: 0.4rem;
}
#main .outBgBox {
	position: relative;
}
#main .outBgBox::before {
	margin-left: -1rem;
	position: absolute;
	top: 6.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 184.4rem;
	height: 175.8rem;
	background: url(../img/index/out_bg01.jpg) no-repeat center top / 100%;
	content: '';
}
#main .when {
	margin-bottom: 13.2rem;
	position: relative;
}
#main .when .comBgBox {
	width: 97.6rem;
	top: -4.3rem;
}
#main .when .comBgBox img {
	width: 9.3rem;
}
#main .when .headLine01 {
	margin-bottom: 5.3rem;
}
#main .when .headLine01 .en {
	margin-bottom: 1.9rem;
}
#main .when .photoList {
	margin: 0 auto;
	max-width: 95rem;
	gap: 2.8rem;
}
#main .when .photoList > li {
	padding: 3.7rem 2.7rem 3.5rem;
	width: calc((100% - 5.6rem) / 3);
	background: #FFF;
	border-radius: 5rem;
	box-shadow : 0.5rem 0.5rem 0.4rem rgba(119, 114, 88, 0.25);
}
#main .when .photoList li .tag {
	margin: 0 auto 0.9rem;
	padding: 0.4rem 1.4rem 0.3rem;
	min-width: 8.1rem;
	width: fit-content;
	border: 1px solid #595757;
	border-radius: 3rem;
	font-size: 1.4rem;
	letter-spacing: 0.07em;
	text-align: center;
}
#main .when .photoList li .photo {
	margin: 0 auto 0.9rem;
	max-width: 13.1rem;
	box-sizing: content-box;
}
#main .when .photoList li .photo.spec {
	padding-right: 2rem;
}
#main .when .photoList li .title {
	margin-bottom: 2.2rem;
	padding-bottom: 1rem;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.07em;
	border-bottom: 1px solid #595757;
}
#main .when .photoList li .tagUl {
	margin-bottom: 2.5rem;
}
#main .when .photoList li .tagUl li {
	margin: 0 auto;
	padding: 0.3rem 1.8rem;
	width: fit-content;
	background: #e2b997;
	color: #FFF;
	border-radius: 1.4rem;
	position: relative;
}
#main .when .photoList li .tagUl li.style01 {
	padding: 0.3rem 2.1rem;
}
/* #main .when .photoList li .tagUl li.style01::before {
	position: absolute;
	top: -1.6rem;
	right: -1.6rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #FFF;
	content: '';
} */
#main .when .photoList li .tagUl li .sub {
	margin-left: 0.4rem;
}
#main .when .photoList li .tagUl.spec {
	gap: 2.2rem;
}
#main .when .photoList li .tagUl.spec li {
	margin: 0;
	padding: 0.3rem 0;
	width: 7.5rem;
	position: relative;
	text-align: center;
}
#main .when .photoList li .tagUl.spec li:first-child:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1.9rem;
	width: 1.5rem;
	height: 1.4rem;
	background: url(../img/common/icon08.png) no-repeat left top / 100%;
	content: '';
}
#main .when .photoList li .text {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.52;
	letter-spacing: 0.07em;
}
#main .urutanq {
	margin-bottom: 13.6rem;
	position: relative;
}
#main .urutanq .comBgBox {
	top: -9.2rem;
	width: 100.4rem;
}
#main .urutanq .comBgBox img {
	width: 7.4rem;
}
#main .urutanq .inner {
	margin: 0 -2rem;
	padding: 4.8rem 0 3.4rem;
	border-radius: 24.6rem;
	position: relative;
	background: url(../img/index/urutanq_bg01.jpg) no-repeat center center / cover;
}
#main .urutanq .inner .enText {
	margin-top: 0.4rem;
	position: absolute;
	top: 50%;
	left: 6.9rem;
	width: 3.8rem;
	height: 19.2rem;
	transform: translateY(-50%);
	font-family: 'googlesansflex';
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#main .urutanq .inner .enText.style01 {
	left: auto;
	right: 6.9rem;
	transform: translateY(-50%) rotate(180deg);
}
#main .urutanq .inner .headLine01 {
	margin-bottom: 2.9rem;
}
#main .urutanq .inner .headLine01 .en {
	font-size: 2.5rem;
}
#main .urutanq .inner .videoBox {
	margin: 0 auto 4.2rem;
	max-width: 90.2rem;
}
#main .urutanq .inner .videoBox a {
	display: block;
	position: relative;
}
#main .urutanq .inner .videoBox a:hover {
	opacity: 0.7;
}
#main .urutanq .inner .videoBox a img {
	width: 100%;
}
#main .urutanq .inner .videoBox a::before {
	margin-top: 0.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10.3rem;
	height: 10.3rem;
	background: url(../img/common/icon09.png) no-repeat left top / 100%;
	content: '';
}
#main .urutanq .inner .headLine01.style01 {
	margin-bottom: 0;
}
#main .technology {
	position: relative;
}
#main .technology .comBgBox {
	top: -7.4rem;
	width: 99.6rem;
}
#main .technology .comBgBox img {
	width: 6.7rem;
}
#main .technology .headLine01 {
	margin-bottom: 2.2rem;
}
#main .technology .topTitle {
	margin-bottom: 4.7rem;
	font-size: 2.6rem;
	line-height: 1.69;
	text-align: center;
	letter-spacing: 0.08em;
}
#main .technology .inner {
	margin: 0 auto;
	padding: 3.8rem 8rem 3.6rem;
	max-width: 100rem;
	background: #FFF;
	box-shadow : 0.4rem 0.4rem 0.8rem rgba(119, 114, 88, 0.25);
	position: relative;
}
#main .technology .inner .outEn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 10.4rem;
	left: 1.2rem;
	font-family: 'googlesansflex';
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#main .technology .inner .title {
	margin-bottom: 2.4rem;
	font-size: 2rem;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .technology .inner .textArea .lArea {
	width: 60.1rem;
}
#main .technology .inner .textArea .lArea .textList {
	margin-bottom: 1.4rem;
	padding: 2.2rem 1rem 2.5rem 1.5rem;
	gap: 1.8rem;
	background: #fffaf5;
	border-radius: 2.4rem;
	position: relative;
}
#main .technology .inner .textArea .lArea .textList::before {
	margin-top: 0.5rem;
	position: absolute;
	top: 50%;
	right: -8.6rem;
	transform: translateY(-50%);
	width: 4.9rem;
	height: 4.9rem;
	background: url(../img/common/icon10.png) no-repeat left top / 100%;
	content: '';
}
#main .technology .inner .textArea .lArea .textList li {
	width: calc((100% - 3.9rem) / 3);
}
#main .technology .inner .textArea .lArea .textList li .topArea {
	margin-bottom: 0.8rem;
	padding-top: 0.5rem;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../img/index/technology_bg01.png) no-repeat center center / 100%;
}
#main .technology .inner .textArea .lArea .textList li .topArea.style01 {
	padding-top: 0;
}
#main .technology .inner .textArea .lArea .textList li:nth-child(2) .topArea {
	background-image: url(../img/index/technology_bg02.png);
}
#main .technology .inner .textArea .lArea .textList li:nth-child(3) .topArea {
	background-image: url(../img/index/technology_bg03.png);
}
#main .technology .inner .textArea .lArea .textList li .topArea .subText {
	margin-bottom: 1rem;
	position: relative;
	font-size: 1.7rem;
	line-height: 1.23;
	text-align: center;
	letter-spacing: 0.05em;
	min-height: 4.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}
#main .technology .inner .textArea .lArea .textList li .topArea .subText .tag {
	position: absolute;
	top: 0.1rem;
	right: 0.6rem;
	font-size: 1.2rem;
}
#main .technology .inner .textArea .lArea .textList li .topArea .subText .tag.style01 {
	right: 0;
}
#main .technology .inner .textArea .lArea .textList li .topArea .enText {
	font-size: 1.7rem;
	line-height: 1.23;
	text-align: center;
	letter-spacing: 0.05em;
}
#main .technology .inner .textArea .lArea .textList li .text {
	letter-spacing: 0.08em;
	text-align: center;
}
#main .technology .inner .textArea .textUl {
	margin: -2.2rem -1.6rem 0 0;
}
#main .technology .inner .textArea .textUl li {
	margin-bottom: 1.6rem;
	padding-top: 1rem;
	width: 14.5rem;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 0.2rem solid #e2b997;
}
#main .technology .inner .textArea .textUl li .innText {
	margin-bottom: 0.6rem;
	display: block;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.23;
	letter-spacing: 0.05em;
	position: relative;
}
#main .technology .inner .textArea .textUl li .innText sup {
	vertical-align: 0;
}
#main .technology .inner .textArea .textUl li .innText .tag {
	position: absolute;
	top: -1.5rem;
	right: -2.3rem;
	font-size: 1.2rem;
	letter-spacing: 0.09em;
}
#main .technology .inner .textArea .textUl li .enText {
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: 0.05em;
}
#main .technology .inner .tagList {
	margin-top: 3.1rem;
	gap: 1.8rem;
}
#main .technology .inner .tagList li {
	padding: 0.9rem 0.5rem;
	width: 14.6rem;
	color: #FFF;
	font-size: 1.7rem;
	text-align: center;
	background-color: #e2b997;
	letter-spacing: 0.05em;
	border-radius: 2rem;
}
#main .technology .outArea {
	margin: 3rem auto 0;
	max-width: 100rem;
}
#main .technology .noteUl {
	max-width: 60.1rem;
	padding: 0 1.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem 6.8rem;
}
#main .technology .noteUl li {
	width: fit-content;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: 1.25;
	display: flex;
	flex-wrap: nowrap;
}
#main .technology .noteUl li:nth-child(2n-1) {
	min-width: 29rem !important;
}
#main .technology .noteUl li .lText {
	margin-right: 0.8rem;
}
#main .technology .noteUl li .specText sup {
	font-size: 1.7rem;
	vertical-align: -0.2rem;
}
#main .outBgBox02 {
	padding: 13.2rem 0 10.3rem;
	position: relative;
}
#main .outBgBox02::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 79.08%, rgba(255, 255, 255, 0) 100%);
	content: '';
}
#main .outBgBox02 .subBgBox {
	position: relative;
}
#main .outBgBox02 .subBgBox::before {
	position: absolute;
	top: -33rem;
	left: 0.5rem;
	width: 61.5rem;
	height: 80.5rem;
	background: url(../img/index/how_bg01.png) no-repeat left top / 100%;
	content: '';
}
#main .outBgBox02 .subBgBox::after {
	position: absolute;
	top: -33.2rem;
	right: -0.8rem;
	width: 58.8rem;
	height: 80.5rem;
	background: url(../img/index/how_bg02.png) no-repeat left top / 100%;
	content: '';
}
@media all and (min-width: 1600px) {
	#main .mainVisual .inner .img {
		bottom: -2.4rem;
	}
	#main .topBox .picImg {
		top: -10.6rem;
		width: 178rem;
	}
	#main .topics .inner {
		max-width: 120rem;
	}
	#main .concept .comBgBox {
		width: 126.6rem;
	}
	#main .products .comBgBox {
		width: 139.2rem;
	}
	#main .how .comBgBox {
		width: 115.4rem;
	}
	#main .when .comBgBox {
		width: 133.6rem;
	}
	#main .urutanq .comBgBox {
		top: 4.2rem;
		width: 129rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1199px) {
	#main .mainVisual .mainImg .subInner {
		width: 93vw;
	}
	#main .mainVisual .mainImg .subInner .hTitle {
		width: min(22vw,37.71vh);
	}
	#main .mainVisual .mainImg .subInner .textImg {
		margin: min(3.5vw,6vh) min(8vw,13.71vh) 0 0;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 0;
	}
	#main .mainVisual {
		margin-bottom: 1.3rem;
	}
	#main .mainVisual::after {
		height: calc(100% + 11.5rem);
		background: url(../img/index/main_bg01_sp.png) repeat-x center bottom / 44.4rem;
	}
	#main .mainVisual .inner {
		padding-bottom: 2.6rem;
	}
	#main .mainVisual .inner::before {
		bottom: 2rem;
		left: -5rem;
		width: 20rem;
		height: 20rem;
	}
	#main .mainVisual .inner .img {
		left: auto;
		right: -3.4rem;
		transform: none;
		bottom: 3.8rem;
		width: auto;
		height: auto;
		max-width: inherit;
	}
	#main .mainVisual .inner .img img {
		width: 10.3rem;
	}
	#main .mainVisual .mainImg {
		z-index: inherit;
		height: calc(100% - 8.2rem);
	}
	#main .mainVisual .mainImg .photo {
		border-radius: 0 0 9rem 9rem;
		position: relative;
		z-index: 4;
	}
	#main .mainVisual .mainImg .subInner {
		padding: 0 6rem 6.6rem;
		width: 100%;
		z-index: 6;
	}
	#main .mainVisual .mainImg .subInner .hTitle {
		width: 4.1rem;
	}
	#main .mainVisual .mainImg .subInner .textImg {
		margin: -5rem 0 0 0;
		width: 3.9rem;
	}
	#main .mainVisual .textImg02 {
		margin: 2rem auto 0;
		width: 23.1rem;
	}
	#main .mainVisual .subImg {
		left: auto;
		right: 0;
		transform: none;
		bottom: -4rem;
		width: 10.7rem;
		min-width: inherit;
		height: 9.3rem;
		text-align: left;
	}
	#main .mainVisual .subImg img {
		width: 100%;
	}
	#main .topBox {
		margin-bottom: 6.3rem;
	}
	#main .topBox .comLinkList {
		margin-top: 3.3rem;
	}
	#main .topBox .picImg {
		top: -9.6rem;
		left: -5rem;
		transform: none;
		width: 13.4rem;
		height: 13.6rem;
	}
	#main .topBox .picImg img {
		width: 100%;
	}
	#main .topics {
		margin-bottom: 1.8rem;
	}
	#main .topics .inner {
		margin: 0;
		max-width: inherit;
	}
	#main .topics .inner::before {
		display: none;
	}
	#main .topics .inner::after {
		display: none;
	}
	#main .topics .topicsList {
		margin: 0 -3.4rem;
	}
	#main .topics .topicsList .slick-list {
		padding: 0 3.8rem !important;
	}
	#main .topics .topicsList .slick-slide > div {
		margin: 0 1.5rem;
		width: auto;
	}
	#main .topics .topicsList .slick-slide > div img {
		width: 100%;
	}
	#main .topics .topicsList li .photo {
		margin-bottom: -0.2rem;
		border-radius: 8.4rem;
	}
	#main .topics .topicsList li .photo::before {
		border-radius: 8.4rem;
	}
	#main .topics .topicsList li .subBox {
		padding: 1.1rem 0 0 1.6rem;
	}
	#main .topics .topicsList li time {
		font-size: 1.2rem;
	}
	#main .topics .topicsList li .jp {
		margin-left: 0.4rem;
		font-size: 1.2rem;
	}
	#main .topics .topicsList li .jp small {
		vertical-align: 0;
	}
	#main .topics .topicsList li .text {
		margin: 0;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.67;
		letter-spacing: 0.08em;
	}
	#main .topics .topicsList li .note {
		margin: 0;
		line-height: 1.25;
	}
	#main .topics .arrow {
		top: 0;
		left: 0;
		right: 0;
		transform: none;
		width: auto;
		height: 22rem;
		max-width: inherit;
	}
	#main .topics .arrow li {
		margin-top: 0;
	}
	#main .concept {
		margin: 7.3rem 0 7.1rem;
	}
	#main .concept .comBgBox {
		top: -5.6rem;
		left: 0;
	}
	#main .concept .comBgBox img {
		width: 4.2rem;
	}
	#main .concept .inner {
		margin: 0 -3.4rem;
		padding: 3.9rem 0 2rem;
		min-height: inherit;
		background : url(../img/index/bg11.png) repeat-x center top / 38.4rem;
		border-radius: 11rem 11rem 0 0;
		position: relative;
	}
	#main .concept .inner::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 10.6rem;
		border: 0.2rem solid #e2b997;
		border-radius: 11rem 11rem 0 0;
		border-bottom: none;
		content: '';
		pointer-events: none;
		z-index: 1;
		box-sizing: border-box;
	}
	#main .concept .inner::after {
		position: absolute;
		top: 0;
		right: -0.2rem;
		width: 100%;
		height: 29.5rem;
		background: url(../img/index/concept_bg01_sp.jpg) no-repeat top right / 38.4rem;
		border-radius: 11rem 11rem 0 0;
		content: '';
		z-index: 0;
	}
	#main .concept .inner .headLine01 {
		margin-bottom: 3.2rem;
		position: relative;
		z-index: 5;
	}
	#main .concept .inner .imgBox {
		margin: 0;
		max-width: inherit;
		display: block;
		position: relative;
		z-index: 5;
	}
	#main .concept .inner .imgBox::before {
		position: absolute;
		bottom: -8.5rem;
		left: 0;
		width: 100%;
		height: 25.6rem;
		background: url(../img/index/concept_bg02_sp.png) no-repeat center top / 100% 100%;
		content: '';
		z-index: -1;
	}
	#main .concept .inner .imgBox .textBox {
		width: auto;
	}
	#main .concept .inner .imgBox .textBox .logoBox {
		margin: 0 auto 3.5rem;
		width: 14rem;
	}
	#main .concept .inner .imgBox .textBox .title {
		margin-bottom: 3rem;
		font-size: 1.4rem;
		line-height: 1.71;
		text-align: center;
	}
	#main .concept .inner .imgBox .textBox .text {
		line-height: 2.5;
		text-align: center;
	}
	#main .concept .inner .imgBox .photoBox {
		margin: 2.2rem 0 0;
		width: auto;
		align-items: flex-end;
		justify-content: center;
	}
	#main .concept .inner .imgBox .photoBox .area:not(:first-child) {
		margin-left: 0.8rem;
	}
	#main .concept .inner .imgBox .photoBox .area .photo {
		width: 11.2rem;
	}
	#main .concept .inner .imgBox .photoBox .area:not(:first-child) .photo {
		width: 12.2rem;
	}
	#main .concept .inner .imgBox .photoBox .area .text {
		margin-top: -3.4rem;
		font-size: 1rem;
	}
	#main .products {
		margin-bottom: 7.2rem;
	}
	#main .products::before {
		margin-left: 3.2rem;
		top: -2.3rem;
		width: 67.3rem;
		height: 179.6rem;
		background: url(../img/index/products_bg01_sp.jpg) no-repeat center top / 100%;
	}
	#main .products .comBgBox {
		top: -1.3rem;
		right: 3.5rem;
	}
	#main .products .comBgBox img {
		width: 4rem;
	}
	#main .products .headLine01 {
		margin-bottom: 2rem;
	}
	#main .products .topTitle {
		margin-bottom: 0.7rem;
		font-size: 1.6rem;
		letter-spacing: 0.12em;
		line-height: 2;
	}
	#main .products .topTitle .bgText {
		padding-bottom: 0.2rem;
		background: -webkit-linear-gradient(#e2b997,#e2b997) repeat-x center bottom / 100% 1px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	#main .products .topText {
		margin-bottom: 3.9rem;
		font-size: 1.4rem;
	}
	#main .products .photoList {
		margin: 0 auto 2.6rem;
		max-width: inherit;
		display: block;
	}
	#main .products .photoList li {
		width: auto;
	}
	#main .products .photoList > li:not(:last-child) {
		margin-bottom: 5.9rem;
	}
	#main .products .photoList > li > a {
		margin-bottom: 2rem;
		display: block;
		padding: 2.9rem 4.6rem 2.5rem;
		background: #FDF7F2;
		transition: background 1s;
		transition-delay: .5s;
	}
	#main .products .photoList > li > a.on {
		background: #FFF;
		animation: float 1.5s ease-in-out infinite;
	}
	@keyframes float {
		0%, 100% {
			transform: translateY(0rem);
		}
		50% {
			transform: translateY(-1rem);
		}
	}
	#main .products .photoList li .title {
		margin-bottom: 1.9rem;
	}
	#main .products .photoList li .photo {
		margin: 0 auto -4.2rem;
		width: 13rem;
	}
	#main .products .photoList li .text {
		margin: 0 -2rem 1rem;
	}
	#main .products .photoList li .price {
		margin: 0 -2rem 1.5rem;
	}
	#main .products .photoList li .comLink {
		margin: 0 auto;
	}
	#main .products .photoList li .comLink span {
		font-size: 1.5rem;
	}
	#main .products .photoList li .comLinkList {
		padding: 0;
	}
	#main .products .photoList li .comLinkList li {
		width: 23rem;
	}
	#main .products .photoList > li:nth-child(2) > a {
		padding-top: 3.7rem;
	}
	#main .products .photoList li:nth-child(2) .title {
		margin-bottom: 1rem;
	}
	#main .products .photoList li:nth-child(2) .photo {
		margin: -3rem auto -7.5rem;
		width: 16rem;
	}
	#main .how {
		margin-bottom: 6.4rem;
	}
	#main .how::before {
		top: -9.5rem;
		right: 0;
		width: 18.6rem;
		height: 25.7rem;
		background: url(../img/index/how_bg02_sp.png) no-repeat left top / 100%;
	}
	#main .how::after {
		top: -9.5rem;
		left: 0;
		width: 19.8rem;
		height: 25.7rem;
		background: url(../img/index/how_bg01_sp.png) no-repeat left top / 100%;
	}
	#main .how .comBgBox {
		z-index: 7;
		top: -1.3rem;
		right: 3.1rem;
	}
	#main .how .comBgBox img {
		width: 3.5rem;
	}
	#main .how .headLine01 {
		margin-bottom: 3.2rem;
	}
	#main .how .inner {
		margin: 0;
		padding: 0;
		max-width: inherit;
		background: transparent;
		box-shadow: none;
		box-sizing: border-box;
		position: relative;
		display: block;
	}
	#main .how .inner::before {
		display: none;
	}
	#main .how .inner .enText {
		top: auto;
		bottom: 1.3rem;
		left: 50% !important;
		position: absolute;
		transform: translateX(-50%);
		font-size: 1.2rem;
		letter-spacing: 0.08em;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
	}
	#main .how .inner .enText.style01 {
		right: auto;
	}
	#main .how .inner .area {
		margin-bottom: 2.2rem;
		padding: 2.6rem 1.9rem 6.4rem;
		width: auto;
		background: #FFF;
		position: relative;
		box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.12);
	}
	#main .how .inner .area .tag {
		margin: 0 auto 2.8rem;
		padding: 0.5rem 0.5rem 0.7rem;
		width: 16.6rem;
		font-size: 1.6rem;
		letter-spacing: 0.07em;
	}
	#main .how .inner .area .textUl {
		margin: 0 auto 2.6rem;
	}
	#main .how .inner .area .textUl li {
		font-size: 1.5rem;
	}
	#main .how .inner .area .imgArea .imgBox .photo {
		width: 3.8rem;
	}
	#main .how .inner .area .imgArea .imgBox .textBox {
		margin-top: 1.7rem;
		width: calc(100% - 5rem);
	}
	#main .how .inner .area .imgArea .imgBox .textBox .stepText {
		padding-top: 0.4rem;
		width: 4.7rem;
		height: 4.7rem;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		line-height: 1.1;
	}
	#main .how .inner .area .imgArea .imgBox .textBox .rBox {
		margin: 0.1rem -4rem 0 0;
		width: calc(100% - 1.7rem);
	}
	#main .how .inner .area .imgArea .imgBox .textBox .rBox .text {
		font-size: 1.3rem;
		letter-spacing: 0.09em;
		line-height: 1.47;
	}
	#main .how .inner .area .imgArea .imgBox .textBox .rBox .tagUl {
		margin-top: 1rem;
		padding-right: 4rem;
		gap: 0.6rem;
	}
	#main .how .inner .area .imgArea .imgBox .textBox .rBox .tagUl li {
		padding: 0.2rem 0.8rem 0.2rem 0.9rem;
		font-size: 1.2rem;
	}
	#main .how .inner .area .bottomText {
		margin: 2.8rem 0 0 4rem;
		font-size: 1.4rem;
		text-align: left;
		letter-spacing: 0.09em;
	}
	#main .how .inner .area .bottomText .bgText {
		padding-bottom: 0.4rem;
	}
	#main .how .inner .area.style01 {
		padding: 2.8rem 1.5rem 5.7rem;
	}
	#main .how .inner .area.style01 .tag {
		margin-bottom: 2.4rem;
	}
	#main .how .inner .area.style01 .textUl {
		margin-bottom: 1.2rem;
	}
	#main .how .inner .area.style01 .imgArea {
		margin-left: 0;
	}
	#main .how .inner .area.style01 .imgArea .imgBox .photo {
		width: 4.6rem;
	}
	#main .how .inner .area.style01 .imgArea .imgBox {
		margin-bottom: 1.7rem;
	}
	#main .how .inner .area.style01 .imgArea .imgBox .textBox {
		margin-top: 0;
		width: calc(100% - 5.7rem);
	}
	#main .how .inner .area.style01 .imgArea .imgBox .textBox .rBox {
		margin-top: 0.7rem;
	}
	#main .how .inner .area.style01 .bottomText {
		margin: 2.5rem 0 0 11.5rem;
	}
	#main .outBgBox::before {
		margin-left: -2rem;
		top: -2.5rem;
		width: 70rem;
		height: 176.3rem;
		background-image: url(../img/index/out_bg01_sp.jpg);
	}
	#main .when {
		margin-bottom: 7rem;
	}
	#main .when .comBgBox {
		top: -3rem;
		left: 3.5rem;
	}
	#main .when .comBgBox img {
		width: 4.2rem;
	}
	#main .when .headLine01 {
		margin-bottom: 3.3rem;
	}
	#main .when .headLine01 .en {
		margin-bottom: 0.4rem;
	}
	#main .when .headLine01 .jp {
		font-size: 1.2rem;
	}
	#main .when .photoList {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#main .when .photoList > li {
		margin-bottom: 2.5rem;
		padding: 2.7rem 4rem 3.3rem;
		width: auto;
	}
	#main .when .photoList > li:last-child {
		margin-bottom: 0;
	}
	#main .when .photoList li .tag {
		margin: 0 auto 0.5rem;
	}
	#main .when .photoList li .photo {
		margin: 0 auto 1rem;
		max-width: 13.4rem;
	}
	#main .when .photoList li .photo.spec {
		padding-right: 0;
		transform: translateX(-1rem);
	}
	#main .when .photoList li .title {
		margin-bottom: 2.2rem;
		padding-bottom: 1.1rem;
		font-size: 1.6rem;
	}
	#main .when .photoList li .tagUl {
		margin-bottom: 1.2rem;
	}
	#main .when .photoList li .tagUl li {
		padding: 0.4rem 1.8rem;
		letter-spacing: 0.08em;
	}
	#main .when .photoList li .tagUl li.style01 {
		padding: 0.4rem 1.8rem;
	}
	#main .when .photoList li .tagUl.spec {
		margin-bottom: 1.7rem;
	}
	#main .when .photoList li .tagUl.spec li {
		padding: 0.4rem 0;
	}
	#main .urutanq {
		margin-bottom: 6.2rem;
	}
	#main .urutanq .comBgBox {
		top: -5rem;
		width: auto;
		right: 3rem;
		transform: none;
	}
	#main .urutanq .comBgBox img {
		width: 3.7rem;
	}
	#main .urutanq .inner {
		margin: 0 -3.4rem;
		padding: 1.5rem 0 1rem;
		border-radius: 8rem;
		background-image: url(../img/index/urutanq_bg01_sp.jpg);
	}
	#main .urutanq .inner .enText {
		margin-top: 0.3rem;
		top: 50%;
		left: 2.3rem;
		width: 1.4rem;
		height: 7.1rem;
		font-size: 0.9rem;
		letter-spacing: 0.02em;
	}
	#main .urutanq .inner .enText.style01 {
		right: 2.3rem;
	}
	#main .urutanq .inner .headLine01 {
		margin-bottom: 0.5rem;
	}
	#main .urutanq .inner .headLine01 .en {
		font-size: 0.9rem;
		letter-spacing: 0.02em;
	}
	#main .urutanq .inner .videoBox {
		margin: 0 4.7rem 1.2rem;
		max-width: inherit;
	}
	#main .urutanq .inner .videoBox a::before {
		margin-top: 0;
		width: 4.6rem;
		height: 4.6rem;
	}
	#main .technology .comBgBox {
		top: -3.1rem;
		width: auto;
		transform: none;
		left: 3.3rem;
	}
	#main .technology .comBgBox img {
		width: 3.9rem;
	}
	#main .technology .headLine01 {
		margin-bottom: 1.1rem;
	}
	#main .technology .topTitle {
		margin-bottom: 2.5rem;
		font-size: 1.4rem;
		line-height: 1.71;
		letter-spacing: 0.1em;
	}
	#main .technology .inner {
		margin: 0;
		padding: 2.7rem 2rem 6.4rem;
		max-width: inherit;
		box-shadow : 0.3rem 0.3rem 0.4rem rgba(119, 114, 88, 0.25);
	}
	#main .technology .inner .outEn {
		position: absolute;
		top: auto;
		bottom: 1.8rem;
		transform: translateX(-50%);
		width: auto;
		height: auto;
		left: 50%;
		font-family: 'googlesansflex';
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: 0.04em;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
	}
	#main .technology .inner .title {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
		line-height: 1.73;
	}
	#main .technology .inner .textArea {
		display: block;
	}
	#main .technology .inner .textArea .lArea {
		width: auto;
	}
	#main .technology .inner .textArea .lArea .textList {
		margin-bottom: 1.4rem;
		padding: 1.8rem 1rem 1.8rem 1.5rem;
		gap: 1.2rem;
		justify-content: space-between;
		background: #f9f2ed;
		border-radius: 2rem;
	}
	#main .technology .inner .textArea .lArea .textList::before {
		margin-top: 0;
		top: auto;
		bottom: -4rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 2.8rem;
		height: 2.8rem;
	}
	#main .technology .inner .textArea .lArea .textList li {
		width: calc((100% - 2rem) / 2);
	}
	#main .technology .inner .textArea .lArea .textList li:first-child {
		width: 100%;
	}
	#main .technology .inner .textArea .lArea .textList li .topArea {
		margin: 0 auto 0.4rem;
		padding-top: 0.5rem;
		aspect-ratio: 1 / 1;
		width: 11rem;
	}
	#main .technology .inner .textArea .lArea .textList li .topArea .subText {
		margin-bottom: 0.2rem;
		font-size: 1.3rem;
		line-height: 1.3;
		min-height: 3.4rem;
	}
	#main .technology .inner .textArea .lArea .textList li .topArea .subText .tag {
		top: 0.4rem;
		right: 0.6rem;
		font-size: 0.9rem;
	}
	#main .technology .inner .textArea .lArea .textList li .topArea .enText {
		font-size: 1.3rem;
	}
	#main .technology .inner .textArea .lArea .textList li .text {
		font-size: 1.2rem;
	}
	#main .technology .inner .textArea .textUl {
		margin: 3.8rem 0 1.6rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1.5rem;
	}
	#main .technology .inner .textArea .textUl li {
		margin-bottom: 1.6rem;
		padding-top: 1rem;
		width: 10rem;
	}
	#main .technology .inner .textArea .textUl li .innText {
		margin-bottom: 0.4rem;
		font-size: 1.2rem;
		line-height: 1.3;
	}
	#main .technology .inner .textArea .textUl li .innText .tag {
		display: none;
	}
	#main .technology .inner .textArea .textUl li .enText {
		font-size: 1.2rem;
	}
	#main .technology .inner .tagList {
		margin-top: 2.2rem;
		gap: 0 0.8rem;
	}
	#main .technology .inner .tagList li {
		padding: 0.3rem 0.5rem;
		width: auto;
		min-width: 7.3rem;
		font-size: 1.2rem;
	}
	#main .technology .outArea {
		margin-top: 2rem;
	}
	#main .technology .noteUl {
		padding: 0 0.5rem;
		display: block;
		max-width: inherit;
	}
	#main .technology .noteUl li {
		margin-bottom: 0.3rem;

		font-size: 0.9rem;
		line-height: 1.44;
	}
	#main .technology .noteUl li:last-child {
		margin-bottom: 0;
	}
	#main .technology .noteUl li:nth-child(2n-1) {
		min-width: inherit !important;
	}
	#main .technology .noteUl li .lText {
		margin-right: 1rem;
	}
	#main .technology .noteUl li .specText sup {
		font-size: 0.9rem;
		vertical-align: inherit;
	}
	#main .outBgBox02 {
		padding: 3.4rem 0 7.8rem;
	}
	#main .outBgBox02::before {
		display: none;
	}
	#main .outBgBox02 .comPhotoArea {
		z-index: 2;
	}
	#main .outBgBox02 .subBgBox {
		margin: 0 3.4rem;
	}
	#main .outBgBox02 .subBgBox::before {
		display: none;
	}
	#main .outBgBox02 .subBgBox::after {
		top: -13.5rem;
		right: -3.5rem;
		width: 14.5rem;
		height: 14.2rem;
		background-image: url(../img/index/bg10.png);
	}
}