@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');

/*////////// 共通部分 ////////////*/

.right_btn {
	display: none !important;
}

main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 4.5vw;
	line-height: 1.7em;
	color: #222;
	width: 100%;
	overflow: hidden;
  }

@media (min-width: 576px) {
main {
	font-size: 17px;
	line-height: 1.8em;
  }
}

@media (min-width: 768px) {
main {
	font-size: 18px;
	line-height: 1.8em;
  }
}

main p {
	color: #3F3F3F;
	text-align: justify;
}


section {
	margin-bottom: 40px;
}

@media (min-width: 576px) {
	section {
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
	section {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	section {
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {
	section {
		margin-bottom: 90px;
	}
}




/*////// パンくず //////*/
.pankuzu {
	width: 90%;
	margin: 0rem auto 2.5rem;	
	font-size: 0.8rem;
	color: #000;
}
.pankuzu img {
	width: 0.8rem;
	vertical-align: -0.1rem;
}
.pankuzu span {
	color: #03a0ef;		
}
.pankuzu a {
	color: #000;		
}
.pankuzu a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition-duration: 0.3s;
	text-decoration: none;
}

@media (max-width: 1200px) {
	.pankuzu {
		width: 94%;
	}
}


/*////// 画像サイズ //////*/
main img {
	width: 100%;
	height: auto;
}

main a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
　transition-duration: 0.3s;
}

section h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.02em;
}

@media (min-width: 1200px) {
	section h1 {
		font-size: 1.7em;
	}
}

section .under-line {
	width: 50px;
	display: block;
	height: 3px !important;
	margin: 0.6em auto;
	background: linear-gradient(90deg, #0071bb 0%, #0071bb 50%, #8bd5ef 50%, #8bd5ef 100%);
	opacity: 1;
}

section .blue {
	color: #0071bb;
}

section .bg-light-blue {
	background-color: #EFF8FF;
}

section .text-bold {
	font-weight: bold;
}

section .bg-glay {
	background-color: #F2F2F2;
}

section .note {
	font-size: 0.87em;
	line-height: 1.6em;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

main a {
	color: #FFF;
	text-decoration: none;
}

main a:hover {
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition-duration: 0.3s;
}

main .btn1 {
	background-image: url(../images/product_b/link_button.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 96%;
	height: 4em;
	margin: 0 auto;
}

main .btn1 a {
	width: 100%;
	font-weight: bold;
	display: block;
	padding: 1.2em 0;
	text-align: center;
	text-indent: 0.6em;
}

main .btn1 a:hover {
	opacity: 0.6;
	color: #fff;
}


@media (min-width: 576px) {
	main .btn1 {
		width: 80%;
		height: 5.5em;
	}

	main .btn1 a {
		padding: 1.6em 0;
		font-size: 1.1em;
	}
}


@media (min-width: 768px) {
	main .btn1 {
		width: 360px;
		height: 4.5em;
	}
	
	main .btn1 a {
		padding: 1.2em 0;
		font-size: 1.1em;
	}	
}


main .btn3 a {
	border: 1px solid #3F3F3F;
	border-radius: 1.4em;
	width: 70%;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: bold;
	color: #3F3F3F;
	display: block;
	padding: 0.75em 0;
	text-align: center;
	text-indent: 1em;
}

main .btn3 a:hover {
	background-color: #13baee;
	border: 1px solid #13baee;
	color: #FFF;
}


@media (min-width: 768px) {
	main .btn3 a {
		border-radius: 1.2em;
		width: 94%;
		padding: 0.5em 0 0.7em;
	}
}




/*////////// MVフォームボタン+追従ボタン //////////*/
@media (max-width: 991px) {
	.fixed_btn {
		position: fixed;
		bottom: 0px; 
		right: 0px;
		transition-duration: 0.3s;
		opacity: 0;
		visibility: hidden;
		z-index: 99;
		width: 100%;
	}
	
	.fixed_btn img {
		width: 1.8em;
		display: inline-block;
		margin-right: 0.5em;
		vertical-align: -0.2em;
	}

	.fixed_btn a {
		font-size: 1.1em;
		display: block;
		text-align: center;
		background-color: #87cd51;
		width: 100%;
		padding: 0.8em;
	}
	
	.fixed_btn a:hover {
		background-color: #00D2F4;
		opacity: 1;
		color: #fff;		
	}	
}

@media (min-width: 992px) {
	.fixed_btn {
		position: fixed;
		top: 25%; 
		right: 0;
		transition-duration: 0.3s;
		opacity: 0;
		visibility: hidden;
		z-index: 99;
		width: 126px;
		font-size: 0.87em;
	}
	
	.fixed_btn img {
		width: 54px;
		display: block;
		margin: 0 auto 0.5em;
	}

	.fixed_btn a {
		font-size: 1.0em;
		line-height: 1.5em;
		display: block;
		text-align: center;
		background-color: #87cd51;
		width: 100%;
		padding: 0.8em 0.6em;
	}
	
	.fixed_btn a:hover {
		background-color: #00D2F4;
		color: #fff;
		opacity: 1;
	}	
}


/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}	


/*////////// MV ////////////*/
.mv {
	width: 100%;
	position: relative;
}

.mv .slider {
	margin-bottom: 5.5em;
}

.mv .slider img {
	vertical-align: bottom;
}

.mv .anoa_top {
	position: absolute;
	left: 2%;
	bottom: -25.5%;
	width: 60%;
}

.mv .social {
	position: absolute;
	right: 3%;
	bottom: -15%;
}

.mv .social img {
	width: 46px;
	margin-left: 0.5rem;
}


@media (min-width: 576px) {
	.mv .slider {
		margin-bottom: 6em;
	}

	.mv .anoa_top {
		bottom: -56%;
		width: 36%;
	}
	
	.mv .social {
		bottom: -35%;
	}
	
	.mv .social img {
		width: 50px;
		margin-left: 1rem;
	}
	
	.mv .social span {
		font-size: 0.8em;
		line-height: 1.6em;
		display: inline-block;
		vertical-align: -1em;
	}	
}


@media (min-width: 768px) {
	.mv .slider {
		margin-bottom: 6.5em;
	}

	.mv .anoa_top {
		bottom: -50%;
		left: 5%;
		width: 30%;
	}

	.mv .social {
		bottom: -30%;
	}
	
	.mv .social img {
		width: 50px;
	}
	
	.mv .social span {
		vertical-align: -0.2em
	}
}	
	
@media (min-width: 992px) {
	.mv .slider {
		margin-bottom: 7.5em;
	}

	.mv .anoa_top {
		bottom: -46%;
		left: 7.5%;
		width: 32%;
	}

	.mv .social {
		bottom: -25%;
	}
	
	.mv .social img {
		width: 50px;
	}
	
	.mv .social span {
		vertical-align: -0.2em;
		font-size: 1em;
	}
}

@media (min-width: 1200px) {
	.mv .slider {
		margin-bottom: 7.5em;
	}

	.mv .anoa_top {
		bottom: -46%;
		left: 7.5%;
		width: 32%;
	}

	.mv .social {
		bottom: -22.5%;
		right: 8%;
	}
}


@media (min-width: 1500px) {
	.mv .anoa_top {
		bottom: -42%;
		left: 8.5%;
		width: 28%;
	}

	.mv .social {
		bottom: -20%;
		right: 10%;
	}
}

/*////////// セクション1 ////////////*/
.sec1 h1 {
	font-family: 'Noto Serif JP', serif;
	background-color: #0071bb;
	color: #FFF;
	text-align: center;
	padding: 0.8em 0;
	border-radius: 20px;
	font-size: 1.25em;
}

.sec1 .triangle{
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 40px solid #0071bb;
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.75em;	
}

.sec1 h2 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.6em;
}

.sec1 .arrow {
	width: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	
@media (min-width: 576px) {
	.sec1 h1 {
		padding: 0.8em 0;
		font-size: 1.4em;
	}	
	.sec1 h2 {
		font-size: 1.25em;
	}
}

@media (min-width: 768px) {
	.sec1 h1 {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding: 0.5em 0 0.6em;
		font-size: 1.45em;
	}	
	.sec1 h2 {
		font-size: 1.35em;
	}
}

	
@media (min-width: 992px) {
	.sec1 h1 {
		width: 56%;
		font-size: 1.5em;
	}	
	.sec1 h2 {
		font-size: 1.35em;
	}
	
	.sec1 .icon-box {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.sec1 h1 {
		width: 50%;
		font-size: 1.6em;
	}	
	.sec1 h2 {
		font-size: 1.4em;
	}
}
	
	
/*////////// セクション2 ////////////*/
.sec2 {
	background-color: #f8faf3;
}

.sec2 h1 {
	font-size: 1.7em;
}

.sec2 h2 {
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 0.75em;
}

.sec2 .movie {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56.25%;
	}

.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 992px) {
	.sec2 h2 {
		font-size: 1.25em;
		margin-bottom: 1em;
	}
}

@media (min-width: 1200px) {
	.sec2 h1 {
		font-size: 1.8em;
	}
}
	
@media (min-width: 1200px) {
	.sec2 h1 {
		font-size: 1.85em;
	}
	
	.sec2 .movie {
		padding-top: 50.75%;
	}
}

/*////////// セクション3 ////////////*/
.sec3 h1 {
	background-color: #0071bb;
	color: #FFF;
	padding: 0.5em 0;
}

.sec3 .num {
	width: 2.4em;
	display: block;
	margin: 0 auto;
}

.sec3 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.35em;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 0.6em;
}

.sec3 h3 {
	font-size: 1.25em;
	font-weight: bold;
}
.sec3 .text-box .var-middle {
	vertical-align: middle;
}

.sec3 .blue {
	font-weight: bold;
}

.sec3 #anoa01, .sec3 #anoa02, .sec3 #anoa03 {
	padding-top: 50px;
	margin-top: -50px;
}

@media (min-width: 992px) {
	.sec3 #anoa01, .sec3 #anoa02, .sec3 #anoa03 {
		padding-top: 80px;
		margin-top: -80px;
	}
}	

@media (min-width: 992px) {
	.sec3 h1 {
		padding: 0.6em 0;
	}

	.sec3 .box1 {
		background-image: url(../images/product_b/img04_pc.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 65%;
		background-color: #FFF;
		padding-top: 40px !important;
	}
	
	.sec3 .box1-box {
		background-color: rgba(255,255,255,0.75);
		padding: 1.6em;
		width: 75%;
		margin: 0 0 0 auto;
		font-size: 0.9em;
		line-height: 1.8em;
	}
	
	.sec3 .box2 {
		background-image: url(../images/product_b/img05_pc.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 65%;
		background-color: #FFF;
		padding-top: 40px !important;
	}
	
	.sec3 .box2-box {
		background-color: rgba(255,255,255,0.75);
		padding: 1.6em;
		width: 50%;
		margin: 0 auto 0 0;
		font-size: 0.9em;
		line-height: 1.8em;
	}	
	
	.sec3 .box3 {
		background-image: url(../images/product_b/img06_pc.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 65%;
		background-color: #FFF;
		padding-top: 40px !important;
	}
	
	.sec3 .box3-box {
		background-color: rgba(255,255,255,0.50);
		padding: 1.6em;
		width: 50%;
		margin: 0 0 0 auto;
		font-size: 0.9em;
		line-height: 1.8em;
	}	
	
	.sec3 .num {
		width: 2.4em;
		display: block;
		margin: 0 auto;
	}

	.sec3 h2 {
		font-family: 'Noto Serif JP', serif;
		font-size: 1.5em;
		line-height: 1.5em;
		font-weight: 600;
		margin-bottom: 0.6em;
	}

	.sec3 h3 {
		font-size: 1.25em;
		font-weight: bold;
	}
	.sec3 .text-box .var-middle {
		vertical-align: 0.25em;
	}
}


@media (min-width: 1200px) {
	.sec3 .box1 {
		padding-top: 50px !important;
	}
	
	.sec3 .box1-box {
		padding: 1.6em 1.8em;
		width: 75%;
	}
	
	.sec3 .box2 {
		padding-top: 50px !important;
	}
	
	.sec3 .box2-box {
		padding: 1.6em 1.8em;
		width: 58%;
	}	
	
	.sec3 .box3 {
		padding-top: 50px !important;
	}
	
	.sec3 .box3-box {
		padding: 1.6em 1.8em;
		width: 50%;
	}	
	
	.sec3 .num {
		width: 2.4em;
		display: block;
		margin: 0 auto;
	}

	.sec3 h2 {
		font-family: 'Noto Serif JP', serif;
		font-size: 1.4em;
		line-height: 1.5em;
		font-weight: 600;
		margin-bottom: 0.6em;
	}

	.sec3 h3 {
		font-size: 1.25em;
		font-weight: bold;
	}
	.sec3 .text-box .var-middle {
		vertical-align: 0.25em;
	}
	
	.sec3 #anoa01, .sec3 #anoa02, .sec3 #anoa03 {
		padding-top: 130px;
		margin-top: -130px;
	}	
}


@media (min-width: 1500px) {
	.mb-xxl-90 {
		margin-bottom: 90px !important;
	}
	
}


/*////////// セクション4 ////////////*/
.sec4 h2 {
	font-size: 1.2em;
	font-weight: bold;	
}

.sec4 .table-sp h3 {
	background-color: #13baee;
	padding: 0.5em;
	text-align: center;	
	color: #FFF;
	font-size: 1.15em;
	font-weight: bold;
}

.sec4 .table-sp h4 {
	text-align: center;	
	font-size: 1.2em;
	font-weight: bold;
}

.sec4 .table-sp h5 {
	border: 1px solid #3F3F3F;
	padding: 0.4em;
	text-align: center;	
	font-size: 1.2em;
	font-weight: bold;
}


@media (min-width: 768px) {
	.sec4 table {
		width: 100%;
		font-size: 0.95em;
	}
	
	.sec4 table th {
		background-color: #13baee;
		color: #FFF;
		font-weight: normal;
	}

	.sec4 table tr:nth-child(2n) {
		background-color: #F2F2F2;
	}
	
	.sec4 table .d-flex {
		align-items: center;
	}

	.sec4 table .box1 {
		width: 20%;
	}

	.sec4 table .box2 {
		width: 80%;
		text-align: left !important;
	}

	.sec4 table .box3 {
		width: 22%;
	}

	.sec4 table .box4 {
		width: 42%;	
	}

	.sec4 table .box2 {
		text-align: right;	
	}

	.sec4 table th, .sec4 table td {
		padding: 1em 0.5em;
	}
}


@media (min-width: 992px) {
	.sec4 .container {
		max-width: 920px;
	}	
	.sec4 table {
		font-size: 1em;
	}

	.sec4 table th, .sec4 table td {
		padding: 1.2em 0.5em;
	}
}


/*////////// セクション5 ////////////*/
.sec5 .list {
	border: 2px solid #13baee;
	border-radius: 1.6em;
	background-color: #FFF;
	color: #13baee;
	padding: 0.6em;
	text-align: center;
}

.sec5 .list span {
	font-size: 1.25em;
	font-weight: bold;
	color: #13baee;
}

.sec5 .title2 {
	padding: 0.75em 0;
	border-bottom: 1px solid #13baee;
	border-top: 1px solid #13baee;
}

.sec5 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}

.sec5 h3 {
	font-size: 1.15em;
	text-align: center;
}


@media (min-width: 576px) {
	.sec5 .list {
		line-height: 1.6em;
	}	
	.sec5 .title2 {
		padding: 0.75em 0;
		border-bottom: 1px solid #13baee;
		border-top: 1px solid #13baee;
	}

	.sec5 h2 {
		font-size: 1.4em;
	}

	.sec5 h3 {
		font-size: 1.15em;
		text-align: center;
	}
}


@media (min-width: 768px) {
	.sec5 .list {
		margin-bottom: 1.5em;
	}	
	.sec5 .title2 {
		padding: 1.0em 0;
	}

	.sec5 h2 {
		font-size: 1.45em;
	}
}

@media (min-width: 992px) {
	.sec5 .list {
		margin-bottom: 2em;
		padding: 0.8em;
	}	
	.sec5 .title2 {
		padding: 1.0em 0;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.sec5 h2 {
		font-size: 1.45em;
	}
	
	.sec5 .list-box, .sec5 .photo-box {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.sec5 .list {
		padding: 1em;
	}	
	.sec5 .title2 {
		padding: 1.5em 0;
		width: 60%;
	}

	.sec5 h2 {
		font-size: 1.5em;
	}
}
	
	
/*////////// セクション6 ////////////*/
.sec6 .s-title {
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
}

.sec6 .s-title img {
	width: 1.4em;
	display: inline-block;
	margin-right: 0.4em;
	vertical-align: -0.5em;
}

.sec6 h1 {
	font-size: 1.35em;
}


@media (min-width: 576px) {
	.sec6 .s-title {
		font-size: 1.45em;
	}

	.sec6 .s-title img {
		width: 1.45em;
	}

	.sec6 h1 {
		font-size: 1.6em;
	}
}


@media (min-width: 768px) {
	.sec6 h1 {
		text-align: left;
	}	
}

@media (min-width: 992px) {
	.sec6 .col-lg-6 {
		padding-left: 8%;
	}	
	
	.sec6 .col-lg-6 img {
		margin: 0 auto 0 15%;
	}		
}

@media (min-width: 1200px) {
	.sec6 .s-title {
		font-size: 1.55em;
	}
	
	.sec6 .col-lg-6 {
		padding-left: 14%;
	}	
}


/*////////// セクション7 ////////////*/
.sec7 {
	background-image: url(../images/product_b/bg01-sp.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	background-color: #ECF3F9;
	padding-bottom: 40px;
}

.sec7 h1 span {
	color: #0071bb;
	font-family: 'Noto Serif JP', serif;
}

@media (min-width: 992px) {
	.sec7 {
		background-image: url(../images/product_b/bg01-pc.jpg);
	}
}

@media (min-width: 1200px) {
	.sec7 .text-box {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*////////// セクション8 ////////////*/
.sec8 h2 {
	color: #0071bb;
	text-align: center;
	font-size: 1.2em;
}

.sec8 .data {
	text-align: center;
}

.sec8 .l-1 {
	background-color: #EFF8FF;
	padding: 0.5em;
}

.sec8 .l-2 {
	padding: 0.75em;
}

.sec8 span {
	display: block;
	margin-bottom: 0.75em;
}

.sec8 span:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.sec8 .l-2 {
		border-bottom: 0;
	}
}	

@media (min-width: 1200px) {
	.sec8 .l-box {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*////////// セクション9 ////////////*/
.sec9 h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 768px) {
	.sec9 .w-70 {
		width: 51% !important;
	}
	
	.sec9 h3 {
		font-size: 1.2em;
	}
}


@media (min-width: 992px) {
	.sec9 .w-70 {
		width: 55% !important;
	}	
	.sec9 h3 {
		font-size: 1.25em;
	}
	
	.sec9 .img-fluid {
		height: 48.5%;
	}
}

@media (min-width: 1200px) {
	.sec9 h3 {
		font-size: 1.3em;
	}
	
	.sec9 .img-fluid {
		height: 49.0%;
	}
	
	.sec9 .mb-xl-5 {
		margin-bottom: 3.2em !important;
	}
	
}

section .text-small {
	font-size: 0.8em;
	line-height: 1.6em !important;
}