@charset "UTF-8";
@media screen and (min-width: 769px), print {
  main {
    padding-top: 89px;
  }
  .mv figure img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main_ct {
    padding-top: 15px;
  }
  .ttl {
    text-align: center;
    font-family: "Akrobat-Bold";
    font-size: 7.2rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 6.5px;
  }
  .ttl small {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    display: block;
    margin-top: -10px;
    letter-spacing: 4px;
  }
  .ttl02 {
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 6px;
  }
  .ttl02 span {
    position: relative;
    display: inline-block;
    padding-bottom: 19px;
  }
  .ttl02 span::after {
    content: "";
    position: absolute;
    left: 57%;
    bottom: 0;
    -webkit-transform: translateX(-57%);
       -moz-transform: translateX(-57%);
        -ms-transform: translateX(-57%);
            transform: translateX(-57%);
    width: 114%;
    height: 2px;
    background: #007b43;
    display: block;
  }
  .messages {
    padding: 35px 83px 41px 83px;
    background-color: #f7f7f7;
    margin-top: 61px;
    margin-bottom: 48px;
  }
  .messages h4 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    letter-spacing: 3.5px;
  }
  .messages p {
    margin-top: 35px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #000;
    letter-spacing: 1px;
  }
  .messages .quit_txt {
    font-size: 2rem;
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
  }
  .business_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1070px;
    margin: 48px auto 0;
    padding-bottom: 14px;
  }
  .business_item {
    position: relative;
    margin-bottom: 67px;
  }
  .business_item figure {
    width: 500px;
    height: 446px;
  }
  .business_item figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business_item .txt {
    width: 399px;
    height: 355px;
    position: absolute;
    top: 46px;
    left: 51px;
    background-color: #fff;
    padding: 40px 56px 20px 54px;
  }
  .business_item .txt h4 {
    text-indent: 5px;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 19px;
    border-bottom: 2px solid #007b43;
    letter-spacing: 3px;
    margin-bottom: 22px;
  }
  .business_item .txt p {
    font-size: 1.4rem;
    line-height: 26px;
    color: #000;
    letter-spacing: -0.3px;
  }
  .business .mt27 {
    margin-top: 27px;
  }
  .business .mt52 {
    margin-top: 52px;
  }
  .app_req {
    padding-bottom: 72px;
  }
  .app_req_ct {
    width: 520px;
    margin: 0 auto;
  }
  .app_req_ct dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app_req_ct dl.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .app_req_ct dl.ait dt {
    padding-top: 6px;
  }
  .app_req_ct dl:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .app_req_ct dl dt {
    margin-right: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: bold;
    width: 180px;
  }
  .app_req_ct dl dd {
    line-height: 36px;
    font-size: 2.4rem;
  }
  .app_req_ct dl dd ul {
    margin-left: -5px;
  }
  .app_req_ct dl dd ul li {
    position: relative;
    padding-left: 13px;
  }
  .app_req_ct dl dd ul li::after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .app_req_ct dl dd ul.list01 li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .app_req_ct dl dd ul.list01 li span:nth-of-type(1) {
    width: 195px;
  }
  .app_req_ct dl dd ul.list01 li span:nth-of-type(2) {
    width: -webkit-calc(100% - 195px);
    width: -moz-calc(100% - 195px);
    width: calc(100% - 195px);
  }
  .app_req_ct dl dd .tel {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #000;
    font-family: "Akrobat-Bold";
    display: block;
    letter-spacing: 2px;
  }
  .app_req_ct dl dd .txt_spec {
    text-indent: -9px;
    display: block;
    margin-top: -6px;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 18.59375vw;
  }
  .mv figure img {
    width: 100%;
    height: auto;
    display: block;
  }
  .ttl {
    text-align: center;
    font-family: "Akrobat-Bold";
    font-size: 11.25vw;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.01562vw;
    margin-top: -0.78125vw;
  }
  .ttl small {
    font-size: 3.75vw;
    font-weight: bold;
    color: #000;
    display: block;
    margin-top: -1.5625vw;
    letter-spacing: 0.625vw;
  }
  .ttl02 {
    color: #000;
    font-size: 4.6875vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.9375vw;
  }
  .ttl02 span {
    position: relative;
    display: inline-block;
    padding-bottom: 2.96875vw;
  }
  .ttl02 span::after {
    content: "";
    position: absolute;
    left: 57%;
    bottom: 0;
    -webkit-transform: translateX(-57%);
       -moz-transform: translateX(-57%);
        -ms-transform: translateX(-57%);
            transform: translateX(-57%);
    width: 114%;
    height: 2px;
    background: #007b43;
    display: block;
  }
  .messages {
    padding: 9.21875vw 6.5625vw 7.65625vw;
    background-color: #f7f7f7;
    margin-top: 7.1875vw;
    margin-bottom: 8.75vw;
  }
  .messages h4 {
    font-size: 4.6875vw;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.625vw;
    text-align: center;
  }
  .messages p {
    margin-top: 3.90625vw;
    font-size: 4.375vw;
    line-height: 5.625vw;
    color: #000;
    letter-spacing: 0.3125vw;
  }
  .messages .quit_txt {
    font-size: 4.375vw;
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
  }
  .business {
    margin-bottom: 3.4375vw;
  }
  .business_list {
    margin-top: 3.125vw;
    padding-bottom: 2.1875vw;
  }
  .business_item {
    position: relative;
  }
  .business_item:not(:last-child) {
    margin-bottom: 10.9375vw;
  }
  .business_item figure {
    height: 89.21875vw;
  }
  .business_item figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business_item .txt {
    width: 87.5vw;
    height: 72.65625vw;
    position: absolute;
    top: 8.28125vw;
    left: 6.40625vw;
    background-color: #fff;
    padding: 1.5625vw 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_item .txt h4 {
    font-size: 4.53125vw;
    font-weight: bold;
    color: #000;
    padding-bottom: 1.5625vw;
    border-bottom: 2px solid #007b43;
    letter-spacing: 0.625vw;
    margin-bottom: 3.125vw;
  }
  .business_item .txt p {
    font-size: 4.0625vw;
    line-height: 4.6875vw;
    color: #000;
  }
  .business .mt27 {
    margin-top: 4.6875vw;
  }
  .business .mt52 {
    margin-top: 4.6875vw;
  }
  .app_req_ct {
    margin-top: 3.90625vw;
  }
  .app_req_ct dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5.46875vw;
  }
  .app_req_ct dl.spec_sp {
    display: block;
  }
  .app_req_ct dl.spec_sp dt {
    width: 100%;
  }
  .app_req_ct dl.spec_sp dd {
    width: 100%;
    padding-left: 6.09375vw;
  }
  .app_req_ct dl.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .app_req_ct dl.ait_sp {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .app_req_ct dl:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .app_req_ct dl dt {
    padding-left: 6.09375vw;
    letter-spacing: 0.46875vw;
    font-size: 4.375vw;
    font-weight: bold;
    color: #000;
    width: 31.71875vw;
  }
  .app_req_ct dl dd {
    width: -webkit-calc(100% - 31.71875vw);
    width: -moz-calc(100% - 31.71875vw);
    width: calc(100% - 31.71875vw);
    font-size: 4.375vw;
    line-height: 5.625vw;
    color: #000;
    padding-right: 1.5625vw;
  }
  .app_req_ct dl dd ul {
    margin-left: -1.5625vw;
  }
  .app_req_ct dl dd ul li {
    position: relative;
    padding-left: 3.75vw;
  }
  .app_req_ct dl dd ul li::after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .app_req_ct dl dd ul li.mb10 {
    margin-bottom: 1.5625vw;
  }
  .app_req_ct dl dd ul.list01 li span {
    display: block;
  }
  .app_req_ct dl dd .tel {
    text-decoration: none;
    color: #000;
    font-size: 4.6875vw;
    font-family: "Akrobat-Bold";
    letter-spacing: 0.46875vw;
  }
  .app_req_ct dl dd .txt_spec {
    font-size: 3.4375vw;
  }
  .app_req_ct dl dd .txt_sm_sp {
    font-size: 3.75vw;
  }
}
