@charset "utf-8";
/* ===================================================================
     BASE CSS
=================================================================== */
/* global */
:root {
	--font-family-notosans: "Noto Sans JP", sans-serif;
}
html {
	font-size: 62.5%;
}
body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-size: 150%;
	font-family: var(--font-family-notosans);
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	position: relative;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity .3s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
body {
}
}
@media screen and (max-width: 767px) {
body {
	font-size: 140%;
	line-height: 1.6;
}
}

/* = Selected Text
----------------------------------------------- */
::selection {
	background:#F4B17F; /* Safari */
}
::-moz-selection {
	background:#F4B17F; /* Firefox */
}

/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */
.fadein {
	opacity: 0;
	filter: blur(6px);
}
.opfadein {
	opacity: 0;
	filter: blur(6px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
}

/* -----------------------------------------------------------
	keyframes
----------------------------------------------------------- */
@keyframes appear {
  0%{
	opacity: 0;
  }
  100%{
	opacity: 1;
  }
}
@keyframes poyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes yura {
  0%{
      transform: rotate(0);
  }
  25%{
      transform: rotate(-5deg);
  }
  75%{
      transform: rotate(5deg);
  }
  100%{
      transform: rotate(0);
  }
}
@keyframes fuwa_x {
  0% {
    transform: translateX(-8px);
  }
  100% {
    transform: translateX(8px);
  }
}
@keyframes fuwa_y {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}

/* -----------------------------------------------------------
	waraper
----------------------------------------------------------- */
.waraper {
	overflow: hidden;
}
.main_content {
	overflow: hidden;
}
.content_wrap {
	min-height: 600px;
}
main {
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
}
header .header_inner {
	width: 96%;
	height: 125px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_inner .logobox a {
	display: flex;
	align-items: flex-end;
	gap: 25px;
	max-width: 450px;
}
header .header_inner .logobox a:hover img {
	opacity: 1;
}
header .header_inner .logobox a:hover {
	opacity: .7;
}
header .header_inner .logobox .logo {
	width: 304px;
	line-height: 1;
}
header .header_inner .logobox .logo_text {
	width: 121px;
	line-height: 1;
}
header .header_inner .header_entry_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 32px;
}
header .header_inner .header_entry {
	width: 160px;
	position: relative;
	transition: opacity .3s ease-in-out;
}
header .header_inner .header_entry:hover {
	/*opacity: .7;*/
}
header .header_inner .header_entry::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -2px;
	right: -2px;
	background: #004f97;
	border-radius: 100px;
	z-index: -1;
}
header .header_inner .header_entry a {
	height: 50px;
	background: #fff000;
	display: flex;
	justify-content: center;
    align-items: center;
	border-radius: 100px;
	border: 1px solid #004f97;
	position: relative;
	transition: all .15s ease-in-out;
}
header .header_inner .header_entry a:hover {
	transform: translate(2px, 2px);
}
header .header_inner .header_entry a:hover img {
	opacity: 1;
}
header .header_inner .header_entry img {
	width: 68px;
}
header .header_nav {
	display: none;
}
header .header_nav.gnav_active {
	display: block;
    opacity: 1;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
	animation: navfade 0.4s linear 0s;
}
header .header_nav_inner {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	background: #004f97;
	/*padding: 40px 3% 50px;*/
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 20px;
}
header .header_nav_inner_cont {
	padding: 20px 3% 30px;
}
header .header_nav_inner .ttl {
	color: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.08em;
	padding-bottom: 4px;
	margin-bottom: 12px;
	border-bottom: 1px solid #fff;
}
header .header_nav ul.primary {
	display: flex;
	gap: 15px 40px;
	flex-wrap: wrap;
	padding: 0 20px;
}
header .header_nav ul.primary > li {
	width: calc((100% - 40px) / 2);
}
header .header_nav ul.primary > li:last-child {
	margin-bottom: 0;
}
header .header_nav ul.primary > li a,
header .header_nav ul.primary > li .cat {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-weight: 700;
}
header .header_nav ul.primary > li a:hover {
	opacity: .7;
}
header .header_nav ul.primary > li ul.sub {
	padding-left: 6px;
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    gap: 0 15px;
}
header .header_nav ul.primary > li ul.sub li {
	position: relative;
	padding-left: 12px;
}
header .header_nav ul.primary > li ul.sub li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50px;
}
header .header_nav ul.primary > li ul.sub li a {
	font-size: 16px;
	font-weight: 500;
}
header .header_nav ul.primary > li .other-primary {
	margin-top: 10px;
}
header .header_nav ul.primary > li .other-primary li {
	margin-bottom: 7px;
}
header .header_nav .header_nav_entry {
	max-width: 320px;
	margin: 20px auto 0;
	position: relative;
}
header .header_nav .header_nav_entry::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -2px;
	right: -2px;
	background: #002e57;
	border-radius: 100px;
	z-index: -1;
}
header .header_nav .header_nav_entry a {
	height: 50px;
	background: #fff000;
	display: flex;
	justify-content: center;
    align-items: center;
	border-radius: 100px;
	border: 1px solid #004f97;
	position: relative;
	transition: all .15s ease-in-out;
}
header .header_nav .header_nav_entry a:hover {
	transform: translate(2px, 2px);
}
header .header_nav .header_nav_entry a:hover img {
	opacity: 1;
}
header .header_nav .header_nav_entry img {
	width: 68px;
}
header .header_nav_inner .close_btn {
	cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 9999px;
    position: absolute;
    right: -30px;
    top: -30px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 14px 2px;
}
header .header_nav_inner .close_btn span {
	width: 40px;
    height: 4px;
    background-color: #004f97;
    position: absolute;
    top: 50%;
    left: 50%;
}
header .header_nav_inner .close_btn span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}
header .header_nav_inner .close_btn span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/*--- ハンバーガー ---*/
.hmenu {
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.menu-trigger:hover {
	opacity: 1;
}
.menu-trigger:hover span:nth-child(2) {
	width: 45px;
}
.menu-trigger_inner {
	position: relative;
    width: 100%;
    height: 34px;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	align-items: flex-end;
}
.menu-trigger span {
	width: 100%;
	height: 2.5px;
	background-color: #004f97;
}
.menu-trigger span:nth-child(2) {
	width: 35px;
}
.menu-trigger.menu_active span {
	
}
.menu-trigger.menu_active .menu-trigger_inner {
	justify-content: space-evenly;
	height: 100%;
}
.menu-trigger.menu_active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
	margin-top: 4px;
}
.menu-trigger.menu_active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.menu_active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
@keyframes navfade {
  0% {
    opacity: 0;
	display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
header .header_inner {
	height: 95px;
}
header .header_inner .logobox a {
	gap: 15px;
}
header .header_inner .logobox .logo {
	width: 260px;
}
header .header_inner .logobox .logo_text {
	width: 100px;
}
header .header_inner .header_entry {
	width: 150px;
}
header .header_inner .header_entry a {
	height: 45px;
}
header .header_inner .header_entry img {
	width: 60px;
}
header .header_inner .header_entry_box {
	gap: 20px;
}
}
@media screen and (max-width: 767px) {
header .header_inner {
	height: 64px;
	align-items: flex-start;
	padding-top: 15px;
}
header .header_inner .logobox a {
	flex-direction: column;
    align-items: flex-start;
	gap: 8px;
}
header .header_inner .logobox .logo {
	width: 156px;
}
header .header_inner .logobox .logo_text {
	width: 81px;
}
header .header_inner .header_entry_box {
	gap: 12px;
}
header .header_inner .header_entry {
	width: 82px;
}
header .header_inner .header_entry a {
	height: 25px;
}
header .header_inner .header_entry img {
	width: 39px;
}


.hmenu {
	width: 25px;
    height: 18px;
}
.menu-trigger {
	width: 25px;
    height: 18px;
}
.menu-trigger_inner {
	width: 25px;
    height: 18px;
}
.menu-trigger span {
	height: 1.5px;
}
.menu-trigger span:nth-child(2),
.menu-trigger:hover span:nth-child(2) {
	width: 18px;
}
.menu-trigger_inner::after {
	bottom: -26px;
	font-size: 14px;
	font-weight: 500;
}
.menu-trigger.menu_active span:nth-of-type(1) {
	transform: translateY(4.5px) rotate(-45deg);
	margin-top: 0;
}
.menu-trigger.menu_active span:nth-of-type(3) {
	transform: translateY(-4.5px) rotate(45deg);
}
header .header_nav_inner {
	padding: 20px 3% 20px;
	border-radius: 10px;
	top: 48%;
}
header .header_nav_inner .ttl {
	font-size: 16px;
}
header .header_nav ul.primary {
	padding: 0;
	gap: 15px;
}
header .header_nav ul.primary > li {
	width: 100%;
}
header .header_nav ul.primary > li a,
header .header_nav ul.primary > li .cat {
	font-size: 16px;
	font-weight: 500;
}
header .header_nav ul.primary > li ul.sub {
	flex-direction: row;
}
header .header_nav ul.primary > li ul.sub li {
	padding-left: 8px;
}
header .header_nav ul.primary > li ul.sub li::before {
	top: 10px;
}
header .header_nav ul.primary > li ul.sub li a {
	font-size: 14px;
}
header .header_nav ul.primary > li .other-primary {
	margin-top: 15px;
}
header .header_nav ul.primary > li .other-primary li {
	margin-bottom: 2px;
}
header .header_nav_inner .close_btn {
	width: 40px;
    height: 40px;
	right: -12px;
    top: -24px;
}
header .header_nav_inner .close_btn span {
	width: 24px;
    height: 2px;
}
header .header_nav_inner_cont {
	padding: 0 3% 0px;
}
header .header_nav .header_nav_entry {
	max-width: 250px;
	margin: 10px auto 0;
}
header .header_nav .header_nav_entry a {
	height: 36px;
}
header .header_nav .header_nav_entry img {
	width: 54px;
}
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer .inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 45px 25px 45px;
	border-radius: 17px 17px 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 7px 0px;
	position: relative;
}
footer .logobox {
	display: flex;
	gap: 30px;
}
footer .footer_logo {
	width: 317px;
}
footer .footer_insta {
	width: 32px;
}
footer .address {
	line-height: 1.4;
	margin-top: 20px;
}
footer .copy {
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	text-align: right;
}
footer .pagetop {
	max-width: 122px;
	position: absolute;
	top: -88px;
    right: 32px;
}
footer .pagetop a {
	display: block;
}
footer .pagetop a img {
	transition: all .2s ease-in-out;
}
footer .pagetop a:hover img {
	opacity: 1;
}
footer .pagetop:hover img {
	margin-top: -4px;
	padding-bottom: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
footer .copy {
	margin-top: 20px;
}
footer .pagetop {
	max-width: 100px;
	top: -74px;
}
}
@media screen and (max-width: 767px) {
footer .inner {
	padding: 30px 10px 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px 0px;
}
footer .logobox {
	gap: 20px;
	justify-content: center;
}
footer .footer_logo {
	width: 200px;
}
footer .footer_insta {
	width: 21px;
}
footer .address {
	font-size: 12px;
	margin-left: 37px;
	margin-top: 10px;
}
footer .copy {
	font-size: 9px;
	margin-top: 20px;
	text-align: center;
}
footer .pagetop {
	max-width: 60px;
        top: -46px;
        right: 8px;
}
}


/* -----------------------------------------------------------
	main_waraper
----------------------------------------------------------- */
.main_waraper {
	padding-top: 125px;
}
.page_ttlwrap {
	width: 94%;
	max-width: 1250px;
	margin: 0 auto;
}
.page_ttlwrap .bg_img {
	height: 250px;
	border-radius: 18px;
	overflow: hidden;
}
.page_ttlwrap .bg_img img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page_ttlwrap .page_ttl {
	width: 415px;
	height: 85px;
	background: #fff000;
	display: flex;
	align-items: center;
	border-radius: 11px;
	font-size: 30px;
	font-weight: 700;
	color: #322d2a;
	margin-left: 50px;
	margin-top: -43px;
	padding-left: 35px;
	letter-spacing: 0.08em;
	z-index: 1;
	position: relative;
}
.pan_wrap {
}
.pan_wrap ul {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
}
.pan_wrap ul li {
	font-size: 13px;
	color: #989898;
	position: relative;
}
.pan_wrap ul li::after {
	content: 'ー';
	color: #989898;
	margin-left: 5px;
}
.pan_wrap ul li:last-child::after {
	display: none;
}
.pan_wrap ul li a {
	color: #989898;
	text-decoration: underline;
}
.pan_wrap ul li a:hover {
	text-decoration: none;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
.main_waraper {
	padding-top: 95px;
}
.pan_wrap ul li {
	font-size: 12px;
}
.page_ttlwrap .page_ttl {
	font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.main_waraper {
	padding-top: 64px;
}
.page_ttlwrap .bg_img {
	height: 130px;
	border-radius: 8px;
}
.page_ttlwrap .page_ttl {
	font-size: 16px;
	height: 45px;
	width: 260px;
	margin-left: 10px;
	margin-top: -25px;
	padding-left: 20px;
	letter-spacing: 0.03em;
}
.pan_wrap {
	padding: 4px 0;
}
.pan_wrap ul li {
	font-size: 10px;
}
.pan_wrap ul li a::after {
	top: 0;
}
}


/* -----------------------------------------------------------
	subpage_link
----------------------------------------------------------- */
.subpage_link {
	margin: 50px auto 0;
	width: 90%;
}
.subpage_link ul {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.subpage_link ul li {
	width: calc(50% - 10px);
    max-width: 237px;
    height: 40px;
}
.subpage_link ul li a {
	display: flex;
	justify-content: center;
    align-items: center;
	height: 40px;
	color: #004f97;
	font-size: 18px;
	font-weight: 700;
	background: #fff000;
	border: 1px solid #004796;
	border-radius: 0 100px 100px 100px;
}
.subpage_link ul li a:hover {
	opacity: .7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.subpage_link {
	margin-top: 40px;
}
.subpage_link ul {
	gap: 10px;
}
.subpage_link ul li {
	width: calc(50% - 5px);
}
.subpage_link ul li a {
	font-size: 15px;
	letter-spacing: 0;
}
}
/* -----------------------------------------------------------
	description_link
----------------------------------------------------------- */
.description_link {
	display: flex;
	justify-content: center;
    align-items: center;
	margin: 110px 0 140px;
}
.description_link .ttl {
	font-size: 30px;
	font-weight: 700;
	color: #0d76b5;
	letter-spacing: 0.08em;
}
.description_link .info_box {
	display: flex;
	flex-direction: column;
	gap: 15px;
	border-left: 1px solid #004f97;
	border-right: 1px solid #004f97;
	padding: 0 50px;
	margin: 0 50px 0 30px;
}
.description_link .info_box a {
	display: flex;
	justify-content: center;
    align-items: center;
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	height: 55px;
	width: 350px;
	background: linear-gradient(to right, rgba(13, 118, 181, 1) 0%, rgba(18, 101, 167, 1) 46.14%, rgba(33, 76, 148, 1) 100%);
	border-radius: 100px;
}
.description_link .info_box a:hover {
	opacity: .7;
}
.description_link .link_entry {
	width: 350px;
	position: relative;
	transition: opacity .3s ease-in-out;
}
.description_link .link_entry:hover {
	/*opacity: .7;*/
}
.description_link .link_entry::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -2px;
	right: -2px;
	background: #004f97;
	border-radius: 100px;
	z-index: -1;
}
.description_link .link_entry a {
	height: 55px;
	background: #fff000;
	display: flex;
	justify-content: center;
    align-items: center;
	border-radius: 100px;
	border: 1px solid #004f97;
	position: relative;
	transition: all .15s ease-in-out;
}
.description_link .link_entry a:hover {
	transform: translate(2px, 2px);
}
.description_link .link_entry a:hover img {
	opacity: 1;
}
.description_link .link_entry img {
	width: 75px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.description_link {
	flex-wrap: wrap;
	margin: 100px 0 100px;
}
.description_link .ttl {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.description_link .info_box {
	border-left: none;
	padding: 0 30px 0 0;
	margin: 0 30px 0 0;
}
.description_link .info_box a {
	width: 300px;
	font-size: 22px;
}
.description_link .link_entry {
	width: 300px;
}
}
@media screen and (max-width: 767px) {
.description_link {
	flex-wrap: wrap;
	flex-direction: column;
	margin: 60px 0 80px;
}
.description_link .ttl {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}
.description_link .info_box {
	border: none;
	padding: 0;
	margin: 0 0 25px;
	gap: 10px;
}
.description_link .info_box a {
	max-width: 300px;
	font-size: 16px;
	height: 45px;
}
.description_link .link_entry {
	max-width: 300px;
	width: 100%;
}
.description_link .link_entry a {
	height: 45px;
}
.description_link .link_entry img {
	width: 65px;
}
}


/* -----------------------------------------------------------
	anchor_wrap
----------------------------------------------------------- */
.anchor_wrap {
	width: 96%;
	margin: 50px auto 0;
}
.anchor_wrap ul {
	display: flex;
	gap: 60px;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.anchor_wrap ul li a,
.anchor_wrap ul li button {
	font-size: 18px;
	font-weight: 500;
	color: #004f97;
	letter-spacing: 0.1em;
	padding-right: 33px;
	position: relative;
	line-height: 1.3;
    text-align: center;
    display: inline-block;
}
.anchor_wrap ul li button {
	font-family : inherit;
	cursor: pointer;
}
.anchor_wrap ul li a:hover,
.anchor_wrap ul li button:hover {
	opacity: .7;
}
.anchor_wrap ul li a::after,
.anchor_wrap ul li button::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 22px;
    height: 15px;
	background-image: url(../img/icon_triangle_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-top: -7px;
	transition: all .2s ease;
}
.anchor_wrap ul li a:hover::after,
.anchor_wrap ul li button:hover::after {
	margin-top: -4px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.anchor_wrap ul {
	gap: 30px;
}
}
@media screen and (max-width: 767px) {
.anchor_wrap {
	margin: 20px auto 0;
}
.anchor_wrap ul {
	gap: 10px 15px;
	flex-wrap: wrap;
}
.anchor_wrap ul li a,
.anchor_wrap ul li button {
	font-size: 15px;
	line-height: 1.4;
	padding-right: 24px;
}
.anchor_wrap ul li a::after,
.anchor_wrap ul li button::after {
	width: 19px;
    height: 13px;
	margin-top: -5px;
}
.anchor_wrap ul li a:hover::after,
.anchor_wrap ul li button:hover::after {
	margin-top: -5px;
}
}



/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {

}

/* -----------------------------------------------------------
	requirements_wrap 募集要項
----------------------------------------------------------- */
.requirements_wrap {
	max-width: 1450px;
	margin: 0 auto 60px;
	padding: 50px 0;
	position: relative;
}
.requirements_wrap .inner {
	max-width: 1250px;
	min-height: 400px;
	margin-right: 0;
	margin-left: auto;
	padding: 40px 0 120px;
	background: #f0f0f0;
	border-radius: 18px 0 0 18px;
	position: relative;
}
.requirements_wrap .inner::before {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    left: auto;
    width: 50px;
    height: 100%;
	background: #f0f0f0;
	border-radius: 0 18px 18px 0;
}
.requirements_wrap .requirements_conte {
	max-width: 900px;
	width: 90%;
	margin: 110px auto 0;
	border-radius: 18px;
	padding: 70px 0 100px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	background-color: #fff;
	background-image: url("../img/bg_diagonal.svg");
	background-position: left top;
	background-repeat: repeat;
	background-size: 100%;
}
.requirements_wrap .requirements_conte .detail_list {
	max-width: 860px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.requirements_wrap .requirements_conte .detail_list_item {
	width: 100%;
	background: #fff;
	padding: 20px 30px 30px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	border-top: 3px solid #004f97;
}
.requirements_wrap .requirements_conte .detail_list_item  .ttl {
	font-size: 27px;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
	color: #004f97;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-bottom: none;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .sec_ttl {
	background: #e7f1f8;
	display: flex;
	align-items: center;
	width: 20%;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .sec_ttl .sec_ttl_text {
	font-size: 16px;
	font-weight: 500;
	color: #004f97;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .sec_data {
	display: flex;
	align-items: center;
	width: 80%;
	flex-wrap: wrap;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .info_text_1 {
	font-size: 21px;
    font-weight: 500;
	line-height: 1.6;
	width: 100%;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .info_text_2 {
	width: 100%;
	line-height: 1.6;
}
.requirements_wrap .requirements_conte .recruit_table_item {
	max-width: 860px;
	width: 90%;
	margin: 0 auto 30px;
}
.requirements_wrap .requirements_conte .recruit_table_item .ttl {
	font-size: 27px;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
	color: #004f97;
}
.requirements_wrap .requirements_conte .recruit_table {
	background: #fff;
	margin-bottom: 50px;
}
.requirements_wrap .requirements_conte .recruit_table table {
	width: 100%;
}
.requirements_wrap .requirements_conte .recruit_table table th,
.requirements_wrap .requirements_conte .recruit_table table td {
	border: 1px solid #ccc;
	padding: 20px;
}
.requirements_wrap .requirements_conte .recruit_table table td a {
	text-decoration: underline;
}
.requirements_wrap .requirements_conte .recruit_table table td a:hover {
	text-decoration: none;
}
.requirements_wrap .requirements_conte .recruit_table table th {
	font-weight: normal;
	background: #e7f1f8;
	white-space: nowrap;
	vertical-align: top;
	width: 24%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
.requirements_wrap {
	margin-left: 8%;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.requirements_wrap .qa_wrap_list {
	margin: 40px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.requirements_wrap .requirements_conte .detail_list_item .info_box .sec_ttl {
	width: 120px;
	padding: 10px 15px;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .sec_data {
	width: calc(100% - 120px);
	padding: 10px 15px;
}
}
}
@media screen and (max-width: 767px) {
.requirements_wrap {
	padding: 40px 0 0;
	margin-bottom: 70px;
}
.requirements_wrap .inner {
	margin-left: 8%;
	padding: 40px 0 40px;
}
.requirements_wrap .requirements_conte {
	padding: 30px 0 30px;
	margin: 0 auto 0;
}

.requirements_wrap .requirements_conte .detail_list_item {
	padding: 10px 15px 10px;
}
.requirements_wrap .requirements_conte .detail_list_item .ttl {
	font-size: 18px;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .sec_ttl {
	width: 100%;
	padding: 5px 10px;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .sec_ttl .sec_ttl_text {
	font-size: 14px;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .sec_data {
	width: 100%;
	padding: 5px 10px;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .info_text_1 {
	font-size: 15px;
	letter-spacing: 0;
}
.requirements_wrap .requirements_conte .detail_list_item .info_box .info_text_2 {
	letter-spacing: 0;
}
.requirements_wrap .requirements_conte .recruit_table_item .ttl {
	font-size: 18px;
}
.requirements_wrap .requirements_conte .recruit_table table th,
.requirements_wrap .requirements_conte .recruit_table table td {
	display: block;
	width: 100%;
	padding: 10px;
}
.requirements_wrap .requirements_conte .recruit_table table {
	border-bottom: 1px solid #ccc;
}
.requirements_wrap .requirements_conte .recruit_table table td {
	border-bottom: none;
}
.requirements_wrap .requirements_conte .recruit_table {
	margin-bottom: 40px;
}
}


/* -----------------------------------------------------------
	efect
----------------------------------------------------------- */
.ef_sl {
	position: relative;
	/*overflow-x: hidden;*/
	overflow: hidden;
}
.ef_sl:before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   right: 0;
   top: 0;
   z-index: 1;
   background-color: #111;
   -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -webkit-transition-delay: .2s;
   -moz-transition-delay: .2s;
   -ms-transition-delay: .2s;
   -o-transition-delay: .2s;
   transition-delay: .2s;
}
.ef_sl:after {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   right: 0;
   top: 0;
   background-color: #fff;
   z-index: 2;
   -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ef_sl.sc_active::before,
.ef_sl.sc_active::after  {
	right: -100%;
}
.ef_su {
	opacity: 0;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
	transform: translateY(80px);
}
.ef_su.sc_active {
	opacity: 1;
	transform: translateY(0px);
	transform: translate3d(0,0,0);
}
.ef_sr {
	opacity: 0;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
	transform: translateX(-80px);
}
.ef_sr.sc_active {
	opacity: 1;
	transform: translateX(0px);
	transform: translate3d(0,0,0);
}
.open_fadein {
	animation: open_fadein 0.5s ease 1s 1 forwards;
	transform: translate3d(0,0,0);
	transform: translateX(-80px);
	opacity: 0;
}
.fadein_scale {
	transform: scaleX(0.1) scaleY(0.1);
}
@keyframes open_fadein {
100% {
    opacity: 1;
    transform: translateX(0);
}
}

/* -----------------------------------------------------------
	scroll-hint
----------------------------------------------------------- */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

