@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, button{
	background: transparent;
  border: 0;
  border-radius: 0;
	margin: 0;
  padding: 0;
  font-weight: 400;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
  max-height: 999999px;
  outline: none;
  box-sizing: border-box;
  background: none;
  }

button:focus{outline:0;}

ol, ul {list-style: none;}  

a{
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  outline: none;
  }

img{
  width: 100%;
  vertical-align: bottom;
  }

body{
  color: rgba(0,0,0,1);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  position: relative;
  }
  a{color: rgba(0,0,0,1);}

/* header */
.st-header{
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(255,255,255,1);
  position: sticky;
  top: 0;
  z-index: 400;
  box-sizing: border-box;
  }
  .st-header_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    }
    .st-sitetitle{width: 275px;}
    .st-sitetitle_link{
      display: flex;
      align-items: center;
      transition: .3s;
      }
      .st-sitetitle_link:hover{opacity: .7;}

.st-nav{height: 100%;}
  .st-nav_main{
    display: flex;
    align-items: center;    
    height: 100%;
    }
    .st-nav_button{
      display: flex;
      align-items: center;
      position: relative;
      }
      .st-nav_button:nth-of-type(-n+3){margin-right: 45px;}
      .st-nav_button:nth-of-type(4){margin-right: 50px;}
    .st-nav_link{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding-top: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      line-height: 1.2;
      position: relative;
      transition: .3s;
      }
      .st-nav_jp{
        display: block;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 500;
        transition: .3s;
        }
        .st-nav_link:hover .st-nav_jp{color: rgba(242,142,29,1);}
      .st-nav_en{
        display: block;
        font-weight: bold;
        font-size: 0.85em;
        color: rgba(206,206,206,1);
        transition: .3s;
        }
        .st-nav_link:hover .st-nav_en{color: rgba(242,142,29,1);}

.sw-list_button{}
  .sw-list_button-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 50px;
    line-height: 1.4;
    border: 2px solid rgba(242,142,29,1);
    border-radius: 25px;
    background-color: rgba(242,142,29,1);
    position: relative;
    transition: .3s;
    }
    .sw-list_button-link:hover{background-color: rgba(255,255,255,1);}
    .sw-list_text{
      font-size: 15px;
      font-weight: bold;
      color: rgba(255,255,255,1);
      transition: .3s;
      }
      .sw-list_button-link:hover .sw-list_text{color: rgba(242,142,29,1);}

/* footer */
.st-footer{
  padding-top: 90px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  }
  .st-footer_nav{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    }
    .st-footer_nav-link:not(:last-of-type):after{
      content: "|";
      margin-right: 1em;
      margin-left: 1em;
      }
      .st-footer_nav-link{text-decoration: none;}
      .st-footer_nav-link span{
        font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
        text-decoration: none;
        }
      .st-footer_nav-link:hover span{text-decoration: underline;}
      
  .st-footer_copy{
    font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
    font-size: 14px;
    color: rgba(242,142,29,1);
    text-align: center;
    }

  .sw-pagetop{
    display: none;
    width: 85px;
    height: 85px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    }
    .sw-pagetop_link{transition: .3s;}
    .sw-pagetop_link:hover{opacity: .7;}

/* structure */
.st-contents{
  width: calc(100% - 60px);
  margin: 0 auto;
  padding-top: 210px;
  padding-bottom: 100px;
  position: relative;
  }
  .st-contents_inner{
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    }
    
.st-head{}
.st-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  line-height: 1.2;
  }
  .st-title img{
    display: block;
    width: 550px;
    margin-bottom: 15px;
    }
  .st-title_text{
    font-size: 20px;
    font-weight: 500;
    }

.sw-subtitle{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  }
  .sw-subtitle_text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: auto;
    min-width: 250px;
    margin: 0 auto;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(242,142,29,1);
    line-height: 1.2;
    text-align: center;
    border: 3px solid rgba(242,142,29,1);
    border-radius: 35px;
    background-color: rgba(255,255,255,1);
    }

.st-menu{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  max-width: 820px;
  margin: 0 auto;
  }
  .st-menu_item{}
  .sw-button{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.2;
    border-radius: 10px;
    position: relative;
    top: 0;
    right: 0;
    transition: .3s;
    }
    .sw-button:hover{
      top: 4px;
      right: -4px;
      }
    .m-staff .sw-button,
    .s-staff .sw-button{
      justify-content: flex-start;
      }
    .org .sw-button{
      background-color: rgba(242,142,29,1);
      box-shadow: 10px 10px 0px 0px rgba(242,142,29,.1);
      }
      .sw-button:hover{box-shadow: 4px 4px 0px 0px rgba(242,142,29,.1);}
    .grn .sw-button{
      background-color: rgba(83,180,57,1);
      box-shadow: 10px 10px 0px 0px rgba(83,180,57,.1);
      }
      .sw-button:hover{box-shadow: 4px 4px 0px 0px rgba(83,180,57,.1);}
    .sw-button_text{
      font-size: 20px;
      font-weight: bold;
      color: rgba(255,255,255,1);
      }
    .sw-button img{position: absolute;}
      .m-staff img{
        width: 120px;
        right: 5px;
        bottom: -35px;
        }
      .s-staff img{
        width: 150px;
        right: -30px;
        bottom: -25px;
        }

.tp-bgwrap{position: relative;}
  .tp-bgwrap::before{
    content: "";
    width: calc(100% - 60px);
    height: 94%;
    border-radius: 10px;
    background-color: rgba(252,246,226,1);
    background-image: url(../img/bg01.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    }

/* mainvisual */
.tp-mainvisual{
  padding-left: 120px;
  position: relative;
  z-index: 10;
  }

/* message */
.msg-contents{position: relative;}
  .msg-contents .st-contents_inner{max-width: 1400px;}
  .msg-bg{
    width: 320px;
    position: absolute;
    right: 55px;
    bottom: 100px;
    z-index: 20;
    }
  .msg-contents .st-title{align-items: flex-end;}
    .msg-contents .st-title img{width: 270px;}
  .msg-block{  
    display: grid; 
    grid-template-columns: calc(50% - 75px) auto; 
    grid-template-rows: auto 1fr; 
    gap: 40px 75px; 
    grid-template-areas: 
      "st-head msg-detail"
      "msg-fig msg-detail"; 
    width: calc(100% - 40px);
    margin: 0 auto;
    }
    .msg-block .msg-detail { grid-area: msg-detail; }
    .msg-block .st-head { grid-area: st-head; }
    .msg-block .msg-fig { grid-area: msg-fig; }
    .st-head .st-title{margin-bottom: 0;}
    .msg-detail{}
      .msg-par{
        font-size: 17px;
        font-weight: 500;
        line-height: 1.8;
        }
      .msg-par:not(:last-of-type){margin-bottom: 1em;}

/* about */
.abt-contents{position: relative;}
  .abt-contents .sw-subtitle{margin-bottom: 75px;}
    .abt-contents .sw-subtitle h3{
      height: 65px;
      font-size: 25px;
      background: none;
      position: relative;
      }
      .abt-contents .sw-subtitle h3::before{
        content: "";
        width: 30px;
        height: 15px;
        background: rgba(242,142,29,1);
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        }

.mtc-contents.st-contents{
  margin-bottom: 70px;
  padding-top: 90px;
  padding-right: 20px;
  padding-bottom: 90px;
  padding-left: 20px;
  border-radius: 10px;
  background-image: url(../img/bg01.png);
  background-color: rgba(255,244,235,1);
  }
.sls-contents.st-contents{
  padding-top: 90px;
  padding-right: 20px;
  padding-bottom: 90px;
  padding-left: 20px;
  border-radius: 10px;
  background-image: url(../img/bg01.png);
  background-color: rgba(243,247,227,1);
  }
  .sls-contents .sw-subtitle_text{
    color: rgba(83,180,57,1);
    border: 3px solid rgba(83,180,57,1);
    }

.abt-title{
  display: flex;
  justify-content: center;
  margin-bottom: 67px;
  }
  .abt-title h3{
    font-size: 40px;
    font-weight: bold;
    color: rgba(242,142,29,1);
    letter-spacing: 0.05em;
    position: relative;
    }
  .mtc-contents .abt-title h3{color: rgba(242,142,29,1);}
  .sls-contents .abt-title h3{color: rgba(83,180,57,1);}
  .abt-title_img{position: absolute;}
    .mtc-contents .abt-title_img{
      width: 120px;
      top: -47px;
      left: -170px;
      }
    .sls-contents .abt-title_img{
      width: 150px;
      top: -50px;
      left: -210px;
      }

.abt-card{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 120px;
  }
  .abt-card_item{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
    }
    .mtc-contents .abt-card_item{border: 1px solid rgba(242,142,29,1);}
    .sls-contents .abt-card_item{border: 1px solid rgba(83,180,57,1);}
    .abt-card_fig{
      margin-bottom: 30px;
      position: relative;
      }
      .abt-card_fig span{
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 30px;
        font-size: 14px;
        font-weight: bold;
        color: rgba(255,255,255,1);
        position: absolute;
        bottom: 0;
        left: 0;
        }
      .mtc-contents .abt-card_fig span{background-color: rgba(242,142,29,1);}
      .sls-contents .abt-card_fig span{background-color: rgba(83,180,57,1);}
      .abt-card_title{
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 21px;
        font-weight: bold;
        line-height: 1.4;
        }
        .mtc-contents .abt-card_title{min-height: 70px;}
      .abt-card_summary{
        padding-right: 10px;
        padding-left: 10px;
        font-size: 15px;
        line-height: 2;
        }

.abt-merit{
  display: grid;  
  grid-template-columns: repeat(3, 1fr);
  gap: 110px;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 100px;
  }
  .abt-merit_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .abt-merit_fig{
      margin-bottom: 40px;
      position: relative;
      }
      .abt-merit_fig span{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 30px;
        font-size: 14px;
        font-weight: bold;
        color: rgba(255,255,255,1);
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        }
        .mtc-contents .abt-merit_fig span{background-color: rgba(242,142,29,1);}
        .sls-contents .abt-merit_fig span{background-color: rgba(83,180,57,1);}
    .abt-merit_title{
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      }
    .mtc-contents .abt-merit_title{color: rgba(242,142,29,1);}
    .sls-contents .abt-merit_title{color: rgba(83,180,57,1);}
    .abt-merit_sumamry{
      font-size: 17px;
      font-weight: 500;
      text-align: center;
      line-height: 2;
      }

.abt-flow{
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 80px;
  }
  .abt-flow_item{
    display: flex;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: rgba(255,255,255,1);
    }
    .abt-flow_item:not(:last-of-type){margin-bottom: 20px;}
    .abt-flow_after{
      flex-shrink: 0;
      width: 120px;
      margin-right: 35px;
      text-align: right;
      } 
      .abt-flow_after span{font-weight: 500;}
    .abt-flow_body{
      padding-left: 40px;
      position: relative;
      }
      .abt-flow_body::before{
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        top: 7px;
        left: -7px;
        }
        .mtc-contents .abt-flow_body::before{background-color: rgba(242,142,29,1);}
        .sls-contents .abt-flow_body::before{background-color: rgba(83,180,57,1);}
        .abt-flow_item:not(:last-of-type) .abt-flow_body::after{
          content: "";
          height: calc(100% + 60px);
          width: 1px;
          position: absolute;
          top: 7px;
          left: 0;
          }
          .mtc-contents .abt-flow_body::after{background-color: rgba(242,142,29,1);}
          .sls-contents .abt-flow_body::after{background-color: rgba(83,180,57,1);}
      .abt-flow_title{
        margin-bottom: 10px;
        font-size: 21px;
        font-weight: bold;
        line-height: 1.2;
        }
        .mtc-contents .abt-flow_title{color: rgba(242,142,29,1);}
        .sls-contents .abt-flow_title{color: rgba(83,180,57,1);}
      .abt-flow_sumamry{font-weight: 500;}

.abt-button{
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  }
      
.abt-bg{
  width: 410px;
  position: absolute;
  top: 35px;
  right: 20px;
  }

/* interview */
.ivw-block{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 65px;
  max-width: 980px;
  margin: 0 auto;
  }
  .ivw-block_item{position: relative;}
    .ivw-block_link{
      display: block;
      position: relative;
      }
      .ivw-block_box{
        display: grid;
        position: relative;
        overflow: hidden;
        background-color: rgba(255,255,255,1);
        border-radius: 15px;
        position: relative;
        top: 0;
        right: 0;
        transition: .3s;
        }
      .ivw-block_link:hover .ivw-block_box{
        top: 2px;
        right: -2px;
        }
    .org .ivw-block_box{
      box-shadow: 10px 10px 0px 0px rgba(242,142,29,.1);
      border: 1px solid rgba(242,142,29,1);
      }
      .org .ivw-block_link:hover .ivw-block_box{box-shadow: 4px 4px 0px 0px rgba(242,142,29,.1);}
    .grn .ivw-block_box{
      box-shadow: 10px 10px 0px 0px rgba(83,180,57,.1);
      border: 1px solid rgba(83,180,57,1);
      }
      .grn .ivw-block_link:hover .ivw-block_box{box-shadow: 4px 4px 0px 0px rgba(83,180,57,.1);}
      .ivw-block_fig{}
      .ivw-block_info{
        display: flex;
        flex-direction: column;
        width: 185px;
        position: absolute;
        right: 0;
        bottom: 30px;
        }
        .ivw-block_position{font-weight: bold;}
        .org .ivw-block_position{color: rgba(242,142,29,1);}
        .grn .ivw-block_position{color: rgba(83,180,57,1);}
        .ivw-block_type{font-weight: 500;}
        .ivw-block_join{font-weight: 500;}
        .ivw-block_initial{
          font-size: 40px;
          font-weight: 500;
          position: relative;
          top: -.2em;
          }
      .ivw-block_label{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 30px;
        font-size: 14px;
        font-weight: bold;
        color: rgba(255,255,255,1);
        position: absolute;
        right: 0;
        bottom: 0;
        transition: .3s;
        }
        .ivw-block_link:hover .ivw-block_label{
          right: -2px;
          bottom: -2px;
          }
        .org .ivw-block_label{background-color: rgba(242,142,29,1);}
        .grn .ivw-block_label{background-color: rgba(83,180,57,1);}
        .ivw-block_label span{
          font-size: 14px;
          font-weight: bold;
          }
        
      .ivw-bg{
        width: 370px;
        position: absolute;
        top: 60px;
        left: 20px;
        }


.modal_content .modal_inner{
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  }

.md-contents{padding-bottom: 95px;}

.md-head{
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  }
  .org .md-head{background-color: rgba(255,244,235,1);}
  .grn .md-head{background-color: rgba(243,247,227,1);}
  .md-head_inner{
    display: flex;
    align-items: flex-end;
    max-width: 980px;
    margin: 0 auto;
    }
    .md-head_fig{width: 390px;}
    .md-head_main{width: calc(100% - 390px);}
      .md-head_sumamry{
        margin-bottom: 40px;
        padding-top: 30px;
        padding-right: 50px;
        padding-bottom: 30px;
        padding-left: 50px;
        border-radius: 30px;
        position: relative;
        }
        .org .md-head_sumamry{background-color: rgba(242,142,29,1);}
        .grn .md-head_sumamry{background-color: rgba(83,180,57,1);}
        .md-head_sumamry::before{
          content: "";
          width: 45px;
          height: 35px;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: left bottom;
          position: absolute;
          left: -12px;
          bottom: -2px;
          }
          .org .md-head_sumamry::before{background-image: url(../img/interview-fig-10.png);}
          .grn .md-head_sumamry::before{background-image: url(../img/interview-fig-11.png);}
        .md-head_sumamry p{
          font-size: 28px;
          font-weight: bold;
          color: rgba(255,255,255,1);
          }
        .md-head_info{
          display: flex;
          flex-direction: column;
          padding-left: 50px;
          }
          .md-head_position{
            font-size: 25px;
            font-weight: bold;
            }
            .grn .md-head_position{color: rgba(83,180,57,1);}
            .org .md-head_position{color: rgba(242,142,29,1);}
          .md-head_shop{}  
          .md-head_type{}
          .md-head_join{}
          .md-head_initial{
            font-size: 50px;
            font-weight: bold;
            position: relative;
            top: -.3em;
            }
  .md-body{
    margin-bottom: 60px;
    padding-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    }
    .md-body_bg{
      width: 360px;
      position: absolute;
      top: -190px;
      right: 20px;
      }
    .md-qanda{
      max-width: 980px;
      margin: 0 auto;
      }
      .md-qanda_box:not(:last-of-type){margin-bottom: 50px;}
      .md-qanda_head{
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(204,204,204,1);
        }
        .md-qanda_head-icon{
          flex-shrink: 0;
          margin-right: 35px;
          font-size: 40px;
          font-weight: bold;
          line-height: 1;
          position: relative;
          top: -.2em;
          }
          .org .md-qanda_head-icon{color: rgba(242,142,29,1)}
          .grn .md-qanda_head-icon{color: rgba(83,180,57,1);}
        .md-qanda_head-text{
          font-size: 25px;
          font-weight: bold;
          line-height: 1.2;
          }
          .org .md-qanda_head-text{color: rgba(242,142,29,1);}
          .grn .md-qanda_head-text{color: rgba(83,180,57,1);}

      .md-qanda_body{display: flex;}
        .md-qanda_body-icon{
          flex-shrink: 0;
          margin-right: 35px;
          font-size: 40px;
          font-weight: bold;
          line-height: 1;
          }
        .md-qanda_body-text{}

.md-main .md-close{}
  .md-main .md-close_button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 60px;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    cursor: pointer;
    transition: .3s;
    }
    .md-main .md-close_button:hover{opacity: .7;}
    .org .md-close_button{background-color: rgba(242,142,29,1);}
    .grn .md-close_button{background-color: rgba(83,180,57,1);}
    .md-main .modal_close::before,
    .md-main .modal_close::after {
      display: none;
      }
    .md-main .md-close_text{
      font-size: 20px;
      font-weight: bold;
      color: rgba(255,255,255,1);
      }

.md-main .md-closeicon{
  position: absolute;
  top: 15px;
  right: 15px;
  }
  .md-main .md-closeicon::before,
  .md-main .md-closeicon::after{
    content: "";
    width: 65%;
    height: 3px;
    background-color: rgba(255,255,255,1);
    border-radius: 2px;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 10;
    pointer-events: none;
    }
    .md-main .md-closeicon::before{transform: translate(-50%, -50%) rotate(45deg);}
    .md-main .md-closeicon::after{transform: translate(-50%, -50%) rotate(-45deg);}
  .md-main .md-closeicon_button{
    width: 60px;
    height: 60px;
    border-radius: 0;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    cursor: pointer;
    }
    .org .md-closeicon_button{
      background-color: rgba(242,142,29,1);
      border: 3px solid rgba(255,244,235,1);
      }
    .grn .md-closeicon_button{
      background-color: rgba(83,180,57,1);
      border: 3px solid rgba(243,247,227,1);
      }

/* search */
.srch-contents.st-contents{
  padding-top: 90px;
  padding-right: 20px;
  padding-bottom: 90px;
  padding-left: 20px;
  border-radius: 10px;
  background-image: url(../img/bg01.png);
  background-color: rgba(252,246,226,1);
  position: relative;
  }
  .srch-contents .st-menu{margin-bottom: 75px;}
  .type.sw-subtitle{margin-bottom: 65px;}
  .type.st-menu{margin-bottom: 110px;}

.srch-shop{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
  max-width: 1040px;
  margin: 0 auto;
  }
  .srch-shop_item{position: relative;}
    .srch-shop_link{
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      padding-top: 25px;
      padding-right: 20px;
      padding-bottom: 40px;
      padding-left: 20px;
      border-radius: 10px;
      border: 1px solid rgba(242,142,29,1);
      background-color: rgba(255,255,255,1);  
      box-shadow: 10px 10px 0px 0px rgba(242,142,29,.1);
      transition: .3s;
      position: relative;
      top: 0;
      right: 0;
      }
      .srch-shop_link:hover{
        box-shadow: 4px 4px 0px 0px rgba(242,142,29,.1);
        top: 2px;
        right: -2px;
        }
      .srch-shop_fig{margin-bottom: 25px;}
        .srch-shop_fig img{width: 100%;}
      .srch-shop_name{
        width: 100%;
        margin-bottom: 10px;
        font-size: 19px;
        font-weight: bold;
        line-height: 1.2;
        }
      .srch-shop_add{
        width: 100%;
        font-size: 15px;
        line-height: 1.2;
        }
      .srch-shop_badge{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 30px;
        background-color: rgba(242,142,29,1);
        position: absolute;
        right: -1px;
        bottom: -1px;
        pointer-events: none;
        }
        .srch-shop_badge span{
          font-size: 14px;
          font-weight: bold;
          color: rgba(255,255,255,1);
          }

    .srch-bg{  
      width: 265px;
      position: absolute;
      top: 55px;
      right: 40px;
      }

@media screen and (max-width: 1600px) {

/* structure */
.st-contents{padding-top: 180px;}

/* message */
.msg-bg{
  width: 250px;
  right: 30px;
  bottom: 60px;
  }

/* interview */
.ivw-bg{
  width: 330px;
  top: 50px;
  }

}/* max-width: 1600px */

@media screen and (max-width: 1400px) {

/* structure */
.st-contents{padding-top: 150px;}

/* header */
.st-header{
  padding-right: 20px;
  padding-left: 20px;
  }
  .st-header_inner{height: 90px;}
  .st-sitetitle{width: 240px;}
  .st-nav_button:nth-of-type(-n+3){margin-right: 35px;}
  .st-nav_button:nth-of-type(4){margin-right: 40px;}
  .sw-list_button-link{
    width: 175px;
    height: 45px;
    }

/* message */
.msg-contents::after{height: 145%;}
  .msg-bg{
    width: 200px;
    right: 20px;
    bottom: 40px;
    }
  .msg-contents .st-title img{width: 220px;}

/* about */
.abt-bg{
  width: 340px;
  top: 20px;
  right: 10px;
  }

/* interview */
.ivw-bg{
  width: 260px;
  top: 40px;
  left: 0;
  }

/* search */
.srch-bg{  
  width: 220px;
  top: 45px;
  right: 20px;
  }


}/* max-width: 1400px */

@media screen and (max-width: 1200px) {

/* header */
.st-header{
  padding-right: 20px;
  padding-left: 20px;
  }
  .st-header_inner{height: 80px;}
  .st-sitetitle{width: 190px;}
  .st-nav_jp{font-size: 14px;}
  .st-nav_button:nth-of-type(-n+3){margin-right: 20px;}
  .st-nav_button:nth-of-type(4){margin-right: 25px;}
  .sw-list_button-link{
    width: 155px;
    height: 45px;
    }
  .sw-list_text{font-size: 14px;}

/* structure */
.st-contents{
  width: calc(100% - 40px);
  padding-top: 120px;
  padding-bottom: 80px;
  }

.st-title img{width: 450px;}  

.st-menu{gap: 60px;}
  .sw-button{
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    }
  .sw-button:hover{
    top: 4px;
    right: -4px;
    }
  .sw-button_text{font-size: 20px;}
  .m-staff img{
    width: 90px;
    right: 5px;
    bottom: -30px;
    }
  .s-staff img{
    width: 120px;
    right: -30px;
    bottom: -20px;
    }

.sw-subtitle_text{
  height: 50px;
  font-size: 18px;
  }

.tp-bgwrap::before{width: calc(100% - 40px);}

/* mainvisual */
.tp-mainvisual{padding-left: 80px;}

/* message */
  .msg-bg{
    width: 180px;
    right: 5px;
    bottom: -40px;
    }
  .msg-contents .st-title img{width: 200px;}
  .msg-block{  
    grid-template-columns: calc(50% - 50px) auto; 
    gap: 30px 50px; 
    }
  .msg-par{font-size: 16px;}
  .msg-par br{display: none;}

/* about */
.mtc-contents .abt-title_img{
  width: 100px;
  top: -40px;
  left: -140px;
  }
.sls-contents .abt-title_img{
  width: 125px;
  top: -20px;
  left: -170px;
  }
  .abt-contents .sw-subtitle{margin-bottom: 55px;}
  .abt-contents .sw-subtitle h3{
    height: 55px;
    font-size: 22px;
    }

.mtc-contents.st-contents,
.sls-contents.st-contents{
  margin-bottom: 50px;
  padding-top: 60px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  }
  .abt-title{margin-bottom: 55px;}
    .abt-title h3{font-size: 34px;}

.abt-card{margin-bottom: 100px;}
  .abt-card_item{padding-bottom: 20px;}
  .abt-card_fig{margin-bottom: 20px;}
  .abt-card_title{
    margin-bottom: 15px;
    font-size: 20px;
    }
    .abt-card_title br{display: none;}
  .mtc-contents .abt-card_title{min-height: 65px;}

.abt-merit{
  gap: 80px;
  margin-bottom: 80px;
  }
  .abt-merit_title{font-size: 20px;}
  .abt-merit_sumamry{font-size: 16px;}
.abt-flow_title{font-size: 20px;}
.abt-bg{width: 260px;}

/* interview */
.ivw-block{gap: 50px 55px;}
  .ivw-block_info{bottom: 20px;}
  .ivw-block_initial{font-size: 34px;}
  .ivw-bg{
    width: 220px;
    top: 40px;
    left: 0;
    }

.md-contents{padding-bottom: 60px;}

.md-body_bg{
  width: 300px;
  top: -150px;
  }
  .md-head{
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    }
  .md-head_fig{width: 320px;}
  .md-head_main{width: calc(100% - 320px);}
  .md-head_sumamry{
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-radius: 25px;
    }
  .md-head_sumamry::before{
    width: 45px;
    height: 35px;
    left: -12px;
    bottom: -2px;
    }
  .md-head_sumamry p{font-size: 24px;}
  .md-head_info{padding-left: 50px;}
  .md-head_position{font-size: 22px;}
  .md-head_initial{font-size: 42px;}

.md-body{
  margin-bottom: 50px;
  padding-top: 60px;
  }
  .md-qanda_box:not(:last-of-type){margin-bottom: 40px;}
  .md-qanda_head-icon{
    margin-right: 25px;
    font-size: 36px;
    }
  .md-qanda_head-text{font-size: 22px;}
  .md-qanda_body-icon{
    margin-right: 25px;
    font-size: 36px;
    }

.md-main .md-close_button{
  width: 150px;
  height: 50px;
  }
  .md-main .md-close_text{font-size: 18px;}

.md-main .md-closeicon_button{
  width: 50px;
  height: 50px;
  }

/* search */
.srch-contents.st-contents{
  padding-top: 60px;
  padding-bottom: 60px;
  }  
  .srch-bg{  
    width: 180px;
    top: 35px;
    right: 10px;
    }

}/* max-width: 1200px */

@media not all and (max-width: 992px) {
  
  .st-header_menu{display: none;}
  .st-nav{display: block !important;}
  
  }/* not max-width: 992px */

@media screen and (max-width: 992px) {

.st-header{
  padding-right: 15px;
  padding-left: 15px;
  }
  .st-header_inner{height: 70px;}
  .st-sitetitle{width: 180px;}
  .st-nav{
    display: none;
    height: auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: rgba(255,255,255,1);
    }
  .st-nav_main{
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
  .st-nav_button{
    width: 100%;
    height: auto;
    }
  .st-nav_button:not(:last-of-type){
    margin-right: 0;
    margin-bottom: 20px;
    }
  .st-nav_link{
    display: flex;
    justify-content: center;
    height: auto;
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    }
  .st-nav_link span{font-size: 16px;}
  .sw-list_button-link{width: 250px;}
  .sw-list_text{font-size: 16px;}

.st-header_menu{
  display: flex;
  align-items: center;
  }
  .header-hamburger{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 34px;
    position: relative;
    }
    .header-hamburger::before{
      content: "";
      width: 40px;
      height: 4px;
      border-radius: 2px;
      background-color: rgba(51,51,51,1);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .3s;
      } 
      .js-open .header-hamburger::before{opacity: 0;}
    .hamburger-btn{
      width: 100%;
      height: 100%;
      position: relative;
      cursor: pointer;
      appearance: none;
      background: none;
      border: 0;
      }
      .hamburger-btn::before,
      .hamburger-btn::after{
        content: "";
        width: 40px;
        height: 4px;
        border-radius: 2px;
        background-color: rgba(51,51,51,1);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .3s;
        }
        .hamburger-btn::before{
          top: 0;
          transform-origin: left top;
          }
        .hamburger-btn::after{
          bottom: 0;
          transform-origin: left bottom;
          }
        .js-open .hamburger-btn::before,
        .js-open .hamburger-btn::after{
          width: 45px;
          left: 9%;
          }
        .js-open .hamburger-btn::before{transform: rotate(45deg);}
        .js-open .hamburger-btn::after{transform: rotate(-45deg);}

        .screen-reader-text {
          border: 0;
          clip: rect(1px,1px,1px,1px);
          -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
          word-wrap: normal!important;
          }
/* footer */
.st-footer{
  padding-top: 60px;
  padding-bottom: 40px;
  }
  .st-footer_nav-link{font-size: 14px;}

/* structure */
.st-contents{
  padding-top: 100px;
  padding-bottom: 70px;
  }
  
.st-title img{width: 350px;}  
.st-title_text{font-size: 18px;}

.st-menu{gap: 40px;}
  .sw-button{height: 70px;}
  .sw-button:hover{
    top: 2px;
    right: -2px;
    }
  .org .sw-button{box-shadow: 6px 6px 0px 0px rgba(242,142,29,.1);}
    .sw-button:hover{box-shadow: 2px 2px 0px 0px rgba(242,142,29,.1);}
  .grn .sw-button{box-shadow: 6px 6px 0px 0px rgba(83,180,57,.1);}
    .sw-button:hover{box-shadow: 2px 2px 0px 0px rgba(83,180,57,.1);}
  .sw-button_text{font-size: 18px;}
  .m-staff img{
    width: 70px;
    right: 5px;
    bottom: -20px;
    }
  .s-staff img{
    width: 100px;
    right: -20px;
    bottom: -15px;
    }

.sw-subtitle{margin-bottom: 20px;}
  .sw-subtitle_text{
    height: 45px;
    font-size: 16px;
    }

/* mainvisual */
.tp-mainvisual{padding-left: 50px;}

/* message */
.msg-contents::after{height: 141%;}
.mtc-contents .abt-title_img{
  width: 80px;
  top: -31px;
  left: -120px;
  }
.sls-contents .abt-title_img{
  width: 105px;
  top: -17px;
  left: -150px;
  }
  .abt-contents .sw-subtitle{margin-bottom: 40px;}
  .abt-contents .sw-subtitle h3{
    height: 50px;
    font-size: 20px;
    }
    .abt-title{margin-bottom: 40px;}
    .abt-title h3{font-size: 28px;}

  .abt-card{
    gap: 10px;
    margin-bottom: 80px;
    }
  .abt-card_item{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    }
  .abt-card_fig{margin-bottom: 20px;}
  .abt-card_fig span{
    width: 70px;
    height: 24px;
    font-size: 13px;
    }
  .abt-card_title{
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    }
  .mtc-contents .abt-card_title{min-height: 55px;}
  .abt-card_summary{
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.75;
    }

.abt-merit{gap: 50px;}
  .abt-merit_fig{margin-bottom: 30px;}
  .abt-merit_fig span{
    width: 70px;
    height: 24px;
    font-size: 13px;
    bottom: -10px;
    }
  .abt-merit_title{font-size: 18px;}
  .abt-merit_sumamry{
    font-size: 15px;
    line-height: 1.75;
    }

.abt-flow{margin-bottom: 60px;}
  .abt-flow_item{
    padding-right: 20px;
    padding-left: 30px;
    }
  .abt-flow_after{
    width: 120px;
    margin-right: 30px;
    } 
  .abt-flow_body{padding-left: 30px;}
  .abt-flow_body::before{
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    }
  .abt-flow_title{
    margin-bottom: 5px;
    font-size: 18px;
    }
  
.abt-bg{
  width: 180px;
  top: 25px;
  right: 5px;
  }

/* interview */
.ivw-block{gap: 30px 35px;}
  .ivw-block_info{
    width: 160px;
    line-height: 1.5;
    }
  .ivw-block_position,
  .ivw-block_type,
  .ivw-block_join{
    font-size: 14px;
    }
  .ivw-block_initial{font-size: 28px;}
  .ivw-bg{
    width: 180px;
    top: 30px;
    }

  .md-contents{padding-bottom: 40px;}

  .md-body_bg{
    width: 200px;
    top: -100px;
    }
    .md-head{
      padding-top: 40px;
      padding-right: 20px;
      padding-left: 20px;
      }
    .md-head_fig{width: 260px;}
    .md-head_main{width: calc(100% - 260px);}
    .md-head_sumamry{
      margin-bottom: 30px;
      padding-top: 20px;
      padding-bottom: 20px;
      border-radius: 20px;
      }
    .md-head_sumamry::before{width: 40px;}
    .md-head_sumamry p{font-size: 20px;}
    .md-head_info{padding-left: 30px;}
    .md-head_position{font-size: 20px;}
    .md-head_initial{font-size: 38px;}
  
  .md-body{
    margin-bottom: 50px;
    padding-top: 60px;
    }
    .md-qanda_box:not(:last-of-type){margin-bottom: 40px;}
    .md-qanda_head-icon{
      margin-right: 20px;
      font-size: 30px;
      }
    .md-qanda_head-text{font-size: 20px;}
    .md-qanda_body-icon{
      margin-right: 20px;
      font-size: 30px;
      }
  .md-main .md-close_button{
    width: 150px;
    height: 50px;
    }
    .md-main .md-close_text{font-size: 18px;}
  .md-main .md-closeicon{
    top: 10px;
    right: 10px;
    }
    .md-main .md-closeicon_button{
      width: 40px;
      height: 40px;
      }

/* search */
.srch-contents .st-menu{margin-bottom: 60px;}
  .type.sw-subtitle{margin-bottom: 45px;}
  .type.st-menu{margin-bottom: 70px;}

.srch-shop{gap: 20px 15px;}
  .srch-shop_link{
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 15px;
    }
  .srch-shop_fig{margin-bottom: 25px;}
  .srch-shop_name{font-size: 17px;}
  .srch-shop_badge{
    width: 90px;
    height: 30px;
    }
  .srch-shop_badge span{font-size: 14px;}
  .srch-bg{  
    width: 160px;
    top: 25px;
    }

}/* max-width: 992px */

@media screen and (max-width: 768px) {

/* footer */
.st-footer{
  padding-top: 30px;
  padding-bottom: 20px;
  }
.st-footer_nav{
  flex-direction: column;
  align-items: center;
  }
  .st-footer_nav-link:not(:last-of-type){margin-bottom: 5px;}
  .st-footer_nav-link:not(:last-of-type):after{display: none;}
  .st-footer_nav{margin-bottom: 20px;}
  .st-footer_copy{font-size: 12px;}

/* structure */
.st-contents{width: calc(100% - 40px);}
  .st-title{margin-bottom: 35px;}
  .st-title img{
    width: 100%;
    max-width: 400px;
    margin-bottom: 15px;
    }
  .st-title_text{font-size: 18px;}

.sw-subtitle_text{
  height: 45px;
  font-size: 15px;
  }

.st-menu{gap: 30px;}
  .sw-button{height: 60px;}
  .sw-button_text{font-size: 16px;}
  .m-staff img{
    width: 60px;
    bottom: -15px;
    }
  .s-staff img{
    width: 80px;
    right: -15px;
    bottom: -10px;
    }

.tp-bgwrap::before{height: 100%;}

/* mainvisual */
.tp-mainvisual{
  padding-top: 20px;
  padding-left: 80px;  
  }

/* message */  
.msg-bg{
  width: 160px;
  right: -5px;
  bottom: -50px;
  }
  .msg-contents .st-title{align-items: flex-start;}
  .msg-contents .st-title img{width: 180px;}
  .msg-block{  
    grid-template-columns: 1fr; 
    grid-template-rows: repeat(3, auto); 
    gap: 30px; 
    grid-template-areas: 
      "st-head"
      "msg-detail"
      "msg-fig"; 
    }
  .msg-fig img{
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    }

/* about */
.mtc-contents .abt-title_img{
  width: 65px;
  top: -26px;
  left: -100px;
  }
.sls-contents .abt-title_img{
  width: 80px;
  top: -12px;
  left: -115px;
  }
.abt-contents .sw-subtitle{margin-bottom: 30px;}
  .abt-contents .sw-subtitle h3{font-size: 18px;}
  .abt-title{margin-bottom: 30px;}
    .abt-title h3{font-size: 24px;}

.mtc-contents.st-contents,
.sls-contents.st-contents{
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  }

.abt-card{
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 60px;
  }
  .mtc-contents .abt-card_title{min-height: auto;}

.abt-merit{
  gap: 30px;
  grid-template-columns: 1fr;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 60px;
  }
  .abt-merit_fig{
    max-width: 300px;
    margin-bottom: 30px;
    }
.abt-flow{margin-bottom: 30px;}
  .abt-flow_item{flex-direction: column;}
  .abt-flow_after{
    flex-shrink: 0;
    width: auto;
    margin-right: 0;
    margin-bottom: 5px;
    padding-left: 30px;
    text-align: left;
    } 
    .abt-flow_after span{font-size: 14px;;}
    .abt-flow_after br{display: none;}
    .mtc-contents .abt-flow_item:not(:last-of-type) .abt-flow_body::after{height: calc(100% + 100px);}

.abt-bg{
  width: 160px;
  top: 25px;
  right: -10px;
  }

/* interview */
.ivw-block{
  gap: 30px;
  grid-template-columns: 1fr;
  max-width: 450px;
  margin: 0 auto;
  }
  .ivw-block_initial{font-size: 24px;}
  .ivw-block_info{
    width: 130px;
    bottom: 15px;
    }
  .ivw-block_label {
    width: 70px;
    height: 25px;
    font-size: 12px;
    }
.ivw-bg{
  width: 140px;
  top: -5px;
  }    

.md-body_bg{
  width: 140px;
  top: -80px;
  }
  .md-head{
    padding-top: 30px;
    padding-left: 10px;
    }
  .md-head_fig{width: 200px;}
  .md-head_main{width: calc(100% - 200px);}
  .md-head_sumamry{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 15px;
    }
  .md-head_sumamry::before{width: 35px;}
  .md-head_sumamry p{
    font-size: 18px;
    line-height: 1.5;
    }
  .md-head_info{padding-left: 20px;}
  .md-head_position{font-size: 18px;}
  .md-head_initial{font-size: 34px;}

.md-body{
  margin-bottom: 40px;
  padding-top: 40px;
  }
  .md-qanda_box:not(:last-of-type){margin-bottom: 30px;}
  .md-qanda_head-icon{font-size: 26px;}
  .md-qanda_head-text{font-size: 18px;}
  .md-qanda_body-icon{font-size: 26px;}
.md-main .md-close_button{
  width: 140px;
  height: 45px;
  }
  .md-main .md-close_text{font-size: 16px;}

/* search */
.srch-contents.st-contents{
  padding-top: 30px;
  padding-bottom: 30px;
  }
  .srch-shop{grid-template-columns: repeat(2, 1fr);}
  .srch-shop_badge{
    width: 70px;
    height: 25px;
    }
  .srch-bg{  
    width: 130px;
    top: 20px;
    right: -5px;
    }

}/* max-width: 768px */

@media not all and (max-width: 576px) {

.sw-subtitle_text br{display: none;}

}/* not max-width: 576px */

@media screen and (max-width: 576px) {

body{font-size: 15px;}

/* footer */
.st-footer_button{
  width: 300px;
  height: 60px;
  margin-bottom: 50px;
  }
  .st-footer_button-link span{font-size: 16px;}
  
.sw-pagetop{
  width: 50px;
  height: 50px;
  }

/* structure */
.st-menu{
  grid-template-columns: 1fr;
  max-width: 400px;
  margin: 0 auto;
  }
  .m-staff img{
    width: 50px;
    bottom: -10px;
    }
  .s-staff img{
    width: 70px;
    bottom: -5px;
    }

/* about */
.abt-title{margin-bottom: 25px;}
  .abt-title h3{font-size: 22px;}

  .mtc-contents .abt-title_img{
    width: 60px;
    top: -23px;
    left: -90px;
    }
  .sls-contents .abt-title_img{
    width: 80px;
    top: -12px;
    left: -110px;
    }
.abt-bg{
  width: 120px;
  top: -15px;
  right: -15px;
  }

/* interview */
.modal_content .modal_inner {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  }
  .md-body_bg{
    width: 120px;
    top: -70px;
    }
  .md-head{
    margin-bottom: 15px;
    padding-top: 30px;
    padding-left: 10px;
    }
  .md-head_fig{width: 160px;}
  .md-head_main{width: calc(100% - 160px);}
  .md-head_sumamry{
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    }
  .md-head_sumamry::before{width: 30px;}
  .md-head_sumamry p{font-size: 16px;}
  .md-head_position{font-size: 15px;}
  .md-head_shop,  
  .md-head_type,
  .md-head_join{
    font-size: 14px;
    }
  .md-head_initial{font-size: 26px;}
  .md-qanda_head {
    margin-bottom: 15px;
    padding-bottom: 15px;
    }
  .md-qanda_head-icon{font-size: 24px;}
  .md-qanda_head-text{font-size: 16px;}
  .md-qanda_body-icon{font-size: 24px;}
  
  .md-main .md-closeicon {
    top: 0;
    right: 0;
    }   

/* search */
.srch-contents .st-menu{margin-bottom: 50px;}
  .type.sw-subtitle{margin-bottom: 20px;}
  .type.st-menu{margin-bottom: 50px;}

.srch-shop{gap: 15px;}
  .srch-shop_link{
    padding-top: 15px;
    padding-bottom: 30px;
    }
  .srch-shop_fig{margin-bottom: 20px;}
  .srch-shop_name{font-size: 16px;}
  .srch-shop_add{font-size: 14px;}
  .srch-bg{  
    width: 90px;
    top: -20px;
    right: -15px;
    }

}/* max-width: 576px */

@media screen and (max-width: 476px) {

/* structure */
.st-contents {
  padding-top: 80px;
  padding-bottom: 50px;
  }

/* mainvisual */
.tp-mainvisual{padding-left: 40px;}

/* message */
.msg-contents::after{height: 138%;}
  .msg-bg{
    width: 130px;
    bottom: -50px;
    }

/* about */
.abt-title h3{font-size: 20px;}
  .mtc-contents .abt-title_img{
    width: 48px;
    top: -16px;
    left: -65px;
    }
  .sls-contents .abt-title_img{
    width: 65px;
    top: -10px;
    left: -80px;
    }


  .abt-bg{display: none;}

/* interview */
.ivw-bg{display: none;}    
.md-body_bg{display: none;}
.md-head{padding-left: 0;}
  .md-head_sumamry{
    width: calc(100% + 30px);
    position: relative;
    left: -30px;
    }
    .md-head_sumamry p{font-size: 15px;}
    .md-head_sumamry br{display: none;}
  .md-head_fig{width: 140px;}
  .md-head_main{width: calc(100% - 140px);}

/* search */
.srch-shop{
  grid-template-columns: 1fr;
  gap: 20px;
  }
  .srch-bg{display: none;}

}/* max-width: 476px */


