@charset "utf-8";

/*-------- メインビジュアル --------*/
.mainimg {
	background: url('../images/main_bg.png');
	filter: drop-shadow(5px 5px 5px #fff);
	background-position: center bottom;
	background-size: cover;
	background-repeat: none;
	position: relative;
	min-height: 45vh;
}
/*
.mainimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(28, 146, 106, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(196, 165, 75, 1) 85%);
	background-color: #eee;
}
*/
/*
.main_logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
*/
.border {
	border: 1px solid #f00;
}
.main_logo {
    display: block;
    width: 100%;
    margin: auto;
}

.top_container {
	position: relative;
	width: 100%;
	height: 20vh;
}
.top_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	margin-top: 10rem;
}
.top_box001 {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0%, -50%);
	width: 100%;
	margin-top: 15rem;
}

.top_box span.site_title {
	font-size: 2.4em!important;
}

.top_box span.site_title_sub {
	font-size: 1.8em!important;
}

.top_box001 span.site_title {
	font-size: 2.4em!important;
}

.top_box001 span.site_title_sub {
	font-size: 1.8em!important;
}
/*
.top_box_left {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	width: 50%;
	border:1px solid #f00;
}
*/

.top_box_left img {
	width: 20%;
	text-align: left;
	object-fit: cover;
	margin: .5em auto 0 0;
}
/*
.top_box_right {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0%, 0%);
	width: 50%;
	border:1px solid #f00;
}
*/
.top_box_right img {
	text-align: right;
	object-fit: cover;
	margin: 0 0 0 auto;
	width: 75%;
}
.top_box_left p {
	margin: .5em 0 0 auto;
}
.border {
	border: 1px solid #f00;
}

.fl_left {
	display: flex;
	justify-content: flex-start;
}

.fl_right {
	display: flex;
	justify-content: flex-end;
}

.img-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.text_small {
	font-size: 75%;
}
@media screen and (max-width: 768px){
	.top_container {
		position: relative;
		width: 100%;
		height: 25vh;
	}
	.top_box_right img {
		text-align: center;
		object-fit: cover;
		margin: 0 auto;
	}
	.fl_right {
		display: flex;
		justify-content: center;
	}
	
	.top_box {
		width: 100%;
		margin-top: -1rem;
	}
	.top_box span.site_title {
		font-size: 1.4em!important;
	}
}
	.shadow_drop {
        filter: drop-shadow(1px 1px 1px rgba(255,255,255,1));
	}

@media screen and (max-width: 768px){
	.mainimg {
		padding-top: 3.33%;
		min-height: 350px;
	}

	.main_logo {
		width: 100%;
	}

}
@media screen and (max-width: 480px){
	.mainimg {
		padding-top: 3.33%;
		min-height: 200px;
	}
}
.arrow a {
	color: #c4a54b;
}
.arrow a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f0a9';
	font-weight: 900;
	font-size: 1.5rem;
	padding-left: 0.5rem;
}

.infoblock {
	width: 100%;
}
.infoblock a{
	color: #0056b3;
}
.infoblock a:hover{
	color: #1d89ff;
}

/*-------- 見出しデザイン --------*/
.midashi_design01 {
    padding: 1.5em 1em 1.5em 2em;
    margin-bottom: 1.5em;
    background-image:linear-gradient(#1c926a 50%, #c4a54b 50%);
    background-repeat: no-repeat;
    background-size: 0.25em 100%;
    font-weight: bold;
	border-left: none!important;
}

/*-------- お知らせ --------*/
.news h2, .bfree h2 {
	border-left: 0.6rem solid #c4a54b;
	padding: 0 0 0 1rem;
}
.news h2, .bfree h2, .message h2 {
	border-bottom: none;
}
.news h2:after, .bfree h2:after, .message h2:after {
	border-bottom: none;
}
.news dl {
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}
.news dt {
	padding-bottom: 0.5rem;
}
.news a {
	color: #333;
}

@media screen and (min-width: 480px) {
	.news dt {
		clear: left;
		float: left;
		width: 14rem;
	}
	.news dd {
		margin-left: 14rem;
	}
}
/* お知らせ END */

.card-text {
	min-height: 5rem;
}

/* -- カードデザイン -- */
.creator_card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #d2652d;
}

.creator_card *,
.creator_card *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.creator_card figcaption {
  padding: 13% 10% 12%;
}

.creator_card figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #d2652d;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.creator_card h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.creator_card h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}



