@charset "UTF-8";
/*動き
-------------------------------------------*/

/*move-01*/
.move-01-active .move-01-shade {
	animation-name:bgLRextendAnime;
	animation-duration:.8s;
	animation-fill-mode:forwards;
	content: "";
	position: absolute;
	animation-timing-function: cubic-bezier(1, 0, 0, 1);
	/*width: 100%;
	height: 100%;*/
}

@keyframes bgLRextendAnime{
  0% {
    transform-origin:right;
    transform:scaleX(1);
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

.move-01-delay-01,
.move-01-delay-02 {
	opacity: 0;
}

.move-01-active .move-01-delay-01 {
	animation-name:fadeInDelay;
	animation-duration:1s;
	animation-delay:0.8s;
	animation-fill-mode:forwards;
}

@keyframes fadeInDelay{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*move-02*/
.move-02 li {
	opacity: 0;
}

.move-02-active li {
	animation-name:fadeUpStep;
	animation-duration:0.8s;
	animation-delay:0;
	animation-fill-mode:forwards;
	animation-delay: 0.1s;
}

.move-02-active li:nth-child(2) {
	animation-delay: 0.2s;
}

.move-02-active li:nth-child(3) {
	animation-delay: 0.3s;
}

.move-02-active li:nth-child(4) {
	animation-delay: 0.4s;
}
.move-02-active li:nth-child(5) {
	animation-delay: 0.5s;
}
.move-02-active li:nth-child(6) {
	animation-delay: 0.6s;
}
.move-02-active li:nth-child(7) {
	animation-delay: 0.7s;
}
.move-02-active li:nth-child(8) {
	animation-delay: 0.8s;
}
@media (min-width:900px) {
	.move-02-active li:nth-child(1),
	.move-02-active li:nth-child(2) {
		animation-delay: 0.1s;
	}
	.move-02-active li:nth-child(3),
	.move-02-active li:nth-child(4) {
		animation-delay: 0.3s;
	}
	.move-02-active li:nth-child(5),
	.move-02-active li:nth-child(6) {
		animation-delay: 0.5s;
	}
	.move-02-active li:nth-child(7),
	.move-02-active li:nth-child(8) {
		animation-delay: 0.7s;
	}

}


@keyframes fadeUpStep{
	0% {
		opacity: 0;
		transform: translate(0, 80px);
		-webkit-transform: translate(0, 80px);
	}
	100% {
		opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	}
}


/*fade*/
.fadeIn{
	opacity: 0;
	transition: 1s;
}

.fadeIn-active{
	opacity: 1.0;
}

.fadeUp {
	opacity: 0;
	transition: 1s;
	transform: translate(0, 80px);
	-webkit-transform: translate(0, 80px);
}

.fadeUp-active {
	opacity: 1.2;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.fadeLeft {
	opacity: 0;
	transition: 1s;
	transform: translate(80px, 0);
	-webkit-transform: translate(80px, 0);
}

.fadeLeft-active {
opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.fadeRight {
	opacity: 0;
	transition: 1s;
	transform: translate(-80px, 0);
	-webkit-transform: translate(-80px, 0);
}

.fadeRight-active {
opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}



/*共通
-------------------------------------------*/
html {
	scroll-behavior: smooth;
}



body {
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
}

@media (min-width:900px) {
	body {
		font-size: 17px;
	}
}

a:hover {
	opacity: .5;
	transition: .3s;
}

main a:link, main a:visited {
	text-decoration: underline;
}

* {
	box-sizing: border-box;
}

/*----------------------------------------------------
ヘッダー 
-----------------------------------------------------*/

/*PC*/

header {
	font-size: 18px;
	position: absolute;
	width: 100%;
	z-index: 100;
	font-family: myriad-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}

header a:hover {
	text-decoration: none;
}

@media (min-width:900px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.h-sp-menu, .h-sp-tel {
		display: none;
	}

	.h-container {
		padding: 20px 40px;
		transition: .3s;
		display: flex;
	}

	.h-nav {
		margin-left: auto;
	}
	
	.h-nav li {
		display: table-cell;
		line-height: 1.3em;
		vertical-align: bottom;
		font-weight: bold;
	}
	
	.h-nav-01 {
		margin-top: 10px;
	}

	.h-nav-01 li a {
		display: block;
		padding: 0 15px;
	}
	
	.h-logo img {
		width: 40px;
	}
	
}

@media (min-width:1260px) {

	header {
		font-size: 17px;
	}
	
	.h-nav-01 li a {
		padding: 0 25px;
	}
}

@media (min-width:1460px) {
	.h-nav-01 li a {
		padding: 0 35px;
	}
}


/*SP*/
@media (max-width:899.9px) {
	.h-container {
		height: 60px;
	}

	.h-logo {
		padding: 10px 0 0 15px;
		text-align: left;
	}
	
	.header a {
		color: #fff;
	}

	.h-logo img {
		width: auto;
		height: 60px;
	}

.h-sp-menu {
		position: fixed;
		top: 0px;
		right:  0px;
		width: 60px;
		height: 60px;
		z-index: 10;
	}

	.h-sp-menu-btn {
		background:none;
		border:none;
		cursor:pointer;
		display: block;
		width: 30px;
		height: 32px;
		position: absolute;
		top: 25px;
		left: 15px;
	}

	.h-sp-menu-btn span {
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #dd6a08;
		z-index: 10;
	}

	.h-sp-menu-btn.active span {
		background: #fff;
	}

	.h-sp-menu-btn span:nth-of-type(1) {
		top: 0;
	}

	.h-sp-menu-btn span:nth-of-type(2) {
		top: 10px;
	}

	.h-sp-menu-btn span:nth-of-type(3) {
		top: 20px;
	}

	.h-sp-menu-btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(45deg);
		transform: translateY(11px) rotate(45deg);
		transition: .2s;
	}

	.h-sp-menu-btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.h-sp-menu-btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
		transition: .2s;
	}

	.h-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width:100vw;
		height: 100vh;
		opacity: 0;
		background: rgba(255, 255, 255, 0.95);
		transition: all 0.3s ease-in-out;
		visibility:hidden;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		padding: 0 20px 0 20px;
	}

	.h-nav.active{
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		background: #dd6a08

	}

	.h-nav li{
		list-style-type: none;
		border-bottom:1px solid rgba(255,255,255,0.3);
	}

	.h-nav li a{
		display: block;
		padding: 15px;
	}

}


/*----------------------------------------------------
フッター
-----------------------------------------------------*/

footer {
	line-height: 1.4em;
	color: #000;
}

.f-container {
	max-width: auto;
	padding: 20px 0;
}

footer a {
	color: #000;
	text-decoration: none;
}

.f-box-01 {
	padding: 30px 25px;
	text-align: left;
}

.f-box-copyright {
	text-align:center;
	font-size: 13px;
}

.f-logo-01, .f-pm-01 {
	display: inline-block;
}

.f-logo-01 img {
	width: 30vw;
	max-width: 252px;
}

.f-pm-01 img {
	width: 10vw;
	max-width: 50px;
	margin-left: 30px;
}

footer li {
	line-height: 2em;
}

.f-nav-01 {
	text-align: left;
}

.f-nav-01 li {
	width: 49%;
	display: inline-block;
	letter-spacing: 0;
}

.f-copyright {
	font-size: 85%;
	color: #666;
	text-align: center;
}

@media (min-width:900px) {
	footer {
		font-size: 16px;
	}
	
	.f-container {
		display: flex;
	}

	.f-box-01 {
		padding: 40px;
		display: flex;
		align-items: center;
	}
	
	.f-nav-01 {
		text-align: right;
		margin-left: auto;
	}

	.f-nav-01 li {
		width: auto;
		padding-left:2em;
	}
	
	.f-copyright {
		font-size: 15px;
		text-align: right;
		padding-bottom: 20px;
	}
}

/*----------------------------------------------------
ページタイトル、見出し、文字、画像、リスト
-----------------------------------------------------*/
/*.mds-01*/
.mds-01 {
	font-family: myriad-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #dd6a08;
	background-size:contain;
	font-size: 32px;
	display: flex;
	align-items: baseline;
	margin-bottom: 30px;
}

.mds-01 .cls-1 {
	fill:#dd6a08;
}

.mds-01 .cls-2 {
	stroke:#dd6a08;
}

.mds-01-synergyx {
	text-align: left;
}

.mds-01-synergyx svg {
	height: 1.5em;
}

.mds-01-no {
	font-size: 14px;
	margin-left: -0.7em;
}

.mds-01-ttl{
	padding-left: 0.5em;
	letter-spacing: 0.02em;
}

@media (min-width:900px) {
	.mds-01 {
		font-size: 70px;
		margin-bottom: 50px;
	}
	.mds-01-no {
		font-size: 27px;
	}
	.mds-01-ttl {
		
	}
}
/*.mds-02*/
.mds-02 {
	font-size: 20px;
	padding-bottom: 20px;
}

@media (min-width:900px) {
	.mds-02 {
		font-size: 30px;
	}
}

/*.lead-01*/

.lead-01 {
	font-size: 16px;
		line-height: 1.8em;
}

@media (min-width:900px) {
	.mds-02 {
		font-size: 22px;
	}
}

/*フォント*/
.myriad {
	font-family: myriad-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.futogo {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.semi-futogo {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
}

/*改行スマホはなし*/
.br-d-lg-block br {
	display: none;
}
@media (min-width:900px) {
	.br-d-lg-block br {
		display: block;
	}
}

/*----------------------------------------------------
セクションの余白、背景
-----------------------------------------------------*/

.inner {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1150px;
	position: relative;
	text-align: left;
}

.inner.w-max {
	max-width: 1220px;
}

.inner.w-narrow {
	max-width: 800px;
}

.sec-pt {
	padding-top: 50px;
}

.sec-pb {
	padding-bottom: 60px;
}

@media (min-width:900px) {
	.sec-pt {
		padding-top: 80px;
	}

	.sec-pb {
		padding-bottom: 100px;
	}

}




