@charset "UTF-8";
/*------------------------------------------
* mixinの定義
------------------------------------------*/
/*------------------------------------------
* 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, picture {
  display: block;
}

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

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #393939;
  letter-spacing: .06em;
  line-height: 2;
}

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);
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  -webkit-touch-callout: none;
}

a {
  color: #393939;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  color: #389DE8;
}

th {
  vertical-align: top;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

#header-container {
  padding: 20px 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 834px) {
  #header-container {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1080px) {
  #header-container-in {
    display: block;
  }
}

.home #header-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.logo {
  max-width: 150px;
}

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

.sp-btns {
  margin-left: auto;
  position: absolute;
  right: 3%;
  display: none;
}

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

@media only screen and (max-width: 834px) {
  .sp-btns {
    top: 20px;
  }
}

.sp-btns .sp-nav-open,
.sp-btns .sp-nav-close {
  color: #263290;
}

.sp-btns .sp-nav-close {
  display: none;
}

.sp-btns .fas {
  font-size: 24px;
}

.sp-btns .fas-remove {
  font-size: 20px;
}

/*------------------------------------------
* nav
------------------------------------------*/
@media only screen and (max-width: 1080px) {
  #navi {
    display: none;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1080px) {
  .navi-in {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul {
    display: block;
  }
}

.navi-in > ul li {
  width: auto;
  height: auto;
}

.navi-in > ul li a {
  color: #263290;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 2;
  display: block;
  background: none;
}

@media only screen and (max-width: 1380px) {
  .navi-in > ul li a {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul li a {
    height: 60px;
  }
}

.navi-in > ul li a span {
  border-bottom: 2px solid transparent;
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul li a span {
    height: 100%;
    line-height: 60px;
  }
}

.navi-in > ul li a:hover {
  background: none;
}

.navi-in > ul li a:hover span {
  border-bottom: 2px solid #263290;
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul li a:hover span {
    border: none;
  }
}

.navi-in > ul .contact-btn {
  margin-left: 15px;
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul .contact-btn {
    margin-left: 0;
    margin-top: 15px;
  }
}

.navi-in > ul .dl-btn {
  margin-left: 8px;
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul .dl-btn {
    margin-left: 0;
    margin-top: 15px;
  }
}

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

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

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

.l-breadcrumb {
  max-width: 1340px;
  margin: 0 auto;
}

.single-case .l-breadcrumb,
.single-interview .l-breadcrumb {
  width: 94%;
}

.single-case #content-in,
.single-interview #content-in {
  width: 100%;
  max-width: 100%;
}

#header-container-in {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navi-in > ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content {
  padding: 0;
  margin: 5px 0 0;
}

body.date #content {
  margin-top: 70px;
}

@media screen and (max-width: 1023px) {
  #content-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 834px) {
  #content-in {
    display: block;
  }
}

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

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

.home #main,
.page #main,
.archive #main,
.single-interview #main,
.single-case #main {
  max-width: 100%;
  padding: 0;
  border: none;
}

.single-interview .article,
.single-case .article {
  max-width: 900px;
  margin: 0 auto;
}

.page .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.single-post .content-in {
  max-width: 1260px;
}

.single-post #main {
  padding: 0;
}

#main {
  width: 100%;
  max-width: 900px;
  border: none;
}

@media only screen and (max-width: 1380px) {
  #main {
    margin: 0 !important;
    max-width: 70%;
  }
}

@media only screen and (max-width: 834px) {
  #main {
    max-width: 100%;
  }
}

#sidebar {
  width: 100%;
  max-width: 300px;
}

@media only screen and (max-width: 1380px) {
  #sidebar {
    width: 30%;
    margin: 40px 0 0 !important;
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 1023px) {
  #sidebar {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  #sidebar {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    margin-top: 60px !important;
  }
}

#footer {
  margin: 0;
  padding: 0;
}

.footer-bottom {
  padding: 0;
}

.l-flex.service {
  margin-left: -20px;
  margin-right: -20px;
}

.l-cta-block {
  margin-top: 120px;
}

@media only screen and (max-width: 834px) {
  .l-cta-block {
    margin-top: 60px;
  }
}

.l-cta-block .l-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-plan-inner {
  max-width: 1020px;
  margin: 40px auto 0;
}

.l-flow-inner {
  max-width: 1200px;
  margin: 80px auto 0;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-service-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-service-case-section .l-wrap {
  max-width: 1000px;
}

.l-service-case-section [class*=l-service-case-section] {
  padding: 80px 0;
}

.l-service-case-section [class*=l-service-case-section]:nth-child(odd) {
  background: #E9F4FF;
}

@media only screen and (max-width: 1080px) {
  .l-service-case-section [class*=l-service-case-section] {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 834px) {
  .l-service-case-section [class*=l-service-case-section] {
    padding: 40px 0;
  }
}

.l-service-case-section > div:last-child {
  padding-bottom: 0;
}

.interview-articles .l-flex {
  margin-top: 60px;
}

@media only screen and (max-width: 834px) {
  .interview-articles .l-flex {
    margin-top: 40px;
  }
}

#list,
.interview {
  max-width: 1260px;
  margin: 0 auto;
}

#list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-under-block {
  margin-top: 80px;
}

@media only screen and (max-width: 834px) {
  .l-under-block {
    margin-top: 40px;
  }
}

.page .article {
  padding-top: 0;
}

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

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

.en {
  font-family: 'Montserrat', sans-serif;
}

.sp {
  display: none;
}

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

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

#container {
  overflow: hidden;
}

.contact-btn a,
.dl-btn a {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  color: #fff !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 60px;
}

.contact-btn a:before,
.dl-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

.contact-btn a:hover,
.dl-btn a:hover {
  color: #fff;
}

.contact-btn a:hover:before,
.dl-btn a:hover:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contact-btn img,
.dl-btn img {
  vertical-align: middle;
}

.contact-btn a {
  background: #263290 !important;
  padding: 0 30px !important;
  display: inline-block;
}

.contact-btn a:before {
  background: #6178CD;
}

.contact-btn img {
  width: 20px;
}

.dl-btn a {
  background: #F49B4D !important;
  padding: 0 20px !important;
  display: inline-block;
}

.dl-btn a:before {
  background: #F6BF8F;
}

.dl-btn img {
  width: 16px;
}

.main-img {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 70%;
  max-width: 864px;
}

@media only screen and (max-width: 834px) {
  .main-img {
    right: 10px;
    bottom: 0;
    width: 100%;
  }
}

.main-img-area {
  background: #E9F4FF;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .main-img-area {
    padding: 20px 5%;
    border-radius: 10px;
  }
}

.main-img picture {
  max-width: 864px;
}

.main-img-text {
  padding: 30px 0 0 10px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 834px) {
  .main-img-text {
    padding: 0;
    text-align: center;
  }
}

.main-img-text p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}

@media only screen and (max-width: 834px) {
  .main-img-text p {
    font-size: 16px;
  }
}

.main-img-text p span {
  color: #263290;
}

.main-img-text .title {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 20px 0;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .main-img-text .title {
    font-size: 18px;
  }
}

.main-img-text .title img {
  max-width: 150px;
  display: block;
  margin: 30px 0;
}

@media only screen and (max-width: 834px) {
  .main-img-text .title img {
    margin: 25px auto 10px;
  }
}

.main-img-text .contact-btn {
  margin: 30px 0 70px;
}

@media only screen and (max-width: 834px) {
  .main-img-text .contact-btn {
    margin-bottom: 60%;
  }
}

.main-img-text .contact-btn a {
  padding: 0 40px !important;
}

@media only screen and (max-width: 834px) {
  .main-img-text .contact-btn a {
    width: 100%;
    text-align: center;
  }
}

.big {
  font-size: 70px;
}

@media only screen and (max-width: 834px) {
  .big {
    font-size: 52px;
  }
}

.middle {
  font-size: 34px;
}

@media only screen and (max-width: 834px) {
  .middle {
    font-size: 28px;
  }
}

.line {
  border-bottom: 3px solid #263290;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  color: #263290;
  text-align: center;
  margin-bottom: 10px;
}

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

.section-title + p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 834px) {
  .section-title + p {
    font-size: 14px;
  }
}

.box-gray {
  background: #F2F5FB;
  border-radius: 20px;
  padding: 20px;
}

@media only screen and (max-width: 834px) {
  .box-gray {
    border-radius: 10px;
    padding: 15px;
  }
}

.box-navy {
  background: #263290;
  border-radius: 10px;
  position: relative;
  padding: 30px;
}

.box-white {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
}

.support-section .box-gray {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 834px) {
  .support-section .box-gray {
    margin-top: 40px;
  }
}

.support-section .img {
  max-width: 401px;
  position: absolute;
  left: 20px;
  top: -40px;
  z-index: 1;
}

@media only screen and (max-width: 1080px) {
  .support-section .img {
    max-width: 38%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -20px;
  }
}

@media only screen and (max-width: 834px) {
  .support-section .img {
    max-width: 100%;
    position: relative;
    left: auto;
    top: -30px;
    -webkit-transform: none;
            transform: none;
  }
}

.support-section .box-navy {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 260px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .support-section .box-navy {
    max-width: 100%;
  }
}

.support-section .box-navy:after {
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #263290;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  .support-section .box-navy:after {
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
    right: 50%;
    top: auto;
    bottom: -20px;
  }
}

.support-section .box-navy picture {
  width: 70px;
  margin: 0 auto;
}

.support-section .box-white {
  max-width: 270px;
  margin-left: 30px;
  margin-top: 10px;
}

@media only screen and (max-width: 834px) {
  .support-section .box-white {
    max-width: 100%;
    margin: 10px 0;
  }
}

.support-section .box-white:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 834px) {
  .support-section .box-white:first-of-type {
    margin-top: 20px;
  }
}

.support-section .box-white p {
  font-size: 13px;
  font-weight: bold;
  color: #263290;
  line-height: 1.8;
}

.support-section .img-block {
  max-width: 1016px;
  margin: 40px auto 0;
}

.box-lblue {
  background: #E9F4FF;
  border-radius: 20px;
  padding: 60px 40px;
}

@media only screen and (max-width: 1080px) {
  .box-lblue {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 834px) {
  .box-lblue {
    padding: 20px 15px;
    border-radius: 10px;
  }
}

.reason {
  margin-top: 60px;
}

.reason .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0 30px;
}

@media only screen and (max-width: 1080px) {
  .reason .item {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 834px) {
  .reason .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 0 20px;
  }
}

.reason .item .title {
  font-size: 18px;
  font-weight: bold;
  color: #263290;
  text-align: center;
  margin-bottom: 25px;
}

.reason .item p {
  margin-top: 10px;
}

.reason-mark {
  display: table;
  margin: 0 auto 20px;
  font-size: 18px;
  color: #263290;
  border-bottom: 2px solid #263290;
}

.ghost-btn {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (max-width: 834px) {
  .ghost-btn {
    margin-top: 40px;
  }
}

.ghost-btn a {
  border: 1px solid #263290;
  background: #fff;
  border-radius: 10px;
  color: #263290;
  display: inline-block;
  font-weight: bold;
  padding: 15px 0;
  width: 200px;
}

.ghost-btn a:hover {
  background: #263290;
  color: #fff;
}

.service {
  margin-top: 60px;
}

.service .item {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
}

@media only screen and (max-width: 1080px) {
  .service .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 834px) {
  .service .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 35px;
  }
}

.service .item .entry-thumb {
  max-width: 260px;
  margin: 0 auto;
}

.service .item .title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #263290;
  margin-bottom: 20px;
}

.service .item dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #263290;
  margin-bottom: 10px;
}

.service .item dd {
  font-size: 13px;
}

.service .item .box-white {
  padding: 20px 30px;
  -webkit-box-shadow: 0px 6px 30px #CFE6FF;
          box-shadow: 0px 6px 30px #CFE6FF;
  margin-top: -10px;
  position: relative;
}

.btn-wrap {
  text-align: center;
  margin-bottom: 0;
}

.btn-wrap a {
  background: #263290;
  font-size: 13px;
  font-weight: normal;
  padding: 13px 50px !important;
  display: inline-block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: auto;
  border: none;
}

.cta-title-block {
  padding: 0 3%;
}

.cta-title-block .img {
  width: 218px;
}

@media only screen and (max-width: 834px) {
  .cta-title-block .img {
    margin: 0 auto;
  }
}

.cta-title-block .title {
  font-size: 26px;
  font-weight: bold;
  margin-left: 40px;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .cta-title-block .title {
    font-size: 20px;
    margin-left: 0;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.cta-contact-block {
  background: url(../images/cta_bg.png) no-repeat center center/cover;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .cta-contact-block {
    padding: 40px 0;
  }
}

.cta-contact-block .title {
  font-size: 30px;
}

.cta-contact-block .ghost-arrow {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 10px;
}

.cta-contact-block .ghost-arrow a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border: none;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.cta-contact-block .ghost-arrow a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  background: #EDF0F6;
}

.cta-contact-block .ghost-arrow a:after {
  display: block;
  content: url(../images/arrow.png);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-20%) scale(0.5);
          transform: translateY(-20%) scale(0.5);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.cta-contact-block .ghost-arrow a:hover {
  color: #263290;
  background: none;
}

.cta-contact-block .ghost-arrow a:hover:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.interview-section .title {
  font-size: 22px;
  color: #263290;
  text-align: center;
  margin: 30px 0;
  font-weight: 500;
}

.entry-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  width: 33.333%;
  margin: 0 0 30px;
  padding: 0 30px;
  height: auto;
}

@media only screen and (max-width: 1080px) {
  .entry-card {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 834px) {
  .entry-card {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.entry-card .cat-name {
  font-size: 18px;
  color: #263290;
  display: table;
  border-bottom: 2px solid #263290;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 834px) {
  .entry-card .cat-name {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.entry-card-wrap {
  padding: 0;
  margin: 0;
}

.entry-card-wrap:hover {
  background: none;
}

.entry-card-wrap:hover img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.entry-card-wrap:hover .entry-card-title {
  color: #263290;
}

.entry-card-thumb {
  margin: 0;
  float: none;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  max-height: 224px;
}

@media only screen and (max-width: 1080px) {
  .entry-card-thumb {
    max-height: 160px;
  }
}

.entry-card-thumb img {
  max-height: 224px;
  min-height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 1080px) {
  .entry-card-thumb img {
    max-height: 160px;
    min-height: 160px;
  }
}

.entry-card-content {
  margin-left: 0;
}

.entry-card-title {
  font-size: 16px;
  line-height: 2;
  margin: 10px 0;
}

.entry-card-meta {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
}

.entry-card-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #828282;
}

.post-date {
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.case-section .box-lblue {
  position: relative;
}

.case-section .box-lblue:after {
  content: url(../images/logo_circle.png);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  left: 0px;
  top: -80px;
}

.case-section .case {
  margin-top: 20px;
}

.case-section .box-white {
  position: relative;
  z-index: 1;
  height: 100%;
}

.case-section .entry-card-wrap:hover {
  background: #fff;
}

.case-section .entry-card-content {
  padding: 15px 30px;
}

@media only screen and (max-width: 1080px) {
  .case-section .entry-card-content {
    padding: 15px;
  }
}

.case-section .entry-card-thumb {
  border-radius: 10px 10px 0 0;
}

.case-section .entry-card-thumb img {
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 834px) {
  .case-section .entry-card-title {
    margin-top: 0;
  }
}

.case-section .entry-card-meta {
  border-top: 1px solid #E4E7EF;
  padding-top: 15px;
  font-size: 13px;
}

@media only screen and (max-width: 834px) {
  .case-section .entry-card-meta {
    font-size: 11px;
  }
}

.case-section .entry-card-meta span {
  display: inline-block;
}

.case-section .entry-card-meta .industry {
  margin-left: 30px;
}

.case-section .entry-card-meta .tags {
  margin-top: 15px;
}

.case-section .entry-card-meta .tag {
  border: 1px solid #C3C6CF;
  border-radius: 30px;
  margin-right: 6px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

@media only screen and (max-width: 834px) {
  .case-section .entry-card-meta .tag {
    padding: 5px 12px;
  }
}

#plan h3.title {
  font-size: 24px;
  text-align: center;
  position: relative;
  color: #263290;
  margin-bottom: 30px;
}

#plan h3.title:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #263290;
  position: absolute;
  left: 0;
  top: 24px;
}

#plan h3.title span {
  padding: 0 40px;
  background: #fff;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #plan h3.title span {
    padding: 0 10px;
  }
}

#plan h3.title .sub-title {
  display: block;
  font-size: 14px;
  color: #393939;
}

#plan .price-box {
  background: url(../images/price_bg.png) no-repeat center/cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 50px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #plan .price-box {
    border-radius: 10px;
    padding: 20px;
  }
}

#plan .price-box > p {
  color: #fff;
}

#plan .price-box .l-flex {
  margin-top: 80px;
}

#plan .price-box .l-flex + p {
  font-size: 12px;
  margin-top: 20px;
}

#plan .price-box .item {
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #plan .price-box .item {
    margin: 0 0 60px;
  }
}

@media only screen and (max-width: 834px) {
  #plan .price-box .item:last-child {
    margin-bottom: 20px;
  }
}

#plan .price-box .item:before {
  position: absolute;
  left: 50%;
  top: -21%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

#plan .price-box .item-1 {
  border-top: 6px solid #263290;
}

#plan .price-box .item-1:before {
  content: url(../images/number_1.png);
}

#plan .price-box .item-1 .price {
  color: #263290;
}

#plan .price-box .item-2 {
  border-top: 6px solid #62ABF2;
}

#plan .price-box .item-2:before {
  content: url(../images/number_2.png);
}

#plan .price-box .item-2 .price {
  color: #62ABF2;
}

#plan .price-box .item-3 {
  border-top: 6px solid #F49B4D;
}

#plan .price-box .item-3:before {
  content: url(../images/number_3.png);
}

#plan .price-box .item-3 .price {
  color: #F49B4D;
}

#plan .price-box .item .name {
  font-size: 18px;
  font-weight: bold;
}

#plan .price-box .item .price {
  font-size: 34px;
  line-height: 1.6;
}

#plan .price-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .flow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flow-block .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 5px 0;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 1080px) {
  .flow-block .item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media only screen and (max-width: 834px) {
  .flow-block .item {
    padding: 10px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.flow-block .item.number:before {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #263290;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 50px;
  color: #263290;
  display: block;
  margin: 0 auto 10px;
}

.flow-block .item.number-1:before {
  content: "1";
}

.flow-block .item.number-2:before {
  content: "2";
}

.flow-block .item.number-3:before {
  content: "3";
}

.flow-block .item.number-4:before {
  content: "4";
}

.flow-block .item.number-5:before {
  content: "5";
}

.flow-block .item.number-6:before {
  content: "6";
}

.flow-block .item .title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #263290;
  height: 48px;
}

@media only screen and (max-width: 834px) {
  .flow-block .item .title {
    height: 40px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 834px) {
  .flow-block .item .title br {
    display: none;
  }
}

.flow-block .item .title span {
  display: block;
  padding-top: 16px;
}

@media only screen and (max-width: 834px) {
  .flow-block .item .title span {
    padding-top: 0;
  }
}

.flow-block .item img {
  max-width: 120px;
}

.flow-block .item picture {
  margin: 20px 0;
}

@media only screen and (max-width: 834px) {
  .flow-block .item picture {
    margin: 10px 0;
  }
}

.flow-block .arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

@media only screen and (max-width: 834px) {
  .flow-block .arrow {
    display: none;
  }
}

.flow-block .arrow img {
  width: 21px;
}

@media only screen and (max-width: 834px) {
  .flow-block .arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.faq-section {
  display: block;
}

.faq-section .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 40px 30px 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1080px) {
  .faq-section .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media only screen and (max-width: 834px) {
  .faq-section .item {
    padding: 30px 0 0;
  }
}

.faq-section .item .box-white {
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
  font-size: 14px;
  font-weight: bold;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .faq-section .item .box-white {
    font-size: 13px;
    padding: 15px;
    padding-left: 40px;
  }
}

.faq-section .item .box-white:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 70px;
  bottom: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.faq-section .item .box-white:after {
  content: '';
  width: 30px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 63px;
  bottom: 0;
}

.faq-section .item .box-white .q {
  font-size: 20px;
  font-weight: 400;
  color: #263290;
  position: absolute;
  left: 30px;
  top: 30px;
  line-height: 1.4;
}

@media only screen and (max-width: 834px) {
  .faq-section .item .box-white .q {
    left: 13px;
    top: 13px;
  }
}

.faq-section .item dd {
  padding-left: 70px;
  position: relative;
  padding-right: 30px;
}

@media only screen and (max-width: 834px) {
  .faq-section .item dd {
    padding: 0 15px 0 39px;
  }
}

.faq-section .item dd .a {
  font-size: 20px;
  font-weight: 400;
  color: #F49B4D;
  position: absolute;
  left: 30px;
  top: 0;
  line-height: 1.4;
}

@media only screen and (max-width: 834px) {
  .faq-section .item dd .a {
    left: 13px;
  }
}

.breadcrumb {
  margin: 1em 0 2em;
  position: relative;
  z-index: 10;
}

.breadcrumb .sp {
  display: inline !important;
}

.page-template-page-service-parent #content-in.wrap {
  max-width: 100%;
  width: 100%;
}

.page-template-page-service-parent .breadcrumb {
  width: 94%;
  max-width: 1340px;
  margin: 1em auto 2em;
}

.box-header {
  background: #E9F4FF;
  border-radius: 20px;
  padding: 30px 0 40px;
}

@media only screen and (max-width: 834px) {
  .box-header {
    border-radius: 10px;
    padding: 12px 12px 20px;
  }
}

.box-header p {
  max-width: 900px;
  margin: 0 auto;
}

.archive .entry-title {
  font-size: 28px;
  font-weight: bold;
  color: #263290;
  text-align: center;
}

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

.archive .entry-title + p {
  text-align: center;
  position: relative;
  z-index: 10;
}

.service-article .entry-title {
  font-size: 28px;
  font-weight: bold;
  color: #263290;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .service-article .entry-title {
    font-size: 22px;
  }
}

.service-article .box-white {
  border-radius: 20px;
  padding: 50px 70px 25px;
  -webkit-box-shadow: 0px 6px 30px #CFE6FF;
          box-shadow: 0px 6px 30px #CFE6FF;
}

@media only screen and (max-width: 1080px) {
  .service-article .box-white {
    padding: 40px 40px 5px;
  }
}

@media only screen and (max-width: 834px) {
  .service-article .box-white {
    border-radius: 10px;
    padding: 20px 15px 5px;
  }
}

.service-article .box-white p {
  padding-left: 30px;
  position: relative;
}

.service-article .box-white p:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #F49B4D;
  position: absolute;
  left: 0;
  top: 0;
}

.service-article .trouble p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2em;
}

@media only screen and (max-width: 834px) {
  .service-article .trouble p {
    font-size: 13px;
  }
}

.page .section-title {
  font-size: 24px;
  margin-bottom: 30px;
}

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

.service-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 834px) {
  .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-list .item {
  width: 25%;
  padding: 0 40px 40px;
  text-align: center;
}

@media only screen and (max-width: 1080px) {
  .service-list .item {
    padding: 0 20px 30px;
  }
}

@media only screen and (max-width: 658px) {
  .service-list .item {
    width: 50%;
    padding: 0 10px 30px;
  }
}

.service-list .item .entry-thumb {
  max-width: 130px;
  margin: 0 auto 5px;
}

.service-list .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .service-list .item .title {
    font-size: 14px;
  }
}

.service-list .item a {
  display: block;
}

.service-list .item a:hover {
  opacity: 0.8;
}

.service-info {
  border: 2px solid #D6EBFF;
  border-radius: 20px;
  margin-top: 30px;
  padding: 40px 50px;
}

@media only screen and (max-width: 834px) {
  .service-info {
    border-radius: 10px;
    padding: 8px 20px 20px;
  }
}

.service-info table {
  border-bottom: 1px solid #D6EBFF;
  margin-bottom: 12px;
}

.service-info table:last-child {
  border: none;
  margin-bottom: 0;
}

.service-info table:last-child tr:last-child td {
  padding-bottom: 0;
}

.service-info table tr:nth-of-type(2n+1) {
  background: none;
}

.service-info table tr:last-child td {
  padding-bottom: 20px;
}

.service-info table th, .service-info table td {
  border: none;
  background: none;
}

@media only screen and (max-width: 834px) {
  .service-info table th, .service-info table td {
    display: block;
    font-size: 13px;
  }
}

.service-info table th {
  width: 120px;
  font-weight: bold;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .service-info table th {
    width: 100%;
    padding: 10px 0 0;
  }
}

.service-title-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-title-block .img {
  width: 250px;
  margin-right: 30px;
}

@media only screen and (max-width: 834px) {
  .service-title-block .img {
    margin: 0 auto;
  }
}

.service-title-block .title {
  font-size: 26px;
  font-weight: bold;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .service-title-block .title {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
  }
}

.service-case-section .case-number {
  font-size: 22px;
  font-weight: 500;
  color: #263290;
  display: inline-block;
  border-bottom: 2px solid #263290;
  margin-bottom: 30px;
  line-height: 1.6;
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-number {
    font-size: 16px;
  }
}

.service-case-section .case-info .img-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  padding-right: 50px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-info .img-block {
    padding-right: 0;
    text-align: center;
  }
}

.service-case-section .case-info .img-block .img {
  max-height: 150px;
  margin-bottom: 10px;
}

.service-case-section .case-info .img-block .img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.service-case-section .case-info .img-block .employees,
.service-case-section .case-info .img-block .industry {
  font-size: 12px;
  letter-spacing: .02em;
}

.service-case-section .case-info .img-block .employees {
  padding-right: 10px;
}

.service-case-section .case-info .text-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 200px);
          flex: 0 0 calc(100% - 200px);
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-info .text-block {
    width: 100%;
    margin-top: 30px;
  }
}

.service-case-section .case-info .text-block .cat {
  display: inline-block;
  background: #263290;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 30px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-info .text-block .cat {
    font-size: 13px;
  }
}

.service-case-section .case-info .text-block .title {
  font-size: 22px;
  font-weight: bold;
  color: #263290;
  line-height: 1.6;
  margin: 20px 0;
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-info .text-block .title {
    font-size: 18px;
  }
}

.service-case-section .kadai {
  background: #fff;
  border: 2px solid #263290;
  border-radius: 10px;
  margin: 30px 0 20px;
  padding: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .service-case-section .kadai {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-case-section .kadai dt {
  width: 85px;
  height: 80px;
  background: url(../images/kadai.png) no-repeat;
  background-size: contain;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.service-case-section .kadai dd {
  width: calc(100% - 85px);
  padding-left: 25px;
  color: #263290;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .service-case-section .kadai dd {
    padding-left: 15px;
    line-height: 1.8;
  }
}

.service-case-section .support-block {
  background: #D6EAFF;
  border-radius: 20px;
  padding: 25px 30px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block {
    border-radius: 10px;
    padding: 20px;
  }
}

.service-case-section .support-block .title {
  font-size: 22px;
  font-weight: bold;
  color: #263290;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .title {
    font-size: 18px;
  }
}

.service-case-section .support-block .l-flex {
  margin: 0 -15px;
}

.service-case-section .support-block .item {
  width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .item {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .item:first-child {
    margin-bottom: 20px;
  }
}

.service-case-section .support-block .item:first-child p {
  padding: 0;
}

.service-case-section .support-block .item:first-child p:before {
  content: none;
}

.service-case-section .support-block .item:last-child p {
  font-weight: bold;
  margin-top: 1em;
}

.service-case-section .support-block .box-white {
  padding: 30px 40px;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .box-white {
    padding: 20px;
  }
}

.service-case-section .support-block .img {
  width: 130px;
}

.service-case-section .support-block .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #263290;
  border-bottom: 1px solid #C7E3FF;
  background: url(../images/service_img_2.png) no-repeat left top/98px, 70px;
  padding: 6px 0 18px 115px;
  line-height: 1.6;
  margin: 0 !important;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .item-title {
    font-size: 16px;
    min-height: 80px;
  }
}

@media only screen and (max-width: 410px) {
  .service-case-section .support-block .item-title br {
    display: none;
  }
}

.service-case-section .support-block .item-title:before {
  content: none;
}

.service-case-section .support-block .box-navy {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

.service-case-section .support-block .box-navy p {
  font-size: 18px;
}

.service-case-section .support-block .box-navy .down {
  background: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  color: #263290;
  vertical-align: text-bottom;
  margin-left: 12px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .box-navy .down {
    display: inline-block;
    padding: 0 30px;
  }
}

.service-article-child .entry-header {
  background: none;
}

.service-article-child .entry-thumb {
  max-width: 140px;
  margin: 25px auto 0;
}

.service-article-child .entry-content-service {
  max-width: 1000px;
  margin: 20px auto 0;
}

.service-article-child .entry-content-service p {
  margin-bottom: 1.6em;
}

.pagination {
  margin-top: 80px;
}

@media only screen and (max-width: 834px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination .page-numbers {
  border: none;
  border-radius: 50%;
  background: #F2F5FB;
  color: #263290;
  font-family: 'Montserrat', sans-serif;
}

.pagination .current {
  background: #263290;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  border: 1px solid #263290;
  background: #fff;
}

.under-block {
  border-bottom: 1px solid #263290;
  padding-bottom: 60px;
}

.under-block .title {
  font-size: 28px;
  color: #263290;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .under-block .title {
    font-size: 24px;
  }
}

.under-block .ghost-btn {
  margin-top: 20px;
}

.single .industry {
  margin-left: 10px;
}

.single .case-section .case-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single .case-section .entry-header .entry-card-meta {
  border: none;
  padding: 0;
}

.single .case-section .entry-header .entry-card-meta .industry {
  margin-left: 10px;
}

.single .case-section .entry-header .tags {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 834px) {
  .single .case-section .entry-header .tags {
    margin: 10px 0 0;
  }
}

.search-box .search-edit {
  font-size: 14px;
  border-radius: 5px;
}

.search-box .search-edit:focus {
  border-color: #000;
  outline: none;
}

.archive .entry-title span {
  display: none;
}

article .cta-block {
  border: 1px solid #263290;
  border-radius: 10px;
  overflow: hidden;
}

article .cta-block .cta-title {
  background: #263290;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin: 0;
}

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

article .cta-block .cta-content {
  padding: 40px 40px 20px;
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  article .cta-block .cta-content {
    padding: 15px;
    font-size: 13px;
  }
}

article .cta-block .cta-thumbnail {
  width: 40%;
  float: right;
  margin: 0 0 30px 30px;
}

@media only screen and (max-width: 834px) {
  article .cta-block .cta-thumbnail {
    width: 100%;
    margin: 0 auto 10px;
  }
}

article .cta-block .cta-btn {
  margin-bottom: 40px;
}

@media only screen and (max-width: 834px) {
  article .cta-block .cta-btn {
    margin-bottom: 20px;
  }
}

article .cta-block .cta-btn a {
  width: 80%;
  max-width: 280px;
  padding: 20px;
  background: #263290;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}

article .cta-block .cta-btn a:hover {
  opacity: 0.8;
}

article .contact-block {
  background: #E9F4FF;
  padding: 30px 40px;
  border-radius: 10px;
  margin: 3em 0;
}

@media only screen and (max-width: 834px) {
  article .contact-block {
    padding: 15px 20px;
  }
}

article .contact-block h3 {
  font-size: 16px;
  font-weight: bold;
  color: #263290;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 834px) {
  article .contact-block h3 {
    font-size: 14px;
  }
}

article .contact-block h3 + img {
  display: block;
  margin: 0 auto;
}

article .contact-block .contact-block__button {
  width: 80%;
  max-width: 280px;
  padding: 20px;
  background: #263290;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  margin: 30px auto 0;
  font-weight: bold;
}

article .contact-block .contact-block__button:hover {
  opacity: 0.8;
}

.service-article .case-section .entry-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .service-article .case-section .entry-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}

.service-article .case-section .box-white {
  padding: 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.article .entry-content .cliant-interview a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #393939;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-interview a {
    display: block;
  }
}

.article .entry-content .cliant-interview a:hover {
  opacity: 0.8;
}

.article .entry-content .cliant-interview .thumbnail {
  max-width: 320px;
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-interview .thumbnail {
    margin-right: 0;
    max-width: 100%;
    text-align: center;
  }
}

.article .entry-content .cliant-interview .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}

.article .entry-content .cliant-interview .text .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.article .entry-content .cliant-interview dl {
  overflow: hidden;
  padding: 10px;
  background: #f6f6f6;
  margin-bottom: 13px;
  font-size: 13px;
}

.article .entry-content .cliant-interview dl dt {
  background: none;
  padding: 0;
  font-weight: normal;
  color: #393939;
  float: left;
  margin: 0;
}

.article .entry-content .cliant-interview dl dd {
  margin: 0 0 0 110px;
}

/*------------------------------------------
* footer
------------------------------------------*/
.footer-bottom {
  margin-top: 60px;
}

@media only screen and (max-width: 1080px) {
  .footer-bottom {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .footer-bottom {
    margin-top: 40px;
  }
}

.footer-bottom-logo {
  float: none;
  position: relative;
  bottom: auto;
}

.footer-bottom-content {
  float: none;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1080px) {
  .logo-footer {
    margin: 0 0 20px;
  }
}

.footer-nav-1 {
  margin: 0 auto;
}

@media only screen and (max-width: 1080px) {
  .footer-nav-1 {
    margin: 0;
  }
}

@media only screen and (max-width: 834px) {
  .footer-nav-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-nav-1 .footer-nav-list {
  margin-left: 100px;
}

@media only screen and (max-width: 1080px) {
  .footer-nav-1 .footer-nav-list:first-child {
    margin-left: 7px;
  }
}

@media only screen and (max-width: 834px) {
  .footer-nav-1 .footer-nav-list:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 834px) {
  .footer-nav-1 .footer-nav-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
  }
}

.footer-nav-1 .footer-nav-list li {
  margin-bottom: .5em;
}

.footer-nav-2 {
  margin-left: auto;
}

.footer-nav-2 li {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 834px) {
  .footer-nav-2 li {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .footer-nav-2 li a {
    width: 100%;
    text-align: center;
  }
}

.source-org {
  margin: 30px 0;
  font-size: 10px;
}

.go-to-top {
  bottom: 280px;
  right: 50px;
  position: absolute;
}

@media only screen and (max-width: 1080px) {
  .go-to-top {
    bottom: 50px;
  }
}

@media only screen and (max-width: 834px) {
  .go-to-top {
    right: 15px;
    bottom: 15px;
  }
}

.go-to-top-button {
  width: 70px;
  height: 70px;
  background: none;
}

@media only screen and (max-width: 834px) {
  .go-to-top-button {
    width: 50px;
    height: 50px;
  }
}

/*------------------------------------------
* sidebar
------------------------------------------*/
.no-sidebar .sidebar {
  display: block;
}

#sidebar {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 80px;
  position: relative;
}

#sidebar h3 {
  font-size: 16px;
  font-weight: bold;
  color: #263290;
  padding: 0;
  background: none;
  margin-top: 40px;
}

#sidebar .widget-sidebar ul {
  border-top: 1px solid #DFE4EF;
}

#sidebar .widget-sidebar ul a {
  border-bottom: 1px solid #DFE4EF;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
}

#sidebar .widget-sidebar ul a:hover {
  color: #389DE8;
  background: none;
}

#sidebar .search-box {
  margin-top: 40px;
  margin-bottom: 0;
}

#sidebar .search-box ::-webkit-input-placeholder {
  color: #fff;
}

#sidebar .search-box :-ms-input-placeholder {
  color: #fff;
}

#sidebar .search-box ::-ms-input-placeholder {
  color: #fff;
}

#sidebar .search-box ::placeholder {
  color: #fff;
}

#sidebar #sidebar-scroll {
  padding-top: 20px;
}

#sidebar #sidebar-scroll aside:first-child h3 {
  margin-top: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  max-width: 300px;
}

.stop {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  max-width: 300px;
}

#recent-posts-2 ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#recent-posts-2 ul li a .thumbnail {
  width: 100px;
  padding-right: 10px;
}

#recent-posts-2 ul li a .text {
  width: calc(100% - 100px);
  line-height: 1.4;
}

/*------------------------------------------
* 投稿内（.entry-content）のスタイル
------------------------------------------*/
.page .article .entry-title {
  text-align: center;
}

.article {
  padding-top: 20px;
}

@media only screen and (max-width: 834px) {
  .article {
    padding-top: 0;
  }
}

.article .scrollable-table {
  margin-bottom: 0;
}

.article .entry-title {
  color: #263290;
  line-height: 1.6;
}

@media only screen and (max-width: 834px) {
  .article .entry-title {
    padding: 0;
  }
}

.article .entry-card-meta {
  margin: 15px 0 25px;
  font-size: 13px;
}

.article .eye-catch-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
}

.article .eye-catch-wrap .eye-catch {
  margin-bottom: 0;
}

.article .entry-content > * {
  line-height: 2;
  margin-bottom: 2em;
}

.article .entry-content .box {
  background: #E9F4FF;
  border-radius: 10px;
  padding: 15px 30px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article .entry-content .box table {
  border: none;
  margin-bottom: 0;
}

.article .entry-content .box table th, .article .entry-content .box table td {
  background: none;
  border: none;
  padding: 5px 0;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .box table th, .article .entry-content .box table td {
    display: block;
    font-size: 13px;
  }
}

.article .entry-content .box table th {
  font-weight: bold;
  color: #393939;
  width: 12.5em;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .box table th {
    padding: 8px 0 0;
  }
}

.article .entry-content .box table td {
  font-size: 13px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .box table td {
    padding-top: 0;
  }
}

.article .entry-content .box table tr:nth-of-type(2n+1) {
  background: none;
}

.article .entry-content h2, .article .entry-content h3, .article .entry-content h4, .article .entry-content h5, .article .entry-content h6 {
  line-height: 1.4;
  margin-bottom: 35px;
}

.article .entry-content h2 {
  font-size: 22px !important;
  color: #263290;
  background: none;
  border-left: 4px solid #263290;
  padding: 0 0 15px 25px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h2 {
    font-size: 20px !important;
    padding-left: 15px;
  }
}

.article .entry-content h2:after {
  content: '';
  width: calc(100% - 26px);
  height: 2px;
  background: #263290;
  position: absolute;
  left: 26px;
  bottom: 0;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h2:after {
    width: calc(100% - 16px);
    left: 16px;
  }
}

.article .entry-content h3 {
  font-size: 20px !important;
  color: #263290;
  border: none;
  border-left: 4px solid #263290;
  padding: 0 0 0 25px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h3 {
    font-size: 18px;
    padding-left: 15px;
  }
}

.article .entry-content h4 {
  font-size: 18px !important;
  color: #263290;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h4 {
    font-size: 16px !important;
  }
}

.article .entry-content h5 {
  font-size: 16px;
  border: none;
  padding: 0;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h5 {
    font-size: 15px;
  }
}

.article .entry-content a {
  color: #389DE8;
  text-decoration: underline;
}

.article .entry-content a:hover {
  text-decoration: none;
}

.article .entry-content strong {
  font-weight: bold;
}

.article .entry-content ul,
.article .entry-content ol {
  padding-left: 20px;
}

.article .entry-content ul li,
.article .entry-content ol li {
  position: relative;
  padding: 3px 0;
  margin: 0;
}

.article .entry-content ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #263290;
  position: absolute;
  left: -20px;
  top: 14px;
}

.article .entry-content ol li:nth-child(1):before {
  content: "1";
}

.article .entry-content ol li:nth-child(2):before {
  content: "2";
}

.article .entry-content ol li:nth-child(3):before {
  content: "3";
}

.article .entry-content ol li:nth-child(4):before {
  content: "4";
}

.article .entry-content ol li:nth-child(5):before {
  content: "5";
}

.article .entry-content ol li:nth-child(6):before {
  content: "6";
}

.article .entry-content ol li:nth-child(7):before {
  content: "7";
}

.article .entry-content ol li:nth-child(8):before {
  content: "8";
}

.article .entry-content ol li:nth-child(9):before {
  content: "9";
}

.article .entry-content ol li:nth-child(10):before {
  content: "10";
}

.article .entry-content ol li:nth-child(11):before {
  content: "11";
}

.article .entry-content ol li:nth-child(12):before {
  content: "12";
}

.article .entry-content ol li:nth-child(13):before {
  content: "13";
}

.article .entry-content ol li:nth-child(14):before {
  content: "14";
}

.article .entry-content ol li:nth-child(15):before {
  content: "15";
}

.article .entry-content ol li:nth-child(16):before {
  content: "16";
}

.article .entry-content ol li:nth-child(17):before {
  content: "17";
}

.article .entry-content ol li:nth-child(18):before {
  content: "18";
}

.article .entry-content ol li:nth-child(19):before {
  content: "19";
}

.article .entry-content ol li:nth-child(20):before {
  content: "20";
}

.article .entry-content ol li:before {
  content: '';
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #263290;
  position: absolute;
  left: -20px;
  top: 4px;
}

.article .entry-content dl dt {
  display: inline-block;
  background: #E9F4FF;
  padding: 8px 26px;
  font-weight: bold;
  color: #263290;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content dl dd {
    margin-left: 25px;
  }
}

.article .entry-content .under-pink {
  border-bottom: 2px solid #FFCDD3;
}

.article .entry-content .under-green {
  border-bottom: 2px solid #A1EECE;
}

.article .entry-content .under-blue {
  border-bottom: 2px solid #B6DBFF;
}

.article .entry-content blockquote {
  padding: 40px 80px;
  position: relative;
  background: none;
}

@media only screen and (max-width: 834px) {
  .article .entry-content blockquote {
    padding: 45px 0;
  }
}

.article .entry-content blockquote:before {
  content: url(../images/quote_1.png);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.article .entry-content blockquote:after {
  content: url(../images/quote_2.png);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.article .entry-content .att {
  margin-bottom: 3.5em;
}

.article .entry-content .att .title {
  font-size: 16px;
  font-weight: bold;
  color: #263290;
  margin-bottom: 1em;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .att .title {
    font-size: 14px;
  }
}

.article .entry-content .att-box-1 {
  background: #E9F4FF;
  border-radius: 10px;
  padding: 30px 40px 2px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .att-box-1 {
    border-radius: 10px;
    padding: 15px 20px 1px;
  }
}

.article .entry-content .att-box-2 {
  border: 2px solid #D6EBFF;
  border-radius: 10px;
  padding: 30px 40px 2px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .att-box-2 {
    border-radius: 10px;
    padding: 15px 20px 1px;
  }
}

.article .entry-content table {
  border-collapse: separate;
}

.article .entry-content table th, .article .entry-content table td {
  padding: 15px 25px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content table th, .article .entry-content table td {
    font-size: 1em;
    padding: 10px 20px;
  }
}

.article .entry-content table th {
  font-weight: bold;
  min-width: 200px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content table th {
    min-width: 100px;
  }
}

.article .entry-content .cliant-profile {
  margin: 20px 0 50px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile {
    margin-bottom: 40px;
  }
}

.article .entry-content .cliant-profile .title {
  margin: 0;
  padding: 20px;
  border: none;
  background: #263290;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile .title {
    padding: 15px;
  }
}

.article .entry-content .cliant-profile .title:after {
  content: none;
}

.article .entry-content .cliant-profile table {
  border: none;
  border-collapse: separate;
}

.article .entry-content .cliant-profile table th, .article .entry-content .cliant-profile table td {
  border: none;
  padding: 15px 25px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile table th, .article .entry-content .cliant-profile table td {
    padding: 10px 20px;
  }
}

.article .entry-content .cliant-profile table th {
  background: #E9F4FF;
  color: #263290;
  width: 200px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile table th {
    width: 120px;
  }
}

.article .entry-content .cliant-profile table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.article .entry-content .cliant-profile table tr:nth-of-type(2n+1) {
  background: none;
}

.article .entry-content .cliant-profile table tr:last-child th {
  border-radius: 0 0 0 10px;
  border: none;
}

.article .entry-content .cliant-profile table tr:last-child td {
  border-radius: 0 0 10px 0;
}

.article .entry-content .f-marker-p {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffc7f6));
  background-image: linear-gradient(transparent 80%, #ffc7f6 80%);
}

.article .entry-content .f-marker-y {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f8eba9));
  background-image: linear-gradient(transparent 80%, #f8eba9 80%);
}

.article .entry-content .f-marker-w {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #abeffe));
  background-image: linear-gradient(transparent 80%, #abeffe 80%);
}

.article .entry-content .f-marker-g {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #afffb1));
  background-image: linear-gradient(transparent 80%, #afffb1 80%);
}

.article .entry-content img {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile table th {
    width: 7.5em;
    min-width: 0 !important;
  }
}

.article .entry-content #toc {
  font-size: 13px !important;
}

.article .message {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

@media only screen and (max-width: 834px) {
  .article .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article .message .img {
  max-width: 106px;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  .article .message .img {
    max-width: 60px;
    margin-right: 10px;
  }
}

.article .message .text .text-box {
  border: 2px solid #263290;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #263290;
  padding: 14px 35px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .article .message .text .text-box {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.article .message .text .text-box:before {
  content: '';
  border: 5px solid transparent;
  border-right: 10px solid #263290;
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.article .case-info-2 {
  border-collapse: separate;
  border: none;
}

.article .case-info-2 th, .article .case-info-2 td {
  border: none;
}

.article .case-info-2 th {
  background: #263290;
  color: #fff;
  border-bottom: 1px solid #5a62a0;
  width: 200px;
}

@media only screen and (max-width: 834px) {
  .article .case-info-2 th {
    width: 7.5em;
    min-width: 0 !important;
  }
}

.article .case-info-2 td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.article .case-info-2 tr:nth-of-type(2n+1) {
  background: none;
}

.article .case-info-2 tr:first-child th {
  border-radius: 10px 0 0 0;
}

.article .case-info-2 tr:first-child td {
  border-top: 1px solid #ddd;
  border-radius: 0 10px 0 0;
}

.article .case-info-2 tr:last-child th {
  border-radius: 0 0 0 10px;
}

.article .case-info-2 tr:last-child td {
  border-radius: 0 0 10px 0;
}

.single-interview .article .entry-content p {
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  .single-interview .article .entry-content p {
    font-size: 13px;
  }
}

.single-format-standard .article .entry-content > * {
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  .single-format-standard .article .entry-content > * {
    font-size: 13px;
  }
}

/*
*/
.ghost-btn1 {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (max-width: 834px) {
  .ghost-btn1 {
    margin-top: 40px;
  }
}

.ghost-btn1 a {
  display: block;
  width: 200px;
  border: 1px solid #263290;
  border-radius: 10px;
  color: #263290;
  display: inline-block;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.ghost-btn1 a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  background: #EDF0F6;
}

.ghost-btn1 a:hover {
  color: #263290;
  background: none;
}

.ghost-btn1 a:hover:before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*# sourceMappingURL=style.css.map */


.column-related-block {
  margin-top: 80px;
}

.column-title {
  color: #263290;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.column-related {
  margin: 0 -10px;
}

.column-related .item {
  width: 25%;
  padding: 0 10px 20px;
}

.column-related .entry-card-title {
  color: #263290;
  line-height: 1.4;
}

.column-related-thumb img {
  height: 118px;
  object-fit: cover;
}

.column-related a {
  display: block;
}

.column-related a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 834px){
  .column-related {
    display: flex;
  }

  .column-related .item {
    width: 50%;
  }
}

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

  .column-related .item {
    width: 100%;
  }

  .column-related-thumb img {
    height: auto;
  }
}

.flow-block{
	flex-wrap:nowrap;
}
.flow-block .item.number-3,
.flow-block .item.number-4{
	align-self: flex-end;
}
.flow-block .item.number-3:before{
	position:absolute;
	right: -40px;
    top: -42px;
}
.flow-block .item.number-4:before{
	content: " ";
	border:0;
}
.flow-block .item.number-5:before{
	content: "4";
}
@media only screen and (max-width: 1080px){
	.flow-block .item {
		flex:1;
	}
	.flow-block .item.arrow{
		flex:0;
	}
	.flow-block .item .title{
		font-size:1.25vw;
	}
}
@media only screen and (max-width: 834px){
	.flow-block .item.number-3:before{
		top:-50px
	}
	.flow-block .arrow{
		display:block;
	}
	.flow-block .arrow img{
		transform:none;
	}
}
@media only screen and (max-width: 768px){
	.flow-block{
		flex-wrap:wrap;
	}
	.flow-block .item.number-3:before{
		left: 0;
        right: auto;
        top: auto;
        bottom: -10vw;
		position: relative;
	}
	.flow-block .item.number-3:after{
        content: 'or';
        color: #263290;
        font-weight: bold;
        bottom: -20px;
        position: absolute;
        left: 50%;
	}
	.flow-block .arrow img{
		-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
	}
	
}