@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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 {
  min-width: 0;
  padding: 0;
  margin: 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 {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.aboutus__bottom::before, .aboutus__bottom--en::before, .aboutus__top::before {
  display: block;
  position: absolute;
  left: 0;
  width: 100vw;
  height: 141px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url(/aboutus/img/aboutus-haze_pc.png);
  background-size: 1920px 141px;
  background-repeat: repeat-x;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 768px) {
  .aboutus__bottom::before, .aboutus__bottom--en::before, .aboutus__top::before {
    height: 23.33334vw;
    background-image: url(/aboutus/img/aboutus-haze_sp.png);
    background-size: 23.33334vw 100%;
  }
}

.aboutus__bottom::after, .aboutus__bottom--en::after, .aboutus__top::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-repeat: no-repeat;
  background-position: top;
  z-index: -2;
  content: "";
}
@media screen and (max-width: 768px) {
  .aboutus__bottom::after, .aboutus__bottom--en::after, .aboutus__top::after {
    height: 113%;
  }
}
@media screen and (min-width: 1921px) {
  .aboutus__bottom::after, .aboutus__bottom--en::after, .aboutus__top::after {
    background-position: center;
  }
}

.aboutus__title {
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .aboutus__title {
    font-size: 6vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__title {
    font-size: 9.6vw;
    line-height: 1.4166666667;
    margin-bottom: 8vw;
  }
}
.aboutus__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .aboutus__text {
    font-size: 1.33334vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__text {
    font-size: 3.466665vw;
    line-height: 2;
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
.aboutus__logo {
  position: relative;
  max-width: 790px;
  width: 100%;
  margin-top: -70px;
  margin-bottom: -45px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .aboutus__logo {
    max-width: 65.83333vw;
    margin-top: -5.833334vw;
    margin-bottom: -3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__logo {
    max-width: 90.13333vw;
    margin-top: -6.53333vw;
    margin-bottom: -6.53333vw;
  }
}
.aboutus__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.aboutus__subtitle {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .aboutus__subtitle {
    font-size: 4vw;
    margin-bottom: 2.0833332vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__subtitle {
    font-size: 6.13333vw;
    line-height: 1.4347826087;
    margin-bottom: 6.66667vw;
  }
}
.aboutus__top {
  position: relative;
  padding-top: 305px;
  padding-bottom: 240px;
}
@media screen and (max-width: 1200px) {
  .aboutus__top {
    padding-top: 25.4166665vw;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__top {
    padding-top: 28vw;
    padding-bottom: 29.33333vw;
  }
}
.aboutus__top::before {
  top: 0;
  background-position: left -30px;
}
@media screen and (max-width: 768px) {
  .aboutus__top::before {
    top: -5.33334vw;
    background-position: left top;
  }
}
@media screen and (min-width: 1921px) {
  .aboutus__top::before {
    background-position: left top;
  }
}
.aboutus__top::after {
  top: 0;
  background-image: url(/aboutus/img/aboutus-top-bg_pc.jpg);
  background-size: 1920px 815px;
}
@media screen and (max-width: 1200px) {
  .aboutus__top::after {
    background-size: 160vw 67.9166667vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__top::after {
    height: 150.93334vw;
    background-image: url(/aboutus/img/aboutus-top-bg_sp.jpg);
    background-size: 100% 150.6666vw;
  }
}
@media screen and (min-width: 1921px) {
  .aboutus__top::after {
    background-size: 100% 42.4479166667vw;
  }
}
.aboutus__bottom, .aboutus__bottom--en {
  position: relative;
  padding-top: 210px;
  padding-bottom: 265px;
}
@media screen and (max-width: 1200px) {
  .aboutus__bottom, .aboutus__bottom--en {
    padding-top: 17.5vw;
    padding-bottom: 22.083333vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__bottom, .aboutus__bottom--en {
    padding-top: 25.33335vw;
    padding-bottom: 25.33335vw;
  }
}
.aboutus__bottom::before, .aboutus__bottom--en::before {
  bottom: -120px;
  background-image: url(/aboutus/img/aboutus-haze-bottom_pc.png);
  background-size: 1920px 164px;
  background-position: left bottom;
}
@media screen and (max-width: 1200px) {
  .aboutus__bottom::before, .aboutus__bottom--en::before {
    bottom: -10vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__bottom::before, .aboutus__bottom--en::before {
    bottom: -70px;
    height: 18.9333vw;
    background-image: url(/aboutus/img/aboutus-haze-bottom_sp.png);
    background-size: 18.9333vw 100%;
  }
}
.aboutus__bottom::after, .aboutus__bottom--en::after {
  bottom: -120px;
  left: 0;
  height: 893px;
  background-image: url(/aboutus/img/aboutus-bottom-bg_pc.jpg);
  background-size: 1920px 893px;
}
@media screen and (max-width: 1200px) {
  .aboutus__bottom::after, .aboutus__bottom--en::after {
    bottom: -10vw;
    height: 74.416666vw;
    background-size: 160vw 74.416666vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__bottom::after, .aboutus__bottom--en::after {
    bottom: -11%;
    height: 170.4vw;
    background-image: url(/aboutus/img/aboutus-bottom-bg_sp.jpg);
    background-size: 100% 170.4vw;
  }
}
@media screen and (min-width: 1921px) {
  .aboutus__bottom::after, .aboutus__bottom--en::after {
    background-size: 100% 46.5104166665vw;
  }
}
.aboutus__bottom--en::after {
  bottom: -100px;
  height: 938px;
  background-image: url(/aboutus/img/aboutus-bottom-en-bg_pc.jpg);
  background-size: 1920px 938px;
}
@media screen and (max-width: 1200px) {
  .aboutus__bottom--en::after {
    bottom: -8.33333vw;
    height: 78.16666vw;
    background-size: 160vw 78.16666vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutus__bottom--en::after {
    bottom: -8.5%;
    height: 188.53333vw;
    background-image: url(/aboutus/img/aboutus-bottom-en-bg_sp.jpg);
    background-size: 100% 188.53333vw;
  }
}
@media screen and (min-width: 1921px) {
  .aboutus__bottom--en::after {
    background-size: 100% 48.854166665vw;
  }
}

html body.body-aboutus .main .content__wrapper {
  background: none;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  html body.body-aboutus .main .content__wrapper__inner {
    width: 91.6666vw;
  }
}
@media screen and (max-width: 768px) {
  html body.body-aboutus .main .content__wrapper__inner {
    width: 90.13333vw;
  }
}

html body.body-aboutus .main .content-left-top,
html body.body-aboutus .main .content__wrapper .right-center-img,
html body.body-aboutus .main .content__wrapper .left-center-img {
  display: none;
}

html body.body-aboutus .breadcrumbs {
  margin-bottom: 4.6875vw;
}
@media screen and (max-width: 768px) {
  html body.body-aboutus .breadcrumbs {
    margin-bottom: 30px;
  }
}

html body.body-aboutus .main .bg-area {
  background-color: #fff;
}

html body.body-aboutus .bg-area__note {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  html body.body-aboutus .bg-area__note {
    padding-top: 2.66667vw;
    padding-right: 2vw;
  }
}
html body.body-aboutus .bg-area__note-text {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 768px) {
  html body.body-aboutus .bg-area__note-text {
    font-size: 2.66667vw;
  }
}