@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Fonts
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'),url('../fonts/noto-sans-jp-regular.woff2') format('woff2'), url('../fonts/noto-sans-jp-regular.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans Japanese Medium'), local('NotoSansJapanese-Medium'), url('../fonts/noto-sans-jp-medium.woff2') format('woff2'), url('../fonts/noto-sans-jp-medium.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans Japanese Bold'), local('NotoSansJapanese-Bold'), url('../fonts/noto-sans-jp-bold.woff2') format('woff2'), url('../fonts/noto-sans-jp-bold.woff') format('woff');
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Reset
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans JP', sans-serif;
}
address,em {
	font-style: normal;
}
strong,th {
	font-weight: 500;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,fieldset {
	border: 0;
}
img {
    display: block;
}
ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
li {
	list-style-type: none;
}
input[type=text], textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type="submit"], input[type="button"], input[type="reset"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	outline-offset: -2px;
}
input[type="checkbox"], label {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Common
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

* {
	box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	position: relative;
	background: #fff;
	color: #333;
	font-size: 1.6em;
}
a {
  text-decoration: none;
  color: #333;
	transition: all .3s ease-in;
}
a:hover {
	transition: all .3s ease-in;
	outline: none;
	color: #008c99;
	cursor: pointer;
}
.container {
	width:100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
section:nth-child(even) {
  background: #f9f9f9;
}
.content {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 96px 0 96px;
}
.content-narrow {
  width: 720px;
}
.content-thin {
  width: 640px;
}
.content-variable {
	width: calc((100vw - 960px) / 2 + 960px);
	min-width: 480px;
}
.variable-text {
	min-width: 480px;
	height: 480px;
	margin-right: 80px;
	position: relative;
}
.variable-text span {
	display: block;
}
.variable-img {
	min-width: calc((100vw - 960px) / 2 + 480px);
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 480px;
}
.variable-img img {
	width: auto;
	height: 480px;
	min-height: 480px;
}
.section-title {
	width: 100%;
	height: auto;
	font-size: 4rem;
	letter-spacing: 0.4rem;
	text-align: center;
	line-height: 1;
	display: block;
	margin: 0 0.4rem 0 0;
	text-indent: 0.4rem;
}
.section-title.jp {
	font-size: 2.4rem;
	line-height: 1.6;
}
.section-title span {
	font-size: 50%;
	font-weight: 700;
	display: block;
	margin: 15px 0 0 0;
}
.pc-hidden {
	display: none;
}
.fade-up {
 	transition: all .5s ease-in 0s;
}
.logo-color-light {
  color: #00A0E9;
}
.link-btn {
	width: 512px;
	height: 60px;
	line-height: 58px;
	background: #039BE5;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
	clear: both;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
}
.link-btn:hover {
	background: #00c4c4;
	transition: all .2s ease-in;
}
.indent-minus {
	margin-left: -0.5em;
}
.indent {
	text-indent: -2em;
	padding-left: 2em;
}
.link-bt {
	width: 240px;
	height: 64px;
	border: 1px solid #333;
	text-align: center;
	display: block;
	box-sizing: border-box;
	line-height: 64px;
	background: url("../images/icon-link-arrow.svg") right 16px center no-repeat;
	position: absolute;
	bottom: 0;
	transition: all .3s;
}
.link-bt:hover {
	color: #fff;
	background: url("../images/icon-link-arrow-fff.svg") right 8px center no-repeat;
	background-color: #333;
	transition: all .3s;
}
@media screen and (max-width: 768px) {
	.content {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 3.2rem 2rem 3.2rem;
		box-sizing: border-box;
		font-size: 1.4rem;
	}
	.content-narrow, .content-thin {
	  width: 100%;
	}
	.content-variable {
		width: 100%;
		min-width: 100%;
	}
	.variable-text {
		min-width: 100%;
		height: auto;
		margin-right: 0;
		position: relative;
	}
	.variable-img {
		min-width: 100%;
		justify-content: center;
		height: auto;
	}
	.variable-img img {
		max-height: auto;
		width: 100%;
		min-height: auto;
		height: auto;
	}
	.section-title {
		margin: 0 auto;
		color: #262e33;
		font-size: 2.4rem;
		text-align: center;
	  padding: 0;
	}
	.section-title.jp {
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.section-title span {
		font-size: 50%;
		text-align: center;
		margin: 1rem 0 0 0;
	}
	.sp-hidden {
		display: none;
	}
	.pc-hidden {
		display: inherit;
	}
	.indent {
		text-indent: 0;
		padding-left: 0;
	}
	.indent-box {
		padding-left: 1em;
	}
	.link-bt {
	position: relative;
		margin: 2.4rem auto;
	}
	.link-bt:hover {
		color: #333;
		background: url("../images/icon-link-arrow.svg") right 16px center no-repeat;
		background-color: none;
	}
	a, a:hover {
		transition: none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		cursor:pointer;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Cookie
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.cookie_accept {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,.9);
	padding: 0 160px;
	z-index: 9999;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-size: 15px;
}
.cookie_accept input {
	padding: 2px 48px 3px;
	display: block;
	background: rgba(0,104,182,1);
	border-radius: 2px;
	color: #fff;
	text-align: center;
	height: 48px;
	margin-left: 40px;
	transition: .3s;
	font-weight: 500;
}
.cookie_accept input:hover {
	opacity: 0.8;
	transition: .3s;
}
.cookie_accept.hidden {
	display: none;
}
@media screen and (max-width: 768px) {
	.cookie_accept {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(255,255,255,.9);
		padding: 8px 18px;
		z-index: 9999;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: 0.05em;
		font-size: 12px;
	}
	.cookie_accept input {
		padding: 2px 16px 3px;
		display: block;
		background: rgba(0,104,182,1);
		border-radius: 2px;
		color: #fff;
		text-align: center;
		height: 48px;
		margin-left: 16px;
		transition: .3s;
		font-weight: 500;
	}
	.cookie_accept input:hover {
		opacity: 1;
		transition: 0;
	}
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Header
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

header {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.48rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.header-inner {
	width: calc(100% - 160px);
	height: 80px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	min-width: 960px;
}
.header-animation {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 3px -3px rgba(0,0,0,.1);
  animation: uekara 0.5s;
  animation-iteration-count: 1;
  z-index: 100;
  background: #fff;
}
.header-inner-animation {
  animation: uekara .25s;
  animation-iteration-count: 1;
}
.nav-animation {
	margin: 0;
}
.nav-animation li:first-child {
	margin-top: 0;
}
.nav-animation a:hover {
	color: #008c99;
}
.menu {
	width: 100%;
	height: 80px;
	margin: 0;
	transition: .1s;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.menu-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-list a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: 500;
	position: relative;
}
.menu-list a:hover {
  color: #008c99;
}
.logo {
	width: 248px;
	height: 32px;
	background: url(../images/logo.svg) left center no-repeat;
	background-size: 248px 32px;
	text-indent: -99999px;
	display: block;
}
.menu-tel {
	font-size: 1.6rem;
	text-decoration: none;
	background: url(../images/icon-phone.svg) 0px 6px no-repeat;
	background-size: 14px 14px;
	margin-top: -1px;
	padding-left: 18px;
}
.menu-tel:hover {
	text-decoration: none;
	cursor: text;
	color: #fff;
}
.menu-tel::after {
	display: none;
}
.header-animation a, .header-animation p {
}
.header-animation .logo {
}
.header-animation .menu-tel {
	background: url(../images/icon-phone.svg) 0px 6px no-repeat;
	background-size: 14px 14px;
}
.hiddencheckbox {
	display: none;
}
a[href^="tel:"] {
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.header-inner {
		width: 100%;
		height: 64px;
		min-width: 100%;
		z-index: 100;
		background: url(../images/logo.svg) center center no-repeat;
		background-size: 248px 32px;
		background-color: #fff;
	}
	.header-animation {
	  animation: none;
	}
	.header-inner-animation {
	  animation: none;
	}
	.menu  {
		width: 100%;
		height: auto;
		z-index: 2;
	}
	.menu-list {
		width: 80%;
		height: calc(100vh - 64px);
		list-style-type: none;
		margin: 0;
		padding-top: 64px;
		padding-bottom: calc(30% + 44px);
		box-sizing: border-box;
		box-shadow: 0px 5px 5px -5px rgba(0,0,0,.1) inset;
		display: flex;
		flex-direction: column;
	}
	.menu-list li {
		padding-left: 2rem;
		margin-right: auto;
	}
	.menu-list a {
		color: #fff;
	}
	.menu-list a::after {
		display: none;
	}
	.logo, .header-animation .logo {
		width: 186px;
		height: 24px;
		background: url(../images/logo-fff.svg) left 0px no-repeat;
		background-size: 186px 24px;
		text-indent: -999999px;
	}
	.menu-tel {
	  background: url(../images/icon-phone-fff.svg) 2rem 6px no-repeat;
	  background-size: 14px 14px;
	}
	.menu-tel a {
	  padding-left: 2rem
	}
	.menu-icon {
		width: 30px;
		height: 18px;
		cursor: pointer;
		display: block;
		position: absolute;
		top: 23px;
		right: 16px;
	}
	.menu-icon::before {
		box-shadow: #222 0 8px 0;
		height: 2px;
		transform-origin: top right;
		width: 29px;
	}
	.menu-icon::after {
		bottom: 0;
		height: 2px;
		transform-origin: right bottom;
		width: 29px;
	}
	.menu-icon::before, .menu-icon::after {
		background: #333;
		display: block;
		content: '';
		position: absolute;
		transition: box-shadow 0.1s linear, transform 0.1s 0.1s;
	}
	.menu {
		width: 100%;
		height: 100vh;
		position: absolute;
		background: rgba(0,0,0,.8);
		top: 64px;
		left: 100%;
		transition: left 0.3s ease-out;
	}
	.hiddencheckbox:checked ~ .menu-icon::before {
		box-shadow: transparent 0 0 0;
		transform: rotate(-45deg) translate3d(0px,-3px,0);
	}
	.hiddencheckbox:checked ~ .menu-icon::after {
		transform: rotate(45deg) translate3d(0px,3px,0);
	}
	.hiddencheckbox:checked ~ .menu {
		left: 20%;
		box-shadow: -5px 10px 10px 0px rgba(0,0,0,.25);
	}
	.fade {
	  width: 100%;
	  height: 10000vh;
	  background: rgba(0,0,0,.5);
	  z-index: 100;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.nav-animation {
		margin: 0;
	}
	.header-inner-animation .menu {
		top: 64px;
	}
	.header-animation a, .header-animation p {
		color: #fff;
	}
	.header-animation .menu-tel {
	  background: url(../images/icon-phone-fff.svg) 2rem 6px no-repeat;
		background-size: 14px 14px;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
}
@keyframes uekara {
	0% {
		transform:translate(0px, -100%);
	}
	100% {
		transform:translate(0px, 0px);
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Footer Contact
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.contact-note {
	margin-top: 40px;
	text-align: center;
	font-size: 1.6rem;
}
.contact-us {
	width: 100%;
	height: auto;
  margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-call, .contact-mail {
	width: 464px;
	height: 64px;
	font-weight: 700;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #333;
	color: #333;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-call p:last-child {
	font-size: 2.2rem;
  margin-top: -4px;
}
.contact-mail {
	font-size: 1.8rem;
	transition: all .2s ease-in;
}
.contact-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  position: relative;
}
.contact-icon img {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-call:hover {
	cursor: text;
}
.contact-mail:hover {
	border: 1px solid #008c99;
	background-color: #008c99;
	color: #fff;
}
.contact-mail:hover img:last-of-type {
  opacity: 0;
  transition: all .2s ease-in;
}

@media screen and (max-width: 768px) {
	.footer-contact .section-title {
	}
	.contact-note {
	  width: 80%;
	  margin: 2rem auto 0;
	  font-size: 1.4rem;
	  text-align: justify;
	}
	.contact-us {
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
	}
	.contact-us li {
		width: 80%;
	}
	.contact-call, .contact-mail {
		width: 100%;
		height: 6rem;
		line-height: 5.8rem;
	}
	.contact-call {
		margin: 2rem 0;
	}
	.contact-call p:last-child {
	  font-size: 1.8rem;
	  margin-top: 0;
	}
	.contact-mail {
		font-size: 1.6rem;
		margin-bottom: 16px;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Footer
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

footer {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	border-top: 1px solid #f4f4f4;
}
footer ul {
	width: 984px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	line-height: 2;
}
footer dl {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 40px;
}
footer ul li ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 2;
}
footer ul li ul li {
	margin: 0 40px;
}
footer a {
  color: #333;
  font-weight: 500;
  transition: .3s;
  font-size: 1.4rem;
  text-decoration: none;
}
footer a:hover {
	color: #008c99;
}
.footer-logo {
  width: auto;
  height: 80px;
  display: block;
  background: url(../images/logo.svg) center center no-repeat;
  background-size: auto 32px;
  margin: 48px auto 0;
	box-sizing: border-box;
	padding-top: 112px;
	text-align: center;
}
address {
	width: 100%;
	color: #333;
	margin: 20px auto 0;
	text-align: center;
	font-size: 1.2rem;
}
.copyright {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 70%;
}
.breadcrumbs {
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
  height: 64px;
  line-height: 62px;
  font-size: 1.4rem;
  border-top: 1px solid #f4f4f4;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.breadcrumbs ul {
  width: 100%;
  display: flex;
}
.breadcrumbs ul li {
  display: flex;
}
.breadcrumbs a {
	color: #333;
}
.breadcrumbs li::before {
	content: ">";
	margin: 0 10px;
}
.breadcrumbs li:first-child::before {
	content: "";
	margin: 0;
}
.totop {
  width: 16px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.totop img {
  width: 16px;
  height: 16px;
  opacity: .25;
	transition: all .3s ease-in;
	cursor: pointer;
}
.totop img:hover {
  opacity: 1;
  transition: all .3s ease-in;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	footer {
		z-index: 11;
	}
	footer ul {
		width: calc(100% - 4rem);
		margin: 0 auto 2rem;
		display: flex;
		justify-content: space-between;
	}
	footer dl, footer ul li ul {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
		line-height: 1.75;
	}
	footer ul li ul li {
		margin: 0;
	}
	footer ul a {
		font-size: 11px;
	}
	.footer-logo {
		width: 100%;
	  margin: 0 auto 24px;
	  height: 32px;
	  background-size: 248px 32px;
		background-position: center center;
		padding-top: 48px;
	}
	address {
		margin: 1rem auto 0;
		font-size: 90%;
	}
	.copyright {
		height: 6rem;
		line-height: 6rem;
	}
	.breadcrumbs {
	  width: calc(100% - 2rem);
	  margin: 0 auto;
	  height: 4rem;
	  line-height: 4rem;
	  font-size: 70%;
	  border-top: 1px solid rgba(0,0,0,.04);
	  background: #fff;
	  display: flex;
	  justify-content: space-between;
	  padding: 0;
	}
	.breadcrumbs ol li::before {
		margin: 0 0.25rem;
	}
	.totop {
	  height: 4rem;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Other
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.ac-button {
	display: none;
}
.opacity {
	opacity: 0;
 	transition: opacity .3s ease-in 0s;
}
.opacity-on {
	opacity: 1;
 	transition: opacity .3s ease-in 0s;
}

/*------------ Scroll Animation ------------*/

.sa {
	opacity: 0;
 	transition: all .3s ease-in 0s;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa-lr {
	transform: translate(-15px, 0);
}
.sa-rl {
	transform: translate(15px, 0);
}
.sa-up {
	transform: translate(0, 15px);
}
.sa-down {
	transform: translate(0, -15px);
}
.sa-scaleUp {
	transform: scale(.5);
}
.sa-scaleDown {
	transform: scale(1.5);
}
.sa-rotateL {
	transform: rotate(180deg);
}
.sa-rotateR {
	transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
	.ac-button {
		width: 50%;
		display: block;
		margin: 1rem auto 0;
		text-align: center;
		transform: rotate(0deg);
		transition: .2s;
		padding: 0.75rem;
		box-sizing: border-box;
		background: #59c2e1;
		color: #fff;
	}
	.ac-button span {
		font-weight: 500;
	}
	.ac-rotate i {
		font-size: 100%;
		transform: rotate(-180deg);
		transition: .2s;
	}
	.close {
		display: none;
	}
	.ac-rotate .close {
		display: inline;
	}
	.ac-rotate .open {
		display: none;
	}
	.ac-hidden {
		display: none;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Top page
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*------------ Slide ----------------*/

#top {
	position: relative;
	overflow: hidden;
}
.slide {
	width: 100%;
	height: calc(100vh - 80px);
	margin: 80px auto 0;
	min-width: 960px;
	position: relative;
}
.slide-list {
  width: 100%;
  min-width: 960px;
	height: calc(100vh - 80px);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-caption {
  width: calc(100% - 160px);
  min-width: 860px;
  display: block;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.35;
  z-index: 3;
  margin: -56px 0 0;
  font-weight: 700;
}
.slide-caption-em {
	font-size: 7.2rem;
}
.slide-list:nth-child(1) {
	background: url(../images/slide01.jpg) center -20px no-repeat;
	background-size: cover;
	animation: fade01 15s ease-in 3s infinite;
}
.slide-list:nth-child(1) .slide-caption {
	/*text-align: right;
  color: #008c99;
	font-size: 5.6rem;
	letter-spacing: .1em;*/
}
.slide-list:nth-child(2) {
	background: url(../images/slide02.jpg) center -20px no-repeat;
	background-size: cover;
	animation: fade02 15s ease-in 3s infinite;
	opacity: 0;
}
.slide-list:nth-child(3) {
	background: url(../images/slide03.jpg) center -20px no-repeat;
	background-size: cover;
	animation: fade03 15s ease-in 3s infinite;
	opacity: 0;
}
.topic {
  width: 100%;
  min-width: 960px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.topic a {
  width: auto;
  height: 40px;
  padding: 10px 40px;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  bottom: 50px;
  left: 80px;
  border-radius: 20px;
  text-decoration: none;
  text-indent: -0.5em;
}
.scroll {
  width: 40px;
  height: 140px;
  position: absolute;
  bottom: 50px;
  right: 80px;
  z-index: 20;
}
.scroll::before, .scroll::after {
  content: '';
  width: 1px;
  height: 120px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 20px;
}
.scroll::before {
  bottom: 20px;transform-origin: top;
  animation: scroll01 2s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}
.scroll::after {
  transform-origin: bottom;
  animation: scroll02 2s cubic-bezier(0.86, 0, 0.07, 1) infinite
}
.scroll a {
  width: 100%;
  height: 100%;
  font-size: 8px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
	.slide {
		margin: 58px auto 0;
		height: calc(100vh - 58px);
		min-width: 100%;
		z-index: 10;
	}
	.slide-list {
		min-width: 100%;
		height: calc(100vh - 58px);
	}
	.slide-caption {
	  width: 100vw;
	  height: calc(100vh - 58px);
	  margin:  0 auto;
	  font-size: 3.2rem;
	  line-height: 1.5;
	  writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
	  -webkit-writing-mode:vertical-rl;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  box-sizing: border-box;
	  margin-top: -80px;
	}
	.slide ul li:first-of-type .slide-caption {
		writing-mode: horizontal-tb;
	  -ms-writing-mode: horizontal-tb;
	  -webkit-writing-mode: horizontal-tb;
	}
	.slide-caption-em {
	  display: none;
	}
	.slide-list:nth-child(1) {
		background: url(../images/slide01.jpg) center center no-repeat;
		background-size: cover;
	}
	.slide-list:nth-child(1) .slide-caption {
		font-size: 3.2rem;
		letter-spacing: 0;
	}
	.slide-list:nth-child(2) {
		background: url(../images/slide02.jpg) center center no-repeat;
		background-size: cover;
	}
	.slide-list:nth-child(3) {
		background: url(../images/slide03.jpg) center center no-repeat;
		background-size: cover;
	}
	.slide-list:nth-child(4) {
		background: url(../images/slide04.jpg) center center no-repeat;
		background-size: cover;
	}
	.slide-list::after {
	  content: '';
	  width: 100%;
	  height: 100vh;
	  display: block;
	  background: rgba(0,0,0,.1);
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.topic {
	  width: 100%;
	  min-width: 100%;
	  height: auto;
	  position: fixed;
	  bottom: 24px;
	  right: 0;
	  z-index: 10;
	}
	.topic a {
	  width: 64px;
	  height: 64px;
	  padding: 0;
	  font-size: 1.2rem;
		background: rgb(20,172,92);
		background: linear-gradient(135deg, rgba(20,172,92,1) 0%, rgba(0,104,182,1) 100%);
		position: fixed;
	  bottom: 24px;
	  right: 0.8rem;
	  left: auto;
	  border-radius: 32px;
	  text-indent: 0;
	  color: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-weight: 700;
	}
	.topic span {
		display: none;
	}
	.bottom-fadeout {
	  opacity: 0;
	  transition: all .2s;
	}
	.scroll {
	  width: 40px;
	  height: 80px;
	  bottom: 5%;
	  right: calc(50% - 20px);
	}
	.scroll::before, .scroll::after {
	  content: '';
	  width: 1px;
	  height: 40px;
	  background: #fff;
	  position: absolute;
	  left: 50%;
	  bottom: 20px;
	}
	.scroll::before {
	  bottom: 20px;transform-origin: top;
	  animation: scroll01 2s cubic-bezier(0.86, 0, 0.07, 1) infinite;
	}
	.scroll::after {
	  transform-origin: bottom;
	  animation: scroll02 2s cubic-bezier(0.86, 0, 0.07, 1) infinite
	}
	.scroll a {
	  width: 100%;
	  height: 100%;
	  font-size: 8px;
	  color: #fff;
	  text-decoration: none;
	  display: flex;
	  justify-content: center;
	  align-items: flex-end;
	}
}
@media screen and (max-width: 320px) {
	.slide-caption {
	  font-size: 2.4rem;
	}
}
@keyframes fade01 {
	0%{opacity:1;}
	31%{opacity:1;}
	34%{opacity:0;}
	97%{opacity:0;}
	100%{opacity:1;}
}
@keyframes fade02 {
	0% {opacity:0;}
	31% {opacity:0;}
	34% {opacity:1;}
	64% {opacity:1;}
	67% {opacity:0;}
}
@keyframes fade03 {
	0% {opacity:0;}
	64% {opacity:0;}
	67% {opacity:1;}
	97% {opacity:1;}
	100% {opacity:0;}
}
@keyframes scroll01 {
  0% {
    transform: scale3d(1, 0, 1)
  }
  40% {
    transform: scale3d(1, 0, 1)
  }
  100% {
    transform: scale3d(1, 1, 1)
  }
}
@keyframes scroll02 {
  0% {
    transform: scale3d(1, 1, 1)
  }
  60% {
    transform: scale3d(1, 0, 1)
  }
  100% {
    transform: scale3d(1, 0, 1)
  }
}

/*------------ Recommend ------------*/

.recommend-list {
	display: flex;
	justify-content: space-between;
  margin: -56px 0 -56px;
}
.recommend-list li {
  width: 216px;
  height: 120px;
  overflow: hidden;
  background: #333;
  position: relative;
}
.recommend-list a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.recommend-list p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend-list img {
	width: 100%;
	height: auto;
  opacity: .8;
}
.recommend-list a:hover img {
	transform: scale(1.02);
	opacity: .6;
	transition: all .2s ease-in;
}

@media screen and (max-width: 768px) {
	.recommend-list {
	  margin: 0 0 -1rem;
	  flex-wrap: wrap;
	}
	.recommend-list li {
	  width: calc(50% - 0.5rem);
	  height: auto;
	  margin: 0 0 1rem;
	}
}

/*------------ News -----------------*/

.news-table {
	width: 100%;
	height: auto;
	margin: 56px auto 0;
	border-top: 1px solid rgba(0,0,0,.04);
}
.news-table-row {
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(0,0,0,.04);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 16px 0;
	white-space: nowrap;
	line-height: 1.6;
}
.news-time {
	width: auto;
	padding: 8px 0;
}
.news-category {
	padding: 8px;
}
.news-content {
	width: 100%;
	height: auto;
	padding: 8px 0 0;
}
.news-content a {
		color: rgba(0,104,182,1);
}
.fa-paper-plane {
	padding: 4px 10px 0 0;
}

@media screen and (max-width: 768px) {
	.news-table {
		width: 100%;
		height: auto;
		margin: 2rem auto 1rem;
	  font-size: 1.2rem;
	}
	.news-table-row {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 1rem 0;
		flex-wrap: wrap;
	}
	.news-time {
		width: auto;
		padding: 0;
		order: 2;
		margin: 0 1rem;
	}
	.news-category {
		width: auto;
		border-radius: 2px;
		background: #4C4C4C;
		color: #FFFFFF;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		padding: 0.25rem 1rem;
		box-sizing: border-box;
		order: 1;
	}
	.news-content {
		width: 100%;
		height: auto;
		font-size: 100%;
		display: flex;
		padding: 1rem 0 0;
		order: 3;
		line-height: 1.5;
	}
	.fa-paper-plane {
		padding: 4px 0.5rem 0 0;
	}
}

/*------------ Business -------------*/

.business-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.business-list li {
	width: 460px;
	height: auto;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	display: block;
  background: #fff;
	margin-top: 40px;
}
.business-list a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.4rem;
}
.business-list-img {
	width: 100%;
	height: 360px;
	overflow: hidden;
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.business-list img {
	width: 100%;
	height: auto;
	display: block;
	transition: all .2s ease-in;
}
.business-list a:hover img {
	transform: scale(1.02);
	opacity: .6;
	transition: all .2s ease-in;
}
.business-list h2 {
	width: 100%;
	color: #333;
	padding: 16px 0 8px;
	text-align: center;
  font-size: 1.6rem;
}
.business-list p {
	width: 100%;
	margin: 0 auto;
	color: #333;
	padding: 0 16px 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: 500;
	line-height: 1.75;
	box-sizing: border-box;
}
.business-list span {
	display: block;
	font-size: 1.4rem;
	text-align: right;
	background: url("../images/icon-next.svg") right -4px top 8px no-repeat;
	padding: 8px 20px 0 0;
	transition: all .2s ease-in;
}
.business-list a:hover h2, .business-list a:hover p {
	color: #00913a;
	transition: all .2s ease-in;
}
.business-list a:hover span {
	background: url("../images/icon-next-hover.svg") right -4px top 8px no-repeat;
	transition: all .2s ease-in;
}

@media screen and (max-width: 768px) {
/*
.horizontal-scroll-wrap {
  height: auto;
  overflow-y: hidden;
}
.business-list {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 0;
  margin: 2rem 0 0;
  -webkit-overflow-scrolling: touch;
  width: 225vw;
}
*/
.business-list {
	margin: 0.4rem 0 0;
  flex-direction: column;
}
.business-list li {
	margin: 2rem 0 0;
	width: 100%;
}
.business-list a {
	width: 100%;
	font-size: 100%;
	display: block;
}
.business-list-img {
	width: 100%;
	height: auto;
	background: #fff;
}
.business-list img {
	width: 100%;
	height: auto;
}
.business-list h2 {
	padding: 2rem 0 1rem;
}
.business-list p {
	width: calc(100% - 4rem);
	padding: 0 0 2rem;
	font-size: 1.4rem;
	white-space: pre-wrap;
}
.business-list span {
	font-size: 1.4rem;
	background: url("../images/icon-next.svg") right -4px center no-repeat;
	padding: 0 20px 0 0;
}
}

/*------------ Links ----------------*/

.links-list {
  width: 512px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
.links-list li {
	width: 240px;
	height: auto;
	overflow: hidden;
}
.links-list p {
	padding: 16px 0 0 0;
  text-align: center
}
.links-list img {
	width: 240px;
	height: auto;
	display: block;
	transition: opacity .3s ease-in;
}
.links-list a {
	font-size: 1.4rem;
	color: #333;
	background: #fff;
}
.links-list a:hover p {
	color: #008c99;
	transition: opacity .3s ease-in;
}
.links-list a:hover img {
	opacity: 0.5;
	border-radius: 20px;
	transition: opacity .3s ease-in;
}

@media screen and (max-width: 768px) {
	.links-list {
	  width: 100%;
	  margin: 0 auto;
	}
	.links-list li {
	  width: calc(50% - 0.5rem);
	  margin: 2rem 0 -2.4rem;
	  display: flex;
	  justify-content: space-between;
	}
	.links-list p {
	  padding: 0;
	  margin: 0.5rem 0 0;
	}
	.links-list img {
		width: 100%;
		height: auto;
		display: block;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Margin
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media all {
.m-t-p-ss {
  margin-top: 16px;
}
.m-t-p-s {
  margin-top: 24px;
}
.m-t-p-m {
  margin-top: 32px;
}
.m-t-p-l {
  margin-top: 48px;
}
.m-t-p-ll {
  margin-top: 64px;
}
.m-t-p-xl {
  margin-top: 96px;
}
.m-t-m-ss {
  margin-top: -16px;
}
.m-t-m-s {
  margin-top: -24px;
}
.m-t-m-m {
  margin-top: -32px;
}
.m-t-m-l {
  margin-top: -48px;
}
.m-t-m-ll {
  margin-top: -64px;
}
.m-t-m-xl {
  margin-top: -96px;
}
.m-t-p-none {
  margin-top: 0
}
.margin-cancel {
  margin: 0;
}
.padding-cancel {
  padding: 0;
}
}
@media screen and (max-width: 768px) {
.m-t-p-ss, .m-t-p-s, .m-t-p-m, .m-t-p-l, .m-t-p-ll, .m-t-p-xl {
  margin-top: 1.6rem;
}
.m-t-m-ss, .m-t-m-s, .m-t-m-m, .m-t-m-l, .m-t-m-ll, .m-t-m-xl {
  margin-top: -1.6rem;
}
.sp-m-t-p-ss {
  margin-top: 0.8rem;
}
.sp-m-t-p-s {
  margin-top: 1.6rem;
}
.sp-m-t-p-m {
  margin-top: 2.4rem;
}
.sp-m-t-p-l {
  margin-top: 3.2rem;
}
.sp-m-t-p-ll {
  margin-top: 4rem;
}
.sp-m-t-p-xl {
  margin-top: 6.4rem;
}
.sp-m-t-m-ss {
  margin-top: -0.8rem;
}
.sp-m-t-m-s {
  margin-top: -1.6rem;
}
.sp-m-t-m-m {
  margin-top: -2.4rem;
}
.sp-m-t-m-l {
  margin-top: -3.2rem;
}
.sp-m-t-m-ll {
  margin-top: -4rem;
}
.sp-m-t-m-xl {
  margin-top: -6.4rem;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Flex Box
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media all {
.fl-rw-st-st {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.fl-rw-st-ce {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.fl-rw-st-en {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.fl-rw-st-sr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.fl-rw-ce-st {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.fl-rw-ce-ce {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.fl-rw-ce-en {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.fl-rw-ce-sr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.fl-rw-en-st {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.fl-rw-en-ce {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.fl-rw-en-en {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
.fl-rw-en-sr {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
.fl-rw-bt-st {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.fl-rw-bt-ce {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.fl-rw-bt-en {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.fl-rw-bt-sr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.fl-rw-ar-st {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.fl-rw-ar-ce {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.fl-rw-ar-en {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.fl-rw-ar-sr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.fl-co-st-st {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.fl-co-st-ce {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.fl-co-st-en {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.fl-co-st-sr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.fl-co-ce-st {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fl-co-ce-ce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fl-co-ce-en {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.fl-co-ce-sr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.fl-co-en-st {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.fl-co-en-ce {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.fl-co-en-en {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.fl-co-en-sr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}
.fl-co-bt-st {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.fl-co-bt-ce {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fl-co-bt-en {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.fl-co-bt-sr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.fl-co-ar-st {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.fl-co-ar-ce {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fl-co-ar-en {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.fl-co-ar-sr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.fl-rw-reverse {
	flex-direction: row-reverse;
}
.fl-co-reverse {
	flex-direction: column-reverse;
}
.fl-wrap {
   flex-wrap: wrap;
}
}
@media screen and (max-width: 768px) {
.fl-rw-st-st,
.fl-rw-st-ce,
.fl-rw-st-en,
.fl-rw-st-sr,
.fl-rw-ce-st,
.fl-rw-ce-ce,
.fl-rw-ce-en,
.fl-rw-ce-sr,
.fl-rw-en-st,
.fl-rw-en-ce,
.fl-rw-en-en,
.fl-rw-en-sr,
.fl-rw-bt-st,
.fl-rw-bt-ce,
.fl-rw-bt-en,
.fl-rw-bt-sr,
.fl-rw-ar-st,
.fl-rw-ar-ce,
.fl-rw-ar-en,
.fl-rw-ar-sr {
  flex-direction: column;
}
.sp-fl-rw {
  flex-direction: row;
}
.fl-rw-reverse, .fl-co-reverse, .sp-fl-reverse {
	flex-direction: column-reverse;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Flex Item
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media all {
.fl-duo .fl-item {
  width: calc(50% - 40px);
}
.fl-trio .fl-item {
  width: calc((100% - 48px) / 3);
}
.fl-quartet .fl-item {
  width: calc(25% - 12px);
}
.fl-quintet .fl-item {
  width: calc(20% - 12px);
}
.fl-item {
  overflow: hidden;
}
.fl-item img {
  object-fit: cover;
}
}
@media screen and (max-width: 768px) {
.fl-duo .fl-item, .fl-trio .fl-item, .fl-quartet .fl-item, .fl-quintet .fl-item {
  width: 100%;
  margin-bottom: 1.6rem;
}
.fl-duo .fl-item:last-of-type,
.fl-trio .fl-item:last-of-type,
.fl-quartet .fl-item:last-of-type,
.fl-quintet .fl-item:last-of-type {
  margin-bottom: 0;
}
.sp-fl-duo {
  width: calc(100% - .8rem);
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Text
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media all {
.text-left {
	text-align: left;
	display: block;
}
.text-center {
	text-align: center;
	display: block;
}
.text-right {
	text-align: right;
	display: block;
}
.text-ls-none {
  letter-spacing: 0;
}
.text-ls-ss {
  letter-spacing: .064em;
}
.text-ls-s {
  letter-spacing: .1em;
}
.text-ls-m {
  letter-spacing: .2em;
}
.text-ls-l {
  letter-spacing: .4em;
}
.text-lh-s {
  line-height: 1;
}
.text-lh-m {
  line-height: 1.6;
}
.text-lh-l {
  line-height: 2;
}
.text-lh-xl {
  line-height: 2.4;
}
.text-usually {
  line-height: 2;
  text-align: justify;
}
.text-em {
  font-size: 2rem;
  line-height: 1.6;
}
.text-em-em {
  font-size: 3.2rem;
}
.text-mp {
  font-size: 1.36rem;
}
b {
	font-weight: 700;
}
}
@media screen and (max-width: 768px) {
.text-em {
  font-size: 1.6rem;
}
.text-em-em {
  font-size: 2.4rem;
}
.sp-text-left {
	text-align: left;
}
}
