@media(min-width:768px){
  .sp_only{
    display: none!important;
  }
}/*@media(min-width:768px){*/


@media(max-width:767px){
  .sp_hide{
    display: none!important;
  }

  main{
    padding-top: 50px;
  }

  /*以下、アニメーション関係*/
  .common_hover_opa:hover{
    opacity: 1;
  }
  
  /*以上、アニメーション関係*/



  /*以下、共通パーツ*/
  .serif{
    font-family: 'Noto Serif JP', serif;
  }
  
  .container{
    max-width:355px;
    margin:0 auto;
    padding:0;
  }
  
  .common_title_set{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    padding-bottom: 16px;
  }
  
  .common_title_set::after{
    content:"";
    width: 28px;
    height: 1px;
    background-color: #264967;
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
  }
  
  .common_title_set .en_title{
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #264967;
    font-size: 11px;
  }
  
  .common_title_set .ja_title{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
  }
  
  .common_link_button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 270px;
    height: 43px;
    border-radius: 5px;
    background-color: #264967;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    transition: 0.4s;
    margin:0 auto;
    font-size: 13px;
    font-feature-settings: "palt";
  }
  
  .common_link_button::after{
    content:"";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: url('../img/common/button_off.svg');
    position: absolute;
    right:15px;
    top:14px;
    transition: 0.4s;
  }

  /*faq*/
  .common_faq_list{
    
  }
  
  .common_faq_list .faq_block{
  
  }
  
  .common_faq_list .faq_block .question_area{
    cursor: pointer;
    position: relative;
    padding:24px 32px 24px 44px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  
  .common_faq_list .faq_block .question_area::before{
    content:"Q";
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ea5c6f;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:10px;
    top:0;
    bottom:0;
    margin:auto;
  }
  
  .common_faq_list .faq_block .question_area::after{
    content:"";
    width:12px;
    height:12px;
    background-image: url('../img/common/plus.svg');
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
    position: absolute;
  }
  
  .common_faq_list .faq_block .question_area.active::after{
    height:2px;
    background-image: url('../img/common/minus.svg');
    top:0;
    bottom:0;
    margin:auto;
  }
  
  .common_faq_list .faq_block .answer_area{
    display: none;
    padding:24px 32px 24px 44px;
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    background-color: #eef1f3;
  }
  
  .common_faq_list .faq_block .answer_area::before{
    content:"A";
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #264967;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:10px;
    top:22px;
  }

  /*お客様の声*/
  .common_voice_list{

  }
  
  .common_voice_list .voice_block{
    margin-bottom: 40px;
    position: relative;
  }
  
  .common_voice_list .voice_block .voice_balloon{
    position: absolute;
    top:-20px;
    z-index: 1;
    width: 70px;
    height: 78px;
    padding-top: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  
  .common_voice_list .voice_block .voice_balloon .icon{
    width:29px;
  }
  
  .common_voice_list .voice_block .white_box{
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 32px rgba(38,73,103,0.08);
  }
  
  .common_voice_list .voice_block .white_box::before{
    content:"";
    width:40px;
    height:40px;
    border-radius: 50%;
    background-color: #264967;
    position: absolute;
    top:-20px;
    z-index: 2;
  }
  
  .common_voice_list .voice_block .voice_title{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
    border-bottom:1px solid #ddd;
    margin-bottom: 16px;
    padding-bottom: 12px;
    padding-left: 6px;
  }
  
  .common_voice_list .voice_block .voice_text{
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 13px;
  }
  
  .common_voice_list .voice_block .voice_info{
    text-align: right;
    font-weight: bold;
    line-height: 1;
    font-size: 13px;
  }
  
  .common_voice_list .voice_block:nth-child(odd){
    padding-left: 14px;
  }
  
  .common_voice_list .voice_block:nth-child(odd) .voice_balloon{
    background-image: url('../img/common/voice_balloon_left.png');
    left:0;
  }
  
  .common_voice_list .voice_block:nth-child(odd) .white_box{
    padding:30px 20px;
    position: relative;
  }
  
  .common_voice_list .voice_block:nth-child(odd) .white_box::before{
    right:-20px;
  }

  .common_voice_list .voice_block:nth-child(odd) .voice_title{
    margin-left: 40px;
  }
  
  .common_voice_list .voice_block:nth-child(even){
    padding-right: 14px;
  }
  
  .common_voice_list .voice_block:nth-child(even) .voice_balloon{
    background-image: url('../img/common/voice_balloon_right.png');
    right:0;
  }
  
  .common_voice_list .voice_block:nth-child(even) .white_box{
    padding:30px 20px;
    position: relative;
  }
  
  .common_voice_list .voice_block:nth-child(even) .white_box::before{
    left:-20px;
  }

  .common_voice_list .voice_block:nth-child(even) .voice_title{
    margin-right: 40px;
  }
  
  /*以上、共通パーツ*/
  
  
  /*以下、共通セクション*/
  header{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:200;
    background-color: #fff;
  }
  
  header .header_container{
    padding:0 12px;
  }
  
  header .header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:50px;
  }
  
  header .header_logo{
    display: block;
    width:205px;
  }
  
  header .header_logo img{
    width:100%;
  }
  
  header nav{
    display: none;
  }
  
  header .header_right{
    display: flex;
    align-items: center;
  }
  
  header .header_right .tel{
    display: none;
  }

  header .header_right .sp_tel{
    width:18px;
  }
  header .header_right .sp_tel img{
    width:100%;
  }

  header .header_right .sp_line{
    width:25px;
    margin-left: 10px;
  }
  header .header_right .sp_line img{
    width:100%;
  }

  header .header_right .sp_mail{
    width:21px;
    margin-left: 10px;
  }
  header .header_right .sp_mail img{
    width:100%;
  }


  header .header_right .drawer_menu_block{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width:26px;
    height:20px;
    cursor: pointer;
    margin-left: 20px;
  }

  header .drawer_menu_block .bar{
    height:2px;
    background-color: #264967;
    transition-duration: 0.5s;
  }

  header .drawer_menu_block.active .bar1 {
    transform: translateY(8.9px) rotate(-45deg);
  }
  header .drawer_menu_block.active .bar2 {
    display: none;
  }
  header .drawer_menu_block.active .bar3 {
    transform: translateY(-8.9px) rotate(45deg);
  }


  #drawer_menu{
    position: fixed;
    z-index: 150;
    top: 50px;
    height: calc(100vh - 50px);
    height: calc(var(--vh, 1vh) * 100 - 50px);
    width: 100%;
    max-width: 100%;
    background-color: #eef1f3;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
    right: -100px;
  }

  #drawer_menu.show{
    opacity: 1;
    pointer-events: auto;
    right:0;
  }

  #drawer_menu .frame{
    height:100%;
    overflow-y: scroll;
  }

  #drawer_menu .link_area{
    padding:10px 10px 40px;
    background-color: #264967;
  }

  #drawer_menu .parent_list{
    margin-bottom: 10px;
  }

  #drawer_menu .parent_list a{
    display: inline-block;
  }

  #drawer_menu .parent_list .parent_item{
    position: relative;
    border-bottom:1px solid rgba(255,255,255,0.2);
  }
  

  #drawer_menu .parent_list .parent_item .parent_link{
    padding: 16px 8px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }

  #drawer_menu .child_list{
    margin-left: 16px;
    display: none;
  }

  #drawer_menu .child_list .child_item{
    margin-bottom: 16px;
  }

  #drawer_menu .child_list .child_item .child_link{
    font-size: 12px;
    font-weight: 400;
    color:#fff;
    display: flex;
    align-items: center;
  }

  #drawer_menu .child_list .child_item .child_link::before{
    content:"";
    width:8px;
    height:1px;
    background-color: #fff;
    margin-right: 6px;
  }


  #drawer_menu .submenu_open img{
    width:12px;
  }

  #drawer_menu .submenu_open.active img{
    transform: rotateZ(180deg);
  }

  #drawer_menu .link_area .mini_flex{
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }

  #drawer_menu .link_area .mini_flex li{
    width:50%;
    margin-top: 24px;
  }

  #drawer_menu .link_area .mini_flex .link{
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    color: #fff;
  }

  #drawer_menu .link_area .mini_flex .link::before{
    content:"";
    width:10px;
    height:1px;
    background-color: #fff;
    margin-right: 10px;
  }

  #drawer_menu .tel_area{

  }

  #drawer_menu .tel_area .tel_header{
    height:40px;
    background-color: #dae0e5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1;
    color: #264967;
  }

  #drawer_menu .tel_area .tel_body{
    padding:20px 0;
  }

  #drawer_menu .tel_area .tel_list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  #drawer_menu .tel_area .tel_block{
    width: 105px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    background-color: #ea5c6f;
    padding: 8px 0 6px;
    overflow: hidden;
  }

  #drawer_menu.show .tel_area .tel_block{
    pointer-events: auto;
  }

  #drawer_menu .tel_area .tel_block .tel_left{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 0;
    position: relative;
    margin-bottom: 6px;
  }

  #drawer_menu .tel_area .tel_block .tel_left::before{
    content: "";
    width:14.5px;
    height:19.5px;
    background-image: url(../img/common/sp_footer_tel.png);
    margin-right: 2px;
  }

  #drawer_menu .tel_area .tel01{
    font-size: 11px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  #drawer_menu .tel_area .tel_block01 {
    border-radius: 5px 0 0 5px;
  }

  #drawer_menu .tel_area .tel_blockk02 {
    margin: 0 1px;
  }

  #drawer_menu .tel_area .tel_block03 {
    border-radius:0 5px 5px 0;
  }

  #drawer_menu .tel_area .remark01 {
    display: flex;
    justify-content: center;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  #drawer_menu .tel_area .remark02 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    display: flex;
    justify-content: center;
  }


  #drawer_menu .mail_area{
    padding:24px 0 40px 12px;
  }

  #drawer_menu .mail_area .link{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width: 300px;
    height:50px;
    margin:0 auto 16px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #333;
  }

  #drawer_menu .mail_area .link::before{
    content:"";
    width:50px;
    height:50px;
    border-radius: 50%;
    position: absolute;
    left:-25px;
    top:0;
  }

  #drawer_menu .mail_area .mail_link::before{
    background-image: url('../img/common/footer_mail.png');
  }

  #drawer_menu .mail_area .line_link::before{
    background-image: url('../img/common/footer_line.png');
  }


  #drawer_menu .mail_area .link::after{
    content:"";
    width: 6px;
    height: 11.5px;
    background-image: url('../img/common/arrow_right_blue.svg');
    position: absolute;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
  }
  
  
  footer{
    padding:40px 0 136px;
    background-color: #172b3d;
  }
  
  footer .flex01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
  }

  footer .flex01 .left{
    width:100%;
    margin-bottom: 24px;
  }

  footer .footer_logo{
    width:240px;
    display: block;
    margin:0 auto 20px;
  }
  
  footer .footer_logo img{
    width:100%;
  }
  
  footer .insta{
    width:41px;
    display: block;
  }
  
  footer .insta img{
    width:100%;
  }

  footer .twitter{
    width:41px;
    display: block;
  }

  footer .flex01 .right{
    width:100%;
  }
  
  footer .ul_flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  
  footer .parent_list{
    margin-left: 0;
    width:100%;
  }
  
  footer .parent_list a{
    display: inline-block;
  }
  
  footer .parent_list .parent_item{
    margin-bottom: 0;
    border-top:1px solid rgba(255,255,255,0.2);
    position: relative;
  }
  
  footer .parent_list .parent_item:last-child{
    margin-bottom: 0;
    /* border-bottom:1px solid rgba(255,255,255,0.2); */
  }
  
  footer .parent_list .parent_item .parent_link{
    transition: 0.4s;
    font-weight: bold;
    line-height: 1;
    color:#fff;
    font-size: 13px;
    padding:16px 8px;
    display: block;
  }
  
  footer .parent_list .parent_item .parent_link:hover{
    opacity: 1;
  }

  footer .parent_list .parent_item .submenu_open{
    position: absolute;
    right:0;
    top:0;
    padding:18px 16px;
    transition: 0.4s;
  }

  footer .parent_list .parent_item .submenu_open.active{
    transform: rotateZ(180deg);
  }

  footer .parent_list .parent_item .submenu_open img{
    width:11px;
  }
  
  footer .child_list{
    padding-left: 16px;
    display: none;
    margin-top: 4px;
  }

  footer .child_list.show{
    display: block;
  }
  
  footer .child_list .child_item{
    margin-top: 0;
    margin-bottom: 12px;
  }
  
  footer .child_list .child_item .child_link{
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color:#fff;
    line-height: 1;
    transition: 0.4s;
    padding:3px 0;
  }
  
  footer .child_list .child_item .child_link:hover{
    opacity: 0.7;
  }
  
  footer .child_list .child_item .child_link::before{
    content:"";
    width:8px;
    height:1px;
    background-color: #fff;
    margin-top: 7px;
    margin-right: 6px;
    flex-shrink: 0;
  }
  
  footer .flex02{
    padding-top: 30px;
    border-top:1px solid rgba(255,255,255,0.2);
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  
  footer .flex02 p,
  footer .flex02 a{
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color:#fff;
  }

  footer .flex02 p{
    margin-top: 32px;
  }
  
  #pagetop{
    position: fixed;
    width:36px;
    border-radius: 50%;
    z-index:100;
    bottom:110px;
    right:10px;
    cursor: pointer;
  }
  
  #fix_side{
    display: none;
    position: fixed;
    right:0;
    top:160px;
    z-index: 100;
  }
  

  #fix_footer{
    position: fixed;
    width:100%;
    left:0;
    bottom:0;
    z-index: 100;
  }

  #fix_footer .flex{
    display: flex;
    flex-wrap: wrap;

  }

  #fix_footer .flex .tel_area{
    width:100%;
    position: relative;
    background-color: #ea5c6f;
    display: flex;
    justify-content: center;
  }

  #fix_footer .tel_block{
    height:35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ea5c6f;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color:#fff;
    position: relative;
  }

  #fix_footer .tel_block::before{
    content:"";
    width:14.5px;
    height:19.5px;
    background-image: url('../img/common/sp_footer_tel.png');
    margin-right: 4px;
    margin-top: 2px;
  }

  #fix_footer .tel_block01{ 
    width:40%;
    padding-left: 40px;
  }

  #fix_footer .tel_block02{
    width:30%;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
  }

  #fix_footer .tel_block03{
    width:30%;
  }
  
  #fix_footer .tel_area::after{
    content:"";
    width:175px;
    height:92px;
    background-image: url('../img/common/sp_footer_human.png');
    position: absolute;
    background-position: top;
    bottom:0;
    left:0;
    pointer-events: none;
  }

  #fix_footer .line_block{
    width:50%;
    height:35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00b900;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color:#fff;
    position: relative;
  }

  #fix_footer .line_block::before{
    content:"";
    width:22.5px;
    height:21px;
    background-image: url('../img/common/sp_footer_line.png');
    margin-right: 6px;
  }

  #fix_footer .mail_block{
    width:50%;
    height:35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #264967;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color:#fff;
    position: relative;
  }

  #fix_footer .mail_block::before{
    content:"";
    width:18px;
    height:13.5px;
    background-image: url('../img/common/sp_footer_mail.png');
    margin-right: 6px;
  }

  .common_contact_area{
  
  }
  
  .common_contact_area .area01{
    display: flex;
    justify-content: center;
    
    padding-left: 40px;
  }
  
  .common_contact_area .area01 .contents{
    padding:16px 0;
    position: relative;
  }
  
  .common_contact_area .area01 .contents img{
    position: absolute;
    bottom:0;
    left:-60px;
    height:100px;
    width:auto;
  }
  
  .common_contact_area .area01 .flex{
    display: flex;
    justify-content: center;
    align-items: center;

  }
  
  .common_contact_area .area01 .box{
    display: flex;
    justify-content: center;
    align-items: center;
    height:28px;
    border-radius: 14px;
    background-color: #fff;
    padding:0 14px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;

  }
  
  .common_contact_area .area01 .box02{
    margin-left: 6px;
  }
  
  .common_contact_area .area01 p{
    color:#fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
  }
  
  .common_contact_area .area02{
    padding:24px 0 36px;
    background-color: #eef1f3;
  }
  
  .common_contact_area .area02 .tel_list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;    
  }
  
  .common_contact_area .area02 .tel_block{
    width:105px;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    background-color: #ea5c6f;
    padding:8px 0 6px;
    overflow: hidden;
  }

  .common_contact_area .area02 .tel_block01{
    border-radius: 5px 0 0 5px;
  }

  .common_contact_area .area02 .tel_block02{
    margin:0 1px;
  }

  .common_contact_area .area02 .tel_block03{
    border-radius: 0 5px 5px 0;
  }
  
  .common_contact_area .area02 .tel_block .tel_left{
    width:auto;
    height:auto;
    border-radius: 0;
    background-color: #ea5c6f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
    font-size: 15px;
    font-weight: 700;
    color:#fff;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 0;
    position: relative;
    margin-bottom: 6px;
  }

  .common_contact_area .area02 .tel_block .tel_left::before{
    content:"";
    width:14.5px;
    height:19.5px;
    background-image: url('../img/common/sp_footer_tel.png');
    margin-right: 2px;
  }
  
  .common_contact_area .area02 .tel_block .tel01{
    font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
    font-size: 11px;
    color:#fff;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  
  .common_contact_area .area02 .tel_block .tel02{
    display: none;
  }

  .common_contact_area .area02 .tel_list .sp_remark{
    width:100%;
    display: flex;
    justify-content: center;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  
  .common_contact_area .area02 .tel_list .remark{
    width:100%;
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    color:#333333;
    display: flex;
    justify-content: center;
  }

  .common_contact_area .area02 .flex{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    max-width:325px;
    margin:0 auto;
    padding-left: 25px;
  }
  
  
  .common_contact_area .area02 .contact_block{
    width:100%;
    height:50px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color:#333;
    margin:16px 0;
    padding-left: 40px;
  }
  
  .common_contact_area .area02 .contact_block::before{
    content:"";
    width:50px;
    height:50px;
    border-radius: 50%;
    background-image: url('../img/common/footer_mail.png');
    left:-25px;
    top:0;
    bottom:0;
    margin:auto;
    position: absolute;
  }
  
  .common_contact_area .area02 .contact_block::after{
    content:"";
    width:5px;
    height:11px;
    background-image: url('../img/common/arrow_right_blue.svg');
    position: absolute;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
  }
  
  .common_contact_area .area02 .line_block{
    width:100%;
    pointer-events: auto;
    color:#333;
  }
  
  .common_contact_area .area02 .line_block .line_flex{
    display: flex;
    width:100%;
    height:50px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color:#333;
    padding-left: 40px;
  }

  .common_contact_area .area02 .line_block .line_flex::after{
    content:"";
    width:5px;
    height:11px;
    background-image: url('../img/common/arrow_right_blue.svg');
    position: absolute;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
  }
  
  .common_contact_area .area02 .line_block .icon{
    flex-shrink: 0;
    width:50px;
    margin-right: 0;
    position: absolute;
    left:-25px;
    top:0;
    bottom:0;
    margin:auto;
  }
  
  .common_contact_area .area02 .line_block .line01{
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
  }
  
  .common_contact_area .area02 .line_block .line02{
    display: none;
  }
  
  .common_contact_area .area02 .line_block .qr{
    display: none;
  }
  /*以上、共通セクション*/
  
  
  /*
  ------------------------------------------------
  TOPページ
  ------------------------------------------------
  */
  
  body.top_body{
    
  }
  
  main.top_main{
  
  }
  
  .top_section{
    position: relative;
  }
  
  .gray_bg_section::before{
    content:"";
    width:100%;
    height:100%;
    background-color: #eef1f3;
    position: absolute;
    z-index:-10;
    top:0;
    left:0;
  }
  
  .top_section01{
    position: relative;
    padding:0 0 16px;
  } 
  
  .top_section01 .mv{
    width:100%;
    height:auto;
    object-fit: cover;
    position: static;
    top:0;
    left:0;
    z-index:0;
    margin-bottom: 10px;
  }

  .top_section01 .container{
    max-width: 650px;
  }
  
  .top_section01 .text{
    display: block;
    max-width:355px;
    margin:0 auto;
  }
  
  .top_section01 p{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .top_section01 .p01{
    position: absolute;
    width:100%;
    display: flex;
    justify-content: center;
    left:0;
    top:32px;
  }
  
  .top_section01 .p01 img{
    width:335px;
  }
  
  .top_section01 .p02{
    margin-top: 0;
    position: absolute;
    width:100%;
    display: flex;
    justify-content: center;
    left:0;
    top:100px;
  }
  
  .top_section01 .p02 img{
    width:360px;
  }
  
  .top_section01 .num_flex{
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .top_section01 .num_flex img{
    height:75px;
  }
  
  .top_section01 .num_flex img:nth-child(2){
    margin:0;
  }
  
  .top_section01 .p03{
    font-size: 12px;
    line-height: 1;
    display: block;
  }

  .top_banner_section{
    padding:20px 0 40px;
  }

  .top_banner_section .top_banner{
    max-width:887px;
    margin:0 auto 20px;
  }

  .top_banner_section .top_banner img{
    width:100%;
  }

  .top_banner_section .p01{
    font-feature-settings: "palt";
    text-align: center;
    color:#264967;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 12px;
    white-space: nowrap;
  }

  .top_banner_section .p01 span{
    font-size: 22px;
    color:#264967;
  }

  .top_banner_section .p01 .border{
    font-feature-settings: "palt";

    margin:0 6px;
    letter-spacing: -0.02em;
    background: linear-gradient(to top, rgba(174,143,65) 0%, rgba(174,143,65) 4%, transparent 4%, transparent 100%);
  }

  .top_banner_section .p01 .mark{
    font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
    font-feature-settings: "palt";
    font-weight: 300;
  }

  .top_banner_section .p02{
    font-feature-settings: "palt";
    text-align: center;
    color:#264967;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    width: fit-content;
    margin:0 auto;
  }

  .top_banner_section .p02 span{
    color:#fff;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin:4px 0;
    padding:0 20px;
    white-space: nowrap;
  }

  .top_banner_section .p02 span::before{
    content:"";
    width:100%;
    height:100%;  
    background-color: rgba(234,92,111);
    position: absolute;
    z-index:-1;
    top:0;
    left:0;
    transform: skewX(-13deg);
    
  }
    
  .top_section02{
    padding:56px 0 60px;
  }
  
  .top_section02 .top_banner{
    margin-bottom: 40px;
  }
  
  .top_section02 .top_banner img{
    width:100%;
  }
  
  .top_section02 .p01{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    line-height: 1.7;
    margin-top: 24px;
    text-align: center;
    font-size: 13px;
  }
  
  .top_section02 .service_list{
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 36px;
  }
  
  .top_section02 .service_list .bg{
    position: absolute;
    width:100vw;
    height: 84%;
    object-fit: cover;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -4;
  }
  
  .top_section02 .service_block{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .top_section02 .service_block .img_area{
    width:100%;
    height: auto;
  }
  
  .top_section02 .service_block .img_area img{
    width:100%;
    height:auto;
    object-fit: cover;
  }
  
  .top_section02 .service_block .text_area{
    width:100%;
    height:auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:24px 20px 64px;
    position: relative;
  }
  
  .top_section02 .service_block .text_area::after{
    content:"";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url('../img/common/button_on_big.svg');
    position: absolute;
    right:20px;
    bottom:20px;
  }
  
  .top_section02 .service_block02{
    margin-bottom: 0;
    flex-direction: column;
  }
  
  .top_section02 .service_block .service_title{
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #ea5c6f;
  }
  
  .top_section02 .service_block .service_price{
    width:100%;
    height:36px;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 5px;
    background-color: rgba(233,236,240,1);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .top_section02 .service_block .service_price p{
    color: #264967;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
  }
  
  .top_section02 .service_block .service_price p .num{
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #264967;
  }
  
  .top_section02 .service_block .service_price p .min{
    font-size: 12px;
    color: #264967;
  }
  
  .top_section02 .service_block .service_text{
    font-weight: normal;
    line-height: 1.8;
    font-size: 13px;
  }
  
  .top_section02 .white_box{
    padding: 16px;
    border: solid 2px #dcdcdc;
    background-color: #fff;
    margin-bottom: 24px;
  }
  
  .top_section02 .white_box p{
    line-height: 1.6;
    font-size: 12px;
  }
  
  .top_section02 .white_box p span{
    font-weight: bold;
    font-size: 13px;
    color: #264967;
    margin-bottom: 8px;
    display: inline-block;
  }
  
  .top_section03{
    padding:60px 0 88px;
  }
  
  .top_section03 .flex{
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    align-items: center;
  }
  
  .top_section03 .flex .left{
    width:100%;
    position: relative;
    margin-bottom: 72px;
  }
  
  .top_section03 .flex .left .pic{
    width:100%;
    border-radius: 5px;
  }
  
  .top_section03 .flex .left .bg{
    position: absolute;
    z-index: -3;
    width:calc(50vw + 125px);
    height:200px;
    object-fit: cover;
    top:60px;
    right:auto;
    left:calc(50% - 50vw);
    border-radius: 0 5px 5px 0;
  }
  
  .top_section03 .flex .right{
    width:100%;
    padding-left: 0;
    padding-bottom: 36px;
    position: relative;
  }
  
  .top_section03 .flex .right .p01{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    color: #ea5c6f;
  }
  
  .top_section03 .flex .right .p02{
    line-height: 1.8;
    font-size: 13px;
  }
  
  .top_section03 .flex .right .about02{
    width:138px;
    position: absolute;
    z-index:-1;
    right:0;
    bottom:0;
  }
  
  .top_section03 .deco_text{
    position: absolute;
    z-index: -12;
    right:auto;
    left:24px;
    bottom:-6px;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: #ebeced;
    white-space: nowrap;
  }
  
  .top_section04{
    padding:64px 0;
  }
  
  .top_section04 .p01{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 24px;
    line-height: 1.3;
    font-size: 13px;
  }
  
  .top_section04 .strength_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
  
  .top_section04 .block{
    width: 100%;
    height: auto;
    padding: 20px 24px 32px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 32px rgba(38,73,103,0.08);
    
  }
  
  .top_section04 .block .head_flex{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Noto Serif JP', serif;  
    margin-bottom: 16px;
  
  }
  
  .top_section04 .block .head_flex .icon{
    margin-right: 0;
    width:105px;
    margin-bottom: 16px;
    flex-shrink: 0;
  }
  
  .top_section04 .block .head_flex .icon img{
    width:100%;
    border-radius: 50%;
  }
  
  .top_section04 .block .head_flex .right{
    display: flex;
    align-items: center;
    width:100%;
  }
  
  .top_section04 .block .head_flex .num{
    flex-shrink: 0;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #264967;
    margin-right: 16px;
    padding-bottom: 8px;
    position: relative;
  }
  
  .top_section04 .block .head_flex .num::after{
    content:"";
    width: 20px;
    height: 2px;
    background-color: #ea5c6f;
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
  }
  
  .top_section04 .block .head_flex .head_text{
    font-size: 20px;
    font-weight: 500;
    color: #264967;
    line-height: 1.42;
  }
  
  .top_section04 .block .head_flex .head_text span{
    font-weight: 600;
    color: #ea5c6f;
  }
  
  .top_section04 .block .strength_text{
    line-height: 1.75;
    font-size: 13px;
  }
  
  .top_section04 .block01,
  .top_section04 .block02,
  .top_section04 .block03{
    margin-bottom: 16px;
  }
  
  .top_section05{
    padding:60px 0 64px;
    position: relative;
  }
  
  .top_section05::before{
    content:"";
    width:100%;
    height:220px;
    background-color: #264967;
    position: absolute;
    bottom:0;
    left:0;
    z-index:-10;
  }
  
  .top_section05 .p01{
    margin-top: 20px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    font-size: 13px;
  }
  
  .top_section05 .price_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  
  .top_section05 .block{
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
  }
  
  .top_section05 .block .price_head{
    height:100px;
    padding-top: 16px;
  }
  
  .top_section05 .block .price_head01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 32px;
    margin: 0 auto 14px;
    border-radius: 16px;
    position: relative;
    
  }
  
  .top_section05 .block .price_body{
    height:auto;
    padding:20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .top_section05 .block .price_body .price_period{
    color: #264967;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
  }
  
  .top_section05 .block .price_body .price_period .num{
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #264967;
  }
  
  .top_section05 .block .price_body .price_period .min{
    font-size: 12px;
    color: #264967;
  }
  
  .top_section05 .block .price_body .price_text{
    line-height: 1.6;
    text-align: center;
    font-size: 13px;
  }
  
  .top_section05 .green_block{
    height: auto;
    border: solid 2px #8ad9c7;
    margin-bottom:16px;
  }

  .top_section05 .green_block .price_head01{
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #1ab18f;
  }
  
  .top_section05 .green_block .price_head01::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom:-5px;
    right:0;
    left:0;
    margin:auto;
  }
  
  .top_section05 .green_block .price_head02{
    font-family: 'Noto Serif JP', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }

  .top_section05 .green_block .price_head02 img{
    width: 19px;
    margin-right: 8px;
  }
  
  /* .top_section05 .green_block .price_head02::before{
    content:"";
    width: 19px;
    height: 25px;
    background-image: url('../img/top/top_plan_icon.png');
    margin-right: 8px;
  } */
  
  .top_section05 .pink_block{
    height: auto;
    border: solid 2px #f5b9c3;
    margin-bottom:16px;
  }
  
  .top_section05 .pink_block .price_head01{
    background-color: #808080;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  
  .top_section05 .pink_block .price_head01::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    border-color: #808080 transparent transparent transparent;
    position: absolute;
    bottom:-5px;
    right:0;
    left:0;
    margin:auto;
  }
  
  .top_section05 .pink_block .price_head02{
    font-family: 'Noto Serif JP', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  
  .top_section05 .common_link_button{
    background-color: #fff;
    color: #264967;
  }
  
  .top_section05 .common_link_button::after{
    background-image: url('../img/common/button_on.svg');
  }
  
  .top_section05 .deco_text{
    font-family: 'Noto Serif JP', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: rgba(255, 255, 255, 0.06);
    position: absolute;
    bottom:-8px;
    left:0;
    z-index:-5;
    white-space: nowrap;
  }
  
  .top_section06{
    padding-bottom: 60px;
  }
  
  .top_section06 .bg{
    width:100%;
    height:275px;
    object-fit: cover;
  }
  
  .top_section06 .white_box{
    position: relative;
    z-index:1;
    padding:40px 0 50px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 32px rgba(38,73,103,0.08);
    margin-top: -145px;
  }
  
  .top_section06 .flow_list{
    margin-top: 10px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding:0 20px;
  }
  
  .top_section06 .flow_block{
    width:100%;
    position: relative;
    padding:16px 0;
    display: flex;
    align-items: center;
  }
  
  .top_section06 .flow_block::before{
    content:"";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    right:0;
    top:auto;
    bottom:0;
  }
  
  .top_section06 .flow_block::after{
    content:"";
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8.5px 0 8.5px;
    border-color: #ea5c6f transparent transparent transparent;
    right:0;
    left:0;
    top:auto;
    bottom:-7.5px;
    margin:auto;
    position: absolute;
  }
  
  .top_section06 .flow_block:last-child::before,
  .top_section06 .flow_block:last-child::after{
    content:none;
  }
  
  .top_section06 .flow_block .icon_area{
    display: flex;
    justify-content: center;
    align-items: center;
    height:auto;
    width:70px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  
  .top_section06 .flow_block .icon01{
    width:50px;
  }
  .top_section06 .flow_block .icon02{
    width:52px;
  }
  .top_section06 .flow_block .icon03{
    width:38px;
  }
  .top_section06 .flow_block .icon04{
    width:61px;
  }
  .top_section06 .flow_block .icon05{
    width:49px;
  }
  .top_section06 .flow_block .icon06{
    width:39px;
  }
  
  .top_section06 .flow_block .flow_title{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.44;
    text-align: center;
    color: #264967;
    margin-bottom: 0;
    flex-shrink: 0;
    white-space: nowrap;
  }
  
  .top_section06 .flow_block .flow_text{
    font-size: 12px;
    line-height: 1.42;
    padding-left: 16px;
  }
  
  .top_section07{
    padding:60px 0;
  }
  
  .top_section07 .p01{
    margin-top: 20px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    font-size: 13px;
  }
  
  .top_section07 .faq_list{
    margin-bottom: 36px;
  }
  
  .top_section08{
    padding:60px 0;
  }
  
  .top_section08 .p01{
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.8;
    font-size: 13px;
    text-align: center;
  }
  
  .top_section08 .common_voice_list{
  
  }
  

  
  .top_section09{
    padding:40px 0 60px;
    position: relative;
  }
  
  .top_section09 .banner{
    margin-bottom: 56px;
    display: block;
  }
  
  .top_section09 .banner img{
    width:100%;
  }
  
  .top_section09 .p01{
    margin-top: 20px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.8;
    font-size: 13px;
    text-align: center;
  }
  
  .top_section09 .swiper_block{
    margin-bottom: 8px;
    position: relative;
  }
  
  .top_section09 .swiper_block .swiper_column_button{
    width:34px;
    position: absolute;
    z-index: 10;
    top:0;
    bottom:0;
    margin:auto;
  }
  
  .top_section09 .swiper_block .swiper-button-prev{
    left:auto;
    right:calc(50% + 142px);
  }
  
  
  .top_section09 .swiper_block .swiper-button-next{
    right:auto;
    left:calc(50% + 142px);
  }
  
  
  .top_section09 .swiper_block .swiper-slide{
    width:375px;
    padding:0 28px;
  }
  
  .top_section09 .card{
    display: block;
    border-radius: 5px;
    overflow: hidden;
    
  }
  
  .top_section09 .card .thumb{
    height: 185px;
  }
  
  .top_section09 .card .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  
  .top_section09 .card .thumb .def_thumb{
    width:100%;
    height:100%;
    background-color: #eef1f3;
  }
  
  .top_section09 .card .card_body{
    padding:16px 20px;
    height:120px;
    background-color: #fff;
  
  }
  
  .top_section09 .card .info_flex{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  
  .top_section09 .card .date{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #ea5c6f;
    font-size: 13px;
  }
  
  .top_section09 .card .cat_box{
    min-width: 80px;
    height: 20px;
    margin-left: 10px;
    padding: 0 8px;
    border-radius: 10px;
    border: solid 1px #264967;
    background-color: rgba(233,236,240);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #264967;
  }
  
  .top_section09 .card .column_title{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.56;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  
  .top_section09 .bg{
    width:100%;
    height:330px;
    object-fit: cover;
    position: absolute;
    left:0;
    bottom:0;
    z-index:-10;
  }
  
  .top_section10{
    padding-bottom: 60px;
  }
  
  .top_section10 .bg{
    width:100%;
    height:350px;
    object-fit: cover;
  }
  
  .top_section10 .white_box{
    position: relative;
    z-index: 1;
    padding:40px 20px 0;
    border-radius: 5px;
    background-color: #fff;
    margin-top: -250px;
  }
  
  .top_section10 .office_list{
    margin-top: 20px;
    margin-bottom: 40px;
  }
  
  .top_section10 .office_block{
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
  }
  
  .top_section10 .office_block:last-child{
    margin-bottom: 0;
  }
  
  .top_section10 .office_block .office_head{
    height: 40px;
    background-color: #264967;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }

  .top_section10 .office_sub_block .office_head{
    position: relative;
    pointer-events: auto;
  }

  .top_section10 .office_sub_block .office_head::after{
    content:"";
    width:12px;
    height:12px;
    background-image: url('../img/common/plus_white.svg');
    position: absolute;
    right:16px;
    top:0;
    bottom:0;
    margin:auto;
  }

  .top_section10 .office_sub_block .office_head.active::after{
    height:2px;
    background-image: url('../img/common/minus_white.svg');
  }
  
  .top_section10 .office_block .office_body{
    padding:20px 20px 24px;
    background-color: #eef1f3;
  }

  .top_section10 .office_sub_block .office_body{
    display: none;
  }

  .top_section10 .office_sub_block .office_body.show{
    display: block;
  }
  
  .top_section10 .office_block .office_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .top_section10 .office_block .office_flex .left{
    width:100%;
    margin-bottom: 24px;
  }
  
  .top_section10 .office_block .left .info_frame{
    height:auto;
    margin-bottom: 0;
  }
  
  .top_section10 .office_block .left .manage_text{
    line-height: 1.3;
    margin-top: 12px;
    font-size: 12px;
  }
  
  .top_section10 .office_block ul{
  
  }
  
  
  .top_section10 .office_block ul li{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding:16px 0;
    position: relative;
    border-bottom:1px solid #ddd;
  }
  
  .top_section10 .office_block ul li::before{
    content:"";
    width: 85px;
    height: 1px;
    background-color: #264967;
    position: absolute;
    left:0;
    bottom:-1px;
    z-index:3;
  }
  
  .top_section10 .office_block ul li:first-child{
    padding-top: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #264967;
  
  }
  
  .top_section10 .office_block ul li .info_left{
    width:85px;
    font-weight: bold;
    line-height: 1.5;
    flex-shrink: 0;
    padding-left: 3px;
    font-size: 12px;
  }
  
  .top_section10 .office_block ul li .info_right{
    width:100%;
    padding-left: 3px;
    line-height: 1.5;
    font-size: 12px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }

  
  .top_section10 .office_block ul li .info_right .tel{
    pointer-events: auto;
    color:#333;
  }
  
  .top_section10 .office_block .right{
    width:100%;
    flex-shrink: 0;
    margin-left: 0;
  }
  
  .top_section10 .office_block .right iframe{
    display: block;
    width:100%;
    height:190px;
    
  }
  
  .top_section10 .office_block .right .map_text{
    display: flex;
    line-height: 1.3;
    margin-top: 12px;
    font-size: 12px;
  }
  
  .top_section10 .office_block .right .map_text::before{
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ea5c6f;
    margin-right: 6px;
    margin-top: 4px;
  }
  
  
  .top_section10 .outline_block{
    border-radius: 5px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
    position: relative;
    padding:20px 20px 36px;
  }
  
  .top_section10 .outline_block .outline_head{
    padding:0 10px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #264967;
    position: absolute;
    z-index: 3;
    top:-17.5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
  }
  
  .top_section10 .outline_block ul li{
    display: flex;
    padding:16px 0;
    position: relative;
    border-bottom:1px solid #ddd;
  }
  
  .top_section10 .outline_block ul li::before{
    content:"";
    width: 85px;
    height: 1px;
    background-color: #264967;
    position: absolute;
    left:0;
    bottom:-1px;
    z-index:3;
  }
  
  .top_section10 .outline_block ul li .outline_left{
    width:85px;
    font-weight: bold;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #264967;
  }
  
  .top_section10 .outline_block ul li .outline_right{
    width:100%;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 6px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }

  .top_section10 .outline_block ul li .outline_right p{
    margin-bottom: 10px;
  }
  
  .top_section10 .outline_block ul li .outline_right .tel{
    color:#333;
    pointer-events: none;
    font-weight: 400;
  }


  /*
  ------------------------------------------------
  下層共通
  ------------------------------------------------
  */


  /*下層mv*/
  .page_mv_section{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height:150px;
  }

  .page_mv_section .text{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }

  .page_mv_section .en_title{
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 1;
    font-size: 10px;
    color: #fff;
  }

  .page_mv_section .ja_title{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.41;
    color: #fff;
  }

  .page_mv_section .min_ja_title{
    font-size: 14px;
  }

  /*パンクズ*/
  .bread_section{
    padding-top: 16px;
  }

  .bread_section .bread_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .bread_section .bread_link{
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #ea5c6f;
    margin-bottom: 8px;
  }

  .bread_section .bread_arrow{
    padding-top: 2px;
    margin:0 6px 8px;
    width:5px;
  }

  .bread_section .bread_arrow img{
    width:100%;
  }

  .bread_section .bread_current{
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
  }


  /*浮気調査ページへのリンク*/
  .common_uwaki_section{
    padding:40px 0;
  }

  .common_uwaki_section .p01{
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
  }

  .common_uwaki_section .flex{
    max-width: 830px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;

  }

  .common_uwaki_section .flex .common_link_button{
    width:172px;
  }

  .common_uwaki_section .flex .common_link_button::after{
    right: 10px;
  }

  .common_uwaki_section .flex .button02{
    padding-right: 15px;
  }

  .common_uwaki_section .flex .common_link_button.full{
    width:325px;
  }



  /*他の下層ページへのリンクエリア*/

  .common_link_section{
    padding:24px 0 64px;
    position: relative;
  }

  .common_link_section::before{
    content:"";
    width:100%;
    height:100%;
    background-color: #bdc8d1;
    position: absolute;
    top:0;
    left:0;
    z-index:-10;
  }

  .common_link_section .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    max-width:325px;
    margin:0 auto;
  }

  .common_link_section .link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
  }

  .common_link_section .link:last-child{
    border-bottom:none;
  }

  .common_link_section .link::after{
    content:"";
    width: 6px;
    height: 12px;
    background-image: url('../img/common/arrow_right_blue.svg');
    position: absolute;
    right:15px;
    top:0;
    bottom:0;
    margin:auto;
    transition: 0.4s;
  }


  .common_link_section .link .pic{
    width: 100px;
    height: 100%;
    object-fit: cover;

    flex-shrink: 0;
  }

  .common_link_section .link .text{
    width:calc(100% - 100px);
    padding-left: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    font-size: 13px;
  }


  /*
  ------------------------------------------------
  女探偵わかの強み
  ------------------------------------------------
  */

  body.strength_body{
    
  }

  main.strength_main{

  }

  .strength_mv_section{
    background-image: url('../img/strength/strength_mv_sp.jpg');
  }

  .strength_section{

  }

  .strength_section01{
    padding:40px 0 40px;
  }

  .strength_section01 .p01{
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 13px;
    text-align: center;
  }

  .strength_section01 .strength_list{
    padding:0 10px;
  }

  .strength_section01 .strength_block{
    margin-bottom: 48px;
    display: block;
  }

  .strength_section01 .strength_block:last-child{
    margin-bottom: 0;
  }


  .strength_section01 .strength_block .thumb{
    position: relative;
    width:100%;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .strength_section01 .strength_block .thumb .pic{
    width:100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
  }

  .strength_section01 .strength_block .thumb .icon{
    position: absolute;
    width:85px;
    height:85px;
    border-radius: 50%;
    top:-24px;
  }

  .strength_section01 .strength_block .text_area{
    position: relative;
    width:100%;
    padding-bottom: 40px;
  }

  .strength_section01 .strength_block .text_area::before{
    content:"";
    width:100vw;
    height:calc(100% + 90px);
    background-color: #eef1f3;
    position: absolute;
    top:auto;
    z-index:-3;
    bottom:0;
  }

  .strength_section01 .strength_block .head_flex{
    display: flex;
    align-items: flex-start ;
    margin-bottom: 36px;
    font-family: 'Noto Serif JP', serif;
  }

  .strength_section01 .strength_block .num{
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    color: #264967;
    flex-shrink: 0;
    margin-right: 16px;
    padding-bottom: 12px;
    position: relative;
    
  }

  .strength_section01 .strength_block .num::after{
    content:"";
    width: 24px;
    height: 1.5px;
    background-color: #ea5c6f;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
  }

  .strength_section01 .strength_block .strength_title{
    font-size: 24px;
    font-weight: 500;
    color: #264967;
    line-height: 1.41;
    white-space: nowrap;
    font-feature-settings: "palt";

  }

  .strength_section01 .strength_block .strength_title span{
    color: #ea5c6f;
    font-weight: 600;
    font-feature-settings: "palt";
  }

  .strength_section01 .strength_block .strength_text{
    line-height: 1.8;
    font-size: 13px;  
    margin-bottom: 0;
    margin-top: 16px;

  }

  .strength_section01 .strength_block .strength_text span{
    font-weight: bold;
    color: #264967;
    background: linear-gradient(to top, rgba(38,73,103,0.15) 0%, rgba(38,73,103,0.15) 40%, transparent 40%, transparent 100%);
  }

  .strength_section01 .strength_block:nth-child(odd){
    flex-direction: column;
  }

  .strength_section01 .strength_block:nth-child(odd) .thumb{
    padding-right: 0;
  }

  .strength_section01 .strength_block:nth-child(odd) .thumb .icon{
    right:-10px;
  }

  .strength_section01 .strength_block:nth-child(odd) .text_area{
    padding-right: 0;
  }

  .strength_section01 .strength_block:nth-child(odd) .text_area::before{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }


  .strength_section01 .strength_block:nth-child(even){
    flex-direction: column-reverse;
  }

  .strength_section01 .strength_block:nth-child(even) .thumb{
    padding-left: 0;
  }

  .strength_section01 .strength_block:nth-child(even) .thumb .icon{
    left:auto;
    right:-10px
  }

  .strength_section01 .strength_block:nth-child(even) .text_area{
    padding-left: 0;
  }

  .strength_section01 .strength_block:nth-child(even) .text_area::before{
    right:auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }


    /*
  ------------------------------------------------
  調査項目
  ------------------------------------------------
  */

  body.service_body{
    
  }

  main.service_main{

  }

  .service_mv_section{
    background-image: url('../img/service/service_mv_sp.jpg');
  }

  .service_section{

  }

  .service_section01{
    padding:40px 0 0;
  }

  .service_section01 .p01{
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 36px;
    text-align: left;
    padding:0 10px;
  }

  .service_section01 .service_list{
    padding:0 10px;
  }


  .service_section01 .service_block{
    margin-bottom: 48px;
    display: flex;
  }

  .service_section01 .service_block:last-child{
    margin-bottom: 0;
  }


  .service_section01 .service_block .thumb{
    position: relative;
    width:100%;
    flex-shrink: 0;
    margin-bottom: 24px;
  }

  .service_section01 .service_block .thumb .pic{
    width:100%;
    border-radius: 5px;
  }

  .service_section01 .service_block .text_area{
    padding-top: 0;
    position: relative;
    width:100%;
    padding-bottom: 48px;
  }

  .service_section01 .service_block .text_area::before{
    content:"";
    width:100vw;
    height:calc(100% + 80px);
    background-color: #eef1f3;
    position: absolute;
    top:auto;
    bottom:0;
    z-index:-3;
  }

  .service_section01 .service_block .service_title{
    font-family: 'Noto Serif JP', serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
    color:#ea5c6f;
  }

  .service_section01 .service_block .service_text{
    line-height: 1.9;
    font-size: 13px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .service_section01 .service_block .service_text.mini{
    font-size: 13px;
    padding-right: 0;
  }

  .service_section01 .service_block .common_link_button{
    width:255px;
    margin:0 auto;
  }

  .service_section01 .service_block .list_box{
    border:3px solid #dcdcdc;
    background-color: #fff;
    padding:20px 16px;
    margin-bottom: 24px;
  }

  .service_section01 .service_block .list_box li{
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 6px;
    font-feature-settings: "palt";
  }

  .service_section01 .service_block .list_box li::before{
    content:"";
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color: #ea5c6f;
    position: absolute;
    left:0;
    top:6px;
  }

  .service_section01 .service_block .list_box li:last-child{
    margin-bottom: 0;
  }

  .service_section01 .service_block .link_flex{
    display: flex;
    justify-content: space-between;
  }

  .service_section01 .service_block .link{
    width:160px;
    height:43px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
  }

  .service_section01 .service_block .link span{
    position: relative;
    transition: 0.4s;
    color:#fff;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 13px;
    font-feature-settings: "palt";
  }

  .service_section01 .service_block .link span::before{
    content:"";
    margin-right: 5px;
    transition: 0.4s;
  }

  .service_section01 .service_block .contact_link{
    background-color: #264967;
    margin-right: 0;
  }

  .service_section01 .service_block .contact_link span::before{
    width:19px;
    height:15px;
    background-image: url('../img/common/sp_footer_mail.png');
    left:-36px;
  }

  .service_section01 .service_block .line_link{
    background-color: #00b900;
  }

  .service_section01 .service_block .line_link span::before{
    width:25px;
    height:23px;
    background-image: url('../img/common/sp_footer_line.png');
    left:-40px;
  }

  .service_section01 .service_block:nth-child(odd){
    flex-direction: column;
  }

  .service_section01 .service_block:nth-child(odd) .text_area{
    padding-left: 0;
  }

  .service_section01 .service_block:nth-child(odd) .text_area::before{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .service_section01 .service_block:nth-child(even){
    flex-direction: column;
  }

  .service_section01 .service_block:nth-child(even) .text_area{
    padding-right: 0;
  }

  .service_section01 .service_block:nth-child(even) .text_area::before{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  
  /*
  ------------------------------------------------
  簡易浮気調査（GPS）
  ------------------------------------------------
  */

  body.gps_body{
    
  }

  main.gps_main{

  }

  main.gps_main .common_link_section{
    padding: 24px 0;
  }
  
  main.gps_main .common_uwaki_section {
    padding: 32px 0 60px;
  }
  

  .gps_mv_section{
    background-image: url('../img/gps/gps_mv_sp.jpg');
  }

  .gps_section{

  }

  .gps_section01{
    padding:40px 0 32px;
  }

  .gps_section01 .p01{
    line-height: 1.3;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    font-size: 13px;
  }

  .gps_section01 .banner{
    max-width:890px;
    margin:0 auto;
  }

  .gps_section01 .banner img{
    width:100%;
  }

  .gps_section02{
    padding:32px 0 40px;
    position: relative;
  }

  .gps_section02::before{
    content:"";
    width:100%;
    height:100%;
    background-color: #eef1f3;
    position: absolute;
    top:0;
    left:0;
    z-index:-5;

  }

  .gps_section02 .p01{
    margin:0 auto 24px;
    width: fit-content;
    height: 40px;
    padding:0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #264967;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
    position: relative;
  }

  .gps_section02 .p01::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 12.5px 0 12.5px;
    border-color: #264967 transparent transparent transparent;
    position: absolute;
    left:0;
    right:0;
    bottom:-8px;
    margin:auto;
    z-index:-1 ;
  }

  .gps_section02 .flex{
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 24px;
    padding:0 10px;
  }

  .gps_section02 .flex .left{
    width:100%;
    padding-right: 0;
    position: relative;
    z-index:1;
    margin-top: -24px;
  }

  .gps_section02 .left .head_flex{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-left: -10px;
  }

  .gps_section02 .left .head_flex img{
    width:90px;
    flex-shrink: 0;
    margin-right: 12px;
  }

  .gps_section02 .left .head_flex p{
    font-size: 18px;
    padding-top: 16px;
    font-weight: bold;
    line-height: 1;
    color: #77642b;
  }

  .gps_section02 .left .price_box{
    margin-bottom: 16px;
    height: 60px;
    border-radius: 5px;
    border: solid 3px #264967;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gps_section02 .left .price_box p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color:#264967;
  }

  .gps_section02 .left .price_box p .num{
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 900;
    color:#264967;
  }

  .gps_section02 .left .price_box p .min{
    font-size: 14px;
    color:#264967;
  }

  .gps_section02 .left .info_text{
    line-height: 1.8;
    font-size: 13px;
  }

  .gps_section02 .flex .right{
    width:100%;
    padding-top: 0;
    flex-shrink: 0;
  }

  .gps_section02 .right img{
    width:100%;
    border-radius: 5px;
  }

  .gps_section02 .white_box{
    padding:20px 16px;
    border: solid 3px #dcdcdc;
    background-color: #fff;

  }

  .gps_section02 .white_box .head_text{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }

  .gps_section02 .white_box .head_text::before{
    content:"";
    margin-right: 5px;
    width: 10px;
    height: 1.5px;
    background-color: #264967;
  }

  .gps_section02 .white_box ul li{
    position: relative;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-left: 12px;
    font-size: 12px;
  }

  .gps_section02 .white_box ul li::before{
    content:"";
    width:6px;
    height:6px;
    background-color: #ea5c6f;
    border-radius: 50%;
    position: absolute;
    left:2px;
    top:6.5px;
  }

  .gps_section02 .white_box ul li span{
    font-weight: bold;
    color: #ea5c6f;

  }

  .gps_section02 .white_box ul li:last-child{
    margin-bottom: 0;
  }

  .gps_section03{
    /* padding:56px 0 64px; */
    padding:56px 0 0;
  }

  .gps_section03 .point_list{
    margin-top: 24px;
    margin-bottom: 0;
    position: relative;
    padding:0 10px 105px;

  }

  .gps_section03 .point_list .bg{
    position: absolute;
    z-index:-10;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:100vw;
    min-width:100vw;
    height:calc(100% - 105px);
    object-position: bottom;
  }

  .gps_section03 .point_block{
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 32px rgba(38,73,103,0.08);
    display: flex;
    flex-direction: column;
  }

  .gps_section03 .point_block:last-child{
    margin-bottom: 0;
  }

  .gps_section03 .point_block .thumb{
    width:100%;
    flex-shrink: 0;
  }

  .gps_section03 .point_block .thumb img{
    width:100%;
  }

  .gps_section03 .point_block .text_area{
    padding-top: 16px;
    width:100%;
    padding-bottom: 32px;
  }

  .gps_section03 .point_block .num{
    margin-bottom: 16px;
    width: 100px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #264967;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }

  .gps_section03 .point_block .text_set{
    padding-left: 20px;
    padding-right: 20px;
  }

  .gps_section03 .point_block .point_title{
    margin-bottom: 16px;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.46;
    color: #ea5c6f;
    font-feature-settings: "palt";
    white-space: nowrap;
  }

  .gps_section03 .point_block .point_text{
    line-height: 1.88;
    font-size: 13px;
  }

  .gps_section03 .p01{
    text-align: center;
    margin-top: 24px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.03em;
    text-align: center;

  }

  .gps_section03 .p01 span{
    color: #ea5c6f;
    background: linear-gradient(to top, rgba(38,73,103,0.15) 0%, rgba(38,73,103,0.15) 40%, transparent 40%, transparent 100%);
  }


    /*
  ------------------------------------------------
  調査の流れ
  ------------------------------------------------
  */

  body.flow_body{
    
  }

  main.flow_main{

  }

  .flow_mv_section{
    background-image: url('../img/flow/flow_mv_sp.jpg');
  }

  .flow_section{

  }

  .flow_section01{
    padding:40px 0;
  }

  .flow_section01 .p01{
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    padding:0 10px; 
  }

  .flow_section01 .flow_list{
    padding:0 10px;
  }

  .flow_section01 .flow_block{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 48px;
  }

  .flow_section01 .flow_block::before{
    content:none;

  }

  .flow_section01 .flow_block:last-child{
    margin-bottom: 0;
  }

  .flow_section01 .flow_block .thumb{
    width:100%;
    flex-shrink: 0;
    margin-bottom: 20px;
  }

  .flow_section01 .flow_block .thumb img{
    width:100%;
    border-radius: 5px;
  }

  .flow_section01 .flow_block .text_area{
    width:100%;
    padding-bottom: 48px;
    position: relative;
  }

  .flow_section01 .flow_block .text_area::before{
    content:"";
    width:100vw;
    height: calc(100% + 70px);
    background-color: #eef1f3;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index:-5;
  }

  .flow_section01 .flow_block .head_flex{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .flow_section01 .flow_block .num{
    margin-right: 8px;
    width: 72px;
    height: 25px;
    border-radius: 17.5px;
    border: solid 2px #264967;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #264967;
  }

  .flow_section01 .flow_block .flow_title{
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #ea5c6f;
    font-family: 'Noto Serif JP', serif;
  }

  .flow_section01 .flow_block .flow_text{
    line-height: 1.8;
    font-size: 13px;
  }

  .flow_section01 .flow_block .flow_text.mini{
    margin-top: 12px;
  }

  .flow_section01 .flow_block .common_link_button{
    width:265px;
    margin: 28px auto 0;
  }

  .flow_section01 .flow_block .tel{
    font-family: 'Noto Serif JP', serif;
    margin-top: 20px;
    height: 50px;
    border-radius: 5px;
    background-color: #ea5c6f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    pointer-events: auto;
    
  }

  .flow_section01 .flow_block .tel::before{
    content:"";
    margin-right: 4px;
    width: 19px;
    height: 24px;
    margin-top: 4px;
    background-image: url('../img/common/sp_footer_tel.png');
  }

  .flow_section01 .flow_block .link_flex{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
  }

  .flow_section01 .flow_block .link_flex{
    display: flex;
  }

  .flow_section01 .flow_block .link{
    width: 160px;
    height: 43px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
  }

  .flow_section01 .flow_block .link span{
    position: relative;
    transition: 0.4s;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 13px;
    font-feature-settings: "palt";
  }

  .flow_section01 .flow_block .link span::before{
    content:"";
    margin-right: 5px;
    transition: 0.4s;
  }

  .flow_section01 .flow_block .contact_link{
    background-color: #264967;
  }

  .flow_section01 .flow_block .contact_link span::before{
    width: 19px;
    height: 15px;
    background-image: url('../img/common/sp_footer_mail.png');
  }

  .flow_section01 .flow_block .line_link{
    background-color: #00b900;
  }

  .flow_section01 .flow_block .line_link span::before{
    width: 25px;
    height: 23px;
    background-image: url('../img/common/sp_footer_line.png');
  }


  .flow_section01 .flow_block:nth-child(odd){
    flex-direction: column;
  }

  .flow_section01 .flow_block:nth-child(odd) .text_area{
    padding-left: 0;
  }

  .flow_section01 .flow_block:nth-child(even){
    flex-direction: column;
  }

  .flow_section01 .flow_block:nth-child(even) .text_area{
    padding-right: 0;
  }
  

    /*
  ------------------------------------------------
  弁護士・行政書士紹介
  ------------------------------------------------
  */

  body.lawyer_body{
    
  }

  main.lawyer_main{

  }

  .lawyer_mv_section{
    background-image: url('../img/lawyer/lawyer_mv_sp.jpg');
  }

  .lawyer_section{

  }

  .lawyer_section01{
    padding:40px 0 60px;
  }

  .lawyer_section01 .container{
    padding:0 10px;
  }

  .lawyer_section01 .lawyer_text01{
    font-feature-settings: "palt";
    text-align: center;
    color:#264967;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 48px;
    white-space: nowrap;
  }
  
  .lawyer_section01 .lawyer_text01 .border{
    font-size: 22px;
    color:#264967;
    font-feature-settings: "palt";
    background: linear-gradient(to top, rgba(174,143,65) 0%, rgba(174,143,65) 4%, transparent 4%, transparent 100%);
  }
  
  .lawyer_section01 .lawyer_text01 .bg{
    color:#fff;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin:4px 8px 4px;
    padding:0 16px;
  }
  
  .lawyer_section01 .lawyer_text01 .bg::before{
    content:"";
    width:100%;
    height:100%;  
    background-color: rgba(234,92,111);
    position: absolute;
    z-index:-1;
    top:0;
    left:0;
    transform: skewX(-13deg);
  }

  .lawyer_section01 .flex{
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column-reverse;
    padding-bottom: 48px;
  }

  .lawyer_section01 .flex::before{
    content:"";
    width:100vw;
    height: calc(100% - 160px);
    background-color: #eef1f3;
    position: absolute;
    z-index:-5;
    top:auto;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      }

  .lawyer_section01 .flex .left{
    width:100%;
    padding-right: 0;
  }

  .lawyer_section01 .flex .left p{
    line-height: 1.9;
    font-size: 13px;
  }

  .lawyer_section01 .flex .right{
    width:100%;
    flex-shrink: 0;
    margin-bottom: 20px;
  }

  .lawyer_section01 .flex .right img{
    width:100%;
    border-radius: 5px;
  }

  .lawyer_section02{
    padding-bottom: 60px;
  }

  .lawyer_section02 .merit_box{
    padding:24px 24px 32px;
    width:100%;
    border-radius: 5px;
    border: solid 3px #d4dbe1;
    margin-bottom: 16px;
  }

  .lawyer_section02 .merit_box .thumb{
    width:100%;
    flex-shrink: 0;
    margin-bottom: 16px;
  }

  .lawyer_section02 .merit_box .thumb img{
    width:100%;
  }

  .lawyer_section02 .merit_box .text_area{
    width:100%;
  }

  .lawyer_section02 .merit_box .head_flex{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-family: 'Noto Serif JP', serif;
  }

  .lawyer_section02 .merit_box .head_flex .num{
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    padding-bottom: 8px;
    color: #264967;
    flex-shrink: 0;
    margin-right: 12px;
  }

  .lawyer_section02 .merit_box .head_flex .num::after{
    content:"";
    width: 20px;
    height: 2px;
    background-color: #ea5c6f;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
  }

  .lawyer_section02 .merit_box .head_flex .merit_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #ea5c6f;
    white-space: nowrap;
    letter-spacing: 0.03em;
  }

  .lawyer_section02 .merit_box .merit_text{
    line-height: 1.75;
    font-size: 13px;
    letter-spacing: 0.03em;
  }

  .lawyer_section02 .merit_box01{
    width:100%;
    margin-top: 24px;
    display: block;
    margin-bottom: 16px;
  }

  .lawyer_section02 .merit_box01 .head_flex .merit_title{
    font-size: 19px;
  }

  .lawyer_section02 .merit_box01 .thumb{
    margin-bottom: 24px;
  }

  .lawyer_section02 .merit_box01 .text_area{
    padding-left: 0;
  }

  .lawyer_section02 .merit_box03{
    margin-bottom: 0;
  }

  .lawyer_section02 .flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .lawyer_section03{
    /* padding:60px 0; */
    padding:60px 0 0;
    position: relative;
  }

  .lawyer_section03::before{
    content:"";
    width:100%;
    height:100%;
    background-color: #eef1f3;
    position: absolute;
    z-index:-10;
    top:0;
    left:0;
  }

  .lawyer_section03 .area{
    margin-top: 48px;
    padding-bottom: 48px;
    position: relative;
  }

  .lawyer_section03 .area::before{
    content:"";
    width: 100vw;
    height: 220px;
    background-color: #264967;
    z-index: -5;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .lawyer_section03 .area .back_text{
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    bottom:-8px;
    z-index: -3;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: rgba(255, 255, 255, 0.06);
  }


  .lawyer_section03 .kind{
    margin-left: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
  }

  .lawyer_section03 .kind::before{
    content:"";
    margin-right: 8px;
    width: 2.5px;
    height: 24px;
    background-color: #ea5c6f;
  }

  .lawyer_section03 .lawyer_block{
    margin-bottom: 0px;
    display: block;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(38,73,103,0.08);
    padding:20px 24px 0;
  }

  .lawyer_section03 .lawyer_block:last-child{
    margin-bottom: 0;
  }

  .lawyer_section03 .lawyer_block .thumb{
    height:155px;
    width:100%;
    flex-shrink: 0;
  }

  .lawyer_section03 .lawyer_block .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
  }

  .lawyer_section03 .lawyer_block .text_area{
    width:100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lawyer_section03 .lawyer_block .name_flex{
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .lawyer_section03 .lawyer_block .name_flex .name01{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    margin-right: 12px;
  }

  .lawyer_section03 .lawyer_block .name_flex .name02{
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    color: #264967;
  }

  .lawyer_section03 .lawyer_block .office_name{
    display: flex;
    justify-content: center;
    align-items: center;
    width:fit-content;
    max-width:100%;
    margin-bottom: 12px;
    padding:4px 12px;
    border-radius: 35px;
    border: solid 1px #264967;
    background-color: rgba(38,73,103,0.1);
    font-weight: 500;
    line-height: 1.2;
    color: #264967;
  }

  .lawyer_section03 .lawyer_block .catch_text{
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #ea5c6f;
  }

  .lawyer_section03 .lawyer_block .intro_text{
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.75;
  }

  .lawyer_section03 .lawyer_block .list_box{
    padding:16px;
    border-radius: 5px;
    background-color: #eef1f3;
  }

  .lawyer_section03 .lawyer_block .list_box li{
    margin-bottom: 6px;
    line-height: 1.4;
    position: relative;
    padding-left: 14px;
    font-size: 13px;
  }

  .lawyer_section03 .lawyer_block .list_box li:last-child{
    margin-bottom: 0;
  }

  .lawyer_section03 .lawyer_block .list_box li::before{
    content:"";
    width:7px;
    height:7px;
    border-radius: 50%;
    background-color: #264967;
    position: absolute;
    left:0;
    top:7px;
  }

  .lawyer_section03 .lawyer_area{

  }

  .lawyer_section03 .lawyer_area .back_text{
    right:calc(50% - 50vw - 12px);
  }

  .lawyer_section03 .scrivener_area{

  }

  .lawyer_section03 .scrivener_area .lawyer_block{
    flex-direction: row-reverse;
  }

  .lawyer_section03 .scrivener_area .lawyer_block .text_area{
    width:100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lawyer_section03 .scrivener_area .back_text{
    left:calc(50% - 50vw - 12px);
  }

  .lawyer_section03 .swiper_block{
    position: relative;
    width:375px;
    margin-left:-10px;
  }

  .lawyer_section03 .swiper_block .swiper_lawyer_button{
    width:34px;
    height:34px;
    border-radius: 50%;
    cursor: pointer;
    z-index:20;
    position: absolute;
    top:155px;
    bottom:auto;
  }

  .lawyer_section03 .swiper_block .swiper-button-prev{
    left:10px;
  }

  .lawyer_section03 .swiper_block .swiper-button-next{
    right:10px;
  }

  .lawyer_section03 .swiper-slide{
    padding:16px;
    width:352px;
  }


    /*
  ------------------------------------------------
  料金プラン
  ------------------------------------------------
  */

  body.price_body{
    
  }

  main.price_main{

  }

  .price_mv_section{
    background-image: url('../img/price/price_mv_sp.jpg');
  }

  .price_section{

  }

  .price_section01{
    padding:40px 0 60px;
  }

  .price_section01 .anchor_list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 5px;
    border: solid 1px #dcdcdc;
    border-bottom: none;
    border-right: none;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .price_section01 .anchor_list .link{
    cursor: pointer;
    width:50%;
    height:46px;
    border-right:1px solid #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding:0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    line-height: 1.31;
    font-size: 12px;
  }

  .price_section01 .anchor_list .link::after{
    content:'';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-image: url('../img/common/button_bottom.svg');
    transition: 0.4s;
  }

  .price_section01 .anchor_list .link:last-child{
    border-right:1px solid #dcdcdc;
  }


  .price_section01 h2{
    text-align: center;
    margin-bottom: 12px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    color: #ea5c6f;
    white-space:nowrap;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }

  .price_section01 h2 span{
    color: #ea5c6f;
    background: linear-gradient(to top, rgba(223,228,232) 0%, rgba(223,228,232) 25%, transparent 25%, transparent 100%);

  }

  .price_section01 .p01{
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .price_section01 .block{
    border-radius: 5px;
    border: solid 3px #f9ced4;
    overflow: hidden;
  }

  .price_section01 .block .block_head{
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    color: #fff;
    padding:20px 16px;
    background-color: #ea5c6f;
    
  }

  .price_section01 .block .block_body{
    padding:24px 20px 32px;
  }

  .price_section01 .block .p02{
    margin-bottom: 16px;
    line-height: 1.8;
    font-size: 13px;
  }

  .price_section01 .flex{
    padding: 20px 0;
    border-top:1px solid #d0d0d0;
    display: flex;
    justify-content: center;
    flex-direction: column;

  }

  .price_section01 .flex .border{
    flex-shrink: 0;
    width:100%;
    height:1px;
    background-color: #d0d0d0;
    margin:20px 0;
  }

  .price_section01 .flex .free_block{
    width:100%;
  }

  .price_section01 .flex .free_block_left{
    padding-right: 0px;
  }

  .price_section01 .flex .free_block_right{
    padding-left: 0px;
  }

  .price_section01 .free_block .free_title{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .price_section01 .free_block .free_title::before{
    content:"無料";
    width: 50px;
    height: 25px;
    border-radius: 17.5px;
    background-color: #ea5c6f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    flex-shrink: 0;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    font-size: 13px;
  }

  .price_section01 .free_block .free_text{
    margin-top: 12px;
    line-height: 1.8;
    font-size: 13px;
  }

  .price_section01 .free_block .free_text.mini{
    font-size: 12px;
    line-height: 1.6;
  }

  .price_section01 .free_block .free_text span{
    font-weight: bold;
    color: #ea5c6f;
    padding-bottom: 3px;
    background: linear-gradient(to top, #ea5c6f 0%, #ea5c6f 4%, transparent 4%, transparent 100%);
  }

  .price_section01 .free_block .pic{
    width:100%;
    margin-top: 16px;
  }

  .price_section01 .free_block .list_box{
    padding:16px;
    border-radius: 5px;
    background-color: #eef1f3;
    margin-top: 16px;
  }

  .price_section01 .free_block .list_box li{
    margin-bottom: 3px;
    display: flex;
    line-height: 1.5;
    font-size: 13px;
  }

  .price_section01 .free_block .list_box li::before{
    content:"";
    width:7px;
    height:7px;
    border-radius: 50%;
    background-color:#264967;
    flex-shrink: 0;
    margin-right: 6px;
    margin-top: 6px;
  }

  .price_section01 .free_block .list_box li:last-child{
    margin-bottom: 0;
  }

  .price_section02{
    padding:0 0 40px;
  }

  .price_section02 .p01{
    margin-top: 32px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    font-size: 13px;
  }

  .price_section02 .plan_list{
    margin-bottom: 40px;
  }

  .price_section02 .plan_block{
    margin-bottom: 24px;
    border-radius: 5px;
    overflow: hidden;
  }

  .price_section02 .plan_block:last-child{
    margin-bottom: 0;
  }

  .price_section02 .plan_block .plan_head{
    padding:16px;
    position: relative;
  }

  .price_section02 .plan_block .plan_head::before{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    z-index:-3;
    top:0;
    left:0;
  }

  .price_section02 .plan_block .plan_head01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 32px;
    margin: 0 auto 16px;
    border-radius: 16px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }

  .price_section02 .plan_block .plan_body{
    padding:24px 20px 32px;
  }

  .price_section02 .plan_block .contents_block{
    padding:24px 0;
    border-bottom:1px solid #d0d0d0;
  }

  .price_section02 .plan_block .contents_block:first-child{
    padding-top: 0;
  }

  .price_section02 .plan_block .contents_block:last-child{
    padding-bottom: 0;
    border-bottom: none;
  }

  .price_section02 .plan_block .price_period{
    color: #264967;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }

  .price_section02 .plan_block .price_period .num{
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #264967;
  }

  .price_section02 .plan_block .price_period .min{
    font-size: 12px;
    color: #264967;
  }

  .price_section02 .plan_block .plan_text{
    line-height: 1.77;
    font-size: 13px;
  }

  .price_section02 .plan_block .plan_text.text_center{
    text-align: center;
  }

  .price_section02 .plan_block .example_list{

  }

  .price_section02 .plan_block .example_list li{
    display: flex;
    margin-bottom: 10px;
  }

  .price_section02 .plan_block .example_list li:first-child{
    width: 45px;
    height: 25px;
    border-radius: 17.5px;
    background-color: #264967;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    font-size: 13px;
  }

  .price_section02 .plan_block .example_list .example_left{
    flex-shrink: 0;
    width: 100px;
    height: 27px;
    border-radius: 5px;
    border: solid 1px #264967;
    background-color: rgba(233,236,240);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #264967;
    font-size: 13px;
  }

  .price_section02 .plan_block .example_list .example_right{
    width:100%;
    padding-left: 16px;
    line-height: 1.77;
    padding-top: 2px;
    font-size: 13px;
  }

  .price_section02 .green_block{
    border: solid 2px #8ad9c7;
  }

  .price_section02 .green_block .plan_head::before{
    background-color: #20b392;
  }

  .price_section02 .green_block .plan_head .plan_head01{
    background-color: #fff;
    color: #1ab18f;
  }

  .price_section02 .green_block .plan_head .plan_head01::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .price_section02 .green_block .plan_head .plan_head02{
    font-family: 'Noto Serif JP', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }

  .price_section02 .green_block .plan_head .plan_head02 img{
    width: 19px;
    margin-right: 6px;
  }
  

  /* .price_section02 .green_block .plan_head .plan_head02::before{
    content: "";
    width: 19px;
    height: 25px;
    background-image: url(../img/top/top_plan_icon.png);
    margin-right: 6px;
  } */

  .price_section02 .pink_block{
    border: solid 2px #f5b9c3;
  }

  .price_section02 .pink_block .plan_head::before{
    background-color: #fceaed;

  }

  .price_section02 .pink_block .plan_head .plan_head01{
    background-color: #808080;
    color: #fff;
  }

  .price_section02 .pink_block .plan_head .plan_head01::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    border-color: #808080 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .price_section02 .pink_block .plan_head .plan_head02{
    font-family: 'Noto Serif JP', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;

  }

  .price_section02 .plan_remark_area{
    margin-bottom: 32px;
  }

  .price_section02 .plan_remark_area .plan_remark_title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }

  .price_section02 .plan_remark_area .plan_remark_title::before,
  .price_section02 .plan_remark_area .plan_remark_title::after{
    content:"";
    width: 20px;
    height: 1px;
    background-color: #264967;
  }

  .price_section02 .plan_remark_area .plan_remark_title::before{
    margin-right: 10px;
  }

  .price_section02 .plan_remark_area .plan_remark_title::after{
    margin-left: 10px;
  }

  .price_section02 .plan_remark_area .gray_box{
    padding:20px;
    border: solid 2px #dcdcdc;
  }

  .price_section02 .plan_remark_area .dot_list{

  }

  .price_section02 .plan_remark_area .dot_list li{
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 12px;
    font-size: 12px;
  }

  .price_section02 .plan_remark_area .dot_list li::before{
    content:"";
    width:6px;
    height:6px;
    background-color:#ea5c6f;
    border-radius: 50%;
    position: absolute;
    top:6px;
    left:0;
  }

  .price_section02 .plan_remark_area .dot_list li span{
    font-weight: bold;
    color: #ea5c6f;
  }

  .price_section02 .plan_remark_area .dot_list li:last-child{
    margin-bottom: 0;
  }

  .price_section02 .plan_remark_area02{
    margin-bottom: 0;
  }

  .price_section02 .plan_remark_area02 .gray_box{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .price_section02 .plan_remark_area02 .dot_list{
    display: block;
  }

  .price_section02 .plan_remark_area02 .dot_list li{
    margin-bottom: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .price_section02 .plan_remark_area02 .dot_list li:last-child{
    margin-right: 0;
  }

  .price_section02 .plan_remark_area02 .credit_list{
    height:auto;
    justify-content: space-between;
    width:100%;
    margin-left: 0;
    margin-top: 12px;
    gap:0;
  }

  .price_section02 .plan_remark_area02 .credit{
    height:auto;
    width:19%;
  }

  /*
  ------------------------------------------------
  浮気・不倫調査
  ------------------------------------------------
  */

  body.uwaki_body{
    
  }

  main.uwaki_main{

  }

  main.uwaki_main .common_link_section{
    padding: 24px 0;
  }

  main.uwaki_main .common_uwaki_section {
    padding: 32px 0 60px;
  }


  .uwaki_mv_section{
    background-image: url('../img/uwaki/uwaki_mv_sp.jpg');
  }

  .uwaki_section{

  }

  .uwaki_section01{
    padding:40px 0;
  }

  .uwaki_section01 .p01{
    margin-bottom: 72px;
    line-height: 1.77;
    font-size: 13px;
    text-align: left;
  }

  .uwaki_section01 .box{
    position: relative;
    margin-bottom: 40px;
    border: solid 2px #dcdcdc;
    background-color: #fff;
  }

  .uwaki_section01 .box::before{
    content:"";
    width:100vw;
    height:100%;
    background-color: #eef1f3;
    position: absolute;
    z-index:-3;
    top:-32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .uwaki_section01 .box::after{
    content:"";
    bottom:-20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 36px 0 36px;
    border-color: #7d92a4 transparent transparent transparent;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
  }

  .uwaki_section01 .box .box_head{
    padding:12px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #264967;
  }

  .uwaki_section01 .box_body{
    padding:20px 20px 24px;
  }

  .uwaki_section01 .box_body ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .uwaki_section01 .box_body ul li{
    width:50%;
    margin-bottom: 16px;
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding-left: 30px;
    padding-right:0;
    font-feature-settings: "palt";
    white-space: nowrap;
  }

  .uwaki_section01 .box_body ul li::before{
    content:"";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: solid 1px #ccc;
    position: absolute;
    left:0;
    top:-2px;
  }

  .uwaki_section01 .box_body ul li::after{
    content:"";
    width:20px;
    height:13px;
    background-image: url('../img/common/check_pink.png');
    position: absolute;
    left:5px;
    top:3px;
  }


  .uwaki_section01 .p02{
    font-size: 23px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    color: #ea5c6f;
  }


  .uwaki_section02{
    padding:40px 0;
    background-image: url('../img/uwaki/uwaki_necessity_bg_sp.jpg');
    background-position: top;
  }

  .uwaki_section02 .necessity_title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
  }

  .uwaki_section02 .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .uwaki_section02 .block{
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    padding:20px 20px 40px;
  }

  .uwaki_section02 .block:last-child{
    margin-bottom: 0;
  }

  .uwaki_section02 .block .block_head{
    display: flex;
    align-items: center;
    margin-bottom:16px;
    font-family: 'Noto Serif JP', serif;
  }

  .uwaki_section02 .block .block_head .num{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ea5c6f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:26px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
    flex-shrink: 0;
  }

  .uwaki_section02 .block .block_head .block_title{
    padding-left: 8px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #ea5c6f;
  }

  .uwaki_section02 .block .pic{
    width:100%;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  .uwaki_section02 .block .block_text{
    line-height: 1.75;
    font-size: 13px;
  }

  .uwaki_section03{
    padding:40px 0 20px;
  }

  .uwaki_section03 .p01{
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    white-space: nowrap;
  }

  .uwaki_section03 .support_bg{
    position: relative;
    padding:40px 0 72px;
  }

  .uwaki_section03 .support_bg::before{
    content:"";
    width:100vw;
    min-width:100vw;
    height:100%;
    background-image: url('../img/uwaki/uwaki_support_bg_sp.jpg');
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index:-5;
  }

  .uwaki_section03 .support_catch{
    font-family: 'Noto Serif JP', serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: #fff;
    width:fit-content;
    max-width: 100%;
    margin:0;
    position: relative;
    letter-spacing: 0;
  }

  .uwaki_section03 .support_catch .icon{
    width:116px;
    height:181px;
    object-fit: cover;
    object-position: left;
    position: absolute;
    z-index:-2;
    right:-80px;
    top:20px;
  }

  .uwaki_section03 .support_catch p{
    color: #fff;
  }

  .uwaki_section03 .support_catch01{
    margin-bottom: 16px;
  }

  .uwaki_section03 .support_catch02{
    line-height: 1.6;
  }

  .uwaki_section03 .support_catch span{
    color: #fff;
    position: relative;
  }

  .uwaki_section03 .support_catch span::before{
    content:"";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left:0;
    right:0;
    margin:0 auto;
    top:-4px;
  }

  .uwaki_section03 .white_box{
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 5px;
    background-color: #fff;
    margin-top: -40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .uwaki_section03 .support_block{
    width: 100%;
    padding: 40px 20px 20px;
    border-radius: 5px;
    border: solid 2px #264967;
    background-color: #eef1f3;
    position: relative;
  }

  .uwaki_section03 .support_block01{
    margin-bottom: 32px;
  }

  .uwaki_section03 .support_block .support_head{
    width: 250px;
    height: 38px;
    border-radius: 19px;
    background-color: #264967;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:-19px;
    left:0;
    right:0;
    margin:auto;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }

  .uwaki_section03 .support_block ul{
    display: flex;
    flex-wrap: wrap;
  }

  .uwaki_section03 .support_block ul li{
    min-width:110px;
    padding-right: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
    display: flex;
    
  }

  .uwaki_section03 .support_block ul li::before{
    content:"";
    width: 7px;
    height: 7px;
    background-color: #ea5c6f;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 6px;
    margin-top: 6px;
  }

  .uwaki_section04{
    padding-bottom: 60px;
  }

  .uwaki_section04 .reason_list{
    margin-top: 24px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .uwaki_section04 .block{
    width: 100%;
    height: auto;
    padding: 20px 24px 32px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 32px rgba(38,73,103,0.08);
    
  }
  
  .uwaki_section04 .block .head_flex{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Noto Serif JP', serif;  
    margin-bottom: 16px;
  
  }
  
  .uwaki_section04 .block .head_flex .icon{
    margin-right: 0;
    width:105px;
    margin-bottom: 16px;
    flex-shrink: 0;
  }
  
  .uwaki_section04 .block .head_flex .icon img{
    width:100%;
    border-radius: 50%;
  }
  
  .uwaki_section04 .block .head_flex .right{
    display: flex;
    align-items: center;
    width:100%;
  }
  
  .uwaki_section04 .block .head_flex .num{
    flex-shrink: 0;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #264967;
    margin-right: 16px;
    padding-bottom: 8px;
    position: relative;
  }
  
  .uwaki_section04 .block .head_flex .num::after{
    content:"";
    width: 20px;
    height: 2px;
    background-color: #ea5c6f;
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
  }
  
  .uwaki_section04 .block .head_flex .head_text{
    font-size: 20px;
    font-weight: 500;
    color: #264967;
    line-height: 1.42;
  }
  
  .uwaki_section04 .block .head_flex .head_text span{
    font-weight: 600;
    color: #ea5c6f;
  }
  
  .uwaki_section04 .block .strength_text{
    line-height: 1.75;
    font-size: 13px;
  }

  .uwaki_section04 .block01,
  .uwaki_section04 .block02,
  .uwaki_section04 .block03{
    margin-bottom: 16px;
  }

  .uwaki_section05{
    padding:60px 0;
    position: relative;
    
  }

  .uwaki_section05::before{
    content:"";
    width:100%;
    height:100%;
    background-color: #eef1f3;
    position: absolute;
    top:0;
    left:0;
    z-index:-3;
  }

  .uwaki_section05 .p01{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 1.8;
    text-align: center;
  }

  .uwaki_section05 .p02{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #ea5c6f;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .uwaki_section05 .point_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .uwaki_section05 .point_block{
    width: 172px;
    min-height: 242px;
    height:auto;
    border-radius: 5px;
    border: solid 1px #264967;
    background-color: #fff;
    margin-top: 10px;
  }

  .uwaki_section05 .point_block .point_head{
    padding:16px 8px;
    background-color: #264967;
  }

  .uwaki_section05 .point_block .point_head p{
    height: 30px;
    border-radius: 22.5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #264967;
    font-feature-settings: "palt";
  }

  .uwaki_section05 .point_block .point_body{
    padding:12px 14px;
    font-size: 12px;
    line-height: 1.75;
  }

  .uwaki_section06{

  }

  .uwaki_section07{
    padding:60px 0;
    position: relative;
  }

  .uwaki_section07::before{
    content:"";
    width:100%;
    height:100%;
    background-color: #eef1f3;
    position: absolute;
    top:0;
    left:0;
    z-index:-3;
  }

  .uwaki_section07 .case_block{
    margin-top: 24px;
    box-shadow: 0 0 32px rgba(38,73,103,0.08);
    border-radius: 5px;
    overflow: hidden;
  }

  .uwaki_section07 .case_block .case_switch{
    cursor: pointer;
    position: relative;
    padding:16px 48px 16px 20px;
    background-color: #264967;
  }

  .uwaki_section07 .case_block .case_switch::after{
    content:"";
    width:12px;
    height:12px;
    background-image: url('../img/common/plus_white.svg');
    position: absolute;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
  }

  .uwaki_section07 .case_block .case_switch.active::after{
    height:1px;
    background-image: url('../img/common/minus_white.svg');
  }

  .uwaki_section07 .case_block .switch01{
    width: 60px;
    height: 18px;
    border-radius: 11px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #264967;
  }

  .uwaki_section07 .case_block .switch02{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
  }

  .uwaki_section07 .case_block .case_contents{
    padding:30px 20px 40px;
    background-color: #fff;
    display: none;
    
  }

  .uwaki_section07 .case_block .flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .uwaki_section07 .case_block .left,
  .uwaki_section07 .case_block .right{
    width:100%;
  }

  .uwaki_section07 .case_block .border{
    height: 1px;
    background-color: #d0d0d0;
    margin:32px 0;
    width:100%;
  }

  .uwaki_section07 .case_block .case_title{
    display: flex;
    align-items: center;
    margin-bottom:16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
  }

  .uwaki_section07 .case_block .case_title::before{
    content:"";
    width: 2.5px;
    height: 24px;
    background-color: #ea5c6f;
    margin-right: 8px;
  }

  .uwaki_section07 .case_block .case_info{
    font-weight: bold;
    line-height: 1.3;
    font-size: 13px;
    margin-bottom: 12px;
  }

  .uwaki_section07 .case_block .case_text{
    line-height: 1.77;
    font-size: 13px;
  }

  .uwaki_section07 .case_block .case_close{
    width: 175px;
    height: 35px;
    border-radius: 25px;
    border: solid 1px #264967;
    background-color: #eef1f3;
    margin:40px auto 0;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    color: #264967;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }

  .uwaki_section08{
    padding:60px 0;
  }

  .uwaki_section08 .p01{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 13px;
  }

  .uwaki_section08 .common_link_button{
    margin-top: 32px;
  }


    /*
  ------------------------------------------------
  お客様の声
  ------------------------------------------------
  */

  body.voice_body{
    
  }

  main.voice_main{

  }

  .voice_mv_section{
    background-image: url('../img/voice/voice_mv_sp.jpg');
  }

  .voice_section{

  }

  .voice_section01{
    padding:40px 0 80px;
  }

  .voice_section01 .p01{
    margin-bottom: 64px;
    line-height: 1.77;
    font-size: 13px;
    text-align: left;
  }

  .common_pagenation_frame{
    width:fit-content;
    max-width:100%;
    margin:64px auto 0;
  }


  .common_pagenation{
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .common_pagenation span.current{/*現在のページボタン*/
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:8px 8px;
  }

  .common_pagenation a.page-numbers{/*指定のページ移動ボタン*/
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:8px 8px;
  }


    /*
  ------------------------------------------------
  よくあるご質問
  ------------------------------------------------
  */

  body.faq_body{
    
  }

  main.faq_main{

  }

  .faq_mv_section{
    background-image: url('../img/faq/faq_mv_sp.jpg');
  }

  .faq_section{

  }

  .faq_section01{
    padding:40px 0 80px;
  }

  .faq_section01 .p01{
    margin-bottom: 56px;
    line-height: 1.77;
    text-align: center;
    font-size: 13px;
  }

  .faq_section01 .flex{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq_section01 .flex .left{
    width:280px;
    max-width: 100%;
    flex-shrink: 0;
    margin-right:0;
    margin-bottom: 56px;
  }

  .faq_section01 .left ul{

  }

  .faq_section01 .left ul li{
    border-bottom:1px solid #dcdcdc;
  }

  .faq_section01 .left .faq_category_item{
    padding:24px 0;
    font-weight: bold;
    line-height: 1;
    opacity: 0.45;
    transition: 0.4s;
    position: relative;
    cursor: pointer;
  }

  .faq_section01 .left .faq_category_item::after{
    content:"";
    width:20px;
    height:20px;
    border-radius: 50%;
    background-image: url('../img/common/button_on.svg');
    position: absolute;
    right:12px;
    top:0;
    bottom:0;
    margin:auto;
    transition: 0.4s;
    opacity: 0;
    transform: rotateZ(90deg);
  }

  .faq_section01 .left .faq_category_item.active{
    opacity: 1;
    pointer-events: none;
  }

  .faq_section01 .left .faq_category_item.active::after{
    opacity: 1;
  }

  .faq_section01 .flex .right{
    width:100%;
    position: relative;
  }

  .faq_section01 .faq_head{
    text-align: center;
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin-bottom: 24px;
  }

  .faq_section01 .faq_category_sec{
    display: none;
  }

  .faq_section01 .faq_category_sec01{
    display: block;
  }



    /*
  ------------------------------------------------
  お問い合わせ
  ------------------------------------------------
  */

  body.contact_body{
    
  }

  main.contact_main{

  }

  .contact_mv_section{
    background-image: url('../img/contact/contact_mv_sp.jpg');
  }

  .contact_section{

  }

  .contact_section01{
    padding:40px 0;
  }

  .contact_section01 .p01{
    line-height: 1.88;
    text-align: left;
    font-size: 13px;
  }

  .contact_section01 .p01 br{
    display: none;
  }

  .contact_section02{
    padding:40px 0 80px;
    background-color: #eef1f3;

  }

  .contact_section02 .white_box{
    border-radius: 5px;
    background-color: #fff;
    padding:40px 16px;
    box-shadow: 0 0 32px rgba(38,73,103,0.08);
  }

  .contact_section02 .step_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }

  .contact_section02 .step_block{
    width:50%;
    height:50px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    padding:0 12px;
    background-color: #eee;
  }

  .contact_section02 .step_block .icon_frame{
    margin-right: 12px;
    flex-shrink: 0;
    
  }

  .contact_section02 .step_block .icon{
    width:30px;
    height:30px;
    border-radius: 50%;
    object-fit: cover;
  }

  .contact_section02 .step_block .icon_on{
    display: none;
  }

  .contact_section02 .step_block .step_text01{
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #808080;
    margin-bottom: 4px;
  }

  .contact_section02 .step_block .step_text02{
    font-size: 15px;
    font-weight: bold;
    line-height:1;
    color: #808080;
  }

  .contact_section02 .step_block.active{
    background-color: #ea5c6f;
  }

  .contact_section02 .step_block.active .step_text01,
  .contact_section02 .step_block.active .step_text02{
    color:#fff;
  }

  .contact_section02 .step_block.active .icon_off{
    display: none;
  }

  .contact_section02 .step_block.active .icon_on{
    display: block;
  }

  .contact_section02 .step_list .step_arrow{
    width:12px;
    transform: rotateZ(90deg);
    margin:8px 0;
  }


  .mw_contact_block{

  }

  .mw_contact_block  .mw_wp_form .error{
    width:100%;
  }

  .mw_contact_block .form_line{
    padding:30px 0;
    border-bottom:1px solid #ddd;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .mw_contact_block .form_line::before{
    content:"";
    width: 30%;
    height: 1px;
    background-color: #264967;
    position: absolute;
    left:0;
    bottom:-1px;
  }

  .mw_contact_block .form_line .form_left{
    width:100%;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    color: #264967;
    line-height: 1;
    padding-top: 0;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .mw_contact_block .form_line .form_left p{
    display: none;
  }

  .mw_contact_block .form_line .form_left::after{
    content:"必須";
    width: 42px;
    height: 24px;
    border-radius: 2px;
    background-color: #ee3847;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: -4px;
    margin-left: 24px;
  }

  .mw_contact_block .form_line .form_left.free::after{
    content:"任意";
    background-color: #999;
  }

  .mw_contact_block .form_line .form_right{
    width:100%;
    padding-left: 0;
    
  }

  .mw_contact_block .form_line .text_input{
    display: block;
    width:100%;
    max-width:560px;
    height:50px;
    border:none;
    background: none;
    border-radius: 4px;
    border: solid 1px #ccc;
    background-color: #f5f5f5;
    padding:0 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }

  .mw_contact_block .form_line .age_list{
    padding-top: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:16px 32px;
  }


  .mw_contact_block .form_line .select_frame{
    position: relative;
  }

  .mw_contact_block .form_line .select_frame::after{
    content:"";
    position: absolute;
    right:16px;
    top:20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    pointer-events: none;
  }

  .mw_contact_block .form_line .select_frame select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width:100%;
    height: 50px;
    padding: 0 40px 0 23px;
    border-radius: 4px;
    border: solid 1px #ccc;
    background-color: #f5f5f5;
    color: #333;
    text-align: left;
    font-weight: 400;
  }

  .mw_contact_block .form_line .prefecture_block{
    width:300px;
    max-width:100%;
  }

  .mw_contact_block .form_line textarea{
    width: 100%;
    height: 230px;
    padding: 12px;
    border-radius: 4px;
    border:none;
    background: none;
    border: solid 1px #ccc;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }

  .mw_contact_block .privacy_area{
    margin:40px 0 24px;
  }



  .mw_contact_block .privacy_area .privacy_box{
    padding:16px;
    height: 220px;
    border: solid 1px #ddd;
    overflow-y: scroll;
    margin-bottom: 24px;
  }

  .mw_contact_block .privacy_area .privacy_box .privacy_head{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .mw_contact_block .privacy_area .privacy_box .privacy_text{
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.86;
  }

  .mw_contact_block .privacy_area .privacy01{
    font-weight: bold;
    color: #264967;
    line-height: 1;
    margin-bottom: 16px;
  }

  .mw_contact_block .privacy_area .privacy02{
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mw_contact_block .agree_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:24px;
    background-color: #eef1f3;
    gap:12px;
    margin-top: 24px;
  }

  .mw_contact_block .agree_box .must{
    width: 42px;
    height: 24px;
    border-radius: 2px;
    background-color: #ee3847;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 0px;
  }

  .mw_contact_block .agree_box label{
    font-weight: bold;
    font-size: 15px;
  }

  .mw_contact_block .submit_area{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
  }

  .mw_contact_block .submit_area .submit_frame{
    position: relative;
    width: 400px;
    max-width: 100%;
    cursor: pointer;
  }

  .mw_contact_block .submit_area .submit_frame br{
    display: none;
  }

  .mw_contact_block .submit_area .submit_frame::after{
    pointer-events: none;
    content:"";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image:url('../img/contact/submit_arrow.svg');
    background-size:cover ;
    transition: 0.4s;
    position: absolute;
    right:16px;
    top:23px;
  }

  .mw_contact_block .submit_area .submit_frame .submit{
    border:none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 70px;
    border-radius: 5px;
    border:1px solid #20b392;
    background-color: #20b392;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    transition: 0.4s;
  }



  @media(min-width:768px){
    .mw_contact_block .submit_area .submit_frame:hover::after{
      background-image:url('../img/contact/submit_arrow_on.svg');
      background-size:cover ;
    }

    .mw_contact_block .submit_area .submit_frame:hover .submit{
      background-color: #fff;
      color: #20b392;
    }
  }

  /*確認画面*/
  .mw_contact_block .submit_area .return{
    border:none;
    background: none;
    font-size: 18px;
    padding:0 16px 4px;
    font-weight: 500;
    color:#333;
    cursor: pointer;
    border-bottom:1px solid #333;
    margin-top: 40px;
  }

  .mw_contact_block .mw_wp_form_confirm .form_line .form_left {
    padding-top: 4px;
  }

  .mw_contact_block .mw_wp_form_confirm .form_line .age_list{
    padding-top: 0;
    
  }

  .mw_contact_block .mw_wp_form_confirm .form_line .select_frame::after{
    content:none;
  }

  .mw_contact_block .mw_wp_form_confirm .privacy_area{
    display: none;
  }

  .mw_contact_block .complete_text{
    line-height: 1.5;
    display: flex;
    justify-content: center;
    font-size: 13px;
  }


  /*
  ------------------------------------------------
  探偵読み物/お知らせ
  ------------------------------------------------
  */

  body.column_body{
    
  }

  main.column_main{

  }

  .column_mv_section{
    background-image: url('../img/column/column_mv_sp.jpg');
  }

  .column_section{

  }

  .column_section01{
    padding:40px 0 80px;

  }


  .column_section01 .flex{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .column_section01 .column_article{
    width:100%;
  }

  .column_section01 .column_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap:40px 0
  }

  .column_section01 .column_list li{
    margin-bottom: 0;
    width:320px;
  }

  .column_section01 .column_list .card{
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 0 32px rgba(178,55,72,0.08);
  }


  .column_section01 .column_list .card .thumb{
    /* height: 220px; */
    height: 185px;
  }

  .column_section01 .column_list .card .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
  }

  .column_section01 .column_list .card .thumb .def_thumb{
    width:100%;
    height:100%;
    background-color: #eef1f3;
  }

  .column_section01 .column_list .card .card_body{
    padding:16px 12px;
    height:120px;
    background-color: #fff;

  }

  .column_section01 .column_list .card .info_flex{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  .column_section01 .column_list .card .date{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #ea5c6f;
    flex-shrink: 0;
    font-size: 14px;
  }

  .column_section01 .column_list .card .cat_box{
    min-width: 100px;
    height: 28px;
    margin-left: 12px;
    padding: 0 12px;
    border-radius: 14px;
    border: solid 1px #264967;
    background-color: rgba(233,236,240);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #264967;
  }

  .column_section01 .column_list .card .column_title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .column_section01 #sidebar{
    width:350px;
    flex-shrink: 0;
    margin-left: 0;
    margin-top: 48px;
  }

  .column_section01 #sidebar .sidebar_head{
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
    border-radius: 5px 5px 0 0;
    background-color: #264967;
    font-weight: bold;
    color:#fff;
    line-height: 1.3;
  }

  .column_section01 #sidebar .side_category_area{
    margin-bottom: 40px;
  }

  .column_section01 #sidebar .side_category_list li{
    border-bottom:1px solid #dcdcdc;
  }

  .column_section01 #sidebar .side_category_link{
    display: block;
    padding:16px 32px 16px 8px;
    position: relative;
    color:#333333;
    font-weight: 400;
    line-height: 1.3;
  }

  .column_section01 #sidebar .side_category_link::after{
    content:"";
    width:18px;
    height:18px;
    border-radius: 50%;
    background-image: url('../img/common/button_on.svg');
    position: absolute;
    right:12px;
    top:0;
    bottom:0;
    margin:auto;
    transition: 0.4s;
  }


  .column_section01 #sidebar .recent_list{

  }

  .column_section01 #sidebar .recent_list li{
    border-bottom:1px solid #dcdcdc;
    margin:0 auto;
    width:270px;
  }

  .column_section01 #sidebar .recent_list .mini_card{
    display: flex;
    padding:20px 0;
  }

  .column_section01 #sidebar .recent_list .mini_card .thumb{
    width:80px;
    height:60px;
    flex-shrink: 0;
  }

  .column_section01 #sidebar .recent_list .mini_card .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
  }

  .column_section01 #sidebar .recent_list .mini_card .thumb .def_thumb{
    width:100%;
    height:100%;
    background-color: #eef1f3;
  }

  .column_section01 #sidebar .recent_list .mini_card .card_body{
    width:100%;
    padding-left: 12px;
  }

  .column_section01 #sidebar .recent_list .mini_card .info_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
  }

  .column_section01 #sidebar .recent_list .mini_card .date{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #ea5c6f;
    flex-shrink: 0;
    font-size: 14px;
    margin-right: 6px;
  }

  /* .column_section01 #sidebar .recent_list .mini_card .cat_box{
    width: 75px;
    height: 20px;
    padding: 0 2px;
    border-radius: 14px;
    border: solid 1px #264967;
    background-color: rgba(233,236,240);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #264967;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  } */

  .column_section01 #sidebar .recent_list .mini_card .column_title{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  
  .column_section01 #toc_container{
    border:1px solid #264967;
    overflow: hidden;
    margin-bottom: 40px;
    padding:0;
    border-radius: 5px 5px 0 0;
    background-color: #eef1f3;
  }
  
  .column_section01 #toc_container .toc_title{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #264967;
    font-size: 15px;
    color:#fff;
    line-height: 1;
    font-weight: bold;
    height:36px;
  }
  
  .column_section01 #toc_container .toc_title::before{
    content:"";
    width:22px;
    height:14px;
    background-image: url('../img/column/head_icon.png');
    margin-right: 10px;
  }
  
  .column_section01 #toc_container .toc_list{
    margin:0;
    padding:16px;
  }
  
  .column_section01 #toc_container .toc_list>li{
    margin-bottom: 16px;
  }
  
  .column_section01 #toc_container .toc_list>li>a{
    font-size: 16px;
    font-weight: bold;
    color:#264967;
    line-height: 1.5;
    display: flex;
    width:fit-content;
  }
  
  .column_section01 #toc_container .toc_list>li:hover>a .toc_number{
    text-decoration: none;
  }
  
  .column_section01 #toc_container .toc_list>li>a .toc_number{
    width:24px;
    height:24px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
    background-color: rgba(38,73,103,0.15);
    color:#264967;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold; 
  }
  
  .column_section01 #toc_container .toc_list>li:last-child{
    margin-bottom: 0;
  }
  
  .column_section01 #toc_container .toc_list>li ul{
    margin-left:32px;
  }
  
  .column_section01 #toc_container .toc_list>li ul li{
    margin-top: 6px;
  }
  
  .column_section01 #toc_container .toc_list>li ul li a{
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
  }
  
  .column_section01 #toc_container .toc_list>li ul li a .toc_number{
    color:#264967;
    font-weight: bold;
  }
  
  .column_section01 .single_block .column_h1{
    margin-bottom: 40px;
    border-top:2px solid #264967;
    border-bottom:2px solid #264967;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color:#264967;
    padding:12px 2px;
  }
  
  .column_section01 .single_block h2{
    margin: 32px 0;
    pointer-events: none;
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  
  .column_section01 .single_block h2::before{
    content:"";
    width:3px;
    height:100%;
    background-color: #264967;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  
  }
  
  .column_section01 .single_block h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 24px 0;
    border-bottom:1px solid #dddddd;
    padding-bottom: 8px;
  }
  
  .column_section01 .single_block p{
    line-height: 2;
    margin: 24px 0;
    font-size: 13px;
  }
  
  .column_section01 .single_block figure{
    margin-top: 32px;
    margin-bottom: 32px;
  }
  
  .column_section01 .single_link_flex{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0px;
  }
  
  .column_section01 .single_link_flex .link{
    width:30%;
  }
  
  .column_section01 .single_link_flex .link a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:40px;
    border-radius: 5px;
    position: relative;
    transition: 0.4s;
    border:1px solid #264967;
    font-weight: bold;
    line-height: 1;
    color: #264967;
    font-size: 13px;
  }
  
  .column_section01 .single_link_flex .link a::after{
    content:"";
    transition: 0.4s;
    width:14px;
    height:14px;
    border-radius: 50%;
    background-image: url('../img/common/button_on.svg');
    position: static;
    top:0;
    bottom:0;
    margin:0;
  }
  
  .column_section01 .single_link_flex .link_next a::after{
    right:0;
    margin-left: 8px;
  }
  
  .column_section01 .single_link_flex .link_prev a{
    flex-direction: row-reverse;
  }
  .column_section01 .single_link_flex .link_prev a::after{
    left:0;
    margin-right: 8px;
    transform: rotateZ(180deg);
  }
  
  .column_section01 .single_link_flex .link_home{
    width:32.5%;
    height:40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    font-weight: bold;
    line-height: 1;
    color:#fff;
    background-color: #264967;
    font-size: 13px;
  }
  
  .column_section01 .single_link_flex .link_home::before{
    content:"";
    width:12px;
    height:12px;
    background-image: url('../img/column/link_home_white.png');
    margin-right: 6px;
  }


}/*@media(max-width:767px){*/