body{
    margin: 0;
    padding: 0;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}
img{
	vertical-align:top;
    width: 100%;
}
a{
    text-decoration: none;
    color: #000;
}
main{
    padding-top: 0px;
}

@media screen and (max-width: 959px) {
    #sp{
        display: block;
    }
    #dt{
        display: none;
    }
}
@media screen and (min-width: 960px) {
    #sp{
        display: none;
    }
    #dt{
        display: block;
    }
}
@media screen and (max-width: 959px) {
.top_section{
    background-color: #f7fbf7;
    padding-top: 80px;
}
.top_section .top_message{
    position: absolute;   
    z-index: 100;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 9vw;
    top: 100px;
    font-size: 30px;
    color: #ffc3ec;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}
/* トップ画像 */
/* 複数画像切り替え---------------------------------------------- */
.slider-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .slideimg {
    position: absolute;
    border-radius: 20px;
    inset: 0;/*親要素内にフルサイズで配置*/
    opacity: 0;
    background-size: cover;/* 画像をスライド全体にカバー */
    animation: slideAnime 12s infinite; /* 15秒で1サイクル */
  }
  
  @keyframes slideAnime {
    0%, 30%, 100% { opacity: 0; }/* スライドの非表示タイミング */
    10%, 20% { opacity: 1; }/* スライドの表示タイミング */
  }
  
  /* 各スライドのアニメーションタイミングを均等にずらす */
  .slideimg:nth-of-type(1){
    background-image: url('../img/top_01.png');
    animation-delay: 0s;
    background-position:50%;
  }
  
  .slideimg:nth-of-type(2) {
    background-image: url('../img/top_02.png');
    animation-delay: 3s;
    background-position:50%;
  }
  
  .slideimg:nth-of-type(3) {
    background-image: url('../img/top_03.png');
    animation-delay: 6s;
    background-position:50%;
  }
  
  .slideimg:nth-of-type(4) {
    background-image: url('../img/top_04.png');
    animation-delay: 9s;
    background-position:50%;
  }
  
  /* .slideimg:nth-of-type(5) {
    background-image: url('https://turicco.com/wp-content/uploads/2024/09/img91-3.jpg');
    animation-delay: 12s;
    background-position:90%;
  } */
/* トップ画像 */
}
@media screen and (min-width: 960px) {
.top_section{
    background-color: #f7fbf7;
    padding-top: 80px;
    position: relative;
}
.top_section .top_message{
    position: absolute;   
    z-index: 100;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 9vw;
    top: 120px;
    font-size: 35px;
    color: #ffc3ec;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 50px;
}
/* トップ画像 */
/* 複数画像切り替え---------------------------------------------- */
.slider-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .slideimg {
    position: absolute;
    border-radius: 20px;
    inset: 0;/*親要素内にフルサイズで配置*/
    opacity: 0;
    background-size: cover;/* 画像をスライド全体にカバー */
    animation: slideAnime 16s infinite; /* 15秒で1サイクル */
  }
  
  @keyframes slideAnime {
    0%, 30%, 100% { opacity: 0; }/* スライドの非表示タイミング */
    10%, 20% { opacity: 1; }/* スライドの表示タイミング */
  }
  
  /* 各スライドのアニメーションタイミングを均等にずらす */
  .slideimg:nth-of-type(1){
    background-image: url('../img/top_01.png');
    animation-delay: 0s;
    background-position:50%;
  }
  
  .slideimg:nth-of-type(2) {
    background-image: url('../img/top_02.png');
    animation-delay: 4s;
    background-position:50%;
  }
  
  .slideimg:nth-of-type(3) {
    background-image: url('../img/top_03.png');
    animation-delay: 8s;
    background-position:50%;
  }
  
  .slideimg:nth-of-type(4) {
    background-image: url('../img/top_04.png');
    animation-delay: 12s;
    background-position:50%;
  }
  
  /* .slideimg:nth-of-type(5) {
    background-image: url('https://turicco.com/wp-content/uploads/2024/09/img91-3.jpg');
    animation-delay: 12s;
    background-position:90%;
  } */
/* トップ画像 */
}


/* ニュース */
@media screen and (max-width: 959px) {
.section_news{
    position: relative;
    width: 90%;
    padding: 50px 5%;
    background-color: #f7fbf7;
    background-image: url(../img/back_01.png);
    background-size: cover;
    background-position: top;
    animation: parallax linear both;
    animation-timeline: view();
}
@keyframes parallax {
    from {
      background-position: center 0;
    }
  
    to {
      background-position: center -200px;
    }
  }
.news_hito{
    position: absolute;
    width: 150px;
    right: 7vw;
    top: -100px;
}
.section_news .news_box{
    width: 100%;
    margin: 0 auto;
}

.section_news .news_box .news_title{
    color: #22ac38;
    font-size: 30px;
}
.section_news .news_box .r {
    width: 100%;
}
.section_news .news_box .r .news_flex{
    width: 100%;
    padding: 10px 0;
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 3px;
    border-bottom: #22ac38 4px dotted;
}
.section_news .news_box .r .news_flex #day{
    color: #22ac38;
}
.section_news .news_box .r .news_flex #title{
    color: #231815;
}
.news_btn{
    width: fit-content;
    margin: 50px auto;
}
.news_btn #btn{
    padding: 15px 50px;
    color: #22ac38;
    font-weight: 500;
    font-size: 20px;
    border-radius: 100px;
    background-color: #fff;
    border: #22ac38 3px solid;
    letter-spacing: 3px;
    transition : all 0.5s ease 0s;
}
.news_btn #btn:hover{
    background-color: #22ac38;
    color: #fff;
}
}
@media screen and (min-width: 960px) {
.section_news{
    position: relative;
    width: 90%;
    padding: 50px 5%;
    background-color: #f7fbf7;
    background-image: url(../img/back_01.png);
    background-size: cover;
    background-position: top;
    animation: parallax linear both;
    animation-timeline: view();
}
@keyframes parallax {
    from {
      background-position: center 0;
    }
  
    to {
      background-position: center -200px;
    }
  }
.news_hito{
    position: absolute;
    width: 150px;
    right: 7vw;
    top: -100px;
}
.news_back_01{
    position: absolute;
    width: 100px;
    left: 0;
    top: 20px;
}
.news_back_02{
    position: absolute;
    width: 120px;
    right: 0;
    top: 0;
}
.section_news .news_box{
    display: flex;
    gap: 30px;
    width: 900px;
    margin: 0 auto;
}

.section_news .news_box .news_title{
    writing-mode: vertical-lr;
    color: #22ac38;
    font-size: 50px;
}
.section_news .news_box .r {
    width: 100%;
}
.section_news .news_box .r .news_flex{
    display: flex;
    gap: 30px;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 3px;
    border-bottom: #22ac38 4px dotted;
}
.section_news .news_box .r .news_flex #day{
    color: #22ac38;
}
.section_news .news_box .r .news_flex #title{
    color: #231815;
}
.news_btn{
    width: fit-content;
    margin: 50px auto;
}
.news_btn #btn{
    padding: 15px 50px;
    color: #22ac38;
    font-weight: 500;
    font-size: 20px;
    border-radius: 100px;
    background-color: #fff;
    border: #22ac38 3px solid;
    letter-spacing: 3px;
    transition : all 0.5s ease 0s;
}
.news_btn #btn:hover{
    background-color: #22ac38;
    color: #fff;
}
}

@media screen and (max-width: 959px) {
.section_message{
    background-color: #f7fbf7;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    background-image: url(../img/back_01.png);
    background-size: cover;
    background-position: top;
    animation: parallax linear both;
    animation-timeline: view();
}
@keyframes parallax {
    from {
      background-position: center 0;
    }
  
    to {
      background-position: center -200px;
    }
  }
.message_hito{
    position: absolute;
    width: 100px;
    left: 0%;
    top: -100px;
}
.section_message .message_title{
    font-size: 25px;
    width: fit-content;
    line-height: 32px;
    border-bottom: #22ac38 4px dotted;
    color: #22ac38;
    letter-spacing: 3px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.section_message .message_bun{
    font-size: 19px;
    line-height: 40px;
    color: #231815;
    letter-spacing: 1px;
    width: fit-content;
    margin: 50px auto;
    margin-bottom: 80px;
    text-align: center;
}
.message_movie{
    width: 90%;
    height: 50vw;
    margin: 0 5%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.message_movie video{
    width: 100%;
    border-radius: 10px;
}
}
@media screen and (min-width: 960px) {
.section_message{
    background-color: #f7fbf7;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    background-image: url(../img/back_01.png);
    background-size: cover;
    background-position: top;
    animation: parallax linear both;
    animation-timeline: view();
}
@keyframes parallax {
    from {
      background-position: center 0;
    }
  
    to {
      background-position: center -200px;
    }
  }
.message_hito{
    position: absolute;
    width: 170px;
    left: 10vw;
    top: -100px;
}
.section_message .message_title{
    font-size: 25px;
    width: fit-content;
    line-height: 40px;
    border-bottom: #22ac38 4px dotted;
    color: #22ac38;
    letter-spacing: 3px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.section_message .message_bun{
    font-size: 18px;
    color: #231815;
    letter-spacing: 1px;
    width: fit-content;
    margin: 50px auto;
    text-align: center;
}
.message_movie{
    width: 700px;
    height: 400px;
    margin: 0 calc(50vw - 350px);
    margin-bottom: 20px;
    border-radius: 10px;
}
.message_movie video{
    width: 100%;
    border-radius: 10px;
}
}

@media screen and (max-width: 959px) {
.section_aisatsu{
    background-color: #fef2e5;
}
.aisatsu_title{
    padding-top: 30px;
    font-size: 20px;
    color: #22ac38;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
}
.aisatsu_title_ja{
    font-size: 14px;
    color: #22ac38;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
}
.aisatsu_flex{
    margin: 0 auto;
    width: 90%;
    margin-top: 50px;
}
.aisatsu_flex .l{
    width:100%;
}
.aisatsu_flex .l #title{
    font-size: 25px;
    color: #22ac38;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.aisatsu_flex .l #bun{
    font-size: 19px;
    letter-spacing: 1px;
    color: #231815;
    line-height: 40px;
    padding-bottom: 50px;
}
.aisatsu_flex .r{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
}
@media screen and (min-width: 960px) {
.section_aisatsu{
    background-color: #fef2e5;
}
.aisatsu_title{
    font-size: 20px;
    color: #22ac38;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
}
.aisatsu_title_ja{
    font-size: 14px;
    color: #22ac38;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
}
.aisatsu_flex{
    width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
    margin-top: 50px;
    flex-direction: row-reverse;
}
.aisatsu_flex .l{
    width: 450px;
}
.aisatsu_flex .l #title{
    font-size: 20px;
    color: #22ac38;
    margin-bottom: 20px;
}
.aisatsu_flex .l #bun{
    font-size: 16px;
    color: #231815;
}
.aisatsu_flex .r{
    width: 300px;
}
}

@media screen and (max-width: 959px) {
.section_service{
    width: 100%;
    background-image: url(../img/back_02.png);
    background-size: cover;
    background-position: top;
    animation: parallax linear both;
    animation-timeline: view();
}
@keyframes parallax {
    from {
      background-position: center 0;
    }
  
    to {
      background-position: center -200px;
    }
  }
.service_title{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
    padding-top: 30px;
}
.service_title_ja{
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
}

.service_box{
    width: 90%;
    margin: 0 auto;
    gap: 50px;
    margin-bottom: 100px;
}
.service_box .l{
    width: 100%;
}
.service_box .l .service_num_flex{
    display: flex;
    align-items: center;
    gap: 5px;
}
.service_box .l .service_num_flex #num{
    width: 60px;
}
.service_box .l .service_num_flex #title{
    font-size: 30px;
    letter-spacing: 1px;
}
.service_title_01{
    font-size: 33px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.service_box .l #bun{
    font-size: 19px;
    line-height: 40px;
}
.service_btn{
    width: fit-content;
    margin: 40px auto;
    letter-spacing: 0;
}
.service_btn #btn{
    padding: 15px 40px;
    color: #22ac38;
    font-weight: 500;
    font-size: 18px;
    border-radius: 100px;
    background-color: #fff;
    border: #22ac38 3px solid;
    letter-spacing: 0px;
    transition : all 0.5s ease 0s;
}
.service_btn #btn:hover{
    background-color: #22ac38;
    color: #fff;
}
.service_box .r{
    width: 100%;
}
}
@media screen and (min-width: 960px) {
.section_service{
    width: 100%;
    background-image: url(../img/back_02.png);
    background-size: cover;
    background-position: top;
    animation: parallax linear both;
    animation-timeline: view();
}
@keyframes parallax {
    from {
      background-position: center 0;
    }
  
    to {
      background-position: center -200px;
    }
  }
.service_title{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
}
.service_title_ja{
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
}

.service_box{
    display: flex;
    width: 900px;
    margin: 0 auto;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}
.service_box .l{
    width: 450px;
}
.service_box .l .service_num_flex{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.service_box .l .service_num_flex #num{
    width: 80px;
}
.service_box .l .service_num_flex #title{
    font-size: 30px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.service_title_01{
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 0px;
}
.service_box .l #bun{
    font-size: 18px;
}
.service_btn{
    width: fit-content;
    margin: 20px 0;
}
.service_btn #btn{
    padding: 15px 50px;
    color: #22ac38;
    font-weight: 500;
    font-size: 20px;
    border-radius: 100px;
    background-color: #fff;
    border: #22ac38 2px solid;
    letter-spacing: 0px;
    transition : all 0.5s ease 0s;
}
.service_btn #btn:hover{
    background-color: #22ac38;
    color: #fff;
}
.service_box .r{
    width: 400px;
}
}

@media screen and (max-width: 959px) {
.seciton_contact{
    background-color: #f5f9e8;
    width: 100%;
    padding: 50px 0;
}
.contact_box{
    background-color: #fff;
    width: 90%;
    padding: 50px 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
}
.contact_title{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: fit-content;
}
.contact_bun{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
}
.contact_flex{
    display: flex;
    width: fit-content;
    margin: 30px auto;
    gap: 15px;
}
.contact_flex #icon{
    width: 30px;
}
.contact_flex #tel{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}
.contact_flex #tel a{
    color: #13ae67;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}
.contact_flex #week{
    font-size: 18px;
    color: #959595;
    letter-spacing: 2px;
}
.contact_btn{
    width: 300px;
    margin: 0 auto;
}
.cantact_hito{
    width: 100px;
    position: absolute;
    top: -50px;
    right: 10px;
}
.recruit_btn{
    width: 90%;
    margin: 50px auto;
    border-radius: 20px;
}
.recruit_btn img{
    border-radius: 20px;
}
}
@media screen and (min-width: 960px) {
.seciton_contact{
    background-color: #f5f9e8;
    width: 100%;
    padding: 50px 0;
}
.contact_box{
    background-color: #fff;
    width: 900px;
    padding: 50px 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
}
.contact_title{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: fit-content;
}
.contact_bun{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0 auto;
    width: fit-content;
}
.contact_flex{
    display: flex;
    width: fit-content;
    margin: 30px auto;
    gap: 15px;
}
.contact_flex #icon{
    width: 30px;
}
.contact_flex #tel{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}
.contact_flex #tel a{
    color: #13ae67;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}
.contact_flex #week{
    font-size: 18px;
    color: #c9caca;
    letter-spacing: 2px;
}
.contact_btn{
    width: 300px;
    margin: 0 auto;
}
.cantact_hito{
    width: 180px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.recruit_btn{
    width: 900px;
    margin: 50px auto;
}
.recruit_btn img{
    border-radius: 20px;
}
}

@media screen and (max-width: 959px) {
.section_company{
    width: 90%;
    background-color: #fff;
    padding: 100px 5%;
}
.company_box{
    width: 100%;
    margin: 0 auto;
}
.company_box .l{
    width: 100%;
}
.company_box .l #img{
    width: 150px;
    margin-bottom: 20px;
}
.company_box .l #name{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}
.company_box .l #address{
    font-size: 18px;
    line-height: 25px;
}
.company_box .r{
    width: 100%;
    margin-bottom: 20px;
}
.company_box .r img{
    border-radius: 20px;
}

.company_box .map_btn{
    width: 200px;
    margin-top: 25px;
}
}
@media screen and (min-width: 960px) {
.section_company{
    width: 100%;
    background-color: #fff;
    padding: 70px 0;
}
.company_box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    flex-direction: row-reverse;
}
.company_box .l{
    width: 400px;
}
.company_box .l #img{
    width: 200px;
    margin-bottom: 20px;
}
.company_box .l #name{
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 30px;
}
.company_box .l #address{
    font-size: 18px;
    line-height: 25px;
}
.company_box .r{
    width: 400px;
}
.company_box .r img{
    border-radius: 20px;
}

.company_box .map_btn{
    width: 200px;
    margin-top: 25px;
}

}

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

  
footer {
    background-color:#f5f9e8;
    width: 100%;
    padding: 10px 0;
}
.footer_logo{
    width: 180px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.footer_menu{
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 500;
}
.footer_menu #menu{
    font-size: 18px;
    width: fit-content;
    margin-top: 5px;
}
.footer_menu #submenu{
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.footer_menu #submenu02{
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.footer_menu a{
    color: #22ac38;
    font-weight: 500;
}
  
.copy{
    width: fit-content;
    font-size: 12px;
    margin: 0px auto;
    color: #22ac38;
}
}
@media screen and (min-width: 960px) {

  
footer {
    background-color: #f5f9e8;
    width: 100%;
    padding: 10px 0;
}
.footer_logo{
    width: 150px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.footer_menu{
    width: 80%;
    /* max-width: 950px; */
    margin: 0 auto;
}
.footer_menu_01{
    display: flex;
    /* gap: 0px; */
    justify-content: space-between;
}
.footer_menu #menu{
    font-size: 18px;
    width: fit-content;
}
.footer_menu #submenu{
    font-size: 13px;
}
.footer_menu #submenu02{
    font-size: 13px;
}
.footer_menu a{
    color: #22ac38;
    font-weight: 500;
}
  
.copy{
    width: fit-content;
    font-size: 12px;
    margin: 0px auto;
    margin-top: 30px;
    color: #22ac38;
    font-weight: 400;
}
}