@charset "UTF-8";
html, body, h1, h2, h3, h4, p, ul, li.dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

main {
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

body {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  background-color: #F7F8F8;
}

*:focus {
  outline: none;
}

:root {
  --powerpoint-color:#FF8D00;
  --graphic-color:#3D8BBC;
  --web-color:#76AA00;
}

/* #464D4E → #8a8b8b */
/* #a5adad → #a5adad*/
/* Garamond Premier Pro Italic */
.odds-company-outline main .honest-mind .flex-container article .number span, .odds-company-outline main section h2 span {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
}

/* ---------------------- */
/* 共通パーツ */
/* ---------------------- */
/* ヘッダーナビ */
header, .sticky_box_clone {
  display: flex;
  background-color: white;
  /* @media(min-width: 768px){ */
  /*   .tel{ */
  /*     pointer-events: none; */
  /*   } */
  /* } */
}
header .title, .sticky_box_clone .title {
  margin: 10px auto 10px 16px;
}
header .title .text, .sticky_box_clone .title .text {
  margin-bottom: 10px;
  font-size: 11px;
  color: #999;
}
header .title .logo, .sticky_box_clone .title .logo {
  font-size: 20px;
}
header .title .logo a, .sticky_box_clone .title .logo a {
  color: black;
}
header .title .logo a img, .sticky_box_clone .title .logo a img {
  width: 90px;
}
header nav, .sticky_box_clone nav {
  margin: 10px 32px 0 0;
}
header nav .menu1, .sticky_box_clone nav .menu1 {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  margin-bottom: 12px;
}
header nav .menu1 li, .sticky_box_clone nav .menu1 li {
  font-size: 12px;
}
header nav .menu1 li:not(:first-child), .sticky_box_clone nav .menu1 li:not(:first-child) {
  margin-left: 34px;
}
header nav .menu1 li a, .sticky_box_clone nav .menu1 li a {
  color: #999;
}
header nav .menu2, .sticky_box_clone nav .menu2 {
  display: flex;
}
header nav .menu2 li, .sticky_box_clone nav .menu2 li {
  height: 50px;
  font-size: 14px;
  color: black;
}
header nav .menu2 li span, .sticky_box_clone nav .menu2 li span {
  display: block;
  font-size: 10px;
  text-align: center;
}
header nav .menu2 li:not(:first-child), .sticky_box_clone nav .menu2 li:not(:first-child) {
  margin-left: 54px;
}
header nav .menu2 li a, .sticky_box_clone nav .menu2 li a {
  display: flex;
  align-items: center;
  height: 50px;
  color: black;
}
header nav .menu2 li:nth-child(2) a, .sticky_box_clone nav .menu2 li:nth-child(2) a {
  flex-direction: column;
  padding-top: 10px;
}
header nav .menu2 li:nth-child(2) a span, .sticky_box_clone nav .menu2 li:nth-child(2) a span {
  display: block;
  margin-bottom: 2px;
}
header .tel, .sticky_box_clone .tel {
  display: block;
  width: 140px;
  padding: 12px 10px 10px;
  color: black;
  text-align: center;
  background-color: #E6F2F2;
  box-sizing: border-box;
}
header .tel .number, .sticky_box_clone .tel .number {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
header .tel .time, .sticky_box_clone .tel .time {
  font-size: 11px;
}
header .contact, .sticky_box_clone .contact {
  width: 128px;
  padding: 10px;
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
  color: white;
  background: url(../img/icon_mail.png) center 22px/24px auto no-repeat;
  background-color: black;
  transition: 0.3s;
  box-sizing: border-box;
}
header .contact:hover, .sticky_box_clone .contact:hover {
  opacity: 1;
  color: black;
  background-color: white;
  background-image: url(../img/icon_mail_hover.png);
}
header .contact:hover img, .sticky_box_clone .contact:hover img {
  filter: brightness(0%);
}
header .contact span, .sticky_box_clone .contact span {
  display: block;
  margin-top: 34px;
}
header #hamburger_btn, .sticky_box_clone #hamburger_btn {
  display: none;
}

/* 画面サイズ1250px以下はコンパクト表示 */
@media screen and (max-width: 1250px) {
  header {
    height: 62px;
  }
  header .title .text {
    display: none;
  }
  header .title .logo a img {
    width: 82px;
  }
  header nav {
    margin: 6px 26px 0 0;
  }
  header nav .menu1 {
    margin-bottom: 0;
  }
  header nav .menu2 {
    margin-top: -2px;
  }
  header nav .menu2 li {
    height: 46px;
  }
  header nav .menu2 li a {
    height: 46px;
  }
  header nav .menu2 li:not(:first-child) {
    margin-left: 48px;
  }
  header .tel {
    width: 168px;
    padding-top: 16px;
  }
  header .tel img {
    float: left;
    margin-top: 4px;
  }
  header .tel .number {
    margin-top: 2px;
  }
  header .contact {
    width: 64px;
  }
  header .contact img {
    margin-top: 3px;
  }
  header .contact span {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  header nav .menu2 li:not(:first-child) {
    margin-left: 36px;
  }
}
/* 画面スクロールでコンパクトメニュー常時表示 */
.sticky_box_clone {
  position: fixed;
  top: -62px;
  left: 0;
  right: 0;
  z-index: 7;
  height: 62px;
  transition: top 0.3s;
}
.sticky_box_clone .title .text {
  display: none;
}
.sticky_box_clone .title .logo a img {
  width: 82px;
}
.sticky_box_clone nav {
  margin: 6px 26px 0 0;
}
.sticky_box_clone nav .menu1 {
  margin-bottom: 0;
}
.sticky_box_clone nav .menu2 {
  margin-top: -2px;
}
.sticky_box_clone nav .menu2 li {
  height: 46px;
}
.sticky_box_clone nav .menu2 li a {
  height: 46px;
}
.sticky_box_clone nav .menu2 li:not(:first-child) {
  margin-left: 48px;
}
.sticky_box_clone .tel {
  width: 168px;
  padding-top: 16px;
}
.sticky_box_clone .tel img {
  float: left;
  margin-top: 4px;
}
.sticky_box_clone .tel .number {
  margin-top: 2px;
}
.sticky_box_clone .contact {
  width: 64px;
}
.sticky_box_clone .contact img {
  margin-top: 3px;
}
.sticky_box_clone .contact span {
  display: none;
}

.sticky_box_visible {
  top: 0px;
}

@media screen and (max-width: 900px) {
  .sticky_box_clone nav .menu2 li:not(:first-child) {
    margin-left: 36px;
  }
}
/* ハンバーガーメニュー */
#hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 16px 16px;
  background-color: white;
  z-index: 100;
  box-sizing: border-box;
  transition: transform 500ms ease-in;
  opacity: 0;
}
#hamburger-menu #hamburger-btn {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
}
#hamburger-menu .menu {
  width: 47%;
}
#hamburger-menu .menu .title {
  margin: 2px 0 6px;
  padding-bottom: 9px;
  font-size: 14px;
  border-bottom: 2px solid;
}
#hamburger-menu .menu .title a {
  color: black;
}
#hamburger-menu .menu ul {
  margin-left: -6px;
}
#hamburger-menu .menu ul li {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  line-height: 1.5;
  height: calc(5.2631578947vh + 1px);
}
#hamburger-menu .menu ul li:before {
  content: "・";
  position: relative;
  top: 5px;
  font-size: 24px;
  vertical-align: middle;
}
#hamburger-menu .menu ul li a {
  color: #8a8b8b;
}
#hamburger-menu .menu.powerpoint .title {
  margin-top: 10px;
  border-color: #FF8D00;
}
#hamburger-menu .menu.powerpoint ul li:before {
  color: #FF8D00;
}
#hamburger-menu .menu.graphic .title {
  padding-bottom: 7px;
  border-color: #3D8BBC;
}
#hamburger-menu .menu.graphic .title span {
  display: block;
  font-size: 10px;
}
#hamburger-menu .menu.graphic ul li:before {
  color: #3D8BBC;
}
#hamburger-menu .menu.web {
  margin-top: 28px;
}
#hamburger-menu .menu.web .title {
  border-color: #76AA00;
}
#hamburger-menu .menu.web ul li:before {
  color: #76AA00;
}
#hamburger-menu .menu.other {
  margin-top: 15px;
}
#hamburger-menu .contact {
  display: block;
  width: 100%;
  padding: 14px 10px 0;
  text-align: center;
  color: white;
  background-color: black;
  box-sizing: border-box;
}
#hamburger-menu .contact .title {
  margin-bottom: 14px;
  padding-right: 18px;
  font-size: 14px;
}
#hamburger-menu .contact .title img {
  margin-right: 8px;
}
#hamburger-menu .contact .text {
  font-size: 12px;
  color: #889191;
}

@media screen and (max-height: 660px) {
  .hamburger-menu .menu ul li {
    line-height: 1.2;
  }
}
/* ドロップダウンメニュー */
.drop-down-menu {
  background-color: #464D4E;
}
.drop-down-menu ul {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 14px 0 19px;
}
.drop-down-menu ul li {
  width: 130px;
  margin: 0 12px;
  text-align: center;
}
.drop-down-menu ul li a {
  display: block;
  color: white;
  opacity: 0.6;
}
.drop-down-menu ul li a:hover {
  opacity: 1;
}
.drop-down-menu ul li a img {
  margin-bottom: 2px;
}
.drop-down-menu ul li a div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  line-height: 1.5;
}
.drop-down-menu ul li a .small {
  display: block;
  font-size: 10px;
}
.drop-down-menu ul li.graphic-top a div {
  line-height: 1.4;
}
.drop-down-menu ul li.graphic-top a .small {
  margin-top: 6px;
}

@media screen and (max-width: 1350px) {
  .drop-down-menu.powerpoint ul li div .br_ {
    display: none;
  }
}
/* ドロップダウン追記 */
header {
  position: relative;
  z-index: 7;
}

#dropdown-powerpoint-menu, #dropdown-graphic-menu, #dropdown-homepage-menu {
  position: absolute;
  top: -155px;
  width: 100%;
  opacity: 0;
  z-index: 2;
  transition: 0.5s;
}

.drop-down-menu {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .drop-down-menu {
    display: none;
  }
}
/* ドロップダウン追記ここまで */
/* フッター　footer */
footer .footer_1 {
  background-color: white;
}
footer .footer_1 .flex-container {
  display: flex;
  max-width: 990px;
  margin: auto;
}
footer .footer_1 .flex-container a {
  display: block;
}
footer .footer_1 .flex-container .title {
  margin-bottom: 18px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
footer .footer_1 .flex-container .text {
  font-size: 13px;
  line-height: 1.8;
  color: #8a8b8b;
}
footer .footer_1 .flex-container .demo {
  display: flex;
  align-items: flex-start;
  max-width: 592px;
  padding: 40px 10px 40px 0;
  border-right: 2px solid #F7F8F8;
  overflow: hidden;
}
footer .footer_1 .flex-container .demo > img {
  width: 246px;
  flex: none;
}
footer .footer_1 .flex-container .demo .content {
  margin-left: 18px;
  margin-right: 26px;
}
footer .footer_1 .flex-container .demo .content .title {
  padding-top: 10px;
}
footer .footer_1 .flex-container .media_blog {
  padding-left: 30px;
}
footer .footer_1 .flex-container .media_blog img {
  float: left;
  display: block;
  margin-top: -4px;
  margin-right: 8px;
}
footer .footer_1 .flex-container .media_blog .text {
  margin-left: 44px;
}
footer .footer_1 .flex-container .media_blog .media {
  margin-bottom: 20px;
  padding: 40px 0 20px;
}
footer .footer_2 {
  padding: 50px 16px 30px;
  background-color: #464D4E;
}
footer .footer_2 .logo {
  max-width: 990px;
  margin: 0 auto 30px;
  font-size: 24px;
}
footer .footer_2 .logo a {
  color: white;
}
footer .footer_2 .logo a img {
  width: 90px;
}
footer .footer_2 .flex-container {
  display: flex;
  max-width: 990px;
  margin: 0 auto 38px;
}
footer .footer_2 .flex-container > div img {
  display: block;
  margin-bottom: 8px;
}
footer .footer_2 .flex-container > div .title {
  margin-bottom: 10px;
  font-size: 15px;
  color: white;
}
footer .footer_2 .flex-container > div .title a {
  color: white;
}
footer .footer_2 .flex-container > div .text {
  font-size: 12px;
  line-height: 1.8;
  color: #a5adad;
}
footer .footer_2 .flex-container > div:not(:last-child) {
  margin-right: 120px;
}
footer .footer_2 .flex-container .corp {
  width: 320px;
}
footer .footer_2 .flex-container .tel {
  margin-top: -10px;
  flex: none;
}
footer .footer_2 .flex-container .tel .title {
  letter-spacing: 1px;
}
footer .footer_2 .flex-container .address {
  margin-top: -10px;
}
footer .footer_2 .flex-container .address p a {
  color: #a5adad;
}
footer .footer_3 {
  padding: 74px 16px 0;
  background-color: #E4EAEA;
}
footer .footer_3 .flex-container {
  display: flex;
  max-width: 990px;
  margin: 0 auto 32px;
}
footer .footer_3 .flex-container div {
  width: 256px;
}
footer .footer_3 .flex-container .graphic .title {
  margin-top: -10px;
}
footer .footer_3 .flex-container .other {
  margin-top: -4px;
  margin-left: -20px;
}
footer .footer_3 .flex-container .other li:nth-child(2) {
  margin-bottom: 44px;
}
footer .footer_3 .flex-container .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .footer_3 .flex-container .title a {
  color: black;
}
footer .footer_3 .flex-container .title a span {
  display: block;
  margin-top: -4px;
  margin-bottom: 3px;
  font-size: 10px;
}
footer .footer_3 .flex-container ul {
  padding-left: 16px;
}
footer .footer_3 .flex-container ul li {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 10px;
}
footer .footer_3 .flex-container ul li a {
  color: #8a8b8b;
}
footer .footer_3 .flex-container ul li.ppt-notice {
  max-width: 150px;
}
footer .footer_3 .sns {
  margin-bottom: 24px;
  text-align: center;
}
footer .footer_3 .menu {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
footer .footer_3 .menu li {
  font-size: 14px;
  margin: 0 32px;
  font-size: 11px;
}
footer .footer_3 .menu li a {
  color: #AEB7B8;
}
footer .footer_3 small {
  display: block;
  padding-bottom: 50px;
  font-size: 10px;
  text-align: center;
  color: #AEB7B8;
}

footer .contact,
.powerpoint-top .contents-excerpt .contact {
  display: block;
  height: 125px;
  margin: 0 14px;
  text-align: center;
  background-color: black;
  transition: 0.3s;
}
footer .contact .title,
.powerpoint-top .contents-excerpt .contact .title {
  margin-left: -24px;
  padding: 36px 0 18px;
  color: white;
}
footer .contact .title img,
.powerpoint-top .contents-excerpt .contact .title img {
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
}
footer .contact .text,
.powerpoint-top .contents-excerpt .contact .text {
  font-size: 12px;
  color: #889191;
}
footer .contact:hover,
.powerpoint-top .contents-excerpt .contact:hover {
  opacity: 1;
  color: black;
  background-color: white;
}
footer .contact:hover .title, footer .contact:hover .text,
.powerpoint-top .contents-excerpt .contact:hover .title,
.powerpoint-top .contents-excerpt .contact:hover .text {
  color: black;
}
footer .contact:hover img,
.powerpoint-top .contents-excerpt .contact:hover img {
  filter: brightness(0);
}

/* フッター　footer ここまで */
/* サブメニュー */
.sub-menu {
  background-color: white;
}
.sub-menu ul {
  display: flex;
  justify-content: space-between;
  max-width: 990px;
  margin: auto;
}
.sub-menu ul li {
  padding: 22px 0;
  font-size: 14px;
}
.sub-menu ul li a {
  color: #777;
}
.sub-menu ul li a:hover {
  color: black;
  opacity: 1;
}
.sub-menu ul li.selected {
  position: relative;
  display: inline-block;
}
.sub-menu ul li.selected:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 2px;
  transform: translate(-50%);
}
.sub-menu ul li.selected a {
  color: black;
}

.powerpoint .sub-menu ul li.selected:after {
  background-color: #FF8D00;
}

.graphic .sub-menu ul {
  justify-content: center;
}
.graphic .sub-menu ul li:not(:last-child) {
  margin-right: 50px;
}
.graphic .sub-menu ul li.selected:after {
  background-color: #3D8BBC;
}

.web .sub-menu ul {
  justify-content: center;
}
.web .sub-menu ul li:not(:last-child) {
  margin-right: 50px;
}
.web .sub-menu ul li.selected:after {
  background-color: #76AA00;
}

/* サブメニューここまで */
/* 会社概要・会社情報サブメニュー　.company-outline_sub-menu */
.company-outline_sub-menu {
  background-color: #464D4E;
}
.company-outline_sub-menu ul {
  display: flex;
  justify-content: center;
}
.company-outline_sub-menu ul li {
  margin: 0 20px;
  padding: 22px 0;
  font-size: 14px;
}
.company-outline_sub-menu ul li.selected {
  position: relative;
  display: inline-block;
}
.company-outline_sub-menu ul li.selected:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 2px;
  transform: translate(-50%);
  background-color: white;
}
.company-outline_sub-menu ul li a {
  color: white;
}

/* 会社概要・会社情報サブメニュー　.company-outline_sub-menu　ここまで */
/* パンくずリスト */
.breadcrumbs {
  max-width: 990px;
  margin: 18px auto;
  padding: 0 16px;
  font-size: 12px;
  line-height: 2;
  color: #aaa;
}
.breadcrumbs a {
  color: #bbb;
}
.breadcrumbs a:hover {
  color: black;
  opacity: 1;
}
.breadcrumbs img {
  padding: 0 10px;
}

/* スクロールボタン */
#top-scroll-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 0 0 10px #bbb;
  background: url(../img/scroll-btn.png) center center no-repeat;
  background-color: white;
  cursor: pointer;
}

/* -------------------------------- */
/* 共通パーツここまで↑ */
/* -------------------------------- */
/* -------------------------------- */
/* コンテンツ　パーツ↓ */
/* -------------------------------- */
/* 矢印アニメーション */
@keyframes arrow-animation {
  80% {
    right: -12px;
  }
}
.arrow-animation {
  position: relative;
  right: 0;
  display: inline-block;
  margin-left: 12px;
}

a:hover .arrow-animation {
  animation: arrow-animation 1.2s infinite;
}

/* ul 〇マーク */
.powerpoint .circle-mark {
  list-style: url(../img/list-style_ppt.png) outside;
}

.graphic .circle-mark {
  list-style: url(../img/list-style_gra.png) outside;
}

.web .circle-mark {
  list-style: url(../img/list-style_web.png) outside;
}

.circle-mark li span {
  position: relative;
  top: -2px;
}

/* トップ画像　小 */
.top-img_small {
  height: 110px;
  padding-top: 28px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.top-img_small img {
  display: block;
  margin: 0 auto 16px;
}

.powerpoint .top-img_small {
  background: url(../img/img_ppt.jpg) center center/cover no-repeat;
}

.graphic .top-img_small {
  padding-top: 20px;
  background: url(../img/img_gra.jpg) center center/cover no-repeat;
}
.graphic .top-img_small span {
  display: block;
  font-size: 12px;
}

.web .top-img_small {
  background: url(../img/img_web.jpg) center center/cover no-repeat;
}

.odds .top-img_small {
  padding-top: 38px;
  color: white;
  background: url(../img/img_odds_dark.jpg) center 38%/cover no-repeat;
}
.odds .top-img_small h1 {
  font-size: 28px;
}

.odds-media .top-img_small, .odds-blog .top-img_small {
  padding-top: 26px;
}
.odds-media .top-img_small span, .odds-blog .top-img_small span {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  font-weight: normal;
}

/* トップ画像　小 ここまで */
/* コロナウイルスへの弊社対応 */
.covid-19 {
  max-width: 990px;
  margin: 20px auto 0;
  padding: 20px;
  font-size: 13px;
  box-shadow: 0 0 10px #ddd;
  background-color: white;
  box-sizing: border-box;
}
.covid-19 .title {
  margin-bottom: 16px;
  font-weight: bold;
}
.covid-19 .text {
  line-height: 2;
  color: #8a8b8b;
}

/* オッズファクトリーのパワーポイント制作をオススメする６つの理由 */
.common-recommend {
  padding: 38px 0 16px;
  background-color: white;
}
.common-recommend .recommend-title {
  margin-bottom: 46px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.common-recommend .recommend-title span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
}
.common-recommend ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 990px;
  margin: auto;
}
.common-recommend ul li {
  display: flex;
  align-items: flex-start;
  max-width: calc((100% - 30px) / 2);
  margin-bottom: 40px;
  overflow: hidden;
}
.common-recommend ul li img {
  flex: none;
}
.common-recommend ul li div {
  margin-left: 26px;
}
.common-recommend ul li div .title {
  margin-top: 6px;
  margin-bottom: 16px;
  font-weight: bold;
}
.common-recommend ul li div .text {
  font-size: 12px;
  line-height: 2.1;
  color: #8a8b8b;
}

/* オッズファクトリーのパワーポイント制作をオススメする６つの理由　ここまで */
/* 動画共通 */
.common-movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.common-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* 共通h1 */
.common-h1 {
  margin: 54px 0 18px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid;
}
.common-h1 .sub {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  color: #7a7a7a;
}
.common-h1 .small {
  padding-left: 8px;
  font-size: 14px;
}

.powerpoint main .common-h1 {
  border-color: #FF8D00;
}

.graphic main .common-h1 {
  border-color: #3D8BBC;
}

.web main .common-h1 {
  border-color: #76AA00;
}

/* -------------------------------- */
/* コンテンツ　パーツここまで */
/* -------------------------------- */
/* -------------------------------- */
/* 個別ページ */
/* -------------------------------- */
/* カテゴリートップ .category-top */
.category-top .top-img {
  height: 410px;
}
.category-top .top-img .wrapper {
  max-width: 990px;
  margin: auto;
  padding-top: 90px;
}
.category-top .top-img .wrapper img {
  display: block;
  margin-bottom: 20px;
}
.category-top .top-img .wrapper h1 {
  margin-bottom: 20px;
  font-size: 32px;
}
.category-top .top-img .wrapper h1 span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.category-top.powerpoint-top main {
  margin: 0;
}
.category-top.powerpoint-top .text-position .text {
  top: -210px;
}
.category-top.powerpoint-top .covid-19 {
  margin-top: 58px;
}
.category-top.powerpoint-top main .contents section ul {
  background-color: #FCF6F0;
}
.category-top.graphic-top .top-img .wrapper img {
  margin-bottom: 30px;
}
.category-top.graphic-top .text-position .text {
  top: -184px;
}
.category-top.graphic-top main .contents section ul {
  background-color: #EDF4F8;
}
.category-top.web-top .top-img .wrapper {
  padding-top: 114px;
}
.category-top.web-top .top-img .wrapper img {
  margin-bottom: 24px;
}
.category-top.web-top .text-position .text {
  top: -186px;
}
.category-top.web-top main .contents section ul {
  background-color: #EFF8ED;
}
.category-top .text-position {
  position: relative;
  max-width: 990px;
  margin: auto;
  padding: 0 16px;
}
.category-top .text-position .text {
  position: absolute;
}
.category-top .text-position .text .text-1 {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.category-top .text-position .text .text-2 {
  max-width: 500px;
  font-size: 13px;
  line-height: 2;
}
.category-top main {
  margin-top: 56px;
}
.category-top main .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 990px;
  margin: auto;
}
.category-top main .contents section {
  width: calc((100% - 30px) / 2);
  margin-bottom: 68px;
  background-color: white;
}
.category-top main .contents section > a > img, .category-top main .contents section > img {
  width: 100%;
  height: auto;
}
.category-top main .contents section .big {
  margin: 6px 26px -12px;
  font-size: 12px;
  text-align: right;
}
.category-top main .contents section .big a {
  color: #aaa;
}
.category-top main .contents section .big a img {
  margin-right: 8px;
}
.category-top main .contents section h2 {
  margin: 22px 20px 16px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.category-top main .contents section h2 .subtitle {
  display: block;
  font-size: 14px;
  color: #777;
}
.category-top main .contents section h2 .example {
  display: block;
  font-size: 14px;
}
.category-top main .contents section h2.government {
  height: 101px;
  padding-top: 18px;
  box-sizing: border-box;
}
.category-top main .contents section .description {
  margin: 0 20px 16px;
  font-size: 13px;
  line-height: 2;
  color: #8a8b8b;
}
.category-top main .contents section ul {
  margin: 0 20px 20px;
  padding: 16px 18px;
  background-color: #FCF6F0;
}
.category-top main .contents section ul li {
  margin-left: 1.5em;
  font-size: 13px;
  line-height: 1.7;
  color: #8a8b8b;
}
.category-top main .contents section ul li:not(:last-child) {
  margin-bottom: 14px;
}
.category-top main .contents section ul li .bold {
  font-weight: bold;
  color: black;
}
.category-top main .contents section ul li .br {
  display: block;
  margin-top: 3px;
}
.category-top main .contents section .details {
  margin-bottom: 26px;
  font-size: 14px;
  text-align: center;
}
.category-top main .contents section .details a {
  color: black;
}

/* カテゴリートップ　.category-top ここまで */
/* 制作実績　works.html */
.category-works main {
  max-width: 990px;
  margin: 0 auto;
}
.category-works main .heading {
  position: relative;
  margin: 50px 0 60px;
}
.category-works main .heading .other_works {
  position: absolute;
}
.category-works main .other_works {
  bottom: 12px;
  right: 0;
}
.category-works main .other_works a {
  display: inline-block;
  padding: 15px 18px 15px 36px;
  font-size: 14px;
  border-radius: 20px;
  background-color: white;
  color: black;
}
.category-works main .other_works a .arrow-animation {
  margin-left: 14px;
  vertical-align: middle;
}
.category-works main .other_works a.graphic {
  margin-left: 10px;
}
.category-works main .other_works a.web {
  margin-left: 12px;
}
.category-works main .works-section {
  margin-bottom: 80px;
}
.category-works main .works-section .common-movie {
  margin-bottom: 34px;
}
.category-works main .works-section > img {
  width: 100%;
  margin-bottom: 34px;
}
.category-works main .works-section .detail {
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.category-works main .works-section .circle-mark {
  margin-bottom: 40px;
  padding: 18px 38px;
  background-color: white;
}
.category-works main .works-section .circle-mark li {
  font-size: 13px;
  line-height: 1.6;
  color: #8a8b8b;
}
.category-works main .works-section .circle-mark li:not(:last-child) {
  margin-bottom: 18px;
}
.category-works main .works-section .circle-mark li a {
  text-decoration: underline;
}
.category-works main .works-section .text {
  margin-left: 20px;
}
.category-works main .works-section .text .from {
  margin-bottom: 18px;
  font-weight: bold;
}
.category-works main .works-section .text .from img {
  margin-right: 6px;
  vertical-align: -7px;
}
.category-works main .works-section .text p {
  padding: 10px 50px;
  font-size: 13px;
  line-height: 1.9;
  color: #8a8b8b;
  background-image: url(../img/double-quotation_1.png), url(../img/double-quotation_2.png);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
}
.category-works main .works-section .text p:not(:last-child) {
  margin-bottom: 40px;
}
.category-works main .works-section .flex-container {
  display: flex;
}
.category-works main .works-section .flex-container .img img {
  display: block;
  width: 395px;
  margin-bottom: 20px;
}
.category-works main .works-section .flex-container .img span {
  display: block;
  margin-top: -8px;
  font-size: 12px;
  color: #8a8b8b;
}
.category-works main .works-section .flex-container .text {
  margin-left: 30px;
}
.category-works main .works-section .flex-container .text p {
  padding: 10px 54px;
}
.category-works main .works-title {
  margin-bottom: 40px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3;
  border-left: 8px solid;
  background-color: white;
}
.category-works main .other_works.bottom {
  margin-bottom: 88px;
  text-align: right;
}
.category-works.powerpoint .works-title {
  border-color: #FF8D00;
}
.category-works.powerpoint .works-section a {
  color: #FF8D00;
}
.category-works.graphic .works-title {
  border-color: #3D8BBC;
}
.category-works.graphic .works-section a {
  color: #3D8BBC;
}
.category-works.web .works-title {
  border-color: #76AA00;
}
.category-works.web .works-section a {
  color: #76AA00;
}
.category-works .powerpoint-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.category-works .powerpoint-list a {
  display: block;
}
.category-works .powerpoint-list a .ppt-title {
  color: black;
}
.category-works .powerpoint-list > li {
  width: calc(50% - 30px);
  margin: 0 15px 60px;
  background-color: white;
}
.category-works .powerpoint-list > li .cover-img {
  width: 100%;
}
.category-works .powerpoint-list > li .detail {
  padding: 30px 20px 20px;
}
.category-works .powerpoint-list > li .ppt-title {
  margin-bottom: 20px;
  padding-bottom: 13px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #E4EAEA;
}
.category-works .powerpoint-list > li .ppt-title span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.category-works .powerpoint-list > li .circle-mark {
  padding: 0 36px;
}
.category-works .powerpoint-list > li .circle-mark li {
  font-size: 13px;
  line-height: 1.4;
  color: #464D4E;
}
.category-works .powerpoint-list > li .circle-mark li:not(:last-child) {
  margin-bottom: 6px;
}
.category-works.ppt-detail main {
  max-width: none;
  margin: 0;
}
.category-works.ppt-detail main section {
  margin-bottom: 60px;
}
.category-works.ppt-detail main .wrapper {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}
.category-works.ppt-detail main section.design {
  margin-bottom: 30px;
  padding: 39px 0 30px;
  background-color: white;
}
.category-works.ppt-detail main section.design .title {
  display: flex;
  align-items: center;
  margin-bottom: 49px;
  font-size: 28px;
}
.category-works.ppt-detail main section.design .title::before, .category-works.ppt-detail main section.design .title::after {
  content: "";
  border-top: 1px solid #FF8D00;
  flex-grow: 1;
}
.category-works.ppt-detail main section.design .title::before {
  margin-right: 27px;
}
.category-works.ppt-detail main section.design .title::after {
  margin-left: 27px;
}
.category-works.ppt-detail main section.design ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.category-works.ppt-detail main section.design li {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
.category-works.ppt-detail main section.design li img {
  width: 100%;
}
.category-works.ppt-detail main .ppt-detail-nav {
  margin-bottom: 28px;
}
.category-works.ppt-detail main .ppt-detail-nav ul {
  display: flex;
}
.category-works.ppt-detail main .ppt-detail-nav li {
  font-size: 14px;
}
.category-works.ppt-detail main .ppt-detail-nav li:first-child {
  text-align: right;
}
.category-works.ppt-detail main .ppt-detail-nav li:first-child img {
  padding-left: 15px;
  transform: scale(-1, 1);
}
.category-works.ppt-detail main .ppt-detail-nav li:nth-child(2) {
  margin: 0 68px;
  text-align: center;
}
.category-works.ppt-detail main .ppt-detail-nav li:last-child {
  flex: 1;
}
.category-works.ppt-detail main .ppt-detail-nav li:last-child img {
  padding-left: 15px;
}
.category-works.ppt-detail main .ppt-detail-nav li:first-child, .category-works.ppt-detail main .ppt-detail-nav li:last-child {
  flex: 1;
}
.category-works.ppt-detail main .ppt-detail-nav a {
  color: black;
}
.category-works.ppt-detail main .ppt-detail-linkbtn {
  display: flex;
  margin: 0 -15px 74px;
}
.category-works.ppt-detail main .ppt-detail-linkbtn .btn {
  display: block;
  width: calc(50% - 30px);
  height: 105px;
  margin: 0 15px;
  text-align: center;
  transition: 0.3s;
}
.category-works.ppt-detail main .ppt-detail-linkbtn .btn.contact {
  background-color: black;
}
.category-works.ppt-detail main .ppt-detail-linkbtn .btn.ppt-work {
  background-color: #464D4E;
}
.category-works.ppt-detail main .ppt-detail-linkbtn .btn .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21px;
  margin-left: -24px;
  padding: 31px 0 13px;
  font-size: 16px;
  color: white;
}
.category-works.ppt-detail main .ppt-detail-linkbtn .btn .title img {
  display: inline-block;
  margin-right: 16px;
}
.category-works.ppt-detail main .ppt-detail-linkbtn .btn .title span {
  vertical-align: 3px;
}
.category-works.ppt-detail main .ppt-detail-linkbtn .btn .text {
  font-size: 12px;
  color: #889191;
}

/* 制作実績　works.html　ここまで */
/* 価格・料金　price.html */
.category-price main {
  max-width: 990px;
  margin: auto;
  padding: 0 16px;
}
.category-price main h1 {
  margin-bottom: 40px;
}
.category-price main table.service {
  width: 100%;
  border-collapse: collapse;
}
.category-price main table.service thead {
  background-color: white;
}
.category-price main table.service thead tr th {
  padding: 12px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
}
.category-price main table.service thead tr th:first-child {
  width: 76%;
}
.category-price main table.service thead tr th:last-child {
  width: 24%;
}
.category-price main table.service tbody {
  font-size: 13px;
  line-height: 1.5;
}
.category-price main table.service tbody tr td {
  padding: 23px 10px;
  border-bottom: 1px solid #E5E5E5;
}
.category-price main table.service tbody tr td:first-child {
  font-weight: bold;
}
.category-price main table.service tbody tr td:last-child {
  color: #8a8b8b;
}
.category-price .comments {
  margin: 16px 0 70px;
  font-size: 12px;
  color: #8a8b8b;
}
.category-price .unit-price_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.category-price table.unit-price {
  width: 100%;
  margin-bottom: 76px;
  border-collapse: collapse;
}
.category-price table.unit-price thead {
  background-color: white;
}
.category-price table.unit-price thead tr th {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
}
.category-price table.unit-price thead tr th:nth-child(1) {
  width: 16%;
}
.category-price table.unit-price thead tr th:nth-child(2) {
  width: 17%;
}
.category-price table.unit-price thead tr th:nth-child(3) {
  width: 18%;
}
.category-price table.unit-price thead tr th:nth-child(4) {
  width: 59%;
}
.category-price table.unit-price tbody {
  font-size: 13px;
}
.category-price table.unit-price tbody tr td {
  padding: 18px 10px;
  line-height: 1.8;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
  color: #8a8b8b;
}
.category-price table.unit-price tbody tr td:first-child {
  font-weight: bold;
  color: black;
}
.category-price table.unit-price tbody tr.rowspan td {
  font-weight: normal;
}
.category-price table.unit-price tbody tr.rowspan td:first-child {
  color: #8a8b8b;
}

/* 価格・料金　price.html　ここまで */
/* 仕事の流れ　job.html */
.category-job main {
  max-width: 990px;
  margin: auto;
  padding: 0 16px;
}
.category-job main .description {
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}
.category-job main section.work-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 42px 0 34px 20px;
}
.category-job main section.work-flow:last-child {
  margin-bottom: 50px;
}
.category-job main section.work-flow img {
  align-self: flex-start;
  flex: none;
}
.category-job main section.work-flow .work-text {
  width: 830px;
  margin-left: 46px;
}
.category-job main section.work-flow .work-text h2 {
  font-size: 20px;
  font-weight: bold;
}
.category-job main section.work-flow .work-text p {
  font-size: 13px;
  line-height: 2;
  margin-top: 18px;
  margin-bottom: 12px;
  color: #838383;
}
.category-job main section.work-flow .work-text a {
  text-decoration: underline;
}
.category-job main section.work-flow:not(:last-child)::after {
  position: absolute;
  bottom: -12px;
  left: 62px;
}
.category-job.powerpoint main a {
  color: #FF8D00;
}
.category-job.powerpoint main section.work-flow:not(:last-child)::after {
  content: url(../img/icon_job_ppt.png);
}
.category-job.graphic main a {
  color: #3D8BBC;
}
.category-job.graphic main section.work-flow:not(:last-child)::after {
  content: url(../img/icon_job_gra.png);
}
.category-job.web main a {
  color: #76AA00;
}
.category-job.web main section.work-flow:not(:last-child)::after {
  content: url(../img/icon_job_web.png);
}

/* 仕事の流れ　job.html　ここまで */
/* Q&A　faq.html */
.category-faq main {
  max-width: 990px;
  margin: auto;
}
.category-faq main .description {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
}
.category-faq main dl {
  margin: 50px 0 70px;
}
.category-faq main dl dt {
  display: flex;
  padding: 28px 0 24px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}
.category-faq main dl dt:before {
  content: "Q";
  position: relative;
  top: -0.2em;
  display: block;
  margin-right: 26px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.category-faq main dl dt.arrow-rotate:after {
  transform: rotate3d(1, 0, 0, 180deg);
}
.category-faq main dl dt:first-child {
  border-top: 1px solid #E5E5E5;
}
.category-faq main dl dt:after {
  display: block;
  margin-left: auto;
  margin-right: 14px;
  padding-left: 16px;
  transition: 0.5s;
}
.category-faq main dl dd {
  display: flex;
  align-items: first baseline;
  padding: 10px 56px 26px 40px;
  font-size: 13px;
  line-height: 2;
  border-bottom: 1px solid #E5E5E5;
  color: #8a8b8b;
  background-color: white;
}
.category-faq main dl dd:before {
  content: "A";
  display: block;
  margin-right: 26px;
  font-size: 25px;
  font-weight: bold;
}
.category-faq.powerpoint main h1 {
  border-color: #FF8D00;
}
.category-faq.powerpoint main .description a {
  text-decoration: underline;
  color: #FF8D00;
}
.category-faq.powerpoint main dl dt:before, .category-faq.powerpoint main dl dt:after, .category-faq.powerpoint main dl dd:before {
  color: #FF8D00;
}
.category-faq.powerpoint main dl dt:after {
  content: url(../img/icon_faq_ppt.png);
}
.category-faq.graphic main h1 {
  border-color: #3D8BBC;
}
.category-faq.graphic main .description a {
  text-decoration: underline;
  color: #3D8BBC;
}
.category-faq.graphic main dl dt:before, .category-faq.graphic main dl dt:after, .category-faq.graphic main dl dd:before {
  color: #3D8BBC;
}
.category-faq.graphic main dl dt:after {
  content: url(../img/icon_faq_gra.png);
}
.category-faq.web main h1 {
  border-color: #76AA00;
}
.category-faq.web main .description a {
  text-decoration: underline;
  color: #76AA00;
}
.category-faq.web main dl dt:before, .category-faq.web main dl dt:after, .category-faq.web main dl dd:before {
  color: #76AA00;
}
.category-faq.web main dl dt:after {
  content: url(../img/icon_faq_web.png);
}

/* Q&A faq.html　ここまで */
/* パワーポイント　動画制作　powerpoint/movie.html, */
/* パワーポイント　資料制作　powerpoint/document.html */
.powerpoint-movie main .transparent-container,
.powerpoint-document main .transparent-container {
  max-width: 990px;
  margin: 0 auto 20px;
}
.powerpoint-movie main .transparent-container h1,
.powerpoint-document main .transparent-container h1 {
  margin-bottom: 38px;
}
.powerpoint-movie main .transparent-container .common-movie,
.powerpoint-document main .transparent-container .common-movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.powerpoint-movie main .transparent-container .common-movie iframe,
.powerpoint-document main .transparent-container .common-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.powerpoint-movie main .transparent-container .refined,
.powerpoint-document main .transparent-container .refined {
  margin: 40px 0 26px;
  font-size: 20px;
  font-weight: bold;
}
.powerpoint-movie main .transparent-container .description,
.powerpoint-document main .transparent-container .description {
  margin-bottom: 36px;
  font-size: 13px;
  line-height: 1.7;
}
.powerpoint-movie main .transparent-container ul,
.powerpoint-document main .transparent-container ul {
  margin-bottom: 40px;
  padding: 20px 40px;
  background-color: white;
}
.powerpoint-movie main .transparent-container ul li,
.powerpoint-document main .transparent-container ul li {
  font-size: 13px;
}
.powerpoint-movie main .transparent-container ul li:not(:last-child),
.powerpoint-document main .transparent-container ul li:not(:last-child) {
  margin-bottom: 20px;
}
.powerpoint-movie main .transparent-container .item-flex-container,
.powerpoint-document main .transparent-container .item-flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.powerpoint-movie main .transparent-container .item-flex-container .item,
.powerpoint-document main .transparent-container .item-flex-container .item {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 14px);
  margin-bottom: 26px;
}
.powerpoint-movie main .transparent-container .item-flex-container .item img,
.powerpoint-document main .transparent-container .item-flex-container .item img {
  display: block;
  margin: 6px 40px 0 12px;
}
.powerpoint-movie main .transparent-container .item-flex-container .item .text .title,
.powerpoint-document main .transparent-container .item-flex-container .item .text .title {
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.9;
}
.powerpoint-movie main .transparent-container .item-flex-container .item .text .detail,
.powerpoint-document main .transparent-container .item-flex-container .item .text .detail {
  font-size: 13px;
  line-height: 2;
  color: #8a8b8b;
}
.powerpoint-movie main .voice,
.powerpoint-document main .voice {
  padding: 40px calc((100% - 990px) / 2) 60px;
  background-color: white;
}
.powerpoint-movie main .voice h3,
.powerpoint-document main .voice h3 {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  font-size: 28px;
}
.powerpoint-movie main .voice h3:before, .powerpoint-movie main .voice h3:after,
.powerpoint-document main .voice h3:before,
.powerpoint-document main .voice h3:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #FF8D00;
  display: block;
}
.powerpoint-movie main .voice h3:before,
.powerpoint-document main .voice h3:before {
  margin-right: 1.2em;
}
.powerpoint-movie main .voice h3:after,
.powerpoint-document main .voice h3:after {
  margin-left: 1.2em;
}
.powerpoint-movie main .voice .flex-container,
.powerpoint-document main .voice .flex-container {
  display: flex;
  margin-bottom: 28px;
}
.powerpoint-movie main .voice .flex-container .movie-container,
.powerpoint-document main .voice .flex-container .movie-container {
  width: 395px;
  height: 222px;
  position: relative;
  /* padding-bottom: 56.25%; */
  flex: none;
}
.powerpoint-movie main .voice .flex-container .movie-container iframe,
.powerpoint-document main .voice .flex-container .movie-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.powerpoint-movie main .voice .flex-container .text,
.powerpoint-document main .voice .flex-container .text {
  margin-left: 28px;
}
.powerpoint-movie main .voice .flex-container .text .title,
.powerpoint-document main .voice .flex-container .text .title {
  margin: 4px 0 44px;
  font-weight: bold;
}
.powerpoint-movie main .voice .flex-container .text .detail,
.powerpoint-document main .voice .flex-container .text .detail {
  padding: 0 54px;
  font-size: 13px;
  line-height: 2;
  background-image: url(../img/double-quotation_1.png), url(../img/double-quotation_2.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  color: #8a8b8b;
}
.powerpoint-movie main .voice .all_link,
.powerpoint-document main .voice .all_link {
  display: block;
  width: 253px;
  height: 45px;
  margin: 52px auto 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #889191;
  border-radius: 20px;
  color: black;
  box-sizing: border-box;
}

/* パワーポイント　動画制作　powerpoint/movie.html, */
/* パワーポイント　資料制作　powerpoint/document.html　ここまで */
/* index.html TOP */
.odds-top .swiper-container {
  margin-bottom: 40px;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide {
  height: 562px;
  padding: 0 60px;
  box-sizing: border-box;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_odds {
  background: url(../img/img_odds_dark.jpg) center center/cover no-repeat;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_powerpoint {
  background: url(../img/img_ppt.jpg) center center/cover no-repeat;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_graphic {
  background: url(../img/img_gra.jpg) center center/cover no-repeat;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_web {
  background: url(../img/img_web.jpg) center center/cover no-repeat;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper {
  max-width: 990px;
  margin: auto;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title {
  margin: 126px 0 20px;
  color: white;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title .odds {
  display: block;
  margin-left: -56px;
  font-size: 120px;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title .for-your-business {
  display: inline-block;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title .for-your-business .for {
  display: inline-block;
  margin-left: 102px;
  font-size: 22px;
  font-style: italic;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title .for-your-business .your-business {
  display: inline-block;
  margin-left: 20px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .title {
  margin: 186px 0 20px -6px;
  font-size: 62px;
  letter-spacing: -2px;
  color: white;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .title .small {
  display: block;
  margin-top: 14px;
  margin-left: 6px;
  font-size: 16px;
  letter-spacing: normal;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .text {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 2.2;
  color: white;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .btn {
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid white;
  border-radius: 30px;
  transition: 0.2s;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .btn a {
  display: block;
  padding-left: 24px;
  font-size: 14px;
  color: white;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .btn a:hover {
  opacity: 1;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .btn a img {
  display: inline-block;
  margin-left: 10px;
}
.odds-top .swiper-container .swiper-wrapper .swiper-slide .btn:hover {
  border-color: black;
  background-color: black;
}
.odds-top main {
  margin-top: 258px;
}
.odds-top main .flex-container {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
.odds-top main .flex-container .service {
  position: absolute;
  top: -168px;
  left: 0;
  width: 55%;
  /* width:758px; */
  height: 208px;
  margin: auto;
  padding: 40px 10px 0;
  background-color: black;
  z-index: 5;
  box-sizing: border-box;
}
.odds-top main .flex-container .service h1 {
  max-width: 560px;
  margin: 0 0 28px auto;
  font-size: 26px;
  letter-spacing: 2px;
  color: white;
}
.odds-top main .flex-container .service p {
  max-width: 560px;
  margin: 0 0 0 auto;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  color: #E4EAEA;
}
.odds-top main .flex-container a {
  display: block;
  position: relative;
  width: 100%;
}
.odds-top main .flex-container a div {
  position: absolute;
  max-width: 390px;
  padding-top: 24px;
  text-align: center;
  background-color: white;
  box-sizing: border-box;
}
.odds-top main .flex-container a div h2 {
  margin: 24px 0 20px;
  font-size: 20px;
  text-align: center;
  color: black;
}
.odds-top main .flex-container a div p {
  padding: 0 40px;
  line-height: 1.8;
  text-align: left;
  color: #8a8b8b;
  box-sizing: border-box;
}
.odds-top main .flex-container .powerpoint, .odds-top main .flex-container .graphic, .odds-top main .flex-container .web {
  transition: 0.3s;
}
.odds-top main .flex-container .powerpoint div h2, .odds-top main .flex-container .powerpoint div p, .odds-top main .flex-container .graphic div h2, .odds-top main .flex-container .graphic div p, .odds-top main .flex-container .web div h2, .odds-top main .flex-container .web div p {
  transition: 0.2s;
}
.odds-top main .flex-container .powerpoint:hover, .odds-top main .flex-container .graphic:hover, .odds-top main .flex-container .web:hover {
  opacity: 1;
}
.odds-top main .flex-container .powerpoint:hover div h2, .odds-top main .flex-container .powerpoint:hover div p, .odds-top main .flex-container .graphic:hover div h2, .odds-top main .flex-container .graphic:hover div p, .odds-top main .flex-container .web:hover div h2, .odds-top main .flex-container .web:hover div p {
  opacity: 0.7;
}
.odds-top main .flex-container .powerpoint {
  height: 600px;
  margin-right: 10px;
  margin-left: 10px;
  background: url(../img/img_ppt.jpg) center center/cover no-repeat;
  background-size: auto 100%;
}
.odds-top main .flex-container .powerpoint:hover {
  background-size: auto 110%;
}
.odds-top main .flex-container .powerpoint div {
  top: 80px;
  left: 0;
  height: 230px;
}
.odds-top main .flex-container .powerpoint div p {
  font-size: 14px;
}
.odds-top main .flex-container .graphic_web {
  width: calc(100% - 10px);
  margin-right: 10px;
}
.odds-top main .flex-container .graphic_web .graphic {
  height: 295px;
  margin-bottom: 10px;
  background: url(../img/img_gra.jpg) center center/cover no-repeat;
  background-size: auto 100%;
}
.odds-top main .flex-container .graphic_web .graphic:hover {
  background-size: auto 110%;
}
.odds-top main .flex-container .graphic_web .graphic div {
  top: 40px;
  right: 0;
  height: 240px;
}
.odds-top main .flex-container .graphic_web .graphic div h2 span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.odds-top main .flex-container .graphic_web .graphic div p {
  font-size: 13px;
}
.odds-top main .flex-container .graphic_web .web {
  height: 295px;
  background: url(../img/img_web.jpg) center center/cover no-repeat;
  background-size: auto 100%;
}
.odds-top main .flex-container .graphic_web .web:hover {
  background-size: auto 110%;
}
.odds-top main .flex-container .graphic_web .web div {
  top: 40px;
  left: 0;
  height: 222px;
}
.odds-top main .flex-container .graphic_web .web div p {
  font-size: 13px;
}
@media screen and (min-width: 1400px) {
  .odds-top main .flex-container .graphic_web .graphic {
    background-size: 100% auto;
  }
  .odds-top main .flex-container .graphic_web .graphic:hover {
    background-size: 110% auto;
  }
  .odds-top main .flex-container .graphic_web .web {
    background-size: 100% auto;
  }
  .odds-top main .flex-container .graphic_web .web:hover {
    background-size: 110% auto;
  }
}
.odds-top main .expo_pc {
  display: block;
  max-width: 990px;
  margin: 0 auto 60px;
  padding: 0 16px;
}
.odds-top main .expo_pc img {
  width: 100%;
}
.odds-top main .expo_sp {
  display: none;
}

/* index.html TOP　ここまで */
/* .powerpoint-top パワーポイント制作トップ */
.powerpoint-top main {
  max-width: 100%;
}
.powerpoint-top .key-note {
  max-width: 990px;
  margin: 8px auto 80px;
  padding: 18px;
  font-size: 13px;
  border: 1px solid #FF8D00;
  box-sizing: border-box;
}
.powerpoint-top .key-note .title {
  font-weight: bold;
}
.powerpoint-top .key-note .text {
  margin-top: 10px;
  line-height: 1.8;
  color: #8a8b8b;
}
.powerpoint-top .contents-excerpt {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 16px;
}
.powerpoint-top .contents-excerpt .powerpoint-list > li {
  margin-bottom: 0;
}
.powerpoint-top .contents-excerpt .category-works {
  margin-bottom: 80px;
}
.powerpoint-top .contents-excerpt .category-faq dl {
  margin-bottom: 80px;
}
.powerpoint-top .contents-excerpt .contact {
  margin: 0 0 80px;
}
.powerpoint-top .about-ppt {
  padding: 60px 0 50px;
  box-sizing: border-box;
}
.powerpoint-top .about-ppt .flex-container {
  display: flex;
  align-items: center;
  max-width: 990px;
  margin: auto;
}
.powerpoint-top .about-ppt .flex-container .about-text {
  color: white;
}
.powerpoint-top .about-ppt .flex-container .about-text .about {
  margin-bottom: 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.powerpoint-top .about-ppt .flex-container .about-text .about:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 0.3;
  margin-left: 1rem;
}
.powerpoint-top .about-ppt .flex-container .about-text .title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
}
.powerpoint-top .about-ppt .flex-container .about-text .text {
  max-width: 500px;
  font-size: 13px;
  line-height: 2;
  color: #c4c4c4;
}
.powerpoint-top .about-ppt .flex-container .about-text .text:not(:last-child) {
  margin-bottom: 26px;
}
.powerpoint-top .about-ppt .flex-container img {
  position: relative;
  left: 100px;
  max-width: 526px;
}
@media screen and (max-width: 1250px) and (min-width: 767px) {
  .powerpoint-top .about-ppt {
    padding-left: 16px;
    padding-right: 16px;
  }
  .powerpoint-top .about-ppt .flex-container img {
    position: static;
    display: block;
    margin-left: 50px;
    width: calc(50% - 32px);
  }
}

/* .powerpoint-top パワーポイント制作トップ　ここまで */
/* PPT制作をご検討の皆様へ　notice.html */
.powerpoint-notice main {
  max-width: 990px;
  margin: auto;
  padding: 0 16px;
}
.powerpoint-notice main .description {
  margin-bottom: 44px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
.powerpoint-notice main section {
  margin-bottom: 54px;
}
.powerpoint-notice main section h2 {
  margin-bottom: 36px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3;
  border-left: 8px solid #FF8D00;
  background-color: white;
}
.powerpoint-notice main section ul {
  margin-top: -6px;
}
.powerpoint-notice main section ul li {
  margin-left: 20px;
  font-size: 13px;
  line-height: 1.7;
  color: #8a8b8b;
}
.powerpoint-notice main section ul li:not(:last-child) {
  margin-bottom: 14px;
}
.powerpoint-notice main section .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.powerpoint-notice main section .flex-container img {
  margin-left: 24px;
}
.powerpoint-notice main section:last-of-type {
  margin-bottom: 56px;
}
.powerpoint-notice main .annotation {
  margin-bottom: 80px;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  box-shadow: 0 0 10px #ccc;
  background-color: white;
}

/* PPT制作をご検討の皆様へ　notice.html　ここまで */
/* 会社概要　odds-company-outline */
.odds-company-outline main .odds_logo {
  display: block;
  width: 162px;
  margin: 18px auto 66px;
}
.odds-company-outline main section h2 {
  display: flex;
  align-items: center;
  margin: 0 auto 24px;
  max-width: 990px;
  padding: 0 16px;
  font-size: 28px;
}
.odds-company-outline main section h2:before, .odds-company-outline main section h2:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #326698;
}
.odds-company-outline main section h2:before {
  margin-right: 2.4em;
}
.odds-company-outline main section h2:after {
  margin-left: 2.4em;
}
.odds-company-outline main section h2 span {
  padding: 0 5px;
  font-size: 60px;
  color: #326698;
}
.odds-company-outline main .vision {
  margin-bottom: 76px;
  text-align: center;
}
.odds-company-outline main .vision .jiririta {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  margin-left: 8px;
  margin-bottom: 32px;
  font-size: 100px;
  letter-spacing: 20px;
  color: #326698;
}
.odds-company-outline main .vision .jiririta .ruby {
  display: block;
  margin: 0 0 22px 90px;
  font-size: 14px;
  letter-spacing: 108px;
  color: black;
  transform: translateY(14px);
}
.odds-company-outline main .vision p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.odds-company-outline main .honest-mind {
  margin-bottom: 80px;
}
.odds-company-outline main .honest-mind h2 {
  margin-bottom: 54px;
}
.odds-company-outline main .honest-mind .flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 990px;
  margin: auto;
  padding: 0 16px;
}
.odds-company-outline main .honest-mind .flex-container article {
  display: flex;
  width: 48.3%;
  margin-bottom: 76px;
}
.odds-company-outline main .honest-mind .flex-container article .number {
  width: 90px;
  margin-top: -8px;
  font-size: 13px;
  letter-spacing: 6px;
  flex: none;
  color: #999;
}
.odds-company-outline main .honest-mind .flex-container article .number span {
  font-size: 40px;
  vertical-align: middle;
  color: #326698;
}
.odds-company-outline main .honest-mind .flex-container article:last-of-type .number span {
  margin-left: -4px;
  padding-right: 4px;
  letter-spacing: -2px;
}
.odds-company-outline main .honest-mind .flex-container article .text h3 {
  margin-bottom: 26px;
  font-size: 20px;
}
.odds-company-outline main .honest-mind .flex-container article .text p {
  font-size: 13px;
  line-height: 1.8;
  color: #8a8b8b;
}
.odds-company-outline main .excerpt {
  max-width: 990px;
  margin: auto;
  padding: 0 16px;
  font-size: 12px;
  text-align: right;
  color: #8a8b8b;
}
.odds-company-outline .about_odds {
  padding: 58px 0 90px;
  box-sizing: border-box;
}
.odds-company-outline .about_odds .flex-container {
  display: flex;
  align-items: center;
  max-width: 990px;
  margin: auto;
}
.odds-company-outline .about_odds .flex-container .about-text {
  color: white;
}
.odds-company-outline .about_odds .flex-container .about-text .greeting {
  margin-bottom: 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.odds-company-outline .about_odds .flex-container .about-text .greeting:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 0.2;
  margin-left: 1rem;
}
.odds-company-outline .about_odds .flex-container .about-text .title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
}
.odds-company-outline .about_odds .flex-container .about-text .text {
  max-width: 500px;
  font-size: 14px;
  line-height: 2;
  color: white;
}
.odds-company-outline .about_odds .flex-container .about-text .text:not(:last-child) {
  margin-bottom: 28px;
}
.odds-company-outline .about_odds .flex-container img {
  position: relative;
  left: 100px;
  margin-top: 32px;
  max-width: 478px;
}
@media screen and (max-width: 1250px) and (min-width: 767px) {
  .odds-company-outline .about_odds {
    padding-left: 16px;
    padding-right: 16px;
  }
  .odds-company-outline .about_odds .flex-container img {
    position: static;
    display: block;
    margin-left: 50px;
    width: calc(50% - 32px);
  }
}

/* 会社概要　odds-company-outline　ここまで */
/* 会社情報　odds-company-info */
.odds-company-info main {
  max-width: 990px;
  margin: 0 auto 80px;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1.5px solid #E5E5E5;
}
.odds-company-info main .odds_logo {
  width: 162px;
}
.odds-company-info main h2 {
  display: flex;
  font-size: 28px;
  text-align: center;
  align-items: center;
  color: black;
  padding: 60px 0 40px 0;
  align-items: center;
  border: none;
}
.odds-company-info main h2:before, .odds-company-info main h2:after {
  content: "";
  display: inline;
  flex: 1;
  border-top: 1px solid #326698;
}
.odds-company-info main h2:before {
  margin-right: 2.2em;
}
.odds-company-info main h2:after {
  margin-left: 2.2em;
}
.odds-company-info main ul.disc {
  list-style: disc;
  margin-left: 18px;
}
.odds-company-info main h3, .odds-company-info main section span, .odds-company-info main h4, .odds-company-info main li {
  color: #8a8b8b;
  font-size: 13px;
  line-height: 2;
}
.odds-company-info main .flex {
  display: flex;
  border-bottom: 2px solid #E5E5E5;
  padding: 16px 0;
  text-align: left;
}
.odds-company-info main .flex:first-of-type {
  border-top: 2px solid #E5E5E5;
}
.odds-company-info main .flex h3 {
  width: 200px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 13px;
  color: black;
}
.odds-company-info main #access {
  padding-top: 86px;
  margin-top: -70px;
}
.odds-company-info main .map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.odds-company-info main .map iframe,
.odds-company-info main .map object,
.odds-company-info main .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 会社情報　odds-company-info　ここまで */
/* メディア掲載情報　media */
.odds-media main {
  margin: 56px 16px 0;
}
.odds-media main .media-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 990px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}
.odds-media main .media-article:last-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}
.odds-media main .media-article .media-text {
  width: 680px;
  margin-left: 30px;
  margin-top: 4px;
}
.odds-media main .media-article .media-text h2 {
  display: block;
  font-size: 20px;
  line-height: 1.4;
}
.odds-media main .media-article .media-text p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 26px;
  margin-bottom: 12px;
}
.odds-media main .media-article .media-text a {
  font-size: 13px;
  text-decoration: underline;
  color: #3D8BBC;
}

/* サイトマップ　sitemap */
.odds-sitemap main {
  max-width: 990px;
  margin: auto;
}
.odds-sitemap main .odds_top {
  margin-top: 60px;
  background-color: white;
}
.odds-sitemap main .odds_top a {
  display: block;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  color: black;
}
.odds-sitemap main .flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 16px;
  z-index: 100;
  box-sizing: border-box;
}
.odds-sitemap main .flex-container:nth-of-type(2) {
  margin-top: -10px;
  padding-top: 30px;
  border-top: 1px solid #E5E5E5;
}
.odds-sitemap main .flex-container .menu {
  width: 48%;
  margin-bottom: 30px;
}
.odds-sitemap main .flex-container .menu .title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid;
  background-color: white;
}
.odds-sitemap main .flex-container .menu .title a {
  display: block;
  padding: 14px;
  color: black;
}
.odds-sitemap main .flex-container .menu ul {
  margin-left: 2px;
}
.odds-sitemap main .flex-container .menu ul li {
  display: flex;
  align-items: baseline;
  font-size: 13px;
  line-height: 1.5;
}
.odds-sitemap main .flex-container .menu ul li:before {
  content: "・";
  position: relative;
  top: 5px;
  font-size: 24px;
  vertical-align: middle;
}
.odds-sitemap main .flex-container .menu ul li a {
  display: block;
  color: #8a8b8b;
  flex-grow: 1;
}
.odds-sitemap main .flex-container .menu .other1 {
  margin-bottom: 30px;
}
.odds-sitemap main .flex-container .menu.powerpoint .title {
  border-color: #FF8D00;
}
.odds-sitemap main .flex-container .menu.powerpoint ul li:before {
  color: #FF8D00;
}
.odds-sitemap main .flex-container .menu.graphic .title {
  border-color: #3D8BBC;
}
.odds-sitemap main .flex-container .menu.graphic ul li:before {
  color: #3D8BBC;
}
.odds-sitemap main .flex-container .menu.web .title {
  border-color: #76AA00;
}
.odds-sitemap main .flex-container .menu.web ul li:before {
  color: #76AA00;
}

/* サイトマップ　sitemap ここまで */
/* サイトポリシー　sitepolicy、 */
/* プライバシーポリシー　privacy */
.odds-sitepolicy main,
.odds-privacy main {
  max-width: 990px;
  margin: -8px auto 60px;
  padding: 0 16px;
}
.odds-sitepolicy main section,
.odds-privacy main section {
  border-top: 1.5px solid #E5E5E5;
  padding: 46px 0 30px 0;
}
.odds-sitepolicy main section:first-of-type,
.odds-privacy main section:first-of-type {
  border: none;
}
.odds-sitepolicy main h2,
.odds-privacy main h2 {
  padding-bottom: 17px;
  font-size: 20px;
}
.odds-sitepolicy main p, .odds-sitepolicy main li,
.odds-privacy main p,
.odds-privacy main li {
  line-height: 2;
  color: #8a8b8b;
  font-size: 13px;
}
.odds-sitepolicy main a,
.odds-privacy main a {
  color: #326698;
  text-decoration: underline;
}

.odds-privacy main .last-updated {
  text-align: right;
  margin-bottom: -8px;
  padding-top: 50px;
  font-size: 13px;
}
.odds-privacy main ul {
  margin-bottom: -4px;
  padding-top: 14px;
  list-style: url(../img/list-style_privacy.png);
}
.odds-privacy main ul.circle-mark li {
  margin-left: 1.7em;
}
.odds-privacy main ul.circle-mark li:before {
  color: #326698;
}
.odds-privacy main ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* パワポデモを見に行こう！　odds-campaign */
.odds-campaign main .top-img_demo {
  position: relative;
  z-index: -1;
  height: 410px;
  padding: 112px calc((100% - 990px) / 2) 64px;
  color: white;
  box-sizing: border-box;
}
.odds-campaign main .top-img_demo .demo_text_img {
  margin-bottom: 30px;
}
.odds-campaign main .top-img_demo h1 {
  margin-bottom: 28px;
  font-size: 32px;
}
.odds-campaign main .top-img_demo .showroom_img {
  position: absolute;
  left: calc(50% + 304px);
  top: calc(50% + 24px);
  transform: translateX(-50%);
  width: 565px;
}
@media screen and (max-width: 1250px) {
  .odds-campaign main .top-img_demo .showroom_img {
    left: 75%;
    top: 280px;
    width: 40%;
  }
}
.odds-campaign main .text1 {
  margin-top: -240px;
  margin-bottom: 20px;
  padding: 0 calc((100% - 990px) / 2);
  font-size: 16px;
  line-height: 2;
  color: white;
}
.odds-campaign main .text2 {
  padding: 0 calc((100% - 990px) / 2);
  font-size: 13px;
  line-height: 2;
  color: white;
}
.odds-campaign main .text3 {
  max-width: 480px;
  margin: 138px 0 70px calc((100% - 990px) / 2);
  font-size: 13px;
  line-height: 2;
  color: #8a8b8b;
}
.odds-campaign main .text3 .br {
  display: block;
  height: 20px;
}
.odds-campaign main .showroom {
  display: flex;
  max-width: 990px;
  margin: 0 auto 60px;
  padding: 30px;
  box-shadow: 0 0 10px #ddd;
  background-color: white;
  box-sizing: border-box;
}
.odds-campaign main .showroom .text .title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.odds-campaign main .showroom .text p {
  font-size: 13px;
  line-height: 2;
  color: #8a8b8b;
}
.odds-campaign main .showroom .reservation {
  width: 430px;
  margin-left: 50px;
  padding: 16px 10px 12px;
  text-align: center;
  background-color: #EDF4F8;
  flex: none;
  align-self: flex-start;
}
.odds-campaign main .showroom .reservation .info {
  font-size: 14px;
  font-weight: bold;
  color: #326698;
}
.odds-campaign main .showroom .reservation .info img {
  margin-left: -8px;
  margin-right: 6px;
  vertical-align: middle;
}
.odds-campaign main .showroom .reservation .info .number {
  display: block;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 30px;
  letter-spacing: 3px;
}
.odds-campaign main .showroom .reservation .reception {
  font-size: 12px;
  line-height: 1.9;
  color: #8a8b8b;
}

/* パワポデモを見に行こう！　odds-campaign　ここまで */
/* -------------------------------------------------- */
/* メディアクエリ　1024以下 */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* ヘッダーナビ */
  .drop-down-menu ul li {
    margin: 0;
  }
  /* フッター */
  footer .footer_1 .flex-container {
    margin: 0 16px;
  }
  footer .footer_1 .flex-container .demo .content .title {
    margin-left: 0;
  }
  footer .contact {
    margin: 0;
  }
  /* コロナウイルスへの弊社対応 */
  .covid-19 {
    margin-left: 16px;
    margin-right: 16px;
  }
  /* サブメニュー */
  .sub-menu ul {
    flex-wrap: wrap;
    padding: 0 16px;
  }
  .sub-menu ul::after {
    content: "";
    display: block;
    /* width:calc(33.33% - 10px); */
  }
  .powerpoint .sub-menu ul li {
    width: calc(25% - 10px);
    padding: 12px 0;
    text-align: center;
  }
  /* オッズファクトリーのパワーポイント制作をオススメする６つの理由 */
  .common-recommend {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* カテゴリートップ */
  .category-top .top-img .wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }
  .category-top main .contents {
    margin-left: 16px;
    margin-right: 16px;
  }
  /* トップ　index.html */
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper {
    margin-right: 16px;
  }
  /* サイトマップ */
  .odds-sitemap main {
    margin: 0 16px;
  }
  /* パワポデモを見に行こう！　odds-campaign */
  .odds-campaign main .top-img_demo {
    position: static;
    height: 430px;
    padding: 50px 16px 0;
    text-align: center;
  }
  .odds-campaign main .top-img_demo .showroom_img {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    width: 400px;
  }
  .odds-campaign main .text1, .odds-campaign main .text2, .odds-campaign main .text3 {
    max-width: 600px;
    margin: auto;
  }
  .odds-campaign main .text1 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    color: black;
  }
  .odds-campaign main .text2 {
    padding: 0;
    color: black;
  }
  .odds-campaign main .text3 {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .odds-campaign main .showroom {
    margin-left: 16px;
    margin-right: 16px;
  }
  .odds-campaign main .showroom .reservation {
    width: 320px;
  }
  /* 会社情報　odds-company-info */
  .odds-company-info main {
    margin-left: 16px;
    margin-right: 16px;
  }
  /* パワーポイント制作トップ　.powerpoint-top */
  .powerpoint-top .key-note {
    margin-left: 16px;
    margin-right: 16px;
  }
  /* 制作実績 */
  .category-works main {
    margin: 0 16px;
  }
  /* Q&A */
  .category-faq main {
    margin: 0 16px;
  }
  /* powerpoint/movie.html, */
  /* powerpoint/document.html */
  .powerpoint-movie main .transparent-container,
  .powerpoint-document main .transparent-container {
    margin-left: 16px;
    margin-right: 16px;
  }
  .powerpoint-movie main .voice,
  .powerpoint-document main .voice {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* メディア掲載情報　.odds-media */
  .odds-media main .media-article .media-text {
    padding-left: 16px;
    padding-right: 56px;
  }
  .odds-media main .media-article .media-text h2 {
    font-size: 16px;
  }
  .odds-media main .media-article .media-text p {
    color: #8a8b8b;
  }
}
/* メディアクエリ　1024以下 ここまで */
/* -------------------------------------------------------- */
/* メディアクエリ　767以下 */
/* -------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* ---------------------- */
  /* 共通 */
  /* ---------------------- */
  .arrow-animation img {
    width: 12px;
  }
  /* 〇マーク */
  .powerpoint .circle-mark {
    list-style: url(../img/list-style_ppt_s.png) outside;
  }
  .graphic .circle-mark {
    list-style: url(../img/list-style_gra_s.png) outside;
  }
  .web .circle-mark {
    list-style: url(../img/list-style_web_s.png) outside;
  }
  .circle-mark li span {
    position: static;
  }
  /* ヘッダーナビ */
  header {
    position: relative;
    height: 70px;
  }
  header .title {
    margin: 8px auto 8px 16px;
  }
  header .title .text {
    display: block;
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: -1px;
  }
  header .title .logo a img {
    width: 65px;
  }
  header nav, header .tel, header .contact {
    display: none;
  }
  header #hamburger_btn {
    display: block;
    position: absolute;
    bottom: 17px;
    right: 18px;
    cursor: pointer;
  }
  .sticky_box_clone {
    height: 62px;
  }
  .sticky_box_clone .title {
    margin: 8px auto 8px 16px;
  }
  .sticky_box_clone .title .text {
    display: block;
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: -1px;
  }
  .sticky_box_clone .title .logo a img {
    width: 65px;
  }
  .sticky_box_clone nav, .sticky_box_clone .tel, .sticky_box_clone .contact {
    display: none;
  }
  .sticky_box_clone #hamburger_btn {
    display: block;
    position: absolute;
    bottom: 17px;
    right: 18px;
    cursor: pointer;
  }
  .sticky_box_visible {
    height: 44px;
  }
  .sticky_box_visible .title .text {
    display: none;
  }
  .sticky_box_visible #hamburger_btn {
    top: 14px;
  }
  /* コンパクトメニュー */
  footer .footer_1 .flex-container {
    flex-direction: column;
  }
  footer .footer_1 .flex-container .title {
    font-size: 14px;
    margin-bottom: 14px;
  }
  footer .footer_1 .flex-container .text {
    font-size: 12px;
  }
  footer .footer_1 .flex-container .demo {
    flex-flow: row-reverse;
    max-width: 100%;
    padding: 46px 16px 12px;
    border-right: 0;
    border-bottom: 6px solid #F7F8F8;
  }
  footer .footer_1 .flex-container .demo > img {
    float: none;
    width: 160px;
    margin: 3px 0 0 -3px;
  }
  footer .footer_1 .flex-container .demo .content {
    position: relative;
    margin: 0 32px 0 0;
  }
  footer .footer_1 .flex-container .demo .content .title {
    position: absolute;
    top: -38px;
    width: 300px;
    margin-left: 0;
  }
  footer .footer_1 .flex-container .demo .content .text {
    line-height: 2;
  }
  footer .footer_1 .flex-container .media_blog {
    padding-left: 0;
  }
  footer .footer_1 .flex-container .media_blog .text {
    margin-left: 0;
  }
  footer .footer_1 .flex-container .media_blog .media {
    margin-bottom: 10px;
    padding: 10px 16px 16px;
    border-bottom: 6px solid #F7F8F8;
  }
  footer .footer_1 .flex-container .media_blog .media .title {
    margin-bottom: 12px;
  }
  footer .footer_1 .flex-container .media_blog .blog {
    padding: 0 16px 16px;
  }
  footer .footer_1 .flex-container .media_blog .blog .title {
    margin-bottom: 10px;
  }
  footer .footer_1 .flex-container .media_blog .media .title > img, footer .footer_1 .flex-container .media_blog .blog .title > img {
    display: none;
  }
  footer .footer_2 {
    padding: 20px 16px;
    box-sizing: border-box;
  }
  footer .footer_2 .logo {
    margin: 0 auto 16px;
  }
  footer .footer_2 .logo a img {
    width: 65px;
  }
  footer .footer_2 .flex-container {
    display: block;
    margin: 0 auto 26px;
  }
  footer .footer_2 .flex-container .logo {
    margin: 0;
  }
  footer .footer_2 .flex-container > div:not(:last-child) {
    margin-right: 0;
  }
  footer .footer_2 .flex-container > div .text {
    line-height: 2;
  }
  footer .footer_2 .flex-container .corp {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footer_2 .flex-container .corp .title {
    font-size: 12px;
  }
  footer .footer_2 .flex-container .tel img,
  footer .footer_2 .flex-container .address img {
    float: left;
    width: 15px;
  }
  footer .footer_2 .flex-container .tel .title,
  footer .footer_2 .flex-container .address .title {
    margin-left: 26px;
    font-size: 14px;
  }
  footer .footer_2 .flex-container .tel .text,
  footer .footer_2 .flex-container .address .text {
    margin-left: 28px;
    font-size: 12px;
  }
  footer .footer_2 .flex-container .tel {
    margin-bottom: 24px;
  }
  footer .footer_3 {
    padding-top: 42px;
  }
  footer .footer_3 .flex-container {
    display: none;
  }
  footer .footer_3 .sns {
    margin-bottom: 30px;
    font-size: 22px;
  }
  footer .footer_3 .menu li {
    margin: 0;
  }
  footer .footer_3 .menu li:not(:last-child) {
    margin-right: 30px;
  }
  footer .footer_3 small {
    padding-bottom: 20px;
  }
  footer .contact,
  .powerpoint-top .contents-excerpt .contact {
    height: 72px;
    margin: 0;
    font-size: 14px;
  }
  footer .contact .title,
  .powerpoint-top .contents-excerpt .contact .title {
    margin-left: -28px;
    padding: 18px 0 12px;
  }
  footer .contact .title img,
  .powerpoint-top .contents-excerpt .contact .title img {
    width: 18px;
    margin-right: 12px;
  }
  /* フッター footer　ここまで */
  /* サブメニュー */
  .sub-menu ul {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px;
    overflow: hidden;
  }
  .sub-menu ul li {
    width: 50%;
    padding: 11px 0;
    font-size: 12px;
  }
  .sub-menu ul li.selected {
    margin-top: -4px;
    margin-bottom: 4px;
    padding: 10px 0 0;
    border-bottom: none !important;
  }
  .sub-menu ul li.selected:before {
    content: "・";
    display: inline-block;
    margin-right: -5px;
    font-size: 24px;
    vertical-align: middle;
  }
  .sub-menu ul li.selected:after {
    display: none;
  }
  .sub-menu ul li:not(.selected) {
    transform: translateX(19px);
  }
  .powerpoint .sub-menu ul li.selected:before {
    color: #FF8D00;
  }
  .graphic .sub-menu ul li.selected:before {
    color: #3D8BBC;
  }
  .web .sub-menu ul li.selected:before {
    color: #76AA00;
  }
  .graphic .sub-menu ul,
  .web .sub-menu ul {
    justify-content: space-between;
  }
  .graphic .sub-menu ul:after,
  .web .sub-menu ul:after {
    content: "";
    width: calc(50% - 3px);
  }
  .graphic .sub-menu ul li:not(:last-child),
  .web .sub-menu ul li:not(:last-child) {
    margin-right: 0;
  }
  /* 会社概要サブメニュー　.company-outline_sub-menu */
  .company-outline_sub-menu ul li {
    padding: 16px 0;
    font-size: 12px;
  }
  /* パンくずリスト */
  .breadcrumbs {
    margin: 16px 0 28px;
    font-size: 10px;
  }
  .breadcrumbs.bread-bottom {
    margin: 16px 0;
  }
  .covid-19 {
    margin: 0 16px;
    padding: 18px 20px 12px;
    font-size: 12px;
  }
  .covid-19 .title {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  /* トップ画像　小 */
  .top-img_small {
    height: 64px;
    padding-top: 10px;
    font-size: 14px;
  }
  .top-img_small img {
    width: 44px;
    margin-bottom: 8px;
  }
  .graphic .top-img_small {
    padding-top: 6px;
  }
  .graphic .top-img_small span {
    font-size: 9px;
  }
  .odds .top-img_small {
    padding-top: 24px;
  }
  .odds .top-img_small h1 {
    font-size: 18px;
  }
  .odds-media .top-img_small, .odds-blog .top-img_small {
    padding-top: 13px;
  }
  .odds-media .top-img_small span, .odds-blog .top-img_small span {
    margin-top: 12px;
    font-size: 10px;
  }
  /* 共通h1 */
  .common-h1 {
    margin: 30px 0 18px;
    padding-bottom: 14px;
    font-size: 24px;
  }
  .common-h1 .sub {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .common-h1 .small {
    font-size: 10px;
  }
  /* オッズファクトリーのパワーポイント制作をオススメする６つの理由 */
  .common-recommend {
    padding: 20px 0 4px;
  }
  .common-recommend .recommend-title {
    margin-bottom: 28px;
    font-size: 14px;
  }
  .common-recommend .recommend-title span {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .common-recommend ul {
    flex-direction: column;
    margin: 0 16px;
  }
  .common-recommend ul li {
    max-width: 100%;
    margin-bottom: 22px;
  }
  .common-recommend ul li img {
    width: 50px;
  }
  .common-recommend ul li div {
    margin-left: 10px;
  }
  .common-recommend ul li div .title, .common-recommend ul li div text {
    font-size: 12px;
  }
  .common-recommend ul li div .title {
    margin-top: 2px;
    margin-bottom: 10px;
  }
  /* カテゴリートップ　.category-top */
  .category-top .top-img {
    height: 180px;
    margin-bottom: 14px;
  }
  .category-top .top-img .wrapper {
    padding: 102px 18px 0;
  }
  .category-top .top-img .wrapper img {
    width: 44px;
    margin-bottom: 16px;
  }
  .category-top .top-img .wrapper h1 {
    font-size: 23px;
  }
  .category-top.graphic-top .top-img .wrapper {
    padding-top: 74px;
  }
  .category-top.graphic-top .top-img .wrapper img {
    margin-bottom: 20px;
  }
  .category-top.web-top .top-img .wrapper {
    padding-top: 100px;
  }
  .category-top.web-top .top-img .wrapper img {
    margin-bottom: 20px;
  }
  .category-top .text-position {
    position: static;
    margin-bottom: 20px;
  }
  .category-top .text-position .text {
    position: static;
  }
  .category-top .text-position .text .text-1 {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .category-top .text-position .text .text-2 {
    max-width: 100%;
    font-size: 12px;
  }
  .category-top main {
    margin-top: 28px;
  }
  .category-top main .contents {
    flex-direction: column;
  }
  .category-top main .contents section {
    width: calc(100% - 32px);
    margin: 0 16px 28px;
  }
  .category-top main .contents section .big {
    margin: 8px 6px -6px;
    font-size: 10px;
  }
  .category-top main .contents section .big a img {
    width: 15px;
    margin-right: 4px;
    vertical-align: text-bottom;
  }
  .category-top main .contents section h2 {
    margin: 18px 16px 16px;
    font-size: 18px;
  }
  .category-top main .contents section h2 .subtitle {
    margin-bottom: -2px;
    font-size: 12px;
  }
  .category-top main .contents section h2 .example {
    font-size: 12px;
  }
  .category-top main .contents section h2.government {
    height: auto;
    padding-top: inherit;
    box-sizing: none;
  }
  .category-top main .contents section .description {
    margin: 0 16px 12px;
    font-size: 12px;
  }
  .category-top main .contents section ul {
    margin: 0 16px 18px;
    padding: 10px 16px 10px 8px;
  }
  .category-top main .contents section ul li {
    font-size: 12px;
    line-height: 1.8;
  }
  .category-top main .contents section .details {
    margin-bottom: 20px;
  }
  .category-top main .contents section .details a {
    font-size: 13px;
  }
  /* カテゴリートップ　.category-top　ここまで */
  /* 制作実績　works.html */
  .category-works main {
    margin: 0 16px;
  }
  .category-works main .heading {
    position: static;
    margin: 24px 0 32px;
  }
  .category-works main .heading .other_works {
    position: static;
  }
  .category-works main .other_works {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: -8px;
    text-align: right;
  }
  .category-works main .other_works a {
    height: 36px;
    padding: 12px 16px 12px 24px;
    font-size: 10px;
    box-sizing: border-box;
  }
  .category-works main .other_works a:first-child {
    margin-bottom: 6px;
  }
  .category-works main .other_works a:first-child {
    margin-left: 0;
  }
  .category-works main .other_works a .arrow-animation {
    margin-left: 10px;
  }
  .category-works main .other_works a .arrow-animation img {
    width: 13px;
  }
  .category-works main .other_works.bottom {
    margin-bottom: 50px;
  }
  .category-works main .works-section {
    margin-bottom: 50px;
  }
  .category-works main .works-section:last-of-type {
    margin-bottom: 106px;
  }
  .category-works main .works-section:first-of-type {
    margin-top: -8px;
  }
  .category-works main .works-section .common-movie {
    margin-bottom: 24px;
  }
  .category-works main .works-section > img {
    margin-bottom: 26px;
  }
  .category-works main .works-section .detail {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .category-works main .works-section .circle-mark {
    margin-bottom: 24px;
    padding: 10px 20px;
    padding-left: 28px;
  }
  .category-works main .works-section .circle-mark li {
    font-size: 12px;
  }
  .category-works main .works-section .circle-mark li:not(:last-child) {
    margin-bottom: 14px;
  }
  .category-works main .works-section .text {
    margin-left: 0;
  }
  .category-works main .works-section .text .from {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .category-works main .works-section .text .from img {
    width: 16px;
    vertical-align: -2px;
  }
  .category-works main .works-section .text p {
    padding: 10px 34px;
    font-size: 12px;
    background-image: url(../img/double-quotation_1s.png), url(../img/double-quotation_2s.png);
  }
  .category-works main .works-section .flex-container {
    display: block;
  }
  .category-works main .works-section .flex-container .text {
    margin-left: 0;
  }
  .category-works main .works-section .flex-container .text p {
    padding: 10px 40px;
  }
  .category-works main .works-section .flex-container .img span {
    margin-bottom: 20px;
  }
  .category-works main .works-section .flex-container .img img {
    width: 100%;
  }
  .category-works main .works-title {
    margin-bottom: 18px;
    padding: 8px 10px;
    font-size: 16px;
    border-left: 5px solid;
  }
  .category-works main .powerpoint-list {
    margin-top: -10px;
    margin-bottom: 12px;
  }
  .category-works main .powerpoint-list > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .category-works main .powerpoint-list > li .detail {
    padding: 25px 14px 18px;
  }
  .category-works main .powerpoint-list > li .ppt-title {
    padding-bottom: 17px;
    font-size: 18px;
  }
  .category-works main .powerpoint-list > li .ppt-title span {
    margin-top: 7px;
    font-size: 12px;
  }
  .category-works main .powerpoint-list > li .circle-mark {
    padding: 0 26px;
  }
  .category-works main .powerpoint-list > li .circle-mark li {
    font-size: 12px;
  }
  .category-works main .powerpoint-list > li .circle-mark li:not(:last-child) {
    margin-bottom: 8px;
  }
  .category-works.ppt-detail main section.design {
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .category-works.ppt-detail main section.design .title {
    margin-bottom: 23px;
    font-size: 16px;
  }
  .category-works.ppt-detail main section.design .title::before {
    margin-right: 18px;
  }
  .category-works.ppt-detail main section.design .title::after {
    margin-left: 18px;
  }
  .category-works.ppt-detail main section.design ul {
    display: block;
    margin: 0;
  }
  .category-works.ppt-detail main section.design li {
    width: 100%;
    margin: 0 0 20px;
  }
  .category-works.ppt-detail main .ppt-detail-nav {
    margin-bottom: 44px;
  }
  .category-works.ppt-detail main .ppt-detail-linkbtn {
    display: block;
    margin: 0 0 50px;
  }
  .category-works.ppt-detail main .ppt-detail-linkbtn .btn {
    width: 100%;
    height: 72px;
    margin: 0;
  }
  .category-works.ppt-detail main .ppt-detail-linkbtn .btn.contact img {
    width: 18px;
    height: auto;
  }
  .category-works.ppt-detail main .ppt-detail-linkbtn .btn.ppt-work img {
    width: 24px;
    height: auto;
  }
  .category-works.ppt-detail main .ppt-detail-linkbtn .btn:not(:last-child) {
    margin-bottom: 20px;
  }
  .category-works.ppt-detail main .ppt-detail-linkbtn .btn .title {
    font-size: 14px;
    height: 16px;
    padding: 18px 0 10px;
  }
  /* 制作実績　works.html　ここまで */
  /* 価格・料金　price.html */
  .category-price main h1 {
    margin-bottom: 20px;
  }
  .category-price main table.service thead tr th {
    display: block;
    width: 100% !important;
    padding: 0;
    font-size: 11px;
  }
  .category-price main table.service thead tr th:first-child {
    padding: 10px 10px 14px;
  }
  .category-price main table.service thead tr th:last-child {
    padding: 0px 10px 10px;
  }
  .category-price main table.service tbody tr td {
    display: block;
  }
  .category-price main table.service tbody tr td:first-child {
    padding: 16px 10px 14px;
    font-size: 12px;
    border: none;
  }
  .category-price main table.service tbody tr td:last-child {
    padding: 0 10px 16px;
    font-size: 10px;
  }
  .category-price main .comments {
    margin: 10px 0 30px;
    font-size: 10px;
  }
  .category-price main .unit-price_title {
    margin-bottom: 16px;
    font-size: 15px;
  }
  .category-price main table.unit-price {
    table-layout: fixed;
    margin-bottom: 56px;
  }
  .category-price main table.unit-price thead tr {
    display: flex;
    flex-wrap: wrap;
  }
  .category-price main table.unit-price thead tr th {
    font-size: 11px;
  }
  .category-price main table.unit-price thead tr th:nth-child(1) {
    display: block;
    width: 100%;
  }
  .category-price main table.unit-price thead tr th:nth-child(2) {
    width: 30%;
  }
  .category-price main table.unit-price thead tr th:nth-child(3) {
    width: 20%;
  }
  .category-price main table.unit-price thead tr th:nth-child(4) {
    width: 50%;
  }
  .category-price main table.unit-price tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .category-price main table.unit-price tbody tr td {
    flex: none;
    padding: 0;
  }
  .category-price main table.unit-price tbody tr td:nth-child(1) {
    display: block;
    width: 100%;
    padding: 12px 10px 8px;
    font-size: 12px;
    border: none;
  }
  .category-price main table.unit-price tbody tr td:nth-child(2) {
    width: 30%;
    padding: 0 10px 12px;
    font-size: 10px;
  }
  .category-price main table.unit-price tbody tr td:nth-child(3) {
    width: 20%;
    padding: 0 10px 12px;
    font-size: 10px;
  }
  .category-price main table.unit-price tbody tr td:nth-child(4) {
    width: 50%;
    padding: 0 10px 12px;
    font-size: 10px;
  }
  .category-price main table.unit-price tbody tr.rowspan td:nth-child(1) {
    width: 30%;
    padding: 14px 10px 12px;
    font-size: 10px;
    border-bottom: 1px solid #E5E5E5;
  }
  .category-price main table.unit-price tbody tr.rowspan td:nth-child(2) {
    width: 20%;
    padding: 14px 10px 12px;
    font-size: 10px;
  }
  .category-price main table.unit-price tbody tr.rowspan td:nth-child(3) {
    width: 50%;
    padding: 14px 10px 12px;
    font-size: 10px;
  }
  /* 価格・料金　price.html　ここまで */
  /* 仕事の流れ　job.html */
  .category-job main .description {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .category-job main section.work-flow {
    padding: 36px 0 0 10px;
  }
  .category-job main section.work-flow:last-child {
    margin-bottom: 32px;
  }
  .category-job main section.work-flow img {
    width: 64px;
  }
  .category-job main section.work-flow .work-text {
    margin-left: 24px;
  }
  .category-job main section.work-flow .work-text h2 {
    font-size: 14px;
  }
  .category-job main section.work-flow .work-text p {
    font-size: 12px;
  }
  .category-job main section.work-flow:not(:last-child)::after {
    left: 36px;
  }
  .category-job.powerpoint main section.work-flow:not(:last-child)::after {
    content: url(../img/icon_job_ppt_s.png);
  }
  .category-job.graphic main section.work-flow:not(:last-child)::after {
    content: url(../img/icon_job_gra_s.png);
  }
  .category-job.web main section.work-flow:not(:last-child)::after {
    content: url(../img/icon_job_web_s.png);
  }
  /* 仕事の流れ　job.html　ここまで */
  /* パワーポイント動画制作　powerpoint/movie.html, */
  /* パワーポイント資料制作　powerpoint/document.html */
  .powerpoint-movie main .transparent-container,
  .powerpoint-document main .transparent-container {
    margin: 0 16px 20px;
  }
  .powerpoint-movie main .transparent-container h1,
  .powerpoint-document main .transparent-container h1 {
    margin-bottom: inherit;
  }
  .powerpoint-movie main .transparent-container .refined,
  .powerpoint-document main .transparent-container .refined {
    margin: 24px 0 16px;
    font-size: 14px;
  }
  .powerpoint-movie main .transparent-container .description,
  .powerpoint-document main .transparent-container .description {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 2.1;
    color: #8a8b8b;
  }
  .powerpoint-movie main .transparent-container ul,
  .powerpoint-document main .transparent-container ul {
    margin-bottom: 22px;
    padding: 14px 30px;
  }
  .powerpoint-movie main .transparent-container ul li,
  .powerpoint-document main .transparent-container ul li {
    font-size: 12px;
    color: #8a8b8b;
  }
  .powerpoint-movie main .transparent-container ul li:not(:last-child),
  .powerpoint-document main .transparent-container ul li:not(:last-child) {
    margin-bottom: 23px;
  }
  .powerpoint-movie main .transparent-container .item-flex-container,
  .powerpoint-document main .transparent-container .item-flex-container {
    display: block;
  }
  .powerpoint-movie main .transparent-container .item-flex-container .item,
  .powerpoint-document main .transparent-container .item-flex-container .item {
    width: 100%;
    margin-bottom: 22px;
  }
  .powerpoint-movie main .transparent-container .item-flex-container .item img,
  .powerpoint-document main .transparent-container .item-flex-container .item img {
    width: 72px;
    margin: 2px 18px 0 10px;
  }
  .powerpoint-movie main .transparent-container .item-flex-container .item .text,
  .powerpoint-document main .transparent-container .item-flex-container .item .text {
    margin-top: -4px;
  }
  .powerpoint-movie main .transparent-container .item-flex-container .item .text .title,
  .powerpoint-document main .transparent-container .item-flex-container .item .text .title {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.6;
  }
  .powerpoint-movie main .transparent-container .item-flex-container .item .text .detail,
  .powerpoint-document main .transparent-container .item-flex-container .item .text .detail {
    font-size: 12px;
    line-height: 2;
  }
  .powerpoint-movie main .voice,
  .powerpoint-document main .voice {
    padding: 28px 16px 30px;
  }
  .powerpoint-movie main .voice h3,
  .powerpoint-document main .voice h3 {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .powerpoint-movie main .voice .flex-container,
  .powerpoint-document main .voice .flex-container {
    display: block;
  }
  .powerpoint-movie main .voice .flex-container .movie-container,
  .powerpoint-document main .voice .flex-container .movie-container {
    width: 100%;
    margin-bottom: 24px;
    height: 0;
    padding-top: 56.25%;
  }
  .powerpoint-movie main .voice .flex-container img,
  .powerpoint-document main .voice .flex-container img {
    width: 100%;
    margin-bottom: 24px;
  }
  .powerpoint-movie main .voice .flex-container .text,
  .powerpoint-document main .voice .flex-container .text {
    margin-left: 0;
  }
  .powerpoint-movie main .voice .flex-container .text .title,
  .powerpoint-document main .voice .flex-container .text .title {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .powerpoint-movie main .voice .flex-container .text .detail,
  .powerpoint-document main .voice .flex-container .text .detail {
    padding: 0 40px;
    font-size: 12px;
    line-height: 2;
    background-image: url(../img/double-quotation_1s.png), url(../img/double-quotation_2s.png);
  }
  .powerpoint-movie main .voice .all_link,
  .powerpoint-document main .voice .all_link {
    width: 219px;
    height: 40px;
    margin: 44px auto 0;
    font-size: 13px;
    line-height: 38px;
  }
  /* パワーポイント動画制作　powerpoint/movie.html, */
  /* パワーポイント資料制作　powerpoint/document.html　ここまで */
  /* index.html　トップ */
  .odds-top .swiper-container {
    margin-bottom: 20px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide {
    height: 320px;
    padding: 0px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .title {
    margin: 50px 0 20px 30px;
    font-size: 50px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .text {
    margin: 0 auto 10px 30px;
    font-size: 12px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title .odds {
    margin-left: -70px;
    margin-bottom: 6px;
    font-size: 70px;
    text-align: center;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title .for-your-business {
    display: block;
    padding-left: 100px;
    text-align: center;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title .for-your-business .for {
    margin-left: 0;
    font-size: 17px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .wrapper .odds_title .for-your-business .your-business {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .btn {
    width: 170px;
    height: 38px;
    margin: auto;
    line-height: 38px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide .btn a {
    font-size: 13px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_odds {
    background: url(../img/img_odds_dark.jpg) 68% center/cover no-repeat;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_odds .text {
    width: 230px;
    margin: 0 auto 10px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_powerpoint .title, .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_graphic .title, .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_web .title {
    margin-right: auto;
    margin-left: auto;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_powerpoint .text, .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_graphic .text, .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_web .text {
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_powerpoint .title, .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_powerpoint .text {
    max-width: 300px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_graphic .title, .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_graphic .text {
    max-width: 320px;
  }
  .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_web .title, .odds-top .swiper-container .swiper-wrapper .swiper-slide.slide_web .text {
    max-width: 270px;
  }
  .odds-top main {
    margin-top: 30px;
  }
  .odds-top main .flex-container {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .odds-top main .flex-container .service {
    position: static;
    width: 100%;
    height: 158px;
    padding: 18px 16px 0;
  }
  .odds-top main .flex-container .service h1 {
    margin-bottom: 16px;
    font-size: 17px;
  }
  .odds-top main .flex-container .service p {
    font-size: 12px;
  }
  .odds-top main .flex-container a div {
    padding-top: 18px;
  }
  .odds-top main .flex-container a div h2 {
    margin: 18px 0 14px;
    font-size: 18px;
  }
  .odds-top main .flex-container a div p {
    padding: 0 20px;
    font-size: 12px !important;
    line-height: 2;
  }
  .odds-top main .flex-container .powerpoint {
    height: 336px;
    margin: 0 0 5px;
  }
  .odds-top main .flex-container .powerpoint div {
    position: static;
    max-width: 340px;
    height: 180px;
    margin: 14px auto 0;
  }
  .odds-top main .flex-container .powerpoint div img {
    width: 46px;
  }
  .odds-top main .flex-container .graphic_web {
    width: 100%;
  }
  .odds-top main .flex-container .graphic_web .graphic {
    height: 270px;
    margin-bottom: 5px;
    background-size: cover;
  }
  .odds-top main .flex-container .graphic_web .graphic div {
    max-width: 220px;
    top: 16px;
    right: 0;
  }
  .odds-top main .flex-container .graphic_web .graphic div img {
    width: 32px;
  }
  .odds-top main .flex-container .graphic_web .web {
    height: 270px;
    background-size: cover;
  }
  .odds-top main .flex-container .graphic_web .web div {
    top: 16px;
    left: 0;
    max-width: 220px;
  }
  .odds-top main .flex-container .graphic_web .web div img {
    width: 32px;
  }
  .odds-top main .expo_pc {
    display: none;
  }
  .odds-top main .expo_sp {
    display: block;
    width: 90%;
    max-width: 680px;
    margin: 0 auto 30px;
  }
  .odds-top main .expo_sp img {
    width: 100%;
  }
  /* index.html　トップ　ここまで */
  /* 会社概要　company-outline */
  .odds-company-outline main .odds_logo {
    width: 98px;
    margin: 16px auto 40px;
  }
  .odds-company-outline main section h2 {
    font-size: 18px;
  }
  .odds-company-outline main section h2 span {
    padding: 0 3px;
    font-size: 40px;
  }
  .odds-company-outline main .vision {
    margin-bottom: 40px;
  }
  .odds-company-outline main .vision .jiririta {
    margin-top: -16px;
    margin-bottom: 20px;
    font-size: 68px;
    letter-spacing: 14px;
    overflow: hidden;
  }
  .odds-company-outline main .vision .jiririta .ruby {
    position: relative;
    left: 30px;
    margin: 0 0 22px 0;
    font-size: 9px;
    letter-spacing: 72px;
  }
  .odds-company-outline main .vision p {
    font-size: 12px;
  }
  .odds-company-outline main .vision p .br {
    display: block;
  }
  .odds-company-outline main .honest-mind {
    margin-bottom: 30px;
  }
  .odds-company-outline main .honest-mind h2 {
    margin-bottom: 28px;
  }
  .odds-company-outline main .honest-mind .flex-container {
    flex-direction: column;
  }
  .odds-company-outline main .honest-mind .flex-container article {
    width: 100%;
    margin-bottom: 30px;
  }
  .odds-company-outline main .honest-mind .flex-container article .number {
    width: 60px;
    margin-top: -5px;
    font-size: 8px;
  }
  .odds-company-outline main .honest-mind .flex-container article .number span {
    font-size: 26px;
  }
  .odds-company-outline main .honest-mind .flex-container article .text h3 {
    margin-bottom: 18px;
    font-size: 13px;
  }
  .odds-company-outline main .honest-mind .flex-container article .text p {
    font-size: 12px;
    line-height: 2;
  }
  .odds-company-outline main .honest-mind .excerpt {
    font-size: 9px;
  }
  .odds-company-outline main .about_odds {
    padding: 0 0 30px;
    background: url(../img/odds_office_s.jpg) center 88%/cover no-repeat;
  }
  .odds-company-outline main .about_odds .flex-container {
    flex-direction: column-reverse;
    padding: 0 16px;
  }
  .odds-company-outline main .about_odds .flex-container .about-text .greeting {
    font-size: 12px;
  }
  .odds-company-outline main .about_odds .flex-container .about-text .title {
    margin-bottom: 22px;
    font-size: 16px;
  }
  .odds-company-outline main .about_odds .flex-container .about-text .text {
    font-size: 12px;
  }
  .odds-company-outline main .about_odds .flex-container .about-text .text:not(:last-child) {
    margin-bottom: 20px;
  }
  .odds-company-outline main .about_odds .flex-container img {
    position: static;
    width: 200px;
    margin-bottom: 30px;
  }
  /* 会社概要　company-outline　ここまで */
  /* 会社情報　company-info */
  .odds-company-info main {
    margin: 0 16px 30px;
    padding-top: 0;
    padding-bottom: 14px;
  }
  .odds-company-info main .odds_logo {
    width: 98px;
  }
  .odds-company-info main h2 {
    padding: 36px 0 46px;
    font-size: 18px;
  }
  .odds-company-info main h3, .odds-company-info main section span, .odds-company-info main h4, .odds-company-info main li {
    font-size: 12px;
    line-height: 2;
  }
  .odds-company-info main .flex {
    flex-direction: column;
    padding: 10px 16px 8px 10px;
  }
  .odds-company-info main .flex h3 {
    padding-left: 0;
  }
  .odds-company-info main .map {
    padding-bottom: 280px;
  }
  /* サイトマップ sitemap */
  .odds-sitemap main {
    margin: 0 16px;
  }
  .odds-sitemap main .odds_top {
    margin: -4px auto 0;
  }
  .odds-sitemap main .odds_top a {
    font-size: 12px;
  }
  .odds-sitemap main .flex-container {
    display: block;
    padding: 30px 0 16px;
  }
  .odds-sitemap main .flex-container:nth-of-type(2) {
    margin-top: -18px;
    padding-top: 16px;
  }
  .odds-sitemap main .flex-container .menu {
    width: 100%;
    margin-bottom: 26px;
  }
  .odds-sitemap main .flex-container .menu .title {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .odds-sitemap main .flex-container .menu .title a {
    padding: 12px;
  }
  .odds-sitemap main .flex-container .menu ul li {
    margin-bottom: -5px;
    font-size: 12px;
  }
  .odds-sitemap main .flex-container .menu.other {
    margin-bottom: 12px;
  }
  .odds-sitemap main .flex-container .menu.other ul li {
    margin-bottom: -6px;
  }
  .odds-sitemap main .flex-container .menu .other1, .odds-sitemap main .flex-container .menu .other2 {
    margin-bottom: 12px;
  }
  /* サイトポリシー　sitepolicy、 */
  /* プライバシーポリシー　privacy */
  .odds-sitepolicy main,
  .odds-privacy main {
    margin: -26px auto 30px;
  }
  .odds-sitepolicy main section,
  .odds-privacy main section {
    padding: 26px 0 16px;
  }
  .odds-sitepolicy main h2,
  .odds-privacy main h2 {
    padding-bottom: 14px;
    font-size: 14px;
  }
  .odds-sitepolicy main p, .odds-sitepolicy main li,
  .odds-privacy main p,
  .odds-privacy main li {
    font-size: 12px;
  }
  .odds-privacy main .last-updated {
    margin-bottom: 8px;
    padding-top: 24px;
  }
  .odds-privacy main ul {
    list-style: url(../img/list-style_privacy_s.png);
  }
  /* メディア掲載情報　media */
  .odds-media main {
    margin-top: -4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .odds-media main .media-article {
    padding-top: 26px;
    padding-bottom: 0;
    flex-direction: column;
  }
  .odds-media main .media-article:last-child {
    margin-bottom: 48px;
  }
  .odds-media main .media-article img {
    margin: 0 auto;
    /* width: 100%; */
    max-width: 240px;
    height: auto;
  }
  .odds-media main .media-article .media-text {
    width: 100%;
    max-width: 550px;
    margin: 10px auto 20px;
  }
  .odds-media main .media-article .media-text h2 {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
  }
  .odds-media main .media-article .media-text p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.9;
    color: #8a8b8b;
  }
  /* パワポデモを見に行こう！　campaign */
  .odds-campaign main .top-img_demo {
    position: static;
    height: 295px;
    padding: 26px 16px 0;
    text-align: center;
    background: url(../img/odds_office_s.jpg) center 70%/cover no-repeat;
  }
  .odds-campaign main .top-img_demo .demo_text_img {
    width: 64px;
    margin-bottom: 20px;
  }
  .odds-campaign main .top-img_demo h1 {
    font-size: 24px;
  }
  .odds-campaign main .top-img_demo .showroom_img {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    width: 266px;
  }
  .odds-campaign main .text1 {
    margin: -8px 16px 12px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    color: black;
  }
  .odds-campaign main .text1 .br {
    display: block;
  }
  .odds-campaign main .text2 {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }
  .odds-campaign main .text3 {
    margin: 12px 16px 24px;
    font-size: 12px;
  }
  .odds-campaign main .text3 .br {
    height: 12px;
  }
  .odds-campaign main .showroom {
    flex-direction: column;
    margin: 0 16px 30px;
    padding: 22px 16px 18px;
  }
  .odds-campaign main .showroom .text .title {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .odds-campaign main .showroom .text p {
    margin-bottom: 14px;
    font-size: 12px;
  }
  .odds-campaign main .showroom .reservation {
    width: 100%;
    margin-left: 0;
    padding: 10px 16px 8px;
    box-sizing: border-box;
  }
  .odds-campaign main .showroom .reservation .info {
    margin-left: -8px;
    font-size: 12px;
  }
  .odds-campaign main .showroom .reservation .info img {
    width: 14px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .odds-campaign main .showroom .reservation .info .number {
    margin: 6px 0 6px 10px;
    font-size: 26px;
  }
  .odds-campaign main .showroom .reservation .reception {
    font-size: 10px;
  }
  /* .powerpoint-top */
  .powerpoint-top .covid-19 {
    margin-top: 30px !important;
  }
  .powerpoint-top .key-note {
    max-width: 100%;
    margin: 10px 16px 54px;
    padding: 12px 12px 4px;
    font-size: 12px;
  }
  .powerpoint-top .key-note .text {
    margin-top: 6px;
    line-height: 2;
  }
  .powerpoint-top .contents-excerpt .powerpoint-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .powerpoint-top .contents-excerpt .category-works {
    margin-bottom: 50px;
  }
  .powerpoint-top .contents-excerpt .category-faq dl {
    margin-bottom: 50px;
  }
  .powerpoint-top .contents-excerpt .contact {
    margin-bottom: 50px;
  }
  .powerpoint-top .about-ppt {
    padding: 30px 0 24px;
  }
  .powerpoint-top .about-ppt .flex-container {
    flex-direction: column-reverse;
    padding: 0 16px;
  }
  .powerpoint-top .about-ppt .flex-container .about-text .about {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .powerpoint-top .about-ppt .flex-container .about-text .title {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .powerpoint-top .about-ppt .flex-container .about-text .text {
    font-size: 12px;
  }
  .powerpoint-top .about-ppt .flex-container img {
    position: static;
    width: 142px;
    margin-bottom: 30px;
  }
  /* PPT制作をご検討の皆様へ */
  .powerpoint-notice main .description {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 2;
  }
  .powerpoint-notice main ul {
    margin-bottom: 30px;
  }
  .powerpoint-notice main section {
    margin-bottom: 30px;
  }
  .powerpoint-notice main section h2 {
    margin-bottom: 28px;
    padding: 8px 8px 8px 10px;
    font-size: 16px;
    border-left: 5px solid #FF8D00;
  }
  .powerpoint-notice main section ul {
    margin-bottom: 18px;
  }
  .powerpoint-notice main section ul li {
    font-size: 12px;
    line-height: 2;
    margin-left: 1.6em;
  }
  .powerpoint-notice main section ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .powerpoint-notice main section .flex-container {
    display: block;
  }
  .powerpoint-notice main section .flex-container img {
    width: 100%;
    margin-left: 0;
  }
  .powerpoint-notice main section:last-of-type {
    margin-bottom: 16px;
  }
  .powerpoint-notice main .annotation {
    margin: 0px 0 46px;
    padding: 10px 16px 8px;
    font-size: 12px;
    line-height: 2;
  }
  /* Q&A */
  .category-faq main {
    margin: 0 16px;
  }
  .category-faq main .description {
    font-size: 12px;
    line-height: 2;
  }
  .category-faq main dl {
    margin: 24px 0 58px;
  }
  .category-faq main dl dt {
    padding: 14px 0 10px 2px;
    font-size: 12px;
    line-height: 1.8;
  }
  .category-faq main dl dt:before {
    top: 0;
    margin-right: 12px;
    font-size: 18px;
  }
  .category-faq main dl dt:after {
    margin-right: 4px;
  }
  .category-faq main dl dd {
    padding: 10px 24px 10px 28px;
    font-size: 12px;
  }
  .category-faq main dl dd:before {
    margin-right: 12px;
    font-size: 18px;
  }
  .category-faq.powerpoint main dl dt:after {
    content: url(../img/icon_faq_ppt_s.png);
  }
  .category-faq.graphic main dl dt:after {
    content: url(../img/icon_faq_gra_s.png);
  }
  .category-faq.web main dl dt:after {
    content: url(../img/icon_faq_web_s.png);
  }
}
.fb_iframe_widget {
  margin-left: 8px;
}

/* swiper */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

/* 前ページ、次ページボタン共通のスタイル */
@keyframes prev-animation {
  80% {
    margin-left: -12px;
  }
}
@keyframes next-animation {
  80% {
    margin-left: 12px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  display: block;
}

.swiper-button-prev {
  left: 26px;
}
.swiper-button-prev:hover img {
  animation: prev-animation 1.2s infinite;
}

.swiper-button-next {
  right: 16px;
}
.swiper-button-next:hover img {
  animation: next-animation 1.2s infinite;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 7px !important;
  opacity: 1;
  background-color: white;
}

.swiper-pagination-bullet-active {
  background-color: black;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 18px;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
  @keyframes prev-animation {
    80% {
      margin-left: -5px;
    }
  }
  @keyframes next-animation {
    80% {
      margin-left: 5px;
    }
  }
}
/* scrolltrigger */
.visible.translateY, .invisible.translateY {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateY {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* .visible.translateY-2, .invisible.translateY-2 { */
/*   -webkit-transform: translateY(10px); */
/*           transform: translateY(10px); */
/*   opacity: 0; */
/*   -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1); */
/*   transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1); */
/* } */
/* .visible.translateY-2 { */
/*   -webkit-transform: translateY(0); */
/*           transform: translateY(0); */
/*   opacity: 1; */
/* } */
/* .visible.translateToLeft, .invisible.translateToLeft { */
/*   -webkit-transform: translateX(100px); */
/*           transform: translateX(100px); */
/*   -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/*   transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/* } */
/* .visible.translateToLeft { */
/*   -webkit-transform: translateX(0); */
/*           transform: translateX(0); */
/* } */
/* .visible.translateToRight, .invisible.translateToRight { */
/*   -webkit-transform: translateX(-100px); */
/*           transform: translateX(-100px); */
/*   -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/*   transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/* } */
/* .visible.translateToRight { */
/*   -webkit-transform: translateX(0); */
/*           transform: translateX(0); */
/* } */
/* .visible.translateScaleUp, .invisible.translateScaleUp { */
/*   -webkit-transform: scale(0.5); */
/*           transform: scale(0.5); */
/*   -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/*   transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/* } */
/* .visible.translateScaleUp { */
/*   -webkit-transform: scale(1); */
/*           transform: scale(1); */
/* } */
/* .visible.translateScaleDown, .invisible.translateScaleDown { */
/*   -webkit-transform: scale(1.4); */
/*           transform: scale(1.4); */
/*   -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/*   transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/* } */
/* .visible.translateScaleDown { */
/*   -webkit-transform: scale(1); */
/*           transform: scale(1); */
/* } */
/* .visible.translateRotate, .invisible.translateRotate { */
/*   -webkit-transform: rotate(360deg); */
/*           transform: rotate(360deg); */
/*   -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/*   transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
/* } */
/* .visible.translateRotate { */
/*   -webkit-transform: rotate(0deg); */
/*           transform: rotate(0deg); */
/* } *//*# sourceMappingURL=style.css.map */