@charset "utf-8";

/* -----------------------------------------------------------
共通パーツ
------------------------------------------------------------- */
body {
	line-height: normal;
	background-color: #F5F5F5;
}

#Indian-lp {
	font-size: 16px;
	text-align: left;
	line-height: 150%;
}
#Indian-lp p{
	font-family: "Noto Sans JP", sans-serif;
}

main#Indian-lp  {
	margin-top: 0px;
}

#Indian-lp section {
	padding: 80px 0px;
	text-align: center;
}

#Indian-lp section#differences,
#Indian-lp section#contact-area {
	background: #FFF;
}

#Indian-lp a {
	text-decoration: none;
}

#Indian-lp a.txt-link {
	border-bottom: solid 1px #000;
}

img {
	max-width: 100%;
	object-fit: contain;
}


#Indian-lp ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.w100 {
	width: 100%;
}

.w20 {
	width: 18%;
}

.w25 {
	width: 23%;
}

.w30 {
	width: 28%;
}

.w40 {
	width: 38%;
}

.w45 {
	width: 43%;
}

.w50 {
	width: 48%;
}

.w55 {
	width: 53%;
}

.w60 {
	width: 58%;
}

.w65 {
	width: 63%;
}

.w70 {
	width: 68%;
}

.w80 {
	width: 78%;
}

@media(max-width:768px) {

	.w20,
	.w25,
	.w30,
	.w40,
	.w45,
	.w50,
	.w55,
	.w60,
	.w65,
	.w70,
	.w80 {
		width: 100%;
	}
}

/*_____フレックス_____*/
.flex {
	display: -ms-flexbox;
	display: flex;
}

.flexR {
	flex-direction: row-reverse;
}

.justC {
	justify-content: center;
}

.justS {
	justify-content: flex-start;
}

.justE {
	justify-content: flex-end;
}

.justB {
	justify-content: space-between;
}

.justA {
	justify-content: space-around;
}

.flexW {
	flex-wrap: wrap;
}

.alignS {
	align-items: start;
}

.alignC {
	align-items: center;
}

.alignB {
	align-items: flex-end;
}

@media (max-width: 768px) {
	.sp-flclear {
		display: block;
	}

	.sp_flex {
		display: flex;
	}
}

.container {
	width: 1200px;
	max-width: 90%;
	display: block;
	margin: auto;
}

@media(max-width:768px) {

	html {
		scroll-padding-top: 70px;
		/* 追従メニューの高さに応じて適切な値を設定 */
	}

	.sp_none {
		display: none !important;
	}
}

@media(min-width:769px) {
	.pc_none {
		display: none !important;
	}
}

h1 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	line-height: normal;
}

h2 {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	position: relative;
	margin-bottom: 80px;
	font-family: "Noto Sans JP", sans-serif;
}

h2::before {
	position: absolute;
	bottom: -40px;
	left: calc(50% - 30px);
	width: 80px;
	height: 3px;
	content: '';
	border-radius: 3px;
	background: #0E2E9F;
}

h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 48px;
	font-family: "Noto Sans JP", sans-serif;
}

h4 {
	font-size: 20px;
	font-weight: 700;
	border-left: 5px solid #0E2E9F;
	padding-left: 15px;
	margin-bottom: 24px;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
}


p.point-no {
	color: #FFF;
	font-size: 103px;
	font-weight: 400;
	margin-right: 16px;
	font-family: "Noto Sans JP";
}

.brother-btn {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #0E2E9F;
	background: #0E2E9F;
	max-width: 250px;
	padding: .8em 0;
	display: block;
	margin: auto;
	transition: .2s;
}

.brother-btn:hover {
	color: #0E2E9F;
	background-color: #FFF;
}

.lead-sentence .brother-btn {
	border: 1px solid #FFF;
	margin: 40px auto 0px auto;
}
.lead-sentence .brother-btn:hover{
	color: #0E2E9F;
	background-color: #fff;
}
#Japan-quality+.eye-catch-area {
	background-image: url(../imgs/section-bg01.webp);
}

#differences+.eye-catch-area {
	background-image: url(../imgs/section-bg02.webp);
}

.eye-catch-area {
	padding: 88px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -200px;
}

.eye-catch-area p {
	font-family: "Open Sans", sans-serif!important;
	margin-top: 80px;
	font-weight: bold;
	font-size: 50px;
	color: #FFF;
	text-align: center;
	line-height: normal;
}
.main-visual {
	aspect-ratio: 72 / 31;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative; /* 追加: 動画を配置するために必要 */
	overflow: hidden; /* 追加: 動画がコンテナを超えないようにする */
}

.main-visual video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1; /* 追加: コンテンツの後ろに配置 */
}

.main-visual h1 img{
	display: block;
	margin: 0 auto 24px auto;
} 
.lead-sentence {
	background: #0E2E9F;
	padding: 80px 0;
}

.lead-sentence p {
	max-width: 650px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 180%;
	/* 36px */
	text-align: center;
	margin: auto;
}

.top-contents {
	margin: 40px auto 80px auto;
	border-radius: 10px;
}

.white-wrap {
	border-radius: 10px;
	overflow: hidden;
	background: #FFF;
	text-align: left;
	margin-bottom: 24px;
}

.white-col {
	padding: 56px 3%;
}

.product-cycle {
	max-height: 302px;
}

.product-cycle img {
	width: 692px;
	height: 302px;
	object-fit: cover;
}

.youtube-wrap iframe {
	aspect-ratio: 16 / 9;
	display: block;
	width: 100%;
	border-radius: 10px;
}

.manufactur-wrap {
	margin: 24px auto;
}

.manufactur-img img {
	width: 32%;
}

.benefit-wrap {
	position: relative;
	z-index: 3;
}

.benefit-wrap .white-col {
	padding: 24px 3%;
	position: relative;
}

.top-contents.youtube-wrap {
	max-width: 890px;
}

.top-contents.youtube-wrap iframe {
	aspect-ratio: 178 / 81;
}

.point-wrap {
	border-radius: 10px;
	background: #F1F1F1;
	padding: 24px 2%;
	text-align: left;
	margin-bottom: 24px;
	position: relative;
	z-index: 3;
}

.point-midashi {
	min-height: 104px;
}


.point-midashi h4 {
	font-size: 25px;
	margin-bottom: 0;
	color: #0E2E9F;
	border-left: none;
	padding-left: 0;
}

.point-txt {
	margin-top: 16px;
}

ul.point-txt {
	padding-left: 1.5em;
}

.point-txt li {
	list-style-type: disc;
}

#product-area h2,#learn-more h2,#experience h2{
	font-size: 25px;
	margin-bottom: 48px;

}
#product-area h2::before,#learn-more h2::before,#experience h2::before {
	display: none;
}
#product-area h3 {
	text-align: center;
	margin-bottom:24px;
	font-size: 20px;
}


.product-txt {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 24px;
}

#learn-more {
	background: #fff;

}

.btn-wrap {
	display: flex;
	justify-content: space-between;
}

.box-btn {
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	background-color: #F7F7F7;
	width: 32%;
}

.box-btn-txt {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85%;
	margin: auto;
}

.box-btn-txt p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 16px 0;
	min-height: 2em;
}

.box-btn-txt span.kunoji-icon {
	background-image: url(../imgs/kunoji-icon.svg);
	background-size: contain;
	background-repeat:no-repeat;
	display: inline-block;
	width: 13px;
	height: 23px;
	padding-right: .5em;
}

span.external-icon {
	background-image: url(../imgs/external-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 1em;
	height: 1em;
}

.box-btn:hover .box-btn-txt {
	opacity: .6;
	transition: .3s;
}

#experience .box-btn {
	background-color: #FFF;
	width: 49%;
}

#experience .box-btn-txt {
	width: 90%;
}

.contact-btn {
	max-width: 622px;
	margin: auto;
}

.contact-btn img {
	vertical-align: bottom;
}

.contact-btn .brother-btn {
	font-size: 20px;
	max-width: 100%;
}

.contact-btn>a {
	display: block;
}

.contact-btn>a:hover+.brother-btn {
	color: #0E2E9F;
	background-color: #FFF;
}

/*_____重なり背景の箇所_____*/
p.eye-catch-col {
	margin-bottom: 24px;
	padding: .1em 1em;
	border-left: 2px solid #FFF;
	font-size: min(4vw, 48px);
}

p.eye-catch-col:last-child {
	border-right: 2px solid #FFF;
}

p.eye-catch-txt{
	font-size: 32px;
	margin-top: 0;
}

/*_____スライド部分_____*/

.product-slide {
	max-width: 890px;
	position: relative;
	padding: 0 55px;
	margin: auto;
}

.product-slide img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	aspect-ratio: 890 / 387;
	margin: 24px 0;
}

.slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-list {
	overflow: hidden;
}

.slick-track {
	display: flex;
}


.slick-prev,
.slick-next {
	width: 55px;
	height: 55px;
	background-size: 55px 55px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	color: transparent;
	/* 追加: テキストを透明にする */
}

.slick-prev {
	background-image: url('../imgs/arrow-prev.svg');
	left: -40px;
}

.slick-next {
	background-image: url('../imgs/arrow-next.svg');
	right: -40px;
}

.slick-prev:before,
.slick-next:before {
	content: '';
	display: none;
}

@media (max-width: 768px) {
	.product-slide {
		width: 100%;
	}
	.product-slide {
		padding: 0px;
	}
	.product-slide img{
		border-radius: 5px;
	}
	.slick-prev,.slick-next{
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
		bottom: 0;
		top: auto;
	}
	.slick-prev {
		left: 40%;
	}
	
	.slick-next {
		right: 40%;
	}
	.product-txt{
		font-size: 14px;
	}
	.product-content{
		padding-bottom: 64px;
	}
}

@media(max-width:768px) {

#Indian-lp p {
	font-size: 14px;
}

#Indian-lp section {
	padding: 64px 0px;
}

.lead-sentence .brother-btn {
	margin: 24px auto 0px auto;
}

	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 20px;
		margin-bottom: 48px;
	}

	h2::before {
		bottom: -24px;
	}

	h3 {
		font-size: 18px;
		margin-bottom: 24px;
	}

	h4 {
		font-size: 15px;
		margin-bottom: 16px;
	}

	p.point-no {
		font-size: 57px!important;
	}
	.main-visual {
		aspect-ratio: 39 / 62; 
	}

	.main-visual h1 img{
		max-width: 185px;
	} 
	.lead-sentence {
		padding: 40px 0;
	}
	.lead-sentence p {
		font-size: 16px!important;
	}
	.top-contents {
		margin: 24px auto 48px auto;
		border-radius: 5px;
	}
	.white-col {
		padding: 32px 5%;
	}
	.figure-img{
		display: block;
		margin-top: 16px;
	}
	.product-cycle {
		max-height:none;
	}
	.product-cycle img {
		width: 100%;
		height: auto;
		aspect-ratio: 86 / 41;
	}
	.product-cycle .w55{
		background: #000;
	}

.youtube-wrap iframe {
	aspect-ratio: 152 / 85;
	border-radius: 5px;
}
	.manufactur-img img {
		width: 100%;
		margin-bottom: 8px;
		aspect-ratio: 152 / 75;
		object-fit: cover;
	}
	.manufactur-img img:last-child {
		margin-bottom: 0px;
	}
	.eye-catch-area p {
		font-size: 20px!important;
	}
	.eye-catch-area {
		padding: 32px 0;
		margin-top: -150px;
	}


p.eye-catch-txt {
	font-size: 18px!important;
}

p.eye-catch-col {
    margin-bottom: 16px;
    padding: .1em .5em;
	font-size: 20px;
}
.benefit-wrap p{
	margin-bottom: 16px;
}
.point-wrap {
    border-radius: 5px;
    padding: 16px 5%;
    margin-bottom: 16px;
}
.point-midashi {
    min-height: 64px;
}

.point-midashi h4 {
	font-size: 15px;
}
.japan-flag{
	max-width: 68px;
}
.point-wrap img.w30{
	margin-top: 16px;
}
.point-txt{
	font-size: 14px;
	
}

#product-area h2,#learn-more h2,#experience h2{
	font-size: 20px;
	margin-bottom: 24px;

}
#product-area h3 {
	margin-bottom: 16px;
	font-size: 15px;
}


.btn-wrap {
	display: block;
}
.box-btn{
	width: 100%;
	margin-top: 16px;
	border-radius: 5px;
}

#experience .box-btn {
	width: 100%;
}
.box-btn-txt {
    font-size: 15px!important;
}
.box-btn-txt span.kunoji-icon {
	width: 10px;
	height: 20px;
}

.brother-btn {
	font-size: 14px;
	
}
.contact-btn .brother-btn{
	font-size: 15px!important;
	
}
}