@charset "UTF-8";

/**************************************
共通
**************************************/
:root {
  --c-main: #5c4087;
}

.bg_purple1 {
  background: var(--c-main);
  color: #fff;
}

.bg_purple2 {
  background: #F8F0FF;
  color: #61208B;
}

.border_purple {
  border-color: #61208B !important;
}

.txt_purple {
  color: #61208B;
}

.sec_ttl,
.ttl {
  color: #61208B;
}

.sec_txt {
  text-align: center;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.zenmin {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
}

.price {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.anc {
  margin-top: -5rem;
  padding-top: 5rem;
}



/**************************************
フォント
**************************************/
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sec_ttl {
  font-size: clamp(2.6rem, 7vw, 3rem);
  font-weight: 600;
  position: relative;
}

.sec_ttl.en_title {
  font-size: clamp(3.2rem, 8.5vw, 4.6rem);
}

.sec_ttl.ttl_post {
  font-size: clamp(1.8rem, 4.8vw, 2.6rem);
}

.sec_ttl.p36 {
  font-size: clamp(2rem, 5.3vw, 3.6rem);
}

.sec_ttl.p30 {
  font-size: clamp(2rem, 5.3vw, 3.0rem);
}

.sec_txt {
  font-size: 2.0rem;
  line-height: 1.9;
}

.sec_ttl,
.cnt_ttl,
.sec_txt,
.cnt_txt {
  text-align: center;
}

.sec_ttl.txt_left {
  width: 100%;
  text-align: left;
}

.cnt_ttl.txt_left,
.sec_txt.txt_left,
.cnt_txt.txt_left {
  text-align: left;
}

.sec_ttl.img {
  width: 70%;
  font-size: 0;
}

.ttl {
  line-height: 1.3;
  position: relative;
}

.txt {
  font-size: 1.8rem;
  /* font-size: clamp(1.6rem, calc(0.25vw + 1.7rem), 1.8rem); */
  line-height: 1.7;
}

.ttl_boder_bottom {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 3px solid;
}

.ttl_boder_bottom.txt_center {
  width: 100%;
  border: none;
}

.ttl_boder_bottom.txt_center:after {
  content: "";
  display: inline-block;
  width: 12rem;
  height: 3px;
  margin: 1rem auto 0;
  background: var(--c-main);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ttl_bg_color {
  display: inline-block;
  width: 100%;
  padding: 0 2rem;
  line-height: 2;
}

.lr_line {
  display: block;
  width: 100%;
}

.lr_line:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  margin: 0 auto;
  background: var(--c-main);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.lr_line span {
  display: inline-block;
  width: auto;
  padding: 0 2rem;
  position: relative;
}

.ttl_boder_left {
  padding-left: 1em;
  font-size: 2.2rem;
}

.ttl_boder_left:before {
  content: "";
  width: 0.3em;
  height: 1.7em;
  background: var(--c-main);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ttl_boder_left_bottom {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2em;
  margin-bottom: 0.5em;
  padding: 0 1em 0.2em;
  font-size: 2.2rem;
  border-bottom: 1px solid;
  position: relative;
}

.ttl_boder_left_bottom:before {
  content: "";
  width: 0.3em;
  height: 2em;
  background: var(--c-main);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .sec_ttl.ttl_boder_bottom.txt_center {
    margin-bottom: 3rem;
  }

  .sec_ttl {
    line-height: 1.5;
  }

  .sec_txt {
    line-height: 1.6;
  }
}

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

  .txt_left-sp {
    text-align: left;
  }

  .ttl {
    font-size: 4.7vw;
  }

  .ttl.p24 {
    font-size: 20px;
  }

  .sec_txt {
    font-size: 1.8rem;
    text-align: left;
  }

  .lr_line:before {
    height: 5px;
  }
}

.p90 {
  font-size: 9.0rem;
}

.p80 {
  font-size: 8.0rem;
}

/* .p62 {font-size: 6.2rem;} */
.p60 {
  font-size: 6.0rem;
}

.p54 {
  font-size: 5.4rem;
}

.p50 {
  font-size: 5.0rem;
}

/* .p48 {font-size: 4.8rem;} */
.p45 {
  font-size: 4.5rem;
}

.p42 {
  font-size: 4.2rem;
}

.p40 {
  font-size: 4.0rem;
}

.p36 {
  font-size: 3.6rem;
}

/* .p34 {font-size: 3.4rem;} */
.p32 {
  font-size: 3.2rem;
}

.p30 {
  font-size: 3.0rem;
}

.p28 {
  font-size: 2.8rem;
}

.p26 {
  font-size: 2.6rem;
}

.p24 {
  font-size: 2.4rem;
}

.p22 {
  font-size: 2.2rem;
}

.p20 {
  font-size: 2.0rem;
}

/* .p19 {font-size: 1.9rem;} */
.p18 {
  font-size: 1.8rem;
}

.p17 {
  font-size: 1.7rem;
}

.p16 {
  font-size: 1.6rem;
}

.p14 {
  font-size: 1.4rem;
}

.p12 {
  font-size: 1.2rem;
}

.p10 {
  font-size: 1.0rem;
}

.p0 {
  font-size: 0;
  line-height: 0;
}

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

.weight400 {
  font-weight: 400;
}

.weight500,
.medium {
  font-weight: 500;
}

.weight600,
.bold {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight800 {
  font-weight: 800;
}

.notosan {
  font-family: 'Noto Sans JP', sans-serif;
}

.en {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.en.bold {
  font-family: 'Oswald', sans-serif;
}

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

/**************************************
色
**************************************/

.bg_black {
  background: #000000;
}

.bg_white {
  background: #ffffff;
}

.bg_l-pink {
  background: #EFD3D3;
}

.bg_gray {
  background: #F9F9F9;
}

.bg_gray2 {
  background: #c9c9c9;
}

.bg_cream {
  background: #FFFAEB;
}

.txt_kasou {
  color: #2A73A7 !important;
}

.txt_1day {
  color: #236C5B !important;
}

.txt_2day {
  color: #6D2353 !important;
}

.bg_kasou1 {
  background: #2A73A7 !important;
  color: #fff;
}

.bg_1day1 {
  background: #236C5B !important;
  color: #fff;
}

.bg_2day1 {
  background: #6D2353 !important;
  color: #fff;
}

.bg_kasou2 {
  background: #E6F4FF !important;
}

.bg_1day2 {
  background: #E9F2EF !important;
}

.bg_2day2 {
  background: #FAEDF5 !important;
}

.border_kasou {
  border-color: #2A73A7 !important;
}

.border_1day {
  border-color: #236C5B !important;
}

.border_2day {
  border-color: #6D2353 !important;
}



.txt_black {
  color: #343434;
}

.txt_white {
  color: #ffffff;
}

.bg_gray {
  background: #F0F0F0;
}

.bg_blue {
  background: #3689E8;
}

.bg_yellow {
  background: #EDBE4D;
}

.bg_green {
  background: #2FC3A5;
}

/**************************************
枠組み
**************************************/
.flame {
  padding: 4rem;
  background: #ffffff;
  border: 1px solid;
}

@media screen and (max-width: 600px) {
  .flame {
    padding: 2.5rem 2rem;
  }
}

/**************************************
下向き矢印
**************************************/
.arrow,
.bottom-arrow {
  position: relative;
}

.arrow:after {
  content: "";
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 6px;
  right: calc(5px + 5%);
}

.arrow.active:before {
  /* clip-path: polygon(0 0, 100% 0, 50% 100%); */
  transition: all 0.3s;
}

.bottom-arrow:after {
  content: "";
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg) translateY(50%);
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
}


@media screen and (max-width: 600px) {
  .bottom-arrow:after {
    width: 8px;
    height: 8px;
    bottom: 5px;
  }
}

/**************************************
ボタン
**************************************/
.btn_area,
.anc_area {
  flex-wrap: nowrap;
}

.btn01 {
  width: 100%;
  max-width: 340px;
  height: 60px;
  color: var(--c-main);
  font-weight: 500;
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.btn01 a {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: unset;
  border: 1px solid;
  border-radius: 5px;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.btn02 {
  width: 100%;
  max-width: 135px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
}

.btn02:before {
  content: "";
  width: 102%;
  height: 102%;
  background: var(--c-main);
  border-radius: 5px;
  position: absolute;
  bottom: -4px;
  left: 1px;
  z-index: -1;
}

.btn02.arrow:after {
  width: 8px;
  height: 8px;
  bottom: 0;
}

.btn02 a {
  width: 100%;
  padding: 0 5px 0 0;
  color: unset;
  border-radius: 4px;
}

.bg_kasou1.btn02:before {
  background: #2A73A7
}

.bg_1day1.btn02:before {
  background: #236C5B
}

.bg_2day1.btn02:before {
  background: #6D2353
}

@media screen and (max-width: 960px) {
  .btn02.p18 {
    max-width: 150px;
    font-size: clamp(1.3rem, 6vw, 1.6rem);
  }
}

@media screen and (max-width: 600px) {
  .btn02.p18 {
    max-width: 180px;
    margin-bottom: 1rem;
  }

  .clm_flow .btn02 {
    max-width: 120px;
  }


}

.btn04 {
  background: #fff;
  width: 100%;
  max-width: 400px;
  height: 60px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.btn04 a {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: unset;
  border: 1px solid;
  border-radius: 6px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.btn05 {
  display: inline-block;
  max-width: 355px;
  padding: 2rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.btn05 a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: unset;
  border-radius: 5px;
}

.btn05 a .ttl {
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 400;
  border-radius: 5px;
}

.btn05 .serif.p28 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.5;
  margin: 1rem 0;
}

@media screen and (max-width: 960px) {
  .btn05 .serif.p28 {
    flex-wrap: wrap;
    line-height: 1;
    margin: 1rem 0 0;
  }

  .btn05 .p14 {
    text-align: right;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .btn05 {
    max-width: 100%;
    padding: 1.5rem;
  }

  .btn05 .serif.p28 {
    line-height: 1;
    margin: 1rem 0;
  }

  .btn05 .p14 {
    flex-direction: row;
    width: auto;
  }
}

.btn06 {
  width: 240px;
  height: 83px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.btn06 a {
  width: 100%;
  padding: 0 2rem 0 0;
  color: unset;
  border: 1px solid;
  border-radius: 5px;
  position: absolute;
  bottom: 3px;
  right: 2px;
}

.btn06.arrow:after {
  width: 8px;
  height: 8px;
}

.btn06 .txt {
  width: 8rem;
  line-height: 1.4;
  text-align: center;
}

button.slick-arrow {
  width: 8%;
  max-width: 40px;
  height: 50px;
  background: rgb(172 140 193 / 80%);
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

button.slick-arrow:after {
  content: "";
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
}

button.slick-prev.slick-arrow {
  left: -10px;
}

button.slick-next.slick-arrow {
  right: -10px;
}

button.slick-prev.slick-arrow:after {
  transform: rotate(225deg);
}

button.slick-next.slick-arrow:after {
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  button.slick-prev.slick-arrow {
    left: 0;
  }

  button.slick-next.slick-arrow {
    right: 0;
  }
}


/**************************************
top ニュース
**************************************/
.news_list_box {
  width: 100%;
  height: 200px;
  padding: 4rem 3rem 4rem 4rem;
}

.news_list {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  overflow-y: auto;
}

.news_list .post_item.clm {
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .news_list_box {
    padding: 3rem 2rem 3rem 1.5rem;
  }

  .news_list .post_item.clm {
    flex-direction: column;
    gap: 1rem;
  }

  .news_list .post_item.clm .date {
    line-height: 1;
  }
}

/**************************************
コンテンツ共通 横並び コンテンツリスト 4カラム、3カラム
**************************************/
.clm {
  gap: 3rem;
}

.clm_item.set {
  flex-direction: column;
}

.clm_item.set .photo {
  margin-bottom: 1rem;
}

.clm .clm_item.set .ttl {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 600;
}

.clm .clm_item.set .txt {
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
  line-height: 1.8;
  font-size: 1.6rem;
}

.clm>.clm_item .btn {
  margin-bottom: 4rem;
}

/* 4カラム 3カラム------------------------------------- */
/* .clm.clm_5 .clm_item {
  width: calc((100% - (3rem * 4)) / 5);
  max-width: 600px;
}
.clm.clm_4 .clm_item {
  width: calc((100% - (3rem * 3)) / 4);
  max-width: 300px;
  padding: 0;
}
.clm.clm_4 .clm_item.end_left {
  margin-right: 0;
}
.clm.clm_3 .clm_item {
  width: calc((100% - (3rem * 2)) / 3);
  max-width: 400px;
  padding: 0;
} */
.clm.clm_3 .clm_item.end_left {
  margin-right: 0;
}

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

  .clm.clm_5 .clm_item,
  .clm.clm_4 .clm_item,
  .clm.clm_3 .clm_item {
    max-width: unset;
  }
}

/**************************************
横並び 左右非対称パーツ
**************************************/
.clm_LR {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 4rem;
}


/**************************************
モーダルコンテンツ
**************************************/
.modal-content .ttl_area {
  position: relative;
}

.modal-content .ttl_area .c_img {
  position: absolute;
  bottom: 18%;
  right: -80px;
  z-index: -1;
}

.modal-content .ttl_area .ttl {
  width: 100%;
  padding: 1% 0;
  font-size: 2.4rem;
}

.modal-content .cnt_area .ttl {
  width: 100%;
  padding: 1% 0;
  border-radius: 70px;
}

.modal-content .note {
  font-size: 1.2rem;
}

.modal-content dl {
  display: flex;
  flex-wrap: wrap;
}

.modal-content dl dt {
  width: 22%;
  position: relative;
}

.modal-content dl dt:after {
  content: "：";
  position: absolute;
  right: 0;
}

.modal-content dl dd {
  width: 60%;
  padding: 0 5px;
}

/**************************************
モーダルベース
**************************************/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 630px;
  padding: 2rem 4rem 3rem;
  border: 5px solid var(--c-main);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow: hidden;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}



/**************************************
タブ機能
**************************************/

/*ラジオボタンを全て消す*/
.tab_area input[name="tab_item"] {
  display: none;
}

/* タブ中身のスタイル ***************************/
.tab_area .tab_content {
  display: none;
  border-top: none;
  clear: both;
  margin-top: 2rem;
}

.tab_area .tab_content>.btn {
  margin: 3% 0 0 auto;
}

@media (max-width:599px) {
  .tab_area .tab_content>.btn {
    margin: 8% auto 5%;
  }
}

/*選択されているタブのコンテンツのみを表示*/
.tab_area #work_list:checked~#work_list_content {
  display: block;
  position: relative;
}

.tab_area #work-lp_list:checked~#work-lp_list_content {
  display: block;
}

.tab_area #work-corporate_list:checked~#work-corporate_list_content {
  display: block;
}

.tab_area #work-service_list:checked~#work-service_list_content {
  display: block;
}

.tab_area #work-brand_list:checked~#work-brand_list_content {
  display: block;
}

.tab_area #work-event_list:checked~#work-event_list_content {
  display: block;
}

.tab_area #work-design_list:checked~#work-design_list_content {
  display: block;
}

.tab_area #work-coding_list:checked~#work-coding_list_content {
  display: block;
}

.tab_area #work-direction_list:checked~#work-direction_list_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tab_area .tab_item {
  margin-right: 2rem;
  line-height: 2.5;
  position: relative;
  white-space: nowrap;
}











/**************************************
固定ページ　パスワード設定レイアウト
**************************************/
form.post-password-form {
  margin-top: 15%;
  text-align: center;
}


.pc {
  display: block;
}

.pc-tab {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .pc-tab {
    display: none;
  }

  .tab {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
