@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: 300;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: vw(375, 16);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: vw(strip-unit(960px), 16);
  }
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  line-height: 2;
  color: #202937;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

hr {
  margin: 80px 0;
}

html {
  font-size: 62.5%;
}

.inner {
  max-width: 1010px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.inner.inner_wide {
  max-width: 1290px;
}

h1 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5,
h6 {
  font-size: 1.6rem;
}

.small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .small {
    font-size: 1.2rem;
  }
}

.btn {
  padding: 23px 20px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202937;
  color: #fff;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.7;
}

.btn-border {
  padding: 23px 20px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #202937;
  color: #202937;
}
@media screen and (max-width: 768px) {
  .btn-border {
    padding: 10px 7px;
    height: 50px;
    font-weight: 400;
  }
}
.btn-border:hover {
  opacity: 0.7;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202937;
  color: #fff;
  height: 50px;
  width: 50px;
}
.btn-contact img {
  width: 27px;
  height: 18px;
}

.section-title {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2.2rem;
  }
}

.box-title {
  font-size: 3rem;
  border: solid 1px #202937;
  padding: 0 20px;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .box-title {
    font-size: 2.2rem;
    padding: 8px 20px;
  }
}

.section {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 80px;
  }
}

.underline {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #E3FF78 70%);
}

.link {
  color: #1A0DAB;
  position: relative;
  transition: color ease 0.5s;
}
.link::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #4C75B8;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.5s ease;
}
.link:hover {
  color: #202937;
}
.link:hover::before {
  width: 0;
}

.link--blank {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 4px;
}
.link--blank::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 13px;
  height: 10px;
  background: url("../images/blank.svg");
}

@media only screen and (max-width: 1024px) {
  .mob-menu-header-holder {
    width: auto !important;
  }
}
.home .about {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .home .about {
    margin-top: 80px;
  }
}
.home .about__text {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .about__text {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
}
.home .about__img {
  width: 75.625%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .home .about__img {
    margin-top: 60px;
    width: 100%;
  }
}
.home .participation__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 44px;
  padding: 30px 0 28px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .home .participation__list {
    margin-top: 40px;
    gap: 13px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.home .participation__list li {
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home .participation__list li {
    width: 28%;
  }
}
.home .problem__list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .home .problem__list {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
}
.home .problem__item {
  display: flex;
  flex-direction: column;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .home .problem__item {
    width: 100%;
  }
}
.home .problem__item-upper {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 46px 43px 48px;
  background: #F1F1F1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home .problem__item-upper {
    padding: 28px 20px 35px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .problem__item-upper {
    padding: 28px 38px 35px;
  }
}
.home .problem__item-upper p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .home .problem__item-upper p {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
}
.home .problem__item-upper::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 14.5px 0 14.5px;
  border-color: #F1F1F1 transparent transparent transparent;
}
.home .problem__item-lower {
  font-size: 2rem;
  padding: 60px 0 53px;
  text-align: center;
  background: #202937;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home .problem__item-lower {
    padding: 42px 78px 38px;
  }
}
@media screen and (max-width: 768px) {
  .home .problem__item-lower {
    font-size: 1.8rem;
    letter-spacing: 1.8px;
  }
}
.home .problem__item-circle {
  display: grid;
  place-items: center;
  font-size: 2rem;
  width: 109px;
  height: 109px;
  flex-shrink: 0;
  background: #202937;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 768px) {
  .home .problem__item-circle {
    height: 83px;
    width: 83px;
  }
}
.home .resolve__list {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .home .resolve__list {
    margin-top: 40px;
    gap: 40px;
  }
}
.home .resolve__item {
  display: flex;
  gap: 201px;
}
@media screen and (max-width: 768px) {
  .home .resolve__item {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 20px;
    gap: 25px;
  }
}
.home .resolve__item-text {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .home .resolve__item-text {
    width: 100%;
  }
}
.home .resolve__item-text h3 {
  margin-top: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .home .resolve__item-text h3 {
    margin-top: 0;
    font-size: 1.8rem;
  }
}
.home .resolve__item-text p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .home .resolve__item-text p {
    margin-top: 15px;
  }
}
.home .resolve__item-img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .home .resolve__item-img {
    margin: auto;
    padding-left: 10px;
  }
}
.home .resolve__box {
  position: relative;
  margin-top: 68px;
  margin-left: auto;
  padding: 64px 83px 73px;
  width: calc(100% - 12px);
  border: solid 1px #202937;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .home .resolve__box {
    margin-top: 80px;
    padding: 70px 24px 50px;
  }
}
.home .resolve__box:before {
  height: 0;
  display: block;
  position: absolute;
  top: -3px;
  right: -3px;
  content: "";
  border-top: solid 70px #fff;
  border-left: solid 70px transparent;
  z-index: 2;
}
.home .resolve__box:after {
  height: 0;
  display: block;
  position: absolute;
  top: -1px;
  right: 17px;
  content: "";
  border-top: solid 49px #202937;
  border-left: solid 49px transparent;
}
.home .resolve__box-overlay {
  position: absolute;
  top: 5px;
  left: -12px;
  width: 100%;
  height: calc(100% + 10px);
  background-color: #EEEEEE;
  z-index: -1;
}
.home .resolve__box-line {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 2px;
  height: 20px;
  left: -1px;
  bottom: 0;
  z-index: 3;
}
.home .resolve__box-title {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .home .resolve__box-title {
    font-size: 1.8rem;
  }
}
.home .resolve__box-list {
  margin-top: 65px;
  display: flex;
  gap: 167px;
}
@media screen and (max-width: 768px) {
  .home .resolve__box-list {
    margin-top: 34px;
    flex-direction: column;
    gap: 46px;
  }
}
.home .resolve__box-item {
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .home .resolve__box-item {
    font-size: 1.6rem;
    padding-left: 20px;
    margin-left: 6px;
  }
}
.home .resolve__box-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  background-color: #202937;
  transform: translateY(-50%);
}
.home .flow__lead {
  margin-top: 56px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .flow__lead {
    margin-top: 40px;
    text-align: left;
    font-size: 1.8rem;
    padding: 0 10px;
  }
}
.home .flow__list {
  margin-top: 83px;
  display: flex;
  flex-direction: column;
  gap: 68px;
}
@media screen and (max-width: 768px) {
  .home .flow__list {
    margin-top: 40px;
  }
}
.home .flow__item {
  display: flex;
  align-items: flex-start;
  gap: 53px;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .home .flow__item {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    gap: 16px;
  }
}
.home .flow__item:not(:last-child) {
  border-bottom: 1px solid #202937;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .home .flow__item:not(:last-child) {
    padding-bottom: 40px;
  }
}
.home .flow__item:not(:last-child)::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #202937 transparent transparent transparent;
}
.home .flow__item-step {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 113px;
  height: 113px;
  background: #202937;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .home .flow__item-step {
    height: 71px;
    width: 71px;
    font-size: 1.5rem;
  }
}
.home .flow__item-text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .home .flow__item-text {
    margin-top: 0;
  }
}
.home .case__item-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .case__item-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: left;
  }
}
.home .case__item-title span {
  font-size: 1.8rem;
  border: solid 1px #202937;
  padding: 10px 12px 9px;
  margin-right: 21px;
}
@media screen and (max-width: 768px) {
  .home .case__item-title span {
    margin-right: 0;
    width: fit-content;
    font-size: 1.6rem;
    padding: 6px 12px;
  }
}
.home .case__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .home .case__list {
    margin-top: 40px;
    gap: 40px;
  }
}
.home .case__item-box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .home .case__item-box {
    margin-top: 30px;
  }
}
.home .case-box__upper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 42px 0 86px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .home .case-box__upper {
    padding: 30px 10px 77px;
    gap: 12px;
  }
}
.home .case-box__upper img {
  width: 52px;
  height: 52px;
}
.home .case-box__upper p {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .home .case-box__upper p {
    font-size: 1.6rem;
  }
}
.home .case-box__upper::after {
  content: "";
  position: absolute;
  bottom: 34px;
  width: 24px;
  height: 24px;
  border-left: solid 1px #202937;
  border-bottom: solid 1px #202937;
  transform: rotate(-45deg);
}
.home .case-box__middle {
  padding: 24px 0 25px;
  font-size: 1.8rem;
  text-align: center;
  background: #202937;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home .case-box__middle {
    padding: 16px 30px;
  }
}
.home .case-box__lower {
  background: #fff;
  display: flex;
}
@media screen and (max-width: 768px) {
  .home .case-box__lower {
    flex-direction: column;
  }
}
.home .case-box__lower-left, .home .case-box__lower-right {
  padding: 22px 20px 36px;
}
@media screen and (max-width: 768px) {
  .home .case-box__lower-left, .home .case-box__lower-right {
    padding: 15px 10px;
  }
}
.home .case-box__lower-left {
  position: relative;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .home .case-box__lower-left {
    width: 100%;
    margin-top: 15px;
  }
}
.home .case-box__lower-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
}
.home .case-box__lower-right {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .home .case-box__lower-right {
    width: 100%;
    padding-bottom: 50px;
  }
}
.home .case-box__subtitle {
  display: block;
  background: #F3F3F3;
  padding: 4px 17px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .home .case-box__subtitle {
    font-size: 1.6rem;
  }
}
.home .case-box__text {
  margin-top: 32px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .home .case-box__text {
    margin-top: 20px;
  }
}
.home .case-box__list {
  margin-top: 32px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .home .case-box__list {
    margin-top: 30px;
  }
}
.home .case-box__list li {
  padding-left: 19px;
  position: relative;
}
.home .case-box__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #CCCCCC;
  border-radius: 50%;
}
.home .voice {
  padding-top: 50px;
  padding-bottom: 100px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .home .voice {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.home .voice__list {
  margin-top: 52px;
  display: grid;
  column-gap: 46px;
  row-gap: 45px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .home .voice__list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.home .voice__item {
  background: #fff;
  padding: 28px 20px 26px;
}
@media screen and (max-width: 768px) {
  .home .voice__item {
    padding: 30px 20px;
  }
}
.home .schedule {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .home .schedule {
    padding: 100px 0;
  }
}
.home .schedule__table {
  margin-top: 73px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .home .schedule__table {
    margin-top: 40px;
    flex-direction: row;
    gap: 2px;
  }
}
.home .schedule__table-title {
  background-color: #202937;
  color: #fff;
}
.home .schedule__table-row ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .home .schedule__table-row ul {
    flex-direction: column;
    gap: 2px;
  }
}
.home .schedule__table-row li {
  width: 20%;
  display: grid;
  place-items: center;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .home .schedule__table-row li {
    width: 100%;
    height: 100px;
    padding: 0;
  }
  .home .schedule__table-row li:first-child {
    height: 68px;
  }
}
.home .schedule__table-row:first-child .schedule__table-title {
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .home .schedule__table-row:first-child .schedule__table-title {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .home .schedule__table-row:first-child {
    width: 29%;
  }
}
.home .schedule__table-row:not(:first-child) {
  background-color: #EEEEEE;
}
@media screen and (max-width: 768px) {
  .home .schedule__table-row:not(:first-child) {
    width: 35%;
    background-color: #fff;
  }
}
.home .schedule__table-row:not(:first-child) .schedule__table-title {
  position: relative;
}
.home .schedule__table-row:not(:first-child) .schedule__table-title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background-color: #fff;
  top: 0;
  left: 100%;
}
.home .schedule__table-row:not(:first-child) .schedule__table-date:not(:last-child) {
  position: relative;
}
.home .schedule__table-row:not(:first-child) .schedule__table-date:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  left: calc(100% - 4px);
  transform: translateY(20%) rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home .schedule__table-row:not(:first-child) .schedule__table-date:not(:last-child)::after {
    left: 50%;
    transform: rotate(135deg);
    top: 94%;
  }
}
@media screen and (max-width: 768px) {
  .home .schedule__table-row:not(:first-child) .schedule__table-date {
    background: #eee;
  }
  .home .schedule__table-row:not(:first-child) .schedule__table-date::before {
    content: "";
    position: absolute;
    background-color: #eee;
    height: 2px;
    width: 100%;
    top: 100%;
    left: 0;
  }
}
.home .top-contact {
  margin-right: calc(50% - 50vw + 1px);
  margin-left: calc(50% - 50vw + 1px);
}
.home .top-contact a {
  padding: 95px 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #202937;
  color: #fff;
}
.home .top-contact a:hover {
  opacity: 0.7;
}
.home .top-contact__text {
  text-align: center;
}
.home .top-contact__body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .home .top-contact__body {
    margin-top: 4px;
  }
}
.home .top-contact__body p {
  font-size: 3rem;
  letter-spacing: 3px;
  position: relative;
  top: -2px;
}
.home .company {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .home .company {
    margin-top: 93px;
  }
}
.home .company__detail {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 75.2%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .home .company__detail {
    width: 100%;
    margin-top: 30px;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home .company__detail .operation .link--blank {
    padding-left: 1rem;
  }
}
.home .company__detail .link--blank {
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .home .company__detail .link--blank {
    padding-left: 0;
  }
}
.home .company__detail dt,
.home .company__detail dd {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home .company__detail dt,
  .home .company__detail dd {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home .company__detail dt {
  width: 11%;
}
@media screen and (max-width: 768px) {
  .home .company__detail dt {
    width: 100%;
    border: 0;
    padding-bottom: 0;
  }
}
.home .company__detail dd {
  width: 89%;
}
@media screen and (max-width: 768px) {
  .home .company__detail dd {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .home .company__detail .business .link {
    display: block;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .home .company__detail .business p:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .company__detail .award p:not(:first-child) {
    margin-top: 20px;
  }
}
.home .company__detail .award span {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .home .company__detail .award span {
    margin-right: 0;
    display: block;
  }
}
.home .banner {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .home .banner {
    margin-top: 80px;
  }
}
.home .banner__item {
  display: flex;
  gap: 30px;
  padding: 33px 50px 32px;
  border: solid 1px #CCCCCC;
  position: relative;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  .home .banner__item {
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 25px;
    letter-spacing: 1.4px;
  }
}
.home .banner__item::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
  width: 13px;
  height: 10px;
  background: url("../images/blank.svg");
}
@media screen and (max-width: 768px) {
  .home .banner__item::after {
    right: 10px;
    bottom: 10px;
  }
}
.home .banner__item:hover {
  background-color: #F1F1F1;
}
.home .banner-caseStudies {
  margin-top: 100px;
}
.home .banner-caseStudies .banner__link {
  display: block;
  width: 100%;
}
.home .banner-caseStudies .banner__link:hover {
  opacity: 0.7;
}
.home .banner-caseStudies + .section {
  margin-top: 100px;
}
@media screen and (max-width: 515px) {
  .home .banner-caseStudies {
    margin-top: 50px;
  }
  .home .banner-caseStudies + .section {
    margin-top: 50px;
  }
  .home .banner-caseStudies .banner__link {
    max-width: 310px;
    margin-inline: auto;
  }
}

.page-header {
  position: relative;
  margin-top: 75px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .page-header {
    margin-top: 50px;
    padding: 20px 0;
  }
}
.page-header h1,
.page-header .page-header__title {
  font-weight: 500;
  font-size: 3.2rem;
  margin-block-start: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-header h1,
  .page-header .page-header__title {
    font-size: 1.8rem;
  }
}
.page-header h1 span,
.page-header .page-header__title span {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-header h1 span,
  .page-header .page-header__title span {
    font-size: 1.6rem;
  }
}
.page-header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #F3F3F3;
  height: 100%;
  width: calc(100% - 80px);
  z-index: -1;
  border-radius: 0 0 100vh 0;
}
@media screen and (max-width: 1024px) {
  .page-header::before {
    width: calc(100% - 20px);
    border-radius: 0 0 120px 0;
  }
}

.page {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page {
    letter-spacing: 0;
  }
}
.page p {
  margin-block-start: 1.5rem;
  line-height: 1.6;
}
.page .wp-block-heading {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.page .wp-block-heading.is-style-heading-navy {
  background: #202937;
  color: #fff;
  padding: 30px 20px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.page .wp-block-image {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.page .flow__item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .page .flow__item {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    gap: 16px;
  }
}
.page .flow__item:not(:last-of-type) {
  border-bottom: 1px solid #202937;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .flow__item:not(:last-of-type) {
    padding-bottom: 40px;
  }
}
.page .flow__item:not(:last-of-type)::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #202937 transparent transparent transparent;
}
.page .flow__item .wp-block-heading {
  margin-top: 0;
}
.page .flow__item-step {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 113px;
  height: 113px;
  background: #202937;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .page .flow__item-step {
    height: 71px;
    width: 71px;
    font-size: 1.5rem;
    margin-inline: auto;
  }
}
.page .flow__item-text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page .flow__item-text {
    margin-top: 0;
  }
}

.page-content__thumbnail {
  margin-bottom: 10px;
}

.page-content__content {
  margin-inline: auto;
}
.single-results .page-content__content, .single-post .page-content__content {
  max-width: 820px;
}
.page-content__content a:not(:has(img)) {
  color: #4C75B8;
  transition: color 0.5s;
  position: relative;
}
.page-content__content a:not(:has(img))::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #4C75B8;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.5s ease;
}
.page-content__content a:not(:has(img)):hover {
  color: #202937;
}
.page-content__content a:not(:has(img)):hover::before {
  width: 0;
}
.page-content__content a:not(:has(img))[target=_blank]:not(.wp-block-button__link) {
  display: inline-block;
  margin-right: 1.1em;
}
.page-content__content a:not(:has(img))[target=_blank]:not(.wp-block-button__link)::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 5px;
  right: -1px;
  transform: translateX(110%);
  width: 13px;
  height: 10px;
  background: url("../images/blank.svg");
}
.page-content__content .wp-block-heading {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.page-content__title {
  font-size: 2.4rem;
  font-weight: 500;
}

.page-content__meta {
  margin-bottom: 50px;
}

.page-content__category {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 0.8em;
  background: #4C75B8;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.2;
}
.page-content__category a {
  color: #fff;
}

.page-content__date {
  color: #444444;
  font-size: 0.9em;
}

.page-content__back {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #4C75B8;
  padding-top: 40px;
  text-align: center;
}
.page-content__back a {
  color: #4C75B8;
  transition: color 0.5s;
  position: relative;
}
.page-content__back a::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #4C75B8;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.5s ease;
}
.page-content__back a:hover {
  color: #202937;
}
.page-content__back a:hover::after {
  width: 0;
}

.wp-block-button .wp-block-button__link,
.is-style-banner a {
  transition: opacity 0.5s;
}
.wp-block-button .wp-block-button__link::before,
.is-style-banner a::before {
  content: none;
}
.wp-block-button .wp-block-button__link:hover,
.is-style-banner a:hover {
  opacity: 0.7;
}

.is-style-banner a {
  color: #111;
}
.is-style-banner .wp-block-columns {
  margin-bottom: 0;
}

.is-style-contact > .wp-block-button {
  display: block;
  flex-grow: 1;
  position: relative;
}
.is-style-contact > .wp-block-button .wp-block-button__link {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #E3FF78;
  color: #E3FF78;
  width: 100%;
  transition: color 0.5s, background-color 0.5s;
}
.is-style-contact > .wp-block-button .wp-block-button__link .rtex-font-size-1 {
  font-size: 1.6rem;
}
.is-style-contact > .wp-block-button .wp-block-button__link .rtex-font-size-3 {
  font-size: 3.2rem;
}
.is-style-contact > .wp-block-button .wp-block-button__link:hover {
  background-color: #E3FF78;
  color: #4D6587;
  opacity: unset;
}
.is-style-contact > .wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 46px;
  border-color: transparent transparent #E3FF78 transparent;
  pointer-events: none;
}

.wp-block-separator {
  border-top-width: 1px;
}

.alignfull {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding-inline: 20px;
}

.wp-block-image.aligncenter {
  margin-inline: auto;
  text-align: center;
}

.flow-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flow-form li {
  display: grid;
  place-items: center;
  position: relative;
  width: 53px;
  height: 53px;
  margin: 0 30px;
  border: solid 1px #202937;
  border-radius: 50%;
  color: #202937;
}
.flow-form li p {
  margin-top: 0;
}
.flow-form li.active {
  background: #202937;
  color: #fff;
}
.flow-form li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -33px;
  height: 8px;
  width: 8px;
  border-top: solid 1px #202937;
  border-right: solid 1px #202937;
  transform: rotate(45deg) translateY(-50%);
}

.form-content {
  margin-top: 20px;
}
.form-content .required {
  display: inline-block;
  margin-left: 12px;
  padding: 0 0.5em;
  background-color: #202937;
  font-size: 12px;
  color: #fff;
}
.form-content p {
  margin-top: 0;
}
.form-content dl {
  display: flex;
  gap: 16px;
  border-top: 1px solid #f0f0f0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .form-content dl {
    border: 0;
    flex-direction: column;
    padding: 20px 0;
  }
}
.form-content dl:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.form-content dt {
  width: 30%;
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  .form-content dt {
    width: 100%;
    padding: 0;
  }
}
.form-content dt p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .form-content dt p {
    text-align: left;
  }
}
.form-content dd {
  width: 70%;
  padding-right: 8%;
}
@media screen and (max-width: 768px) {
  .form-content dd {
    width: 100%;
    padding: 0;
  }
}
.form-content input,
.form-content textarea {
  border: 1px solid #ccc;
  width: 100%;
}
.form-content input[type=radio] {
  width: auto;
}

.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .wpcf7-radio .wpcf7-list-item {
    display: block;
  }
}

.form-content__btn {
  margin-top: 20px;
}
.form-content__btn .btn {
  width: 300px;
  margin: auto;
  padding: 14px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .form-content__btn .btn {
    font-size: 1.6rem;
    width: 100%;
  }
}

.form-content__attention {
  text-align: center;
  margin-top: 20px;
}

.form-complete {
  margin-top: 40px;
  text-align: center;
}

.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=URL],
.wpcf7-form textarea {
  border: 1px solid #cccccc;
}

.case-fields {
  margin-top: 20px;
  margin-bottom: 40px;
}
.case-fields .case-fields__item {
  margin-bottom: 12px;
}
.case-fields .case-fields__item dt {
  font-weight: 500;
  color: #4C75B8;
  font-size: 1.8rem;
}
.case-fields .case-fields__item dd {
  padding-left: 20px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .case-fields .case-fields__item {
    display: flex;
    flex-wrap: wrap;
  }
  .case-fields .case-fields__item dt {
    flex-basis: 20%;
  }
  .case-fields .case-fields__item dd {
    flex-basis: 80%;
  }
}

.case .page-content__content h2.wp-block-heading {
  --wp--preset--spacing--70: 5rem;
  font-size: 1.8rem;
  margin-top: var(--wp--preset--spacing--70);
  margin-bottom: var(--wp--preset--spacing--40);
}
.case .page-content__content .page-content__title {
  font-size: 1.6rem;
  font-weight: 400;
}

.page-for-venture .alignfull > .wp-block-heading {
  transform: translateY(-50%);
}

ul.is-style-default {
  list-style: disc;
  margin-left: 20px;
  padding-left: 20px;
}

.is-style-copy-text-list {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 40px;
}
.is-style-copy-text-list li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 20px 10px 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .is-style-copy-text-list li {
    font-size: 20px;
  }
}
.is-style-copy-text-list li:before {
  content: "";
  position: absolute;
  top: 1.4em;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 28px;
  background: url("../images/icon-checkbox.svg") no-repeat;
}

.wp-block-gallery.is-style-customer-logos {
  justify-content: center;
  margin-bottom: 40px;
}
.wp-block-gallery.is-style-customer-logos > .wp-block-image {
  padding: 0 1rem;
  flex-grow: 0 !important;
  margin: auto 0 !important;
  width: calc(11.1111111111% - 16px) !important;
  min-height: 70px;
}
@media screen and (max-width: 1024px) {
  .wp-block-gallery.is-style-customer-logos > .wp-block-image {
    width: calc(16.6666666667% - 16px) !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-gallery.is-style-customer-logos > .wp-block-image {
    width: calc(25% - 16px) !important;
  }
}
@media screen and (max-width: 425px) {
  .wp-block-gallery.is-style-customer-logos > .wp-block-image {
    width: calc(33.3333333333% - 16px) !important;
  }
}
.wp-block-gallery.is-style-customer-logos.is-style-customer-logos--small > .wp-block-image {
  width: calc(16.6666666667% - 16px) !important;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .wp-block-gallery.is-style-customer-logos.is-style-customer-logos--small > .wp-block-image {
    width: calc(25% - 16px) !important;
  }
}
@media screen and (max-width: 425px) {
  .wp-block-gallery.is-style-customer-logos.is-style-customer-logos--small > .wp-block-image {
    width: calc(33.3333333333% - 16px) !important;
  }
}

.page .is-style-ceo-voice h3 {
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 10px 0;
  margin-bottom: 24px;
}
.page .is-style-ceo-voice .wp-block-image {
  margin: 0;
}
.page .is-style-ceo-voice p {
  line-height: 2;
  font-weight: 400;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-schedule > table tr td {
  position: relative;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-schedule > table tr td:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  left: calc(100% - 4px);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-company-table a {
  color: #1A0DAB;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-company-table a[target=_blank] {
  position: relative;
  margin-left: 5px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-company-table a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 60%;
  left: 100%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/blank.svg") no-repeat;
  margin-left: 5px;
}

.page-for-enterprise .alignfull > .wp-block-heading {
  transform: translateY(-50%);
}

.page .is-style-box-issue h3 {
  color: #fff;
  margin: 0;
  background-color: #202937;
  padding: 10px 20px;
}
.page .is-style-box-issue h4 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 20px 10px 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page .is-style-box-issue h4 {
    font-size: 20px;
  }
}
.page .is-style-box-issue h4:before {
  content: "";
  position: absolute;
  top: 1.4em;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 28px;
  background: url("../images/icon-checkbox.svg") no-repeat;
}
.page .is-style-box-issue .wp-block-image {
  margin-bottom: 0;
}
.page .is-style-box-issue p {
  margin-top: 0;
  padding-left: 40px;
}
.page .is-style-box-issue p + .wp-block-heading {
  margin-top: 20px;
}
.page .is-style-bg-arrow {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .is-style-bg-arrow {
    padding-inline: 20px;
  }
}
.page .is-style-bg-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 48px solid #fff;
}
@media screen and (max-width: 768px) {
  .page .is-style-bg-arrow .has-large-font-size {
    font-size: 2rem !important;
  }
}

.rtex-font-size-4 {
  font-size: 5rem;
}

.home .section.case {
  padding-block: 60px;
  margin-block: 0;
  background-color: #f0f0f0;
}
.home .section.customer_banners {
  padding-bottom: 60px;
}
.home .section.results {
  padding-bottom: 80px;
}

.l-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-archive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .l-archive {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news .news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news .news__list {
    margin-top: 40px;
  }
}
.news .news__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .news .news__item {
    letter-spacing: 1.4px;
    flex-direction: column;
    gap: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news .news__item:not(:last-child) {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 20px;
}
.news .news__item-date {
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .news .news__item-date {
    margin-left: 0;
  }
}
.news .news__item-text:hover {
  text-decoration: underline;
}

.pagination {
  margin: 60px auto 80px;
}

.nav-links {
  text-align: center;
  line-height: 1;
  font-size: 17px;
}
.nav-links > .page-numbers {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  border-radius: 100%;
  padding: 12px 16px;
}
.nav-links > .page-numbers.current {
  color: #fff;
  background: #4C75B8;
}
.nav-links > .page-numbers.dots {
  min-width: inherit;
  padding: 0;
  background: none;
  border: none;
}
.nav-links > a.page-numbers {
  color: #202937;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;
}
.nav-links > a.page-numbers:hover {
  color: #fff;
  background: #4C75B8;
}
.nav-links img {
  vertical-align: middle;
}
.nav-links .prev.page-numbers:hover, .nav-links .next.page-numbers:hover {
  color: #202937;
  text-decoration: underline;
  background-color: transparent;
}

.select-columns {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 1em;
  border: 1px solid #4C75B8;
  border-radius: 3px;
}
.select-columns .select-columns__title {
  font-size: 1.4em;
  flex-basis: 40%;
  text-align: center;
}
.select-columns .select-columns__select {
  flex-basis: 60%;
  position: relative;
}
.select-columns .select-columns__label {
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border: solid 1px #cccccc;
  background-color: #fff;
  color: inherit;
  font: inherit;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}
.select-columns .select-columns__label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  margin: auto;
  width: 18px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.5%2011.5%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22%23707070%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.500%2C0.500%20L9.500%2C8.500%20L17.500%2C0.500%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.select-columns .select-columns__list {
  width: 100%;
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background-color: #fff;
  z-index: 2;
}
.select-columns .select-columns__list li {
  display: block;
}
.select-columns .select-columns__list li a {
  transition: background 0.3s ease;
  display: block;
  padding: 5px 10px;
}
@media screen and (min-width: 960px) {
  .select-columns {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .select-columns .select-columns__title {
    margin-bottom: 0;
  }
}

.c-card {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(201, 199, 216, 0.2392156863);
  border: 1px solid rgba(201, 199, 216, 0.2470588235);
  border-radius: 3px;
  transition: box-shadow 0.5s;
}
.c-card:hover {
  box-shadow: none;
}
.c-card .c-card__link {
  text-decoration: none;
  display: block;
  padding: 40px 40px 60px;
  height: 100%;
}
.c-card .c-card__link .c-card__title {
  font-weight: 500;
  color: #4C75B8;
  margin-bottom: 0;
  line-height: 1.4;
  transition: color 0.5s;
}
.c-card .c-card__link .c-card__title + .c-card__meta {
  margin-top: 16px;
}
.c-card .c-card__link .c-card__img {
  contain: paint;
  margin-bottom: 16px;
}
.c-card .c-card__link .c-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  transition: transform 0.5s;
}
.c-card .c-card__link .c-card__meta {
  margin-bottom: 10px;
}
.c-card .c-card__link .c-card__date {
  color: #111;
  margin-right: 10px;
}
.c-card .c-card__link .c-card__excerpt {
  color: #111;
  font-size: 15px;
}
.c-card .c-card__link:hover .c-card__title,
.c-card .c-card__link:hover .c-card__excerpt {
  color: #EF5972;
}
.c-card .c-card__link:hover .c-card__img img {
  transform: scale(1.05);
}
.c-card.c-card--case .c-card__link {
  padding-top: 30px;
}
.c-card.c-card--case .c-card__title {
  text-align: center;
  margin-bottom: 20px;
}

.header {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-right: 23px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1024px) {
  .header {
    padding-left: 10px;
    padding-right: 0;
  }
}

.home .header {
  opacity: 0;
}
.home .header.active {
  opacity: 1;
}

.logo {
  width: 180px;
}

.header__btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__btn {
    display: none;
  }
}

.gnav {
  background: #fff;
  border: 1px solid #202937;
  color: #202937;
}

.gnav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-inline: 10px;
}
.gnav__list li {
  line-height: 1.2;
}
.gnav__list li a {
  padding: 23px 14px 22px;
  display: block;
  transition: color 0.5s;
}
.gnav__list li a:hover {
  color: #4C75B8;
}

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

.footer__link {
  display: flex;
  justify-content: center;
}

.copyright {
  margin-top: 16px;
  text-align: center;
}

.mv {
  display: grid;
  place-items: center;
  min-height: 768px;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: auto;
  }
}
.mv__img {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 100%;
    padding: 0 20px;
  }
}
.mv__arrow {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .mv__arrow {
    margin-top: 38px;
  }
}
.mv__arrow-01, .mv__arrow-02 {
  animation: blinking 2.5s infinite;
  display: block;
  position: relative;
}
.mv__arrow-01::before, .mv__arrow-01::after, .mv__arrow-02::before, .mv__arrow-02::after {
  position: absolute;
  display: block;
  content: "";
  background: #202937;
}
.mv__arrow-01::before, .mv__arrow-01::after {
  width: 22px;
  height: 1px;
  top: 0;
}
.mv__arrow-01::before {
  right: calc(50% - 3px);
  transform: rotate(40deg);
}
.mv__arrow-01::after {
  left: calc(50% - 3px);
  transform: rotate(-40deg);
}
.mv__arrow-02 {
  animation-delay: 0.2s;
}
.mv__arrow-02::before, .mv__arrow-02::after {
  width: 13px;
  height: 1px;
  top: 12px;
}
.mv__arrow-02::before {
  right: calc(50% - 2px);
  transform: rotate(40deg);
}
.mv__arrow-02::after {
  left: calc(50% - 2px);
  transform: rotate(-40deg);
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagetop {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
  }
}

.home .pagetop {
  opacity: 0;
}
.home .pagetop.active {
  opacity: 1;
}

.pagetop__arrow {
  height: 18px;
  width: 18px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(30%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .pagetop__arrow {
    height: 11px;
    width: 11px;
  }
}

.home .fade {
  opacity: 0;
}
.home .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-category-label {
  color: #fff;
  background-color: #4C75B8;
  display: inline-block;
  padding: 3px 12px;
  line-height: 1.2;
  font-size: 0.8em;
}

.c-tag-label {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 6px;
  border: 1px solid #202937;
  line-height: 1.2;
  font-size: 0.75em;
  color: #202937;
}
.c-tag-label.c-tag-label--industry {
  border-color: #444444;
  color: #444444;
}

.more-button-wrapper {
  text-align: right;
  margin-top: 20px;
}
.more-button-wrapper a {
  display: inline-block;
  transition: transform 0.3s ease;
}
.more-button-wrapper a:hover {
  transform: translateX(5px);
}

.more-button {
  border-radius: 6px;
  background-color: #4C75B8;
  color: #fff;
  padding: 5px 20px;
  min-width: 240px;
}

/*# sourceMappingURL=styles.css.map */
