@charset "UTF-8";

/*--top--*/
#flyer + section .top_wrap{
  position:relative;
}

#flyer + section .top_wrap:before{
    width: 250px;
    height: 200px;
    content: "必見";
    writing-mode: vertical-rl;
    background-image: url(/common/upload_data/expro0526com/image/20240210152340.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    transform: translateY(-50%) rotate(20deg);
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
    text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff,  0-1px 0 #fff,
              -1px 0 0 #fff, 1px 0 0 #fff;
    filter: drop-shadow(2px 2px 0px #000);
}

#flyer + section .top{
   background: #000;
   color: #fff;
   padding: 1rem 20% 1rem 3rem;
   font-size: clamp(1rem , 3vw , 3rem);
   line-height: 5rem;
}

#flyer + section .top span{
  color:#ffff00;
  font-size: 1.5em;
}

/*--top2--*/
#flyer + section .top2{
  background:#ff0000;
  padding: 3rem 20% 1rem 1rem;
}

#flyer + section .top2 .top2_list{
  display: flex;
  justify-content: center;
}

#flyer + section .top2 .top2_list li{
  position:relative;
  list-style: none;
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 3rem;
  display:flex;
  justify-content: center;
  align-items: center;
}

#flyer + section .top2 .top2_list li p{
  font-weight: bold;
  text-align:center;
}

#flyer + section .top2 .top2_list li:before{
  content:"";
  position:absolute;
  width: 100%;
  height: 150px;
  top:50%;
  left:50%;
  transform:translate(-50% ,-50%);
  background-image:url(/common/upload_data/expro0526com/image/20240210152209.png);
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
}

#flyer + section .top2 .top2_list li p{
  position:relative;
  z-index:1;
}

#flyer + section .top2 .top2_list_text{
    font-size: 3.0rem;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    text-align: center;
}

#flyer + section .top2  .top2_list_text span{
   font-size: 1.5em;
}

#flyer + section .top2  .top2_list_text span:nth-of-type(2){
  color:#0071c1
}

/*--middle--*/
#flyer + section .middle .middle_text1{
  text-align:center;
  font-size: 7rem;
  font-weight: bold;
}

#flyer + section .middle .middle_text2{
    display: flex;
    justify-content: center;
    font-size: 7rem;
    font-weight: bold;
    gap: 1.5rem;
}

#flyer + section .middle .middle_text2 p{
   margin-bottom: 0!important;
   padding: 0 2rem;
}

#flyer + section .middle .middle_text2 p:nth-child(even){
  color:#ffff00;
  background:#000000;
}

#flyer + section .middle .middle_text2 p:nth-child(odd){
  color:#ffff00;
  background:#ff0000;
}

#flyer + section .middle .middle_text3{
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.6rem , 3vw , 3rem);
}

#flyer + section .middle .middle_text3 span{
  font-size: 1.25em;
}

#flyer + section .middle .middle_text4{
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.6rem , 3vw , 3rem);
}

#flyer + section .middle .middle_text4 span{
  color:#ff0000;
  font-size: 1.5em;
}

#flyer + section .middle .middle_list1{
  display:flex;
  padding: 0 0 0 1rem;
}

#flyer + section .middle .middle_list1 .middel_list1_left{
    width: 60%;
    font-size: 2rem;
}

#flyer + section .middle .middle_list1 .middel_list1_left span,
#flyer + section .middle .middle_list1 .middel_list1_right span{
   font-weight:bold;
}

#flyer + section .middle .middle_list1 .middel_list1_right{
    width: 40%;
}

#flyer + section .middle .middel_list1_left_top_title,
#flyer + section .middel_list1_left_bottom_title{
  text-align:center;
  background: #ff0000;
  color: #fff;
  font-weight:bold;
}

#flyer + section .middle .middel_list1_left_bottom_arrow{
  text-align: center;
  margin: 1rem auto;
}

#flyer + section .middle .middel_list1_left_bottom_arrow img{
  width:50px;  
}

#flyer + section .middle .middel_list1_left_top_title span{
  color:#ffff00;
}

#flyer + section .middle .middel_list1_left_top_body{
  margin:0 0 0 1rem;
}

#flyer + section .middle .middel_list1_left_top_body:last-of-type{
  text-align:center;
}

#flyer + section .middle .middel_list1_right{
  display: flex;
   justify-content: space-evenly;
}

#flyer + section .middle .middel_list1_right_top_title{
    writing-mode: vertical-rl;
    font-size: 4rem;
    border: 4px solid #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.5rem;
    padding: 1rem 0.75rem 1rem 0;
}

#flyer + section .middle .middel_list1_right_bottom_body{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
}

#flyer + section .middle .middel_list1_right_bottom_body_list{
  background:#ff914c;
  border-radius:20px;
  padding: 2rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.0rem;
}

/*--bottom1--*/
#flyer + section .bottom1{
  background: #ff0000;
  margin-top:2rem;
}

#flyer + section .bottom1 .bottom1_list{
  display: flex;  
  font-weight:bold;
}

#flyer + section .bottom1 .bottom1_list .bottom1_list_left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#flyer + section .bottom1 .bottom1_list .bottom1_list_left p:nth-of-type(1){
  
}

#flyer + section .bottom1 .bottom1_list .bottom1_list_left p:nth-of-type(2){

}

#flyer + section .bottom1 .bottom1_list .bottom1_list_right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#flyer + section .bottom1 .bottom1_list_left p:nth-of-type(1){
  color:#fff;
  font-size:2rem;
 text-align:center;
    margin-bottom: 0;
}

#flyer + section .bottom1 .bottom1_list_left p:nth-of-type(2){
    color: #ffff00;
    font-size: clamp(1.6rem , 3vw , 3rem);
 text-align:center;
}

#flyer + section .bottom1 .bottom1_list_right p:nth-of-type(1){
  color:#fff;
    font-size: clamp(1.6rem , 3vw , 3rem);
 text-align:center;
  margin-bottom: 0;
}

#flyer + section .bottom1 .bottom1_list_right p:nth-of-type(2){
font-size: clamp(1.4rem , 2.8vw , 3rem);
 text-align:center;
  margin-bottom: 0;
  font-weight:bold;
}

/*--bottom2--*/
#flyer + section .bottom2 .bottom2_list{
  display:flex;
  background: #000;
  gap: 3rem;
  padding: 1rem 0;
  font-weight:bold;
}

#flyer + section .bottom2 .bottom2_list_left{
  width:50%;
  padding: 0 0 0 3rem;
}

#flyer + section .bottom2 .bottom2_list_left img{
  transform: scale(0.8);
}

#flyer + section .bottom2 .bottom2_list_right{
font-size: clamp(1.4rem , 2.8vw , 3rem);
}

#flyer + section .bottom2 .bottom2_list_right p{
  color:#fff;
  margin:0;
}

#flyer + section .bottom2 .bottom2_list_right .tel{
    pointer-events: none;
    text-decoration: none;
}

#flyer + section .bottom2 .bottom2_list_right .mail{
    text-decoration: none;
}

@media screen and (max-width:900px){
  #flyer + section .bottom2 .bottom2_list_right .tel{
    pointer-events: auto;
  }

  #flyer + section{
    padding-top: 30vw;
  }

  #flyer + section .top{
    padding: 1rem;
    font-size: clamp(1.5rem , 3vw , 3rem);
    line-height: min(10vw , 4rem);
  }

  #flyer + section .top2{
    padding: 3rem 1rem;
    display:flex;
    justify-content: center;
    gap: 3rem;
  }

  #flyer + section .top_wrap:before{
    top: -10vw;
    width: 35vw;
    height: 30vw;
    font-size: 9vw;
  }

  #flyer + section .top2 .top2_list{
    flex-direction: column;
    gap: 3rem;
  }

  #flyer + section .top2 .top2_list li{
    width:100%;
  }

  #flyer + section .top2 .top2_list_text{
    writing-mode: vertical-rl;
    font-size: max(16px , 2.5vw);
    letter-spacing: 0.3rem;
  }

  #flyer + section .middle .middle_text1,
  #flyer + section .middle .middle_text2 p{
    font-size: 9vw;
  }

  #flyer + section .middle .middle_list1{
    flex-direction: column;
    padding:0;
  }

  #flyer + section .middle .middle_list1 .middel_list1_left{
    width:100%
  }

  #flyer + section .middle .middle_list1 .middel_list1_left_top_body{
    text-align: center;
    margin:0;
    font-size: clamp(1.6rem , 3vw , 3rem);
  }

  #flyer + section .middle .middle_list1 .middel_list1_right{
    width:100%;
    justify-content: center;
    gap: 3vw;
    margin: 3rem 0;
  }

  #flyer + section .middle .middel_list1_right_bottom_body{
    width:70%;
    max-width: 300px;
  }

  #flyer + section .middle .middel_list1_right_top_title{
    font-size: clamp(16px , 7vw , 45px);
    letter-spacing: 0.2rem;
  }

  #flyer + section .bottom2 .bottom2_list_left img{
    transform: scale(1);
  }

}

@media screen and (max-width:768px){
  #flyer + section .bottom1 .bottom1_list{
    flex-direction:column;
  }
  #flyer + section .bottom2 .bottom2_list{
    flex-direction:column;
  }

  #flyer + section .bottom1 .bottom1_list .bottom1_list_left{
    width: 100%;
  }

  #flyer + section .bottom1 .bottom1_list .bottom1_list_right{
    width: 100%;
  }

  #flyer + section .bottom2 .bottom2_list_left{
    width: 90%;
    max-width: 350px;
    padding: 0 0 0 3rem;
    padding: 0;
    margin: 2rem auto 0;
  }

  #flyer + section .bottom2 .bottom2_list_left img{
    transform: scale(1);
  }

  #flyer + section .bottom2 .bottom2_list_right{
    width: 100%;
    text-align:center;
  }
}

@media screen and (max-width:400px){
  #flyer + section .content_wrapper{
    padding: 0;
  }

  #flyer + section .top2 {
    gap: 0;
  }

  #flyer + section .middle .middle_text2{
    gap: 1rem;
  }
}