@charset "UTF-8";

html {
  height: 100%;
}

body {
  -webkit-backface-visibility: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fafafa;
  color: #202020;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 160%;
}

* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
div {
  position: relative;
}

a:hover {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
}

h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 400;
}

h2 {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 400;
}

h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

dl {
  margin: 0;
}

dl dt {
  padding: 0 1em 0.5em 0;
  float: left;
}

dl dd {
  margin: 0;
  padding: 0 0 0.5em;
}

ol li {
  padding: 0.3em 0;
}

button,
.button {
}

button:before,
.button:before {
}

button:hover,
.button:hover {
}

button:hover:before,
.button:hover:before {
}

button span,
.button span {
}

.button_dark {
}

.button_dark:before {
}

.button_dark:hover {
}

.caption {
  font-size: 90%;
  color: #666;
}
.text-center {
  text-align: center;
}
/* 
パンくずリスト
*/
.breadcrumb-area {
  display: none;
}

/* 
パンくずリスト
*/
body #cookie-notice .cookie-notice-container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

body #cookie-notice .cookie-notice-container .cn-close-icon {
  top: 20px;
  right: 10px;
}
body #cookie-notice .cookie-notice-container #cn-notice-buttons {
  color: #333;
  padding: 0.6em 1em;
}
/* 
ページ上部に戻る
*/
.pagetop {
  z-index: 999;
}
.pageto:hover {
  text-decoration: none;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #2b2b2b;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  opacity: 0.8;
}
@media screen and (max-width: 425px) {
  .pagetop span {
    width: 36px;
    height: 36px;
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 15px;
    bottom: 30px;
  }
}

/* 
見出し英語部分 
*/
h3.header-sub-eng {
  color: var(--main-textcolor);
  font-family: "Montserrat";
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: light;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  article h3.header-sub-eng {
    padding: 0;
  }
  article.page h3.header-sub-eng {
    margin: 1em auto;
  }
  #front-page-solutions h3.header-sub-eng {
    padding: 0 24px;
  }
}
h3.header-sub-eng:before {
  content: "";
  color: #fff;
  display: block;
  background: #bcffff;
  border-radius: 8px;
  width: 8px;

  height: 8px;
  margin-right: 18px;
  margin-left: 3px;
  box-shadow: 0 0 3px #ffffff, 0 0 5px #76d9e6, 0 0 7px #76d9e6,
    0 0 10px #76d9e6, 0 0 21px #fff, 0 0 31px #fff, 0 0 42px #76d9e6,
    0 0 70px #fff, 0 0 40px #76d9e6, 0 0 60px #76d9e6, 0 0 80px #fff;
}

.btn-area {
  width: min-content;
}
.whatwedo-body .btn-area {
  margin-left: auto;
}
a.btn {
}
.btn-more {
}
.btn-externallink {
}
.btn-svg {
  font-weight: 700;
  line-height: 52px;
  height: 55px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-svg .btn-circle-wrap {
  position: relative;
  overflow: hidden;
  width: 55px;
  height: 55px;
  border-radius: 30px;
}
.btn-svg svg {
  width: 55px;
  height: 55px;
  text-align: center;
}

.btn-svg svg circle {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  stroke: #fff;
  stroke-width: 1;
  stroke-dashoffset: 190;
  fill: none;
  transform: translateX(0px) translateY(54px) rotate(-90deg);
}

.btn-svg:hover svg circle {
  stroke-dashoffset: 10;
  stroke-dasharray: 180;
}

.btn-svg span.btn-text {
  font-family: "Montserrat";
  margin-right: 1em;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  transform-origin: 0 0;
}
.btn-svg span.btn-text:after {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #fff;
}
.btn-svg:hover span.btn-text:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.btn-svg .btn-symbol {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  width: 55px;
  height: 55px;
  position: absolute;
  overflow: hidden;
  display: block;
  left: 0;
  top: 0;
  line-height: 55px;
  font-size: 20px;
  text-align: center;
}
/*
.btn-svg .btn-symbol:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  content: "";
  display: block;
  height: 55px;
  width: 0;
  background: #fff;
  z-index: 3;
  position: absolute;
}*/
.btn-svg:hover .btn-symbol:before {
  height: 100px;
  width: 100px;
}
.btn-svg:hover .btn-symbol {
  color: var(--main-textcolor);
  // left: 3px;
  // transform: scale(100);
  z-index: 4;
}
.mt-1em {
  margin-top: 1em;
}
.mt-2em {
  margin-top: 2em;
}
.mt-3em {
  margin-top: 3em;
}
.mt-4em {
  margin-top: 4em;
}
.mb-1em {
  margin-bottom: 1em;
}
.mb-2em {
  margin-bottom: 2em;
}
.mb-3em {
  margin-bottom: 3em;
}
.mb-4em {
  margin-bottom: 4em;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.pt-1em {
  padding-top: 1em;
}
.pt-2em {
  padding-top: 2em;
}
.pt-3em {
  padding-top: 3em;
}
.pt-4em {
  padding-top: 4em;
}
.pb-1em {
  padding-bottom: 1em;
}
.pb-2em {
  padding-bottom: 2em;
}
.pb-3em {
  padding-bottom: 3em;
}
.pb-4em {
  padding-bottom: 4em;
}
.pagination span {
  color: #fff;
}
.pagenationWrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .pagenationWrap .pagination {
    flex-direction: column;
  }
  .pagenationWrap .pagination .textlink {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.pagination .numberwrap {
  display: flex;
}
.pagination span,
.pagination a {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  padding: 0 1em;
}
.pagination a {
  color: #fff;
  background: none;
}
.pagination a:hover {
  color: #232531;
  background: #fff;
}
.pagination .inactive,
.pagination .current {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  width: 3rem;
  line-height: 3rem;
  border: 1px solid #fff;
  height: 3rem;
  display: block;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
