/* CSS Document */
/*reset css--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*reset css--------------------*/
/*base--------------------*/
a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/
/*font--------------------*/
body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 400;
  color: #2d2c40;
}
@media screen and (max-width: 1024px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}
body a {
  color: #2d2c40;
}
body h1, body h2, body h3, body h4, body p, body ul, body li, body dl, body dt, body dd, body span {
  text-box-trim: trim-both;
}

/*font--------------------*/
/*inner--------------------*/
.l-inner-w {
  max-width: 1600px;
  width: 100%;
  padding: 0 5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner-w {
    width: 100%;
    padding: 0 5%;
  }
}

.l-inner-m {
  max-width: 1600px;
  width: 100%;
  padding: 0 7.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner-m {
    width: 100%;
    padding: 0 7%;
  }
}

.l-inner-sm {
  max-width: 1600px;
  width: 100%;
  padding: 0 7.5% 0 10%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner-sm {
    padding: 0 5% 0 7%;
  }
}

.l-inner-ms {
  max-width: 1600px;
  width: 100%;
  padding: 0 10% 0 7.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner-ms {
    padding: 0 7% 0 5%;
  }
}

.l-inner-m-right {
  max-width: calc(100% - (50% - 800px));
  padding: 0 0 0 7.5%;
  margin-left: auto;
}

.l-inner-s {
  max-width: 1600px;
  width: 100%;
  padding: 0 10%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner-s {
    padding: 0 7%;
  }
}

/*inner--------------------*/
/*hidden--------------------*/
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

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

/*hidden--------------------*/
/*anime--------------------*/
.js-fade-up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1000ms;
}

.js-fade-left {
  opacity: 0;
  transform: translate(-30px, 0px);
  transition: all 1000ms;
}

.js-fade-right {
  opacity: 0;
  transform: translate(30px, 0px);
  transition: all 1000ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*anime--------------------*/
/*button--------------------*/
.c-button {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-link {
  display: flex;
  align-items: center;
}
.c-button-span {
  font-size: 15px;
  color: #004da1;
  margin-right: 25px;
}
.c-button-icon {
  width: 50px;
  margin-top: -10px;
}

.c-white-button {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
}
.c-white-button .c-ttl {
  margin-right: 20px;
}
.c-white-button .c-ttl-jp {
  font-size: 20px;
  font-weight: bold;
  color: #004da1;
}
@media screen and (max-width: 768px) {
  .c-white-button .c-ttl-jp {
    font-size: 18px;
  }
}
.c-white-button-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #004da1;
  background: #ffffff;
  padding: 30px 70px 40px 50px;
}
@media screen and (max-width: 768px) {
  .c-white-button-link {
    padding: 15px;
  }
}
.c-white-button-icon {
  width: 50px;
  transform: translateY(-5px);
}

/*btn--------------------*/
/*ttl--------------------*/
.c-ttl-en {
  font-size: 16px;
  line-height: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #004da1;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-ttl-en {
    font-size: 14px;
  }
}
.c-ttl-en::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/ttl_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .c-ttl-en::before {
    top: 3px;
  }
}
.c-ttl-jp {
  font-size: clamp(1.5rem, 0.929rem + 0.89vw, 2rem);
  line-height: 1.3333333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-ttl-jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .c-ttl-jp {
    font-size: 24px;
  }
}

.c-ttl-l .c-ttl-jp {
  font-size: clamp(1.5rem, 0.214rem + 2.01vw, 2.625rem);
}
@media screen and (max-width: 768px) {
  .c-ttl-l .c-ttl-jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl-l .c-ttl-jp {
    font-size: 18px;
  }
}

/*ttl--------------------*/
/*header--------------------*/
.l-header {
  width: 100%;
  height: 220px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999999;
}
@media screen and (max-width: 1920px) {
  .l-header {
    height: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header {
    height: 85px;
  }
}
.l-header * {
  font-weight: bold;
}
.l-header__inner {
  width: 95%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .l-header__logo {
    position: fixed;
    top: 25px;
    left: 5%;
    z-index: 999999;
  }
}
.l-header__logo-link {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1366px) {
  .l-header__logo-link {
    gap: 10px;
  }
}
.l-header__logo-icon {
  width: 95px;
}
@media screen and (max-width: 1920px) {
  .l-header__logo-icon {
    width: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__logo-icon {
    width: 30px;
  }
}
.l-header__logo-txt {
  font-size: clamp(1.5rem, 0.643rem + 1.34vw, 2.25rem);
}
@media screen and (max-width: 768px) {
  .l-header__logo-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1920px) {
  .l-header__logo-txt {
    font-size: 16px;
    line-height: 2;
  }
}
.l-header__logo-txt span {
  font-size: clamp(1.5rem, 0.214rem + 2.01vw, 2.625rem);
}
@media screen and (max-width: 768px) {
  .l-header__logo-txt span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1920px) {
  .l-header__logo-txt span {
    font-size: 18px;
    line-height: 2.22;
  }
}
@media screen and (max-width: 1920px) and (max-width: 768px) {
  .l-header__logo-txt span {
    font-size: 16px;
  }
}
.l-header__group {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1920px) {
  .l-header__group {
    gap: 25px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__group {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
}
.l-header__group span {
  display: block;
}
.l-header__group-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 2.22;
  color: #2d2c40;
}
@media screen and (max-width: 768px) {
  .l-header__group-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1920px) {
  .l-header__group-link {
    font-size: 16px;
    line-height: 2;
  }
}
.l-header__group-tel a {
  flex-direction: column;
  gap: 5px;
  color: #004da1;
}
.l-header__group-tel-span01 {
  font-size: clamp(1.5rem, 0.5rem + 1.56vw, 2.375rem);
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-header__group-tel-span01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1920px) {
  .l-header__group-tel-span01 {
    font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
  }
}
@media screen and (max-width: 1920px) and (max-width: 768px) {
  .l-header__group-tel-span01 {
    font-size: 20px;
  }
}
.l-header__group-tel-span02 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1920px) {
  .l-header__group-tel-span02 {
    font-size: 16px;
    line-height: 2;
  }
}
.l-header__group-contact a {
  background: #004da1;
  gap: 20px;
  align-items: center;
  border-radius: 4px;
  padding: 20px 40px;
}
.l-header__group-contact-icon {
  width: 30px;
  display: flex;
  align-items: center;
}
.l-header__group-contact-span {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .l-header__group-contact-span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1920px) {
  .l-header__group-contact-span {
    font-size: 16px;
    line-height: 2;
  }
}
.l-header__group.active {
  opacity: 1;
  visibility: visible;
}
.l-header .js-btn {
  position: fixed;
  background: #004da1;
  cursor: pointer;
  width: 55px;
  height: 55px;
  top: 14px;
  right: 5%;
  border-radius: 4px;
  z-index: 9999999;
  display: none;
}
@media screen and (max-width: 1366px) {
  .l-header .js-btn {
    display: block;
  }
}
.l-header .js-btn span {
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  width: 30px;
  transform: translateX(-50%);
}
.l-header .js-btn span:nth-of-type(1) {
  top: 18px;
}
.l-header .js-btn span:nth-of-type(2) {
  top: 26px;
}
.l-header .js-btn span:nth-of-type(3) {
  top: 34px;
}
.l-header .js-btn.active span:nth-of-type(1) {
  top: 20px;
  left: 50%;
  transform: translate(-50%, 6px) rotate(-45deg);
  width: 30px;
}
.l-header .js-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .js-btn.active span:nth-of-type(3) {
  top: 32px;
  left: 50%;
  transform: translate(-50%, -6px) rotate(45deg);
  width: 30px;
}

/*header--------------------*/
/*footer--------------------*/
.l-footer {
  background: #1f4269;
  padding: 110px 0;
  display: flex;
  flex-direction: column;
  gap: 160px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 85px 0 110px 0;
  }
}
.l-footer .l-inner-m {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-inner-m {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1366px) {
  .l-footer .l-inner-m:first-of-type {
    gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .l-inner-m:first-of-type {
    padding: 0;
    gap: 135px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .l-inner-m:last-of-type {
    padding: 0 8%;
  }
}
.l-footer * {
  color: #ffffff;
}
.l-footer .c-white-button {
  width: 100%;
}
.l-footer .c-white-button * {
  color: #004da1;
}
.l-footer__company {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1366px) {
  .l-footer__company {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__company {
    width: 90%;
  }
}
.l-footer__frame {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .l-footer__frame {
    flex-direction: column;
    align-items: center;
  }
}
.l-footer__logo {
  width: 100px;
  margin-right: 40px;
  transform: translateY(-30px);
}
@media screen and (max-width: 1366px) {
  .l-footer__logo {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-right: 0;
  }
}
.l-footer__logo-link {
  width: 100%;
  height: 100%;
  display: block;
}
.l-footer__info {
  margin-bottom: 50px;
}
.l-footer__info-name {
  font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-footer__info-name {
    font-size: 20px;
  }
}
.l-footer__info-address {
  font-size: 18px;
  line-height: 2.22;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .l-footer__info-address {
    font-size: 16px;
  }
}
.l-footer__contact {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.l-footer__contact-link {
  font-size: 20px;
  line-height: 2.22;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-link {
    font-size: 16px;
  }
}
.l-footer__contact-link:hover {
  background: #ffffff;
  color: #1f4269;
  opacity: 1;
}
.l-footer__tel {
  text-align: center;
}
.l-footer__tel-number {
  font-size: clamp(1.5rem, 0.357rem + 1.79vw, 2.5rem);
  letter-spacing: 0.02em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__tel-number {
    font-size: 24px;
  }
}
.l-footer__tel-open {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .l-footer__tel-open {
    font-size: 16px;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
  width: 55.7%;
}
@media screen and (max-width: 1366px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    width: 100%;
    padding: 0 5% 0 7%;
  }
}
.l-footer__group {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .l-footer__group {
    margin-bottom: 25px;
  }
}
.l-footer__group-link {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__group02 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.l-footer__group02-link {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding-left: 40px;
}
.l-footer__group02-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background: #ffffff;
}
.l-footer__link {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.l-footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.l-footer__bottom-link {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom-link {
    font-size: 16px;
  }
}

/*footer--------------------*/
/*main--------------------*/
.l-main {
  margin-top: 220px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1920px) {
  .l-main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 85px;
  }
}

/*main--------------------*/
/*link--------------------*/
.l-link__company, .l-link__contact, .l-link__recruit {
  border-radius: 8px;
}
.l-link__company-link, .l-link__contact-link, .l-link__recruit-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #ffffff;
  border-radius: 8px;
  border: 2px solid #004da1;
}
.l-link__company .l-inner-s, .l-link__contact .l-inner-s, .l-link__recruit .l-inner-s {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .l-link__company .l-inner-s, .l-link__contact .l-inner-s, .l-link__recruit .l-inner-s {
    bottom: 10px;
    padding: 0 6%;
  }
}
.l-link__company-txt, .l-link__contact-txt, .l-link__recruit-txt {
  font-size: clamp(1.5rem, -0.143rem + 2.57vw, 2.938rem);
  line-height: 1.3617021277;
  font-weight: bold;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-link__company-txt, .l-link__contact-txt, .l-link__recruit-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-link__company-txt, .l-link__contact-txt, .l-link__recruit-txt {
    font-size: 18px;
  }
}
.l-link__company .c-ttl, .l-link__contact .c-ttl, .l-link__recruit .c-ttl {
  position: absolute;
  top: 45px;
  left: 30px;
}
@media screen and (max-width: 1024px) {
  .l-link__company .c-ttl, .l-link__contact .c-ttl, .l-link__recruit .c-ttl {
    top: 15px;
    left: 6%;
  }
}
.l-link__company .c-ttl *, .l-link__contact .c-ttl *, .l-link__recruit .c-ttl * {
  color: #ffffff;
}
.l-link__frame {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-link__frame {
    flex-direction: column;
    gap: 35px;
  }
}
.l-link__frame .l-link__contact,
.l-link__frame .l-link__recruit {
  width: calc(50% - 7.5px);
}
@media screen and (max-width: 768px) {
  .l-link__frame .l-link__contact,
  .l-link__frame .l-link__recruit {
    width: 100%;
  }
}
.l-link__company {
  background-image: url(../images/common/company_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1500/344;
}
@media screen and (max-width: 768px) {
  .l-link__company {
    aspect-ratio: 680/310;
    background-image: url(../images/common/company_bg_sp.jpg);
  }
}
.l-link__contact {
  background-image: url(../images/common/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 761/202;
}
@media screen and (max-width: 768px) {
  .l-link__contact {
    aspect-ratio: 680/200;
  }
}
.l-link__recruit {
  background-image: url(../images/common/recruit_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 761/202;
}
@media screen and (max-width: 768px) {
  .l-link__recruit {
    aspect-ratio: 680/200;
  }
}

/*link--------------------*/
/*flow--------------------*/
.l-flow {
  padding: 75px 0 140px 0;
  background: #e8ecf0;
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 70px 0 110px 0;
  }
}
.l-flow .c-ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .l-flow .l-inner-ms {
    padding: 0 5%;
  }
}
.l-flow__frame {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .l-flow__frame {
    flex-direction: column-reverse;
  }
}
.l-flow__thumbnail {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .l-flow__thumbnail {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.l-flow__thumbnail img {
  width: 100%;
  max-width: 480px;
}
.l-flow__thumbnail-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-flow__thumbnail-pc {
    display: none;
  }
}
.l-flow__thumbnail-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-flow__thumbnail-sp {
    display: block;
  }
}
.l-flow__group {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .l-flow__group {
    width: 100%;
    margin-bottom: 45px;
  }
}
.l-flow__group-list {
  position: relative;
  padding-bottom: 30px;
}
.l-flow__group-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 35px);
  height: 1px;
  background: #004da1;
}
@media screen and (max-width: 1024px) {
  .l-flow__group-list::before {
    width: 100%;
  }
}
.l-flow__group-lead {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
  font-weight: bold;
  padding-left: 5.7%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-flow__group-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-flow__group-lead {
    padding-left: 45px;
  }
}
.l-flow__group-txt {
  font-size: 18px;
  line-height: 2.22;
  line-height: 1.6666666667;
  padding-left: 5.7%;
}
@media screen and (max-width: 768px) {
  .l-flow__group-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-flow__group-txt {
    padding-left: 45px;
  }
}
.l-flow__group-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  color: #004da1;
  padding-left: 5.7%;
}
@media screen and (max-width: 1024px) {
  .l-flow__group-tel {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 45px;
  }
}
.l-flow__group-phone {
  font-size: clamp(1.5rem, 0.357rem + 1.79vw, 2.5rem);
  letter-spacing: 0.02em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-flow__group-phone {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .l-flow__group-phone {
    margin-bottom: 10px;
  }
}
.l-flow__group-time {
  font-size: 18px;
  line-height: 2.22;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .l-flow__group-time {
    font-size: 16px;
  }
}
.l-flow__group-step {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  background: #004da1;
  padding: 15px 5px 25px 5px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-flow__group-step {
    transform: none;
  }
}
.l-flow__group-label {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.l-flow__group-number {
  font-size: 20px;
  line-height: 2.22;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-flow__group-number {
    font-size: 16px;
  }
}

/*flow--------------------*/
/*home--------------------*/
.home .fv {
  position: relative;
}
.home .fv .l-inner-w {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .home .fv .l-inner-w {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .home .fv .l-inner-sm {
    padding: 0 5%;
  }
}
.home .fv__catch {
  position: absolute;
  height: 100vh;
  top: 40px;
  left: 0;
  font-size: clamp(1.5rem, -8.286rem + 15.29vw, 10.063rem);
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: linear-gradient(180deg, rgb(0, 77, 161) 0%, rgb(45, 44, 64) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  .home .fv__catch {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .home .fv__catch {
    top: 0;
    left: -20px;
    z-index: -1;
  }
}
.home .fv__top {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding: 0 0 180px 0;
}
@media screen and (max-width: 768px) {
  .home .fv__top {
    flex-direction: column;
    gap: 80px;
    padding: 0 0 90px 0;
  }
}
.home .fv__top-item {
  width: calc(50% - 2.5px);
}
@media screen and (max-width: 768px) {
  .home .fv__top-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home .fv__top-item:first-of-type {
    padding-left: 2%;
  }
}
.home .fv__top-item:last-of-type {
  transform: translateY(115px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .fv__top-item:last-of-type {
    transform: none;
    padding-right: 2%;
  }
}
.home .fv__top-thumbnail {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home .fv__top-thumbnail {
    margin-bottom: 40px;
  }
}
.home .fv__top-txt {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
  line-height: 1.7916666667;
  font-weight: bold;
  color: #004da1;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .home .fv__top-txt {
    font-size: 20px;
  }
}
.home .fv__top-txt span {
  font-size: clamp(1.25rem, 0.679rem + 0.89vw, 1.75rem);
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .home .fv__top-txt span {
    font-size: 20px;
  }
}
.home .fv__top-ttl {
  font-size: clamp(1.5rem, -1.214rem + 4.24vw, 3.875rem);
  font-weight: bold;
  color: #004da1;
}
@media screen and (max-width: 768px) {
  .home .fv__top-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .home .fv .l-inner-m-right {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.home .fv__bottom {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .home .fv__bottom {
    flex-direction: column;
  }
}
.home .fv__bottom-content {
  width: calc(100% - 50vw);
  padding: 0 0 150px 0;
}
@media screen and (max-width: 1024px) {
  .home .fv__bottom-content {
    width: 100%;
    padding: 0 7%;
  }
}
.home .fv__bottom-content .c-ttl {
  margin-bottom: 60px;
}
.home .fv__bottom-content-txt {
  font-size: 18px;
  line-height: 2.22;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .home .fv__bottom-content-txt {
    font-size: 16px;
  }
}
.home .fv__bottom-thumbnail {
  width: 50vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home .fv__bottom-thumbnail {
    width: 100%;
    padding: 0 0 0 7%;
    margin-top: -50px;
  }
}
.home .fv__bottom-thumbnail .c-white-button {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 10;
}
.home .fv__bottom-thumbnail-bg {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .home .fv__bottom-thumbnail-bg {
    width: 100%;
    transform: translateX(30%);
    z-index: -1;
  }
}
.home .fv__lead {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 190px;
  right: -105px;
  writing-mode: vertical-rl;
  color: #004da1;
}
@media screen and (max-width: 1024px) {
  .home .fv__lead {
    top: 0;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .home .fv__lead {
    top: 0;
    right: -15px;
  }
}
.home .fv__lead-frame {
  display: flex;
  align-items: center;
  gap: 210px;
}
@media screen and (max-width: 768px) {
  .home .fv__lead-frame {
    gap: 70px;
  }
}
.home .fv__lead-txt {
  font-size: 18px;
  line-height: 2.22;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home .fv__lead-txt {
    font-size: 16px;
  }
}
.home .fv__lead-scroll {
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  position: relative;
}
.home .fv__lead-scroll::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 450px;
  background: #004da1;
  top: calc(100% + 25px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home .fv__lead-scroll::before {
    height: 200px;
  }
}

.home .business {
  background: #1f4269;
  padding: 125px 0 165px 0;
}
@media screen and (max-width: 768px) {
  .home .business {
    padding: 40px 0 100px 0;
  }
}
.home .business__catch {
  padding: 0 0 85px 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .home .business__catch {
    padding: 0 0 65px 0;
  }
}
.home .business__catch-frame {
  width: 100%;
}
.home .business__catch .c-ttl {
  margin-bottom: 65px;
}
.home .business__catch .c-ttl * {
  color: #ffffff;
}
.home .business__catch-txt {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .home .business__catch-txt {
    font-size: 16px;
  }
}
.home .business__catch-txt br {
  display: block;
}
@media screen and (max-width: 768px) {
  .home .business__catch-txt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home .business__catch-txt .br-sp {
    display: block;
  }
}
.home .business__frame {
  position: relative;
}
.home .business__frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #ffffff;
  max-width: 1600px;
  width: 90%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .home .business__frame::before {
    width: 90%;
  }
}
.home .business__block {
  padding: 85px 0 95px 0;
}
@media screen and (max-width: 768px) {
  .home .business__block {
    padding: 70px 0;
  }
}
.home .business__block * {
  z-index: 1;
}
.home .business__block-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .home .business__block-item {
    flex-direction: column;
  }
}
.home .business__block-item:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .home .business__block-item:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
.home .business__block-thumbnail {
  width: 42.1%;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .home .business__block-thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home .business__block-thumbnail img {
  border-radius: 8px;
}
.home .business__block-content {
  width: 55.7%;
}
@media screen and (max-width: 1024px) {
  .home .business__block-content {
    width: 100%;
  }
}
.home .business__block-en {
  font-size: 16px;
  line-height: 2;
  font-family: "Montserrat", sans-serif;
  color: #004da1;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.home .business__block-ttl {
  font-size: clamp(1.5rem, 0.929rem + 0.89vw, 2rem);
  background: #004da1;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home .business__block-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 1920px) {
  .home .business__block-ttl {
    font-size: 22px;
  }
}
.home .business__block-lead {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
  line-height: 1.5384615385;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home .business__block-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 1920px) {
  .home .business__block-lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .home .business__block-lead {
    font-size: 18px;
  }
}
.home .business__block-lead br {
  display: none;
}
@media screen and (max-width: 1920px) {
  .home .business__block-lead br {
    display: block;
  }
}
.home .business__block-txt {
  font-size: 18px;
  line-height: 2.22;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home .business__block-txt {
    font-size: 16px;
  }
}
.home .business__block .c-button {
  margin-left: auto;
}

.home .feature .l-inner-w {
  position: relative;
  padding-top: 210px;
  padding-bottom: 285px;
}
@media screen and (max-width: 1024px) {
  .home .feature .l-inner-w {
    padding: 80px 0 80px 7%;
  }
}
.home .feature__catch {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  top: 0;
  right: 3%;
  font-size: clamp(6.25rem, -1.75rem + 12.5vw, 13.25rem);
  letter-spacing: 0.08em;
  font-weight: 600;
  -webkit-text-stroke: 1px #004da1;
  text-stroke: 1px #004da1;
  color: #ffffff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  .home .feature__catch {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .home .feature__catch {
    right: 0;
    top: 45px;
  }
}
.home .feature .c-ttl {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .home .feature .c-ttl {
    margin-bottom: 80px;
  }
}
.home .feature__group {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .home .feature__group {
    overflow-x: auto;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.home .feature__group-list {
  width: calc(25% - 7.5px);
  position: relative;
  border-radius: 8px;
  border: 1px solid #004da1;
  background: #e8ecf0;
  padding: 45px 1.8% 80px 1.8%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .home .feature__group-list {
    flex: 0 0 auto;
    width: 300px;
  }
}
.home .feature__group-list:nth-of-type(2) {
  transform: translateY(50px);
}
@media screen and (max-width: 1024px) {
  .home .feature__group-list:nth-of-type(2) {
    transform: none;
  }
}
.home .feature__group-list:nth-of-type(3) {
  transform: translateY(100px);
}
@media screen and (max-width: 1024px) {
  .home .feature__group-list:nth-of-type(3) {
    transform: none;
  }
}
.home .feature__group-list:last-of-type {
  transform: translateY(150px);
}
@media screen and (max-width: 1024px) {
  .home .feature__group-list:last-of-type {
    transform: none;
  }
}
.home .feature__group-number {
  font-size: clamp(1.5rem, -1.357rem + 4.46vw, 4rem);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #004da1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}
@media screen and (max-width: 768px) {
  .home .feature__group-number {
    font-size: 30px;
  }
}
.home .feature__group-thumbnail {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.home .feature__group-thumbnail img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .feature__group-lead {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
  color: #ffffff;
  background: #004da1;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .home .feature__group-lead {
    font-size: 20px;
  }
}
.home .feature__group-txt {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .home .feature__group-txt {
    font-size: 16px;
  }
}
.home .feature__slide {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home .feature__slide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-left: auto;
    padding-right: 7%;
  }
}
.home .feature__slide-span {
  font-size: 15px;
  font-weight: bold;
  color: #004da1;
  font-family: "Montserrat", sans-serif;
}
.home .feature__slide-icon {
  width: 145px;
  transform: translateY(-5px);
}

.home .message {
  padding: 0 0 220px 0;
}
@media screen and (max-width: 768px) {
  .home .message {
    padding: 0 0 100px 0;
  }
}
.home .message .c-ttl {
  margin-bottom: 100px;
}
.home .message__block {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .home .message__block {
    flex-direction: column;
    gap: 90px;
  }
}
.home .message__block-item {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .home .message__block-item {
    flex-direction: column;
  }
}
.home .message__block-thumbnail {
  width: 37.8%;
  aspect-ratio: 264/347;
  margin-right: 5%;
}
.home .message__block-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .home .message__block-thumbnail {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.home .message__block-content {
  width: 49.2%;
}
@media screen and (max-width: 768px) {
  .home .message__block-content {
    width: 100%;
  }
}
.home .message__block-content-lead {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
  line-height: 1.3333333333;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home .message__block-content-lead {
    font-size: 20px;
  }
}
.home .message__block-content-txt {
  font-size: 16px;
  line-height: 2;
  color: #61606c;
}
.home .message__block-content-txt:not(:last-of-type) {
  margin-bottom: 40px;
}
.home .message__block-name {
  font-size: 16px;
  line-height: 2;
}

.home .recruit {
  padding: 110px 0 195px 0;
  background: #e8ecf0;
}
@media screen and (max-width: 768px) {
  .home .recruit {
    padding: 75px 0 120px 0;
  }
}
.home .recruit__ttl {
  margin-bottom: 60px;
}
.home .recruit__frame {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .home .recruit__frame {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.home .recruit__content {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .home .recruit__content {
    width: 100%;
    margin-bottom: 95px;
  }
}
.home .recruit__content-lead {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
  line-height: 1.3333333333;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .home .recruit__content-lead {
    font-size: 20px;
  }
}
.home .recruit__content-txt {
  font-size: 16px;
  line-height: 2;
  color: #61606c;
  margin-bottom: 60px;
}
.home .recruit__thumbnail {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .home .recruit__thumbnail {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 5%;
  }
}
.home .recruit__thumbnail img {
  border: 1px solid #004da1;
}

.home .faq {
  padding: 100px 0 140px 0;
  background-image: url(../images/home/faq_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .home .faq {
    padding: 70px 0 115px 0;
  }
}
.home .faq .c-ttl {
  margin-bottom: 50px;
}
.home .faq .c-ttl * {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .home .faq .l-inner-s {
    padding: 0 5%;
  }
}
.home .faq__group-item {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #004da1;
  padding: 40px 120px 40px 60px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .faq__group-item {
    padding: 10px 30px 10px 10px;
  }
}
.home .faq__group-item:not(:last-of-type) {
  margin-bottom: 35px;
}
.home .faq__group-switch {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .home .faq__group-switch {
    top: 12px;
    right: 10px;
  }
}
.home .faq__group-switch span {
  background: #004da1;
}
.home .faq__group-switch-span01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .home .faq__group-switch-span01 {
    width: 2px;
  }
}
.home .faq__group-switch-span02 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .home .faq__group-switch-span02 {
    height: 2px;
  }
}
.home .faq__group-switch.active .faq__group-switch-span01 {
  display: none;
}
.home .faq__group-question {
  position: relative;
  padding-left: 60px;
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
  color: #61606c;
}
@media screen and (max-width: 768px) {
  .home .faq__group-question {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .faq__group-question {
    padding-left: 25px;
    font-size: 16px;
  }
}
.home .faq__group-question::before {
  content: "Q";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: clamp(1.5rem, 0.929rem + 0.89vw, 2rem);
  line-height: 1;
  font-weight: bold;
  color: #004da1;
}
@media screen and (max-width: 768px) {
  .home .faq__group-question::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .faq__group-question::before {
    top: 0;
  }
}
.home .faq__group-answer {
  display: none;
  margin-top: 45px;
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  line-height: 2;
  color: #004da1;
}
@media screen and (max-width: 768px) {
  .home .faq__group-answer {
    padding-left: 25px;
  }
}
.home .faq__group-answer::before {
  content: "A";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: clamp(1.5rem, 0.929rem + 0.89vw, 2rem);
  line-height: 1;
  font-weight: bold;
  color: #004da1;
}
@media screen and (max-width: 768px) {
  .home .faq__group-answer::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .faq__group-answer::before {
    top: 0;
  }
}
.home .faq__group-answer.active {
  display: block;
}

.home .l-link {
  padding: 240px 0 165px 0;
}
@media screen and (max-width: 768px) {
  .home .l-link {
    padding: 0 0 125px 0;
  }
}

/*home--------------------*/
/*recruit--------------------*/
.recruit .catch {
  padding: 130px 0 145px 0;
}
@media screen and (max-width: 768px) {
  .recruit .catch {
    padding: 80px 0;
  }
}
.recruit .catch .c-ttl {
  margin-bottom: 55px;
}
.recruit .catch__txt {
  font-size: 16px;
  line-height: 2;
}

.recruit .apply__table {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 155px;
}
@media screen and (max-width: 768px) {
  .recruit .apply__table {
    margin-bottom: 80px;
  }
}
.recruit .apply__table-item {
  display: flex;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .recruit .apply__table-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .apply__table-item {
    font-size: 14px;
  }
}
.recruit .apply__table-item:first-of-type dt, .recruit .apply__table-item:first-of-type dd {
  background: #61606c;
  color: #ffffff;
}
.recruit .apply__table-ttl {
  font-weight: bold;
  width: 300px;
  min-width: 300px;
  padding: 25px;
  background: #f5f5f5;
  border-right: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .recruit .apply__table-ttl {
    width: 100px;
    min-width: 100px;
    padding: 10px;
  }
}
.recruit .apply__table-data {
  font-weight: bold;
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .recruit .apply__table-data {
    width: calc(100% - 100px);
    padding: 10px;
    display: block;
  }
}
.recruit .apply__button {
  border-radius: 8px;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.recruit .apply__button-link {
  box-shadow: 4px 0 10px #bcbcbc;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: #004da1;
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
  color: #ffffff;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit .apply__button-link {
    font-size: 20px;
  }
}

.recruit .form {
  padding: 0 0 100px 0;
}

.recruit .l-link {
  padding: 285px 0 240px 0;
}
@media screen and (max-width: 768px) {
  .recruit .l-link {
    padding: 165px 0 100px 0;
  }
}

/*recruit--------------------*/
/*business--------------------*/
.business .catch {
  padding: 140px 0 180px 0;
}
@media screen and (max-width: 768px) {
  .business .catch {
    padding: 80px 0;
  }
}
.business .catch .c-ttl {
  margin-bottom: 40px;
}
.business .catch__txt {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .business .catch__txt {
    font-size: 16px;
  }
}

.business .navigation {
  padding: 0 0 210px 0;
}
@media screen and (max-width: 768px) {
  .business .navigation {
    padding: 0 0 140px 0;
  }
}
@media screen and (max-width: 1024px) {
  .business .navigation .l-inner-w {
    padding: 0 7%;
  }
}
.business .navigation__group {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .business .navigation__group {
    flex-direction: column;
    gap: 30px;
  }
}
.business .navigation__group-list {
  border: 1px solid #004da1;
  background: #ffffff;
  border-radius: 8px;
  width: calc(33.3333333333% - 10px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .business .navigation__group-list {
    width: 100%;
  }
}
.business .navigation__group-list::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  aspect-ratio: 104/12;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  z-index: 10;
}
.business .navigation__group-link {
  border-radius: 8px;
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;
}
.business .navigation__group-en {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #004da1;
  margin-bottom: 20px;
}
.business .navigation__group-ttl {
  font-size: clamp(1.5rem, 0.929rem + 0.89vw, 2rem);
  color: #004da1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .business .navigation__group-ttl {
    font-size: 20px;
  }
}

.business .works {
  padding: 0 0 265px 0;
}
@media screen and (max-width: 768px) {
  .business .works {
    padding: 0 0 130px 0;
  }
}
@media screen and (max-width: 1024px) {
  .business .works .l-inner-ms {
    padding: 0 7%;
  }
}
.business .works__group {
  display: flex;
  flex-direction: column;
  gap: 280px;
}
@media screen and (max-width: 1024px) {
  .business .works__group {
    gap: 130px;
  }
}
.business .works__group .c-ttl {
  margin-bottom: 75px;
}
.business .works__group-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .business .works__group-block {
    flex-direction: column;
  }
}
.business .works__group-block-thumbnail {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .business .works__group-block-thumbnail {
    width: 100%;
    margin-bottom: 25px;
  }
}
.business .works__group-block-thumbnail img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .business .works__group-block-thumbnail img {
    border-radius: 8px;
  }
}
.business .works__group-block-content {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .business .works__group-block-content {
    width: 100%;
  }
}
.business .works__group-block-lead {
  font-size: clamp(1.5rem, 0.929rem + 0.89vw, 2rem);
  line-height: 1.40625;
  font-weight: bold;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .business .works__group-block-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .business .works__group-block-lead {
    text-align: center;
    font-size: 18px;
  }
}
.business .works__group-block-txt {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .business .works__group-block-txt {
    font-size: 16px;
  }
}
.business .works__group-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.business .works__group-info-item {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .business .works__group-info-item {
    flex-direction: column;
  }
}
.business .works__group-info-label {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  background: #004da1;
  border-radius: 20px;
  padding: 10px 25px;
  color: #ffffff;
  margin-right: 25px;
  word-break: keep-all;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .business .works__group-info-label {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.business .works__group-info-txt {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .business .works__group-info-txt {
    font-size: 16px;
  }
}

.business .area {
  background-image: url(../images/business/area_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 140px 0;
}
@media screen and (max-width: 768px) {
  .business .area {
    padding: 70px 0 120px 0;
  }
}
.business .area * {
  color: #ffffff;
}
.business .area .c-ttl {
  margin-bottom: 75px;
}
.business .area .l-inner-s {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .business .area .l-inner-s {
    flex-direction: column;
  }
}
.business .area__map {
  width: 50%;
  padding-left: 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .business .area__map {
    width: 100%;
    padding-left: 0;
    margin-bottom: 45px;
  }
}
.business .area__map img {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .business .area__map img {
    width: 100%;
    max-width: 450px;
  }
}
.business .area__content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .business .area__content {
    width: 100%;
  }
}
.business .area__content-group {
  margin-bottom: 30px;
}
.business .area__content-list {
  font-size: 16px;
  line-height: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 20px;
}
.business .area__content-list::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/ttl_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.business .area__content-txt {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .business .area__content-txt {
    font-size: 16px;
  }
}

.business .l-link {
  padding: 180px 0 130px 0;
}
@media screen and (max-width: 768px) {
  .business .l-link {
    padding: 0 0 125px 0;
  }
}

/*business--------------------*/
/*aboutus--------------------*/
.aboutus .catch {
  padding: 180px 0 310px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutus .catch {
    padding: 80px 0 70px 0;
  }
}
.aboutus .catch .c-ttl {
  margin-bottom: 60px;
}
.aboutus .catch .l-inner-m-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .aboutus .catch .l-inner-m-right {
    padding: 0 0 0 7vw;
    max-width: unset;
    flex-direction: column;
  }
}
.aboutus .catch__content {
  width: 43.2vw;
}
@media screen and (max-width: 1024px) {
  .aboutus .catch__content {
    width: 100%;
    padding-right: 7vw;
    margin-bottom: 70px;
  }
}
.aboutus .catch__content-frame {
  width: 36vw;
}
@media screen and (max-width: 1024px) {
  .aboutus .catch__content-frame {
    width: 100%;
  }
}
.aboutus .catch__content-txt {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .aboutus .catch__content-txt {
    font-size: 16px;
  }
}
.aboutus .catch__content-txt:not(:last-of-type) {
  margin-bottom: 40px;
}
.aboutus .catch__thumbnail {
  width: calc(100% - 43.2vw);
}
@media screen and (max-width: 1024px) {
  .aboutus .catch__thumbnail {
    width: 100%;
  }
}
.aboutus .catch__thumbnail img {
  aspect-ratio: 1674/1698;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutus .overview {
  padding: 0 0 235px 0;
}
@media screen and (max-width: 768px) {
  .aboutus .overview {
    padding: 0 0 140px 0;
  }
}
.aboutus .overview .l-inner-m {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .aboutus .overview .l-inner-m {
    flex-direction: column;
    padding: 0 7vw;
  }
}
.aboutus .overview__content {
  width: 43.2vw;
}
@media screen and (max-width: 1024px) {
  .aboutus .overview__content {
    width: 100%;
  }
}
.aboutus .overview__content .c-ttl {
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .aboutus .overview__group {
    margin-bottom: 50px;
  }
}
.aboutus .overview__group-item {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .aboutus .overview__group-item {
    font-size: 16px;
  }
}
.aboutus .overview__group-item:not(:last-of-type) {
  margin-bottom: 50px;
}
.aboutus .overview__group-ttl {
  font-weight: bold;
  margin-bottom: 15px;
}
.aboutus .overview__thumbnail {
  width: calc(100% - 43.2vw);
}
@media screen and (max-width: 1024px) {
  .aboutus .overview__thumbnail {
    width: 100%;
  }
}

.aboutus .access {
  padding: 0 0 215px 0;
}
@media screen and (max-width: 768px) {
  .aboutus .access {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus .access .l-inner-m:first-of-type {
    padding: 0 7vw;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus .access .l-inner-m:last-of-type {
    padding: 0 5vw;
  }
}
.aboutus .access .c-ttl {
  margin-bottom: 50px;
}
.aboutus .access iframe {
  aspect-ratio: 1407/491;
}
@media screen and (max-width: 768px) {
  .aboutus .access iframe {
    aspect-ratio: 680/347;
  }
}

.aboutus .philosophy {
  padding: 0 0 310px 0;
}
@media screen and (max-width: 768px) {
  .aboutus .philosophy {
    padding: 0 0 140px 0;
  }
}
.aboutus .philosophy .l-inner-m {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .aboutus .philosophy .l-inner-m {
    flex-direction: column;
    padding: 0 7vw;
  }
}
.aboutus .philosophy .c-ttl {
  margin-bottom: 75px;
}
.aboutus .philosophy__content {
  width: 43.2vw;
}
@media screen and (max-width: 1024px) {
  .aboutus .philosophy__content {
    width: 100%;
    margin-bottom: 45px;
  }
}
.aboutus .philosophy__content-frame {
  width: 36vw;
  display: flex;
  flex-direction: column;
  gap: 45px;
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .aboutus .philosophy__content-frame {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus .philosophy__content-frame {
    width: 100%;
  }
}
.aboutus .philosophy__content-lead {
  font-size: clamp(1.5rem, 0.929rem + 0.89vw, 2rem);
  font-weight: bold;
  color: #004da1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .aboutus .philosophy__content-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .philosophy__content-lead {
    font-size: 18px;
  }
}
.aboutus .philosophy__content-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutus .philosophy__thumbnail {
  width: calc(100% - 43.2vw);
}
@media screen and (max-width: 1024px) {
  .aboutus .philosophy__thumbnail {
    width: 100%;
  }
}

/*aboutus--------------------*/
/*privacy--------------------*/
.privacy .policy {
  padding: 180px 0 310px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .privacy .policy {
    padding: 50px 0;
  }
}
.privacy .policy .c-ttl {
  margin-bottom: 60px;
}
.privacy .policy__item * {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__item * {
    font-size: 16px;
  }
}
.privacy .policy__item-ttl {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__item-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .privacy .policy__item-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.privacy .policy__item-txt:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__item-txt:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.privacy .policy__item ol {
  margin-top: 30px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__item ol {
    margin-top: 15px;
    padding-left: 20px;
  }
}
.privacy .policy__item ol li {
  list-style: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__item ol li {
    margin-top: 15px;
  }
}
.privacy .policy__item ol ol {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__item ol ol {
    padding-left: 20px;
  }
}
.privacy .policy__item ol ol ol {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__item ol ol ol {
    padding-left: 20px;
  }
}
.privacy .policy__item:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

/*privacy--------------------*/
/*contact--------------------*/
.contact .catch {
  padding: 130px 0 185px 0;
}
@media screen and (max-width: 768px) {
  .contact .catch {
    padding: 70px 0;
  }
}
.contact .catch .c-ttl {
  margin-bottom: 55px;
}
.contact .catch__txt {
  font-size: 18px;
  line-height: 2.22;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contact .catch__txt {
    font-size: 16px;
  }
}
.contact .catch__tel {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-top: 35px;
  color: #004da1;
}
@media screen and (max-width: 768px) {
  .contact .catch__tel {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.contact .catch__tel-phone {
  font-size: clamp(1.5rem, 0.357rem + 1.79vw, 2.5rem);
  letter-spacing: 0.02em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact .catch__tel-phone {
    font-size: 24px;
  }
}
.contact .catch__tel-time {
  font-size: 18px;
  line-height: 2.22;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .contact .catch__tel-time {
    font-size: 16px;
  }
}

.contact .form *,
.recruit .form * {
  text-box-trim: unset;
}
.contact .form__group,
.recruit .form__group {
  margin-bottom: 40px;
}
.contact .form__group-item:not(:last-of-type),
.recruit .form__group-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.contact .form__group .w-50 input,
.recruit .form__group .w-50 input {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact .form__group .w-50 input,
  .recruit .form__group .w-50 input {
    width: 100%;
  }
}
.contact .form__group-ttl,
.recruit .form__group-ttl {
  font-size: 18px;
  line-height: 2.22;
  font-weight: bold;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .contact .form__group-ttl,
  .recruit .form__group-ttl {
    font-size: 16px;
  }
}
.contact .form__group-ttl span,
.recruit .form__group-ttl span {
  font-size: 14px;
  color: #ff0036;
  margin-left: 25px;
}
.contact .form__group-input input,
.recruit .form__group-input input {
  height: 55px;
}
.contact .form__group-input input, .contact .form__group-input select, .contact .form__group-input textarea,
.recruit .form__group-input input,
.recruit .form__group-input select,
.recruit .form__group-input textarea {
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #999999;
}
.contact .form .wpcf7-list-item label,
.recruit .form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact .form .wpcf7-list-item label a,
.recruit .form .wpcf7-list-item label a {
  font-weight: bold;
  border-bottom: 1px solid #333333;
}
.contact .form__submit,
.recruit .form__submit {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.contact .form__submit input,
.recruit .form__submit input {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
  color: #ffffff;
  background: #004da1;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 4px 0 10px #bcbcbc;
}
@media screen and (max-width: 768px) {
  .contact .form__submit input,
  .recruit .form__submit input {
    font-size: 20px;
  }
}
.contact .form__submit input:hover,
.recruit .form__submit input:hover {
  cursor: pointer;
}

.contact .l-link {
  padding: 285px 0 185px 0;
}
@media screen and (max-width: 768px) {
  .contact .l-link {
    padding: 170px 0 100px 0;
  }
}

/*recruit--------------------*//*# sourceMappingURL=style.css.map */