@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Zen Old Mincho", serif;
    

}

a {
    text-decoration: none;
    color: #333;
}

body {
    
   
    border-top: 3px solid #5AFF19;
    margin: 0 auto;
    padding: 0; 
    background: linear-gradient(rgba(255, 248, 231, 0.95), rgba(255, 248, 231, 0.95)), url(../slice/common/bg.png);
    background-size: 600px auto;
    background-repeat: repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    max-width: 2560px;
    
    
}



.burger-menu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    padding: 0;
    background: linear-gradient(rgba(255, 248, 231, 0.95), rgba(255, 248, 231, 0.95)), url(/slice/common/bg.png);
    padding-top: 140px;
    background-color: #FFEAC5;
  
    z-index: 998;
    
}

.burger-menu-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80%;
    gap: 20px;
}



.burger-menu.open{
    display: block;
}

.ham-btn {
    height: 25px;
    width: 25px;
    margin-left: auto;
    position: relative;
}

.sp-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sp-nav .instagram {
    margin: 0;
}

.ham-btn span {
    height: 3px;
    width: 100%;
    background-color: #5AFF19;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

.ham-btn span:nth-child(1) {
    top: 25%;

}

.ham-btn span:nth-child(3) {
    top: 75%;
}

.ham-btn.active span:nth-child(1) {
    top: 55%;
    transform: translate(-50%, -50%) rotate(45deg);

}

.ham-btn.active span:nth-child(2) {
    opacity: 0;
}

.ham-btn.active span:nth-child(3) {
    top: 45%;
    transform: translate(-50%, 50%) rotate(-45deg);
}

.sp-main__header {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(rgba(255, 248, 231, 0.95), rgba(255, 248, 231, 0.95)), url(/slice/common/bg.png);
    background-size: cover;
    background-color: #FFEAC5;

}

.sp-main__header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.sp-logo_container a img {
    width: 100px;
}


.burger-menu-layout .copyright {
    font-size: 12px;
}

.copyright {
    font-size: 12px;
}



/* HEADER */



.main__header .container {
    padding: 40px;
    padding-right: 0;
    padding-bottom: 0;
}

.top__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social__link, .h-logo, .contact__btn {
    width: 33%; 
}

.social__link a i {
    font-size: 24px;
}


.h-logo {
    display: flex;
    justify-content: center;
}

.contact__btn {
     display: flex;
     justify-content: flex-end;
}

.contact__btn-layout {
    padding: 10px 0 10px 10px;
    background-color: #333;
    position: fixed;
    top: 55px;
    z-index: 10;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    
   
}

.burger-menu-layout .contact__btn-layout {
    position: static;
}

.contact__btn-layout:hover {
    box-shadow: none;
}

.contact__btn-layout a {
    display: block;
    border-top: 1px solid #5AFF19;
    border-left: 1px solid #5AFF19;
    border-bottom: 1px solid #5AFF19;
    padding: 15px;
    color: #FFEAC5;
}

.burger-menu-layout .contact__btn-layout {
    padding: 10px;
}

.burger-menu-layout .contact__btn-layout a{
    border: 1px solid #5AFF19;
    padding: 15px;
}

.contact__btn-layout a h1 {
    font-size: 42px;
    font-weight: 400;
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 1;
}

.contact__btn-layout a p {
    font-size: 14px;
}

.contact__btn-layout a h1, .contact__btn-layout a p {
    margin: 0;
}

.header__nav-layout {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.header__nav-layout li a:hover {
    font-weight: 600;
}


/* FOOTER */

.main__footer .container {
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 100px 200px;
    padding-right: 0;
}

.footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.footer__right {
    width: 75%;
}

.f-logo {
    margin-bottom: 10px;
}

.privacy-policy {
    margin-top: 30px;
    margin-bottom: 20px;
}

.instagram {
    display: block  ;
    margin-top: 10px;
}
.instagram i {
    font-size: 24px;
}

.f-nav_layout {
    display: flex;
    gap: 30px;
    align-items: center;
}

.f-nav_layout li a:hover {
    font-weight: 600;
}

.border {
    padding: 30px 0;
}

.border img {
    width: 100%;
}

.page_top a {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* PAGE MV */



.top__mv .container {
    padding: 0 40px;
}

.top__mv img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.page_border {
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.page_border img {
    width: 80%;
}

/* BUTTON */

.seemore-btn {
    display: flex;
    align-items: center;
    gap: 50px;
}

.seemore-btn:hover {
    color: #5AFF19;
}

.confirm-btn {
    display: flex;
    align-items: center;
    gap: 100px;
}

.confirm-btn::after {
    font-family: 'FontAwesome';
    content: '\f35a';

}

.form-btn-layout:hover {
    color: #5AFF19;
}



.top__sec {
    margin-bottom: 100px;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 100px;
}
.back-btn::before {
    font-family: 'FontAwesome';
    content: '\f359';
}


/* TOP SEC01 */

.top__sec01 {
    position: relative;
}

.sp-title-border {
    display: none;
    width: 100%;
}

.bg01 {
    position: absolute;
    right: 0;
    bottom: -200px;
    z-index: -1;
}

.top__sec01-img {
    position: relative;
    padding-right: 40px;
    padding-bottom: 100px;
}

.top__sec-img02 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.top__sec01 .container {
    display: flex;
    gap: 50px;
}

.vertical-title {
    writing-mode: vertical-lr;
    letter-spacing: 15px;
}

.top__sec01-title {
    padding-right: 20px;
}

.top__sec-title-jp {
    font-size: 32px;
    font-weight: 400;
    position: relative;

}

.top__sec01-r {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.title-border {
    height: 100%;
    display: flex;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.top__sec01-headline {
    font-size: 42px;
    font-weight: 400;
}


/* TOP SEC02 */

.top__sec02 {
    margin-top: 60px;
    position: relative;
}

.plate {
    position: absolute;
    left: 0;
    z-index: -1;
    top: -130px;
}

.top__sec02 .container {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-end;
    padding-right: 200px;
}

.green-sec_title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.green-sec_title h1 {
    font-size: 64px;
    font-weight: 400;
}

.green-sec_title h2 {
    font-size: 32px;
    font-weight:600;
}

.top__sec-head {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.green-sec_title h1, .green-sec_title h2 {
    color: #5AFF19;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #FFEAC5;
    paint-order: stroke fill;
}

.border2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.concept__btn {
    display: flex;
    
    justify-content: flex-end;
}

.concept__btn a {
    display: flex;
    gap: 50px;
    align-items: center;
}

.vertical-text_layout {
    display: flex;
}

.vertical-text_layout li {
    writing-mode: vertical-lr;
    padding: 0 20px;
    border-right: 1px solid #5AFF19;
    letter-spacing: 8px;
}

.top__sec02-headline .green-sec_title {
    padding-right: 50px;
}

/* TOP SEC03 */

.top__sec03 {
    margin-top: 100px;
    background-image: url(../slice/home/bg-design03.png);
    background-repeat: no-repeat;
}

.border-sp  {
    display: none;
}

.top__sec03-headline {
    display: flex;
    justify-content: center;
    gap: 50px;
    
}

.top__sec03 .green__title-eng {
    writing-mode: vertical-lr;
}

.top__sec03 .green__title-jp {
    writing-mode: vertical-lr;
}

.vertical-text_layout03 {
    position: relative;
    padding-right: 30px;
}

.top__sec03-vertical-text {
    display: flex;
}

.top__sec03-vertical-text li {
    writing-mode: vertical-lr;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 11px;
}

.top__sec03-desc {
    max-width: 800px;
    margin: 30px auto;
}


.top__sec03-btn, .top__sec04-btn {
    max-width: 800px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
}

/* TOP SEC04 */

.sec__headline-sml {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 60px;
}

.sec__headline-sml h2 {
    font-size: 32px;
    font-weight: 400;
}

.sec__headline-sml h3 {
    font-size: 24px;
    font-weight: 400;
}

.top__sec04 {
    position: relative;
}

.top__sec04 .container {
    padding: 0 200px;
}

.bg-des03 {
    position: absolute;
    right: 0;
    top: 5%;
    z-index: -1;
    width: 65%;
}

.sec__headline-sml {
    position: relative;
}

.menu_list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu_card {
    width: 32%;
}

.menu_img img{
    width: 100%;
    display: block;
}

.menu_name {
    text-align: center;
    margin-top: 30px;
    line-height: 1;
    font-size: 26px;
    font-weight: 700;
}

.sec__headline-row2 {
    display: flex;
    align-items: center;
}

.head_desc {
    line-height: 40px;
    margin-left: -25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #5AFF19;
    width: 185px;
    padding-right: 50px;
}

.top__sec04-row2-desc {
   max-width: 800px;
   margin: 30px auto;
   line-height: 30px;
}

.top__sec04-row02 {
    margin-top: 60px;
}

/* TOP SEC05 */



.bg-des04 {
    position: absolute;
    bottom: -435px;
    z-index: -1;
    width: 100%;
}

.top__sec05 .container {
    padding: 0 200px;
    position: relative;
}

.company-sec-bg {
    position: absolute;
    width: 80%;
    left: 0;
    bottom: -46%;
    z-index: -1;
}
.top__sec05-content {
    display: flex;
    gap: 60px;
}

.top__sec05-feature-img img{
    width: 100%;
    display: block;
}

.top__sec05-l {
    display: flex;
    flex-direction: column;
    gap: 30px   ;
    max-width: 500px;
}

.top__sec05-map iframe {
    height: 300px;
    width: 100%;
}

.table-headline {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #5AFF19;
    padding-bottom: 10px;
}

.table-row {
    display: flex;
    gap: 50px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
}

.table-row:nth-child(6) {
    margin-bottom: 0;
}

.table-row h3 {
    width: 150px;
    font-size: 16px;
    font-weight: 700;
}

.top__sec05-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}


/* TOP SEC06 */

.top__sec06 .container {
    position: relative;
}

.top__sec06 .sec__headline-sml {
    margin: 0 200px;
    margin-bottom: 60px;
}

.top__sec06-btn {
    display: flex;
    justify-content: flex-end;
    margin: 60px 200px;
}

.slider-card img{
    width: 100%;
}
.arrow-prev, .arrow-next {
    position: absolute;
}

.slick-initialized .slick-slide {
    margin: 0 10px !important;
}

.arrow-prev {
    top: 50%;
    left: 12%;
}


.arrow-next {
    top: 50%;
    right: 12%;
}

.arrow-prev i, .arrow-next i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: #333;
    background-color: #5AFF19;
}

/* CONTACT SECTION */

.contact_img {
    width: 100%;
}

.contact__section {
    background-image: url(../slice/common/contact-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.contact__section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 100px;
}

.contact_btn {
    display: flex;
    justify-content: center;
    
}

.contact__headline {
    font-size: 64px;
    font-weight: 400;
    color: #FFEAC5;
}

.contact__message {
    font-size: 24px;
    font-weight: 400;
    color: #FFEAC5;
}

.contact_btn a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 30px;

}

.contact_btn a:hover {
    color: #333;
    position: relative;
    
}

.contact_btn a:hover::after{
    
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #333;
    bottom: -5px;
    
}


/* SUBPAGE */
.sp__sec {
    position: relative;
}

.sp-bg01 {
    position: absolute;
    right: 0;
    top: -160px;
    z-index: -1;
    width: 100%;
}

.sp-bg02 {
    position: absolute;
    
    top: 18%;
    z-index: -1;
    width: 100%;
}

.sp-bg03 {
    position: absolute;
    
   bottom: -340px;
   left: -100px;
    z-index: -1;
    width: 100%;
}

.sp-bg04 {
    position: absolute;
    
    top: 0;
    z-index: -1;
    width: 100%;
}

.sp-bg05 {
    position: absolute;
    
    bottom: -44%;
    left: -8%;
    z-index: -1;
    width: 100%;
}


.subpage__mv .container {
    padding: 0 40px;
    position: relative;
}

.subpage__mv img {
    width: 100%;
}

.page-mv__title {
    background-image: url(../slice/common/title_text.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translate(0, -50%);
    padding: 30px 0;

}

.page-mv__title h1{
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFEAC5;
    color: #333;
    paint-order: stroke fill;
    font-size: 42px;
    font-weight: 900;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumbs a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.subpage-border {
    padding-bottom: 20px;
}

.sp-sec_headline {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 400
}

.sp__sec {
    margin-bottom: 100px;
}


/* CONCEPT PAGE */

.concept__sec01 {
    margin-top: 100px;
}


.concept__sec01 .container, .concept__sec02 .container, .concept__sec03 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.concept__sec02 .sp-sec_headline, .concept__sec03 .sp-sec_headline {
    text-align: left;
    margin-bottom: 60px;
}

.concept__sec01-img {
    padding: 0 100px;
    margin: 60px 0;
}

.concept__sec01-img img {
    width: 100%;
}

.concept__sec02-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.concept-row_head {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
}

.concept__sec02-row-desc p {
    line-height: 30px;
}

.concept_blog-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.blog-card {
    width: 32%;
}

.blog-card p {
    margin-top: 30px;
}

.blog-card-img img {
    width: 100%;
    height: auto;
}


/* MENU PAGE */

.menu__sec01 {
    margin-top: 100px;
    margin-bottom: 60px;
    position: relative;
}

.menu__headline-desc {
    text-align: center;
    margin: 60px 0;
    margin-bottom: 100px;
    line-height: 30px;
}

.menu__sec01 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.menu_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px;
    margin: 0 100px;
    gap: 60px;
  
}
.tape {
    position: absolute;
}
.tape01 {
    left: -45px;
    top: -45px;
}
.tape02 {
    right: -40px;
    top: -40px;
}

.tape03 {
    right: -30px;
    bottom: -30px;
}

.tape04 {
    left: -35px;
    bottom: -35px;
}

.stamp {
    position: absolute;
    bottom: 30%;
    right: 50px;
}

.stamp2 {
    position: absolute;
    bottom: 20%;
    right: 50px;
}
.menu_box1 {
    background-image: url(../slice/menu/bg01.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.menu_box2 {
    background-image: url(../slice/menu/bg02.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.menu_box2 .menu-item_head, .menu_box2 .menu_box-headline, .menu_box2 .menu-item_txt, .menu_box2 .menu_box-headline-btm {
    color: #FFEAC5;
}
.menu_box-headline {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}

.menu_box-headline-btm {
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.menu_list-layout {
    z-index: 10;
}

.menu_list-layout li {
    display: flex;
    gap: 30px;
}

.menu-item_head {
    margin-bottom: 30px;
}

.menu-item_num {
    font-size: 64px;
    color: #5AFF19;
    font-weight: 400;
}

.arrow-down {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.menu-item_txt {
    line-height: 30px;
}

/* RESULT PAGE */

.result__sec01 {
    margin-top: 100px;
}

.result__sec01 .container {
    max-width: 1200px;
    margin: 0 auto;
}


.result_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.first-card {
    width: 100% !important;
}

.result-card {
    width: 31%;
    position: relative;
}

.result-card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 350px
    
}

.first-card .result-card-img img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}



.result-card_title {
    padding: 15px 0;
    font-size: 24px;
    font-weight: 700;
    background-color: #FFEAC5;
    border: 1px solid #5AFF19;
    text-align: center;
}

.company-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 30px;
    border-radius: 10px 0 0 0;
    background-image: url(../slice/common/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    color: #FFEAC5;
    line-height: 1;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
}

.pagination .current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #5AFF19;
}

/* COMPANY PAGE */

.company_message {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 100px;
    margin-top: 100px;
}

.company_message h3 {
    margin-top: 60px;
}

.company__sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

.company__map iframe {
    width: 100%;
    height: 350px;
}

.company__details-row {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
}

.column1 {
    width: 30%;
    font-weight: 700;
}

.column2 {
    width: 70%;
}

.company__details {
    margin-top: 60px;
}

/* BLOG PAGE */

.blog__sec {
    margin-top: 100px;
}

.blog__sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

.blog__sec .sp-sec_headline {
    text-align: left;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
    gap: 30px;
}

.blog-list_card {
    width: 31%;
}

.blog-card_img img {
    width: 100%;
    height: auto;
}

.date_insta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.date_insta p {
    font-size: 14px;
}

.date_insta i {
    margin-right: 10px;
}

.blog-content {
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.blog-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog_details-headline {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.blog_details-featured img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog_details-content {
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.back-to-list a {
    display: flex;
    align-items: center;
    gap: 100px;
}

.back-to-list a img {
    transform: rotate(180deg);
}

/* CONTACT PAGE */

.contact__sec {
    margin-top: 100px
}
.contact__sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact__form-headline {
    text-align: center;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.form {
    width: 95%;
    margin: 0 auto;
}

.form-check .red {
    display: none;
}

.form-row {
    display: flex;
    gap: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #5AFF19;
}

.label-field {
    max-width: 250px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.input-field {
    width: 100%;
    word-break: break-word;
}

.input-box {
    
    width: 400px;
    padding: 20px 10px;
}

::placeholder {
    color: #9F9F9F;
}

.red {
    line-height: 1;
    padding: 10px 8px;
    background-color: #D25900;
    color: #FFEAC5;
    font-weight: 700;
}

textarea {
    width: 95%;
    height: 130px;
    padding: 20px;
}

.last-row .input-field {
    display: flex;
    align-items: center;
}

.last-row {
    margin-bottom: 0;
}

.privacy-policy-link {
    display: block;
    margin-left: 20px;
    margin-right: 10px;
    color: #7E1907;
    border-bottom: 1px solid #7E1907;
}

.privacy-policy-link i {
    color: #7E1907;
}

.confirm-btn_layout {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

.check-btn_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.form-btn-layout {
    display: flex;
    gap: 100px;
    align-items: center;
    background: none;
    border: none;

}



.finish-headline-layout {
    display: flex;
    justify-content: center;
}

.finish-headline {
    position: relative;
    text-align: center;
    padding-bottom: 12px;
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
   
}

.finish-message {
    padding: 100px 0;
    text-align: center;
}

/* PRIVACY POLICY PAGE */

.privacy__sec {
    margin-top: 100px;
}

.privacy__sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

.privacy__sec h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.privacy__sec ol {
    padding-left: 30px;
}


/* ERROR PAGE */

.error__sec {
    margin-top: 100px;
}

.error__sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

.error-headline-layout {
    display: flex;
    justify-content: center;
}

.error-headline {
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 12px;

}

.error-message {
    padding: 100px 0;
    text-align: center;
    line-height: 30px;
}



/* RESPONSIVE */


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

  
    /* TOP SEC01 */


    .top__sec01-l {
        width: 55%;
    }

    .top__sec01-r {
        width: 30%;
    }

    .top__sec-img01 {
        width: 100%;
    }

    .vertical-title {
        letter-spacing: 13px;
    }


    /* TOP SEC03 */

    .top__sec03-img {
        width: 50%;
    }
    
    .top__sec03-img img {
        width: 100%;
    }

    /* TOP SEC04 */

    .top__sec04 .container, .top__sec05 .container {
        width: 80%;
        padding: 0;
        margin: 0 auto;
    }

    .sec__headline-row2 img {
        width: 75%;
    }

    /* TOP SEC05 */

    .top__sec05-l, .top__sec05-r {
        width: 50%;
    }

    .table-row h3 {
        width: 30%;
    }

    .table-row p {
        width: 100%;
    }


    /* FOOTER */

    .main__footer .container {
        width: 80%;
        margin: 0 auto;
        padding: 100px 0;
        gap: 50px;
    }
    
    /* SUBPAGE */

    .breadcrumbs {
        width: 80%;
        margin: 0 auto;
    }

    /* CONCEPT PAGE */

    .concept__sec01 .container, .concept__sec02 .container, .concept__sec03 .container {
        max-width: unset;
        width: 80%;
        margin: 0 auto;
    }

    .concept__sec02-row-img, .concept__sec02-row-desc {
        width: 50%;
    }

    .concept__sec02-row-img img {
        width: 100%;
    }

    /* MENU PAGE */

    .menu__sec01 .container {
        max-width: unset;
        width: 80%;
        margin: 0 auto;
    }

    /* RESULT PAGE */

    .result__sec01 .container {
        max-width: unset;
        width: 80%;
        margin: 0 auto;
    }

    .first-card {
        width: 100% !important;
    }


    /* COMPANY PAGE */

    .company__sec .container {
        max-width: unset;
        width: 80%;
        margin: 0 auto;
    }

    /* BLOG PAGE */

    .blog__sec .container {
        max-width: unset;
        width: 80%;
        margin: 0 auto;
    }

    /* CONTACT PAGE */

    .contact__sec .container {
        max-width: unset;
        width: 80%;
        margin: 0 auto;
    }

    /* PRIVACY PAGE */

    .privacy__sec .container {
        max-width: unset;
        width: 80%;
        margin: 0 auto;
    }

    /* ERROR PAGE */

    .error__sec .container {
        max-width: unset;
        width: 80%;
        margin: 0 auto;
    }
}

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

    /* TOP SEC02 */

    .top__sec02 .container {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }


    /* FOOTER */

    .f-nav_layout {
        flex-wrap: wrap;
    }

    .slick-initialized .slick-slide {
        margin: 0 10px !important;
    }
}


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

    /* HEADER */

   .main__header {
    display: none;
   }

   .sp-main__header {
    display: block;
   }

   .top__mv {
    padding-top: 160px;
   }

   .subpage__mv {
    margin-top: 160px;
   }

   
    /* TOP SEC01 */

    .top__sec01 .container {
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

    .top__sec01-l, .top__sec01-r {
        width: 100%;
    }

    .sp-title-border {
        display: block;
    }

    .top__sec01-r {
        flex-direction: column;
        align-items: flex-start;
    }

    .vertical-title {
        writing-mode: unset;
        letter-spacing: 5px;
    }

    .title-border {
        
        display: none;
    }

    /* TOP SEC02 */

    .plate  {
        display: none;
    }

    .top__sec02 .container {
        flex-direction: column;
        position: relative;
        padding-bottom: 104px;
        width: 80%;
        margin: 0 auto
    }

    .top__sec02-headline .green-sec_title {
        padding: 0;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .top__sec-head {
        text-align: center;
    }
    .top__sec02-l {
        width: 100%;
    }

    .concept__btn {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .vertical-text_layout li:nth-child(1) {
        border-left: 1px solid #5AFF19;
    }

    .top__sec01-title {
        max-width: 550px;
        padding-right: 0;
    }
    

    /* TOP SEC03 */

    .top__sec03 .container {
        width: 80%;
        margin: 0 auto;
       
    }

    .top__sec03-headline {
        flex-direction: column;
    }

    .top__sec03-vertical-text {
        display: none;
    }

    .top__sec03 .green-sec_title {
        flex-direction: column-reverse;
        position: relative;
    }

    .green-sec_title {
        padding-bottom: 32px;
        margin-bottom: 62px;
        
    }
    

    .border-sp {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .top__sec03 .green__title-eng, .top__sec03 .green__title-jp {
        writing-mode: unset;
    }

    .top__sec03-headline {
        gap: 0;
    }

    .top__sec03-img {
        width: 100%;
    }

    

    /* TOP SEC05 */

    .sec__headline-sml {
        flex-direction: column;
        gap: 0;
    }

    .top__sec05-content {
        flex-direction: column;
    }

    .top__sec05-l {
        max-width: unset;
        width: 100%;
    }

    .top__sec05-r {
        width: 100%;
    }

    /* FOOTER */

    .main__footer .container {
        justify-content: center;
    }

    .footer__right {
        display: none;
    }


    /* SUBPAGE */

    .breadcrumbs {
        gap: 20px;
        font-size: 12px;
    }

    

    .subpage__mv img {
        height: 400px;
        object-fit: cover;
    }

    /* CONCEPT PAGE */

    .concept__sec02-row {
        flex-direction: column;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .concept__sec02-row-img, .concept__sec02-row-desc {
        width: 100%;
    }

    .footer__left {
        width: auto;
    }

    /* MENU PAGE */

    .menu_box {
        margin: 0;
        padding: 100px 50px;
    }

    .stamp, .stamp2  {
        width: 200px;

        opacity: 0.90;
    }

    /* BLOG PAGE */

    .blog-list_card {
        width: 45%;
    }


    /* CONTACT PAGE */


   

    .form-row {
        flex-direction: column;
    }

    .input-box {
        width: 95%;
    }

    /* RESULT PAGE */

    .result-card {
        width: 45%;
    }
}


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

    /* TOP MV */

    .top__mv .container, .subpage__mv .container {
        padding: 0 10px;
    }

    .top__sec-img02 {
        width: 310px;
    }

    .top__sec .container, .top__sec02 .container {
        width: auto;
        margin: 0 50px;
    }

    .page_border {
        margin: 0 50px;
    }

    .page_border img {
        width: 100%;
    }

    .top__sec-headline-eng {
        font-size: 24px;
    }

    /* TOP SEC01 */

    .top__sec-title-jp  {
        font-size: 24px;
    }

    .bg01 {
        width: 100%;
        bottom: -310px;
    }

    /* TOP SEC02 */

    .green-sec_title h1 {
        font-size: 42px;
    }

    .green-sec_title h2 {
        font-size: 24px;
        font-weight: 400;
    }

    .top__sec02-headline .green-sec_title {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .top__sec-head {
        font-size: 24px;
    }

    .concept__btn {
        justify-content: center;
    }
    /* TOP SEC03 */

    .top__sec03-btn {
        justify-content: center;
    }

    .top__sec03-desc {
        font-size: 14px;
        line-height: 2;
    }


    /* TOP SEC04 */

    .sec__headline-sml {
        padding-bottom: 32px;
    }

    .menu_list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu_card {
        width: 45%;
    }

    .sec__headline-row2 {
        flex-direction: column;
    }

    .sec__headline-row2 img {
        width: 100%;
    }

    .head_desc {
        width: auto;
        font-size: 24px;
        text-align: center;
        margin: 30px 0;
        padding: 0;
    }

    .top__sec04-btn {
        justify-content: center;
    }

    /* TOP SEC05 */

    .top__sec05-feature-img img {
        height: 300px;
        object-fit: cover;
    }

    .table-headline {
        text-align: center;
    }

    /* TOP SEC06 */

    .top__sec06 .sec__headline-sml {
        margin: 0;
        margin-bottom: 60px;
    }

    .top__sec06-btn {
        margin: 60px 0;
        justify-content: center;
    }

    .arrow-prev {
        
        left: 0;
    }

    .arrow-next {
        right: 0;
    }

    /* CONTACT SECTION */

    .contact__section .container {
        overflow-x: hidden;
    }

    .contact_img {
        width: 160%;
    }

    .main__footer .container {
        padding-top: 50px;
    }

    .copyright {
        font-size: 12px;
    }

    /* SUBPAGE */

    /* CONCEPT PAGE */

    .concept__sec02-row-desc p {
        font-size: 14px;
        line-height: 2;
        
    }

    .concept__sec01-img {
        padding: 0;
    }

    .concept-row_head {
        
        font-size: 18px;
        font-weight: 700;
    }

    .concept_blog-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-card {
        width: 45%;
    }


    .blog-card p, .concept__sec01-desc {
        font-size: 14px;
        line-height: 2
    }

    /* MENU PAGE */

    .menu__sec01 .container {
        width: auto;
        margin: 0 40px;
    }

    .menu-item_txt, .menu__headline-desc {
        font-size: 14px;
        line-height: 2;
    }

    .stamp {
        bottom: 20%;
        opacity: 0.5;
    }

    .stamp2 {
        bottom: 23%;
        opacity: 0.5;
    }

    .menu_box-headline {
        font-size: 24px;
    }

    .tape {
        width: 100px;
    }

    .menu_box1 {
        margin-bottom: 100px;
    }

    .menu-item_num {
        font-size: 32px;
    }
    
    
    /* RESULT PAGE */

    .result__sec01 .container {
        max-width: unset;
        width: auto;
        margin: 0 40px;
    }

    /* COMPANY PAGE */

    .company__sec .container {
      
        width: auto;
        margin: 0 50px;
    }

    .company_message p {
        font-size: 14px;
        line-height: 2;
    }

    .company_message {
        margin: 50px 0;
        padding-bottom: 50px;
    }

    .company_message h3 {
        margin-top: 30px;
    }

    .column1 {
        font-size: 14px;
    }

    .column2 {
        font-size: 12px;
    }

    /* BLOG PAGE */

    .date, .insta-icon {
        font-size: 12px;
    }

    .blog-content {
        font-size: 14px;
        line-height: 2;
    }

    .blog_details-content {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .blog_details-headline {
        margin-bottom: 30px;
    }


    /* CONTACT PAGE */
    
    .contact__sec .container {
        width: auto;
        margin: 0 50px;
    }

    .finish-headline {
        font-size: 24px;
    }

    .finish-message {
        font-size: 12px;
        padding: 50px 0;
    }

    .back-btn {
        justify-content: center;
    }

      /* PRIVACY PAGE */

      .privacy__sec .container {
        
        width: auto;
        margin: 0 50px;
    }

    .privacy__sec p {
        font-size: 14px;
        line-height: 2;
    }
    
    .privacy__sec h3 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }

      /* ERROR PAGE */

      .error__sec .container {
        
        width: auto;
        margin: 0 50px;
    }

    .error-headline {
        font-size: 24px;
    }

    .error-message {
        font-size: 12px;
        padding: 50px 0 ;
    }
    

    


}

@media screen and (max-width: 590px) {
    /* TOP SEC01 */

    .top__sec-img02 {
        width: 55%;
    }


    /* FOOTER */

    .contact__section .container {
        padding: 0 30px;
    }

    .contact-border {
        width: 100%;
    }

    .menu_box {
        padding: 50px 30px;
    }
    
    .company-tag {
        padding: 5px 15px;
    }
    .company-tag p {
        font-size: 9px;
    }

    .result-card_title {
        font-size: 18px;
    }

    .form-btn-layout {
        gap: 30px;
    }


}

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

   

    

      /* HEADER */

      .sp-main__header .container {
        padding: 15px 30px;
    }

    .sp-logo_container a img {
        width: 60px;
    }

    .top__mv{
        padding-top: 95px;
    }
    /* TOP MV */

    .page_border {
        padding: 30px 0;
    }
    .top__sec {
        margin-bottom: 50px;
    }

    .top__sec .container, .top__sec02 .container {
        width: auto;
        margin: 0 30px;
    }

    .vertical-title {
        letter-spacing: unset;
    }

    /* TOP SEC01 */

    .top__sec01-headline {
        font-size: 24px;
    }

    .bg01 {
        bottom: 0;
    }

    /* TOP SEC02 */

    .top__sec02 {
        margin-top: 0;
    }

    .top__sec02 .container {
        gap: 30px;
        padding-bottom: 54px;
    }


    .vertical-text_layout li {
        padding: 0 10px;
        font-size: 12px;
    }
    
    .top__sec01-img {
        
        padding-right: 20px;
        padding-bottom: 35px;
    }

    /* TOP SEC03 */

    .top__sec03 {
        margin-top: 50px;
    }

    .green-sec_title h1 {
        font-size: 32px;
    }

    .green-sec_title h2 {
        font-size: 18px;
    }

    .green-sec_title, .sec__headline-sml {
        padding-bottom: 17px;
        margin-bottom: 30px;
    }

    .top__sec03-desc, .top__sec04-row2-desc {
        font-size: 14px;
        line-height: 2;
    }
    
    /* TOP SEC04 */

    .sec__headline-sml h2 {
        font-size: 24px;
    }

    .sec__headline-sml h3 {
        font-size: 18px;
    }

    .menu_list {
        flex-direction: column;
    }

    .menu_name {
        font-size: 16px;
        margin-top: 15px;
    }

    .menu_card {
        width: 100%;
    }

    .head_desc {
        font-size: 18px;
    }

    .top__sec04-row2-desc {
        margin-top: 0;
    }

    /* TOP SEC05 */

    .table-headline {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .table-row {
        flex-direction: column;
        gap: 20px;
    }

    .table-row p, .contact__message, .copyright {
        font-size: 12px;
    }

    .top__sec05-btn {
        justify-content: center;
    }
    /* TOP SEC06 */

    .top__sec06 .sec__headline-sml {
        margin-bottom: 30px;
    }

    .top__sec06-btn {
        margin-top: 30px;
    }
    /* FOOTER */
    .contact__section .container {
        padding-top: 50px;
        gap: 15px;
    }
    .contact__logo a img, .f-logo a img {
        width: 100px;
    }

    .contact__headline {
        font-size: 32px;
    }

    .main__footer .container {
        width: auto;
        margin: 0 30px;
        padding: 50px 0;
        gap: 30px;
    }

    .page-mv__title h1 {
        font-size: 6vw;
    }

    /* SUBPAGE */

    .sp__sec {
        margin-bottom: 50px;
    }

    .concept__sec02 .sp-sec_headline, .concept__sec03 .sp-sec_headline {
        text-align: center;
        margin-bottom: 30px;
    }

    /* CONCEPT PAGE */

    .sp-sec_headline {
        font-size: 18px;
    }

    .concept__sec01 {
        margin-top: 50px;
    }

    .concept_blog-list {
        flex-direction: column;
    }

    .blog-card {
        width: 100%;
    }

    .concept__sec01-img {
        margin: 30px 0;
    }

    .blog-card p {
        margin-top: 15px;
    }

    /* MENU PAGE */

    .menu__sec01 {
        margin: 50px 0;
    }

    .menu_box {
        gap: 30px;
    }

    .menu_box-headline-btm {
        font-size: 12px;
    }

    .menu_box-headline {
        font-size: 18px;
    }

    .menu-item_head {
        margin-bottom: 15px;
    }

    .stamp, .stamp2 {
        display: none;
    }

    .menu_list-layout li{
        flex-direction: column;
        text-align: center;
    }

    /* RESULT PAGE */

    .result__sec01 .container {
        margin: 0 30px;
    }

    .result-card {
        width: 100%;
    }


      /* COMPANY PAGE */

      .company__sec .container {
      
    
        margin: 0 30px;
    }

    .company_message {
        margin: 30px 0;
        padding-bottom: 30px;
    }

    .company__details-row {
        flex-direction: column;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .column1 {
        margin-bottom: 10px
    }

    .column1, .column2 {
        width: 100%;
    }

    /* BLOG PAGE */

    .blog__sec {
        margin-top: 50px;
    }

    .blog__sec .container {
        width: auto;
        margin: 0 30px;
    }

    .blog-list_card {
        width: 100%;
    }

    .blog_details-headline {
        flex-direction: column;
        gap: 10px;
    }

    .date_insta {
        margin-bottom: 10px;
    }

    /* CONTACT PAGE */
    
    .contact__sec .container {
        width: auto;
        margin: 0 30px;
    }

    .form-row {

        gap: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .label-field {
        max-width: unset;
        width: 100%;
    }

    .confirm-btn_layout {
        justify-content: center;
    }

    .form-btn-layout {
        gap: 30px;
    }

    .check-btn_layout {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

      /* PRIVACY PAGE */

      .privacy__sec {
        margin-top: 50px;
      }

      .privacy__sec .container {
        
        width: auto;
        margin: 0 30px;
    }

     /* ERROR PAGE */

     .error__sec {
        margin-top: 50px;
     }

     .error__sec .container {
        
        width: auto;
        margin: 0 30px;
    }

}