@charset "UTF-8";
/*
Theme Name: Retrieva corporate site
Version: 1.0
Description: 株式会社レトリバのコーポレートサイトテーマです。
Last Updated: 2023-06-30
Author: 株式会社レトリバ - https://retrieva.jp
Twitter: https://twitter.com/retrieva_jp
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  min-height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  position: relative;
  line-height: 1.5;
  color: #182b3f;
}

h1,
h2,
h3 {
  font-style: normal;
  font-weight: 500;
}

h1 {
  font-size: 6rem;
}
@media screen and (min-width: 1065px) {
  h1 {
    font-size: 8rem;
  }
}

h2 {
  font-size: 4rem;
}
@media screen and (min-width: 1065px) {
  h2 {
    font-size: 6rem;
  }
}

h3 {
  font-size: 2.8rem;
}
@media screen and (min-width: 1065px) {
  h3 {
    font-size: 3.6rem;
  }
}

h4 {
  font-size: 2.4rem;
}
@media screen and (min-width: 1065px) {
  h4 {
    font-size: 2.8rem;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

ol,
ul {
  padding-left: 0;
  list-style: none;
}

button {
  background: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

p,
span {
  font-size: 1.6rem;
}

.nav__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 9.05rem;
  background-color: #f6f7f9;
  border-bottom: 0.1rem solid #b3bfcc;
  transition: 0.3s all ease;
}
.nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 1.6rem;
}
.nav__logo:hover {
  opacity: 0.6;
}
.nav__hamburger {
  width: 4rem;
  height: 4rem;
}
.nav__hamburger:hover {
  opacity: 0.6;
  cursor: pointer;
}
.nav__hamburger-open.active {
  display: none;
  transition: ease 0.4s;
}
.nav__hamburger-close {
  display: none;
}
.nav__hamburger-close.active {
  display: block;
  transition: ease 0.4s;
}
.nav__inner {
  position: relative;
  padding: 0;
  border-bottom: 0.1rem solid #d6dee6;
  max-width: 100%;
  width: 100%;
  margin: 0 0 0 auto;
}
.nav__inner .nav__img {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 30px;
  width: 600px;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
}
.nav__inner .nav__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav__inner > ul {
  margin-bottom: 0.8rem;
}
.nav__content {
  position: fixed;
  background-color: #fff;
  top: 9.15rem;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: ease 0.4s;
  padding: 3.2rem 1.6rem 25.6rem;
  z-index: 100;
}
.nav__content.active {
  visibility: visible;
  opacity: 1;
}
.nav__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.8rem;
  font-size: 2.4rem;
  border-bottom: 0.1rem solid #d6dee6;
}
.nav__headline.active {
  border-bottom: none;
}
.nav__headline:hover {
  color: #1e50a2;
}
.nav__allow {
  width: 2.4rem;
  height: 2.4rem;
}
.nav__allow.active {
  transform: rotate(180deg);
}
.nav__allow-send {
  width: 2.4rem;
}
.nav__item-sub {
  display: none;
  padding-top: 3em;;
}
.nav__item-sub__headline {
  display: flex;
}
.nav__item-sub__headline > img {
  display: none;
}
.nav__item-sub__headline a:hover {
  background-color: #d6dee6;
}
.nav__item-sub__headline > a {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  border: solid 0.1rem #000000;
  border-radius: 3.2rem;
  text-align: center;
  padding: 1.3rem;

}
.nav__item-sub__content {
  border-left: 0.1rem solid #8494a4;
  margin: 1rem 0 3rem 1.6rem;
  padding: 0;
}
.nav__item-sub__product {
  margin-bottom: 0.8rem;
}
.nav__item-sub__label {
  display: block;
  font-size: 1.6rem;
  color: #8494a4;
  padding-left: 1.6rem;
}
.nav__item-sub__category {
  display: flex;
  list-style: inside;
  padding: 0.4rem 0 0.4rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #182b3f;
}
.nav__item-sub__category::before {
  content: "・";
  margin-right: 0.4rem;
}
.nav__item-sub__category-icon {
  margin-left: 0.8rem;
}
.nav__item-sub__category:hover {
  background-color: #d6dee6;
}
.nav__contact {
  box-sizing: border-box;
  max-width: 100%;
}
.nav__contact-wrapper {
  background-color: #fff;
  border-top: 0.1rem solid #b3bfcc;
  padding: 3.2rem 1.6rem;
}
@media screen and (min-width: 1065px) {
  .nav {
    font-size: 8rem;
  }
  .nav__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6.4rem;
    background-color: #f6f7f9;
  }
  .nav__hamburger {
    display: none;
  }
  .nav__content {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: ease 0.4s;
    padding: 0;
    background-color: #f6f7f9;
  }
  .nav__content.active {
    visibility: visible;
    opacity: 1;
  }
  .nav__list {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 3.2rem;
  }
  .nav__item {
    margin-right: 0.8rem;
  }
  .nav__item-sub {
    position: fixed;
    width: 100%;
    top: 9.15rem;
    left: 0;
    right: 0;
    padding: 6.4rem;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 600;
  }
  .nav__item-sub__headline {
    display: flex;
    margin-bottom: 0.8rem;
    border-radius: 0.5rem;
  }
  .nav__item-sub__headline > a {
    font-size: 1.6rem;
  }
  .nav__item-sub__content {
    margin: 2rem 0 3rem 1.6em;
  }
  .nav__item-sub__category {
    background-color: transparent;
    margin-left: 0.8rem;
  }
  .nav__item-sub.active {
    display: block;
  }
  .nav__headline {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding: 0.8rem;
    border-bottom: none;
  }
  .nav__inner {
    display: flex;
    border-bottom: none;
    min-height: 240px;
    width: 876px;
  }
  .nav__inner .nav__img {
    display: block;
  }
  .nav__inner > ul {
    width: 33.3%;
    padding-left: 32px;
  }
  .nav__allow {
    margin-left: 0.8rem;
    transform: rotate(180deg);
    width: 1.2rem;
  }
  .nav__allow-send {
    width: 1.6rem;
    margin-left: 0.8rem;
  }
  .nav__contact-wrapper {
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    border-top: none;
    padding: 0;
    width: auto;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 500;
  display: none;
  cursor: pointer;
}

.footer {
  padding: 6.4rem 1.6rem 3.2rem;
  background-color: #182b3f;
}
.footer__recruit {
  color: #fff !important;
  border: 0.1rem solid #fff !important;
  margin: 3.2rem 0 1.6rem;
}
.footer__recruit .send-icon {
  margin-left: 0.8rem;
}
.footer__nav-container {
  border-bottom: 0.1rem solid #586b7e;
  padding: 3.2rem 0;
}
.footer__nav-logo:hover {
  opacity: 0.6;
}
.footer__nav-headline {
  font-size: 2.4rem;
  color: #fff;
  padding: 0 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}
.footer__nav-headline:hover {
  background-color: #586b7e;
  border-radius: 0.5rem;
  cursor: pointer;
}
.footer__nav-item-sub {
  display: none;
  margin-bottom: 1.6rem;
}
.footer__nav-item-sub__headline {
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.footer__nav-item-sub__headline .send-icon {
  margin-left: 0.5rem;
}
.footer__nav-item-sub__headline:hover {
  background-color: #586b7e;
  border-radius: 0.5rem;
}
.footer__nav-item-sub__headline.news-content::before {
  content: "・";
}
.footer__nav-allow {
  width: 2.4rem;
  height: 2.4rem;
}
.footer__nav-allow.active {
  transform: rotate(180deg);
}
.footer__info {
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #586b7e;
  margin-bottom: 9.6rem;
}
.footer__sns {
  width: 45%;
}
.footer__sns-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.footer__sns-item:last-child {
  margin-bottom: 0;
}
.footer__sns-item:hover {
  background-color: #586b7e;
  border-radius: 0.4rem;
}
.footer__sns-text {
  margin-left: 0.8rem;
  font-size: 1.6rem;
  color: #fff;
}
.footer__policy {
  width: 50%;
}
.footer__policy-text {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  color: #fff;
}
.footer__policy-text:last-child {
  margin-bottom: 0;
}
.footer__policy-text:hover {
  background-color: #586b7e;
  border-radius: 0.4rem;
}
.footer__copy {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (min-width: 1065px) {
  .footer {
    padding-top: 12.8rem;
  }
  .footer__container {
    max-width: 102.4rem;
    margin: 0 auto;
  }
  .footer__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__offer {
    display: flex;
  }
  .footer__recruit {
    width: 15rem;
    margin: 0 1.6rem 0 0;
  }
  .footer__nav-list {
    display: flex;
    justify-content: space-between;
  }
  .footer__nav-headline {
    margin-bottom: 1.6rem;
  }
  .footer__nav-headline:hover {
    background-color: transparent;
    border-radius: initial;
    cursor: auto;
  }
  .footer__nav-allow {
    display: none;
  }
  .footer__nav-item {
    width: 24%;
  }
  .footer__nav-item-sub {
    display: block;
    margin-bottom: 0;
  }
  .footer__nav-item-sub__headline {
    font-size: 1.6rem;
    color: #fff;
    display: flex;
  }
  .footer__nav-item-sub__headline > p {
    font-size: 1.6rem;
  }
  .footer__nav-item-sub__content {
    display: none;
  }
  .footer__info {
    width: 52%;
    border-bottom: none;
    margin-bottom: 0;
  }
  .footer__sns-item {
    margin-bottom: 0.8rem;
  }
  .footer__policy-text {
    margin-bottom: 0.8rem;
  }
  .footer__copy {
    margin: 0 auto;
    display: block;
    max-width: 102.4rem;
    border-top: 0.1rem solid #586b7e;
    padding-top: 12.8rem;
  }
}

.breadcrumb__container {
  display: flex;
  font-size: 1.6rem;
  padding: 1.6rem 1.6rem 3.2rem;
  margin-top: 9rem;
}
.breadcrumb__container.vision {
  margin-top: 0;
  position: absolute;
  color: #fff;
  top: 12rem;
  left: 5%;
  right: 5%;
  transform: translateY(-50%);
}
.breadcrumb__container.vision:hover {
  color: #fff;
}
.breadcrumb__container.contact {
  margin-top: 10rem;
  margin-left: 1rem;
}
.breadcrumb__link {
  margin-right: 0.8rem;
  color: #182b3f;
}
.breadcrumb__link:hover {
  color: #1e50a2;
  cursor: pointer;
}
.breadcrumb__link.vision {
  color: #fff;
}
.breadcrumb__img {
  margin-right: 0.8rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 1065px) {
  .breadcrumb__container {
    max-width: 102.4rem;
    margin: 0 auto;
    padding: 11rem 0 0;
  }
  .breadcrumb__container.vision {
    padding-top: 0;
  }
  .breadcrumb__container.contact {
    margin-top: 10rem;
  }
}

.btn-large {
  min-width: 30rem;
  height: 12.6rem;
  display: block;
  text-align: center;
  border-radius: 100rem;
  line-height: 1.4;
}
.btn-large:hover {
  background-color: #3d5266;
  cursor: pointer;
}

.btn-medium-quaternary, .btn-medium-tertiary, .btn-medium-secondary, .btn-medium-primary, .btn-medium {
  min-width: 15rem;
  display: block;
  text-align: center;
  padding: 1.6rem 0;
  border-radius: 10rem;
  font-size: 1.6rem;
}
.btn-medium-quaternary:hover, .btn-medium-tertiary:hover, .btn-medium-secondary:hover, .btn-medium-primary:hover, .btn-medium:hover {
  background-color: #3d5266;
  cursor: pointer;
}

.btn-large {
  color: #fff;
  background-color: #182b3f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-large__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-large__text {
  font-size: 2.4rem;
}
.btn-large__img-above {
  margin-right: 0.8rem;
}
.btn-large__img-below {
  margin-left: 0.8rem;
}
.btn-large__description {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}
.btn-medium {
  margin-bottom: 1.6rem;
}
.btn-medium:last-child {
  margin-bottom: 0;
}
.btn-medium.default {
  width: 21rem;
  color: #fff;
  background-color: #b3bfcc;
}
.btn-medium.default.active {
  width: 21rem;
  color: #fff;
  background-color: #182b3f;
  cursor: auto;
  pointer-events: none;
}
.btn-medium.default:hover {
  cursor: pointer;
  background-color: #182b3f;
}
.btn-medium__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-medium__text-icon {
  margin-right: 0.8rem;
}
.btn-medium__img {
  margin-right: 0.4rem;
}
.btn-medium-primary {
  color: #fff;
  background-color: #1e50a2;
}
.btn-medium-primary.yoshina {
  max-width: 30rem;
}
.btn-medium-secondary {
  color: #fff;
  background-color: #182b3f;
}
.btn-medium-secondary.others-btn {
  width: 18.4rem;
  margin: 0 auto;
}
.btn-medium-tertiary {
  color: #182b3f;
  background-color: transparent;
  border: 0.1rem solid #182b3f;
}
.btn-medium-tertiary .send-icon:last-child {
  display: none;
}
.btn-medium-tertiary:hover {
  background-color: #3d5266;
  color: #fff;
  border: 0.1rem solid #3d5266;
}
.btn-medium-tertiary:hover .send-icon {
  display: none;
}
.btn-medium-tertiary:hover .send-icon:last-child {
  display: inline-block;
}
.btn-medium-quaternary {
  color: #fff;
  background-color: transparent;
  border: 0.1rem solid #fff;
}
.btn-medium-quaternary:hover {
  background-color: #3d5266;
  border: 0.1rem solid #3d5266;
}
@media screen and (min-width: 1065px) {
  .btn-medium {
    margin: 0 1.6rem 0 0;
  }
}
.btn-text-primary {
  font-size: 1.6rem;
  color: #182b3f;
}
.btn-text-primary:hover {
  color: #1e50a2;
}
.btn-text-secondary {
  font-size: 1.6rem;
  color: #fff;
}
.btn-text-secondary:hover {
  color: #1e50a2;
}

.top__key-visual__container {
  position: relative;
  min-height: 70rem;
  padding-top: 9rem;
}
.top__key-visual__container > img {
  width: 100%;
  min-height: 65rem;
  -o-object-position: 52.5%;
     object-position: 52.5%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
}
.top__key-visual__text {
  position: absolute;
  top: 55%;
  right: 5%;
}
.top__key-visual__text-headline {
  color: #fff;
  margin-bottom: 3.2rem;
  line-height: 1.3;
}
.top__key-visual__text-description {
  color: #fff;
}

.vision__key-visual__container {
  position: relative;
  padding-top: 9rem;
}
.vision__key-visual__img {
  width: 100%;
  min-height: 70rem;
  -o-object-position: 42.5%;
     object-position: 42.5%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
}
.vision__key-visual__text {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  transform: translateY(-50%);
  color: #fff;
}

@media screen and (min-width: 1065px) {
  .top__key-visual__text {
    top: 48%;
    right: 11%;
  }
  .vision__key-visual__text {
    max-width: 102.4rem;
    margin: 0 auto;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}
.modal__background {
  position: absolute;
  height: 100vh;
  width: 100%;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3rem;
  transform: translate(-50%, -50%);
  overflow: auto;
  background-color: #fff;
  width: 90%;
  max-height: 85%;
  padding: 6.4rem 1.6rem 0;
  box-sizing: border-box;
}
.modal__content.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal__img {
  width: 24rem;
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.6rem;
}
.modal__video {
  width: 100%;
  margin-bottom: 3.2rem;
}
.modal__name {
  font-size: 3.2rem;
  margin-bottom: 0.8rem;
}
.modal__position {
  color: #1e50a2;
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
}
.modal__description {
  margin-bottom: 6.4rem;
}
.modal__link {
  max-width: 12rem;
  margin: 0 auto 6.4rem;
}
@media screen and (min-width: 1065px) {
  .modal__content {
    max-width: 76rem;
    max-height: 95%;
    padding: 9.6rem 9.6rem 0;
  }
}

.news {
  padding: 0 1.6rem 12.8rem;
}
.news__wrapper {
  background-color: #f6f7f9;
}
.news__title {
  text-align: center;
  margin-bottom: 3.2rem;
  color: #1e50a2;
}
.news__container {
  margin-bottom: 3.2rem;
}
.news__content {
  display: block;
  margin-bottom: 3.2rem;
}
.news__content:hover {
  opacity: 0.6;
}
.news__content:last-child {
  margin-bottom: 0;
}
.news__img {
  height: 20rem;
  max-width: 100%;
  width: 50.4rem;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 2rem;
  display: block;
  margin: 0 auto 1.6rem;
}
.news__text {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.news__date {
  color: #1e50a2;
  font-size: 1.2rem;
}
.news__btn-all {
  max-width: 27rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.news__btn-release {
  max-width: 25.6rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.news__btn-info {
  max-width: 28.8rem;
  display: flex;
  justify-content: center;
}
.news__category__container {
  margin-bottom: 3.2rem;
  padding: 1.6rem 1.6rem 0;
}
.news__category__title {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.news-detail {
  background-color: #f6f7f9;
  padding-bottom: 0.4rem;
}
.news-detail__container {
  margin: 0 0 12.8rem;
  background-color: #fff;
  padding: 6.4rem 1.6rem;
}
.news-detail__date {
  display: block;
  color: #1e50a2;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.news-detail__text {
  font-size: 3.2rem;
  margin-bottom: 3.2rem;
}
.news-detail__img {
  height: 24rem;
  width: 100%;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 2rem;
  margin-bottom: 6.4rem;
}
.news-detail__content {
  margin-bottom: 6.4rem;
}
.news-detail__content h1,
.news-detail__content h2,
.news-detail__content h3,
.news-detail__content h4,
.news-detail__content h5,
.news-detail__content h6 {
  font-weight: bold;
  margin-bottom: 3.2rem;
  padding-left: 1.6rem;
  border-left: 0.4rem solid #1e50a2;
}
.news-detail__content h1 {
  font-size: 4rem;
}
.news-detail__content h2 {
  font-size: 3.6rem;
}
.news-detail__content h3 {
  font-size: 3.2rem;
}
.news-detail__content h4 {
  font-size: 2.8rem;
}
.news-detail__content h5 {
  font-size: 2.4rem;
}
.news-detail__content h6 {
  font-size: 2rem;
}
.news-detail__content ul,
.news-detail__content ol {
  font-size: 1.6rem;
  padding-left: 1.6rem;
}
.news-detail__content ul {
  list-style-type: disc;
}
.news-detail__content ol {
  list-style-type: decimal;
}
.news-detail__content a {
  color: #1e50a2;
  text-decoration: underline;
}
.news-detail__content a:hover {
  opacity: 0.6;
}
.news-detail__content img {
  margin: 3.2rem 0;
}
.news-detail__btn {
  width: 15.2rem;
}
@media screen and (min-width: 1065px) {
  .news {
    max-width: 102.4rem;
    margin: 0 auto;
    padding: 0 1.6rem 12.8rem;
  }
  .news__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news__content {
    width: 49%;
  }
  .news__btn {
    display: flex;
    justify-content: center;
  }
  .news__btn-all {
    width: 27rem;
    margin-bottom: 0;
    margin-right: 1.6rem;
  }
  .news__btn-release {
    width: 25.6rem;
    margin-bottom: 0;
    margin-right: 1.6rem;
  }
  .news__btn-info {
    width: 28.8rem;
  }
  .news__category__container {
    display: flex;
    margin: 0 auto;
    align-items: center;
    max-width: 102.4rem;
    margin-bottom: 6.4rem;
    padding: 6.4rem 1.6rem 0;
  }
  .news__category__title {
    display: block;
    font-size: 1.6rem;
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .news-detail__container {
    margin: 6.4rem auto 12.8rem;
    max-width: 80rem;
    border-radius: 2rem;
    padding: 6.4rem;
    box-sizing: border-box;
  }
  .news-detail__img {
    height: 40rem;
  }
}

.others {
  background-color: #f6f7f9;
  padding: 0.4rem;
}
.others__container {
  margin: 16.4rem 0 12.8rem;
  text-align: center;
  padding: 0 1.6rem;
}
.others__title {
  margin-bottom: 3.2rem;
}
.others__title.error {
  color: #80aaff;
}
.others__text {
  margin-bottom: 3.2rem;
}
.others__img {
  margin-bottom: 3.2rem;
  border-radius: 5rem;
  max-width: 48rem;
  width: 100%;
  height: 34.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1065px) {
  .others__container {
    margin: 22.8rem 0 12.8rem;
  }
  .others__img {
    height: 48rem;
  }
}

.pagination {
  width: 100%;
  margin: 6.4rem 0 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 0.8rem;
  padding: 1.2rem 1.8rem;
  color: #182b3f;
  border-radius: 50%;
}
.pagination .page-numbers:hover {
  background-color: #1e50a2;
  color: #fff;
}
.pagination .current {
  background: #1e50a2;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  display: none;
}
.pagination .dots {
  color: #182b3f;
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  padding: 0 0.8rem;
}
.pagination .dots:hover {
  background-color: unset;
  color: #182b3f;
}

.slide {
  padding-bottom: 12.8rem;
}
.slide__key-visual__img {
  width: 100%;
  min-height: 65rem;
  -o-object-position: 52.5%;
     object-position: 52.5%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
}
.slide__item {
  margin: 0.4rem;
  border-radius: 1rem;
  overflow: hidden;
}
.slide__item-above > button, .slide__item-below > button {
  display: none !important;
}
.slide__item > img {
  height: 16rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1065px) {
  .slide {
    padding-bottom: 25.6rem;
  }
  .slide__item > img {
    height: 28rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .slide__item-below {
    display: none;
  }
}

.solution-main__headline {
  position: relative;
  font-size: 3.2rem;
  white-space: nowrap;
  color: #1e50a2;
  margin-bottom: 3.2rem;
}

.solution-overview {
  padding: 12.8rem 1.6rem;
  background-color: #fff;
}
.solution-overview__gif {
  margin-bottom: 3.2rem;
  width: 100%;
  height: 32rem;
  border-radius: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution-overview__gif-bg {
  height: 50rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-overview__gif.product {
  max-width: 100%;
  margin-bottom: 6.4rem;
}
.solution-overview__gif.secondary {
  border-radius: 24rem;
  height: 68.6rem;
  max-width: 48rem;
  margin-bottom: 6.4rem;
  margin-top: 12.8rem;
}
.solution-overview__title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  color: #1e50a2;
}
.solution-overview__title.company-overview {
  color: #80aaff;
}
.solution-overview__text {
  margin-bottom: 3.2rem;
  word-break: break-all;
}
.solution-overview__text-sub {
  margin-bottom: 1.6rem;
}
.solution-overview__description {
  margin-bottom: 3.2rem;
  word-break: break-all;
}
.solution-main {
  background-color: #182b3f;
}
.solution-main__wrapper {
  background-color: #f6f7f9;
}
.solution-main__container {
  padding-top: 12.8rem;
}
.solution-main__container:last-child {
  padding-bottom: 12.8rem;
}
.solution-main__headline-sidirectplus {
  position: absolute;
  top: 0.6rem;
  left: 12rem;
  font-size: 1.6rem;
}
.solution-main__title {
  padding: 0 1.6rem;
}
.solution-main__item {
  margin-bottom: 3.2rem;
}
.solution-main__item__title {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 3.2rem;
  padding: 0 1.6rem;
  color: #182b3f;
}
.solution-main__item__description {
  padding: 0 1.6rem;
  margin-bottom: 3.2rem;
}
.solution-main__item-sub {
  padding: 0 1.6rem;
}
.solution-main__item-sub.sales {
  margin-bottom: 0;
}
.solution-main__item-sub.tsunade {
  margin-bottom: 0;
}
.solution-main__item-sub__img-container {
  margin-bottom: 3.2rem;
}
.solution-main__item-sub__img-above {
  height: 23rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.6rem;
}
.solution-main__item-sub__img-above:hover {
  opacity: 0.6;
  cursor: pointer;
}
.solution-main__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 24rem;
  margin-bottom: 3.2rem;
}
.solution-main__img.pc {
  display: none;
}
@media screen and (min-width: 1065px) {
  .solution-overview {
    display: flex;
    justify-content: center;
    padding: 18rem 1.6rem;
    margin: 7.6rem 0;
  }
  .solution-overview__gif {
    margin-bottom: 0;
    margin-right: 6.4rem;
    max-width: 40rem;
    height: 40rem;
  }
  .solution-overview__gif-bg {
    height: 50rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .solution-overview__gif.product {
    max-width: 102.4rem;
    height: 72rem;
    margin: 0 auto 6.4rem;
    display: flex;
    justify-content: center;
  }
  .solution-overview__gif.secondary {
    border-radius: 24rem;
    height: 68.6rem;
    max-width: 48rem;
    margin-bottom: 0;
    margin-top: 12.8rem;
  }
  .solution-overview__content {
    width: 48rem;
  }
  .solution-overview__title {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    color: #1e50a2;
  }
  .solution-overview__title.company-overview {
    color: #80aaff;
  }
  .solution-overview__text {
    margin-bottom: 6.4rem;
  }
  .solution-overview__text-sub {
    margin-bottom: 1.6rem;
  }
  .solution-overview__description {
    margin-bottom: 0;
  }
  .solution-overview__description.company-overview {
    margin-bottom: 3.2rem;
  }
  .solution-overview__description.value {
    margin-bottom: 3.2rem;
  }
  .solution-main__wrapper {
    padding: 0 0 25.6rem;
  }
  .solution-main__container {
    max-width: 102.4rem;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
  .solution-main__container:first-of-type {
    padding-top: 25.6rem;
  }
  .solution-main__container:last-child {
    padding-bottom: 0;
  }
  .solution-main__headline {
    margin-top: 6.4rem;
  }
  .solution-main__title {
    width: 40rem;
  }
  .solution-main__content {
    width: 60.8rem;
  }
  .solution-main__item__title {
    font-size: 3.2rem;
    padding: 0;
  }
  .solution-main__item__description {
    padding: 0;
  }
  .solution-main__item-sub {
    padding: 0;
  }
  .solution-main__item-sub__img {
    width: 49%;
    max-height: 19.8rem;
  }
  .solution-main__item-sub__img-container {
    display: flex;
    justify-content: space-between;
  }
  .solution-main__item-sub__img-above {
    width: 49%;
    max-height: 19.8rem;
  }
  .solution-main__img {
    width: 100%;
    border-radius: 1rem;
    box-sizing: border-box;
  }
  .solution-main__img.sp {
    display: none;
  }
  .solution-main__img.pc {
    display: block;
  }
}

@keyframes tocScrollBorder {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.toc {
  position: sticky;
  z-index: 10;
  top: 10rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: #182b3f;
  padding: 2rem 6.4rem;
  border-radius: 10rem;
  max-width: 102.4rem;
  border: 0.1rem solid #f6f7f9;
  margin: 0 1.6rem;
  margin-top: 4.8rem;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  transition: 0.3s all ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.toc::-webkit-scrollbar {
  display: none;
}
.toc.vision {
  margin-top: -3.6rem;
}
.toc::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 3rem;
  width: calc(100vw - 20%);
  height: 0.5rem;
  background: linear-gradient(to right, #2f6fef, #2f6fef);
  animation: tocScrollBorder 4s linear infinite;
  overflow: hidden;
  border-radius: 0.8rem;
}
.toc__container {
  display: flex;
  justify-content: left;
}
.toc__link {
  margin-right: 3.2rem;
  transition: opacity 0.3s;
  opacity: 0.6;
}
.toc__link.pc {
  display: none;
}
.toc__link:last-child {
  margin-right: 0;
}
.toc__link:hover {
  opacity: 1;
}
.toc__link.current {
  opacity: 1;
}

@media screen and (min-width: 1065px) {
  .toc {
    box-sizing: border-box;
    max-width: 102.4rem;
    margin: 6.4rem auto 0;
  }
  .toc::after {
    content: none;
  }
  .toc__container {
    justify-content: center;
  }
  .toc__link.pc {
    display: block;
  }
  .toc__link.sp {
    display: none;
  }
}
.contact {
  background-color: #f6f7f9;
  padding: 0.4rem;
}
.contact__container {
  margin: 0 0 12.8rem;
  background-color: #fff;
  padding: 6.4rem 1.6rem;
}
.contact__title {
  font-size: 3.2rem;
  margin: 0 0 3.2rem;
}
.contact__text {
  font-size: 2.4rem;
  margin: 3.2rem 0;
}
.contact__must {
  color: #80aaff;
}
.contact__description {
  margin: 3.2rem 0;
}
@media screen and (min-width: 1065px) {
  .contact__container {
    margin: 3.2rem auto 12.8rem;
    max-width: 80rem;
    border-radius: 2rem;
    padding: 6.4rem;
    box-sizing: border-box;
  }
}

.partners__headline,
.sponsor__headline {
  font-size: 2.4rem;
  white-space: nowrap;
  color: #1e50a2;
  margin-bottom: 0.8rem;
}

.partners__headline-sub,
.sponsor__headline-sub {
  display: block;
  font-size: 1.6rem;
  color: #8494a4;
  margin-bottom: 3.2rem;
}

.partners__container,
.sponsor__container {
  padding: 0 1.6rem 12.8rem;
}
.partners {
  background-color: #f6f7f9;
}
.partners__wrapper {
  max-width: 102.4rem;
  margin: 0 auto;
  padding-top: 6.4rem;
}
.partners__item {
  margin-bottom: 3.2rem;
}
.partners__item:last-child {
  margin-bottom: 0;
}
.partners__img {
  height: 20rem;
  box-sizing: border-box;
  border-radius: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.6rem;
  width: 100%;
  background-color: #fff;
}
.partners__name {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.partners__position {
  font-size: 1.6rem;
  color: #8494a4;
}

@media screen and (min-width: 1065px) {
  .partners__container {
    display: flex;
    justify-content: space-between;
    padding-top: 13.2rem;
  }
  .partners__headline {
    margin-top: 6.4rem;
    width: 40rem;
  }
  .partners__content {
    width: 60.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partners__item {
    width: 48%;
  }
}
.policy {
  background-color: #f6f7f9;
  padding: 0.4rem;
}
.policy__container {
  margin: 0 0 12.8rem;
  background-color: #fff;
  padding: 6.4rem 1.6rem;
}
.policy__title {
  font-size: 3.2rem;
  margin: 3.2rem 0;
}
.policy__title.action {
  margin: 3.2rem 0;
}
.policy__title:first-child {
  margin-top: 0;
}
.policy__text {
  display: block;
  margin-bottom: 0.8rem;
}
.policy__headline {
  margin: 1.6rem 0;
  font-weight: 700;
}
.policy .text_link {
  color: #1e50a2;
  text-decoration: underline;
}
@media screen and (min-width: 1065px) {
  .policy__container {
    margin: 6.4rem auto 12.8rem;
    max-width: 80rem;
    border-radius: 2rem;
    padding: 6.4rem;
    box-sizing: border-box;
  }
}

.board-member__headline,
.group-company__headline,
.profile__headline,
.access__headline {
  font-size: 2.4rem;
  color: #1e50a2;
  margin-bottom: 3.2rem;
}

.board-member__container,
.group-company__container,
.profile__container,
.access__container {
  padding: 12.8rem 1.6rem 0;
}
.board-member__container {
  padding-top: 6.4rem;
}
.board-member__item {
  margin-bottom: 3.2rem;
  transition: 0.2s;
}
.board-member__item:hover {
  opacity: 0.6;
  cursor: pointer;
}
.board-member__item:last-child {
  margin-bottom: 0;
}
.board-member__img {
  height: 20rem;
  box-sizing: border-box;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.6rem;
  width: 100%;
  background-color: #fff;
}
.board-member__name {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.board-member__position {
  font-size: 1.6rem;
  color: #8494a4;
}

.group-company__content {
  display: block;
}
.group-company__content:hover {
  opacity: 0.6;
}
.group-company__item {
  margin-bottom: 3.2rem;
}
.group-company__img {
  box-sizing: border-box;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.6rem;
}
.group-company__name {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.group-company__description {
  font-size: 1.6rem;
  color: #8494a4;
}

.profile {
  background-color: #f6f7f9;
  padding-bottom: 0.4rem;
}
.profile__wrapper {
  max-width: 102.4rem;
  margin: 0 auto;
}
.profile__content {
  padding: 3.2rem;
  background-color: #fff;
  border-radius: 3rem;
}
.profile__content-headline {
  font-size: 1.6rem;
  color: #1e50a2;
  width: 40%;
}
.profile__content-text {
  font-size: 1.6rem;
  width: 58%;
}
.profile__content-company, .profile__content-member, .profile__content-about {
  border-bottom: 0.1rem solid #b3bfcc;
  margin-bottom: 1.6rem;
}
.profile__content-company__item, .profile__content-member__item, .profile__content-about__item {
  display: flex;
  margin-bottom: 1.6rem;
}
.profile__content-about {
  border-bottom: 0;
  margin-bottom: 0;
}
.profile__content-about__item {
  margin-bottom: 0;
}
.profile__img {
  box-sizing: border-box;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.6rem;
}
.profile__name {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.profile__description {
  font-size: 1.6rem;
  color: #8494a4;
}

.access__container {
  margin-bottom: 12.8rem;
}
.access__content {
  border-radius: 2rem;
  background-color: #fff;
  overflow: hidden;
}
.access__content__text-group {
  font-size: 1.6rem;
  padding: 3.2rem;
}
.access__content__text-group__item {
  display: flex;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #b3bfcc;
}
.access__content__text-group__item:first-child {
  padding-top: 0;
}
.access__content__text-group__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.access__content__text-group-headline {
  color: #1e50a2;
  width: 40%;
}
.access__content__text-group-text {
  width: 58%;
}
.access__map {
  width: 100%;
  height: 24rem;
}

@media screen and (min-width: 1065px) {
  .board-member__container,
  .group-company__container,
  .profile__container,
  .access__container {
    display: flex;
    justify-content: space-between;
    padding: 12.8rem 0 0;
  }
  .board-member__headline,
  .group-company__headline,
  .profile__headline,
  .access__headline {
    margin-top: 6.4rem;
    width: 40rem;
  }
  .board-member__content,
  .group-company__content,
  .profile__content,
  .access__content {
    width: 60.8rem;
  }
  .board-member__container {
    padding-top: 18rem;
  }
  .board-member__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .board-member__item {
    width: 48%;
  }
  .profile__content {
    box-sizing: border-box;
    padding: 6.4rem;
  }
  .access__content__text-group {
    padding: 6.4rem;
  }
  .access__map {
    width: 100%;
    height: 24rem;
  }
}
.research__main__container {
  padding: 12.8rem 1.6rem;
}
.research__main__headline {
  color: #1e50a2;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 9.6rem;
}
.research__main__content {
  margin-bottom: 6.4rem;
}
.research__main__content:last-child {
  margin-bottom: 0;
}
.research__main__title {
  margin-bottom: 3.2rem;
  font-weight: 500;
}
.research__main__description {
  margin-bottom: 1.6rem;
}
.research__main__description:last-child {
  margin-bottom: 0;
}
.research__sub {
  position: relative;
  margin: -5rem auto 0;
  background-color: #1e50a2;
  padding: 12.8rem 1.6rem;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  max-width: 102.4rem;
}
.research__sub__wrapper {
  background-color: #1e50a2;
}
.research__sub__headline {
  font-size: 2.4rem;
  color: #80aaff;
  text-align: center;
  margin-bottom: 6.4rem;
}
.research__sub__content {
  margin-bottom: 12.8rem;
}
.research__sub__title {
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.research__sub__line {
  display: block;
  height: 0.1rem;
  background-color: #80aaff;
  width: 20rem;
  margin: 3.2rem auto;
}
.research__sub__link {
  max-width: 36rem;
  margin: 0 auto;
}
.research__sub__img {
  height: 30rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.research__contact__wrapper {
  background-color: #ffffff;
}
.research__contact {
  position: relative;
  margin: 0 auto;
  padding: 6.4rem 1.6rem;
  max-width: 102.4rem;
}
.research__contact__content {
  margin-bottom: 6rem;
}
.research__contact__title {
  font-weight: 500;
  text-align: center;
  color: #182B3F;
  font-size: 2.8em;
}
.research__contact__link {
  max-width: 36rem;
  margin: 0 auto;
}
@media screen and (min-width: 1065px) {
  .research__main__container {
    max-width: 80rem;
    margin: 0 auto;
  }
  .research__sub {
    padding: 12.8rem 0 25.6rem;
  }
  .research__contact {
    padding: 6.4rem 0;
  }
  .research__contact__title {
    font-size: 3.6em;
  }
}

.recruit__title, .clients__title, .top-solution__title, .message__title {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  color: #1e50a2;
}

.message {
  padding: 12.8rem 1.6rem 9.6rem;
}
.message__title {
  text-align: center;
}
.message__text {
  text-align: center;
  margin-bottom: 3.2rem;
}
.message__description {
  text-align: center;
  margin-bottom: 3.2rem;
}
.message__btn-inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 30.4rem;
}

.top-solution {
  padding: 0 1.6rem 12.8rem;
}
.top-solution__gif {
  height: 32rem;
  border-radius: 5rem;
  width: 32rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 3.2rem;
  display: flex;
}
.top-solution__text {
  margin-bottom: 3.2rem;
}
.top-solution__description {
  margin-bottom: 3.2rem;
}
.top-solution__btn {
  display: flex;
  justify-content: center;
  max-width: 30.4rem;
}

.clients {
  padding-bottom: 12.8rem;
}
.clients__title {
  text-align: center;
  margin-bottom: 3.2rem;
}
.clients__slide-first > button, .clients__slide-second > button, .clients__slide-third > button {
  display: none !important;
}
.clients__slide-child {
  margin: 0.4rem;
  border-radius: 1rem;
  overflow: hidden;
}
.clients__slide-child > img {
  max-height: 20rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit {
  padding-bottom: 12.8rem;
}
.recruit__img-container {
  position: relative;
  height: 33.2rem;
  overflow: hidden;
}
.recruit__img-above {
  position: absolute;
  top: 0;
  left: -5%;
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}
.recruit__img-below {
  position: absolute;
  top: 64%;
  right: -7%;
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}
.recruit__content-wrapper {
  padding: 3.2rem 1.6rem 0;
}
.recruit__text {
  word-break: break-all;
  margin-bottom: 3.2rem;
  letter-spacing: -0.1rem;
}
.recruit__description {
  margin-bottom: 3.2rem;
}
.recruit__btn-info {
  max-width: 20.8rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.recruit__btn-mission {
  max-width: 30.4rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1065px) {
  .message__title {
    margin-bottom: 3.2rem;
  }
  .message__text {
    margin-bottom: 6.4rem;
  }
  .top-solution {
    max-width: 102.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25.6rem;
  }
  .top-solution__gif {
    height: 40rem;
    max-width: 40rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0;
  }
  .top-solution__content {
    width: 48%;
  }
  .top-solution__title {
    margin-bottom: 3.2rem;
  }
  .top-solution__text {
    line-height: 1.3;
    margin-bottom: 6.4rem;
  }
  .clients {
    padding-bottom: 25.6rem;
  }
  .clients__title {
    text-align: center;
    margin-bottom: 3.2rem;
  }
  .recruit {
    position: relative;
    max-width: 102.4rem;
    margin: 0 auto;
    padding: 0 1.6rem 25.6rem;
    height: 73.2rem;
  }
  .recruit__img-container {
    position: static;
    height: 39.2rem;
  }
  .recruit__img-above {
    top: 0;
    left: -22%;
    max-width: 90.5rem;
    height: 37rem;
    border-radius: 20rem;
  }
  .recruit__img-below {
    position: absolute;
    top: 45%;
    right: 61%;
    max-width: 40rem;
    height: 20rem;
    border-radius: 10rem;
  }
  .recruit__content {
    position: absolute;
    top: 10%;
    right: 0%;
    left: 51%;
    max-width: 50rem;
    padding: 9.6rem 0 0 9.6rem;
    background-color: #fff;
    border-top-left-radius: 5rem;
  }
  .recruit__title {
    margin-bottom: 3.2rem;
  }
  .recruit__text {
    margin-bottom: 6.4rem;
    letter-spacing: -0.2rem;
  }
}
.vision-content {
  padding: 0 1.6rem;
}
.vision-content.mission, .vision-content.vision, .vision-content.company-overview {
  padding-top: 12.8rem;
}
.vision-content.mission {
  background-color: #fff;
}
.vision-content.vision {
  background-color: #fff;
  padding-bottom: 12.8rem;
}
.vision-content.company-overview {
  margin-bottom: 12.8rem;
}
.vision-content__primary {
  background-color: #1e50a2;
  padding: 0 0 20.8rem;
  color: #fff;
}
.vision-content__secondary {
  position: relative;
  margin: -5rem auto 0;
  background-color: #f6f7f9;
  padding: 0.4rem 1.6rem 12.8rem;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  max-width: 102.4rem;
}
.vision-content__secondary__wrapper {
  background-color: #f6f7f9;
}
.vision-content__gif {
  margin-bottom: 3.2rem;
  width: 100%;
  height: 32rem;
  border-radius: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.vision-content__gif-bg {
  height: 30rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vision-content__gif.product {
  max-width: 100%;
  margin-bottom: 1.6rem;
}
.vision-content__gif.product.pc {
  display: none;
}
.vision-content__gif.secondary {
  height: 40rem;
  max-width: 48rem;
  margin: 12.8rem auto 6.4rem;
  display: flex;
}
.vision-content__gif.company-overview {
  height: 36rem;
}
.vision-content__title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  color: #1e50a2;
}
.vision-content__title.company-overview {
  color: #80aaff;
}
.vision-content__text {
  word-break: break-all;
  margin-bottom: 1.6rem;
  font-weight: 500;
}
.vision-content__text.vision {
  letter-spacing: -0.1rem;
}
.vision-content__text__wrapper {
  margin-bottom: 6.4rem;
}
.vision-content__text-title {
  margin-bottom: 3.2rem;
}
.vision-content__headline {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
}
.vision-content__description {
  margin-bottom: 3.2rem;
  word-break: break-all;
}
.vision-content__consul {
  background-color: transparent;
  border: 0.1rem solid #fff;
  max-width: 100%;
  display: block;
  text-align: center;
  padding: 1.6rem 0;
  border-radius: 10rem;
  font-size: 1.6rem;
}
.vision-content__consul:first-of-type {
  margin-bottom: 1.6rem;
}
.vision-content__btn-inner {
  display: flex;
  justify-content: center;
  background-color: #182b3f;
}
.vision-content__btn-inner.product {
  margin: 0 3.2rem;
}
.vision-content__btn-inner:hover {
  background-color: #3d5266;
}
.vision-content__btn-product {
  display: flex;
  justify-content: center;
  max-width: 28.8rem;
}
.vision-content__btn-product:hover {
  background-color: #3d5266;
}
.vision-content__btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.vision-content__product {
  padding: 0 1.6rem;
}
.vision-content__product-line-above {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 7rem;
  border: 0.2rem solid #fff;
  border-radius: 4rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 95% 90%, 5% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 95% 90%, 5% 90%);
}
.vision-content__product-line-below {
  position: absolute;
  bottom: -8rem;
  left: 0;
  width: 100%;
  height: 7rem;
  border: 0.2rem solid #fff;
  border-radius: 4rem;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 5% 10%, 95% 10%);
          clip-path: polygon(100% 100%, 0% 100%, 5% 10%, 95% 10%);
}
.vision-content__product-category {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 3.2rem;
}
.vision-content__product-container {
  position: relative;
  padding-top: 6.4rem;
}
.vision-content__product-content {
  padding: 3.2rem 0.8rem;
  border: 0.1rem solid #fff;
  margin-bottom: 1.6rem;
  border-radius: 2rem;
}
.vision-content__product-content__wrapper {
  margin-bottom: 6.4rem;
}
.vision-content__product-headline {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  text-align: center;
}
.vision-content__product-headline:not(:first-of-type) {
  margin-bottom: 3.2rem;
}
.vision-content__product-text {
  margin-bottom: 3.2rem;
}
.vision-content__product-description {
  margin-bottom: 3.2rem;
}
.vision-content__ceo {
  font-size: 2.4rem;
  margin-bottom: 6.4rem;
}

@media screen and (min-width: 1065px) {
  .vision-content {
    display: flex;
    justify-content: center;
  }
  .vision-content.mission {
    margin-top: 7.6rem;
    padding-top: 18rem;
  }
  .vision-content.vision {
    padding: 18rem 0 0;
    margin-bottom: 25.6rem;
  }
  .vision-content.company-overview {
    padding-top: 18rem;
    margin-bottom: 12.8rem;
    align-items: center;
  }
  .vision-content__primary {
    padding: 7.6rem 0 25.6rem;
  }
  .vision-content__secondary {
    padding: 0 0 25.6rem;
  }
  .vision-content__secondary-container {
    display: flex;
    justify-content: space-between;
  }
  .vision-content__secondary-content {
    width: 45.6rem;
    margin-top: 19.2rem;
  }
  .vision-content__gif {
    margin-bottom: 0;
    margin-right: 6.4rem;
    max-width: 40rem;
    height: 40rem;
  }
  .vision-content__gif.product {
    max-width: 80rem;
    height: 55rem;
    margin: 0 auto 0.8rem;
    display: flex;
    justify-content: center;
  }
  .vision-content__gif.product.sp {
    display: none;
  }
  .vision-content__gif.product.pc {
    display: block;
  }
  .vision-content__gif.secondary {
    height: 60rem;
    width: 44rem;
    margin: 12.8rem 0 0 6rem;
  }
  .vision-content__content {
    width: 48rem;
  }
  .vision-content__title {
    margin-bottom: 3.2rem;
  }
  .vision-content__text-title {
    margin-bottom: 6.4rem;
  }
  .vision-content__description {
    margin-bottom: 0;
  }
  .vision-content__description.company-overview {
    margin-bottom: 3.2rem;
  }
  .vision-content__description.value {
    margin-bottom: 3.2rem;
  }
  .vision-content__consul {
    width: 49%;
  }
  .vision-content__consul:first-of-type {
    margin-bottom: 0;
  }
  .vision-content__consul__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .vision-content__btn-inner {
    width: 27.2rem;
  }
  .vision-content__btn-inner.product {
    margin: 0 auto;
    max-width: 27.2rem;
  }
  .vision-content__product-container {
    max-width: 67.7rem;
    margin: 0 auto;
    position: relative;
    padding-top: 6.4rem;
  }
  .vision-content__product-line-above {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .vision-content__product-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem;
    padding-left: 3.2rem;
    border: 0.1rem solid #fff;
    margin-bottom: 1.6rem;
    border-radius: 5rem;
  }
  .vision-content__product-headline {
    margin-bottom: 0;
    font-size: 2.4rem;
    text-align: center;
  }
  .vision-content__product-headline:not(:first-of-type) {
    margin-bottom: 3.2rem;
  }
  .vision-content__product-text {
    text-align: center;
    margin-bottom: 6.4rem;
  }
  .vision-content__product-description {
    text-align: center;
    margin-bottom: 6.4rem;
  }
  .vision-content__ceo {
    font-size: 2.4rem;
    margin: 3.2rem 0 6.4rem;
  }
}

/* ----------------------------------------
生成AI 202402追加
---------------------------------------- */

/* 2カラムメガメニュー */
.nav__item-sub.tow-col-layout {}
@media screen and (min-width: 1065px) {
  .nav__item-sub.tow-col-layout .nav__inner {
    flex-wrap: wrap;
  }
  .nav__item-sub.tow-col-layout .nav__inner > ul {
    flex: 1;
  }
}

/* ボタンに矢印（三角）追加 */
.nav__item-sub__headline > a:not([target="_blank"])::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #2B4054;
  box-sizing: border-box;
  margin-left: 0.75em;
}
/* スマホナビ 矢印調整 */
@media (max-width: 1064px) {
  .nav__container {
    height: 9.9rem;
  }
  .nav__content {
    top: 10rem;
    padding-top: 0;
  }
  .nav__headline {
    padding: 1.6rem 0;
  }
  .nav__allow {
    width: 1.5rem;
    height: 1.5rem;
  }
  .nav__inner {
    padding-bottom: 1rem;
  }
  .nav__item-sub__product {
    padding: 1.2rem 0;
  }
  .breadcrumb__container {
    margin-top: 10rem;
  }
  .nav__contact-wrapper {
    border-top: 0;
  }
}

/* フッター レイアウト調整など */
.footer {
  padding: 6.4rem 1.6rem;
}
.footer__nav-allow {
  width: 1.5rem;  
  height: 1.5rem;  
}
.footer__info {
  display: block;
  margin-bottom: 3rem;
}
.footer__sns {
  margin-bottom: 2em;
}
.footer__sns-item {
  margin-bottom: 0.75rem;
}
.footer__sns-text {
  margin-left: 0.4rem;
}
.footer__policy-text {
  font-size: 1.2em;
  margin-bottom: 0.75rem;
}
.footer__copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 1064px) {
  .footer__heading > a {
    display: inline-block;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1065px) {
  .footer__nav-container {
    padding: 3.2rem 0 1.6rem;
  }
  .footer__nav-item-sub__headline {
    margin-bottom: 1.5rem;
  }
  .footer__info {
    margin-bottom: 0;
  }
  .footer__sns {
    display: flex;
    width: 100%;
  }
  .footer__sns-item {
    margin: 0 2em 0 0;
  }
  .footer__policy {
    display: flex;
    width: 100%;
  }
  .footer__policy-text {
    margin:0 2em 0 0;
  }
  .footer__copy {
    padding-top: 3.2rem;
  }
}

/* 新規ページ 生成AI */
#generative-ai-bot .solution-main__headline {
  font-size: 2.5em;
}
#generative-ai-program .solution-main__headline {
  font-size: 2.5em;
}

/*
Theme Name: retrieva
Version: 1.0
Description: レトリバコーポレートサイト
*/
/* ==============================
base
============================== */
/* ==============================
layout
============================== */
/* ==============================
object
============================== */
/* Component
------------------------------ */
/* Project
------------------------------ */
/* Utility
------------------------------ */