@charset "utf-8";
/************************************************************
PC
************************************************************/
@media all and (min-width:769px){
/*news*/
#news {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding:220px 0px 100px;
}
	#news h2 {
		width: 100%;
		max-width: 1262px;
		margin: auto auto 40px;
		text-align: center;
		line-height: 1.2;
	}
	#news h2 .news-en {
		font-size: 50px;
		letter-spacing: 0.1em;
		font-family: 'Lato', sans-serif;
		vertical-align: middle;
	}
	#news h2 .news-ja {
		font-size: 14px;
		font-weight: 400;
		vertical-align: middle;
	}
	#news .category {
		width: 100%;
		max-width: 1200px;
		height: 100px;
		margin: 0 auto 32px;
	}
	#news .category .category-box {
		max-width: 1200px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	#news .category .category-box .btn {
		width: 12%;
		padding: 22px 0px;
		margin: 0px;
		display: inline-block;
		font-size: 12px;
		color: #000000;
		letter-spacing: 0.15em;
		background-color: #ffffff;
		text-decoration: none;
		transition: .2s;
		outline: none;
	}
	#news .category .category-box .btn:hover{
		color: #ffffff;
		background-color: #fbc429;
	}
	#news .category .category-box .active {
		color: #ffffff;
		background-color: #fbc429;
	}
	#news .inner {
		width: 90%;
		max-width: 1200px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#news .inner::after {
		content: "";
		display: block;
		width: 31%;
		max-width: 390px;
	}
	#news .inner .container-link {
		width: 31%;
		max-width: 390px;
		margin-bottom: 38px;
		color: #000000;
	}
	#news .inner .container-link .container {
		width: 100%;
		transition: .3s;
	}
	#news .inner .container-link .container:hover {
box-shadow: 0px 20px 40px rgba(0, 0, 0, .4);
    transform: scale(1.02,1.02);
    }
	#news .inner .container-link .container .image {
    width: 100%;
    overflow: hidden;	}
	#news .inner .container-link .container .image img {
width: 100%;
    height: auto;}
	#news .inner .container-link .container .name {
		width: 100%;
		height: 0px;
	}
	#news .inner .container-link .container .name .name-contents {
		width: 197px;
		padding: 8.5px 0px;
		border-radius: 20px;
		margin: -20px auto auto 25px;
		background-color: #fbc429;
		position: absolute;
		z-index: 5;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
	}
	#news .inner .container-link .container .detail {
		padding: 35px 25px 20px;
		background-color: #ffffff;
	}
	#news .inner .container-link .container .detail .text-1 {
		font-size: 12px;
		font-family: 'Lato', sans-serif;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
	}
	#news .inner .container-link .container .detail .text-2 {
		font-size:20px;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 10px;
		letter-spacing: 0.1em;
	}
	#news .inner .container-link .container .detail .text-3 {
		font-size: 14px;
	}
	#news .viewall {
		text-align: center;
	}
	#news .viewall a {
		width: 392px;
		padding: 28px 0px;
		margin: 62px auto 233px;
		font-size: 20px;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
		background-color: #fbc429;
		color: #ffffff;
		display: inline-block;
		transition: .2s;
	}
	#news .viewall a:hover {
		background-color: #f5a22c;
	}
	#news .page-button {
		width: 100%;
		max-width: 1262px;
		margin: 48px auto 60px;
	}
	#news .page-button .page-box {
		width: 320px;
		text-align: center;
		margin: auto auto auto;
		padding: 0;
	}
	#news .page-button .page-box .pg-btn {
		width: 50px;
		padding: 13px 0px;
		margin: 0px 7px;
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		background-color: #dcdcdc;
		text-decoration: none;
		transition: .2s;
		outline: none;
	}
	#news .page-button .page-box .pg-btn:hover{
		color: #ffffff;
		background-color: #313131;
	}
	#news .page-button .page-box .pg-active {
		color: #ffffff;
		background-color: #313131;
	}
	#news .background {
		width: 100%;
		text-align: right;
		position: absolute;
		top: 145px;
		right: 0;
		z-index: -1;
	}
	#news .background img {
		width: 510px;
	}
/*category*/
#category {
	width: 100%;
	padding: 48px 0px;
	margin: 0 auto;
	background-color: #fbc429;
}
	#category .inner {
		width: 90%;
		max-width: 840px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#category .inner::after {
		content: "";
		display: block;
		width: 33%;
		max-width: 278px;
	}
	#category .inner a {
		display: inline-block;
		width: 33%;
		max-width: 278px;
		padding: 22px 0px;
		margin-bottom: 3px;
		background-color: #ffffff;
		color: #000000;
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		transition: .2s;
	}
	#category .inner a:hover {
		background-color: #f1f1f1;
	}
	#category .category {
		width: 100%;
		max-width: 1262px;
		margin: 0 auto auto;
	}
	#category .category .category-box {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;}
	#category .category .category-box .btn {
    width: 12%;
    padding: 24px 0px;
    margin: 0px;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.15em;
    background-color: #ffffff;
    text-decoration: none;
    transition: .2s;
    outline: none;	}
	#category .category .category-box .btn:hover{
		color: #ffffff;
		background-color: #e94c07;
	}
	}

/************************************************************
SP
************************************************************/
@media all and (max-width:768px){
/*news*/
#news {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 25px 0px 80px;
}
	#news h2 {
		width: 100%;
		max-width: 1262px;
		margin: 0 auto 20px;
		text-align: center;
		line-height: 1.2;
	}
	#news h2 .news-en {
		font-size: 36px;
		letter-spacing: 0.1em;
		font-family: 'Lato', sans-serif;
		vertical-align: middle;
	}
	#news h2 .news-ja {
		font-size: 16px;
		font-weight: 400;
		vertical-align: middle;
	}
	#news .category {
		width: 100%;
		max-width: 1262px;
		margin: -20px auto auto;
	}
	#news .category .category-box {
		width: 90%;
		text-align: center;
		margin: 90px auto auto;
		padding: 0;
	}
	#news .category .category-box .btn {
		width: 49%;
		padding: 20px 0px;
		margin: 0px;
		display: inline-block;
		font-size: 12px;
		color: #000000;
		letter-spacing: 0.15em;
		background-color: #ffffff;
		text-decoration: none;
		transition: .2s;
		outline: none;
	}
	#news .category .category-box .btn:hover{
		color: #ffffff;
		background-color: #fbc429;
	}
	#news .category .category-box .active {
		color: #ffffff;
		background-color: #fbc429;
	}
	#news .inner {
		width: 90%;
		max-width: 600px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#news .inner::after {
		content: "";
		display: block;
		width: 48%;
	}
	#news .inner .container-link {
		width: 48%;
		max-width: 390px;
		margin-bottom: 38px;
		color: #000000;
	}
	#news .inner .container-link .container {
		width: 100%;
		transition: .3s;
	}
	#news .inner .container-link .container:hover {
		box-shadow: 2px 2px 4px #cccccc;
	}
	#news .inner .container-link .container .image {
		width: 100%;
	}
	#news .inner .container-link .container .image img {
    width: 100%;
    height: auto;}
	#news .inner .container-link .container .name {
		width: 100%;
		height: 0px;
		position: relative;
	}
	#news .inner .container-link .container .name .name-contents {
		width: 100%;
		padding: 6px 0px;
		margin: 5px auto auto auto;
		background-color: #fbc429;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: 5;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
	}
	#news .inner .container-link .container .detail {
		padding: 45px 12px 20px;
		background-color: #ffffff;
	}
	#news .inner .container-link .container .detail .text-1 {
		font-size: 12px;
		font-family: 'Lato', sans-serif;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
	}
	#news .inner .container-link .container .detail .text-2 {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 10px;
		letter-spacing: 0.1em;
	}
	#news .inner .container-link .container .detail .text-3 {
		font-size: 12px;
	}
	#news .viewall {
		text-align: center;
	}
	#news .viewall a {
		width: 392px;
		padding: 28px 0px;
		margin: 62px auto 233px;
		font-size: 20px;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
		background-color: #fbc429;
		color: #ffffff;
		display: inline-block;
		transition: .2s;
	}
	#news .viewall a:hover {
		background-color: #f5a22c;
	}
	#news .inner .page-button {
		width: 100%;
		max-width: 1262px;
		margin: 48px auto auto;
	}
	#news .inner .page-button .page-box {
		width: 320px;
		text-align: center;
		margin: auto auto auto;
		padding: 0;
	}
	#news .inner .page-button .page-box .pg-btn {
		width: 40px;
		padding: 8px 0px;
		margin: 0px 7px;
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		background-color: #dcdcdc;
		text-decoration: none;
		transition: .2s;
		outline: none;
	}
	#news .inner .page-button .page-box .pg-btn:hover{
		color: #ffffff;
		background-color: #313131;
	}
	#news .inner .page-button .page-box .pg-active {
		color: #ffffff;
		background-color: #313131;
	}
	#news .background {
		width: 100%;
		text-align: right;
		position: absolute;
		top: 65px;
		right: 0;
		z-index: -1;
	}
	#news .background img {
		width: 90%;
	}
/*category*/
#category {
	width: 100%;
	padding:5% 0px;
	margin: 0 auto;
	background-color: #fbc429;
}
	#category .inner {
		width: 90%;
		max-width: 600px;
		margin: auto;
		text-align: center;
	}
/*
	#category .inner::after {
		content: "";
		display: block;
		width: 33%;
		max-width: 278px;
	}
*/
	#category .inner a {
		display: inline-block;
		width: 100%;
		max-width: 288px;
		padding: 20px 0px;
		margin-bottom: 5px;
		background-color: #ffffff;
		color: #000000;
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		transition: .2s;
	}
	#category .inner a:hover {
		background-color: #f1f1f1;
	}
		#news .inner .container .detail-text p {
		font-size: 14px;
		margin: 12px auto 20px;
		line-height: 1.7em;
	}
		#news .inner .container .detail-text p strong{
		font-size: 18px;
		margin-bottom:20px !important;
		line-height: 1.7em;
		font-weight: 600;
		display: block;
	}
	#category .category {
		width: 100%;
		max-width: 1262px;
		margin: 0 auto auto;
	}
	#category .category .category-box {
		width: 90%;
		text-align: center;
		margin: 0 auto auto;
		padding: 0;
	}
	#category .category .category-box .btn {
		width: 32%;
		padding: 20px 0px;
		margin-bottom: 2%;
		display: inline-block;
		font-size: 12px;
		color: #000000;
		letter-spacing: 0.15em;
		background-color: #ffffff;
		text-decoration: none;
		transition: .2s;
		outline: none;
	}
	#category .category .category-box .btn:hover{
		color: #ffffff;
		background-color: #fbc429;
	}
	#category .category .category-box .active {
		color: #ffffff;
		background-color: #fbc429;
	}}

/************************************************************
HTML TAGS
************************************************************/
*{
	margin:0;
	padding:0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #f9f9f9;
	color:#000000;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing:1px;
	font-feature-settings : "palt";
	letter-spacing: 0.075em;
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック体", "Yu gosic", Yugosic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
}


::selection {
	background: #000033; /* Safari */
	color: #fff;
}

::-moz-selection {
	background: #000033; /* Firefox */
	color: #fff;

}

h1{}

h2{}

h3{}

h4{}

h5{}

p{
	font-weight: normal;
	letter-spacing: 0.01em;
	font-size: 16px;
	line-height: 1.7;
}

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

th{line-height:1.5;}

td{line-height:1.5;}

ul,ol{list-style-type:none;	color:#666666;
}

li img, dt img, dd img{vertical-align:bottom;}

hr{margin:0px;padding:0px;}


a{
	outline:none;
	text-decoration:none;
}
img {
	vertical-align: top;
}
a img{
	border:none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: "游ゴシック体", "Yu gosic", Yugosic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
}
.page-box{width: 90%; margin: 0 auto;
    text-align: center;
    padding: 0;}
.pg-btn{ width: 50px;
    padding: 13px 0px;
    margin-right:7px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    background-color: #dcdcdc;
    text-decoration: none;
    transition: .2s;
    outline: none;}
/* custom size*/
p,li,dt,dd,th,td{
	font-size:16px;
	letter-spacing: 0.01em;
}

textarea{
	font-size:93%;
}

.clear{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}