@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: #ffffff;
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "ＭＳ Ｐゴシック", "ms p gothic";
	font-weight: 400;
	font-feature-settings : "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:link{
	text-decoration:none;
	color:#000000;
    transition-property: all;
    transition-duration: 0.3s;
}
a:hover {
	opacity:0.5;
    transition-property: all;
    transition-duration: 0.3s;
}
a:visited{
	color:#000000;
}

* {
margin: 0;
padding: 0;
}

img {
	border-width:0px;
	border-style:none;
}


@media screen and (max-width: 630px) {
.pc {
	display: none;
}

header {
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

header .l {
	width: 70%;
    height: 40px;
    margin: 5% 0px 5% 5%;
    padding: 0px;
    background-image: url(../img/all/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
header .r {
	display:none;
}

header .hamburger .drawer-hamburger {
	top:1.5%;
	right:3%;
	color:#333333;
}
header .hamburger .drawer-nav{
	z-index: 20;
	background-color:#ffffff;
}
header .hamburger .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #333333;
}
header .hamburger .drawer-menu li {
	border-bottom:1px dotted #999999;
}

article{
	font-size: 14px;
	line-height: 2em;
}
section{
	width: 90%;
	margin: 0 auto 0;
	padding: 15% 0 ;
}

/* VIEW ALL ボタン */
.view_all a, .view_all a:link {
	width:168px;
	height:auto;
	margin:0px auto;
	padding:6px 0px;
	font-size:20px;
	text-align:center;
	letter-spacing:1.5px;
	border:1px solid #cccccc;
	background-color: #ffffff;
	display:block;
}

/* VIEW ALL ボタン沈む効果 */
.view_all a, .view_all a:link {
	box-shadow:4px 4px 0px;
}

.view_all a:hover {
	box-shadow:0px 0px;
	transform: translate3d(4px, 4px, 0px);
}

/* news & blog */

.news {
	width:100%;
	height:auto;
	margin:0px auto;
	padding:10% 0px 15%;
	overflow: hidden;
    position: relative;
    zoom: 1;
}
.news .post_list {
	width:90%;
	height:auto;
	margin:0px auto 5%;
	display: flex;
	flex-wrap: wrap;
}
.news .post_list a {
	width:48%;
	margin:0px 0px 4% 4%;
	padding: 4%;
	border:1px solid #dddddd;
	box-sizing: border-box;
}
.news .post_list a:nth-child(odd) {
	margin-left:0px;
}

.news .post_list .post {
	width:100%;
	height:auto;
	margin:0px;
	display:block;
}
.news .post_list .post .ymd {
	margin:0px 0px 5px 0px;
	text-align:center;
	font-size:15px;
}
.news .post_list .post .category {
	margin:0 auto;
	padding: 5px 10px;
	text-align:center;
	color:#ffffff;
	background-color: #0F8891;
	font-size:12px;
	line-height: 1em;
    position: absolute;
}
.category.oshirase {
	background-color: #0F8891!important;
}
.category.blog {
	background-color: #FF9F12!important;
}
.category.seminar {
	background-color: #7386DA!important;
}
.category.media {
	background-color: #CD4470!important;
}

.news .post_list .post .post_title {
	margin:5px 0px 0px 0px;
	color:#333333;
	font-size:12px;
	line-height: 1.6em;
}

/* info */

.info {
	width:100%;
	height:auto;
	margin:0px auto;
	padding:65px 0px 90px;
}
.info .l {
	width:90%;
	height:auto;
	margin:0px auto;
}
.info .l .name {
	width:100%;
	height:auto;
	margin:0px 0px 20px 0px;
	padding:0px;
	overflow: hidden;
    position: relative;
    zoom: 1;
}
.info .l .name h2 {
	width: auto;
	height:auto;
	margin:0px;
	padding:0px;
	font-size:26px;
	text-align:center;
}
.info .l .name ul {
	margin:0px auto;
	list-style:none;
	display:table;
	overflow: hidden;
    position: relative;
    zoom: 1;
}
.info .l .name li {
	width: auto;
	height: auto;
	margin: 6px 0px 0px 5px;
	color: #ffffff;
	font-size: 20px;
	float: left;
	list-style-type: none;
}
.info .l .name li a:link, .info .l .name li a:visited {
    width: 19px;
    height: 19px;
    padding: 5px 7px 9px 7px;
	color:#ffffff;
	display:block;
}
.info .l dl {
	width:100%;
	height:auto;
    line-height: 170%;
	font-size:14px;
	overflow: hidden;
    position: relative;
    zoom: 1;
}
.info .l dt {
	width:100%;
	height:auto;
	background-color:#000000;
	text-align:center;
	color:#ffffff;
	float:left;
}
.info .l dd {
	width:100%;
	height:auto;
	text-align:center;
	margin:10px 0px;
	float:left;
}

.info .r {
	width:90%;
	height:auto;
	margin:0px auto;
}

.bread_crumbs{
	display: none;
}

footer {
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

footer .pagetop {
	width:80px;
	height:auto;
	margin:40px auto;
	padding:0px;
}

footer .sitemap {
	display:none;
}
footer .copy {
	margin:20px 0px 50px 0px;
	font-size:11px;
	letter-spacing:1px;
}


.back01{
	background-image: url("../img/all/back01.png");
	background-repeat: repeat;
	background-position: center;
}
.back02{
	background-image: url("../img/all/back02.png");
	background-repeat: repeat;
	background-position: center;
}


/* font */

h1 {
}

h2 {
	font-size:26px;
	font-weight: 300;
	text-align:center;
	letter-spacing:3px;
	margin:0px 0px 7% 0px;
}
h3{
	font-size: 20px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}
h4{
	font-size: 18px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}

}















@media print, screen and (min-width: 631px) {
.sp{
	display: none;
}

header {
	width:1000px;
	margin:0px auto;
	padding:0px;
	display: flex;
	flex-wrap: wrap;
}

header .half_box {
	width: 1000px;
	margin: 35px 0;
	display: flex;
	justify-content: space-around;
}
header .l {
	width:400px;
	height:61px;
	margin:0 auto;
	padding:0px;
	background-image:url(../img/all/logo.png);
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
header .r {
	width:auto;
	height:55px;
	margin:10px 0 0 100px;
	padding:0px;
	text-align:right;
}
header .r ul {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	display: flex;
	flex-wrap: wrap;
}
header .r li {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 5px;
	color: #ffffff;
	font-size: 14px;
	list-style-type: none;
}
header .r li:first-child {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	line-height:150%;
	list-style-type: none;
}
.twitter a:link, .twitter a:visited {
	text-decoration:none;
	background-color: #3ab1db;
	color:#ffffff;
}
.facebook a:link, .facebook a:visited {
	text-decoration:none;
	background-color: #4565a2;
	color:#ffffff;
}
.instagram a:link, .instagram a:visited {
	text-decoration:none;
	background-color: #d93175;
	color:#ffffff;
}
header .r li a:link, header .r li a:visited {
	width: 15px;
	height: 15px;
	padding: 4px;
	color:#ffffff;
	display:block;
}
header .r p{
	font-size: 16px;
	line-height: 150%;
}

header nav {
	width:1000px;
	height:auto;
	margin:0px auto 30px;
	padding:0px;
	text-align: center;
	color:#cccccc;
	font-size:18px;
	letter-spacing:1px;
}
header nav a:link, header nav a:visited {
	padding:5px 10px;
	color:#000000;
	text-decoration:none;
}
header nav a:hover {
	padding:5px 10px;
	color:#f5b421;
	background-color:#FFF9E1;
	text-decoration:none;
	opacity:1;
}
header .hamburger .drawer-hamburger {
	display:none;
}

article{
	font-size: 18px;
	line-height: 2em;
}
section{
	width: 1000px;
	margin: 0 auto 0;
	padding: 65px 0 90px;
}


/* VIEW ALL ボタン */
.view_all a, .view_all a:link {
	width:168px;
	height:auto;
	margin:0px auto;
	padding:6px 0px;
	font-size:20px;
	text-align:center;
	letter-spacing:1.5px;
	border:1px solid #000000;
	background-color: #ffffff;
	display:block;
}

/* VIEW ALL ボタン沈む効果 */
.view_all a, .view_all a:link {
	box-shadow:4px 4px 0px;
}

.view_all a:hover {
	box-shadow:0px 0px;
	transform: translate3d(4px, 4px, 0px);
	opacity: 1;
}

/* news & blog */

.news {
	height:auto;
	margin:0px auto;
}
.news .post_list {
	width:1000px;
	height:auto;
	margin:0px auto 50px;
	display: flex;
	flex-wrap: wrap;
}

.news .post_list a {
	width:235px;
	margin:0px 0px 20px 20px;
	border:1px solid #dddddd;
	box-sizing: border-box;
}
.news .post_list a:nth-child(4n+1) {
	margin-left:0px;
}
.news .post_list .post {
	width:235px;
	height:auto;
	margin:0px;
	padding: 20px;
	box-sizing: border-box;
}
.news .post_list .post .ymd {
	margin: 0;
	padding: 0;
	text-align:center;
}
.news .post_list .post img {
	display: block;
}
.news .post_list .post .category {
	margin:0 auto;
	padding: 5px 10px;
	text-align:center;
	color:#ffffff;
	background-color: #0F8891;
	font-size:14px;
	line-height: 1em;
    position: absolute;
}
.category.news {
	background-color: #0F8891!important;
}
.category.blog {
	background-color: #FF9F12!important;
}
.category.seminar {
	background-color: #7386DA!important;
}
.category.media {
	background-color: #CD4470!important;
}
.post_title {
	margin:10px 0px 0px 0px;
	color:#000000;
	font-size:15px;
	line-height: 1.6em;
}

/* info */

.info {
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:65px 0px 90px;
	overflow: hidden;
    position: relative;
    zoom: 1;
}
.info .l {
	width:480px;
	height:auto;
	margin:0px 40px 0px 0px;
	float:left;
}
.info .l .name {
	width:480px;
	height:auto;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:1px dotted #cccccc;
	overflow: hidden;
    position: relative;
    zoom: 1;
}
.info .l .name h2 {
	width: 350px;
	height:auto;
	margin:0px;
	padding:0px;
	font-size:28px;
	text-align:left;
	float:left;
}
.info .l .name ul {
	float:right;
	list-style:none;
}
.info .l .name li {
	width: auto;
	height: auto;
	margin: 6px 0px 0px 5px;
	color: #ffffff;
	font-size: 20px;
	float: left;
	list-style-type: none;
}
.info .l .name li a:link, .info .l .name li a:visited {
    width: 19px;
    height: 19px;
    padding: 5px 7px 9px 7px;
	color:#ffffff;
	display:block;
}
.info .l dl {
	width:480px;
	height:auto;
    line-height: 170%;
	font-size:14px;
	overflow: hidden;
    position: relative;
    zoom: 1;
}
.info .l dt {
	width:70px;
	height:auto;
	background-color:#000000;
	text-align:center;
	color:#ffffff;
	float:left;
}
.info .l dd {
	width:400px;
	height:auto;
	margin:0px 0px 10px 10px;
	float:left;
}

.info .r {
	width:480px;
	height:auto;
	float:left;
}

.bread_crumbs{
	width: 1000px;
    margin: 0px auto 20px;
    font-size: 13px;
}

footer {
	width:1000px;
	height:auto;
	margin:50px auto 0px;
	padding:0px;
	text-align:center;
}

footer .pagetop {
	width:80px;
	height:auto;
	margin:0px auto 40px;
	padding:0px;
}

footer .sitemap {
	width:auto;
	height:auto;
	margin:0px auto 40px;
	padding:0px;
	color:#cccccc;
	font-size:14px;
	line-height:100%;
	letter-spacing:3px;
}
footer .sitemap a:link, footer .sitemap a:visited {
	padding:0px 5px;
	color:#000000;
	text-decoration:none;
}
footer .sitemap a:hover {
	padding:0px 5px;
	color:#f5b421;
	background-color:#FFF9E1;
	text-decoration:none;
	opacity:1;
}
footer .copy {
	margin:20px 0px 50px 0px;
	font-size:11px;
	letter-spacing:1px;
}

.back01{
	background-image: url("../img/all/back01.png");
	background-repeat: repeat;
	background-position: center;
	min-width: 1000px;
}
.back02{
	background-image: url("../img/all/back02.png");
	background-repeat: repeat;
	background-position: center;
	min-width: 1000px;
}

/* font */

h1 {
}

h2 {
	font-size:45px;
	font-weight: 300;
	text-align:center;
	letter-spacing:5px;
	margin:0px 0px 45px 0px;
}
h3{
	font-size: 26px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}
h4{
	font-size: 20px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}

}