@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #000000;
  background: #FFFFFF;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.555;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}
a:hover {
  opacity: 0.7;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

[type=text],
[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  color: inherit;
  font-family: inherit;
  width: 100%;
}

@media (max-width:480px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .is-sp {
    display: none;
  }
}
.line {
  display: inline-block;
}

.inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.util_title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5rem;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) and (max-width: 959px) {
  .util_title {
    font-size: 3.3333vw;
    margin-bottom: 5.20833vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .util_title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width:480px) {
  .util_title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.m-t100 {
  margin-top: 10rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  .m-t100 {
    margin-top: 10.41666vw;
  }
}

.m-b100 {
  margin-bottom: 10rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  .m-b100 {
    margin-bottom: 10.41666vw;
  }
}

.m-tb100 {
  margin: 10rem auto;
}
@media (min-width: 768px) and (max-width: 959px) {
  .m-tb100 {
    margin: 10.41666vw auto;
  }
}

.padding-lr {
  padding: 0px 2rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  .padding-lr {
    padding: 0 2.08333vw;
  }
}

.padding-tb {
  padding: 2rem 0;
}
@media (min-width: 768px) and (max-width: 959px) {
  .padding-tb {
    padding: 2.08333vw 0;
  }
}

.pt-30 {
  padding-top: 3rem;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 959px) {
  .pt-30 {
    padding-top: 3.125vw;
  }
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  will-change: transform, animation, position;
  font-family: "Open Sans", sans-serif;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #01392E;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  #splash-logo {
    font-size: 3.125vw;
  }
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  will-change: transform, animation, position;
  display: block;
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-300%) skewX(-45deg);
          transform: translateX(-300%) skewX(-45deg);
  background-color: #01392E;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-300%) skewX(-45deg);
            transform: translateX(-300%) skewX(-45deg);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(500%) skewX(-45deg);
            transform: translateX(500%) skewX(-45deg);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-300%) skewX(-45deg);
            transform: translateX(-300%) skewX(-45deg);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(500%) skewX(-45deg);
            transform: translateX(500%) skewX(-45deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  will-change: transform, animation, position;
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper {
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.title {
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: fixed;
}

.header {
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  .header {
    margin-bottom: 4.167vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header {
    margin-bottom: 10rem;
  }
}
@media (max-width:480px) {
  .header {
    margin-bottom: 10rem;
  }
}

.header-visual img {
  width: 100%;
  height: auto;
}

.main-text {
  line-height: 2;
  display: block;
}
@media (min-width: 768px) and (max-width: 959px) {
  .main-text {
    font-size: 1.6666vw;
  }
}

.main-text-em {
  font-size: 3rem;
  font-weight: 700;
  margin: 4rem 0;
  display: inline-block;
  line-height: normal;
  background: #01392E;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 959px) {
  .main-text-em {
    font-size: 3.125vw;
    margin: 4.167vw 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .main-text-em {
    font-size: 2.4rem;
  }
}
@media (max-width:480px) {
  .main-text-em {
    font-size: 2.4rem;
  }
}

.main-text-mb {
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  .main-text-mb {
    margin-bottom: 2.083vw;
  }
}

.attention {
  text-align: center;
}

.attention-list {
  text-align: left;
  display: inline-block;
}
.attention-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  .attention-list li:not(:last-child) {
    margin-bottom: 0.521vw;
  }
}

.attention-list-item {
  color: #FF0000;
  font-size: 1.2rem;
}
@media (min-width: 481px) and (max-width: 767px) {
  .attention-list-item {
    font-size: 1.4rem;
  }
}
@media (max-width:480px) {
  .attention-list-item {
    font-size: 1.4rem;
  }
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.brand-visual {
  width: 25%;
}
@media (min-width: 481px) and (max-width: 767px) {
  .brand-visual {
    width: 33.3333333333%;
  }
}
@media (max-width:480px) {
  .brand-visual {
    width: 50%;
  }
}

.brand-link {
  display: block;
}

.brand-logo {
  width: 100%;
}

.brand-logo-item {
  height: 10rem;
  display: block;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 959px) {
  .brand-logo-item {
    height: 10.4166vw;
  }
}

.brand-logo-aba,
.brand-logo-abahousegray {
  width: 62%;
}

.brand-logo-bani {
  width: 75%;
}

.brand-logo-5351 {
  width: 48%;
}

.brand-logo-dw {
  width: 60%;
}

.brand-logo-atsceltaselectm {
  width: 80%;
}

.brand-logo-speakfor {
  width: 50%;
}

.brand-logo-rouge {
  width: 45%;
}

.brand-logo-qualite,
.brand-logo-nomine {
  width: 46%;
}

.brand-logo-designworks,
.brand-logo-laroute {
  width: 60%;
}

.brand-logo-grappe {
  width: 56%;
}

.brand-logo-piche,
.brand-logo-lowell {
  width: 38%;
}

.brand-logo-collex {
  width: 40%;
}

.brand-logo-mavie {
  width: 41%;
}

.brand-logo-storebyc {
  width: 90%;
}

.brand-logo-atsecltaselect {
  width: 80%;
}

.info-title {
  margin-bottom: 0;
}

.info-title-sub {
  margin: 2rem 0;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 959px) {
  .info-title-sub {
    margin: 2.083vw 0;
    font-size: 1.458vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .info-title-sub {
    font-size: 1.6rem;
  }
}
@media (max-width:480px) {
  .info-title-sub {
    font-size: 1.6rem;
  }
}

.info-list {
  text-align: center;
}

.info-list-order {
  font-size: 1.2rem;
  display: inline-block;
  text-align: left;
}
.info-list-order li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  .info-list-order li:not(:last-child) {
    margin-bottom: 0.521vw;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .info-list-order {
    font-size: 1.25vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .info-list-order {
    font-size: 1.4rem;
  }
}
@media (max-width:480px) {
  .info-list-order {
    font-size: 1.4rem;
  }
}

.info-list-item {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.info-list-item::before {
  content: "・";
}

.footer-link {
  width: 25%;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  .footer-link {
    width: 35%;
  }
}
@media (max-width:480px) {
  .footer-link {
    width: 35%;
  }
}

.top-image {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .top-image {
    margin-bottom: 10.41666vw;
  }
}