a{
	text-decoration: none;
}

a img{
	transition: opacity 0.3s;
}
a p{
	transition: opacity 0.3s;
}
a img:hover{
	opacity:0.5;
}
a p:hover{
	opacity:0.5;
	
}

.bg-bio{
	background: #009cc3;
}
	
	
.gmp{
  background-image: url("../../img/rakuten_copy/gmp-back.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1.about span{
  background: -webkit-linear-gradient(left, #0055aa, #2fa8e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


h3.isdg{
    font-family: "Koruri Semibold";
    clear: both;
    background: #fff;
    color: #3f3f3f;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    line-height: 2.0em;
    text-indent: 0.2em;
    text-align: left;
    margin: 0 0 3% 0;
    padding: 1.3% 0 1% 0%;
    border: 1px solid #2ea7e0;
    border-left: 10px solid #2ea7e0;
}
.grid{
	display:grid;
	gap:26px;

	grid-template-columns:1fr 1fr;
	margin:5px 10px 20px 10px;
}
.item{
	margin-top:0;
	padding: 0.5em 1em;

    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border-left: dashed 1px #6091d3;/*線*/
    border-right: dashed 1px #6091d3;/*線*/
	
}



.item a{
	text-decoration: none;
	text-align:center;
}
.item img{
width: 100%;
object-fit: contain;
}

.item_search{
	margin:5px 0 5px 0;
	padding-top:1px;
	padding-bottom:1px;
}
.search_box{
	width:300px;
	height:30px;
	margin-right:0;
}
.search_button{
	height:36px;
	width:auto;
}

.search_and_link{
	margin-left:10px;
	text-align:center;
}
.search_and_link .item_search{
	float:left;
}
.search_and_link ul{
	float:left;
}

/*･ｹ･鬣､･ﾀ｡ｼ001*/
.slider-001 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  border-radius: 6px;
  z-index:1;
  margin-bottom:10px;
}

.slide-001 {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
}

.slide-content-001 {
  width: 100%;
  height: auto;
  background-color: #c8e4ff;
}

.slide-content-001 img {
  width:100%;
  object-fit: cover;
  height: 100%;
}

.prev-001,
.next-001 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  height: 65px;
  padding: 16px;
  margin-top: -28px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease;
  border-radius: 0 4px 4px 0;
  user-select: none;
}

.next-001 {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.prev-001:hover,
.next-001:hover {
  background-color: rgba(107, 182, 255, 0.8);
}

.slide-caption-001 {
  color: white;
  font-size: 15px;
  padding: 0;
  position: absolute;
  bottom: 31px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  position: absolute;
  top: 0;
}

.dots {
  height: 15px;
  padding: 0;
  position: absolute;
  bottom: 22px;
  width: 100%;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 4px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
}

.dot:hover {
  background-color: rgba(107, 182, 255, 0.8);
}

footer {
  width: 100%;
  height: auto; 
  text-align: center;
  padding: 10px;
  background-color: #2ea7e0;
  margin-bottom:0;
  color:white;

}

footer ul{
	list-style-type:none;
}
footer ul li{
	margin:10px;
}
footer ul li a{
	
	color: white;
}
.footer-text {
  color: #fff;
}

@media screen and (max-width: 481px) {
	#header_nv_2{
		display:none;
	}

}
@media screen and (min-width: 481px) {
	/* 481pxｰﾊｾ螟ﾋﾅｬﾍﾑ､ｵ､・・SS｡ﾊ･ｿ･ﾖ･・ﾃ･ﾈﾍﾑ｡ﾋ */
}
@media screen and (min-width: 960px) {
	.header_links{
		display:none;
	}
	.hamburger {
		display : none;
		position: fixed;
		z-index : 999999;
		right : 10px;
		top   : 8px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}
	.grid{
		display:grid;
		gap:26px;

		grid-template-columns:1fr 1fr 1fr;
		margin:5px 10px 20px 10px;
	}
}