@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  --transX-before: 0;
}

html {
  scroll-behavior: smooth;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}

.menu__btn > span {
  background-color: black;
  width: 20px;
  height: 2px;
  display: block;
  margin-bottom: 9px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.menu__btn > span:last-child {
  margin-bottom: 0;
}

.menu-open .menu__btn > span {
  background-color: black;
}

.menu-open .menu__btn > span:nth-child(1) {
  -webkit-transition-delay: 70ms;
          transition-delay: 70ms;
  -webkit-transform: translateY(11px) rotate(135deg);
          transform: translateY(11px) rotate(135deg);
}

.menu-open .menu__btn > span:nth-child(2) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-10px) scaleX(0);
          transform: translateX(-10px) scaleX(0);
}

.menu-open .menu__btn > span:nth-child(3) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
  -webkit-transform: translateY(-11px) rotate(-135deg);
          transform: translateY(-11px) rotate(-135deg);
  width: 20px;
}

.scroll-button {
  display: block;
  background-color: transparent;
  width: 100px;
  height: 200px;
  padding: 10px 0px;
  text-align: center;
  color: #7B7D81;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}

.scroll-button > span {
  font-size: 50px;
  display: block;
  position: relative;
}

.scroll-button > span:last-child::before {
  content: "";
  position: absolute;
  display: block;
  top: 60px;
  left: 50%;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 64px;
  background: #7B7D81;
  -webkit-transition: .3s;
  transition: .3s;
}

.scroll-button > span:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 41px;
  left: 41px;
  margin: auto;
  width: 20px;
  height: 20px;
  border-left: 2px solid #7B7D81;
  border-bottom: 2px solid #7B7D81;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.scroll-button:hover {
  color: #FFEA00;
  text-decoration: none;
}

.scroll-button:hover > span:last-child::before {
  background-color: #FFEA00;
  top: 120px;
  height: 130px;
}

.scroll-button:hover > span:last-child::after {
  border-color: #FFEA00;
  top: 103px;
}

@-webkit-keyframes menuopen-up {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50.1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menuopen-up {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50.1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes menuopen-right {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  50% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  50.1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menuopen-right {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  50% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  50.1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.text__subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #4E4E57;
}

.text__title {
  font-size: 38px;
  font-weight: 600;
  color: #4E4E57;
}

.text__toptext {
  line-height: 2.1rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.text__bisnum {
  font-family: Helvetica;
  position: relative;
  font-size: 65px;
  font-weight: 900;
  color: white;
  text-decoration: underline;
}

.text__bistitlebox {
  text-align: center;
  color: #707070;
  font-family: '源ノ角ゴシック', "Kameron", "Noto Sans JP", sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text__bistitle {
  font-size: 20px;
}

.text__bissubtitle {
  font-size: 15px;
}

.text__bistext {
  line-height: 1.8rem;
  font-weight: 500;
  padding-bottom: 25px;
}
.text__bistext span{
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 1.3rem;
}

.text__bisbox {
  background: #dcefff;
  position: relative;
  z-index: 5;
  border-radius: 10px;
}

.text__bisbox__title {
  border-radius: 10px 10px 0 0;
  font-size: 1.2em;
  background: #5fb3f5;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.text__bisbox__content {
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 10px;
  padding-bottom: 10px;
  margin: 0;
  line-height: 1.7;
}
.sp_br{
 display: none;
}


@media screen and  (max-width:600px){
.text__bisbox__content {
 flex-direction: column;
 padding:15px;
}
.sp_br{
 display: block;
}
}
.text__bisbox__content ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.text__bisbox__content li img{
  max-width: 100%;
  height: auto;
}
.text__bisbox__content h4{
  display: inline-block;
  flex-basis: 100%;
  text-align: center;
  font-size: 1rem;
}
.alliance__content__right{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.alliance__content__right img{
  max-width: 100%;
  height: auto;
}
.alliance__content__right a{
  cursor: pointer;
}
@media screen and  (max-width:1100px){
  .alliance__content__right{
    width: 100%;
    flex-direction: row;
  }
  .alliance__content__right img{
    max-width: 50%;
  }
}
@media screen and (min-width: 400px) {
  .text__bisbox__content__br {
    display: none;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
  color: #4E4E57;
  position: relative;
}

.bebas-rg, .scroll-button > span {
  font-weight: 400;
}

.bebas-mg {
  font-weight: 500;
}

.bebas-bd, .header__menu__company__name {
  font-weight: 600;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.font-sm {
  font-size: 14px;
}

.font-md {
  font-size: 17px;
}

.font-lr {
  font-size: 19px;
}

.font-lg {
  font-size: 25px;
}

.header {
  position: relative;
  height: 80px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.header__contact {
  position: relative;
  margin: 0 auto;
  width: 80%;
  border: solid rgba(0, 0, 0, 0.4) 1px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  font-size: 18px;
  padding: 5px 22px;
  font-weight: 600;
  color: #099edc;
}

.header::after {
  content: "";
  width: 100%;
  top: 0px;
  position: absolute;
  z-index: -5;
}

.header__menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 8% 10px 8%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.header__menu__company {
  text-decoration: none;
  color: black;
}

.header__menu__company__name {
  font-size: 32px;
}

.header__nav__open {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.header__back__line-img {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 375px;
  height: 1000px;
}

.header__back__line-img-376up {
  display: none;
}

.header__back__line-img-769up {
  display: none;
}

.header__back__logo-img {
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  top: 300px;
  left: 12%;
  width: 140%;
  height: 39%;
}

.header__scroll-btn {
  position: absolute;
  z-index: 1;
  top: 640px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__text {
  width: 100%;
  font-size: 67px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 200px;
  left: 5%;
}

.header__text > span {
  display: block;
}

.header__text > span:last-child {
  display: none;
}

.menu-open .header__nav__open {
  visibility: visible;
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 75px;
  z-index: 0;
  -webkit-animation-name: menuopen-right;
          animation-name: menuopen-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.menu-open .header__nav__open__menu__box {
  list-style: none;
}

.menu-open .header__nav__open__menu__list_content {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.menu-open .header__nav__open__menu__box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-open .header__nav__open__menu__link {
  text-align: center;
  text-decoration: none;
  font-size: 36px;
  color: black;
}

.menu-open .header__nav__open__menu__link:hover {
  color: #7B7D81;
}

.menu-open .header__nav__open__sns-list {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-open .header__nav__open__sns-icon {
  padding-left: 10px;
  padding-right: 10px;
}

.menu-open .header__nav__open__sns-fb {
  color: black;
  -webkit-transform: scale(1.28);
          transform: scale(1.28);
  padding-bottom: 3px;
}

.menu-open .header__nav__open__sns-fb:hover {
  opacity: 0.7;
}

.main .firstveiw {
  position: relative;
  height: 456px;
  overflow: hidden;
}

.main .firstveiw::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.6;
  display: block;
  z-index: 1;
}

.main .firstveiw__title {
  position: absolute;
  top: 17%;
  width: 66%;
  left: 6%;
  z-index: 5;
  max-width: 265px;
}

.main .firstveiw__background {
  -o-object-position: -60px -100px;
     object-position: -60px -100px;
  position: absolute;
  width: 1000px;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  left: 0;
}

.main .firstveiw__subtitle {
  position: absolute;
  left: 6%;
  top: 70%;
}

.main .mission {
  padding: 30px 6%;
}

.main .mission__img {
  margin-top: 20px;
  margin-bottom: 30px;
}

.main .business__topcolor {
  padding: 30px 6%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%), to(#C4E8F8));
  background: linear-gradient(white, 15%, #C4E8F8);
}

.main .business .media__content {
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding-left: 8%;
  padding-right: 8%;
  -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.16);
}

.main .business .media__img {
  position: absolute;
  display: block;
  max-width: 290px;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 84%;
  opacity: 0.15;
}

.main .business .creative {
  padding: 30px 6%;
  background-color: #C4E8F8;
}

.main .business .creative__content {
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding-left: 8%;
  padding-right: 8%;
  -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.16);
}

.main .business .creative__img {
  position: absolute;
  display: block;
  max-width: 280px;
  top: 37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 84%;
  opacity: 0.15;
}

.main .business .alliance {
  padding: 30px 6%;
  background-color: #C4E8F8;
}

.main .business .alliance__content {
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding-left: 8%;
  padding-right: 8%;
  -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.16);
  padding-bottom: 10px;
}

.main .business .alliance__img {
  position: absolute;
  display: block;
  max-width: 209px;
  top: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64%;
  opacity: 0.15;
}

.main .business .analytics {
  padding: 30px 6%;
  background: -webkit-gradient(linear, left top, left bottom, from(#C4E8F8), color-stop(90%), to(white));
  background: linear-gradient(#C4E8F8, 90%, white);
}

.main .business .analytics__content {
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding-left: 8%;
  padding-right: 8%;
  -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.16);
}

.main .business .analytics__img {
  position: absolute;
  display: block;
  max-width: 280px;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 84%;
  opacity: 0.15;
}

.main .corporate {
  padding: 30px 6%;
}

.main .corporate__box {
  margin: 30px auto;
  width: 83%;
  border-top: solid #98A6B5 2px;
  padding-top: 10px;
}

.main .corporate__txt {
  font-size: 18px;
  color: #707F89;
  font-weight: 500;
}

.main .corporate__details {
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: solid #CDD6DD 1px;
}

.main .corporate__border-bold {
  border-bottom: solid #98A6B5 2px;
}

.main .contact {
  padding: 30px 6%;
}

.main .contact__width {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(6%, #FFFFFF), color-stop(68%, #89c9e3), to(rgba(9, 158, 220, 0.73)));
  background: linear-gradient(#FFFFFF 0%, #FFFFFF 6%, #89c9e3 68%, rgba(9, 158, 220, 0.73));
}

.main .contact__items {
  width: 88%;
  margin: 20px auto;
}

.main .contact__label {
  font-size: 18px;
  color: #707070;
}

.main .contact__item {
  width: 100%;
}

.main .contact__input > input {
  width: 100%;
  border: none;
  height: 50px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.main .contact__input > textarea {
  width: 100%;
  margin-top: 18px;
  border: none;
  height: 190px;
}

.main .contact__button {
  text-align: center;
}

.main .contact__button > button {
  position: relative;
  margin: 0 auto;
  width: 85%;
  border: solid #707070 1px;
  background-color: white;
  border-radius: 30px;
  height: 55px;
  font-size: 18px;
  color: rgba(9, 158, 220, 0.9);
  font-weight: 600;
}

.main .contact__button > button::after {
  content: '＞';
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: rgba(9, 158, 220, 0.73);
  color: white;
  padding-top: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4%;
}

@media screen and (min-width: 770px) {
  .bebas-rg-700up {
    font-weight: 400;
  }
  .fvbr {
    display: none;
  }
  .text__subtitle {
    font-size: 1rem;
  }
  .text__title {
    font-size: 2.5rem;
  }
  .text__bisnum {
    font-size: 6rem;
    margin-right: 6%;
  }
  .header__contact {
    width: 100%;
  }
  .header__menu__nav-btn {
    display: none;
  }
  .header__nav__open {
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    right: 0;
    width: 550px;
  }
  .header__nav__open__menu__list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 30px;
  }
  .header__nav__open__menu__box {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header__nav__open__menu__link {
    text-align: center;
    text-decoration: none;
    font-size: 36px;
    color: black;
  }
  .header__nav__open__menu__link:hover {
    color: #7B7D81;
  }
  .main .firstveiw {
    height: 679px;
  }
  .main .firstveiw::after {
    content: none;
  }
  .main .firstveiw__title {
    max-width: 590px;
  }
  .main .firstveiw__background {
    -o-object-position: 260px -100px;
       object-position: 260px -100px;
    width: 1500px;
  }
  .main .firstveiw__subtitle {
    font-size: 1.7rem;
    color: #707070;
    top: 77%;
  }
  .main .mission__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .main .mission__img {
    width: 50%;
  }
  .main .mission__text {
    margin-top: 35px;
    margin-right: 30px;
  }
  .main .business .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .business .creative__width,
  .main .business .alliance__width,
  .main .business .analytics__width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .corporate__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
  .main .corporate__contents:not(:last-child) {
    border-bottom: solid #CDD6DD 1px;
  }
  .main .corporate__contents:last-child {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: solid #98A6B5 2px;
  }
  .main .corporate__txt {
    padding-left: 3%;
    width: 30%;
  }
  .main .corporate__details {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    border-bottom: none;
    margin: 0;
  }
  .main .corporate__adress {
    display: none;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media screen and (min-width: 1100px) {
  .main .firstveiw {
    margin: 0 auto;
    max-width: 1500px;
  }
  .main .mission {
    margin: 0 auto;
    max-width: 1280px;
  }
  .main .business .media__content,
  .main .business .creative__content,
  .main .business .alliance__content,
  .main .business .analytics__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5%;
    padding-right: 3%;
  }
  .main .business .media__content__left,
  .main .business .creative__content__left,
  .main .business .alliance__content__left,
  .main .business .analytics__content__left {
    width: 50%;
    margin-right: 6%;
  }
  .main .business .media__img,
  .main .business .creative__img,
  .main .business .alliance__img,
  .main .business .analytics__img {
    margin: 30px auto;
    width: 50%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    opacity: 1;
    max-width: 420px;
  }
  .main .business .media__width,
  .main .business .creative__width,
  .main .business .alliance__width,
  .main .business .analytics__width {
    max-width: 1280px;
    margin: 0 auto;
  }
  .main .business .alliance__img {
    max-width: 218px;
  }
  .main .contact {
    margin: 0 auto;
    max-width: 1280px;
  }
  .main .contact__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .contact__items__names {
    width: 40%;
    margin-right: 6%;
  }
  .main .contact__button > button {
    width: 45%;
  }
  .main .corporate {
    margin: 0 auto;
    max-width: 1280px;
  }
}

@media screen and (min-width: 1300px) {
  .header__nav__open {
    right: auto;
    left: 60%;
  }
}
/*# sourceMappingURL=style.css.map */
