@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
:root{
    --font-blue:#0367C4;
}
.eb-garamond-nomal{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.eb-garamond-italic{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}
.roboto{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/*head*/
.section_head{
    height: 830px;
    background-color: #BBDBD5;
    padding-bottom: 0;
}
.section_head_inner{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    place-content: center;
    position: relative;
}
.section_head_box{
    max-width: 830px;
    margin: auto;
    width: 90%;
    z-index: 1;
    text-align: center;
}
.section_head_seson{
    text-align: center;
}
.section_head_subtitle{
    text-align: left;
    position: absolute;
    bottom: 40px;
    right: 0;
}
.section_head_title{
    letter-spacing: -0.05em;
    font-size: clamp(4.25rem, 2.75rem + 7.5vw, 8.75rem);
    color: var(--font-blue);
    margin-bottom: 50px;
    display: inline-block;
}
.section_head_title span{
    display: block;
    text-align: left;
    line-height: 1;
}
.section_head_title .eb-garamond-nomal{
    margin-left: 2.5em;
    padding-bottom: 0.25em;
    padding-right: 0.05em;
}
.section_head_mv{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section_head_mv p{
    position: absolute;
    overflow: hidden;
}
.section_head_mv .mv_01{
    top: 100px;
    left: 0;
    width: clamp(16.188rem, 11.614rem + 18.76vw, 26.625rem);
}
.section_head_mv .mv_02{
    top: 100px;
    right: 0;
    width: clamp(10.438rem, 7.562rem + 11.8vw, 17rem);
}
.section_head_mv .mv_03{
    bottom: 40px;
    right: 20%;
    width: clamp(15.188rem, 11.025rem + 17.08vw, 24.688rem);
}
@media (max-width:820px){
    .section_head_title{
        margin-bottom: 0;
    }
}
@media (max-width:480px){
    .section_head{
        height: 850px;
    }
    .section_head_title{
        order: 1;
        transform: translateY(30px);
    }
    .section_head_title .eb-garamond-nomal{
        margin-left: 1.5em;
    }
    .section_head_seson{
        text-align: left;
        margin-top: 1em;
        margin-bottom: 1em;
        order: 2;
        font-size: 14px;        
    }
    .section_head_subtitle{
        position: static;
        order: 3;
        font-size: 14px;
    }
    .section_head_box{
        display: flex;
        flex-direction: column;
    }
    .section_head_mv .mv_01{
        top: 0;
    }
    .section_head_mv .mv_02{
        top: 50%;
    }
    .section_head_mv .mv_03{
        right: auto;
        bottom: 20px;
        left: 40px;
    }
}

/*container*/
.section_container{
    background-color: white;
    padding-top: 70px;
    overflow: hidden;
}
.section_container_inner{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.section_container_cap{
    text-align: center;
}
.section_container_cap p{
    line-height: 2;
    margin-bottom: 2em;
}
.section_container_cap .img_01,
.section_container_cap .img_02{
    width: 80%;
    margin: 80px auto;
}
@media (max-width:480px){
    .section_container_cap{
        font-size: 13px;
    }
}

/*slide*/
.slide{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.slide_01.swiper{
    transform: translateX(30px);
}
.slide_02.swiper{
    transform: translateX(-30px);
}
.swiper-wrapper {
  transition-timing-function: linear;
}

/*collage_01*/
.collage_01{
    position: relative;
    margin: 120px 0;
}
.collage_01 .collage_01_item{
    position: relative;
}
.collage_01 .collage_01_item:nth-child(1){
    width: 65%;
    margin-left: 30px;
    margin-bottom: 45px;
    z-index: 1;
}
.collage_01 .collage_01_item:nth-child(2){
    width: 70%;
    margin-left: auto;
    z-index: 1;
}
.collage_01 .collage_01_item:nth-child(3){
    width: 50%;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    z-index: 0;
}

/*collage_02*/
.collage_02{
    margin-bottom: 120px;
}
.collage_02,
.collage_02_wrap{
    position: relative;
}
.collage_02 .collage_02_telop{
    text-transform: uppercase;
    font-size: 22px;
    white-space: nowrap;
    position: absolute;
    top:25%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.collage_02 .collage_02_telop span{
    display: inline-block;
    padding: 0 0.5em;
    animation: scrollingText 6s linear infinite;
}
@keyframes scrollingText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.collage_02_subimg_01{
    width: 58%;
    margin-left: auto;
    position: absolute;
    bottom: -50px;
    right: 30px;
}
.collage_02_subimg_02{
    margin-left: 30px;
    margin-top: 105px;
    position: relative;
}
.collage_02_subimg_02 img{
    width: 35%;
}
.collage_02_title{
    font-size:clamp(3.75rem, 2.874rem + 3.6vw, 5.75rem);
    color: var(--font-blue);
    letter-spacing: -0.05em;
    line-height: 1;
    position: absolute;
    bottom: -30px;
    right: 10%;
}
.collage_02_title span{
    display: block;
}
.collage_02_title .eb-garamond-nomal{
    margin-left: 2.0em;
}
@media (max-width:480px){
    .collage_02 .collage_02_telop{
        font-size: 13px;
    }
}

/*collage_03*/
.collage_03{
    position: relative;
    margin: 120px 0 0;
}
.collage_03 .collage_03_item{
    position: relative;
}
.collage_03 .collage_03_item:nth-child(1){
    width: 65%;
    margin-left: auto;
    margin-bottom: 45px;
    z-index: 1;
}
.collage_03 .collage_03_item:nth-child(2){
    width: 70%;
    margin-right: auto;
    z-index: 1;
}
.collage_03 .collage_03_item:nth-child(3){
    width: 50%;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 0;
}

.grid_box{
    padding: 12% 10%;
    background-color: #DADAC2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    margin: 120px 0;
}


/*foot*/
.section_foot{
    background-color: white;
    position: relative;
}
.section_foot::before{
    content: "";
    height: 40px;
    border-radius: 0 0 40px 40px;
    background-color: white;
    position: absolute;
    transform: translateY(100%);
    bottom: 0;
    width: 100%;
}
.section_foot_inner{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    place-content: center;
    position: relative;
}
.section_foot_box{
    max-width: 830px;
    margin: auto;
    width: 90%;
    z-index: 1;
    text-align: center;
}
.section_foot_seson{
    text-align: center;
}
.section_foot_subtitle{
    text-align: left;
}
.section_foot_titlewrap{
    display: inline-block;
}
.section_foot_title{
    letter-spacing: -0.05em;
    font-size:clamp(4.375rem, 3.761rem + 2.49vw, 5.75rem);
    color: var(--font-blue);
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
}
.section_foot_title span{
    display: block;
    text-align: left;
}
.section_foot_title .eb-garamond-nomal{
    margin-left: 2.0em;
}
.section_foot_staff{
    width: 50%;
    margin: 70px auto;
    text-align: left;
}
.section_foot_staff_charge{
    font-size: 22px;
    margin-bottom: 15px;
}
.section_foot_staff_name_list{
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
}
.section_foot_staff_name_item:not(:last-of-type)::after{
    content: "/";
    margin: 0 5px;
}
.section_foot_staff_inner{
    margin-bottom: 40px;
}
.section_foot_box .link_btn{
    margin: auto;
    border-color: #A1B5A4;
}
.section_foot_box .link_btn_arrow{
    scale: -1 1;
}
@media (max-width:820px){
    .section_foot_title{
        margin-bottom: 0;
    }
}
@media (max-width:480px){
    .slide_01.swiper,
    .slide_02.swiper{
        transform: translateX(0);
    }
    .section_foot{
        height: 850px;
    }
    .section_foot_title .eb-garamond-nomal{
        margin-left: 2em;
    }
    .section_foot_staff{
        width: 80%;
    }
    .section_foot_staff_charge{
        font-size: 18px;
    }
    .section_foot_staff_name_list{
        font-size: 13px;
    }
}