@charset "utf-8";
/* フッターが出てきたらヘッダーを消す */
header.is-hide {
  opacity: 0;
  transform: translateY(-6px); /* ゆっくり */
  pointer-events: none;
  filter: blur(1px);
}

/* Main Visual画像 */
.main_visual {
  background-image: url("../img/kaisya-main.png");
}

/*セクション1の指定*/
.section1 .gaiyou {
    width: 90%;
    height: 360px;
    padding-top: 50px;
    margin: 0 auto;
}
.section1 .gaiyou .container {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1 .sy {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.section1 .sy p {
    padding: 0;
    margin: 0 auto;
    font-size: 18px;
}

.section1 .sy2 {
   width: 100%;
   height: 100%;
   margin: 0;
   text-align: center;
}

/*プロフィールの指定*/
.company-profile {
  margin: 10px;
  padding-top: 50px;
}
.company-profile dl:nth-of-type(1) {
    border-top: 1px solid #7f7f7f;
}
.company-profile dl {
    border-bottom: 1px solid #7f7f7f;
}
.company-profile dt,
.company-profile .dd-head {
    color: #d2d2d2;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .pc,.pc-br{display: block;}
    .sp,.sp-br{display: none !important;}
    .company-profile {
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .company-profile dl {
        display: flex;
    }
    .company-profile dt {
        width: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .company-profile dd {
        padding: 15px 40px;
        text-align: left;
    }
    .company-profile dt,
    .company-profile dd,
    .company-profile p {
        font-size: 18px;
        color: #323232;
    }
    .company-profile dd > div:nth-of-type(n+2) {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pc,.pc-br{display: none !important;}
    .sp,.sp-br{display: block;}
    .company-profile {
        padding: 0 10px;
    }
    .company-profile dl {
        text-align: left;
        font-size: 14px;
    }
    .company-profile dt {
        padding: 12px 0 6px 16px;
    }
    .company-profile dd {
        padding: 6px 0 12px 16px;
    }
    .company-profile dd p {
        font-size: 14px;
    }
    .company-profile dd > div:nth-of-type(n+2) {
        margin-top: 12px;
    }
}
/* ===============================
   メインビジュアル調整
================================ */

/* タブレット以下 */
@media (max-width: 768px) {

  .section {
    min-height: 70vh;
    background-position: center top;
  }

  .section h1 {
    font-size: 18px;
    letter-spacing: 3px;
    top: 50%;
    transform: translateY(-50%);
  }

  .section p {
    font-size: 26px;
    letter-spacing: 3px;
    top: 32%;
  }
}

/* スマホ */
@media (max-width: 480px) {

  .section {
    min-height: 60vh;
  }

  .section p {
    font-size: 22px;
    top: 30%;
    letter-spacing: 2px;
  }

  .section h1 {
    font-size: 15px;
    top: 52%;
  }
}

/* ===============================
   セクション1（概要）調整
================================ */

@media (max-width: 768px) {

  .section1 .gaiyou {
    height: auto;
    padding-top: 30px;
    margin: 10px auto;
  }

  .section1 .gaiyou .container {
    flex-direction: column;
  }

  .section1 .sy {
    font-size: 16px;
    margin-top: 10px;
  }

  .section1 .sy h3 {
    font-size: 18px;
    padding-top: 20px;
  }

  .section1 .sy2 {
    margin: 0;
    font-size: 14px;
  }
}

/* 小型スマホ */
@media (max-width: 480px) {

  .section1 .sy {
    font-size: 15px;
  }

  .section1 .sy h3 {
    font-size: 17px;
  }
}
/* ===============================
   section1 レイアウト調整
================================ */

/* PC・タブレット共通 */
.section1 .gaiyou .container {
  gap: 30px;
}

/* 写真側 */
.section1 .sy2 img {
  max-width: 320px;   /* 写真を小さく */
  width: 100%;
  height: auto;
}

/* 文字側 */
.section1 .sy {
  text-align: left;   /* 左揃え */
  line-height: 1.8;
}

/* -------------------------------
   タブレット以下
-------------------------------- */
@media (max-width: 768px) {

  .section1 .gaiyou {
    height: auto;
    padding: 30px 0;
  }

  .section1 .gaiyou .container {
    flex-direction: column;
    align-items: center;
  }

  .section1 .sy2 img {
    max-width: 260px;
    margin-bottom: 20px;
  }

  .section1 .sy {
    font-size: 15px;
    text-align: left;
    padding: 0 15px;
  }

  .section1 .sy h3 {
    font-size: 18px;
    padding-top: 10px;
  }
}

/* -------------------------------
   スマホ
-------------------------------- */
@media (max-width: 480px) {

  .section1 .sy2 img {
    max-width: 220px;
  }

  .section1 .sy {
    font-size: 14px;
    line-height: 1.7;
  }

  .section1 .sy h3 {
    font-size: 17px;
  }
}
/* ===============================
   メインビジュアル サイズ調整
================================ */



/* -------------------------------
   タブレット
-------------------------------- */
@media (max-width: 768px) {

  .section {
    position: relative;
    min-height: 45vh;
    background-position: center 35%;
  }
  .section .filter {
    position: absolute;
    height: 100%;
  }
}


/* -------------------------------
   スマホ
-------------------------------- */
@media (max-width: 480px) {

  .section {
    position: relative;
    min-height: 38vh;
    background-position: center 40%;
  }
  .section .filter {
    position: absolute;
    height: 100%;
  }
}
/*セクション1の指定*/
@media (max-width: 768px) {
.section1 .gaiyou {
    width: 100%;
    height: 360px;
    padding: 0;
    margin-top: 10px; 
}
.section1 .container{
  margin: 0 auto;
  padding: 0;
  height: 80%;
}
.section1 .sy {
  height: 60%;
}
.section1 .sy p {
  font-size: 11px;
  text-align: center;
}
}
@media (max-width: 480px) {
.section1 .gaiyou {
    width: 100%;
    height: 360px;
    padding: 0;
    margin-top: 10px;    
}
.section1 .container {
  margin: 0 auto;
  padding: 0;
  height: 80%;
}
.section1 .sy p {
  font-size: 11px;
  text-align: center;
}
.section1 .sy  {  
  height: 60%;
}
}



/*セクション２の指定*/
.section2 {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 10px auto;
  max-width: 1200px;
}
.section2 .container{
  max-width: 1200;
  width: 100%;
  height: 600px;
  padding: auto;
  margin: 0 auto;
}
.section2 .sub-title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  position: left;
}
.section2 h2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  top: 0;
  margin-bottom: 10px;
}
.section2 p{
  margin-bottom: 20px;
  margin: 20px auto;
}