@charset "UTF-8";
/* 合同会社タナカ CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #222;
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(16px, 0.85vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #222;
}
.font-1, .headline-font-type {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.9rem;
  font-weight: 400;
  list-style: disc;
}
.signage {
  height: 300px;
  background: #eef7f9 !important;
  position: relative;
  z-index: 0;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  text-align: center;
  text-shadow: none;
  line-height: 1;
}
.signage-title {
  font-size: 2.5rem !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  color: #3297c4 !important;
}
.signage-title-sub {
  font-size: 0.95rem !important;
  font-weight: 500;
  color: #222 !important;
}
.breadcrumb-wrapper {
  height: 30px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 400;
  width: fit-content !important;
  max-width: 1150px !important;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.8rem !important;
    margin-bottom: 10px;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
  }
}
/* 共通部分 END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  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;
  color: #f35d63;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #73d4d8;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 10px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 1px;
  color: #f35d63;
  font-size: 14px;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 18px 22px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: .02rem;
  line-height: 1.5;
  text-align: left;
  border: 1px solid;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  right: 22px;
  top: 21px;
  transition: 0s;
}
a.content_but:hover {
  background: #73d4d8;
  border-color: #73d4d8;
  color: #fff;
}
span.free {
  font-weight: 700;
  color: #f35d63;
}
/* コンテンツ 共通 END */
/* ナビ */
.header-bar {
  box-shadow: none;
}
.header-bar::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/wave-w_img.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 10px;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  transform: rotate(180deg);
  z-index: -1;
}
.logo-image {
  top: 24px;
  left: 15px;
  width: 240px;
  position: absolute;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 90px;
  letter-spacing: .05rem;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #3297c4;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 40px;
  position: absolute;
  background: #bababa;
}
.global-nav > ul > li:first-of-type a::before, .global-nav .sub-menu a::before {
  content: none;
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  color: #616161;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .05rem;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-service > a::after {
  content: "サービス案内";
}
.global-nav > ul > li.global-menu-faq > 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 .current-menu-item > a {
  color: #3297c4;
}
.global-nav .sub-menu {
  top: 120%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.global-nav .sub-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #3297c4;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #71c8cb !important;
  background: #fff !important;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 10px;
    left: -5px;
    width: 150px;
  }
  .header-bar {
    top: 0;
    background: #fff !important;
    border: none;
  }
  .global-nav {
    padding-left: 0;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: none;
  }
  .global-nav-button {
    border-left: 0;
    background: #fff;
  }
  .global-nav-button::before {
    color: #3297c4;
  }
  .global-nav-button:hover::before {
    color: #73d4d8;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    line-height: 50px;
    text-align: left;
    padding: 0 20px;
    color: #3297c4 !important;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    margin-left: 12px;
    bottom: 20px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 0;
    line-height: 50px;
    background: #fff;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav a {
    background: #fff;
    color: #222 !important;
  }
  .global-nav .sub-menu {
    top: 100%;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    padding: 0 20px;
    color: #222 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #73d4d8 !important;
    background: #fff !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #222;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  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;
  position: relative;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.front-copy-img {
  width: 80%;
  max-width: 450px;
}
.top-slider-wrapper {
  width: calc(100% - 10px);
  margin: 0 auto;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background: #fff;
  z-index: 0;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004260;
  opacity: 0.35;
  z-index: 1;
}
h2.front-main-title {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .15rem;
  line-height: 1;
  color: #71c8cb;
}
h3.front-main-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
}
.front_original01 {
  padding: 6em 0 4em;
  position: relative;
  z-index: 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01__title {
  width: 37%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 63%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.front-original01__title h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05rem;
  line-height: 2;
  color: #3297c4;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.content02 {
  padding-bottom: 4em;
  background: #eef5f7;
  position: relative;
}
.content02-inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 26.7px);
  margin-left: 40px;
  padding-bottom: 0;
  color: #222;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 80%;
  max-width: 250px;
  height: auto;
  margin: 0 auto 25px;
  border: 2px solid #d3e5e9;
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  z-index: 0;
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #fff;
}
p.content02-img_title {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .15rem;
  line-height: 1;
}
p.content02-img_title span {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: .05rem;
  margin-top: 10px;
  display: block;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #3297c469;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
h2.content02-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #3297c4;
}
h2.content02-title::before {
  content: "SERVICE";
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: .1rem;
  color: #71c8cb;
  margin-bottom: 15px;
}
.content02-item:nth-of-type(2) h2.content02-title::before {
  content: "Q&A";
}
.content02-item:nth-of-type(3) h2.content02-title::before {
  content: "GREETING";
}
p.content02-text {
  font-size: 0.85rem;
  line-height: 2;
  color: #222;
}
a.content02-but {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  max-width: 270px;
  margin: 30px auto 0;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  background: none !important;
  padding: 0 2px 10px;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
  transition: 0.5s;
}
a.content02-but::before {
  width: 70px;
  height: 1px;
  position: absolute;
  content: '';
  background: #73d4d8;
  left: 0;
  bottom: -1px;
  transition: 0.5s;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: 2px;
  transition: 0.5s;
  z-index: -1;
}
a.content02-but:hover {
  color: #222;
  background: none;
}
a.content02-but:hover::before {
  width: 100%;
}
a.content02-but:hover::after {
  color: #73d4d8;
}
.front_original02 {
  padding: 6em 0 12em;
  color: #fff;
  background: #004260;
  overflow: hidden;
  position: relative;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.45;
  z-index: 0;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.5;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front_original03 {
  padding: 5em 0 7em;
  background: #eef5f7;
  position: relative;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front_original03 h3 {
  margin-bottom: 50px;
}
.front-original03-text-inner {
  width: 50%;
  margin-left: 50%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original03-img-inner {
  width: 50%;
  margin-left: -100%;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #ebebeb;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.original03-img-01, .original03-img-02, .original03-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.original03-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third01_img.jpg");
  animation: slide-animation-01 18s infinite;
}
.original03-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third02_img.jpg");
  animation: slide-animation-02 18s infinite;
}
.original03-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third03_img.jpg");
  animation: slide-animation-03 18s infinite;
}
.original03-text__box {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.original03-text__box:last-of-type {
  margin-bottom: 0;
}
.original03-text__box h2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: left;
}
.original03-text__box h2::before {
  counter-increment: number 1;
  content: "POINT.0"counter(number) "";
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: .1rem;
  margin-bottom: 15px;
  display: block;
  color: #0091d2;
}
.front_topics {
  padding: 5em 0 6em;
}
.front-topics-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
h2.front_topics_title, h3.front_topics_subtitle {
  text-align: center;
}
h3.front_topics_subtitle {
  margin-bottom: 40px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.footer_contact_sec {
  padding: 7em 0;
  color: #fff;
  background: #1e0d00;
  position: relative;
  z-index: 0;
}
.footer_contact_sec::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.5;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_sec h2, .footer_contact_sec h3 {
  color: #fff;
  text-align: center;
}
.footer_contact_sec h3 {
  margin-bottom: 30px;
}
p.footer_contact_text {
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
}
.footer_contact_flex {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0;
}
a.footer_con_but {
  width: calc(50% - 8px);
  margin-right: 15px;
  border-radius: 100px;
  padding: 22px 30px;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #222;
  background: #fff;
  display: block;
  box-sizing: border-box;
  transition: 0.5s;
  position: relative;
}
a.footer_con_but:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
a.footer_con_but::after {
  content: '\f0e0';
  font-family: design_plus;
  position: absolute;
  right: 22px;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.9;
  transition: 0.5s;
}
a.footer_line_but::after {
  content: '\e909';
}
a.footer_con_but:hover {
  color: #fff;
  background: #73d4d8;
}
a.footer_line_but:hover {
  background: #00b900;
}
.footer_original_sec {
  padding: 4em 0 3em;
}
.footer_original_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 15vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  margin-bottom: 10px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 1vw;
  box-sizing: border-box;
}
span.address-caution {
  font-size: 0.85rem;
}
ul.footer_sns__links {
  width: 100%;
  max-width: 100px;
  margin-top: 25px;
}
li.footer_sns__links-item {
  box-sizing: border-box;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "\ea92";
  color: #fff;
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_sns_line_but::before {
  content: '\e909';
  background: #00b900;
}
a.footer_sns:hover {
  color: #ff0357;
}
a.footer_sns_line_but:hover {
  color: #00b900;
}
a.footer_sns span {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .05rem;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-menu-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-menu-list-outer:nth-of-type(2) {
  padding-left: 2vw;
  margin-bottom: 0;
}
ul.footer-menu-list-outer li {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: .08rem;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
ul.footer-menu-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  transition: 0.5s;
}
a.footer_but:hover {
  color: #3297c4;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}
.copyright {
  color: #222;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
}
.pagetop {
  right: 5px;
  bottom: 5px;
  transition: 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 20px;
  position: relative;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  height: 15px;
}
.pagetop a:hover {
  color: #fff;
  background: #3297c4;
}
@media only screen and (max-width: 1200px) {
  .header-youtube:not(.bg-image) {
    height: calc(100vw * 9 / 16 - 10px) !important;
  }
  .top-slider-wrapper {
    width: 100%;
    border-radius: 0;
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__title h3 {
    line-height: 1.5;
  }
  .front-original01__text {
    margin-top: 30px;
    padding-top: 0;
    padding-left: 0;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front_original03 h3 {
    /* margin-bottom: 50px; */
  }
  .front-original03-img-inner {
    width: 100%;
    margin-left: 0;
    height: 40vh;
    min-height: 500px;
  }
  .front-original03-text-inner {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 50px;
  }
  .original03-text__box {
    margin-bottom: 30px;
  }
  .original03-img-02 {
    background-position-y: 75%;
  }
  .footer_menu_bg {
    padding-left: 8vw;
  }
}
@media only screen and (max-width: 970px) {
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original02 {
    padding: 6em 0;
  }
  .dp-footer-bar {
    left: 0;
    background: #71c8cb !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-item {
    font-size: 11px;
  }
  .icon-file-text:before {
    content: "\e909";
  }
}
@media only screen and (max-width: 900px) {
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 330px;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h2.front-main-title {
    font-size: 1.8rem;
  }
  h3.front-main-subtitle {
    font-size: 0.85rem;
    margin-top: 10px;
  }
  .front_original01 {
    padding: 3em 0 2em;
  }
  .front-original01__text {
    margin-top: 15px;
  }
  .front-original01__title h2 {
    font-size: 1.15rem;
    margin-bottom: 15px;
  }
  .content02 {
    padding-bottom: 2.5em;
  }
  .front_original02, .front_original03, .front_topics {
    padding: 3em 0;
  }
  .front-original02__text h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front_original03 h3 {
    margin-bottom: 35px;
  }
  .front-original03-text-inner {
    margin-bottom: 25px;
  }
  h3.front_topics_subtitle {
    margin-bottom: 30px;
  }
  .footer_original_sec {
    padding: 3em 0 1em;
  }
  .footer_contact_sec {
    padding: 3em 0;
  }
  .footer_contact_sec h3 {
    margin-bottom: 20px;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 590px) {
  p.footer_contact_text {
    text-align: left;
    font-size: 0.9rem;
  }
  a.footer_con_but {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* ヘッダー・トップ・フッター 疑似要素 */
.signage::after, .content02::before, .content02::after, .front_original02::after, .front_original03::after, .footer::before, .footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/wave-w_img.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 12px;
  width: 100%;
  height: 12px;
  left: 0;
  z-index: 0;
}
.content02::before, .content02::after, .front_original02::after {
  background-image: url("/wp-content/themes/story_tcd041/img/wave-b_img.png");
}
.content02::before {
  height: 140px;
  background-color: #fff;
  background-position: center bottom;
  top: 0;
}
.content02::after {
  transform: rotate(180deg);
  background-image: url("/wp-content/themes/story_tcd041/img/wave-b_img.png");
  bottom: -12px;
  z-index: 1;
}
.footer::before {
  transform: rotate(180deg);
  top: 0;
  z-index: 1;
}
.signage::after, .front_original02::after, .front_original03::after, .footer_contact_sec::after {
  bottom: 0;
}
/* ヘッダー・トップ・フッター 疑似要素 END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  border-bottom: 5px dotted #73d4d8;
  width: 25px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  position: relative;
  color: #3297c4;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  border-radius: 5px;
  background: #3297c4;
  top: 51%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #71c8cb;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.9rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #d3e5e9 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  padding-left: 15px;
  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: 15px 2px 11px;
    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: 15px;
  }
  .post-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .post-content h4 {
    font-size: 1.15rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 80px;
}
.archive-header {
  margin: 90px 0 40px;
}
.post-header, .share-top {
  margin-bottom: 30px;
}
.archive-title, h1.post-title {
  color: #222;
  font-weight: 500;
}
.post-title, .post-meta {
  text-align: left;
}
.article03 {
  border: 2px solid #d3e5e9;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03-thumbnail {
  transition: all 0.5s ease 0s
}
.article03:hover {
  border-radius: 15px;
}
.article03-content {
  padding: 13px 16px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #222;
}
.article03-meta {
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid #d3e5e9;
  border-bottom: 1px solid #d3e5e9;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #d3e5e9;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 500;
  color: #222;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 500;
  line-height: 1.6;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 12px;
  color: #222;
}
.post-meta-box {
  background: #eef7f9;
  border-radius: 2px;
}
.post-meta-box-item::before {
  color: #73d4d8;
}
.post-meta-box-item a {
  /* font-weight: 700; */
}
.headline-bar {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #3297c4;
  background: #eef7f9;
  border-radius: 2px;
  line-height: 1;
  text-align: left !important;
  padding: 17px 15px 15px;
}
.side_widget .headline-bar {
  margin-bottom: 15px;
}
.side_widget:first-child .headline-bar {
  margin-bottom: 20px;
}
.widget_recent_entries li {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 0 8px 0;
  margin-bottom: 12px;
  border-color: #d3e5e9;
}
.widget_categories ul li a {
  font-weight: 700;
  padding: 5px 7px;
}
.widget_recent_entries .post-date {
  font-size: 11px;
  color: #222;
}
.widget_recent_entries li a {
  font-size: 13px;
  line-height: 1.5;
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: #3297c4;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 55px;
  }
  .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;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #222;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-links01 {
    border: 1px solid #d3e5e9;
  }
  .nav-links01-previous a, .nav-links01-next a {
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .headline-bar {
    padding: 14px 12px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* サービス案内 */
.service_sec p {
  margin-bottom: 15px;
}
.service_sec p:last-of-type {
  margin-bottom: 0;
}
.service_box {
  margin-top: 60px;
  align-items: center;
}
.service_text {
  width: 50%;
  margin-left: 50%;
  box-sizing: border-box;
}
.service_img {
  width: 50%;
  margin-left: -100%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.service_img img {
  border-radius: 10px;
}
.service_text h2 {
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: left;
}
.service_text h2 span {
  font-size: 1.15rem;
  margin-left: 10px;
}
.service_text h2::before {
  counter-increment: number 1;
  content: "SERVICE.0"counter(number) "";
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1rem;
  margin-bottom: 15px;
  color: #71c8cb;
}
.service_text h2::after {
  content: none;
}
.service_img img {
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .service_box {
    margin-top: 30px;
  }
  .service_text, .service_img {
    width: 100%;
    margin-left: 0;
  }
  .service_img {
    margin-top: 15px;
  }
}
/* サービス案内 END */
/* よくある質問 */
.faq {
  margin-bottom: 40px;
}
.faq h2 {
  font-size: 1.35rem;
  line-height: 1.5;
  padding: 1px 0;
  margin-bottom: 5px;
  text-align: left;
}
.faq h2::after {
  content: none;
}
.faq p {
  padding-top: 4px;
  margin-bottom: 10px;
}
.faq:last-of-type, .faq p:last-of-type {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 50px;
  position: relative;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #71c8cb;
  width: 33px;
  height: 33px;
  line-height: 32px;
  border-radius: 100px;
  text-align: center;
  left: 0;
  top: 0;
}
p.answer::before {
  content: 'A';
  color: #fff;
  background: #3297c4;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq h2, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting__inner {
  margin-bottom: 60px;
}
.greeting__inner h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
  border-bottom: 1px solid #3297c4;
  color: #3297c4;
}
.greeting__inner h2::after {
  width: 70px;
  height: 1px;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: -1px;
  background: #73d4d8;
  border: 0;
}
.greeting__inner p {
  margin-bottom: 15px;
}
.greeting__inner:last-of-type, .greeting__inner p:last-of-type {
  margin-bottom: 0;
}
.greeting_img {
  width: 45%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.greeting_img img {
  border-radius: 10px;
}
.greeting_text {
  width: 55%;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .greeting__inner {
    margin-bottom: 20px;
  }
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting__inner {
    margin-bottom: 25px;
  }
  .greeting__inner h2 {
    margin-bottom: 20px;
  }
}
/* ご挨拶 END */
/* 会社概要 */
.company_box {
  margin-bottom: 60px;
}
.company_box p {
  margin-bottom: 20px;
}
.company_box p:last-of-type {
  margin-bottom: 0;
}
.company_sec .content_inner {
  max-width: 850px;
}
table.company_tbl th {
  width: 23%;
  border-color: #92d4f1;
}
.map_sec {
  width: calc(100% - 30px);
  height: 450px;
  margin: 0 auto 1.5rem;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .company_box {
    margin-bottom: 30px;
  }
  .map_sec {
    width: calc(100% - 15px);
    height: 300px;
    margin: 0 auto 1rem;
  }
}
/* 会社概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 950px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con_inner {
  margin-bottom: 50px;
}
.mail_info_box {
  margin-bottom: 30px;
}
.con_inner:last-of-type, .con_inner p:last-of-type, .mail_info_box p {
  margin-bottom: 0;
}
.con_line_box {
  padding: 25px 25px 30px;
  border-radius: 5px;
  color: #fff;
  background: #00b900;
  box-sizing: border-box;
}
.con_line_box h2 {
  line-height: 1.5;
  margin-bottom: 15px;
}
.con_line_box h2::after {
  content: none;
}
a.con_line_but {
  width: 100%;
  max-width: 400px;
  padding: 15px 25px;
  font-size: 1.15rem;
  font-weight: 400;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 auto;
  transition: 0.5s;
}
a.con_line_but::after {
  content: "\e909";
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 25px;
  transition: 0.5s;
}
a.con_line_but:hover {
  color: #fff;
  background: #73d4d8;
}
p.con_line_text {
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.5;
}
span.mail_caution {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .con_inner {
    margin-bottom: 25px;
  }
  .con_line_box {
    padding: 20px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 5px 4px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #f35d63;
}
span.required.any {
  background: #222;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f1f1f1;
  border: 1px solid #dedede;
  border-radius: 2px;
  padding: 14px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 1rem;
  line-height: 2.2;
  margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 40px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: .05rem;
  height: 85px;
  color: #fff;
  background: #71c8cb;
  border-radius: 15px;
  transition: all .5s;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #3297c4;
}
.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;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 20px;
}
.wpcf7-not-valid-tip {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 1.5rem;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* front_original03 アニメーション */
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* front_original03 アニメーション END */