/*******************
トップページ
*******************/

/* トップ共通
------------------------------*/
.top_ttl01 {
  text-align: left;
}

.top_ttl01 .ttl_span {
  font-size: 45px;
  letter-spacing: .1em;
}

.top_ttl01 .ttl_small {
  font-size: 20px;
  text-transform: uppercase;
  color: #af0515;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.top_txt {
  line-height: 2.5;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .top_ttl01 h1 {
    font-size: 23px;
  }

  .top_ttl01 .ttl_span {
    font-size: 25px;
  }

  .top_ttl01 .ttl_small {
    font-size: 16px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .top_txt {
    line-height: 1.8;
    font-size: 14px;
  }
}


/* メインビジュアル
------------------------------*/
.main {
  position: relative;
  z-index: 0;
  margin-top: 5rem;
}

.main_iner {
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.ky_txt {
  position: absolute;
}

.scroll {
  position: absolute;
}


@media screen and (min-width: 320px) {
  .main {
    margin-top: 0;
  }

  .ky_txt {
    width: 100%;
    left: 0;
    bottom: 16rem;
  }

  .scroll {
    bottom: 3rem;
    left: 34%;
  }

  .slick-track img {
    width: 100%;
    height: 510px;
    object-fit: cover;
  }
}

@media screen and (min-width: 600px) {
  .ky_txt {
    width: 80%;
    left: 2rem;
    bottom: 20rem;
  }

  .ky_txt {
    width: 80%;
    left: 4rem;
  }

  .scroll {
    left: 41%;
  }
}

@media screen and (min-width: 768px) {
  .main {
    margin-top: 4rem;
  }

  .ky_txt {
    top: 40%;
  }

  .slick-track img {
    height: 900px;
  }

  .scroll {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .ky_txt {
    top: 48%;
    left: 29%;
    width: 50%;
  }

  .scroll {
    left: 9%;
  }

  .scroll img {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .ky_txt {
    width: 40%;
  }
}


/*============================================ 
top_concept
------------------------------*/
.top_concept::before {
  content: "";
  background: url(../images/top_concept_bg.jpg)no-repeat;
  background-size: cover;
}

.top_concept {
  color: #fff;
  padding-top: 270px;
  padding-left: 40px;
  margin-bottom: 5rem;
}

.top_concept::before {
  width: 100%;
  height: 793px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top_concept .ttl01 {
  margin-bottom: 40px;
}

.top_concept .ttl01 h1 {
  font-size: 45px;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 40px;
}

.top_concept .ttl01 h1::before {
  content: "";
  background: #fff;
  width: 33px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.top_concept .top_concept_cp p {
  font-size: 24px !important;
  line-height: 1.5;
}

.top_concept .top_concept_txt p {
  font-size: 16px;
  line-height: 1.7;
}

.top_concept .top_concept_img img {
  padding-top: 50px;
}

@media screen and (min-width: 320px) {
  .top_concept::before {
    width: 100%;
    top: 5rem;
  }

  .top_concept {
    padding: 150px 30px 10px;
    margin-top: 12rem;
  }

  .top_concept_cp .font-en br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top_concept_cp .font-en br {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .top_concept {
    color: #fff;
    padding-top: 270px;
    padding-left: 270px;
    margin-bottom: 5rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 1620px) {
  .top_concept::before {
    width: 1620px;
    height: 793px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}



/*============================================ 
top_commitment
------------------------------*/
.con_bg {
  background: url(../images/concept_bg.jpg)no-repeat;
}

.top_commitment::before {
  content: "";
  background: url(../images/bg_concept_left.png)no-repeat;
  background-size: cover;
  width: 360px;
  height: 555px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top_commitment::after {
  content: "";
  background: url(../images/bg_concept_right.png)no-repeat;
  background-size: cover;
  width: 360px;
  height: 555px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.con_bg {
  padding: 100px 124px;
  width: 100%;
  height: 325px;
}

.top_commitment {
  margin-bottom: 30px;
}

.top_commitment .commitment_cp h1 {
  font-size: 23px;
  padding: 34px 0 29px;
}

.check_box_li {
  margin-bottom: 30px;
  position: relative;
  width: 48%;
}

.check_box_li::before {
  content: "";
  background: url(../images/check.png)no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}

.check_box_li p {
  font-size: 18px;
  padding-left: 50px;
}

@media screen and (min-width: 320px) {
  .top_commitment::before {
    width: 100px;
    height: 180px;
  }

  .top_commitment::after {
    width: 100px;
    height: 180px;
  }

  .con_bg {
    width: 100%;
    padding: 47px 10px;
    background-size: cover;
    height: 100%;
  }

  .check_box_li {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top_commitment .commitment_cp h1 {
    font-size: 24px;
  }

  .con_bg {
    padding: 100px 53px;
    width: 90%;
    margin: 0 auto;
  }

  .check_box_li {
    margin-bottom: 30px;
    position: relative;
  }
}


@media screen and (min-width: 770px) {
  .check_box_li {
    width: 49%;
  }
}

@media screen and (min-width: 1024px) {
  .top_commitment::before {
    width: 360px;
    height: 555px;
  }

  .top_commitment::after {
    width: 360px;
    height: 555px;
  }

}

@media screen and (min-width: 1100px) {
  .con_bg {
    width: 1100px;
    height: 325px;
  }

}



/*============================================ 
top_menu
------------------------------*/
.top_menu .inner {
  background: url(../images/top_con_bg.jpg);
}

.top_menu_ttl h1 {
  font-size: 45px;
}

.top_menu_ttl .span {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .left-menu {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .left-menu {
    width: 44%;
    margin-bottom: 0;
  }

  .right_com {
    width: 44%;
  }

  .top_menu .link_btn_b {
    text-align: -webkit-center;
  }
}

@media screen and (min-width: 1024px) {
  .top_menu {
    margin-bottom: 3rem;
  }

  .top_menu .inner {
    width: 1024px;
    padding: 100px 60px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .top_menu .inner {
    width: 1440px;
    padding: 100px 250px;
  }
}

@media screen and (min-width: 1620px) {
  .top_menu .inner {
    width: 1620px;
  }
}


/*============================================ 
top_guide
------------------------------*/
.top_guide .inner {
  width: 1024px;
  margin: 0 auto;
}

.guide_bg {
  background: url(../images/top_guide_bg.jpg) no-repeat;
}

.top_guide::before {
  content: "";
  background: url(../images/top_guide_img_20241126.jpg) no-repeat;
  background-size: cover;
}

.guide_bg {
  padding: 68px 70px;
}

.top_guide_txt {
  width: 485px;
}

.guide_ttl .flex {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.guide_ttl .flex h1 {
  font-size: 45px;
}

.guide_ttl .flex .span {
  font-size: 18px;
  padding-left: 60px;
}

@media screen and (min-width: 320px) {
  .top_guide {
    margin-top: 3rem;
  }

  .top_guide .inner {
    width: 100%;
    padding: 100px 0 50px;
  }

  .top_guide::before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 189px;
    background-size: contain;
  }

  .top_guide_txt {
    margin-top: 5rem;
    width: 100%;
    padding: 45px 73px;
  }

  .guide_bg {
    padding: 0;
    background-size: cover;
  }

  .guide_ttl .flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .guide_ttl .flex .span {
    font-size: 18px;
    padding-left: 0;
  }
}

@media screen and (min-width: 425px) {
  .top_guide .inner {
    padding: 100px 10px 50px;
  }

  .top_guide::before {
    height: 250px;
    background-size: cover;
  }

  .top_guide_txt {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 478px) {
  .top_guide::before {
    height: 269px;
  }

  .top_guide_txt {
    margin-top: 11rem;
  }
}

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

  .top_guide::before {
    height: 310px;
    width: 509px;
    height: 275px;
    position: absolute;
    top: 8%;
    right: 1%;
  }
}

@media screen and (min-width: 1024px) {
  .top_guide .inner {
    width: 90%;
  }

  .top_guide::before {
    background-size: contain;
    width: 44%;
    height: 400px;
    top: 39%;
    right: 0;
  }

  .top_guide_txt {
    margin-top: 0;
    padding: 50px 50% 50px 70px;
  }

  .top_guide::before {
    top: 20%;
  }
}

@media screen and (min-width: 1232px) {
  .top_guide::before {
    width: 43%;
    top: 39%;
    right: 3%;
  }


}

@media screen and (min-width: 1440px) {
  .top_guide {
    margin-bottom: 6rem;
    margin-top: 0;
  }

  .top_guide .inner {
    width: 1440px;
    padding: 100px 70px 50px;
  }

  .top_guide_txt {
    margin-top: 0;
    padding: 70px 50% 70px 100px;
  }

  .top_guide::before {
    height: 100%;
    width: 39%;
    top: 14%;
    right: 7%;
  }

}

@media screen and (min-width: 1500px) {
  .top_guide .inner {
    width: 1500px;
  }

  .top_guide::before {
    height: 63%;
    width: 39%;
    top: 17%;
    right: 15%;
    background-size: cover;
  }

  .top_guide_txt {
    padding: 70px 59% 70px 100px;
  }
}



/*============================================ 
top_reserve
------------------------------*/
.top_reserve {
  margin: 0 auto 150px;
}

@media screen and (min-width: 320px) {
  .top_reserve {
    margin: 0 auto 50px;
    padding: 0 17px;
  }
}

@media screen and (min-width: 768px) {
  .top_reserve {
    width: 100%;
    padding: 0 15%;
  }
}

@media screen and (min-width: 1024px) {
  .top_reserve {
    width: 80%;
    padding: 0 10%;
  }
}

@media screen and (min-width: 1100px) {
  .top_reserve {
    width: 1100px;
  }
}

@media screen and (min-width: 1440px) {
  .top_reserve {
    margin: 0 auto 100px;
    padding: 0 5%;
  }
}


/*============================================ 
top_case
------------------------------*/
.case__ttl_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_case_ttl h1 {
  font-size: 40px;
  padding-bottom: 24px;
}

.top_case_ttl .span {}

/* slider arrow */
.top-menu .slide-arrow {
  width: 10px;
  cursor: pointer;
}

.prev-arrow {
  position: absolute;
  top: 58%;
  left: -25%;
  z-index: 2;
}

.next-arrow {
  position: absolute;
  top: 58%;
  right: 116%;
  z-index: 2;
}

.top-gallery-slide .prev-arrow {
  position: absolute;
  top: 50%;
  left: -39%;
  z-index: 2;
}

.top-gallery-slide .next-arrow {
  position: absolute;
  top: 50%;
  right: 128%;
  z-index: 2;
}

.top-menu-slide .slide-arrow {
  width: 10px;
  cursor: pointer;
}

.point_box {
  position: relative;
}

@media screen and (min-width: 320px) {
  .top_case {
    margin-bottom: 3rem;
  }

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

  .top_case_ttl {
    text-align: center;
  }

  .top-gallery .slick-dotted.slick-slider {
    width: 100%;
  }

  .point_box02::before {
    top: -20px;
  }

  .point_box {
    margin-bottom: 30px;
  }

  .point_box p {
    font-weight: bold;
  }

  .top-gallery-slide .prev-arrow {
    top: -48%;
    left: 39%;
  }

  .top-gallery-slide .next-arrow {
    top: -48%;
    right: 39%;
  }

  .c7272 img {
    height: 260px;
  }
}

@media screen and (min-width: 768px) {
  .case__ttl_flex {
    width: 15%;
  }

  .top_case {
    background: url(../images/top_case_bg.png)no-repeat;
    background-size: cover;
    margin-bottom: 150px;
    margin-left: 15%;
    padding: 10% 0 5% 15%;
  }

  .top_case_box {
    width: 78%;
  }

  .slide-items {
    width: 100%;
    height: 100%;
  }

  .slide-items img {
    width: 100%;
    object-fit: cover;
  }

  .top_case_ttl {
    text-align: left;
  }

  .img__flex {
    display: flex;
  }

  .intro__text {
    line-height: 2;
    font-weight: 400;
  }

  .top-menu {
    padding: 100px 0;
    /*position: relative;*/
  }

  .top-menu .title_cmn .font-jp {
    font-size: 19px;
    font-weight: 400;
  }

  .top-menu .slick-slide {
    margin: 10px;
  }

  .top-menu .top-inner {
    padding: 0;
  }

  .top-menu-slide,
  .top-menu-slide2 {
    position: relative;
  }

  .top-menu-slide .box,
  .top-menu-slide2 .box {
    /*background: #fff;*/
    padding: 15px;
    margin: 10px;
    font-size: 15px;
  }

  .c7272 {
    min-height: inherit !important;
    position: relative;
  }

  .c7272 img {
    border-radius: 0;
    height: 160px;
  }

  .c7272 .c7186 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    z-index: 1;
  }

  /* 中央以外のスライド */
  .top-menu .slick-slide .box {
    background: none;
  }

  .top-menu .slick-slide .box .c7574 {
    padding: 10px 0 0;
  }

  /* 中央のスライド*/
  .top-menu .slick-center .box {
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  }

  .top-gallery-slide .prev-arrow {
    top: -59%;
    left: -1%;
  }

  .top-gallery-slide .next-arrow {
    top: -59%;
    right: 84%;
  }
}

@media screen and (min-width: 1024px) {
  .top_case {
    margin-left: 5%;
  }

  .top-gallery .slick-dotted.slick-slider {
    width: 80%;
  }

  .top-gallery-slide .prev-arrow {
    top: 60%;
    left: -23%;
  }

  .top-gallery-slide .next-arrow {
    top: 60%;
    right: 108%;
  }

  .c7272 img {
    height: 245px;
  }
}

@media screen and (min-width: 1440px) {
  .top_case {
    margin-left: 15%;
  }

  .top_case {
    padding: 10% 0 10% 15%;
  }

  .top-gallery-slide .prev-arrow {
    top: 60%;
    left: -22%;
  }

  .top-gallery-slide .next-arrow {
    top: 60%;
    right: 109%;
  }
}

.gallery-right260514 {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px 24px;
}

@media screen and (max-width:768px){
  .gallery-right260514 {
    grid-template-columns: repeat(2,1fr);
  }
}

.gallery-image__cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 16px;
}

.gallery-image__cont img{
  margin: 0;
  width: 100%;
}

.galley-image__name {
  font-weight: 600;
  padding-bottom: 10px;
}
