@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: clip;
}

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

/* ------ 旧62.5%のscss ----- */
.inner {
  z-index: 5;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: min(40px, 10vw);
  padding-left: min(40px, 10vw);
}

header {
  padding: min(40px, 10vw);
}

.header__logo {
  max-width: 400px;
}

.company {
  margin-top: min(40px, 10vw);
  padding-bottom: min(80px, 20vw);
}

.company__item {
  display: grid;
  padding: 15px 0;
  gap: 1px;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

.company__label {
  color: #888888;
}

.company__value .pc {
  display: none;
}

.u-desktop {
  display: none;
}

@media (600px <= width) {
  .company__item {
    grid-template-columns: 1fr 61.320754717%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 0;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .inner {
    padding-right: min(55px, 4.296875vw);
    padding-left: min(55px, 4.296875vw);
  }
  .inner__mini {
    max-width: 1040px;
  }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100vh;
  }
  main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header {
    padding: 40px;
  }
  .header__logo {
    max-width: 480px;
  }
  .company {
    margin-top: auto;
    padding-bottom: min(40px, 10vw);
  }
  .company__items {
    max-width: 636px;
    margin-left: auto;
    border-top: 1px solid #DDDDDD;
  }
  .company__value .pc {
    display: inline-block;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}
/*# sourceMappingURL=map/styles.css.map */