@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

.subpage .nest_main_visual {
  height: 25vh;
  background-image: url(../images/nestmainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 8rem;

}

.subpage_nest .main_visual h2 {
  font-size: 0.9rem;
  text-align: center;
}

.subpage_nest .main_visual h2 span {
  font-size: 1.5rem;
}


/* 導入挨拶 */
.nest_greeting {
  margin-top: 1.5rem;
  position: relative;

}

.nest_greeting_title {
  font-size: 1.1rem;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5rem;
  max-width: 280px;
}


.nest_greeting_title::after {
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: "";
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  max-width: 275px;
  height: 90px;
  position: absolute;
  top: -0.3rem;
  left: 0;
  right: 0;
}

.nest_greeting_title .hed {
  font-size: 1.5rem;

}

.nest_greeting_text_BOX {
  background-color: var(--subbg_color);
  background-image: url(../images/panhaikei0.png);
  background-repeat: repeat;
  background-size: 200%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.nest_greeting_text {
  width: 85%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  font-weight: 500;
  background-color: rgba(255, 255, 255, .8);
  padding: 2rem;
  border-radius: 4rem;
}

.nest_greeting_text_BOX02 {
  background-color: #fff;
  padding-bottom: 3rem;
}

.nest_greeting::before {
  content: "";
  background-image: url(../images/index_concept_wt.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: calc(176px / 2);
  width: calc(2400px / 2);
  max-width: 100%;
  transform: translate(-50%, 100%);
  background-size: 100% auto;
}

/* どんなことをしてくれるの */
.nestContent {
  padding-top: 3rem;
}

.nestContent_title {
  font-size: 1.1rem;
  text-align: center;
  position: relative;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.nestContent_title::after {
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: "";
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125%;
  max-width: 230px;
  height: 90px;
  position: absolute;
  top: -0.3rem;
  left: 0;
  right: 0;
}


/* どんなことをしてくれるの */
.nestContent {
  position: relative;
  padding-bottom: 3rem;
}

.nestContent::before {
  content: "";
  background-image: url(../images/index_concept_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: calc(176px / 2);
  width: calc(2400px / 2);
  max-width: 100%;
  transform: translate(-50%, 100%);
  background-size: 100% auto;
}

.nestContent_BOX {
  background-color: #fff;
  padding: 0.5rem;
  margin-top: 1rem;
  max-width: 850px;

}

.nestContent_item {
  background-color: var(--subbg_color);
  padding: 2rem 1rem;
}

.nestContent_BOX02 .nestContent_item {
  background-color: var(--sub_color);
}

.nestContent_item h4 {
  font-size: clamp(1.2rem, 0.717rem + 2.42vw, 2rem);
}

.nestContent_item p {
  margin-top: 1rem;
}

.nest_lust_text {
  margin-top: 1rem;
}

/* 流れ */
.nestFlow {
  background-color: #fff;
  padding-top: 3rem;
}

.nestFlow h3 {
  text-align: center;
}

.nestFlow_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 3rem;
}

.nest_small {
  font-size: 0.7rem;
}

.nestFlow_item {
  flex-basis: 150px;

}

.nestFlow_01 {
  background-image: url(../images/bg010.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
}

.nestFlow_02 {
  background-image: url(../images/bg020.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}

.nestFlow_03 {
  background-image: url(../images/bg030.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
}

.nestFlow_04 {
  background-image: url(../images/bg040.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
}

.nestFlow_yazirushi {
  background-image: url(../images/yazirusi.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}


/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 1.5rem auto 0;
}

.s_01 .accordion_one .accordion_header {
  background-color: var(--bgbg_color);
  border: 2px solid var(--font_color);
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}

.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: var(--font_color);
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid var(--font_color);
  border-right: 2px solid var(--font_color);
  border-bottom: 2px solid var(--font_color);
  box-sizing: border-box;
}


.s_01 .accordion_one .accordion_inner .box_one {
  height: clamp(125rem, -142.925rem + 1339.62vw, 568.75rem);
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


/* 問い合わせフォーム */
.subpage_nest .contactPG {
  background-color: #fff;
  margin-top: 0;
  padding-top: 3rem;
}

.subpage_nest .radio_deco {
  border: 4px dotted var(--font_color);
  color: var(--font_color);
}

.subpage_nest input[type="radio"]:checked+label {
  background-color: var(--font_color);
  color: #fff;
}

.subpage_nest input[type="submit"] {
  background-color: var(--font_color);
}




@media(min-width: 850px) {

  /* main_visualPC */
  .subpage .nest_main_visual {
    height: 30vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8rem;
  }

  .subpage_nest .main_visual h2 {
    font-size: 1.5rem;
    text-align: center;
    white-space: nowrap;
  }

  .subpage_nest .main_visual h2 span {
    font-size: 3rem;
  }

  /* 導入 */
  .nest_greeting_title {
    max-width: 450px;
    font-size: 1.8rem;
  }

  .nest_greeting_title .hed {
    font-size: 2.5rem;
  }

  .nest_greeting_title::after {
    display: block;
    content: "";
    background-image: url(../images/linelong.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120%;
    max-width: 440px;
    height: 90px;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    top: 1rem;
    left: 0;
    right: 0;
  }

  .nest_greeting_text_BOX {
    background-size: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    line-height: 1.8;
  }

  .nest_greeting_text {
    background-color: rgba(255, 255, 255, .8);
    padding: 3rem;
    border-radius: 8rem;
  }

  .nest_greeting_text_BOX02 {
    padding-top: 5rem;
    line-height: 1.8;
  }

  /* どんなことをしてくれるの */
  .nestContent {
    padding-top: 7rem;
  }

  .nestContent_title {
    font-size: 1.8rem;
    max-width: 380px;
  }

  .nestContent_title::after {
    display: block;
    content: "";
    background-image: url(../images/linelong.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150%;
    max-width: 370px;
    height: 90px;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    top: 1rem;
    left: 0;
    right: 0;
  }

  .nestContent .inner {
    max-width: 850px;
  }

  .nest_lust_text {
    text-align: center;
  }

  .nestContent_item::first-letter {
    font-size: 3rem;
    margin-left: 2rem;
  }

  /* 流れ */
  .nestFlow {
    padding-top: 7rem;
  }

  /* 問い合わせフォーム */
  .subpage_nest .contactPG {
    padding-top: 7rem;
  }

  .subpage_nest .contactPG h3 {
    padding-bottom: 3rem;
  }

}



/* --------------ここからベーカリー座談会用symposium.htmlのCSS--------------------- */

.subpage .symposium_main_visual {
  height: 25vh;
  background-image: url(../images/symposiummainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 8rem;
}

.subpage_symposium .main_visual h2 {
  font-size: 1.5rem;
  text-align: center;
}

/* 導入挨拶 */

.subpage_symposium .nest_greeting_title {
  max-width: 200px;
}

.subpage_symposium .nest_greeting_title::after {
  max-width: 200px;
  background-size: 120%;
}

.symposium_greeting_text_BOX {
  background-image: none;
  background-color: #fff;
}

/* 開催概要 */
.symposiumOverview {
  padding-top: 5rem;
  padding-bottom: 5rem;

}

.symposiumOverview .inner {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.symposiumOverview_item h4 {
  margin-top: 1rem;
}

.symposiumOverview_item p {
  width: 85%;
  margin-top: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;

}

.symposiumOverview_mapWrap {
  margin-right: auto;
  margin-left: auto;
}

.symposiumOverview_mapWrap p:last-child {
  text-align: center;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.symposiumOverview_title {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

/* レポートボタン */
.report_btn.big_btn {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.report_btn.big_btn a {
  width: 330px;
}



/* 問い合わせフォーム */
.subpage_symposium .contactPG {
  background-image: url(../images/panhaikei0.png);
  background-position: center;
  background-size: 200%;
  background-color: var(--bgbg_color);
}

@media(min-width: 850px) {

  /* main_visualPC */
  .subpage .symposium_main_visual {
    height: 30vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8rem;
  }

  .subpage_symposium .main_visual h2 {
    font-size: 2rem;
    text-align: center;
  }

  /* 導入 */
  .subpage_symposium .nest_greeting_title {
    font-size: 1.8rem;
    max-width: 330px;
  }

  .subpage_symposium .nest_greeting_title::after {
    display: block;
    content: "";
    background-image: url(../images/linelong.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140%;
    max-width: 330px;
    height: 90px;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    top: 1rem;
    left: 0;
    right: 0;
  }

  /* 開催概要 */
  .symposiumOverview {
    padding-top: 7rem;
  }

  .symposiumOverview .inner {
    max-width: 850px;
  }

  .symposiumOverview_mapWrap {
    display: flex;
    align-items: center;
  }



  /* 問い合わせフォーム */
  .subpage_symposium .contactPG {
    background-size: 100%;
    padding-bottom: 5rem;
  }
}



/* --------ここから人気店popularity.htmlのcss------------ */
/* 導入 */
.subpage .popularity_mainvisual {
  height: 25vh;
  background-image: url(../images/popularitymainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 8rem;

}

.popularity {
  margin-top: 1.5rem;
}

/* お客様づくりの事例 */
.popularity_guest_title {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 85%;
  max-width: 500px;
  font-family: 'Kaisei Opti', serif;
  font-size: clamp(1.2rem, 0.838rem + 1.81vw, 1.8rem);
}

.popularity_guest_title::before {
  content: "";
  background-image: url(../images/guest.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 140px;
  position: absolute;
  top: -7rem;
  left: 1rem;

}

.popularity_guest .accordion_container {
  width: 85%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.popularity_guest .accordion_container .js-accordion_title {
  font-size: clamp(1.2rem, 1.019rem + 0.91vw, 1.5rem);
}

.popularity_guest .accordion_container .js-accordion_title::first-letter {
  font-size: clamp(1.5rem, 0.896rem + 3.02vw, 2.5rem);
  padding-right: 0.05rem;
}

/* アコーディオンの高さ */
.popularity .ac_inner_wraper {
  height: auto;
}

/* アコーディオン内のテキスト */
.popularity_guest .txt_a_ac {
  font-size: 1rem;
  font-weight: 500;
}

/* お店情報 */
.popularity_guest_wrap {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.popularity_guest_img img {
  width: 90%;
  height: 90%;
}

.popularity_guest_text {
  font-weight: 500;
}

.popularity_guest_text a {
  display: inline-block;
  background-color: var(--font_color);
  color: #fff;
  margin-top: 0.5rem;
  padding: 0.3rem 1.5rem 0.5rem;
  border-radius: 1rem;
  font-size: 1rem;
  line-height: 1rem;
}

.popularity_guest_text a:hover {
  background-color: var(--bgbg_color);
  color: var(--font_color);
  transition: all .7s;
}

/* お店作り */
.popularity_shop {
  padding-top: 3rem;
}

.popularity_shop .popularity_guest_title::before {
  content: "";
  background-image: url(../images/shop.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 140px;
  position: absolute;
  top: -8rem;
  left: 1rem;
  transform: rotate(-3deg);
}

/* チームづくり */
.popularity_team {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.popularity_team .popularity_guest_title::before {
  content: "";
  background-image: url(../images/team.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 140px;
  position: absolute;
  top: -8rem;
  left: 1rem;
  transform: rotate(-3deg);
}

@media(min-width: 850px) {

  /* main_visualPC */
  .subpage .popularity_mainvisual {
    height: 30vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8rem;
  }

  /* 導入 */
  .popularity {
    margin-top: 3rem;
  }

  /* お客さま事例タイトル */
  .popularity_guest_title {
    margin-top: 10rem;
  }

  /* アコーディオンタイトル枠 */
  .popularity_guest .accordion_container .js-accordion_title {
    /* padding: 0 0 0.8rem 0; */
  }

  /* アコーディオン中 */
  .popularity_guest .accordion_inner {
    padding: 2.5rem;
  }

  /* アコーディオン内のテキスト */
  .popularity_guest .txt_a_ac {
    font-size: 1.1rem;
  }

  /* お店情報 */
  .popularity_guest_wrap {
    flex-direction: row;
  }

  .popularity_guest_img img {
    width: 300px;
    height: 300px;
  }
}