@charset "UTF-8";

@import "../vendor/jquery.fancybox.css";

/*--------------------------------------------------------------------
// layout Styles
-------------------------------------------------------------------- */
body {
	width: 100%;
	height: auto;
	min-width: 1170px;
	font-style: normal;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	body {
		min-width: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
	body {
		min-width: 0;
	}
}

/* contents width
--------------------------------------------*/
.boxset .boxset-inner {
	width: 1170px;
	margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.boxset .boxset-inner {
		width: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
	.boxset .boxset-inner {
		width: auto;
	}
}

/* #l-wrap
--------------------------------------------*/
#l-wrap {
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

	z-index: 2;
	margin: 0 auto;
	overflow-x: hidden;
}
	/*BASIC LAYOUT*/
#l-wrap.is-active {
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* #l-content
-----------------------------------------------------*/
#l-content {
	margin-top: 80px;
}
.inner {
	width: 1170px;
	margin: 0 auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#l-content .content-inner {
		padding-bottom: 0;
	}
	.inner {
		width: 100%;
		padding: 0 15px;
	}
}

/*--------------------------------------------
// header
--------------------------------------------*/
#top-head {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	text-decoration: none;
}
header #header-inner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1170px;
	height: 80px;
	padding: 20px 0;
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
header #header-inner h1{
	margin: 0px;
	position: relative;
}
header #header-inner h1 img {
	width: 188px;
	height: auto;
}
#top-head .inner {
	width: calc(100% - 40px);
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#global-nav {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 190px);
}
#global-nav ul {
	list-style: none;
	display: flex;
	align-items: center;
}
#global-nav ul li {
	padding: 0 10px;
}
#global-nav ul li a {
	position: relative;
	display: block;
	padding: 0 20px 0 0;
	font-weight: 600;
}
#global-nav ul li a::after {
	content: "\f107";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	color: #0068B7;
}
#global-nav ul li a:hover {
	opacity: 0.7;
}


#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
	padding: 0 20px 0 0;
}

.jimtof-site {
	position: relative;
	padding: 0 20px;
	font-weight: 600;
	padding: 5px 20px 5px 0;
}

.jimtof-site a::after {
	content: "\f08e" !important;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	color: #333 !important;
}


#nav-toggle {
	display: none;
	position: absolute;
	right: 30px;
	top: 25px;
	width: 34px;
	height: 28px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (min-width: 0px) and (max-width: 820px) {
	header #header-inner {
		width: 100%;
		min-width: 0;
		height: auto;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 100%;
		position: fixed;
		top: 0;
		padding: 0px;
		box-sizing: border-box;
	}
	header #header-inner h1 {
		width: 131px;
		padding: 27px 10px;
	}
	header #header-inner h1 img {
		width: 131px;
	}
	header #header-menu {
		position: absolute;
		right: 0px;
		top:0px;
	}
	#global-nav {
		width: 100%;
		font-size: 1.6rem;
	}
	#global-nav ul {
		width: 100%;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
	#top-head .inner {
		width: 100%;
		height: 80px;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		width: 100%;
		height: auto;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 2.6rem;
	}

	#global-nav {
		position: absolute;
		top: -480px;
		background: rgba(255,255,255,0.9);
		width: 100%;
		text-align: center;
		padding: 10px 0 30px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		display: block;
		position: static;
		right: 0;
		bottom: 0;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		padding: 18px 20px;
	}
	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #global-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}

/*--------------------------------------------
// 03. footer
--------------------------------------------*/
footer #welcome{
	font-size: 3.0rem;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	background: #005eb8;
}
footer #copyright address {
	padding: 30px 0;
	text-align: center;
	color: #fff;
	letter-spacing: 0.4px;
	background: #252526;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	footer #copyright address {
		font-size: 1.2rem;
	}
	footer #welcome {
		padding: 15px 0;
		font-size: 1.8rem;
	}
}

/*--------------------------------------------
#page-top
--------------------------------------------*/
#page-top {
	position: fixed;
	right: 30px;
	bottom: 20px;
	width: 48px;
	height: 48px;
	z-index: 2;
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#page-top.is-active {
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	#page-top {
		right: 15px;
		bottom: 15px;
	}
}


/*--------------------------------------------
common
--------------------------------------------*/
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}
#l-wrap a {
	text-decoration: none;
	transition: 0.3s;
}

figure {
	margin: 0;
}

#l-content img:not(#l-content .swiper img) {
	width: auto;
	max-width: 100%;
	height: auto;
}

#page-visual {
	position: relative;
	background: url(../../2026/images/bg_main.png) no-repeat right top;
	height: 700px;
}

.page-visua-wrap {
	width: 1170px;
	margin: auto;
}
#page-visual .copy {
	position: absolute;
	top: 30px;
	right: 120px;
}
#page-visual h2 {
	margin: 0;
	padding: 170px 0 0 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#page-visual {
		background: none;
		height: auto;
	}
	.page-visua-wrap {
		width: 100%;
	}
	#page-visual .copy {
		display: none;
	}
	#page-visual img {
		width: 100%;
		height: auto;
	}
	#page-visual h2 {
		padding: 0;
	}
}

#l-wrap .lev3 {
	font-size: 5.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.2;
}

#l-wrap .lev3 span {
	display: block;
	font-size: 3.0rem;
}

#l-wrap .lev3 .text-large {
	display: inline-block;
	font-size: 7.0rem;
	line-height: 1.2;
}


#l-wrap .lev3 .en {
	display: block;
	margin-top: 10px;
	color: #005EB8;
	text-align: center;
	font-family: Barlow;
	font-size: 1.6rem;
	line-height: normal;
}

#l-wrap .lev4 {
	border-top: solid 6px #005EB8;
	padding-top: 20px;
	margin-bottom: 30px;
	color: #005EB8;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#l-wrap .lev3 {
		font-size: 3.2rem;
		margin-bottom: 25px;
	}
	#l-wrap .lev3 span {
		display: block;
		font-size: 1.8rem;
	}
	#l-wrap .lev3 .text-large {
		font-size: 5rem;
	}
	#l-wrap .lev4 {
		border-top: solid 3px #005EB8;
		font-size: 1.8rem;
	}
}

.boxset {
	padding: 80px 0;
}
.boxset-inner {
	margin: 0 auto;
}

.wht {
	background: #fff;
	box-shadow: 0px 0px 6px 6px rgba(51,51,51,0.1);
	padding: 50px 30px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.boxset {
		width: 100%;
		margin: 0 auto;
		padding: 45px 0;
	}
	.boxset-inner {
		padding: 0 15px;
	}
	.wht {
		padding: 20px 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
	.boxset-inner {
		padding: 0 15px;
	}
	.wht {
		padding: 20px 15px;
	}
}

.lead {
	font-family: "Noto Sans JP";
	font-size: 2.0rem;
	line-height: 3;
	text-align: center;
	margin-bottom: 90px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.lead {
		font-size: 1.6rem;
		line-height: 2;
		margin-bottom: 45px;
	}
}

.detail_list li {
	position: relative;
	padding-left: 10px;
}
.detail_list li::before {
	display: block;
	content: '';
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #333;
	border-radius: 100%;
}

.solution {
	background: 
		url(../../2026/images/bg_solution.png) no-repeat right bottom,
		linear-gradient(180deg, #FFF 0%, #88D1F5 50%, #008AD1 100%);
}

.solution .boxset {
	padding-top: 30px;
}

.point {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.point > li {
	flex: 0 0 100%;
	max-width: 100%;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.63) 100%);
	padding: 30px 30px 50px 30px;
}

.point p {
	font-family: Barlow;
	font-weight: 700;
	font-size: 3.0rem;
	color: #005EB8;
	line-height: 1;
}
.point dl {
	margin-left: 50px;
}
.point dt {
	font-size: 5.0rem;
	font-weight: 700;
	line-height: 1.2;
}

.point dd {
	margin-top: 30px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
}
.point dd + dt {
	margin-top: 30px;
}

.point .horizontal {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}
.point .horizontal dd {
	margin-top: 0;
}
.point .automation-list {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 70px;
	text-align: center;
}
.point .automation-list figcaption {
	margin-top: 20px;
	font-family: "Noto Sans JP";
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}
.point .automation-list figcaption span {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.point .solution02 figure {
	margin: 40px 0 10px 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.solution {
		background-size: 130% auto;
	}
	.point > li {
		border-radius: 10px;
		padding: 30px 15px 25px 15px;
	}
	.point p {
		font-size: 2.4rem;
	}
	.point dl {
		margin-left: 0;
		margin-top: 20px;
	}
	.point dt {
		font-size: 3.6rem;
	}
	.point dd {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.point .horizontal {
		margin-top: 20px;
		gap: 20px;
	}
	.point .automation-list {
		margin-top: 20px;
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
	.point .automation-list figcaption {
		margin-top: 10px;
		font-size: 3.2rem;
	}
	.point .solution01 figure {
		width: 80%;
		margin: auto;
	}
	.point .solution02 figure {
		width: 100%;
		margin: 0 auto;
	}
	.point .solution03 figure {
		width: 90%;
		margin: auto;
	}
}


.bg-gray {
	background: linear-gradient(0deg, #D3D3D3 0%, #FFF 100%);
}
.corner {
	background: 
		url(../../2026/images/bg_solution.png) no-repeat right bottom,
		linear-gradient(0deg, #0271BD 0%, #6BD0F3 100%);
	background-size: cover;
}
.corner .wht-text {
	color: #fff !important;
}
.corner .lev3 {
	margin-bottom: 20px;
}
.corner .lead {
	font-family: "Noto Sans JP";
	color: #fff !important;
	font-size: 1.6rem;
	line-height: 2.2;
	margin-bottom: 30px;
}
.corner-list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.corner-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 170px;
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	font-family: "Noto Sans JP";
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	gap: 5px;
}
.corner-list li figure img {
	display: block;
	width: auto !important;
	height: 74px !important;
	margin: auto;
}
.corner-list li figcaption {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.corner {
		background-size: 130% auto;
	}
	.corner-list {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 20px;
	}
	.corner-list li {
		width: calc((100% - 20px) / 2);
		padding: 15px;
		gap: 5px;
		font-size: 1.8rem;
	}
}


.new-models__slider {
	width: 1170px;
	margin: auto;
}

.slider-new-models {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}

.slider-new-models .slider-new-models__slideWrap {
	position: absolute;
	top: 75px;
	z-index: 2;
	height: auto;
	pointer-events: none
}
.slider-new-models .slider-new-models__slide {
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
}
.slider-new-models .slider-new-models__slide.swiper-slide-active,
.slider-new-models .slider-new-models__slide.swiper-slide-duplicate-active {
	z-index: 1;
}
.slider-new-models .slider-new-models__content {
	position: relative;
	margin-left: 600px;
	width: 570px;
	height: 100%;
	padding-top: 5px;
}
.slider-new-models .slider-new-models__label {
	font-size: 20px;
	font-weight: 700;
}

.slider-new-models .slider-new-models__label span {
	font-family: Barlow;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	background: linear-gradient(90deg, #006BB9 0%, #12B4EB 100%);
	padding: 8px;
}

.slider-new-models .slider-new-models__heading {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: "Noto Sans JP";
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 30px;
}
.slider-new-models .slider-new-models__heading span {
	display: block;
	font-family: "Noto Sans JP";
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
.slider-new-models .slider-new-models__link {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	padding-right: 20px;
	color: #005EB8;
}
.slider-new-models .slider-new-models__link:hover {
	opacity: 1 !important;
}
.slider-new-models .slider-new-models__link::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	background: url(../../2026/images/i_arrow.png) no-repeat;
	background-size: 100% auto;
}
.slider-new-models .slider-new-models__text {
	font-family: "Noto Sans JP";
	font-size: 2.4rem;
	line-height: 1.5;
	margin-top: 15px;
}

.slider-new-models .slider-new-models__navigations {
	position: absolute;
	bottom: 140px;
	right: 16px
}

.slider-new-models .slider-new-models__navigationsInner {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.slider-new-models .slider-new-models__navigation {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 2px solid #005EB8;
}
.slider-new-models .slider-new-models__navigation:hover {
	opacity: .7
}
.swiper-button-next, .swiper-button-prev {
	position: static;
}
.slider-new-models .slider-new-models__navigation.swiper-button-prev {
	color: #005EB8;
}

.slider-new-models .slider-new-models__navigation.swiper-button-next {
	margin-left: 14px;
	color: #005EB8;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px;
}
.swiper-button-next:after {
	margin-left: 16px;
}
.swiper-button-prev:after {
	margin-left: 14px;
}

.slider-new-models .slider-new-models__thumbnail {
	pointer-events: auto;
}

.slider-new-models .slider-new-models__thumbnail .swiper {
	overflow: visible;
}
.slider-new-models .slider-new-models__thumbnail .swiper-slide {
	display: flex;
	align-items: flex-end;
	pointer-events: auto !important;
	position: relative;
	cursor: pointer;
}
.slider-new-models .slider-new-models__thumbnail .swiper-slide::after {
	display: block;
	clear: both;
	content: ""
}
.slider-new-models .slider-new-models__thumbnail .swiper-slide::before {
	float: left;
	padding-top: 83%;
	content: ""
}
.slider-new-models .slider-new-models__thumbnail .swiper-slide > :first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slider-new-models .slider-new-models__thumbnail .swiper-slide.swiper-slide-duplicate .slider-new-models__image {
	transform: scale(.2982456140)
}

.slider-new-models .slider-new-models__thumbnail .swiper-slide.swiper-slide-active .slider-new-models__image,
.slider-new-models .slider-new-models__thumbnail .swiper-slide.swiper-slide-duplicate-active .slider-new-models__image {
	transform: none !important;
}

.slider-new-models .slider-new-models__thumbnail .swiper-slide:not(.swiper-slide-active) .slider-new-models__image {
	transform: scale(.2982456140);
}

.slider-new-models .slider-new-models__thumbnail .swiper-slide.swiper-slide-next .slider-new-models__image {
	top: auto;
	bottom: 0;
	transform: scale(.2982456140);
}

.slider-new-models .slider-new-models__thumbnail .swiper-slide.swiper-slide-next + .swiper-slide:not(.swiper-slide-active) .slider-new-models__image,
.slider-new-models .slider-new-models__thumbnail .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide:not(.swiper-slide-active) .slider-new-models__image,
.slider-new-models .slider-new-models__thumbnail .swiper-slide.swiper-slide-duplicate-next + .swiper-slide:not(.swiper-slide-active) .slider-new-models__image,
.slider-new-models .slider-new-models__thumbnail .swiper-slide.swiper-slide-duplicate-next + .swiper-slide + .swiper-slide:not(.swiper-slide-active) .slider-new-models__image {
	transform: translateX(-70.5%) scale(.2982456140);
}
.slider-new-models .slider-new-models__thumbnail .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide:not(.swiper-slide-active) .slider-new-models__image {
	transform: translateX(-141%) scale(.2982456140);
}
.slider-new-models .slider-new-models__image {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transition: transform .1s linear;
	transform-origin: bottom left;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;"
}
.slider-new-models .slider-new-models__thumbnail {
	width: 48.718%;
}


@media screen and (min-width: 0px) and (max-width: 767px) {
	.new-models__slider {
		width: 100%;
	}
	.slider-new-models {
		justify-content: center;
	}
	.slider-new-models .slider-new-models__slideWrap {
		position: static;
		margin-top: 50px;
	}
	.slider-new-models .slider-new-models__slide {
		display: flex;
		flex-direction: column-reverse;
		height: 100%;
		pointer-events: none !important;
		margin-top: 0;
	}
	.slider-new-models .slider-new-models__content {
		position: relative;
		margin-left: 0;
		width: 100%;
		height: auto;
		padding-top: 5px;
	}
	.slider-new-models .slider-new-models__text {
		font-size: 1.6rem;
	}
	.slider-new-models .slider-new-models__heading img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.slider-new-models .slider-new-models__navigations {
		bottom: 200px;
		right: 0;
	}
	.slider-new-models .slider-new-models__thumbnail {
		width: 100%;
	}
	.slider-new-models .slider-new-models__thumbnail .swiper-slide .slider-new-models__image {
		transform: none !important;
	}
}


.models-map {
	text-align: center;
	position: relative;
	width: 1170px;
	margin: auto;
	overflow: hidden;
}
.models-map-list li {
	position: absolute;
	box-shadow: 0px 0px 5px 1px rgba(51,51,51,0.5);
}
.models-map-list li:nth-of-type(1) {
	top: 31%;
	right: 14.5%;
}
.models-map-list li:nth-of-type(2) {
	top: 21%;
	left: 52%;
}
.models-map-list li:nth-of-type(3) {
	top: 23%;
	left: 59%;
}
.models-map-list li:nth-of-type(4) {
	top: 25%;
	right: 31%;
}
.models-map-list li:nth-of-type(5) {
	top: 52%;
	left: 46.5%;
}
.models-map-list li:nth-of-type(6) {
	top: 29%;
	left: 41.5%;
}
.models-map-list li:nth-of-type(7) {
	bottom: 48%;
	right: 14.5%;
}
.models-map-list li:nth-of-type(8) {
	top: 43%;
	right: 40%;
}
.models-map-list li:nth-of-type(9) {
	bottom: 13%;
	right: 14.5%;
}
.models-map-list li:nth-of-type(10) {
	bottom: 33%;
	right: 37%;
}
.models-map-list li:nth-of-type(11) {
	top: 37%;
	left: 28%;
}
.models-map-list li:nth-of-type(12) {
	bottom: 32%;
	right: 14.5%;
}
.models-map-list li:nth-of-type(13) {
	bottom: 25%;
	left: 47%;
}
.models-map-list li:nth-of-type(14) {
	top: 41%;
	left: 49%;
}

.models-map-list li:hover .tooltip {
	display: block;
}
.models-map-list li .btn-modal {
	display: block;
	background: #005eb8;
	border: 2px solid #fff;
	width: 34px;
	height: 34px;
	font-size: 2.0rem;
	color: #fff;
}

.models-map-list li .btn-modal:hover {
	background: #fff;
	color: #005eb8 !important;
	text-decoration: none !important;
	opacity: 1 !important;
	border: 2px solid #005eb8;
}

.tooltip {
	width: 190px;
	padding: 10px 5px;
	background: #005eb8;
	border: 3px solid #fff;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.1;
	display: none;
	position: absolute;
	bottom: 50px;
	left: -85px;
	margin: auto;
	z-index: 99;
}
.tooltip::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
	border-style: solid;
	border-width: 15px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
}
.tooltip::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	border-style: solid;
	border-width: 15px 7px 0 7px;
	border-color: #005eb8 transparent transparent transparent;
}
.tooltip em {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}




.models li .youtubeBtn {
	margin-left: auto;
}





.models-list {
	background: #EEE;
}
.models > li {
	position: relative;
}
.models > li + li {
	margin-top: 5px;
}
.models > li > span,
.models > li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 15px 30px 20px;
	background-color: #fff;
	border-radius: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}
.models > li a {
	padding: 30px 40px 30px 20px;
}
.models > li a::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 15px;
	height: 15px;
	margin: auto;
	background: url(../../2026/images/i_arrow.png) no-repeat;
	background-size: 100% auto;
}
.models > li a:hover {
	background: #A2DAF7;
//	background: #D8EFFA;
	opacity: 1;
}

.models .labels {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	min-width: 83px;
}
.models .labels li {
	font-family: Barlow;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 1;
}
.models .labels li span {
	border-radius: 10px;
	padding: 8px 10px;
}
.models .labels li .new {
	background: linear-gradient(90deg, #006BB9 0%, #12B4EB 100%);
}
.models .labels li .auto {
	background: linear-gradient(90deg, #000 0%, #B7B7B7 100%);
}
.models > li span.inline {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.2;
}
/*
.dropdown {
	transition: 0.5s;
}
.dropdown:hover {
	background: #A2DAF7;
}
*/
.dropdown__lists {
//	position: absolute;
//	top: 85px;
//	transition: .3s ease;
	width: 100%;
//	background: #eee;
//	visibility: hidden;
//	opacity: 0;
	line-height: 1;
//	z-index: 1;
	margin-top: 1px;
}
.models > li:hover .dropdown__lists {
//	visibility: visible;
//	opacity: 1;
}

.models > li .dropdown__list {
		margin-top: 1px;
}
.models > li .dropdown__list a {
	position: relative;
	background-color: #fff;
	padding: 15px 40px 15px 20px;
	transition: 0.3s;
}
/*
.models > li .dropdown__list a::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 15px;
	height: 15px;
	margin: auto;
	background: url(../../2026/images/i_arrow.png) no-repeat;
	background-size: 100% auto;
}
*/
.models > li .dropdown__list a:hover {
	background: #A2DAF7;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.models > li img {
		vertical-align: middle;
	}
	.models > li + li {
		margin-top: 10px;
	}
	.models > li > span,
	.models > li a {
		padding: 15px 10px;
		font-size: 1.4rem;
	}
	.models > li a {
		padding: 15px 25px 15px 10px;
	}
	.models > li a::after {
		right: 10px;
		width: 10px;
		height: 10px;
	}
	.models > li > span p,
	.models > li a p {
//		width: calc(100% - 95px);
	}
	.models .labels {
		gap: 3px;
		min-width: 55px;
	}
	.models .labels li {
		font-size: 1.2rem;
	}
	.models .labels li span {
		border-radius: 5px;
		padding: 3px 5px;
	}
}

.venue-map {
	background: url(../../2026/images/bg_venue-map.png) no-repeat right bottom #f5f5f5;
}
.venueAndPeriod {
	width: 68%;
	margin: 45px auto 0 auto;
}
.venueAndPeriod dl {
	display: flex;
	font-family: "Noto Sans JP";
	font-size: 2.0rem;
	font-weight: 700;
	line-height: normal;
}
.venueAndPeriod dl + dl {
	margin-top: 15px;
}
.venueAndPeriod dt {
	position: relative;
	width: 3em;
	margin-right: 10px;
	color: #005EB8;
}
.venueAndPeriod dt:after {
	content: "/";
	color: #000;
	margin-left: 10px;
}
.venueAndPeriod dd {
	width: calc((100% - 3em) / 2);
	text-align: left;
}
.googlemaparrow a {
	position: relative;
	padding-right: 25px;
	font-size: 2.0rem;
}
.googlemaparrow a::after {
	content: "\f3c5";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1;
}
.btn-lead {
	margin: 80px auto 15px;
	font-family: "Noto Sans JP";
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
}
.btn {
	width: 570px;
	margin: 0 auto;
}
.btn a {
	position: relative;
	display: block;
	border: 4px solid #005EB8;
	padding: 30px;
	font-family: "Noto Sans JP";
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1;
	color: #005EB8;
	text-align: center;
}
.btn a[target="_blank"]::after {
	content: "\f08e" !important;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	color: #005EB8;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.venue-map {
		background: url(../../2026/images/bg_venue-map.png) no-repeat left 10px bottom #f5f5f5;
		background-size: 100% auto;
	}
	.venueAndPeriod {
		width: 100%;
	}
	.venueAndPeriod dl {
		margin-top: 20px !important;
		flex-direction: column;
		align-items: center;
		font-size: 2.0rem;
		text-align: center;
	}
	.venueAndPeriod dt {
		margin: 0;
		width: 100%;
	}
	.venueAndPeriod dt:after {
		content: none;
	}
	.venueAndPeriod dd {
		width: 100%;
	}
	.venueAndPeriod dd + dd {
		margin: 0;
	}
	.btn-lead {
		margin-top: 40px;
		font-size: 1.6rem;
	}
	.btn {
		width: 100%;
	}
	.btn a {
		border: 2px solid #005EB8;
		padding: 15px;
		font-size: 1.6rem;
	}




}

/*
@media screen and (min-width: 0px) and (max-width: 767px) {
	#section01 .lead {
		font-size: 1.8rem;
		margin: 30px 0 50px 0;
	}
	.tablabel li {
		padding: 15px 10px 15px 15px;
		font-size: 1.8rem;
		text-align: left;
	}
	.tablabel li span {
		display: block;
		padding-right: 15px;
	}
	.tablabel li:not(.is-active) span:before {
		width: 15px;
		height: 15px;
	}
	.tablabel li:not(.is-active) span:after {
		right: 0;
		border: solid 4px transparent;
		border-left: solid 5px #005eb8;
	}
	.tabcontents {
		padding: 20px 15px;
	}
	.tabcontents .tab-lead {
		font-size: 1.8rem;
		margin-bottom: 35px;
	}
	.tabcontents .tab-txt {
		text-align: left;
	}
	.request-area {
		padding: 15px 15px 65px 15px;
		background-color: #bbdcf4;
		margin-bottom: 20px;
	}
	.request-area::before {
		position: absolute;
		content: "";
		display: block;
		bottom: 0;
		right: 40px;
		width: 46px;
		height: 62px;
	}
	.request-area::after {
		top: auto;
		bottom: -21px;
		left: 0;
		right: 0;
		margin: auto;
		content: '';
		border-width: 13px 0 13px 21px;
		border-width: 21px 13px 0 13px;
		border-style: solid;
		border-color: #bbdcf4 transparent transparent transparent;
		z-index: 1;
	}

	.bg-rainbow {
		background: url(../../2026/images/bg_rainbow.png) no-repeat left top #e5eff8;
		background-size: 120% auto;
	}

	.point {
		padding-top: 30px;
	}
	.point li {
		padding-bottom: 30px;
	}
	.point li + li {
		margin-top: 30px;
	}
	#section03 h4 {
		border-top: solid 3px #0f406a;
		padding-top: 20px;
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	.models-map {
		width: 100%;
	}
	.models-map figure {
		overflow: hidden;
	}
	#l-content .models-map figure img {
		width: 110%;
		max-width: initial;
		max-width: auto;
		margin-left: -4%;
		
	}
	.models-map-list li .btn-modal {
		width: 22px;
		height: 22px;
		font-size: 1.2rem;
	}
	.models-map-list li:nth-of-type(1) {
		top: 24%;
		right: 5.5%;
	}
	.models-map-list li:nth-of-type(2) {
		top: 12%;
		left: 52%;
	}
	.models-map-list li:nth-of-type(3) {
		top: 14%;
		left: 60%;
	}
	.models-map-list li:nth-of-type(4) {
		top: 16%;
		right: 25%;
	}
	.models-map-list li:nth-of-type(5) {
		top: 52%;
		left: 46.5%;
	}
	.models-map-list li:nth-of-type(6) {
		top: 29%;
		left: 41.5%;
	}
	.models-map-list li:nth-of-type(7) {
		bottom: 48%;
		right: 5.5%;
	}
	.models-map-list li:nth-of-type(8) {
		top: 43%;
		right: 36%;
	}
	.models-map-list li:nth-of-type(9) {
		bottom: 13%;
		right: 5.5%;
	}
	.models-map-list li:nth-of-type(10) {
		bottom: 32%;
		right: 32%;
	}
	.models-map-list li:nth-of-type(11) {
		top: 37%;
		left: 28%;
	}
	.models-map-list li:nth-of-type(12) {
		bottom: 32%;
		right: 5.5%;
	}
	.models-map-list li:nth-of-type(13) {
		bottom: 25%;
		left: 45%;
	}
	.models-map-list li:nth-of-type(14) {
		top: 40%;
		left: 49%;
	}
	.models-map-list li:hover .tooltip {
		display: none;
	}
	.models li {
		padding: 15px 10px;
		font-size: 1.4rem;
	}
	.models p {
		width: 24px;
	}
	.models p:nth-child(2) {
		width: calc(100% - 68px);
	}
	#l-content .models li img {
		width: auto;
		height: 11px;
		max-width: initial;
		max-width: auto;
	}
	.models li .num {
		margin-right: 10px;
	}

	.models li span {
		font-size: 1.2rem;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	.models li span.inline {
		font-size: 1.2rem;
	}
	.models li .youtubeBtn {
		width: 24px;
		margin-left: 10px;
	}
	.models li .youtubeBtn img {
		width: 24px !important;
		height: auto !important;
	}
	.models li img.new {
		width: 42px !important;
		height: auto !important;
	}

	.venueAndPeriod {
		width: auto;
		margin: 45px auto 0 auto;
	}
	.venueAndPeriod dl {
		display: block;
	}
	.venueAndPeriod dt{
		width: 84px;
		margin: 0 auto 10px auto;
	}
	.venueAndPeriod dd {
		font-size: 2.0rem;
		text-align: center;
	}
	.venueAndPeriod dd + dd{
		margin-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 820px) {
	.page-visua-wrap {
		width: auto;
		padding: 0 20px;
	}
	.models-map {
		width: 100%;
	}

	#section03 .l-col-6 {
		flex: 0 0 100%;
		max-width: 100%;
		
	}
	.venueAndPeriod {
		width: auto;
		margin: 45px auto 0 auto;
	}
}
*/
/* modal */
.modal {
	display: none;
	text-align: center;
	width: 960px;
	position: relative;
}

.modal .fit img {
	display: block;
	width: 63%;
	height: auto;
	margin: 0 auto;
}

.modal .fit {
	padding: 40px 0 10px;
}
.modal .comment {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
}

.modal .btn-mdl-prev,
.modal .btn-mdl-next {
	text-indent: -9999px;
	font-size: 0;
	width: 40px;
	height: 36px;
	display: block;
	position: absolute;
	bottom: 8%;
}
.modal .btn-mdl-prev {
	background-image: url('../../images/fancybox_sprite.png');
	left: 16px;
	bottom: 22px;
	background-position: 0 -35px;
}


.modal .btn-mdl-next {
	background-image: url('../../images/fancybox_sprite.png');
	left: 60px;
	bottom: 22px;
	background-position: 0 -72px;
}

.modal .link {
	position: absolute;
	right: 20px;
	bottom: 6%;
	text-align: right;
}
.modal .link li + li {
	margin-top: 10px;
}
.modal a {
	position: relative;
	transition: .5s;
	text-decoration: none;
	color: #005eb8;
	display: inline-block;
	padding-right: 20px;
}

.modal a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-right: 1px solid #005eb8;
	border-top: 1px solid #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal .ico {
	width: 27px;
	height: auto;
	margin-right: 5px;
}

.modal .mdl-num {
	display: none;
}
.modal .trigger_btn {
	cursor: pointer;
}
.modal .imgbox {
	padding-bottom: 50px;
	transition: .5s;
}
.modal .moviebox {
	display: none;
	transition: .5s;
}
.imgbox.is-hide {
	display: none
}
.imgbox.is-active {
	display: block;
}

.moviebox.is-hide {
	display: none
}
.moviebox.is-active {
	display: block;
}
.modal .moviebox .movie-inner {
	position: relative;
	width: 100%;
	padding: calc(315 / 560 * 100%) 0 0;

}
.modal .moviebox .movie-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal .nav.is-hide {
	display: none;
}
.modal .moviebox .link li.img_btn a {
	text-shadow:
	1px 1px 0px #fff, -1px -1px 0px #fff,
	-1px 1px 0px #fff, 1px -1px 0px #fff,
	1px 0px 0px #fff, -1px 0px 0px #fff,
	0px 1px 0px #fff, 0px -1px 0px #fff;
}
.modal .moviebox .link li.img_btn a::after {
	background: url(../../2026/images/i_arrow_movie.png) no-repeat;
	background-size: contain;
	border: 0;
	width: 11px;
	height: 17px;
	transform: rotate(0deg);
	top: 2px;
	right: 5px;
}

/* 動画のモーダル */
.modal.-movie .moviebox {
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.fancybox-wrap {
		height: auto !important;
	}
	.modal {
		width: auto;
	}
	.modal .fit {
		padding: 0;
	}
	.modal .comment {
		font-size: 1.4rem;
		padding: 0 15px;
	}
	.modal .link {
		position: static;
		margin-top: 20px;
		margin-top: 30px;
		margin-right: 10px;
	}
	.modal .link li + li {
		margin-top: 5px;
	}
	.modal a {
		font-size: 1.4rem;
		right: 0px;
		bottom: 10px;
	}
	.modal .btn-mdl-prev {
		background-image: url('../../images/fancybox_sprite.png');
		left: 5px;
		bottom: 5px;
	}
	.modal .btn-mdl-next {
		background-image: url('../../images/fancybox_sprite.png');
		left: 40px;
		bottom: 5px;
	}
	.modal .imgbox {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1020px) {
	.fancybox-wrap {
		width: calc(100% - 40px) !important;
	}
	.fancybox-type-inline .fancybox-inner {
		width: 100% !important;
	}
	.modal {
		width: 100%;
	}
	.modal .link {
		font-size: 1.2rem;
	}
}


#onetrust-banner-sdk #onetrust-policy-title {
	font-size: 1.9rem !important;
}
#onetrust-banner-sdk #onetrust-policy-text {
	font-size: 1.3rem !important;
}
#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
	font-size: 1.3rem !important;
}
#onetrust-banner-sdk a:focus {
	outline: none !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler {
	font-size: 1.3rem !important;
}



/* ending */
#ending {
	padding-top: 60px;
}
#ending .lead {
	clear: both;
	margin: 0px 0 60px;
	color: #0069b7;
	font-size: 40px;
	font-weight: 700;
	line-height: 80%;
	text-align: center;
}
#ending figcaption {
	display: block;
	margin-top: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	#ending {
		padding-top: 30px;
	}
	#ending .lead {
		margin: 0px 0 30px;
		font-size: 24px;
		line-height: 1.4;
	}
}

#ending .report_txt {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #005eb8;
	margin: 0 0 20px 0;
}
#ending .report_txt a {
	font-weight: bold;
	color: #005eb8;
}
#ending .video a {
	display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#ending .boxset-inner{
		padding: 0 30px;
	}
	#ending .btn-box {
		font-size: 16px;
		margin: 40px 0 0;
	}

	#ending .ending li img {
		width: 100%;
		height:auto;
	}
}





