@charset "UTF-8";
/* foundation */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

li {
  list-style: none;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #333333;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  main {
    margin-top: 20px;
  }
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

p {
  line-height: 1.6;
}

.container {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}
.container-1080 {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}
.container-980 {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
}
.container-820 {
  width: min(100% - 40px, 820px);
  margin: 0 auto;
}

.section-padding {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

.sp-block {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-block {
    display: block !important;
  }
}

.sp-none {
  display: block !important;
}
@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.tab-block {
  display: none !important;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block !important;
  }
}

.tab-none {
  display: block !important;
}
@media (max-width: 1023px) {
  .tab-none {
    display: none !important;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2A3E72;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 1000;
}
.pagetop:hover {
  transform: translateY(-4px);
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/*layout */
.header {
  background-color: #ffffff;
  padding: 0 40px;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header {
    padding: 0 20px;
  }
}
.header-logo {
  padding: 8px 0;
}
.header-inr {
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.header-nav_list {
  position: relative;
  transition: background-color 0.3s;
  gap: 40px;
}
@media (max-width: 767px) {
  .header-nav_list {
    gap: 24px;
  }
}
.header-nav_list > li {
  font-weight: 500;
}
.header-nav_list > li > a {
  gap: 4px;
  line-height: 36px;
  font-size: clamp(12px, 0.8333333333vw, 16px);
}
@media (max-width: 1440px) {
  .header-nav_list > li > a {
    font-size: 1.6rem;
  }
}
.header-nav_list > li > a:hover {
  color: #2A3E72;
}

.hamburger_button {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 100;
  border: none;
  cursor: pointer;
  background: #2A3E72;
  right: 0;
  top: 0;
}
.hamburger_button span {
  position: absolute;
  left: 15px;
  width: 38%;
  height: 2px;
  background: #ffffff;
  transition: 0.3s;
}
.hamburger_button span:nth-child(1) {
  top: 20px;
}
.hamburger_button span:nth-child(2) {
  top: 30px;
}
.hamburger_button.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 25px;
}
.hamburger_button.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 25px;
}

.sp_nav {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  padding: 50px 20px 0;
  z-index: 90;
  display: none;
}
.sp_nav > ul {
  align-items: flex-start !important;
  gap: 16px;
  font-weight: 500;
}
.sp_nav > ul > li > a {
  padding: 8px;
}
.sp_nav li {
  width: 100%;
}
.sp_nav li a {
  width: 100%;
}
.sp_nav.active {
  display: block;
}

/* ===================================
   ▼ 1440px以下（PC微調整）
=================================== */
@media (max-width: 1440px) {
  .header_nav nav ul {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .header_nav {
    display: none !important;
  }
  .hamburger_button {
    display: block;
  }
}
.copyright {
  text-align: center;
  font-size: 13px;
  margin-top: 40px;
}

.footer {
  background-color: #ffffff;
  text-align: center;
  padding: 48px 0;
}
.footer-inr {
  justify-content: space-between;
}
.footer-nav_list {
  gap: 32px;
}
.footer-nav_list > li {
  font-weight: 500;
}
.footer-nav_list > li > a {
  gap: 4px;
  line-height: 36px;
  font-size: clamp(12px, 0.8333333333vw, 16px);
}
@media (max-width: 1440px) {
  .footer-nav_list > li > a {
    font-size: 1.6rem;
  }
}
.footer-nav_list > li > a:hover {
  color: #2A3E72;
}

/* object */
.fadein-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fadein-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ゆっくり順番に出るディレイ */
.fadein-up.delay-1 {
  transition-delay: 0.3s;
}

.fadein-up.delay-2 {
  transition-delay: 0.6s;
}

.fadein-up.delay-3 {
  transition-delay: 0.9s;
}

.fadein-up.delay-4 {
  transition-delay: 1.2s;
}

.fadein-up.delay-5 {
  transition-delay: 1.5s;
}

.fadein-up.delay-6 {
  transition-delay: 1.8s;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 順番に出すための遅延 */
.fade-in.delay-1 {
  transition-delay: 0.3s;
}

.fade-in.delay-2 {
  transition-delay: 0.6s;
}

.fade-in.delay-3 {
  transition-delay: 0.9s;
}

.fade-in.delay-4 {
  transition-delay: 1s;
}

.fade-in.delay-5 {
  transition-delay: 1.5s;
}

.fade-in.delay-6 {
  transition-delay: 1.8s;
}

/*==================
#loading
==================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}

.loading-one {
  display: inline-block;
  border-top: 1px solid #2A3E72;
  border-bottom: 1px solid #2A3E72;
}

.loading-one p.loading-txt {
  color: #2A3E72;
  font-size: 32px;
  letter-spacing: 0.25em;
  line-height: 2;
  padding: 1.5em 0;
}
@media (max-width: 767px) {
  .loading-one p.loading-txt {
    font-size: 20px;
  }
}

/*==================
.animation_loading
==================*/
.loading-txt span {
  opacity: 0;
  animation: fadeInLetter 1.4s infinite;
}

.loading-txt span:nth-child(1) {
  animation-delay: 0s;
}

.loading-txt span:nth-child(2) {
  animation-delay: 0.3s;
}

.loading-txt span:nth-child(3) {
  animation-delay: 0.6s;
}

.loading-txt span:nth-child(4) {
  animation-delay: 0.9s;
}

.loading-txt span:nth-child(5) {
  animation-delay: 1.2s;
}

.loading-txt span:nth-child(6) {
  animation-delay: 1.5s;
}

.loading-txt span:nth-child(7) {
  animation-delay: 1.8s;
}

@keyframes fadeInLetter {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #2A3E72;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #F5F5F5;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.hover_text_blue {
  /*background-image: linear-gradient(v.$dark-blue, v.$dark-blue);*/
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.hover_text_blue:hover {
  opacity: 0.7;
  color: #2A3E72;
  background-position: bottom left;
  background-size: 100% 1px;
}
.hover-fade {
  transition: opacity 0.4s ease-out;
}
.hover-fade:hover {
  opacity: 0.7;
}

.txt-bold {
  font-weight: bold;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left !important;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.ttl-line {
  align-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .ttl-line {
    margin-bottom: 40px;
  }
}
.ttl-line::before {
  display: block;
  content: "";
  height: 30px;
  background-color: #333333;
  width: 0.5px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .ttl-line {
    font-size: 24px;
  }
}
.ttl-en {
  color: #2A3E72;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ttl-en {
    font-size: 16px;
  }
}

.btn {
  position: relative;
  background-color: #2A3E72;
  padding: 16px 60px 16px 35px;
  color: #ffffff;
  width: 280px;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s ease;
}
.btn::after {
  content: "";
  background-image: url(../../assets/images/icon/arrow-right.svg);
  position: absolute;
  width: 34px;
  height: 12px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  transition: transform 0.3s ease, right 0.3s ease;
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
  }
  .btn::before {
    right: 24px;
  }
}
.btn:hover {
  background-color: rgb(55.7307692308, 82.2692307692, 151.2692307692);
}
.btn:hover::after {
  right: 32px;
  transform: translateY(-50%) translateX(4px);
}
@media (max-width: 1023px) {
  .btn-company {
    margin: 40px auto 0;
  }
}
.btn-cta {
  margin: 0 auto;
  display: block;
}
.btn-Line {
  background-color: #06C755;
  position: relative;
  box-shadow: 0 5px 0 rgb(5, 169, 72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 370px;
  height: 60px;
  padding: 0 60px 0 20px;
  border-radius: 6px;
  color: #ffffff;
  margin: 0 auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn-Line {
    max-width: 300px;
    padding-right: 40px;
  }
}
.btn-Line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) skewX(45deg);
  width: 30px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .btn-Line::before {
    right: 23px;
    width: 20px;
  }
}
.btn-Line img {
  height: auto;
}

.company-list {
  margin-bottom: 48px;
  font-weight: 500;
  line-height: 1.6;
}
.company-list > div {
  display: flex;
}
.company-list > div dt {
  border-bottom: 1px solid #2A3E72;
  padding: 20px;
  width: 30%;
}
@media (max-width: 767px) {
  .company-list > div dt {
    width: 38%;
  }
}
.company-list > div dd {
  padding: 20px 0 20px;
  padding-left: 16px;
  border-bottom: 1px solid #D9D9D9;
  width: 70%;
}
@media (max-width: 767px) {
  .company-list > div dd {
    width: 62%;
  }
}

.mv {
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .mv {
    padding: 60px 0;
  }
}
.mv-ttl {
  font-size: 40px;
}
@media (max-width: 767px) {
  .mv-ttl {
    font-size: 32px;
  }
}
.mv-ttl_en {
  color: #2A3E72;
  font-size: 24px;
}
@media (max-width: 767px) {
  .mv-ttl_en {
    font-size: 20px;
  }
}
.mv-company {
  background-image: url(../images/mv-company.jpg);
}
.mv-contact {
  background-image: url(../images/mv-contact.jpg);
}

.cta {
  background-image: url(../../assets/images/cta.jpg);
  background-size: cover;
  padding: 40px 0;
}
.cta p {
  text-align: center;
  margin: 24px 0;
}

.top-mv {
  background-image: url(../images/top/mv.jpg);
  background-size: cover;
  position: relative;
  background-position: center;
  aspect-ratio: 360/167;
  aspect-ratio: 16/7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12%;
}
@media (max-width: 1023px) {
  .top-mv {
    aspect-ratio: 16/9;
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .top-mv {
    background-position: center left;
  }
}
.top-mv h1 {
  font-size: 48px;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 0 0 4px rgb(0, 0, 25);
}
@media (max-width: 1023px) {
  .top-mv h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .top-mv h1 {
    font-size: 26px;
  }
}
.top-ttl {
  text-align: center;
  position: relative;
  z-index: 0;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-ttl {
    font-size: 28px;
  }
}
.top-ttl::before {
  position: absolute;
  content: attr(data-ttl);
  font-size: 80px;
  font-weight: bolder;
  z-index: -1;
  transform: translate(-50%);
  left: 50%;
  color: #E1E4EB;
  bottom: 74%;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .top-ttl::before {
    font-size: 60px;
    bottom: 50%;
  }
}
@media (max-width: 767px) {
  .top-ttl::before {
    font-size: 52px;
  }
}
.top-feature {
  margin-top: 40px;
}
.top-feature_area ul {
  gap: 40px;
  margin: 60px 0;
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .top-feature_area ul {
    flex-direction: column;
    align-items: center !important;
    margin: 40px 0 48px;
  }
}
.top-feature_item {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 767px) {
  .top-feature_item {
    width: 80%;
    max-width: 320px;
  }
}
.top-feature_item h3 {
  color: #2A3E72;
  font-size: 20px;
  margin: 16px 0;
  text-align: center;
}
.top-feature_item p {
  font-family: "Noto Sans JP", sans-serif;
}
.top-company {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .top-company {
    margin-bottom: 80px;
  }
}
.top-company p {
  margin: 20px 0;
}
.top-company_ttl {
  text-align: left;
}
@media (max-width: 1023px) {
  .top-company_ttl {
    text-align: center;
  }
}
.top-company_ttl::before {
  left: 44%;
}
@media (max-width: 1023px) {
  .top-company_ttl::before {
    left: 50%;
  }
}
.top-company_left {
  width: 50%;
}
@media (max-width: 1023px) {
  .top-company_left {
    width: 90%;
  }
}
.top-company_area {
  gap: 60px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .top-company_area {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .top-company_area {
    gap: 24px;
  }
}
.top-company_area img {
  max-width: 460px;
  width: 100%;
}
.top-company_map {
  height: min(50vw, 490px);
}

.scroll {
  margin-top: 40px;
  position: relative;
}
.scroll img {
  display: block;
  margin-bottom: 10px;
}
.scroll::before {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background-color: #333333;
  animation: scroll 2s infinite linear;
}
@media (max-width: 767px) {
  .scroll {
    margin-top: 48px;
  }
}

@keyframes scroll {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
}
.contact {
  background-color: #ffffff;
}
.contact-content {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  padding: 40px 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-content {
    padding: 32px 24px;
  }
}
.contact-ttl {
  font-size: 24px;
  font-weight: 600;
  color: #2A3E72;
}
@media (max-width: 767px) {
  .contact-ttl {
    font-size: 20px;
  }
}
.contact-txt {
  font-weight: 600;
  margin: 30px 0 20px;
}
@media (max-width: 767px) {
  .contact-txt {
    font-size: 14px;
    margin: 20px 0;
  }
}

.privacy {
  font-family: "Noto Sans JP", sans-serif;
}
.privacy-txt {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .privacy-txt {
    font-size: 13px;
  }
}
.privacy-content {
  max-width: 800px;
  border: 1px solid #D9D9D9;
  margin-top: 40px;
  padding: 16px;
}
.privacy-content ul li {
  position: relative;
}
.privacy-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2A3E72;
  position: absolute;
}
.privacy-head {
  color: #2A3E72;
  font-size: 14px;
  margin: 16px 0 8px;
}
.privacy-ttl {
  text-align: center;
  color: #2A3E72;
  margin-bottom: 16px;
}

.privacy-policy {
  font-family: "Noto Sans JP", sans-serif;
  height: 350px;
  padding: 2em;
  overflow-y: scroll;
  border: 1px solid #D9D9D9;
}

.privacy-policy__box {
  margin-top: 30px;
}
.privacy-policy__box ul li {
  position: relative;
  margin-left: 8px;
  font-size: 14px;
}
.privacy-policy__box ul li::before {
  content: "-";
  position: absolute;
  display: inline-block;
  left: -12px;
  padding: 0 4px;
}
.privacy-policy__box ul li span {
  font-size: 14px;
  margin-top: 8px;
}

.privacy-policy__box:first-child {
  margin-top: 0px;
}

.privacy-policy__head {
  color: #2A3E72;
  font-weight: 700;
}

.privacy-policy__detail {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .privacy-policy__detail {
    font-size: 13px;
  }
}

.wrapper {
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wrapper {
    margin-top: 40px;
  }
}

.ceo-section {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .ceo-section {
    padding-bottom: 80px;
  }
}
.ceo-message {
  gap: 40px;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .ceo-message {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    gap: 60px;
  }
}
.ceo-message_ttl {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ceo-message_ttl {
    font-size: 20px;
  }
}
.ceo-message_txt {
  margin: 16px 0;
}
.ceo-message_left {
  width: 50%;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .ceo-message_left {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ceo-message_left {
    text-align: left;
  }
}
.ceo-message_right {
  position: relative;
  display: block;
  z-index: 0;
  max-width: 470px;
}
.ceo-message_right::after {
  position: absolute;
  content: "";
  background-color: #2A3E72;
  top: auto;
  bottom: -20px;
  right: -20px;
  left: auto;
  z-index: -1;
  display: block;
  width: calc(100% - 2rem);
  height: 100%;
  max-width: 470px;
}
.ceo-position {
  font-size: 15px;
  margin-right: 12px;
}
.ceo-name {
  font-size: 22px;
}/*# sourceMappingURL=style.css.map */