@charset "UTF-8";
/*---------------------------------

  reset

---------------------------------*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

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

table {
  border-collapse: collapse;
}

html {
  color: #333;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  margin: 0;
  counter-reset: number 0;
}

a {
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

::placeholder {
  color: #707070;
}

.sp-only {
  display: none;
}

.INNER {
  width: 1100px;
  margin: 0 auto;
}

/*---------------------------------

  header

---------------------------------*/
.header {
  position: fixed;
  width: 100%;
  height: 74px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 0 0.6rem #d6d6d6;
}

.header-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 160rem;
  height: 100%;
  margin: auto;
  background-color: #fff;
  z-index: 1;
}

.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-nav {
  display: flex;
  height: 100%;
}

.header-link {
  margin-left: 1rem;
}

.header-link {
  position: relative;
}
.header-link:hover {
  opacity: 0.7;
}

.header-image {
  max-width: 16rem;
}
.header-image:last-of-type {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header-tel {
  display: none;
  width: 6rem;
  height: 6rem;
  padding: 1.75rem 2rem;
  background-color: #eef0f1;
}

/* nav */
.nav {
  display: flex;
  height: 100%;
}

.nav-scroll {
  display: flex;
}

.nav-list {
  display: flex;
  align-items: center;
}
.nav-list > li {
  margin-right: 3rem;
}

.nav-children {
  display: none;
  padding: 0 1.5rem;
  font-size: 1.4rem;
}
.nav-children li {
  text-align: left;
  padding: 0.8rem;
}
.nav-children a {
  color: #c3c8d5;
  line-height: 1.4;
}

.nav-link {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
.nav-link::after {
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav-link:hover::after {
  bottom: -0.4rem;
  opacity: 1;
  visibility: visible;
}

.nav-link_ex {
  margin-left: 2rem;
}

.nav-link_mega {
  position: relative;
}

.nav-link_mega:hover + .nav-mega {
  display: flex;
}

.nav-mega {
  display: none;
  position: absolute;
  bottom: -3rem;
  width: 200px;
  background-color: #1D2D53;
  transform: translate(-8rem, 0%);
}
.nav-mega::before {
  content: "";
  position: absolute;
  top: -2.2rem;
  left: 50%;
  margin-left: -0.8rem;
  border: 0.8rem solid transparent;
  border-bottom: 1.4rem solid #1D2D53;
}
.nav-mega::after {
  content: "";
  position: absolute;
  top: -2.2rem;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 2.2rem;
}
.nav-mega:hover {
  display: flex;
}
.nav-mega li {
  padding: 1.2rem 1rem;
  width: 50%;
  font-size: 1.3rem;
  text-align: center;
}
.nav-mega a {
  color: #fff;
  transition: 0.3s;
}
.nav-mega a:hover {
  opacity: 0.7;
}

.nav-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 2rem;
}

.nav-number {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  word-break: keep-all;
  pointer-events: none;
}
.nav-number img {
  margin-right: 0.5rem;
  width: 1.4rem;
}

.nav-time {
  display: block;
  font-size: 1.3rem;
}

.nav-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D2D53;
  color: #fff;
  width: 14rem;
  height: auto;
  font-size: 1.4rem;
  transition: 0.3s;
}
.nav-contact:hover {
  opacity: 0.7;
}
.nav-contact span {
  display: block;
}

.nav-mail {
  display: none;
}

.contactAcc {
  display: none;
}

.header-box {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #1D2D53;
  width: 6rem;
  height: 6rem;
}

.header-menu {
  position: relative;
  width: 3.2rem;
  height: 2.2rem;
  cursor: pointer;
}

.header-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
}

.header-menu, .header-menu span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.header-menu span:nth-of-type(1) {
  top: 0;
}

.header-menu span:nth-of-type(2) {
  top: 1rem;
}

.header-menu span:nth-of-type(3) {
  bottom: 0;
}

.header-menu span:nth-of-type(1) {
  animation: toggle1 0.3s forwards;
}

@keyframes toggle1 {
  0% {
    transform: translateY(1rem) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.header-menu span:nth-of-type(2) {
  animation: toggle2 0.3s forwards;
}

@keyframes toggle2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header-menu span:nth-of-type(3) {
  animation: toggle3 0.3s forwards;
}

@keyframes toggle3 {
  0% {
    transform: translateY(-1rem) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.header-menu::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  margin: -1.75rem 0 0 -1.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.1s;
  opacity: 0;
}

.header-menu.active::after {
  animation: circle 0.3s;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}
.header-menu.active span:nth-of-type(1) {
  animation: active1 0.3s 0.3s forwards;
}

@keyframes active1 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0.95rem) rotate(-45deg);
  }
}
.header-menu.active span:nth-of-type(2) {
  animation: active2 0.3s 0.3s forwards;
}

@keyframes active2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header-menu.active span:nth-of-type(3) {
  animation: active3 0.3s 0.3s forwards;
}

@keyframes active3 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-0.95rem) rotate(45deg);
  }
}
/*---------------------------------

  main

---------------------------------*/
.main a {
  transition: 0.3s;
}

.main-bg {
  background-color: #fff;
  position: relative;
}
.main-bg_gray {
  background-color: #f8f9fa;
}
.main-bg_gray2 {
  background-color: #eff0f3;
}

/*---------------------------------

  footer

---------------------------------*/
.footer {
  background-color: #1D2D53;
  color: #fff;
}

.footer-wrap {
  max-width: 110rem;
  margin: auto;
  padding: 4rem 0;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-about {
  margin-bottom: 3rem;
}

.footer-detail {
  margin-top: 2rem;
}

.footer-list {
  font-size: 1.4rem;
  line-height: 1.8;
}

.footer-tail {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
  padding-top: 4rem;
  border-top: 0.1rem solid #ddd;
}

.footer-copy {
  display: block;
  color: #8d96b2;
  font-size: 1.2rem;
  line-height: 2.6;
  text-align: center;
}

.footer-policy {
  display: flex;
}

.footer-text {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}
.footer-text + .footer-text {
  margin-left: 3rem;
}

.footer-link {
  position: relative;
  color: #fff;
  line-height: 2.6;
}
.footer-link::after {
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.footer-link:hover::after {
  bottom: -0.6rem;
  opacity: 1;
  visibility: visible;
}

/* sitemap */
.sitemap {
  margin-top: 1rem;
}
.sitemap a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.sitemap a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sitemap a:hover::after {
  bottom: 0.2rem;
  opacity: 1;
  visibility: visible;
}
.sitemap a + a {
  margin-left: 3rem;
}

.sitemap-list {
  display: flex;
  align-items: flex-start;
}

.sitemap-box {
  display: flex;
  flex-wrap: wrap;
  width: 34rem;
}
.sitemap-box + .sitemap-box {
  margin-left: 1rem;
}

.sitemap-main {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  color: #8d96b2;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.sitemap-column {
  width: 50%;
}

.sitemap-sub {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 2.6;
}

.sitemap-children {
  display: block;
  width: 100%;
  margin-left: 1em;
}

/*---------------------------------

  ga4

---------------------------------*/
.ga4 {
  overflow: hidden;
}

.ga4-inner {
  padding: 3rem 0;
  background: #EEF2F4;
  position: relative;
}
.ga4-inner::before {
  position: absolute;
  content: "";
  background: url(../images/ga4-bg.png) center center/cover no-repeat;
  width: 68%;
  height: 358%;
  top: -256%;
  left: -5%;
  display: block;
}
.ga4-inner::after {
  position: absolute;
  content: "";
  background: url(../images/ga4-bg.png) center center/cover no-repeat;
  width: 69%;
  height: 330%;
  top: -2%;
  right: -18%;
  display: block;
  transform: rotate(145deg);
}

.ga4-content {
  width: 100%;
  max-width: 95rem;
  margin: auto;
  position: relative;
  z-index: 1;
}

.ga4-lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.ga4-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
}

.ga4-heading {
  display: flex;
  align-items: center;
}

.ga4-image {
  width: 100%;
  max-width: 11.3rem;
}

.ga4-text {
  font-size: 3.8rem;
  font-weight: bold;
  margin-left: 3rem;
}

.ga4-title {
  font-size: 9.1rem;
  color: #E37302;
  font-weight: bold;
  margin-left: 4rem;
  font-family: "Lato", sans-serif;
}

.ga4-btn {
  text-align: center;
  position: relative;
  z-index: 1;
}

.ga4-link {
  display: inline-block;
  text-align: center;
  height: 6.2rem;
  line-height: 6.2rem;
  padding: 0 6rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1D2D53;
  border: 1px solid #1D2D53;
  border-radius: 30px;
}
.ga4-link span {
  color: #E37302;
}

/*---------------------------------

  contact

---------------------------------*/
.contactArea {
  max-width: 110rem;
  margin: 0 auto;
  padding: 3rem 0 8rem;
}

.contactArea-head {
  position: relative;
  text-align: center;
}

.contactArea-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: 700;
}

.contactArea-bg {
  color: #8d96b2;
  font-size: 14rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  opacity: 0.1;
}

.contactArea-text {
  max-width: 92rem;
  width: 84%;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}

.contactArea-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.contactArea-tel {
  text-align: center;
}

.contactArea-number {
  display: flex;
  align-items: center;
  color: #1D2D53;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  word-break: keep-all;
  pointer-events: none;
}
.contactArea-number img {
  margin-right: 0.5rem;
  width: 2.8rem;
}

.contactArea-time {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.8rem;
}

.contactArea-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  width: 32rem;
  height: 7.4rem;
  background-color: #1D2D53;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  transition: 0.3s;
}
.contactArea-button:hover {
  opacity: 0.7;
}
.contactArea-button img {
  display: block;
  margin: 0 0.5rem;
  width: 2.5rem;
  height: 2rem;
}

/*---------------------------------

  下層ページ共通

---------------------------------*/
.COMMON {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160rem;
  width: 100%;
  height: 30rem;
  margin: auto;
  background-position: center;
}

.COMMON2 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160rem;
  width: 100%;
  height: 20rem;
  margin: auto;
  background-position: center;
  background-size: cover;
}

.COMMON3 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160rem;
  width: 100%;
  height: 36rem;
  margin: auto;
  background-position: center;
  background-size: cover;
}

.COMMON_TITLE3 {
  color: #1D2D53;
  font-size: 4.5rem;
  font-weight: 700;
}

.COMMON_TITLE {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
}

.COMMON_TITLE2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.4rem;
}

.COMMON_TEXT {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.COMMON_TEXT3 {
  color: #1D2D53;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

.COMMON_WRAP {
  text-align: center;
}

.COMMON_BUTTON {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}
.COMMON_BUTTON::before {
  content: "";
  display: block;
  background-image: url(../images/icon_arrow.svg);
  background-color: #333;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
  border-radius: 2rem;
  padding: 1rem;
}
.COMMON_BUTTON:hover {
  opacity: 0.7;
}

.SUB_TITLE {
  position: relative;
  display: block;
  padding-bottom: 1rem;
  color: #1D2D53;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.SUB_TITLE::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  right: 0;
  left: 0;
  margin: auto;
  height: 0.3rem;
  width: 15rem;
  background-color: #1D2D53;
}

.CATCH {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 110rem;
  margin: 0 auto;
  padding-top: 6.5rem;
}

.CATCH_WRAP {
  margin: auto;
  text-align: center;
}

.CATCH_TITLE {
  margin-bottom: 4rem;
  color: #333;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}

.CATCH_TEXT {
  width: 80%;
  margin: auto;
  font-size: 1.6rem;
  line-height: 2;
}

.CARD {
  max-width: 110rem;
  margin: 0 auto;
  padding: 8rem 0 11rem;
}

.CARD_WRAP {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -5%;
}

.CARD_UNIT {
  display: flex;
  flex-direction: column;
  width: 47.5%;
  background-color: #fff;
  margin-top: 5rem;
  padding: 3rem;
  box-shadow: 1rem 1rem 3rem rgba(87, 87, 87, 0.1);
  transition: 0.3s;
}
.CARD_UNIT:hover {
  box-shadow: 0 0 0.2rem rgba(87, 87, 87, 0.3);
}

.CARD_BOX {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
  height: 100%;
  text-align: right;
}

.CARD_LIST {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.8em;
  margin-top: -0.8em;
}

.CARD_ITEM {
  background-color: #1D2D53;
  color: #fff;
  margin-left: 0.8em;
  margin-top: 0.8em;
  padding: 0 1em;
  font-size: 1.2rem;
  line-height: 2;
  border-radius: 1.2rem;
}

.CARD_TITLE {
  margin-top: 1.5rem;
  color: #1D2D53;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
}

.CARD_TEXT {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

.CARD_LINK {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
  padding-top: 3rem;
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-bottom: 0.1rem solid;
}
.CARD_LINK::after {
  content: "";
  display: block;
  margin-left: 1em;
  width: 1.5rem;
  height: 1.2rem;
  background-image: url(../images/icon_arrow_nvy.svg);
}

.breadcrumb {
  max-width: 110rem;
  margin: 0.8rem auto 0;
}

.breadcrumb-list li {
  display: inline;
  font-size: 1.4rem;
}
.breadcrumb-list li::after {
  content: ">";
  padding: 0 0.5em;
}
.breadcrumb-list li a:hover {
  text-decoration: underline;
}
.breadcrumb-list li:last-of-type a {
  pointer-events: none;
}
.breadcrumb-list li:last-of-type a:hover {
  text-decoration: none;
}
.breadcrumb-list li:last-of-type::after {
  content: none;
}

/*---------------------------------
  fixed
---------------------------------*/
.fixed {
  display: block;
  position: fixed;
  top: 20vw;
  right: 0;
  z-index: 1;
}

.fixed-item {
  width: 6.5rem;
  transition: 0.3s;
}
.fixed-item:hover {
  opacity: 0.7;
}

.fixed-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  border: 0.1rem solid #fff;
  border-right: none;
}
.fixed-link_doc {
  background-color: #e5e8e9;
  border-top-left-radius: 1rem;
  border-bottom: 0;
  color: #1D2D53;
}
.fixed-link_dx {
  background-color: #d14f5e;
  border-bottom-left-radius: 1rem;
  border-top: 0;
  color: #fff;
}
.fixed-link_dx img {
  display: block;
  margin-top: 0.5rem;
  width: 2.2rem;
}

.fixed-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0.8rem;
  border-radius: 1.9rem;
}
.fixed-icon_doc {
  background-color: #1D2D53;
  margin-bottom: 1rem;
}
.fixed-icon_dx {
  background-color: #fff;
  margin-top: 1rem;
}
.fixed-icon_dx img {
  margin-top: -0.1rem;
}

.fixed-strong {
  color: #efe529;
}

/*---------------------------------
  サービス部分共通
---------------------------------*/
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 110rem;
  margin: 0 auto;
  padding-top: 6.5rem;
}

.service-wrap {
  margin: auto;
  text-align: center;
}

.service-text {
  width: 100%;
  font-weight: bold;
  margin: auto;
  font-size: 1.8rem;
  line-height: 2;
}

.service-title {
  margin-bottom: 4rem;
  color: #1D2D53;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 700;
}

.bg-yellow {
  background: linear-gradient(transparent 70%, yellow 50%);
}

.title-number {
  font-size: 5rem;
}

.flow {
  max-width: 110rem;
  margin: 0 auto;
  padding: 8rem 0 9rem;
}

.flow-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #1D2D53;
}

.flow-items {
  display: flex;
  margin-top: 9rem;
}

.flow-item {
  width: calc(25% - 2.7rem);
  border: 1px solid #1D2D53;
  border-radius: 10px;
  position: relative;
}
.flow-item::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #1D2D53;
}
.flow-item::after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  right: 0;
  bottom: -37px;
  font-size: 13rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #8D96B2;
  opacity: 0.1;
  font-weight: bold;
}

.flow-item:last-child::before {
  display: none;
}

.flow-item + .flow-item {
  margin-left: 3.6rem;
}

.flow-itemImage {
  text-align: center;
  margin-top: -5rem;
}

.flow-itemText {
  margin-top: 1.3rem;
  padding: 0 2rem 1rem 2rem;
}

.flow-itemTitle {
  font-size: 2rem;
  color: #1D2D53;
  font-weight: bold;
  text-align: center;
}

.flow-itemSubTitle {
  font-size: 1.3rem;
}

.flow-itemDesc {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.flow-item.flow-item2 .flow-itemText {
  padding: 0 1.2rem 1rem 1.2rem;
}
.flow-item.flow-item2 .flow-itemTitle {
  font-size: 1.8rem;
}

.flow-item2 + .flow-item2 {
  margin-left: 3rem;
}

.flow-item.flow-item2::after {
  bottom: -36px;
}

@media screen and (max-width: 767px) {
  .service {
    padding-top: 2.5rem;
  }
  .service-text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .service-wrap {
    text-align: left;
  }
  .service-title {
    margin-top: 6rem;
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 0;
  }
  .service-title.consulting-title {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
  .title-number {
    font-size: 3rem;
  }
  .flow {
    padding: 10rem 0 7rem;
  }
  .flow-title {
    font-size: 2.4rem;
  }
  .flow-items {
    flex-direction: column;
  }
  .flow-item {
    width: 100%;
  }
  .flow-item + .flow-item {
    margin-left: 0;
    margin-top: 8rem;
  }
  .flow-item::before {
    top: initial;
    bottom: -23px;
    right: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
  }
  .flow-itemTitle {
    font-size: 1.6rem;
  }
  .flow-itemDesc {
    font-size: 1.2rem;
  }
  .flow-itemText {
    padding: 0 2rem 3rem 2rem;
  }
}
/*---------------------------------
  medium部分共通
---------------------------------*/
.medium {
  max-width: 110rem;
  margin: 0 auto;
  padding: 13rem 0 11rem;
}

.medium-wrap {
  padding: 4.5rem 5.5rem 7rem 5.5rem;
  border: 4px solid #1D2D53;
  position: relative;
}
.medium-wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1D2D53;
  top: 5px;
  left: 0;
}
.medium-wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1D2D53;
  bottom: 5px;
  left: 0;
}

.medium-heading {
  text-align: center;
}

.medium-title {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  color: #1D2D53;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: "Noto Sans JP";
  letter-spacing: 0;
}
.medium-title::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #1D2D53;
  height: 1px;
  width: 100px;
}

.medium-lead {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8571428571;
  margin-top: 3rem;
}

.medium-items {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.medium-item {
  width: calc(12.5% - 2.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.medium-item + .medium-item {
  margin-left: 3rem;
}

.medium-item:nth-child(9) {
  margin-left: 0;
}

.medium-item:nth-child(17) {
  margin-left: 0;
}

.medium-item:nth-child(n+9) {
  margin-top: 2rem;
}

.medium-item_bypass {
  margin: -1rem 3rem 0 0;
}

.medium-item_shoplist {
  margin: 2em 3rem 0 3rem;
}

.medium-item2 {
  width: calc(14.285% - 2.5714285714rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.medium-item2 + .medium-item2 {
  margin-left: 3rem;
}

.medium-item2:nth-child(8) {
  margin-left: 0;
}

.medium-item2:nth-child(n+8) {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .medium {
    padding: 5rem 0 6rem;
  }
  .medium-title {
    font-size: 1.8rem;
  }
  .medium-title::before {
    width: 6rem;
  }
  .medium-lead {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 1.5rem;
  }
  .medium-wrap {
    padding: 4.5rem 1.5rem 5rem 1.5rem;
  }
  .medium-items {
    margin-top: 2rem;
  }
  .medium-item {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
  .medium-item + .medium-item {
    margin-left: 10px;
  }
  .medium-item:nth-child(n+9) {
    margin-top: 1rem;
  }
  .medium-item2 {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
  .medium-item2 + .medium-item2 {
    margin-left: 1rem;
  }
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .INNER {
    padding: 0;
    width: 100%;
  }
  .COMMON {
    background-size: cover;
  }
  .SUB_TITLE {
    font-size: 3.2rem;
  }
  .CATCH {
    align-items: center;
    padding-top: 3.25rem;
  }
  .CATCH-WRAP {
    width: 100%;
  }
  .CATCH_TITLE {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .CATCH_TEXT {
    font-size: 1.6rem;
  }
  .pc-only {
    display: none;
  }
  .tab-only {
    display: block !important;
  }
  /*---------------------------------
    header
  ---------------------------------*/
  .header-image {
    width: 100%;
    max-width: 14.6rem;
  }
  .nav-link {
    font-size: 1.3rem;
  }
  .nav-list li {
    margin-right: 1rem;
  }
  .nav-tel {
    margin-right: 1rem;
  }
  .nav-number {
    display: flex;
  }
  .nav-call {
    font-size: 1.8rem;
  }
  .nav-contact {
    width: 7.4rem;
    height: 7.4rem;
    padding: 1.75rem 2rem;
  }
  .nav-contact span {
    display: none;
  }
  .nav-mail {
    display: block;
  }
  /*---------------------------------
    main
  ---------------------------------*/
  .main-bg {
    padding: 0 2rem;
  }
  .footer-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /*---------------------------------
    contact
  ---------------------------------*/
  .contactArea-box {
    justify-content: space-evenly;
  }
  .contactArea-tel {
    width: 100%;
    margin-bottom: 4rem;
  }
  .contactArea-number {
    display: inline-flex;
  }
  .aside {
    display: none;
  }
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------スマートフォン／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block !important;
  }
  .INNER {
    width: 100%;
    padding: 0 2.5rem;
  }
  .COMMON_TITLE2 {
    margin: 0;
    font-size: 2.5rem;
  }
  .COMMON_TEXT {
    font-size: 1rem;
  }
  .COMMON2 {
    background-size: cover;
    width: 100%;
    height: 15rem !important;
  }
  .SUB_TITLE {
    padding-bottom: 0.5rem;
    font-size: 2rem;
    text-align: center;
  }
  .SUB_TITLE::after {
    width: 8.5rem;
  }
  .SUB_TITLE {
    max-width: 100%;
    padding-bottom: 0.5rem;
    width: 100%;
    font-size: 2.5rem;
    text-align: center;
  }
  .CATCH {
    display: block;
    padding-top: 6rem;
  }
  .CATCH_WRAP {
    max-width: 100%;
    margin: auto;
  }
  .CATCH_TITLE {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .CATCH_TEXT {
    width: 100%;
    font-size: 1.6rem;
  }
  .CARD {
    padding: 3rem 0 6rem;
  }
  .CARD_WRAP {
    display: block;
    margin-top: -2.5rem;
  }
  .CARD_UNIT {
    width: 100% !important;
    margin-top: 2.5rem;
    padding: 1.5rem;
  }
  .CARD_TITLE {
    font-size: 1.6rem;
  }
  .CARD_LINK {
    padding-top: 1.5rem;
  }
  /*---------------------------------
    header
  ---------------------------------*/
  .header {
    height: 60px;
  }
  .header-logo {
    max-width: 11.5rem;
  }
  .header-link {
    margin-left: 1.5rem;
  }
  .header-image {
    max-width: 11.6rem;
    transition: 0.3s;
  }
  .header-image.is-active {
    display: block;
    opacity: 1;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background-color: #1D2D53;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.6s ease-out;
    z-index: 10;
  }
  .nav.is-active {
    transform: translateX(0) !important;
  }
  .nav-scroll {
    display: block;
    height: 100%;
    overflow: auto;
  }
  .nav-list {
    display: block;
    padding: 0;
  }
  .nav-list > li {
    text-align: center;
    margin-right: 0 !important;
    padding: 0 1.5rem;
    border-bottom: 0.1rem solid #4c5266;
  }
  .nav-link {
    display: block;
    width: 100%;
    padding: 1.4rem 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 400;
  }
  .nav-link::after {
    content: none !important;
  }
  .nav-link_acc {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-acc {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #434d67;
    border-radius: 1.25rem;
  }
  .nav-acc::before, .nav-acc::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    width: 1rem;
    height: 0.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-acc::before {
    width: 0.2rem;
    height: 1rem;
  }
  .nav-acc.is-active::before {
    display: none;
  }
  .nav-link_ex {
    margin-left: 0;
  }
  .nav-mega {
    display: block !important;
    position: static;
    transform: translate(0, 0);
    margin: -0.8rem 0 0.8rem;
    width: 100%;
  }
  .nav-mega::before, .nav-mega::after {
    display: none;
  }
  .nav-mega li {
    padding: 0.8rem 0;
    width: 100%;
    text-align: left;
  }
  .nav-mega a {
    color: #c3c8d5;
    line-height: 1.4;
  }
  .nav-mega:hover {
    display: block;
  }
  .nav-children {
    display: block;
    margin: -0.8rem 0 0.8rem;
    padding: 0;
  }
  .nav-children li {
    padding: 0.8rem 0;
  }
  .nav-tel {
    display: none;
  }
  .nav-contact {
    display: none;
  }
  .contactAcc {
    display: block;
    padding-bottom: 3rem;
  }
  .header-wrap {
    transition: 0.3s;
  }
  .header-wrap.is-active {
    background-color: #1D2D53;
  }
  .header-nav {
    display: flex;
    position: fixed;
    top: 0;
    width: 12rem;
    height: auto;
    right: 0;
  }
  .header-box {
    display: flex !important;
  }
  .header-tel {
    display: block;
    transition: 0.3s;
    margin-left: auto;
  }
  .is-active .header-tel {
    background-color: #1D2D53;
    pointer-events: none;
  }
  /*---------------------------------
    main
  ---------------------------------*/
  .main-bg {
    padding: 0 1.5rem;
  }
  /*---------------------------------
    footer
  ---------------------------------*/
  .footer-wrap {
    padding: 4rem 1.5rem 4.5rem !important;
  }
  .footer-logo {
    margin: auto;
  }
  .footer-logo-image {
    display: block;
    margin: auto;
  }
  .footer-detail {
    width: 100%;
  }
  .footer-tail {
    flex-direction: column-reverse;
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .footer-text {
    display: flex;
    width: 50%;
  }
  .footer-text + .footer-text {
    margin-left: 0;
  }
  .footer-link:hover::after {
    bottom: 0;
  }
  .footer-copy {
    margin-top: 3rem !important;
    text-align: left;
  }
  /*---------------------------------
    sitemap
  ---------------------------------*/
  .sitemap {
    width: 100%;
  }
  .sitemap-list {
    display: block;
    width: 100%;
  }
  .sitemap-box {
    width: 100%;
  }
  .sitemap-box + .sitemap-box {
    margin-top: 3rem;
    margin-left: 0 !important;
  }
  .breadcrumb {
    margin: 0.4rem auto 0 !important;
  }
  .breadcrumb li {
    font-size: 1rem !important;
  }
  /*---------------------------------
  fixed
  ---------------------------------*/
  .fixed {
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .fixed-item {
    width: 50%;
  }
  .fixed-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0.5em;
    padding: 0.4em;
  }
  .fixed-link {
    padding: 1.2rem;
    font-size: 1.5rem;
    writing-mode: horizontal-tb;
    border-bottom: 0;
  }
  .fixed-link_doc {
    border-right: 0;
  }
  .fixed-link_dx {
    border-left: 0;
    border-top: 0.1rem solid #fff;
    border-right: 0.1rem solid #fff;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    flex-direction: row-reverse;
  }
  /*---------------------------------
    contact
  ---------------------------------*/
  .contactArea {
    padding: 3rem 0 6rem;
  }
  .contactArea-head {
    margin-bottom: 1.5rem;
  }
  .contactArea-title {
    font-size: 2.4rem;
  }
  .contactArea-bg {
    font-size: 7rem;
    margin: 0 -2.5rem;
  }
  .contactArea-text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .contactArea-box {
    margin-top: 3rem;
    justify-content: center;
  }
  .contactArea-number {
    font-size: 3.5rem;
    pointer-events: all;
  }
  .contactArea-number_wht {
    color: #fff;
  }
  .contactArea-time {
    font-size: 1.4rem;
  }
  .contactArea-time_wht {
    color: #fff;
  }
  .contactArea-button {
    max-width: 51.5rem;
    width: 80%;
    height: 6rem;
    margin: 2.5rem auto 0;
    font-size: 1.6rem;
  }
  .contactArea-button_nvy {
    background-color: #fff;
    color: #1D2D53;
  }
  .contactArea-button img {
    width: 1.9rem;
  }
  .grecaptcha-badge {
    bottom: 60px !important;
  }
  /*---------------------------------
    contact
  ---------------------------------*/
  .ga4-inner::before {
    width: 258%;
    height: 318%;
    top: -215%;
    left: -58%;
  }
  .ga4-inner::after {
    width: 239%;
    height: 270%;
    top: 20%;
    right: -60%;
    transform: rotate(175deg);
  }
  .ga4-heading {
    max-width: 356px;
    margin: auto;
    width: 45%;
  }
  .ga4-lead {
    font-size: 1.2rem;
  }
  .ga4-item {
    flex-direction: column;
    margin-top: 2rem;
  }
  .ga4-image {
    flex: 0 0 6rem;
  }
  .ga4-title {
    flex: 1;
    font-size: 5rem;
    margin-left: 2rem;
  }
  .ga4-text {
    font-size: 2.5rem;
    margin-left: 0;
    text-align: center;
  }
  .ga4-link {
    height: 4.5rem;
    line-height: 4.5rem;
    padding: 0 4rem;
    font-size: 1.5rem;
    border-radius: 4.5rem;
  }
  .ga4-btn {
    margin-top: 1rem;
  }
}
/*---------------------------------

  COMMON

---------------------------------*/
body {
  opacity: 0;
}

.swiper-wrapper {
  padding-bottom: 2.5rem !important;
}

.swiper-pagination-bullets {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #1D2D53 !important;
}

.TOP_CONTENT, .another {
  display: flex;
  justify-content: space-between;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.TOP_BOX, .ec-box {
  max-width: 49rem;
}

.TOP_TITLE, .info-title, .result-title, .ec-title, .about-title, .another-title {
  padding-bottom: 1rem;
  color: #1D2D53;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 0.2rem solid #1D2D53;
}

.TOP_CATCH, .ec-catch {
  margin-top: 3rem;
  color: #1D2D53;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.TOP_TEXT, .ec-text, .about-text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2.2;
}

.TOP_SUB {
  max-width: 110rem;
  margin: 8rem auto 0;
}

.TOP_SUB_TITLE, .record-title {
  color: #1D2D53;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.02em;
}

.TOP_SUB_LIST, .record-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.TOP_OTHER, .info, .result {
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
}

.TOP_OTHER_CONTENT, .info-list, .result-list {
  margin-top: 4.5rem;
}

.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  padding: 2rem;
  width: 100%;
  max-width: 31.5rem;
  text-align: center;
  background: #282728;
  position: relative;
  transition: opacity 0.3s;
}
.btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background: url(../images/btn-right-arrow.png) center center/cover no-repeat;
}
.btn a:hover {
  opacity: 0.7;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #1D2D53;
  margin-bottom: 1rem;
}

.section-title span {
  color: #8d96b2;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.section-lead {
  width: 70%;
  max-width: 90rem;
  margin: 3rem auto 0 auto;
}

.section-lead p {
  text-align: center;
  color: #282728;
  font-size: 1.6rem;
  line-height: 1.875;
}

.block-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 110rem;
  margin: 5rem auto 0 auto;
}

.block-item {
  width: calc(33.3333% - 3.3333333333rem);
}

.block-item + .block-item {
  margin-left: 5rem;
}

.block-item:nth-child(n+4) {
  margin-top: 6rem;
}

.block-item:nth-child(4) {
  margin-left: 0;
}

.block-item:nth-child(7) {
  margin-left: 0;
}

.block-item-image {
  position: relative;
  width: 100%;
}

.block-item-image::before {
  display: block;
  content: "";
  padding-top: 66.66%;
}

.block-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-item-overlay {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
}

.block-item-title {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.block-item-title p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.block-item-text {
  margin-top: 2.5rem;
}

.block-item-text p {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

/*---------------------------------

  hero

---------------------------------*/
.hero-wrap {
  position: relative;
  width: 100%;
  margin: auto;
}
.hero-wrap::before {
  display: block;
  content: "";
  padding-top: 46%;
}
.hero-wrap::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url(../images/bg_dot.png);
  background-size: 3px auto;
  z-index: 1;
}

.hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #777;
  opacity: 0.4;
  mix-blend-mode: multiply;
}

.hero-box {
  position: absolute;
  top: 17%;
  margin-left: 10rem;
  color: #fff;
  z-index: 2;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.hero-title span {
  font-size: 5.4rem;
}

.hero-text {
  margin-top: 3.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.9;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.hero-row-title {
  width: 36%;
}

.hero-ga4-box {
  position: absolute;
  content: "";
  top: 68%;
  right: 13%;
  width: 100%;
  max-width: 41rem;
  background: #fff;
  padding: 4rem 3rem 3rem;
  display: flex;
  opacity: 0.9;
  z-index: 2;
}

.hero-ga4-box.sp-only {
  display: none;
}

.hero-ga4-heading {
  width: 100%;
  max-width: 25.4rem;
}

.hero-ga4-lead {
  font-size: 1.4rem;
}

.hero-ga4-title {
  font-size: 2.2rem;
  font-weight: bold;
}
.hero-ga4-title span {
  color: #E37302;
  font-family: "Lato", sans-serif;
}

.hero-ga4-image {
  width: 100%;
  max-width: 8.3rem;
}

.hero-row-box {
  position: absolute;
  content: "";
  top: 68%;
  left: 0;
  width: 100%;
  max-width: 76rem;
  background: #fff;
  padding: 3rem 2rem 3rem 10rem;
  display: flex;
  opacity: 0.9;
  z-index: 2;
}
.hero-row-box .sp-only {
  display: none;
}

.hero-row-image {
  width: 91%;
}

.hero-row-lead {
  margin-top: 1rem;
}

.hero-row-lead p {
  font-size: 1.2rem;
}

.hero-row-desc {
  margin-left: 3rem;
  margin-top: -1rem;
  width: 61%;
}

.hero-row-desc p {
  font-size: 1.6rem;
  font-weight: 700;
}

.hero-row-number {
  font-size: 3.8rem;
  color: #d14f5e;
  font-family: "Lato", sans-serif;
}

.hero-row-red {
  color: #d14f5e;
}

/*---------------------------------

  about

---------------------------------*/
.about {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f8f9fa;
}

.about-inner {
  max-width: 110rem;
  margin: auto;
  padding-top: 10rem;
}

.about-title {
  color: #1D2D53;
  font-size: 4.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.about-text {
  font-size: 1.6rem;
  line-height: 1.9;
  width: 82%;
  margin: 3rem auto 0 auto;
}

.about-logo {
  display: flex;
  align-items: center;
}

/*---------------------------------

  another

---------------------------------*/
.another {
  margin-top: 10rem;
}

.another-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.another-title {
  max-width: 30rem;
}

.another-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 4rem;
  font-size: 1.6rem;
  border: 1px solid;
  text-decoration: underline;
  transition: 0.3s;
}
.another-more:hover {
  background-color: #1D2D53;
  color: #fff;
  text-decoration: none;
}

.another-list {
  display: flex;
  justify-content: space-between;
  margin: 3rem -2rem 0;
}

.another-item {
  width: 100%;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
}
.another-item:hover {
  opacity: 0.8;
}

.another-link {
  display: block;
}

.news-item-img {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: auto;
}

.news-item-img::before {
  content: "";
  display: block;
  padding-top: 54.6%;
}

.another-item-img {
  position: relative;
  width: 100%;
  margin: auto;
}

.another-item-img::before {
  content: "";
  display: block;
  padding-top: 56.666%;
}

.another-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.another-image {
  width: 100%;
}

.another-box {
  padding: 1rem 3rem;
  border-right: 0.1px solid #cccaca;
  border-left: 0.1px solid #cccaca;
  border-bottom: 0.1px solid #cccaca;
  min-height: 14rem;
}

.another-row {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.another-date {
  color: #1D2D53;
  font-size: 1.3rem;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}

.another-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 2rem;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 1rem;
  background: #1D2D53;
}

.another-text {
  color: #282728;
  margin-top: 2rem;
  font-size: 1.4rem;
}

/*---------------------------------

  about

---------------------------------*/
.about-box {
  width: 100%;
}

.about-title {
  max-width: 30rem;
}

.about-catch {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.625;
  color: #1D2D53;
}

.about-text {
  text-align: center;
}

.about-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100rem;
  max-height: 70rem;
  margin: auto;
  width: 100%;
}
.about-image::before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 */
}
.about-image img {
  position: absolute;
}

.about-core {
  z-index: 2;
  top: 24%;
  left: 37%;
}

.about-arrow {
  z-index: 1;
  top: 17%;
}

.about-cont {
  z-index: 0;
  top: -19%;
  left: 0%;
  right: 0;
  bottom: 0;
  margin: auto;
}

.about-btn {
  margin-top: -10rem;
}

/*---------------------------------

  content

---------------------------------*/
.content {
  padding: 12rem 0;
  position: relative;
  z-index: 1;
  background: #fff;
}

/*---------------------------------

  ec

---------------------------------*/
.ec {
  max-width: 110rem;
  margin: auto;
  padding-top: 10rem;
}

.ec-title {
  max-width: 10rem;
}

.ec-text + .ec-text {
  margin-top: 0;
}

.ec-link {
  text-decoration: underline;
}
.ec-link:hover {
  text-decoration: none;
}

/*---------------------------------

  group

---------------------------------*/
.group {
  background-color: #fff;
  max-width: 94rem;
  max-height: 50rem;
  width: 100%;
  margin: auto;
  padding: 4rem 3rem 3rem;
  box-shadow: 1rem 1rem 3rem rgba(87, 87, 87, 0.1);
  display: flex;
  justify-content: center;
}

.group-sub-wrap {
  display: flex;
  flex-direction: column;
}

.group-sub {
  font-size: 1.8rem;
  text-align: left;
  margin-left: 5rem;
  font-weight: 700;
}
.group-sub:nth-of-type(2) {
  margin-top: 0.5rem;
}

.group-sub span {
  font-weight: 700;
}

.group-line {
  position: relative;
  padding: 0 1.5em;
  background-color: #fff;
}

.group-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.group-list li {
  width: 41%;
  margin-top: 5rem;
  text-align: center;
}
.group-list li:first-of-type .group-box {
  max-width: 45%;
}
.group-list li:nth-of-type(2) {
  margin-top: 2rem;
}
.group-list li:nth-of-type(2) .group-box {
  width: 70%;
}
.group-list li:nth-of-type(3) {
  margin-top: 5rem;
}
.group-list li:nth-of-type(3) .group-box {
  width: 70%;
}
.group-list li:nth-of-type(3) .group-text {
  margin-top: 4rem;
}
.group-list li:nth-of-type(4) {
  margin-top: 0rem;
}

.group-box {
  max-width: 90%;
  display: inline-flex;
  flex-direction: column;
  height: 12.5rem;
  justify-content: space-between;
}

.group-link {
  transition: 0.3s;
}
.group-link:hover {
  opacity: 0.7;
}

.group-logo {
  display: block;
  margin: 1rem auto 0;
}

.group-text {
  margin-top: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 2rem;
}

/*---------------------------------

  record

---------------------------------*/
.record {
  background: #1D2D53;
  margin-top: 20rem;
}

.record-inner {
  max-width: 110rem;
  margin: auto;
  padding: 7rem 0 10rem;
}

.record-title {
  color: #fff;
  position: relative;
}
.record-title::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: -1.4rem;
  transform: translateX(-50%);
  width: 5rem;
  height: 0.2rem;
  background: #fff;
}

.record-list li {
  background-color: #212c52;
  max-width: 25.5rem;
  width: 100%;
  margin-top: 0.6rem;
  padding: 2.6rem 0;
  color: #fff;
  text-align: left;
}
.record-list li:nth-child(n+5) {
  border-top: 0.5px solid #4c5266;
}

.record-label {
  font-size: 1.6rem;
  line-height: 2;
}

.record-text {
  margin-top: 2rem;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.record-other {
  margin-top: 0.5rem;
}

.record-count {
  margin-right: 0.25em;
  font-size: 5rem;
  line-height: 0.8;
  font-weight: 700;
}

.record-note {
  color: #fff;
  margin-top: 0.8rem;
  text-align: right;
}

/*---------------------------------

  service

---------------------------------*/
.service {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.service-btn {
  margin-top: 13rem;
}

/*---------------------------------

  case

---------------------------------*/
.case {
  padding-top: 10rem;
}

.case-inner {
  width: 100%;
  max-width: 110rem;
  margin: auto;
}

.case-cat-items.cat-items {
  display: none;
}

.case-items {
  display: flex;
  margin-top: 5rem;
}

.case-item {
  width: calc(33.333% - 3.3333333333rem);
  transition: 0.3s;
}
.case-item:hover {
  opacity: 0.7;
}

.case-item + .case-item {
  margin-left: 5rem;
}

.case-item-image {
  width: 100%;
  position: relative;
  margin: auto;
}
.case-item-image::before {
  display: block;
  content: "";
  padding-top: 60.6%;
}

.case-item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}

.case-item-text {
  margin-top: 2rem;
}

.case-item-title p {
  font-size: 1.8rem;
  color: #1D2D53;
  font-weight: 700;
}

.case-items-desc {
  margin-top: 1rem;
}

.case-items-desc p {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.8571428571;
}

.case-btn {
  margin-top: 5rem;
}

/*---------------------------------

  result

---------------------------------*/
.result-title {
  max-width: 30rem;
}

.result-list {
  display: flex;
  flex-wrap: wrap;
}
.result-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 10rem;
}

/*---------------------------------

  cat

---------------------------------*/
.cat-items {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: 4rem auto 0 auto;
  flex-wrap: wrap;
}

.cat-item {
  width: calc(12.5% - 1.75rem);
}

.cat-item + .cat-item {
  margin-left: 2rem;
}

.cat-item a {
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
  border-radius: 2rem;
  text-align: center;
  border: 1px solid #1D2D53;
  color: #1D2D53;
  font-size: 1.2rem;
}
.cat-item a:hover {
  background: #1D2D53;
  color: #fff;
}

/*---------------------------------

  column

---------------------------------*/
.column-inner {
  width: 100%;
  max-width: 120rem;
  margin: auto;
}

.column-btn {
  margin-top: 5rem;
}

/*---------------------------------

  swiper

---------------------------------*/
.swiper {
  max-width: 110rem;
  margin: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 16px !important; /* ボタンの幅 */
  height: 21px !important; /* ボタンの高さ */
  background-size: 16px 21px !important; /* 表示したいサイズ */
  transform: translateY(-50%);
  margin-top: 0;
}

.swiper-button-next {
  background: url(../images/swiper-next.png) center center/cover no-repeat;
}

.swiper-button-prev {
  background: url(../images/swiper-prev.png) center center/cover no-repeat;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.container {
  margin: 6rem auto 0 auto;
  max-width: 120rem;
  position: relative;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

/*---------------------------------

  recruit

---------------------------------*/
.recruit {
  height: 35.538vw;
  background: url(../images/recruit-bg.webp) center center/cover no-repeat;
  position: relative;
  margin-top: 10rem;
}
.recruit::after {
  position: absolute;
  content: "recruit";
  text-transform: uppercase;
  font-size: 14rem;
  color: #fff;
  bottom: 0;
  right: 0;
  line-height: 0.8;
  opacity: 0.3;
  letter-spacing: 0.05em;
}

.recruit-inner {
  padding-top: 10rem;
  padding-bottom: 4rem;
  max-width: 110rem;
  margin: auto;
}

.recruit-content {
  width: 100%;
  max-width: 64rem;
  margin-left: 10rem;
}

.recruit-title p {
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
}

.recruit-text {
  margin-top: 3rem;
}

.recruit-text p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.875;
}

.recruit-btn {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  width: 30%;
}
.recruit-btn:hover {
  opacity: 0.8;
}

.recruit-btn-text {
  margin-left: 2rem;
}

.recruit-btn-text p {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
}

/*---------------------------------

  info

---------------------------------*/
.info {
  margin-top: 10rem;
}

.info-title {
  max-width: 40rem;
}

.info-list {
  width: 80%;
  margin: 2rem auto 0 auto;
}

.info-unit {
  display: flex;
  align-items: flex-start;
  padding: 2.4rem 0 2.2rem;
  border-bottom: 0.1rem solid #dddddd;
}

.info-date {
  color: #dddddd;
  font-family: "Montserrat", sans-serif;
  margin-right: 4rem;
  font-size: 1.6rem;
  line-height: 2;
}

.info-text {
  font-size: 1.6rem;
  line-height: 2;
}

.info-link {
  text-decoration: underline;
}
.info-link:hover {
  text-decoration: none;
}

.info-btn {
  margin-top: 5rem;
}

/*---------------------------------

  bnr

---------------------------------*/
.bnr {
  max-width: 110rem;
  margin: auto;
  padding-top: 3rem;
}

.bnr-link {
  transition: 0.3s;
}
.bnr-link:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------PCエリア／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1981px) {
  .hero-title {
    font-size: 6.87rem;
  }
  .hero-text {
    margin-top: 5.3rem;
    font-size: 2.57rem;
  }
  .hero-box {
    margin-left: 15.8rem;
  }
  .hero-row-box {
    padding: 4.6rem 3.1rem 4.6rem 15.8rem;
    max-width: 118rem;
    width: 100%;
  }
  .hero-row-lead p {
    font-size: 1.8rem;
  }
  .hero-row-desc {
    margin-left: 4.5rem;
  }
  .hero-row-desc p {
    font-size: 2.43rem;
  }
  .hero-row-number {
    font-size: 5.8rem;
  }
  .recruit-title p {
    font-size: 6.1rem;
  }
  .recruit-text {
    margin-top: 4.6rem;
  }
  .recruit-text p {
    font-size: 2.43rem;
  }
  .recruit-btn {
    margin-top: 4.6rem;
  }
  .recruit-btn-text {
    margin-left: 3rem;
  }
  .recruit-btn-text p {
    font-size: 2.1rem;
  }
  .recruit-content {
    max-width: 98rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1980px) {
  .hero-title {
    font-size: 3.46vw;
  }
  .hero-text {
    margin-top: 2.69vw;
    font-size: 1.3vw;
  }
  .hero-box {
    margin-left: 9vw;
  }
  .hero-row-box {
    padding: 2.3vw 1.53vw 2.3vw 8vw;
    max-width: initial;
    width: 58.61vw;
  }
  .hero-row-lead p {
    font-size: 0.92vw;
  }
  .hero-row-desc {
    margin-left: 2.3vw;
  }
  .hero-row-desc p {
    font-size: 1.23vw;
  }
  .hero-row-number {
    font-size: 2.92vw;
  }
  .hero-ga4-box {
    padding: 2.7vw 2vw 2.7vw 2vw;
    max-width: initial;
    width: 26.61vw;
  }
  .hero-ga4-heading {
    max-width: initial;
  }
  .hero-ga4-lead {
    font-size: 0.9vw;
  }
  .hero-ga4-title {
    font-size: 1.5vw;
  }
  .hero-ga4-image {
    width: 30%;
    max-width: initial;
    text-align: center;
  }
  .recruit-title p {
    font-size: 3.07vw;
  }
  .recruit-text {
    margin-top: 2.3vw;
  }
  .recruit-text p {
    font-size: 1.23vw;
  }
  .recruit-btn {
    margin-top: 2.3vw;
  }
  .recruit-btn-text {
    margin-left: 1.53vw;
  }
  .recruit-btn-text p {
    font-size: 1.07vw;
  }
  .recruit-content {
    max-width: 49.2vw;
  }
}
@media screen and (min-width: 1301px) {
  .recruit-content {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .spNone {
    display: block;
  }
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  img {
    max-width: 100%;
  }
  /*---------------------------------
    COMMON
  ---------------------------------*/
  .TOP_BOX, .ec-box {
    width: 49%;
  }
  .TOP_TITLE, .another-title, .about-title, .ec-title, .result-title, .info-title {
    font-size: 3.2rem;
  }
  .TOP_CATCH, .ec-catch {
    font-size: 2.1rem;
  }
  .TOP_TEXT, .about-text, .ec-text {
    font-size: 1.6rem;
  }
  .TOP_SUB {
    margin: 4rem auto 0;
  }
  .TOP_SUB_LIST, .record-list {
    margin-top: 2.5rem;
  }
  /*---------------------------------
    hero
  ---------------------------------*/
  .hero {
    width: 100%;
  }
  .hero-box {
    margin-left: 5vw;
  }
  .hero-title {
    font-size: 3vw;
  }
  .hero-text {
    font-size: 2vw;
    margin-top: 2.91vw;
  }
  .hero-row-lead p {
    font-size: 1vw;
  }
  .hero-row-desc p {
    font-size: 1.3vw;
  }
  .hero-row-number {
    font-size: 3.7vw;
  }
  .hero-row-box {
    padding: 2.5vw 1.66vw 2.5vw 5vw;
    width: 68vw;
  }
  .hero-row-title {
    width: 44%;
  }
  .hero-ga4-box {
    padding: 2.5vw 1.66vw 2.5vw 2vw;
    width: 30vw;
    right: 0;
  }
  .hero-ga4-heading {
    width: 75%;
  }
  .hero-ga4-lead {
    font-size: 1vw;
  }
  .hero-ga4-title {
    font-size: 1.8vw;
  }
  .hero-ga4-image {
    width: 38%;
    max-width: initial;
  }
  /*---------------------------------
    about
  ---------------------------------*/
  .about {
    margin-top: 4.5rem;
  }
  .about-title {
    font-size: 3.2rem;
  }
  .about-text {
    max-width: 90%;
    font-size: 1.6rem;
    line-height: 2.25;
    margin: auto;
  }
  .about-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-cont {
    left: 0;
    margin: auto;
    top: -3%;
  }
  .about-arrow {
    top: 22%;
  }
  .about-core {
    top: 29%;
    left: calc(50% - 132px);
  }
  .record-inner {
    padding: 5rem 1.5rem;
  }
  .column-inner {
    padding: 0 1.5rem;
  }
  .recruit {
    height: 69vw;
  }
  /*---------------------------------
    another
  ---------------------------------*/
  .another {
    margin-top: 5rem;
  }
  /*---------------------------------
    service
  ---------------------------------*/
  .service {
    margin-top: 7.5rem;
  }
  .service-inner {
    padding: 0 1.5rem;
  }
  .service-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .service-image {
    width: 100%;
    margin-top: -5vw;
    margin-right: -5vw;
  }
  .service-core {
    width: 30%;
  }
  .service-arrow {
    width: 65%;
  }
  /*---------------------------------
    case
  ---------------------------------*/
  .cat-items {
    width: 100%;
  }
  /*---------------------------------
    content
  ---------------------------------*/
  .content {
    padding: 6rem 0;
  }
  /*---------------------------------
    ec
  ---------------------------------*/
  .group {
    width: 50%;
  }
  .group-title {
    font-size: 2rem;
  }
  .group-sub {
    font-size: 1.4rem;
  }
  .group-line {
    padding: 0 0.75em;
  }
  .group-list li {
    margin-top: 2rem;
  }
  .group-box {
    max-width: 94%;
  }
  .group-label {
    font-size: 1rem;
  }
  .group-text {
    font-size: 1rem;
  }
  .record-list li {
    max-width: 100%;
    width: calc(50% - 0.3rem);
  }
  .menu-label_large {
    font-size: 2rem;
    line-height: 1.7;
  }
  .menu-text_large {
    font-size: 1.4rem;
    line-height: 2;
  }
  .menu-label_small {
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .menu-text_small {
    font-size: 1.2rem;
    line-height: 2;
  }
  .result-list li {
    padding: 0 1rem;
  }
  .bnr {
    padding: 2rem 0 0;
  }
  .bnr-link {
    display: block;
    width: 48%;
  }
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------スマートフォン／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .TOP_CONTENT, .another {
    display: block;
  }
  .TOP_BOX, .ec-box {
    margin: auto;
  }
  .TOP_TITLE, .another-title, .about-title, .ec-title, .result-title, .info-title {
    max-width: 100%;
    padding-bottom: 0.5rem;
    width: 100%;
    font-size: 2.3rem;
    text-align: center;
  }
  .TOP_CATCH, .ec-catch {
    margin-top: 2.25rem;
    font-size: 1.75rem;
    text-align: center;
  }
  .TOP_TEXT, .about-text, .ec-text {
    margin-top: 2.25rem;
    font-size: 1.2rem;
  }
  .TOP_SUB {
    margin: 4.25rem auto 0;
  }
  .TOP_SUB_TITLE, .record-title {
    font-size: 1.75rem;
  }
  .TOP_SUB_LIST, .record-list {
    margin-top: 2.6rem;
  }
  .TOP_OTHER_CONTENT, .result-list, .info-list {
    margin-top: 2rem;
  }
  .btn a {
    max-width: 46rem;
    width: 66%;
    padding: 1rem;
  }
  .btn a::after {
    width: 1.3rem;
    height: 1.1rem;
    transform: translateY(-40%);
  }
  .section-title h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .section-lead p {
    font-size: 1.5rem;
  }
  .section-lead {
    width: 97%;
  }
  .cat-items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cat-item {
    width: calc(33.33% - 0.6666666667rem);
  }
  .cat-item + .cat-item {
    margin-left: 1rem;
  }
  .cat-item:nth-child(4) {
    margin-left: 0;
  }
  .cat-item:nth-child(7) {
    margin-left: 0;
  }
  .cat-item:nth-child(10) {
    margin-left: 0;
  }
  .cat-item:nth-child(n+4) {
    margin-top: 1.5rem;
  }
  /*---------------------------------
    swiper
  ---------------------------------*/
  .swiper-button-next {
    right: 40px !important;
  }
  .swiper-button-prev {
    left: 40px !important;
  }
  /*---------------------------------
    hero
  ---------------------------------*/
  .hero-box {
    margin: auto 0 0.5rem;
    padding: 0 1.5rem;
    top: 9%;
  }
  .hero-title {
    font-size: 6.93vw;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  .hero-title span {
    font-size: 8.6vw;
  }
  .hero-text {
    margin-top: 2rem;
    font-size: 4vw;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  .hero-wrap::before {
    padding-top: 160%;
  }
  .hero-row-lead p {
    font-size: 3.2vw;
  }
  .hero-row-number {
    font-size: 9.06vw;
  }
  .hero-row-image {
    width: 77%;
  }
  .hero-row-box {
    position: absolute;
    opacity: 0.9;
    content: "";
    top: 52%;
    left: 50%;
    width: 90%;
    background: #fff;
    padding: 7.33vw 2.666vw 5.33vw 5.33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    transform: translateX(-50%);
  }
  .hero-row-title {
    width: 84%;
  }
  .hero-row-desc {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .hero-row-desc p {
    font-size: 4.266vw;
  }
  .hero video {
    object-position: left;
  }
  /*---------------------------------
    about
  ---------------------------------*/
  .about {
    padding-top: 3rem;
  }
  .about-inner {
    padding: 0 1.5rem;
  }
  .about-catch {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .about-cont {
    left: 0;
    top: 0%;
  }
  .about-core {
    width: 32%;
    top: 34%;
    left: 34%;
  }
  .about-arrow {
    width: 40%;
    top: 30%;
  }
  .about-text {
    width: 97%;
    font-size: 1.5rem;
  }
  .about-btn {
    margin-top: 0;
  }
  /*---------------------------------
    another
  ---------------------------------*/
  .another-head {
    display: block;
  }
  .another-more {
    margin-top: 3rem;
    margin-left: auto;
    height: 3rem;
    width: 10rem;
    font-size: 1.2rem;
    padding: 0.4rem;
    margin-right: auto;
    text-align: center;
  }
  .another-list {
    display: block;
    margin: auto;
  }
  .another-item {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0;
  }
  .another-item-img {
    width: 100%;
  }
  .news-item-img {
    width: 50%;
  }
  .another-item-img::before {
    padding-top: 70%;
  }
  .news-item-img::before {
    padding-top: 56.666%;
  }
  .another-link {
    display: flex;
    flex-direction: column;
  }
  .another-image {
    width: 50%;
  }
  .another-box {
    width: 100%;
    padding: 1.5rem;
    min-height: 12rem;
  }
  .another-row {
    margin-top: 0;
  }
  .another-date {
    font-size: 1rem;
  }
  .another-icon {
    padding: 0 0.5rem;
    font-size: 1rem;
    border-radius: 0.7rem;
  }
  .another-text {
    font-size: 1.2rem;
  }
  .news-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  /*---------------------------------
    block
  ---------------------------------*/
  .block-items {
    flex-direction: column;
    flex-wrap: initial;
  }
  .block-item {
    width: 100%;
  }
  .block-item:nth-child(n+4) {
    margin-top: 0;
  }
  .block-item + .block-item {
    margin-left: 0;
    margin-top: 6rem;
  }
  .block-item-text p {
    font-size: 1.3rem;
  }
  /*---------------------------------
    recruit
  ---------------------------------*/
  .recruit {
    height: 45rem;
    margin-top: 5rem;
    background: url(../images/sp-recruit-bg.webp) center center/cover no-repeat;
  }
  .recruit::after {
    font-size: 20vw;
    right: initial;
    left: 0;
    padding-left: 1.5rem;
    letter-spacing: 0.05em;
  }
  .recruit-inner {
    padding: 6rem 1.5rem 2rem;
  }
  .recruit-content {
    margin-left: 0;
  }
  .recruit-title p {
    font-size: 6.4vw;
  }
  .recruit-text {
    width: 82%;
  }
  .recruit-text p {
    font-size: 1.5rem;
  }
  .recruit-btn {
    width: 100%;
    max-width: 31.4rem;
  }
  /*---------------------------------
    service
  ---------------------------------*/
  .service {
    margin-top: 6rem;
    padding-top: 0;
  }
  .service-inner {
    padding: 0 0;
  }
  .service-image {
    margin: 0;
    width: 100%;
  }
  .service-core {
    width: 30%;
  }
  .service-arrow {
    width: 55%;
  }
  .service-btn {
    margin-top: 7rem;
  }
  .content {
    padding: 6rem 0 5rem;
  }
  .ec {
    padding-top: 6rem;
  }
  .ec-inner {
    padding: 0 1.5rem;
  }
  .ec-box {
    margin-bottom: 2rem;
  }
  .group {
    margin: auto;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
  }
  .group-title {
    font-size: 1.4rem;
    width: 55%;
  }
  .group-title::before {
    content: none;
  }
  .group-line {
    padding: 0;
    background-color: transparent;
  }
  .group-sub {
    font-size: 1.2rem;
    margin-left: 0;
    margin-top: 1rem;
  }
  .group-sub span {
    font-size: 2rem;
    font-weight: 700;
  }
  .group-box {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .group-label {
    font-size: 1rem;
    word-break: keep-all;
    transform: scale(0.8);
    width: 120%;
    transform-origin: left center;
  }
  .group-logo {
    width: 45%;
  }
  .group-list {
    flex-direction: column;
    flex-wrap: initial;
    margin-top: 3rem;
  }
  .group-list li {
    margin-top: 2rem;
    width: 100%;
  }
  .group-list li:first-of-type .group-box {
    max-width: initial;
  }
  .group-list li:nth-of-type(2) {
    margin-top: 2rem;
  }
  .group-list li:nth-of-type(2) .group-logo {
    width: 75%;
  }
  .group-list li:nth-of-type(3) {
    margin-top: 2rem;
  }
  .group-list li:nth-of-type(3) .group-logo {
    width: 75%;
  }
  .group-list li:nth-of-type(4) {
    margin-top: 2rem;
  }
  .record {
    margin-top: 6rem;
  }
  .record-inner {
    padding: 5rem 1.5rem;
  }
  .record-list {
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
  }
  .record-list li {
    margin-top: 0.4rem;
    padding: 1.45rem 0;
    width: calc(50% - 1rem);
  }
  .record-list li:nth-child(n+5) {
    border-top: none;
  }
  .record-list li:nth-child(n+3) {
    border-top: 0.5px solid #4c5266;
  }
  .record-note {
    text-align: left;
    font-size: 1.1rem;
  }
  .record-label {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .record-text {
    font-size: 1.65rem;
  }
  .record-count {
    font-size: 2.9rem;
  }
  .record-other {
    width: 144%;
    font-size: 1.3rem;
    word-break: keep-all;
    transform: scale(0.7);
    transform-origin: left center;
  }
  /*---------------------------------
    case
  ---------------------------------*/
  .case {
    padding-top: 5rem;
  }
  .case-items {
    flex-direction: column;
  }
  .case-item {
    width: 100%;
  }
  .case-item:not(:last-of-type) {
    padding-bottom: 5rem;
  }
  .case-item + .case-item {
    margin-left: 0;
    margin-top: 0;
    padding-top: 5rem;
    border-top: 0.1rem solid #ccc;
  }
  .container {
    margin: 3rem auto 0 auto;
  }
  .column-btn {
    margin-top: 4rem;
  }
  .menu-list_large {
    display: block;
  }
  .menu-list_large li {
    justify-content: space-evenly;
    border-top: 0.1rem solid;
    border-left: none !important;
    width: 100%;
    height: auto;
    min-height: 18.5rem;
    padding: 1.6rem 0;
  }
  .menu-label_large {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .menu-text_large {
    font-size: 1.1rem;
  }
  .menu-list_small {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 0.1rem solid #1D2D53;
  }
  .menu-list_small li {
    justify-content: space-between;
    width: 50%;
    height: 15rem;
    margin-bottom: 2.15rem;
    padding-top: 2.15rem;
  }
  .menu-list_small li + li {
    border-left: 0;
  }
  .menu-list_small li:nth-of-type(n+3) {
    border-top: 0.1rem solid #1D2D53;
  }
  .menu-list_small li:nth-of-type(even) {
    border-left: 0.1rem solid #1D2D53;
  }
  .menu-list_small li:nth-of-type(even):after {
    position: absolute;
    top: 0;
    left: -0.1rem;
    content: "";
    background-color: #f8f9fa;
    width: 0.1rem;
    height: 2.15rem;
  }
  .menu-label_small {
    font-size: 1rem;
  }
  .menu-text_small {
    font-size: 1rem;
    transform: scale(0.8);
  }
  .result {
    margin-top: 2.5rem;
  }
  .result-list li {
    width: 33.3333333333%;
    height: 5rem;
    margin-top: 0.65rem;
    padding: 0.8rem 0.7rem;
  }
  .result-logo {
    max-height: 100%;
  }
  .info {
    margin-top: 5rem;
  }
  .info-list {
    margin-top: 1rem;
    width: 90%;
  }
  .info-unit {
    display: block;
    padding: 1.5rem 0 1.75rem;
  }
  .info-date {
    font-size: 1.2rem;
  }
  .info-text {
    font-size: 1.5rem;
  }
  .bnr {
    padding: 2rem 1rem 0;
    text-align: center;
  }
  .hero-ga4-box.sp-only {
    display: flex !important;
    position: initial;
    width: 90%;
    margin: 0 auto 3.5rem auto;
    padding: 9% 7%;
  }
  .hero-ga4-box.sp-only .hero-ga4-lead {
    font-size: 1.2rem;
  }
  .hero-ga4-box.sp-only .hero-ga4-title {
    font-size: 1.9rem;
  }
  .hero-ga4-box.sp-only .hero-ga4-image {
    max-width: initial;
    width: 30%;
  }
}/*# sourceMappingURL=top.css.map */