@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-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
  position: relative;
  }
  a{color: rgba(0,0,0,1);}


/* header */
.st-header{
  width: 100%;
  margin-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
  position: sticky;
  top: 0;
  z-index: 400;
  box-sizing: border-box;
  transition: .3s;
  z-index: 200;
  }
  .st-header_inner{
    display: flex;
    align-items: center;
    max-width: 1425px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 8px 0px rgba(114, 114, 114, 0.3);
    position: relative;
    }
    .st-header_logo{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 300px;
      height: 90px;
      border-right: 1px solid rgba(182,24,60,1);
      position: relative;
      z-index: 300;
      }
    .st-sitetitle_link{
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 10px;
      padding-right: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
      transition: .3s;
      }
      .st-sitetitle_link:hover{opacity: .5;}
      .st-sitetitle_logo{width: 220px;}
      .st-sitetitle_logo img{display: block;}
.st-nav{
  width: calc(100% - 300px);
  height: 100%;
  }
  .st-nav_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 15px;
    padding-bottom: 15px;  
    }
    .st-nav_button{
      display: flex;
      height: 100%;
      position: relative;
      }
      .st-nav_button:not(:nth-last-of-type(-n+2)){border-right: 1px solid rgba(182,24,60,1);}
      
    .st-nav_link{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 90px;
      position: relative;
      transition: .3s;
      }


      .sw-list_emp{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
        line-height: 1.2;
        }
        .sw-list_emp::before,
        .sw-list_emp::after{
          content: "";
          width: 2px; 
          height: 17px;
          background-color: rgba(182,24,60,1);            
          }
          .sw-list_emp::before{
            margin-right: 8px;
            transform: rotate(-30deg);
            }
          .sw-list_emp::after{
            margin-left: 8px;
            transform: rotate(30deg);
            }
        .sw-list_emp span{
          font-size: 14px;
          font-weight: bold;
          color: rgba(182,24,60,1);
          }
      .md-entry .sw-list_button-link{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 65px;
        background-color: rgba(182,24,60,1);
        border: 2px solid rgba(182,24,60,1);
        position: relative;
        transition: .3s;
        }
        .md-entry .sw-list_button-link:hover{
          background-color: rgba(255,255,255,1);
          opacity: 1;
          }
        .md-entry .sw-list_button-link::before{
          content: "";
          width: 10px;
          height: 10px;
          border-top: 2px solid rgba(255,255,255,1);
          border-right: 2px solid rgba(255,255,255,1);
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%) rotate(45deg);
          transition: .3s;
          }
          .md-entry .sw-list_button-link:hover::before{
            border-top: 2px solid rgba(182,24,60,1);
            border-right: 2px solid rgba(182,24,60,1);
            }
      .st-nav_link:hover{opacity: .5;}
      .st-nav_icon{
        width: 55px;
        margin-bottom: 5px;
        position: relative;
        z-index: 100;
        transition: .3s;
        }
      .md-entry .st-nav_text span{
        font-size: 18px;
        color: rgba(255,255,255,1);
        transition: .3s;
        }
        .md-entry .sw-list_button-link:hover .st-nav_text span{color: rgba(182,24,60,1);}

.tp-mainvisual{margin-bottom: -60px;}

.st-wrap{
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  }
  .st-inner{
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    }

.st-head{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  }
  .st-head_title{}
    .st-head_fig{max-width: 320px;}

.srch-wrap{margin-bottom: 120px;}
  .srch-block{}
    .srch-block .box_map{
      max-width: 100%;
      width: 100%;
      padding: 0;
      }
    .inner_map{
      padding-top: 30px;
      padding-right: 20px;
      padding-left: 20px;
      }
      .inner_map .pc_map svg .enable_area,
      .inner_map .pc_map svg .enable_pref {
        fill: rgba(182,24,60,1);
        }
        .inner_map .pc_map svg .enable_area:hover,
        .inner_map .pc_map svg .enable_pref:hover, 
        .inner_map .pc_map svg .area_hover{
          fill: rgba(182,24,60,.7);
          }
      .inner_map .pc_map .enable_area h3 a,
      .inner_map .pc_map .enable_pref a {
        color: rgba(182,24,60,1);
        }
        .inner_map .pc_map  .enable_area h3 a:hover,
        .inner_map .pc_map  .enable_pref a:hover {
          color: rgba(182,24,60,.7);
          }

      .inner_map .sp_map .enable_area h3 a:hover,
      .inner_map .sp_map .enable_pref a:hover{
        color: rgba(182,24,60,1);
       }

    .inner_form{
      padding-top: 35px;
      padding-right: 20px;
      padding-bottom: 35px;
      padding-left: 20px;
      background-color: #f2f2f2;
      }
      .box_map .inner_form form{
        justify-content: center;
        padding: 0;
        margin-top: 0;
        }
        .box_map .inner_form input[type="text"] {
          max-width: 630px;
          height: 40px;
          font-size: 16px;
          border-radius: 0;
          background-color: rgba(255,255,255,1);
          }
        .box_map .inner_form button[type="submit"] {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100px;
          height: 40px;
          border-radius: 20px;
          background-color: rgba(182,24,60,1);
          transition: .3s;
          }
          .box_map .inner_form button[type="submit"]:hover {opacity: .3;}
          .box_map .inner_form button img{
            display: block;
            width: 24px;
            margin-right: 5px;
            }

.job-wrap{margin-bottom: 120px;}
  .job-block{
    display: flex;
    gap: 30px;
    }
    .job-box{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: calc((100% - 60px) / 3);
      }
      .job-box_badge{
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 30px);
        height: 45px;
        margin-bottom: 15px;
        background-color: rgba(182,24,60,1);
        border-radius: 25px;
        }
        .job-box_badge span{
          font-size: 22px;
          color: rgba(255,255,255,1);
          letter-spacing: 0.1em;
          }
      .job-box_fig{margin-bottom: 25px;}
      .job-box_summary{}
        .job-box_summary p{
          font-size: 15px;
          line-height: 2;
          }

.wf-wrap{margin-bottom: 120px;}
  .wf-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
    }
  .wf-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .wf-box_icon{
      width: 160px;
      position: relative;
      z-index: 50;
      }
    .wf-box_body{
      width: 100%;
      height: 100%;
      margin-top: -75px;
      padding-top: 80px;
      padding-right: 30px;
      padding-bottom: 25px;
      padding-left: 30px;
      border: 3px solid rgba(182,24,60,1);
      }
    .wf-box_title{
      display: flex;
      align-items: baseline;
      margin-bottom: 10px;
      color: rgba(182,24,60,1);
      line-height: 1.4;
      }
      .wf-box_title-num{
        font-size: 30px;
        margin-right: 8px;
        }
      .wf-box_title-text{
        font-size: 22px;
        position: relative;
        top: -2px
        }
    .wf-box_summary{}
      .wf-box_summary p{}

.abt-wrap{margin-bottom: 130px;}

  .abt-head{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    }
    .abt-head_title{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 45px;
      padding-right: 25px;
      padding-left: 25px;
      background-color: rgba(182,24,60,1);
      border-radius: 25px;
      }
      .abt-head_title span{
        font-size: 22px;
        color: rgba(255,255,255,1);
        letter-spacing: 0.1em;
        }

  .stf-block{
    display: flex;
    gap: 55px;
    margin-bottom: 100px;
    }
    .stf-box{width: calc((100% - 80px) / 3);}
      .stf-box_title{margin-bottom: 15px;}
      .stf-box_fig{margin-bottom: 35px;}
      .stf-box_sumary{}

  .abt-block{margin-bottom: 75px;}
    .abt-box{
      display: flex;
      position: relative;
      }
      .abt-box:not(:last-of-type){margin-bottom: 65px;}
      .abt-box_fig{
        width: 50%;
        position: relative;
        }
        .curry .abt-box_fig{order: 1;}
        .abt-box_head{
          width: 270px;
          position: absolute;
          top: -25px;
          left: -12px;
          }
          .curry .abt-box_head{left: -35px;}
          .abt-box_title{}
        .abt-box_fig-inner{}
      .abt-box_summary{
        width: 50%;
        padding-top: 40px;
        padding-right: 35px;
        padding-bottom: 40px;
        padding-left: 35px;
        background-color: rgba(255,252,243,1);
        }
        .curry .abt-box_summary{order: 0;}
    .abt-box_clipping{
      position: absolute;
      bottom: -65px;
      }
      .selection .abt-box_clipping{
        width: 320px;
        right: 35px;
        }
      .curry .abt-box_clipping{
        width: 330px;
        left: -15px;
        }
      .shop .abt-box_clipping{
        width: 315px;
        right: -15px;
        bottom: -75px;
        }

  .abt-ribbon{
    width: calc(100% + 100px);
    margin-bottom: 40px;
    margin-left: -50px;
    }
  .abt-fig{
    max-width: 770px;
    margin: 0 auto;
    }

.faq-wrap{margin-bottom: 120px;}
  .faq-block{border-top: 3px solid rgba(182,24,60,1);}
    .faq-box{border-bottom: 3px solid rgba(182,24,60,1);}
      .faq-box_head{
        display: flex;
        align-items: center;
        padding-top: 20px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
        border-bottom: 1px solid rgba(178,177,177,1);
        }
        .faq-box_num{
          width: 55px;
          margin-right: 25px;
          }
        .faq-box_title{
          width: calc(100% - 80px);
          font-size: 22px;
          color: rgba(182,24,60,1);
          line-height: 1.4;
          }
      .faq-box_body{
        display: flex;
        align-items: center;
        min-height: 95px;
        padding-top: 20px;
        padding-right: 35px;
        padding-bottom: 20px;
        padding-left: 35px;
        }
        .faq-box_body p{}

.cta-wrap{
  display: flex;
  align-items: flex-end;
  }
  .cta-fig{
    width: 25.5%;
    padding-top: 33%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    .fig-left{background-image: url(../img/cta-fig-01.jpg);}
    .fig-right{background-image: url(../img/cta-fig-02.jpg);}
  .cta-main{
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 7%;
    }
    .cta-main_copy{
      width: 84%;
      max-width: 670px;
      margin-bottom: 55px;
      }
    .cta-main_button{
      width: 485px;
      height: 100px;
      }
      .cta-main_button-link{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
        transition: .3s;
        }
        .cta-main_button-link{
          background-color: rgba(182,24,60,1);
          border: 2px solid rgba(182,24,60,1);
          position: relative;
          }
          .cta-main_button-link:hover{
            background-color: rgba(255,255,255,1);
            opacity: 1;
            }
          .cta-main_button-link::before{
            content: "";
            width: 14px;
            height: 14px;
            border-top: 3px solid rgba(255,255,255,1);
            border-right: 3px solid rgba(255,255,255,1);
            position: absolute;
            top: 50%;
            right: 25px;
            transform: translateY(-50%) rotate(45deg);
            transition: .3s;
            }
            .cta-main_button-link:hover::before{
              border-top: 3px solid rgba(182,24,60,1);
              border-right: 3px solid rgba(182,24,60,1);
              }
              .cta-main_button-link span{
                font-size: 23px;
                color: rgba(255,255,255,1);
                transition: .3s;
                }
              .cta-main_button-link:hover span{color: rgba(182,24,60,1);}

.footer-wrap{
  padding-top: 70px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  background-color: rgba(241,241,241,1);
  position: relative;
  }
  .st-footer_logo{
    width: 130px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    }
  .st-footer{
    position: relative;
    z-index: 1;
    }
    .st-footer_nav{
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      }
      .st-footer_nav-link:not(:last-of-type):after{
        content: "｜";
        margin-right: 1em;
        margin-left: 1em;
        color: rgba(0,0,0,1);
        }
        .st-footer_nav-link span{
          color: rgba(0,0,0,1);
          font-weight: bold;
          }
        .st-footer_nav-link:hover span{text-decoration: underline;}
      
  .st-footer_copy{
    font-size: 14px;
    text-align: center;
    }

  .sw-pagetop{
    display: none;
    width: 75px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 400;
    }
    .sw-pagetop_link{transition: .3s;}
    .sw-pagetop_link:hover{opacity: .5;}

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

.st-header_logo{
  width: 240px;
  height: 80px;
  }
  .st-sitetitle_logo{width: 180px;}

.st-nav{width: calc(100% - 240px);}
  .st-nav_link{height: 80px;}
  .st-nav_icon{
    width: 45px;
    }
  .st-nav_text span{font-size: 15px;}
  .md-entry .st-nav_text span{font-size: 16px;}
  

}/* max-width: 1400px */

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

  .st-header_menu{display: none !important;}

  .st-nav{display: block !important;}
    
}/* not max-width: 1200px */

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

body{padding-top: 80px;}

/* header */
.st-header{
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  position: fixed;
  padding-right: 0;
  padding-left: 0;
  }
  .st-header_inner{
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 10px;
  box-shadow: none;
  }
  .st-header_logo{
    width: auto;
    border-right: 0;
    }
  .st-sitetitle_link{
    padding-right: 10px;
    padding-left: 10px;
    }
  .st-nav{
    display: none;
    height: auto;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: rgba(255,255,255,1);
    z-index: 200;
    }
  .st-nav_main{
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 15px;
    padding-bottom: 0;
    }
    .st-nav_button:not(:nth-last-of-type(-n+2)){border-right: 0;}

    .sw-list_emp{margin-bottom: 10px;}
      .sw-list_emp::before,
      .sw-list_emp::after{
        height: 22px;        
        }
      .sw-list_emp::before{margin-right: 10px;}
      .sw-list_emp::after{margin-left: 10px;}
      .sw-list_emp span{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;
  z-index: 300;
  }
  .header-hamburger::before{
    content: "";
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(169,40,40,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(169,40,40,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(2px,2px,2px,2px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 2px;
        margin: -2px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 2px;
        word-wrap: normal!important;
        }

.tp-mainvisual{margin-bottom: 0;}

.srch-wrap{margin-bottom: 100px;}

.abt-ribbon{
  width: calc(100% + 20px);
  margin-bottom: 40px;
  margin-left: -10px;
  }
  .abt-fig{max-width: 85%;}

.cta-fig{
  width: 25.5%;
  padding-top: 33%;
  }
  .cta-main{padding-bottom: 5%;}
  .cta-main_copy{margin-bottom: 40px;}
  .cta-main_button{
    width: 400px;
    height: 80px;
    }
  .cta-main_button-link span{font-size: 20px;}
  
}/* max-width: 1200px */

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

.st-head{margin-bottom: 50px;}
  .st-head_fig{max-width: 280px;}
  
.job-wrap{margin-bottom: 100px;}
  .job-block{gap: 20px;}
  .job-box{width: calc((100% - 40px) / 3);}
  .job-box_badge{
    width: 100%;
    height: 40px;
    }
  .job-box_badge span{font-size: 20px;}
  .job-box_fig{margin-bottom: 20px;}
  .job-box_summary p{line-height: 1.8;}


.wf-wrap{margin-bottom: 100px;}
  .wf-block{gap: 40px 20px;}
  .wf-box_icon{width: 140px;}
  .wf-box_body{
    margin-top: -65px;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    }
  .wf-box_title-num{font-size: 26px;}
  .wf-box_title-text{font-size: 20px;}

.abt-wrap{margin-bottom: 100px;}

.stf-block{
    gap: 30px;
    margin-bottom: 80px;
    }
  .stf-box{width: calc((100% - 60px) / 3);}
  .stf-box_title{margin-bottom: 10px;}
  .stf-box_fig{margin-bottom: 25px;}

.abt-head{margin-bottom: 40px;}
  .abt-head_title{
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    }
  .abt-head_title span{font-size: 20px;}

.abt-block{margin-bottom: 60px;}
  .abt-box:not(:last-of-type){margin-bottom: 55px;}
  .abt-box_head{
    width: 240px;
    top: -20px;
    left: -10px;
    }
  .curry .abt-box_head{left: -15px;}
  .abt-box_summary{
    width: 50%;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    }
  .abt-box_clipping{bottom: -70px;}
  .selection .abt-box_clipping{
    width: 240px;
    right: 25px;
    }
  .curry .abt-box_clipping{
    width: 230px;
    left: 70px;
    }
  .shop .abt-box_clipping{
    width: 245px;
    bottom: -60px;
    }

.faq-wrap{margin-bottom: 100px;}
  .faq-box_head{
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    }
  .faq-box_num{
    width: 45px;
    margin-right: 20px;
    }
  .faq-box_title{
    width: calc(100% - 65px);
    font-size: 20px;
    }
  .faq-box_body{
    min-height: 80px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 30px;
    }

.cta-fig{
  width: 23.5%;
  padding-top: 35%;
  }
  .cta-main{
    width: 53%;
    padding-bottom: 5%;
    }
  .cta-main_copy{margin-bottom: 30px;}
  .cta-main_button{
    width: 300px;
    height: 70px;
    }
  .cta-main_button-link::before{
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);
    right: 20px;
    }
  .cta-main_button-link:hover::before{
    border-top: 2px solid rgba(182,24,60,1);
    border-right: 2px solid rgba(182,24,60,1);
    }
  .cta-main_button-link span{font-size: 20px;}

.footer-wrap{
  padding-top: 40px;
  padding-bottom: 40px;
  }
  .st-footer_nav-link{font-size: 14px;}

}/* max-width: 992px */

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

.st-head{margin-bottom: 40px;}
  .st-head_fig{max-width: 260px;}

.srch-wrap{margin-bottom: 80px;} 
  .inner_map{padding-bottom: 30px;}
  .box_map .inner_form form{
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.job-wrap{margin-bottom: 80px;}
  .job-block{
    flex-direction: column;
    gap: 30px;
    max-width: 500px;
    margin: 0 auto;
    }
  .job-box{width: 100%;}

.wf-wrap{margin-bottom: 80px;}
  .wf-block{
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
    }
  .wf-box_icon{width: 110px;}
  .wf-box_body{
    margin-top: -50px;
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    }
  .wf-box_title-num{font-size: 22px;}
  .wf-box_title-text{font-size: 18px;}

.abt-wrap{margin-bottom: 80px;}

.stf-block{
  flex-direction: column;
  gap: 40px;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
  }
  .stf-box{width: 100%;}
  .stf-box_fig{margin-bottom: 15px;}

.abt-box{
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
  }
  .abt-box_fig{
    width: 100%;
    position: relative;
    }
  .curry .abt-box_fig{order: 0;}
  .abt-box_summary{
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
    }
  .curry .abt-box_summary{order: 1;}
  .abt-box_summary br{display: none;} 
  .curry .abt-box_clipping{
    left: -10px;
    }

.abt-ribbon{margin-bottom: 20px;}
.abt-fig{max-width: 95%;}

.faq-wrap{margin-bottom: 80px;}
  .faq-box_head{
    padding-top: 15px;
    padding-bottom: 15px;
    }
  .faq-box_num{
    width: 35px;
    margin-right: 15px;
    }
  .faq-box_title{
    width: calc(100% - 50px);
    font-size: 18px;
    }
  .faq-box_body{
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    }

.st-footer{}
  .st-footer_nav{
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    }
  .st-footer_nav-link{font-size: 13px;}
  .st-footer_nav-link:not(:last-of-type):after{display: none;}

.cta-wrap{flex-direction: column;}
  .cta-fig{
    width: 100%;
    height: 250px;
    padding-top: 0;
    }
  .fig-left{
    background-image: url(../img/cta-fig-01sp.jpg);
    background-position: center top;
    }
  .fig-right{background-image: url(../img/cta-fig-02sp.jpg);}
  .cta-main{
    width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    }
  .cta-main_copy{margin-bottom: 55px;}
  .cta-main_button{
    width: 350px;
    height: 70px;
    }

.footer-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }
  .st-footer_logo{
    width: 100px;
    margin-bottom: 30px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    }


}/* max-width: 768px */

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

  .st-head_fig{max-width: 240px;}

.job-box_badge{
  width: 100%;
  height: 35px;
  }
  .job-box_badge span{font-size: 18px;}

.abt-head_title{height: 35px;}
  .abt-head_title span{font-size: 18px;}

.faq-box_title{font-size: 16px;}


.cta-fig{
  width: 100%;
  height: 200px;
  padding-top: 0;
  }
  .cta-main_copy{
    width: 100%;
    margin-bottom: 30px;
    }
  .cta-main_button{
    width: 100%;
    max-width: 300px;
    height: 60px;
    }
    .cta-main_button-link span{font-size: 18px;}

}/* max-width: 576px */

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


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

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


}/* max-width: 476px */


