@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.side4 {
    display: grid!important;
    gap: 32px 24px;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 834px) {
  .side4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .side4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.circle_text{
  margin: 30px 0;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border: 4px solid #c0c0c0;
  border-radius: 20px;
  text-align: center;
}

.circle_text > div > span {
  font-size: 24px;
  font-weight: 700;
}

.flex_textmedia_title {
  margin-top: 80px;
}

.flex_textmedia_title{
  margin-top: 80px;
}
/*========================20260409 t.hirose======================= */
.btn_line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    bottom: 135px;
    right: 10px;
    aspect-ratio: 1 / 1;
    color: #fff!important;
    background-color: #06C755!important;
    border: 1px solid #06C755!important;
    border-radius: 100vh;
    padding: 5px;
    z-index: 50;
    text-decoration: none;
    font-size: 12px;
}
.btn_line:before {
    content: "\f075";
    font: var(--fa-font-solid);
    line-height: 1;
    color: #fff!important;
    display: block;
}
/*========================20260409 t.hirose end================== */
/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){

}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){

}
/*===========================sp END====================================== */