/*********************************
目次
1.  各 img-Header
2.  プロフィール
3.
4.
5.
6.
7.
8.
9.
10.
*********************************/


/*====================
カテゴリ用 H2〜　
=====================*/
/* カテゴリ用 H2〜デザイン */
h2 {
font-size: 22px;
font-weight: bold;
color: #393939;
padding: 2em;
margin-bottom: 2em;
text-align: left;
background-image: linear-gradient(90deg, #c1d3ff, #c7d4f7);
}
@media all and (max-width: 767px) {
  h2{
    font-size: 18px;
    margin-bottom: 0;
  }
}

h3 {
    color: #484c70;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    text-align: left;
}

 @media screen and (max-width: 767px) {
    h3{
    font-size: 18px;
    }
    h4{
      font-size: 16px;
    }
  }
  

h4 {
  padding: 0.8rem 0 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(#c1d3ff);
    background-repeat: no-repeat;
    background-size: 100% 13px;
    background-position: bottom;
    color: #353535;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    margin: 3rem 0 2em 0;
    }
/*********************************
1. Header img
*********************************/
.image_header_profile {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/aae-profile4-pc.jpg");
  display: block;
  position: relative;
  object-fit: cover;
  height: 250px;
  background-position: 50% 37%;
}


@media all and (max-width: 767px) {
  .header_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  .header_info div:first-child {
    text-align: center;
    font-size: 20px;
    letter-spacing: 3.45px;
  }
  
  .header_info div:nth-child(2) {
    text-align: center;
    font-size: 14px;
    margin-top: 0.5em;
    letter-spacing: 2.7px;
  }
  .image_header_profile, .image_header, .image_header_menu, .image_header_voice {
        background-size: cover;
        height: 150px;
    }

}




/*********************************
カテゴリページ 共通
*************************/
.container-category {
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .container-category {
    flex-direction: column;
  }
}
.main{
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 0;
  }
}

/*====================
 フォーム
=====================*/
.gb-container-f09816e8 {
    border-radius: 1em;
    padding: 0.6em;
    
}

button#wpforms-submit-173.wpforms-submit.form-btn{
  margin: 0 auto !important;
  display: block !important;
  width: 70%;
}
@media screen and (max-width: 767px) {
  button#wpforms-submit-173.wpforms-submit.form-btn{
  width: 90%;
}
}
/*====================
 CTA float 2025
=====================*/
.common-fixed-btn .sp-foot-bottom0 {
  display: none;
} 
.close{
	position: absolute;
  left: 90px;
  top: 0.5em;
  z-index: 100;
	border-radius: 50%;
	border: 0;
	background-color: #abc2e8;
	color: #ffffff;
  width: 1.4em;
  height: 1.4em;
  font-size: 1.1em;
  text-align: center;
}

@media (max-width: 767px) {
  .sp-foot-bottom0{
   display: flex;
   bottom: 0;
   width: 100%;
   height: 60px;
   background-color: #6f695e;
   position: fixed;
   justify-content: center;
   align-items: center;
  }
  .common-fixed-btn{
    display:block;
    position: fixed;
    bottom: 4.5em;
    right: 5%;
    z-index: 2;
  }
  .sp-foot-bottom0-inner{
    width: 25%;
    text-align: center;
    color: #fff;
  }
  .sp-foot-bottom0-text{
    color: #fff;
    font-size: 0.7em;
    font-weight: 400;
    letter-spacing: .12em;
    margin-top: 0.3em;
  }

.bottom-nav-a{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
}
.online-btn-top img {
  z-index: 1000;
  width: 120px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  animation: animation_puni-data-v-9795c524 2s infinite running;
}
@keyframes animation_puni-data-v-9795c524 {
0% {
    transform: scale(1, 1) translateY(0);
}
49% {
    transform: scale(1, 1) translateY(0);
}
50% {
    transform: scale(0.9, 1.05) translateY(0);
}
58% {
    transform: scale(1.1, 0.9) translateY(10%);
}
65% {
    transform: scale(1, 1) translateY(0);
}
73% {
    transform: scale(1.05, 0.95) translateY(5%);
}
80% {
    transform: scale(1, 1) translateY(0);
}
87% {
    transform: scale(1.02, 0.98) translateY(2%);
}
95% {
    transform: scale(1, 1) translateY(0);
}
100% {
    transform: scale(1, 1) translateY(0);
}
}
