@charset "UTF-8";
:root {
  --color-default: #192031;
  --color-main: #052570;
  --color-base: #fffbf7;
  --color-link: #fff;
}

/* mixinの記述 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

ul, ol {
  margin: 0;
  padding: 0;
}

/* 共通のタグで当てたいスタイルがあればここに記述 */
html {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

summary {
  list-style: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  overflow-x: hidden;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
@media (max-width: 800px) {
  .header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: transparent;
  }
}

.header.closeStyle {
  display: block !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  backdrop-filter: blur(24px) !important;
}

.header__wrap_pc {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__wrap_pc .header__wrap_pcLink:hover {
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .header__wrap_pc {
    padding-inline: 16px;
  }
}
@media (max-width: 800px) {
  .header__wrap_pc {
    display: none;
  }
}
.header__wrap_pc .header__links {
  display: flex;
  -moz-column-gap: 56px;
  column-gap: 56px;
  align-items: center;
}
.header__wrap_pc .menu-inner ul {
  display: flex;
  list-style: none;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.header__wrap_pc .menu-inner ul li a {
  text-decoration: none;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--color-default);
}
.header__wrap_pc .menu-inner ul li a:hover {
  opacity: 0.8;
}
.header__wrap_pc .header__contact {
  padding: 14px 35px;
  background-color: var(--color-main);
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.header__wrap_pc .header__contact:hover {
  opacity: 0.8;
}

.header__wrap_sp {
  display: none;
}
@media (max-width: 800px) {
  .header__wrap_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 14px 14px 24px;
    width: 100%;
    position: relative;
    z-index: 20;
  }
}
@media (max-width: 800px) {
  .header__wrap_sp img {
    position: relative;
    z-index: 21;
  }
}
.header__wrap_sp .header__links_sp {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 0 16px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.header__wrap_sp .header__links_sp.open {
  display: flex;
  transform: translateX(0);
}
.header__wrap_sp .menu-inner {
  width: 100%;
}
.header__wrap_sp .menu-inner ul {
  list-style: none;
  padding: 72px 0 0;
  text-align: left;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--color-main);
}
.header__wrap_sp .menu-inner li a {
  width: 100%;
  text-decoration: none;
  padding: 24px 32px;
  border-bottom: solid 1px rgba(25, 32, 49, 0.2);
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  color: var(--color-default);
}
.header__wrap_sp .menu-inner li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-default);
  border-right: 1px solid var(--color-default);
  transform: rotate(45deg);
}
.header__wrap_sp .menu-inner li:first-child a {
  border-top: solid 1px rgba(25, 32, 49, 0.2);
}
.header__wrap_sp .hamburger {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  align-items: flex-end;
  justify-content: center;
}
.header__wrap_sp .hamburger span {
  display: block;
  height: 1px;
  background: var(--color-main);
  transition: 0.3s;
}
.header__wrap_sp .hamburger span:nth-child(1) {
  width: 16px;
}
.header__wrap_sp .hamburger span:nth-child(2) {
  width: 20px;
}
.header__wrap_sp .hamburger span:nth-child(3) {
  width: 24px;
}
.header__wrap_sp .hamburger.open span:nth-child(1) {
  width: 33px;
  transform: translateY(10px) rotate(45deg);
}
.header__wrap_sp .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header__wrap_sp .hamburger.open span:nth-child(3) {
  width: 33px;
  transform: translateY(-10px) rotate(-45deg);
}
.header__wrap_sp .header__contact {
  padding: 13px 35px;
  background-color: var(--color-main);
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 53px;
  text-decoration: none;
}

footer {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-top: solid 1px var(--color-main);
}

.footer__links {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-top: 88px;
  padding-bottom: 108px;
  background-color: #F3F4F7;
}
@media (max-width: 800px) {
  .footer__links {
    padding-inline: 16px;
  }
}
@media (max-width: 414px) {
  .footer__links {
    padding-top: 80px;
    padding-bottom: 64px;
    font-size: 14px;
  }
}

.footer__linksWrap {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  -moz-column-gap: 160px;
  column-gap: 160px;
}
@media (max-width: 1280px) {
  .footer__linksWrap {
    -moz-column-gap: normal;
    column-gap: normal;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
    padding-inline: 16px;
  }
}
@media (max-width: 800px) {
  .footer__linksWrap {
    flex-direction: column;
  }
}

.footer__linksContents {
  display: grid;
  gap: 32px;
  grid-template-columns: 72px repeat(6, auto);
}
.footer__linksContents + .footer__linksContents {
  margin-top: 63px;
}
@media (max-width: 800px) {
  .footer__linksContents {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }
}

.footer__linksItem {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.footer__linksItem li a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .footer__linksItem {
    padding-left: 16px;
  }
}

.footer__linksItem--title {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.footer__linksItem--title li a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .footer__linksItem--title {
    grid-column: 1/span 2;
  }
}

.footer__linksItemRecruit {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer__linksItemRecruit li a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .footer__linksItemRecruit {
    padding-left: 16px;
    grid-column: 1/span 2;
  }
}

.footer__linksSubItem {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-top: 7px;
}
.footer__linksSubItem li a {
  text-decoration: none;
}

.footer__copyright {
  background: var(--color-main);
  padding-top: 17px;
  padding-bottom: 17px;
}

.footer__copyrightLinks {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  list-style: none;
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.footer__copyrightLinks a {
  text-decoration: none;
}
@media (max-width: 1280px) {
  .footer__copyrightLinks {
    padding-inline: 16px;
  }
}
@media (max-width: 414px) {
  .footer__copyrightLinks {
    font-size: 12px;
  }
}

.navigation-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 32px;
}
.navigation-list ul {
  list-style: none;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 14px;
}
.navigation-list ul li a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .navigation-list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}

a {
  text-decoration: none;
}

main {
  background: var(--color-base);
  color: var(--color-default);
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.head {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 70px;
  align-items: stretch;
}
@media (max-width: 800px) {
  .head {
    grid-template-columns: 1fr 60px;
  }
}
.head::after {
  content: "";
  background-image: url("../img/headingPoint.png");
  background-size: 70px 278px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 414px) {
  .head::after {
    width: 60px;
    height: 243px;
    overflow: hidden;
    background-size: 70px 278px;
    background-position: bottom left;
    background-repeat: no-repeat;
  }
}

.head__wrap {
  background-color: var(--color-main);
  padding-top: 80px;
  min-height: 278px;
  flex: 1;
}
@media (max-width: 800px) {
  .head__wrap {
    padding-top: 40px;
    min-height: 243px;
  }
}

.head__title {
  font-size: 32px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  margin-inline: auto;
  max-width: 1210px;
}
@media (max-width: 1280px) {
  .head__title {
    width: 100%;
    padding-inline: 16px;
  }
}
@media (max-width: 800px) {
  .head__title {
    font-size: 24px;
  }
}

.head__point {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 800px) {
  .head__point {
    width: 50px;
    height: 210px;
    min-height: 100%;
  }
}

.head__text {
  line-height: 1.6;
  font-size: 16px;
  margin-top: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-inline: auto;
  max-width: 1210px;
}
@media (max-width: 1280px) {
  .head__text {
    width: 100%;
    padding-inline: 16px;
  }
}
@media (max-width: 414px) {
  .head__text {
    font-size: 14px;
    margin-top: 32px;
  }
}

.head__textBr {
  display: none;
}
@media (max-width: 414px) {
  .head__textBr {
    display: block;
  }
}
@media (max-width: 393px) {
  .head__textBr {
    display: none;
  }
}

.contents {
  margin-inline: auto;
  max-width: 1280px;
  margin-top: 120px;
}
@media (max-width: 1280px) {
  .contents {
    width: 100%;
    padding-inline: 16px;
  }
}
@media (max-width: 414px) {
  .contents {
    margin-top: 56px;
  }
}

/* お問い合わせ */
.contact {
  background: var(--color-main);
  width: 100%;
}

.contact__wrap {
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -moz-column-gap: 120px;
  column-gap: 120px;
  row-gap: 32px;
}
@media (max-width: 800px) {
  .contact__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact__image {
  height: auto;
  width: 581px;
}
@media (max-width: 1280px) {
  .contact__image {
    width: 517px;
  }
}
@media (max-width: 800px) {
  .contact__image {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .contact__contents {
    padding-inline: 16px;
    padding-bottom: 40px;
  }
}

.contact__contentsText {
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (max-width: 414px) {
  .contact__contentsText {
    font-size: 18px;
  }
}

.contact__contentsLink {
  padding: 24px;
  background-color: #fff;
  border-bottom: solid 1px #fff;
  color: var(--color-main);
  margin-top: 32px;
  display: inline-flex;
  justify-content: space-between;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.contact__contentsLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  transition: left 0.3s ease-in-out;
  z-index: 0;
}
.contact__contentsLink::after {
  content: "";
  width: 19px;
  height: 19px;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  transform: rotate(45deg);
  margin-left: 44px;
  transition: border-color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.contact__contentsLink span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
.contact__contentsLink:hover::before {
  left: 0;
}
.contact__contentsLink:hover {
  color: #fff;
}
.contact__contentsLink:hover::after {
  border-color: #fff;
}

/* 事業紹介 */
.service__switch__link {
  display: flex;
  margin-bottom: 40px;
}

.service__active__link {
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  flex: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  color: var(--color-link);
  background-color: var(--color-main);
}
@media only screen and (max-width: 959px) {
  .service__active__link {
    font-size: 20px;
    line-height: 30px;
  }
}

.service__inactive__link {
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  flex: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  color: var(--color-main);
  background-color: var(--color-link);
  border-bottom: 1px solid var(--color-main);
}
@media only screen and (max-width: 959px) {
  .service__inactive__link {
    font-size: 20px;
    line-height: 30px;
  }
}

.service__flex__link {
  flex: 1;
}

.service__concept {
  margin-bottom: 120px;
}
@media only screen and (max-width: 959px) {
  .service__concept {
    margin-bottom: 100px;
  }
}

.service__concept__visual {
  margin-top: 40px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 959px) {
  .service__concept__visual {
    margin-top: 24px;
    margin-bottom: 40px;
    height: auto;
  }
}

.service__flex__main__content {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 959px) {
  .service__flex__main__content {
    gap: 24px;
    flex-direction: column;
  }
}

.service__flex__content__box {
  background-color: var(--color-link);
  border-left: 4px solid var(--color-main);
  padding: 40px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 959px) {
  .service__flex__content__box {
    padding: 16px;
  }
}

.service__main__text {
  text-wrap: wrap;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 24px;
  color: var(--color-main);
}
@media only screen and (max-width: 959px) {
  .service__main__text {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 42px;
  }
}

.service__content__text {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 959px) {
  .service__content__text {
    font-size: 16px;
    line-height: 25.6px;
  }
}
.service__content__text + .service__content__text {
  margin-top: 10px;
}

.service__flex__content__title {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-wrap: wrap;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
  color: var(--color-main);
}
@media only screen and (max-width: 959px) {
  .service__flex__content__title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.service__flex__content__text {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 959px) {
  .service__flex__content__text {
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0.03em;
  }
}
.service__flex__content__text + .service__flex__content__text {
  margin-top: 10px;
}

.service__flex__wrapper__before {
  flex: 1;
}

.service__flex__wrapper__after {
  flex: 2;
}
/*# sourceMappingURL=service_corporate.css.map */