@charset "UTF-8";
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
body {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
  background-color: #000000;
}

main {
  overflow: hidden;
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 14.1799217731vw;
  }
}

p {
  line-height: 1.6;
}

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

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}

.p-company-common-inner {
  display: flex;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-company-common-inner {
    padding-bottom: 22.7272727273vw;
  }
}
.p-company-common-sidebar-wrapper {
  margin-right: 30px;
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 1023px) {
  .p-company-common-sidebar-wrapper {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-common-sidebar-wrapper {
    display: none;
  }
}
.p-company-common-contents-wrapper {
  flex-grow: 2;
  width: 100%;
  max-width: 700px;
}

.page-template-page-company {
  background-color: #FFFFFF;
}
.page-template-page-company .c-child-fv {
  background: url(../img/company/fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-template-page-company .c-child-fv {
    margin-bottom: 3.125rem;
  }
}

.p-company {
  padding-bottom: 20.5rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-bottom: 4.9375rem;
  }
}
.p-company-list {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  row-gap: 26px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-company-list {
    row-gap: 28px;
  }
}
.p-company-list__item {
  width: 50%;
  padding: 0 16px;
  color: #000000;
  max-height: 117px;
}
@media screen and (max-width: 767px) {
  .p-company-list__item {
    width: 100%;
    max-height: unset;
  }
}
.p-company-list__item a {
  border: 1px solid #000000;
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 1.25rem;
  font-weight: 800;
  color: #000000;
  padding: 2.1875rem 0 3.5625rem 2rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-list__item a {
    font-size: 6.8181818182vw;
    padding: 10.6818181818vw 0 17.5vw 6.8181818182vw;
  }
}
.p-company-list__item a::before, .p-company-list__item a::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 39px;
  right: 32px;
  display: block;
}
.p-company-list__item a::before {
  width: 64px;
  background-color: #CFCFCF;
}
.p-company-list__item a::after {
  width: 14px;
  max-width: 64px;
  background-color: #000000;
}
.p-company-list__item a:hover {
  background-color: #000000;
  color: #FFFFFF;
  opacity: 1;
}
.p-company-list__item a:hover::before {
  opacity: 0.3;
}
.p-company-list__item a:hover::after {
  background-color: #FFFFFF;
  animation: an-content-index-line 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

@keyframes an-content-index-line {
  0%, 50% {
    width: 100%;
  }
  100% {
    width: 14px;
  }
}
.top-message {
  background-color: #FFFFFF;
}

.p-top-message {
  color: #3F3F3F;
}
.p-top-message-fv {
  background: linear-gradient(to bottom, #000000, #292929);
}
@media screen and (max-width: 767px) {
  .p-top-message-fv {
    background: url(../img/company/top-message/fv-sp.jpg) no-repeat center center/cover;
  }
}
.p-top-message-fv .l-container970 {
  position: relative;
  padding-top: 238px;
  padding-bottom: 58px;
}
@media screen and (max-width: 1023px) {
  .p-top-message-fv .l-container970 {
    padding-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message-fv .l-container970 {
    padding-top: 21.8181818182vw;
    padding-bottom: 22.2727272727vw;
  }
}
.p-top-message-fv .l-container970::before {
  content: "";
  width: 718px;
  height: 583px;
  background: url(../img/company/top-message/fv.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: -224px;
}
@media screen and (max-width: 1279px) {
  .p-top-message-fv .l-container970::before {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-message-fv .l-container970::before {
    width: 470px;
    height: 370px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message-fv .l-container970::before {
    content: none;
  }
}
.p-top-message__title {
  font-size: 3.375rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .p-top-message__title {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message__title {
    color: #000000;
    font-size: 7.2727272727vw;
    margin-bottom: 0;
  }
}
.p-top-message__info {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top-message__info {
    color: #000000;
    font-size: 3.6363636364vw;
    font-weight: 700;
  }
}
.p-top-message__lead {
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__lead {
    margin-bottom: 21.8181818182vw;
  }
}
.p-top-message__catch {
  margin-bottom: 1.25rem;
  font-weight: 800;
  color: #000000;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__catch {
    font-size: 5.9090909091vw;
    line-height: 1.6153846154;
    margin-bottom: 5.2272727273vw;
  }
}
.p-top-message__text {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-message__text {
    font-size: 4.0909090909vw;
    line-height: 1.6666666667;
  }
}
.p-top-message__signature {
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-message__signature {
    font-size: 3.6363636364vw;
  }
}

.access {
  background-color: #FFFFFF;
}

.p-access {
  color: #000000;
}
.p-access__list {
  display: flex;
  row-gap: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-access__list {
    row-gap: 9.5454545455vw;
  }
}
.p-access__item {
  width: 100%;
}
.p-access__title {
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-access__title {
    margin-bottom: 12.2727272727vw;
  }
}
.p-access__sub-title {
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-access__sub-title {
    margin-bottom: 9.5454545455vw;
  }
}
.p-access__item-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-access__item-inner {
    row-gap: 67px;
    justify-content: center;
  }
}
.p-access__item-title {
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-access__item-title {
    margin-bottom: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__table {
    width: 100%;
  }
}
.p-access__table dl {
  display: flex;
}
.p-access__table dl:not(:last-of-type) {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-access__table dl:not(:last-of-type) {
    margin-bottom: 6.8181818182vw;
  }
}
.p-access__table dl:first-of-type dd {
  color: #000000;
}
.p-access__table dt,
.p-access__table dd {
  font-weight: 800;
}
.p-access__table dt {
  font-size: 0.8125rem;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .p-access__table dt {
    font-size: 3.4090909091vw;
    width: 13.6363636364vw;
    line-height: 1.6;
  }
}
.p-access__table dd {
  font-size: 0.75rem;
  width: calc(100% - 70px);
  padding-left: 0.9375rem;
  color: #3F3F3F;
}
@media screen and (max-width: 767px) {
  .p-access__table dd {
    font-size: 3.4090909091vw;
    width: calc(100% - 13.6363636364vw);
    padding-left: 16.8181818182vw;
    line-height: 1.6;
  }
}
.p-access-cta-wrapper {
  font-size: 0.75rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-access-cta-wrapper {
    font-size: 3.4090909091vw;
  }
}
.p-access-cta-wrapper a {
  text-decoration: underline;
  display: block;
}
.p-access-cta-wrapper span {
  display: block;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-access-cta-wrapper span {
    margin-top: 2.2727272727vw;
  }
}
.p-access-cta__link {
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-access-cta__link {
    text-align: center;
  }
}
.p-access-cta__button {
  width: 153px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-access-cta__button {
    width: 40.9090909091vw;
    margin-top: 5.2272727273vw;
  }
}
.p-access-cta__button a {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  display: block;
  padding: 1rem 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-access-cta__button a {
    padding: 4.5454545455vw 0;
  }
}

.overview {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .overview .l-container970 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-overview__title {
    margin: 0 6.8181818182vw;
  }
}
.p-overview-wrapper {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-overview-wrapper {
    margin-top: 12.0454545455vw;
  }
}
.p-overview-wrapper dl {
  display: flex;
  padding: 2.1875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-overview-wrapper dl {
    padding: 0;
    flex-wrap: wrap;
  }
}
.p-overview-wrapper dl:nth-of-type(odd) {
  background-color: #F9FAFC;
}
@media screen and (max-width: 767px) {
  .p-overview-wrapper dl:nth-of-type(odd) {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .p-overview-wrapper dl:not(:last-of-type) {
    margin-bottom: 7.5vw;
  }
}
.p-overview-wrapper dt,
.p-overview-wrapper dd {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-overview-wrapper dt,
  .p-overview-wrapper dd {
    font-size: 3.6363636364vw;
  }
}
.p-overview-wrapper dt {
  width: 70px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-overview-wrapper dt {
    width: 27.2727272727vw;
    padding: 6.8181818182vw 0;
    text-align: center;
    background-color: #F9FAFC;
    margin-bottom: 4.3181818182vw;
  }
}
.p-overview-wrapper dd {
  width: calc(100% - 70px);
  font-weight: 800;
  padding-left: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-overview-wrapper dd {
    width: 100%;
    padding-left: 6.5909090909vw;
  }
}
.p-overview__dl-company-name dt, .p-overview__dl-established dt {
  letter-spacing: 1.1em;
}
.p-overview__dl-address dd {
  line-height: 2;
}
.p-overview__dl-capital dt, .p-overview__dl-employees dt {
  letter-spacing: 0.06em;
}
.p-overview__dd-text-small {
  font-size: 0.6875rem;
}

.story,
.story-2 {
  background-color: #FFFFFF;
}

.p-story {
  color: #000000;
}
.p-story__inner {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-story__inner {
    margin-top: 22.2222222222vw;
  }
}
.p-story__heading {
  text-align: center;
  margin-bottom: 6.875rem;
}
.p-story__heading--en {
  color: #C20000;
  font-weight: 700;
  display: block;
}
.p-story__heading--ja {
  font-size: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-story__heading--ja {
    font-size: 6.6666666667vw;
  }
}
.p-story__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 150px;
}
@media screen and (max-width: 767px) {
  .p-story__list {
    row-gap: 22.2222222222vw;
  }
}
.p-story__item {
  width: 100%;
}
.p-story__item:nth-of-type(even) .p-story-title-wrapper {
  margin-left: auto;
}
.p-story-title-wrapper {
  width: fit-content;
}
.p-story__num {
  font-weight: 700;
  margin-bottom: 0.3125rem;
  display: block;
}
.p-story__lead {
  font-size: 1.875rem;
  font-weight: 900;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-story__lead {
    font-size: 5.7777777778vw;
  }
}
.p-story__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  line-height: 2;
}/*# sourceMappingURL=company.css.map */