@charset "utf-8";
/* CSS Document */
.header {
  height: 50px;
  width: 100%;
  background-color: #f1f1f1;
  display: block;
}
#header {
  display: none;
}
.header img {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 44px;
  top: 13px;
}
/*========PC_image=========*/
.section-top__image-pc {
  display: block !important;
  padding-top: 20px;
}
.section-top__image-sp {
  display: none !important;

}
/*=======SH_image=========*/
@media only screen and (max-width: 600px) {
  .section-top__image-pc {
    display: none !important;
  }
  .section-top__image-sp {
    display: block !important;
  }
}
/*=======header_PC===========*/
@media (min-width: 900px) {
  .openbtn {
    display: none;
  }
  .header {
    display: none;
  }
  #header {
    display: flex;
  }
  #header img {
    width: 40px;
    height: 40px;
    margin: 5px 0 0 150px;
  }
  .sh-nav {
    display: block;
    text-align: right;
    margin-right: 100px;
  }
  .sh-nav ul { /*displayをつける要素に注意*/
    display: flex;
    justify-content: flex-end;
  }
  .sh-nav ul li a {
    display: block;
    padding: 30px 20px;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
    color: #3d3d3d;
    letter-spacing: 0.05em; /*文字間*/
    font-family: 'Roboto';
  }
}
/*==========section-top==========*/
.main {
  background-color: #f1f1f1;
}
.section-top__image-sp {
  /*100vhはスマホの高さいっぱい*/
  width: 100%;
  background-repeat: no-repeat;
}
.section-top_h1 {
  color: #225371;
  font-family: "Bebas Neue";
  font-size: 6.4rem;
  font-weight: 600;
  position: relative;
  right: 60px;
  bottom: 220px;
}
.section-top__image-message {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  right: 60px;
  bottom: 225px;
}
/*==========section-top===========*/
/*section-top_h1の動き(keyframes)のため外に出して書いている*/
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.blur_sub.blur {
  animation-duration: 2.5s;
}
.blurTrigger {
  opacity: 0;
}
/*=========section-top_PC===============*/
@media (min-width: 900px) {
  .section-top_h1 {
    font-size: 17rem;
    right: 100px;
    bottom: 500px;
  }
  .section-top__image-message {
    font-size: 2.4rem;
    font-weight: 600;
    right: 100px;
    bottom: 510px;
  }
  .scrolldown span {
    font-size: 1.8rem;
  }
}
/*スクロールダウン*/
.scrolldown {
  position: relative;
}
/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  top: -18px;
  color: #8a8a94;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: 'Roboto';
}
/* 線の描写 */
.scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 10px;
  background: #8a8a96;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/*========section-top__title-SH===========*/
.section-top__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 35px;
}
/*JS書いてから動くマーカー*/
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #e7d3d3, #e7d3d3); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 40%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1.5s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}
/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 40%; /* '30%'の部分は上で設定した太さに合わせる */
}
.section-top__lead {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 80px;
  max-width: 690px;
  width: 80%;
}
.section-top__lead1, .section-top__lead2, .section-top__lead3 {
  margin-bottom: 30px;
}
.section-top__lead3 {
  display: inline-block;
}
/*========section-top__title-PC===========*/
@media (min-width: 900px) {
  .section-top__title {
    font-size: 4.8rem;
    line-height: 7.0rem;
  }
  .section-top__lead {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
/*=========テキストが流れる動き===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*===========PCINTRODUCTION_SH===========*/
body, html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 10px;
}
/*固定する背景*/
.section-pc2 {
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  padding-top: 200px;
  background-repeat: no-repeat;
}

/*各背景の画像*/
.img-bg-01 {
  background-image: url('../img/pcpic__sh.jpg');
}
.img-bg-02 {
  background-image: url('../img/webpic__sh.jpg');
}
.border3 {
  color: #FFF;
  font-family: "Bebas Neue";
  font-size: 1.3rem;
  margin-left: 45px;
  width: 80px;
  border-bottom: 2px solid #FFF;
  text-align: left;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.section-pc__title {
  padding-left: 45px;
  font-size: 4.0rem;
  font-family: "Bebas Neue";
  color: #fff;
  text-align: left;
}
.section-pc_item {
  text-align: left;
}
.section-pc__description {
  padding-left: 45px;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFF;
  text-align: left;
  width: 80%;
}
/*===========PCINTRODUCTION_PC===========*/
@media(min-width: 900px) {
  .img-bg-01 {
    background-image: url('../img/pcpic_pc.jpg');
  }
  .img-bg-02 {
    background-image: url('../img/webpic_pc.jpg');
  }
  .section-pc2 {
    height: 1000px;
    padding-top: 150px;
  }
  .border3 {
    font-size: 3.0rem;
    margin-left: 100px;
    width: 250px;
    margin-bottom: 10px;
  }
  .section-pc__title {
    padding-left: 100px;
    font-size: 8.0rem;
  }
  .section-pc__description {
    padding-left:100px;
    margin-top: 14px;
    font-size: 2.8rem;
    line-height: 1.7;
  }
  .section-pc2 {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
}
/*==========WEBdesign_SH=============*/
.border4 {
  color: #FFF;
  font-family: "Bebas Neue";
  font-size: 1.2rem;
  margin-left: 45px;
  width: 80px;
  border-bottom: 2px solid #FFF;
  text-align: left;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.section-design__title {
  padding-left: 45px;
  font-size: 4.0rem;
  font-family: "Bebas Neue";
  color: #fff;
  text-align: left;
}
.section-design__description {
  padding-left: 45px;
  margin-top: 10px;
  color: #FFF;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
}
/*==========WEBdesign_PC=============*/
@media (min-width: 900px) {
  .border4 {
    font-size: 3.0rem;
    margin-right: 100px;
    width: 180px;
    margin-bottom: 10px;
  }
  .section-design__title {
    padding-right: 100px;
    font-size: 8.0rem;
  }
  .section-design__description {
    margin-top: 14px;
    font-size: 2.8rem;
    line-height: 1.6;
    max-width: none;
  }
  .sction-pc2 {
    display: block;
    text-align: right;
  }
  .section-design__inner {
    display: table;
    margin-left: auto;
    max-width: 70%;
    margin-right: 50px;
  }
}
/*==========IT CONSULTING_SH==========*/
img {
  max-width: 100%; /*大事*/
  height: auto;
  display: block;
    margin: 0 auto;
}
.section-it {
  padding-top: 160px;
  padding-bottom: 100px;
}
.inner {
  width: 76%; /*285/375(画面サイズ)*100*/
  max-width: 285px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.border5 {
  color: #333;
  font-family: "Bebas Neue";
  font-size: 1.2rem;
  width: 40px;
  border-bottom: 1px solid #333;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.section-it__title {
  font-size: 4.8rem;
  color: #006666;
  font-family: "Bebas Neue";
  margin-bottom: 10px;
}
.section-it__description {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.section-it__image {
  height: 160px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.section-it__decoration {
  font-size: 7.6rem;
  font-family: "Bebas Neue";
  color: rgba(138, 138, 151, 0.1);
  display: block;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top 0;
  left: 120px;
  top: -83px;
  z-index: 1; /*数値が小さいほうが下に入る*/
}
.inner-box1 {
  position: relative;
  z-index: 2;
}
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/*==========IT CONSULTING_PC==========*/
@media (min-width: 900px) {
  .inner {
    width: 80%; /*285/375(画面サイズ)*100*/
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    text-align: left;
  }
  .border5 {
    font-size: 2.4rem;
    width: 100px;
    border-bottom: 1px solid #333;
    margin-bottom: 4px;
  }
  .section-it__title {
    font-size: 6.8rem;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .section-it__description {
    font-size: 2.4rem;
    letter-spacing: 1.0px;
    margin-bottom: 40px;
    margin-top: 10px;
    line-height: 1.6;
    
  }
  .section-it__image {
    max-width: none;
    height: auto;
    border-radius: 5px;
    float: right;
    width: 50%;
  }
  .inner-box1 {
    float: left;
  }
  .section-it__decoration {
    font-size: 8.6rem;
    left: 180px;
    top: -106px;
    z-index: 1; /*数値が小さいほうが下に入る*/
  }
}
/*=========LINE SERVICE_SH============*/
.section-line {
  padding-top: 80px;
}
.inner2 {
  max-width: 285px;
  width: 76%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.border6 {
  color: #333;
  font-size: 1.2rem;
  font-family: "Bebas Neue";
  border-bottom: 1px solid #333;
  display: block;
  width: 40px;
  line-height: 1;
  margin-bottom: 4px;
}
.section-line__title {
  font-size: 4.8rem;
  color: #006666;
  font-family: "Bebas Neue";
  margin-bottom: 10px;
}
.section-line__description {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.section-line__image {
  height: 160px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.inner-box2 {
  position: relative;
  z-index: 2;
}
.section-line__decoration {
  font-size: 7.6rem;
  font-family: "Bebas Neue";
  color: rgba(138, 138, 151, 0.1);
  position: absolute;
  transform: rotate(90deg);
  top: 37px;
  left: -70px;
  z-index: 1;
}
/*=========LINE SERVICE_PC============*/
@media (min-width:900px) {
  .section-line {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .inner2 {
    max-width: 1040px;
    width: 80%;
  }
  .border6 {
    position: absolute;
    left: 54%;
    font-size: 2.4rem;
    width: 100px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px; /*幅があかない*/
  }
  .section-line__title {
    width: 46%;
    margin-left: auto;
    padding-top: 30px;
    font-size: 6.8rem;
    font-weight: 400;
    display: block;
  }
  .inner-box2 {
    float: right;
    width: 46%;
  }
  .section-line__description {
    font-size: 2.4rem;
    letter-spacing: 1.0px;
    margin-bottom: 40px;
	line-height: 1.6;
  }
  .section-line__image {
    float: left;
    width: 50%;
    height: auto;
  }
  .section-line__decoration {
    font-size: 9.0rem;
    left: -40px;
    top: 30px;
    z-index: 1; /*数値が小さいほうが下に入る*/
  }
}
/*===========access_SH============*/
.section-access {
  background-color: #4d4d4d;
  width: 100%;
  margin-top: 120px;
  padding-top: 80px;
  justify-content: center;
}
.section-access__title {
  font-size: 4.0rem;
  color: #FFF;
  font-family: "Bebas Neue";
  font-weight: 300;
}
.section-access__lead {
  font-size: 1.2rem;
  color: #FFF;
  display: block;
  letter-spacing: 0.05rem;
  margin-top: 13px;
}
.section-access__inquiry {
  text-align: center;
  max-width: 380px;
  width: 90%;
  margin: 0 auto;
}
.section-access dl {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  display: flex;
  font-style: normal;
  letter-spacing: 0.05rem;
  font-size: 1.5rem;
}
.subheading_mail {
  margin-top: 40px;
  padding-bottom: 13px;
}
.mail_title, .tel_title {
  margin: 0px 53px 0px 45px;
  font-family: 'Roboto';
  font-weight: 500;
  display: inline;
}
.add_title {
  margin: 0px 50px 0px 45px;
  font-family: 'Roboto';
  font-weight: 500;
  line-height: 1.4;
}
.mail_lead {
  margin-left: 19px;
  font-family: 'Roboto';
  letter-spacing: 0.5px;
  font-weight: 400;
}
.subheading_tel, .subheading_add {
  font-size: 1.3rem;
  margin-top: 20px;
  padding-bottom: 13px;
}
.tel_lead {
  margin-left: 29px;
  pointer-events: none;
}
.add_lead {
  text-align: left;
  margin-left: -11px;
  margin-top: -10px;
  line-height: 20px;
}
.section-access__mailbox {
  height: 40px;
  width: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-access__map {
  height: 300px;
  width: 100%;
  max-width: 300px;
}
/*===========access_PC============*/
@media (min-width:900px) {
  .section-access__title {
    font-size: 8.2rem;
    letter-spacing: 0.3rem;
  }
  .section-access__lead {
    font-size: 1.6rem
  }
  .section-access__inquiry {
    max-width: 600px
  }
  .mail_title, .tel_title {
    font-weight: 700;
  }
  .section-access dl {
    border-bottom: 2px solid #FFF;
    width: 540px;
    color: #FFF;
    display: flex;
    font-style: normal;
    letter-spacing: 0.05rem;
    padding: 30px 50px 30px 50px;
    margin: 0;
    align-items: center;
   font-size: 2.0rem;
  }
  .subheading_mail, .tel_title, .add_title {
    font-size: 2.0rem;
    margin-top: 80px;
    padding-bottom: 25px;
  }
  .add_title {
    font-family: 'Roboto';
    font-weight: 700;
  }
  .subheading_tel {
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .subheading_add {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .section-access__inquiry{
    margin-top: 80px;
  }
  .section-access dl dt {
    width: 50%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .section-access dl dd {
    width: 50%;
    text-align: left;
    margin: 0;
    font-weight: 700;
  }
  .mail_lead {
    margin-left: 34px;
    letter-spacing: 0.2rem;
  }
  .tel_lead {
    font-size: 2.0rem;
    margin-left: 46px;
    letter-spacing: 0.2rem;
  }
  .add_lead {
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
    line-height: 1.5;
  }
  .section-access__mailbox {
    height: auto;
    width: 320px;
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .section-access__map {
    height: 600px;
    width: 100%;
    max-width: 740px;
    padding-bottom: 10px;
  }
}

/*===========company_SH===========*/
.section-company {
  background-color: #4d4d4d;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
}
.section-company__title {
  font-size: 4.0rem;
  color: #FFF;
  font-family: "Bebas Neue";
  font-weight: 300;
  margin-bottom: 30px;
}
.section-company__inner {
   text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 1.3rem;
    box-sizing: border-box;
}
.section-company dl {
  border-bottom: 1px solid #FFF;
    max-width: 350px;
    color: #FFF;
    display: flex;
    font-style: normal;
    letter-spacing: 0.05rem;
    padding: 20px 20px 15px 10px;
    font-size: 1.5rem;
    box-sizing: border-box;
    margin: 0 auto;
}
.section-company dt {
  margin: 0px 50px 0px 37px;
}
.established {
  margin-left: 15px;
}
/*===========company_PC===========*/
@media (min-width: 900px) {
  .section-company {
    padding-bottom: 200px;
  }
  .section-company__title {
    font-size: 8.2rem;
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .section-company__inner {
    max-width: 600px;
  }
  .section-company dl {
    border-bottom: 2px solid #FFF;
    width: 600px;
    font-size: 2.0rem;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 30px;
    max-width: 600px;
  }
  .section-company dt {
    margin: 0px 200px 0px 50px;
  }
  .established {
    margin-left: 22px;
  }
}
/*==========footer_SH============*/
.footer {
  background-color: #f1f1f1;
  width: 100%;
  padding-bottom: 30px;
}
.footer a {
  font-size: 1.6rem;
  font-family: "Roboto";
  font-weight: 700;
  text-decoration: none;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}
.footer li {
  padding-top: 45px;
}
.footer img {
  height: 32px;
  width: 32px;
  padding-bottom: 20px;
}
.footer_bottom {
  padding-top: 40px;
}
/*========footer_PC============*/
@media (min-width: 900px) {
  .footer {
    padding-top: 30px;
  }
  .footer-site__map {
    text-align: left;
    margin: auto;
    max-width: 1000px;
    width: 80%;
  }
  .footer a {
    font-size: 2.0rem;
  }
  .footer li {
    width: 50%;
  }
  .footer img {
    height: 80px;
    width: 80px;
    margin-left: 700px;
    margin-bottom: 13px;
    display: block;
  }
  .footer_bottom {
    max-width: 780px;
    width: 80%;
    margin: auto;
    position: relative;
    text-align: right;
  }
  .footer-site__map ul {
    display: flex;
    width: 500px;
    flex-wrap: wrap;
  }
  .footer .footer_top {
    order: 1;
  }
  .footer .footer_access {
    order: 2;
  }
  .footer .footer_pc {
    order: 3;
  }
  .footer .footer_company {
    order: 4;
  }
  .footer .footer_web {
    order: 5;
    width: 100%;
  }
  .footer .footer_it {
    order: 6;
    width: 100%;
  }
  .footer .footer_line {
    order: 7;
  }
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}