@charset "utf-8";
/* ===================================================================
     BASE CSS
=================================================================== */
html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-size: 150%;
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 2.13;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	position: relative;
}
a {
	color: #007DC5;
	text-decoration: none;
	transition: opacity .3s ease-in-out;
}
a:hover {
	/*text-decoration: underline;*/
	/*transition: opacity .1s 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 */
}


/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */
.icon_pdf {
	width: 14px;
	vertical-align: text-bottom;
	margin-left: 6px;
}
.icon_blank {
	position: relative;
	color: #333;
	text-decoration: underline;
}
.icon_blank:hover {
	text-decoration: none;
}
.icon_blank::after {
	content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-left: 5px;
    background: url(../img/ico_target.svg) no-repeat center;
}
.icon_pagelink {
	width: 12px;
}
.fadein {
	opacity: 0;
}
.opfadein {
	opacity: 0;
}
.spacing {
	letter-spacing: -0.03em;
}
.text_keisen {
	letter-spacing: 0!important;
    transform: scale(4, 0.2);
    transform-origin: left;
    display: inline-block;
    margin-right: 4em;
}
.line_through {
	color: red;
	text-decoration: line-through;
}
.line_through span {
	color: #000;
}

/* btn_link */
.btn_link {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.btn_link a {
    display: block;
    height: 54px;
	max-width: 240px;
    line-height: 54px;
	padding-left: 28px;
	box-sizing: border-box;
    color: #333;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #333;
    position: relative;
	letter-spacing: 0.16em;
}
.btn_link a::after{
    display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    left: auto;
    width: 20px;
    height: 5px;
	margin-top: -4px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.btn_link.textjp a {
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.btn_link a:hover {
    opacity: 0.7;
}
.btn_link a:hover::after{
    right: 15px;
}
.text_note {
	font-size: 80%;
}
.lin_hei_nomal {
	line-height: 1.6;
}
.linktel {
	color: #333;
	pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.linktel {
	pointer-events: auto;
}
}
@media screen and (max-width: 767px) {
.btn_link a {
	line-height: 36px;
	height: 36px;
	font-size: 14px;
}
.linktel {
	pointer-events: auto;
}
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
header .header_inner {
	width: 100%;
	/*height: 120px;*/
	position: fixed;
}
header .header_inner .logo {
	width: 268px;
	position: absolute;
	top: 27px;
	left: 40px;
	/*transition: all 1s ease;*/
}
header .header_inner .logo .logo_white {
	display: block;
}
header .header_inner .logo .logo_color {
	display: none;
}
header .lang_nav {
	position: absolute;
	left: 338px;
	top: 38px;
}
header .lang_nav ul li {
	display: inline-block;
}
header .lang_nav ul li:first-child {
	position: relative;
	margin-right: 4px;
}
header .lang_nav ul li:first-child::after {
	position: absolute;
    top: 0;
    right: -8px;
    display: block;
    content: '/';
	line-height: 1;
	font-size: 14px;
	color: #fff;
}
header .lang_nav ul li a {
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 1;
	letter-spacing: 0.05em;
}
header .lang_nav ul li.active a {
	
}
header .lang_nav ul li a:hover {
	opacity: .7;
}

header .header_nav {
	margin-right: 40px;
    float: right;
    margin-top: 30px;
}
header .header_nav ul {
	display: flex;
	gap: 30px;
}
header .header_nav ul li {
	display: inline-block;
	/*padding-right: 30px;*/
}
header .header_nav ul li:last-child {
	padding-right: 0;
}
header .header_nav ul li a.is_pc {
	display: block;
}
header .header_nav ul li a.is_mobile {
	display: none;
}
header .header_nav ul li a {
	color: #fff;
	/*padding: 16px 0 20px;*/
	line-height: 1.3;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	position: relative;
	height: 50px;
	display: flex;
	justify-content: center;
    align-items: center;
}
header .header_nav ul li a span {
	position: relative;
    display: block;
}
.header_nav ul li a span:after {
	position: absolute;
   bottom: -4px;
   left: 0;
   z-index: 2;
   display: block;
   width: 100%;
   content: "";
   border-bottom: #fff 2px solid;
   
   -webkit-transform-origin: right top;
   -moz-transform-origin: right top;
   -o-transform-origin: right top;
   -ms-transform-origin: right top;
   transform-origin: right top;
   
   -webkit-transform: scale(0,1);
   -moz-transform: scale(0,1);
   -o-transform: scale(0,1);
   -ms-transform: scale(0,1);
   transform: scale(0,1);
   
   -webkit-transition: transform .3s ease;
   -moz-transition: transform .3s ease;
   -o-transition: transform .3s ease;
   transition: transform .3s ease;
}
.header_nav ul li a:hover span:after {
	webkit-transform-origin: left top;
   -moz-transform-origin: left top;
   -o-transform-origin: left top;
   -ms-transform-origin: left top;
   transform-origin: left top;
   
   -webkit-transform: scale(1,1);
   -moz-transform: scale(1,1);
   -o-transform: scale(1,1);
   -ms-transform: scale(1,1);
   transform: scale(1,1);
}

/* only contact */
.header_nav ul li.contact a:hover span:after {
	display: none;
}
.header_nav ul li.contact a span {
	position: relative;
  display: inline-block;
  padding: 7px 30px;
  border: 1px solid #fff;
  color: #fff;
  /*transition: .3s;*/
}
.header_nav ul li.contact a span:hover {
	color: #333;
}
.header_nav ul li.contact a span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.header_nav ul li.contact a span:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* end only contact */

/* active */
#business .header_nav ul li.business a span:after {
	/*-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);*/
}
#company .header_nav ul li.company a span:after {
	/*-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);*/
}
/* END active */



header .header_nav ul li a.trg:after {
	position: absolute;
   bottom: 0px;
   left: 0;
   z-index: 2;
   display: block;
   width: 100%;
   content: "";
   border-bottom: #fe6e01 1px solid;
   transform-origin: right top;
   transform: scale(0,1);
   transition: transform .3s ease;
}
header .header_nav ul li a.trg:hover:after,
header .header_nav ul li.active a.trg:after {
   transform-origin: left top;
   transform: scale(1,1);
}
header .header_nav ul li.contact a.trg::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
header .megamenu {
	position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
	border-top: 1px solid #f4f4f4;
	/*max-height: 0;*/
	visibility: hidden;
    opacity: 0;
	transition: all 0.4s ease;
	overflow: hidden;
}
header .megamenu.show {
	visibility: visible;
	opacity: 1;
}
header .megamenu_inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0px;
	background: #fff;
}
header .megamenu.show .megamenu_inner {
	
}
header .megamenu_inner .item_wrap {
	max-width: 1100px;
	width: 94%;
	margin: 0 auto;
}
header .megamenu_inner .item_ttl {
	width: 20%;
	float: left;
	font-size: 20px;
	text-align: right;
}
header .megamenu_inner .item_list {
	width: 75%;
	float: right;
}
header .megamenu_inner .item_wrap .item {
	width: calc(84% / 3);
	float: left;
	line-height: 1.6;
	margin-left: 8%;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
header .megamenu_inner .item_wrap .item:nth-child(2) {
	margin-left: 0;
}
header .megamenu_inner .item_wrap .item:nth-child(4n + 1) {
	margin-left: 0;
}
header .megamenu_inner .item_wrap .item:first-child {
	display: none;
}
header .header_nav ul li.service .megamenu_inner .item_wrap .item:first-child {
	display: block;
}
header .header_nav ul li.service .megamenu_inner .item_wrap .item:nth-child(2),
header .header_nav ul li.service .megamenu_inner .item_wrap .item:nth-child(4n + 1) {
	margin-left: 8%;
}
header .header_nav ul li.service .megamenu_inner .item_wrap .item:nth-child(3n + 1) {
	margin-left: 0;
}
header .megamenu_inner .item_wrap .item a {
	position: relative;
	padding: 0 30px 14px 0;
	line-height: 1.4;
	font-size: 14px;
}
header .megamenu_inner .item_wrap .item a::after {
	display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 24px;
    height: 5px;
	margin-top: -14px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
header .megamenu_inner .item_wrap .item a:hover::after {
	right: -5px;
}
header .megamenu_inner .item_wrap .item a .cell {
	height: 45px;
	display: table-cell;
	vertical-align: middle;

}
header .megamenu_inner .item_wrap .item a[target="_blank"] span::after {
	content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../img/ico_target.svg) no-repeat center;
}



.overlay {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
	visibility: hidden;
    opacity: 0;
	transition: all .5s ease;
}
.overlay.active {
	visibility: visible;
	opacity: .7;
}

/*--- ハンバーガー ---*/
.btn_smp {
	width: 36px;
	float: right;
	position: absolute;
    right: 4%;
    top: 15px;
	z-index: 2;
	display:  none;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 36px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	/*border-radius: 4px;*/
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger::after {
	position: absolute;
	left: 0;
	bottom: -18px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}
.menu-trigger.menu_active::after {
	content: 'CLOSE';
	bottom: -18px;
}
.menu-trigger.menu_active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.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(-9px) rotate(45deg);
}


/* スクロール後 */
header, .header_nav {
	transition: background-color 0.8s ease;
}
header.sml {
	background: #fff;
	height: 100px;
}
header.sml .header_inner .logo .logo_white {
	display: none;
}
header.sml .header_inner .logo .logo_color {
	display: block;
}
header.sml .header_nav ul li a {
	color: #333;
}
header.sml .header_nav ul li.contact a span {
	color: #333;
	border: 1px solid #006bb4;
}
header.sml .header_nav ul li.contact a span:hover {
	color: #fff;
}
header.sml .header_nav ul li a span:after {
	border-bottom: #006bb4 2px solid;
}
header.sml .header_nav ul li.contact a span::before {
	background: #006bb4;
}
header.sml .menu-trigger span {
	background-color: #333;
}
header.sml .menu-trigger::after {
	color: #333;
}
header.sml .lang_nav ul li a {
	color: #333;
}
header.sml .lang_nav ul li:first-child::after {
	color: #333;
}
.br_tr1 {
	display: block;
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
header .header_inner .logo {
	width: 200px;
	top: 40px;
}
header .lang_nav {
	left: 260px;
	top: 43px;
}
header .header_nav ul {
	gap: 15px;
}
.header_nav ul li.contact a span {
	padding: 7px 25px;
}
.br_tr1 {
	display: block;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
header {
	height: 90px;
}
header.header_active .header_inner {
	height: 100vh;
}
header .header_inner .logo {
	max-width: 230px;
	left: 2%;
	top: 20px;
}
header .btn_smp {
	display: block;
	top: 26px;
}
header .lang_nav {
	left: calc(2% + 250px);
    top: 27px;
}
header .lang_nav ul li.active a {
	
}
header .header_nav.gnav_active {
	display: block;
}
header .header_nav.gnav_active ul li a {
	color: #333;
}
.header_nav ul li.contact a:hover {
	background: #ccc;
}
.header_nav ul li.contact a span {
	color: #333;
	border: none;
}
.header_nav ul li.contact a span:hover {
	color: #333;
}
header.header_active .header_inner .logo .logo_white {
	display: none;
}
header.header_active .header_inner .logo .logo_color {
	display: block;
}
header.header_active .menu-trigger span {
	background-color: #333;
}
header.header_active .menu-trigger::after {
	color: #333;
}
header.header_active .lang_nav ul li a {
	color: #333;
}
header.header_active .lang_nav ul li:first-child::after {
	color: #333;
}
header .header_nav {
	display: none;
	margin-right: 0;
    float: none;
    margin-top: 0;
    padding: 0 4%;
    overflow-y: auto;
    height: 100%;
    background: #fff;
}
header .header_nav ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 200px auto 0;
	max-width: 700px;
	gap: 4%;
}
header .header_nav ul li {
	display: block;
	padding-right: 0;
	width: 48%;
}
header .header_nav ul li:last-child {
	width: 80%;
    margin: 20px auto;
    text-align: center;
}
header .header_nav ul li a.is_pc {
	display: block;
}
header .header_nav ul li a.is_mobile {
	display: none;
}
header .header_nav ul li a {
	/*pointer-events:none;*/
	padding: 16px 14px;
	text-align: center;
}

/* only contact */
.header_nav ul li.contact a {
	border: 1px solid #333;
	font-weight: normal;
}
.header_nav ul li.contact a span {
	color: #333;
}
header.sml .header_nav ul li.contact a {
	color: #333;
	font-weight: normal;
}
header.sml .header_nav ul li.contact a span {
	color: #333;
	border: none;
}
header.sml .header_nav ul li.contact a span:hover {
	color: #333;
}
/* END only contact */
header .header_nav ul li a.trg {
	border-bottom: 1px solid #ccc;
	background: #d1cdc7;
}
header .header_nav ul li a:hover {
	/*opacity: 1;*/
}
header .header_nav ul li a.trg:after {
    /*display: block;
    content: '';
    position: absolute;
    margin-top: 0;
    top: 42%;
    right: 25px;
    left: auto;
    width: 16px;
    height: 4px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: skew(45deg);
    transition: all 0.5s ease;*/
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    width: 30px;
    height: 5px;
    margin-top: -5px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: skew(45deg);
    transition: all 0.5s ease;
}
header .header_nav ul li.has_mega a.trg:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    width: 30px;
    height: 5px;
    margin-top: -5px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: skew(45deg);
    transition: all 0.5s ease;
}
header .header_nav ul li a.trg:hover:after {
   transform: skew(45deg);
}
header .header_nav ul li a.trg:hover:after,
header .header_nav ul li.has_mega a.trg:hover:after {
   /*transform-origin: none;
   transform: none;*/
   right: 15px;
}
header .header_nav ul li a.trg.drop_active:after {
	content: '−';
}
header .header_nav ul li a .en {
	margin-right: 8px;
	letter-spacing: 0.1em;
}
header .header_nav ul li a .jp {
	font-size: 11px;
}
header .megamenu {
	position: static;
	visibility: visible;
	opacity: 1;
	background: none;
}
header .megamenu.show {
	/*visibility: hidden;
	opacity: 0;*/
}
header .megamenu.drop_show {
	visibility: visible;
	opacity: 1;
	max-height: 800px;
}
header .megamenu_inner {
	padding: 0;
	background: none;
}

header .megamenu_inner .item_ttl {
	display: none;
}
header .megamenu_inner .item_list {
	width: 100%;
	float: none;
}
header .megamenu_inner .item_wrap {
	width: 100%;
}
header .megamenu_inner .item_wrap .item {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	border: none;
}
header .header_nav ul li.service .megamenu_inner .item_wrap .item:nth-child(2),
header .header_nav ul li.service .megamenu_inner .item_wrap .item:nth-child(4n + 1) {
	margin-left: 0;
}
header .megamenu_inner .item_wrap .item:first-child {
	display: none;
}
header .header_nav ul li.service .megamenu_inner .item_wrap .item:first-child {
	display: block;
}
header .megamenu_inner .item_wrap .item:last-child {
	border: none;
}
header .megamenu_inner .item_wrap .item a {
	padding: 10px 50px 10px 16px;
}
header .megamenu_inner .item_wrap .item a .cell {
	height: auto;
}
header .megamenu_inner .item_wrap .item a::after {
	right: 22px;
	margin-top: 0;
	top: 42%;
	width: 16px;
	height: 4px;
}
header .megamenu_inner .item_wrap .item a:hover::after {
	right: 17px;
}

.overlay.active {
	visibility: hidden;
	opacity: 0;
}
.br_tr1 {
	display: none;
}
}
@media screen and (max-width: 767px) {
header {
	height: 70px;
}
header.header_active .header_inner {
	height: 100vh;
}
header .header_inner .logo {
	max-width: 160px;
	top: 17px;
	left: 4%;
	right: auto;
}
header .btn_smp {
	display: block;
}
header .lang_nav {
	right: calc(4% + 50px);
	left: auto;
    top: 16px;
}
header .lang_nav ul li a {
	font-size: 14px;
}
header .lang_nav ul li:first-child {
	margin-right: 10px;
}
header .lang_nav ul li:first-child::after {
	right: -10px;
}

header .header_nav.gnav_active {
	display: block;
	/*padding-bottom: 200px;*/
}
header .header_nav.gnav_active ul li a {
	color: #333;
}

header.header_active .header_inner .logo .logo_white {
	display: none;
}
header.header_active .header_inner .logo .logo_color {
	display: block;
}
header.header_active .menu-trigger span {
	background-color: #333;
}
header.header_active .menu-trigger::after {
	color: #333;
}
header.header_active .lang_nav ul li a {
	color: #333;
}
header.header_active .lang_nav ul li:first-child::after {
	color: #333;
}
header .header_nav {
	display: none;
	margin-right: 0;
	float: none;
	margin-top: 0;
	padding: 0 4%;
	overflow-y: auto;
	height: 100%;
	background: #fff;
}
header .header_nav ul {
	margin: 120px auto 0;
	max-width: 600px;
	flex-direction: column;
	gap: 10px;
}
header .header_nav ul li {
	display: block;
	width: 100%;
	padding-right: 0;
}
header .header_nav ul li.recruit,
header .header_nav ul li.topics,
header .header_nav ul li.note {
	display: block;
}
header .header_nav ul li:last-child {
	width: 90%;
	margin: 0 auto;
}
header .header_nav ul li a.is_pc {
	display: none;
}
header .header_nav ul li.service a.is_pc {
	display: block;
}
header .header_nav ul li a.is_mobile {
	display: block;
}
header .header_nav ul li.service a.is_mobile {
	display: none;
}
header .header_nav ul li a {
	/*pointer-events:none;*/
	/*padding: 16px 14px;*/
	text-align: center;
	height: 47px;
}
header .header_nav ul li a:hover {
	opacity: 1;
}
header .header_nav ul li a.trg:after {
    display: block;
    content: '';
    position: absolute;
    margin-top: 0;
	top: 42%;
    right: 25px;
    left: auto;
    width: 16px;
	height: 4px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: skew(45deg);
    transition: all 0.5s ease;
}
header .header_nav ul li.has_mega a.trg:after {
    top: 50%;
    right: 24px;
    left: auto;
    width: auto;
    display: block;
    content: "+";
    color: #000;
    margin-top: -11px;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
	border: none;
	transform: none;
}
header .header_nav ul li.service a.trg:after {
    display: block;
    content: '';
    position: absolute;
    margin-top: 0;
	top: 42%;
    right: 25px;
    left: auto;
    width: 16px;
	height: 4px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: skew(45deg);
    transition: all 0.5s ease;
}
header .header_nav ul li a.trg:hover:after {
   transform: skew(45deg);
}
header .header_nav ul li.has_mega a.trg:hover:after {
   transform-origin: none;
   transform: none;
}
header .header_nav ul li.service.has_mega a.trg:hover:after {
   transform: skew(45deg);
}
header .header_nav ul li a.trg.drop_active:after {
	content: '−';
}
header.sml .header_nav ul li a span:after {
	display: none;
}
/* only contact */
.header_nav ul li.contact a {
	border: 1px solid #333;
	font-weight: normal;
}
.header_nav ul li.contact a span {
	color: #333;
	border: none;
	padding: 0;
}
.header_nav ul li.contact a span:hover {
	color: #333;
}
header.sml .header_nav ul li.contact a {
	color: #333;
	font-weight: normal;
}
header.sml .header_nav ul li.contact a span {
	color: #333;
	border: none;
}
header.sml .header_nav ul li.contact a span:hover {
	color: #333;
}
/* END only contact */
header .megamenu {
	position: static;
	max-height: 0;
}
header .megamenu.show {
	visibility: hidden;
	opacity: 0;
}
header .megamenu.drop_show {
	visibility: visible;
	opacity: 1;
	max-height: 800px;
}
header .megamenu_inner {
	padding: 0;
}

header .megamenu_inner .item_ttl {
	display: none;
}
header .megamenu_inner .item_list {
	width: 100%;
	float: none;
}
header .megamenu_inner .item_wrap {
	width: 100%;
}
header .megamenu_inner .item_wrap .item {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
}
header .megamenu_inner .item_wrap .item:first-child {
	display: block;
}
header .megamenu_inner .item_wrap .item:last-child {
	border: none;
}
header .megamenu_inner .item_wrap .item a {
	font-size: 13px;
	padding: 12px 50px 12px 16px;
}
header .megamenu_inner .item_wrap .item a .cell {
	height: auto;
}
header .megamenu_inner .item_wrap .item a::after {
	right: 22px;
	margin-top: 0;
	top: 42%;
	width: 16px;
	height: 4px;
}
header .megamenu_inner .item_wrap .item a:hover::after {
	right: 22px;
}

.overlay.active {
	visibility: hidden;
	opacity: 0;
}

header.sml {
	background: #fff;
	height: 70px;
}
.br_tr1 {
	display: none;
}
}

@keyframes header_on {
	100% { top:0; left: 0; opacity:1; }
}
@keyframes header_nav_on {
	100% { top:0; opacity:1; }
}

/* -----------------------------------------------------------
	pftcontact
----------------------------------------------------------- */
.pftcontact_wrap {
	padding: 60px 0;
	background-image: url("../img/pftcontact.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.pftcontact_wrap .inner {
	max-width: 640px;
	width: 90%;
	margin: 0 auto;
	color: #fff;
}
.pftcontact_wrap .inner .textbox {
	text-align: center;
	margin-bottom: 30px;
}
.pftcontact_wrap .inner .textbox .ttl {
	font-size: 36px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 14px;
}
.pftcontact_wrap .inner .textbox .ttl_en {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}
.pftcontact_wrap .inner .textbox .text {
	font-size: 18px;
	letter-spacing: 0.1em;
}
.pftcontact_wrap .inner .linkbox {
	
}
.pftcontact_wrap .inner .item {
	width: 48%;
	float: left;
}
.pftcontact_wrap .inner .item.catalog {
	margin-left: 4%;
}
.pftcontact_wrap .inner .item .link a {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 0.14em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
}
.pftcontact_wrap .inner .item .link a:hover {
	opacity: .7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.pftcontact_wrap .inner .textbox .ttl {
	font-size: 28px;
}
.pftcontact_wrap .inner .textbox .ttl_en {
	font-size: 16px;
}
.pftcontact_wrap .inner .textbox .text {
	font-size: 16px;
}
.pftcontact_wrap .inner .item .link a {
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.pftcontact_wrap {
	padding: 40px 0;
}
.pftcontact_wrap .inner .textbox {
	margin-bottom: 20px;
}
.pftcontact_wrap .inner .textbox .ttl {
	font-size: 22px;
}
.pftcontact_wrap .inner .textbox .ttl_en {
	font-size: 12px;
}
.pftcontact_wrap .inner .textbox .text {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.15em;
}
.pftcontact_wrap .inner .item .link a {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	height: 42px;
    line-height: 42px;
}
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
	background: #ececec;
}
footer .footer_related-links {
	padding: 50px 0 0;
}
footer .footer_related-links .footer_inner {
	max-width: 1030px;
	width: 94%;
	margin: 0 auto;
}
footer .footer_bnr{
	display: block;
	margin: 0 auto;
	width: 300px;
	margin-bottom: 20px;
}
footer .footer_related-links ul {
	text-align: center;
}
footer .footer_related-links ul li {
	width: 234px;
	display: inline-block;
	margin: 0 10px;
}
footer .footer_top {
	padding: 60px 0 60px;
}
footer .footer_top .footer_inner {
	max-width: 1130px;
	width: 94%;
	margin: 0 auto;
}
footer .footer_top .footer_company {
	width: 31%;
	float: left;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
footer .footer_top .footer_company .footer_logo {
	max-width: 294px;
	margin-bottom: 30px;
}
footer .footer_top .footer_company .compname {
	margin-left: 30px;
}
footer .footer_top .footer_company .address {
	margin-left: 30px;
	margin-bottom: 16px;
}
footer .footer_top .footer_company .telbox {
	margin-left: 30px;
}
footer .footer_top .footer_company .telbox a {
	color: #333;
	pointer-events:none;
}
footer .footer_top .footer_link {
	width: 63%;
	float: right;
}
footer .footer_top .footer_link .link_wrap {
	float: left;
	margin-left: 2%;
	font-size: 14px;
}
footer .footer_top .footer_link .link_wrap:nth-child(1) {
	width: 43%;
	margin-left: 0;
}
footer .footer_top .footer_link .link_wrap:nth-child(2) {
	width: 36%;
}
footer .footer_top .footer_link .link_wrap:nth-child(3) {
	width: 17%;
}
footer .footer_top .footer_link .link_wrap .ttl {
	font-weight: bold;
	margin-bottom: 8px;
	position: relative;
}
footer .footer_top .footer_link .link_wrap:nth-child(3) .ttl {
	margin-bottom: 14px;
}
footer .footer_top .footer_link .link_wrap ul {
	padding-left: 16px;
	margin-bottom: 20px;
}
footer .footer_top .footer_link .link_wrap li {
	margin-bottom: 10px;
	line-height: 1.6;
	position: relative;
}
footer .footer_top .footer_link .link_wrap li::after {
	display: block;
    content: '-';
    position: absolute;
    top: -2px;
    left: -10px;
    width: 14px;
    height: 14px;
	font-size: 14px;
}
footer .footer_top .footer_link .link_wrap a {
	color: #333;
}
footer .footer_top .footer_link .link_wrap a:hover {
	opacity: .7;
}
footer .footer_top .footer_link .link_wrap a[target="_blank"] {
	position: relative;
}
footer .footer_top .footer_link .link_wrap a[target="_blank"]:after{
	content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../img/ico_target.svg) no-repeat center;
}
footer .footer_bottom {
	background: linear-gradient(90deg, rgba(35, 126, 193, 1) 0%, rgba(34, 122, 188, 1) 18.27%, rgba(32, 110, 173, 1) 40.67%, rgba(28, 91, 148, 1) 65.23%, rgba(23, 64, 113, 1) 91.17%, rgba(21, 54, 100, 1) 99.97%);;
	padding: 16px 0;
}
footer .footer_bottom .footer_inner {
	width: 94%;
	margin: 0 auto;
}
footer .footer_bottom .other_link {
	float: left;
}
footer .footer_bottom .other_link p {
	display: inline-block;
	margin-right: 20px;
}
footer .footer_bottom .other_link p a {
	color: #fff;
	font-size: 11px;
}
footer .footer_bottom .other_link p a:hover {
	opacity: .7;
}
footer .copy {
	width: 330px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: right;
	margin-top: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
footer .footer_related-links ul li {
	width: 200px;
	margin: 0 0.5% 2%;
}
@media screen and (max-width: 920px) {
footer .footer_related-links ul li {
	max-width: 260px;
	width: calc(94% / 2);
	margin: 0 1% 2%;
}
}
footer .footer_top {
	padding: 60px 0 40px;
}
footer .footer_top .footer_company .telbox a {
	pointer-events: auto;
}
footer .footer_top .footer_company {
	width: 100%;
	float: none;
	margin-top:30px;
}
footer .footer_top .footer_company .footer_logo {
	margin: 0 auto 20px;
}
footer .footer_top .footer_company .compname,
footer .footer_top .footer_company .address,
footer .footer_top .footer_company .telbox {
	text-align: center;
	font-size: 14px;
}
footer .footer_top .footer_company .sns_link {
	text-align: center;
}
footer .footer_top .footer_link {
	width: 100%;
	float: none;
}
footer .footer_top .footer_link .link_wrap:nth-child(1) {
	width: 40%;
}
footer .footer_top .footer_link .link_wrap:nth-child(2) {
	width: 40%;
}
footer .footer_top .footer_link .link_wrap:nth-child(3) {
	width: 16%;
	margin-left: 0;
}
}
@media screen and (max-width: 767px) {
footer {
}
footer .footer_related-links {
	padding: 40px 0 0;
}
footer .footer_bnr{
	display: block;
	margin: 0 auto;
	width: 240px;
	margin-bottom: 20px;
}
footer .footer_related-links .footer_inner {
	max-width: 500px;
	width: 90%;
}
footer .footer_related-links ul li {
	width: calc(94% / 2);
	margin: 0 1% 2%;
}

footer .footer_top {
	padding: 30px 0 30px;
}
footer .footer_top .footer_inner {
	width: 90%;
}
footer .footer_top .footer_company {
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
}
footer .footer_top .footer_company .footer_logo {
	max-width: 220px;
	margin: 0 auto 20px;
}
footer .footer_top .footer_company .compname {
	margin-left: 0;
}
footer .footer_top .footer_company .address {
	margin-left: 0;
	margin-bottom: 10px;
}
footer .footer_top .footer_company .telbox {
	margin-left: 0;
}
footer .footer_top .footer_company .telbox a {
	pointer-events: auto;
}
footer .footer_top .footer_link {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
footer .footer_top .footer_link .link_wrap:nth-child(1),
footer .footer_top .footer_link .link_wrap:nth-child(2),
footer .footer_top .footer_link .link_wrap:nth-child(3) {
	float: none;
	width: 100%;
	margin-left: 0;
}
footer .footer_top .footer_link .link_wrap:nth-child(3) .ttl {
	width: 48%;
	float: left;
	margin-left: 2%;
}
footer .footer_top .footer_link .link_wrap:nth-child(3) .ttl:nth-child(2n + 1) {
	margin-left: 0;
}
footer .footer_top .footer_link .link_wrap:nth-child(3) .ttl {
	margin-bottom: 8px;
}
footer .footer_top .footer_link .link_wrap ul {
	margin-bottom: 8px;
}
footer .footer_top .footer_link .link_wrap li {
	margin-bottom: 8px;
}
footer .footer_top .footer_company .sns_link li {
	margin: 0 10px;
}
footer .footer_bottom .other_link {
	text-align: center;
	float: none;
}
footer .footer_bottom .other_link p {
	margin: 0 6px;
}
footer .copy {
	width: 100%;
	float: none;
	margin-top: 20px;
	letter-spacing: 0;
	font-size: 10px;
	text-align: center;
}
}


/* -----------------------------------------------------------
	page_ttl
----------------------------------------------------------- */
.page_ttlwrap {
	position: relative;
	height: 300px;
	margin-bottom: 60px;
}
.page_ttlwrap .pan_wrap {
	position: absolute;
	right: 40px;
	top: 45px;
	letter-spacing: 0.05em;
}
.page_ttlwrap .pan_wrap ul li {
	text-align: right;
	display: inline-block;
	font-size: 11px;
	margin-right: 20px;
	color: #999;
}
.page_ttlwrap .pan_wrap ul li:last-child {
	margin-right: 0;
}
.page_ttlwrap .pan_wrap ul li a {
	color: #999;
	text-decoration: underline;
	position: relative;
}
.page_ttlwrap .pan_wrap ul li a:hover {
	opacity: .7;
}
.page_ttlwrap .pan_wrap ul li a::after {
	position: absolute;
	top: 8px;
	right: -15px;
	left: auto;
	content: '';
	width: 8px;
	height: 1px;
	background: #999;
}
.page_ttlwrap .ttl_wrap {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto 0;
}
.page_ttlwrap .ttl_wrap .ttl {
	padding-top: 100px;
}
.page_ttlwrap .ttl_wrap h1 {
	font-weight: normal;
}
.page_ttlwrap .ttl_wrap h1 .ttl_main {
	font-size: 43px;
	display: block;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.11em;
}
.page_ttlwrap .ttl_wrap h1 .ttl_main .sub {
	font-size: 70%;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.page_ttlwrap .ttl_wrap h1 .ttl_sub {
	font-size: 15px;
	display: block;
	letter-spacing: 0.1em;
	color: #237ec1;
	font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.page_ttlwrap {
	height: auto;
	margin-bottom: 60px;
}
.page_ttlwrap .ttl_wrap {
	width: 94%;
	max-width: 100%;
	height: auto;
	top: 0;
}
.page_ttlwrap .ttl_wrap .ttl {
	left: auto;
	bottom: auto;
	padding-top: 60px;
}
.page_ttlwrap .ttl_wrap h1 .ttl_main {
	font-size: 34px;
	line-height: 1.2;
}
.page_ttlwrap .ttl_wrap h1 .ttl_sub {
	font-size: 14px;
	letter-spacing: 0.05em;
}
.page_ttlwrap .pan_wrap {
	max-width: 94%;
	right: 3%;
	top: 0;
}
}
@media screen and (max-width: 767px) {
.page_ttlwrap {
	height: auto;
	margin-bottom: 60px;
}
.page_ttlwrap .ttl_wrap {
	width: 90%;
	max-width: 100%;
	height: auto;
	top: 0;
}
.page_ttlwrap .ttl_wrap .ttl {
	left: auto;
	bottom: auto;
	padding-top: 50px;
}
.page_ttlwrap .ttl_wrap h1 .ttl_main {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.page_ttlwrap .ttl_wrap h1 .ttl_sub {
	font-size: 11px;
	letter-spacing: 0.05em;
}
.page_ttlwrap .pan_wrap {
	right: 5%;
	top: 0;
	width: 90%;
	overflow-x: scroll;
	padding-bottom: 3px;
	/* IE, Edge 対応 */
	-ms-overflow-style: none;
	/* Firefox 対応 */
	scrollbar-width: none;
}
.page_ttlwrap .pan_wrap::-webkit-scrollbar {
	display:none;
}
.page_ttlwrap .pan_wrap::after {
	display: block;
    /*content: '';*/
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.page_ttlwrap .pan_wrap ul {
	white-space:nowrap;
}
.page_ttlwrap .pan_wrap ul li {
	font-size: 10px;
	display: inline-block;
}
}

/* -----------------------------------------------------------
	mian
----------------------------------------------------------- */
main {
	/*padding-top: 120px;*/
}
.main_content {
	/*padding-top: 60px;*/
	margin-bottom: 160px;
}
.cont_wrap {
	
}
.cont_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto 0;
}

/* ttl genera */
.ttl_general_1 {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0.07em;
	padding-left: 70px;
	position: relative;
}
.ttl_general_1::before {
	display: block;
    content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	top: 50%;
	left: 0;
	background:  linear-gradient(90deg, rgba(35, 126, 193, 1) 0%, rgba(34, 122, 188, 1) 18.27%, rgba(32, 110, 173, 1) 40.67%, rgba(28, 91, 148, 1) 65.23%, rgba(23, 64, 113, 1) 91.17%, rgba(21, 54, 100, 1) 99.97%);
}
.ttl_general_1 .sub {
	font-size: 28px;
}
/* END ttl genera */

/* fir_copy */
.fir_copy .ttl {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.fir_copy .text {
	font-size: 16px;
	margin-top: 25px;
	letter-spacing: 0.1em;
}
/* END fir_copy */
@media screen and (min-width: 768px) and (max-width: 1200px) {
main {
	/*padding-top: 90px;*/
}
.main_content {
	/*padding-top: 50px;*/
}
.cont_inner {	
}

/* ttl genera */
.ttl_general_1 {
	font-size: 26px;
	padding-left: 50px;
}
.ttl_general_1 .sub {
	font-size: 20px;
}
.ttl_general_1::before {
	width: 40px;
}
/* END ttl genera */

/* fir_copy */
.fir_copy .ttl {
	font-size: 32px;
}
.fir_copy .text {
	font-size: 15px;
}
/* END fir_copy */
}
@media screen and (max-width: 767px) {
main {
	/*padding-top: 70px;*/
}
.main_content {
	/*padding-top: 30px;*/
	margin-bottom: 50px;
}
.cont_inner {
	width: 90%;
	margin: 0 auto 0;
}

/* ttl genera */
.ttl_general_1 {
	font-size: 20px;
	padding-left: 30px;
}
.ttl_general_1 .sub {
	font-size: 18px;
}
.ttl_general_1::before {
	width: 24px;
	top: 16px;
}
/* END ttl genera */

/* fir_copy */
.fir_copy .ttl {
	font-size: 20px;
}
.fir_copy .text {
	font-size: 14px;
	letter-spacing: 0.08em;
}
/* END fir_copy */
}

/* -----------------------------------------------------------
	wave_wrap
----------------------------------------------------------- */
.wave_wrap {
	height: 235px;
	width: 100%;
	background-image: url("../img/main_bg.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
	z-index: 1;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.wave_wrap {
	height: 160px;
}
}
@media screen and (max-width: 767px) {
.wave_wrap {
	height: 94px;
}
}

/* -----------------------------------------------------------
	fir_capt
----------------------------------------------------------- */
.cont_wrap .fir_capt {
	font-size: 28px;
	letter-spacing: 0.15em;
	line-height: 1.8;
	text-align: center;
	font-weight: normal;
	margin-bottom: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.cont_wrap .fir_capt {
	font-size: 22px;
	margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
.cont_wrap .fir_capt {
	font-size: 18px;
	margin-bottom: 30px;
	letter-spacing: 0.08em;
}
}

/* -----------------------------------------------------------
	link_wrap
----------------------------------------------------------- */
.cont_wrap .link_wrap {
	
}
.cont_wrap .link_wrap ul li {
	width: 49%;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
	background: #fff;
}
.cont_wrap .link_wrap ul li:nth-child(2n + 1) {
	margin-left: 0;
}
.cont_wrap .link_wrap ul li a {
	display: block;
	width: 100%;
	height: 270px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.cont_wrap .link_wrap ul li a:hover {
	opacity: .7;
}
.cont_wrap .link_wrap ul li a::before {
	display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.9) 100%);
}
.cont_wrap .link_wrap ul li a h4 {
	color: #fff;
	font-size: 21px;
	line-height: 1;
	font-weight: normal;
	position: absolute;
    bottom: 23px;
    left: 20px;
}
.cont_wrap .link_wrap ul li a h4 span {
	display: block;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.cont_wrap .link_wrap ul li a {
	height: 240px;
}
.cont_wrap .link_wrap ul li a h4 {
	font-size: 18px;
}
.cont_wrap .link_wrap ul li a h4 span {
	font-size: 11px;
}
}
@media screen and (max-width: 767px) {
.cont_wrap .link_wrap ul li a {
	height: 200px;
}
.cont_wrap .link_wrap ul li a h4 {
	font-size: 14px;
	bottom: 14px;
	left: 14px;
	letter-spacing: 0;
}
.cont_wrap .link_wrap ul li a h4 span {
	font-size: 10px;
	line-height: 1.2;
}
}


/* -----------------------------------------------------------
	subpage_nav
----------------------------------------------------------- */
.subpage_nav {
	margin-top: 150px;
}
.subpage_nav ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.subpage_nav li {
	display: inline-block;
	width: calc(91% / 4);
	float: left;
	margin-left: 3%;
	border-bottom: 1px solid #333;
}
.subpage_nav li:nth-child(4n + 1) {
	margin-left: 0
}
.subpage_nav li a {
	display: block;
	color: #333;
	line-height: 1.1;
	letter-spacing: 0.1em;
	position: relative;
	padding: 0 30px 14px 0;
}
.subpage_nav li a::after {
	display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    width: 24px;
    height: 5px;
	margin-top: -14px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.subpage_nav li a:hover {
	opacity: .7;
}
.subpage_nav li a:hover::after {
	right: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.subpage_nav {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.subpage_nav li {
	width: 48%;
	margin-left: 4%;
	margin-bottom: 40px;
}
.subpage_nav li:nth-child(4n + 1) {
	margin-left: 4%;
}
.subpage_nav li:nth-child(2n + 1) {
	margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.subpage_nav {
	margin-top: 50px;
}
.subpage_nav li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}
.subpage_nav li:nth-child(4n + 1) {
	margin-left: 0;
}
.subpage_nav li a {
	letter-spacing: 0.05em;
}
}

/* -----------------------------------------------------------
	pickup_nav
----------------------------------------------------------- */
.pickup_nav {
	margin: 150px auto 0;
	max-width: 920px;
}
.pickup_nav ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 0;
}
.pickup_nav li {
	display: inline-block;
	max-width: 400px;
    width: 100%;
	margin: 0 30px 0;
}
.pickup_nav li a {
	display: block;
	color: #fff;
	position: relative;
	height: 120px;
}
.pickup_nav li.brand a,
.pickup_nav li.features a {
	background-image: url(../img/pickup_nav_brand.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pickup_nav li.profile a {
	background-image: url(../img/pickup_nav_profile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pickup_nav li.business a {
	background-image: url(../img/pickup_nav_business.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pickup_nav li.case a {
	background-image: url(../img/pickup_nav_case.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pickup_nav li.case_2 a {
	background-image: url(../img/pickup_nav_case_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pickup_nav li.faq a {
	background-image: url(../img/pickup_nav_faq.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pickup_nav li.catalog a {
	background-image: url(../img/pickup_nav_catalog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pickup_nav li a::after {
	display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    left: auto;
    width: 22px;
    height: 5px;
	margin-top: -5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.pickup_nav li a:hover {
	opacity: .7;
}
.pickup_nav li a:hover::after {
	right: 16px;
}
.pickup_nav li a .textbox {
	position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pickup_nav li a .ttl_main {
	font-size: 25px;
	line-height: 1.3;
	letter-spacing: 0.13em;
	display: inline-block;
	vertical-align: middle;
}
.pickup_nav li a .ttl_sub {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.11em;
	display: inline-block;
	vertical-align: middle;
}
.pickup_nav li.brand a .ttl_sub {
	display: block;
	margin-top: 4px;
}
.pickup_nav li.features a .ttl_sub {
	display: block;
	margin-top: 4px;
	letter-spacing: 0.02em;
}
.pickup_nav li.faq a .ttl_sub {
	display: block;
	margin-top: 4px;
}
.pickup_nav li.catalog a .ttl_main {
	letter-spacing: 0.02em;
}
.pickup_nav li.catalog a .ttl_sub {
	display: block;
	margin-top: 4px;
	letter-spacing: 0.02em;
}
.pickup_nav li .note {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.pickup_nav li {
	width: 48%;
	margin-left: 4%;
	margin-right: 0;
}
.pickup_nav li:nth-child(2n + 1) {
	margin-left: 0
}
.pickup_nav li a .ttl_main {
	font-size: 22px;
}
.pickup_nav li a .ttl_sub {
	letter-spacing: 0.04em;
}
.pickup_nav li.features a .ttl_sub {
	letter-spacing: 0;
	font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.pickup_nav {
	margin-top: 70px;
}
.pickup_nav ul {
	gap: 20px 0;
}
.pickup_nav li {
	margin-left: 0;
	margin-right: 0;
}
.pickup_nav li:last-child {
	margin-bottom: 0;
}
.pickup_nav li a {
	height: 90px;
}
.pickup_nav li a .ttl_main {
	font-size: 18px;
	letter-spacing: 0.08em;
}
.pickup_nav li a .ttl_sub {
	font-size: 14px;
	letter-spacing: 0.04em;
}
.pickup_nav li .note {
	font-size: 14px;
	margin-top: 5px;
}
}


/* -----------------------------------------------------------
	busiicon_wrap
----------------------------------------------------------- */
.busiicon_wrap {
	margin: 60px auto 100px;
}
.busiicon_wrap .list {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.busiicon_wrap .list.st_i4 {
	max-width: 1016px;
}
.busiicon_wrap .list.st_i3 {
	max-width: 846px;
}
.busiicon_wrap .list.st_i5 {
	max-width: 1200px;
}
.busiicon_wrap .list li {
	max-width: 184px;
}
.busiicon_wrap .list li .fig {
	border-radius: 50%;
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
	overflow: hidden;
}
.busiicon_wrap .list li .text {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-top: 14px;
    line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.busiicon_wrap .list {
	justify-content: center;
}
.busiicon_wrap .list.st_i4,
.busiicon_wrap .list.st_i3,
.busiicon_wrap .list.st_i5 {
	max-width: 100%;
}
.busiicon_wrap .list li {
	width: calc(18%);
	margin: 0 1%;
}
.busiicon_wrap .list li .text {
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.busiicon_wrap {
	margin: 30px auto 30px;
}
.busiicon_wrap .list {
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -2%;
	margin-right: -2%;
}

.busiicon_wrap .list li {
	width: calc(28%);
	margin: 0 2% 4% 2%;
}
.busiicon_wrap .list li .text {
	font-size: 14px;
}
}

/* -----------------------------------------------------------
	busisolution_wrap
----------------------------------------------------------- */
.busisolution_wrap {
	position: relative;
	padding: 35px 0 100px;
	margin-bottom: 140px;
}
.busisolution_wrap::before {
	display: block;
    content: '';
    width: 68%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e6e6e6;
    z-index: -1;
}
.busisolution_wrap .cont_inner {
	position: relative;
}
.busisolution_wrap .cont_inner::after {
	position: absolute;
    right: -30px;
    bottom: -130px;
    content: 'solution';
	font-family: Helvetica, Arial, "sans-serif";
    display: block;
    color:rgba(0,0,0,.0);
    font-size: 80px;
	line-height: 1;
	letter-spacing: 0.22em;
	-webkit-text-stroke: 1px #237ec1;
}
.busisolution_wrap h2 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-bottom: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

.busisolution_wrap::before {
	width: 80%;
}
.busisolution_wrap .cont_inner::after {
	font-size: 60px;
	right: 0;
	bottom: -120px;
}
}
@media screen and (max-width: 767px) {
.busisolution_wrap {
	padding: 35px 0 12vw;
	margin-bottom: 70px;
}
.busisolution_wrap::before {
	width: 90%;
}
.busisolution_wrap .cont_inner::after {
	font-size: 8vw;
	right: 0;
	bottom: -14vw;
}
.busisolution_wrap h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.busisolution_wrap .flow {
	max-width: 500px;
}
}


/* -----------------------------------------------------------
	busipara_wrap
----------------------------------------------------------- */
.busipara_wrap {
	overflow: hidden;
}
.busipara_wrap .picbox {
	max-width: 630px;
    width: 53%;
    height: 370px;
    background-size: cover;
    background-position: center;
}
.busipara_wrap .textbox_wrap {
	max-width: 600px;
    width: 42%;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.busipara_wrap .para {
	margin-bottom: 100px;
}
.busipara_wrap .para h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 28px;
}
.busipara_wrap .sty_1 .picbox {
	float: left;
}
.busipara_wrap .sty_1 .textbox_wrap {
	float: right;
}
.busipara_wrap .sty_2 .picbox {
	float: right;
}
.busipara_wrap .sty_2 .textbox_wrap {
	float: left;
}
.busipara_wrap .sty_2 {
	padding-top: 70px;
	position: relative;
}
.busipara_wrap .sty_2::before {
	display: block;
    content: '';
    width: 100%;
    height: 83%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e6e6e6;
    z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.busipara_wrap .textbox_wrap {
	width: 45%;
	font-size: 15px;
}
.busipara_wrap .sty_1 .picbox {
	margin-left: -4%;
	height: 29vw;
}
.busipara_wrap .sty_2 .picbox {
	margin-right: -4%;
	height: 29vw;
}
}
@media screen and (max-width: 767px) {
.busipara_wrap .para {
	margin-bottom: 40px;
}
.busipara_wrap .picbox {
	max-width: 100%;
    width: 100%;
	float: none;
	height: 50vw;
	margin-bottom: 30px;
}
.busipara_wrap .sty_2 {
	padding: 0 0 40px;
}
.busipara_wrap .sty_2::before {
	height: 80%;
	top: 20%;
}
.busipara_wrap .sty_1 .picbox,
.busipara_wrap .sty_1 .textbox_wrap,
.busipara_wrap .sty_2 .picbox,
.busipara_wrap .sty_2 .textbox_wrap {
	float: none;
}
.busipara_wrap .textbox_wrap {
	max-width: 100%;
    width: 100%;
	float: none;
	font-size: 14px;
}
.busipara_wrap .para h2 {
	font-size: 18px;
	margin-bottom: 16px;
}
}


/* -----------------------------------------------------------
	imple_wrap
----------------------------------------------------------- */
.cont_wrap .imple_wrap {
	overflow: hidden;
	position: relative;
	padding-left: calc(50% - 600px);
	padding-top: 44px;
	margin-bottom: 40px;
}
.cont_wrap .imple_wrap .ttl_box {
	width: 20%;
	float: left;
	line-height: 1;
}
.cont_wrap .imple_wrap .kinds_wrap {
	width: 80%;
	padding-top: 44px;
	padding-bottom: 50px;
	margin-top: -44px;
	float: right;
	overflow: hidden
}
.cont_wrap .imple_wrap .make_wrap {
	/*padding-right: 10%;*/
}
.cont_wrap .imple_wrap .make_wrap .deko {
	position: relative;
}
.cont_wrap .imple_wrap .swiper .pic {
	margin-bottom: 10px;
}
.cont_wrap .imple_wrap .swiper .text_box .ttl {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.cont_wrap .imple_wrap .swiper .swiper-slide a {
	display: block;
	color: #333;
}
.cont_wrap .imple_wrap .swiper .swiper-slide a:hover {
	opacity: .7;
}

/* swiper */
.cont_wrap .imple_wrap .swiper {
	/*padding: 0 19% 0 0;*/
    /*margin: 0 0 120px 0;*/
    overflow: inherit;
    position: static;
}
.cont_wrap .imple_wrap .swiper-scrollbar {
	/*width: 120%;*/
	left: 0;
	bottom: -50px;
	height: 2px;
	z-index: 9;
}
.cont_wrap .imple_wrap .swiper-scrollbar-drag {
	background: #153664;
}
.swiper-button-next, .swiper-button-prev {
	top: -20px;
	border: 1px solid #153664;
    border-radius: 100px;
    height: 34px;
    width: 34px;
	z-index: 2;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background: none;
}
.swiper-button-prev {
	right: 55px;
	left: auto;
}
.swiper-button-prev.swiper-button-disabled {
	right: 55px;
	left: auto;
}
.swiper-button-next.swiper-button-disabled {
	right: 10px;
	left: auto;
}
.swiper-button-next:after {
	position: absolute;
    top: 50%;
    right: 14px;
    left: auto;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #153664;
    border-right: 1px solid #153664;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-button-prev:after {
	position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #153664;
    border-right: 1px solid #153664;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
.cont_wrap .imple_wrap {
	padding-left: 4%;
	margin-bottom: 20px;
	padding-top: 0;
}
.cont_wrap .imple_wrap .ttl_box {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.cont_wrap .imple_wrap .kinds_wrap {
	width: 100%;
	float: none;
}
.cont_wrap .imple_wrap .make_wrap {
	padding-right: 4%;
}
.cont_wrap .imple_wrap .swiper .text_box .ttl {
	font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.cont_wrap .imple_wrap {
	padding-left: 4%;
	padding-top: 0;
	margin-bottom: 20px;
}
.cont_wrap .imple_wrap .ttl_box {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.cont_wrap .imple_wrap .kinds_wrap {
	width: 100%;
	float: none;
}
.cont_wrap .imple_wrap .make_wrap {
	padding-right: 4%;
}
.cont_wrap .imple_wrap .swiper .text_box .ttl {
	font-size: 14px;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
.cont_wrap .imple_wrap .swiper-scrollbar {
	width: 100%;
	z-index: 9;
}
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.cont_wrap .fullwid {
	overflow: hidden;
}
.cont_wrap .fullwid_inner {
	min-height: 400px;
	max-width: 2100px;
	margin: 0 auto;
	position: relative;
}

/* -----------------------------------------------------------
	embedded_case
----------------------------------------------------------- */
.embedded_case {
	margin-bottom: 90px;
}
.embedded_case .ttl_box {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.embedded_case .ttl_box .link {
	width: 210px;
	height: 37px;
	border-bottom: 1px solid #333;
	position: relative;
}
.embedded_case .ttl_box .link::before {
	display: block;
	content: '';
    position: absolute;
    top: 14px;
    right: 2px;
    width: 19px;
    height: 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.embedded_case .ttl_box .link:hover::before {
	right: -3px;
}
.embedded_case .ttl_box .link a {
	color: #333;
	font-size: 16px;
	letter-spacing: 0.12em;
	position: relative;
	display: block;
}
.embedded_case .ttl_box .link a:hover {
	opacity: .7;
}
.embedded_case .caselist li {
	width: calc(84% / 3);
	float: left;
	margin-left: 8%;
	margin-top: 8%;
}
.embedded_case .caselist li:nth-child(3n + 1) {
	margin-left: 0;
	clear: left;
}
.embedded_case .caselist li:nth-child(-n + 3) {
	margin-top: 0;
}
.embedded_case .caselist li a {
	color: #333;
	display: block;
}
.embedded_case .caselist li a:hover {
	opacity: .7;
}
.embedded_case .caselist li a:hover img {
	opacity: 1;
}
.embedded_case .caselist li a img {
	object-fit: cover;
    aspect-ratio: 1/1;
}
.embedded_case .caselist li .num {
	margin-bottom: 6px;
}
.embedded_case .caselist li .ttl {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 12px 0;
}
.embedded_case .caselist li .post_item_tag_list {
	display: flex;
	justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag {
	position: relative;
	width: 50px;
    height: 50px;
	border-radius: 100px;
	background: linear-gradient(90deg, rgba(35,126,193,1) 0%, rgba(28,89,145,1) 66%, rgba(21,54,100,1) 100%);
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag::after {
	display: block;
    content: '';
    width: 50px;
    height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag.tag_renewableenergy::after {
	background-image: url(../case-study/img/icon_renewableenergy.svg);
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag.tag_nationalland::after {
	background-image: url(../case-study/img/icon_nationalland.svg);
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag.tag_production::after {
	background-image: url(../case-study/img/icon_production.svg);
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag.tag_future::after {
	background-image: url(../case-study/img/icon_future.svg);
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag.tag_socialbusiness::after {
	background-image: url(../case-study/img/icon_socialbusiness.svg);
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag.tag_gearboxes::after {
	background-image: url(../case-study/img/icon_gearboxes.svg);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.embedded_case {	
	margin-bottom: 60px;
}
.embedded_case .caselist li {
	width: calc(96% / 3);
	margin-left: 2%;
}
.embedded_case .caselist li .ttl {
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.embedded_case {
	margin-bottom: 40px;
}
.embedded_case .ttl_box {
	margin-bottom: 20px;
}
.embedded_case .ttl_box .link {
	height: 24px;
	width: 160px;
}
.embedded_case .ttl_box .link a {
	font-size: 14px;
	letter-spacing: 0.05em;
}
.embedded_case .ttl_box .link::before {
	top: 6px;
}
.embedded_case .caselist li {
	width: 100%;
	margin-left: 0;
	float: none;
}
.embedded_case .caselist li:nth-child(3n + 1) {
	clear: none;
}
.embedded_case .caselist li:nth-child(-n + 3) {
	margin-top: 8%;
}
.embedded_case .caselist li:nth-child(-n + 1) {
	margin-top: 0;
}
.embedded_case .caselist li .ttl {
	font-size: 16px;
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag {
	position: relative;
	width: 34px;
    height: 34px;
}
.embedded_case .caselist li .post_item_tag_list .post_item_tag::after {
    width: 34px;
    height: 34px;
}
}

/* -----------------------------------------------------------
	embedded_inspired
----------------------------------------------------------- */
.embedded_inspired {
	background: #e5e5e5;
	padding: 50px 0 70px;
}
.embedded_inspired .ttl_box {
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
}
.embedded_inspired .ttl_box .subtext {
	font-size: 20px;
	letter-spacing: 0.12em;
	line-height: 1.4;
}
.embedded_inspired .link {
	width: 210px;
	height: 37px;
	border-bottom: 1px solid #333;
	position: relative;
	margin: 0 auto;
}
.embedded_inspired .link::before {
	display: block;
	content: '';
    position: absolute;
    top: 14px;
    right: 2px;
    width: 19px;
    height: 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.embedded_inspired .link:hover::before {
	right: -3px;
}
.embedded_inspired .link a {
	color: #333;
	font-size: 16px;
	letter-spacing: 0.12em;
	position: relative;
	display: block;
}
.embedded_inspired .link a:hover {
	opacity: .7;
}
.embedded_inspired .post_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 75px;
	margin-bottom: 60px;
}
.embedded_inspired .post_list > li.item {
	width: calc((100% - 150px) / 3);
}
.embedded_inspired .post_list >  li.item a {
	color: #333;
}
.embedded_inspired .post_list >  li.item a:hover img {
	opacity: 1;
}
.embedded_inspired .post_list >  li.item a:hover {
	opacity: .7;
}
.embedded_inspired .post_list >  li.item .pic {
	margin-bottom: 15px;
}
.embedded_inspired .post_list >  li.item .ttl {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 12px;
}
.embedded_inspired .post_list >  li.item .category {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.embedded_inspired .post_list >  li.item .category > li {
	color: #626262;
	border: 1px solid #626262;
	background: #fff;
	height: 27px;
	padding: 0 4px;
	display: flex;
    justify-content: center;
    align-items: center;
	letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.embedded_inspired .ttl_box .subtext {
	font-size: 18px;
}
.embedded_inspired .post_list {
	gap: 40px 2%;
}
.embedded_inspired .post_list > li.item {
	width: calc(96% / 3);
}
.embedded_inspired .post_list > li.item .ttl{
	font-size: 16px;
}
.embedded_inspired .post_list > li.item .excerpt {
	font-size: 14px;
}
.embedded_inspired .post_list > li.item .category > li {
	font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.embedded_inspired .ttl_box {
	gap: 0;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}
.embedded_inspired .ttl_box .subtext {
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.6;
}
.embedded_inspired .link {
	height: 24px;
	width: 160px;
}
.embedded_inspired .link a {
	font-size: 14px;
	letter-spacing: 0.05em;
}
.embedded_inspired .link::before {
	top: 6px;
}
.embedded_inspired .post_list {
	gap: 40px;
}
.embedded_inspired .post_list > li.item {
	width: 100%;
}
.embedded_inspired .post_list > li.item .ttl {
	font-size: 16px;
}
.embedded_inspired .post_list > li.item .excerpt {
	font-size: 14px;
}
.embedded_inspired .post_list > li.item .category > li {
	font-size: 13px;
}
}


/* -----------------------------------------------------------
	embedded_faq
----------------------------------------------------------- */
.embedded_faq {
	margin-bottom: 50px;
}
.embedded_faq .ttl_box {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.embedded_faq .ttl_box .link {
	width: 210px;
	height: 37px;
	border-bottom: 1px solid #333;
	position: relative;
}
.embedded_faq .ttl_box .link::before {
	display: block;
	content: '';
    position: absolute;
    top: 14px;
    right: 2px;
    width: 19px;
    height: 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.embedded_faq .ttl_box .link:hover::before {
	right: -3px;
}
.embedded_faq .ttl_box .link a {
	color: #333;
	font-size: 16px;
	letter-spacing: 0.12em;
	position: relative;
	display: block;
}
.embedded_case .ttl_box .link a:hover {
	opacity: .7;
}
.embedded_faq .qa_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.embedded_faq .qa_wrap .item {
	margin-bottom: 17px;
}
.embedded_faq .qa_wrap .item .item_q {
	padding: 6px 65px;
	background: #e5e5e5;
	position: relative;
	cursor: pointer;
	font-size: 18px;
}
.embedded_faq .qa_wrap .item .item_q:hover {
	opacity: .7;
}
.embedded_faq .qa_wrap .item .item_q::before {
	position: absolute;
	top: 6px;
	left: 20px;
	width: 34px;
	height: 34px;
	content: 'Q.';
	display: flex;
	justify-content: center;
    align-items: center;
}
.embedded_faq .qa_wrap .item .item_q::after {
	position: absolute;
    top: 0;
    right: 15px;
    left: auto;
    display: block;
    content: '';
    width: 22px;
    height: 100%;
	background-image: url("../faq/img/icon_plus.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
}
.embedded_faq .qa_wrap .item .item_q.acc_active::after {
	background-image: url("../faq/img/icon_minus.svg");
}
.embedded_faq .qa_wrap .item .item_q .text {
	font-weight: 500;
}
.embedded_faq .qa_wrap .item .item_a {
	padding: 10px 20px 10px 65px;
	position: relative;
	margin-top: 10px;
	font-size: 16px;
	display: none;
}
.embedded_faq .qa_wrap .item .item_a::before {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 34px;
	height: 34px;
	content: 'A.';
	font-size: 18px;
	display: flex;
	justify-content: center;
    align-items: center;
}
.faq_wrap .qa_wrap .item .item_a a {
	color: #333;
	text-decoration: underline;
}
.faq_wrap .qa_wrap .item .item_a a:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
.embedded_faq {
	margin-bottom: 50px;
}
.embedded_faq .ttl_box {
	margin-bottom: 20px;
}
.embedded_faq .ttl_box .link {
	height: 24px;
	width: 160px;
}
.embedded_faq .ttl_box .link a {
	font-size: 14px;
	letter-spacing: 0.05em;
}
.embedded_faq .ttl_box .link::before {
	top: 6px;
}
.embedded_faq .qa_wrap .item {
	margin-bottom: 20px;
}
.embedded_faq .qa_wrap .item .item_q {
	padding: 6px 34px 6px 40px;
}
.embedded_faq .qa_wrap .item .item_q::before {
	top: 0;
    left: 6px;
	font-size: 16px;
}
.embedded_faq .qa_wrap .item .item_q::after {
	width: 18px;
	background-size: 18px;
    right: 10px;
}
.embedded_faq .qa_wrap .item .item_q .text {
	font-size: 15px;
}
.embedded_faq .qa_wrap .item .item_a {
	font-size: 14px;
	padding: 10px 0 10px 46px;
	margin-top: 0;
}
.embedded_faq .qa_wrap .item .item_a::before {
	top: 5px;
    left: 6px;
	font-size: 16px;
}
}

/* -----------------------------------------------------------
	cookie
----------------------------------------------------------- */
.cookie-consent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	color: #fff;
	background: rgba(0,0,0,.7);
	padding: 16px 150px 16px 4%;
	box-sizing: border-box;
	visibility: hidden;
	z-index: 9999;
}
.cookie-consent.is-show {
	visibility: visible;
}
.cookie-consent a {
	color: #fff !important;
	text-decoration: underline;
}
.cookie-consent a:hover {
	text-decoration: none;
}
.cookie-agree {
	white-space: nowrap;
	color: #fff;
	background: #000;
	padding: .5em 1.5em;
	margin-left: 20px;
	text-align: center;
	border: 1px solid #666;
}
.cookie-agree:hover {
	cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
	display: none;
}
/* ゆっくり消える */
.cc-hide2 {
	animation: hide 1s linear 0s;
	animation-fill-mode: forwards;
}
@keyframes hide {
from {
	opacity: 1;
}
to {
	opacity: 0;
	visibility: hidden;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.cookie-consent {
	padding: 16px 100px 16px 4%;
}
}
@media screen and (max-width: 767px) {
.cookie-consent {
	padding: 10px 10px 10px 10px;
	flex-direction: column;
	line-height: 1.4;
	font-size: 11px;
}
.cookie-text {
	margin-bottom: .7em;
}
.cookie-agree {
	max-width: 140px;
	width: 50%;
	margin-left: 0;
}
}

/* -----------------------------------------------------------
	404
----------------------------------------------------------- */
.error_box {
	width: 1000px;
	margin: 160px auto;
	text-align: center;
}
.error_box h1 {
	font-size: 24px;
	color: #555;
	margin-bottom: 40px;
}
.error_text {
	margin-bottom: 40px;
}
.error_box a {
	color: #2c2c2c;
	text-decoration: underline;
}
.error_box a:hover {
	text-decoration: none;
}
#error404 .page_ttlbox {
	background-image: url("../sitemap/img/bg_page_ttl.jpg");
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

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

}

/* -----------------------------------------------------------
	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;
}
@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;
}

