@charset "utf-8";
:root {
  --hiyari-color: #22a994;
}
:root {
  --sbs-color: #49a9e3;
}


body,h1,h2,h3 {
	color: #3c393a;
}
h1 {
	width: 107px;
}
h1 a{
	display: block; 
}
.chapter-width {
	width: 100%;
	max-width: unset;
	margin-top: 95px;
	padding: 0;
}
.inner {
	max-width: 1024px;
	margin: 0 auto;
}
.ttl .inner {
	background: #bedff5;
}
.inner  p {
	margin: 0;
	line-height: 1.75;
	font-weight: 500;
}
.inner  img {
	width: unset;
	max-width: unset;
}
.inner h2 {
	text-align: center;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 40px;
}
.inner  ul li {
	margin: 0;
}
.is-inquiry {
	background: #ea5614;
	color: #FFF;
	display: block;
	width: fit-content;
	padding: 20px;
	font-weight: 700;
}
.is-inquiry::after {
	content: "→";
	margin-left: 20px;
}
a {
	display: inline-block;
	transition: all 0.3s;
}
a:hover {
	opacity: 0.5;
}
.is_line {
	border-bottom: 1px solid;
}
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 11px 0%;
	width: 92%;
	overflow: hidden;
	flex-wrap: wrap;
	gap: 5px;
	max-width: 1024px;
	margin: 0 auto;
}
header > a  {
	width: 200px;
	margin-left: 8%;
}
header a img {
	width: 100%;
}
header ul {
	display: flex;
	width: fit-content;
	gap: 1em;
}
header ul li {
	width: fit-content;
	display: flex;
	align-items: center;
}
header ul li a {
    white-space: nowrap;
    font-size: 14px;
}
header ul li:first-child a {
	width: fit-content;
	background: var(--hiyari-color);
	color: #FFF;
	font-weight: 700;
	padding: 10px;
	display: flex;
	align-items: center;
	text-align: center;
}
header ul li:first-child.is_hiyarihuntersbs a {
	background: #2ea8e1;

}
header ul li:first-child a:first-child  {
	display: none;
}
header ul li:first-child a:last-child  {
	display: block;
}
header ul li:first-child.is_hiyarihuntersbs a:first-child  {
	display: block;
}
header ul li:first-child.is_hiyarihuntersbs a:first-child strong {
	font-size: 1.1em;
	display: inline-block;
	margin: 0 0.1em;
}
header ul li:first-child.is_hiyarihuntersbs a:last-child  {
	display: none;
}
header ul li .is-inquiry  {
	padding: 10px;
}
nav {
	display: flex;
	justify-content: center;
	margin-top: 0;
	width: 100%;
	position: fixed;
	z-index: 1;
}
nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	z-index: 3000;
}
nav ul li a {
	padding: 10px 20px;
	font-size: 14px;
	display: block;
}
#container {
	padding-top: 0;
}
.ttl {
	background: #faf5b4;
}
.ttl-top {
	background: #22a994;
	padding: 50px 8% 0;
}
.ttl-top h1{
	color: #FFFFFF;
	font-size: 36px;
	width: 100%;
	text-align: center;
	line-height: 1.5;
}
.ttl-top h1 > img {
	max-width: 600px;
	width: 100%;
	margin: 30px auto 0;
	display: block;
}
.ttl-top h1 + img {
	margin: 40px auto;
	width: fit-content;
	max-width: 400px;
	width: 100%;
	display: block;
}
.ttl-bottom {
	padding: 150px 8% 80px;
	margin-top: -150px;
	background: #faf5b4;
	text-align: center;
}
.ttl-bottom p strong {
	color: #22a994;
	font-size: 28px;
}
.is-mark {
    background: linear-gradient(transparent 70%, #faf5b4 30%);
    width: fit-content;
}
.ttl-bottom > ul {
	display: flex;
	width: 90%;
	gap: 5%;
	margin: 30px auto 0;
	flex-wrap: wrap;
	max-width: 1024px;
}
.ttl-bottom > ul li {
	width: 30%;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
}
.ttl-bottom > ul li::before {
	width: 40px;
	height: 40px;
	content: "";
	display: block;
	background: url(../images/hiyarihunter/arrow_bottom.webp) center / contain no-repeat;
	position: absolute;
	z-index: 1;
	top: calc(100% + 20px);
}
.ttl-bottom > ul li img {
	width: 100%;
}
.ttl-bottom > .ttl-after {
	padding: 40px 2.5%;
	width: 109%;
	margin-top: 40px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: #FFF;
	box-sizing: border-box;
	max-width: 1124px;
}
.ttl-bottom > .ttl-after ul {
	display: flex;
	justify-content: center;
	gap: 3%;
	width: 100%;
	flex-wrap: wrap;
}
.ttl-bottom > .ttl-after ul li {
	width: 31.3%;
}
.ttl-bottom > .ttl-after ul li img {
	width: 100%;
	display: block;
}
.ttl-bottom > .ttl-after ul + p {
	margin-top: 30px;
	margin-bottom: 10px;
}
.ttl .is-inquiry {
	margin: 30px 0 0 auto;
	max-width: 94%;
}
.about {
	text-align: center;
	padding: 160px 8% 0;
}
.about .inner > p {
	margin-top: 30px;
}
.about .about-movie {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.about .about-movie li {
	width: calc(50% - 10px);
	overflow: hidden;
	padding-top: calc((56.25% / 2) - 10px);
	position: relative;
}
.about .about-movie li iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.about .about-feature {
	padding-top: 160px;
}
.about .about-feature .about-point {
	margin-top: 60px;
}
.about .about-feature .about-point > li {
	display: flex;
	gap: 30px;
}
.about .about-feature .about-point li + li {
	margin-top: 60px;
}
.about .about-feature .about-point > li:nth-child(even) {
	flex-direction :row-reverse;
}
.about .about-feature-text {
	width: 50%;
	text-align: justify;
}
.about .about-feature-text img {
	width: 160px;
}
.hiyarihuntersbs .about .about-feature-text img {
	filter: saturate(200%)  hue-rotate(65deg);
}
.about .about-feature-text h3 {
	font-size: 32px;
	margin-top: 20px;
	width: fit-content;
}
.about .about-feature-text h3 span {
	background: linear-gradient(transparent 70%, #f5eb00 30%);
}
.about .about-feature-text h3 + p {
	margin-top: 20px;
}
.about .about-feature-text h3 + p small {
	display: block;
	font-size: 13px;
}
.about .about-feature-text a {
	margin-top: auto;
}
.about .about-feature-image {
	width: 50%;
}
.about .about-feature-image img {
	width: 100%;
}
.about li:last-child .about-feature-text {
	width: 40%;
	display: flex;
	flex-direction: column;
}
.about li:last-child .about-feature-image {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}
.about li:last-child .about-feature-image > p {
	width: 50%;
	font-size: 16px;
}
.about li:last-child .about-feature-image > p small {
	font-size: 14px;
	display: block;
}
.about li:last-child .about-feature-image > ul {
	display: flex;
	gap: 20px;
	/* align-items: center; */
	margin-top: 20px;
	width: 100%;
}
.about li:last-child .about-feature-image > ul > li {
	width: 50%;
	background: #efeff0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}
.about li:last-child .about-feature-image > ul > li p{
	font-size: 15px;
	text-align: justify;
}
.about li:last-child .about-feature-image > ul > li p + p {
	font-size: 12px;
}
.option {
	padding-top: 160px;
}
.option .option-list {
	margin-top: 60px;
}
.option .option-list + .option-list,
.option .option-image + .option-list{
	border-top: 1px solid #000;
	padding-top: 60px;
}
.option .option-list > p {
	font-size: 28px;
	font-weight: 700;
	color: var(--hiyari-color);
	text-align: justify;
}
.hiyarihuntersbs .option .option-list > p {
	color: #00a0e9;
}
.option .option-list ul {
	display: flex;
	align-items: end;
	margin-top: 30px;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1%;
}
.option .option-list ul li {
	text-align: center;
	width: 19%;
	font-size: 14px;
	overflow: hidden;
}
.option .option-list ul li:nth-child(1) img {
	width: 90%;
}
.option .option-list ul li:nth-child(2) img {
	width: 60%;
}
.option .option-list ul li:nth-child(3) img {
	width: 90%;
}
.hiyarihuntersbs .option .option-list:nth-of-type(1) ul li:nth-child(1) img {
	width: 60%; 
}
.hiyarihuntersbs .option .option-list:nth-of-type(1) ul li:nth-child(2) img {
	padding: 15% 0%; 
}
.hiyarihuntersbs .option .option-list ul li:nth-child(3) img {
	width: 100%; 
}
.option .option-list.is_option ul li:nth-child(3) img {
	width: 40%;
}
.option .option-list ul li:nth-child(4) img {
	width: 90%;
}
.option .option-list ul li:nth-child(5) img {
	width: 80%;
}
.option .option-list ul li.option-sub img {
	width: 100%;
}
.option .option-list ul li p {
	font-size: 16px;
	margin-top: 10px;
}
.option .option-image {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}
.option .option-image .option-image-item {
	width: calc(50% - 10px);
	border: 4px solid var(--hiyari-color);
	box-sizing: border-box;
}
.option .option-image .option-image-item p {
	width: 100%;
	background: var(--hiyari-color);
	color: #FFF;
	font-weight: 700;
	box-sizing: border-box;
	padding: 4px 4% 8px;
}
.option .option-image img {
	width: 90%;
	display: block;
	margin: 20px auto;
}
.option .option-image ol {
	display: flex;
	width: 100%;
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none; /* 標準のスタイルは消す */
}
.option .option-image ol li {
	font-size: 16px;
	display: flex;
	gap: 3px;
}
.option .option-image ol li::before {
	background: #4fbecb;
	width: 1.5em;
	height: 1.5em;
	border-radius: 100px;
	margin-left: 0.25em;
	color: #FFF;
	counter-increment: listnum; /* counter-resetと同じ文字列 */
	content: counter(listnum); /* カウントした数に応じて番号を表示 */
	display: flex;
	align-items: center;
	justify-content: center;
}
.option .option-image ol li + li {
	margin: 0 0 0 1em;
}
.option .option-image > p {
	text-align: right;
	width: 100%;
	font-size: 16px;
}
.case-study {
	padding-top: 160px;
}
.case-study .case-study-item {
	width: 100%;
	margin-top: 60px;
}
.case-study .case-study-item h3 {
	width: 100%;
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 1em;
	line-height: 1.5;
	text-align: justify;
}
.case-study .case-study-item h3 strong {
	background: var(--hiyari-color);
	color: #FFF;
	padding: 10px 2em;
}
.case-study .case-study-item > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.case-study .case-study-item div > img {
	width: 38%;
	display: block;
}
.case-study .case-study-item .case-study-list {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	gap: 20px;
}
.case-study .case-study-item .case-study-list img {
	width:100%;
}
.case-study .case-study-item .case-study-list > div {
	width: calc(50% - 10px);
}
.case-study .case-study-item + a {
	margin-left: auto;
	margin-top: 30px;
}
.flow {
	padding-top: 160px;
}
.flow ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}
.flow ul li {
	width: 14%;
	padding-top: 14%;
	position: relative;
}
.flow ul li + li:before {
	content: ">";
	position: absolute;
	left: -15%;
	top: calc(50% - 0.5em);
}
.flow ul li div {
	background: var(--hiyari-color);
	width: 100%;
	padding-top: 100%;
	position: absolute;
	top: 0;
}
.hiyarihuntersbs .flow ul li div {
	background: #49a9e3;
}
.flow ul li div img {
	width: 36%;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	z-index: 0;
	left: 32%;
}
.flow ul li div p {
	color: #FFF;
	font-weight: 700;
	text-align: center;
	font-size: 15px;
	margin: auto;
	position: absolute;
	bottom: 20px;
	width: 100%;
	line-height: 1.2;
	height: 2.4em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow ul li > p {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	text-align: justify;
	margin-top: 5px;
	position: absolute;
}
.qa {
	padding-top: 160px;
}
.qa dl {
	margin: 50px auto 0;
	width: 84%;
}
.qa div + div {
	margin-top: 30px;
}
.qa dt {
	background: var(--hiyari-color);
	color: #FFF;
	padding: 10px 20px;
	font-weight: 700;
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
}
.qa dt::after {
	content: "＋";
	margin-left: 0.5em;
}
.qa .is_open dt::after {
	content: "－";
}
.hiyarihuntersbs .qa dt {
	background: #49a9e3;
}
.qa dd {
	text-indent: -0.9em;
	padding-left: 0.9em;
	padding: 0px 20px 20px calc(20px + 0.9em) ;
	line-height: 2;
}
.qa dt {
  cursor: pointer;
}

.qa dd {
  display: none;
  margin: 0;
}

.qa .is_open dd {
  display: block;
}

.hiyarihuntersbs {
	padding-top: 200px;
}
.hiyarihuntersbs .ttl {
	width: 100%;
	background: none;
	margin: 0 auto;
	background: #daedf9;
	padding-bottom: 4%;
}

.hiyarihuntersbs .ttl img {
	width: 100%;
	background: #FFF;
	display: block;
	aspect-ratio: 2.7/1;
	object-fit: cover;
	object-position: center;
}
.hiyarihuntersbs .ttl a {
	width: 50%;
	max-width: 230px;
	margin-top: -11%;
	margin-right: 4%;
	z-index: 0;
	position: sticky;
}
.hiyarihuntersbs .about-point > li {
	background: #2ea8e140;
	padding: 4%;
}
.hiyarihuntersbs .about-point > li .about-feature-text {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	align-items: start;
	justify-content: flex-start;
}
.hiyarihuntersbs .about li:last-child .about-feature-text {
	flex-direction: unset;
}
.hiyarihuntersbs .about-point > li .about-feature-text P:has(img) {
	margin-right: 1em;
}
.hiyarihuntersbs .about-point > li .about-feature-text h3 {
	width: fit-content;
	margin-top: 0;
}
.hiyarihuntersbs .about-feature-ex {
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 80px;
}
.hiyarihuntersbs .about-feature-ex img {
	display: flex;
	width: 70%;
}
.hiyarihuntersbs .about-feature-ex p {
	border: 2px solid #e62770;
	padding: 20px;
	font-weight: 700;
	text-align: justify;
	color: #e62770;
	width: 35%;
	margin-top: 10%;
	margin-left: -5%;
}
.hiyarihuntersbs .option-ex {
	margin-top: 160px;
}
.hiyarihuntersbs .option-ex-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.hiyarihuntersbs .option-ex-item > div {
	width: 67%;
}
.hiyarihuntersbs .option-ex-item > div:last-child {
	width: 30%;
}
.hiyarihuntersbs .option-ex img {
	width: 100%;
}

/* #footer #footer-inquiry {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
} */
/* #footer p.pagetop {
	bottom: 60px !important;
	z-index: 2;
} */
@media screen and (max-width: 767px) {
	.chapter-width {
		padding: 0;
		margin-top: 40px;
	}
	h1 a {
		width: 90px;
	}
	h1 {
		margin-bottom: 0;
	}
	#container h2 {
		font-size: 28px;
		width: 100%;
		margin: 0 auto;
	}
	.hiyarihuntersbs .ttl a {
		width: 52%;
		margin-top: -11%;
	}
	.ttl-top h1 {
		font-size: 28px;
	}
	.ttl-bottom p strong {
		font-size: 24px;
	}
	.is-inquiry {
		padding: 10px;
		font-size: 14px;
		letter-spacing: 0;
		width: 100%;
		text-align: center;
	}
	header {
		flex-wrap: wrap;
		padding: 15px 0%;
	}
	header ul {
		flex-wrap: wrap;
		gap: 5px 0;
		width: 100%;
	}
	header ul li,
	header ul li a {
		width: 100%;
	}
	header ul li:first-child a {
		font-size: 10px;
		letter-spacing: 0;
		padding: 5px;
		width: 100%;
		justify-content: center;
		white-space: normal;
		line-height: 1.25;
	}
	header ul li .is-inquiry {
		padding: 5px 10px;
		font-size: 10px;
	}
	nav {
		margin-top: 0;
		top: 105px;
	}
	nav ul {
		padding: 10px 0;
	}
	nav ul li a {
		padding: 5px 10px;
		font-size: 10px;
	}
	.ttl-bottom > ul {
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}
	.ttl-bottom > ul li {
		width: 100%;
	}
	.ttl-bottom > ul li::before {
		display: none;
	}
	.ttl-bottom > ul li:last-child::before {
		display: block;
	}
	.ttl-bottom > .ttl-after {
		padding: 40px 5%;
	}
	.ttl-bottom > .ttl-after ul {
		flex-direction: column;
	}
	.ttl-bottom > .ttl-after ul li {
		width: 100%;
	}
	.about {
		padding-top: 60px;
	}
	.about .about-movie {
		flex-direction: column;
	}
	.about .about-movie li {
		width: 100%;
		padding-top: 56.25%;
	}
	.about .about-feature .about-point > li,
	.about .about-feature .about-point > li:nth-child(even) {
		flex-direction: column;
	}
	.about .about-feature .about-point > li > * {
		width: 100%;
	}
	.about .about-feature .about-point > li > div p > img {
		width: 100px;
	} 
	.about .about-feature-text h3 {
		 font-size: 24px;
	}
	.about .about-feature-text a {
		width: 94%;
		margin-top: 30px;
	}
	.about li:last-child .about-feature-image > p {
		font-size: 13px;
		/* text-align: justify; */
		line-height: 1.25;
	}
	.about li:last-child .about-feature-image > p small  {
		font-size: 11px;
		text-align: justify;
		display: block;
	}
	.about .about-feature-image img {
		width: 106%;
		margin-left: -3%;
	}
	.about li:last-child .about-feature-image > ul > li {
		padding: 10px;
	}
	.about li:last-child .about-feature-image > ul > li p {
		font-size: 12px;
	}
	.about li:last-child .about-feature-image > ul > li p + p {
		font-size: 10px;
	}
	.option .option-list {
		width: 84%;
		margin: 30px auto 0;
	}
	.option .option-list + .option-list,
	.option .option-image + .option-list{
		padding-top: 30px;
	}
	.option .option-list > p {
		font-size: 20px;
	}
	.option .option-list ul {
		gap: 20px 0;
	}
	.option .option-list ul li {
		width: 48%;
	}
	.option .option-list ul li p {
		font-size: 12px;
	}
	.option .option-image {
		width: 84%;
		margin: 30px auto 0;
	}
	.option .option-image .option-image-item {
		width: 100%;
	}
	.option .option-image ol {
		flex-wrap: wrap;
	}
	.option .option-image ol li {
		margin: 0;
		width: 100%;
		font-size: 13px;
	}
	.option .option-image ol li + li {
		margin: 5px 0 0 0;
	}
	.option .option-image > p {
		font-size: 12px;
	}
	.case-study {
		padding-top: 60px;
	}
	.case-study .case-study-item {
		margin-top: 20px;
	}
	.case-study .case-study-item h3 {
		flex-wrap: wrap;
		width: 84%;
		margin: 20px auto 0; 
		font-size: 16px;
		gap: 0.5em;
	}
	.case-study .case-study-item h3 strong {
		padding: 10px;
		line-height: 1;
		font-size: 16px;
	}
	.case-study .case-study-item > div {
		flex-wrap: wrap;
		width: 100%;
	}
	.case-study .case-study-item div > img {
		width: 84%;
		margin: 0 auto;
	}
	.case-study .case-study-item .case-study-list {
		width: 100%;
		flex-wrap: wrap;
	}
	.case-study .case-study-item .case-study-list {
		width: 65%;
		flex-wrap: wrap;
		margin: 20px auto;
	}
	.case-study .case-study-item .case-study-list > div {
		width: 100%;
	}
	.case-study .case-study-item + a {
		width: 84%;
		margin: 30px auto 0;
	}
	.flow {
		padding-top: 60px;
	}
	.flow ul {
		flex-wrap: wrap;
		width: 84%;
		margin: 20px auto 0;
		gap: 12px;
	}
	.flow ul li {
		width: 48%;
		padding-top: 48%;
	}
	.flow ul li::before {
		display: none;
	}
	.flow ul li div img {
		top: 25px;
	}
	.flow ul li div p {
		font-size: 14px;
		width: 90%;
		margin: 0 5% 0;
		bottom: 20px;
	}
	.flow ul li > p {
		position: unset;
	}
	.qa {
		padding-top: 60px;
	}
	.qa div + div {
		margin: 0;
	}
	.qa dd {
		font-size: 14px;
	}
	.about .about-feature {
		padding-top: 60px;
	}
	.about .about-feature .about-point {
		margin-top: 20px;
	}
	.about .about-feature .about-point > li {
		padding: 20px;
		gap: 10px;
	}
	.about .about-feature .about-point li + li {
		margin-top: 0px;
	}
	.about .about-feature .about-point > li h3 {
		margin-top: 10px;
	}
	.about .about-feature .about-point > li p {
		margin-top: 10px;
	}
	.hiyarihuntersbs {
		padding-top: 100px;
	}
	.hiyarihuntersbs .about-feature-ex {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.hiyarihuntersbs .about-feature-ex img {
		width: 110%;
		margin-left: -5%;
	}
	.hiyarihuntersbs .about-feature-ex p {
		width: 84%;
		margin: 20px auto;
		font-size: 14px;
		padding: 10px;
	}
	.option {
		padding-top: 60px;
	}
	.hiyarihuntersbs .option-ex {
		margin-top: 60px;
	}
	.hiyarihuntersbs .option-ex-item {
		width: 84%;
		margin: 20px auto;
		flex-wrap: wrap;
	}
	.hiyarihuntersbs .option-ex-item > div {
		width: 100%;
	}
	.hiyarihuntersbs .option-ex-item > div:last-child {
		width: 74%;
		margin: 20px auto;
	}
}
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.box {
  opacity: 0;
  transition: .5s;
	transform:  translateY(30%);
}

.active {
  opacity: 1; 
	transform: translateY(0);
}