@charset "UTF-8";
/* design4YON CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #231815;
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(17px, 0.85vw, 21px);
  font-weight: 700;
  letter-spacing: .03em;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
body::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/bg_img.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
a, .post-content a {
  color: #231815;
}
.font-type1, .headline-font-type {
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 1rem;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 700;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  width: fit-content;
  display: block;
  height: 35px;
  line-height: 35px;
}
.signage {
  height: 250px;
  background: #fff;
}
.signage-title.headline-font-type, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  text-align: center;
  text-shadow: none;
}
.signage-title.headline-font-type {
  font-size: 3rem !important;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color: #231815 !important;
}
.signage-title-sub {
  font-size: 1rem !important;
  letter-spacing: .1rem;
  line-height: 1;
  color: #38807d !important;
}
body.page.page-id-23 .signage {
  background: #38807d !important;
}
body.page.page-id-23 .signage-title.headline-font-type, body.page.page-id-23 .signage-title-sub {
  color: #fff !important;
}
body.page.page-id-23 .breadcrumb li, body.page.page-id-23 .breadcrumb li a {
  color: #fff;
}
body.page.page-id-23 .breadcrumb li a:hover {
  color: #ff476d;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title.headline-font-type {
    font-size: 1.7rem !important;
    margin-bottom: 12px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  box-shadow: none;
}
.logo-image {
  top: 36px;
  left: 23px;
  width: 150px;
  height: auto;
  position: absolute;
}
.global-nav {
  padding-right: 10px;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 13px;
  font-weight: 700;
  line-height: 87px;
  padding: 0 17px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #231815;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  width: 0;
  height: 2px;
  top: 25px;
  left: 18px;
  background: #38807d;
  position: absolute;
  transition: 0.5s;
  z-index: 1;
}
.global-nav > ul > li > a:hover::before {
  width: calc(100% - 38px);
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 25px;
  line-height: 1;
  font-size: 8px;
  color: #38807d;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-price > a::after {
  content: "制作について";
}
.global-nav > ul > li.global-menu-character > a::after {
  content: "キャラクター・ロゴ制作";
}
.global-nav > ul > li.global-menu-design > a::after {
  content: "デザイン制作";
}
.global-nav > ul > li.global-menu-works > a::after {
  content: "過去製作";
}
.global-nav > ul > li.global-menu-faq > a::after {
  content: "よくある質問";
}
.global-nav > ul > li.global-menu-gallery > a::after {
  content: "過去制作";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "ご挨拶";
}
.global-nav > ul > li.global-menu-company > a::after {
  content: "運営概要";
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "お問い合わせ";
}
.global-nav .sub-menu {
  left: auto;
  right: 0 !important;
}
.global-nav .sub-menu a {
  font-size: 12px;
  font-weight: 700;
  color: #231815;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #38807d !important;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
  color: #231815;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 16px;
    left: -5px;
  }
  .header-bar {
    border-bottom: 1px solid #fff;
  }
  .global-nav-button {
    border-left: 0px;
    background: none;
  }
  .global-nav-button:before {
    color: #231815;
  }
  .global-nav-button:hover:before {
    color: #38807d;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 25px;
    line-height: 50px;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    text-align: left;
    line-height: 0;
    bottom: 25px;
    margin-left: 10px;
  }
  .global-nav a {
    background: #fff;
    color: #231815 !important;
  }
  .global-nav .sub-menu a {
    font-size: 14px;
    background: #fff !important;
    color: #231815 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #38807d !important;
  }
  .global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #231815;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 80%;
  max-width: 480px;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.25;
}
h2.front_content_title {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
h2.front_content_title::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("");
  background-size: 90px auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 90px;
  z-index: -1;
}
.front_content02 h2::before {
  background-image: url(/wp-content/themes/story_tcd041/img/front-character01_img.png);
}
.front_media h2::before {
  background-image: url(/wp-content/themes/story_tcd041/img/front-character02_img.png);
}
h2.front_topics_title::before {
  background-image: url(/wp-content/themes/story_tcd041/img/front-character03_img.png);
}
.column-area h2.front_topics_title::before {
  background-image: url('/wp-content/uploads/2025/03/blog-icon2.png');
}
h2.front_content_title span {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.8rem;
}
.front_original01 {
  padding-top: 5em;
  position: relative;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01__text h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.front-original01__text p {
  margin-bottom: 1.1rem;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.front_content02 {
  padding: 12em 0;
}
.front_content02-inner {
  width: 86%;
  max-width: 1050px;
  margin: auto;
}
.front_content02-box {
  margin-bottom: 5em;
  align-items: center;
}
.front_content02-box:last-of-type {
  margin-bottom: 0;
}
.front_content02-img {
  width: 55%;
  box-sizing: border-box;
}
.front_content02-box:nth-of-type(odd) .front_content02-img {
  padding-right: 5vw;
}
.front_content02-box:nth-of-type(even) .front_content02-img {
  margin-left: 45%;
  padding-left: 5vw;
}
.front_content02-box img {
  box-shadow: 0 0 0 1px #eeeeee;
}
.front_content02-text {
  width: 45%;
  box-sizing: border-box;
}
.front_content02-box:nth-of-type(even) .front_content02-text {
  margin-left: -100%;
}
.front_content02-text::before {
  content: "#CHARACTER・LOGO";
  display: block;
  font-size: 1.1rem;
  letter-spacing: .1rem;
  margin-bottom: 0.8rem;
  color: #38807d;
}
.front_content02-box:nth-of-type(2) .front_content02-text::before {
  content: "#GRAPHIC DESIGN";
}
.front_content02-box:nth-of-type(3) .front_content02-text::before {
  content: "#DESIGN";
}
.front_content02-text h3, .front_content02-text p {
  width: 100%;
}
.front_content02-text h3 {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.front_content02-text p {
  font-size: 0.95rem;
  line-height: 2;
}
.content02-button {
  font-size: 0.95rem;
  overflow: hidden;
  text-align: left;
  color: #231815;
  width: 100%;
  max-width: 260px;
  height: 55px;
  line-height: 55px;
  position: relative;
  margin-right: auto;
  margin-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
  background: none;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 1;
}
.content02-button::before {
  width: 50px;
  height: 1px;
  position: absolute;
  content: '';
  background: #231815;
  left: 0;
  bottom: 5px;
  z-index: -1;
  transition: 0.5s;
}
.content02-button::after {
  content: '\ea3c';
  color: #231815;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100px;
  border: 1px solid #231815;
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  bottom: 0;
  right: 5px;
  font-family: 'design_plus';
  transition: 0.5s;
}
.content02-button:hover {
  color: #231815;
  background: none;
}
.content02-button:hover::before {
  width: 120px;
  background: #38807d;
}
.content02-button:hover::after {
  color: #fff;
  background: #38807d;
  border-color: #38807d;
  right: 0;
}
.front_original02 {
  position: relative;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.front-original02__text p {
  margin-bottom: 1.5rem;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding: 5em 0 12em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.third-box {
  width: calc(50% - 30px);
  margin-right: 60px;
}
.third-box:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
.third-box::before {
  content: "#REASONABLE";
  font-size: 1.1rem;
  letter-spacing: .12rem;
  margin-bottom: 1.5rem;
  color: #38807d;
  display: block;
}
.third-box:nth-of-type(2)::before {
  content: "#PRODUCTION";
}
.front-third-text {
  margin-top: 2rem;
}
.front-third-text h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.front-media-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
.front-media-flex {
  align-items: center;
}
.front-media-text {
  width: 45%;
  box-sizing: border-box;
}
.front-media-img {
  width: 55%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-media-text h3, .front-media-text p {
  width: 100%;
}
.front-media-text h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.front_topics {
  padding: 12em 0 6em;
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
h2.front_topics_title {
  margin-bottom: 2rem;
}
h3.front_topics_subtitle {
  margin-bottom: 2em;
  margin-top: 0.6em;
  font-size: 1.4rem;
  font-weight: 700;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  background: #fff;
}
.footer-gallery, .footer-content.inner {
  display: none;
}
.footer_contact_sec {
  padding: 4em 0;
  color: #fff;
  background: #38807d;
}
.footer_contact_inner {
  width: 86%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.footer_contact__text h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.footer_contact_address {
  width: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.footer_contact_address:nth-of-type(2) {
  padding-left: 4vw;
}
address.footer_tel {
  font-size: 2rem;
  font-style: normal;
  letter-spacing: .08em;
  margin-bottom: 1rem;
}
address.footer_tel a {
  color: #fff;
}
span.footer_tel_sub {
  font-size: 1rem;
  letter-spacing: .08rem;
  margin-right: 5px;
}
p.footer-con-time {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
p.footer-con-caution {
  font-size: 0.85rem;
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
  margin-bottom: 0;
}
p.footer-con-caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
a.footer_mail_but {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 0.8rem;
  padding: 18px 20px 16px;
  border-radius: 5px;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
  display: block;
  color: #38807d;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.5s;
  position: relative;
}
a.footer_mail_but::after {
  content: '\f0e0';
  font-family: design_plus;
  position: absolute;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  right: 20px;
  top: 21px;
}
a.footer_line_but::after {
  content: '\e909';
  font-size: 1.7rem;
  top: 20px;
}
a.footer_mail_but:last-child {
  margin-bottom: 0;
}
a.footer_mail_but:hover {
  color: #fff;
  background: #231815;
}
a.footer_line_but:hover {
  background: #00b900;
}
.footer_content_sec {
  padding: 4em 0 6em;
}
.footer_content_inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
.footer_address_bg {
  width: 45%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 55%;
  padding-left: 3vw;
  box-sizing: border-box;
}
img.footer-logo-name {
  width: 35%;
  max-width: 250px;
  margin-bottom: 1.2rem;
}
dl.address_body {
  width: 100%;
  max-width: 500px;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.5;
  display: flex;
  margin-bottom: 10px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 12%;
}
dd.address_text {
  width: 88%;
  padding-left: 1vw;
  box-sizing: border-box;
}
ul.sns__links {
  width: 100%;
  max-width: 220px;
  display: flex;
  margin-top: 1.5rem;
}
li.sns__links-item {
  width: 50%;
  margin-right: 15px;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
  background: none;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 13px;
}
ul.footer-menu-list-outer {
  width: 33.3333%;
  box-sizing: border-box;
  padding-left: 1vw;
}
ul.footer-menu-list-outer:first-child {
  padding-left: 0;
}
ul.footer-menu-list-outer:last-child {
  margin-bottom: 0;
}
ul.footer-menu-list-outer li {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
ul.footer-menu-list-outer li:last-of-type {
  margin-bottom: 0;
}
li.footer-content-sub-list {
  padding-left: 15px;
}
li.footer-content-sub-list::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #333;
  top: 8px;
  left: 0;
  transition: all 0.5s;
}
ul.footer-menu-list-outer li.footer-content-sub-list {
  font-size: 0.75rem;
  margin-bottom: 8px;
}
ul.footer-menu-list-outer li.footer-content-sub-list:last-child {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 8px;
}
ul.footer-menu-list-outer li a:hover {
  color: #38807d;
}
.footer-menu {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: left;
  color: #231815;
}
.pagetop {
  bottom: 12px;
  right: 12px;
  transition: all 0.5s ease 0s;
}
.pagetop:hover {
  bottom: 30px;
}
.pagetop a {
  background: none;
  position: relative;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #151515;
}
.pagetop a::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/pagetop_img.png");
  background-size: 120px auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 120px;
  height: 100px;
  right: 0;
  left: auto;
  top: auto;
  bottom: 20px;
  z-index: -1;
}
.pagetop a:hover {
  background: none;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
}
@media only screen and (max-width: 970px) {
  .front-copy-img {
    margin-left: 0;
  }
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front_content02-box {
    margin-bottom: 2em;
  }
  .front_content02-img, .front_content02-text {
    width: 100%;
  }
  .front_content02-img {
    margin-bottom: 1.5em;
  }
  .front_content02-box:nth-of-type(odd) .front_content02-img {
    padding-right: 0;
  }
  .front_content02-box:nth-of-type(even) .front_content02-img {
    margin-left: 0;
    padding-left: 0;
  }
  .front_content02-box:nth-of-type(even) .front_content02-text {
    margin-left: 0;
  }
  .third-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .front-media-text, .front-media-img {
    width: 100%;
  }
  .front-media-img {
    padding-left: 0;
    margin-top: 1em;
  }
  ul.footer-menu-list-outer {
    width: 50%;
    margin-bottom: 2rem;
  }
  ul.footer-menu-list-outer:last-child {
    width: 100%;
    padding-left: 0;
  }
  .dp-footer-bar {
    background: #38807d !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-icon:before {
    font-weight: 500;
  }
  .icon-file-text:before {
    content: "\e920";
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  h2.front_content_title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  h2.front_content_title::before {
    background-size: 65px auto;
    height: 65px;
    bottom: 70px;
  }
  .front_original01 {
    padding-top: 3em;
  }
  .front_content02 {
    padding: 7em 0 3em;
  }
  .front_original03 {
    padding: 3em 0 7em;
  }
  .front_topics {
    padding: 7em 0 3em;
  }
  .footer_contact_sec {
    padding: 2.5em 0;
  }
  .footer_contact_address {
    width: 100%;
  }
  .footer_contact_address:nth-of-type(2) {
    padding-left: 0;
    margin-top: 1rem;
  }
  address.footer_tel {
    font-size: 1.5rem;
  }
  .footer_content_sec {
    padding: 3em 0 2em;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    padding-left: 0;
    margin-top: 2em;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  ul.footer-menu-list-outer, ul.footer-menu-list-outer:last-child {
    width: 33.3333%;
    margin-bottom: 0;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
  .pagetop a::before {
    background-size: 70px auto;
    width: 70px;
    height: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  ul.footer-menu-list-outer {
    width: 50%;
    margin-bottom: 1.5em;
  }
  ul.footer-menu-list-outer:last-child {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.8rem;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #38807d;
  width: 20px;
  height: 4px;
  margin: 1rem auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0;
  color: #38807d;
  box-sizing: border-box;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1.1rem;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #231815 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 14px 4px 10px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .post-content h3 {
    font-size: 1.25rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h2.archive-title {
  color: #231815;
  font-weight: 700;
}
.archive-header {
  margin: 90px 0px 40px;
}
.article03 {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #38807d;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #231815;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
p.article03-meta {
  line-height: 1.3;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.post-title {
  color: #231815;
  font-weight: 700;
}
.nav-links01 {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #231815;
}
.article01-title a {
  font-size: 1rem;
  font-weight: 700;
  color: #231815;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 700;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 500;
}
.post-meta-box {
  background: #f4f4f4;
}
.post-meta-box-item::before {
  color: #38807d;
}
.post-meta-box-item a {
  font-weight: 700;
}
.primary {
  width: 100%;
}
.headline-bar {
  color: #38807d;
  font-weight: 700;
  background: #f4f4f4;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.15rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #231815;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #231815;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff5353;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #38807d;
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
}
a.content_but {
  width: 100%;
  max-width: 310px;
  margin-top: 15px;
  padding: 17px 18px;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  background: #38807d;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.content_but::after {
  position: absolute;
  content: 'MORE';
  font-size: 12px;
  letter-spacing: .1rem;
  top: 22px;
  right: 20px;
}
a.content_but:hover {
  background: #231815;
  color: #fff;
}
/* コンテンツ 共通 END */
/* 料金表 */
.price__inner {
  align-items: center;
  margin-bottom: 4em;
}
.price__inner:last-of-type {
  margin-bottom: 0;
}
.price__text {
  width: 50%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.price__img {
  width: 50%;
  box-sizing: border-box;
}
.price__img img {
  box-shadow: 0 0 0 1px #eeeeee;
}
.price__text h2, .price__text p {
  width: 100%;
}
.price__text h2 {
  line-height: 1.5;
  margin-bottom: 0.8rem;
  text-align: left;
}
.price__text h2::after {
  content: none;
}
.price__text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .price__inner {
    margin-bottom: 2em;
  }
  .price__text, .price__img {
    width: 100%;
  }
  .price__text {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}
/* 料金表 END */
/* キャラクター・ロゴ制作 */
.character_sec {
  background: #fff;
  position: relative;
  z-index: 0;
}
.character_sec::before {
  content: '';
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/wave02_bg.svg");
  background-size: auto 150px;
  width: 100%;
  height: 150px;
  z-index: -1;
  top: -1px;
  left: 0;
}
.character_sec::after {
  content: '';
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/wave01_bg.svg");
  background-size: auto 150px;
  width: 100%;
  height: 150px;
  z-index: -2;
  bottom: -1px;
  left: 0;
}
.character_sec .content_inner {
  padding-bottom: 160px;
}
.character_sec h2, .character_sec p {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .08rem;
}
h2.character_title {
  font-size: 2rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 2rem;
}
h2.character_title::after {
  content: none;
}
.character_text_box {
  width: 100%;
  max-width: 600px;
  padding-right: 2vw;
  padding-left: 2vw;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
}
.character_text_box::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/character02-bg_img.png");
  background-size: 120px auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 120px;
  height: 350px;
  right: 0px;
  top: 0;
  z-index: -1;
}
.character_text_box p {
  font-size: 1.2rem;
  line-height: 2.2;
  margin-bottom: 1.3rem;
}
.character_text_box p:last-child {
  margin-bottom: 0;
}
p.character-about__txt1 {
  font-size: 1.3rem;
  line-height: 1.2;
}
span.theme-pink {
  color: #ff476d;
}
span.theme-blue {
  color: #1186ff;
}
h2.character_title span.theme-pink {
  font-size: 8rem;
  line-height: 1.3;
  margin: 0 0.3vw;
}
h2.character_title span.theme-blue {
  font-size: 2.5rem;
}
p.character-about__txt1 span.theme-pink {
  font-size: 3rem;
  margin: 0 0.5vw;
}
.character_img_box {
  width: 50%;
  position: absolute;
  left: -80px;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .character_sec .content_inner {
    padding-bottom: 50px;
  }
  .character_text_box {
    width: 100%;
    max-width: none;
    padding: 0 8vw 0 0;
  }
  .character_img_box {
    width: 95%;
    margin: auto;
    display: block;
    position: unset;
    padding-top: 1.5em;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .character_sec::before {
    background-size: auto 50px;
    height: 50px;
  }
  .character_text_box::before {
    right: -30px;
    opacity: 0.55;
  }
  h2.character_title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  h2.character_title span.theme-pink {
    font-size: 4rem;
  }
  h2.character_title span.theme-blue {
    font-size: 1.5rem;
  }
}
/* キャラクター・ロゴ制作 END */
/* デザイン制作 */
.design_sec .content_inner {
  max-width: 650px;
}
.design_sec h2 {
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: left;
}
.design_sec h2::after {
  content: none;
}
.design_sec p {
  margin-bottom: 1rem;
}
.design_sec p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {}
/* デザイン制作 END */
/* よくある質問 */
.faq {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #231815 solid;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  position: relative;
}
p.answer {
  padding-top: 2px;
}
.faq p {
  margin-bottom: 1rem;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p, .faq ul, .faq dl {
  padding-left: 55px;
  box-sizing: border-box;
}
.faq h2::before {
  content: "Q";
  position: absolute;
  font-size: 1.6rem;
  font-weight: 700;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.faq h2::before {
  color: #fff;
  background: #38807d;
}
.faq h2::after {
  content: none;
}
ul.works-list {
  margin-bottom: 1rem;
}
dl.flow_body {
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  position: relative;
}
dl.flow_body:last-child {
  margin-bottom: 0;
}
dt.flow_title, dd.flow_text {
  padding-left: 30px;
  line-height: 1.7;
}
dt.flow_title {
  position: relative;
}
dt.flow_title::before {
  position: absolute;
  counter-increment: number 1;
  content: ""counter(number);
  border-radius: 100px;
  width: 22px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  background: #231815;
  top: 3px;
  left: 0;
}
dd.flow_text {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .faq h2 {
    padding-left: 50px;
  }
  .faq p, .faq ul, .faq dl {
    padding-left: 0;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting_sec p {
  margin-bottom: 1.5rem;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0;
}
.greeting_inner {
  margin-bottom: 2rem;
}
.greeting__img {
  width: 45%;
  padding-right: 3vw;
  box-sizing: border-box;
}
.greeting__text {
  width: 55%;
  box-sizing: border-box;
}
.greeting__text p {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .greeting_sec p {
    margin-bottom: 1rem;
  }
  .greeting_inner {
    margin-bottom: 1rem;
  }
  .greeting__img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .greeting__text {
    width: 100%;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.company_sec .content_inner {
  max-width: 900px;
}
table.company_tbl th {
  width: 30%;
}
span.caution.company-caution {
  font-size: 0.9rem;
}
.company_inner {
  margin-top: 2rem;
}
.company__img {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.map_sec {
  height: 400px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .company__img {
    width: 100%;
    padding: 0 0 5px;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 950px;
}
.mail_sec .content_inner {
  max-width: 850px;
  padding-top: 0;
}
h2.con-time {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px 5px;
  color: #fff;
  background: #231815;
  text-align: center;
}
h2.con-time::after {
  content: none;
}
h2.con-time span.con-caution {
  font-size: 0.95rem;
  display: block;
  padding: 0;
}
h2.con-time span.con-caution::before {
  position: relative;
  padding-right: 5px;
}
.con__inner {
  margin-top: 4em;
}
.con__inner:last-of-type {
  margin-bottom: 0;
}
.con__inner p {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.8rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5rem;
}
address.con_tel a {
  color: #38807d;
}
span.con_tel_sub {
  font-size: 1.3rem;
  margin-right: 5px;
  color: #38807d;
}
p.con-caution {
  width: fit-content;
  margin: 0 auto;
}
.con_line_box {
  color: #fff;
  background: #00b900;
  padding: 20px;
  border-radius: 15px;
  box-sizing: border-box;
}
.con_line_box h2 {
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}
.con_line_box h2::after {
  content: none;
}
a.con_line_but {
  width: 100%;
  max-width: 350px;
  padding: 18px 25px 15px;
  font-size: 1.15rem;
  color: #00b900;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 auto 15px;
}
a.con_line_but::before {
  content: '\e909';
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 25px;
}
a.con_line_but:hover {
  background: #231815;
  color: #fff !important;
}
p.con_line_text {
  width: fit-content;
  margin: auto;
  display: block;
  line-height: 1.5;
}
.mail_info_box {
  margin-bottom: 30px;
}
.mail_info_box p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-top: 2em;
  }
  address.con_tel {
    font-size: 2rem;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.75rem;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 1px 5px 2px;
  border-radius: 4px;
  color: #fff;
  background: #f35d63;
}
span.required.any{
	background: #ccc;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #eaeaea;
  border: 0;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 500;
}
.wpcf7 select {
  background: #fff;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  font-size: 1.3rem;
  font-weight: 700;
  height: 80px;
  border-radius: 5px;
  color: #fff;
  background: #38807d;
  transition: all .3s;
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #231815;
  transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* 実績ギャラリー */
.gallery_box {
  margin-bottom: 6rem;
}
.gallery_box:last-of-type {
  margin-bottom: 0;
}
.gallery_box h2 {
  font-size: 2rem;
  line-height: 1.5;
}
a.gallery_but {
  width: calc(20% - -1px);
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 0.6rem 1vw 0.5rem;
  border: 1px solid #231815;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
  font-size: 0.95rem;
  line-height: 1.5;
}
a.gallery_but:hover {
  background: #38807d;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .gallery_box {
    margin-bottom: 3rem;
  }
  .gallery_box h2 {
    font-size: 1.6rem;
  }
  a.gallery_but {
    width: 50%;
    margin-bottom: -1px;
    font-size: 0.9rem;
  }
  a.gallery_but:last-child {
    width: 99.8%;
  }
}
/* 実績ギャラリー END */

/*20250414追加ここから*/


.sub-menu li > a::after {
	content:"";
	position: sticky;
	text-align: left;
	display: block;
	bottom: 25px;
	line-height: 1;
	font-size: 8px;
	color: #38807d;
}

#menu-item-918 a::after {
    content: "紙媒体";
}

#menu-item-917 a::after {
    content: "販売物";
}

#menu-item-916 a::after {
    content: "ノベルティグッズ";
}

#menu-item-915 a::after {
    content: "衣類・ファッション小物";
}

#menu-item-924 a::after {
    content: "キャラクター";
}

#menu-item-913 a::after {
    content: "ロゴ";
}

#menu-item-912 a::after {
    content: "看板・のぼり等";
}

span.gallery-list-small {
    display: block;
    font-size: 0.7rem;
}

h1.signage-title.headline-font-type:after {
    content: "";
    display: block;
    font-size: 1.0rem;
    margin: 0.6rem 0 1.4rem;
}

.page-id-894 h1.signage-title.headline-font-type:after {
    content: "紙媒体";
}

.page-id-896 h1.signage-title.headline-font-type:after {
    content: "販売物";
}

.page-id-901 h1.signage-title.headline-font-type:after {
    content: "ノベルティグッズ";
}

.page-id-903 h1.signage-title.headline-font-type:after {
    content: "衣類・ファッション小物";
}

.page-id-905 h1.signage-title.headline-font-type:after {
    content: "キャラクター";
}

.page-id-907 h1.signage-title.headline-font-type:after {
    content: "ロゴ";
}
.page-id-909 h1.signage-title.headline-font-type:after {
    content: "看板・のぼり等";
}


@media only screen and (max-width: 768px) {
.sub-menu li > a::after {
		position: absolute;
        display: inline-block;
        text-align: left;
        line-height: 0;
        bottom: 25px;
        margin-left: 10px;
    }



}


/*20250707追加ここから*/

section.design-company-list {
    padding: 6em 0;
    background: #dedede75;
}

.company-list-inner {
    width: 86%;
    max-width: 1150px;
    margin: auto;
}

section.design-company-list h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    line-height: 1.5;
}



.front-media-img.left-img {
    padding-left: 0;
    width: 45%;
}

.front-media-text.right-text {
    width: 55%;
    padding-left: 5vw;
}

@media only screen and (max-width: 970px) {
    .front-media-img.left-img, .front-media-text.right-text {
        width: 100%;
    }
	
	 .front-media-text.right-text {
        padding-left: 0;
        margin-top: 1em;
    }
	
	.front-media-flex.flex-inner.top-img {
    flex-direction: column-reverse;
}
}

@media only screen and (max-width: 500px) {
	section.top-information img {
    width: 100%;
	}
}


@media only screen and (max-width: 768px) {
	section.design-company-list {
    padding: 4em 0;
	}
	
	section.top-information {
    padding: 4rem 0;
	}
	
}


/*20250711追加ここから*/
/* Instagram Feed */
#instagram_feed {
    position: relative;
	padding: 6em 0;
	margin: 0 auto;
	width: 100%;
}
h2.instagram_title {

}

@media(max-width: 970px){
}
@media(max-width: 485px){
}
/*20250711追加ここまで*/

/* == 250726 == */
/* ご挨拶 */
.youtube {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.greeting_sec .flex-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .greeting_sec .flex-content {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .greeting_sec .flex-content + .flex-content {
    margin-top: 40px;
  }
}
.greeting_sec .flex-content .item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .greeting_sec .flex-content .item {
    width: 100%;
  }
}
.greeting_sec .flex-content ._txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .greeting_sec .greeting-wrap .flex-content:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.greeting_sec h2 {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .greeting_sec h2 {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .sp-br {
    display: none;
  }
}