@charset "utf-8";
@import url("//use.typekit.net/mgt7kxz.css");

/*
Theme Name: c3_corp
Template: twentyseventeen
*/

/**
 * ・reset
 * ・base
 * ・layout
 * ・component
 *   ・四角ボタン
 *   ・角丸ボタン
 *   ・外部リンク
 *   ・吹き出し
 *   ・2カラム
 *   ・3カラム
 *   ・お知らせ一覧
 *   ・お問い合わせはこちら
 * ・keyframes
 * ・ヘッダー、フッター
 * ・サイドバー
 * ・TOPページ
 * ・CONCEPT
 * ・WORKS
 *   ・一覧
 *   ・記事詳細
 * ・SERVICES
 *   ・ホームページ制作
 *   ・Webシステム開発事業
 *   ・グラフィックデザイン事業
 *   ・その他
 * ・記事一覧、記事詳細
 * ・COMPANY
 * ・CONTACT
 */



/* ========================================================
 * reset
 * ======================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

button:focus {
  outline: none !important;
}

/* 親設定 */
ul, ol, p {
  margin: 0;
}
.single-featured-image-header {
  display: none;
}
.main-navigation a {
  padding: 0;
}
#content {
  padding: 0 !important;
}
a,
a:hover {
  box-shadow: none !important;
}



/* ========================================================
 * base
 * ======================================================== */

html {
  color: #333;
  font-size: 62.5%;
}
body,
input,
select,
textarea {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, sans-serif !important;
}
@media screen and (min-width: 769px) {
  body,
  input,
  select,
  textarea {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  body,
  input,
  select,
  textarea {
    font-size: 1.4rem;
  }
}


h1, h2, h3, h4, h5, h6 {
  color: #333;
}
html[lang="ja"] h2 {
  letter-spacing: 2px !important;
}

p {
  line-height: 1.8;
}

img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  a {
    transition: color 0.2s;
  }
  a:hover {
    color: #007bf1 !important;
  }
}

/* スクロールバー */
::-webkit-scrollbar{ /*バーの太さ*/
  width: 5px;
}
::-webkit-scrollbar-track{ /*バーの背景色*/
  background:#f2f3f8;
}
::-webkit-scrollbar-thumb{ /*バーの色*/
  background:#939b9f;
}

/* 簡易 表示・非表示 */
@media screen and (min-width: 769px) {
  .tb,
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) { /* iPad */
  .pc,
  .sp {
    display: none;
  }
}
@media screen and (max-width: 375px) { /* iPhone */
  .pc,
  .tb {
    display: none;
  }
}
@media screen and (min-width: 768px) { 
  .pc_only { display: block; }
  .sp_only { display: none; }
}
@media screen and (max-width: 767px) { 
  .pc_only { display: none; }
  .sp_only { display: block; }
}

/* ========================================================
 * layout
 * ======================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  width: 100vw;
  line-height: 60px;
  background: rgba(255,255,255,0.32);
  -webkit-transition: background 0.25s linear;
}
body:not(.home) .site-header {
  background: rgba(255,255,255,0.8);
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 10px 20px;
  }
  /* TOP以外のページ*/
  body:not(.home) .site-header {
    background: #007BF1;
    -webkit-transition: background 0.25s linear;
  }
}


/* TOP以外のページ */
div:not(.top) > .contents-header {
  position: absolute;
  z-index: -1;
  width: 100%;
}


/* ラップ */
@media screen and (min-width: 769px) {
  .contents-wrap {
    padding-top: calc(29vw + 59px);
  }
  .page-wrap {
    max-width: 984px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div:not(.top) > .contents-header {
    padding-top: 59px;
  }
  .contents-wrap {
    padding-top: calc(38vw + 59px);
  }
  .page-wrap {
    padding: 0 20px;
  }
}

.bx-pager-link {
    display: none;
}

/* サービス */
@media screen and (min-width: 769px) {
  .services .contents-wrap {
    padding-top: 21vw;
  }
}
@media screen and (max-width: 768px) {
  .contents-wrap {
    padding-top: calc(36vw + 59px);
  }
}
@media screen and (max-width: 375px) {
  .services .contents-wrap {
    padding-top: 51vw;
  }
}
@media screen and (max-width: 320px) {
  .services .contents-wrap {
    padding-top: 55vw;
  }
}

.site-footer {
  margin: 0;
  border: 0;
}



/* ========================================================
 * keyframes
 * ======================================================== */

@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}



/* ========================================================
 * component
 * ======================================================== */

.bg-gray {
  background: #f7f7f7;
}

/* 四角ボタン
 * ============================================== */
.square-btn {
  line-height: 50px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid;
  text-align: center;
  transition: background 0.2s;
}
.square-btn a {
  display: block;
  font-weight: bold;
  transition: color 0.2s;
}
.square-btn a:hover {
  color: #fff !important;
}

/* 青色 */
.square-btn--blue {
  border-color: #0065c2;
}
.square-btn--blue:hover {
  background: #0065c2;
}
.square-btn--blue a {
  color: #007bf1;
}

/* 白色 */
.square-btn--white {
  background: transparent;
}
.square-btn--white:hover {
  background: #fff;
}
.square-btn--white a {
  color: #fff;
}
.square-btn--white a:hover {
  color: #333 !important;
}


/* 角丸ボタン
 * ============================================== */
.round-btn {
  position: relative;
  width: 200px;
  line-height: 55px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  transition: background 0.2s;
}
.round-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.round-btn a {
  display: block;
  transition: color 0.2s;
}

/* 青色 */
.round-btn--blue {
  background: #007BF1;
  border: 2px solid #007BF1;
}
.round-btn--blue:hover {
  background: #fff;
}
.round-btn--blue::after {
  background-image: url("https://studio-c3.com/wp-content/uploads/arrow_white-right.png");
}
.round-btn--blue:hover::after {
  background-image: url("https://studio-c3.com/wp-content/uploads/arrow_blue-right.png");
}
.round-btn--blue a {
  color: #fff;
}
.round-btn--blue a:hover {
  color: #007BF1;
}

/* 黒色 */
.round-btn--black {
  background: #fff;
  border: 2px solid #333;
}
.round-btn--black:hover {
  background: #333;
  color: #fff;
}
.round-btn--black::after {
  background-image: url("https://studio-c3.com/wp-content/uploads/arrow_black-right.png");
}
.round-btn--black:hover::after {
  background-image: url("https://studio-c3.com/wp-content/uploads/arrow_white-right.png");
}
.round-btn--black a {
  color: #333;
}
.round-btn--black a:hover {
  color: #fff !important;
}


/* 外部リンク
 * ============================================== */
.external_link,
.article-detail .entry-content a[target="_blank"] {
  color: #007BF1;
  text-decoration: underline;
}
.external_link:hover,
.article-detail .entry-content a[target="_blank"]:hover {
  text-decoration: none;
}
.external_link::after,
.article-detail .entry-content a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/uploads/2018/09/icon_external-link.png");
}

/* 黒色 */
.external_link--black::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-right: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/uploads/2018/09/icon_external-link-black.png");
}
.external_link--black::after {
  display: none;
}

/* 吹き出し
 * ============================================== */
.balloon {
  position: relative;
}
.balloon:before,
.balloon:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
}
.balloon:before {
  bottom: -54px;
  border-top: 25px solid #FFF;
  z-index: 2;
}
.balloon:after {
  bottom: -57px;
  border-top: 25px solid #555;
  z-index: 1;
}


/* 2カラム
 * ============================================== */
.col2 {
  display: flex;
}
.col2__text__head {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .col2__img {
    flex-basis: 44%;
  }
  .col2__text {
    flex-basis: 56%;
  }
  .col2__text-left {
    padding-right: 40px;
  }
  .col2__text-right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .col2 {
    flex-direction: column-reverse;
  }
  .col2__text {
    margin-bottom: 18px;
  }
}


/* 3カラム
 * ============================================== */
.col3__img img {
  width: auto;
}
.col3__text__head {
  line-height: 70px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .col3 {
    display: flex;
    justify-content: space-between;
  }
  .col3-wrap {
    flex-basis: 30%;
  }
  .col3__img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 8px;
  }
  .col3__text__head {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .col3-wrap {
    margin-bottom: 30px;
  }
  .col3-wrap:last-child {
    margin-bottom: 0;
  }
  .col3__img {
    text-align: center;
  }
  .col3__text__head {
    font-size: 1.8rem;
  }
}


/* お知らせ一覧
 * ============================================== */
.new-post__list {
  margin: 0;
  font-size: 1.4rem;
  overflow-x: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.new-post__list__item {
  display: flex;
  align-items: baseline;
  /* border-bottom: 1px solid #959595; */
  width: calc(33.33% - 10px);
}
.new-post__list__item.nothumb {
  width: 100%;
}
.new-post__list__item__date,
.new-post__list__item__category {
  margin: 0;
}
.new-post__list__item__category {
  display: inline-block;
  padding: 3px 8px;
  background: #ededed;
  color: #0080c0;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 8px;
}
.new-post__list__item a {
  flex-grow: 1;
  margin-bottom: 8px;
  padding: 10px 5px;
  line-height: 46px;
  transition: all 0.5s 0s ease;
  overflow: hidden;
}
.new-post__list__item a:hover {
  color: #007bf1;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) !important;
}
@media screen and (min-width: 769px) {
  .new-post__list__item {
    /* width: 200%; */
  }
}
@media screen and (max-width: 768px) {
  .new-post__list {
    flex-wrap: wrap;
  }
  .new-post__list__item {
    width: 100%;
  }
  .new-post__list__item:last-child {
    display: none;
  }
  .new-post__list__item a {
    display: flex;
    justify-content: space-between;
  }
}
.new-post__list__item img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  transition: all 0.5s 0s ease;
}
.new-post__list__item a:hover img {
  scale: 1.08;
}

.new-post__list__item__info {
  display: flex;
  align-items: center;
  margin-top: 8px;
  line-height: 1;
}
.new-post__list__item__thumb {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  .new-post__list__item__thumb {
    width: 40%;
  }
  .new-post__list__item__meta {
    width: calc(60% - 20px);
    margin-left: 20px;
  }
  .t-new-post__view-all {
    text-align: right;
    border: 1px solid #888;
    width: fit-content;
    padding: 4px 16px;
    margin-left: auto;
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

/* お問い合わせはこちら
 * ============================================== */
.contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  background: #F9F9F6;
}
.contact-box__text {
  margin-bottom: 20px;
}
.contact-box .round-btn {
  width: 270px;
  line-height: 50px;
}



/* ========================================================
 * ヘッダー、フッター
 * ======================================================== */

/* ナビゲーション共通 */
@media screen and (min-width: 769px) {
  .site-header__nav,
  .site-footer__nav {
    font-size: 1.4rem;
  }
}

/* ロゴ */
@media screen and (min-width: 769px) {
  .site-header__logo {
    flex-basis: 200px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .site-header__logo {
    flex-basis: 160px;
  }
}

/* ヘッダーナビ */
.site-header__nav {
  margin-left: auto;
}
.site-header__nav__list a {
  display: block;
}
.site-header__nav__list .menu-item-259 { /* ホーム */
  display: none;
}
.site-header__nav__list .menu-item-260 > a svg { /* サービス */
  display: none !important;
}
.site-header__nav__list .menu-item-266 a:hover {
  color: transparent !important;
}
/* スクロール後表示 */
.site-header.header-white {
  background: #fff !important;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .site-header__nav {
    width: 670px;
    margin-left: auto;
  }
  .site-header__nav__list {
    display: flex !important;
    justify-content: space-between;
  }
  .site-header__nav__list .menu-item-265 { /* 電話 */
    display: none;
  }
  .site-header__nav__list .menu-item-266 a { /* お問い合わせ */
    width: 110px;
    background: url("https://studio-c3.com/wp-content/uploads/contact-btn.png") center no-repeat #007bf1;
    color: transparent !important;
  }
  .site-header__nav__list a {
    /*color: #fff;*/
  }
  .site-header__nav__list .sub-menu a {
    color: #007CF1;
  }
  .site-header__nav__list .sub-menu a:hover {
    color: #fff !important;
  }
  /* スクロール後表示 */
  .site-header.header-white a {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  /* ボタン */
  .site-header__nav__btn {
    display: block !important; /* TBでも表示させるため */
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 2.6rem;
  }
  .site-header.header-white .site-header__nav__btn {
    color: #333;
  }
  .site-header__nav__btn .icon {
    margin: 0;
  }
  /* リスト */
  .site-header__nav__list {
    position: absolute;
    top: 59px;
    left: 0;
    width: 100vw;
    padding: 0 !important;
    background: #fff !important;
  }
  .site-header__nav__list li {
    position: relative;
    display: block;
    line-height: 75px;
    padding: 0 20px;
    border: 0;
  }
  .site-header__nav__list li a {
    position: relative;
  }
  /* メインメニュー */
  .js .main-navigation > div > ul {
    display: none; /* TBでも非表示にするため */
  }
  .site-header__nav__list > li > a {
    color: #007bf1;
  }
  .site-header__nav__list > li > a {
    border-bottom: 1px solid #007bf1;
  }
  .site-header__nav__list > .menu-item-255 > a,
  .site-header__nav__list > .menu-item-265 > a,
  .site-header__nav__list > .menu-item-266 > a { /* 会社情報、TEL、お問い合わせ */
    border-bottom: none;
  }
  .site-header__nav__list .menu-item-260::before,
  .site-header__nav__list .menu-item-260::after { /* サービス */
    display: none !important; /* TBで三角マークを削除 */
  }
  .site-header__nav__list .menu-item-265,
  .site-header__nav__list .menu-item-266 { /* 電話、お問い合わせ */
    position: absolute;
    width: 100vw;
    padding: 0 10px;
    font-weight: bold;
  }
  .site-header__nav__list .menu-item-265 a,
  .site-header__nav__list .menu-item-266 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header__nav__list .menu-item-265 a::before,
  .site-header__nav__list .menu-item-266 a::before{
    content: '';
    display: block;
    margin-right: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .site-header__nav__list .menu-item-265 { /* 電話 */
    left: 0;
    background: #A5D6F2;
  }
  .site-header__nav__list .menu-item-265 a::before {
    width: 20px;
    height: 20px;
    background-image: url("https://studio-c3.com/wp-content/uploads/icon_tel.png");
  }
  .site-header__nav__list .menu-item-266 { /* お問い合わせ */
    right: 0;
    background: #007bf1;
  }
  .site-header__nav__list .menu-item-266 a {
    color: #fff;
  }
  .site-header__nav__list .menu-item-266 a::before {
    width: 25px;
    height: 25px;
    background-image: url("https://studio-c3.com/wp-content/uploads/icon_mail.png");
  }
  /* サブメニュー */
  .site-header__nav__list .sub-menu {
    position: relative;
    top: -1px;
    left: -20px !important;
    width: 100vw;
    padding: 0;
    background: #007bf1;
  }
  .js .main-navigation ul ul {
    display: none; /* TBでも最初閉じているように */
  }
  .js .main-navigation ul ul.toggled-on {
    display: block; /* TBでも表示できるように */
  }
  .site-header__nav__list .sub-menu a {
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
  }
  .site-header__nav__list .sub-menu li:not(.menu-item-107) a {
    border-bottom: 1px solid #fff;
  }
  /* 矢印 */
  .site-header__nav__list li:not(.menu-item-260):not(.menu-item-265):not(.menu-item-266) a::after,
  .site-header__nav__list li .dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .site-header__nav__list > li:not(.menu-item-260) > a::after,
  .site-header__nav__list > li > .dropdown-toggle::before { /* メインメニュー */
    background-image: url("https://studio-c3.com/wp-content/uploads/arrow_blue-right.png");
  }
  .site-header__nav__list > li > .dropdown-toggle { /* サービス */
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    transform: rotate(90deg);
  }
  .site-header__nav__list > li > .dropdown-toggle.toggled-on {
    top: 20px;
    bottom: auto;
  }
  .site-header__nav__list > li > .dropdown-toggle.toggled-on::before {
    transform: rotateY(180deg);
  }
  .site-header__nav__list > li > .dropdown-toggle svg {
    display: none;
  }
  .js .dropdown-toggle {
    display: block; /* TBでも表示されるように */
  }
  .site-header__nav__list .sub-menu > li a::after { /* サブメニュー */
    background-image: url("https://studio-c3.com/wp-content/uploads/arrow_white-right.png");
  }
}


/* フッターナビ */
@media screen and (min-width: 769px) {
  .site-footer__nav {
    position: relative;
  }
  .site-footer__nav__list {
    display: flex;
    line-height: 60px;
    justify-content: center;
  }
  .site-footer__nav__list li {
    position: relative;
  }
  .site-footer__nav__list li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 14px;
    margin: auto;
    border-right: 1px solid #a7a7a7;
  }
  .site-footer__nav__list li:last-child::after {
    border: 0;
  }
  .site-footer__nav__list .menu-item-260 { /* サービス */
    display: none;
  }
  .site-footer__nav__list .menu-item-265 { /* 電話 */
    display: none;
  }
  .site-footer__nav__list a {
    display: block;
    padding: 0 12px;
  }
  /* 非表示 */
  .site-footer__nav__list .menu-item-260 .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__nav {
    display: none;
  }
}


/* ボタン */
.site-footer__top-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.site-footer__top-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  background: #b8b5b5;
  border-radius: 0;
  text-align: center;
}
.site-footer__top-btn img {
  width: auto;
}


/* コピーライト */
.site-footer__copyright {
  line-height: 50px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1px !important;
}
@media screen and (min-width: 769px) {
  .site-footer__copyright {
    border-top: 1px solid #313131;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__copyright {
    background: #F6F7F8;
    color: #28292B;
    font-size: 1.1rem;
  }
}



/* ========================================================
 * サイドバー
 * ======================================================== */

/* 見出し */
.widget-title {
  margin-bottom: 20px !important;
  text-align: center;
  color: #007bf1 !important;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.7rem !important;
}

.widget_categories .widget-title { /* categories */
  margin-bottom: 10px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

/* 非表示対応 */
.article-list__contents .recent-post { /* 記事一覧 */
  display: none;
}
.article-detail__contents .popular-posts { /* 記事詳細 */
  display: none;
}


/* popular, recent post */
.widget__popular-list__item,
.recent-post__list__item {
  margin: 0 !important;
  padding: 0 0 15px !important;
  border: 0 !important;
  font-size: 1.2rem;
}
.widget__popular-list__item a,
.recent-post__list__item a {
  display: block;
  box-shadow: none;
}
.widget__popular-list__item__thumb,
.recent-post__list__item__thumb {
  margin-bottom: 7px;
}
.widget__popular-list__item__date,
.recent-post__list__item____date {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .widget__popular-list__item,
  .recent-post__list__item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .widget__popular-list,
  .recent-post__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .widget__popular-list__item,
  .recent-post__list__item {
    flex-basis: 47%;
    font-size: 1.4rem;
  }
}

/* categories */
.widget_categories li {
  padding: 0!important;
  border: 0 !important;
  font-size: 1.5rem;
}
.widget_categories a {
  display: block;
  padding: 10px 0;
}



/* ========================================================
 * TOPページ
 * ======================================================== */

/* ブロック下余白 */
@media screen and (min-width: 769px) {
  .t-new-post--latest,
  .t-campaign {
    margin-bottom: 40px;
  }
  .t-mission,
  .t-service,
  .t-products,
  .t-new-post {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .t-mission,
  .t-service,
  .t-products,
  .t-new-post {
    margin-bottom: 50px;
  }
}


/* 見出し h2 */
.t-h2 {
  text-align: center;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 769px) {
  .t-h2 {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
  .t-mission .t-h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .t-h2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .t-mission .t-h2 {
    margin-bottom: 20px;
  }
}

/* 見出し h3 */
.t-products .t-h3 span {
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .t-products .t-h3 {
    line-height: 2;
    margin-bottom: 30px;
    color: #fff !important;
    font-size: 3.2rem;
  }
  .t-products .t-h3 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .t-products .t-h3 {
    line-height: 1.8;
    margin: 30px 0 20px;
    font-size: 1.9rem;
  }
  .t-products .t-h3 span {
    font-size: 1.2rem;
  }
}


/* MV */
.top .contents-header {
  position: relative;
}
.top .contents-header__text img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: fadeZoomIn 1.8s ease-in-out;
}

@media screen and (min-width: 769px) {
  .top .contents-header__text img {
    max-width: 584px;
  }
}
@media screen and (max-width: 768px) {
  .top .contents-header__text img {
    width: 70%;
  }
}


/* お知らせ一覧（上部） */
@media screen and (min-width: 769px) {
  .t-new-post--latest {
    margin-top: 5px;
  }
  .t-new-post--latest .page-wrap {
    position: relative;
  }

  .t-new-post--latest .t-new-post__view-all {
    position: relative;
    line-height: 45px;
    display: flex;
    justify-content: end;
    background: #fff;
    font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  }
  .t-new-post--latest .t-new-post__view-all a {
    display: block;
    padding-left: 7px;
    color: #007bf1;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px !important;
  }
  .t-new-post--latest .t-new-post__view-all a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url("https://studio-c3.com/wp-content/uploads/arrow_blue-right.png") center no-repeat;
    background-size: contain;
  }
}

/* キャンペーン */
@media screen and (min-width: 769px) {
  .t-campaign__list {
    display: flex;
    justify-content: left;
  }
  .t-campaign__list__item {
    width: 33%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .t-campaign {
    /*margin: 30px 0;*/ /* キャンペーンバナーが有るとき */
    margin: 0;  /* キャンペーンバナーが無いとき */
  }
  .t-campaign .page-wrap {
    padding: 0;
  }
  .t-campaign .bx-wrapper {
    width: 100%;
    overflow: hidden;  /* 画面幅からでないように */
    /*display: none;*/
  }
  .t-campaign .bx-viewport {
    overflow: visible !important; /* 両サイドに前後の画像を表示 */
    width: 80% !important;        /* 画像の幅（表示させる幅） */
    margin: 0 auto;               /* 中央表示 */
  }
  .t-campaign__list__item {
    /*display: none;*/
    padding: 20px 15px;
  }
  .t-campaign .bx-controls {
    /*display: none;*/
  }
}


/* MISSION */
.t-mission .col2__text {
  padding: 40px;
  background: #fff;
}
.t-mission .col2__text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .t-mission .page-wrap {
    padding: 35px 0 60px;
  }
  .t-mission .col2__text__head {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .t-mission .col2__text p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .t-mission .page-wrap {
    padding: 20px 10px;
  }
  .t-mission .col2__img {
    display: flex;
    padding: 10px;
    background: #fff;
  }
  .t-mission .col2__text {
    padding: 20px 10px 15px;
  }
  .t-mission .col2__text__head {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .t-mission .col2__text p {
    margin-bottom: 20px;
  }
}


/* SERVICE */
.t-service .col3-wrap {
  display: flex;
  flex-direction: column;
}
.t-service .col3__text {
  margin-bottom: 30px;
}
.t-service .square-btn {
  margin-top: auto;
  width: 170px;
}
@media screen and (min-width: 769px) {
  .t-service .col3__img {
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .t-service .col3-wrap {
    margin-bottom: 50px;
  }
}


/* PRODUCTS */
.t-products__desc {
  margin-bottom: 30px;
}
.t-products__btn-list {
  display: flex;
}
.t-products__btn-list__btn {
  width: 180px;
  margin: 0;
  font-size: 1.2rem;
}
.t-products__sp img {
  width: auto;
}

@media screen and (min-width: 769px) {
  .t-products {
    color: #fff;
  }
  .t-products-bg {
    background: url("/wp-content/uploads/2018/09/products_bg.png") left top no-repeat #000;
  }
  .t-products .page-wrap {
    position: relative;
    padding: 100px 0 60px;
  }
  .t-products__btn-list__btn:nth-of-type(1) {
    margin-right: 30px;
  }
  .t-products__sp {
    position: absolute;
    top: -45px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .t-products {
    text-align: center;
  }
  .t-products-bg {
    background: url("https://studio-c3.com/wp-content/uploads/products_bg-sp.png") left top no-repeat;
    background-size: contain;
  }
  .t-products .page-wrap {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .t-products__sp {
    order: -1;
  }
  .t-products__sp img {
    width: 40%;
    max-width: 250px;
  }
  .t-products__btn-list {
    justify-content: center;
  }
  .t-products__btn-list__btn:nth-of-type(1) {
    margin-right: 20px;
  }
  .t-products__btn-list__btn a {
    color: #333;
  }
}


/* TOPICS（お知らせ一覧） */
.t-new-post .new-post__list {
  height: 235px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.t-new-post .new-post__list.nothumb {
  flex-wrap: wrap;
  max-width: 50vw;
  margin: 0 auto;
}
.t-new-post .square-btn {
  width: 200px;
  margin-top: 50px;
}
@media screen and (max-width:768px) {
  .t-new-post .new-post__list.nothumb {
    width: 100%;
    max-width: 100%;
  }
}


/* ========================================================
 * CONCEPT
 * ======================================================== */

/* 由来 */
.concept__name-origin {
  margin-bottom: 50px;
  text-align: center;
}
.concept__name-origin__desc {
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 2px solid #dcdcdc;
  text-align: center;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.concept__name-origin__desc:after {
  border-top-color: #dcdcdc;
}
.concept__name-origin__logo img {
  margin-top: 60px;
}

/* 社長 */
.concept__president .col2__text {
  margin: 0;
  padding: 60px 0 60px 40px;
}

@media screen and (min-width: 769px) {
  .concept__name-origin__desc {
    width: 480px;
    padding-bottom: 30px;
    font-size: 2.3rem;
  }
  .concept__name-origin__logo img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .concept__name-origin__desc {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
  .concept__name-origin__logo img {
    width: 80px;
  }
}


/* CREATE */
.concept__create {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.concept__create-wrap {
  margin-left: -50%;
}
.concept__create video {
  width: 100%;
}
.concept__create .page-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.concept__create__desc-wrap p:last-child {
  margin-bottom: 0;
}
.concept__create__desc__point-up {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .concept__create {
    height: 652px;
  }
  .concept__create-wrap {
    width: 155%;
  }
  .concept__create .page-wrap {
    width: 600px;
    padding: 60px 0;
  }
  .concept__create__desc-wrap:first-child {
    margin-bottom: 70px;
  }
  .concept__create__desc-wrap p {
    margin-bottom: 40px;
  }
  .concept__create__desc__point-up {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .concept__create {
    height: 581px;
    font-size: 1.3rem;
  }
  .concept__create-wrap {
    width: 325%;
  }
  .concept__create .page-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .concept__create__desc-wrap:first-child {
    margin-bottom: 50px;
  }
  .concept__create__desc-wrap p {
    margin-bottom: 20px;
  }
  .concept__create__desc__point-up {
    font-size: 2rem;
  }
}


/* 社長 */
.concept__president__img {
  margin-bottom: 15px;
}
.concept__president__name {
  font-size: 1.2rem;
}
.concept__president .col2__text {
  background: #a4d5f3;
}
.concept__president .col2__text-wrap:first-child {
  margin-bottom: 50px;
}
.concept__president .col2__text__head {
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.concept__president .col2__text-wrap p {
  margin-bottom: 20px;
}
.concept__president .col2__text-wrap p:last-child {
  margin-bottom: 0;
}
.concept__president__name {
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 769px) {
  .concept__president .page-wrap {
    max-width: 100%;
  }
  .concept__president .col2__img,
  .concept__president .col2__text {
    flex-basis: 50%;
  }
  .concept__president .col2__img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .concept__president .col2__text-wrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .concept__president {
    margin-bottom: 50px;
  }
  .concept__president .page-wrap {
    padding: 0;
  }
  .concept__president .col2__text {
    padding: 50px 20px;
  }
  .concept__president .col2__text__head {
    text-align: center;
  }
  .concept__president .col2__img {
    padding: 30px 40px 0;
  }
  .concept__president .concept__president__img-wrap {
    max-width: 600px;
    margin: auto;
  }
  .concept__president__name {
    text-align: center;
  }
}



/* ========================================================
 * WORKS
 * ======================================================== */

/* 一覧
 * ============================================== */
/* レイアウト */
.works-list .page-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .works-list {
    margin-bottom: 120px;
  }
  .works-list .page-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .works-list {
    margin-bottom: 60px;
  }
  .works-list .page-wrap {
    flex-wrap: wrap;
  }
}

/* ナビ */
.works__nav-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.works__nav-list li {
  margin-right: 20px;
}
.works__nav-list li:last-child {
  margin-right: 0;
}
.works__nav-list a::before {
  content: '▼';
  margin-right: 2px;
  vertical-align: middle;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .works__nav-list {
    flex-wrap: wrap;
    padding: 0 4vw;
  }
  .works__nav-list li {
    margin-bottom: 8px;
  }
}

/* 各項目 */
.works-list .post-thumbnail {
  margin: 0;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 1px #CFCFCF, -1px 1px 1px #CFCFCF;
}
.works-list .post-thumbnail a {
  width: 100%;
  height: 100%;
}
.works-list .post-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .works-list article {
    position: relative;
    flex-basis: 50%;
    border: 1px solid #eee;
    margin-bottom: 30px;
  }
  .works-list article:nth-child(odd) {
    transform-origin: right bottom;
  }
  .works-list article:nth-child(even) {
    transform-origin: left bottom;
  }
  .works-list article.zoom {
    position: relative;
    z-index: 1;
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .works-list article {
    flex-basis: 47%;
    margin-bottom: 80px;
  }
  .works-list .post-thumbnail {
    border: 1px solid #eee;
  }
}

/* 情報 */
.works-list .article__title span {
  display: inline-block;
  width: 10px;
}
.works-list .article__date {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .works-list .entry-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
  }
  .works-list .entry-header a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 15px 30px !important;
    color: #fff !important;
    font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    transition: background 0.3s ease-in-out;
  }
  .works-list .entry-header a:hover {
    background: rgba(0, 0, 0, 0.6);
  }
  .works-list .entry-header a > * {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .works-list .entry-header a:hover > * {
    opacity: 1;
  }
  .works-list .article__title,
  .works-list .article__category {
    text-align: center;
  }
  .works-list .article__title {
    margin: auto 0 0;
    font-size: 1.9rem;
    font-weight: normal;
    color: #fff !important;
  }
  .works-list .article__category {
    margin: 15px 0 auto;
    font-size: 1.4rem;
    letter-spacing: 1px !important;
  }
}
@media screen and (max-width: 768px) {
  .works-list .work-list__link {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .works-list .article__category {
    font-size: 1.2rem;
    order: -1;
  }
  .works-list .article__category li {
    display: none;
  }
  .works-list .article__category li:first-child {
    display: block;
  }
  .works-list .article__date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
  }
  .works-list .article__title {
    margin: 5px 0 0;
    letter-spacing: 0 !important;
  }
}


/* 記事詳細
 * ============================================== */
/* 見出し */
.works-detail__contents__h1,
.works-detail__contents__client {
  text-align: center;
}
.works-detail__contents__h1 {
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
html[lang="ja"] .works-detail__contents__h1 { /* 親設定の上書き */
  letter-spacing: 1px !important;
}
.works-detail__contents__client {
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.works-detail__contents__process__h2 {
  margin-bottom: 25px;
  font-size: 2rem;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.works-detail__contents__process__h3 {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .works-detail__contents__process__h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .works-detail__contents__process__h3 {
    font-size: 1.4rem;
  }
}

/* 背景 */
.works-detail__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.works-detail__bg__shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #333;
  opacity: 0.5;
}

.works-detail-wrap {
  padding-top: 60vh;
}
@media screen and (max-width: 1024px) { /* iPad Pro 以下 */
  .works-detail__bg {
    top: 58px;
  }
  .works-detail-wrap {
    padding-top: 24vh;
  }
}

/* 白文字タイトル */
.works-detail__head {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
html[lang="ja"] .works-detail__head { /* 親設定の上書き */
  letter-spacing: 1px !important;
}


/* 記事内容 */
@media screen and (min-width: 769px) {
  .works-detail__contents {
    overflow-x: hidden;
  }
}

.works-detail__contents .page-wrap {
  background: #fff;
  display: block;
}
@media screen and (min-width: 769px) {
  .works-detail__contents .page-wrap {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail__contents .page-wrap {
    padding-top: 20px;
  }
}

.works-detail__contents p.space-bottom {
  margin-bottom: 18px;
}

/* 説明 */
.works-detail__contents__introduction {
  margin-bottom: 80px;
}

/* Process */
@media screen and (min-width: 1025px) {
  .works-detail__contents__process {
    width: 85vw;
    max-width: 1480px;
  }
}
@media screen and (max-width: 1024px) { /* iPad Pro */
  .works-detail__contents__process {
    width: 96vw;
  }
}
@media screen and (max-width: 768px) {
  .works-detail__contents__process {
    position: relative;
    left: -20px;
    width: 100vw;
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .works-detail__contents__process__mock { /* mock */
    float: right;
    max-width: 50%;
    margin-top: -53px;
    padding-left: 40px;
  }
  .works-detail__contents__process__mock-blank {
    display: none;
  }
  .works-detail__contents__process__item { /* 各項目 */
    display: grid;
    margin-bottom: 60px;
    max-width: 884px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail__contents__process__mock { /* mock */
    position: relative;
    right: -20px;
    margin: 0 auto 70px;
    text-align: right;
  }
  .works-detail__contents__process__mock img {
    max-width: 80%;
  }
  .works-detail__contents__process__item { /* 各項目 */
    margin-bottom: 40px;
  }
}


/* VISITED SITE */
.works-detail .square-btn {
  width: 260px;
  margin-bottom: 90px;
}



/* ========================================================
 * SERVICES
 * ======================================================== */

/* ナビ */
.services-list-wrap {
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (min-width: 1277px) {
  .services-list-wrap {
    margin-bottom: 24vh;
  }
}
@media screen and (max-width: 1276px) { /* Mac */
  .services-list-wrap {
    margin-bottom: 32vh;
  }
}
@media screen and (max-width: 1024px) { /* iPad Pro */
  .services-list-wrap {
    margin-bottom: 12vh;
  }
}
@media screen and (max-width: 768px) {
  .services-list-wrap {
    margin-bottom: 0;
    padding-bottom: 40px;
    background: #007bf1;
  }
}


/* ナビ */
.services__nav-list {
  display: flex;
  margin: auto;
}
.services__nav-list li {
  position: relative;
}
.services__nav-list li::after {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  margin: auto;
  border-right: 1px solid #fff;
}
.services__nav-list a {
  display: block;
  padding: 0 15px;
  color: #fff;
}
.services__nav-list a:hover {
  color: #007bf1;
}
.services__nav-list .current_page_item a {
  color: #007bf1;
}
.services__nav-list .current_page_item a:hover {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .services__nav-list li:last-child::after {
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .services__nav-list {
    flex-wrap: wrap;
    font-size: 1.3rem;
  }
  .services__nav-list li {
    flex-basis: 50%;
    line-height: 55px;
    text-align: center;
  }
  .services__nav-list li:nth-of-type(2n)::after {
    border-right: 0;
  }

  .services__nav-list .current_page_item a {
    color: #333;
  }
}


/* 見出し H1 */
.services__h1 {
  width: 100%;
  text-align: center;
  color: #fff;
}
.services__h1 img {
  width: auto;
}
.services__h1 span {
  display: block;
  margin-top: 20px;
  font-size: 2.5rem;
  letter-spacing: 2px !important;
}
@media screen and (min-width: 769px) {
  .services__h1 {
    position: absolute;
    top: -110px;
  }
  .services__h1 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .services__h1 span {
    font-size: 2.2rem;
  }
}

/* 見出し H2 */
.services__pickup .services__h2 { /* PICK UP */
  text-align: center;
  color: #007BF1;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 769px) {
  .services__pickup .services__h2 {
    line-height: 100px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .services__pickup .services__h2 {
    line-height: 80px;
    font-size: 1.8rem;
  }
}

.services__reason .services__h2 { /* 選ばれる理由 */
  line-height: 70px;
  margin-bottom: 60px;
  background: #2271B9;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
}
.services__reason .services__h2:before,
.services__reason .services__h2:after {
  border-top-color: #2271B9;
}
.services__reason .services__h2:after {
  bottom: -55px;
}
@media screen and (min-width: 769px) {
  .services__reason .services__h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .services__reason .services__h2 {
    font-size: 1.7rem;
  }
}

.services__dtp-type__h2 { /* DTP種類 */
  margin-bottom: 17px;
  color: #007bf1;
}
@media screen and (min-width: 769px) {
  .services__dtp-type__h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .services__dtp-type__h2 {
    text-align: center;
    font-size: 1.8rem;
  }
}


/* 見出し H3 */
.services__h3 { /* コンテナマーク付き見出し */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #007bf1;
}
.services__h3__mark {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  color: #fff;
}
.services__h3__mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: url("https://studio-c3.com/wp-content/uploads/icon_trapezoid-blue.png") center no-repeat;
  background-size: contain;
}
.services__h3__sub-text {
  width: 100%;
  margin-top: 10px;
  color: #333;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .services__h3 {
    margin-bottom: 80px;
    font-size: 2.3rem;
  }
  .services__h3__mark {
    width: 50px;
    height: 41px;
    margin-right: 15px;
  }
  .services__h3__mark::before {
    width: 50px;
    height: 41px;
  }
}
@media screen and (max-width: 768px) {
  .services__h3 {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .services__h3__mark {
    width: 40px;
    height: 31px;
  }
  .services__h3__mark::before {
    width: 40px;
    height: 31px;
  }
  .services__h3__head {
    padding-left: 15px;
    text-align: left;
  }
  .services__h3__sub-text {
    flex-basis: 100%;
  }
}


/* ヘッダー説明 */
.services__desc {
  position: relative;
  background: #047BF2;
  color: #fff;
}
.services__desc__sub-head {
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
}
html[lang="ja"] .services__desc__sub-head { /* 親設定の上書き */
  letter-spacing: 2px !important;
}
.services__desc p {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .services__desc {
    padding-bottom: 75px;
  }
  .services__desc .page-wrap {
    padding-top: 45px;
  }
  .services__desc__sub-head {
    font-size: 2.2rem;
  }
  html[lang="ja"] .services__desc__sub-head { /* 親設定の上書き */
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .services__desc {
    top: -1px; /* 不明なボーダーを消すため */
    padding-bottom: 20px;
  }
  .services__desc .page-wrap {
    padding-top: 20px;
  }
  html[lang="ja"] .services__desc__sub-head { /* 親設定の上書き */
    margin-bottom: 30px;
  }
}


/* PICKUP */
.services__pickup__idx1,
.services__pickup__idx2 {
  flex-wrap: wrap;
}
.services__pickup .col2__img,
.services__pickup .col2__text {
  flex-basis: initial;
  width: 100%;
}
.services__pickup .col2__text__head {
  margin-bottom: 10px;
}
.services__pickup .col2__text {
  padding: 20px 5px 0;
}
.services__pickup__link {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.services__pickup .round-btn {
  width: 270px;
  line-height: 47px;
  margin: 70px auto;
}

@media screen and (min-width: 769px) {
  .services__pickup__idx1,
  .services__pickup__idx2 {
    flex-basis: 47%;
  }
  .services__pickup__idx1 {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .services__pickup-wrap {
    flex-direction: column;
  }
  .services__pickup__idx1,
  .services__pickup__idx2 {
    flex-direction: column;
  }
  .services__pickup__idx1 {
    margin-bottom: 45px;
  }
}


/* 選ばれる理由 */
@media screen and (min-width: 769px) {
  .services__reason > div { /* 各理由 */
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .services__reason > div {/* 各理由 */
    margin-bottom: 80px;
  }
}

.services__reason .col2__text__head {
  line-height: 1.7;
}
.services__reason .col2__text__head__sub-head { /* 2カラム */
  display: block;
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #007bf1;
}
.services__reason .col2__text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .services__reason .col2__text__head { /* 2カラム */
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .services__reason .col2__text p {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .services__reason .col2__text__head {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.5rem;
  }
  .services__reason .col2__text p {
    margin-bottom: 16px;
  }
}


/* ホームページ制作
 * ============================================== */
/* 見出し */
.services-web .col3__text__head span { /* 理由01,04 ×印 */
  display: block;
}
@media screen and (min-width: 769px) {
  .services-web .col3__text__head {
    margin: 40px 0;
    line-height: 1.2;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .services-web .col3__text__head {
    margin: 30px 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

/* 選ばれる理由01,04 */
@media screen and (min-width: 769px) {
  .services-web .services__reason__idx1 .col3__img img {
    max-height: 126px;
  }
  .services-web .services__reason__idx4 .col3__img img {
    max-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .services-web .services__reason__idx1 .col3__img p,
  .services-web .services__reason__idx4 .col3__img p {
    width: 110px;
    margin: auto;
  }
}

/* 選ばれる理由02,05,06 */
.services-web .services__reason__idx3 .col2:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .services-web .services__reason__idx3 .col2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .services-web .services__reason__idx3 .col2 {
    margin-bottom: 40px;
  }
  .services-web .services__reason__idx3 .col2,
  .services-web .services__reason__idx5 .col2,
  .services-web .services__reason__idx6 .col2 {
    flex-direction: column;
  }
}


/* Webシステム開発事業
 * ============================================== */
@media screen and (max-width: 768px) {
  .services-websystem .services__reason__idx2 .col2 {
    flex-direction: column;
  }
}

.services__reason__idx2 {
  padding-top: 130px;
}


/* グラフィックデザイン事業
 * ============================================== */
@media screen and (min-width: 769px) {
  .services-dtp .services__dtp-type {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .services-dtp .services__dtp-type {
    margin-top: 80px;
  }
}

.services__dtp-type .page-wrap {
  margin-bottom: 80px;
}
.services__dtp-type .page-wrap:nth-of-type(3) {
  margin-bottom: 100px;
}


/* その他
 * ============================================== */
/* 見出し */
.services-other-dev .services__h3 {
  margin-bottom: 50px;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.services-other-dev .services__h3__mark {
  margin: 0 0 20px;
  width: 35px;
  height: 30px;
  font-size: 1.6rem;
}
.services-other-dev .services__h3__mark::before {
  width: 35px;
  height: 30px;
}
.services-other-dev .services__h3__head {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
html[lang="ja"] .services-other-dev .services__h3__sub-text { /* 親CSS設定 */
  letter-spacing: 1px !important;
}
@media screen and (min-width: 769px) {
  .services-other-dev .services__h3__head {
    font-size: 1.9rem;
  }
  .services-other-dev .services__h3__sub-text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
}


/* コンテンツ */
.services__dev {
  margin: 50px 0 100px;
}
.services__dev__desc {
  text-align: center;
}
.services__dev__desc p {
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  .services__dev__desc {
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .services__dev__desc {
    margin: 40px 0;
  }
}


/* travelog */
.services__dev__travelog__img {
  padding: 30px 0;
}
.services__dev__travelog__img__list {
  display: flex;
  justify-content: center;
}
.services__dev__travelog__img__list img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .services__dev__travelog__img {
    background: url("/wp-content/uploads/2018/09/products_bg.png") left top no-repeat #000;
    background-size: cover;
  }
  .services__dev__travelog__img__list li:nth-of-type(1),
  .services__dev__travelog__img__list li:nth-of-type(2) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .services__dev__travelog__img {
    background: url("/wp-content/uploads/2018/09/products_bg-sp.png") left top no-repeat #000;
    background-size: cover;
  }
  .services__dev__travelog__img__list li:nth-of-type(1),
  .services__dev__travelog__img__list li:nth-of-type(2) {
    margin-right: 30px;
  }
}


.services__dev__travelog__release {
  color: #007bf1;
  font-weight: bold;
}
.services__dev__travelog .round-btn {
  width: 260px;
}
.services__dev__travelog .round-btn::after {
  display: none;
}
.services__dev__travelog .external_link {
  text-decoration: none;
}
.services__dev__travelog__comment {
  margin-top: 15px;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .page-wrap.services__dev__travelog {
    padding: 0;
  }
}



/* ========================================================
 * 記事一覧、記事詳細
 * ======================================================== */

.article-list a:hover,
.article-detail a:hover {
  box-shadow: none !important;
}

/* レイアウト */
@media screen and (min-width: 769px) {
  .article-list__contents,
  .article-detail__contents {
    display: flex;
    flex-wrap: wrap;
  }
  .article-list__contents .site-main,
  .article-detail__contents .site-main {
    flex-basis: 75%;
    margin-right: auto;
  }
  .article-list__contents .widget-area,
  .article-detail__contents .widget-area {
    flex-basis: 20%;
  }
  .article-list__pagination {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .article-list__contents .widget-area,
  .article-detail__contents .widget-area {
    float: none !important;
    width: 100% !important;
  }

  /* 記事一覧 */
  .article-list__contents {
    display: flex;
    flex-direction: column;
  }
  .article-list__contents .site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 1;
  }
  .article-list article {
    width: 47%;
  }
  .article-list__pagination {
    order: 2;
    margin-bottom: 30px;
  }

  .article-list__contents .widget-area {
    order: 3;
  }
}


/* 記事一覧
 * ============================================== */
/* 見出し */
.article-list__h1 {
  margin-bottom: 20px;
  color: #007bf1;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.7rem;
}
html[lang="ja"] .article-list__h1 { /* 親設定の上書き */
  letter-spacing: 1px !important;
}
@media screen and (max-width: 768px) {
  .article-list__h1 {
    width: 100%;
  }
}

/* 各記事 */
.article-list .entry-header {
  font-size: 1.3rem;
}
.article-list .article__category,
.article-list .article__date {
  display: inline-block;
  font-weight: bold;
}
.article-list .article__category { /* カテゴリー */
  margin-right: 10px;
  background: #007bf1;
}
.article-list .article__category a {
  display: inline-block;
  color: #fff;
}
.article-list .edit-link { /* 編集リンク */
  display: none;
}
.article-list .article__title {
  padding-top: 14px;
  font-weight: normal;
}
.article-list .post-thumbnail a img {
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .article-list article {
    display: flex;
  }
  .article-list .post-thumbnail {
    max-width: 254px;
    margin-bottom: 0;
  }
  .article-list .post-thumbnail a img {
    height: 169px;
  }
  .article-list .entry-header {
    margin: 0 0 0 25px !important;
  }
  .article-list .article__category a {
    padding: 3px 5px;
  }
  .article-list .article__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .article-list .article__category a {
    padding: 1px 5px;
  }
  .article-list .article__title {
    font-size: 1.4rem;
  }
  .article-list .post-thumbnail a img {
    height: 227px;
  }
}
@media screen and (max-width: 375px) {
  .article-list .post-thumbnail a img {
    height: 104px;
  }
}

/* ページネーション */
.pagination {
  border: 0;
}
.nav-links .page-numbers {
  background: #d7d7d7;
  width: 50px;
  line-height: 40px;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
}
.nav-links .page-numbers.current {
  background: #007bf1;
}
.next.page-numbers,
.prev.page-numbers {
  float: none;
  width: 80px;
}
.nav-links .meta-nav {
  display: none;
}


/* 記事詳細
 * ============================================== */
/* 見出し */
.article-detail .entry-title {
  margin-bottom: 18px;
  font-weight: 700;
  color: #666;
}
.article-detail .entry-content h2 {
  margin: 40px 0;
  padding: 20px 0 20px 20px;
  background: #e3e3e3;
  font-size: 1.8rem;
  font-weight: normal !important;
}
@media screen and (min-width: 769px) {
  .article-detail .entry-title {
    font-size: 2.8rem;
  }
  .article-detail .entry-content h2 {
  }
}
@media screen and (max-width: 768px) {
  .article-detail .entry-title {
    font-size: 1.8rem;
  }
  .article-detail .entry-content h2 {
    padding-right: 20px;
    font-size: 1.6rem;
  }
}

/* レイアウト */
.article-detail .entry-content {
  display: flex;
  flex-direction: column;
}
.article-detail .counter-hierarchy {
  order: -1;
}
@media screen and (min-width: 769px) {
  .article-detail__contents {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .article-detail .site-main {
    margin-bottom: 70px;
  }
}

/* ヘッダー */
.article-detail .entry-header {
  padding-bottom: 25px !important;
}
.article-detail .entry-meta {
  padding: 0;
}
.article-detail .posted-on {
  font-size: 1.3rem;
}
.article-detail .posted-on a {
  color: #333;
}
.article-detail .byline { /* 投稿者名 */
  display: none;
}
.article-detail .entry-category { /* カテゴリー */
  display: inline-block;
  margin-left: 15px;
  padding: 1px 5px;
  background: #007bf1;
  color: #fff;
}

/* 目次 */
.article-detail .counter-hierarchy {
  margin-bottom: 30px;
  padding: 10px 15px;
  border: 1px solid #bfbfbf;
}
.article-detail .ez-toc-title {
  margin-bottom: 5px;
}
.article-detail .ez-toc-title-container {
  text-align: center;
}
.article-detail .ez-toc-list li {
  line-height: 2;
  list-style: none;
}
.article-detail .ez-toc-list li a {
  box-shadow: none;
  color: #007bf1;
}
.article-detail .ez-toc-list li a:hover {
  color: #333 !important;
}

/* サムネイル */
.article-detail .post-thumbnail {
  margin-bottom: 35px;
}

/* 記事内容 */
.article-detail .entry-content ul {
  list-style: disc inside;
}
.article-detail .entry-content a[target="_blank"] {
  display: inline-block;
  margin: 20px 0 0;
  box-shadow: none;
  text-decoration: underline;
}
.article-detail .entry-content a[target="_blank"]:hover {
  text-decoration: none;
}


/* ========================================================
 * COMPANY
 * ======================================================== */

/* ブロック下余白 */
@media screen and (min-width: 769px) {
  .company__profile,
  .company__access {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .company__profile,
  .company__access {
    margin-bottom: 100px;
  }
}


/* 見出し */
.company__h2 {
  margin-bottom: 40px;
  text-align: center;
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 2.5rem;
}
.company__h2 span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

/* 会社概要 */
.company__profile__desc-list {
  background: #F3F3F3;
}
.company__profile__desc-list__name,
.company__profile__desc-list__desc {
  border-bottom: 1px solid #C2C2C2;
}
.company__profile__desc-list__name:nth-of-type(8),
.company__profile__desc-list__desc:nth-of-type(8) { /* 業務内容 */
  padding-bottom: 0;
  border: 0;
}
.company__profile__desc-list__desc {
  margin: 0;
}

.company__profile__desc-list__clients-list:first-child { /* 主要取引先 */
  margin-right: 40px;
}
.company__profile__desc-list__clients-list__item a,
.company__profile__desc-list__service-list__item a {
  position: relative;
}
.company__profile__desc-list__clients-list__item a:after,
.company__profile__desc-list__service-list__item a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 12px;
    height: 12px;
    background: url(https://studio-c3.com/wp-content/uploads/2020/02/icons_other-hp.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.company__profile__desc-list__service-list__item.u-newIcon {
  position: relative;
  padding-left: 38px;
  margin: 2px 0;
}
.company__profile__desc-list__service-list__item.u-newIcon:before {
  content: 'NEW';
  position: absolute;
  top: 1px;
  left: 0;
  color: #fff;
  background: #b3123a;
  border-radius: 5px;
  font-size: 10px;
  padding: 2px 4px;
}

@media screen and (min-width: 769px) {
  .company__profile__desc-list {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 150px;
  }
  .company__profile__desc-list__name,
  .company__profile__desc-list__desc {
    padding: 30px 0;
  }
  .company__profile__desc-list__name {
    flex-basis: 30%;
    font-weight: normal;
  }
  .company__profile__desc-list__desc {
    flex-basis: 70%;
    display: flex; /* 内容用 */
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .company__profile__desc-list__desc p {
    width: 100%;
  }
  .company__profile__desc-list__desc span {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .company__profile .page-wrap {
    padding: 0;
  }
  .company__profile__desc-list {
    padding: 40px 20px;
  }
  .company__profile__desc-list__name {
    padding-top: 20px;
    border: none;
  }
  .company__profile__desc-list__name:first-child { /* 会社名 */
    padding-top: 0;
  }
  .company__profile__desc-list__desc {
    padding-bottom: 20px;
  }
  .company__profile__desc-list__desc span {
    margin-right: 14px;
  }
}


/* アクセス */
.company__access__footer {
  margin-top: 18px;
}
.company__access__footer__desc {
  margin-right: auto;
}
.company__access__footer__map-link {
  position: relative;
}
.company__access__footer__map-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 14px;
  height: 18px;
  margin: auto;
  background: url("https://studio-c3.com/wp-content/uploads/icon_map.png") center no-repeat;
  background-size: contain;
}
.company__access__footer__map-link a {
  padding-left: 20px;
  color: #007bf1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .company__access__footer {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .company__access__footer__desc {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}



/* ========================================================
 * CONTACT
 * ======================================================== */
.contact__form {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .contact__form .page-wrap {
    max-width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form .page-wrap {
    padding: 0;
  }
}


.contact__form__desc {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

/* フォーム */
.contact__form-list {
  background: #F4F4F4;
}
.contact__form-list__item {
  padding: 18px 0;
  border-bottom: 2px dashed #D7D7D7;
}
.contact__form-list__item:last-child {
  align-items: normal;
  border: 0;
}
@media screen and (min-width: 769px) {
  .contact__form-list {
    padding: 35px 50px;
  }
  .contact__form-list__item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-list {
    padding: 20px;
  }
}


/* 各項目 */
.contact__form-list__item__input label {
  margin: 0;
}
.contact__form-list__item__input input,
.contact__form-list__item__input textarea {
  padding: 5px;
  border: 2px solid #D7D7D7;
}
.contact__form__zip-code input,
.contact__form__pref input {
  width: 150px !important;
}
@media screen and (min-width: 769px) {
  .contact__form-list__item__label {
    flex-basis: 200px;
    font-weight: bold;
  }
  .contact__form-list__item__input {
    flex-grow: 1;
  }
  .contact__form-list__item__input input {
    width: 80%;
    max-width: 380px;
  }
  .contact__form__address input { /* 住所 */
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-list__item__input input {
    /*width: 100%;*/
  }
}


/* 必須 */
.contact__form__required {
  color: #FA3038;
}

/* 郵便番号 */
@media screen and (min-width: 769px) {
  .contact__form__zip-code span {
    display: inline-block;
  }
  .contact__form__zip-code__mark {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form__zip-code__mark {
    display: none;
  }
}


/* 注意書き */
.contact__form__note {
  margin-top: 20px;
  margin-left: 20px;
  list-style: disc;
}
@media screen and (min-width: 769px) {
  .contact__form__note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__form__note {
    padding: 0 20px;
    font-size: 1.3rem;
  }
}


/* ボタン */
.contact__form__submit-wrap {
  margin-top: 60px;
  text-align: center;
}
.contact__form__submit__note {
  margin-bottom: 40px;
}
.contact__form__submit__btn {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.contact__form__submit__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  background: url("https://studio-c3.com/wp-content/uploads/arrow_black-right.png") center no-repeat;
  background-size: contain;
}
.contact__form__submit__btn:hover::after {
  background-image: url("https://studio-c3.com/wp-content/uploads/arrow_white-right.png");
}
.contact__form__submit__btn input {
  display: block;
  width: 100%;
  line-height: 55px;
  padding: 0;
  border: 2px solid #333;
  border-radius: 30px;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
}
.contact__form__submit__btn input:hover {
  background: #333 !important;
  color: #fff;
}
.contact__form__submit__btn .ajax-loader {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .contact__form__submit__note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__form__submit__note {
    font-size: 1.3rem;
  }
}
/* 結果メッセージ */
.contact__form .wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}

/* 200210 geolonia */
.geolonia {
  width: 100%;
  height: 400px;
}

/* IT補助金 */
.detail_it-app {
    margin-top: 55px;
}
.detail_it-app__ttl {
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 18px;
}
.detail_it-app__ttl span {
    border-bottom: 4px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0;
    display: inline-block;
}
.detail_it-app__sub-ttl {
    border-left: 5px solid #ddd;
    padding: 0 0 0 5px;
    margin: 22px 0 12px 0;
    font-size: 16px;
}
.detail_it-app__list {
    list-style: disc outside none;
    margin-left: 1.3em;
}
.detail_it-app__list li {
  line-height: 2;
}
.LbUb {
    margin-top: 48px;
    margin-bottom: 10px;
}
.round-btn.round-btn--blue.align-left {
    margin: 20px 0 20px 0;
}

@media screen and (max-width: 768px) {
  .col2__text__head.align-left {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

/* utility
-----------------------------  */
.mb10 {
    margin-bottom: 30px;
}
.color-spF00.fosize120 {
    color: #0080c0;
    font-size: 16px;
    font-weight: 700;
}