@charset "UTF-8";
/*--------------------------------
reset
--------------------------------*/
html, body, div, p, img, iframe, a, span, blockquote, q, address, cite,
pre, code, em, small, strong, b, i,
header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer, time,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, tbody, thead, tfoot, th, tr, td,
form, fieldset, legend, label, select, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
}

header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer {
	display: block;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

select, option, input:not([type=checkbox]):not([type=radio]), textarea, button {
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: "";
	content: none;
}

[type=submit], [type=button], [type=reset], [type=file], button {
	cursor: pointer;
}

:focus {
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji"; */
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	color: #1A1A1A;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body {
    font-weight: 400;
  }
}

a {
	color: #E88F00;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	color: #E88F00;
}

button,
[type=submit],
[type=reset] {
	transition: all 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}

strong {
	color: #E88F00;
	font-weight: inherit;
}

sub,
sup {
	font-size: 60%;
}

sub {
	vertical-align: baseline;
}

strong {
	color: #E88F00;
}

canvas {
	display: block;
	overflow: hidden;
}










@-webkit-keyframes ripples {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	75% {
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}
@keyframes ripples {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	75% {
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	15% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	30% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	15% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	30% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
@-webkit-keyframes pagetop {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	15% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	30% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@keyframes pagetop {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	15% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	30% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
.ul-widget-main-window {
	animation: fadeIn .5s ease-out 2s both;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.ul-widget-main-window.show {
	opacity: 1 !important
}
.mt0 {
	margin-top: 0 !important
}
.pb0 {
	padding-bottom: 0 !important
}
.c-cap {
	margin-top: 2rem;
	font-size: 1.2rem;
	line-height: 1.4
}
.c-red {
	color: #E43C00 !important
}
@media only screen and (max-width: 1023px) {
	.c-cap {
		margin-top: 1.5rem;
		font-size: 1.1rem
	}
}
.pageCover {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1)
}
.pageCover.show {
	opacity: 0;
	visibility: hidden
}
.c-lazyload {
	background: #c4c4c4
}
/* ::-moz-selection {
	background: #E88F00;
	color: #ffffff
}
::selection {
	background: #E88F00;
	color: #ffffff
} */
.js-sticky.is-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 10rem
}
html.ie11 .js-sticky.is-sticky {
	margin-top: -10rem
}
@media only screen and (max-width: 1023px) {
	.js-sticky.is-sticky {
		position: static;
		top: 0
	}
}
.c-bnr {
	position: relative;
	z-index: 2;
	padding: 65px 0 35px;
	background: linear-gradient(-60deg, rgba(235, 85, 5, 1) 0%, rgba(245, 170, 0, 1) 100%);
	overflow: hidden
}
.c-bnr__slider {
	max-width: 1100px;
	margin: 0 auto
}
.c-bnr__slider .slick-list {
	overflow: inherit
}
html.ie11 .c-bnr__slider .slick-track {
	height: 95px
}
.c-bnr__slider .item {
	margin: 0 10px
}
.c-bnr__slider .item a {
	display: block;
	overflow: hidden;
	position: relative;
}
.external-icon{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12%;
}
.c-bnr__slider .item img {
	width: 100%;
	height: auto;
}
html.notouch .c-bnr__slider .item a:hover {
	opacity: 0.7
}
.c-bnr__control_wrap{
	width: 100%;
}
.c-bnr__control{
    margin-inline: auto;
	max-width: 230px;
	display: flex;
	align-items: center;
	position: relative;
}
.c-bnr__control .slick-dots{
	position: relative;
	bottom: auto;
}
.c-bnr__control .slick-arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 1;
	top: 50%;
	cursor: pointer;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}
.c-bnr .slick-next:before,
.c-bnr .slick-prev:before{
	content: none;
}
.c-bnr__control .slick-arrow .m-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #ffffff;
	width: 12px;
	height: 10px;
	margin-left: 0
}
.c-bnr__control .slick-arrow.slick-prev {
	left: 0
}
.c-bnr__control .slick-arrow.slick-prev .m-icon {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}
.c-bnr__control .slick-arrow.slick-next {
	right: 0
}
.c-bnr__control .slick-dots li{
	margin: 0 4px;
}
.c-bnr__control .slick-dots li button:before,
.c-bnr__control .slick-dots li.slick-active button:before{
	opacity: 1;
}
.c-bnr__control .slick-dots li button:before {
	color: #fff;
	font-size: 12px;
}
.c-bnr__control .slick-dots li.slick-active button::after{
	font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
	color: #eb5505;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
html.notouch .c-bnr__control .slick-arrow:hover {
	opacity: 0.7
}
.c-bnr__annotation{
	margin: 20px auto 0;
	width: calc(100% - 64px);
	max-width: 1200px;
}
.c-bnr__annotation__text{
	font-size: 10px;
}
@media only screen and (max-width: 1023px) {
	.c-bnr {
		padding: 5rem 0 3rem;
	}
	.c-bnr__slider {
		max-width: 258px;
	}
	.c-bnr__slider .slick-track {
		height: 79px;
	}
	.c-bnr__slider .item {
		margin: 0 10px;
	}
	.c-bnr__control .slick-arrow {
		width: 30px;
		height: 30px;
		/* margin-top: -15px; */
	}
}
.accordion__body {
	display: none;
}
.sp-accordion__label .icon {
	display: none;
}
@media only screen and (max-width: 1023px) {
	.sp-accordion__label {
		position: relative;
		cursor: pointer
	}
	.sp-accordion__label .icon {
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 1.5rem;
		width: 1rem;
		height: 1rem
	}
	.sp-accordion__label .icon:before, .sp-accordion__label .icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: #000;
		border-radius: 0.2rem;
		-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1)
	}
	.sp-accordion__label .icon:before {
		width: 1rem;
		height: 2px;
	}
	.sp-accordion__label .icon:after {
		width: 2px;
		height: 1rem;
	}
	.sp-accordion__body {
		display: none;
	}
	.sp-accordion:after {
		display: none !important;
	}
	.sp-accordion.is-open .sp-accordion__label {
		color: #E88F00;
	}
	.sp-accordion.is-open .sp-accordion__label .icon:before {
		opacity: 0.2;
	}
	.sp-accordion.is-open .sp-accordion__label .icon:after {
		opacity: 0;
	}
	.sp-accordion.is-open:after {
		display: block !important;
	}
}
@-webkit-keyframes linelink {
	0% {
		background-position: right bottom;
		background-size: 100% 1px
	}
	50% {
		background-position: right bottom;
		background-size: 0 1px
	}
	51% {
		background-position: left bottom;
		background-size: 0 1px
	}
	100% {
		background-position: left bottom;
		background-size: 100% 1px
	}
}
@keyframes linelink {
	0% {
		background-position: right bottom;
		background-size: 100% 1px;
	}
	50% {
		background-position: right bottom;
		background-size: 0 1px;
	}
	51% {
		background-position: left bottom;
		background-size: 0 1px;
	}
	100% {
		background-position: left bottom;
		background-size: 100% 1px;
	}
}
.c-linelink {
	display: inline-flex;
	align-items: center;
	color: #000;
	line-height: 1.5;
	text-decoration: none;
	font-size: 16px;
}
.c-linelink__txt {
	/* will-change: background-size;
	background: url(../images/common/line.png) no-repeat left bottom;
	background-size: 100% 1px */
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}
/* .c-linelink__txt::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2.5px solid #E88F00;
	border-right: 2.5px solid #E88F00;
	transform: rotate(45deg);
} */
 .c-linelink__txt {
    will-change: background-size;
    background: url(../images/common/line.png) no-repeat left bottom;
    background-size: 100% 1px;
}
.c-linelink__txt.pink {
	background-image: url(../images/common/line-pink.png);
}
.c-linelink__txt.white {
	background-image: url(../images/common/line-white.png);
}
.c-linelink__txt.gray {
	background-image: url(../images/common/line-gray.png);
}
.c-linelink__txt.orange {
	background-image: url(../images/common/line-orange.png);
}
.c-linelink__txt.red {
	background-image: url(../images/common/line-red.png);
}
html.ie11 .c-linelink__txt {
	background: none !important;
	text-decoration: underline;
}
html.notouch .c-linelink:hover .c-linelink__txt, html.notouch a:hover .c-linelink .c-linelink__txt {
	-webkit-animation: linelink 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
	animation: linelink 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
html.ie11.notouch .c-linelink:hover .c-linelink__txt, html.ie11.notouch a:hover .c-linelink .c-linelink__txt {
	-webkit-animation: none;
	animation: none;
	text-decoration: none;
}
.c-linelink--hidden .c-linelink__txt {
	-webkit-transition: background-size .5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
	transition: background-size .5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
	background-position: right bottom;
	background-size: 0 1px;
}
html.ie11 .c-linelink--hidden .c-linelink__txt {
	text-decoration: none;
}
html.notouch .c-linelink--hidden:hover .c-linelink__txt, html.notouch a:hover .c-linelink--hidden .c-linelink__txt {
	-webkit-animation: none;
	animation: none;
	background-position: left bottom;
	background-size: 100% 1px;
}
html.ie11.notouch .c-linelink--hidden:hover .c-linelink__txt, html.ie11.notouch a:hover .c-linelink--hidden .c-linelink__txt {
	-webkit-transition: none;
	transition: none;
	text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
	.c-linelink__txt {
		text-decoration: underline;
		background: none !important;
	}
	.c-linelink--hidden .c-linelink__txt {
		text-decoration: none;
	}
}
.img-ov {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.img-ov img {
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: -webkit-transform .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: transform .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: transform .5s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transform: scale(1.005);
	transform: scale(1.005);
}
html.notouch a:hover .img-ov img {
	-webkit-transform: scale(1.05) !important;
	transform: scale(1.05) !important;
}
.js-easing .easingImage, .c-titleEasing .easingImage {
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-5rem);
	transform: translateX(-5rem);
	overflow: hidden;
	position: relative;
}
.js-easing .easingImage:before, .c-titleEasing .easingImage:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EAEAEA;
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.js-easing .easingImage img, .c-titleEasing .easingImage img {
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
	opacity: 0;
}
.js-easing .easingBg, .c-titleEasing .easingBg {
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-5rem);
	transform: translateX(-5rem);
	overflow: hidden;
	position: relative;
}
.js-easing .easingBg .bg, .c-titleEasing .easingBg .bg {
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.js-easing.is-visible .easingImage, .c-titleEasing.is-visible .easingImage {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.js-easing.is-visible .easingImage:before, .c-titleEasing.is-visible .easingImage:before {
	-webkit-animation: easingBg 1s ease-in-out both;
	animation: easingBg 1s ease-in-out both;
}
.js-easing.is-visible .easingImage img, .c-titleEasing.is-visible .easingImage img {
	-webkit-animation: easingImg 1s ease-in-out both;
	animation: easingImg 1s ease-in-out both;
}
.js-easing.is-visible .easingBg, .c-titleEasing.is-visible .easingBg {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.js-easing.is-visible .easingBg .bg, .c-titleEasing.is-visible .easingBg .bg {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
@-webkit-keyframes easingBg {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@keyframes easingBg {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@-webkit-keyframes easingImg {
	0% {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	51% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes easingImg {
	0% {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	51% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
#header.is-lodeing {
	pointer-events: none;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ffffff;
	-webkit-transition: opacity .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: opacity .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header__inner {
	height: 100px;
	position: relative;
	-webkit-transition: height .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: height .5s cubic-bezier(0.43, 0.05, 0.17, 1)
}
.header__logo {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.header__logo a {
	-webkit-transition-property: width, height;
	transition-property: width, height;
	display: block;
	overflow: hidden;
	text-indent: -5260px;
	width: 200px;
	height: 58px;
	background: url(../images/common/logo.svg) no-repeat center center;
	background-size: contain;
}
@media only screen and (max-width: 1400px) {
	.header__logo {
		left: 20px;
	}
}
.header__contact {
	position: absolute;
	z-index: 1;
	right: 30px;
	top: 30px;
}
.header__contactInner {
	position: relative;
	z-index: 3;
}
.header__contact a {
	width: 168px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-decoration: none;

	padding: 11px 12px;
	border-radius: 5px;
	position: relative;
	line-height: 1;
	overflow: hidden;
	color: #ffffff;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header__contact a .icon {
	fill: #ffffff
}
.header__contact a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00);
}
html.ie11 .header__contact a:after {
	background: #E88F00
}
.header__contact a:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0;
	padding-bottom: 0;
	background: #ffffff;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header__contact a .icon {
	margin-right: 0;
	width: 14px;
	height: 14px;
	padding-left: 12px;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
html.notouch .header__contact a:hover {
	color: #E43C00;
	border-color: #E43C00;
}
html.notouch .header__contact a:hover .icon {
	fill: #E43C00;
}
html.notouch .header__contact a:hover:before {
	width: 100%;
	padding-bottom: 100%;
}


.header__service {
	position: absolute;
	z-index: 1;
	right: 220px;
	top: 36px;
	width: 168px;
}
.header__service a {
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header__service a img {
	max-width: 100%;
}
html.notouch .header__service a:hover {
	opacity: 0.7;
}

.header__menu {
	display: none;
}
/* .header.is-fixed:before {
	-webkit-box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
	box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: saturate(180%) blur(30px);
	backdrop-filter: saturate(180%) blur(30px)
} */
@media only screen and (max-width: 1023px) {
	.header__inner {
		height: 60px;
	}
	.header__logo {
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		left: 0;
		z-index: 10;
		background: #ffffff;
		width: 100%;
		height: 100%;
	}
	.header__logo a {
		position: absolute;
		left: 14px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 140px;
	}
	.header__contact {
		position: static;
		transform: translateY(0);
		padding-top: 40px;
		padding-bottom: 50px;
		margin: 0 2rem;
		width: auto;
	}
	.header__contact a {
		text-align: center;
		font-size: 18px;
		padding: 20px 0;
		width: 100%;
		height: 60px;
		justify-content: center;
	}
	.header__contact a .icon {
		width: 15px;
		height: 14px;
		padding-left: 0.8rem
	}
	.header__service {
		position: static;
		transform: translateY(0);
		padding-top: 40px;
		margin: 0 2rem;
		width: auto;
		text-align: center;
	}


	.header__menu {
		display: block;
		z-index: 11;
		text-decoration: none;
		position: fixed;
		width: 60px;
		height: 60px;
		top: 0;
		right: 0;
		background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
		background: -webkit-linear-gradient(left, #E88F00, #E43C00);
		background: linear-gradient(left, #E88F00, #E43C00);
	}
	html.ie11 .header__menu {
		background: #E88F00
	}
	.header__menu .line-1, .header__menu .line-2, .header__menu .line-3, .header__menu .line-4 {
		-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		width: 30px;
		height: 2px;
		background: #ffffff
	}
	.header__menu .line-1 {
		margin-top: -10px;
	}
	.header__menu .line-2 {
		margin-top: 0px;
	}
	.header__menu .line-3 {
		width: 17px;
		margin-top: 11px;
	}
	.header__menu .line-4 {
		margin-top: 0px;
		opacity: 0;
	}
}
.header__nav {
	padding-bottom: 0;
	width: 100%;
	/* height: 100vh; */
	position: fixed;
	z-index: 9;
	-webkit-box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
	box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
	background: #fff;
	/* -webkit-backdrop-filter: saturate(180%) blur(30px); */
	/* backdrop-filter: saturate(180%) blur(30px); */
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header__nav.is-hidden {
	opacity: 0;
	visibility: hidden;
}
.header__nav .nav {
	pointer-events: none;
	padding-right: 30px;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: auto;
}
.header__nav .nav>li>a {
	font-weight: 600;
	letter-spacing: .1em;
	display: block;
	position: relative;
	padding: 20px 12px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-size: 18px;
	color:#000;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
/* @media only screen and (max-width: 1200px) {
	.header__nav .nav>li>a {
		padding: 43px 10px
	}
}
@media only screen and (max-width: 1100px) {
	.header__nav .nav>li>a {
		padding: 43px 5px
	}
} */
.header__nav .nav>li>a:before {
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: visibility, opacity;
	transition-property: visibility, opacity;
	position: absolute;
	/* content: ""; */
	content:none;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00);
	opacity: 0;
}
html.ie11 .header__nav .nav>li>a:before {
	background: #E88F00;
}
.header__nav .nav>li>a .line {
	position: relative;
	padding-bottom: 0rem;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: visibility, opacity;
	transition-property: visibility, opacity;
}
.header__nav .nav>li>a .line:before, .header__nav .nav>li>a .line:after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: -12px;
	height: 3px;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header__nav .nav>li>a .line:after {
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00);
}
html.ie11 .header__nav .nav>li>a .line:after {
	background: #E88F00;
}
/* html.notouch .header__nav .nav>li>a:hover {
	color: #ffffff
} */
.header__nav .nav>li>a:hover .line:after {
	width: 100%;;
}
/* html.notouch .header__nav .nav>li>a:hover:before {
	opacity: 1
} */
/* .header__nav .nav>li.is-open>a {
	color: #ffffff
}
.header__nav .nav>li.is-open>a:before {
	opacity: 1
} */
.header__nav .nav>li.is-open.is-current>a {
	color: #ffffff;
}
html.notouch .header__nav .nav>li.is-current>a:hover {
	color: #ffffff;
}
html.notouch .header__nav .nav>li.is-current>a:hover .line:after {
	opacity: 0;
}
.header__nav .nav>li.is-current>a .line:after {
	width: 100%;
}
.header__nav .nav>li .dropdownBg {
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: visibility, opacity;
	transition-property: visibility, opacity;
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.header__nav .nav>li .dropdown {
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: visibility, opacity, top;
	transition-property: visibility, opacity, top;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 135px;
	width: 100vw;
	right: 0;
	left: 0;
	-webkit-box-sizing: border_color;
	box-sizing: border_color;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
	-webkit-backdrop-filter: saturate(180%) blur(30px);
	backdrop-filter: saturate(180%) blur(30px);
}
.header__nav .nav>li .dropdown .container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.header__nav .nav>li .dropdown__img {
	width: 39%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.header__nav .nav>li .dropdown__imgInner {
	height: 0;
	padding-bottom: 62.8571%;
	position: relative;
}
.header__nav .nav>li .dropdown__img a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-decoration: none;
	overflow: hidden;
}
.header__nav .nav>li .dropdown__img .img__bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.header__nav .nav>li .dropdown__img .img__bg .bg {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
}
.header__nav .nav>li .dropdown__img .img__bg .bg img {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}
.header__nav .nav>li .dropdown__img .img__bg .bg.index {
	-webkit-transition: none;
	transition: none;
	z-index: 0;
	opacity: 1;
}
.header__nav .nav>li .dropdown__img .img__bg .bg.is-on {
	-webkit-transition: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
	z-index: 2;
	opacity: 1;
}
.header__nav .nav>li .dropdown__list {
	width: 55%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -28px;
}
.header__nav .nav>li .dropdown__list .block {
	width: 50%;
	margin-bottom: 28px;
}
.header__nav .nav>li .dropdown__list .block a {
	line-height: 1.4;
	text-decoration: none;
	color: #000;
	/* white-space: nowrap; */
	font-size: 16px;
	flex-direction: column;
	align-items: flex-start;
}
.header__nav .nav>li .dropdown__list .block a .item__txt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header__nav .nav>li .dropdown__list .block .caption {
	margin-top: 0;
	margin-bottom: .4em;
	font-size: 11px;
}
.header__nav .nav>li .dropdown__list .block .item__ttl {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}
.header__nav .nav>li .dropdown__list .block .item__ttl span {
	display: block;
	font-weight: 400;
	font-size: 12px;
	width: 100%;
}
html.notouch .header__nav .nav>li .dropdown__list .block .item__ttl:hover {
	color: #E43C00;
}
html.notouch .header__nav .nav>li .dropdown__list .block .item__ttl.event-none:hover {
	color: inherit;
}
.header__nav .nav>li .dropdown__list .block .children {
	margin-top: 10px;
}
.header__nav .nav>li .dropdown__list .block .children .item+.item {
	margin-top: 5px;
}
html.nav-open .header.is-fixed:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}
html.nav-open .header__nav .nav>li.is-open>a:before {
	opacity: 1;
	visibility: visible;
}
html.nav-open .header__nav .nav>li.is-open>a .line:before {
	opacity: 0
}
html.nav-open .header__nav .nav>li.is-open .dropdown {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
html.nav-open .header__nav .nav>li.is-open .dropdown__img {
	opacity: 1;
}
html.nav-open .header__nav .nav>li .dropdownBg {
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width: 1023px) {
	.header__nav {
		width: 100%;
		height: 100vh;
		background: #ffffff;
		overflow: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		z-index: 9;
		pointer-events: none;
		-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		opacity: 0;
		visibility: hidden;
	}
	.header__nav .nav {
		padding-right: 0;
		float: none;
		display: block;
		pointer-events: none;
		padding: 100px 20px 0;
	}
	.header__nav .nav>li {
		border-bottom: 1px solid #EAEAEA;
	}
	.header__nav .nav>li:first-child {
		border-top: 1px solid #EAEAEA;
	}
	.header__nav .nav>li>a {
		font-weight: 500;
		padding: 30px 0;
		font-size: 18px;
	}
	.header__nav .nav>li>a:before {
		display: none;
	}
	.header__nav .nav>li>a .line {
		display: block;
	}
	.header__nav .nav>li>a .line .m-icon {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 16px;
		height: 12px;
	}
	.header__nav .nav>li>a .line:before, .header__nav .nav>li>a .line:after {
		display: none;
	}
	.header__nav .nav>li.is-current>a .line {
		color: #E43C00;
	}
	.header__nav .nav>li.is-current>a .line:after {
		width: 0;
	}
	.header__nav .nav>li .dropdownBg {
		display: none;
	}
	.header__nav .nav>li .dropdown {
		visibility: visible;
		opacity: 1;
		pointer-events: none;
		position: static;
		width: 100%;
		margin: 0;
		overflow: hidden;
		background: #ffffff;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
	.header__nav .nav>li .dropdown .container {
		padding: 0;
		display: block;
	}
	.header__nav .nav>li .dropdown__img {
		display: none;
	}
	.header__nav .nav>li .dropdown__list {
		width: 100%;
		display: block;
		margin-bottom: 0;
		padding: 20px;
		background: #F7F7F7;
	}
	.header__nav .nav>li .dropdown__list .block {
		width: 100%;
		margin-bottom: 0
	}
	.header__nav .nav>li .dropdown__list .block+.block {
		margin-top: 25px
	}
}
.sub-nav{
	display: flex;
	justify-content: flex-end;
	padding-right: 430px;
	padding-top: 48px;
	padding-bottom: 16px;
}
.sub-nav-list:not(:first-child){
	padding-left: 16px;
	margin-left: 16px;
	border-left: 1px solid #CCCCCC;
}
.sub-nav-list{
	line-height: 1;
}
.sub-nav-list a{
	line-height: 1;
	color: #1A1A1A;
	font-size: 16px;
	letter-spacing: 0.015em;
	display: block;
}
.header__nav .nav + .sub-nav{
	display: none;
}
@media only screen and (max-width: 1023px) {
	.sub-nav{
			padding-top: 100px;
			padding-right: 0;
			align-items: center;
			justify-content: center;
	}
	.header__nav .sub-nav{
		display: none;
	}
	.header__nav .nav + .sub-nav{
		display: flex;
		padding-top: 40px;
	}
	html.drawerMenu-open .header__nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	html.drawerMenu-open .header__nav .nav {
		pointer-events: auto;
	}
	html.drawerMenu-open .header__nav .nav>li .dropdown {
		pointer-events: auto;
	}
	html.drawerMenu-open .header__menu .line-1 {
		opacity: 0;
	}
	html.drawerMenu-open .header__menu .line-2 {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	html.drawerMenu-open .header__menu .line-3 {
		opacity: 0;
	}
	html.drawerMenu-open .header__menu .line-4 {
		opacity: 1;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}
.header__bg {
	display: block;
	content: "";
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	opacity: 0;
	visibility: hidden;
}
.drawerMenu__bg {
	display: block;
	content: "";
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	opacity: 0;
	visibility: hidden;
}
.ui-ac__toggle {
	cursor: pointer;
}
.ui-ac__content {
	display: none;
}
#ulAiWidget {
	height: 500px;
}
.section__body {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.footer .section__body{
	max-width: 1300px;
}

.footer {
	border-top: 1px solid #EAEAEA;
	position: relative;
	z-index: 2;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0 ;
	background: #ffffff;
}
.footer__col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__logo a {
	display: block;
	overflow: hidden;
	text-indent: -5260px;
	width: 250px;
	height: 72px;
	background: url(../images/common/logo.svg) no-repeat center center;
	background-size: contain;
}
.footer__content{
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer__sitemap {
	border-left: 1px solid #000;
	padding-left: 48px;
	width: 65%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between */
	flex-direction: column;
}
.footer__sitemap .m-icon.blank {
	fill: #000;
}
.footer__contact{
	line-height: 1;
}
.footer__contact a {
	    width: 168px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-decoration: none;
    padding: 11px 15px;
    border-radius: 5px;
    position: relative;
    line-height: 1;
    overflow: hidden;
    color: #ffffff;
    -webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer__contact a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0;
    padding-bottom: 0;
    background: #ffffff;
    -webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.footer__contactInner {
    position: relative;
    z-index: 3;
}
.footer__contact a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
    background: -webkit-linear-gradient(left, #E88F00, #E43C00);
    background: linear-gradient(left, #E88F00, #E43C00);
}
.footer__contact a .icon {
		fill: #ffffff;
			margin-right: 0;
    width: 14px;
    height: 14px;
    padding-left: 12px;
    -webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.footer-links{
	margin: 32px 0;
	display: flex;
	flex-wrap: wrap;
}
.footer-link{
	line-height: 1;
}
.footer-link a{
	color: #000;
	font-size: 16px;
}
.footer-link + .footer-link{
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #CCCCCC;
}
.copyright{
	font-style: normal;
	font-size: 12px;
}
/* .footer__sitemap .block.block1 {
	width: 57%
}
.footer__sitemap .block.block2 {
	width: 70%
} */
.footer__sitemap .block .sitemap {
	margin-top: 5px;
}
.footer__sitemap .block .sitemap>li+li {
	margin-top: 20px;
}
.footer__sitemap .block .sitemap>li a.c-linelink {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .1em;
	text-decoration: none;
}
.footer__sitemap .block .sitemap>li a .c-linelink__txt {
	padding-bottom: 3px;
	background: none;
}
.footer__sitemap .block .sitemap a {
	text-decoration: none;
}
.footer__sitemap .block .sitemap__children {
	margin-top: 12px;
	word-break: break-all;
}
.footer__sitemap .block .sitemap__children>li+li {
	margin-top: 5px;
}
.footer__sitemap .block .sitemap__children>li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.5
}
.sitemap-subs{
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 32px;
}
.sitemap-sub a{
	color: #000;
	font-weight: 500;
	font-size: 16px;
	.sub-title{
		display: block;
		font-size: 70%;
		margin-top: .4em;
	}
}
.sitemap-sub-subs{
	padding: 12px 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sitemap-sub-sub{
	line-height: 1.3;
	.caption{
		margin: 0;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .sitemap-sub a{
		font-weight: 400;
	}
}
.footer__bottom {
	margin-top: 130px;
	padding: 20px 0;
	background: #313131;
}
.footer__bottom .section__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__bottom .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer__bottom .link li {
	margin-right: 18px
}
.footer__bottom .link a {
	color: #ffffff;
	font-size: 12px;
}
.footer__bottom .link a .c-linelink__txt {
	padding-bottom: 5px
}
.footer__bottom .link a .m-icon.blank {
	fill: #ffffff;
	opacity: 0.5;
}
.m-icon.arw3{
	width: 7px;
	height: 12px;
}
.footer__copyright {
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
	letter-spacing: .2em;
	color: #ffffff;
}
@media only screen and (max-width: 1023px) {
	.footer {
		padding: 80px 0 16px;
	}
	.footer .section__body {
		padding: 0;
		border-left: none;
	}
	.footer__col2 {
		display: block;
	}
	.footer__sitemap {
		width: auto;
		display: block;
		padding: 0 20px;
		padding-bottom: 0;
		border-left: none;
	}
	.footer__sitemap .block {
		width: auto
	}
	.footer__sitemap .block.block1, .footer__sitemap .block.block2, .footer__sitemap .block.block3, .footer__sitemap .block.block4, .footer__sitemap .block.block5 {
		width: auto;
	}
	.footer__sitemap .block.block2 .sitemap {
		border-top: none;
	}
	.footer__sitemap .block .sitemap {
		margin-top: 0;
		border-top: 1px solid #EAEAEA;
	}
	.footer__sitemap .block .sitemap>li {
		position: relative;
	}
	.footer__sitemap .block .sitemap>li:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #EAEAEA;
	}
	.footer__sitemap .block .sitemap>li+li {
		margin-top: 0
	}
	.footer__sitemap .block .sitemap>li a {
		font-size: 16px;
		padding: 23px 0;
		display: block;
	}
	.footer__sitemap .block .sitemap>li a .c-linelink__txt {
		text-decoration: none;
		margin-bottom: 0;
	}
	.footer__sitemap .block .sitemap__children {
		position: relative;
		top: -10px;
		margin-top: 0;
		padding-bottom: 0rem;
	}
	.footer__sitemap .block .sitemap__children>li+li {
		margin-top: 0
	}
	.footer__sitemap .block .sitemap__children>li a {
		padding: 10px 0;
		font-size: 13px;
		line-height: 1;
	}
	.footer__sitemap .block a {
		position: relative
	}
	.footer__sitemap .block a .m-icon {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 16px;
		height: 12px;
	}
	.footer__sitemap .block a .m-icon.is-inline{
		position: relative;
		top: 0;
		transform: translateY(0);
	}
	.footer__logo {
		margin-bottom: 3.4rem;
	}
	.footer__logo a {
		width: 200px;
		height: 58px;
	}
	.footer__content {
		width: auto;
		padding: 32px 20px 0;
	}
	.footer__bottom {
		display: block;
		margin-top: 60px;
		padding: 30px 0;
	}
	.footer__bottom .section__body {
		display: block;
	}
	.footer__bottom .link {
		display: block;
		text-align: center;
	}
	.footer__bottom .link li {
		display: inline-block;
		margin-right: 10px;
	}
	.footer__bottom .link a {
		color: #ffffff;
		font-size: 12px;
	}
	.footer__copyright {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.sitemap-subs{
		display: flex;
		gap: 16px 24px;
		padding-bottom: 24px;
	}
	.footer__sitemap .block .sitemap>li .sitemap-sub a{
		padding: 0;
	}
	.footer__sitemap .block .sitemap>li .sitemap-sub a .m-icon{
		position: relative;
		top: 0;
		transform: unset;
	}
	.footer__contact a{
		        text-align: center;
        font-size: 18px;
        padding: 20px 0;
        width: 100%;
        height: 60px;
        justify-content: center;
				display: flex;
				align-items: center;
	}
	.footer__contact a .icon {
		width: 15px;
        height: 14px;
        padding-left: 0.8rem;
	}
}
.m-icon {
	margin-left: 0.5rem;
	width: 10px;
	height: 10px;
	fill: #E43C00;
}
.m-ankLinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.m-ankLinks .item {
	margin-right: 15px;
}
.m-ankLinks .item a {
	font-size: 1.6rem;
	display: block;
	padding: 17px 20px;
	line-height: 1;
	text-decoration: none;
	font-weight: 700;
	background: #E88F00;
	overflow: hidden;
	border-radius: 5px;
	color: #ffffff;
}
html.notouch .m-ankLinks .item a:hover {
	background: #E43C00
}
.m-ankLinks .item a .txt {
	display: inline-block;
	position: relative;
}
.m-ankLinks .item a .txt .icon {
	position: relative;
	top: -1px;
	padding-left: 5px;
}
.m-ankLinks .item a .txt .icon svg {
	width: 12px;
	height: 10px;
	fill: #ffffff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media only screen and (max-width: 1023px) {
	.m-ankLinks {
		margin-top: 20px;
		margin-bottom: -10px;
	}
	.m-ankLinks .item {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.m-ankLinks .item a {
		font-size: 12px;
		padding: 12px 12px 12px 15px;
		border-radius: 4px;
	}
	.m-ankLinks .item a .txt .icon {
		top: 0;
	}
}
.m-documents {
	display: block;
	background: #ffffff;
	border: 1px solid #EAEAEA;
	text-decoration: none;
	text-align: center;
	padding: 15px 0;
	font-weight: 700;
}
.m-documents .m-icon.note {
	position: relative;
	top: 5px;
	margin-left: 0;
	margin-right: 5px;
	width: 2px;
	height: 2px;
	fill: #E88F00;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
html.notouch .m-documents:hover {
	background: #E88F00;
	color: #ffffff;
}
html.notouch .m-documents:hover .m-icon.note {
	fill: #ffffff;
}
@media only screen and (max-width: 1023px) {
	.m-documents {
		margin-top: 30px;
	}
}
.m-leadSection {
	margin-bottom: 10px;
}
.m-leadSection__txt {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
	.m-leadSection {
		margin-bottom: 45px;
	}
	.m-leadSection__txt {
		margin-bottom: 40px;
	}
}
.m-table.min td {
	font-size: 1.2rem;
	padding: 1.5rem 1rem;
}
.m-table table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EAEAEA;
}
.m-table table .left {
	text-align: left;
}
.m-table table .bg {
	background: #FFFDC3;
}
.m-table table .ad {
	width: 14rem;
}
.m-table table .h {
	height: 0;
}
.m-table table th, .m-table table td {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.5rem;
	border: 1px solid #EAEAEA;
	text-align: center;
}
.m-table table th {
	background: #FFFCF7;
	color: #E88F00;
}
@media only screen and (max-width: 1023px) {
	.m-table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}
.m-formTable {
	border-collapse: collapse;
	width: 100%;
}
.m-formTable.confirm th {
	padding-top: 3rem;
}
.m-formTable th, .m-formTable td {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3rem 2rem;
	border-bottom: 1px solid #EAEAEA;
	letter-spacing: 0;
}
.m-formTable th {
	width: 33rem;
	padding-top: 4.5rem;
}
.m-formTable tr:nth-child(even) {
	background: #FAFAFA;
}
@media only screen and (max-width: 1023px) {
	.m-formTable th, .m-formTable td {
		display: block;
		width: 100%;
		padding: 2.5rem 0;
	}
	.m-formTable th {
		width: 31rem;
		padding-top: 2.5rem;
		padding-bottom: 0;
		border-bottom: none;
	}
	.m-formTable td {
		padding-top: 1rem;
	}
	.m-formTable tr:nth-child(even) {
		background: none;
	}
}
.m-cap li {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 1023px) {
	.m-cap li {
		font-size: 1rem;
	}
}
.m-red {
	color: #D50B03
}
.m-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.6;
}
.m-list li+li {
	margin-top: 1rem;
}
.m-contact {
	text-align: center;
	margin-top: 4rem;
	background: #EAEAEA;
	padding: 4.5rem 0;
}
.m-contact.border {
	background: none;
	border: 1px solid #EAEAEA;
}
.m-contact__txt {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
.m-contact__btn a {
	margin: 0 auto;
	max-width: 22rem;
	font-size: 1.4rem;
	letter-spacing: 0;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 2rem 0;
	border-radius: 0.5rem;
	position: relative;
	line-height: 1;
	overflow: hidden;
	color: #ffffff;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.m-contact__btn a .icon {
	fill: #ffffff;
}
.m-contact__btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00);
}
html.ie11 .m-contact__btn a:after {
	background: #E88F00;
}
.m-contact__btn a:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0;
	padding-bottom: 0;
	background: #ffffff;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.m-contact__btn a .icon {
	width: 1rem;
	height: 1rem;
	padding-left: 0.8rem;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
html.notouch .m-contact__btn a:hover {
	color: #E43C00;
	border-color: #E43C00;
}
html.notouch .m-contact__btn a:hover .icon {
	fill: #E43C00;
}
html.notouch .m-contact__btn a:hover:before {
	width: 100%;
	padding-bottom: 100%;
}
@media only screen and (max-width: 1023px) {
	.m-contact {
		margin-top: 2.5rem;
		padding: 3rem 0;
	}
	.m-contact__txt {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
		line-height: 1.5;
	}
	.m-contact__btn a {
		text-align: center;
	}
}
.m-notes {
	margin-top: 3rem;
	border: 1px solid #E43C00;
	padding: 3rem;
}
.m-notes__ttl {
	font-size: 1.6rem;
	font-weight: 700;
	color: #E43C00;
	line-height: 1.6;
}
.m-notes__txt {
	margin-top: 1rem;
}
@media only screen and (max-width: 1023px) {
	.m-notes {
		padding: 2rem;
	}
}
.link-btn {
	font-size: 1.6rem;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-weight: 700;
	min-width: 21rem;
	padding: 2rem 3rem;
	border-radius: 0.5rem;
	line-height: 1;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	background: #E88F00;
}
.link-btn .m-icon.arw {
	margin-left: 0.5rem;
	width: 1.2rem;
	height: 1rem;
	fill: #ffffff;
}
.link-btn.pdf {
	border: 1px solid #EAEAEA;
	font-size: 1.4rem;
	text-align: left;
	padding: 1.8rem 6rem 1.8rem 2rem;
	background: none;
	color: #000;
}
.link-btn.pdf span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1.8rem;
	font-size: 1.2rem;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #ffffff;
	line-height: 1;
	background: #E43C00;
	letter-spacing: 0;
	padding: 0.2rem 0.5rem;
	border-radius: 0.3rem;
}
html.notouch .link-btn.pdf:hover {
	color: #ffffff;
}
html.notouch .link-btn:hover {
	background: #E43C00;
	color: #fff;
}
@media only screen and (max-width: 1023px) {
	.link-btn {
		font-size: 1.6rem;
		-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		text-decoration: none;
		position: relative;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		outline: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		font-weight: 700;
		min-width: 21rem;
		padding: 2rem 3rem;
		border-radius: 0.5rem;
		line-height: 1;
		box-sizing: border-box;
		color: #ffffff;
		text-align: center;
		overflow: hidden;
		background: #E88F00;
	}
	.link-btn+.link-btn {
		margin-top: 1rem;
		margin-left: 0;
	}
	.link-btn .m-icon.arw {
		margin-left: 0.5rem;
		width: 1.2rem;
		height: 1rem;
		fill: #ffffff;
	}
	.link-btn.pdf {
		border: 1px solid #EAEAEA;
		font-size: 1.4rem;
		text-align: left;
		padding: 1.8rem 6rem 1.8rem 2rem;
		background: none;
		color: #000;
	}
	.link-btn.pdf span {
		position: absolute;
		right: 1.8rem;
		font-size: 1.2rem;
		font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		color: #ffffff;
		line-height: 1;
		background: #E43C00;
		letter-spacing: 0;
		padding: 0.2rem 0.5rem;
		border-radius: 0.3rem;
	}
	html.notouch .link-btn.pdf:hover {
		color: #ffffff;
	}
	html.notouch .link-btn:hover {
		background: #E43C00;
	}
}

@-webkit-keyframes scrollDonwIcon-data-v-e9152086 {
	0% {
		-webkit-transform: translate3d(0, -100%, 0) scale(1);
		transform: translate3d(0, -100%, 0) scale(1);
		opacity: 0;
	}
	50% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 150%, 0) scale(0.5);
		transform: translate3d(0, 150%, 0) scale(0.5);
		opacity: 0;
	}
}
@keyframes scrollDonwIcon-data-v-e9152086 {
	0% {
		-webkit-transform: translate3d(0, -100%, 0) scale(1);
		transform: translate3d(0, -100%, 0) scale(1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 150%, 0) scale(0.5);
		transform: translate3d(0, 150%, 0) scale(0.5);
		opacity: 0;
	}
}

@-webkit-keyframes txtbg1 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-1724px);
		transform: translateX(-1724px);
	}
}
@keyframes txtbg1 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-1724px);
		transform: translateX(-1724px);
	}
}
@-webkit-keyframes txtbg2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(1724px);
		transform: translateX(1724px);
	}
}
@keyframes txtbg2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(1724px);
		transform: translateX(1724px);
	}
}
@-webkit-keyframes txtbg3 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-748px);
		transform: translateX(-748px);
	}
}
@keyframes txtbg3 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-748px);
		transform: translateX(-748px);
	}
}

.fv-info{
    position: absolute;
    top: 65%;
    left: 55%;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    translate: -50% -50%;
}

.fv-info-link{
    font-size: 1.1rem;
    padding: 12px 24px;
    background:  #E88F00;
    color: #fff;
    transition: .6s;
    /* border-bottom: 1px solid #E88F00; */
}
.fv-info-link:hover{
    opacity: .6;
    color: #fff;
    transition: .6s;
}
@media (max-width: 991px) {
    .fv-info{
        top: 68%;
        left: 54%;
    }

    .fv-info-link{
        font-size: .8rem;
        padding: 12px 24px;
        /* background: #f2d5bd; */
    }
}












.vertical-text {
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
}

.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.has-max {
	height: auto;
	max-width: 100%;
}

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.align-item-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-end {
	justify-content: flex-end;
}

.img-wrapper {
	position: relative;
}
.img-wrapper .caption {
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 8px;
	z-index: 1;
}
.img-wrapper .caption.has-bg {
	margin: 0;
}
.img-wrapper .caption.has-bg.text-right {
	right: 0;
	left: auto;
}
.img-wrapper .caption.has-bg.text-left {
	left: 0;
	right: auto;
}

.has-bg {
	padding: 4px 8px;
	background: rgba(26, 26, 26, 0.6);
}

.inline-block {
	display: inline-block;
}

.grid-wrapper {
	display: grid;
}

/*--------------------------------
layout
--------------------------------*/
.scroll-disabled {
	height: 100%;
	overflow: hidden;
}

.wrapper {
	overflow: hidden;
}

.container {
	overflow-x: hidden;
}
.home .container {
	margin-top: -8vw;
}
@media (max-width: 991px) {
	.home .container {
		margin-top: -40vw;
	}
}
@media (max-width: 767px) {
	.home .container {
		margin-top: -60vw;
	}
}

.inner {
	margin: 0 auto;
	width: calc(100% - 64px);
	max-width: 1200px;
}
@media (max-width: 767px) {
	.inner {
		width: calc(100% - 48px);
	}
}

.inner-narrow {
	max-width: 800px;
}

.inner-wide {
	max-width: 1500px;
}

.inner-fit {
	width: 100%;
	max-width: none;
}

.inner-full {
	max-width: none;
}

.general-section {
	position: relative;
}
.general-section .inner {
	padding: 80px 0;
}
@media (max-width: 991px) {
	.general-section .inner {
		padding: 32px 0;
	}
}
.general-section .inner + .inner {
	padding-top: 0;
}
.general-section .inner.mb-0 {
	padding-bottom: 0;
}
.general-section .inner-min {
	padding: 32px 0;
}
@media (max-width: 991px) {
	.general-section .inner-min {
		padding: 16px 0;
	}
}
.general-section .padding-wide {
	padding: 8.3vw 0;
}

.general-parts {
	margin-bottom: 32px;
}

.btn-space {
	text-align: center;
}

.has-gap {
	gap: 32px;
}
@media (max-width: 991px) {
	.has-gap {
		gap: 16px;
	}
}

.col-2 {
	width: 50%;
}
.has-gap > .col-2 {
	width: calc(50% - 16px);
}

.col-3 {
	width: 33.3333333333%;
}
.has-gap > .col-3 {
	width: calc(33.3333333333% - 22px);
}

.col-4 {
	width: 25%;
}
.has-gap > .col-4 {
	width: calc(25% - 24px);
}

@media (max-width: 991px) {
	.col-2,
	.has-gap > .col-2 {
		width: 100%;
	}
	.col-3,
	.has-gap > .col-3 {
		width: 100%;
	}
	.col-4 {
		width: 50%;
	}
	.has-gap > .col-4 {
		width: calc(50% - 8px);
	}
	.sp-col-2 {
		width: 50%;
	}
	.has-gap > .sp-col-2 {
		width: calc(50% - 8px);
	}
}
/*--------------------------------
component
--------------------------------*/
.top-loading {
	display: grid;
	align-content: center;
	justify-content: center;
	gap: 16px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: #fff;
	font-size: 16px;
	text-align: center;
	transition: transform 0.4s ease-out;
}
.top-loading.is-loaded {
	transform: scale(1.2);
}

.logo-only {
	margin-bottom: 12px;
}

/* HTML: <div class="loader"></div> */
.loader {
	margin: 0 auto;
	height: 4px;
	width: 130px;
	--c:no-repeat linear-gradient(#ea5506 0 0);
	background: var(--c), var(--c), #ececed;
	background-size: 60% 100%;
	animation: l16 3s infinite;
}

@keyframes l16 {
	0% {
		background-position: -150% 0, -150% 0;
	}
	66% {
		background-position: 250% 0, -150% 0;
	}
	100% {
		background-position: 250% 0, 250% 0;
	}
}
.loading-text {
	letter-spacing: 0.05em;
	text-indent: 1em;
}

.primary-heading {
	margin-bottom: 0.8em;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 700;
	line-height: 1.3;
}

.secondary-heading {
	margin-bottom: 0.8em;
	font-size: clamp(1.375rem, 3.6vw, 2.75rem);
	font-weight: 500;
	line-height: 1.3;
}

.tertiary-heading {
	margin-bottom: 0.8em;
	font-size: clamp(1.25rem, 2vw, 2rem);
	font-weight: 500;
	line-height: 1.3;
}

.lead {
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	font-weight: 400;
	line-height: 1.5;
}

.note {
	margin-bottom: 1em;
	font-size: clamp(0.875rem, 1.6vw, 1rem);
	line-height: 1.8;
}
.note.mb-min{
	margin-bottom: .2em;
}

.caption {
	margin: 0.4em 0;
	font-size: 0.75rem;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.caption {
		font-size: 0.625rem;
	}
}

[type=text],
[type=search],
[type=password],
[type=tel],
[type=email],
[type=num],
[type=date],
select,
textarea {
	margin-right: 4px;
	padding: 12px 8px;
	max-width: 100%;
	background: #e9eaea;
	font-size: 1.125rem;
	font-weight: inherit;
	color: inherit;
	line-height: 1.3;
	border: 0;
	border-radius: 10px;
	vertical-align: middle;
}
[type=text]:last-child,
[type=search]:last-child,
[type=password]:last-child,
[type=tel]:last-child,
[type=email]:last-child,
[type=num]:last-child,
[type=date]:last-child,
select:last-child,
textarea:last-child {
	margin-right: 0;
}
[type=text]:focus,
[type=search]:focus,
[type=password]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=num]:focus,
[type=date]:focus,
select:focus,
textarea:focus {
	background-color: #d6d6d6;
}

select {
	padding: 12px 32px 12px 12px;
	background: url(../images/common/select-arrow.svg) no-repeat right 8px center #e9eaea;
	background-size: 14px auto;
	text-indent: 0.01px;
	text-overflow: "";
	border: 0;
	border-radius: 10px;
}

textarea {
	min-height: 200px;
}

.text-480 {
	width: 480px;
}
@media (max-width: 767px) {
	.text-480 {
		width: 100%;
	}
}

.text-360 {
	width: 360px;
}
@media (max-width: 767px) {
	.text-360 {
		width: 100%;
	}
}

.text-240 {
	width: 240px;
}

.text-150 {
	width: 150px;
}

.text-fit {
	width: 100%;
}

.btn {
	padding: 8px 16px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.submit-btn {
	padding: 16px;
	min-width: 300px;
	background: #E88F00;
	color: #fff;
	font-size: 1.125rem;
	border: none;
	border-radius: 30px;
}
@media (max-width: 991px) {
	.submit-btn {
		width: 100%;
		min-width: auto;
	}
}
.submit-btn:disabled {
	opacity: 0.3;
}
.submit-btn:hover:not(:disabled) {
	background: #E88F00;
	color: #fff;
	border-color: #E88F00;
}

.general-btn {
	padding: 16px 32px;
	min-width: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	position: relative;
	z-index: 1;
	background: transparent;
	color: #E88F00;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	letter-spacing: 0.1em;
	border: 1px solid #E88F00;
}
.general-btn:hover {
	color: #fff;
	background-color: #E88F00;
}

.video-wrapper {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	display: block;
	content: "";
}
.video-wrapper iframe,
.video-wrapper video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.loading {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	content: "";
}

.bg-white {
	background: #fff;
}

.bg-light {
	background: #F8F8F8;
}

.bg-dark {
	background: #384250;
	color: #fff;
}

.bg-gray {
	background: #e9eaea;
}

.scroll-bar {
	display: inline-block;
	position: fixed;
	right: 32px;
	bottom: 0;
	z-index: 2;
	padding: 10px 10px 110px;
	color: #1A1A1A;
	font-size: 14px;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
	transition: 0.4s ease-out 0.8s;
	overflow: hidden;
	transform: translateY(-40px);
	opacity: 0;
}
.scroll-bar.is-visible {
	opacity: 1;
	transform: translateY(0);
}
.scroll-bar::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #1A1A1A;
}
.scroll-bar::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: rgba(26, 26, 26, 0.3);
}
.scroll-bar::after {
	height: 30px;
	animation: sdl07 1.5s ease infinite;
}

@keyframes sdl07 {
	0% {
		transform: translateY(-70px);
	}
	50%, 100% {
		transform: translateY(30px);
	}
}
.modal-box {
	margin: 0 auto;
	padding: 64px 40px 40px;
	width: 90vw;
	max-width: 600px;
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 15;
	background: #fff;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-50%);
}

.close-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.close-btn::before, .close-btn::after {
	width: 30px;
	height: 1px;
	content: "";
	background: #1A1A1A;
}
.close-btn::before {
	transform: rotate(45deg);
}
.close-btn::after {
	transform: rotate(-45deg);
}

.overlay {
	position: fixed;
	inset: 0;
	z-index: 12;
	content: "";
	display: none;
	background: rgba(0, 0, 0, 0.6);
}

/*--------------------------------
top
--------------------------------*/
.hero {
	padding-top: 100px;
	margin: 0 auto 0;
	position: relative;
	max-width: 100%;
}
@media (max-width: 991px) {
	.hero {
		padding-top: 60px;
	}
}

#illust-canvas {
	overflow-x: auto;
	min-height: 50vw;
}

#pixi-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	touch-action: pan-y;
}

#canvas-container {
	max-width: 100vw;
	overflow-x: hidden;
	overflow: auto;
	min-height: 89vw; /* Full screen height */
	touch-action: auto; /* Enable vertical pan (scroll) by default */
	scroll-behavior: smooth; /* Smooth scrolling */
	position: relative;
}
@media (max-width: 991px) {
	#canvas-container {
		height: 120vh;
	}
}
@media (max-width: 767px) {
	#canvas-container {
		height: 120vh;
	}
}

canvas {
	margin: 0 auto;
	overflow-x: auto;
	display: block;
	touch-action: auto; /* Disable touch action on canvas */
}

.no-scrollbar::-webkit-scrollbar {
	display: none;
}

.no-scrollbar {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox  */
}

.helper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 10;
	background-color: transparent;
	overflow-x: hidden;
}
@media (min-width: 992px) {
	.helper {
		display: none;
	}
}

#image-container {
	overflow-x: auto;
	overflow-y: hidden;
}

#error-image {
	width: 122.36vh !important;
	height: 133vh !important;
}

.hero-copy {
	margin: 1.6em 0;
	font-size: clamp(1.375rem, 3.2vw, 3.375rem);
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
}
.hero .hero-copy {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.hero-copy {
		margin: 0.8em 0;
	}
}

.illust-wrapper {
	align-items: center;
}
* + .illust-wrapper {
	margin-top: 40px;
}
@media (min-width: 992px) {
	.illust-wrapper:nth-child(2) .illust-img {
		order: 2;
	}
	.illust-wrapper:nth-child(2) .illust-content {
		padding-left: 3vw;
	}
}
@media (max-width: 991px) {
	.illust-wrapper .illust-content {
		text-align: center;
	}
}

.news-container {
	margin: 0 auto;
	max-width: 900px;
}

.news-link {
	padding: 24px 0;
	display: block;
	position: relative;
	color: #1A1A1A;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	line-height: 1.6;
}
.news-link:hover {
	color: #1A1A1A;
}
.news-link:hover .arrow {
	transform: scale(1.2) rotate(-45deg);
	opacity: 0.6;
}

.news-label {
	margin-right: 16px;
	width: 100px;
	background: #E88F00;
	color: #fff;
	text-align: center;
	border-radius: 6px;
}

.update {
	color: #E88F00;
}

.news-meta {
	margin-bottom: 12px;
	align-items: center;
	font-size: clamp(0.875rem, 1.6vw, 1.125rem);
}

.secotion-contents {
	margin-top: 8.3vw;
}

.nav-list-wrap {
	margin-top: 80px;
}
@media (max-width: 991px) {
	.nav-list-wrap {
		margin-top: 16px;
	}
}
.secotion-contents .nav-list-wrap {
	margin-top: 40px;
}

.nav-list-list {
	border-bottom: 1px solid #707070;
}

.nav-list-link {
	padding: 20px 0;
	display: block;
	position: relative;
	color: #1A1A1A;
	font-size: clamp(1.125rem, 1.8vw, 1.5rem);
	font-weight: 500;
	line-height: 1.3;
}
.nav-list-link:hover {
	color: #1A1A1A;
}
.nav-list-link:hover .arrow {
	transform: scale(1.2) rotate(-45deg);
	opacity: 0.6;
}

.nav-sub-list-wrap {
	margin: 24px 0;
}
.nav-sub-list-wrap > * + * {
	margin-top: 0.2em;
}
@media (max-width: 991px) {
	.nav-sub-list-wrap {
		margin-top: 12px;
	}
}
.secotion-contents .nav-sub-list-wrap {
	margin-top: 0;
}

.nav-sub-list {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	font-size: clamp(0.875rem, 1.6vw, 1rem);
	line-height: 1.5;
}
.nav-sub-list a {
	color: #1A1A1A;
	.caption{
		font-size: 75%;
		margin-top: 0;
	}
}
.nav-sub-list::before {
	    margin-top: 4px;
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	background: #E88F00;
	border-radius: 16px;
}

.link-text {
	padding-right: 8px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: 16px;
}
.link-text .arrow {
	width: 34px;
	height: 34px;
	display: block;
	flex-shrink: 0;
	background: url(../images/common/arrow.svg) no-repeat center center;
	background-size: 16px;
	content: "";
	border: 1px solid #1A1A1A;
	border-radius: 50%;
	transition: 0.4s ease-out;
}

.section-concept .inner {
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {
	.secotion-contents .slick-container .fit-img {
		aspect-ratio: 39/35;
		object-fit: cover;
	}
}

.type-circle {
	width: 64vw;
	position: absolute;
	right: -19vw;
	top: 40px;
}

.nega-left {
	margin-left: calc((100vw - 1200px) / -2);
}
@media screen and (min-width: 991px) {
	.contents-kanri{
		height: 100%;
		img{
			height: 100%;
			object-fit: cover;
		}
	}
}
@media screen and (max-width: 1264px) {
	.nega-left {
		margin-left: -32px;
	}
}
@media (max-width: 991px) {
	.nega-left {
		margin-left: 0;
	}
}

.nega-right {
	margin-right: calc((100vw - 1200px) / -2);
}
@media screen and (max-width: 1264px) {
	.nega-right {
		margin-right: -32px;
	}
}
@media (max-width: 991px) {
	.nega-right {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.pc-order-2 {
		order: 2;
	}
}
/*--------------------------------
state
--------------------------------*/
.is-none {
	display: none;
}

.disabled {
	opacity: 0.1;
	cursor: default;
	pointer-events: none;
}

.coming-soon {
	opacity: 0.8;
	pointer-events: none;
}

.none {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}
.is-off {
	cursor: default;
	pointer-events: none;
}

.is-fv {
	opacity: 0;
	visibility: hidden;
	animation-fill-mode: both;
}

.is-light {
	color: #fff;
}

.is-dark {
	color: #1A1A1A;
}

.gray-text {
	color: #555;
}

.is-key {
	color: #E88F00;
}

.is-strong {
	color: #E88F00;
}

.is-shadow {
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.4);
}

.is-alert {
	color: #ff1c1c;
}
.is-alert.line-none {
	text-decoration: none;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.small-text {
	font-size: 70%;
}

.large-text {
	font-size: 150%;
}

.is-semi-bold {
	font-weight: 600;
}

.is-bold {
	font-weight: 500;
}

.is-black {
	font-weight: 700;
}

.is-thin {
	font-weight: 300;
}

.line-wide {
	line-height: 2;
}

.letter-wide {
	letter-spacing: 0.1em;
}

.ja-font {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.en-font {
	font-family: "Urbanist", sans-serif;
}

.ja-font1 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Yu Gothic", "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.ja-font2 {
	font-family: "Segoe UI", Roboto, "fot-tsukuardgothic-std", "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

@media (min-width: 992px) {
	.pc-none {
		display: none;
	}
}
@media (max-width: 991px) {
	.sp-none {
		display: none;
	}
}
@media (max-width: 767px) {
	.mobile-none {
		display: none;
	}
}
@media (min-width: 768px) {
	.tab-none {
		display: none;
	}
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;
}