/** Shopify CDN: Minification failed

Line 317:0 Unexpected "}"

**/
    .page_ttl{
        font-size: 73px;
        line-height: 75px;
        font-weight: bold;
    }
    .future_wrapper{
        margin: 94px 68px 0;
    }
    .future_img_block{
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
    .future_img_block li > img{
        border-radius: 30px;
    }
    .future_img_block li:first-child{
        margin: 0 13px 0 0;
    }
    .future_img_block li:last-child{
        margin: 0 0 0 13px;
    }
    .future_content{
        margin: 113px 0 74px;
        display: flex;
    }
    .future_vertical_ttl{
        writing-mode: vertical-rl;
        font-size: 15px;
        border-right: 1px solid #5D5D5D;
        padding-right: 11px;
        padding-left: 0;
    }
    .future_detail{
        margin:0 20px;
    }
    .future_d_ttl{
        margin: 0 auto 26px;
        font-size: 42px;
        font-weight: bold;
    }
    .future_detail p{
        font-size: 21px;
        line-height: 36px;
        font-weight: 500;
    }
    .future_detail_exp {
        font-size: 21px;
        line-height: 36px;
        font-weight: 500;
        margin-bottom:1em;
    }
    .future_img{
        margin: 157px auto 0;
        text-align: center;
        max-width:758px;
    }
    .future_img > img{
        border-radius: 40px;
    }
    .for_pc{
        display: block;
    }
    .for_sp{
        display: none;
    }
.ph_ttl_exp {
    position: absolute;
    top: 10%;
    align-items: center;
    width: max-content;
}
p.ph_ttl_number {
    font-size: 70px;
    font-weight: 700;
    align-items: center;
}
p.ph_ttl_number span {
    display: block;
    position: relative;
    line-height: 1;
}
p.ph_ttl_number span:after {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 2px;
    background-color: currentcolor;
    transform: rotate(150deg) translate(-20px, -20px);
    transform-origin: 15px 5px;
}
.ph_ttl {
    margin: -50px auto 30px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    position: relative;

}
.ph_exp {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    margin: 0px auto 30px;
    position: relative;

}
/**偶数番配置**/
.image_links_box:nth-child(2n) .ph_ttl_exp {
}
.image_links_box:nth-child(2n) p.ph_ttl_number {
}
.image_links_box:nth-child(2n) p.ph_ttl_number span {
}
.image_links_box:nth-child(2n) .ph_ttl {
 }
.image_links_box:nth-child(2n) .ph_exp  {
}
/*ここまで*/
/*最後のセクションのみ*/
.image_links_box:last-child .image_links_image {
}
.image_links_box:last-child p.ph_ttl_number {
}
/*最後のセクションここまで*/
.em_text{
      font-size: 60px;
      font-weight: 700;
      line-height: 72px;
      text-align: center;
}
.ex_text{
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
      text-align: left;
      margin-bottom: -30px;
}
.side_line_text{
      font-size: 36px;
      font-weight: 500;
      line-height: 57px;
      letter-spacing: 7px;
      text-align: center;
      margin: -30px auto;
      display: flex;
      align-items: center;
      justify-content: center;
}
.side_line_text::before, .side_line_text::after {
    content: '';
    flex-grow: 0.04;
    height: 2px;
    background-color: #5d5d5d;
}
.side_line_text::before {
    margin-right: 15px;
}
.side_line_text::after {
   margin-left: 10px;
}
     /** tablet
    ===================================*/
    @media screen and  (min-width:768px) and ( max-width:1280px){
 
    }
     /** SmartPhone
    ===================================*/
    @media screen and (max-width: 767px){
    .for_pc{
        display: none;
    }
    .for_sp{
        display: block;
    }
    .page_ttl{
        font-size: 30px;
        line-height: 34px;
        font-weight: bold;
    }
    .sp_ttl{
        margin: 0 15px;
    }
    .future_wrapper{
        margin: 35px 0;
    }
    .future_img_block{
        gap: 3px;
    }
    .future_img_block li:first-child{
        margin: 0;
        padding-left: 15px;
    }
    .future_img_block li:last-child{
        margin: 0;
        padding-right: 15px;
    }
    .future_img_block li > img{
        border-radius: 10px;
    }
    .future_content{
        margin: 45px 0 35px;
    }
    .future_vertical_ttl{
        font-size: 8px;
        padding-right: 4px;
    }
    .future_detail{
        margin:0 5px;
    }
    .future_d_ttl{
        margin: 0 auto 4px;
        font-size: 20px;
        font-weight: bold;
    }
    .future_detail p{
        font-size: 13px;
        line-height: 17px;
        letter-spacing: -0.02em;
        font-weight: 400;
    }
    .future_detail_exp {
        font-size: 13px;
        line-height: 17px;
        letter-spacing: -0.02em;
        font-weight: 400;
        margin-bottom:1em;
    }
    .future_img{
        margin: 57px 15px 0;
        text-align: center;
    }
    .future_img > img{
        border-radius: 20px;
    }
    .ex_text{
      font-size: 16px;
      font-weight: 500;
      line-height: 21px;
      margin: 0 15px 7px;
    }  
    .em_text {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 17px;
    }
    .side_line_text {
      font-size: 15px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 3px;
      text-align: center;
      margin: -5px auto -19px;
    }
    .ph_ttl_exp {
      display: contents;
      width: max-content;
    }
    p.ph_ttl_number {
    font-size: 38px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 0;  
}  
    p.ph_ttl_number span {
    display: block;
    position:  unset;
    line-height: 1;
    margin-bottom: 90px;
}
    p.ph_ttl_number span:after {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 1px;
    background-color: currentcolor;
    transform: rotate(145deg) translate(-120px, -100px);
    transform-origin: 15px 5px;
} 
    .ph_ttl {
    margin: -40px auto 15px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    position: unset;
    padding: 0;  
}  
  .ph_exp {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    margin: 0 auto 90px;
    position: unset;
    padding: 0;
    letter-spacing:0;
   }
 
.image_links_box:last-child .image_links_image {
        overflow: hidden;
        border-radius: 20px;
        width: 100%;
        margin: 0;
    }
}  
}
