@charset "UTF-8";

/**************************************
フォント
**************************************/
.en_title {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 600;
}

.en {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

/**************************************
ヘッダー
**************************************/
.header {
  align-items: center;
  height: 120px;
  padding: 0 5rem 0 2.5rem;
}

.header.target:before {
  content: "";
  background: transparent;
  transition: right .5s ease-out;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: -100%;
}

.header.target.add_color:before {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(234 225 255 / 70%) 70%);
  right: 0;
  transition: right .5s ease-out;
}

.header-logo {
  display: flex;
  align-items: center;
  width: 10vw;
  height: 8vw;
}

.header-logo a.img {
  width: 10vw;
  height: auto;
  max-width: 120px;
  min-width: 90px;
  max-height: unset;
  min-height: unset;
}

@media screen and (max-width: 960px) {
  .header-logo a.img {
    margin-left: 0;
    margin-top: 5vw;
  }

  .header.target:before {
    height: 70%;
  }
}

@media screen and (max-width: 600px) {
  .header-logo a.img {
    width: 14vw;
    min-width: 80px;
    margin-left: -1.5rem;
    margin-top: 1.5rem;
  }

}

/**************************************
フッター
**************************************/
.footer {
  position: relative;
}

@media screen and (max-width: 600px) {
  .footer {
    position: fixed;
  }
}

/**************************************
ボタン
**************************************/
.btn01 {
  max-width: 220px;
  height: 40px;

}


/**************************************
メインビジュアル
**************************************/
.sec_mv {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(33deg, rgba(226, 207, 255, 0.5), rgba(251, 253, 191, 0.5));
}

.sec_mv .ttl {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 50%;
}

.sec_mv .ttl .txt {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  text-align: center;
  position: relative;
}

.sec_mv .mv_img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 70%;
  top: 72%;
}

/* .sec_mv.sub_page .ttl {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-top: 80px;
  padding-left: calc(12vw + 5rem);
  line-height: 1;
  position: unset;
  transform: unset;
}

.sec_mv.sub_page .mv {
  height: 250px;
  background: #F8F0FF;
} */

@media screen and (max-width: 960px) {
  /* .sec_mv.sub_page .ttl {
    padding-left: calc(12vw + 2rem);
  }

  .sec_mv.sub_page .ttl .p45 {
    font-size: clamp(3.0rem, 6vw, 3.9rem);
  } */

  .sec_mv .ttl {
    display: inline-block;
    width: 90%;
    max-width: unset;
    height: 100px;
  }

  .sec_mv .ttl .p60 {
    font-size: 4rem;
  }

  .sec_mv .ttl .p80 {
    font-size: 5rem;
  }

  .sec_mv .ttl .txt {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .sec_mv {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .sec_mv.sub_page .mv {
    height: 200px;
  }

  .sec_mv.sub_page .ttl {
    margin-left: auto;
    padding-left: 0;
  }

  .sec_mv.sub_page .ttl .p45 {
    width: 100%;
    text-align: center;
  }
}

/**************************************
TOP 01
**************************************/

.top_01 .row_wide .clm_txt {
  flex-shrink: 1;
  width: 65%;
  position: relative;
}

.top_01 .row_wide.img-left {
  flex-direction: row-reverse;
}

.top_01 .clm_item.clm_img.photo {
  justify-content: flex-start;
  width: 30%;
  height: auto;
  margin: 0;
  overflow: hidden;
}

.top_01 .clm_item.clm_img.photo img {
  object-fit: cover;
}

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


  .top_01 .row_wide .clm_txt {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .top_01 .clm.row_wide {
    flex-direction: column;
  }

  .top_01 .row_wide .clm_txt .p18.mb50 {
    margin-bottom: 0;
  }

  .top_01 .clm_item.clm_img.photo {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
}

.top_02 .clm_3 {
  align-items: flex-start;
}

.top_02 .clm_item.set .photo {
  border: 7px solid #ededed;
  border-radius: 100%;
}


.top_02 .clm_3.gap30>.clm_item {
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
}

.top_02 .clm_3.gap30>.clm_item:nth-of-type(3):after {
  display: none;
}

.top_02 .clm_3.gap30>.clm_item:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.5rem;
  content: "\f061";
  color: #764bc4;
  position: absolute;
  right: -8%;
  top: 18rem;
}

@media screen and (max-width: 600px) {
  .top_02 .clm_3.gap30 {
    flex-direction: column;
  }

  .top_02 .clm_item.set {
    margin-bottom: 3rem;
  }

  .top_02 .clm_3.gap30>.clm_item:after {
    display: none;
  }

  .top_02 .clm_3.gap30>.clm_item:nth-of-type(3) .txt:after {
    display: none;
  }

  .top_02 .clm_3.gap30>.clm_item .txt:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2.5rem;
    content: "\f063";
    color: #764bc4;
    position: absolute;
    left: 50%;
    top: unset;
    bottom: -4rem;
  }
}




/**************************************
top_lineup-img
**************************************/
.cnt_lineup.clm {
  justify-content: flex-start;
}

.cnt_lineup .photo img {
  border: 1px solid #e1d9e4;
}

.cnt_lineup .cate_tag {
  display: inline-block;
  padding: 2px 10px;
  line-height: 1.5;
  color: #fff;
  background: #867bb6;
}

.cnt_lineup .cate_tag.bg_kasou_plan,
.cnt_lineup .cate_tag .bg_kasou_plan_kazoku {
  background: #2A73A7;
  color: #fff;
}

.cnt_lineup .cate_tag.bg_1day_plan,
.cnt_lineup .cate_tag.bg_1day_plan_kazoku {
  background: #236C5B;
  color: #fff
}

.cnt_lineup .cate_tag.bg_2day_plan,
.cnt_lineup .cate_tag.bg_2day_plan_kazoku {
  background: #6D2353;
  color: #fff
}


/**************************************
sec_work
**************************************/
.sec_work .clm .clm_item .txt.cate_tag {
  background: #915ea4;
  color: #fff;
  width: fit-content;
  min-width: 30%;
  margin: 0 auto 0.5rem 1rem;
  padding-right: 0;
}

.sec_work .clm_item.set .photo {
  margin-bottom: 1.5rem;
  box-shadow: 2px 2px 6px 0px rgb(217 217 217 / 80%);
}

.sec_work .cnt_box.clm.clm_3 {
  justify-content: flex-start;
}

.sec_work .cnt_box .clm_item.set {
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: flex-start;
}

.sec_work .clm_item.set .photo:before {
  content: '\f02f';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 3rem;
  color: #915ea4;
  font-family: "Material Symbols Outlined";
  font-size: 5rem;
  position: absolute;
  bottom: -4.5rem;
  right: 0.5rem;
}

.tab_area input:checked+.tab_item:after {
  content: "";
  display: inline-block;
  background: #61208b;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

@media screen and (max-width: 960px) {
  .cnt_box.clm.clm_3 {
    justify-content: center;
  }
}


/**************************************
sec_newSkill
**************************************/
.sec_newSkill .app_item .txt.cate_tag {
  background: #915ea4;
  color: #fff;
  width: fit-content;
  min-width: 10%;
  min-height: 3rem;
  margin: 0 auto 0.5rem 0;
  padding: 0 1rem;
  line-height: 1.8;
}
.sec_newSkill .app_item .a_border a {
  color: #61208B;
  border-bottom: 1px solid #61208B;
  position: relative;
}
.sec_newSkill .app_item .pass {
  display: inline-block;
  padding-left: 3rem;
}
.sec_newSkill  .app_item .material-symbols-outlined {
  bottom: 0;
}

/**************************************
詳細ページ
**************************************/
.block.clm {
  flex-direction: row;
  align-items: flex-start;
}

.works_detail .photo_main {
  box-shadow: 2px 2px 6px 0px rgb(217 217 217 / 80%);
}

.works_detail .clm_right {
  width: 50%;
}

.works_detail .detail.txt .txt {
  line-height: 1.5;
}

.works_detail dl {
  width: 100%;
}

.works_detail dt {
  display: inline-block;
  width: 24%;
  position: relative;
}

.works_detail dd {
  display: inline-block;
  width: 76%;
}

.works_detail dt:after {
  content: "：";
  position: absolute;
  right: 5px;
}



@media screen and (max-width: 600px) {
  .works_detail .clm_right {
    width: 100%;
  }
}

/**************************************
TOP コラム
**************************************/
.top_column .clm.clm_5 .clm_item {
  margin: 0 1.5rem;
}

.top_column .clm_item .txt {
  height: 9rem;
}

@media screen and (max-width: 600px) {
  .top_column .clm.clm_5 .clm_item {
    margin: 0 1rem;
  }
}

/**************************************
よくある質問　TOP下層共通
**************************************/
.cnt_qa {
  font-size: 1.8rem;
}

.cnt_qa dt {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.5em;
  padding: 1rem 2.5rem 1rem 8rem;
  font-size: 1.8rem;
  background: #F6EFF7;
  border-bottom: 1px solid;
  position: relative;
}

.cnt_qa dt:after {
  content: "Q";
  display: flex;
  align-items: center;
  width: 4rem;
  height: 6rem;
  color: #61208B;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  font-size: 3.8rem;
  position: absolute;
  left: 2.5rem;
  top: -0.05em;
}

.cnt_qa dd {
  width: 100%;
  padding: 1em 2.5rem 1rem 8rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.cnt_qa dd:after {
  content: "A";
  display: flex;
  align-items: center;
  width: 4rem;
  height: 6rem;
  color: #61208B;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  font-size: 3.8rem;
  position: absolute;
  left: 2.5rem;
  top: 0.1em;
}

@media screen and (max-width: 600px) {
  .cnt_qa dt:after {
    width: 55px;
    left: 1.5rem;
  }

  .cnt_qa dd:after {
    width: 55px;
    left: 1.5rem;
  }

  .cnt_qa dt {
    padding: 1rem 1rem 1rem 6rem;
  }

  .cnt_qa dd {
    padding: 1rem 1rem 1rem 6rem;
  }
}








/**************************************
お問い合わせページ
**************************************/
.separator {
  display: block;
  margin: 0 auto;
  height: 1px;
}

#page-contact .tel-link {
  justify-content: center;
}

@media screen and (max-width: 600px) {
  #page-contact .tel-link .oswald.p54 {
    font-size: max(9vw, 4.5rem);
  }

}

/**************************************
個人情報保護ページ
**************************************/
.cnt_privacy-policy dd .no-disc {
  margin-left: 1rem;
}
