@charset "UTF-8";
/* CSS Document */
body {
    font-family: "Hiragino Sans", Meiryo, sans-serif;
}
.animate__animated {
	 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
}
.head {
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: fixed;
    display: inline-flex;
    text-align: center;
    top: 20px;
	 align-items: center;
}
.top {
    z-index: 10;
    position: absolute;
    top: 0px;
    width: 100%;
}
.bg {
    position: fixed;
    width: 100%;
    z-index: 0;
    bottom: 0px;
	 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
}
.bg-photo {
    background-image: url(../images/head-img.jpg);
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 80px);;
    width: 100%;
}
.bg-blue {
	    background-color: #E2F3FC;
}
.content {
    margin-top: 100vh;
    position: relative;
    z-index: -1;
    width: 100%;
    left: auto;
    right: auto;
}
.content-nomal {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: auto;
    right: auto;
}
.btn-1 {
    max-height: 70px;
}
@media (max-width: 575.98px) {
	.btn-1 {
    max-height: 55px;
}
	.nedan {
	font-size: 150%;
}
}
.copy {
    position: absolute;
}
.copy h1 {
    color: hsla(195,95%,24%,1.00);
    font-weight: 600;
    text-align: left;
    line-height: 1.5em;
    font-size: clamp(1.75rem, 2.8vw, 3.5rem);
}

.copy-1 {
    color: #FAFF77;
    font-size: 300%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copy-2 {
    color: #54798D;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
    font-weight: normal;
}
@media (max-width: 767.98px) {
	.copy {
    position: absolute;
    top: 13%;
}
	.bg-photo {
    background-image: url(../images/head-img-sp.jpg);
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 250px);;
    width: 100%;
}
	.copy-1 {
    font-size: 300%;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 20px;
}
	.copy-2 {
    font-size: 120%;
}
	h2 {
    font-size: 160%;
}
}
.color-bronze {
	color: #54798D;
}
.bg-bronze {
    background-color: #5696B9;
}
.bg-white {
    background-color: #FFFFFF;
    height: 100%;
}
.font-yellow {
	color: #FAFF77;
}
.small-2 {
    font-size: 50%;
}
.big {
    font-size: 400%;
    font-family: "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
}
.big-2 {
    font-size: 140%;
    font-family: "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
    margin-right: 10px;
}
.rounded-box {
    border-radius: 20px;
}
.icon-1 {
    max-height: 55px;
}
.icon-2 {
    max-height: 80px;
}
.icon-3 {
    max-height: 30px;
    margin-bottom: 15px;
}
.layer {
    position: relative;
    height: auto;
}
.onamae {
    font-size: 110%;
}


#accordion a[data-toggle="collapse"]{
    display: block;
    padding: 10px;
    text-decoration: none;
  position: relative;
}
#accordion a[data-toggle="collapse"]::after,#accordion a[data-toggle="collapse"]::before{
    content: "";
position: absolute;
right: 2em;
top: calc(50% - 15px);
width: 2px;
height: 30px;
background-color: #FAFF77;
transition: all 0.3s;
}
#accordion a[data-toggle="collapse"]::after{
-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-duration: 0.3s;
}
#accordion a[aria-expanded=false]::after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-duration: 0.3s;
}
#accordion a[aria-expanded=true]::before{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-duration: 0.3s;
}
[id^="menu"] li{
    padding: 10px 10px 10px 20px;
}
.card-header {
    background-color: #176F9F;
}

.card-header h5 a {
	 color: #FAFF77!important;
    padding-right: 70px!important;
}
.card {
border: 0px solid rgba(0, 0, 0, 0.125);
 border-radius: 0rem; 
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.man {
    position: absolute;
    bottom: 0px;
	   text-align: center;
}
.man img {
    max-width: 150px;
	   text-align: center;
}

.pc-br {
  display: none;
}
@media (max-width: 767.98px) {
  .sp-br {
    display: none;
  }
  .pc-br {
    display: inherit;
  }
	.man {
    position: static!important;
    text-align: center;
}
	.man img {
        max-width: 150px;
}
}
