@charset "utf-8";
/* CSS Document */

@import url("reset.css");

/*共通項目*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}
body a { text-decoration: none; }
ul {list-style-type: none; }
body {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	color: #444444;
}
body a { text-decoration: none; } 

/* SP用 */
.sp_none { display: none; }
.top_bg {
	background-image:  url("../images/fv_Vector_1.jpg"), url("../images/fv_Vector_2.jpg");
  background-size: 44px auto, 178px auto;
  background-position: top -2px left, top right;
  background-repeat: no-repeat;
	margin-bottom: 72px;
}
/*ヘッダー*/
header { padding: 12px 0 28px 14px; }
header h1 {
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	color: #222222;
}
header h1 span{
  font-family: "Kaisei Opti", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

/*FV*/
.cont{
	display: flex;
	position: relative;
	margin-bottom: 23px;
	justify-content: center;
}
.FV {
	width: 85.9vw;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.FV h2 {
  font-family: "Zen Maru Gothic", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #444444;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 31px;
}
.FV h2 span { font-size: 32px; }
.FV img {
	width: 304px;
	height: auto;
} 

.btn_wrap {
	text-align: center;
	position: absolute;
	z-index: 100;
	bottom: -45px;
}
.btn_wrap_3 {
	text-align: center;
}

.KVBTN a,
footer .form a.KVBTN {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 19px 88px;
	background-color: #FF770E;
	border-radius: 70px;
}
.KVBTN a:hover,
footer .form a.KVBTN:hover {
	background-color: #fff;
	color: #FF770E;
	transition: 0.3s;
	outline: 2px solid #FF770E;
}

.KVBTN.cont2btn {
	text-align: center;
	margin: 40px 0 0;
}
.KVBTN.cont3btn { margin-top: 80px; }

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 15px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #000000;
	filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.15));
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 17px 8px 0 8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.cont_1_BG {
	background-image:  url("../images/fv_Vector_33.png"), url("../images/fv_Vector_4.png"), repeating-linear-gradient(#fff 0%, #FFF7E8 100%);
  background-size: 142px auto, 149px auto, contain;
  background-position:top 0px left -67px, top 315px right -74px, top center;/*background-image.jpgを10％右へ移動*/
  background-repeat: no-repeat;
}
.cont_1 {
	width: 90vw;
	height: auto;
	padding: 63px 0 43px; 
	margin: 0 auto;
}
.cont_1 h3 {
	color: #444444;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.05em;
	text-align: left;
	margin-bottom: 36px;
}
.cont_1 img {
	display: block;
	margin: 0 auto 29px;
}
.cont_1 p,
.cont_2 p {
	line-height: 1.7;
	margin-bottom : 16px;
}

.cont_2 {
/*	display: block;*/
	width: 90.25vw;
	height: auto;
	padding:50px 0 60px; 
	margin: 0 auto;
}
.ttlcount { margin-top: 30px; }
.cont_2 h2,
.profile h2 {
  font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FF770E;
	margin-bottom: 19px;
}

.cont_2 h4 {
	position: relative;
	color: #444444;
/*	width: 260px;*/
/*	height: auto;*/
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin: 0 0 21px 21px;
	padding-left: 52px;
}

.cont_2 .ttlcount { counter-reset: number; }
.cont_2 h4::before{
	position: absolute;
	left: 0;
	counter-increment: number;
	content: "0" counter(number);
	font-family: "Noto Sans", sans-serif;	
	color: #FF903A;
	font-weight: 600;
	font-size: 36px;
	font-style: italic;
}

.cont_2 img {
	display: block;
	margin: 0 auto 38px;
}


.cont_3_BG {
	background-color: #FFF7E8;
	padding: 30px 0 50px;
 }
.cont_3 {
	width: 82.05vw;
	height: auto;
	padding:33px 15px 29px; 
	margin: 20px auto 30px;
	border-radius: 10px;
	background-color: #FFFFFF;
}
.profile {
	display: block;
	padding: 0 0 16px;
}
.profile img { margin-bottom: 32px; }
.profile,
.profile p { text-align: center; }
.profile p.caption {
	font-size: 12px;
	line-height: 1.7;
 }
.profile p.name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
}
.biography { 
	display: block;
}
.biography h3:first-child {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #FF770E;
	text-align: left;
	margin: 0 0 12px 12px;
}
.biography h3 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #FF770E;
	text-align: left;
	margin: 23px 0 12px 15px;
}

.biography h3::before {
	content: " ";
	position: absolute;
	background-color: #FF770E;
	background-size: cover;
	background-repeat: no-repeat;
	width: 3px;
	height: 20px;
	border-radius: 10px;
	left: -12px;
}
.biography p {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.03em;
	padding-bottom: 1.7em;
}
.biography p.biog_p {
	padding-bottom: 0;
}

.biography ul {
	margin: 0 0 0 19px;
/*	padding-bottom: 1.7em;*/
}
.biography ul li {
	font-size: 14px;
	line-height: 1.7;
	list-style-type: disc;
}
.biography ul li a{
	color: #444444;
	line-height: 1.9;
	border-bottom: solid 1px #444444;
}
.cont_4 {
	background-image: url("../images/cont_4_BG.jpg");
	background-repeat: repeat;
	padding: 31px 0 60px;
}
.cont_4 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #FF770E;
	text-align: center;
	margin-bottom: 15px;
}
.cont_4 p.cont_4_txt {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 20px 19px;
}

.box-wrap{
	width: 350px;
	height: 394px;
	position: relative;
	/* 背景色を確認用に入れるならここで指定（不要なら削除） */
	background: #6C6C6C;
	margin: 0 auto 60px;
	border-radius: 10px;
 }


.box-content{
    /* stroke が中央に描かれるので見た目の余白を確保 */
/*	position: absolute;*/
	padding: 40px 25px 0;
	overflow: auto;
}

.important h4 {
  font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 25px;
}
.important p {
	position: relative;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 20px;
}
.important p::before{
	position: absolute;
	content: " ";
	background-color: #FFFFFF;
	background-size: cover;
	background-repeat: no-repeat;
	width: 65px;
	height: 1px;
	border-radius: 10px;
	left: 0;
	top: 50%;
}
.important p::after{
	position: absolute;
	content: " ";
	background-color: #FFFFFF;
	background-size: cover;
	background-repeat: no-repeat;
	width: 65px;
	height: 1px;
	border-radius: 10px;
	right: 0;
	top: 50%;
}
.important ul{
	margin-left: 21px;
}
.important ul li {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	padding-bottom: 3px;
	list-style-type: disc;
}
.important ul li:last-of-type {
	padding-bottom: 0;
}

.svg_box2 {
	position: absolute;
	inset: 0; /* top:0; right:0; bottom:0; left:0; と同じ */
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none; /* SVGにマウスイベントを渡さない */
}
.rect_2 {
	fill: transparent;
	stroke: #ffffff;
	stroke-width: 2;
	stroke-dasharray: 4 8.4;
	stroke-linecap: round;
	vector-effect: non-scaling-stroke;
	stroke-linejoin: round;
}

.menulist { text-align: center; }

.menulist h3 {
	font-size: 20px;
	font-weight: 700;
/*	text-align: center;*/
	margin-bottom: 36px;
}


p.menubtn a {
	display: inline-flex;
	box-sizing: border-box;
	color: #ff770e;
	width: 340px;
	height: 50px;
	background-color: #ffffff;
	border: 2px solid #ff770e;
	border-radius: 50px;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 1px 10px 0 rgba(100, 100, 100, 0.1);
	margin-bottom: 10px;
}
.menubtn a::after{
	display: inline;
	content: url("../images/Polygon.png");
	margin: 0 0 5px 7px;
}
p.menubtn:last-child { margin-bottom: 57px; }
p.menubtn a:hover {
	background-color: #FFF7E8;
	transition: 0.3s;
}
.product_list {
	width: 90%;
	margin: 0 auto;
}

.product {
	background-color: #ffffff;
	padding: 26px 21px 30px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
/*
  overflow-y: scroll;
  scroll-behavior: smooth;
*/
}
.product h3 {
	color: #ff770e;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 19px;
}

.product img {
	width: 100%;
	height: auto;
}


.product_list .product .product_txt {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	margin: 20px 0 13px;
}
.product_list .product .product_cap dt,
.product_list .product .product_ttl {
	color: #444444;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 2px;
}
.product_list .product .product_ttl.product_ttlmenu {
	color: #ff770e;
}
.product_list .product dl.product_cap {
	background-color: #FFF7E8;
	padding: 10px 10px 16px 15px;
	margin-bottom: 15px;
}
.product_list .product .product_cap dd {
/*	width: 270px;*/
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	padding: 0 0 0.2em 21px;
	position: relative;
}
.product_list .product .product_cap dd::before {
	content: " ";
	background: url("../images/ico_check_1.png") center center / cover no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 3px;
}

.product_list .product .txt_area ul{
	border: 1px solid #ff770e;
	padding: 10px 10px 14px 15px;
}
.product_list .product .txt_area ul li {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 0 0.2em 16px;
	position: relative;
}
.product_list .product .txt_area ul li:last-child { padding: 0 0 0 16px; }
.product_list .product .txt_area span {
	font-size: 10px;
	vertical-align: 0.4em;
}
.product_list .product .txt_area ul li::before { 
	content: " ";
	background: #ff770e center center / cover no-repeat;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top:8px;
}
.product_list .product .txt_area .product_info {
	font-size: 11px;
	line-height: 15px;
	margin: 10px 0 22px;
}
.product_list .product .txt_area a.product_infotenken {
	color: #ff770e;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #ff770e;
	position: relative;
	align-items: baseline;
}
.product_list .product .txt_area a.product_infotenken::after {
	content: url("../images/btn_detail.png");
	position: absolute;
	padding: 3px 0 0 11px;
}

/*注意事項*/
.box-wrap2 {
	width: 350px;
	height: 331px;
	position: relative;
	/* 背景色を確認用に入れるならここで指定（不要なら削除） */
	background: #ffffff;
	margin: 50px auto 0;
	border-radius: 10px;
 }
.menunotes {
    /* stroke が中央に描かれるので見た目の余白を確保 */
/*	position: absolute;*/
	padding: 20px 25px 0;
	overflow: auto;
}
.menunotes h3 {
	font-family: "Zen Maru Gothic", sans-serif;
	color: #444444;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
}
.menunotes ul{ margin-left: 20px; }
.menunotes ul li {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 0.5em;
	list-style-type: disc;
}
.menunotes ul li:last-of-type {
	padding-bottom: 0;
}
.rext_3 { stroke: #D9D9D9; }

/*フッター*/
footer {
	background-color: #F7F7F7;
	position: relative;
	overflow-y: hidden;
}

footer .form {
	padding: 42px 20px 0;
}
footer .form h2 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #FF770E;
	text-align: center;
	margin-bottom: 17px;
}

footer .form p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}
footer .form p.formbtn {
	text-align: center;
	margin-top: 23px;
}
footer .copy {
	position: relative;
	margin-top: 43px;
}
footer .footer_bg { 
	width: 100%;
	max-height: 259px;
}
footer .footer_bg img { 
	width: 100%;
	height: auto;
}

footer .copy_inner {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
}


footer .copy p {
	font-size: 12px;
	color: #222222;
}
footer .copy p.copy_name {
	font-family: "Kaisei Opti", serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 15px;
}
footer .copy p.copyright {
	font-size: 11px;
	padding: 25px 0 10px;
}

@media screen and (min-width:768px) { 
	
	.top_bg {
		background-image:  url("../images/fv_Vector_pc.png"), url("../images/fv_Vector_2pc.png");
		background-size: 73px auto, 181px auto;
		background-position: top left, top right;
		margin-bottom: 0;
	}
	
	.FV img {
		width: 380px;
	} 
	
	.cont_4 p.cont_4_txt { text-align: center; }
	
	footer .footer_bg{ max-height: 370px; }
}

/* PC用 */

@media screen and (min-width:1080px) { 
	.sp_none { display: block; }
	.pc_none { display: none; }
	
	
	/*ヘッダー*/
	.top_bg {
		background-size: 137px auto, 340px auto;
	}
	header { padding: 29px 0 0 74px; }
	header h1 {
		font-size: 16px;
		line-height: 22px;
	}
	header h1 span{
		font-size: 30px;
		line-height: 42px;
	}
	
	/*FV*/
	.cont{
		max-width: 974px;
		height: auto;
		margin: 60px auto 99px;
		justify-content: flex-start;
	}
	.FV h2 {
		font-size: 48px;
		line-height: 1.5;
		margin:18px 0 0;
		letter-spacing: 0.03em;
	}
	.FV h2 span { font-size: 40px; }
	.FV h2 span.h2_pc{ font-size: 50px; }
	
	.cont img {
		width: 428px;
		height: auto;
	} 
	.btn_wrap {
		text-align: center;
		position: absolute;
		z-index: 100;
		bottom: -21px;
	}
	
	.KVBTN.cont2btn { margin: 30px 0 0; }
	
	.KVBTN a,
	footer .form a.KVBTN {
		font-size: 24px;
		line-height: 1.34em;
		padding: 23px 104px 25px;
	}
	.KVBTN a:hover,
	footer .form a.KVBTN:hover {
		background-color: #fff;
		color: #FF770E;
		transition: 0.3s;
		outline: 2px solid #FF770E;
	}
	
	.speechBubble {
		margin-bottom: 8px;
		padding: 10px 12px 13px 18px;
		font-size: 14px;
	}
	.speechBubble::before {
		border-width: 16px 8px 0 8px;
	}
	
	.cont_1 {
		width: 90vw;
		height: auto;
		padding: 63px 0 102px; 
		margin: 0 auto;
	}
	.cont_1 h3 {
		font-size: 30px;
		margin-bottom: 37px;
		text-align: center;
	}
	.cont_1 img {
		margin: 0 auto 35px;
	}
	.cont_1 p,
	.cont_2 p {
		line-height: 1.7;
		margin-bottom : 16px;
		text-align: center;
	}
	.cont_2 {
		max-width: 1000px;
		height: auto;
		padding:80px 0; 
		margin: 0 auto;
	}
	.ttlcount { 
		margin: 53px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
	.cont_2_column { 
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 312px;
		height: auto;
		margin-bottom: 66px;
	}
	.cont_2 h2,
	.profile h2 {
		display: flex;
		justify-content: center;
		font-family: "Zen Maru Gothic", sans-serif;
		font-weight: 700;
		color: #FF770E;
	}
		.cont_2 h4 {
		position: relative;
		margin: 0 0 32px 0;
		padding-left: 52px;
		text-align: justify;
	}
		.cont_2 h2 {
		font-size: 30px;
		margin-bottom: 20px;
		}
		.profile h2 {
		font-size: 28px;
		margin-bottom: 42px;
		}
		.cont_2 img {
		margin: 0 auto;
	}
		.cont_3_BG {
		padding: 80px 0;
	 }
		.cont_3 {
		width: 850px;
		height: auto;
		padding:39px 0 56px; 
		margin: 0 auto 50px;
	}
	
	.profile  {
		width: 680px;
		margin: 0 auto;
		padding: 0 0 13px;
	}
	.biography {
		width: 680px;
		margin: 0 auto;
	}
	
	.biography h3 {
		margin: 25px 0 15px 15px;
	}
	
	.cont_4 {
		padding: 80px 0;
	}
	
	.cont_4 h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.cont_4 p.cont_4_txt {
		font-size: 16px;
		margin: 0 0 40px;
		text-align: center;
	}
	.box-wrap{
		width: 850px;
		height: 324px;
		margin: 0 auto 80px;
	 }
	.important h4 {
		font-size: 18px;
		margin-bottom: 22px;
	}
	.important p {
		font-size: 14px;
		margin: 0 0 22px;
	}
	.important p::before { left: 230px; }
	.important p::after { right: 230px;}
	.important ul li { font-size: 16px; }
	
	.menulist h3 { margin-bottom: 50px; }
	
	.menu_wrap { 
		width: 706px;
		height: 120px;
		margin: 0 auto 56px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	p.menubtn a { margin-bottom: 20px; }
	p.menubtn:last-child { margin-bottom: 0; }
	
	.product_list { width: 1000px; }
	.product {
	padding: 26px 34px 30px 30px;
	margin-bottom: 30px;
	}
	.product h3 {
		font-size: 20px;
		margin-bottom: 23px;
	}
		.product img {
		float: right;
		width: 310px;
		height: auto;
		margin: 0 0 30px 30px;
	}
	.product_list .product .product_txt {
		width: 596px;
		margin: 0;
		box-sizing: border-box;
	}
	.product_list .product .txt_area { width: auto; }
	.product_list .product .product_wrap {
		width: auto;
		height: 200px;
		margin-bottom: 30px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.product_list .product .product_cap dt {
		font-size: 16px;
		margin-bottom: 1px;
	}
	.product_list .product dl.product_cap {
		width: 596px;
		padding: 10px 10px 12px 15px;
		margin-bottom: 18px;
		box-sizing: border-box;
	}
	.product_list .product dl.product_cap.cap_ex {
		margin-bottom: 5px;
	}
	.product_list .product .product_cap dd {
		width: auto;
		font-size: 16px;
		line-height: 1.8;
		padding: 0 0 0 27px;
	}
	.product_list .product .product_cap dd::before {
		width: 19px;
		height: 19px;
		left: 0;
		top: 6px;
	}
	.product_list .product .product_cap dd.ddcap_pc {
		font-size: 14px;
	}
	
	.product_list .product .txt_area ul{
		width: 936px;
		padding: 10px 10px 14px 25px;
		box-sizing: border-box;
	}
	
	.box-wrap2 {
		width: 850px;
		height: 274px;
		margin: 80px auto 0;
	}
	.menunotes { padding: 35px 40px 0; }
	.menunotes h3 {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.menunotes ul{ margin-left: 20px; }
	.menunotes ul li {
		font-size: 14px;
		padding-bottom: 0.5em;
		list-style-type: disc;
	}
	
	.product_list .product .txt_area .product_info {
		font-size: 11px;
		margin: 10px 0 0;
	}
	.product_list .product .txt_area p.tenken{
		text-align: right;
		margin-right: 22px;
	}
	.product_list .product .txt_area a.product_infotenken {
		display: inline-block;
		font-size: 16px;
		border-bottom:  1px solid #ff770e;
		padding-top: 20px;
	}
	.product_list .product .txt_area a.product_infotenken::after {
		padding: 1px 0 0 11px;
	}
	footer .form { padding: 80px 0 0; }
	footer .form h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	footer .form p {
		text-align: center;
		font-size: 16px;
	}
	footer .form p.formbtn { margin: 50px 0 0; }
	footer .copy { margin-top: 33px; }
	footer .copy p.copyright {
		padding: 25px 0 30px;
	}



/*PC用削除しない*/
}


