<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.br {
  display: block;
}

.first #main_ph .bg_fx_first::after {
  background-image: url(/images/first-time/main_bk.jpg);
  background-position: center;
}

/*------------------------------------------------------------
PC
------------------------------------------------------------*/
@media all and (min-width: 769px) {
  .first .first_top{
    background: url(/images/first-time/first_bg01.jpg) center /100% no-repeat;
  }

  .first .body {

  } 
  .first .about .body h3 {
    margin-bottom: 2rem;
  } 
  .first .about .body h3 .com_name {
    width: clamp(11.25rem, 9.027rem + 6.83vw, 15rem);/*180~240px(521~1400px)*/
    margin: 0 auto .5rem;
    display: block;
    text-align: center;
  } 
  .first .about .body h3 .title {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    display: block;
  } 
  .first .about .body .band_catch {
    font-size: clamp(1.125rem, 0.606rem + 1.59vw, 2rem);/*18~32px(521~1400px)*/
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1rem;
    width: 100%;
    background-color: #E66C73;
    margin-bottom: 2rem;
  } 
  .first .about .body .small_txt {
    font-size: clamp(1rem, 0.852rem + 0.46vw, 1.25rem);/*16~20px(521~1400px)*/
    text-align: center;
    display: block;
    margin-bottom: 2rem;
  } 
  .first .about .body .rank {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 2rem;
  } 
  .first .about .body .top_text .br {
    font-size: clamp(1rem, 0.852rem + 0.46vw, 1.25rem);/*16~20px(521~1400px)*/
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  } 
  .first .about .body .top_text .br .big {
    font-size: clamp(1.25rem, 0.954rem + 0.91vw, 1.75rem);/*20~28px(521~1400px)*/
    color: #E66C73;
  } 
  .first .about .body .top_text .br .big.ls {
    margin: 0 -.5rem;
  } 

  .first .introduction {
    background: url(/images/common/border_bg.svg) top left /32px repeat;
  }
  .first .introduction .body .intro_box {
    padding: clamp(1rem, 0.704rem + 0.91vw, 1.5rem);/*24~32px(521~1400px)*/
    border: #6FB92C 2px dashed;
    background-color: #fff;
  }
  .first .introduction .body .intro_box:not(:last-of-type) {
    margin-bottom:clamp(1.5rem, 1.204rem + 0.91vw, 2rem);/*24~32px(521~1400px)*/
  }
  .first .introduction .body .intro_box h3 {
    display: flex;
    align-items: center;
    grid-gap: .75rem;
    padding: .5rem 1rem;
    background-color: #6FB92C;
    margin-bottom: 1.5rem;
  }
  .first .introduction .body .intro_box h3 img {
    width: 2rem;
  }
  .first .introduction .body .intro_box h3 .txt {
    font-weight: bold;
    font-size: clamp(1.125rem, 0.977rem + 0.46vw, 1.375rem);/*18~22px(521~1400px)*/
    color: #fff;

  }
  .first .introduction .body .intro_box .intro_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    border: 2px solid #6FB92C;
    border-radius: 10px;
    background-color: #FFFBF3;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .first .introduction .body .intro_box .intro_detail .text {
    width: calc(70% - 1rem);
  }
  .first .introduction .body .intro_box .intro_detail .text .br {
    font-size: clamp(0.875rem, 0.611rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
  }
  .first .introduction .body .intro_box .intro_detail .text .br .strong {
    color: #CA050F;
    font-weight: bold;
  }
  .first .introduction .body .intro_box .intro_detail .text .strong.big {
    font-size: clamp(1.25rem, 0.805rem + 1.37vw, 2rem);/*20~32px(521~1400px)*/
    margin-top: 1em;
    color: #E66C73;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #E66C73;
    display: block;
    line-height: 1.25;
    width: fit-content;
  }
  .first .introduction .body .intro_box .intro_detail .image {
    width: 30%;
  }
  .first .introduction .body .intro_box .detail_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 1rem 2rem;
  }
  .first .introduction .body .intro_box .detail_menu .move_bt {
    width: calc(50% - 1rem);
  }
  .first .introduction .body .intro_box .button {
    width: 100%;
    margin: 1.5rem auto 0;
    max-width: 400px;
  }
  .first .introduction .body .intro_box .button a {
    padding: .75rem 1rem;
    display: block;
    background-color: #CA050F;
    transition: background-color .5s;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  .first .introduction .body .intro_box .button a:hover {
    background-color: #2e4f07;
  }

  .first .introduction .body .contact_banner {
    margin: 3rem auto 0;
    width: 100%;
  }

}
@media all and (max-width: 768px) {
  .first #main_ph .bg_fx_first::after {
    /* background-position: bottom center; */
  }
}
/*------------------------------------------------------------
pad
------------------------------------------------------------*/
@media all and (min-width: 521px) and (max-width: 768px) {
  .first .first_top{
    background: url(/images/first-time/first_bg01.jpg) center /auto 100% no-repeat;
  }
  .first #pageUnder .body {
    padding: 50px 0;
  }


  .first .about .body h3 {
    margin-bottom: 2rem;
  } 
  .first .about .body h3 .com_name {
    width: clamp(11.25rem, 9.027rem + 6.83vw, 15rem);/*180~240px(521~1400px)*/
    margin: 0 auto .5rem;
    display: block;
    text-align: center;
  } 
  .first .about .body h3 .title {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    display: block;
  } 
  .first .about .body .band_catch {
    font-size: clamp(1.125rem, 0.606rem + 1.59vw, 2rem);/*18~32px(521~1400px)*/
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1rem;
    width: 100%;
    background-color: #E66C73;
    margin-bottom: 2rem;
  } 
  .first .about .body .small_txt {
    font-size: clamp(1rem, 0.852rem + 0.46vw, 1.25rem);/*16~20px(521~1400px)*/
    text-align: center;
    display: block;
    margin-bottom: 2rem;
  } 
  .first .about .body .rank {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 2rem;
  } 
  .first .about .body .top_text .br {
    font-size: clamp(1rem, 0.852rem + 0.46vw, 1.25rem);/*16~20px(521~1400px)*/
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  } 
  .first .about .body .top_text .br .big {
    font-size: clamp(1.25rem, 0.954rem + 0.91vw, 1.75rem);/*20~28px(521~1400px)*/
    color: #E66C73;
  } 
  .first .about .body .top_text .br .big.ls {
    margin: 0 -.5rem;
  } 

  .first .introduction {
    background: url(/images/common/border_bg.svg) top left /32px repeat;
  }
  .first .introduction .body .intro_box {
    padding: clamp(1rem, 0.704rem + 0.91vw, 1.5rem);/*24~32px(521~1400px)*/
    border: #6FB92C 2px dashed;
    background-color: #fff;
  }
  .first .introduction .body .intro_box:not(:last-of-type) {
    margin-bottom:clamp(1.5rem, 1.204rem + 0.91vw, 2rem);/*24~32px(521~1400px)*/
  }
  .first .introduction .body .intro_box h3 {
    display: flex;
    align-items: center;
    grid-gap: .75rem;
    padding: .5rem 1rem;
    background-color: #6FB92C;
    margin-bottom: 1.5rem;
  }
  .first .introduction .body .intro_box h3 img {
    width: 2rem;
  }
  .first .introduction .body .intro_box h3 .txt {
    font-weight: bold;
    font-size: clamp(1.125rem, 0.977rem + 0.46vw, 1.375rem);/*18~22px(521~1400px)*/
    color: #fff;

  }
  .first .introduction .body .intro_box .intro_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    border: 2px solid #6FB92C;
    border-radius: 10px;
    background-color: #FFFBF3;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .first .introduction .body .intro_box .intro_detail .text {
    width: calc(70% - 1rem);
  }
  .first .introduction .body .intro_box .intro_detail .text .br {
    font-size: clamp(0.875rem, 0.611rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
  }
  .first .introduction .body .intro_box .intro_detail .text .br .strong {
    color: #CA050F;
    font-weight: bold;
  }
  .first .introduction .body .intro_box .intro_detail .text .strong.big {
    font-size: clamp(1.25rem, 0.805rem + 1.37vw, 2rem);/*20~32px(521~1400px)*/
    margin-top: 1em;
    color: #E66C73;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #E66C73;
    display: block;
    line-height: 1.25;
    width: fit-content;
  }
  .first .introduction .body .intro_box .intro_detail .image {
    width: 30%;
  }
  .first .introduction .body .intro_box .detail_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 1rem 2rem;
  }
  .first .introduction .body .intro_box .detail_menu .move_bt {
    width: 100%;
  }
  .first .introduction .body .intro_box .button {
    width: 100%;
    margin: 1.5rem auto 0;
    max-width: 400px;
  }
  .first .introduction .body .intro_box .button a {
    padding: .75rem 1rem;
    display: block;
    background-color: #CA050F;
    transition: background-color .5s;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  .first .introduction .body .intro_box .button a:hover {
    background-color: #2e4f07;
  }

  .first .introduction .body .contact_banner {
    margin: 3rem auto 0;
    width: 100%;
  }

}
/*------------------------------------------------------------
SP
------------------------------------------------------------*/
@media all and (max-width: 520px) {

  .first .first_top{
    background: url(/images/first-time/first_bg01.jpg) center /auto 100% no-repeat;
  }
  .first #pageUnder  .body {
    padding: 2rem 0;
  }
  
  .first .about .body h3 {
    margin-bottom: 2rem;
  } 
  .first .about .body h3 .com_name {
    width: clamp(11.25rem, 9.027rem + 6.83vw, 15rem);/*180~240px(521~1400px)*/
    margin: 0 auto .5rem;
    display: block;
    text-align: center;
  } 
  .first .about .body h3 .title {
    width: 100%;
    margin: 0 auto;
    display: block;
  } 
  .first .about .body .band_catch {
    font-size: clamp(1.125rem, 0.606rem + 1.59vw, 2rem);/*18~32px(521~1400px)*/
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1rem;
    width: 100%;
    background-color: #E66C73;
    margin-bottom: 2rem;
  } 
  .first .about .body .small_txt {
    font-size: clamp(1rem, 0.852rem + 0.46vw, 1.25rem);/*16~20px(521~1400px)*/
    text-align: center;
    display: block;
    margin-bottom: 2rem;
  } 
  .first .about .body .rank {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 2rem;
  } 
  .first .about .body .top_text .br {
    font-size: clamp(1rem, 0.852rem + 0.46vw, 1.25rem);/*16~20px(521~1400px)*/
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  } 
  .first .about .body .top_text .br .big {
    font-size: clamp(1.25rem, 0.954rem + 0.91vw, 1.75rem);/*20~28px(521~1400px)*/
    color: #E66C73;
  } 
  .first .about .body .top_text .br .big.ls {
    margin: 0 -.5rem;
  } 

  .first .introduction {
    background: url(/images/common/border_bg.svg) top left /32px repeat;
  }
  .first .introduction .body .intro_box {
    padding: clamp(1rem, 0.704rem + 0.91vw, 1.5rem);/*24~32px(521~1400px)*/
    border: #6FB92C 2px dashed;
    background-color: #fff;
  }
  .first .introduction .body .intro_box:not(:last-of-type) {
    margin-bottom:clamp(1.5rem, 1.204rem + 0.91vw, 2rem);/*24~32px(521~1400px)*/
  }
  .first .introduction .body .intro_box h3 {
    display: flex;
    align-items: center;
    grid-gap: .75rem;
    padding: .5rem 1rem;
    background-color: #6FB92C;
    margin-bottom: 1.5rem;
  }
  .first .introduction .body .intro_box h3 img {
    width: 2rem;
  }
  .first .introduction .body .intro_box h3 .txt {
    font-weight: bold;
    font-size: clamp(1.125rem, 0.977rem + 0.46vw, 1.375rem);/*18~22px(521~1400px)*/
    color: #fff;

  }
  .first .introduction .body .intro_box .intro_detail {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    border: 2px solid #6FB92C;
    border-radius: 10px;
    background-color: #FFFBF3;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .first .introduction .body .intro_box .intro_detail .text {
    width: 100%;
  }
  .first .introduction .body .intro_box .intro_detail .text .br {
    font-size: clamp(0.875rem, 0.611rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
  }
  .first .introduction .body .intro_box .intro_detail .text .br .strong {
    color: #CA050F;
    font-weight: bold;
  }
  .first .introduction .body .intro_box .intro_detail .text .strong.big {
    font-size: clamp(1.25rem, 0.805rem + 1.37vw, 2rem);/*20~32px(521~1400px)*/
    margin-top: 1em;
    color: #E66C73;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #E66C73;
    display: block;
    line-height: 1.25;
    width: fit-content;
  }
  .first .introduction .body .intro_box .intro_detail .image {
    width: 100%;
  }
  .first .introduction .body .intro_box .detail_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 1rem 2rem;
  }
  .first .introduction .body .intro_box .detail_menu .move_bt {
    width: 100%;
  }
  .first .introduction .body .intro_box .detail_menu .move_bt a span {
    font-size: 14px;
  }
  .first .introduction .body .intro_box .button {
    width: 100%;
    margin: 1.5rem auto 0;
    max-width: 400px;
  }
  .first .introduction .body .intro_box .button a {
    padding: .75rem 1rem;
    display: block;
    background-color: #CA050F;
    transition: background-color .5s;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  .first .introduction .body .intro_box .button a:hover {
    background-color: #2e4f07;
  }

  .first .introduction .body .contact_banner {
    margin: 3rem auto 0;
    width: 100%;
  }
}</pre></body></html>