@charset "UTF-8";

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

@media all {
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: normal;
}
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;
}
}

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

@media all {
html {
  font-size: 62.5%;
}
body {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	position: relative;
	background: #fff;
	color: #000;
	font-size: 1.6em;
}
a {
  text-decoration: none;
  color: #000;
	transition: all .2s;
}
a:hover {
	transition: all .2s;
}
.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: 80px 0;
}
.content-narrow {
  width: 720px;
}
.content-thin {
  width: 640px;
}
.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 {
	color: #176E38;
}
.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;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
}
.link-btn:hover {
	background: #00c4c4;
	transition: all .2s ease-in;
}
.fixed-btn a {
	position: fixed;
	bottom: 17px;
	right: 17px;
	padding: 6px 10px;
	display: inline;
	text-align: center;
	background: rgba(0,110,183,.9);
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	z-index: 9999;
	vertical-align: middle;
}
.material-icons {
	font-size: 1.3em;
	line-height: 1;
	display: inline;
	vertical-align: middle;
	margin: 0 0.2em 0 0;
}
.line-btn {
	display: none;
}
}
@media screen and (max-width: 768px) {
.content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 2.4rem 2rem 3.2rem;
	box-sizing: border-box;
	font-size: 1.44rem;
}
.content-narrow, .content-thin {
  width: 100%;
}
.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;
}
.link-btn {
	width: 100%;
	height: 64px;
	line-height: 62px;
	margin: 2rem auto 0;
}
.link-btn:hover {
	background: #039BE5;
}
.fixed-btn a {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	padding: 0;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed-btn a span {
	display: none;
}
.material-icons {
	font-size: 1.4em;
	margin: 0;
}
.bottom-fadeout {
	opacity: 0;
	transition: .2s;
}
.qr-code {
	display: none;
}
.line-btn {
	width: 56px;
	height: 56px;
	display: block;
	background: url("../images/icon-line.svg") center center no-repeat;
	background-size: 56px 56px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
}

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

@media all {
header {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.4rem;
	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: 1080px;
}
.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: #176E38;
}
.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 {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: 700;
	position: relative;
}
.menu-list a:hover {
  color: #176E38;
}
.menu-list a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #176E38;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.menu-list a:hover::after {
  transform: scale(1, 1);
}
.logo {
	width: 260px;
	height: 50px;
	background: url(../images/logo.svg) left center no-repeat;
	background-size: 205px 50px;
	text-indent: -99999px;
	display: block;
}
a.logo:hover::after {
  transform: scale(0, 0);
}
.menu-tel {
	font-size: 1.6rem;
	text-decoration: none;
	background: url(../images/icon-phone-fff.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 {
	color: #000;
	font-weight: 700;
}
.header-animation .logo {
	background: url(../images/logo.svg) left center no-repeat;
	background-size: 205px 50px;
}
.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: 58px;
	min-width: 100%;
	z-index: 100;
	background: url(../images/logo.svg) 1rem center no-repeat;
	background-size: auto 40px;
	background-color: #fff;
}
.header-animation, .header-inner-animation {
  animation: none;
}
.menu  {
	width: 100%;
	height: auto;
	z-index: 2;
}
.menu-list {
	width: 80%;
	height: calc(100vh - 8%);
	list-style-type: none;
	margin: 0;
	padding-top: 58px;
	padding-bottom: calc(24% + 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 {
	width: 80vw;
	height: 40px;
	background: url(../images/logo-fff.svg) left 0px no-repeat;
	background-size: auto 40px;
}
.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: calc(2rem + 2px);
	right: 1rem;
}
.menu-icon::before {
	box-shadow: #176E38 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: #176E38;
	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: 58px;
	left: 100%;
	transition: left 0.2s 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: 58px;
}
.header-animation a, .header-animation p {
	color: #fff;
}
.header-animation .logo {
	width: 80vw;
	height: 40px;
	background: url(../images/logo-fff.svg) left 0px no-repeat;
	background-size: auto 40px;
}
.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);
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Contact Us
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media all {
.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 #000;
	color: #000;
  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 #176E38;
	background-color: #176E38;
	color: #fff;
}
.contact-mail:hover img:last-of-type {
  opacity: 0;
  transition: all .2s ease-in;
}
}
@media screen and (max-width: 768px) {
.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;
	padding-bottom: 3.2rem;
}
.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;
}
}

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

@media all {
footer {
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,.04);
}
footer ul {
	width: 984px;
	margin: -8px auto 20px;
	display: flex;
	justify-content: center;
	line-height: 2;
}
footer dl {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 20px;
}
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 20px;
}
footer a {
  color: #000;
  font-weight: 500;
  transition: .3s;
  font-size: 1.4rem;
  text-decoration: none;
}
footer a:hover {
	color: #176E38;
}
.footer-logo {
  width: 205px;
  height: 50px;
  display: block;
  background: url(../images/logo.svg) center center no-repeat;
  background-size: 205px 50px;
  text-indent: -99999px;
  margin: 72px auto 0;
}
address {
	width: 100%;
	color: #000;
	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: 80px;
  line-height: 79px;
  font-size: 1.2rem;
  border-top: 1px solid rgba(0,0,0,.04);
  display: flex;
  justify-content: space-between;
}
.breadcrumbs ul {
  width: 100%;
  display: flex;
}
.breadcrumbs ul li {
  display: flex;
}
.breadcrumbs a {
	color: #000;
}
.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;
}
.totop img:hover {
  opacity: 1;
  transition: all .2s ease-in;
}
.qr-code {
	font-size: 1.4rem;
	margin-top: 8px;
}
.qr-code::after {
	content: '';
	width: 114px;
	height: 114px;
	background: url("../images/qr-code.svg") center center no-repeat;
	background-size: 114px 114px;
	display: block;
	margin: 8px 0 0;
}
}
@media screen and (max-width: 768px) {
footer {
	z-index: 11;
}
footer ul {
	width: calc(100% - 2rem);
	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: 12px;
}
.footer-logo {
	width: 100%;
  margin: 0 auto;
  height: 40px;
  background-size: contain;
}
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
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media all {
.ac-button {
	display: none;
}
.opacity {
	opacity: 0;
 	transition: all .3s ease-in 0s;
}
.opacity-on {
	opacity: 1;
 	transition: all .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 ----------------*/

@media all {
#top {
	position: relative;
	overflow: hidden;
}
.slide {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	min-width: 960px;
	position: relative;
}
.slide-list {
  width: 100%;
  min-width: 960px;
  height: 100vh;
  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: -1em 0 0;
  font-weight: 900;
}
.slide-caption-em {
	font-size: 7.2rem;
}
.slide-list:nth-child(1) {
	background: url(../images/slide01.jpg) center center no-repeat;
	background-size: cover;
	animation: fade01 36s ease-in 3s infinite;
}
.slide-list:nth-child(2) {
	background: url(../images/slide02.jpg) center center no-repeat;
	background-size: cover;
	animation: fade02 36s ease-in 3s infinite;
	opacity: 0;
}
.slide-list:nth-child(3) {
	background: url(../images/slide03.jpg) center center no-repeat;
	background-size: cover;
	animation: fade03 36s ease-in 3s infinite;
	opacity: 0;
}
.slide-list:nth-child(4) {
	background: url(../images/slide04.jpg) center center no-repeat;
	background-size: cover;
	animation: fade04 36s ease-in 3s infinite;
	opacity: 0;
}
.slide-list:nth-child(5) {
	background: url(../images/slide05.jpg) center center no-repeat;
	background-size: cover;
	animation: fade05 36s ease-in 3s infinite;
	opacity: 0;
}
.slide-list:nth-child(6) {
	background: url(../images/slide06.jpg) center center no-repeat;
	background-size: cover;
	animation: fade06 36s ease-in 3s infinite;
	opacity: 0;
}
.slide-list:nth-child(7) {
	background: url(../images/slide07.jpg) center center no-repeat;
	background-size: cover;
	animation: fade07 36s ease-in 3s infinite;
	opacity: 0;
}
.slide-list:nth-child(8) {
	background: url(../images/slide08.jpg) center center no-repeat;
	background-size: cover;
	animation: fade08 36s ease-in 3s infinite;
	opacity: 0;
}
.slide-list:nth-child(9) {
	background: url(../images/slide09.jpg) center center no-repeat;
	background-size: cover;
	animation: fade09 36s 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: #000;
  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;
}
.sdgs_link {
	width: 252px;
	height: 64px;
	display: block;
	position: absolute;
	bottom: 108px;
	left: 80px;
	text-indent: -99999px;
	background: url("../images/sdgs.svg") center center no-repeat;
	background-size: 220px 40px;
	background-color: #fff;
	transition: .3s ease-out;
	border-radius: 32px;
}
.sdgs_link:hover {
	background: url("../images/sdgs_hover.svg") center center no-repeat;
	background-size: 220px 40px;
	background-color: #fff;
	transition: .3s ease-out;
}
}
@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: 4rem;
  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-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(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:nth-child(5) {
	background: url(../images/slide05.jpg) center center no-repeat;
	background-size: cover;
}
.slide-list:nth-child(6) {
	background: url(../images/slide06.jpg) center center no-repeat;
	background-size: cover;
}
.slide-list:nth-child(7) {
	background: url(../images/slide07.jpg) center center no-repeat;
	background-size: cover;
}
.slide-list:nth-child(8) {
	background: url(../images/slide08.jpg) center center no-repeat;
	background-size: cover;
}
.slide-list:nth-child(9) {
	background: url(../images/slide09.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: #176E38;
  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: 900;
}*/
.topic, .topic a {
	display: none;
}
.topic span {
	display: none;
}
.bottom-fadeout {
  opacity: 0;
  transition: all .2s;
}
.scroll {
  width: 40px;
  height: 80px;
  bottom: 5%;
  right: calc(50% - 20px);
	display: none;
}
.scroll::before, .scroll::after {
  content: '';
  width: 1px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 20px;
	display: none;
}
.scroll::before {
  bottom: 20px;transform-origin: top;
  animation: scroll01 2s cubic-bezier(0.86, 0, 0.07, 1) infinite;
	display: none;
}
.scroll::after {
  transform-origin: bottom;
  animation: scroll02 2s cubic-bezier(0.86, 0, 0.07, 1) infinite
	display: none;
}
.scroll a {
  width: 100%;
  height: 100%;
  font-size: 8px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
	display: none;
}
.sdgs_link {
	width: calc(48vw - 1rem);
	height: 10vw;
	display: block;
	position: absolute;
	bottom: 24px;
	left: 1rem;
	text-indent: -99999px;
	background: url("../images/sdgs.svg") center center no-repeat;
	background-size: calc(40vw - 1rem) auto;
	transition: .3s ease-out;
	z-index: 999;
	background-color: #fff;
	border-radius: 5vw;
}
.sdgs_link:hover {
	background: url("../images/sdgs_hover.svg") center center no-repeat;
	background-size: calc(40vw - 1rem) auto;
	background-color: #fff;
	transition: .3s ease-out;
}
}
@media screen and (max-width: 320px) {
.slide-caption {
  font-size: 2.4rem;
}
}
@keyframes fade01 {
	0%{opacity:1;}
	10.5%{opacity:1;}
	12%{opacity:0;}
	98.5%{opacity:0;}
	100%{opacity:1;}
}
@keyframes fade02 {
	0% {opacity:0;}
	10.5% {opacity:0;}
	12% {opacity:1;}
	21.5% {opacity:1;}
	23% {opacity:0;}
}
@keyframes fade03 {
	0% {opacity:0;}
	21.5% {opacity:0;}
	23% {opacity:1;}
	32.5% {opacity:1;}
	34% {opacity:0;}
}
@keyframes fade04 {
	0% {opacity:0;}
	32.5% {opacity:0;}
	34% {opacity:1;}
	43.5% {opacity:1;}
	45% {opacity:0;}
}
@keyframes fade05 {
	0% {opacity:0;}
	43.5% {opacity:0;}
	45% {opacity:1;}
	54.5% {opacity:1;}
	56% {opacity:0;}
}
@keyframes fade06 {
	0% {opacity:0;}
	54.5% {opacity:0;}
	56% {opacity:1;}
	65.5% {opacity:1;}
	67% {opacity:0;}
}
@keyframes fade07 {
	0% {opacity:0;}
	65.5% {opacity:0;}
	67% {opacity:1;}
	76.5% {opacity:1;}
	78% {opacity:0;}
}
@keyframes fade08 {
	0% {opacity:0;}
	76.5% {opacity:0;}
	78% {opacity:1;}
	87.5% {opacity:1;}
	89% {opacity:0;}
}
@keyframes fade09 {
	0% {opacity:0;}
	87.5% {opacity:0;}
	89% {opacity:1;}
	98.5% {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 ------------*/

@media all {
.recommend-list {
	display: flex;
	justify-content: space-between;
  margin: -48px 0;
}
.recommend-list li {
  width: 216px;
  height: 120px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.recommend-list a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 900;
  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;
	transition: all .2s ease-in;
}
.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 -----------------*/

@media all {
.news-table {
	width: 100%;
	height: auto;
	margin: 56px auto 0;
	font-size: 1.4rem;
	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;
}
.news-time {
	width: 110px;
	padding: 5px 0;
}
.news-category {
	padding: 5px 0;
}
.news-content {
	width: 760px;
	height: auto;
	font-size: 1.4rem;
	display: flex;
	padding: 5px 0 0;
}
.news-table a {
	color: #1473e6;
	text-decoration: underline;
}
}
@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 -------------*/

@media all {
.business-list {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}
.business-list li {
	width: 300px;
	height: auto;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	display: block;
  background: #fff;
}
.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: 240px;
	overflow: hidden;
	background: #000;
}
.business-list img {
	width: 100%;
	height: 240px;
	display: block;
	transition: all .2s ease-in;
}
.business-list a:hover img {
	transform: scale(1.05);
	opacity: .6;
	transition: all .2s ease-in;
}
.business-list h2 {
	width: 100%;
	color: #000;
	padding: 16px 0 8px;
	text-align: center;
  font-size: 1.6rem;
}
.business-list p {
	width: 100%;
	margin: 0 auto;
	color: #000;
	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: #176E38;
	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;
  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 ----------------*/

@media print, screen and (max-width: 20000px) {
.links-list {
  width: 512px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.links-list li {
	width: 216px;
	height: auto;
	overflow: hidden;
}
.links-list p {
	padding: 16px 0 0 0;
  text-align: center
}
.links-list img {
	width: 216px;
	height: 120px;
	display: block;
}
.links-list a {
	font-size: 1.4rem;
	color: #000;
	background: #fff;
}
.links-list a:hover p {
	color: #176E38;
	transition: all .3s ease-in-out;
}
.links-list a:hover img {
	transform: scale(0.98);
	border-radius: 20px;
	transition: all .3s ease-in-out;
}
}
@media screen and (max-width: 768px) {
.links-list {
  width: 100%;
  margin: 0 auto;
}
.links-list li {
  width: calc(50% - 0.5rem);
  margin: 2rem 0 0 ;
  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;
}
}

/*------------ Blog ------------*/

@media all {
#blog {
}
.blog-card-holder {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 64px auto;
	flex-wrap: wrap;
}
.blog-card {
	width: 288px;
	height: 350px;
	position: relative;
	background: #fff;
	overflow: hidden;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
}
.blog-link {
	width: 288px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
}
.blog-card:hover {
	transform: translateY(-3px);
	transition: all .2s ease-in;
	box-shadow: 0 10px 5px -5px rgba(0,0,0,.075);
}
.blog-img {
	height: 175px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-img img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.blog-tag {
	width: 100%;
	padding: 10px;
	font-size: 13px;
	color: #2292d2;
}
.blog-title {
	height: 24px;
	font-size: 13px;
	color: #333;
	padding: 0 16px;
	font-weight: 500;
}
.blog-content {
	padding: 0 16px 10px;
	font-size: 12px;
	color: #888;
	line-height: 2;
}
.blog-content::after{
	content: 'READ MORE';
	width: 100%;
	padding: 9px 16px 10px;
	font-size: 11px;
	color: #333;
	border-top: 1px solid #EFEFEF;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.for-archive {
	width: 288px;
	height: 56px;
	margin: 0 auto;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	text-align: center;
	line-height: 56px;
	display: block;
	background: #fff;
}
.for-archive:hover {
	transform: translateY(-3px);
	transition: all .2s ease-in;
	box-shadow: 0 10px 5px -5px rgba(0,0,0,.075);
}
}
@media screen and (max-width: 768px) {
#blog {
}
.blog-card-holder {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0;
}
.blog-card {
	width: 100%;
	height: 280px;
	margin-top: 2rem;
	margin-bottom: 0;
}
.blog-link {
	width: 100%;
	height: 280px;
}
.blog-card:hover {
	transform: translateY(0);
	box-shadow: 0 10px 5px -5px rgba(0,0,0,0);
}
.blog-img {
	height: 120px;
}
.blog-img img {
}
.blog-tag {
	width: 100%;
	padding: 0.5rem;
	font-size: 13px;
	color: #2292d2;
	height: auto;
	box-sizing: border-box;
}
.blog-title {
	height: auto;
	font-size: 13px;
	color: #333;
	padding: 0.5rem;
	font-weight: 500;
	box-sizing: border-box;
}
.blog-content {
	padding: 0 0.5rem 0.5rem;
	font-size: 12px;
	color: #888;
	height: auto;
	display: block;
}
.blog-content::after {
	content: 'READ MORE';
	width: 100%;
	padding: 0.5rem;
	font-size: 11px;
	color: #333;
	border-top: 1px solid #EFEFEF;
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	display: block;
	box-sizing: border-box;
}
.for-archive {
	width: 100%;
	margin: 2rem auto 0;
}
.for-archive:hover {
	transform: translateY(0);
	box-shadow: 0 10px 5px -5px rgba(0,0,0,0);
}
}

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

@media print, screen and (max-width: 20000px) {
.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: 40px;
}
.m-t-p-ll {
  margin-top: 64px;
}
.m-t-p-xl {
  margin-top: 80px;
}
.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: -40px;
}
.m-t-m-ll {
  margin-top: -64px;
}
.m-t-m-xl {
  margin-top: -80px;
}
.m-t-p-none {
  margin-top: 0
}
.margin-cancel {
  margin: 0;
}
.padding-cancel {
  padding: 0;
}
}
@media screen and (max-width: 959px) {
.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 print, screen and (max-width: 20000px) {
.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: 959px) {
.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;
}
.sp-fl-co {
  flex-direction: column;
}
.fl-rw-reverse, .fl-co-reverse, .sp-fl-reverse {
	flex-direction: column-reverse;
}
}

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

@media print, screen and (max-width: 20000px) {
.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: 959px) {
.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 print, screen and (max-width: 20000px) {
.text-usually {
  line-height: 2;
  text-align: justify;
}
.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-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: 959px) {
.text-em {
  font-size: 1.6rem;
}
.text-em-em {
  font-size: 2.4rem;
}
}
