*{
    padding: 0;
    margin: 0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    background-color: #FFECE2;
    color: #5C3823;
    line-height: 32px;
}

header {
    position: relative;
}

.topBarBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

h1 {
    margin-left: 10px;
}

.logo {
    width: 52px;

}

.nav_button {
    background-color: #E7250F;
    width: 74px;
    height: 44px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    border-bottom-left-radius: 25px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;

}

.border_1 {
    display: block;
    border-top: #fff solid 3px;
    width: 29px;
    position: fixed;
    top: 11px;
    right: 21px;
    transition: 0.5s;
}
.border_2 {
    display: block;
    border-top: #fff solid 3px;
    width: 29px;
    position: fixed;
    top: 23px;
    right: 21px;
    transition: 0.5s;
}

/* nav */

nav {
    background-color: #E7250F;
    width: 30%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    display: none;
    z-index: 90;
}

nav ul {
    padding: 50px;
    box-sizing: border-box;
}

nav ul li {
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
}
nav ul li a  {
    text-decoration: none;
    color: #fff;
}

.on1 {
    transform: rotate(45deg);
    top: 26px;
}
.on2 {
    transform: rotate(135deg);
    top: 26px;
}

@media screen and (max-width: 768px) {
    nav {
        width: 79%;
    }

    nav ul {
        padding: 50px;
    }
    nav ul li {
        padding: 15px;
    }
    .nav_button {
        width: 74px;
    }
    .logo {
    width: 52px;
    margin-top: 10px;
    margin-left: 5px;
    }

    .border_1 {
        display: block;
        border-top: #fff solid 3px;
        width: 29px;
        position: fixed;
        top: 15px;
        right: 20px;
        transition: 0.5s;
    }
    .border_2 {
        display: block;
        border-top: #fff solid 3px;
        width: 29px;
        position: fixed;
        top: 27px;
        right: 20px;
        transition: 0.5s;
    }
    .on1 {
    transform: rotate(45deg);
    top: 26px;
}
    .on2 {
    transform: rotate(135deg);
    top: 26px;
}


}

/* fv */

.fvBox {
    display: flex;
}

.fvLeftBox::before {
  content:"";
  background-image: url(images/fv_dec.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 369px;
  height: 512px;
  position: absolute;
  left: 0;
}

.fvLeftBox {
    width: 50%;
    /* background-color: #fff; */
    position: relative;
}



.fv_flexBox {
    display: flex;
    width: 90%;
    margin: auto;
}

.SubTtl {
    display: block;
    color: #5C3823;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 3px;
    position: absolute;
    bottom: 0;
    left: 130px;
    line-height: 51px;
    
}

.red {
    color: #E7250F;
}

.SubTtl_eng {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 10px;
}

.fvRightBox {
    width: 45%;
    padding-top: 20px;
    box-sizing: border-box;
    /* background-color: red; */
}

.fv_slider div {
    height: 300px;
}

.fv-slider img {
  object-fit: cover; /* 画像を画面にフィット */
}

.slick-list  {
    overflow: auto;
}

.slick-slide img {
    display: block;
    width: 95%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media screen and (max-width: 768px) {
    .fvBox {
        flex-direction: column;
    }

    .fvLeftBox,.fvRightBox {
        width: 100%;
    }

    .fvLeftBox {
    }


    .SubTtl {
        position: static;
        font-size: 24px;
        margin-left: 33px;
        padding-top: 94px;
        padding-bottom: 20px;
    }
    .SubTtl_eng {
        font-size: 11px;
        line-height: 21px;
    }
    .fvLeftBox::before {
        content:"";
        background-image: url(images/fv_dec_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 219px;
        height: 230px;
        position: absolute;
        right: 0;
        left: auto;
        z-index: -1;
        top: 100px;
    }
    .slick-slide img {
        margin: auto;
    }
}

/* スクロールバー */

.container_04 {
  height: 300px;
}

.scrollbar-text_04 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #E7250F;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}

.scrollbar_04 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #E7250F;
}

.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E7250F;
  animation: circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* ABOUT */

main {
    position: relative;
}



.about {
    padding-bottom: 100px;
    position: relative;
    width: 80%;
    margin: auto;
}
    

.about_exBox, .about_exBox02 {
    display: flex;
}

.sec_leftbox_wrap, .sec_leftbox_wrap02 {
    width: 50%;
}

.sec_leftbox {
    width: 90%;
}

h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 100px;
}

.ttl_eng {
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    color: #E7250F;
    display: block;
}
.ex_bold {
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 16px;

}

.circle {
    width: 10px;
    vertical-align: 1px;
}

.sec_rightbox, .sec_rightbox02 {
    width: 45%;
    position: relative;
    border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.about_ex, .about_ex02 {
    display: block;
    width: 90%;
    padding-bottom: 67px;
}

body .about-slider {
    margin-bottom: 30px;
    position: absolute;
    width: 100%;
    bottom: 116px;
}

body .slick-dots li button:before {
    color: #E7250F;
}

body .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #E7250F;
}

.about_exBox02 {
    margin-top: 0px;
    flex-direction: row-reverse;
}

.container_04 {
    height: 300px;
    margin-bottom: 50px;
}

.about-imagesBox img {
    display: block;
    width: 90%;
}

.about_ex02 {
    padding-top: 5%;
    padding-bottom: 30px;
}

.sec_leftbox_wrap02 {
    width: 60%;
}

.sec_rightbox02 {
    width: 40%;
}

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

    .about {
        width: 100%;
    }
    .about_ttlBox {
        width: 90%;
        margin: auto;
    }

    h2 {
        width: 100%;
        margin: auto;
        padding-bottom: 30px;
    }
    .ttl_eng {
        margin: 0px;
    }

    .container_04 {
        margin-bottom: 50px;
    }

    .ex_bold {
        padding-top: 20px;
    }

    .about_ex, .about_ex02{
        width: 100%;
        padding-bottom: 0px;
    }
    .about_exBox,.about_exBox02 {
        flex-direction: column-reverse;
    }
    .sec_leftbox_wrap, .sec_leftbox_wrap02 {
    width: 90%;
    margin: auto;
}
    .sec_leftbox {
        width: 100%;
        margin: auto;
    }
    .sec_rightbox,.sec_rightbox02 {
        width: 90%;
        position: relative;
        margin: auto;

    }
    body .about-slider {
        position: static;
    }

    body .slick-dots {
        bottom: -8px;
    }
    .about-imagesBox img {
    display: block;
    width: 100%;
    /* margin-left: auto; */
    margin: auto;
}
    .about_exBox02 {
        margin-top: 38px;
    }
    .about_ex02::after {
        content: "";
        background-image: url(images/about_dec.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 253px;
        height: 318px;
        position: absolute;
        left: auto;
        right: 0;
        bottom: -126px;
        z-index: -1;
        overflow: hidden;
        /* background-color: red; */
    }

}

/* message */
.message::before {
    content:"";
    background-image: url(images/about_dec.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 408px;
    height: 513px;
    position: absolute;
    left: auto;
    right: 0;
    top: -265px;
    z-index: -1;
    overflow: hidden;
    /* background-color: red; */

}

.message {
    background-color: #fff;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;

}

.message_ttlBox {
    margin-left: 0px;
    width: 92%;
    margin: auto;
}

.message_box {
    background-image: linear-gradient(353deg, rgba(250, 196, 184, 1), rgba(255, 220, 217, 1));
    width: 80%;
    border-radius: 94px 10px 10px 10px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 30px;
}

.message_flexbox {
    display: flex;
    justify-content: space-around;
}

.message_leftbox {
    width: 42%;
}

.message_rightbox {
    width: 42%;
}

.message_rightbox img {
    width: 100%;
}

.about_ttl {
    font-size: 16px;
    border-bottom: dotted 5px #E7250F;
    margin-bottom: 12px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.boss_name {
    display: block;
    padding-top: 10px;
    font-weight: 700;
    text-align: right;
}

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

    .message::before {
        display: none;
    }

    .message_box {
        width: 92%;
        border-radius: 64px 10px 10px 10px;
    }
    .message_flexbox  {
        flex-direction: column-reverse;
    }
    .message_leftbox, .message_rightbox {
        width: 92%;
        margin: auto;
    }

    .message_ttl {
        padding-top: 50px;
    }
    .about_ttl {
        padding-top: 10px;
    }
}

/* bland-list */

.bland-list {
    width: 72%;
    margin-bottom: 100px;
    margin: auto;
}
.bland-list::before {
    content:"";
    background-image: url(images/dot_circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 369px;
    height: 512px;
    position: absolute;
    right: 0;
    bottom: auto;
    z-index: -1;
}


.list_flexBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.mr-dounuts, .doutonbori {
    display: block;
    border: solid #5C3823 3px;
    border-top-right-radius: 10px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    width: 45%;
    height: 228px;
    line-height: 228px;
    padding-top: 55px;
    box-sizing: border-box;
    box-shadow: 12px 11px 0px 2px rgba(255, 215, 192, 1), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}
.mr-dounuts:hover, .doutonbori:hover {
    display: block;
    border: solid #5C3823 3px;
    border-top-right-radius: 10px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    width: 45%;
    height: 228px;
    line-height: 228px;
    padding-top: 55px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 0px rgba(255, 215, 192, 1), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    margin-top: 12px;
    margin-left: 10px;
    opacity: 80%;
}

.mr-dounuts img, .doutonbori img {
    width: 273px;
    display: block;
    margin: auto;
}

.doutonbori img {
    padding-top: 20px;
}

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

    .bland-list {
        width: 90%;
    }

    .bland-list_ttl {
        width: 100%;
    }
    .mr-dounuts, .doutonbori {
        width: 100%;
        margin-bottom: 30px;
    }
    .mr-dounuts:hover, .doutonbori:hover {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* feature */
.feature {
    width: 72%;
    margin: auto;
    padding-bottom: 100px;
}


.list_flexBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.feature_box {
    width: 48%;
    display: flex;
    background-color: #fff;
    border: #5C3823 solid 3px;
    border-top-right-radius: 10px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 15px;

}

.list_img {

}

.list_img img {
    width: 70%;
    display: block;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.feature_desc_box {
    width: 90%;

}

.feature_ttl {
    font-size: 16px;
    padding-top: 35px;
}

.feature_desc {
    width: 95%;

}

body .list_flexBox_SP, .feature-slider {
    display: none;
}

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

    .feature {
        width: 100%;
        margin-bottom: 50px;
    }

    .feature_ttlBox {
        width: 90%;
        margin: auto;
    }

    .bland-list::before {
    content: "";
    background-image: url(images/dot_circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 186px;
    height: 186px;
    position: absolute;
    right: 0;
    bottom: auto;
    z-index: -1;
}

    .feature_box {
        width: 100%;
        flex-direction: column;
        margin-right: 10px;
    }

    .list_flexBox {
        display: none;
    }


    .bland-list-wrap {
        display: block;
    }

    body .list_flexBox_SP {
        display: block;
    }
    body .feature-slider {
        display: block;
    }

    .list_img img {
        width: 50%;
    }

    .feature_desc_box {
        width: 90%;
        margin: auto;
        padding-bottom: 20px;
    }
    .feature_ttl {
        padding-top: 0px;
        text-align: center;
    }
    .feature::after {
    content: "";
    background-image: url(images/feature_dec.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 236px;
    height: 248px;
    position: absolute;
    left: 0;
    bottom: auto;
    z-index: -1;
}
    body .slick-next {
    right: -25px;
    display: none;
}

}

/* interview */

.interview::before {
    content:"";
    background-image: url(images/feature_dec.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 369px;
    height: 512px;
    position: absolute;
    left: 0;
    bottom: 399px;
    z-index: -1;
}

.interview {
    background-color: #fff;
    padding-bottom: 100px;
    position: relative;
}

.interview_ttl {
    width: 72%;
    margin: auto;
    padding-bottom: 40px;
}

.interview_box {
    background-image: linear-gradient(29deg, rgba(255, 215, 192, 1), rgba(254, 235, 224, 1));
    width: 72%;
    border-top-left-radius: 44px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: auto;
    display: flex;
}

.interview_img {
    width: 23%;
    /* background-color: red; */
    position: relative;
}

.interview_img img {
    display: block;
    width: 172px;
    position: absolute;
    bottom: 30px;
    right: 11px;
}

.interview_desc_wrap {
    width: 75%;
}

.label_box {
    display: flex;
    padding-top: 20px;
    padding-bottom: 5px;
}

.label_box01,.label_box02 {
    width: 106px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    margin-right: 10px;
}

.label_box01 {
    background-color: #E7250F;
    color: #fff;
    font-size: 13px;
}
.label_box02 {
    background-color: #fff;
    border: solid 2px #E7250F;
    color: #E7250F;
    font-size: 13px;
}

.tag {
    color: #E7250F;
    font-weight: 700;
}

.interview_boxttl {
    border-bottom: #E7250F dotted 5px;
    width: 95%;
    margin-bottom: 10px;
}

.interview_desc {
    width: 95%;
    padding-bottom: 30px;

}

.interview_box_SP {
    display: none;
}
@media screen and (max-width: 768px) {
    .interview::before {
    content:"";
    background-image: url(images/feature_dec.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    width: 369px;
    height: 512px;
    position: absolute;
    left: 0;
    bottom: 399px;
    z-index: -1;
}
    .interview_box {
        display: none;
    }

    .interview_box_SP {
        display: block;
        background-image: linear-gradient(29deg, rgba(255, 215, 192, 1), rgba(254, 235, 224, 1));
        width: 90%;
        border-top-left-radius: 44px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin: auto;
    }

    .interview_flexbox {
        display: flex;
        width: 90%;
        margin: auto;
        border-bottom: #E7250F dotted 5px;
        padding-bottom: 10px;
    }

    .labelBox_SP {
        padding-top: 20px;
        width: 60%;

    }

    
    .label_box01, .label_box02 {
        margin-bottom: 5px;
    }

    .interview_img {
        width: 40%;
    }
    .interview_img img {
    display: block;
    width: 146px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.interview_boxttl {
    width: 90%;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: auto;
    border-bottom: 0px;
}

.interview_desc {
    width: 90%;
    margin: auto;
}
}

/* recruit */

.recruit {
    background-image: url(images/recruit_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30%;
    padding-bottom: 80px;
}

.recruit_wrapBox {
    width: 72%;
    margin: auto;

}

.recruit_flexBox {
    display: flex;
}

.recruit_leftBox {
    width: 50%;
    box-sizing: border-box;
}

.recruit_rightBox {
    width: 50%;
    padding-top: 100px;
}


.recruit_rightBox img {
    width: 100%;
}

.recruit_ex {
    width: 90%;
    margin-top: 10px;
}

.airwork_btn {
    display: block;
    width: 251px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 30px;
    border: #E7250F solid 3px;
    background-color: #fff;
    color: #E7250F;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
    transition: 0.5s;
}
.airwork_btn:hover {
    display: block;
    width: 251px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 30px;
    border: #E7250F solid 3px;
    background-color: #E7250F;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .recruit_flexBox {
    display: flex;
    flex-direction: column;
}
    .recruit_leftBox {
    width: 100%;
    box-sizing: border-box;
}
    .recruit_wrapBox {
    width: 90%;
    margin: auto;
}
    .recruit_ex {
    width: 100%;
    margin-top: 10px;
}
    .airwork_btn {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 30px;
    border: #E7250F solid 3px;
    background-color: #fff;
    color: #E7250F;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
    transition: 0.5s;
}
    .airwork_btn:hover {
    width: 100%;
}
    .recruit_rightBox {
    width: 100%;
    padding-top: 30px;
}

}

/* company */

.company {
    width: 72%;
    margin: auto;
    padding-bottom: 50px;
}

.company::before {
    content:"";
    background-image: url(images/company_dec.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 319px;
    height: 368px;
    position: absolute;
    right: 0;
    z-index: -1;
}

dl {
    display: flex;
    padding-bottom: 20px;
}

dt {
    font-weight: 700;
    width: 30%;
}
dd {
    width: 70%;
}

@media screen and (max-width: 768px) {
    dl {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
}
    .company {
    width: 90%;
    margin: auto;
}
    dd, dt {
        width: 100%;
    }
    .company::before {
    content: "";
    background-image: url(images/company_dec.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 130px;
    height: 170px;
    position: absolute;
    right: 0;
    z-index: -1;
}
}

/* shop list */

.shoplist {
    width: 72%;
    margin: auto;
    padding-bottom: 50px;
}

.shoplist_box {
    background-color: #fff;
    border: #5C3823 solid 3px;
    border-top-left-radius: 44px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 12px 11px 0px 2px rgba(255, 215, 192, 1), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    display: flex;
    height: 261px;
    padding-bottom: 50px;
    margin-bottom: 20px;

}

.shoplist_left, .shoplist_right {
    width: 50%;
}

.shoplist_ttl {
    display: inline-block;
    padding-top: 50px;
    margin-left: 30px;
    padding-bottom: 10px;
    border-bottom: #E7250F dotted 5px;
}

.shoplist_left p {
    display: block;
    padding-top: 30px;
    margin-left: 30px;
}

.shoplist_right iframe {
    width: 100%;
    height: 311px;
}

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

    .shoplist {
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
}
    .shoplist_box {
    flex-direction: column;
    height: auto;
    padding-bottom: 0px;
}
    .shoplist_ttl {
        margin-left: 0px;
    }
    .shoplist_right {
    width: 100%;
}
    .shoplist_left {
        width: 90%;
        margin: auto;
    }
    .shoplist_left p {
    display: block;
    padding-top: 30px;
    margin-left: 0px;
    padding-bottom: 25px;
}

}
/* contact */
.contact {
    background-color: #fff;
}

.contact_wrap {
    width: 72%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .contact_wrap {
        width: 90%;
    }
}
/* footer */

footer {
    background-color: #5C3823;

}

small {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.policy_btn {
    font-size: 10px;
    color: #fff;
    text-align: center;
    display: block;
}

