
:root{
    --color_white:#fff;
    --color_blue:#00358b;
    --font_txt:"Zen Kaku Gothic New", sans-serif;
    --font_ttl:'LINESeedJP',sans-serif;
}
/* ---------------------------------------- 
 - 共通パーツ
---------------------------------------- */
.section_ttl_en{
    position: relative;
    font-size: 16px;
    color: var(--color_blue);
    font-family: var(--font_ttl);
    width: fit-content;
    padding-left: 20px;
}
.section_ttl_en::before{
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #00358b;
transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}
.about_ttl_en::before,.contact_ttl_en::before{
    background-color: #fff;
}
.section_ttl_jp{
    font-size: 24px;
    margin-top: 5px;
    font-family: var(--font_ttl);
    font-weight: 700;
    color: var(--color_blue);
        width: fit-content;
}
.ttl_border{
    width: 100%;
    height: 2px;
    background: var(--color_grad);
    margin-top: 15px;
}
@media screen and (min-width:768px){
.section_ttl_en{
    font-size: 20px;
}
.section_ttl_jp{
    font-size: 28px;
    margin-top: 5px;
    color: var(--color_blue);
        width: fit-content;
}
.ttl_border{
    margin-top: 30px;
}

}
@media screen and (min-width:1024px){
    .section_ttl_en{
        font-size: 24px;
    }
    .section_ttl_jp{
        font-size: 32px;
    }
}
/* ---------------------------------------- 
 - 共通パーツ　END
---------------------------------------- */
/* ---------------------------------------- 
 - top
---------------------------------------- */
.top_area{
    width: 100vw;
    height: 88vh;
    position: relative;
}
.top_slide{
    height: 100%;
}
.top_slide_li,.top_slide_li li{
    width: 100%;
    height: 100%;

}
.top_slide_li img{
    width: 100%;
    height: 100%;
        object-fit: cover;
}
.top_ttl{
    position: absolute;
    bottom: 40px;
    left: 5%;
    font-family: var(--font_ttl);
    font-weight: bold;
    color: var(--color_white);
    letter-spacing: 0.12em;
}
.top_ttl_pc{
    display: none;
}

.top_ttl_sp{
    font-size: 8.8vw;
    margin-top: 5px;
}
.top_slide{
    overflow: hidden;
}
.slick-list,.slick-track{
    height: 100%;
}
.top_slide li {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
/* 拡大率調整 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* ズームアニメーション */
.animation {
  animation: fadezoom 15s 0s forwards;
}
@media screen and (min-width:768px){
.top_ttl_sp{
    font-size: 6.2vw;
    margin-top: 5px;
}
.top_area{
    width: 100vw;
    height: 85vh;
    position: relative;
}
}
@media screen and (min-width:1024px){
    .top_ttl_pc{
    display: block;
    font-size: 3.8vw;
}
.top_ttl_sp{
    display: none;
}
.top_area{
    height: 100vh;
    max-height: 1080px;
}
.top_ttl{
    bottom: 12%;
}

}
/* ---------------------------------------- 
 - top END
---------------------------------------- */
/* ---------------------------------------- 
 - about
---------------------------------------- */
#about{
    background: var(--color_grad);
}
.about_area{
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.about_ttl_en,.about_ttl_jp{
    color: var(--color_white);
}
.about_txt{
    color: var(--color_white);
    font-family: var(--font_txt);
    margin-top: 40px;
    font-size: 18px;
    line-height: 200%;
    font-weight: 600;
}
.about_btn_area{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
.about_btn a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    color: var(--color_white);
    font-family: var(--font_txt);
    font-size: 14px;
    font-weight: 500;
}
.about_circle{
    width: 28px;
    height: 28px;
    border-radius: 99px;
    background-color: var(--color_white);
    font-family: var(--font_txt);
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.about_circle p{
        font-family: var(--font_txt);
    font-weight:bold;
}
.about_circle img{
    width: 8px;
}
@media screen and (min-width:768px){
.about_area{
    padding-top: 120px;
    padding-bottom: 120px;
}
.about_ttl_en,.about_ttl_jp{
    margin: 0 auto;
}
.about_ttl_jp{
    margin-top: 10px;
}
.about_txt{
    text-align: center;
    margin-top: 60px;
}
.about_btn_area{
    margin-top: 60px;
    justify-content: center;
}
.about_btn a{
    font-size: 16px;
}
}
@media screen and (min-width:1024px){
    .about_area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .about_txt{
        font-size: 20px;
    }

}
/* ---------------------------------------- 
 - about END
---------------------------------------- */

/* ---------------------------------------- 
 - interview
---------------------------------------- */
.interview_area{
        width: 90%;
        margin: 0 auto;
        margin-top: 80px;
}
.interview_txt{
    font-family: var(--font_txt);
    font-weight: 500;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
}
.interview_li{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}
.interview_li li{
    width: 100%;
}
.interview_img{
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 12px;

}
.interview_img img{
    width: 100%;             
    height: 100%;    
    border-radius: 12px;
    display: block; 
        transition: transform 0.5s ease;
}
.interview_img:hover img {
    transform: scale(1.065); /* 1.05〜1.1 くらいが自然 */
}
.interview_work{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 35px;
    border-radius: 0px 12px;
    text-align: center;
    background-color: var(--color_blue);
    font-family: var(--font_ttl);
    display: flex;
    align-items: center;
    justify-content: center;
}
.interview_work{
    font-size: 14px;
    color: var(--color_white);
    letter-spacing: 0.15em;
    font-weight: bold;
}
.interview_border{
    margin-top: 15px;
    width: 100%;
    height: 1.5px;
    background-color: var(--color_gray);
}
.interview_li_ttl{
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: var(--font_ttl);
    color: var(--color_black);
   font-weight: bold;
    margin-top: 15px;
    line-height: 100%;
}
@media screen and (min-width:768px){
    .interview_area{
        margin-top: 100px;
    }
    .interview_txt{
        font-size: 16px;
        margin-top: 20px;
        font-weight: 500;
    }
.interview_li{
    margin: 0 auto;
    margin-top: 60px;
    max-width: 700px;
}
.interview_work{
    width: 150px;
    height: 40px;
    font-size: 16px;
}
.interview_li_ttl{
    font-size: 18px;
}
.interview_border{
    margin-top: 20px;
}
.interview_li{
    row-gap: 60px;
}
}
@media screen and (min-width:1024px){
    .interview_area{
        width: 85%;
        max-width: 1366px;
    }
        .interview_li{
        max-width:none;
        position: relative;
        padding-bottom: 100px;
    }
    .interview_li li:nth-child(odd){
        padding-top: 30px;
}
.interview_li li{
    width: 100%;
        padding: 0 20px;
}
    .interview_img{
        aspect-ratio: 1/1;
}
.interview_img img{
    object-fit: cover;
}
.interview_li_slide .slick-prev,
.interview_li_slide .slick-next {
  position: absolute;
  border: none;
  bottom: -0px; /* ← スライダーの下位置 調整可能 */
  transform: none;
}
.interview_work{
    font-size: 16px;
    height: 40px;
}
.interview_li_slide .slick-prev {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    border: none;
  left:calc(50% - 80px);
  background-color: var(--color_blue);
}
.interview_li_slide .slick-next {
  right:calc(50% - 80px);
    width: 40px;
    height: 40px;
    border-radius: 99px;
      background-color: var(--color_blue);
}
.interview_li_ttl{
    font-size: 16px;
    line-height: 150%;
    margin-top: 10px;
}
.interview_border{
    margin-top: 15px;
}
.interview_li_slide .slick-prev img{
    transform: rotate(180deg);
}
.interview_li_slide .slick-prev img,.interview_li_slide .slick-next img{
    width: 10px;
}
.interview_img_position_2{
    object-position: 43% 50%;
}
.interview_img_position_4{
    object-position: 55% 50%;
}
}
/* ---------------------------------------- 
 - interview END
---------------------------------------- */

/* ---------------------------------------- 
 - work
---------------------------------------- */
.works_area{
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}
.works_li{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap:20px ;
}
.works_li li{
    position: relative;
    width: 100%;
}
.works_img{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
}
.works_img img{
    border-radius: 12px;
    height: 100%;
    display: block; 
    transition: transform 0.5s ease;
}
.works_img:hover img {
    transform: scale(1.065); /* 1.05〜1.1 くらいが自然 */
}
.contact_ttl_en{
    margin: 0 auto;
}
.works_li_txt{
    position: absolute;
    z-index: 2;
    bottom:15px;
    left: 5%;
}
.works_li_txt h4{
    font-size: 18px;
    color: var(--color_white);
    font-family: var(--font_ttl);
    font-weight: bold;
}
.works_tab {
    background-color: var(--color_blue);
    border-radius: 99px;
    margin-top: 5px;
    padding:4px 16px;
}
.works_tab p{
    text-align: center;
color: #fff;
font-size: 12px;
font-weight: bold;
font-family: var(--font_ttl);
letter-spacing: 0.1em;
}
@media screen and (min-width:768px){
    .works_li{
        max-width: 700px;
    }
    .works_area{
        margin-top: 100px;
    }
    .works_li{
        margin: 0 auto;
                margin-top: 60px;
    }
    .works_li_txt{
        bottom: 10%;
    }
    .works_li_txt h4{
        font-size: 28px;
    }
      .works_tab{
        margin-top: 15px;
            padding: 8px 20px;
      }
        .works_tab p{
        font-size: 16px;
    }
}
@media screen and (min-width:1024px){
    .works_li_txt h4{
        font-size: 24px;
    }
    .works_tab p{
        font-size: 14px;
    }
    .works_tab {
    border-radius: 99px;
    margin-top: 5px;
    padding: 8px 20px;
    
}
    .works_area{
        margin-top: 60px;
        width: 85%;
        max-width: 1366px;
    }
    .works_li{
        max-width: none;
    }
    .works_li li{
      width: 50%;
    }
.works_img{
            border-radius: 0px 12px 12px 0px; 
}
    .works_li li:nth-child(odd) .works_img{
        border-radius: 12px 0px 0px 12px;
    }
  .works_li .works_img{
        border-radius: 0px 12px 12px 0px; 
  }
.works_li li img{
        border-radius: 0px 12px 12px 0px; 
        }
    .works_li li:nth-child(odd) img{
        border-radius: 12px 0px 0px 12px;
    }
    .works_img:hover img {
    transform: scale(1.04); /* 1.05〜1.1 くらいが自然 */
}
}
/* ---------------------------------------- 
 - work END
---------------------------------------- */
.life_area{
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}
.life_video_area{
    width: 100%;
    margin-top: 40px;
}
.life_video_area iframe{
    width: 100%;
    aspect-ratio: 16/9;
}
.life_li{
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.life_li li{
    width:100%;
}
@media screen and (min-width:768px){
    .life_video_area,.life_li{
                max-width: 700px;
                margin: 0 auto;
                margin-top: 60px;
    }

}
@media screen and (min-width:1024px){
    .life_area{
                max-width: 1366px;
                margin-top: 100px;
    }
    .life_video_area{
        max-width: 768px;
    }
    .life_li{
            grid-template-columns: 1fr 1fr 1fr 1fr;
             
                max-width: none;
                margin: 0 auto;
                margin-top: 60px;
    }
      .life_li li{
      }

}
/* ---------------------------------------- 
 - きくぼしの日常
---------------------------------------- */


/* ---------------------------------------- 
 - きくぼしの日常 END
---------------------------------------- */


/* ---------------------------------------- 
 - vide
---------------------------------------- */

.vide_li {
    margin-top: 80px;
}
.vide_li li {
	list-style: none;
	padding: 0 10px; /* 余白 */
}
.vide_li li:nth-child(odd){
    padding-top: 30px;
}
.vide_li img {
	display: block;
	width: 100%;
    border-radius: 12px;
}
@media screen and (min-width:768px){
.interview_li .slick-list {
    width: 100%;
}
.vide_li {
    margin-top: 100px;
}
}
@media screen and (min-width:1024px){
    .vide_li{
        margin-top: 120px;
    }
}
/* ---------------------------------------- 
 - vide END
---------------------------------------- */