@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul,
li {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  background: transparent;
  color: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  word-wrap: break-word;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
  color: #383838;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "BIZ UDGothic", sans-serif;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a,
.text-main {
  font-weight: 700;
  color: #383838;
}

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

/* adminbar */
@media (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}

/* header */
:root {
  --header: 90px;
  scroll-padding: var(--header);
}

.header {
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header.grey {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}

.header__wrap {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 1280px;
}

.header-logo {
  margin-right: 50px;
}

.header-navi {
  -ms-flex: 1 0;
  flex: 1 0;
  /* margin-right: 200px; */
}

.header-navi__list {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header-navi__list > li {
  font-size: 16px;
  font-weight: 700;
  margin-right: 2.5rem;
}

a.header-navi__link,
.header-navi__list > li a {
  font-style: normal;
  line-height: 1.3;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0;
}

.header-navi__list > li a:hover {
  color: #5c94cd;
}

.header-navi__list {
  padding-top: 35px;
}
.header-navi__list > li {
  padding: 0px 0px 35px;
}

.header-req {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  width: 160px;
  height: 40px;
  border-radius: 2rem;
  background: #fff;
  color: #72b5e2;
  border: 2px solid #72b5e2;
  margin-right: 25px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.header-req.-contact {
  margin-right: 15px;
  color: #fff;
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
  border: 2px solid #72b5e2;
}

.header-req:hover {
  color: #ed9f18;
  background: #ed9f18;
  border: 2px solid #ed9f18;
}

.header-req::before,
.header-req::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  transition: all 0.4s;
}

.header-req:hover::after {
  top: 0;
  left: 0;
  color: #fff;
  background-color: #fff;
}

.header-req::after {
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
}

.header-contact {
  font-size: 11px;
  margin-right: 12px;
}

.header-navi__list .menu-item-has-children .sub-menu li {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  font-size: 14px;
}

.header-navi__list .menu-item-has-children:hover > ul li {
  height: auto;
  overflow: visible;
  transition: 0.5s;
}

.header-navi__list .menu-item-has-children {
  position: relative;
}

.header-navi__list .menu-item-has-children .sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  width: 225px;
  background-color: #fff;
  /* box-shadow: 0 3px 20px rgb(0 0 0 / 30%); */
  transition: 0.3s;
}

.header-navi__list .menu-item-has-children .sub-menu li a {
  padding: 15px 15px;
  border-left: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  border-right: solid 1px #f5f5f5;
  transition: 0.3s;
}

.header-navi__list .menu-item-has-children .sub-menu li a:hover {
  background-color: #72b5e2;
  color: #fff !important;
}

.mobile-menu-btn,
.mobile-menu-icon,
.mobile-menu {
  display: none;
}

.header .menu a:hover {
  color: #5c94cd;
}

/* === 言語切替 === */
.header-navi__item.lang-switch {
  font-size: 16px;
  font-weight: 700;
  margin-right: 2.5rem;
  padding: 0 0 35px;
  display: flex;
  align-items: center;
}

.header-navi__item.lang-switch span {
  color: #acacac;
}

.header-navi__item.lang-switch a {
  color: #333;
  margin-left: 4px;
}

.header-navi__item.lang-switch span {
  margin-right: 4px;
}

@media (max-width: 1180px) {
  .header-navi__list,
  .header-navi__item.lang-switch {
    padding-top: 15px;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .header-navi__list > li {
    font-size: 14px;
    padding: 0 0 15px;
  }

  .header-navi__item.lang-switch span {
    font-size: 12px;
  }
}

@media screen and (max-width: 1080px) {
  a.header-navi__link,
  .header-navi__list > li a {
    font-size: 12px !important;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .header__wrap {
    padding: 0 16px;
    width: 100%;
  }

  .header-logo {
    margin-right: 70px;
    width: 126px;
  }

  .header-navi {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-filter: drop-shadow(4px 1px 3px rgba(0, 0, 0, 0.2));
    align-items: center;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    filter: drop-shadow(4px 1px 3px rgba(0, 0, 0, 0.2));
    height: 45px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 45px;
    width: 100%;
  }

  .header-navi__list {
    overflow: scroll;
    padding: 16px;
    width: 100%;
  }

  .header-navi:not(.mobile-menu .header-navi),
  .header a.header-req:not(.mobile-menu a.header-req) {
    display: none !important;
  }

  .header-navi__list {
    overflow: hidden !important;
  }

  .header-navi__item {
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    margin-right: 0;
    text-align: center;
  }

  .header-navi__lang {
    display: none;
  }

  /* menu icon */
  .mobile-menu-btn,
  .mobile-menu-icon,
  .mobile-menu {
    display: block;
  }

  .header .mobile-menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }

  .header .mobile-menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 25px;
  }

  .header .mobile-menu-icon .navicon:before,
  .header .mobile-menu-icon .navicon:after {
    background: #333;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  }

  .header .mobile-menu-icon .navicon:before {
    top: 8px;
  }

  .header .mobile-menu-icon .navicon:after {
    top: -8px;
  }

  .header .mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.4s ease-in-out, opacity 0.3s ease-in-out;
  }

  .mobile-menu-item {
    padding: 0 25px;
  }

  .header .mobile-menu li a {
    display: block;
    padding: 7px 25px;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
  }

  .header .mobile-menu .sub-menu {
    display: none;
  }

  /* hamburger Menu Layout */
  .header .mobile-menu-btn {
    display: none;
  }

  .header .mobile-menu-btn:checked ~ .mobile-menu {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }

  .header .mobile-menu-btn:checked ~ .mobile-menu-icon .navicon {
    background: transparent;
  }

  .header .mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .header .mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .header
    .mobile-menu-btn:checked
    ~ .mobile-menu-icon:not(.steps)
    .navicon:before,
  .header
    .mobile-menu-btn:checked
    ~ .mobile-menu-icon:not(.steps)
    .navicon:after {
    top: 0;
  }

  .header--fix-btn a {
    width: 100px;
    margin-right: 8px;
  }

  .header--fix-btn.header-req.-contact {
    width: 275px;
  }

  .header--fix-btn a {
    width: 275px !important;
    height: 50px;
    font-size: 16px;
  }

  .header--fix-btn {
    display: grid;
    justify-content: center;
    grid-gap: 10px;
    padding: 25px 0;
  }
}

/* footer */
.footer {
  background: #f5f5f5;
  margin: 30px auto 0;
  padding: 75px 0;
}

.footer__inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.footer-widget-section {
  width: 33.3%;
}

.footer-widget-section a {
  padding: 10px 0;
  line-height: 23.17px;
}

.footer-widget-section a:hover {
  color: #5c94cd;
}

.footer-widget-section ul {
  margin-bottom: 0;
}

.footer-widget-section ul.inner {
  font-size: 16px;
  margin-bottom: 30px;
}

.footer-widget-section ul.inner a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.footer-widget-section li {
  margin-bottom: 10px;
}

.footer__logo-section {
  width: 1080px;
  margin: 0 auto;
}

.footer-logo,
.footer__copyright {
  font-size: 11px;
}

.footer-logo__image {
  width: 154px;
  height: 33px;
  margin-bottom: 20px;
}

.footer__copyright {
  font-size: 11px;
  color: #2d2d2d;
}

.footer-title-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 25px;
}

.foot-fix-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }

  .footer__inner {
    width: 100%;
  }

  .footer__copyright {
    font-size: 10px !important;
    padding: 0 0 70px;
  }

  .footer__inner {
    flex-direction: column;
    padding: 0 20px;
  }

  .footer-widget-section {
    width: 100%;
  }

  .footer-widget-section li {
    padding: 5px 0px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.5;
  }

  .footer-navi__link:last-child {
    margin-bottom: 20px;
  }

  .recaptcha_img {
    width: 265px;
    margin-top: 30px;
  }

  .footer__logo-section {
    width: 100%;
    padding: 0 20px;
  }

  .footer-logo {
    display: none;
  }

  .footer-logo__image {
    margin: 30px 0 10px;
  }

  .footer-title-text {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .foot-fix-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    z-index: 999;
  }

  .foot-fix-btn .foot-fix-btn__inner {
    display: flex;
    justify-content: center;
  }

  .foot-fix-btn .foot-fix-btn__inner .item {
    margin: 0 1%;
    width: 45%;
  }

  .foot-fix-btn .foot-fix-btn__inner .item a {
    display: block;
    border-radius: 30px;
    padding: 12px 0;
    text-align: center;
  }

  .foot-fix-btn .foot-fix-btn__inner .item a i {
    margin-right: 0px;
    margin-left: 10px;
  }

  .foot-fix-btn .foot-fix-btn__inner .item a svg {
    margin-right: 0px;
    margin-left: 10px;
  }

  .foot-fix-btn .foot-fix-btn__inner .item .shiryo_sp {
    border: solid 2px #72b5e2;
    color: #72b5e2;
    background-color: #fff;
  }

  .foot-fix-btn .foot-fix-btn__inner .item .contact_sp {
    border: solid 2px #72b5e2;
    color: #fff;
    background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
  }
}

/* contents */
.wrapper {
  width: 100%;
  min-width: 1280px;
}

.main {
  background: #fff;
  padding: 80px 0 0;
}

.post-template-default .main {
  padding: 0;
}

.wrap {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 1200px;
}

.main-section__col-three {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.main-section__col-three h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  padding-bottom: 55px;
}

.category-webinar .main-section__col-three h2 {
  font-size: 30px;
}

.inner-section-single {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.case-study-single__body {
  width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 50px;
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 25%);
  border-radius: 15px;
}

.blogs-single__body {
  width: 70%;
  background-color: white;
  padding: 50px;
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 25%);
  border-radius: 15px;
  margin-bottom: 30px;
}

.contents {
  padding: 80px 100px;
}

.post-type-archive-examples .contents {
  padding: 30px 100px 80px;
}

.contents__inner,
.contents-blue-section__inner {
  margin: 0 auto;
  width: 1080px;
}

.contents-blue-section {
  padding: 80px 100px;
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
}

.page-title__inner {
  margin: 0 auto;
  width: 1080px;
}

.page-title__blog-inner {
  margin: 0 auto;
  width: 1200px;
}

.page-title .text-area {
  position: relative;
}

.page-title .text-area .bg-text {
  font-size: 96px;
  letter-spacing: 2.5px;
  color: #fff;
}

.page-title .text-area .text-main {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3;
  position: absolute;
  bottom: 10px;
}

.page-title .text-area .page__text-main {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
}

.flex--space-around {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    min-width: 100%;
  }

  .main {
    padding: 40px 0 0;
  }

  .home .main {
    padding: 30px 0 0;
  }

  .wrap,
  .main-section__col-three {
    width: 100%;
  }

  .main-section__col-three {
    display: block;
    padding: 0 30px;
  }

  .main.-simple {
    padding-top: 0 !important;
  }

  .blogs-single__body {
    width: 100%;
    padding: 0 15px;
    box-shadow: none;
  }

  .sidebar__latest-posts {
    width: 320px;
    margin: 0 auto;
  }

  .contents,
  .contents-blue-section,
  .post-type-archive-examples .contents {
    padding: 30px;
  }

  .contents__inner,
  .contents-blue-section__inner {
    width: 100%;
    flex-direction: column;
  }

  .page-title__inner,
  .page-title__blog-inner {
    width: 100%;
  }

  .page-title .text-area .bg-text,
  .page-title .text-area .font--large {
    font-size: 48px !important;
  }

  .page-title .text-area .text-main,
  .page-title .text-area .page__text-main {
    font-size: 24px;
    bottom: 0;
  }

  /* thanks page-title */
  .page-template-template_thanx .page-title .text-area .text-main {
    font-size: 18px;
  }
}

/* サイドバー */
.blog-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 130px;
  width: 320px;
  margin: 0 auto;
}

.blog-sidebar__inner {
  position: sticky;
  top: 130px;
}

.blog-sidebar--link {
  max-width: 320px;
  display: block;
  margin: 25px auto;
  text-align: center;
}

.blog-sidebar--link a:hover {
  opacity: 0.8;
}

.blog_sidebar_categories {
  box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  margin-bottom: 30px;
}

.blog_sidebar_categories_title {
  padding: 18px 20px;
  border-bottom: 3px solid #eee;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.blog_sidebar_categories ul {
  padding: 0 20px 20px;
}

.blog_sidebar_categories ul li {
  border-bottom: 3px solid #eee;
}

.blog_sidebar_categories ul li a {
  display: block;
  position: relative;
  padding: 18px 30px 18px 0;
}

.blog_sidebar_categories ul li a:hover {
  color: #5c94cd;
  text-decoration: none;
}

.blog_sidebar_categories ul li a:after {
  content: "\f054";
  color: #5c94cd;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0;
}

.blog_sidebar_categories ul li a:hover {
  color: #5c94cd;
  text-decoration: none;
}

.sidebar__latest-posts {
  background: white;
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgb(51 51 51 / 12%), 0px 3px 6px rgb(51 51 51 / 24%);
  margin-bottom: 30px;
}

.sidebar__latest-posts h2.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  padding: 18px 20px;
}

.sidebar__latest-posts hr {
  margin: 0;
  height: 3px;
  background: #e5e3e3;
  margin-bottom: 18px;
}

.sidebar__single-post {
  padding: 0 20px 12px;
  display: flex;
}

.sidebar__single-post .img_link {
  width: 55px;
  margin-right: 15px;
  flex-shrink: 0;
  overflow: hidden;
}

.sidebar__single-post img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.sidebar__single-post h3.sidebar__latest-post-title {
  font-size: 15px;
  line-height: 24px;
  color: #383838;
  font-weight: 400;
}

.sidebar__latest-post-title a:hover {
  color: #72b5e2;
}

@media screen and (max-width: 768px) {
  .blog-sidebar {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .blog-sidebar__inner {
    width: 100%;
  }

  .blog_sidebar_categories {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .blogs-single__body {
    width: 100%;
    padding: 0 15px;
    box-shadow: none;
  }

  .sidebar__latest-posts {
    width: 320px;
    margin: 0 auto 10px;
    padding: 0 15px;
  }
}

/* parts */
.pagetop {
  position: fixed;
  right: 25px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: none;
  background: #ccc;
  z-index: 9999;
  border-radius: 50%;
}

.pagetop:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

/* スライダー */
.clients_logo {
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
  margin: 0 auto;
  border-bottom: 3px solid #eee;
  overflow: hidden;
}

ul.clients_logo li {
  flex: none;
  padding: 0 40px;
}

.clients_logo img {
  width: auto;
  max-height: 40px;
}

.page-title {
  padding: 30px 15px 0;
  background: #f5f5f5;
}

.bg--white {
  background: #fff;
}

.bg--blue {
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
}

.bg--purple {
  background: linear-gradient(107deg, #d86ecc 2.48%, #ab49aa 90.8%);
}

.bg--green {
  background: linear-gradient(107deg, #47d45a 2.48%, #229a48 90.8%);
}

.bg--none {
  background: transparent !important;
}

.text--grey {
  color: #f5f5f5 !important;
}

.text--white {
  color: #fff !important;
}

.text--blue {
  color: #72b5e2 !important;
}

.text--yellow {
  color: #ed9f18;
}

.text--pale-white {
  color: #fcfcfc;
}

.text-shadow {
  text-shadow: 1px 2px 0px #f5f5f5;
}

.text-shadow--yellow {
  color: #ed9f18;
  text-shadow: 1px 2px 0px #f5f5f5;
}

.font--14 {
  font-size: 14px;
}

.font--25 {
  font-size: 25px;
}

.font--large {
  font-size: 70px !important;
}

/* ページ内リンク */
.page-top__link-section .title-link a:nth-child(3) {
  border-right: 1px solid rgb(0 0 0 / 25%);
}

.page-top__link-section .title-link.-three a:nth-child(3) {
  border-right-style: none;
}

.page-top__link-section {
  width: 1080px;
  margin: 0 auto;
}

.title-link a {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #383838;
  padding: 21px;
}

.title-link a:hover {
  color: #666;
}

.title-link {
  column-count: 3;
  box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 25%);
  border-radius: 15px;
  height: 70px;
  text-align: center;
  margin-top: 40px;
  background-color: white;
  max-width: 909px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.title-link.-three {
  column-count: 3 !important;
}

.title-link a:first-child {
  border-right: 2px solid #eee;
}

.title-link a:nth-child(2) {
  border-right: 2px solid #eee;
}

.title-link a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: #808080;
  margin-left: 9px;
  font-size: 25px;
  line-height: 25.6px;
}

/* パンくず */
.breadcrumb {
  display: flex;
}

.breadcrumb__list {
  -ms-flex-pack: start;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);

  border-radius: 2rem;
  padding: 0 15px;
}

.breadcrumb__item::before {
  content: "/";
  color: #fff;
  font-weight: 900;
  margin: 0 10px;
  font-size: 14px;
}

.breadcrumb__item:first-of-type::before {
  content: none;
}

.breadcrumb__item:last-of-type {
  font-weight: 600;
}

.page-title .breadcrumb {
  margin: 35px 0 0;
}

.single-post .page-title .breadcrumb {
  margin: 15px 0 0;
}

.archive-header .breadcrumb {
  margin-top: 0;
  padding: 0;
}

li.breadcrumb__item a {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

li.breadcrumb__item a:hover {
  opacity: 0.8;
}

.breadcrumb__inner {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumb__inner {
  width: 1200px;
  margin: 0 auto;
}

/* ページネーション */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}

.pagination__link,
.pagination__current {
  margin-right: 1rem;
  padding: 0.5rem;
}

.pagination__link:hover {
  color: #fff;
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
  transition: 0.3s;
}

.pagination__current:hover {
  color: #5c94cd;
  background: #fff;
  transition: 0.3s;
}

.pagination__link,
.pagination__current {
  margin-right: 10px !important;
  padding: 14px 5px !important;
  width: 50px;
  height: 50px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.pagination__current {
  border: 2px solid #5c94cd;
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
  color: white;
}

.pagination__link {
  border: 2px solid #5c94cd;
  color: #5c94cd;
}

/* parts cta */
.cta-contents {
  width: 100%;
  text-align: center;
}

.cta-text-area p span {
  font-size: 24px;
  color: #ed9f18;
}

.cta-text-area p {
  font-size: 40px;
  line-height: 1.5;
  color: #5c94cd;
}

.cta-contents__group {
  background: #fff;
  border-radius: 20px;
  padding: 24px 60px;
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.cta-contents__group h3 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

.cta-contents__group p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
}

.cta-req {
  color: #fff;
  background: #ed9f18;
  border: 2px solid #ed9f18;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 700;
  width: 340px;
  height: 67px;
  border-radius: 33.5px;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s;
}

.cta-req:hover {
  color: #ed9f18;
  border: 2px solid #ed9f18;
  background: #ed9f18;
}

.cta-req::before,
.cta-req::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  transition: all 0.4s;
}

.cta-req:hover::after {
  top: 0;
  left: 0;
  color: #fff;
  background-color: #fff;
}

.cta-req::after {
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
}

.cta-req .fa-play,
.btn-details .fa-play {
  position: absolute;
  right: 20px;
}

.cta-main-btn {
  display: flex;
  justify-content: center;
}

/* もっと見る */
.btn-details {
  background: #f4f4f4;
  color: #2d2d2d;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  width: 204px;
  height: 48px;
  border-radius: 33.5px;
  border: 2px solid #f4f4f4;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s;
}

.btn-details:hover {
  color: #ed9f18;
  border: 2px solid #ed9f18;
  background: #ed9f18;
}

.btn-details::before,
.btn-details::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  transition: all 0.4s;
}

.btn-details:hover::after {
  top: 0;
  left: 0;
  color: #fff;
  background-color: #fff;
}

.btn-details::after {
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
}

/* thanks btn */
.thanks__btn {
  color: #fff;
  background: #ed9f18;
  border: 2px solid #ed9f18;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  width: 325px;
  height: 60px;
  border-radius: 33.5px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s;
  margin: 50px auto;
}

.thanks__btn:hover {
  color: #ed9f18;
  border: 2px solid #ed9f18;
  background: #ed9f18;
}

.thanks__btn::before,
.thanks__btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  transition: all 0.4s;
}

.thanks__btn:hover::after {
  top: 0;
  left: 0;
  color: #fff;
  background-color: #fff;
}

.thanks__btn::after {
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
}

/* flow */
.steps__inner {
  width: 950px;
  margin: 0 auto;
}

.steps__group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
  position: relative;
}

.steps__group h3 {
  font-size: 32px;
  margin: 10px 40px 0;
}

.steps__group p {
  color: #808080;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 88px;
  left: 120px;
}

/* list */
.number-list li {
  font-size: 32px;
  padding-left: 85px;
  line-height: 2;
  margin-bottom: 30px;
}

.number-list li:nth-child(1) {
  background: url(../images/list-icon-01.png) no-repeat left center;
}

.number-list li:nth-child(2) {
  background: url(../images/list-icon-02.png) no-repeat left center;
}

.number-list li:nth-child(3) {
  background: url(../images/list-icon-03.png) no-repeat left center;
}

.circle-list {
  padding: 80px 0;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  gap: 50px;
}

.circle-list a {
  width: 40%;
}

.circle-list div {
  font-size: 24px;
  line-height: 1.5;
  padding: 20px 20px 20px 70px;
  border-radius: 50px;
}

.circle-list--blue {
  background: #fff url(../images/icon-color-blue.png) no-repeat 15px center;
}

.circle-list--purple {
  background: #fff url(../images/icon-color-purple.png) no-repeat 15px center;
}

.circle-list--green {
  background: #fff url(../images/icon-color-green.png) no-repeat 15px center;
}

.circle-list a:hover {
  color: #5c94cd;
}

.company-list {
  padding: 40px;
  display: grid;
  grid-template-columns: 180px 180px 180px 180px 180px;
  grid-gap: 65px 30px;
}

.company-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 投稿読み込み */
.third {
  display: flex;
  column-gap: 50px;
  margin-bottom: 50px;
}

.imagetext {
  width: 31.8%;
}
.imagetext img {
  border-radius: 24px 24px 0px 0px;
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: center top;
}

/* お役立ち資料 */
.page-id-6161 .imagetext img {
  border-radius: 24px 24px 0px 0px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.text-block {
  background-color: #f4f4f4;
  border-radius: 0px 0px 24px 24px;
  padding: 22px;
  margin-top: -3px;
}

.blog .text-block .excerpt,
.category .text-block .excerpt {
  /* height: 84px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.3;
}

.text-block p {
  font-size: 14px;
  line-height: 1.5;
}

.text-block.-document h3,
.text-block.-document .excerpt {
  display: block;
  height: auto;
}

.text-block .header-req {
  margin: 20px auto 0;
  width: 250px;
  height: 57px;
  font-size: 20px;
  font-weight: bold;
}

.imagetext .item-img {
  overflow: hidden;
  border-radius: 24px 24px 0px 0px;
}

.imagetext img {
  overflow: hidden;
  transition: 0.5s all;
}
.imagetext img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

.imagetext:hover img {
  transform: scale(1.2, 1.2);
}

.hov-img--none .imagetext:hover img {
  transform: scale(1, 1);
}

.hov-img--none .imagetext img:hover {
  transform: scale(1, 1);
}

.ad-ex_name {
  font-weight: 600;
  color: #888;
}

.wrp-ex_name.excerpt,
.wrp-ex_name .excerpt {
  height: auto;
  margin-bottom: 10px;
}

.text-block h2,
.text-block h3 {
  font-weight: 700;
  font-size: 18px;
  color: #383838;
  line-height: 28px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}

.text-block .excerpt {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.extra-info span {
  display: inline-block;
  margin: 3px;
  background-color: #e5e5e5;
  border-radius: 20px;
  padding: 3px 15px;
  color: #808080;
}

.extra-info.-date {
  font-size: 14px;
  padding: 10px 0;
  color: #666;
}

.extra-info {
  margin: 10px 0 0;
}

/* 調整 */
.pc {
  display: block;
}

.sp {
  display: none;
}

.center {
  display: block;
  margin: 0 auto;
}

.contents__center-area {
  display: flex;
  justify-content: center;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.padding {
  padding: 30px 0;
}

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

  .sp {
    display: block;
  }

  .pagetop {
    bottom: 100px;
  }

  .contents__center-area {
    margin-bottom: 30px;
  }

  section.second_section {
    padding: 70px 20px 10px 20px;
    background-color: white;
  }

  .clients_logo img {
    margin: 7px 0px;
  }

  /* .clients_logo
    img:not(.clients_logo img:nth-child(4)):not(.clients_logo
      img:nth-child(7)):not(.clients_logo img:nth-child(5)):not(.clients_logo
      img:nth-child(6)):not(.clients_logo img:nth-child(8)) {
    margin-right: 19px;
  } */

  .clients_logo
    img:not(.clients_logo img:nth-child(4)):not(
      .clients_logo img:nth-child(7)
    ):not(.clients_logo img:nth-child(5)):not(
      .clients_logo img:nth-child(6)
    ):not(.clients_logo img:nth-child(8))
    :not(.clients_logo img:nth-child(9))
    :not(.clients_logo img:nth-child(10)):not(.clients_logo img:nth-child(11))
    :not(.clients_logo img:nth-child(12)):not(.clients_logo img:nth-child(13))
    :not(.clients_logo img:nth-child(14)):not(.clients_logo img:nth-child(15))
    :not(.clients_logo img:nth-child(16)):not(.clients_logo img:nth-child(17)) {
    margin-right: 19px;
  }

  .page-top__link-section .title-link {
    box-shadow: 0px 0px 6px rgb(51 51 51 / 12%), 0px 3px 6px rgb(51 51 51 / 24%);
    border-radius: 20px;
    height: 280px;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .page-top__link-section .title-link a:nth-child(4) {
    padding: 5px 20px;
  }

  .page-top__link-section .title-link a:nth-child(3) {
    border-bottom: 1px solid rgb(0 0 0 / 25%);
  }

  .page-top__link-section {
    width: 345px;
    max-width: 95%;
    margin: 0 auto;
  }

  .title-link a:nth-child(3) {
    padding: 5px 20px;
  }
  .title-link.-three a:nth-child(3) {
    border-bottom-style: none !important;
  }

  .title-link a:nth-child(2) {
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    padding: 5px 20px;
  }

  .title-link a:first-child {
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    padding: 5px 20px;
  }

  .title-link a {
    text-align: left;
    font-size: 20px;
    line-height: 60px;
    position: relative;
  }

  .title-link.-three {
    height: 210px !important;
  }

  .title-link a:after {
    font-size: 25px;
    line-height: 25.6px;
    position: absolute;
    top: 37%;
    right: 6%;
  }

  .case-study-single__body {
    width: 100%;
    padding: 30px 15px;
    box-shadow: none;
  }

  .breadcrumb {
    display: none;
  }

  .pagination__link,
  .pagination__current {
    margin-right: 10px !important;
    padding: 12px 5px !important;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
  }

  .cta-contents p {
    font-size: 20px;
  }

  .cta-contents p {
    font-size: 22px;
  }

  .cta-text-area p span {
    font-size: 20px;
  }

  .cta-req {
    width: 100%;
    height: 57px;
    font-size: 20px;
  }

  .cta-main-btn .cta-req {
    width: 280px;
    height: 57px;
    font-size: 18px;
  }

  .cta-contents__group p {
    font-size: 18px;
  }

  .cta-contents__group {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
  }

  .cta-contents__group h3 {
    font-size: 20px;
  }

  .btn-details {
    font-size: 18px;
  }

  .steps__inner {
    width: 100%;
  }

  .steps__group h3 {
    font-size: 19px;
    margin: 10px 15px;
    line-height: 1.3;
  }

  .steps__group p {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    top: 60px;
    left: 80px;
  }

  .steps__inner .pb50 {
    padding-bottom: 0 !important;
  }

  .flow .contents {
    padding-bottom: 0;
  }

  .number-list li {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 50px;
    margin-bottom: 20px;
  }

  .number-list li:nth-child(1),
  .number-list li:nth-child(2),
  .number-list li:nth-child(3) {
    background-size: 35px 35px;
  }

  .circle-list {
    justify-content: center;
  }

  .circle-list a {
    width: 90%;
  }

  .circle-list div {
    font-size: 19px;
  }

  .company-list {
    grid-template-columns: 2fr 2fr;
    grid-template-rows: 2fr 2fr;
    grid-gap: 10px;
    padding: 0;
  }

  .company-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .third {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 0;
  }

  .imagetext {
    width: 100%;
    padding: 20px 0;
  }

  .imagetext img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .extra-info.-date {
    padding: 10px 0;
  }
}

@media (max-width: 375px) {
  .pagination {
    max-width: 320px;
  }
}
