/*WP default set-------------------------------------*/
.wp-block-columns img {
  width: 100% !important;
}
.wp-block-columns.col3 .wp-block-column {
  background-color: #F0F1F5;
  padding: 2rem;
}
@media only screen and (max-width: 1000px) {
  .wp-block-columns.col3 .wp-block-column {
    margin-bottom: 3rem;
  }
}
.wp-block-columns.col3 .wp-block-column p:first-child {
  margin: -2rem -2rem 2rem -2rem;
}

/*layout-------------------------------------*/
.l-mv-second {
  min-height: 30rem;
  padding: 2rem;
  text-align: center;
  background: #f0f1f5 url("../images/mv_articles.png") no-repeat right 5% center;
  background-size: auto 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .l-mv-second {
    background: #f0f1f5 url("../images/mv_articles.png") no-repeat right bottom -2rem;
    background-size: auto 60%;
    min-height: 20rem;
  }
}
.l-mv-second.strength {
  background: #f0f1f5 url("../images/mv_strength.png") no-repeat right 5% center;
  background-size: auto 90%;
}
@media only screen and (max-width: 1000px) {
  .l-mv-second.strength {
    background: #f0f1f5 url("../images/mv_strength.png") no-repeat right -3rem bottom;
    background-size: auto 60%;
  }
}
.l-mv-second.solution {
  background: #f0f1f5 url("../images/mv_solution.png") no-repeat right 5% center;
  background-size: auto 90%;
}
@media only screen and (max-width: 1000px) {
  .l-mv-second.solution {
    background: #f0f1f5 url("../images/mv_solution.png") no-repeat right -3rem bottom -4rem;
    background-size: auto 60%;
  }
}
.l-mv-second.corporate {
  background: #f0f1f5 url("../images/mv_corporate.png") no-repeat right 5% center;
  background-size: auto 90%;
}
@media only screen and (max-width: 1000px) {
  .l-mv-second.corporate {
    background: #f0f1f5 url("../images/mv_corporate.png") no-repeat right -1rem bottom -1.5rem;
    background-size: auto 60%;
  }
}
.l-mv-second.news {
  background: #f0f1f5 url("../images/mv_news.png") no-repeat right 5% center;
  background-size: auto 90%;
}
@media only screen and (max-width: 1000px) {
  .l-mv-second.news {
    background: #f0f1f5 url("../images/mv_news.png") no-repeat right bottom;
    background-size: auto 60%;
  }
}
.l-mv-second .c-ttl-page {
  margin-bottom: 0;
}

.l-contents {
  margin-top: 10rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 1000px) {
  .l-contents {
    margin-top: 6rem;
  }
}
.l-contents p {
  margin-bottom: 1.5rem;
}
.l-contents p:last-child {
  margin-bottom: 0;
}

.l-bread {
  padding: 2rem 2rem 0 2rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
.l-bread br {
  display: none;
}
.l-bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-bread li {
  white-space: nowrap;
}
.l-bread li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.l-bread li:not(:last-child)::after {
  margin: 0 1rem;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: 0.05rem;
  display: inline-block;
}
.l-bread a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.l-section-base {
  margin-bottom: 8rem;
}

.l-section-base__l {
  margin-bottom: 12rem;
}

/*ttl-------------------------------------*/
.c-ttl-page {
  font-size: 4rem;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-page {
    font-size: 2.4rem;
  }
}
.c-ttl-page .border {
  position: relative;
  display: inline-block;
  padding: 0 0 2rem 0;
}
.c-ttl-page .border.__w100::after {
  width: 100%;
}
.c-ttl-page .border::after {
  content: "";
  position: absolute;
  width: 30rem;
  height: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  border-radius: 1rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-page .border::after {
    width: 15rem;
  }
}

.c-ttl-border {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 0.4rem solid #2F76EB;
  margin-bottom: 3rem;
  padding: 0.5rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-border {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.c-ttl-border__l {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 4rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 0.4rem solid #2F76EB;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-border__l {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

* + .c-ttl-border__l {
  margin-top: 6rem;
}

.c-ttl-sub {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
* + .c-ttl-sub {
  margin-top: 4rem;
}

.c-ttl-border__s {
  border-bottom: 1px solid #D8D9DB;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-border__s {
    font-size: 1.8rem;
  }
}

/*office-------------------------------------*/
.c-cols-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .c-cols-office {
    display: block;
  }
}
.c-cols-office__map {
  margin-right: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.c-cols-office__map iframe {
  width: 100%;
  height: 32rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-office__map {
    margin: 0 0 2rem 0;
  }
  .c-cols-office__map iframe {
    height: 30rem;
  }
}
.c-cols-office__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  text-align: center;
  margin-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cols-office__logo img {
  max-width: 200px;
}
@media only screen and (max-width: 1000px) {
  .c-cols-office__logo {
    margin: 0 0 2rem 0;
  }
}
.c-cols-office__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*strength-------------------------------------*/
.l-section-strength__second {
  padding: 12rem 2rem;
  background-color: #F0F1F5;
}
@media only screen and (max-width: 1000px) {
  .l-section-strength__second {
    padding: 6rem 2rem;
  }
}

.l-contents .l-section-strength__second {
  margin-left: -2rem;
  margin-right: -2rem;
}

.c-cols-strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cols-strength.__vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 999px) {
  .c-cols-strength:nth-child(3) .c-cols-strength__img {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .c-cols-strength {
    display: block;
  }
}
.c-cols-strength.__rv {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-cols-strength.__rv .c-cols-strength__body {
  margin-left: 8rem;
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  .c-cols-strength.__rv .c-cols-strength__body {
    margin: 0;
  }
}
.c-cols-strength + * {
  margin-top: 8rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-strength + * {
    margin-top: 6rem;
  }
}
.c-cols-strength__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 8rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-strength__body {
    margin: 0;
  }
}
.c-cols-strength__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
}
@media only screen and (max-width: 1000px) {
  .c-cols-strength__img {
    margin-top: 2rem;
  }
}

.c-img-strength img {
  position: relative;
  z-index: 2;
  border-radius: 1rem;
}

.c-ttl-point {
  font-weight: bold;
  color: #2F76EB;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-point {
    font-size: 1.4rem;
  }
}
.c-ttl-point .num {
  font-size: 4rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-point .num {
    font-size: 2.8rem;
  }
}

.c-ttl-strength__sub {
  font-size: 2.4rem;
  border-bottom: 1px solid #2F76EB;
  font-weight: bold;
  padding-bottom: 1.5rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-strength__sub {
    font-size: 1.8rem;
  }
}

/*about-------------------------------------*/
.l-section-mission {
  position: relative;
  padding: 12rem 0;
}
@media only screen and (max-width: 1000px) {
  .l-section-mission {
    padding: 6rem 0;
  }
}

.c-cols-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .c-cols-mission {
    display: block;
  }
}
.c-cols-mission + * {
  margin-top: 12rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-mission + * {
    margin-top: 2rem;
  }
}
.c-cols-mission__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  margin-right: 10rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-mission__img {
    max-width: 50%;
    margin: 0 0 -5rem auto;
  }
}
.c-cols-mission__body {
  padding-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-cols-mission .c-ttl-sdw {
  text-align: left;
}
.c-cols-mission__txt {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-mission__txt {
    font-size: 1.8rem;
  }
}

.c-logo-agest {
  text-align: center;
  font-size: 8rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  font-weight: bold;
  margin: 6rem 0;
}

/*corporate-------------------------------------*/
.c-ttl-mission {
  font-weight: bold;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
}
.c-ttl-mission.__dash {
  position: relative;
  text-align: left;
  padding-left: 7.5rem;
}
.c-ttl-mission.__dash::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6rem;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-mission {
    font-size: 1.8rem;
  }
}

.c-ttl-sdw {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 6rem;
  font-family: "Poppins", sans-serif;
  color: #2f76eb;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-sdw {
    font-size: 4rem;
  }
}

.c-ttl-sdw__ja {
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 5.2rem;
  color: #2f76eb;
  line-height: 1.3;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-sdw__ja {
    font-size: 3rem;
  }
}

.c-cols-corporate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-corporate {
    display: block;
    margin: 0;
  }
}
.c-cols-corporate > div {
  background-color: #f0f1f5;
  margin: 1rem 0.5rem 0 0.5rem;
  padding: 6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1rem);
          flex: 0 1 calc(50% - 1rem);
}
@media only screen and (max-width: 1000px) {
  .c-cols-corporate > div {
    padding: 2rem;
    margin: 0 0 2rem 0;
  }
}
.c-cols-corporate .c-ttl-page {
  text-align: left;
  font-size: 3.6rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-corporate .c-ttl-page {
    font-size: 2.4rem;
  }
}
.c-cols-corporate p {
  margin-bottom: 3rem;
}

.u-icon__greeting {
  background: url("../images/icon_greeting.png") no-repeat right 6rem top 6rem;
  background-size: auto 6rem;
}
@media only screen and (max-width: 1000px) {
  .u-icon__greeting {
    background-position: right 2rem top 2rem;
    background-size: auto 4rem;
  }
}

.u-icon__office {
  background: url("../images/icon_office.png") no-repeat right 6rem top 6rem;
  background-size: auto 6rem;
}
@media only screen and (max-width: 1000px) {
  .u-icon__office {
    background-position: right 2rem top 2rem;
    background-size: auto 4rem;
  }
}

.u-icon__group {
  background: url("../images/icon_group.png") no-repeat right 6rem top 6rem;
  background-size: auto 6rem;
}
@media only screen and (max-width: 1000px) {
  .u-icon__group {
    background-position: right 2rem top 2rem;
    background-size: auto 4rem;
  }
}

.u-icon__profile {
  background: url("../images/icon_profile.png") no-repeat right 6rem top 6rem;
  background-size: auto 6rem;
}
@media only screen and (max-width: 1000px) {
  .u-icon__profile {
    background-position: right 2rem top 2rem;
    background-size: auto 4rem;
  }
}

#googlemap {
  margin-top: 6rem;
  width: 100%;
  height: 40rem;
}

/*solution-------------------------------------*/
.c-lead-solution {
  max-width: 80rem;
  margin: 0 auto 8rem auto;
}

.c-box-solution {
  background-color: #F0F1F5;
  padding: 3rem;
  position: relative;
}
.c-box-solution + .c-box-solution {
  margin-top: 8rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-solution {
    padding: 2rem;
  }
  .c-box-solution + .c-box-solution {
    margin-top: 4rem;
  }
}
.c-box-solution .c-cols-solution {
  margin: 0 -1.5rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-solution .c-cols-solution {
    margin: 0;
  }
}
.c-box-solution .c-cols-solution > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 3rem);
          flex: 0 1 calc(50% - 3rem);
  margin: 0 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-solution .c-cols-solution > div {
    margin: 0 0 2rem 0;
  }
  .c-box-solution .c-cols-solution > div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 999px) {
  .c-box-solution .c-cols-solution > div:nth-child(n+3) {
    margin-top: 3rem;
  }
}

.c-box-flow {
  background-color: #fff;
  padding: 4rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-flow {
    padding: 2rem;
  }
}
.c-box-flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-flow ul {
    display: block;
    margin: 0;
  }
}
.c-box-flow li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(20% - 3rem);
          flex: 0 1 calc(20% - 3rem);
  border-radius: 1rem;
  text-align: center;
  color: #fff;
  margin: 0 1.5rem;
  background-color: #2F76EB;
  font-weight: bold;
  font-size: 2rem;
  padding: 2rem 1rem;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .c-box-flow li {
    margin: 0 0 2rem 0;
    font-size: 1.8rem;
    padding: 1rem;
  }
  .c-box-flow li:last-child {
    margin-bottom: 0;
  }
}
.c-box-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: calc(50% - 1rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #D8D9DB;
}
@media only screen and (max-width: 1000px) {
  .c-box-flow li:not(:last-child)::after {
    right: 0;
    left: 0;
    bottom: -2rem;
    top: auto;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.c-ttl-solution__sub {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-solution__sub {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.c-ttl-solution__sub .border {
  display: inline-block;
  border-bottom: 0.2rem solid #2F76EB;
  padding-bottom: 1rem;
}

.l-cols-articles,
.l-cols-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .l-cols-articles,
.l-cols-solution {
    display: block;
  }
}
.l-cols-articles__r,
.l-cols-solution__r {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30rem;
          flex: 0 1 30rem;
  margin-left: 8rem;
}
@media only screen and (max-width: 1000px) {
  .l-cols-articles__r,
.l-cols-solution__r {
    margin: 6rem 0 0 0;
  }
}
.l-cols-articles__l,
.l-cols-solution__l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-contents > .c-box-recommend {
  margin-left: -2rem;
  margin-right: -2rem;
}

.c-box-recommend {
  background-color: #F0F1F5;
  padding: 6rem 2rem;
  margin-top: 12rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-recommend {
    margin-top: 6rem;
  }
}

/*side-------------------------------------*/
aside .menu a[aria-current=page] {
  color: #21A4DE;
}
aside .menu a {
  display: block;
  color: #000;
  font-weight: bold;
}
aside .menu a:hover {
  text-decoration: none;
}
aside .menu > li {
  border-top: 1px solid #D8D9DB;
}
aside .menu > li.current-menu-ancestor > a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
aside .menu > li.current-menu-ancestor > a.open:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
aside .menu > li.current-menu-ancestor > .sub-menu {
  display: block;
}
aside .menu > li > a {
  padding: 1.6rem 0;
  position: relative;
}
aside .menu > li > a.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
aside .menu > li > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
aside .menu > li > .sub-menu {
  display: none;
  font-size: 1.2rem;
  margin-left: 1.5rem;
}
aside .menu > li > .sub-menu > li {
  padding-top: 1.5rem;
  border-top: 1px dotted #D8D9DB;
}
aside .menu > li > .sub-menu .sub-menu {
  margin-top: 1.5rem;
}
aside .menu > li > .sub-menu li {
  margin-bottom: 1.5rem;
}

/*greeting-------------------------------------*/
.c-cols-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1000px) {
  .c-cols-greeting {
    display: block;
  }
}
.c-cols-greeting__img {
  margin-right: 8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36%;
          flex: 0 1 36%;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .c-cols-greeting__img {
    margin: 4rem 0 0 0;
  }
}
.c-cols-greeting__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*news-------------------------------------*/
.c-list-newsall li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem 0;
  border-bottom: 1px solid #D8D9DB;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 1000px) {
  .c-list-newsall li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-list-newsall li:first-child {
  border-top: 1px solid #D8D9DB;
}
.c-list-newsall__date {
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 1.5rem;
}
.c-list-newsall__tag {
  font-size: 1.2rem;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10rem;
          flex: 0 1 10rem;
  margin-right: 1.5rem;
  background-color: #ccc;
}
.c-list-newsall__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .c-list-newsall__ttl {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 1rem;
  }
}
.c-list-newsall a {
  color: #000;
  display: block;
}
.c-list-newsall a:hover {
  text-decoration: none;
  color: #21A4DE;
}

.c-list-tags__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
.c-list-tags__news li {
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15rem;
          flex: 0 1 15rem;
}
@media only screen and (max-width: 1000px) {
  .c-list-tags__news li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33% - 1rem);
            flex: 0 1 calc(33% - 1rem);
  }
}
.c-list-tags__news a {
  border: 1px solid #21A4DE;
  display: block;
  text-align: center;
  color: #21A4DE;
  font-size: 1.2rem;
  line-height: 1.4;
  border-radius: 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1rem 0;
  background-color: #fff;
}
.c-list-tags__news a:hover, .c-list-tags__news a.current {
  background-color: #21A4DE;
  color: #fff;
  text-decoration: none;
}

.u-bg__service {
  background-color: #d6ecfb;
}

.u-bg__media {
  background-color: #e0f0e1;
}

.u-bg__corporate {
  background-color: #f7e6d9;
}

.u-bg__event {
  background-color: #ede8ce;
}

.u-bg__report {
  background-color: #d6d7f2;
}

.u-bg__other {
  background-color: #dddddd;
}

/*table-------------------------------------*/
.wp-block-table table,
.c-table-base {
  width: 100%;
}
.wp-block-table table th,
.wp-block-table table td,
.c-table-base th,
.c-table-base td {
  border-top: 1px solid #D8D9DB;
  border-bottom: 1px solid #D8D9DB;
  padding: 2rem;
}
@media only screen and (max-width: 1000px) {
  .wp-block-table table th,
.wp-block-table table td,
.c-table-base th,
.c-table-base td {
    padding: 1rem;
  }
}

@media only screen and (max-width: 1000px) {
  .wp-block-table table th, .wp-block-table table td {
    display: block;
    width: 100%;
  }
  .wp-block-table table td + td {
    border-top: none;
  }
  .wp-block-table table tr td:first-child {
    border-bottom: none;
  }
  .wp-block-table table tr td + td {
    padding-top: 0;
  }
  .wp-block-table table tr:not(:last-child) td + td {
    border-bottom: none;
  }
}

/*articles-------------------------------------*/
.l-header-articles {
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1000px) {
  .l-header-articles {
    margin-bottom: 6rem;
  }
}
.l-header-articles .c-ttl-page {
  margin-bottom: 1rem;
}
.l-header-articles .c-txt-lead {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1000px) {
  .l-header-articles .c-txt-lead {
    font-size: 1.6rem;
  }
}

.c-list-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem;
}
@media only screen and (max-width: 1000px) {
  .c-list-articles {
    display: block;
    margin: 0;
  }
}
.c-list-articles__child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 4rem);
          flex: 0 1 calc(50% - 4rem);
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  padding: 0.2rem;
  margin: 0 2rem 4rem 2rem;
  -webkit-box-shadow: 3px 3px 6px rgba(5, 57, 226, 0.6);
          box-shadow: 3px 3px 6px rgba(5, 57, 226, 0.6);
}
@media only screen and (max-width: 1000px) {
  .c-list-articles__child {
    margin: 0 0 4rem 0;
  }
}
.c-list-articles__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 19rem;
}
.c-list-articles__body {
  padding: 2rem;
}
.c-list-articles__ttl {
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-list-articles__meta {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.c-list-articles a {
  height: 100%;
  border-radius: 0.6rem;
  overflow: hidden;
  background-color: #fff;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-list-articles a:hover {
  opacity: 0.7;
}

.c-box-related {
  margin-top: 12rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-related {
    margin-top: 6rem;
  }
}

.c-list-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
@media only screen and (max-width: 1000px) {
  .c-list-related {
    display: block;
    margin: 0;
  }
  .c-list-related li {
    margin: 0 0 2rem 0;
  }
  .c-list-related li:last-child {
    margin-bottom: 0;
  }
}
.c-list-related__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15rem;
          flex: 0 1 15rem;
}
.c-list-related__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.2rem;
}
.c-list-related__ttl {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.c-list-related__date {
  font-size: 1.2rem;
  font-weight: bold;
}
.c-list-related li {
  border: 1px solid #D8D9DB;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2rem);
          flex: 0 1 calc(50% - 2rem);
  margin: 0 1rem 2rem 1rem;
}
.c-list-related li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
}
.c-list-related li a:hover {
  color: #21A4DE;
}

.c-widget {
  margin-bottom: 4rem;
}

.c-ttl-widget {
  font-weight: bold;
  padding-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 1.4;
  border-bottom: 0.2rem solid #2F76EB;
  margin-bottom: 2rem;
}

.c-list-tagcloud a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid #D8D9DB;
  text-decoration: none;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 0.3rem;
  padding: 0.7rem;
  font-size: 1.2rem !important;
  line-height: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.c-list-tagcloud a:hover {
  background-color: #D8D9DB;
  text-decoration: none;
  color: #000;
}
.c-list-tagcloud a:before {
  content: "#";
}

.c-btn-tag__article {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid #D8D9DB;
  text-decoration: none;
  margin-left: 0.5rem;
  border-radius: 0.3rem;
  padding: 0.7rem;
  font-size: 1.2rem !important;
  line-height: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.c-btn-tag__article:hover {
  background-color: #D8D9DB;
  text-decoration: none;
  color: #000;
}
.c-btn-tag__article:before {
  content: "#";
}

.c-list-yearly li {
  border-bottom: 1px solid #D8D9DB;
}
.c-list-yearly a {
  padding: 1.5rem 0;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.c-list-yearly a:hover {
  text-decoration: none;
  color: #21A4DE;
}

.c-form-search {
  position: relative;
}
.c-form-search .search-input {
  border-radius: 0.3rem;
  border: 1px solid #D8D9DB;
  padding: 1rem 3rem 1rem 1rem;
  width: 100%;
}
.c-form-search .search-submit {
  position: absolute;
  right: 1rem;
  top: calc(50% - 1rem);
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border: none;
  padding: 0;
  background: url("../images/icon_search.svg") no-repeat;
  background-size: 100%;
}

.wpp-list li {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D8D9DB;
  position: relative;
}
.wpp-list li:first-child::before {
  content: "1";
}
.wpp-list li:nth-child(2)::before {
  content: "2";
}
.wpp-list li:nth-child(3)::before {
  content: "3";
}
.wpp-list li:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #2F76EB;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  line-height: 2rem;
}
.wpp-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
.wpp-list a:hover {
  text-decoration: none;
  color: #2F76EB;
}

.wpp-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8rem;
          flex: 0 1 8rem;
  margin-right: 1rem;
}

.wpp-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
}

.wpp-date {
  font-size: 1rem;
}

/*entry-------------------------------------*/
.c-entry__head {
  margin-bottom: 1rem;
}
.c-entry__ttl {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1000px) {
  .c-entry__ttl {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
.c-entry__date {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
}
.c-entry__tag {
  font-size: 1.2rem;
  text-align: center;
  min-width: 10rem;
  margin-right: 1.5rem;
  display: inline-block;
}
.c-entry__body h2 {
  font-size: 2.8rem;
  padding-bottom: 0.5rem;
  line-height: 1.4;
  border-bottom: 0.4rem solid #2F76EB;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-entry__body h2 {
    font-size: 1.8rem;
  }
}
.c-entry__body * + h3 {
  margin-top: 8rem;
}
.c-entry__body h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 4rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 0.4rem solid #2F76EB;
}
@media only screen and (max-width: 1000px) {
  .c-entry__body h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.c-entry__body h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px) {
  .c-entry__body h4 {
    font-size: 1.6rem;
  }
}
.c-entry__body .wp-block-image {
  margin-bottom: 4rem;
}
.c-entry__body ul {
  background-color: #F0F1F5;
  margin-bottom: 3rem;
  padding: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-entry__body ul {
    padding: 2rem;
  }
}
.c-entry__body ul li {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.c-entry-solution__head {
  margin-bottom: 4rem;
}
.c-entry-solution__ttl {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px) {
  .c-entry-solution__ttl {
    font-size: 2rem;
  }
}
.c-entry-solution__date {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.c-entry-solution h2 {
  font-size: 2.8rem;
  padding-bottom: 0.5rem;
  line-height: 1.4;
  border-bottom: 0.4rem solid #2F76EB;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-entry-solution h2 {
    font-size: 1.8rem;
  }
}
.c-entry-solution * + h3 {
  margin-top: 8rem;
}
.c-entry-solution h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 4rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 0.4rem solid #2F76EB;
}
@media only screen and (max-width: 1000px) {
  .c-entry-solution h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.c-entry-solution h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px) {
  .c-entry-solution h4 {
    font-size: 1.6rem;
  }
}
.c-entry-solution .wp-block-image {
  margin-bottom: 4rem;
}
.c-entry-solution ul {
  background-color: #F0F1F5;
  margin-bottom: 3rem;
  padding: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-entry-solution ul {
    padding: 2rem;
  }
}
.c-entry-solution ul li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.c-entry-solution .point {
  background-color: #F0F1F5;
  margin: 3rem 0 3rem 0;
  padding: 3.5rem 3rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .c-entry-solution .point {
    font-size: 1.6rem;
    padding: 2.5rem 2rem;
  }
}
.c-entry-solution .point::before {
  position: absolute;
  top: -0.5em;
  left: 1.5rem;
  content: "POINT";
  font-style: italic;
  font-size: 4rem;
  color: #2F76EB;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .c-entry-solution .point::before {
    font-size: 3rem;
  }
}
.c-entry-solution * + .point {
  margin-top: 6rem;
}

/*recruit-------------------------------------*/
.l-mv-recruit {
  background: #f4f3f1 url("../images/mv_career.jpg") no-repeat right center;
  background-size: auto 50rem;
  height: 50rem;
  padding: 10rem 2rem 0 2rem;
  position: relative;
  text-shadow: 0 0 5px #2F76EB, 0 0 5px #2F76EB;
}
@media only screen and (max-width: 1000px) {
  .l-mv-recruit {
    background: url("../images/mv_career_sp.jpg") no-repeat right center;
    background-size: cover;
    height: auto;
    padding-top: 160%;
  }
}
.l-mv-recruit.newemployment {
  background: #bcd4f6 url("../images/mv_newemployment.jpg") no-repeat right center;
  background-size: auto 50rem;
}
@media only screen and (max-width: 1000px) {
  .l-mv-recruit.newemployment {
    background: url("../images/mv_newemployment_sp.jpg") no-repeat right center;
    background-size: cover;
    height: auto;
    padding-top: 160%;
  }
}
.l-mv-recruit::before {
  background: url("../images/mv_recruit_tri.png") no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .l-mv-recruit::before {
    background: url("../images/mv_recruit_tri_sp.png") no-repeat left bottom;
    background-size: 100% auto;
  }
}
.l-mv-recruit .l-inner {
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .l-mv-recruit .l-inner {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
  }
}

.c-ttl-recruit__kind {
  margin-bottom: 2rem;
}
.c-ttl-recruit__kind span {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-recruit__kind span {
    font-size: 1.6rem;
  }
}

.c-ttl-recruit {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-recruit {
    font-size: 2.8rem;
  }
}

.c-ttl-recruit__sub {
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-recruit__sub {
    font-size: 1.6rem;
  }
}
.c-ttl-recruit__sub span {
  display: inline-block;
}
.c-ttl-recruit__sub span::before {
  content: "";
  width: 20rem;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-recruit__sub span::before {
    width: 2rem;
  }
}

.l-contents .l-section-recruit:first-child {
  padding-top: 0;
}
.l-contents .l-section-recruit:last-child {
  padding-bottom: 0;
}

.l-section-recruit {
  padding: 12rem 0;
  position: relative;
  /*&.__hasblock {
    background-color: #F0F1F5;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    &::before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30rem 20rem 0 0;
      border-color: #fff transparent transparent transparent;
      z-index: 1;
      @media only screen and (max-width: $bp1) {
        border-width: 20rem 10rem 0 0;
      }
    }
    &::after {
      position: absolute;
      bottom: 0;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 30rem 20rem;
      border-color: transparent transparent #fff transparent;
      z-index: 1;
      @media only screen and (max-width: $bp1) {
        border-width: 0 0 20rem 10rem;
      }
    }
  }*/
}
@media only screen and (max-width: 1000px) {
  .l-section-recruit {
    padding: 6rem 0;
  }
}

.c-ttl-section {
  margin-bottom: 8rem;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-section {
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }
}
.c-ttl-section .border {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 0.4rem solid #2F76EB;
}
.c-ttl-section .eng {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  display: inline-block;
  margin-top: 1rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-section .eng {
    font-size: 1.4rem;
  }
}

.c-lead-section {
  font-size: 2rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1000px) {
  .c-lead-section {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.c-cols-workplace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-workplace {
    margin: 0;
    display: block;
  }
}
.c-cols-workplace > div {
  margin: 0 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 4rem);
          flex: 0 1 calc(50% - 4rem);
}
@media only screen and (max-width: 1000px) {
  .c-cols-workplace > div {
    margin: 0 0 2rem 0;
  }
  .c-cols-workplace > div:last-child {
    margin-bottom: 0;
  }
}
.c-cols-workplace > div:nth-child(n+3) {
  margin-top: 4rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-workplace > div:nth-child(n+3) {
    margin-top: 0;
  }
}

.c-btn-qamore {
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(240, 241, 245)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(240, 241, 245) 50%);
  padding: 10rem 0 3rem 0;
  font-weight: bold;
}
.c-btn-qamore > div {
  display: inline-block;
  border: 1px solid #21A4DE;
  border-radius: 0.2rem;
  padding: 2rem 4rem;
  color: #21A4DE;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  line-height: 1;
}
.c-btn-qamore > div:hover {
  background-color: #fff;
}
.c-btn-qamore span {
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: text-bottom;
}

.c-list-qa {
  background-color: #fff;
}
.c-list-qa.__hide {
  display: block;
}
.c-list-qa.__hide dt:nth-of-type(n+4),
.c-list-qa.__hide dd:nth-of-type(n+4) {
  display: none;
}
.c-list-qa dt {
  border-top: 1px solid #D8D9DB;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  padding: 2rem 2rem 1.5rem 6rem;
}
@media only screen and (max-width: 1000px) {
  .c-list-qa dt {
    font-size: 1.6rem;
  }
}
.c-list-qa dt::before {
  content: "Q.";
  font-weight: bold;
  color: #2F76EB;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.c-list-qa dd {
  padding: 0 2rem 2rem 6rem;
}

.c-cols-blogbn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  .c-cols-blogbn {
    display: block;
  }
}
.c-cols-blogbn .bn {
  margin-right: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-blogbn .bn {
    text-align: center;
    margin: 0 0 3rem 0;
  }
}

.c-list-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-list-anchors + * {
  margin-top: 8rem;
}
@media only screen and (max-width: 1000px) {
  .c-list-anchors {
    margin: 0 -1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-list-anchors + * {
    margin-top: 4rem;
  }
}
.c-list-anchors > li {
  border: 1px solid #21A4DE;
  text-align: center;
  border-radius: 0.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15rem;
          flex: 0 1 15rem;
  margin: 0 1rem;
}
@media only screen and (max-width: 1000px) {
  .c-list-anchors > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2rem);
            flex: 0 1 calc(50% - 2rem);
    margin-bottom: 2rem;
  }
}
.c-list-anchors .icon {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
.c-list-anchors .icon img {
  height: 5rem;
}
.c-list-anchors a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 1rem;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.c-list-anchors a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  bottom: -0.6rem;
  background-color: #fff;
  left: calc(50% - 0.5rem);
  border-left: 1px solid #21A4DE;
  border-bottom: 1px solid #21A4DE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-list-anchors a::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: calc(50% - 0.4rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0.4rem 0 0.4rem;
  border-color: #21A4DE transparent transparent transparent;
}
.c-list-anchors a:hover {
  text-decoration: none;
  background-color: #21A4DE;
  color: #fff;
}
.c-list-anchors a:hover::before {
  background-color: #21A4DE;
}

.c-box-solimg {
  padding: 8rem;
  background-color: #fff;
}
@media only screen and (max-width: 1000px) {
  .c-box-solimg {
    padding: 2rem;
  }
}

/*interview-------------------------------------*/
.interview {
  padding: 0 10rem;
}
@media only screen and (max-width: 1000px) {
  .interview {
    padding: 0 2rem;
  }
}
.interview p + .wp-block-image {
  margin-top: 8rem;
}
@media only screen and (max-width: 1000px) {
  .interview p + .wp-block-image {
    margin-top: 4rem;
  }
}
.interview .wp-block-image {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1000px) {
  .interview .wp-block-image {
    margin-bottom: 0;
  }
}
.interview .wp-block-image:first-child {
  margin-left: -10rem;
  margin-right: -10rem;
}
@media only screen and (max-width: 1000px) {
  .interview .wp-block-image:first-child {
    margin-left: 0;
    margin-right: 0;
  }
}
.interview * + h2 {
  margin-top: 8rem;
}
@media only screen and (max-width: 1000px) {
  .interview * + h2 {
    margin-top: 4rem;
  }
}
.interview h2 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 4rem;
  border-left: 0.4rem solid #2F76EB;
  border-bottom: 0.4rem solid #2F76EB;
  position: relative;
  padding: 0 0 1.2rem 1.2rem;
}
@media only screen and (max-width: 1000px) {
  .interview h2 {
    font-size: 1.8rem;
  }
}
.interview h2::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #2F76EB transparent transparent transparent;
}

/*case-------------------------------------*/
.c-form-kind {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1000px) {
  .c-form-kind {
    margin-bottom: 6rem;
  }
}

.c-box-kind .c-list-tags__news {
  margin-bottom: -1rem;
  margin-right: -1rem;
}
.c-box-kind .c-list-tags__news li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(16.6666666667% - 1rem);
          flex: 0 1 calc(16.6666666667% - 1rem);
}
@media only screen and (max-width: 1000px) {
  .c-box-kind .c-list-tags__news li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3% - 1rem);
            flex: 0 1 calc(33.3% - 1rem);
    font-size: 1.2rem;
  }
}

.c-txt-checkclear {
  text-align: right;
  margin-top: 1rem;
}
.c-txt-checkclear span {
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .c-txt-checkclear span {
    font-size: 1.2rem;
  }
}

.c-box-kind__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-box-kind__head > div {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.5%;
          flex: 0 1 49.5%;
  border-top: 1px solid #D8D9DB;
  border-left: 1px solid #D8D9DB;
  border-right: 1px solid #D8D9DB;
}
.c-box-kind__head > div.current {
  background-color: #F0F1F5;
  border-color: #F0F1F5;
}
.c-box-kind__head > div.current a {
  pointer-events: none;
}
.c-box-kind__head a {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-weight: bold;
  font-size: 2rem;
  padding: 1rem;
  color: #000;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .c-box-kind__head a {
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}
.c-box-kind__head a:hover {
  text-decoration: none;
  background-color: #F0F1F5;
}

.c-box-kind__body {
  padding: 3rem;
  background-color: #F0F1F5;
}
@media only screen and (max-width: 1000px) {
  .c-box-kind__body {
    padding: 1.5rem;
  }
}

.__hide {
  display: none;
}

.c-caseentry__wrap {
  max-width: 100rem;
  margin: 0 auto;
}

.c-caseentry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F0F1F5;
  padding: 3rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1000px) {
  .c-caseentry__head {
    display: block;
    padding: 2rem;
    margin-bottom: 4rem;
  }
}
.c-caseentry__head .c-caseentry__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2rem;
}
@media only screen and (max-width: 1000px) {
  .c-caseentry__head .c-caseentry__data {
    margin: 0 0 2rem 0;
  }
}
.c-caseentry__head .c-caseentry__thumb {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37rem;
          flex: 0 1 37rem;
  text-align: center;
}

.c-caseentry__logo {
  max-width: 35rem;
  background-color: #fff;
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
}
.c-caseentry__logo img {
  max-height: 8rem;
}

.c-caseentry__name {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .c-caseentry__name {
    font-size: 2rem;
  }
}

.c-caseentry__url {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.c-caseentry__ttl {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-caseentry__ttl {
    font-size: 2rem;
  }
}

.c-caseentry__lead {
  font-size: 2rem;
  margin-bottom: 8rem;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1000px) {
  .c-caseentry__lead {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.c-caseentry__body .wp-block-image {
  margin-bottom: 6rem;
}
.c-caseentry__body p + .wp-block-image {
  margin-top: 6rem;
}
.c-caseentry__body * + h2 {
  margin-top: 4rem;
}
.c-caseentry__body h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 4rem;
}
@media only screen and (max-width: 1000px) {
  .c-caseentry__body h2 {
    font-size: 1.8rem;
  }
}
.c-caseentry__body h2::before {
  content: "";
  width: 3rem;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.c-box-purpose__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .c-box-purpose__wrap {
    display: block;
  }
}
.c-box-purpose__wrap > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  position: relative;
}
.c-box-purpose__wrap > div:first-child::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
  border-color: transparent transparent transparent #2F76EB;
  right: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
  .c-box-purpose__wrap > div:first-child::after {
    right: 50%;
    -webkit-transform: translateX(100%) rotate(90deg);
            transform: translateX(100%) rotate(90deg);
    top: auto;
    bottom: -3rem;
  }
}

.c-box-purpose {
  background-color: #F0F1F5;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-purpose {
    margin-bottom: 4rem;
  }
}
.c-box-purpose__head {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  background-color: #2F76EB;
  padding: 1rem 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-purpose__head {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
}
.c-box-purpose__body {
  padding: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-box-purpose__body {
    padding: 2rem;
  }
}

/*service-------------------------------------*/
.c-cols-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .c-cols-service {
    display: block;
  }
}
.c-cols-service__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  margin-right: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-service__img {
    text-align: center;
    margin: 0 0 2rem;
  }
}
.c-cols-service__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*form-------------------------------------*/
.c-form-btns {
  max-width: 52rem;
  margin: 0 auto;
}
.c-form-btns a {
  display: block;
}

.c-form {
  max-width: 80rem;
  margin: 0 auto;
}
.c-form__child {
  margin-bottom: 4rem;
}
.c-form__child.__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-form__child.__col2 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
.c-form__head {
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-form input[type=text],
.c-form input[type=number],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea {
  border: 1px solid #6CCEF9;
  padding: 1rem;
  width: 100%;
  border-radius: 0.3rem;
}
.c-form__submit {
  margin-top: 6rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .c-form__submit {
    margin-top: 4rem;
  }
}

.c-form__privacy {
  overflow-y: scroll;
  height: 20rem;
  border: 1px solid #D8D9DB;
  margin-bottom: 3rem;
  padding: 1rem;
}

.c-form__cb {
  display: none;
}
.c-form__cb:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.6rem;
  height: 0.9rem;
  top: 0.3rem;
  left: 0.3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 0.3rem solid;
  border-left: 0.3rem solid;
  border-color: #21A4DE;
}
@media only screen and (max-width: 1000px) {
  .c-form__cb:checked + label::after {
    width: 1.2rem;
    height: 0.5rem;
  }
}
.c-form__cb + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1000px) {
  .c-form__cb + label {
    padding-left: 2rem;
  }
}
.c-form__cb + label::before {
  width: 2rem;
  height: 2rem;
  border: 1px solid #ccc;
  content: "";
  display: inline;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .c-form__cb + label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.wpcf7-not-valid-tip {
  margin-top: 1rem;
}

.wpcf7-spinner {
  display: none !important;
}

/*search result-------------------------------------*/
.c-list-result {
  margin-top: 4rem;
}
.c-list-result__child {
  border-bottom: 1px solid #D8D9DB;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.c-list-result__ttl {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.c-list-result a {
  display: block;
  color: #000;
}
.c-list-result a:hover {
  text-decoration: none;
  color: #21A4DE;
}

/*decoration-------------------------------------*/
.__hasblock {
  background-color: #F0F1F5;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.__hasblock > * {
  position: relative;
  z-index: 2;
}
.__hasblock::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30rem 20rem 0 0;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .__hasblock::before {
    border-width: 50% 10rem 0 0;
  }
}
.__hasblock::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30rem 20rem;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .__hasblock::after {
    border-width: 0 0 50% 10rem;
  }
}

/*pager-------------------------------------*/
.wp-pagenavi {
  text-align: center;
  margin: 8rem 0 0 0;
  line-height: 1;
  letter-spacing: -1em;
  font-size: 1.4rem;
  font-weight: bold;
}

.wp-pagenavi a,
.wp-pagenavi .current {
  letter-spacing: normal;
  display: inline-block;
  padding: 1.2rem 1.5rem;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #D8D9DB;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: #000;
  text-decoration: none;
  margin-left: -1px;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
  text-decoration: none;
  background-color: #D8D9DB;
  color: #fff;
}/*# sourceMappingURL=pages.css.map */