@charset "UTF-8";

/*
	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

*/


/* @group Reset Style */

body {
	background: transparent;
	-webkit-text-size-adjust: 100%;
	}

 
body,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
div,
dl,dt,dd,
ul,ol,li,
pre,code,
form,fieldset,legend,input,textarea,
th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	}

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

fieldset,img {
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}

li {
	list-style: none;
	list-style-position: outside;
	}

caption,th {
	text-align: left;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup,sub {
	line-height: 1px;
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
	
/* @end */

/* @group Structure */

/* @group Structure elements */

html {
	height: 100%;
}

body {
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,
				 "ヒラギノ角ゴ Pro",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	}

/* @end */


/* @end */


/* @group Text Module */


strong {
	font-weight: bold;
	}

.uppercase {
	text-transform: uppercase;
	}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.notice {
	}

.require {
	}

.lang-ja {
	/*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;*/
	}

.lang-en {
	font-family: 'Manrope', sans-serif;
	}

.lang-cn {
	font-family: 'Hei Regular','SimHei',sans-serif;
	}
	
sup {
	font-size: 77%;
	line-height: 0.8;
	}

.registered-trademark {
	letter-spacing: 0.2em;
	font-size: 92%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#copyright,
.copyright-sign {
	font-family: "minion-pro-caption", serif;
	}


/* @end */


/* @group Hypertext Module */

a {
	color: #221815;
	text-decoration: underline;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.40); 
	}

a:link {
	}

a:visited {
	}

a:hover {
	text-decoration: none;
	}

a:active {
	}


/* @end */

/* @group Modules */

/* @group column module */

.columns-row {
	/*width: 656px;*/
	}

.columns-row:before,
.columns-row:after {
    content: "";
    display: block;
    overflow: hidden;
	}

.columns-row:after {
    clear: both;
	}
	
/* For IE 6/7 (trigger hasLayout) */
.columns-row {
    zoom: 1;
	}


.columns-row .column {
	float: left;
	}

.columns-row .first {
	}

.columns-row .last {
	}

.split .column {
	float: none;
	}

.split .columns-row .column {
	float: left;
	}

/* @end */

/* @group separator */

div.separator {
	}

div.separator hr {
	display: none;
	}

/* @end */

/* @group button */

.button-image {
	}

a.behavior-style {
	}

.behavior-style img {
	transition: opacity 0.2s ease-out;
	}

.behavior-style:hover img {
	opacity: 0.6;
/* 	filter: alpha(opacity=80); */
	cursor: pointer;
	}


/* @end */
/* @end */

/* @group 共通 */


html {
	height: 100%;
	}

body {
	position: relative;
	/*overflow-x: hidden;*/
	width: 100%;
	height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	}


.page {
	min-height: 100%;
	background: #ffffff;
	}


.lang-en {
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8em;
	}

.fluid-std,
.fluid-min,
.fluid-full {
	box-sizing: border-box;
	margin: 0 auto;
	}

.fluid-std {
	box-sizing: border-box;
	margin: 0 auto;
	}

.font-en {
	font-family: 'Manrope', sans-serif;
	}

.button-behavior {
	opacity: 1;
    transition: opacity .3s ease-out;
	}

.button-behavior:hover {
	cursor: pointer;
 	opacity: 0.8; 
	}

.button-solid-gray {
	display: table-cell;
	padding: 0.8em 1.4em;
	color: #ffffff;
	border-radius: 1.8em;
	background: #3b3b3b;
	text-decoration: none;
	}

svg {
	fill: currentColor;
	}


/* @end */

@media screen and (min-width: 641px){

 
body {
	overflow-y: scroll;
	font-size: 16px;
	}

body > .page {
	position: relative;
	}

.fluid-std {
	max-width: 1000px;
	width: auto;
	margin: 0 auto;
	}

.fluid-min {
	width: 790px;
	margin: 0 auto;
	}

.fluid-column {
	overflow: hidden;
	}

.fluid-column .column-left {
	float: left;
	}

.fluid-column .column-right {
	float: right;
	}

.text-std {
	font-size: 100%;
	line-height: 1.8;
	}


/* @group page-body */

.page-body {
	position: relative;
	padding: 70px 0 0;
	z-index: 1;
	}

/* @group brand */

.page-body .brand {
	position: relative;
	max-width: 990px;
	width: 100%;
	margin: 0 auto 0;
	}

.page-body .brand .description {
	box-sizing: border-box;
	max-width: 790px;
	margin: 100px auto 0;
	padding: 0 40px;
	text-align: center;
	}

.page-body .hero {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 330px;
	margin: 0 auto 0;
	padding: 0 10%;
	background: #13e56c url(../images/home/bg_green_nise.png) repeat 0 0;
	background-size: auto 100%;
	}

.page-body .hero .logo {
	max-width: 458px;
	}

.page-body .hero .logo img {
	width: 100%;
	height: auto;
	}

/* @end */


/* @group topics */

.topics {
	margin-top: 80px;
	}

.topics .banner {
	max-width: 710px;
	width: 90%;
	margin: 0 auto;
	}

.topics .banner a {
	display: block;
	
	}

.topics .banner img {
	display: block;
	width: 100%;
	height: auto;
	}

/* @end */

/* @group category-list */

.category-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1440px;
	margin: 130px auto 150px;
	}

.category-list .category {
	display: block;
	width: 31.5277778%;
	height: auto;
	margin: 0;
	}

.category-list .category .image {
	width: 100%;
	}

.category-list .category .image a {
	display: block;
	opacity: 1;
    transition: opacity .3s ease-out;
	}

.category-list .category .image a:hover {
	opacity: 0.8;
	}

.category-list .category .image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	}

/* @end */

/* @group contact */

.page-body .contact {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 100px;
	}

.button-contact .button-solid-gray {
	display: block;
	width: 100%;
	border-radius: 9px;
	padding: 25px 0;
	background: #b8b8b8;
	}

.button-contact .button-solid-gray .icon {
	display: block;
	margin: 0 auto;
	text-align: center;
	}

.button-contact .button-solid-gray img {
	width: 128px;
	height: auto;
	}

/* @end */


/* @end */

/* @group page-footer */

.page-footer {
	padding: 0 0 100px;
	color: #ffffff;
	}

.page-footer .container {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	}

.page-footer ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}

.page-footer ul li {
	display: inline-block;
	margin: 0 1em 0 0;
	}

.page-footer ul li a {
	text-decoration: none;
	}

.page-footer ul .twitter {
	width: 34px;
	min-width: 24px;
	margin: 0;
	}

.page-footer ul .twitter a {
	display: block;
	}

.page-footer ul .twitter img {
	width: 100%;
	height: auto;
	}



/* @end */


}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {

body {
	font-size: 100%;
	}

.page {
	}

.mobile-hidden {
	display: none;
	}

.fluid-std {
	margin: 0 auto;
	}

.fluid-min {
	width: 514px;
	margin: 0 auto;
	}

.text-std {
	font-size: 81.25%;
	line-height: 1.7;
	}

span.row {
	display: inline-block;
	}

span.row br {
	display: none;
	}



/* @group page-body */

.page-body {
	position: relative;
	padding: 100px 0 0;
	z-index: 1;
	}

/* @group brand */

.page-body .brand {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: 0 auto 0;
	}

.page-body .brand .description {
	box-sizing: border-box;
	max-width: 100%;
	margin: 46px auto 0;
	padding: 0 40px;
	}

.page-body .hero {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 214px;
	margin: 0 auto 0;
	padding: 8% 0;
	background: #13e56c url(../images/home/bg_green_nise.png) repeat 0 0;
	background-size: auto 100%;
	}

.page-body .hero .logo {
	max-width: 464px;
	width: 72.5%;
	}

.page-body .hero .logo img {
	width: 100%;
	height: auto;
	}

/* @end */

/* @group topics */

.topics {
	margin-top: 64px;
	}

.topics .banner {
	width: 83.09%;
	margin: 0 auto;
	}

.topics .banner a {
	display: block;
	
	}

.topics .banner img {
	display: block;
	width: 100%;
	height: auto;
	}

/* @end */

/* @group category-list */

.category-list {
	display: block;
	margin: 172px auto 172px;
	}

.category-list .category {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	}

.category-list .category + .category {
	margin-top: 46px;
	}

.category-list .category .image {
	width: 100%;
	}

.category-list .category .image a {
	display: block;
	}

.category-list .category .image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	}

/* @end */

/* @group contact */

.page-body .contact {
	margin: 0 auto 70px;
	}

.button-contact .button-solid-gray {
	display: block;
	width: 82.8125%;
	padding: 4% 0;
	margin: 0 auto;
	border-radius: 9px;
	background: #b8b8b8;
	}

.button-contact .button-solid-gray .icon {
	display: block;
	margin: 0 auto;
	text-align: center;
	}

.button-contact .button-solid-gray img {
	max-width: 154px;
	width: 30%;
	height: auto;
	}

/* @end */


/* @end */

/* @group page-footer */

.page-footer {
	padding: 0 0 36px;
	color: #ffffff;
	}

.page-footer .container {
	width: 82.8125%;
	margin: 0 auto;
	}

.page-footer ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}

.page-footer ul li {
	display: inline-block;
	margin: 0 1em 0 0;
	font-size: 77%;
	vertical-align: bottom;
	}

.page-footer ul li a {
	text-decoration: none;
	}

.page-footer ul .twitter {
	width: 7%;
	min-width: 24px;
	margin: 0;
	}

.page-footer ul .twitter a {
	display: block;
	}

.page-footer ul .twitter img {
	width: 100%;
	height: auto;
	}
	
/* @end */

}
