@charset "UTF-8";
/*----------------------------------------------------------------------------
******************************************************************************
** base color
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base font
******************************************************************************
----------------------------------------------------------------------------*/
/*///////////////////////////////////////////////////
ベース
///////////////////////////////////////////////////*/
.contents {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
}
.contents * {
  font-family: "Noto Sans JP", sans-serif;
}
.contents section {
  padding: 50px 0;
}
.contents .sp_br {
  display: none;
}

/*///////////////////////////////////////////////////
トップイメージ
///////////////////////////////////////////////////*/
.eyecatch {
  padding-top: 90px;
}
.eyecatch img {
  width: 100%;
}
.eyecatch .sp {
  display: none;
}

/*///////////////////////////////////////////////////
Contents
///////////////////////////////////////////////////*/
.contents h2 {
  text-align: center;
}
.contents h2 img {
  width: 400px;
}
.contents h2 span {
  display: block;
  font-size: clamp(1em, 3vw, 3em);
  font-weight: 600;
  color: #707070;
}

h3 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
  color: #DD001B;
  font-size: 29px !important;
  font-weight: 600;
}
h3 span {
  position: absolute;
  z-index: -1;
  top: -66px;
  left: -142px;
  color: rgba(73, 110, 112, 0.53);
  font-family: "Questrial", sans-serif;
  font-size: 2.1em;
}

h4 {
  margin-bottom: 30px;
  font-size: 29px;
  font-weight: 600;
}

h5 {
  font-size: 27px;
  font-weight: 600;
}

h6 {
  margin-top: 20px;
  font-size: 1.4em;
  font-weight: 600;
  color: #0B7EB5;
}

/** シティ情報ふくおか **/
.strength h3 {
  margin-top: 0;
}
.strength h3 font {
  font-size: 29px;
  font-weight: 600;
  color: #455A64;
}
.strength h4 {
  font-size: 1.6em;
}
.strength .planning, .strength .media_web {
  margin-bottom: 70px;
}
.strength .planning ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 40px;
}
.strength .planning ol li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.strength .planning ol li:before {
  counter-increment: item;
  content: counter(item);
  margin-top: 3px;
  margin-right: 1em;
  padding-left: 0.4em;
  font-size: 60px;
  font-weight: bold;
  color: #FBB3B0;
}
.strength .planning ol li:after {
  content: "Strong point";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  font-weight: 600;
  color: #FBB3B0;
}
.strength .planning ol li h5 {
  width: 300px;
  min-width: 300px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-right: 40px;
  padding-right: 40px;
  white-space: nowrap;
}
.strength .planning ol li h5::after {
  content: "";
  width: 1px;
  height: 80px;
  background: #1F686C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.strength .media_web {
  margin-bottom: 50px;
}
.strength .media_web .img {
  text-align: center;
}
.strength .media_web .point {
  margin: 30px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.strength .media_web .point .txt {
  width: calc((100% - 1em - 1px) / 2);
}
.strength .media_web .point > p {
  width: calc((100% - 1em - 1px) / 2);
  padding-top: 2em;
}
.strength .media_web .point img {
  height: 100%;
}
.strength .media_web .media_data {
  padding-top: 0;
}
.strength .media_web .media_data h5 {
  margin-bottom: 60px;
}
.strength .media_web .media_data > p {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.strength .media_web .media_data > p span {
  font-weight: 400;
}
.strength .media_web .media_data > p span:first-child {
  font-size: 0.4em;
}
.strength .media_web .media_data > p span:nth-child(2), .strength .media_web .media_data > p span:last-child {
  font-size: 0.5em;
}
.strength .media_web .media_user h5 {
  margin-bottom: 20px;
}
.strength .media_sns {
  width: 800px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  text-align: center;
}
.strength .media_sns .item {
  width: 226px;
}
.strength .media_sns .item .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 30px;
}
.strength .media_sns .item .follower {
  position: relative;
  margin-top: 15px;
  font-weight: 600;
  font-size: 27px;
}
.strength .media_sns .item .follower:before {
  content: "フォロワー";
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  left: 7px;
  top: -1.4em;
}
.strength .media_sns .item .follower span {
  font-size: 0.55em;
}
.strength .media_sns .item .link_follow {
  margin-top: 35px;
}
.strength .media_sns .item .link_follow a {
  position: relative;
  display: block;
}
.strength .media_sns .item .link_follow a::before {
  content: "フォローする";
  width: 200px;
  padding: 0 20px;
  height: 2em;
  border: 1px solid #707070;
  border-radius: 7px;
  color: #455A64;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/** 各種プランのご案内 **/
.plans .plans_box_top, .plans .plans_box_bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.plans .plans_box_top .plans_item {
  width: 50%;
  margin: 10px;
}
.plans .plans_box_top .plans_item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: 5px 5px 9px #c5c5c5;
}
.plans .plans_box_bottom .plans_item {
  width: calc(33% - 20px);
  margin: 10px;
  border: 1px solid #707070;
  text-align: center;
}
.plans .plans_box_bottom .plans_item h4 {
  font-size: clamp(1em, 3vw, 2em);
  margin-bottom: 0;
  padding: 5px;
}
.plans .plans_box_bottom .plans_item .price {
  padding: 5px;
  font-size: 29px;
  font-weight: 900;
  color: #fff;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.plans .plans_box_bottom .plans_item p {
  font-size: 24px;
  padding: 5px;
}
.plans .plans_box_bottom .plans_item:first-of-type .price {
  background: #F671B0;
}
.plans .plans_box_bottom .plans_item:nth-of-type(2) .price {
  background: #EE0070;
}
.plans .plans_box_bottom .plans_item:nth-of-type(3) .price {
  background: #C9005F;
}
.plans .plans_border {
  border-top: 2px dashed #707070;
  margin: 50px;
}

/** キービジュアルの制作 **/
.Key_visual h4 {
  margin-bottom: 0;
}
.Key_visual .txt {
  text-align: center;
}
.Key_visual .event {
  position: relative;
  margin-top: 80px;
}
.Key_visual .event::before {
  content: "";
  width: 204px;
  height: 35px;
  background: #B4B1B1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: -4em;
  left: 50%;
  transform: translateX(-50%);
}

/** イベント事例 **/
.schedule .chart {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.schedule .chart:before {
  content: "";
  width: 100vw;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.schedule .txt_bg {
  max-width: 1200px;
  height: 100%;
  overflow-x: scroll;
}
.schedule .txt_bg .txt {
  display: flex;
}
.schedule .txt_bg .txt > p {
  min-width: 250px;
  margin-right: 10px;
}
.schedule .txt_bg .txt > p span {
  display: block;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #707070;
}

/** イベント事例 **/
.example .item {
  margin-bottom: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.example .item > img {
  width: 454px;
  height: 266px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 25px;
}
.example .item .txt {
  width: calc(100% - 494px);
}
.example .item .txt h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

/** お問い合わせ **/
.contact {
  padding: 0 !important;
}
.contact form {
  margin-bottom: 0 !important;
}

.event_total_produce {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px clamp(45px, 7.9vw, 145px);
  background: #E8E8E8;
}
.event_total_produce .ttl {
  margin-top: 0 !important;
  margin-bottom: 1em;
  font-size: 28px;
  font-weight: 600;
  color: #232323;
  text-align: center;
}
.event_total_produce .ttl.thanks {
  color: #DD001B;
}
.event_total_produce .ttl::before {
  display: none;
}
.event_total_produce .form {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.event_total_produce .form .form_item label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #434343;
  font-size: 1.4rem;
  font-weight: 700;
}
.event_total_produce .form .form_item label span {
  padding: 2px 10px;
  color: #DD001B;
  font-size: 1.2rem;
  border: 1px solid #DD001B;
  border-radius: 3px;
}
.event_total_produce .form .form_item input:not([type=radio]):not([type=submit]):not([type=checkbox]), .event_total_produce .form .form_item textarea, .event_total_produce .form .form_item select {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px;
  background: #fff;
  font-size: 1.4rem;
  border: none !important;
  border-radius: 4px;
}
.event_total_produce .form .form_item select {
  width: -moz-max-content;
  width: max-content;
}
.event_total_produce .form .form_item .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-weight: 700;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.event_total_produce .form .form_item span[class^=confirm-] {
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  font-size: 1.4rem;
  border-radius: 4px;
}
.event_total_produce input[type=submit],
.event_total_produce input[type=button] {
  display: block;
  width: 190px;
  margin: 0 auto;
  padding: 15px;
  background: #DD001B;
  color: #fff;
  border: 1px solid #DD001B;
  border-radius: 50vh;
  transition: all 0.3s ease;
  cursor: pointer;
}
.event_total_produce input[type=submit]:hover,
.event_total_produce input[type=button]:hover {
  background: #fff !important;
  color: #DD001B;
}
.event_total_produce input[type=submit].confirm_button, .event_total_produce input[type=submit].back_button,
.event_total_produce input[type=button].confirm_button,
.event_total_produce input[type=button].back_button {
  display: block;
  width: 190px !important;
  margin: 0 auto;
  padding: 15px !important;
  background: #B2B2B2 !important;
  color: #000;
  border: 1px solid #B2B2B2 !important;
  border-radius: 50vh !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}
.event_total_produce input[type=submit].confirm_button:hover, .event_total_produce input[type=submit].back_button:hover,
.event_total_produce input[type=button].confirm_button:hover,
.event_total_produce input[type=button].back_button:hover {
  background: #fff !important;
}

.wpcf7 input:not([type=radio]):not([type=submit]):not([type=checkbox]):focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus {
  background: #fff;
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 input:checked + span {
  font-weight: 700;
  position: relative;
}

.wpcf7 input:checked + span:after {
  content: "";
  border-radius: 50%;
  border: 3px solid #455a64;
  position: absolute;
  left: 4.5px;
  top: calc(50% - 3px);
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=button]:hover {
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.3);
}

.wpcf7 div[role=alert],
.wpcf7 span[role=alert] {
  color: #f44336;
  display: block;
}

@media screen and (max-width: 1400px) {
  /*///////////////////////////////////////////////////
  ベース 1400
  ///////////////////////////////////////////////////*/
  .contents {
    padding: 0 3em;
  }
  /*///////////////////////////////////////////////////
  Contents 1400
  ///////////////////////////////////////////////////*/
  h3 span {
    font-size: 2.1em;
    top: -80px;
    left: 0;
  }
  /** イベント実施までの流れ 1400 **/
  .schedule .txt_bg {
    width: 960px;
  }
  /** イベント事例 1400**/
  .example .item img {
    width: 400px;
    height: 200px;
  }
  .example .item .txt {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 1200px) {
  /*///////////////////////////////////////////////////
  Contents 1200
  ///////////////////////////////////////////////////*/
  /** シティ情報ふくおか 1200 **/
  .strength h3 font {
    position: relative;
    display: block;
    margin-top: 75px;
    font-size: 24px;
  }
  .strength h3 font:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #455A64;
    position: absolute;
    top: -0.7em;
    left: 0;
  }
  .strength .planning {
    padding: 0 1.5em;
    margin-bottom: 60px;
  }
  .strength .planning ol {
    padding: 0;
  }
  .strength .planning ol li {
    display: block;
    padding-top: 110px;
    margin-bottom: 35px;
  }
  .strength .planning ol li:before {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .strength .planning ol li:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strength .planning ol li h5 {
    margin: 0 auto 0.5em;
    padding: 0;
    text-align: center;
  }
  .strength .planning ol li h5:after {
    content: none;
  }
  .strength .planning ol li > p {
    text-align: justify;
  }
  .strength .media_sns {
    width: 100%;
    display: flex;
  }
  .strength .media_sns .item {
    width: 100%;
    margin: 0 auto 7em !important;
  }
  .strength .media_sns .item:last-child {
    margin-bottom: 0 !important;
  }
  .strength .media_sns .item .icon {
    width: 50px;
    height: 50px;
  }
  .strength .media_sns .item .follower::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .strength .media_sns .item > img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
  /** イベント実施までの流れ 1200  **/
  .schedule .chart {
    width: 100%;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .schedule .chart::before {
    content: none;
  }
  .schedule .chart > p {
    min-width: 120px;
  }
  .schedule .chart > p img {
    width: 100%;
  }
  /** イベント事例 1200 **/
  .example .item {
    display: block;
    margin-bottom: 40px;
  }
  .example .item > img {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-bottom: 20px;
  }
  .example .item .txt {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*///////////////////////////////////////////////////
  Contents 768-1200
  ///////////////////////////////////////////////////*/
  /** sns 768-1200 **/
  .media_sns {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }
  .media_sns .item {
    width: calc(33.3333333333% - 10px) !important;
  }
}
@media screen and (max-width: 767px) {
  /*///////////////////////////////////////////////////
  ベース 750
  ///////////////////////////////////////////////////*/
  .contents {
    padding: 0 20px;
    font-size: 14px;
  }
  .contents section {
    padding: 30px 0;
  }
  .contents .sp_br {
    display: block;
  }
  /** 各種プランのご案内 767**/
  .plans .plans_box_top, .plans .plans_box_bottom {
    flex-wrap: wrap;
  }
  .plans .plans_box_top .plans_item {
    width: 100%;
  }
  .plans .plans_box_bottom h4 {
    margin-top: 0;
  }
  .plans .plans_box_bottom h4::before {
    display: none;
  }
  .plans .plans_box_bottom .plans_item {
    width: 100%;
  }
  /*///////////////////////////////////////////////////
  Contents 750
  ///////////////////////////////////////////////////*/
  h2 img {
    width: 100% !important;
  }
  h2 span {
    font-size: 24px;
  }
  h3 {
    font-size: 26px !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  h3 span {
    color: rgba(73, 110, 112, 0.3);
    top: -43px;
    left: inherit;
    right: 0;
    font-size: 2em;
  }
  h4 {
    position: relative;
    font-size: 22px;
    margin-top: 110px;
    margin-bottom: 20px;
  }
  h4:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #455A64;
    position: absolute;
    top: -0.7em;
    left: 0;
  }
  h5 {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
  h6 {
    margin-top: 10px;
    font-size: 20px;
  }
  /*///////////////////////////////////////////////////
  トップイメージ 750
  ///////////////////////////////////////////////////*/
  .eyecatch {
    padding-top: 113px;
  }
  .eyecatch .pc {
    display: none;
  }
  .eyecatch .sp {
    display: block;
  }
  .page_ttl {
    padding: 50px 0 30px !important;
  }
  /** シティ情報ふくおか 750 **/
  .strength h4 {
    font-size: clamp(1em, 6vw, 2em);
  }
  .strength .media_web .point {
    margin-bottom: 30px;
    display: block;
  }
  .strength .media_web .point .txt {
    width: 100%;
  }
  .strength .media_web .point > p {
    width: 100%;
    padding-top: 0;
  }
  .strength .media_data {
    margin-bottom: 30px;
  }
  .strength .media_data > p {
    font-size: 29px !important;
  }
  /** キービジュアルの制作 750 **/
  .Key_visual h4 {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  /** イベント実施までの流れ 750  **/
  .schedule .txt_bg {
    width: 100%;
  }
  .schedule .txt_bg .txt > p {
    min-width: 150px;
  }
  .schedule .txt_bg .txt > p span {
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 10px;
  }
  /** イベント事例 750 **/
  .example .item {
    margin-bottom: 30px;
    display: block;
  }
  .example .item > img {
    height: auto;
    aspect-ratio: 17/10;
  }
  .example .item .txt {
    width: 100%;
  }
  .example .item > p {
    width: 100%;
    padding-top: 0;
  }
  /** sns 750 **/
  .media_sns {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .media_sns .item {
    width: 90%;
    max-width: 260px;
  }
  /** お問い合わせ 750 **/
  .contact h4 {
    margin-top: 50px;
  }
  .event_total_produce {
    padding: 1em;
  }
}
/*# sourceMappingURL=event_total_produce.css.map */