@charset "UTF-8";
/*----------------------------------------------------------------
1. Common
----------------------------------------------------------------*/
html {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 600;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #111;
  -webkit-font-smoothing: antialiased;
}
body#company {
  background-color: black;
}

a {
  color: #484848;
}
a img {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #7797a5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover img {
  border: 0;
  opacity: 0.8;
}

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

.heading {
  color: #369ee2;
}

.table {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.table div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 2;
}
.table div.row .caption {
  -ms-flex-preferred-size: 9rem;
      flex-basis: 9rem;
}
.table div.row:last-child {
  border: 0;
}
.table.slim-label div.row {
  padding-left: 25%;
}
.table.slim-label div.row u {
  width: 20%;
}

.fieldlist {
  font-size: 0.9rem;
  border-top: 1px solid #444;
  padding: 100px 0;
}
.fieldlist form {
  margin: 0 40px;
}
.fieldlist .field {
  overflow: hidden;
  position: relative;
  padding-left: 240px;
  margin-bottom: 30px;
}
.fieldlist .field b {
  padding: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fieldlist .field span {
  display: block;
  padding: 12px;
}
.fieldlist .field label {
  display: block;
}
.fieldlist .field .wide {
  width: 100%;
  display: block;
}
.fieldlist .field .middle {
  width: 70%;
  display: block;
}
.fieldlist .field input, .fieldlist .field textarea {
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fieldlist .field .inputed {
  background-color: white;
}
.fieldlist .field.required b:after {
  content: "必須";
  color: #50a4be;
  margin-left: 20px;
  display: inline-block;
  font-size: 0.8rem;
}
.fieldlist .buttons {
  padding: 20px 0;
  text-align: center;
}
.fieldlist .buttons form {
  display: inline-block;
}
.fieldlist .buttons input {
  display: inline-block;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 15px 40px;
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
}
.fieldlist .buttons input.back {
  background-color: white;
}
.fieldlist .error em {
  font-size: 0.8rem;
  font-style: normal;
  color: #50a4be;
}
.fieldlist .errors {
  text-align: left;
  color: red;
  display: none;
}
.fieldlist .errors em {
  font-style: normal;
}
.fieldlist .errors p {
  margin: 0;
}
.fieldlist .errors ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.fieldlist .errors ul li {
  display: inline-block;
  padding-left: 20px;
  margin-left: 0;
  color: #333;
  background-image: url(../images/menu-close-bk.png);
  background-size: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.fieldlist .errors ul li em {
  font-style: normal;
}
.fieldlist .notice {
  font-style: normal;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.fieldlist.confirm .field {
  margin-bottom: 0;
}

/*----------------------------------------------------------------
2. Header
----------------------------------------------------------------*/
.global-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.global-header .menubox {
  width: 100%;
  max-width: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-header .menubox.black-text-menu a {
  color: black;
}
.global-header .menubox.black-text-menu h1 {
  background-image: url(../images/logo-bk.png);
}
.global-header .menubox.fixed {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.global-header .menubox.fixed a {
  color: #ddd;
}
.global-header .menubox.fixed h1 {
  opacity: 0;
  visibility: hidden;
  background-image: url(../images/logo-gr.png);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-header .menubox.fixed .menu_btn span {
  background: black;
}
.global-header .menubox h1 {
  display: block;
  margin: 10px 0;
  padding: 0;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 270px;
  height: 50px;
  overflow: hidden;
  text-indent: -1000px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.global-header .menubox h1 a {
  display: block;
}
.global-header a {
  color: white;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.global-header a:hover {
  color: #7797a5;
}
.global-header .menu_btn {
  display: none;
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 30px;
  height: 24px;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-top: 5px;
}
.global-header .menu_btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.global-header .menu_btn span:nth-of-type(1) {
  top: 0;
}
.global-header .menu_btn span:nth-of-type(2) {
  top: 11px;
}
.global-header .menu_btn span:nth-of-type(3) {
  bottom: 0;
}
.global-header .menu_btn.open span {
  background-color: black;
}
.global-header .menu_btn.open span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(45deg);
          transform: translateY(14px) rotate(45deg);
}
.global-header .menu_btn.open span:nth-of-type(2) {
  opacity: 0;
}
.global-header .menu_btn.open span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
.global-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  font-size: 1rem;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.global-header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.global-header nav ul.sns {
  display: none;
}
.global-header nav ul li:last-child {
  margin-right: 0;
}
.global-header nav ul li a {
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----------------------------------------------------------------
3. Aside
----------------------------------------------------------------*/
aside {
  height: 80vh;
  height: 80svh;
  min-height: 800px;
  /* indivisual setting */
  /* default setting */
  /* home */
  /* company */
}
aside.noimage {
  height: 200px;
  min-height: 200px;
}
aside.home {
  height: 180vh;
  height: 80svh;
}
aside.home #visual {
  height: 80vh;
  height: 80svh;
  background-image: url(../images/bg-tokyo.jpg?v1);
  /* blue coloring */
}
aside.home #visual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(160, 235, 253, 0.4);
  mix-blend-mode: multiply;
}
aside.company {
  height: 1250px;
  height: 1250px;
}
aside.company #visual {
  height: 1250px;
  height: 1250px;
  background-image: url(../images/bg-street.jpg?v2);
  background-position: center bottom;
  opacity: 0.8;
}
aside #visual {
  margin-bottom: 40px;
  height: 80vh;
  height: 80svh;
  min-height: 800px;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  position: fixed;
  width: 100%;
  z-index: -1;
}
aside #visual h1 {
  left: 5%;
  top: 25%;
  position: absolute;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 742x;
  height: 120px;
  overflow: hidden;
  text-indent: -1000px;
  margin-bottom: 20px;
}
aside #introduce {
  max-width: none;
  margin: 0 40px;
  padding-top: 170px;
}
aside #introduce p {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  text-align: left;
  color: white;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
aside #introduce p em {
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
}
aside #profile {
  max-width: none;
  margin: 0;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
aside #profile::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url(../images/profile-side1.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 360px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  opacity: 0.5;
}
aside #profile::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url(../images/profile-side2.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 360px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  opacity: 0.5;
}
aside #profile .container {
  margin: 0 auto;
  padding: 70px 0;
  max-width: 750px;
  width: 70%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
aside #profile .container .heading {
  text-align: center;
  margin: 0;
  margin-bottom: 4rem;
  color: white;
}
aside #profile .container .table {
  gap: 0;
  font-size: 0.9rem;
  font-weight: 500;
  width: 60%;
  color: white;
}
aside #profile .container .table div.row {
  border-bottom: 1px solid white;
  padding: 1rem 0;
}
aside #profile .container .table div.row u {
  width: 25%;
}

/*----------------------------------------------------------------
4. Side Navigation
----------------------------------------------------------------*/
/*----------------------------------------------------------------
5. Main Contents
----------------------------------------------------------------*/
div.shade {
  display: none;
}
div.shade.open {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}

main {
  display: block;
  margin: 0;
  padding: 0;
  background-color: white;
  width: 100%;
}
main .container {
  margin: 0 auto;
  max-width: 1240px;
}
main #news {
  margin-bottom: 90px;
  padding-top: 70px;
}
main #news .heading {
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
main #news ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
main #news ul li {
  border-bottom: 1px solid #4cafe7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.4rem 20px;
  color: #22adec;
}
main #news ul li:first-child {
  border-top: 1px solid #4cafe7;
}
main #news ul li a {
  color: #22adec;
  text-decoration: none;
}
main #news ul li a:hover {
  text-decoration: underline;
}
main #news ul li a[target=_blank].outlink::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color: #22adec;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}
main #news ul li time {
  color: #999;
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 1;
}
main #news ul li p {
  margin: 0;
}
main #brand {
  margin-bottom: 60px;
  overflow: hidden;
}
main #brand .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
main #brand .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: sticky;
  top: 90px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
main #brand .heading_container .heading {
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.4;
}
main #brand .heading_container .heading + p {
  color: #999;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 0.9rem;
}
main #brand .brandlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
main #brand .brandlist article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 410px;
      flex-basis: 410px;
}
main #brand .brandlist article .tags {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: normal;
  color: #b5b6b6;
  font-size: 0.75rem;
  width: 1.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 1.5rem 0 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main #brand .brandlist article .sub {
  height: 1.5rem;
  font-size: 0.8;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
main #brand .brandlist article figure {
  margin: 0;
  padding: 0;
}
main #brand .brandlist article figure img {
  display: block;
  width: 100%;
}
main #brand .brandlist article .name {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-top: 10px;
  height: 50px;
  margin-bottom: 1.5rem;
  line-height: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main #brand .brandlist article .name.furusato::after {
  width: auto;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  content: "";
  display: block;
  background-image: url(../images/label-furusato.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
main #brand .brandlist article .caption {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
main #brand .brandlist article p {
  font-weight: 500;
  font-size: 0.9rem;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 2;
}
main #brand .brandlist article a {
  color: black;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-decoration-thickness: 1px;
}
main #brand .brandlist article a::after {
  content: "";
  background-color: #333;
  bottom: -4px;
  height: 0.5px;
  right: 0;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: width 0s;
  transition: width 0s;
  width: 100%;
}
main #brand .brandlist article a:hover::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  width: 0;
}
main #brandslider {
  padding-bottom: 40px;
  position: relative;
}
main #brandslider .adjuster {
  position: relative;
  width: calc(50% + 620px);
  margin-left: calc(50% - 620px);
}
main #brandslider .adjuster .splide__track::before {
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  width: 130px;
  background-image: url(../images/label.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 130px;
  z-index: 100;
  left: 20px;
  top: 25px;
}
main #brandslider .splide__slide {
  margin-bottom: 0;
}
main #brandslider .splide__slide img {
  height: 100%;
  width: auto;
}
main #brandslider .message {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.3;
  padding-top: 40px;
  padding-left: 40px;
}
main #brandslider .message p {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}
main #community {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.3;
}
main #community .aim {
  background-color: #369ee2;
  color: white;
  font-weight: 500;
  line-height: 2.3;
  padding: 30px 0;
  font-weight: 500;
}
main #community .aim .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 2rem 0;
}
main #community .aim .heading {
  margin: 0;
  color: white;
  font-size: 4.5rem;
  line-height: 1;
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main #community .aim .heading img {
  width: 100%;
}
main #community .aim p {
  margin: 0;
  padding: 0;
}
main #meaning {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
}
main #meaning img {
  height: 100%;
}
main #works {
  background-color: #edeeee;
  border-bottom: 3px solid #00adee;
}
main #works .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
main #works .data {
  padding: 3rem 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
main #works .heading {
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 6rem;
  color: #7dc3e8;
  line-height: 1;
}
main #works .heading img {
  height: 350px;
}
main #works .domain {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 5px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-left: 0.3rem;
  width: 100%;
}
main #works .segment {
  color: #00adee;
  width: 100%;
}
main #works .segment .caption {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
main #works .segment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9rem;
  padding-left: 0.3rem;
}
main #works .segment ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
}
main #works .segment ul li span {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main #works .segment ul li p {
  margin: 0;
}
main #contactform .container {
  max-width: 950px;
  font-weight: 500;
}
main #contactform .intro p {
  text-align: left;
}

/*----------------------------------------------------------------
6. Footer
----------------------------------------------------------------*/
footer {
  display: block;
  padding: 30px 20px 0 20px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer section {
  overflow: hidden;
  max-width: 1100px;
  margin: 60px auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
footer section strong {
  font-size: 1rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}
footer section article {
  display: block;
  line-height: 2;
  position: relative;
  font-size: 0.8rem;
}
footer section article:nth-child(1) {
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
footer section article:nth-child(1) ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-right: 0px;
}
footer section article:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
footer section article:nth-child(2) .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 140px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
footer section article:nth-child(2) .column p {
  margin: 0;
}
footer section article ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
footer section article ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  letter-spacing: 1px;
}
footer section article ul li a {
  text-decoration: none;
  display: inline-block;
}
footer section article p {
  margin: 0;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
footer small.copyright {
  display: block;
  text-align: right;
  color: #888;
  font-size: 9px;
  padding-bottom: 10px;
  letter-spacing: 0.1rem;
}

/*----------------------------------------------------------------
7. SMP
----------------------------------------------------------------*/
@media screen and (max-width: 736px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  body {
    font-size: 0.8rem;
  }
  .table {
    width: 80%;
    gap: 15px;
    font-size: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    line-height: 2;
  }
  .table div.row .caption {
    -ms-flex-preferred-size: 8rem;
        flex-basis: 8rem;
  }
  .table div.row:last-child {
    border: 0;
  }
  .table.slim-label div.row {
    padding-left: 25%;
  }
  .table.slim-label div.row u {
    width: 20%;
  }
  .fieldlist {
    padding: 30px 0;
  }
  .fieldlist form {
    margin: 0;
  }
  .fieldlist .field {
    padding: 0;
    margin-bottom: 15px;
  }
  .fieldlist .field b {
    display: block;
    position: static;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .fieldlist .field span {
    margin-bottom: 10px;
  }
  .fieldlist .field label {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fieldlist .field .wide {
    width: 100%;
  }
  .fieldlist .field .middle {
    width: 100%;
  }
  .fieldlist .field input, .fieldlist .field textarea {
    background-color: #efefef;
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fieldlist .field .inputed {
    background-color: white;
  }
  .fieldlist .field.required b:after {
    margin-left: 10px;
  }
  .fieldlist .buttons {
    padding: 20px 0;
    text-align: center;
  }
  .fieldlist .buttons form {
    display: inline-block;
  }
  .fieldlist .buttons input {
    background-color: #efefef;
  }
  .fieldlist .buttons input.back {
    background-color: white;
  }
  .fieldlist .error em {
    font-size: 11px;
    font-style: normal;
    color: #50a4be;
  }
  .fieldlist .errors em {
    font-style: normal;
  }
  .fieldlist .errors p {
    margin: 0;
  }
  .fieldlist .errors ul {
    text-align: left;
  }
  .fieldlist .errors ul li {
    display: inline-block;
    padding-left: 20px;
    margin-left: 0;
    color: #333;
    background-image: url(../images/menu-close-bk.png);
    background-size: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .fieldlist .notice {
    font-style: normal;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .fieldlist.confirm .field {
    border: 0;
  }
  .global-header {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
  }
  .global-header .menu_btn {
    display: block;
    z-index: 100;
    margin: 0;
  }
  .global-header .menu_btn.open + nav {
    right: 0;
  }
  .global-header .menubox {
    height: 55px;
    padding: 0 20px 0 15px;
    overflow: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global-header .menubox.black-text-menu .menu_btn span {
    background: black;
  }
  .global-header .menubox.black-text-menu .menu_btn.open span {
    background-color: black;
  }
  .global-header .menubox.fixed a {
    color: black;
  }
  .global-header .menubox.fixed h1 {
    opacity: 0;
    visibility: hidden;
  }
  .global-header .menubox a {
    color: black;
  }
  .global-header .menubox h1 {
    width: 175px;
    height: 36px;
    margin: 0;
  }
  .global-header .menubox h1 a {
    display: block;
    height: 100%;
  }
  .global-header nav {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -45%;
    bottom: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 45%;
    height: 100vh;
    background-color: white;
    position: fixed;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .global-header nav ul {
    margin: 70px 20px 20px 20px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    gap: 20px;
  }
  .global-header nav ul li {
    margin: 0;
    width: 100%;
  }
  .global-header nav ul li a {
    letter-spacing: 1px;
    display: block;
    font-size: 1rem;
    color: #484848;
    text-decoration: none;
    padding: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* Visual */
  aside {
    /* indivisual setting */
    /* introduce */
    /* company */
  }
  aside.noimage {
    height: 100px;
  }
  aside.home {
    height: 100vh;
    height: 100svh;
    padding-bottom: 80px;
  }
  aside.home #visual {
    height: 100vh;
    height: 100svh;
    background-image: url(../images/bg-tokyo-sp.jpg?v1);
    /* blue coloring */
  }
  aside.home #visual::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(160, 235, 253, 0.4);
    mix-blend-mode: multiply;
  }
  aside.company {
    height: auto;
    height: auto;
    padding-bottom: 80px;
  }
  aside.company #visual {
    height: 100vh;
    height: 100svh;
    background-image: url(../images/bg-street.jpg?v2);
    background-position: center bottom;
  }
  aside #introduce {
    max-width: none;
    margin: 0 20px;
    padding-top: 100px;
  }
  aside #introduce p {
    font-size: 0.77rem;
    margin-bottom: auto;
  }
  aside #introduce p em {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 20px;
  }
  aside #profile {
    max-width: none;
    margin: 0;
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  aside #profile::before {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: 260px;
  }
  aside #profile::after {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: 260px;
  }
  aside #profile .container {
    margin: 0;
    padding: 20px 0;
    max-width: 1000px;
    width: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  aside #profile .container .heading {
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  aside #profile .container .table {
    font-size: 0.8rem;
    width: auto;
    margin: 0 20px;
  }
  aside #profile .container .table div.row u {
    width: 25%;
  }
  main {
    padding: 0;
    padding: 0;
    margin-bottom: 0;
  }
  main #news {
    margin-bottom: 50px;
    padding-top: 35px;
  }
  main #news .container {
    margin: 0 20px;
  }
  main #news .heading {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
  }
  main #news ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
  }
  main #news ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.3rem 0;
  }
  main #news ul li time {
    color: #999;
    line-height: 1.5;
    -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
  }
  main #news ul li p {
    line-height: 1.5;
  }
  main #brand {
    margin: 0 10px;
    margin-bottom: 30px;
  }
  main #brand .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  main #brand .heading_container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    top: 75px;
  }
  main #brand .heading_container .heading {
    margin: 0;
    line-height: 1.3;
    font-size: 1.5rem;
  }
  main #brand .heading_container .heading + p {
    font-size: 0.7rem;
  }
  main #brand .brandlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #brand .brandlist article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  main #brand .brandlist article .tags {
    font-size: 0.5rem;
    width: 0.8rem;
    padding: 1rem 0 0;
    gap: 10px;
  }
  main #brand .brandlist article .sub {
    height: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  main #brand .brandlist article figure {
    margin: 0;
    padding: 0;
  }
  main #brand .brandlist article figure img {
    display: block;
    width: 100%;
  }
  main #brand .brandlist article .name {
    font-size: 1.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin-bottom: 1.5rem;
    height: 30px;
    gap: 10px;
  }
  main #brand .brandlist article .name a {
    text-decoration-thickness: 1px;
  }
  main #brand .brandlist article .name a::after {
    content: "";
    height: 1px;
  }
  main #brand .brandlist article .caption {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  main #brand .brandlist article p {
    margin: 0;
    text-align: justify;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 0.8rem;
  }
  main #brand .brandlist article p br {
    display: none;
  }
  main #brandslider {
    margin-bottom: 0;
  }
  main #brandslider .adjuster {
    margin: 0;
    width: 100%;
  }
  main #brandslider .adjuster .splide__track::before {
    content: "";
    display: block;
    height: 140px;
    position: absolute;
    width: 130px;
    background-image: url(../images/label.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 90px;
    z-index: 100;
    left: 10px;
    bottom: 10px;
  }
  main #brandslider .splide__slide {
    width: 100%;
  }
  main #brandslider .splide__slide img {
    height: auto;
    width: 100%;
  }
  main #brandslider .message {
    text-align: justify;
    padding: 20px;
  }
  main #brandslider .message p {
    font-size: 0.9rem;
    margin: 0;
  }
  main #brandslider .message p br {
    display: none;
  }
  main #community {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2;
  }
  main #community .aim {
    line-height: 2;
  }
  main #community .aim .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 1rem;
    padding: 2rem 1rem;
    text-align: justify;
  }
  main #community .aim .heading {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  main #community .aim .heading img {
    height: 35px;
    width: auto;
    display: block;
  }
  main #community .aim p {
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
  }
  main #meaning {
    height: auto;
    display: block;
    margin: 1.5rem 0;
    text-align: center;
  }
  main #meaning img {
    height: auto;
    height: 25px;
    display: block;
    margin: 0 auto;
  }
  main #works {
    background-color: #e7e7e8;
    border-bottom: 3px solid #00adee;
  }
  main #works .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  main #works .data {
    padding: 1.5rem 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  main #works .heading {
    margin: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 3.5rem;
    color: #61c6ec;
    line-height: 1;
    position: sticky;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    top: 75px;
    margin-left: 10px;
  }
  main #works .heading img {
    height: 250px;
  }
  main #works .domain {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  main #works .segment {
    color: #00adee;
    width: 100%;
  }
  main #works .segment .caption {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  main #works .segment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8rem;
  }
  main #works .segment ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 0.5rem;
    gap: 5px;
  }
  main #works .segment ul li span {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  main #works .segment ul li p {
    margin: 0;
    line-height: 1.5;
  }
  main #contactform .container {
    margin: 0 20px;
  }
  main #contactform .intro {
    font-size: 0.9rem;
  }
  main #contactform .intro p {
    padding: 0;
  }
  main #contactform .intro p br {
    display: none;
  }
  footer {
    padding: 50px 20px 0 20px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 30% top;
    background-size: cover;
  }
  footer section {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  footer section article {
    width: auto;
    font-size: 0.75rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
  }
  footer section article nav ul {
    overflow: hidden;
    margin: 0;
  }
  footer section article nav ul li {
    display: block;
  }
  footer section article:nth-child(2) .column {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer section article:nth-child(2) .column p {
    margin-bottom: 1.5rem;
  }
  footer section p {
    margin: 0;
  }
  footer section strong {
    letter-spacing: 0px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}