@charset "utf-8";

#announceSchool .sp_none{display: none;}


/*---------- アナウンススクール　ページ共通 ----------*/
#announceSchool .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}

#announceSchool {
    /*background: #fffbe9;*/
    color: #35353c;
    line-height: 1.6;
    width: 100%;
    overflow: hidden;
}

#announceSchool .inner {
    /* max-width: 1280px; */
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 0;
}

#announceSchool img {
    vertical-align: bottom;
}

#announceSchool section {
    background: inherit;
    position: relative;
    padding: 2% 0 5%;
}

#announceSchool .sectionTitle {
    /* text-align: center; */
    font-weight: 900;
    letter-spacing: 0.01em;
    margin: 1em 0;
    font-size: 2.4rem;
}
#announceSchool .bgTitle{
	position: absolute;
	font-size: 7.6rem;
	top:0;
	left: 0;
	color: #ffdc4f;
	z-index:-1;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
	line-height: 2rem;
	text-shadow: 
		9px 0px 0px #fff4c1, 
		11px 0px 0px white;
	user-select: none;
	opacity: 0.8;
}
#announceSchool a.btn {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 5%;
    border-radius: 3em;
    background: #7ac114;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    border: solid 2px #35353c;
}

/*---------- メインビジュアル ----------*/

#announceSchool > #mv {
    background: #ffd015;
    padding-top: 110%;
    position: relative;
}
#announceSchool #mv::after{
	content: "";
	display: block;
	background: url("../images/logo.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: 17%;
	/* top: 31%; */
	left: 0%;
	right: 0%;
	margin: auto;
	width: 80%;
	padding-top: 24%;
	z-index: 3;
}
#announceSchool #mv::before{
	content: "";
	display: block;
	background: url("../images/as_txt_sp.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 8%;
	left: 0%;
	right: 0%;
	margin: auto;
	width: 87%;
	padding-top: 28%;
	z-index: 0;
}
.coverImg {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    /* top: 0; */
    bottom: -12%;
}
.coverImg img {
    width: 100%;
    min-width: 332vw;
}
.coverImg img:first-child {
    animation: loop 120s -60s linear infinite;
}
.coverImg img:last-child {
    animation: loop2 120s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

/*---------- UHBアナウンススクールとは？ ----------*/
#announceSchool #introduction h3.title{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
#announceSchool #introduction .yel{
	background: linear-gradient(transparent 70%, #ffe600 0%);
	display: inline;
	padding: 2px 5px;
}
#announceSchool #introduction .or{
	background: linear-gradient(transparent 70%, #f39800 0%);
	display: inline;
	padding: 2px 5px;
}
#announceSchool #introduction {
    background: #fff4c1;
}


/*---------- ポイント ----------*/
#announceSchool #introduction #about{margin-bottom: 5%;}
#announceSchool #introduction #about ul{
}
#announceSchool #introduction #about ul li{
	display: flex;
	margin-bottom: 10%;
	position: relative;
	flex-direction: column-reverse;
}
#announceSchool #introduction #about ul li:nth-child(1)::after{
	content: "";
	background: url("../images/point1.png")no-repeat top center;
	background-size: cover;
	/* max-width: 92px; */
	width: 34%;
	padding-top: 26%;
	position: absolute;
	top: 20%;
	left: 0;
	z-index: 2;
}
#announceSchool #introduction #about ul li:nth-child(2)::after{
	content: "";
	background: url("../images/point2.png")no-repeat top center;
	background-size: cover;
	/* max-width: 92px; */
	width: 34%;
	padding-top: 26%;
	position: absolute;
	top: 20%;
	right: 0;
	z-index: 2;
}
#announceSchool #introduction #about ul li:nth-child(3)::after{
	content: "";
	background: url("../images/point3.png")no-repeat top center;
	background-size: cover;
	/* max-width: 92px; */
	width: 34%;
	padding-top: 26%;
	position: absolute;
	top: 20%;
	left: 1%;
	z-index: 2;
}
#announceSchool #introduction #about ul li .txtWrap{
	margin: auto;
	width: 100%;
	padding: 5%;
	background: white;
	text-align: center;
	border: solid 3px #35353c;
	border-radius: 18px;
}
#announceSchool #introduction #about ul li .txtWrap p{
	font-size: 1.6rem;
	margin-top: 1em;
	text-align: initial;
}
#announceSchool #introduction #about ul li img{
	width: 100%;
	object-fit: cover;
	/* aspect-ratio: 16 / 9; */
	aspect-ratio: 5/3;
	margin-bottom: -5%;
	z-index: -1;
}
#announceSchool #introduction #about ul li img{

}

#announceSchool #introduction #about ul li:nth-child(1) .txtWrap::before {
    content: " ";
    position: absolute;
    left: -40px;
    bottom: -14px;
    width: 100%;
    height: 45%;
    background-color: #ffd015;
    z-index: -1;
}
#announceSchool #introduction #about ul li:nth-child(2) .txtWrap::before {
    content: " ";
    position: absolute;
    right: -40px;
    bottom: -9px;
    width: 100%;
    height: 50%;
    background-color: #f39800;
    z-index: -1;
    background-image: radial-gradient(white 15%, transparent 15%);
    background-size: 7px 7px;
}
#announceSchool #introduction #about ul li:nth-child(3) .txtWrap::before {
    content: " ";
    position: absolute;
    left: -40px;
    bottom: -15px;
    width: 100%;
    height: 60%;
    background-color: #ffe600;
    z-index: -1;
}


/*---------- 合格実績・メイン講師挨拶 ----------*/
#announceSchool #introduction h4.title{
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 7%;
}
#announceSchool #introduction #achievements,
#announceSchool #introduction #greeting{
	position: relative;
	background: white;
	padding: 8% 2.5% 3%;
	margin-bottom: 5%;
	border: solid 3px #35353c;
}


/*---------- 合格実績 ----------*/
#announceSchool #introduction #achievements a.comment-btn{
	width: 100%;
	padding: 4%;
	margin-bottom: 10%;
}
#announceSchool #introduction #achievements li{
	display:flex;
	flex-direction: column;
	border-bottom: 1px solid #CCC;
	padding: 1% 0 1%;
	font-size: 1.5rem;
	margin-bottom: 8%;
}
#announceSchool #introduction #achievements span{
	font-weight:bold;
}

#announceSchool #introduction #achievements li::before {
  content: " ";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 80%;
  height: 100%;
  background-color: #ffe600;
  z-index: -1;
	background-image: radial-gradient(white 15%, transparent 15%);
	background-size: 7px 7px;
}

/*---------- メイン講師挨拶 ----------*/

#announceSchool #introduction #greeting{
}
#announceSchool #introduction #greeting .greetingInner{
	display: grid;
	width: 100%;
	/*	grid-template-rows: 3fr;*/
	grid-template-columns: 50% 50%;
}
/*#announceSchool #introduction #greeting .greetingInner img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top;
    grid-column: 1 / 2;
}*/

#announceSchool #introduction #greeting .greetingInner .item{
    position: relative;
    overflow: hidden;
    width: 100%;
	grid-column: 1 / 2;
}
#announceSchool #introduction #greeting .greetingInner .item:before{
    content: "";
    display: block;
    padding-top: 100%;
}
#announceSchool #introduction #greeting .greetingInner .item img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	object-fit: cover;
	object-position: top;
}

#announceSchool #introduction #greeting .greetingInner .greetingWrap {
    grid-column: 1 / 3;
    margin-bottom: 6%;
}
#announceSchool #introduction #greeting .greetingInner .profile {
	grid-column: 2 / 3;
}
#announceSchool #introduction #greeting .greetingInner .greetingWrap h4{
	font-size: 3.5rem;
	line-height: 5rem;
	font-weight: 900;
	margin-bottom: 5%;
	color: #ff4900;
}
#announceSchool #introduction #greeting .greetingInner .greetingWrap p{
	font-size: 1.6rem;
	line-height: 3.4rem;
}
#announceSchool #introduction #greeting .greetingInner .profile .profile-txt{margin: 7% 0;}
#announceSchool #introduction #greeting .greetingInner .profile .btn{
    padding: 5%;
    margin-bottom: 4%;
}
#announceSchool #introduction #greeting .greetingInner .profile .join{
    color: #696969;
    line-height: 1em;
    letter-spacing: 0.05rem;
    font-size: 1.4rem;
}
#announceSchool #introduction #greeting .greetingInner .profile .name{
    font-weight: bold;
    font-size: 3rem;
    display:flex;
    flex-direction: column;
    margin-bottom: 7%;
}
#announceSchool #introduction #greeting .greetingInner .profile .name>span{
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    line-height: 1.1rem;
    color: #696969;
}

#announceSchool #introduction #greeting .greetingInner .skill {
	border-top: solid 1px #b4b4bf;
	font-size: 1.4rem;
	grid-column: 1 / 3;
	margin-top: 3%;
	padding: 4% 0;
}
#announceSchool #introduction #greeting .greetingInner .skill>li{
	display: flex;
	flex-direction: column;
}
#announceSchool #introduction #greeting .greetingInner .skill>li span{
	font-weight: bold;
}

#announceSchool  #introduction #greeting li::before {
  content: " ";
  position: absolute;
  left: -20px;
  bottom: -40px;
  width: 40%;
  height: 100%;
  background-color: #f39800;
  z-index: -2;
}


/*---------- 講師陣 ----------*/
#announceSchool #announcers .bgTitle{
	top: -1.5%;
	line-height: 1em;
	/* font-size: 9rem; */
	color: #fffcef;
	text-shadow: 
		9px 0px 0px #c7df99, 
		11px 0px 0px white;
}
#announceSchool #announcers {
      background: #c7df99;
}
#announceSchool #announcers ul{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
}
#announceSchool #announcers ul li{
	width: calc(50% - 5px);
	margin-bottom: 9%;
}
#announceSchool #announcers ul::after {
    display: block;
    content:"";
    width: calc(23% - 18px);
}
#announceSchool #announcers li .item{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 4%;
    border: solid 3px #35353c;
}
#announceSchool #announcers li .item:before{
    content: "";
    display: block;
    padding-top: 100%;
}
#announceSchool #announcers .item img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	object-fit: cover;
}
#announceSchool #announcers .item p.name{
	position: absolute;
	width: 100%;
	top: 85%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 2rem;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 2rem;
	text-shadow: 0 0 15px #808080;
}
#announceSchool #announcers .item p.name>span{
	font-size: 1.1rem;
}


/*---------- コース紹介 ----------*/
#announceSchool #course .bgTitle{
	color: #c7df99;
	text-shadow: 
		9px 0px 0px #fffbe9, 
		11px 0px 0px white;
}
#announceSchool #course {
    background: #fffbe9;
}
#announceSchool #course ul{
}
#announceSchool #course ul li{
	position: relative;
	display: flex;
	/* width: calc(50% - 18px); */
	padding: 6.5% 2%;
	background: white;
	margin-bottom: 3%;
	flex-direction: column;
	justify-content: space-between;
	border: solid 3px #35353c;
	border-radius: 20px;
}
#announceSchool #course ul li .title{
	margin-bottom: 6%;
}

#announceSchool #course ul li .title>h3{
    font-size: 2.5rem;
    font-weight: bold;
}
#announceSchool #course ul li .title>.sub{
    font-size: 1.4rem;
    font-weight: bold;
    width: 47%;
    background: #f39800;
    color: white;
    text-align: center;
    padding: 1% 0;
    margin-top: 4%;
}
#announceSchool #course ul li p{
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
	margin: 6% 0;
}
#announceSchool #course ul li p>span.caption{
	display: block;
	font-weight: bold;
	margin-top: 2%;
}
#announceSchool #course ul li>.btn{
	/* margin: 0 0 0 auto; */
	padding: 3%;
}

#announceSchool #course ol.notes{
	font-size: 1.4rem;
	margin-top: 10%;
	margin-left: 0%;
}

#announceSchool #course a.btn-sc{
	margin: 6% 0;
	/* width: 45%; */
	padding: 4%;
	font-size: 2.5rem;
	border: solid 3px #35353c;
}

#announceSchool #course ul li:nth-child(3n)::before {
    content: " ";
    position: absolute;
    left: 25px;
    bottom: -25px;
    width: 100%;
    height: 100%;
    background-color: #ffd015;
    z-index: -1;
}
#announceSchool #course ul li:nth-child(3n+1)::before {
    content: " ";
    position: absolute;
    left: 25px;
    bottom: -25px;
    width: 100%;
    height: 100%;
    background-color: #ffe600;
    z-index: -1;
}
#announceSchool #course ul li:nth-child(3n+2)::before {
    content: " ";
    position: absolute;
    left: 25px;
    bottom: -25px;
    width: 100%;
    height: 100%;
    background-color: #f39800;
    z-index: -1;
    background-image: radial-gradient(white 15%, transparent 15%);
    background-size: 7px 7px;
}

/*---------- アクセス ----------*/
#announceSchool #access{
	background: #fff4c1;
} 

#announceSchool #access iframe {
  	width: 100%;
  	height: 380px;
  	border: solid 3px #35353c;
}
#announceSchool #access ul {
    /* flex-wrap: wrap; */
    margin: 4% 0 2%;
    background: white;
}
#announceSchool #access ul li {
    padding: 3% 2%;
	font-size: 1.5rem;
}
#announceSchool #access ul li p{
    display: flex;
}
#announceSchool #access ul li span{
    width: 97px;
    font-weight: bold;
    /* margin-right: 6%; */
}
#announceSchool #access .map{
	position: relative;
	width: 100%;
  	height: 380px;
}
#announceSchool #access .map::before {
  content: " ";
  position: absolute;
  left: 25px;
  bottom: -25px;
  width: 100%;
  height: 100%;
  background-color: #c7df99;
  z-index: -1;
}


/*---------- お問い合わせ ----------*/
#announceSchool #mail .bgTitle{
	top: 2%;
	left: 0;
	color: #fff4c1;
	text-shadow: 
		9px 0px 0px #ffd015, 
		11px 0px 0px white;
}
#announceSchool #mail {
    background: #ffd015;
    padding: 4% 0 7%;
}
#announceSchool #mail .inner{
	/* display: flex; */
	align-items: baseline;
	justify-content: space-between;
}

#announceSchool #mail .mail-btn {
    display: block;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 6% 1%;
    border-radius: 3em;
    background: white;
    color: #35353c;
    text-decoration: none;
    transition: 0.3s;
    border: solid 3px #35353c;
}

#announceSchool #mail .mail-btn>span{
	font-size: 1.5rem;
}
#announceSchool #mail .mail-btn>i {
    margin-right:1%;
}

/*---------- あしらい ----------*/
#announceSchool #introduction #about ul li:nth-child(1)::before{
	content: "";
	background: url("../images/circle/c1.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 86%;
	right: -15%;
	width: 37%;
	padding-top: 38%;
	z-index: -1;
}
#announceSchool #introduction #about ul li:nth-child(2)::before{
	content: "";
	background: url("../images/circle/c2.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 93%;
	left: -3%;
	width: 21%;
	padding-top: 29%;
	transform: rotate(52deg);
	z-index: -1;
}

#announceSchool #introduction #about ul li:nth-child(3)::before{
	content: "";
	background: url("../images/circle/c3.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 92%;
	right: -8%;
	width: 29%;
	padding-top: 28%;
	z-index: -1;
}

#announceSchool #introduction #greeting::before{
	content: "";
	display: block;
	background: url("../images/circle/c5.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -5%;
	left: -25%;
	width: 20%;
	padding-top: 28%;
	z-index: -1;
	transform: rotate(207deg);
}
#announceSchool #introduction #greeting::after{
	content: "";
	display: block;
	background: url("../images/circle/c6.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -19%;
	right: -16%;
	width: 29%;
	padding-top: 77%;
	z-index: -1;
}
#announceSchool #course .inner::before{
	content: "";
	display: block;
	background: url("../images/circle/c7.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -4%;
	right: -21%;
	width: 23%;
	padding-top: 95%;
	z-index: -1;
}
#announceSchool #course .inner::after{
	content: "";
	display: block;
	background: url("../images/circle/c8.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -3%;
	left: -22%;
	width: 26%;
	padding-top: 94%;
	z-index: -1;
}
#announceSchool #access .inner::before{
	content: "";
	display: block;
	background: url("../images/circle/c9.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 58%;
	left: -17%;
	width: 28%;
	padding-top: 27.5%;
	z-index: -1;
}
#announceSchool #access .inner::after{
	content: "";
	display: block;
	background: url("../images/circle/c10.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -4%;
	right: -16%;
	width: 27%;
	padding-top: 29.6%;
	z-index: -2;
}

/*---------- コース詳細　----------*/
#announceSchool #course_detail .bgTitle{
	top:0;
	left: 0;
	color: #c7df99;
	text-shadow: 
		9px 0px 0px #fffbe9, 
		11px 0px 0px white;
}
#announceSchool #course_detail{
    background: #fffbe9;
}
#announceSchool #course_detail ul{
	width: 100%;
	margin: auto;
	background: white;
	padding: 6%;
	border: solid 3px #35353c;
	border-radius: 20px;
}#announceSchool #course_detail ul .title{
	margin-bottom: 9%;
}
#announceSchool #course_detail ul .title>h3{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
}
#announceSchool #course_detail ul .title>.sub{
    font-size: 1.4rem;
    font-weight: bold;
    width: 50%;
    background: #f39800;
    color: white;
    text-align: center;
    padding: 0.5% 0;
    margin-top: 6%;
}
#announceSchool #course_detail li{
	font-size: 1.7rem;
	margin-bottom: 5%;
	padding: 2% 0;
	border-bottom: solid 1px #cdcdcd;
} 
#announceSchool #course_detail li>span{
	width: 14%;
	font-weight: bold;
	text-align: center;
} 
#announceSchool #course_detail li>p{
	/* width: 84%; */
	letter-spacing: 0.1rem;
} 
#announceSchool .as_btn{
    padding: 10% 0;
    background: #fffbe9;
}
#announceSchool .as_btn .btn{
    width: 90%;
    margin:auto;
    padding: 3%;
}

/*---------- スライダー　----------*/
#announceSchool .imgListWrap{
    background: #c7df99;
	padding: 0;
}
section.imgListWrap {
    margin: 0 auto;
    position: relative;
    display: flex;
    overflow: hidden;
}
section.imgListWrap {
    width: 100%;
    margin: 10px auto;
    position: relative;
}
section.imgListWrap {
    margin: 0 auto;
    position: relative;
    display: flex;
    overflow: hidden;
}
section.imgListWrap .slider {
    display: flex;
    width: max-content;
}
section.imgListWrap .slider li {
	min-width: calc(100vw / 2);
    padding: 3vw 1.5vw;
}
section.imgListWrap .slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}
section.imgListWrap .slider:first-child {
    animation: loop 70s -35s linear infinite;
}
section.imgListWrap .slider:last-child {
    animation: loop2 70s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

/*---------- 合格者の声　----------*/
#announceSchool #comment .bgTitle{
	/*top:0;
	left: 0;
	color: #c7df99;
	text-shadow: 
		9px 0px 0px #fffbe9, 
		11px 0px 0px white;*/
}
#announceSchool #comment {
    background: #fff4c1;
}
#announceSchool #comment ul{
	position: relative;
	width: 100%;
	margin: 0 auto 4%;
}
#announceSchool #comment ul .title{
	margin-bottom: 3%;
}
#announceSchool #comment ul .title>h3{
    font-size: 3rem;
    font-weight: bold;
}

#announceSchool #comment .gr{
	background: linear-gradient(transparent 70%, #c7df99 0%);
	display: inline;
	padding: 2px 5px;
}

#announceSchool #comment ul li{
	background: white;
	padding: 3%;
	border: solid 2px #35353c;
	border-radius: 20px;
	margin-bottom: 2%;
}
#announceSchool #comment ul li>.name{
	display: flex;
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 4%;
	flex-direction: column;
}
#announceSchool #comment ul li>.name>span{
	font-weight: bold;
	font-size: 1.5rem;
	margin-left: 1%;
	letter-spacing: 0.01rem;
}
#announceSchool #comment ul li>p{
	font-size: 1.7rem;
	line-height: 1.9em;
	/* letter-spacing: 0.02rem; */
}

#announceSchool #comment ul::before{
	content: "";
	display: block;
	background: url("../images/circle/c5.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 0%;
	right: -27%;
	width: 38%;
	padding-top: 53%;
	z-index: -1;
}
#announceSchool #comment ul::after{
	content: "";
	display: block;
	background: url("../images/circle/c3.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: -2%;
	left: -9%;
	width: 30%;
	padding-top: 29%;
	z-index: -1;
}

/*セミナー募集バナー*/
#announceSchool a.seminar_banner {
	position: absolute;
	padding: 0.6%;
	transition: 0.3s;
	z-index: 2;
	/* border: solid 2px #35353c; */
	width: 140px;
	height: 140px;
	background-color: #ffffff;
	bottom: -28px;
	border-radius: 50%;
	right: 9px;
	/* box-shadow: 1px 1px 3px rgb(0 0 0 / 10%); */
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #009506;
	display: flex;
	align-items: center;
	justify-content: center;
}
#announceSchool #mv span  {
    content: '';
    position: absolute;
    right: 6px;
    bottom: -30px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background-color: #c7df99;
    z-index: 1;
    background-image: radial-gradient(white 15%, transparent 15%);
    background-size: 7px 7px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}
/*#announceSchool a.seminar_banner span {
     background: linear-gradient(transparent 70%, #7ac114 0%); 
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-top: 4%;
}*/

/* snsボタン */
#announceSchool a.instagram {
	position: absolute;
	bottom: 6%;
	left: 11%;
	/* transform: translateX(-50%); */
	color: white;
	background: #D93177;
	background:
		radial-gradient(circle farthest-corner at 32% 106%,
		rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%),
		linear-gradient(135deg, rgb(35, 75, 215) 12%,rgb(195, 60, 190) 58%);
	font-size: 125%;
	font-weight: bold;
	padding: 0.6% 1.6%;
	border-radius: 7px;
	transition: 0.3s;
	z-index: 2;
	border: solid 2px white;
	letter-spacing: 1px;
}
#announceSchool a.instagram i{
	transition: 0.3s;
}
#announceSchool a.instagram i:hover{
	transform:scale(1.1);
	/*opacity: 0.8;*/
	transition: 0.3s;
}
