/*
Theme Name: enablementapp
Description: enablementapp theme
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap");

/* reset browser defaults */
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
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,
figure,
address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  /* background: transparent; */
  font-style: normal;
}
html body.home {
  overflow-x: hidden;
}

h1 {
  font-size: 1.375rem;
}
/* 
h2,
h1.small {
  font-size: 1.25rem;
} */
h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 1rem;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  line-height: 1.4;
}
small {
  font-size: 88%;
}

.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-top {
  margin-top: 0;
}

.bold {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ul.disc,
.single__main ul,
.single__mai--insight ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
ol.decimal,
.single__main ol,
.single__mai--insight ol {
  list-style: inside decimal;
  /* padding-left: 1.5rem; */
}

ol.kakko > li {
  counter-increment: cnt;
  position: relative;
  padding-left: 2.75rem;
}

ol.kakko > li:before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  width: 2.75rem;
  position: absolute;
  top: 0;
  left: 0;
}

ol.roman {
  margin-left: 1rem;
}
ol.roman > li {
  list-style-type: lower-roman;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

:root {
  --main-color: #000;
  --bg-color: #efeeea;
  --link-color: #778da0;
  --main-darkcolor: #546778;
  /* --border-color: #c3cdd5; */
  --sub-color: #546778;
  --grad-color: #c3cdd5;

  --main-bg: #efeeea;
  --black: #000;
  --red: #ff3838;
  --black-op: rgba(0, 0, 0, 0.5);
  --border-color: rgba(0, 0, 0, 0.1);
}

/* general styling */

/* body {
font-family: "BIZ UDPGothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height:1.7;
	letter-spacing: 0.1em;
	margin:0;
	padding:0;
color:#333;
background:var(--bg-color);
overflow-x: hidden;
   } */

/* links */
/* a:link {
  color: var(--link-color);
  text-decoration: none;
  }
a:hover {
  text-decoration: none;
} */
a.underline {
  text-decoration: underline;
}

/* a:visited {
color: var(--link-color);
  } */
.inner,
.inner-wide {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* 
.section {
  margin-top: 3rem;
  margin-bottom: 3rem;
} */
/* .section-small {
  margin-top: 2rem;
  margin-bottom: 2rem;
} */
.section.section--first {
  margin-top: 0;
}
.inner-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-green {
  color: var(--black-op);
}
.marker {
  background: linear-gradient(transparent 50%, rgb(252 194 91 / 33%) 50%);
}
strong {
  font-weight: 600;
}
.en {
  font-family: "Nanum Gothic", sans-serif;
}
:target {
  scroll-margin-top: 180px;
}

.sort :target {
  scroll-margin-top: none;
}

@media screen and (min-width: 65rem) {
  h1 {
    font-size: 2.25rem;
  }

  /* h2,
  h1.small {
    font-size: 1.75rem;
  } */

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  .sp-only {
    display: none;
  }
  /* 
  .section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  } */
  /* .section-small {
    margin-top: 3rem;
    margin-bottom: 3rem;
  } */
  .section.section--first {
    margin-top: 0;
  }
  /*.inner-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}*/

  .pc-center {
    text-align: center;
  }
  .touch-only {
    display: none;
  }
  .inner {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 66rem;
  }
  .inner-wide {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .read {
    font-size: 1.125rem;
    font-weight: 500;
  }

  .text-large {
    font-size: 1.125rem;
    line-height: 1.8;
  }

  @-webkit-keyframes modify {
    0% {
      padding-top: 100px;
      margin-top: -100px;
    }
    100% {
      padding-top: 0;
      margin-top: 0;
    }
  }
  @keyframes modify {
    0% {
      padding-top: 100px;
      margin-top: -100px;
    }
    100% {
      padding-top: 0;
      margin-top: 0;
    }
  }

  h2:target,
  section:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
  }
}

.text-large.section {
  padding: 0;
}

@media screen and (max-width: 65rem) {
  .pc-only {
    display: none;
  }
  .sp-center {
    text-align: center;
  }
  .single .wp-block-image .alignright,
  .single .wp-block-image .alignleft {
    float: none;
    display: block;
    text-align: center;
  }
}

/* ==== button ======= */
.single__main .wp-block-lazyblock-button p.page-button {
  margin: 2rem 0;
}

#form-wrap .invalid {
  color: #f00;
}
/* 
.button,
a.button,
#form-wrap input[type="submit"] {
  width: 22rem;
  display: block;
  border-radius: 0.25rem;
  text-align: center;
  background: var(--main-color);
  color: white;
  box-shadow: 0px 14px 24.57px 2.43px rgba(84, 103, 120, 0.33);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  overflow: hidden;
  padding: 0.75rem;
  font-weight: 500;
  outline: none;
  border: none;
}

a.button.button--small,
.button.button--small {
  display: inline-block;
  width: auto;
  padding: 0.5rem 2rem;
  font-size: 0.875rem;
}

.header__nav__contact .button {
  width: 12rem;
}
.button:active,
#form-wrap input[type="submit"]:active {
  transform: translateY(1px);
}
.button:after,
#form-wrap input[type="submit"]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14rem;
  height: 14rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: 0.2s;
  transition-timing-function: ease-out;
  pointer-events: none;
}
.button.button--white:after {
  background: rgb(0 139 132 / 28%);
}
.button:active:after,
#form-wrap input[type="submit"]:active:after {
  width: 0;
  height: 0;
  opacity: 1;
  transition: 0s;
}
.button:hover,
#form-wrap input[type="submit"]:hover {
  background: var(--main-darkcolor);
}
#form-wrap input[type="submit"]:disabled {
  background: #aaa;
  cursor: not-allowed;
} */
.button.button--white:hover,
a.button.button--white:hover {
  background: #dce0e5;
}

.button--center {
  margin-left: auto;
  margin-right: auto;
}
.button--large,
a.button--large {
  width: 90%;
  max-width: 24rem;
  padding: 1rem 0.75rem;
  font-size: 1.125rem;
}

/*ボタン色ご提案
#e96513*/

.button.button--white,
a.button--white {
  background: #fff;
  color: var(--main-color);
}

.button.button--orange,
a.button--orange {
  background: #ed9c0d;
  color: #fff;
}
.button.button--orange:hover,
a.button--orange:hover {
  background: #d98b02;
}

.button-border--light,
a.button-border--light {
  border: 1px solid var(--main-color);
  padding: 0.25rem 0.75rem;
  color: var(--main-color);
  border-radius: 0.125rem;
}

.button-border--light:hover,
a.button-border--light:hover {
  opacity: 0.5;
}
/* 
.arrow {
  padding-right: 1.3rem;
  display: inline-block;
  background: url("images/arrow-right.svg") no-repeat right center;
  background-size: 1rem;
} */
.arrow--green {
  background-image: url("images/arrow-right-green.svg");
}
.calltoaction .arrow {
  background-image: url("images/arrow-right-cta.svg");
}
.other-window {
  padding-right: 1.5rem;
  display: inline-block;
  background: url("images/windows.svg") no-repeat right center;
  background-size: 1rem;
}

.more {
  text-align: right;
  margin-top: 2rem;
}
.more a {
  color: #333;
}
.more a:hover {
  color: var(--main-color);
}
.new-window {
  padding-right: 1.5rem;
  background: url("images/new-window.svg") no-repeat right center;
  background-size: auto 100%;
}

/* ==== header ==== */
.top-hero {
  position: relative;
  overflow: hidden;
  padding-top: 127px;
  background-image: url(../img/bg.svg);
  background-repeat: no-repeat;
  background-size: 125%;
}

.header__brand img {
  width: 14rem;
}
/* .top-hero:before {
    content: "";
    position: absolute;
    z-index: -1;
   width: 100%;
    height: 150%;
    top: 30%;
    -webkit-transform: skewY(-4deg);
    transform: skewY(30deg);
background: linear-gradient(to bottom,  rgb(220,224,229) 0%,rgba(220,224,229,0) 100%);
} */

.fixed.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0.5rem 0.25rem -0.25rem rgba(0, 0, 0, 0.1);
  z-index: 999;
}

@media screen and (max-width: 65rem) {
  .header__brand {
    margin: 1rem 5% 0.5rem;
  }
  .header__brand img {
    width: 10rem;
  }
}

@media screen and (min-width: 65rem) {
  #main-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header {
    padding: 0.5rem 1.5rem 0.75rem;
  }
}

/* ==== top-hero ==== */
.top-hero {
  padding-bottom: 2rem;
}
.top-hero__body__text {
  text-align: center;
}
.top-hero__body__text h1 {
  margin: 0 0 2rem;
}
.top-hero__body__text h1 em {
  color: var(--main-color);
  font-style: normal;
}
.top-hero__body__subbutton {
  margin-top: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 65rem) {
  .top-hero__body {
    padding: 1rem 5%;
  }
  .top-hero__body__text {
    margin-bottom: 2rem;
  }
  .top-hero__body .top_btn li:last-child {
    margin-top: 30px;
  }
}
@media screen and (min-width: 65rem) {
  .top-hero {
    padding-bottom: 3rem;
  }
  .top-hero__body {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 150%;
    margin: 5rem 0 2rem;
  }
  .top-hero__body__text {
    width: 30%;
    padding-left: 5%;
  }
  .top-hero__body__text h1 {
    font-size: 1.75rem;
  }
  .top-hero__body__text h1 span {
    display: inline-block;
  }
  .top-hero__body__image {
    width: 70%;
  }
  .top-hero__body__image img {
  }
  .top-hero__body .top_btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-hero__body .top_btn li {
    max-width: 280px;
    width: 100%;
  }
  .top-hero__body .top_btn li a.button {
    width: 100%;
  }
}
.top-hero__body .top_btn li:last-child a.button {
  background: #ed9c0d !important;
}

@media screen and (min-width: 75em) {
  .top-hero__body__text h1 {
    white-space: nowrap;
    font-size: 2.5rem;
  }
}

/* ===== movie ==== */
.movie a {
  display: block;
  background: url("images/movie.jpg") no-repeat center center;
  color: #fff;
  padding: 2rem 0;
  background-size: cover;
  text-align: center;
}

.movie p {
  font-size: 1.25rem;
  margin: 0 0 2rem;
  text-shadow: 0 0 0.5rem rgba(16, 100, 100, 0.5);
}

.movie img {
  width: 6rem;
}

@media screen and (min-width: 65rem) {
  .movie a {
    padding: 6rem 0;
  }
  .movie p {
    font-size: 2em;
  }
  .movie img {
    width: 7rem;
  }
}

/* ==== Youtbe Modal ==== */

#modal-content {
  width: 80%;
  max-width: 55rem;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 99999;
}

#modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

#modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

/* ==== top-about ==== */
/* .top-about__wrap {
  margin-bottom: 1.5rem;
} */
.top-about__wrap__image img {
  width: 100%;
}

.top-about__wrap ol {
  margin: 2rem 0;
}
@media screen and (min-width: 65rem) {
  .top-about__wrap {
    align-items: center;
  }

  /*.top-about__wrap__text p:first-of-type {
	font-size: 1.25rem;
}*/
}

/* ==== card ==== */
.card {
  box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.card h3,
.card p {
  margin: 0;
}

.card p.button-inn {
  margin-top: 1.5rem;
}

.card-hedding h2 {
  font-size: 1.25rem;
  margin: 0 0 0.25rem;
}
.card-hedding p {
  margin: 0;
  color: var(--main-color);
  font-size: 0.875rem;
}

.card-hedding {
  margin-bottom: 2rem;
}

.card.bg-dgreen {
  box-shadow: none;
}

@media screen and (min-width: 65rem) {
  .card--wide {
    padding: 2.5rem;
  }
  .card h2 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

/* ==== function ==== */
/* .function h3 {
  color: var(--main-color);
  margin-bottom: 0.5rem;
} */
.function img {
  width: 18rem;
  display: block;
  margin: 0 auto 1.5rem;
}
/* ==== columns ==== */
.function__column {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 65rem) {
  .columns {
    display: -webkit-flex;
    display: flex;
  }
  .columns-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .about-detail .columns,
  .app__function__cover.columns {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .function .columns {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .function__column {
    width: -webkit-calc(33.33333333333% - 0.66666666666667rem);
    width: calc(33.33333333333% - 0.66666666666667rem);
  }
  .column__harf {
    width: -webkit-calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
  .one-thirds {
    width: -webkit-calc(33.33333333333% - 1.5rem);
    width: calc(33.33333333333% - 1.5rem);
  }
  .two-thirds {
    width: -webkit-calc(66.666666666666% - 1.5rem);
    width: calc(66.666666666666% - 1.5rem);
  }

  .two-thirds {
    width: -webkit-calc(66.666666666666% - 1.5rem);
    width: calc(66.666666666666% - 1.5rem);
  }
}

@media screen and (min-width: 60em) {
  .columns-pc {
    display: -webkit-flex;
    display: flex;
  }
  .two-thirds-pc {
    width: -webkit-calc(66.666666666666% - 1.5rem);
    width: calc(66.666666666666% - 1.5rem);
  }

  .two-thirds-pc {
    width: -webkit-calc(66.666666666666% - 1.5rem);
    width: calc(66.666666666666% - 1.5rem);
  }
}

/* ==== calltoaction ==== */
.calltoaction {
  /*	background: var(--main-color);*/
  color: #fff;
  text-align: center;
  background: url("images/bg.svg") no-repeat center top #546778;
  background-size: cover;
}

.calltoaction .button.button--white,
.calltoaction a.button--white {
  background: #fff;
  color: var(--sub-color);
  box-shadow: 0px 0.875rem 0.875rem 0.5rem rgb(45 68 67 / 33%);
}

.calltoaction h2 {
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.button-secondaly {
  margin: 0 auto;
}
.calltoaction__main {
  margin-bottom: 1.5rem;
}

.calltoaction__sub {
  margin-bottom: 1.5rem;
}

.calltoaction__sub p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.calltoaction .button-secondaly {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.75rem;
  width: 90%;
  max-width: 24rem;
  font-weight: 500;
  display: block;
}

.calltoaction__sub ul {
  margin-bottom: 2rem;
}
.calltoaction__sub > p {
  color: rgba(255, 255, 255, 0.8);
}
.calltoaction__sub > p a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 65rem) {
  .calltoaction__sub ul {
    display: flex;
    justify-content: center;
  }
  .calltoaction__sub ul li + li {
    margin-left: 1rem;
  }
  .calltoaction .button-secondaly {
    width: 16rem;
  }
}

/* ==== feature__point ==== */
/*.feature__point__text__number {
	font-size: 4rem;
font-family: 'Nanum Gothic', sans-serif;
line-height: 1;
margin: 0;
color: var(--main-color);
}*/

.feature__point02__image img,
.feature__point03__image img {
  border: 2px solid var(--border-color);
  border-radius: 0.5rem;
}

.feature em.marker {
  font-weight: 600;
}

.feature header.wp-block-group p {
  font-family: "Nanum Gothic", sans-serif;
  line-height: 1;
  color: var(--main-color);
}
.feature h3 {
  color: var(--main-color);
  font-size: 1.125rem;
  /* margin: 1.5rem 0 0.75rem; */
}
.feature h4 {
  font-weight: 500;
  font-size: 1.25rem;
}

@media screen and (max-width: 65rem) {
  .feature {
    width: 90%;
    margin: 0 auto;
  }
  .feature .inner-wide {
    width: 100%;
  }
}
@media screen and (min-width: 65rem) {
  .feature__point__text__number {
    font-size: 6rem;
  }
  .feature__point {
    width: 150%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feature__point__text {
    width: 40%;
    padding-left: 3%;
  }
  .feature__point__image {
    width: 60%;
  }
  .feature__point02,
  .feature__point03 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }

  .feature__point02 {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .feature__point02__text,
  .feature__point03__text {
    width: 52%;
  }

  .feature__point02__text,
  .feature__point03__text {
    width: 52%;
  }

  .feature__point02__image,
  .feature__point03__image {
    width: 42%;
  }

  /* .feature header.icon-hedding {
    margin-bottom: 1.5rem;
  } */
  .feature h4 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .feature h3 {
    font-size: 1.365rem;
  }
}

/* ===== bg ===== */
/* .bg-pattern {
  background: url("../img/bg.svg") no-repeat center top #546778;
  background-size: 100%;
  color: #fff;
} */
.bg-pattern {
  color: #fff;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
.bg-pattern::after {
  content: "";
  background: url("../img/bg.svg") no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-pattern a {
  color: #f5f7fa;
}
.bg-pattern a:hover {
  color: #dce0e5;
}
.bg-white {
  background: #fff;
}
.bg-dgreen,
.card.bg-dgreen {
  background: var(--grad-color);
}

@media screen and (max-width: 65rem) {
  .bg-pattern {
    background: url("images/bg.svg") repeat center top #546778;
  }
}

/* ==== footer ==== */
/* .footer {
  padding: 3rem 0;
  color: #666;
} */
/* .footer__sub {
  border-top: 1px solid var(--border-color);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #777;
} */
/*.footer a {
color: #666;
}*/
/* .footer__sub__copy {
  font-size: 0.75rem;
}
.footer__main__brand {
  font-size: 0.875rem;
}

.footer__main__brand img {
  width: 8rem;
}

.footer__main__nav a.button-border--light {
  color: var(--main-color);
  font-size: 0.875rem;
  display: inline-block;
} */

/* ==== footer__main__nav ==== */
/* .footer__main__nav {
  margin-bottom: 2rem;
}
.footer__main__nav a,
.footer__sub__menu li a {
  color: #666;
}
.footer__main__nav a:hover,
.footer__sub__menu li a:hover {
  color: var(--main-color);
}

.footer__main__nav li li {
  padding-left: 1rem;
}

.footer__main__nav .footer__has-child span {
  padding-right: 1.5rem;
  background: url(images/chevron-down.svg) no-repeat right center;
  background-size: 1rem;
  display: inline-block;
  margin-bottom: 0.25rem;
}
.footer__sub {
  text-align: center;
}
.footer__sub__menu li {
  display: inline-block;
  margin: 0 1rem;
  font-size: 0.75rem;
} */

/*.footer__main__nav__wrap>ul>li>a {
	    background: url(images/arrow-right-green.svg) no-repeat 0 0;
		padding-left: 1.5rem;
		background-size: 1rem;
}*/
/* @media screen and (max-width: 65rem) {
  .footer__main__nav__wrap > ul > li,
  .footer__main__nav__wrap .textwidget > ul > li {
    border-bottom: 1px solid var(--border-color);
  }
  .footer__main__nav__wrap li a,
  .footer__main__nav__wrap .footer__has-child {
    display: block;
    padding: 0.5rem 0;
  }

  .footer__main__nav li li a {
    border: none;
    padding: 0.25rem 0;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 65rem) {
  .footer__main {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .footer__main__nav ul {
    font-size: 0.875rem;
  }
  .footer__main__nav li li {
    list-style-type: disc;
    padding: 0;
    margin-left: 1.5rem;
  }
  .footer__main__nav li {
    margin-bottom: 0.25rem;
  }

  .footer__main__nav__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer__main__nav {
    margin-bottom: 0;
  }

  .footer__main__nav__wrap > div + div {
    margin-left: 4rem;
  }

  .footer__sub {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: left;
    margin-top: 0;
  }
  .footer__sub__menu li:first-child {
    margin-left: 0;
  }
} */

/* ===== faq ==== */
.faq {
  margin-top: 2rem;
}
/*.faq dt,
.faq dd,
 {
	position:relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items: flex-start;
}
.faq dt {
	-webkit-align-items:center;
	align-items:center;
		margin-bottom: 1.5rem;
}
.faq dt span,
.faq dd span {
	width:-webkit-calc(100% - 3.5rem);
			 width:calc(100% - 3.5rem);
}*/
/*.faq dl {
	padding: 1.5rem 2rem;
	background: #e3f3f1;
	border-radius: .5rem;
	margin-bottom: 2rem;
}*/
.faq__item__q label,
.faq__item__a p {
  position: relative;
  padding-left: 3.5rem;
  display: flex;
  margin: 0;
  font-size: 16px;
  align-items: center;
}

.faq__item__q label:hover {
  cursor: pointer;
}
.faq__item {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 1.5rem;
}
.faq__item__q {
  font-weight: 500;
  /* color: var(--black-op); */
}
.faq__item__q,
.faq__item__a {
  padding-bottom: 1.5rem;
}
/* .show-hide-toggle::after{
  background-image: url(../img/icon-arrow_down.svg);
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-size: cover;
  filter: var(--svg-black);
  margin-left: auto;
} */
.faq__item__q label:before,
.faq__item__a p:before {
  content: "Q";
  /* font-size: 1.125rem; */
  font-family: "Nanum Gothic", sans-serif;
  line-height: 1;
  background: #000;
  color: #fff;
  padding: 0.375rem 0.5rem;
  display: inline-block;
  margin-right: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}

.faq__item__a p:before {
  content: "A";
  background: var(--black-op);
  color: #fff;
}

/*.faq dl:last-child {
	border:none;
	margin-bottom:2rem;
}*/
@media screen and (min-width: 65rem) {
  /* .faq__item__q {
    font-size: 1.125rem;
  } */
  .faq {
    margin-top: 3rem;
  }
  /*.faq__item__q,
.faq__item__a {
	padding-bottom: 1.75rem;
}
.faq__item {
	margin-bottom: 1.75rem;
}*/
}

/* ==== .section__header ==== */
/* .section__header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.section__header h1 {
  font-size: 2rem;
  margin: 0;
} */
/* .section__header p:first-of-type {
  font-size: 1.25rem;
  font-family: "Nanum Gothic", sans-serif;
  margin: 0;
  color: var(--main-color);
} */

/* .section__header p + p {
  margin: 0.875rem 0 0;
} */

.f-header h2 {
  margin: 0 0 0.5rem;
}
.f-header p {
  margin: 0;
  font-weight: 500;
}

.f-header {
  margin: 0 0 2rem;
}
@media screen and (min-width: 65rem) {
  .f-header {
    margin: 0 0 2.5rem;
  }
  /* .section__header {
    margin-bottom: 3.5rem;
    margin-top: 3rem;
  }
  .section__header h1 {
    font-size: 2.625rem;
  } */
}

/* ==== main-hedding ==== */
.main-hedding {
  position: relative;
}
.main-hedding:after {
  content: "";
  display: block;
  width: 6rem;
  height: 2px;
  background: var(--main-color);
  position: relative;
  top: -5px;
}

.border-hedding,
.single__mai--insight > h3 {
  border-bottom: solid 2px var(--border-color);
  position: relative;
  padding-bottom: 0.75rem;
}

.border-hedding:after,
.single__mai--insight > h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px var(--main-color);
  bottom: -2px;
  width: 30%;
}

.icon-hedding {
  position: relative;
  padding-left: 2.5rem;
}

.icon-hedding::before {
  border-top: 0.25rem solid var(--black-op);
  width: 1.5rem;
  border-radius: 1rem;
  margin-right: 1rem;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
h3.icon-hedding::before {
  border-top: 0.25rem solid var(--black-op);
  width: 1.125rem;
  border-radius: 1rem;
  margin-right: 1rem;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.75rem;
}

.bg-pattern .icon-hedding::before {
  border-top: 0.25rem solid #fff;
}

.check-hedding {
  background: url("images/checkmark.svg") no-repeat left 0.75rem;
  background-size: 1.25rem;
  padding-left: 2rem;
}
@media screen and (min-width: 65rem) {
  .icon-hedding::before {
    top: 1.25rem;
  }
  h3.icon-hedding::before {
    top: 1rem;
  }
  /* .icon-hedding {
    margin-bottom: 2rem;
  } */
}

/* ==== cases ==== */
.fukidashi {
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 0.5rem;
  /*	    box-shadow: 0px 6px 46px -6px rgba(0,0,0,0.12);*/
  position: relative;
  margin: 1.5rem 0;
}
.fukidashi p {
  margin: 0;
}
.fukidashi p + p {
  margin-top: 0.5rem;
}
.fukidashi:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 1rem;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  content: "";
  position: absolute;
  top: -1rem;
  left: -webkit-calc(50% - 0.75rem);
  left: calc(50% - 0.75rem);
}

.fukidashi--white {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
  position: relative;
}
.cases__item__face {
  text-align: center;
}
.cases__item img {
  width: 11rem;
  margin-bottom: 0.75rem;
}

.cases__item .fukidashi {
  font-size: 1.125rem;
  font-weight: 500;
}
.top-problems .cases__item .fukidashi {
  font-size: 1rem;
}

@media screen and (min-width: 65rem) {
  .cases {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cases__item {
    width: calc(33% - 1rem);
    display: flex;
    flex-direction: column;
    /*   margin-right: 2.25rem;
	margin-left: 2.25rem;*/
  }
  .cases__item .fukidashi {
    flex-grow: 1;
  }
  .cases__detail__cover .cases__item {
    width: 100%;
  }
  .fukidashi--white {
    background: #fff;
    padding: 2.25rem;
    line-height: 1.7;
    border-radius: 0.5rem;
    box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
    position: relative;
  }
}

/* ==== scene ==== */
.scene__header__title h2 {
  font-size: 1.125rem;
}
.scene__header__title {
  position: relative;
}
.scene__header__title p {
  margin: 0;
  padding: 0.25rem 1rem;
  background: var(--main-color);
  display: inline-block;
  color: #fff;
}
.scene__header img {
  width: 12rem;
}
.scene__header {
  text-align: center;
}
.scene__header h2 {
  text-align: left;
}
.scene__arrow {
  text-align: center;
}
.scene__arrow img {
  width: 3rem;
}
.scene__answer {
  background: #c3cdd5;
  padding: 1.5rem;
}
.scene__answer h3 {
  margin: 0;
}
.scene__answer__image {
  margin-bottom: 1.5rem;
}

.scene__answer__image img {
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
}
@media screen and (min-width: 65rem) {
  .scene__header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left;
  }
  .scene__header img {
    width: 14rem;
    margin: 0;
  }
  .scene__header__title {
    width: -webkit-calc(100% - 16rem);
    width: calc(100% - 16rem);
  }
  .scene__header__title p {
    z-index: 5;
    position: absolute;
    left: 2rem;
    top: 0;
  }
  .scene__answer h3 {
    font-size: 1.5rem;
  }
  .scene__answer--wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .scene__answer__body {
    width: -webkit-calc(60% - 1rem);
    width: calc(60% - 1rem);
  }
  .scene__answer__image {
    width: -webkit-calc(40% - 1rem);
    width: calc(40% - 1rem);
    margin-bottom: 0;
  }
  .scene__answer {
    padding: 2.5rem;
  }
}

/* ====== about ===== */

.about__description h2 {
  margin-top: 0;
  border-left: 3px solid var(--main-color);
  padding-left: 0.875rem;
}

.about-detail .main-hedding {
  margin-bottom: 1.5rem;
}
.main-hedding__read {
  margin-bottom: 1rem;
  color: var(--main-color);
  font-size: 1.25rem;
  margin-top: -1rem;
}
.about-detail + .about-detail {
  border-top: 1px solid var(--border-color);
  padding-top: 3rem;
}
.about-detail__map {
  margin-bottom: 2rem;
}

.about-detail__hedding {
  margin-bottom: 2rem;
}

@media screen and (min-width: 65rem) {
  .about-detail__hedding {
    margin-bottom: 3rem;
  }
  .about-detail__hedding h2,
  .professional h2 {
    font-size: 1.75rem;
  }

  .about-detail__map {
    margin-bottom: 0;
  }

  .about__description h2 {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
  .about__description {
    font-size: 1.125rem;
    line-height: 1.9;
    font-weight: 500;
  }
  .about-detail + .about-detail {
    padding-top: 5rem;
  }

  .main-hedding__read {
    font-size: 1.5rem;
  }
}

/* ===== price__item__body ======*/

/*.price__item+.price__item {
    border-top: 1px solid var(--border-color);
    padding-top: 3rem;
}*/

/*.price__item__body header {
	margin-bottom: 1.5rem;
	 border-bottom: 1px solid var(--border-color);
	 padding-bottom: 1rem;
	 text-align: center;
}*/

.price__item__body .card {
  border-top: 8px solid var(--main-color);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price__item__body div {
  text-align: center;
}
.price__item__body div h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  /*	background: var(--main-color);
	color: #fff;
	padding: .25rem 1rem;*/
}

.price__item__body__list {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.price__item__body div p em {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--main-color);
}

.card p.price__item__body__button {
  margin-top: 1.5rem;
}

.price__item__body__button .button {
  width: auto;
  max-width: 14rem;
}
/* .price__item__body .card {
  margin-bottom: 2rem;
} */
.price__item__body {
  margin-bottom: 1rem;
}
@media screen and (min-width: 65rem) {
  .price__item__body div p em {
    font-size: 2rem;
  }
  /*.price__item__body .card {
	margin-bottom: 0;
}
.price h2 {
	margin-top: 0;
}*/
  /*.price__item__body {
	-webkit-justify-content:space-between;
justify-content:space-between;
}
.price--option .card {
	display: -webkit-flex;
display: flex;
-webkit-flex-direction:column;
flex-direction:column;
}
.price--option .price__item__body__button {
	margin-top: auto;
}

.price--option ul {
	flex-grow: 1;
}

.price__item__body--license .card {
display: -webkit-flex;
display: flex;
-webkit-align-items:center;
align-items:center;
width: 100%;
}*/

  /*.price__item__body--license.price__item__body header {
	margin-bottom: 1.5rem;
	 border-bottom: none;
	 padding-bottom: 0;
	 width: 17rem;
/*	 text-align: center;*!/
}
.price__item__body--license .card>ul {
	padding-left: 4rem;
flex-grow: 1;
	 border-left: 1px solid var(--border-color);
	 
}
.price__item__body--license .button {
width: 14rem;
}
.price__item__body--license .card p.price__item__body__button {
	margin-top: 0;
}*/
}

@media screen and (min-width: 60em) {
  .price .columns-pc {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .bg {
    background: url("images/mark-bg.png") no-repeat 140% 20%;
  }
}

/* ======== form ======= */
/* 
.input-inn label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.input-inn .label--checkbox,
.input-inn .mwform-checkbox-field {
  font-weight: normal;
  border: var(--border-color) solid 1px;
  padding: 0.75rem 1rem;
  display: block;
}
.input-inn .label--checkbox input {
  margin-right: 0.5rem;
}

.input-inn .mwform-checkbox-field {
  margin-bottom: 0.5rem;
}

.input-inn {
  margin-top: 1rem;
}
.submit-inn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 3rem 0 5rem;
}
.tingle-modal-box .submit-inn {
  margin-bottom: 0;
}
#form-wrap input[type="text"],
#form-wrap input[type="number"],
#form-wrap input[type="email"],
#form-wrap textarea,
#form-wrap input[type="tel"],
#form-wrap input[type="url"],
.widget-content input[type="search"],
.widget-content input[type="text"] {
  -webkit-appearance: none;
  border: #ccc solid 1px;
  width: 100%;
  box-sizing: border-box;
  padding: 0.625rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  box-shadow: inset 2px 2px 2px rgba(200, 200, 200, 0.2);
}

.widget-content input[type="search"],
.widget-content input[type="text"] {
  width: -webkit-calc(100% - 4rem);
  width: calc(100% - 4rem);
}

#form-wrap select {
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 0.875rem;
  font-size: 16px;
  border: #ccc solid 1px;
  background: #fff url(images/chevron-down.svg) center center no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  color: #333;
  box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.2);
}
#form-wrap select:focus {
  outline: none;
}

#form-wrap select {
  font-size: 1rem;
}

.required {
  background: #e47447;
  color: #fff;
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 0.25rem;
}

input::placeholder {
  color: #999;
}

#form-wrap input[type="text"]:focus,
#form-wrap input[type="number"]:focus,
#form-wrap input[type="email"]:focus,
#form-wrap input[type="tel"]:focus,
#form-wrap input[type="url"]:focus,
#form-wrap textarea:focus,
.widget-content input[type="search"]:focus,
.widget-content input[type="text"]:focus {
  outline: none;
  border-color: #999;
}

input.short {
  max-width: 10rem;
}
#form-wrap input[type="button"],
#form-wrap input[type="submit"] {
  -webkit-appearance: none;
}

#form-wrap .mwform-tel-field input[type="text"],
#form-wrap .mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.mwform-zip-field input {
  margin: 0 0.25rem;
}

#form-wrap input[type="submit"] {
  font-size: 1rem;
}

#form-wrap input[type="submit"]:focus {
  outline: none;
}

.input-check {
  text-align: center;
}
.input-check label {
  border: #ddd solid 1px;
  padding: 0.75rem 2rem;
  display: inline-block;
  border-radius: 0.25rem;
  background: #f8f8f8;
}
.mw_wp_form .error {
  margin: 0.365rem 0 0;
}

.confirm .confirm-invisible {
  display: none;
}

#form-wrap input[type="submit"] {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
#form-wrap input[type="submit"].back,
a.back.button {
  background: #797979;
}
#form-wrap input[type="submit"].back:hover,
a.back.button:hover {
  background: #545454;
}

.input-unit {
  display: inline-block;
  margin-left: 0.5rem;
}

.input-inn .mwform-checkbox-field:hover {
  background: var(--grad-color);
}

.thankyou {
  margin-bottom: 3rem;
}
.input-agree input {
  margin-right: 0.5rem;
}

#form-wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

@media screen and (min-width: 65rem) {
  .checkbox-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-wrap .horizontal-item {
    width: -webkit-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
} */

/* attention */
ul.attention,
.page__main--entry ul.attention {
  list-style-type: none;
  padding-left: 0;
}
ul.attention li {
  font-size: 0.875rem;
  padding-left: 1.125rem;
  position: relative;
}
ul.attention li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

ol.attention {
  list-style-type: decimal;
  font-size: 0.75rem;
  padding-left: 1.5rem;
}

@media screen and (min-width: 65rem) {
  .multi-column {
    column-count: 2;
    column-gap: 1rem;
  }
}

/* ===== function-point ====== */
.function-point__hedding h2 {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.function-point h3 {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  padding: 0.25rem 1rem;
  margin: 0;
}
.function-point__hedding {
  margin-bottom: 2rem;
}
.function-point img {
  border: 2px solid var(--border-color);
}
.function__child header {
  margin-bottom: 2rem;
}

@media screen and (min-width: 65rem) {
  .function-point {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section.function-point {
    margin-top: 1rem;
  }
  .function__child header {
    margin-bottom: 2.5rem;
  }
}

/* ====== nav-toggle ===== */

.header__nav ul.sub-menu {
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 100%;
  top: 3.25rem;
  display: none;
  box-shadow: 0px 3px 5px rgba(60, 60, 60, 0.4);
}
.header__nav ul li ul.sub-menu li {
  border-right: none;
  border-bottom: 1px solid var(--border-color);
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  text-align: left;
  font-size: 0.875rem;
  background: url(images/arrow-right-green.svg) no-repeat 1rem center;
  background-size: 1rem;
}
.header__nav ul li ul.sub-menu li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 65rem) {
  .header__nav ul .toggle,
  .header__nav .has-child > a {
    padding-right: 1.5rem;
    background: url(images/chevron-down.svg) no-repeat right center;
    background-size: 1rem;
    cursor: pointer;
  }
  .header__nav ul.sub-menu {
    width: 21rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  .header__nav ul li ul.sub-menu li {
    margin: 0;
    font-size: 1rem;
    border: none;
    padding: 0.625rem 0.5rem 0.625rem 3rem;
  }
  .header__nav ul.sub-menu {
    top: 1rem;
  }
  .header__nav ul li ul.sub-menu li a {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  .header__nav ul.sub-menu {
    top: 4.5rem;
  }
}

/* ===== news-textlist =====*/
.news-textlist li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.news-textlist__meta {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}

.news-textlist li a {
  color: #333;
  display: block;
  /*	padding-right: 2rem;
	background: url(images/arrow-right-green.svg) no-repeat right center;
	background-size: 1.5rem;*/
}
.news-textlist li a:hover {
  color: var(--main-color);
}
.cate-title {
  display: inline-block;
  color: var(--main-color);
  border: var(--main-color) solid 1px;
  padding: 2px 0.25rem;
}
.news-textlist__meta .cate-title {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

.news-textlist li .new {
  color: rgb(247, 208, 42);
  margin-right: 0.75em;
  font-family: "Nanum Gothic", sans-serif;
}

@media screen and (min-width: 65rem) {
  .news-textlist li {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .news-textlist li a {
    flex-grow: 1;
  }
  .news-textlist__meta .cate-title {
    width: 6rem;
    margin-left: 1rem;
  }
  .news-textlist__meta {
    text-align: center;
    margin-right: 1.5rem;
  }
}

/* ==== event-archive__item ===== */
.event-archive {
  max-width: 100rem;
}
.event-archive__item {
  margin-bottom: 1.5rem;
  position: relative;
}

.event-archive__item img {
  border-radius: 0.25rem 0.25rem 0 0;
}

.event-archive__item h2,
.insight-archive h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
}
.insight-archive h2 {
  margin-bottom: 0.75rem;
}

.event-archive__item p,
.insight-archive p {
  color: #444;
}

.event-archive__item dl {
  color: #333;
  font-size: 0.875rem;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.25rem;
}
.event-archive__item a {
  display: block;
}
.event-archive__item a:hover {
  opacity: 0.7;
}

.card--media {
  box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 0.5rem;
}
.card--media__body {
  padding: 1.5rem;
}

@media screen and (min-width: 50rem) {
  .event-archive {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .event-archive__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4rem;
  }
  .event-archive__item:nth-child(3n) {
    margin-right: 0;
  }

  .event-archive__item h2,
  .insight-archive h2 {
    font-size: 1.25rem;
  }
  .event-archive__item a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .card--media__body {
    flex-grow: 1;
  }
}

/* ====== pagenation ======== */
.pagenation {
  text-align: center;
  margin-top: 3rem;
}
.pagenation a {
  text-decoration: none;
}
.pagenation li:not(.active):hover {
  background: #fff;
}

.pagenation li {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--border-color);
  font-size: 1rem;
  border-radius: 0.125rem;
}

.pagenation li.active {
  background: var(--main-color);
  border: var(--main-color) solid 1px;
  color: rgba(255, 255, 255, 0.8);
}

/*single*/
section.single {
  margin-top: 2rem;
}
@media screen and (min-width: 65rem) {
  section.single {
    margin-top: 4rem;
  }
}

/* === single__header ===== */
/*.single__header {
	border-top: 1px solid #ecf3f3;
	border-bottom: 1px solid #ecf3f3;
	background: #fff;
	background-size: cover;
	padding: 2rem 0;
	margin-top: -1.5rem;
}*/
/*.single__header {
	margin-top: 180px;
}*/
.single__header h1 {
  margin: 0;
}
.single__header__catetitle {
  margin-top: 0;
  font-weight: 600;
}
.single__header dl {
  display: flex;
  margin-top: 0.75rem;
}

.share-buttons {
  display: -webkit-flex;
  display: flex;
}

.single__meta {
  margin: 1.5rem 0 0;
  overflow: hidden;
}
.share-buttons li + li {
  margin-left: 0.5rem;
}
.share-buttons li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  border-radius: 0.25rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-decoration: none;
  position: relative;
}

.share-buttons li img {
  height: 1rem;
}

.facebook a {
  background-color: #2e4a88;
}

.twitter a {
  background-color: #008dde;
}

.hatebu a {
  background-color: #00a4de;
}
@media screen and (min-width: 65rem) {
  .single__header__meta {
    display: flex;
    align-items: center;
  }
  .single__header__meta .entry-tag {
    margin: 0.75rem 0 0 1rem;
  }
}

/* ==== single__main ====*/
.single__main :first-child {
  margin-top: 0;
}

.single__main h3,
.single__main h2 {
  margin-top: 3rem;
}

.single__main h2 + h3 {
  margin-top: 2rem;
}

/* ======= table ======= */
.table-container {
  width: 100%;
  overflow-y: auto;
  overflow: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.single__main table,
.table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.4;
  background: #fff;
  margin: 2rem 0;
}
.single__main td,
.single__main th,
.table td,
.table th {
  border: 1px solid var(--border-color);
  padding: 0.75rem;
  text-align: left;
}
.single__main th,
.table th {
  background: var(--grad-color);
  font-weight: normal;
  min-width: 6rem;
}

/* ==== speaker ==== */
.speaker__photo {
  width: 9rem;
  margin: 0 auto 1rem;
  display: block;
}
.speaker h4 {
  margin: 0 0 0.5rem;
}

.speaker + .speaker {
  border-top: 1px solid var(--border-color);
  margin-top: 2rem;
  padding-top: 2rem;
}

@media screen and (min-width: 65rem) {
  .speaker {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .speaker__photo {
    margin: 0;
  }
  .speaker__profile {
    width: -webkit-calc(100% - 11rem);
    width: calc(100% - 11rem);
  }
}

/* ==== casestudy-archive === */
.casestudy-archive h3,
.white_paper-archive__item__body h3 {
  margin: 0 0 0.5rem;
  color: var(--main-color);
  padding-left: 1.5rem;
  background: url(images/arrow-right-green.svg) no-repeat 0 0.5rem;
  background-size: 1rem;
}
.white_paper-archive__item__body p,
.entry-excerpt {
  font-size: 0.875rem;
  color: #333;
}
.casestudy-archive p {
  margin: 0;
  color: #333;
}
.casestudy-archive a {
  display: block;
  margin-bottom: 1rem;
}
.casestudy-archive a:hover {
  opacity: 0.6;
}

.casestudy-archive .one-thirds {
  margin-bottom: 2rem;
}

.bg-white .casestudy-archive .one-thirds {
  margin-bottom: 0;
}

.casestudy-archive__item__body,
.white_paper-archive__item__body {
  margin: 1rem 0 0;
}
@media screen and (min-width: 65rem) {
  .casestudy-archive .one-thirds {
    margin-right: 2.25rem;
  }
  .casestudy-archive.columns {
    flex-wrap: wrap;
  }
  .casestudy-archive .one-thirds:nth-child(3n) {
    margin-right: 0;
  }
  .white_paper-archive__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .white_paper-archive__item__body {
    flex-grow: 1;
  }
}

.top-video {
  margin-bottom: 2rem;
}
@media screen and (min-width: 65rem) {
  .top-video {
    margin-bottom: 0;
  }
}

/* === interview ==== */
.interview p {
  line-height: 2;
  margin-bottom: 2rem;
}
.interview h2 {
  /*	border-bottom: 1px solid var(--border-color);*/
  padding-bottom: 1rem;
}
.interview__block {
  margin-bottom: 2rem;
}
.interview h3.icon-hedding::before {
  top: 0.875rem;
}
.interview + .interview {
  margin-top: 3rem;
}

.interview .wp-block-image {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media screen and (min-width: 65rem) {
  .interview h2 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .interview h3 {
    margin-bottom: 2rem;
  }
  .interview p {
    margin-bottom: 2.5rem;
  }
  .interview + .interview {
    margin-top: 6rem;
  }
  .interview .wp-block-image {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .interview .wp-block-image .alignleft {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .interview .wp-block-image .alignright {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}

/* == casestudy ==*/
.casestudy {
  padding-bottom: 3rem;
}
.casestudy .single__header {
  margin-bottom: 2rem;
}
.wp-block-image.casestudy__mainphoto {
  margin-bottom: 2rem;
}
.casestudy__profile {
  margin: 2rem 0;
}
.casestudy__profile .wp-block-columns {
  margin: 0;
}
.card.casestudy__profile h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.card.casestudy__profile p + p {
  margin-top: 1rem;
}
.casestudy__profile img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 65rem) {
  .casestudy__profile .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
@media screen and (min-width: 65rem) {
  .casestudy__profile .wp-block-image {
    margin: 0;
  }
  .casestudy__profile {
    margin: 3rem 0;
  }
  .wp-block-image.casestudy__mainphoto {
    margin-bottom: 3rem;
  }
}

/* ==== professional ==== */
.professional .card h3 {
  margin-bottom: 1.25rem;
}

.professional__feature {
  margin-bottom: 3rem;
}
.professional .table th {
  background: var(--bg-color);
}

.professional__feature img {
  width: 7rem;
  margin-bottom: 1.125rem;
  /*	border-radius: 50%;*/
}

.professional__feature h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}
.professional__feature p {
  margin: 0;
  font-size: 0.875rem;
}

@media screen and (max-width: 65rem) {
  .professional__feature li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }

  .professional__feature li div:first-child {
    width: 6rem;
  }
  .professional__feature li div:nth-child(2) {
    width: -webkit-calc(100% - 8rem);
    width: calc(100% - 8rem);
  }
}

@media screen and (min-width: 65rem) {
  .professional__feature {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .professional__feature li {
    width: -webkit-calc(33.3333333333333% - 1.5rem);
    width: calc(33.3333333333333% - 1.5rem);
  }
  .professional .table th {
    width: 30%;
  }
  .professional__feature {
    margin-top: 2rem;
  }
  .professional__feature h3 {
    text-align: center;
  }
  .professional__feature img {
    width: 8.5rem;
  }
}

/* === tug ==== */
.tug {
  background: #ececec;
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  margin: 0.25rem 0;
}

/* === check-list ==== */
.check-list li {
  background: url("images/checkmark.svg") no-repeat left 0.5rem;
  background-size: 0.875rem;
  padding-left: 1.5rem;
  margin-bottom: 0.25rem;
}

/* === movie-wrap === */
.movie-wrap {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.movie-wrap__body {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* privacy */
.privacy h3 {
  margin-top: 2rem;
}
@media screen and (min-width: 65rem) {
  .privacy h3 {
    margin-top: 3rem;
  }
}

.no-shadow {
  box-shadow: none !important;
}

/* unitity */
.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ボタン */
.download a {
  text-decoration: none;
}

.dlb {
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-top: 15px;
  background-color: #008080;
  border-radius: 50px;
  box-shadow: 0px 2px 2px #999;
}

.wp-block-file a.wp-block-file__button {
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
  background: #008080;
  color: white;
  border: solid 2px #008080; /*ボーダー*/
  border-radius: 5px;
  -webkit-transition: transform 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  box-shadow: 0px 14px 24.57px 2.43px rgb(94 166 162 / 33%);
}

.wp-block-file a.wp-block-file__button {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mw_wp_form_confirm .input-agree {
  display: none;
}
.mw_wp_form_input .confirmonly {
  display: none;
}

導入企業ロゴ .customer-logo-list {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

/*.customer-logo-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  grid-auto-flow: row;
  grid-gap: 20px 0;
}
.customer-logo-list  .customer-logo {
  place-self: center;
}
*/

/* == white-paper ==*/

.white_paper-archive .one-thirds {
  margin-right: 1rem;
}
.white_paper-archive__item {
  margin-bottom: 2.5rem;
  margin-right: 2.25rem;
}

.white_paper-archive__item img {
  border-radius: 0.25rem 0.25rem 0 0;
}

.white_paper-archive__item h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 2.25rem;
}
.white_paper-archive__item dl {
  color: #333;
  font-size: 0.875rem;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.25rem;
}
.white_paper-archive__item a {
  display: block;
  margin-right: 0;
}
.white_paper-archive__item a:hover {
  opacity: 0.7;
}

.card--media {
  box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 0.5rem;
}
.card--media__body {
  padding: 1.5rem;
}
.card--media__footer {
  border-top: 1px solid var(--border-color);
  padding: 0.5rem 1.5rem;
  text-align: right;
}
.card--media__footer p {
  margin: 0;
  padding-right: 1.5rem;
  background: url(images/arrow-right-green.svg) no-repeat right center;
  background-size: 1rem;
}

.white_paper-archive__item {
  display: block;
}
@media screen and (min-width: 65rem) {
  .white_paper-archive {
    margin-right: 2.25rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .white_paper-archive__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
  }
  .white_paper-archive .one-thirds {
    margin-right: 1rem;
  }
  .white_paper-archive__item:nth-child(3n) {
    margin-right: 0;
  }
  .white_paper-archive__item h2 {
    font-size: 1.25rem;
    margin-right: 2.25rem;
  }

  .card--media__body {
    flex-grow: 1;
  }
}

/* ==== navigation ===== */
.burger {
  text-align: center;
  padding-top: 0.25rem;
}
.burger small {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  position: relative;
  top: -7px;
}
.burger-icon {
  text-decoration: none;
  color: var(--main-color);
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.burger-icon > span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: var(--main-color);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger-icon > span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger-icon > span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger-icon > span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger-icon.open > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.burger-icon.open > span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.burger-icon.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
}

/**
 * Component navbar
 */

@media (max-width: 65rem) {
  #main-navbar .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/** Base class */
.navbar {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 65rem) {
  #navbar.navbar {
    display: none;
  }
  .navbar > li {
    border-bottom: 1px solid var(--border-color);
  }
  .navbar > li > a {
    padding: 0.75rem;
  }
}
.navbar > li {
  position: relative;
  display: block;
}
.navbar > li > a {
  position: relative;
  display: block;
  color: #333;
}

.navbar > li:last-child {
  border: none;
}
.navbar > li > a:hover,
.navbar > li > a:focus {
  text-decoration: none;
}

/** Navbar open when small screen */
#navbar.navbar.open {
  display: block;
  background: #fff;
  padding: 1rem;
}

/** Responsive navbar */
.navbar > li {
  position: relative;
}

/** navigation-nav */
.navigation-nav {
  border: none;
  display: flex;
}

.navigation-nav > li > a {
  transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s;
}
.navigation-nav > li > a:hover {
  /*  background: #265f84;
  color: #FFFFFF;*/
  color: var(--link-color);
}

.navigation-nav > li.dropdown.open > ul {
  display: block;
}
.navigation-nav > li.dropdown > ul {
  display: none;
  /*  z-index: 1000;
  display: none;
  float: left;
  min-width: 170px;
  font-size: 14px;
  text-align: left;
  list-style: none;*/
  /** Responsive dropdown menu */
}

.dropdown-toggle {
  background: url(images/chevron-down.svg) no-repeat right center;
  background-size: 1rem;
  cursor: pointer;
}

@media (max-width: 65rem) {
  .navigation-nav > li.dropdown > ul {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 65rem) {
  /*  .navigation-nav > li.dropdown > ul {
    position: absolute;
    top: 100%;
    left: 0;
  }*/
  .burger small {
    display: none;
  }
  .navbar > li {
    margin-left: 1.75rem;
  }
  .navigation-nav > li.dropdown.open a {
    color: var(--main-color);
  }
  .dropdown-toggle {
    padding-right: 1.5rem;
  }
}
.navigation-nav > li.dropdown > ul > li {
  position: relative;
  display: block;
}
.navigation-nav > li.dropdown > ul > li > a {
  position: relative;
  display: block;
}
@media (max-width: 65rem) {
  .navigation-nav > li.dropdown > ul {
    padding: 10px;
  }
  .navigation-nav > li.dropdown > ul > li > a {
    padding: 10px 30px;
  }
}

@media (min-width: 65rem) and (max-width: 70rem) {
  .navigation-nav.navbar {
    font-size: 0.875rem;
  }
}

.navigation-nav > li.dropdown > ul > li > a,
.navigation-nav > li.dropdown > ul > li > a:hover,
.navigation-nav > li.dropdown > ul > li > a:focus {
  text-decoration: none;
}
.navigation-nav > li.dropdown > ul > li > a:hover,
.navigation-nav > li.dropdown > ul > li > a:focus {
  color: var(--link-color);
}
/*.navigation-nav > li.active > a, .navigation-nav > li.active > a:hover, .navigation-nav > li.active > a:focus {
  color: #FFFFFF;
  background: #265f84;
}*/

/** Navigation header when tablet or smartphone */
.navigation-header {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 0.75rem 1rem 0.5rem;
  align-items: center;
}
.navigation-header .burger-icon {
  z-index: 110;
  display: none;
  text-transform: uppercase;
  font-weight: 700;
  /*  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  background: #317bac;*/
}
.navigation-header > .navigation-brand {
  position: relative;
  display: table;
  color: #ffffff;
  padding: 20px 15px;
  background: red;
}
.navigation-header > .navigation-brand,
.navigation-header > .navigation-brand:hover,
.navigation-header > .navigation-brand:focus {
  text-decoration: none;
}

.navbar li.sub-navi ul {
  display: flex;
}
.navigation-header__logo {
  width: 12rem;
  margin-top: 20px;
}

@media (max-width: 65rem) {
  .navbar li.sub-navi ul {
    justify-content: space-between;
    margin-top: 1rem;
  }
  .navigation-header .burger-icon {
    display: inline-block;
  }
  .navbar li.sub-navi ul li {
    width: 49%;
  }
  .navbar li.sub-navi ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
  }
  .navbar li.sub-navi ul li a.button-border--light {
    padding: calc(0.5rem - 1px) 0.5rem;
  }
}

@media (min-width: 65rem) {
  .navigation-header {
    padding: 0;
  }
  .navigation-nav.navbar {
    margin-top: 4rem;
  }
  .navbar li.sub-navi {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    width: 40%;
  }
  .navbar__contact.button {
    padding: calc(0.365rem + 2px) 2rem;
    width: auto;
    display: block;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    box-shadow: none;
  }

  .sub-navi a.button-border--light {
    padding: 0.365rem 2rem;
    display: block;
  }

  .fixed .navbar__contact.button {
    padding: calc(0.125rem + 2px) 0.5rem;
  }
  .fixed .sub-navi a.button-border--light {
    padding: 0.125rem 0.5rem;
  }
  .fixed .navigation-nav.navbar {
    margin-top: 3rem;
  }
  .navbar li.sub-navi ul {
    display: flex;
    justify-content: flex-end;
  }
  .navbar li.sub-navi li,
  .navbar li.sub-navi a {
    display: flex;
    align-items: center;
  }

  ul.sub-menu {
    position: absolute;
    z-index: 10;
    background: #fff;
    white-space: nowrap;
    max-width: 20rem;
    top: 2.5rem;
    display: none;
    box-shadow: 0px 3px 5px rgb(60 60 60 / 40%);
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  ul.sub-menu li {
    padding: 0.625rem 0.5rem 0.625rem 2rem;
    background: url(images/arrow-right-green.svg) no-repeat 0.5rem center;
    background-size: 1rem;
  }
  .navigation-header__logo {
    width: 14rem;
  }
}

/*sns-icons*/
.sns-container section {
  margin-bottom: 1.5rem;
}

.sns-icons img {
  width: 1.5rem;
}

.sns-container .sns-icons img {
  width: 2rem;
}

.sns-container .sns-icons a {
  display: inline-block;
}
.sns-container .sns-icons {
  margin-top: 1.5rem;
}
.sns-container .sns-icons a + a {
  margin-left: 0.5rem;
}

/*tabMenu*/
#tabMenu,
.page-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

#tabMenu li,
.page-link li {
  width: calc(50% - 0.5rem);
  margin-bottom: 0.5rem;
}
#tabMenu li a,
.tagcloud a,
.page-link li a {
  box-shadow: 0px 6px 8px -6px rgb(0 0 0 / 12%);
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.365rem 1rem;
  text-align: center;
  border: 1px solid var(--border-color);
}

#tabMenu li a,
.page-link li a {
  display: block;
}

.tagcloud a {
  display: inline-block;
}
.tagcloud a + a {
  margin-left: 0.5rem;
}

#tabMenu li a.active {
  background: var(--main-color);
  color: #fff;
}

#tabBox1,
#tabBox2,
#tabBox3,
#tabBox4,
#tabBox5 {
  display: none;
  padding: 1.5rem;
  box-shadow: 0px 6px 8px -6px rgb(0 0 0 / 12%);
  background: #c8e9e9;
  border-radius: 0.5rem;
}

#tabBoxes h3 {
  margin: 0 0 0.5rem;
}
#tabBoxes li {
  display: inline-block;
  font-size: 0.875rem;
}
#tabBoxes li a {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0px 6px 8px -6px rgb(0 0 0 / 12%);
  margin-right: 0.5rem;
}
@media (min-width: 65rem) {
  #tabMenu li,
  .page-link li {
    width: calc(20% - 0.5rem);
  }
}

/* ==== entry-tag ==== */
.entry-tag {
  margin-top: 0.25rem;
}
.entry-tag span {
  padding: 0.25rem 0.75rem 0.25rem 1.5rem;
  line-height: 1;
  color: #666;
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.125rem;
  background: url("images/tag.svg") no-repeat 0.5rem center;
  background-size: 0.75rem;
}
.entry-tag span a {
  color: #666;
}

/*index-list*/
ol.index-list {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
ol.index-list li {
  position: relative;
  line-height: 2;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}

ol.index-list li:before {
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #999;
  color: #fff;
  padding: 0.365rem 0.75rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
  line-height: 1;
}

.tagcloud a {
  font-size: 1rem !important;
}

.casestudy-header {
  margin-bottom: 2rem;
}

/*casestudy-header*/
.casestudy-header__title {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}
.casestudy-header__title h1{
  margin-bottom: 1.5rem;
}
@media (min-width: 65rem) {
  .single__header.casestudy-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .casestudy-header__title,
  .casestudy-header figure {
    width: calc(50% - 1rem);
  }
  .casestudy-header__title {
    margin-bottom: 0;
  }
}
/*casestudy-summary*/
.casestudy-summary {
  border: 2px solid var(--border-color);
  padding: 1.5rem;
  position: relative;
}

.casestudy-summary h2,
.casestudy-index h2 {
  font-size: 1.125rem;
  margin-top: 0;
}
.casestudy-summary h2 {
  position: absolute;
  top: -1rem;
  left: 1rem;
  background: var(--bg-color);
  padding: 0 2rem;
}
.casestudy-summary h3 {
  padding-left: 2rem;
  background: url("images/checkmark.svg") no-repeat left 0.25rem;
  background-size: 1.125rem;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.summary--first {
  margin-bottom: 2rem;
}
.summary-child ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
@media (min-width: 65rem) {
  .casestudy-summary h2,
  .casestudy-index h2 {
    font-size: 1.25rem;
  }
  .summary--first {
    margin-bottom: 2.5rem;
  }
  .casestudy-summary {
    padding: 1.5rem 2rem;
  }
}

/*past-tag*/
.past-tag {
  position: absolute;
  left: 0;
  top: 0.75rem;
  margin: 0;
  background: #fff;
  padding: 0.25rem 0.75rem;
  font-weight: 600;
}

/*popular-posts__list */
.popular-posts__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.popular-posts__list figure {
  position: relative;
  margin-bottom: 0.5rem;
}
.popular-posts__list figure:before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  font-weight: bold;
  font-family: "Nanum Gothic", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: var(--main-color);
  text-align: center;
  line-height: 1.5rem;
}

.popular-posts__list > li:first-child figure:before {
  content: "1";
  background: #d1b64b;
}
.popular-posts__list > li:nth-child(2) figure:before {
  content: "2";
  background: #b2b2b2;
}
.popular-posts__list > li:nth-child(3) figure:before {
  content: "3";
  background: #d9a05e;
}
.popular-posts__list > li:nth-child(4) figure:before {
  content: "4";
}
.popular-posts__list > li:nth-child(5) figure:before {
  content: "5";
}
.popular-posts__list > li:first-child figure:after {
  display: block;
  height: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 1.5rem;
  color: #fff;
  background: var(--main-color);
  padding: 0 0.5rem;
  line-height: 1.5rem;
  content: "おすすめ";
}
.popular-posts__list span {
  display: block;
  margin-bottom: 0.5rem;
}

.popular-posts__list ol {
  font-size: 0.875rem;
  color: #333;
  font-weight: normal;
}

@media (min-width: 70rem) {
  .popular-posts__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 500;
  }
  .popular-posts__list figure {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 90rem) {
  .popular-posts__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

/*breadcrumbs*/
.breadcrumbs {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}

.breadcrumbs a:after {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  background: url(images/chevron-right.svg) no-repeat 0 bottom;
  background-size: 1rem;
  margin: 0 0.125rem;
}

@media (min-width: 65rem) {
  .breadcrumbs {
    margin-top: 0.5rem;
  }
}

/*recommend*/
.recommend {
  background: #e3f3f0;
  padding: 1.5rem;
  margin-top: 2rem;
  border-radius: 0.5rem;
}

.recommend .button.button--small {
  margin-top: 1.5rem;
}

.recommend .wp-block-columns:last-child {
  margin-bottom: 0;
}
.recommend .wp-block-image img {
  width: 8.75rem;
}

@media (min-width: 65rem) {
  .recommend {
    padding: 3rem;
  }
}

/*number-hedding*/
.number-hedding p {
  font-family: "Nanum Gothic", sans-serif;
  background: var(--main-color);
  color: #fff;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  margin: 0;
  text-align: center;
  line-height: 2rem;
  position: relative;
  top: 0.25rem;
  font-weight: bold;
}
.number-hedding .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: inherit;
}
.number-hedding h2 {
  margin: 0;
  width: calc(100% - 3rem);
}
.number-hedding {
  margin-bottom: 2rem;
}
@media (min-width: 65rem) {
  .number-hedding p {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 2rem;
    top: -0.25rem;
  }
  .number-hedding h2 {
    margin: 0;
    width: calc(100% - 4.5rem);
  }
  .number-hedding {
    margin-bottom: 2.5rem;
  }
}

/*about*/
.about h3 {
  margin-top: 3rem;
}

/*blockquote*/
blockquote {
  position: relative;
  padding: 10px 15px 10px 80px;
  box-sizing: border-box;
  background: #fff;
  border-left: 4px solid var(--main-color);
  margin: 1.5rem 0;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 1rem;
  content: "“";
  font-family: "Nanum Gothic", sans-serif;
  color: var(--main-color);
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*wp-block-image*/
.wp-block-image figcaption {
  font-size: 0.875rem;
  color: #888;
}

/* ======= border-box ====== */
.border-box {
  padding: 1.5rem;
  border: 2px solid var(--border-color);
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.border-box__inn {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.border-box__inn img {
  margin: 1.5rem 0;
}
@media (min-width: 65rem) {
  .border-box {
    padding: 2rem 3rem;
  }
}

/* ======= cases__detail ====== */
.cases__detail__cover {
  margin-bottom: 2rem;
}

@media (min-width: 65rem) {
  .cases__detail__cover {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 6rem;
    align-items: flex-end;
  }
  .cases__detail__cover .cases__item {
    position: relative;
  }
  .cases__detail__cover .cases__item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid var(--main-color);
    border-right: none;
    right: -4rem;
    left: auto;
    bottom: 5.5rem;
  }
}

/*app__function*/
/* .app__function .card {
  margin-bottom: 2.5rem;
} */
.app__function .card p {
  margin: 1rem 0;
}

.app__function__text h3 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 65rem) {
  .app__function__text h3 {
    font-size: 1.5rem;
  }
  .app__function__text h4 {
    font-size: 1.25rem;
  }
}

/*.eyecatch-cover*/
.eyecatch-cover {
  margin-bottom: 2rem;
}
.eyecatch-cover img {
  width: 100%;
  height: 20vh;
  object-fit: cover;
}

@media (min-width: 65rem) {
  .eyecatch-cover img {
    width: 100%;
    height: 21rem;
  }
  .eyecatch-cover {
    margin-bottom: 4rem;
  }
}

/*scene*/
.scene .cases {
  margin-bottom: 3rem;
}
@media (min-width: 65rem) {
  .scene .cases {
    margin-bottom: 5rem;
  }
}

/*app__function__navi*/
/* .app__function__navi {
  margin-bottom: 3rem;
} */
.app__function__navi__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.app__function__navi__item p:first-child {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.app__function__navi__item p:last-child {
  font-size: 0.75rem;
  margin: 0;
}
.app__function__navi__item__image {
  width: 8rem;
}
.app__function__navi__item__text {
  width: calc(100% - 9rem);
}

@media (min-width: 65rem) {
  .app__function__navi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
  .app__function__navi__item p:last-child {
    font-size: 0.875rem;
  }
  .app__function__navi__item {
    margin-bottom: 0;
  }
}

/* ==== page-top ===== */
#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 200;
  margin: 0;
}
#page-top a {
  background: var(--main-color);
  text-decoration: none;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.125rem;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#page-top img {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (min-width: 50em) {
  #page-top a {
    width: 3rem;
    height: 3rem;
  }
}

/* ======== show-hide ====== */

.show-hide {
  display: none;
}
.show-hide-contents {
  display: none;
}

/*クリックで中身表示*/
input.show-hide:checked ~ .show-hide-contents {
  display: block;
}
@media (min-width: 65rem) {
  .footer__nav .show-hide-contents {
    display: block;
  }
}

/* ======== common ====== */
.mt30 {
  margin-top: 30px;
}

.wp-block-lazyblock-div p {
  margin-top: 18px;
  margin-bottom: 18px;
}
