@charset "UTF-8";
/*------------------------------------------
* reset
------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*------------------------------------------
* globalSetting
------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.8;
  color: #222;
  letter-spacing: 0.08em;
  font-size: 1.6em;
  -webkit-font-feature-settings: 'palt';
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3em;
  }
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

form input[type='text'],
form input[type='email'],
form input[type='url'],
form input[type='tel'],
form input[type='number'],
form input[type='date'],
form textarea {
  border-radius: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

th {
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/*------------------------------------------
* layout
------------------------------------------*/
.l-flex-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.l-flex {
  display: -webkit-box;
  display: flex;
}

.l-wrap,
.wrap {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-main-img .l-wrap {
  width: 100%;
}

.l-header {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 555;
  }
}

@media only screen and (max-width: 767px) {
  .l-header .l-wrap {
    width: 100%;
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .l-header .l-flex {
    display: block;
    background: #980000;
  }
}

.single .l-wrap {
  width: 100%;
}

.special-content .l-flex,
.special-content .l-flex-wrap,
.page-link .l-flex,
.page-link .l-flex-wrap,
#section-2 .l-flex,
#section-2 .l-flex-wrap,
#section-3 .l-flex,
#section-3 .l-flex-wrap,
#section-4 .l-flex,
#section-4 .l-flex-wrap,
.post-type-archive .l-flex,
.post-type-archive .l-flex-wrap {
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .special-content .l-flex,
  .special-content .l-flex-wrap,
  .page-link .l-flex,
  .page-link .l-flex-wrap,
  #section-2 .l-flex,
  #section-2 .l-flex-wrap,
  #section-3 .l-flex,
  #section-3 .l-flex-wrap,
  #section-4 .l-flex,
  #section-4 .l-flex-wrap,
  .post-type-archive .l-flex,
  .post-type-archive .l-flex-wrap {
    margin: 0 -5px;
  }
}

.special-content .l-header .l-flex,
.page-link .l-header .l-flex,
#section-2 .l-header .l-flex,
#section-3 .l-header .l-flex,
#section-4 .l-header .l-flex,
.post-type-archive .l-header .l-flex {
  margin: 0;
}

.special-content .text-block .l-flex {
  margin: 0;
}

/*.page-link .l-flex-wrap {
  -webkit-box-pack: center;
          justify-content: center;
}*/

.l-section {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .l-section {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .l-section {
    padding-top: 60px;
  }

  .l-section.page-link {
    padding-top: 80px;
  }
}

.l-cat-list,
.l-pickup {
  margin: -84px 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-cat-list,
  .l-pickup {
    margin-top: -60px;
  }
}

.l-cat-list .l-wrap,
.l-pickup .l-wrap {
  background: #fff;
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .l-cat-list .l-wrap,
  .l-pickup .l-wrap {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .l-cat-list .l-wrap,
  .l-pickup .l-wrap {
    padding: 10px;
  }
}

.l-pickup .l-wrap {
  padding: 0;
}

.page-main-img + .l-wrap {
  margin-top: -84px;
}

#footer .wrap {
  width: 94%;
  max-width: 1280px;
}

#footer .l-flex-wrap {
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  #footer .l-flex-wrap {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #footer .l-flex-wrap {
    margin-bottom: 10px;
  }
}

.page-id-6348 .page-main-img + .l-wrap {
  margin-top: 0;
}

.pickup-main .l-flex-wrap {
  margin: 0 -20px;
}

.single .l-contents-wrap,
.page .l-contents-wrap,
.archive .l-contents-wrap,
.search .l-contents-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
}

.single-case .l-contents-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.l-post-content {
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 340px);
  max-width: calc(100% - 340px);
  flex-wrap: wrap;
  background: #fff;
  padding: 40px;
}

.page .l-post-content,
.archive .l-post-content,
.search .l-post-content {
  padding: 0;
  background: none;
}

.page .fixed-area,
.archive .fixed-area,
.search .fixed-area {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .l-post-content {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-post-content {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 10px;
  }
}

.single-contents .l-post-content {
  border-top: 2px solid #980000;
}

.l-side {
  -webkit-box-flex: 0;
  flex: 0 0 340px;
  max-width: 340px;
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .l-side {
    -webkit-box-flex: 0;
    flex: 0 0 280px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-side {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 30px;
    max-width: 100%;
  }
}

.l-side aside {
  position: relative;
  height: 100%;
}

.cta-block .l-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/*------------------------------------------
* module
------------------------------------------*/
.alpha {
  zoom: 1;
  display: inline-block\9;
  /* ie8 */
}

.alpha:hover {
  opacity: 0.5;
  filter: alpha(opacity=70);
}

.logo {
  -webkit-box-flex: 0;
  flex: 0 0 160px;
}

@media only screen and (max-width: 991px) {
  .logo {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    width: 80px;
  }
}

.space-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  align-items: center;
}

.gnav {
  position: relative;
}

.gnav-list {
  padding: 40px 80px 0 0;
}

.gnav-list li {
  display: inline-block;
  margin-left: 30px;
}

.gnav-list li a {
  color: #fff;
  font-weight: bold;
  padding-bottom: 7px;
  position: relative;
}

.gnav-list li a:hover:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gnav-list li .is-active:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #980000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.single .gnav-list li a,
.page .gnav-list li a,
.category-workstyle-innovation .gnav-list li a,
.category .gnav-list li a,
.search .gnav-list li a,
.archive .gnav-list li a {
  color: #222;
}

.single .header-search .fa-search,
.single .breadcrumb,
.single .breadcrumb a,
.page .header-search .fa-search,
.page .breadcrumb,
.page .breadcrumb a,
.category-workstyle-innovation .header-search .fa-search,
.category-workstyle-innovation .breadcrumb,
.category-workstyle-innovation .breadcrumb a,
.category .header-search .fa-search,
.category .breadcrumb,
.category .breadcrumb a,
.search .header-search .fa-search,
.search .breadcrumb,
.search .breadcrumb a {
  color: #222;
}

.page-id-6339 .gnav-list li a,
.page-id-6339 .header-search .fa-search,
.page-id-6348 .gnav-list li a,
.page-id-6348 .header-search .fa-search,
.archive .header-search .fa-search {
  color: #222;
}

.header-search {
  width: 50px;
  height: 50px;
  border: 1px solid #d8dee3;
  border-radius: 25px;
  float: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .header-search {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header-search {
    display: none;
  }
}

.header-search:hover {
  background: #fff;
}

.header-search:hover .fa-search {
  color: #222;
}

.header-search #searchform {
  border: none;
  background: none;
  overflow: visible;
}

.header-search #searchform div {
  height: 50px;
  padding-right: 0;
}

.header-search #searchform div:before,
.header-search #searchform div:after {
  content: '';
  display: table;
}

.header-search #searchform div:after {
  clear: both;
}

.header-search #searchform input[type='text'] {
  display: none;
  padding: 7px;
  margin: 8px;
  background: none;
  width: 200px;
}

.header-search #searchform button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 8px;
  color: #fff;
  padding: 0;
  display: none;
  color: #222;
}

.header-search .fa-search {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 8px;
  color: #fff;
  padding: 0 0 0 2px;
}

.header-search .fa-search:before {
  display: block;
  line-height: 30px;
  text-align: center;
}

@-webkit-keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

.main-img {
  background: url(../../images/new/main_img@2x.jpg) no-repeat;
  background-size: cover;
  /* position: absolute;
  left: 0;
  top: 0; */
  text-align: center;
  /* padding: 200px 3% 220px; */
  width: 100%;
  color: #fff;
  padding-top: 160px;
  padding-bottom: 60px;
  margin-top: -98px;
}

@media only screen and (max-width: 1037px) {
  .main-img {
    margin-top: -127px;
  }
}

@media only screen and (max-width: 991px) {
  .main-img {
    padding: 180px 3% 140px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .main-img {
    padding: 95px 3% 60px;
    margin-top: 0;
  }
}

.main-img .title {
  font-size: 44px;
  line-height: 1.4;
  padding-bottom: 40px;
  position: relative;
}

.main-img .title:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 991px) {
  .main-img .title {
    font-size: 30px;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .main-img .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.main-img p {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .main-img p {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-img p {
    font-size: 11px;
    margin-top: 20px;
  }
}

.special-content {
  position: relative;
  z-index: 10;
  margin-top: -82px;
}

@media only screen and (max-width: 991px) {
  .special-content {
    margin-top: -62px;
  }
}

@media only screen and (max-width: 767px) {
  .special-content {
    margin-top: -42px;
  }
}

.case-content .item,
.service-case .item {
  -webkit-box-flex: 0;
  flex: 0 0 33.3%;
  padding: 0 10px 20px;
}

@media only screen and (max-width: 767px) {
  .case-content .item,
  .service-case .item {
    padding-bottom: 0;
  }
}

.case-content .item .text-block,
.service-case .item .text-block {
  background: #fff;
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .case-content .item .text-block,
  .service-case .item .text-block {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .case-content .item .text-block,
  .service-case .item .text-block {
    padding: 10px;
    flex: 0 0 calc(100% - 120px);
  }
}

.case-content .item .title,
.service-case .item .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0;
  min-height: 66px;
}

.case-content .item .title br,
.service-case .item .title br {
  display: none;
}

.case-content .item .img,
.service-case .item .img {
  -webkit-box-flex: 0;
  flex: 0 0 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 70px;
  border: 1px solid #d8dee3;
  padding: 5px;
  background: #fff;
  justify-content: center;
}

.case-content .item .text,
.service-case .item .text {
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .case-content .item .text,
  .service-case .item .text {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .case-content .item .text,
  .service-case .item .text {
    padding-left: 5px;
    line-height: 1.4;
  }
}

.case-content .item .text .company-name,
.service-case .item .text .company-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.case-content .item .text span,
.service-case .item .text span {
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 991px) {
  .case-content .item .text span,
  .service-case .item .text span {
    font-size: 10px;
  }
}

.case-content .item .text .company-type,
.service-case .item .text .company-type {
  padding-right: 10px;
}

.slick-dots li button:before {
  font-size: 42px;
}

.cat,
.cat-list-block .cat-item {
  border: 1px solid #980000;
  border-radius: 30px;
  color: #980000;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  /* margin-right: 10px;*/
}

@media only screen and (max-width: 767px) {
  .cat,
  .cat-list-block .cat-item {
    font-size: 10px;
    line-height: 1.6;
    padding: 0 10px;
  }
}

.cat-list-block .cat-item {
  padding: 5px 15px;
}

@media only screen and (max-width: 767px) {
  .cat-list-block .cat-item {
    padding: 2px 10px;
    margin-bottom: 10px;
  }
}

.cat-list-block .cat-item a {
  color: #980000;
}

.link-item {
  display: block;
}

.link-item:hover .title {
  color: #980000;
}

.link-item:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

.thumbnail {
  background: #000;
  overflow: hidden;
}

.thumbnail img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-link {
  text-align: center;
  padding-top: 40px;
}

.page-link .title {
  font-size: 36px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .page-link .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .page-link .title {
    font-size: 16px;
  }
}

.page-link .title + p {
  font-size: 18px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .page-link .title + p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page-link .title + p {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.page-link .l-flex-wrap .item {
  -webkit-box-flex: 0;
  flex: 0 0 33.3%;
  padding: 0 10px 20px;
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item {
    padding: 0 5px 10px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
  }
}

.page-link .l-flex-wrap .item:nth-child(1),
.page-link .l-flex-wrap .item:nth-child(2) {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item:nth-child(1),
  .page-link .l-flex-wrap .item:nth-child(2) {
    padding-bottom: 10px;
  }
}

.page-link .l-flex-wrap .item a:hover .sub {
  color: #980000;
  text-decoration: underline;
}

.page-link .l-flex-wrap .item .item-head {
  background: #fff;
  padding: 30px 40px;
}

@media only screen and (max-width: 991px) {
  .page-link .l-flex-wrap .item .item-head {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item .item-head {
    padding: 12px;
  }
}

.page-link .l-flex-wrap .item img {
  width: 80px;
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item img {
    width: 40px;
  }
}

.page-link .l-flex-wrap .item .item-title {
  font-size: 40px;
  font-weight: 500;
  color: #980000;
  line-height: 1.4;
  margin-top: 5px;
  letter-spacing: 0;
  line-height: 1;
  min-height: 80px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .page-link .l-flex-wrap .item .item-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item .item-title {
    font-size: 16px;
    min-height: auto;
  }
}

.page-link .l-flex-wrap .item .sub {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .page-link .l-flex-wrap .item .sub {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item .sub {
    font-size: 9px;
    margin-top: 5px;
    line-height: 1.4;
  }
}

.page-link .l-flex-wrap .item .sub + p {
  margin: 25px 0 0;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .page-link .l-flex-wrap .item .sub + p {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item .sub + p {
    font-size: 12px;
  }
}

.page-link .l-flex-wrap .item .text {
  background: #222;
  color: #fff;
  padding: 30px 40px;
  min-height: 200px;
}

@media only screen and (max-width: 991px) {
  .page-link .l-flex-wrap .item .text {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item .text {
    padding: 10px;
  }
}

.page-link .l-flex-wrap .item .text p {
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item .text p {
    font-size: 12px;
  }
}

.page-link .l-flex-wrap .item .text .check-list {
  text-align: left;
}

.page-link .l-flex-wrap .item .text .check-list li {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .page-link .l-flex-wrap .item .text .check-list li {
    font-size: 10px;
  }
}

.page-link .l-flex-wrap .item .text .check-list li:before {
  color: #fff;
}

.check-list li {
  padding: 0 0 0 25px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .check-list li {
    padding-left: 15px;
    line-height: 1.4;
    margin-top: 5px;
  }
}

.check-list li:before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #980000;
}

.section-title {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #980000;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 22px;
  }
}

.section-title + .sub {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .section-title + .sub {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title + .sub {
    font-size: 16px;
  }
}

.section-description {
  text-align: center;
  margin: 60px 0;
}

@media only screen and (max-width: 991px) {
  .section-description {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-description {
    margin: 20px 0;
    text-align: left;
  }
}

.btn {
  display: table;
  margin: 30px auto 0;
  background: #980000;
  color: #fff;
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

.btn:hover {
  background: #b90000;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #section-2 .item,
  .post-type-archive-case .item,
  .service-case .item,
  .tax-case_cat .item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding: 0 5px 10px;
  }
}

@media only screen and (max-width: 767px) {
  #section-2 .item-inner,
  .post-type-archive-case .item-inner,
  .service-case .item-inner,
  .tax-case_cat .item-inner {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #section-2 .case-content .item .thumbnail.sp,
  .post-type-archive-case .case-content .item .thumbnail.sp,
  .service-case .case-content .item .thumbnail.sp,
  .tax-case_cat .case-content .item .thumbnail.sp {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #section-2 .case-content .item .title,
  .post-type-archive-case .case-content .item .title,
  .service-case .case-content .item .title,
  .tax-case_cat .case-content .item .title {
    font-size: 14px;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  #section-2 .case-content .item .img,
  .post-type-archive-case .case-content .item .img,
  .service-case .case-content .item .img,
  .tax-case_cat .case-content .item .img {
    -webkit-box-flex: 0;
    flex: 0 0 30px;
    height: auto;
    border: none;
    padding: 0;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  #section-2 .case-content .item .text .company-name,
  .post-type-archive-case .case-content .item .text .company-name,
  .service-case .case-content .item .text .company-name,
  .tax-case_cat .case-content .item .text .company-name {
    font-size: 12px;
  }
}

#section-3 .item {
  -webkit-box-flex: 0;
  flex: 0 0 33.3%;
  padding: 0 10px 20px;
}

@media only screen and (max-width: 767px) {
  #section-3 .item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    padding: 0 5px 10px;
  }
}

#section-3 a:hover .name {
  border-bottom: 1px solid #980000;
}

#section-3 .img {
  position: relative;
}

#section-3 .img .name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
  #section-3 .img .name {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #section-3 .img .name {
    font-size: 14px;
  }
}

#section-3 .text {
  padding: 30px 40px;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  #section-3 .text {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #section-3 .text {
    padding: 10px;
  }
}

@media only screen and (max-width: 991px) {
  #section-3 .check-list {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #section-3 .check-list {
    font-size: 10px;
  }

  .footer-01 ul li {
    font-size: 10px;
    margin-right: 5px;
  }
}

#section-4 .item,
.service-contents .item,
.service-contents .slide {
  -webkit-box-flex: 0;
  flex: 0 0 33.3%;
  padding: 0 10px 20px;
}

@media only screen and (max-width: 767px) {
  #section-4 .item,
  .service-contents .item,
  .service-contents .slide {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding: 0 5px 10px;
  }
}

@media only screen and (max-width: 767px) {
  /*#section-4 .l-flex-wrap .item:nth-child(3) img,
  .service-contents .l-flex-wrap .item:nth-child(3) img {
    width: auto;
    max-width: none;
    height: 100%;
  }*/
  #section-4 .l-flex-wrap .item img,
  .service-contents .l-flex-wrap .item img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
}

#section-4 .item-inner,
.service-contents .item-inner {
  background: #fff;
  padding: 30px;
  display: block;
  height: 100%;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #section-4 .item-inner,
  .service-contents .item-inner {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #section-4 .item-inner,
  .service-contents .item-inner {
    padding: 10px;
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%;
  }
}

#section-4 .item-inner:hover .title,
.service-contents .item-inner:hover .title,
.service-contents .slide-inner:hover .title {
  color: #980000;
  text-decoration: underline;
}

#section-4 .logo,
.service-contents .logo {
  width: 50%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 94px;
  max-height: 94px;
}

@media only screen and (max-width: 767px) {
  #section-4 .logo,
  .service-contents .logo {
    width: auto;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    min-height: auto;
    margin: 0;
    max-height: 57px;
  }
}

#section-4 .logo img,
.service-contents .logo img {
  margin: 0 auto;
}

#section-4 .text,
.service-contents .text {
  margin-top: 30px;
  border-top: 1px solid #d8dee3;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  #section-4 .text,
  .service-contents .text {
    margin-top: 0;
    border: none;
    padding-top: 0;
    text-align: left;
    padding-left: 20px;
  }
}

#section-4 .text .title,
.service-contents .text .title,
.service-contents .slide .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  #section-4 .text .title,
  .service-contents .text .title,
  .service-contents .slide .title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #section-4 .text .title,
  .service-contents .text .title,
  .service-contents .slide .title {
    font-size: 14px;
    margin-top: 5px;
  }
}

.service-contents .text .pc p {
  text-align: left;
}

.seminar-wrap {
  background: #fff;
  padding: 40px;
  margin-bottom: 60px;
}

.post-cta .post-cta-img {
  width: 300px;
}

@media only screen and (max-width: 991px) {
  .seminar-wrap {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .seminar-wrap {
    padding: 10px;
    padding-right: 20px;
  }

  .post-cta .post-cta-img {
    width: 100%;
  }

  .post-cta .post-cta-img img {
    width: 100%;
  }
}

.seminar-wrap .seminar {
  display: block;
  padding: 15px 0;
  font-weight: bold;
  border-top: 1px solid #d8dee3;
  position: relative;
}

.seminar-wrap .seminar:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #d71717;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .seminar-wrap .seminar:after {
    font-size: 18px;
    right: -10px;
  }
}

.seminar-wrap .seminar:first-child {
  padding-top: 0;
  border: none;
}

.seminar-wrap .seminar:last-child {
  padding-bottom: 0;
}

.seminar-wrap .seminar:hover {
  color: #980000;
}

@media only screen and (max-width: 767px) {
  .seminar-wrap .seminar .date {
    font-size: 12px;
  }
}

.seminar-wrap .seminar .title {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .seminar-wrap .seminar .title {
    font-size: 14px;
  }
}

.seminar-wrap .seminar .cat-list {
  margin-top: 5px;
}

#footer {
  background: #222;
  margin-top: 120px;
}

@media only screen and (max-width: 991px) {
  #footer {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 40px;
  }
}

#footer .wrap {
  padding: 70px 0 20px;
}

@media only screen and (max-width: 991px) {
  #footer .wrap {
    padding: 40px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .wrap {
    padding: 30px 0 10px;
  }
}

#footer .menu-footer_nav-container {
  display: table;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-weight: bold;
}

#footer .menu-footer_nav-container a:hover {
  text-decoration: underline;
}

#footer .f-logo {
  max-width: 173px;
}

@media only screen and (max-width: 991px) {
  #footer .f-logo {
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  #footer .f-logo {
    float: none;
    margin: 0 auto;
    width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  #footer .footer-01 ul {
    text-align: center;
  }
}

#footer .f-img {
  max-width: 100px;
}

@media only screen and (max-width: 991px) {
  #footer .f-img {
    clear: both;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .f-img {
    margin: 0 auto;
    padding-top: 20px;
    max-width: 120px;
  }
}

#footer .copy {
  float: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #footer .copy {
    padding: 0;
  }
}

#footer .menu-footer_nav-container {
  margin-bottom: 0;
  margin-left: 50px;
}

@media only screen and (max-width: 991px) {
  #footer .menu-footer_nav-container {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  #footer .menu-footer_nav-container {
    float: none;
    margin: 20px auto 0;
  }
}

#footer .menu-footer_nav-container #footer-nav {
  text-align: right;
  padding-top: 6px;
}

@media only screen and (max-width: 767px) {
  #footer .menu-footer_nav-container #footer-nav {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  #footer .menu-footer_nav-container #footer-nav li:last-child {
    margin-right: 0;
  }
}

.post-type-archive-case .page-main-img,
.tax-case_cat .page-main-img {
  background: url(../../images/new/case_mv@2x.jpg);
  background-size: cover;
}

.post-type-archive-service .page-main-img {
  background: url(../../images/new/service_mv@2x.jpg);
  background-size: cover;
}

.post-type-archive-seminar .page-main-img {
  background: url(../../images/new/seminar_mv@2x.jpg);
  background-size: cover;
}

.page-id-6339 .page-main-img {
  background: url(../../images/new/checksheet_bg@2x.png) center bottom;
  background-size: cover;
  /*max-width: 1980px;
  margin: 0 auto;*/
}

.page-main-img {
  padding: 120px 3% 100px;
}

@media only screen and (max-width: 767px) {
  .page-main-img {
    padding: 95px 3% 60px;
  }
}

.page-main-img .text-block {
  text-align: center;
  color: #fff;
}

.page-main-img .text-block .title {
  font-size: 74px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .page-main-img .text-block .title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .page-main-img .text-block .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.page-main-img .text-block .title .sub {
  font-size: 28px;
  line-height: 1.4;
  display: block;
}

@media only screen and (max-width: 767px) {
  .page-main-img .text-block .title .sub {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .page-main-img .text-block p {
    text-align: left;
  }
}

.cat-list-block {
  text-align: center;
}

.cat-list-block .title {
  font-size: 20px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .cat-list-block .title {
    font-size: 16px;
  }
}

.page-id-6339 .breadcrumb,
.page-id-6348 .breadcrumb {
  margin-bottom: 30px;
}

.page-id-6339 .breadcrumb li,
.page-id-6339 .breadcrumb a,
.page-id-6348 .breadcrumb li,
.page-id-6348 .breadcrumb a {
  color: #222;
}

.breadcrumb {
  color: #fff;
  margin: 20px 0 0;
}

.breadcrumb li:first-child {
  margin-left: 0;
}

.breadcrumb a {
  color: #fff;
}

.category .section-title {
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #222;
}

#content {
  border: none;
  background: none;
}

.chart-wrap {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.chart-wrap .chart-banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

.chart-wrap .chart-banner-inner {
  max-width: 590px;
  width: 90%;
  position: relative;
}

.chart-wrap .chart-banner-inner .close {
  position: absolute;
  right: 32px;
  top: 32px;
  background: #fff;
  border-radius: 20px;
  line-height: 1;
  padding-left: 1px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .chart-wrap .chart-banner-inner .close {
    right: 4%;
    top: 4%;
  }
}

.chart-wrap .chart-banner-inner .close i {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .page-id-6339 .page-main-img {
    padding-top: 45px;
  }
}

.page-id-6339 .text-block .title {
  max-width: 602px;
  margin: 0 auto 30px;
}

.page-id-6339 .text-block p {
  color: #222;
}

@media only screen and (max-width: 767px) {
  .page-id-6339 .text-block p {
    text-align: left;
  }
}

.checksheet-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.checksheet-wrap > .title {
  max-width: 800px;
  margin: 0 auto;
}

.checksheet-wrap .row-title {
  font-size: 24px;
  border-bottom: 2px dashed #222;
  padding-bottom: 10px;
  margin: 70px 0 30px;
  padding-left: 70px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .checksheet-wrap .row-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .checksheet-wrap .row-title {
    font-size: 14px;
    margin-top: 30px;
  }
}

.checksheet-wrap .row-title:before {
  content: '';
  width: 54px;
  height: 27px;
  background: url(../../images/new/checksheet_icon@2x.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 7px;
}

.checksheet-wrap .row-title + p {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .checksheet-wrap .row-title + p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .checksheet-wrap .row-title + p {
    font-size: 13px;
  }
}

.checksheet-wrap .category-list {
  display: -webkit-box;
  display: flex;
  margin: 40px -10px;
}

@media only screen and (max-width: 767px) {
  .checksheet-wrap .category-list {
    margin: 30px -5px;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.checksheet-wrap .category-list li {
  padding: 0 10px;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
}

@media only screen and (max-width: 767px) {
  .checksheet-wrap .category-list li {
    padding: 5px;
    -webkit-box-flex: 0;
    flex: 0 0 33.333%;
  }
}

.checksheet-wrap .category-list li .list-inner {
  background: #fff;
  border: 1px solid #222;
  border-radius: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.check-btn-wrap {
  position: relative;
  margin: 30px 0;
}

.check-btn-wrap:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #980000;
  position: absolute;
  left: 0;
  top: 50%;
}

.check-btn-wrap a {
  display: block;
  max-width: 368px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .check-btn-wrap a {
    max-width: 300px;
  }
}

.check-btn-wrap a img {
  background: #f5f5f5;
  padding: 0 20px;
}

.up:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.checksheet-box {
  border: 2px solid #980000;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .checksheet-box {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .checksheet-box {
    margin-bottom: 40px;
  }
}

.checksheet-box .title {
  background: #980000;
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  .checksheet-box .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .checksheet-box .title {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.checksheet-box .list {
  padding: 30px 60px;
}

@media only screen and (max-width: 991px) {
  .checksheet-box .list {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .checksheet-box .list {
    padding: 12px;
  }
}

.checksheet-box .list li {
  border-bottom: 2px dashed #980000;
  padding: 10px 0;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .checksheet-box .list li {
    font-size: 18px;
    text-indent: -1em;
    padding-left: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .checksheet-box .list li {
    font-size: 13px;
    padding: 5px 0;
    padding-left: 2em;
  }
}

.checksheet-box .list li:last-child {
  border: none;
}

.checksheet-box .list li i {
  color: #980000;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .checksheet-box .list li i {
    padding: 0 7px 0 5px;
  }
}

.modaal-container {
  max-width: 800px;
}

.modaal-content-container {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: -25px;
  top: -25px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    position: fixed;
    right: 5px;
    top: 5px;
    background: none;
  }
}

.modal-box {
  background: url(../../images/new/modal_bg@2x.png);
  background-size: cover;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .modal-box {
    padding-bottom: 20px;
  }
}

.modal-box .title {
  max-width: 590px;
  width: 90%;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-box .modal-inner {
  max-width: 640px;
  width: 90%;
  margin: 10px auto 0;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-inner {
    margin: 10px auto 20px;
  }
}

.modal-box .modal-inner .question {
  font-size: 28px;
  border-bottom: 2px dashed #222;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .modal-box .modal-inner .question {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-inner .question {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}

.modal-box .modal-inner .question .en {
  color: #980000;
  font-size: 58px;
  font-weight: normal;
  padding-right: 10px;
}

@media only screen and (max-width: 991px) {
  .modal-box .modal-inner .question .en {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-inner .question .en {
    font-size: 30px;
  }
}

.modal-box .modal-inner p {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-inner p {
    font-size: 14px;
  }
}

.modal-box .modal-inner .answer-block {
  margin: 40px 0 50px;
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-inner .answer-block {
    margin: 20px 0;
  }
}

.modal-box .modal-inner .answer-block .btn-wrap {
  padding: 0 10px;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-inner .answer-block .btn-wrap {
    padding: 0 4px;
  }
}

.modal-box .modal-inner .answer-block .btn-wrap .btn {
  border-radius: 40px;
  margin: 0;
  font-size: 24px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-inner .answer-block .btn-wrap .btn {
    font-size: 16px;
    padding: 5px;
  }
}

.modal-box .modal-inner .page-n {
  color: #980000;
  font-size: 32px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-inner .page-n {
    font-size: 20px;
  }
}

.modal-box .modal-inner .page-p {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-inner .page-p {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-top: 10px;
  }
}

.modal-box .modal-inner .page-p i {
  color: #980000;
}

.page-id-6348 .page-main-img {
  background: url(../../images/new/checksheet_bg@2x.png) top no-repeat;
  background-size: contain;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page-id-6348 .page-main-img {
    padding-top: 45px;
  }
}

.page-id-6348 .page-main-img .title {
  max-width: 591px;
  margin: 100px auto 40px;
}

@media only screen and (max-width: 991px) {
  .page-id-6348 .page-main-img .title {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .page-id-6348 .page-main-img .title {
    margin: 40px auto 30px;
  }
}

.result-wrap {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.result-wrap .result {
  margin: 20px 0 60px;
}

@media only screen and (max-width: 767px) {
  .result-wrap .result {
    margin: 20px 0 40px;
  }

  .result-wrap .result + p {
    text-align: left;
  }
}

.result-wrap .result dt {
  display: inline-block;
  background: #980000;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .result-wrap .result dt {
    font-size: 14px;
  }
}

.result-wrap .result dd {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .result-wrap .result dd {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .result-wrap .result dd {
    font-size: 16px;
  }
}

.result-wrap .result dd .cat-name {
  font-size: 67px;
  color: #980000;
  border: 3px solid #980000;
  display: inline-block;
  line-height: 1.6;
  padding: 0 20px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 991px) {
  .result-wrap .result dd .cat-name {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .result-wrap .result dd .cat-name {
    font-size: 22px;
  }
}

.result-wrap .title {
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .result-wrap .title {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .result-wrap .title {
    margin-top: 40px;
    font-size: 16px;
  }
}

.result-wrap .result-posts a {
  display: block;
}

.result-wrap .result-post {
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
}

.result-wrap .result-post .img {
  -webkit-box-flex: 0;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.result-wrap .result-post .text {
  -webkit-box-flex: 0;
  flex: 0 0 62.5%;
  max-width: 62.5%;
  padding: 10px 30px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .result-wrap .result-post .text {
    font-size: 12px;
    padding: 10px;
  }
}

.pickup-block {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .pickup-block {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pickup-block {
    margin-bottom: 20px;
  }
}

.pickup-box {
  border-top: 2px solid #980000;
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .pickup-box {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .pickup-box {
    padding: 20px 10px;
  }
}

.pickup-box .cat {
  margin: 0 auto;
  font-size: 15px;
  display: table;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .pickup-box .cat {
    font-size: 12px;
  }
}

.pickup-box .title {
  font-size: 32px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .pickup-box .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .pickup-box .title {
    font-size: 16px;
    line-height: 1.4;
  }
}

.pickup-box .title .mark {
  background: #deb017;
  color: #fff;
  font-size: 16px;
  padding: 2px 15px;
  display: inline-block;
  position: relative;
  top: -6px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .pickup-box .title .mark {
    font-size: 12px;
    margin-right: 10px;
    top: -1px;
  }
}

.pickup-box .row-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .pickup-box .row-title {
    font-size: 18px;
  }
}

.pickup-main {
  border-top: 1px solid #d8dee3;
  margin: 28px 0 80px;
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .pickup-main {
    padding-top: 30px;
    margin: 20px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pickup-main {
    padding-top: 20px;
    margin-bottom: 40px;
  }
}

.pickup-main .img {
  -webkit-box-flex: 0;
  flex: 0 0 34.1666%;
  max-width: 34.1666%;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .pickup-main .img {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.pickup-main .img .img-inner {
  border: 1px solid #d8dee3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .pickup-main .img .img-inner {
    padding: 20px 10px;
  }
}

.pickup-main .img .img-inner img {
  max-width: 212px;
}

.pickup-main .text {
  -webkit-box-flex: 0;
  flex: 0 0 65.833%;
  max-width: 65.833%;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .pickup-main .text {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pickup-main .text .recommend-c {
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .pickup-main .text .recommend-c {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    font-size: 12px;
  }
}

.pickup-main .text dt {
  color: #fff;
  line-height: 1.4;
  -webkit-box-flex: 0;
  flex: 0 0 165px;
}

@media only screen and (max-width: 991px) {
  .pickup-main .text dt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .pickup-main .text dt {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    font-size: 12px;
  }
}

.pickup-main .text dt .inner {
  padding: 10px;
  background: #222222;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.pickup-main .text dd {
  padding: 20px;
  background: #edf4f8;
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 165px);
}

@media only screen and (max-width: 991px) {
  .pickup-main .text dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-main .text dd {
    flex: 0 0 100%;
  }
}

.pickup-main .text .btns {
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .pickup-main .text .btns {
    margin: 0 -5px;
  }
}

.pickup-main .text .btns .btn-wrap {
  padding: 0 10px;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .pickup-main .text .btns .btn-wrap {
    padding: 0 5px;
  }
}

.pickup-main .text .btns .btn-wrap .btn {
  margin-top: 0;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .pickup-main .text .btns .btn-wrap .btn {
    padding: 10px 5px;
    line-height: 1.6;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 10px;
    justify-content: center;
  }
}

.service-case .item .text-block {
  background: #f5f5f5;
}

.service-case .cat {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 0;
}

.service-case .title {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .service-case .item .thumbnail.sp {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    background: #f5f5f5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .service-case .item .title {
    font-size: 14px;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .service-case .item .img {
    -webkit-box-flex: 0;
    flex: 0 0 30px;
    height: auto;
    border: none;
    padding: 0;
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .service-case .item .text .company-name {
    font-size: 12px;
  }
}

.service-contents .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .service-contents .title {
    font-size: 18px;
  }
}

.service-contents .item-inner {
  height: auto;
}

.post-type-archive-service .service-contents .item-inner:hover .title {
  color: #222;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .service-contents .item-inner .text .title {
    margin-bottom: 0;
  }
}

.service-contents .item-inner.sp {
  text-align: left;
  font-size: 12px;
}

.service-contents .recommend-item {
  background: #edf4f8;
  padding: 30px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .service-contents .recommend-item {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .service-contents .recommend-item {
    padding: 20px 10px 10px;
  }
}

.service-contents .recommend-item:before {
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service-contents .recommend-item > p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-contents .recommend-item .check-list {
  margin-bottom: 20px;
}

.service-contents .recommend-item .check-list li {
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .service-contents .recommend-item .check-list li {
    font-size: 12px;
  }
}

.service-contents .recommend-item .btn-wrap {
  margin-top: 10px;
}

.service-contents .recommend-item .btn {
  max-width: 100%;
  padding: 10px;
  margin-top: 0;
}

.single article {
  margin-top: 20px;
  border: none;
  border-top: 2px solid #980000;
  background: none;
}

.single article .post-header-inner {
  padding: 30px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .single article .post-header-inner {
    padding: 20px 10px;
  }
}

.single article .post-header-inner .title {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
  .single article .post-header-inner .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single article .post-header-inner .title {
    font-size: 18px;
  }
}

.single article .company-info {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .single article .company-info {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single article .company-info {
    margin-bottom: 20px;
  }
}

.single article .company-info .img {
  -webkit-box-flex: 0;
  flex: 0 0 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 70px;
  border: 1px solid #d8dee3;
  padding: 5px;
  justify-content: center;
}

.single article .company-info .text {
  padding-left: 20px;
  padding-top: 5px;
}

@media only screen and (max-width: 991px) {
  .single article .company-info .text {
    padding-left: 10px;
  }
}

.single article .company-info .text .company-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

.single article .company-info .text span {
  font-size: 13px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 991px) {
  .single article .company-info .text span {
    font-size: 10px;
  }
}

.single article .company-info .text .company-type {
  padding-right: 10px;
}

.single article .company-info + .text dt {
  color: #fff;
  line-height: 1.4;
  -webkit-box-flex: 0;
  flex: 0 0 240px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .single article .company-info + .text dt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .single article .company-info + .text dt {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    font-size: 12px;
  }

  .single article .company-info .text .company-name {
    margin-bottom: 0;
    font-size: 15px;
  }
}

.single article .company-info + .text dt .inner {
  padding: 10px;
  background: #222222;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.single article .company-info + .text dt .inner i {
  margin-right: 5px;
}

.single article .company-info + .text dd {
  padding: 20px;
  background: #edf4f8;
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 240px);
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .single article .company-info + .text dd {
    font-size: 14px;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    line-height: 1.6;
  }
}

.single article .company-info + .text + p {
  margin-top: 2em;
}

.single article .l-post-content h2 {
  font-size: 24px;
  margin: 3em 0 0.5em;
}

@media only screen and (max-width: 991px) {
  .single article .l-post-content h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single article .l-post-content h2 {
    font-size: 18px;
  }
}

.single article .l-post-content strong {
  font-weight: bold;
}

.single article .l-post-content p {
  margin-bottom: 1em;
}

.single article .l-post-content b {
  font-weight: bold;
}

.single article .cta-block {
  border: 2px solid #980000;
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .single article .cta-block {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single article .cta-block {
    padding: 20px 10px;
  }
}

.single article .cta-block .l-flex-wrap {
  display: block;
}

.single article .cta-block .title {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 1.5em;
}

@media only screen and (max-width: 767px) {
  .single article .cta-block .title {
    font-size: 18px;
  }

  .category-workstyle-innovation .page-title-block,
  .category-welfare .page-title-block {
    border-color: #980000;
  }
}

.single article .cta-block .title br {
  display: none;
}

.single article .cta-block .img {
  padding-left: 30px;
  width: 320px;
  float: right;
}

@media only screen and (max-width: 991px) {
  .single article .cta-block .img {
    padding-left: 20px;
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .single article .cta-block .img {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.single article .cta-block .text {
}

@media only screen and (max-width: 991px) {
  .single article .cta-block .text {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .single article .cta-block .text {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
}

.fa-hatena:before {
  content: 'B!';
  font-family: Verdana;
  font-weight: bold;
}

.page-main {
  padding: 120px 3% 0;
}

@media only screen and (max-width: 767px) {
  .page-main {
    padding-top: 45px;
  }
}

.l-side .title {
  font-size: 18px;
  text-align: center;
  margin: 2em 0 1em;
}

@media only screen and (max-width: 767px) {
  .l-side .title {
    font-size: 16px;
  }
}

.l-side .banner {
  max-width: 300px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .l-side .banner {
    margin: 0 auto;
  }

  .l-side .banner-2 {
    margin-top: 20px;
  }

  .category .cat-header .post-title,
  .tag .cat-header .post-title {
    font-size: 13px;
    text-align: left;
  }

  .search .cat-header .post-title {
    text-align: left;
    margin-bottom: 0;
  }
}

.l-side .side-post {
  border-bottom: 1px solid #d8dee3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.l-side .side-post a:hover {
  color: #980000;
}

.l-side .side-post .img {
  -webkit-box-flex: 0;
  flex: 0 0 100px;
  padding-right: 10px;
}

.l-side .side-post .text {
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 100px);
}

.l-side .side-post .text .cat {
  font-size: 10px;
}

.l-side .side-post .text .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

.category-workstyle-innovation #content,
.category-welfare #content {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .category-workstyle-innovation #content,
  .category-welfare #content {
    padding-top: 45px;
  }
}

#content {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  #content {
    padding-top: 45px;
  }
}

#main {
  margin-top: 20px;
}

.fixed-area {
  padding-top: 2em;
}

.banner + .side-article-area {
  padding-top: 2em;
}

.recent-posts .side-title,
.side-widget .side-title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 1em;
  background: none;
  padding: 0;
  color: #222;
}

@media only screen and (max-width: 767px) {
  .recent-posts .side-title,
  .side-widget .side-title {
    font-size: 16px;
  }
}

.recent-posts,
.side-widget {
  background: none;
  padding: 0;
  margin: 0;
}

.side-widget .wpp-list li {
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #d8dee3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-widget .wpp-list li .recent-thumb {
  width: 100px;
  margin-right: 10px;
}

.side-widget .wpp-list li .wpp-category a {
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #980000;
  border-radius: 30px;
  color: #980000 !important;
  display: inline-block;
  padding: 0 15px;
  line-height: 22px;
}

.side-widget .wpp-list li .wpp-category a:hover {
  color: #980000;
}

.side-widget .wpp-list li .wpp-post-title {
  color: #222;
}

.side-widget .wpp-list li:first-child {
  border: none;
  border-bottom: 1px solid #d8dee3;
}

#side {
  width: 300px;
  margin-left: -300px;
}

@media only screen and (max-width: 991px) {
  #side {
    width: 100%;
    margin: 0;
  }
}

#side .banner {
  max-width: 300px;
  display: block;
  /*margin: 0 auto;*/
}

#side aside {
  position: relative;
  height: 100%;
}

.main-inner {
  margin-right: 340px;
}

.single .post-header {
  padding: 0;
}

.single .post-header img {
  width: 100%;
}

.single .single-contents article {
  border: none;
}

.single .single-contents article .post-header-inner {
  padding: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .single .single-contents article .post-header-inner {
    padding-bottom: 20px;
  }
}

.single .single-contents article h2 {
  font-size: 24px;
  margin: 3em 0 0.5em;
}

@media only screen and (max-width: 991px) {
  .single .single-contents article h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single .single-contents article h2 {
    font-size: 18px;
  }
}

.single .single-contents article h3 {
  font-size: 18px;
  color: #980000;
  margin: 2em 0 1em;
}

.single .single-contents article strong {
  font-weight: bold;
}

.single .single-contents article p {
  margin-bottom: 1em;
}

.single .single-contents article blockquote {
  background: #edf4f8;
  padding: 40px 40px 20px;
  position: relative;
  margin: 2em 0;
}

@media only screen and (max-width: 991px) {
  .single .single-contents article blockquote {
    padding: 40px 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single .single-contents article blockquote {
    padding: 40px 10px;
  }
}

.single .single-contents article blockquote:before {
  content: '“';
  color: #d8dee3;
  font-family: '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
}

.single .single-contents article blockquote:after {
  content: '“';
  color: #d8dee3;
  font-family: '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single .single-contents article blockquote p a {
  display: table;
  margin-left: auto;
  font-size: 14px;
  text-decoration: underline;
}

.single .single-contents article blockquote p a:hover {
  text-decoration: none;
}

.single .single-contents article table {
  border-top: 1px solid #d8dee3;
  border-left: 1px solid #d8dee3;
  width: 100%;
  margin: 2em 0;
}

.single .single-contents article table th {
  background: #edf4f8;
  text-align: center;
}

.single .single-contents article table th,
.single .single-contents article table td {
  border-right: 1px solid #d8dee3;
  border-bottom: 1px solid #d8dee3;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .single .single-contents article table th,
  .single .single-contents article table td {
    padding: 10px;
  }
}

.single .single-contents article ul {
  margin: 2em 0;
  list-style-type: disc;
  padding-left: 20px;
}

.single .single-contents article ul li {
  margin: 5px 0;
}

.single .single-contents article .attention {
  margin: 2em 0;
}

.single .single-contents article .attention ul {
  margin: 0 0 1em;
}

.single .single-contents article .a-1 {
  background: #980000;
  color: #fff;
  padding: 1.5em 1.5em 0.5em;
}

@media only screen and (max-width: 767px) {
  .single .single-contents article .a-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.single .single-contents article .a-2 {
  border: 2px solid #d8dee3;
  padding: 1.5em 1.5em 0.5em;
}

@media only screen and (max-width: 767px) {
  .single .single-contents article .a-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.single .single-contents article .a-3 {
  margin-top: 4em;
  border: 2px solid #980000;
  padding: 2.5em 1.5em 0.5em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single .single-contents article .a-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.single .single-contents article .a-3 .attention-title {
  background: #980000;
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .single .single-contents article .a-3 .attention-title {
    left: 0;
    transform: none;
  }

  .single .single-contents article .a-3 .attention-title + p {
    margin-top: 3em;
  }
}

.single .single-contents article dl {
  margin-top: 4em;
  border: 2px solid #d8dee3;
  background: #edf4f8;
  padding: 2.5em 1.5em 1.5em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single .single-contents article dl {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.single .single-contents article dl dt {
  background: #222;
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single .single-contents article .share-btns {
  margin: 30px auto 60px;
}

@media only screen and (max-width: 991px) {
  .single .single-contents article .share-btns {
    margin: 25px 0;
  }
}

.single .single-contents article .share-btn-list {
  display: table;
  margin: 0 auto;
  padding: 0;
}

.single .single-contents article .share-btn-list li {
  display: table-cell;
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .single .single-contents article .share-btn-list li {
    width: 33.3%;
    padding: 0 3px;
  }

  #main .post-cta .cta-post-title {
    font-size: 14px !important;
  }
}

.single .single-contents article .share-btn-list li a {
  border: 1px solid #980000;
  display: block;
  padding: 5px 10px;
  min-width: 130px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .single .single-contents article .share-btn-list li a {
    font-size: 10px;
    min-width: 0;
    line-height: 1.4;
    padding: 5px;
  }
}

.single .single-contents article .share-btn-list li a:hover {
  background: #980000;
  color: #fff;
}

.single .single-contents article .share-btn-list li a i {
  font-size: 18px;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 767px) {
  .single .single-contents article .share-btn-list li a i {
    font-size: 13px;
  }
}

.post-cta {
  border-color: #980000;
  margin-left: 0;
  margin-right: 0;
}

.post-cta a,
.related-article a,
.cta-block a {
  text-decoration: none !important;
}

.post-cta .post-cta-btn a {
  background: #980000;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .post-cta .cta-post-title {
    font-size: 14px;
    padding: 0 !important;
  }

  .category-workstyle-innovation .page-title-block,
  .category-welfare .page-title-block {
    padding: 36px 10px 20px;
  }

  .breadcrumb {
    margin-top: 10px;
  }
}

.related-article {
  padding: 0;
}

.related-post .headline,
.related-post.flat .related-post-headline {
  font-size: 24px;
  text-align: center;
  padding: 0;
  border: none;
  margin: 2em 0 0em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .related-post .headline,
  .related-post.flat .related-post-headline {
    font-size: 18px;
  }
}

.related-post .post-list,
.related-post.flat ul.post-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
}

.related-post .post-list .item,
.related-post.flat ul.post-list li {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  padding: 10px 15px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .related-post .post-list .item,
  .related-post.flat ul.post-list li {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
}

.related-post .post-list .item .thumb,
.related-post.flat li .related-post-thumb {
  max-width: 140px;
}

@media only screen and (max-width: 767px) {
  .related-post .post-list .item .thumb,
  .related-post.flat li .related-post-thumb {
    max-width: 90px;
  }
}

.related-post .post-list .item .title,
.related-post.flat li .related-post-title {
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .related-post .post-list .item .title,
  .related-post.flat li .related-post-title {
    font-size: 12px !important;
  }
}

.related-post .status {
  display: none;
}

.post-author {
  padding: 0 !important;
}

.post-author .clearfix {
  background: #d8dee3;
}

#toc_container {
  border: none;
  background: #edf4f8;
  padding: 0;
}

#toc_container p.toc_title {
  background: #222;
  color: #fff;
  padding: 15px;
  position: relative;
}

#toc_container p.toc_title span.toc_toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#toc_container p.toc_title span.toc_toggle a {
  color: #fff;
}

#toc_container p.toc_title + .toc_list {
  padding: 20px 40px;
  margin: 0 !important;
}

@media only screen and (max-width: 991px) {
  #toc_container p.toc_title + .toc_list {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #toc_container p.toc_title + .toc_list {
    padding: 20px 10px;
  }
}

#to-top {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}

@media only screen and (max-width: 767px) {
  #to-top {
    width: 40px;
    bottom: 80px;
  }
}

.l-side .banner-2 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .banner-2 {
    display: none;
  }
}

.share-btns {
  margin: 60px auto;
}

@media only screen and (max-width: 991px) {
  .share-btns {
    margin: 40px 0;
  }
}

.share-btn-list {
  display: table;
  margin: 0 auto;
  padding: 0;
}

.share-btn-list li {
  display: table-cell;
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .share-btn-list li {
    width: 33.3%;
    padding: 0 3px;
  }
}

.share-btn-list li a {
  border: 1px solid #980000;
  display: block;
  padding: 5px 10px;
  min-width: 140px;
  text-align: center;
  font-size: 14px;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .share-btn-list li a {
    font-size: 10px;
    min-width: 0;
    line-height: 1.4;
    padding: 5px;
  }
}

.share-btn-list li a:hover {
  background: #980000;
  color: #fff;
}

.share-btn-list li a i {
  font-size: 18px;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 767px) {
  .share-btn-list li a i {
    font-size: 13px;
  }
}

.category .content-wrap > img {
  width: 100%;
}

.category .cat-header .post-title {
  width: calc(100% - 230px);
}

@media only screen and (max-width: 767px) {
  .category .cat-header .post-title {
    width: 100%;
  }
}

.hidden-checkbox {
  display: none;
}

@media only screen and (max-width: 767px) {
  .menu-icon {
    cursor: pointer;
    display: block;
    height: 21px;
    position: fixed;
    right: 3%;
    top: 14px;
    width: 22px;
    z-index: 9999;
  }
  .menu-icon::before {
    box-shadow: #fff 0 9px 0;
    height: 3px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 21px;
  }
  .menu-icon::after {
    bottom: 0;
    height: 3px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    width: 21px;
  }
  .menu-icon::before,
  .menu-icon::after {
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: box-shadow 0.3s linear, -webkit-transform 0.3s;
    transition: box-shadow 0.3s linear, -webkit-transform 0.3s;
    transition: box-shadow 0.3s linear, transform 0.3s;
    transition: box-shadow 0.3s linear, transform 0.3s, -webkit-transform 0.3s;
  }
  .gnav.sp {
    width: 100%;
    height: 100%;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
    display: none;
    position: fixed;
    left: 0;
    top: 49px;
    z-index: 555;
  }
  .hidden-checkbox:checked ~ .menu-icon::before {
    background: #fff;
    box-shadow: transparent 0 0 0;
    -webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
    transform: rotate(45deg) translate3d(6px, -3px, 0);
  }
  .hidden-checkbox:checked ~ .menu-icon::after {
    background: #fff;
    -webkit-transform: rotate(-45deg) translate3d(6px, 3px, 0);
    transform: rotate(-45deg) translate3d(6px, 3px, 0);
  }
  .hidden-checkbox:checked ~ .gnav {
    display: block;
  }
  .gnav-list-sp {
    width: 100%;
    overflow-y: scroll;
  }
  .gnav-list-sp .inner-1 {
    padding: 25px;
    background: #980000;
  }
  .gnav-list-sp .inner-1 #searchform {
    border-radius: 0;
  }
  .gnav-list-sp .inner-1 .header-search-sp {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .gnav-list-sp .inner-1 .header-search-sp + p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
  }
  .gnav-list-sp .inner-1 .list-1,
  .gnav-list-sp .inner-1 .list-2 ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .gnav-list-sp .inner-1 .list-2 {
    margin-top: 20px;
  }
  .gnav-list-sp .inner-1 .list-2 dt {
    border: 1px solid #980000;
    background: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
  }
  .gnav-list-sp li {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    border: 1px solid #980000;
  }
  .gnav-list-sp li a {
    background: #fff;
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
  }
  .gnav-list-sp .inner-2 {
    background: #fff;
    width: 100%;
    padding: 15px;
  }
  .gnav-list-sp .inner-2 ul {
    display: table;
    margin: 0 auto;
  }
  .gnav-list-sp .inner-2 ul li {
    display: inline-block;
    border: none;
  }
  .gnav-list-sp .inner-2 ul li a {
    display: inline;
    padding: 0 3px;
    font-size: 10px;
    font-weight: bold;
  }
}

.post-author .post-author-img {
  width: 160px;
}

.post-author .post-author-meta {
  margin-left: 180px;
}

.pagination .current {
  background: #980000;
}

.pagination a,
.pagination span {
  border: 1px solid #980000;
  color: #980000;
}

.post .post-metas li:first-child:after,
.post-loop-wrap .post-metas li:first-child:after {
  content: none;
}

.post .post-metas li,
.post-loop-wrap .post-metas li {
  margin-right: 10px;
}

.category-workstyle-innovation .page-cat,
.category-workstyle-innovation .main-wrap:before,
.category-welfare .page-cat,
.category-welfare .main-wrap:before,
.category-welfare [class*='section']:before {
  background: #980000;
}

.category-workstyle-innovation .article-arrow:before,
.category-welfare .article-arrow:before {
  border-left: 10px solid #980000;
}

.category-workstyle-innovation .article-link:hover,
.category-welfare .article-link:hover {
  border: 3px solid #980000;
}

.a-1 a {
  color: #f7f00b;
  font-weight: bold;
}

.special-content .title {
  min-height: 66px;
}

form input[type='submit'],
form button {
  background: #980000;
}

.work-life-balance {
  color: #222 !important;
}

.mark .posts-header:before {
  content: none;
}

.single main .l-post-content a {
  text-decoration: underline;
}

.single main .l-post-content a:hover {
  text-decoration: none;
}

.single main [class*='link-button-'] a {
  text-decoration: none;
}

.single-case .fixed-area {
  padding-top: 0;
}

.category-workstyle-innovation #content,
.category-welfare #content {
  padding-bottom: 0;
}

.category-workstyle-innovation #content .post-cta,
.category-welfare #content .post-cta {
  margin-bottom: 0;
}

.welfare-cta {
  margin-bottom: 0;
}

.post-title.welfare {
  color: #222 !important;
}

@media only screen and (max-width: 767px) {
  .special-content .title {
    min-height: auto;
  }

  .post-author .post-author-img {
    width: 80px;
  }

  .post-author .post-author-meta {
    margin-left: 100px;
  }

  .breadcrumb {
    white-space: nowrap;
    overflow: scroll;
  }

  .breadcrumb li {
    float: none;
    display: inline-block;
  }
}

.category-hrdx .l-contents-wrap,
.category-hrdx .l-post-content {
  width: 100%;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.category-hrdx .post,
.category-hrdx .post-loop-wrap {
  margin-left: 0;
  margin-right: 0;
}

.category-hrdx .l-post-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.category-hrdx .l-post-content li {
  width: 33.333%;
  padding: 0 10px;
}

.category-hrdx .l-post-content > h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 80px;
}

.category-hrdx .l-post-content h2:first-of-type {
  margin-top: 0;
}

.single .single-contents article .event-info table th {
  min-width: 160px;
}

.footer-fixed-bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}

.footer-fixed-bnr .footer-fixed-bnr-inner {
  max-width: 1119px;
  margin: 0 auto;
  position: relative;
}

.footer-fixed-bnr a {
  display: block;
  max-width: 1119px;
  margin: 0 auto;
}

.footer-fixed-bnr .fa {
  font-size: 28px;
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  color: #980000;
}

#footer {
  padding-bottom: 138px;
}

@media only screen and (max-width: 767px) {
  .footer-fixed-bnr .fa {
    font-size: 24px;
  }

  #footer {
    padding-bottom: 100px;
  }

  #to-top {
    bottom: 110px;
  }

  .category-hrdx .l-post-content li {
    width: 100%;
  }

  .category-hrdx .l-post-content > h2 {
    font-size: 22px;
    margin-top: 50px;
  }

  .category-hrdx .l-post-content .btn {
    margin-top: 0;
  }

  .single .single-contents article .event-info table th {
    min-width: auto;
  }

  .l-flex-wrap.case-content .item-inner {
    display: block !important;
  }

  .thumbnail.pc {
    display: block;
  }

  .thumbnail.sp {
    display: none !important;
  }
}

/* .hrdx-top-event {
  display: flex;
}

.hrdx-top-event > a {
  display: block;
  width: 40%;
} */

.hrdx-top-event .text {
  width: 60%;
  padding-left: 30px;
}

.hrdx-top-event .post-title,
.hrdx-top-event .post-metas {
  margin-bottom: 10px !important;
}

.hrdx-top-event + .event-btn {
  margin-top: 60px;
  margin-bottom: 80px;
}

.hrdx-top-event a {
  display: flex;
}

.hrdx-top-event .thumbnail {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .hrdx-top-event {
    display: block;
  }

  .hrdx-top-event > a {
    display: block;
  }

  .hrdx-top-event .text,
  .hrdx-top-event .thumbnail {
    width: 100%;
  }

  .hrdx-top-event .text {
    padding: 10px 0 0 0;
  }

  .hrdx-top-event .post-title {
    font-size: 16px;
  }

  .hrdx-top-event + .event-btn {
    margin-top: 30px !important;
    margin-bottom: 50px;
  }
}

.l-header .l-wrap {
  max-width: none;
  width: 100%;
  padding-right: 3%;
}

@media only screen and (max-width: 767px) {
  .l-header .l-wrap {
    padding-right: 0;
  }
}

.seminar-content .item .title {
  min-height: auto;
}

.seminar-content .receptionist {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #980000;
  display: inline-block;
  padding: 0 5px;
}

.seminar-content .receptionist-end {
  background: #aaa;
}

.seminar-content .seminar-date {
  font-size: 18px;
  font-weight: bold;
}

.seminar-content .seminar-date span {
  font-size: 13px;
}

.seminar-content .item .text {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
}

.other-links {
  margin-top: 80px;
}

.other-links .l-flex-wrap .item:nth-child(1),
.other-links .l-flex-wrap .item:nth-child(2),
.other-links .l-flex-wrap .item {
  flex: 0 0 25%;
  width: 25%;
}

.other-links .title {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #980000;
  padding: 10px;
  margin-bottom: 10px;
}

.other-links .l-flex-wrap .item img {
  width: 60px;
}

.other-links .l-flex-wrap .item:first-child img {
  width: 50px;
  margin-top: 10px;
}

.other-links .l-flex-wrap .item .item-title {
  font-size: 30px;
}

.other-links .l-flex-wrap .item .sub {
  font-size: 16px;
}

.other-links .l-flex-wrap .item .sub + p {
  font-size: 15px;
}

.other-links .l-flex-wrap .item .item-head,
.other-links .l-flex-wrap .item .text {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1080px) {
  .seminar-content .item,
  .other-links .l-flex-wrap .item:nth-child(1),
  .other-links .l-flex-wrap .item:nth-child(2),
  .other-links .l-flex-wrap .item {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .seminar-content .item,
  .other-links .l-flex-wrap .item:nth-child(1),
  .other-links .l-flex-wrap .item:nth-child(2),
  .other-links .l-flex-wrap .item {
    flex: 0 0 100%;
    width: 100%;
  }

  .seminar-content .seminar-date {
    font-size: 16px;
  }

  .post-type-archive-seminar .page-main-img + .l-wrap {
    margin-top: -45px;
  }
}

.thumbnail {
  max-height: 230px;
}

.recent-thumb img {
  height: 100px;
  object-fit: cover;
}

.service-contents .slide-inner {
  background: #fff;
  display: block;
  height: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .service-contents .slide-inner {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%;
  }
}

.service-contents .slide-inner .text {
  margin-top: 0;
  padding: 10px 30px 30px;
  border: none;
}

@media only screen and (max-width: 991px) {
  .service-contents .slide-inner .text {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .service-contents .slide-inner .text {
    padding: 10px;
  }
}

.service-contents .slide-inner .caption {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .service-contents .slide-inner {
    display: block;
  }

  .service-contents .slide {
    padding-bottom: 30px;
  }

  .service-contents .slide-inner .image {
    width: 100%;
  }

  .service-contents .slide .title {
    margin-bottom: 4px;
  }
}

/* .service-contents .slide .recommend-item {
  bottom: 170px;
}

@media only screen and (max-width: 991px) {
  .service-contents .slide .recommend-item {
    bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .service-contents .slide .recommend-item {
    bottom: 122px;
  }
} */

.tax-for_groups .page-main-img {
  background: url(../../images/new/seminar_mv@2x.jpg);
  background-size: cover;
}

.post-type-archive-seminar .tab-content,
.tax-for_groups .tab-content,
.tax-seminar_tag .tab-content {
  background: #fff;
  display: none;
  padding: 40px;
}

.post-type-archive-seminar .tab-content.is-active,
.tax-for_groups .tab-content.is-active,
.tax-seminar_tag .tab-content.is-active {
  display: block;
}

.post-type-archive-seminar .tab-wrap,
.tax-for_groups .tab-wrap,
.tax-seminar_tag .tab-wrap {
  display: flex;
}

.post-type-archive-seminar .tab-wrap .tab,
.tax-for_groups .tab-wrap .tab,
.tax-seminar_tag .tab-wrap .tab {
  padding: 15px 40px;
  background: #d9d9da;
  transition: all 0.3s ease;
  font-weight: bold;
}

.post-type-archive-seminar .tab-wrap .tab.is-active,
.tax-for_groups .tab-wrap .tab.is-active,
.tax-seminar_tag .tab-wrap .tab.is-active {
  background: #fff;
  color: #980000;
}

.post-type-archive-seminar .tab-wrap .tab:hover,
.tax-for_groups .tab-wrap .tab:hover,
.tax-seminar_tag .tab-wrap .tab:hover {
  color: #980000;
}

.post-type-archive-seminar .tab-content .item a,
.tax-for_groups .tab-content .item a,
.tax-seminar_tag .tab-content .item a {
  border: 1px solid #d9d9da;
  height: 100%;
}

.home .seminar-content .item .status,
.post-type-archive-seminar .item .status,
.tax-for_groups .item .status,
.tax-seminar_tag .item .status {
  display: flex;
  align-items: center;
}

.home .seminar-content .item .status .holding_format,
.post-type-archive-seminar .item .status .holding_format,
.tax-for_groups .item .status .holding_format,
.tax-seminar_tag .item .status .holding_format {
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
  padding: 0 5px;
}
.holding_format.blue {
  background: #5768d1;
}
.holding_format.green {
  background: #63b267;
}
.holding_format.orange {
  background: #eeb203;
}
.holding_format.black {
  background: #4c4c4c;
}

.home .seminar-content .item .status .holding_format span,
.post-type-archive-seminar .item .status .holding_format span,
.tax-for_groups .item .status .holding_format span,
.tax-seminar_tag .item .status .holding_format span {
  color: #980000;
}

.tax-seminar_tag .page-main-img {
  background: url(../../images/new/seminar_mv@2x.jpg);
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .post-type-archive-seminar .tab-content,
  .tax-for_groups .tab-content,
  .tax-seminar_tag .tab-content {
    padding: 30px 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .post-type-archive-seminar .tab-wrap .tab,
  .tax-for_groups .tab-wrap .tab,
  .tax-seminar_tag .tab-wrap .tab {
    padding: 15px;
  }
}

.post-type-archive-whitepaper .page-main-img,
.tax-whitepaper_tag .page-main-img {
  background: url(../../images/new/seminar_mv@2x.jpg);
  background-size: cover;
}

.post .post-excerpt,
.post-loop-wrap .post-excerpt {
  height: auto;
  overflow: visible;
}

.side-widget-inner .more-view {
  text-align: right;
  margin-bottom: 30px;
}

.side-widget-inner .more-view a {
  color: #980000;
  font-weight: bold;
  text-decoration: underline;
}

.side-widget-inner .more-view a:hover {
  text-decoration: none;
}

.post-type-archive-whitepaper .text-block .new {
  background: #980000;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.page-template-page-what_is_bowgl .contents-section {
  padding-top: 20px;
}

.page-template-page-what_is_bowgl .main-img .title {
  padding-bottom: 15px;
}

.page-template-page-what_is_bowgl .main-img p {
  margin-top: 20px;
}

.page-template-page-what_is_bowgl .gnav-list li a,
.page-template-page-what_is_bowgl .header-search .fa-search {
  color: #fff;
}

.page-template-page-what_is_bowgl .header-search:hover .fa-search {
  color: #222;
}

.page-template-page-what_is_bowgl .main-img .catch span {
  color: #da291c;
  font-size: 24px;
  font-weight: bold;
}

.page-template-page-what_is_bowgl .row-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-template-page-what_is_bowgl #searchform-page {
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-template-page-what_is_bowgl #searchform-page div {
  display: flex;
}

.page-template-page-what_is_bowgl #searchform-page #s {
  width: calc(100% - 72px);
  border-radius: 5px 0 0 5px;
}

.page-template-page-what_is_bowgl #searchform-page #searchsubmit {
  background: #da291c;
  border-radius: 0 5px 5px 0;
}

.page-template-page-what_is_bowgl .cat-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.page-template-page-what_is_bowgl .cat-list li a {
  border: 1px solid #980000;
  border-radius: 30px;
  color: #980000;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}

.page-template-page-what_is_bowgl .cat-list li a:hover {
  background: #980000;
  color: #fff;
}

.page-template-page-what_is_bowgl .post-loop-wrap article {
  width: 33.333%;
}

.page-template-page-what_is_bowgl .post-loop-wrap article .post-title {
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .page-template-page-what_is_bowgl .main-img {
    position: relative;
  }

  .page-template-page-what_is_bowgl .main-img .catch span {
    font-size: 18px;
  }

  .page-template-page-what_is_bowgl .post-loop-wrap article {
    width: 100%;
  }

  .page-template-page-what_is_bowgl .post .post-excerpt,
  .post-loop-wrap .post-excerpt {
    max-height: none;
  }
}

.home .page-link .l-flex-wrap .item:nth-child(1),
.home .page-link .l-flex-wrap .item:nth-child(2) {
  flex: 0 0 33.333%;
}

.home .text-block .new {
  background: #980000;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.home .case-content .item .title {
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
  .home .page-link .l-flex-wrap .item:nth-child(1),
  .home .page-link .l-flex-wrap .item:nth-child(2) {
    flex: 0 0 50%;
  }

  .home .main-img {
    position: relative;
  }

  .home #section-6 .case-content .item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.single-video .video h2:first-of-type {
  margin-top: 0;
}

.single-video .video .l-flex {
  margin: 30px 0;
  border: 1px solid #ccc;
  padding: 20px;
  align-items: center;
}

.single-video .video .l-flex .img {
  width: 240px;
}

.single-video .video .l-flex .img img {
  border-radius: 50%;
}

.single-video .video .l-flex .text {
  flex: 1;
  padding-left: 20px;
  font-size: 14px;
}

.single-video .video .l-flex .text .open-text {
  margin-top: 20px;
  font-weight: bold;
  cursor: pointer;
}

.single-video .video .l-flex .text .hide-text {
  display: none;
  margin-top: 20px;
}

.wpp-notice {
  display: none;
}

.single-video .video .related-article {
  margin-bottom: 0;
}

.single-video .modaal-video-container {
  overflow: visible;
}

.single-video .modaal-wrapper .modaal-close {
  right: 0;
  top: -60px;
}

.single-video .video-modal a:hover {
  opacity: 0.8;
}

.single-video .video-modal {
  position: relative;
}

.single-video .video-modal:after {
  content: '';
  width: 80px;
  height: 80px;
  background: url(../../images/new/play_mark.png) no-repeat center / cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-video .box {
  border: 1px solid #ccc;
  padding: 20px;
}

@media only screen and (max-width: 550px) {
  .single-video .video .l-flex {
    display: block;
  }

  .single-video .video .l-flex .img {
    width: 100px;
    text-align: center;
  }

  .single-video .video .l-flex .text {
    padding: 15px 0 0;
  }

  .single-video .video-modal:after {
    width: 60px;
    height: 60px;
  }
}

.youtube-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 30px;
}

.youtube-wrap iframe {
  width: 100%;
  height: 100%;
}

.post-type-archive-video .page-main-img .text-block .title,
.tax-video_category .page-main-img .text-block .title {
  font-weight: 700;
}

.post-type-archive-video .page-main-img,
.tax-video_category .page-main-img {
  background: url(../../images/new/video_mv.jpg);
  background-size: cover;
}

.post-type-archive-video .case-content .item .title,
.tax-video_category .case-content .item .title {
  min-height: auto;
}

/* .home .video-section .thumbnail.pc img,
.post-type-archive-video .thumbnail.pc img,
.tax-video_category .thumbnail.pc img {
  height: 230px;
  object-fit: cover;
} */

.home .video-section .item .cat,
.home .video-section .item .cat-non,
.post-type-archive-video .item .cat,
.post-type-archive-video .item .cat-non,
.tax-video_category .item .cat,
.tax-video_category .item .cat-none {
  min-height: 24px;
  display: inline-block;
}

.home .video-section .item .title,
.post-type-archive-video .item .title,
.tax-video_category .item .title {
  max-height: 68px;
  overflow: hidden;
  margin-bottom: 0;
}

.single-video .post-header .cat {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .post-type-archive-video .case-content .item,
  .tax-video_category .case-content .item,
  .home .case-content .item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding: 0 5px 10px;
  }
}

#seminar-filters {
  display: table;
  margin: 0 auto;
}
#seminar-filters .flex {
  display: flex;
  align-items: center;
  text-align: left;
}
#seminar-filters .flex + .flex {
  margin-top: 15px;
}
#seminar-filters .flex h3 {
  width: 5.5em;
}
#seminar-filters ul {
  display: flex;
  gap: 5px;
}
#seminar-filters label input {
  display: none;
}
#seminar-filters label span {
  color: #980000;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #980000;
  border-radius: 20px;
  padding: 4px 15px;
  display: inline-block;
}
#seminar-filters label input:checked + span {
  color: #fff;
  background: #980000;
  border: 1px solid #980000;
}
@media only screen and (max-width: 767px) {
  #seminar-filters .flex {
    display: block;
  }
  #seminar-filters ul {
    flex-wrap: wrap;
  }
}

.tax-for_groups .cat-list-block .cat-item,
.tax-seminar_tag .cat-list-block .cat-item {
  margin-right: 5px;
}

.cta-block .btn-wrap .l-flex {
  gap: 20px;
  flex-direction: row;
}
.single-case article .cta-block .title br {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cta-block .btn-wrap .l-flex {
    display: block;
  }
}

/* 事例一覧検索部分 */
.post-type-archive-case .cat-list-block {
  display: none;
}
.case-search {
  margin-top: 80px;
}
.case-search .filter-title {
  font-size: 24px;
  position: relative;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px 32px;
  cursor: pointer;
}
.case-search .filter-title:hover {
  opacity: 0.7;
}
.case-search .filter-title:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  top: 8px;
  font-size: 32px;
}
.case-search .filter-title.is-open:after {
  content: '\f106';
  font-family: FontAwesome;
}
#case-filter-form {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 32px;
  margin-bottom: 80px;
  display: none;
}
#case-filter-form .filter-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
#case-filter-form .filter-group-title {
  width: 160px;
  font-size: 18px;
}
#case-filter-form .checkbox-group {
  flex: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#case-filter-form .filter-checkbox {
  border: solid 1px #d2d2d2;
  padding: 4px 10px 4px 32px;
  margin-right: 10px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
#case-filter-form .filter-checkbox:hover,
#case-filter-form .filter-checkbox:has(input:checked) {
  border-color: #980000;
  color: #980000;
}
#case-filter-form .checkmark {
  width: 16px;
  height: 16px;
  background: url(../../images/check_off.png) no-repeat center / contain;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
#case-filter-form input[type='checkbox']:checked + .checkmark {
  background: url(../../images/check_on.png) no-repeat center / contain;
}
#case-filter-form input[type='checkbox'] {
  display: none;
}
#case-filter-form .filter-buttons {
  text-align: center;
}
.case-results-info {
  margin: 40px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.post-type-archive-case .pagination-wrapper {
  margin: 0 auto;
}
.no-result-text {
  text-align: center;
  margin-bottom: 40px;
}
#case-filter-form .checkbox-group p {
  display: none;
}
.post-type-archive-case .page-main-img,
.tax-case_cat .page-main-img {
  padding-bottom: 30px;
}
#case-results {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .case-search .filter-title {
    font-size: 18px;
    padding-left: 15px;
  }
  .case-search .filter-title:after {
    font-size: 23px;
    right: 15px;
  }
  #case-filter-form {
    padding: 20px 15px;
  }
  #case-filter-form .filter-group {
    display: block;
  }
  #case-filter-form .filter-group-title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .case-search {
    margin-top: 40px;
  }
  #case-filter-form .checkmark {
    width: 14px;
    height: 14px;
    top: 8px;
  }
}

.post-loop-wrap .post-thumbnail img {
  height: 251px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .post-loop-wrap .post-thumbnail img {
    height: auto;
  }
}

.post .h2-line {
  border-top: 2px solid #980000;
  border-bottom: 2px solid #980000;
  margin-bottom: 20px;
}
.single .single-contents article .color-box {
  background: #e6e6e6;
  margin: 2em 0;
  padding: 15px;
}
.single .single-contents article .color-box ul {
  margin: 0;
}
.post .f-marker-g {
  background: #7ff04c;
}
.post .f-marker-p {
  background: #fababa;
}
.post .f-marker-y {
  background: #f7dc4f;
}
.post .f-marker-w {
  background: #b3f9ef;
}

.page-template-page-corporate-seminar .l-header,
.page-template-page-corporate-seminar #footer {
  display: none;
}
.page-template-page-corporate-seminar .status {
  display: flex;
  align-items: center;
}
.page-template-page-corporate-seminar .holding_format {
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
  padding: 0 5px;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.8;
}
.single .single-contents article h2 {
  color: #333;
  margin-top: 30px;
}
.single .single-contents article h3 {
  color: #555;
  margin-top: 20px;
}
.single .single-contents article table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.single .single-contents article th,
.single .single-contents article td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.single .single-contents article th {
  background-color: #f2f2f2;
}
.single .single-contents article .cta-button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.link-button-orange a {
  background: #980000;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  border-radius: 0;
  color: #fff;
  display: table;
  margin: 0 auto;
}
.link-button-orange a:hover {
  background: #d30a2a;
  border: none;
  opacity: 0.7;
}

/* カスタムポストアーカイブ */
.customPosts .breadcrumb,
.customPosts .breadcrumb a {
  color: #222;
}
.archiveHeader {
  background: #fff;
  border: 1px #e5e5e5 solid;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  padding: 20px;
}
.archiveHeader__img {
  width: 100%;
  max-width: 200px;
}
.arcihveHeader__body {
  flex: 1;
}
.archiveHeaer__title {
  font-size: 18px;
  display: inline-block;
  line-height: 1.4;
}
.archiveHeader__text {
  font-size: 14px;
  line-height: 1.6;
  color: #748084;
  margin: 0.6em 0 0;
}

.case-content .item a {
  height: 100%;
  background: #fff;
}
.case-content .cat-wrap {
  min-height: 58px;
}
.case-content .thumbnail img {
  min-height: 234px;
  object-fit: cover;
}
