@charset "UTF-8";
.social-navigation-icon img, .news-line-image img, .news-community-image img, .about-text-heading img, .common-btn-line img {
  display: block;
  width: 100%;
  height: auto;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #353535;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: underline;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

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

main {
  position: relative;
}

.slick-dots, main {
  display: block;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #fff;
  margin: 0;
  border-radius: 50%;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #24536c;
}

/**
  lib
 */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track.slick-center {
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.content {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}
.content.fixed-bg:before {
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../img/g-background.b9c4ac4.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .content {
    position: static;
  }
  .content.fixed-bg:before {
    background-image: url(../img/g-background-sp.3e9c787.png);
  }
}

.footer-area {
  background-color: #fff;
  margin: 128px auto 0;
  padding: 128px 0 0;
}
.footer-area.is-company {
  background-color: #fbf9f8;
}
.footer-slogan {
  width: 390px;
  margin: 0 auto;
}
.footer-slogan img {
  width: 100%;
}
.footer-linkbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 72px auto 20px;
  text-align: center;
}
.footer-linkbtn .arrow-btn {
  position: static;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
.footer-link-company {
  text-align: center;
  text-decoration: underline;
  font-size: 0.8125rem;
}
.footer-link-company:hover {
  text-decoration: none;
}
.footer-link-company a {
  color: #24536c;
  text-decoration: underline;
  padding: 0;
  font-size: 0.75rem;
}
.footer-link-company a:hover {
  text-decoration: none;
}
.footer-logo {
  width: 90px;
  display: inline-block;
}
.footer-logo img {
  width: 100%;
}
.footer-copy {
  font-size: 0.625rem;
}
.footer-luminers-logo {
  width: 210px;
  margin: 0 auto;
}
.footer-luminers-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-slogan {
    width: 240px;
  }
  .footer-linkbtn {
    gap: 23px;
  }
  .footer-linkbtn .arrow-btn {
    color: #24536c;
    margin-top: 0;
  }
  .footer-linkbtn .arrow-btn:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA5IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iYnV0dG9uL2Zvcm0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjUuMDAwMDAwLCAtMjUuMDAwMDAwKSIgc3Ryb2tlPSIjMjQ1MzZDIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2LjUwMDAwMCwgMzIuNTAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMzY2LjUwMDAwMCwgLTMyLjUwMDAwMCkgIiBwb2ludHM9IjM2MiAyOCAzNzEgMjggMzcxIDM3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  }
  .footer-copy {
    margin-top: 20px;
  }
  .footer-luminers-logo {
    width: 150px;
  }
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: #effbff;
  margin: 82px auto 0;
  padding: 20px 40px;
  height: 61px;
}
footer.is-company {
  background-color: #fbf9f8;
}
footer .left-content > a {
  font-size: 0.75rem;
  color: #353535;
  text-decoration: none;
  padding: 0 0 0 20px;
}
footer .left-content > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
    height: 115px;
    padding: 30px 24px;
  }
}

header {
  position: relative;
  z-index: 999;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
header .toggle {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  width: 54px;
  height: 40px;
  background: #fff;
  border-radius: 100px 0 0 100px;
  z-index: 1000;
}
header .toggle .menu-toggle-icon {
  display: flex;
  position: relative;
  width: 20px;
  height: 14px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
header .toggle .menu-toggle-icon span {
  width: 20px;
  height: 2px;
  background-color: #353535;
  display: block;
  border-radius: 2px;
}
header .toggle .menu-toggle-icon span:nth-child(3) {
  width: 14px;
}
header .spMenuOpenIcon .menu-toggle-icon {
  display: block;
  transform: translateY(-65%);
}
header .spMenuOpenIcon .menu-toggle-icon span:first-child {
  width: 24px;
  transform: rotate(40deg);
  transform-origin: left top;
}
header .spMenuOpenIcon .menu-toggle-icon span:nth-child(2) {
  width: 24px;
  transform: rotate(-40deg) translate(-4px, -6px);
  transform-origin: right top;
}
header .spMenuOpenIcon .menu-toggle-icon span:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1025px) {
  header {
    position: sticky;
    top: 20px;
    left: 0;
    max-width: 1172px;
    margin: 0 auto;
  }
  header.is-company {
    margin-top: 40px;
    max-width: 1172px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
  }
  header .toggle {
    display: block;
  }
  header .spMenuOpen {
    left: 0;
    opacity: 1;
    animation: fadein-7a1f0678 0.2s ease-out;
  }
  header .spMenuClose {
    left: 0;
    animation: fadeout-7a1f0678 0.2s ease-out forwards;
  }
}
@media screen and (max-width: 768px) {
  header .toggle {
    top: 80px;
  }
}

.header-menu {
  height: 64px;
  width: 100%;
  background-color: #fff;
  padding: 0 14px 0 40px;
  z-index: 10;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: flex;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.header-menu-list {
  position: relative;
}
.header-menu-list ul {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-menu-list ul li a {
  color: #24536c;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-menu-list ul li a:hover {
  opacity: 0.7;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-menu-company-link {
  margin: 0;
  height: 100%;
  color: #24536c;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.header-menu-company-link .btn {
  width: 182px;
}
.header-menu-company-link:before {
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  background: #24536c;
}
.header-menu-company-link .social-icons {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .header-menu-list {
    width: calc(100% - 325px);
  }
  .header-menu-company-link .arrow-btn {
    right: 26px;
  }
}
@media screen and (max-width: 1180px) {
  .header-menu-list ul {
    justify-content: space-around;
    width: 655px;
  }
  .header-menu-company-link {
    width: 425px;
  }
  .header-menu-company-link .btn {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .header-menu {
    width: 100%;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu {
    opacity: 0;
    display: block;
    position: fixed;
    z-index: 997;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 53, 53, 0.96);
    top: 0;
    left: -100%;
    border-radius: 0;
    overflow: hidden;
    transform: translateX(0);
    padding: 64px 17.0666666667%;
    margin: 0 auto;
    font-size: 1.125rem;
  }
  .header-menu-list ul {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin: 0 auto 0 0;
  }
  .header-menu-list ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 1.5em;
  }
  .header-menu-company-link {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    width: 100%;
  }
  .header-menu-company-link .btn {
    width: 100%;
  }
  .header-menu-company-link:before {
    display: none;
  }
}

@keyframes fadein-7a1f0678 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout-7a1f0678 {
  0% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  99% {
    left: 0;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.arrow-btn {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 8px;
  color: #24536c;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.arrow-btn:hover {
  opacity: 0.7;
}
.arrow-btn:before {
  content: "";
  width: 8px;
  height: 15px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA5IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iYnV0dG9uL2Zvcm0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjUuMDAwMDAwLCAtMjUuMDAwMDAwKSIgc3Ryb2tlPSIjMjQ1MzZDIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2LjUwMDAwMCwgMzIuNTAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMzY2LjUwMDAwMCwgLTMyLjUwMDAwMCkgIiBwb2ludHM9IjM2MiAyOCAzNzEgMjggMzcxIDM3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (min-width: 1025px) {
  .arrow-btn {
    position: absolute;
    right: 0;
    bottom: -2em;
  }
  .arrow-btn:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA5IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iYnV0dG9uL2Zvcm0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjUuMDAwMDAwLCAtMjUuMDAwMDAwKSIgc3Ryb2tlPSIjMjQ1MzZDIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2LjUwMDAwMCwgMzIuNTAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMzY2LjUwMDAwMCwgLTMyLjUwMDAwMCkgIiBwb2ludHM9IjM2MiAyOCAzNzEgMjggMzcxIDM3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  }
}
@media screen and (max-width: 1024px) {
  .arrow-btn {
    margin-top: 13px;
    color: #fff;
    font-size: 16px;
  }
  .arrow-btn:before {
    background-image: url(../img/arrow-white.svg);
  }
}

.btn {
  width: 151px;
  height: 48px;
  background-color: #24536c;
  color: #fff;
  font-size: 1rem;
  position: relative;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
}
.btn .text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.btn.is-primary {
  background-color: #E46A67;
}
.btn.is-border {
  color: #E46A67;
  border: 1px solid #E46A67;
  background-color: #fff;
}
.btn.is-secondly-border {
  color: #24536c;
  border: 1px solid #24536c;
  background-color: #fff;
}
@media (hover: hover) {
  .btn:hover {
    background-color: #003652;
  }
  .btn:hover.is-primary {
    background-color: #DB5350;
  }
  .btn:hover.is-border {
    color: #fff;
    border: 1px solid #DB5350;
    background-color: #DB5350;
  }
  .btn:hover.is-secondly-border {
    color: #fff;
    border: 1px solid #003652;
    background-color: #003652;
  }
  .btn:hover.is-pc-clear {
    opacity: 0.7;
    background-color: transparent;
  }
}
@media screen and (max-width: 1180px) {
  .btn {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .btn.is-pc-clear {
    width: 115px;
    background-color: transparent;
    color: #24536C;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 16px;
  }
  .btn.is-pc-clear {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .btn.is-header {
    background-color: #fff;
    color: #24536C;
  }
}
.common-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 64px;
  margin: 0 auto;
  background-color: #E46A67;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  position: relative;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  box-sizing: border-box;
}
.common-btn:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  border-radius: 100px;
  background: #fff;
  right: 12px;
  top: 12px;
}
.common-btn:after {
  content: "";
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  border-radius: 100px;
  background-image: url(../img/arrow-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  right: 27px;
  top: 25px;
}
.common-btn .text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.common-btn-line {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 20px;
  top: 12px;
}
.common-btn.is-secondly {
  background-color: #24536c;
}
.common-btn.is-secondly:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA5IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iYnV0dG9uL2Zvcm0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjUuMDAwMDAwLCAtMjUuMDAwMDAwKSIgc3Ryb2tlPSIjMjQ1MzZDIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2LjUwMDAwMCwgMzIuNTAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMzY2LjUwMDAwMCwgLTMyLjUwMDAwMCkgIiBwb2ludHM9IjM2MiAyOCAzNzEgMjggMzcxIDM3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.common-btn.is-white {
  background-color: #fff;
  color: #24536c;
  border: 1px solid #24536c;
}
.common-btn.is-white:before {
  background-color: rgba(36, 83, 108, 0.1);
}
.common-btn.is-white:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA5IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iYnV0dG9uL2Zvcm0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjUuMDAwMDAwLCAtMjUuMDAwMDAwKSIgc3Ryb2tlPSIjMjQ1MzZDIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2LjUwMDAwMCwgMzIuNTAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMzY2LjUwMDAwMCwgLTMyLjUwMDAwMCkgIiBwb2ludHM9IjM2MiAyOCAzNzEgMjggMzcxIDM3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
@media (hover: hover) {
  .common-btn:hover {
    background-color: #DB5350;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .common-btn:hover.is-secondly {
    background-color: #003652;
  }
  .common-btn:hover.is-white {
    background-color: rgba(36, 83, 108, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .common-btn {
    max-width: 325px;
    height: 60px;
    font-size: 1.125rem;
  }
  .common-btn:before {
    width: 36px;
    height: 36px;
  }
  .common-btn:after {
    top: 22px;
  }
  .common-btn-line {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 320px) {
  .common-btn {
    width: 100%;
  }
}

.link-btn {
  width: 208px;
  padding: 15px 0;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #bbcfcf;
  border-radius: 100px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 13px;
  line-height: 1em;
  color: #24536c;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.link-btn-toggle:after {
  content: "もっと見る";
}
.link-btn-plus {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}
.link-btn-plus:before, .link-btn-plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #24536c;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.link-btn-plus:before {
  transform: translate(-50%, -50%);
}
.link-btn-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.link-btn.is-open .link-btn-toggle:after {
  content: "閉じる";
}
.link-btn.is-open .link-btn-plus:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (hover: hover) {
  .link-btn:hover {
    background: #e9f0f0;
  }
}

.panel-btn {
  width: 100%;
  max-width: 780px;
  height: 148px;
  border: 2px solid #bbcfcf;
  border-radius: 16px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
}
.panel-btn-text {
  text-align: center;
  font-size: 1rem;
  color: #24536c;
  font-weight: bold;
}
.panel-btn:before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  border-radius: 100px;
  border: 2px solid #bbcfcf;
  right: 44px;
  top: 52px;
}
.panel-btn:after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  position: absolute;
  border-radius: 100px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA5IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iYnV0dG9uL2Zvcm0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjUuMDAwMDAwLCAtMjUuMDAwMDAwKSIgc3Ryb2tlPSIjMjQ1MzZDIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2LjUwMDAwMCwgMzIuNTAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMzY2LjUwMDAwMCwgLTMyLjUwMDAwMCkgIiBwb2ludHM9IjM2MiAyOCAzNzEgMjggMzcxIDM3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  right: 58px;
  top: 64px;
}
@media (hover: hover) {
  .panel-btn:hover {
    background-color: #fff;
  }
  .panel-btn:hover.is-hover-gray {
    background-color: #e9f0f0;
  }
}
@media screen and (max-width: 768px) {
  .panel-btn {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
  }
  .panel-btn-text {
    text-align: left;
    padding-right: 30px;
  }
}

.section-title {
  font-size: 2.625rem;
  text-align: center;
  color: #24536c;
  font-family: IowanOldStyleW01-Roman;
}
.section-title .subtitle {
  font-size: 1rem;
  display: block;
  color: #e46a67;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 13px auto 0;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2.25rem;
  }
  .section-title .subtitle {
    font-size: 0.875rem;
    margin: 9px auto 0;
  }
}

.about-head {
  padding: 320px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.about-head:before {
  content: "";
  background-image: url(../img/background-about.adad678.png);
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  width: 835px;
  height: 690px;
  position: absolute;
  top: 18%;
  left: -16%;
  z-index: -1;
}
.about-text {
  margin-right: 11.9243421053%;
}
.about-text p {
  color: #24536c;
  margin: 30px 0 0;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.9;
  line-height: 1.8;
}
.about-text-heading {
  max-width: 261px;
}
.about-image {
  width: 225px;
}
.about-image img {
  width: 100%;
}
.about-movie {
  aspect-ratio: 800/450;
  overflow: hidden;
  border-radius: 16px;
  margin: 80px auto 0;
  max-width: 800px;
}
.about-movie-wrapper {
  width: 100%;
  height: 100%;
  background-color: #dedede;
}
.about-movie-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1440px) {
  .about-head:before {
    width: 2000px;
    background-position: 0;
    left: -5%;
  }
}
@media screen and (max-width: 767px) {
  .about-head {
    display: block;
    padding: 120px 0 0;
  }
  .about-head:before {
    width: 500px;
    height: 700px;
    top: 0;
    left: 0;
    background-size: cover;
  }
  .about-text {
    margin: 0 auto;
    width: 70.4%;
  }
  .about-text h2 {
    margin: 0 auto;
  }
  .about-text p {
    margin: 30px auto 0;
    display: block;
    max-width: 325px;
  }
  .about-text-heading {
    max-width: 212px;
  }
  .about-image {
    width: 32.8%;
    max-width: 176px;
    margin: 48px auto 0;
  }
  .about-movie {
    border-radius: 0;
  }
}
@media screen and (max-width: 420px) {
  .about-head {
    padding-top: 144px;
  }
  .about-head:before {
    width: 500px;
    height: 400px;
    top: 6%;
    left: -37%;
    background-size: contain;
  }
  .about-text h2 img, .about-text h2 {
    width: 100%;
  }
  .about-text h2,
  .about-text img {
    width: 100%;
  }
}

.cases-featured-item-heading {
  font-size: 18px;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
}
.cases-featured-item-heading span {
  background-image: linear-gradient(#999, #999);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.35em;
}
.cases-featured-item-heading span.is-bracket {
  padding-left: 0;
  margin-left: -0.35em;
}
.cases-featured-item-heading span.is-joint {
  padding-left: 0;
  margin-left: -0.35em;
}
.cases-featured-item-heading span.is-sp-bracket {
  margin-left: 0;
}
.cases-featured-item-meta {
  margin-top: 11px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 5px 15px;
}
.cases-featured-item-meta-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.75em;
  font-size: 14px;
  line-height: 1.6em;
  width: 250px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
.cases-featured-item-meta-tag li:before {
  content: "#";
}
.cases-featured-item-meta-data {
  font-size: 13px;
  line-height: 1.6em;
  color: #888888;
}
.cases-featured-item-text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6em;
}
.cases-featured-item-list {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 72px minmax(auto, 1fr);
  grid-gap: 20px;
  margin-top: 14px;
}
.cases-featured-item-list-term {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 4px;
  height: 24px;
  font-size: 13px;
  line-height: 1.6em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  transform: translate(0, 3px);
}
.cases-featured-item-list-term.is-after {
  background-color: #000;
  color: #fff;
}
.cases-featured-item-list-text {
  font-size: 14px;
  line-height: 1.6em;
  max-width: 420px;
}
.cases-featured-item.is-yellow .cases-featured-item-heading span {
  background-image: linear-gradient(#EDC554, #EDC554);
}
.cases-featured-item.is-yellow .cases-featured-item-meta-tag {
  color: #EDC554;
}
.cases-featured-item.is-yellow .cases-featured-item-list-term {
  color: #EDC554;
  border-color: #EDC554;
}
.cases-featured-item.is-yellow .cases-featured-item-list-term.is-after {
  background-color: #EDC554;
  color: #fff;
}
.cases-featured-item.is-gray .cases-featured-item-heading span {
  background-image: linear-gradient(#BBCFCF, #BBCFCF);
}
.cases-featured-item.is-gray .cases-featured-item-meta-tag {
  color: #BBCFCF;
}
.cases-featured-item.is-gray .cases-featured-item-list-term {
  color: #BBCFCF;
  border-color: #BBCFCF;
}
.cases-featured-item.is-gray .cases-featured-item-list-term.is-after {
  background-color: #BBCFCF;
  color: #fff;
}
.cases-featured-item.is-orange .cases-featured-item-heading span {
  background-image: linear-gradient(#D38144, #D38144);
}
.cases-featured-item.is-orange .cases-featured-item-meta-tag {
  color: #D38144;
}
.cases-featured-item.is-orange .cases-featured-item-list-term {
  color: #D38144;
  border-color: #D38144;
}
.cases-featured-item.is-orange .cases-featured-item-list-term.is-after {
  background-color: #D38144;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cases-featured-item-heading {
    margin-top: -55px;
    font-size: 16px;
  }
  .cases-featured-item-heading span.is-bracket {
    margin-left: 0;
  }
  .cases-featured-item-heading span.is-joint {
    padding-left: 0.35em;
    margin-left: 0;
  }
  .cases-featured-item-heading span.is-sp-bracket {
    margin-left: -0.35em;
  }
  .cases-featured-item-meta {
    margin-top: 6px;
  }
  .cases-featured-item-list {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-top: 20px;
  }
  .cases-featured-item-list-term {
    width: 72px;
    transform: none;
  }
}

.cases-item {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.cases-item-image {
  max-width: 367px;
  width: 35.2884615385%;
  position: absolute;
}
.cases-item-image img {
  width: 100%;
}
.cases-item-article {
  max-width: 462px;
  height: 424px;
  padding: 100px 0 0;
  margin-left: 40%;
}
.cases-item-article.is-featured {
  height: auto;
}
.cases-item-names {
  font-size: 0.875rem;
  font-weight: bold;
  color: #777;
}
.cases-item-names .position {
  display: inline-block;
  margin-left: 10px;
  border: 1px solid var(--color);
  border-radius: 3px;
  padding: 5px 9px;
  font-size: 0.8125rem;
  line-height: 1;
}
.cases-item-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 15px 0 0;
  display: block;
}
.cases-item-text {
  white-space: pre-wrap;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  margin: 15px 0 0;
}
@media screen and (min-width: 769px) {
  .cases-item-article.is-featured {
    max-width: 574px;
    padding: 37px 0 0;
    margin-left: 38%;
  }
}
@media screen and (max-width: 1080px) {
  .cases-item-article {
    transform: scale(0.9);
  }
  .cases-item-article.is-featured {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .cases-item-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .cases-item-article {
    padding: 0;
    margin: 0 auto;
    max-width: 325px;
    width: 83.2835820896%;
    height: 400px;
    transform: scale(1);
  }
  .cases-item-names .position {
    border: none;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .cases-item-names {
    padding: 20px 45px 0 30px;
    text-align: right;
    position: absolute;
    right: -2%;
    top: -22%;
    min-height: 90px;
    background-image: url(../img/cases-name-bg.ebc8ab4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
    line-height: 1.6;
    font-size: 0.75rem;
  }
  .cases-item-title {
    font-size: 0.875rem;
    position: relative;
    z-index: 2;
  }
  .cases-item-text {
    margin: 15px auto 0;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 769px) {
  .isActive .cases-item-image {
    right: 0;
  }
  .isActive .cases-item-article {
    margin-left: auto;
    margin-right: 40%;
  }
  .isActive .cases-item-article.is-featured {
    margin-right: 38%;
  }
}
.position {
  color: var(--color);
  display: none;
}
@media screen and (max-width: 768px) {
  .position {
    display: none;
  }
}

.company-about {
  padding: 16% 0 0;
  position: relative;
  z-index: 1;
}
.company-about:before {
  content: "";
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  background-image: url(../img/about-background.45ef6fe.png);
  background-position: 30%;
  background-size: 130%;
  background-repeat: no-repeat;
  z-index: 0;
  top: -30%;
  margin: 3% auto 0;
  pointer-events: none;
}
.company-about-title {
  position: relative;
  z-index: 2;
}
.company-about-title h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  color: #24536c;
  line-height: 1.9;
}
.company-about-text {
  width: 488px;
  margin: 60px auto 0;
  color: #24536c;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
.company-about-text p {
  margin: 0 0 30px;
  display: inline-block;
  line-height: 2;
  font-weight: bold;
}
.company-about-text p.is-notes {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .company-about-text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .company-about {
    padding: 128px 0 0;
    top: 0;
  }
  .company-about-title h2 {
    font-size: 1.3125rem;
    text-align: left;
    width: 70.6666666667%;
    margin: 0 auto;
    display: block;
  }
  .company-about-text {
    font-size: 0.875rem;
    width: 71.4666666667%;
    margin: 50px auto 0;
  }
  .company-about-text p {
    margin: 0 0 25px;
  }
  .company-about-text p.is-notes {
    font-size: 10px;
    padding-left: 3em;
    text-indent: -3em;
  }
}
@media screen and (max-width: 420px) {
  .company-about:before {
    background-image: url(../img/about-background-sp.ba8f29e.png);
    background-position: 50%;
    background-size: contain;
  }
  .company-about-title h2 {
    width: auto;
    margin: 0 20px;
  }
  .company-about-text {
    width: auto;
    margin: 50px 20px;
  }
}

.company-hero {
  width: 100%;
  height: 100vh;
  max-height: 980px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/background-comp.7dce848.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.company-hero-link {
  position: absolute;
  top: 40px;
  right: 40px;
}
.company-hero-link .btn {
  width: 200px;
}
.company-hero-maincopy {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.company-hero-maincopy h1 {
  width: 240px;
  display: inline-block;
}
.company-hero-maincopy h1 img {
  width: 100%;
}
.company-hero-maincopy p {
  display: inline-block;
  margin: 25px 0 0;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.6;
}
.company-hero-maincopy .caution {
  display: inline-block;
  margin: 20px 0 0;
  background: #f7f3f0;
  border-radius: 17.5px;
  padding: 8px 28px;
  font-weight: bold;
  font-size: 0.8125rem;
  color: #24536c;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .company-hero {
    max-height: 1370px;
  }
}
@media screen and (max-width: 1280px) {
  .company-hero {
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .company-hero-link {
    top: 20px;
    right: 0;
    position: fixed;
    z-index: 990;
  }
  .company-hero-link .btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company-hero-logo {
    position: absolute;
    width: 105px;
    top: 27px;
    left: 27px;
  }
  .company-hero-logo img {
    width: 100%;
  }
  .company-hero-maincopy h1 {
    width: 150px;
  }
  .company-hero-maincopy p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .company-hero {
    background-position: top 34% left 45%;
  }
}

.company-point {
  margin: 128px auto 0;
}
.company-point h2 {
  text-align: center;
}
.company-point-items {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  margin: 64px auto 0;
}
.company-point-item {
  width: 308px;
  height: 272px;
  background-image: url(../img/point-background.820dc3a.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.05);
  position: relative;
}
.company-point-item .item-num {
  font-size: 1.75rem;
  text-align: center;
  color: #edc554;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.company-point-item .item-icon {
  margin: 10px auto;
  width: 58px;
}
.company-point-item .item-icon img {
  width: 100%;
}
.company-point-item .item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  white-space: pre-wrap;
}
.company-point .contact-navigation {
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .company-point-item {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .company-point-items {
    display: block;
  }
  .company-point-item {
    transform: scale(1);
    margin: 0 auto 20px;
    width: 100%;
    max-width: 328px;
    background-size: cover;
    background-image: url(../img/point-background-sp.a8e8b29.png);
    height: 200px;
  }
  .company-point-item .item-num {
    text-align: right;
    padding-right: 20px;
    position: absolute;
    right: 0;
  }
  .company-point-item .item-text {
    font-size: 0.875rem;
  }
  .company-point .contact-navigation {
    margin: 40px 0 0;
  }
}

.company-process {
  margin: 0 auto;
  padding: 128px 0 0;
}
.company-process h2 {
  text-align: center;
}
.company-process-items {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
.company-process-items .process-item-image {
  width: 56px;
  height: 56px;
  margin: 28px 0 0;
}
.company-process-items .process-item-image img {
  width: 100%;
}
.company-process-items .process-item-step {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 4rem;
  color: #24536c;
  opacity: 0.06;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.company-process-items .process-item-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #e46a67;
  font-size: 1.125rem;
  margin: 20px 0 0;
}
.company-process-items .process-item-text {
  font-size: 0.875rem;
  margin: 10px auto 0;
  line-height: 1.9;
}
.company-process-item {
  width: 280px;
  height: 280px;
  background: #fff;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.05);
  padding: 0 28px;
}
.company-process-text {
  width: 650px;
  margin: 15px auto 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.company-process-linkbutton {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .company-process-text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .company-process-item {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  .company-process {
    margin: 0 auto;
  }
  .company-process-items {
    display: block;
  }
  .company-process-items .process-item-title {
    font-size: 1rem;
    margin: 10px 0 0;
  }
  .company-process-items .process-item-text {
    font-size: 0.8125rem;
    margin-left: 0;
  }
  .company-process-item {
    transform: scale(1);
    width: 100%;
    max-width: 328px;
    height: 210px;
    margin: 0 auto 24px;
  }
  .company-process-text {
    width: 100%;
  }
}

.company-system {
  margin: 0 auto;
  padding: 128px 0 0;
}
.company-system h2 {
  text-align: center;
}
.company-system-items {
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.company-system-items .system-item {
  width: 470px;
  min-height: 272px;
  display: grid;
  grid-template-columns: auto;
  grid-auto-rows: 48px auto;
  justify-content: space-between;
  border-radius: 24px;
  padding: 24px 68px;
  background-color: #f0f7fb;
  box-sizing: border-box;
}
.company-system-items .system-item h3 {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  width: 334px;
  padding: 16px 0;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 8px;
}
.company-system-items .system-item-text {
  display: grid;
  grid-auto-rows: minmax(0, 100%) auto;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
.company-system-items .system-item-catch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-system-items .system-item-caution {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.company-system-items .system-item-caution a {
  font-weight: bold;
}
.company-system-text {
  margin: 30px auto 0;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .company-system-items {
    margin: 48px auto 0;
    gap: 20px;
  }
  .company-system-items .system-item {
    display: block;
    width: 100%;
    min-height: 207px;
    max-width: 328px;
    padding: 18px 0;
  }
  .company-system-items .system-item h3 {
    width: 75.5351681957%;
    margin: 0 auto;
    font-size: 0.8125rem;
    display: block;
  }
  .company-system-items .system-item-text {
    display: block;
    font-size: 1.25rem;
  }
  .company-system-items .system-item-catch {
    margin-top: 56px;
  }
  .company-system-items .system-item-caution {
    font-size: 0.75rem;
    margin-top: 40px;
  }
  .company-system-text {
    margin: 24px auto 0;
    text-align: left;
    line-height: 1.6;
  }
}

.contact-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #24536C;
  gap: 10px;
  margin: 80px 20px 0;
}
.contact-navigation-column {
  display: grid;
  grid-gap: 16px;
  padding: 20px 16px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  width: 100%;
  max-width: 360px;
}
.contact-navigation-column-catch {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
}
.contact-navigation-column.is-bg {
  background-color: #F1F6FA;
}
@media screen and (max-width: 767px) {
  .contact-navigation-navigation {
    margin-top: 35px;
    grid-gap: 13px;
  }
  .contact-navigation-column-catch {
    font-size: 14px;
  }
}

.faq {
  margin: 0 auto;
  padding: 128px 0 0;
  position: relative;
}
.feature-btn {
  position: absolute;
  right: 48px;
  bottom: 48px;
  display: grid;
  align-items: center;
  grid-template-columns: 72px 223px;
  grid-gap: 12px;
  background-color: #fff;
  border-radius: 36px;
  color: #24536C;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(51, 51, 51, 0.2);
  z-index: 5;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.feature-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 73px;
  background-color: #F3F7F7;
  border-radius: 50%;
}
.feature-btn-icon img {
  display: block;
  width: 40px;
  height: auto;
}
.feature-btn-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 150%;
}
.feature-btn:after {
  content: "";
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  border-radius: 100px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA5IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iYnV0dG9uL2Zvcm0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjUuMDAwMDAwLCAtMjUuMDAwMDAwKSIgc3Ryb2tlPSIjMjQ1MzZDIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2LjUwMDAwMCwgMzIuNTAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMzY2LjUwMDAwMCwgLTMyLjUwMDAwMCkgIiBwb2ludHM9IjM2MiAyOCAzNzEgMjggMzcxIDM3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  right: 24px;
  top: 29px;
}
.feature-btn.is-line .feature-btn-icon {
  background-color: #E6FEF0;
}
@media (hover: hover) {
  .feature-btn:hover {
    background-color: #F3F7F7;
  }
  .feature-btn:hover.is-line {
    background-color: #E6FEF0;
  }
}
@media screen and (max-width: 767px) {
  .feature-btn {
    right: 50%;
    bottom: 20px;
    transform: translate(50%, 0);
  }
  .feature-btn.is-line {
    bottom: 70px;
  }
}

.guideline {
  margin-top: 137px;
}
.guideline-text {
  font-size: 15px;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  color: #24536c;
}
.guideline-btn {
  margin-top: 40px;
}
.guideline-btn .common-btn .text {
  font-size: 18px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .guideline-text {
    text-align: left;
  }
  .guideline-btn .common-btn .text {
    font-size: 15px;
  }
}
.hero {
  width: 100%;
  height: 100vh;
  max-height: 980px;
  position: relative;
  z-index: 1;
}
.hero:before {
  content: "";
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  right: 0;
  top: -82px;
  background-image: url(../img/background.ead9ac8.svg);
  background-position: 50px 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.hero .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero .scroll .img {
  width: 52px;
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}
.hero .scroll .img img {
  width: 100%;
}
.hero .scroll:after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #bbcfcf;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.hero-maincopy {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  padding: 0 0 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-maincopy h1 {
  width: 240px;
  display: inline-block;
}
.hero-maincopy h1 img {
  width: 100%;
}
.hero-maincopy p {
  display: inline-block;
  margin: 30px 0 0;
  color: #24536c;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.6;
}
.hero-link {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.hero-link-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.hero-link-btn-fixed {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-link .arrow-btn {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .hero {
    max-height: 1370px;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .hero:before {
    top: -5%;
  }
}
@media screen and (max-width: 1180px) {
  .hero:before {
    top: 10%;
    max-width: 800px;
    background-position: 120px 0;
  }
}
@media screen and (max-width: 1024px) {
  .hero-link {
    justify-content: space-between;
    gap: 0;
    right: 0;
    width: 100%;
    padding-left: 24px;
    box-sizing: border-box;
  }
  .hero-link-btn-fixed {
    top: 40px;
    right: 0;
    position: fixed;
    z-index: 900;
  }
  .hero-link .btn {
    font-size: 13px;
  }
  .hero-link .btn.is-primary, .hero-link .btn.is-secondly {
    width: 112px;
    border-radius: 30px 0 0 30px;
  }
  .hero-link .btn.is-border, .hero-link .btn.is-secondly-border {
    width: 96px;
  }
  .hero-link .arrow-btn {
    position: absolute;
    top: 7em;
    right: 8px;
    color: #24536c;
  }
  .hero-link .arrow-btn:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA5IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iYnV0dG9uL2Zvcm0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjUuMDAwMDAwLCAtMjUuMDAwMDAwKSIgc3Ryb2tlPSIjMjQ1MzZDIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2LjUwMDAwMCwgMzIuNTAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMzY2LjUwMDAwMCwgLTMyLjUwMDAwMCkgIiBwb2ludHM9IjM2MiAyOCAzNzEgMjggMzcxIDM3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  }
  .hero-link .social-icons {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 100vh;
    max-height: 1024px;
  }
  .hero:before {
    aspect-ratio: 2/3;
  }
  .hero-maincopy {
    padding-left: 24px;
  }
  .hero-maincopy h1 {
    width: 150px;
  }
  .hero-maincopy p {
    font-size: 1rem;
  }
  .hero-link {
    top: 20px;
    right: 0;
    z-index: 990;
  }
  .hero-link-btn-fixed {
    top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .hero:before {
    max-width: 600px;
    background-position: 90px 0;
  }
}
@media screen and (max-width: 420px) {
  .hero:before {
    max-width: 421px;
    top: 20%;
  }
}

.howto-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 64px auto 0;
  max-width: 1216px;
  width: 84.4444444444%;
}
@media screen and (max-width: 1000px) {
  .howto-grid {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .howto-grid .howto-item {
    transform: scale(1);
    margin: 0 auto 25px;
  }
  .howto-grid .howto-item:not(:last-child) {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .howto-grid {
    width: 100%;
    position: relative;
    z-index: auto;
    margin: 48px auto 0;
    display: block;
  }
}
.howto-item {
  width: 280px;
  height: 463px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.howto-item:not(:last-child) {
  margin-right: 1%;
}
@media screen and (max-width: 1024px) {
  .howto-item {
    justify-content: flex-start;
    height: 430px;
  }
}
@media screen and (max-width: 995px) {
  .howto-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .howto-item {
    width: 100%;
    max-width: 375px;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    height: 178px;
    margin: 0 auto 25px;
  }
}
.howto-item-step {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.75rem;
  color: #fff;
  width: 56px;
  height: 51px;
  background-image: url(../img/circle-step.f9c6381.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0 17px;
}
@media screen and (max-width: 768px) {
  .howto-item-step {
    position: absolute;
    top: -25px;
    width: 44px;
    height: 40px;
    font-size: 1.5rem;
  }
}
.howto-item-image {
  width: var(--width);
  height: 195px;
  margin: 0 auto;
}
.howto-item-image img {
  width: 100%;
}
@media screen and (max-width: 1124px) {
  .howto-item-image {
    width: 100px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .howto-item-image {
    width: var(--spwidth);
    margin: 100px auto 0;
    height: 195px;
    flex-basis: auto;
  }
}
.howto-item-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #e46a67;
  font-size: 1.125rem;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .howto-item-title {
    text-align: left;
    font-size: 1rem;
    margin: 0 auto;
  }
}
.howto-item-text {
  font-size: 0.875rem;
  margin: 10px auto 0;
  padding: 0 30px;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .howto-item-text {
    max-width: 200px;
    font-size: 0.8125rem;
    padding: 0 30px 0 0;
    flex-basis: 50%;
    margin: 10px 0 0;
  }
}

.implementation-results {
  margin: 128px auto 0;
  max-width: 1000px;
  padding: 40px 64px 64px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}
.implementation-results.is-shadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.implementation-results-heading {
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  color: #24536c;
  font-size: 24px;
  font-weight: bold;
}
.implementation-results-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
  gap: 26px 38px;
}
.implementation-results-grid:after, .implementation-results-grid:before {
  content: "";
  display: block;
  width: 124px;
  height: 0;
  order: 1;
}
.implementation-results-item {
  order: 0;
  width: 124px;
}
.implementation-results-item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .implementation-results {
    padding: 40px 20px;
  }
  .implementation-results.is-company {
    margin: 178px auto 0;
  }
  .implementation-results-heading {
    font-size: 18px;
  }
  .implementation-results-grid {
    gap: 15px 28px;
  }
  .implementation-results-grid:after, .implementation-results-grid:before {
    width: 106px;
  }
  .implementation-results-item {
    width: 106px;
  }
}
.instagram-news {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
}
.instagram-news .news-item {
  width: 28.51852%;
  max-width: 308px;
}
.instagram-news .news-item > p {
  line-height: 1.5;
  font-size: 13px;
  white-space: pre-wrap;
}
.instagram-news .news-image {
  margin: 0 auto 25px;
  border-radius: 8px;
  overflow: hidden;
}
.instagram-news .news-image > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .instagram-news {
    display: block;
  }
  .instagram-news .news-item {
    margin: 0 auto;
    width: 327px;
    max-width: 327px;
  }
  .instagram-news .news-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .instagram-news .news-item .news-image {
    /* margin: 0 auto 20px; */
    /* width: 279px; */
    margin: 0 auto 13px;
    width: 100%;
  }
}
@media screen and (max-width: 321px) {
  .instagram-news .news-item {
    width: 300px;
  }
  .instagram-news .news-item .news-image {
    margin: 0 auto 20px;
    width: 270px;
  }
}

.mail {
  margin: 0 auto;
  padding: 128px 0 0;
  position: relative;
}
.mail-text {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: bold;
  color: #24536C;
  margin: 55px auto 0;
  max-width: 405px;
}
.news {
  padding: 138px 0 0;
}
.news-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.news-text {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #24536c;
  margin-top: 40px;
}
.news-facebook, .news-line {
  margin: 60px 0 0;
}
.news-facebook-title, .news-line-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5em;
  color: #24536c;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-facebook-title h3, .news-line-title h3 {
  text-align: left;
}
.news-facebook-title:before, .news-line-title:before {
  content: "";
  width: 63px;
  height: 61px;
  background-image: url(../img/news-fb.f262a02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: block;
  margin-right: 15px;
}
.news-facebook-items, .news-facebook-link, .news-line-items, .news-line-link {
  margin: 30px auto 0;
}
.news-facebook .fb-page, .news-line .fb-page {
  width: 100%;
}
.news-facebook .fb-page iframe, .news-line .fb-page iframe {
  width: 100%;
}
.news-line-title:before {
  content: "";
  background-image: url(../img/news-line.svg);
}
.news-line-text {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: bold;
  color: #24536C;
}
.news-line-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 18px;
}
.news-line-image-label {
  position: absolute;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  bottom: 15px;
  right: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: rgba(36, 83, 108, 0.5);
}
.news-community-image {
  width: 441px;
  margin-left: 2%;
}
@media screen and (min-width: 768px) {
  .news-block {
    max-width: 740px;
    margin: 0 auto;
  }
  .news-block.is-top {
    display: grid;
    gap: 60px;
    grid-template-columns: 340px 340px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1180px) {
  .news-block {
    max-width: 1000px;
  }
  .news-block.is-top {
    grid-gap: 72px;
    grid-template-columns: 1fr 0.8fr;
  }
}
@media screen and (max-width: 1024px) {
  .news-community-image {
    width: 80%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .news-block {
    display: block;
  }
  .news-text {
    text-align: left;
  }
  .news-facebook-embed, .news-line-embed {
    width: 100%;
    text-align: center;
  }
  .news-facebook-title, .news-line-title {
    line-height: 1.5;
    justify-content: center;
  }
  .news-line-text {
    text-align: left;
  }
  .news-line-image {
    max-width: 500px;
    margin: 18px auto 0;
  }
}
@media screen and (max-width: 420px) {
  .news-facebook-title, .news-line-title {
    justify-content: flex-start;
  }
  .news-facebook .fb-page, .news-line .fb-page {
    width: 327px;
    max-width: 327px;
  }
}

.point {
  position: relative;
  margin-top: 128px;
}
.point h2:before {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: -6%;
  left: 0;
  animation: wobbling_x 1.7s ease-in-out infinite alternate, wobbling_y 2.2s ease-in-out infinite alternate;
  background-image: url(../img/circle_01.3b3a321.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.point-body {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 14px auto 0;
}
@media screen and (max-width: 768px) {
  .point {
    margin: 128px auto 100px;
  }
  .point h2:before {
    width: 80px;
    height: 80px;
    left: -20%;
  }
  .point-body {
    display: block;
    max-width: 360px;
  }
}

.point-item {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.point-item-num {
  position: relative;
  width: 75px;
}
.point-item-num img {
  width: 100%;
}
.point-item-text {
  white-space: pre-wrap;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.9;
  margin: 0 auto 25px;
  display: block;
}
.point-item-image {
  width: var(--width);
  max-height: 330px;
}
.point-item-image img {
  width: 100%;
}
.point-item:nth-child(2n) {
  flex-direction: column-reverse;
}
.point-item:first-child {
  transform: translate(0, -40px);
}
.point-item:first-child:before {
  position: absolute;
  content: "";
  width: 275px;
  height: 180px;
  background-image: url(../img/circle-point-odd.770379b.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 35px;
  left: 0;
  z-index: -1;
}
.point-item:first-child .point-item-num {
  top: 25px;
  left: -20px;
}
.point-item:first-child .point-item-text {
  margin-top: -8px;
}
.point-item:first-child .point-item-image {
  margin-top: -20px;
}
.point-item:nth-child(2) .point-item-cap {
  margin: -30px 0 0;
}
.point-item:nth-child(2):before {
  position: absolute;
  content: "";
  width: 245px;
  height: 160px;
  background-image: url(../img/circle-point-even.31e9ca2.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: -25px;
  left: 16px;
  z-index: -1;
}
.point-item:nth-child(3) .point-item-num {
  position: relative;
  right: 50px;
  top: 30px;
}
.point-item:nth-child(3):before {
  position: absolute;
  content: "";
  width: 332px;
  height: 200px;
  background-image: url(../img/circle-point-odd.770379b.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 35px;
  left: -46px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .point-item {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  .point-item {
    transform: scale(1);
    flex-direction: row;
    justify-content: space-around;
  }
  .point-item-num {
    width: 60px;
    position: absolute;
  }
  .point-item-text {
    margin-bottom: 0;
    font-size: 0.875rem;
    margin-top: 80px;
  }
  .point-item-image {
    width: var(--spwidth);
  }
  .point-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .point-item:first-child {
    transition: none;
  }
  .point-item:first-child:before {
    top: 26px;
  }
  .point-item:first-child .point-item-num {
    left: 0;
  }
  .point-item:first-child .point-item-image {
    margin-top: 98px;
    transform: scale(1.5) translate(0, 0);
  }
  .point-item:first-child .point-item-text {
    margin-top: 70px;
    min-width: 235px;
    left: 5px;
    position: relative;
  }
  .point-item:nth-child(2) {
    align-items: center;
  }
  .point-item:nth-child(2) .point-item-num {
    top: 20px;
    right: 0;
  }
  .point-item:nth-child(2) .point-item-image {
    margin-left: -3%;
    margin-top: 0;
  }
  .point-item:nth-child(2) .point-item-text {
    margin-top: 15px;
    position: relative;
    right: 25px;
  }
  .point-item:nth-child(2):before {
    right: 0;
    left: auto;
    bottom: 35px;
    width: 220px;
    height: 145px;
  }
  .point-item:nth-child(3) .point-item-image {
    margin-right: -10%;
  }
  .point-item:nth-child(3) .point-item-num {
    top: 20px;
    right: 10px;
  }
  .point-item:nth-child(3) .point-item-text {
    margin-top: 20px;
  }
}

.section-cases {
  margin: 0 auto;
  padding: 128px 0 0;
  position: relative;
}
.section-cases:before {
  content: "";
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  top: 29%;
  left: -5%;
  animation: wobbling_x 1.7s ease-in-out infinite alternate, wobbling_y 2.2s ease-in-out infinite alternate;
  background-image: url(../img/case-bg-y.39ac434.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  z-index: -1;
}
.section-cases:after {
  content: "";
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  top: 75%;
  right: -5%;
  animation: wobbling_x 1.7s ease-in-out infinite alternate, wobbling_y 2.2s ease-in-out infinite alternate;
  background-image: url(../img/case-bg-r.b86e675.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  z-index: -1;
}
.section-cases h2 {
  text-align: center;
}
.section-cases h2:before {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  animation: wobbling_x 1.7s ease-in-out infinite alternate, wobbling_y 2.2s ease-in-out infinite alternate;
  background-image: url(../img/circle_02.d46720f.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
@media screen and (max-width: 768px) {
  .section-cases h2:before {
    width: 80px;
    height: 80px;
    right: -8%;
    top: -40px;
  }
}
.section-cases-items {
  margin: 36px auto 0;
  max-width: 1216px;
  width: 84.4444444444%;
}
.section-cases-items .cases-item {
  margin: 0 auto 10%;
}
.section-cases-items .cases-item:before {
  position: absolute;
  content: "";
  width: 76.92308%;
  height: 490px;
  background-image: url(../img/background-cases.d2aa993.png);
  background-size: contain;
  background-position: top 60% right;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: -1;
}
.section-cases-items .cases-item.is-featured:before {
  top: 45px;
}
.section-cases-items .cases-item:nth-child(2n):before {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
.section-cases-items .cases-item.toggle-target:before {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
.section-cases-items .cases-item.toggle-target:nth-child(2n):before {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}
.section-cases-items .slick-dots {
  bottom: -48px;
}
@media screen and (max-width: 1080px) {
  .section-cases-items .cases-item:before {
    width: 690px;
    right: -12%;
  }
  .section-cases-items .cases-item:nth-child(2n):before {
    left: -15%;
  }
  .section-cases-items .cases-item.toggle-target:before {
    right: auto;
    left: -15%;
  }
  .section-cases-items .cases-item.toggle-target:nth-child(2n):before {
    left: auto;
    right: -12%;
  }
}
@media screen and (max-width: 768px) {
  .section-cases {
    padding: 60px 0 0;
  }
  .section-cases:before {
    display: none;
  }
  .section-cases:after {
    display: none;
  }
  .section-cases-items {
    width: 89.3333333333%;
    position: relative;
    z-index: auto;
  }
  .section-cases-items .cases-item {
    margin: 0 auto;
  }
  .section-cases-items .cases-item:before {
    background-image: url(../img/background-cases-sp.bd2cb42.png);
    width: 100%;
    height: 100%;
    top: 3%;
    right: 0;
    background-position: 50%;
  }
  .section-cases-items .cases-item:nth-child(2n):before {
    left: 0;
  }
  .section-cases-items .cases-item.toggle-target:before {
    right: 0;
    left: 0;
  }
  .section-cases-items .cases-item.toggle-target:nth-child(2n):before {
    right: 0;
    left: 0;
  }
  .section-cases-items .cases-item.is-featured {
    padding-bottom: 50px;
  }
  .section-cases-items .cases-item.is-featured:before {
    background-image: url(../img/background-cases-featured-sp.webp);
    background-size: 100% 100%;
    top: 30px;
    right: 0;
    background-position: 0 0;
    height: calc(100% - 30px);
    transform: none;
  }
}

.section-voice {
  margin: 0 auto;
  padding: 128px 0 0;
}
.section-voice h2 {
  text-align: center;
}
.section-voice-item {
  margin: 36px auto 0;
}
.section-voice-item .voice-item:not(:last-child) {
  margin: 0 auto 10%;
}
.section-voice-item .voice-item:nth-child(2n) .voice-item-names {
  background-color: #24536c;
}
.section-voice-item .voice-item:before {
  position: absolute;
  content: "";
  width: 76.92308%;
  height: 490px;
  background-image: url(../img/background-voice-odd.d6c289c.png);
  background-size: contain;
  background-position: top 60% right;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: -1;
}
.section-voice-item .isActive:before {
  right: auto;
  left: 0;
  background-image: url(../img/background-voice-even.b575687.png);
}
.section-voice-item .isActive .voice-item-article {
  margin-left: auto;
  margin-right: 40%;
}
.section-voice-item .isActive .voice-item-article .voice-item-names {
  background-color: #24536c;
}
.section-voice .slick-dots li button:before {
  background-color: #eee;
}
.section-voice .slick-dots li.slick-active button:before {
  background-color: #24536c;
}
@media screen and (max-width: 1080px) {
  .section-voice-item .voice-item:before {
    width: 690px;
    right: -12%;
  }
  .section-voice-item .isActive:before {
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  .section-voice {
    padding: 128px 0 0;
    margin: 0 -10px;
  }
  .section-voice-item .voice-item:not(:last-child) {
    margin: 0 auto;
  }
  .section-voice-item .voice-item:before {
    background-image: url(../img/background-voice-odd-sp.42b94a0.png);
    width: 100%;
    height: 100%;
    top: 3%;
    right: 0;
    background-position: 50%;
  }
  .section-voice-item .voice-item.is-featured {
    padding-bottom: 50px;
  }
  .section-voice-item .voice-item.is-featured .is-bg, .section-voice-item .voice-item.is-featured:before, .section-voice-item .voice-item.is-featured:after {
    position: absolute;
    width: 100%;
    max-width: 420px;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .section-voice-item .voice-item.is-featured .is-bg {
    height: calc(100% - (84.4444444444vw + 20px) * 0.97 - (84.4444444444vw + 20px) * 0.71);
    top: calc((84.4444444444vw + 20px) * 0.97);
    background-color: #FDF4EF;
  }
  .section-voice-item .voice-item.is-featured:before {
    content: "";
    top: 6%;
    background-image: url(../img/background-voice-red-top-sp.webp);
    height: auto;
    aspect-ratio: 100/91;
  }
  .section-voice-item .voice-item.is-featured:after {
    content: "";
    bottom: 0;
    background-image: url(../img/background-voice-red-bottom-sp.webp);
    height: auto;
    aspect-ratio: 100/72;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .section-voice-item .voice-item.is-featured .is-bg {
    height: calc(100% - 731px);
    top: 430px;
  }
}
@media screen and (max-width: 768px) {
  .section-voice-item .isActive:before {
    background-image: url(../img/background-voice-even-sp.138f623.png);
    left: 0;
  }
  .section-voice-item .isActive .voice-item-article {
    margin: 0 auto;
  }
  .section-voice-item .isActive.is-featured .is-bg {
    background-color: #F0F7FB;
  }
  .section-voice-item .isActive.is-featured:before {
    background-image: url(../img/background-voice-blue-top-sp.webp);
  }
  .section-voice-item .isActive.is-featured:after {
    background-image: url(../img/background-voice-blue-bottom-sp.webp);
  }
  .section-voice-item .slick-dots {
    bottom: -48px;
  }
}

.social-icons {
  display: grid;
  grid-template-columns: 24px 24px 24px;
  grid-gap: 16px;
}
@media (hover: hover) {
  .social-icons-link {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .social-icons-link:hover {
    opacity: 0.7;
  }
}
.social-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 38px;
  margin-bottom: 64px;
}
.social-navigation-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  gap: 18px;
  padding: 53px 35px 38px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}
.social-navigation-column.is-bg {
  background-color: #F1F6FA;
}
.social-navigation-column .link-btn {
  width: 100%;
  padding: 11px 0;
}
.social-navigation-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
}
.social-navigation-text {
  color: #24536C;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.55em;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .social-navigation {
    flex-direction: column;
    margin-top: 48px;
    margin-bottom: 56px;
    gap: 16px;
  }
  .social-navigation-column {
    padding: 16px 20px;
    width: 100%;
    gap: 13px;
  }
  .social-navigation-column .link-btn {
    width: 170px;
    padding: 11px 0;
  }
  .social-navigation-text {
    font-size: 12px;
  }
}

.position {
  color: var(--color);
  display: inline-block;
}

.voice-item {
  position: relative;
  max-width: 1040px;
  margin: 0 auto 10%;
}
.voice-item[data-v-415427c0] {
  margin: 0 auto;
}
.voice-item-image {
  max-width: 367px;
  width: 35.2884615385%;
  position: absolute;
}
.voice-item-image img {
  width: 100%;
}
.voice-item-article {
  max-width: 462px;
  height: 424px;
  padding: 100px 0 0;
  margin-left: 40%;
}
.voice-item-names {
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  background-color: #e2a689;
  border-radius: 17.5px;
  display: inline-block;
  min-width: 125px;
}
.voice-item-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 15px 0 0;
  display: block;
}
.voice-item-title.is-featured {
  color: #24536c;
  font-size: 18px;
  line-height: 1.7em;
  margin-top: 5px;
}
.voice-item-title.is-pink {
  color: #E46A67;
}
.voice-item-text {
  white-space: pre-wrap;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  margin: 15px 0 0;
}
.voice-item-company {
  color: #555555;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
}
.voice-item-tag {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6em;
  color: #24536c;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}
.voice-item-tag li:before {
  content: "#";
}
.voice-item-tag.is-pink {
  color: #E46A67;
}
.voice-item-body {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6em;
}
.voice-item-body-heading {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .voice-item-article.is-featured {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 38%;
    max-width: 540px;
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1080px) {
  .voice-item-article {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  .voice-item {
    margin: 0 auto;
  }
  .voice-item-image {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .voice-item-article {
    padding: 0;
    margin: 0 auto;
    width: 83.2835820896%;
    max-width: 325px;
    height: 400px;
    transform: scale(1);
  }
  .voice-item-article.is-featured {
    height: auto;
  }
  .voice-item-names {
    position: absolute;
    top: -50px;
  }
  .voice-item-title {
    font-size: 16px;
    line-height: 1.6em;
  }
  .voice-item-title.is-featured {
    font-size: 16px;
    line-height: 1.6em;
  }
  .voice-item-tag {
    margin-top: 3px;
  }
  .voice-item-text {
    margin: 15px auto 0;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  .voice-item-company {
    margin-top: 10px;
  }
}

.isActive .voice-item-image {
  right: 0;
}
.isActive .voice-item-article {
  margin-left: auto;
  margin-right: 240px;
}
@media screen and (max-width: 768px) {
  .isActive .voice-item-article {
    margin: 0 auto;
  }
}

.promo-block {
  max-width: 1088px;
  margin-inline: auto;
  margin-bottom: 0;
  padding: 128px 32px 0;
  line-height: 1.6;
}
.promo-block .spot-news {
  color: #24536c;
  font-size: 14px;
}
.promo-block .spot-news dl {
  padding: 20px 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
}
.promo-block .spot-news dl.--seconday {
  background: rgba(243, 247, 247, 0.7);
}
.promo-block .spot-news dl dt {
  margin-right: 16px;
}
.promo-block .spot-news dl dd {
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .promo-block {
    margin-bottom: 24px;
    padding-top: 96px;
  }
  .promo-block .spot-news {
    font-size: 13px;
  }
  .promo-block .spot-news dl {
    display: inherit;
    padding-right: 24px;
    padding-left: 24px;
  }
  .promo-block .spot-news dl dd {
    margin-top: 5px;
  }
}
@media screen and (max-width: 420px) {
  .promo-block {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .--sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .--pc-only {
    display: none;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.u-screen-reader-text {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.u-primary-color {
  color: #E46A67;
}

sup {
  font-size: 55%;
  vertical-align: top;
  position: relative;
  top: 0;
  display: inline-block;
  transform: translate(0, 25%);
}

@font-face {
  font-family: IowanOldStyleW01-Roman;
  src: url(../fonts/e0f84cf2-b11c-4916-b67b-27693ebe8e05.aa14ebe.woff2) format("woff2"), url(../fonts/863734b6-8216-4909-a79c-ee5681fb63c5.9887ec5.woff) format("woff");
}

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