/*========== googleフォント ==========*/
@import url(https://fonts.googleapis.com/css?family=Lato);


/* 1280px〜：大型PC
------------------------------
ここに基本CSSを書きます。
PCファーストでは、PCサイズからモバイルの大きさに向けて、以降のCSSを書いていきます。*/

/*========== 全体 ==========*/
#wrap {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

/*========== 共通 ==========*/
p {
    font-size: 15px;
    color: #4d4d4d;
    margin: auto;
    padding: 0;
}

h1 {
    margin: 0;
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: 400;
    color: #4d4d4d;
}

h2 {
    font-size: 36px;
    font-weight: 400;
    color: #4d4d4d;
}

h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(255, 255, 255);
    background-color: #ed7971;
    padding: 10px;
    border-radius: 20px;
}

#w1 {
    text-align: center;
    background-color: #ffffff;

}

#w2 {
    margin: auto;
    background-color: #ffffff;
}

#w3 {
    background-color: #ffffff;
}

#w4 {
    background-color: #f2f2f2;
    padding-bottom: 150px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.pc{
    display: block;
}

.phone{
    display: none;
}


/*========== メニュー ==========*/

nav {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1px;
  padding-top: 20px;
}

.blurry-menu {
  margin-top: 20px;
  margin-bottom: 15px;
}

.blurry-menu ul {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
  -moz-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
  box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
}

.blurry-menu ul:after {
  content: '';
  height: 46px;
  left: -50px;
  position: absolute;
  top: -32px;
  width: 120%;
  z-index: 1;
  background: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, .7));
  background: -moz-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
  background: -ms-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
  background: -o-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
  background: linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
  -webkit-transform: rotate(-2.4deg);
  -moz-transform: rotate(-2.4deg);
  -ms-transform: rotate(-2.4deg);
  -o-transform: rotate(-2.4deg);
  transform: rotate(-2.4deg);
}

.blurry-menu li {
  width: 180px;
  float: left;
}

.blurry-menu a {
  border-right: 1px solid #E2756D;
  color: #4d4d4d;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  z-index: 2;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.blurry-menu a:focus {
  outline: 0;
}

.blurry-menu li:first-child a {
  border-left: none;
}

.blurry-menu li:last-child a {
  border-right: none;
}

.blurry-menu ul:hover a {
  color: #E2756D;
}

.blurry-menu ul:hover a:hover {
  background: #E2756D;
  color: rgb(255, 255, 255);
  line-height: 20px;
}

.blurry-menu ul:hover a:active {
  border-left-color: #f0f0f0;
  color: rgb(255, 255, 255);
  line-height: 24px;
  /*-webkit-box-shadow: inset 0 0 22px #e9e9e9;
  -moz-box-shadow: inset 0 0 22px #e9e9e9;
  box-shadow: inset 0 0 22px #e9e9e9;*/
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/*========== ヘッダー ==========*/
.top_pc img {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.top_phone img{
    display: none;
}


.fixed-image {
    position: fixed;
    bottom: 20px;
    /* 下からの距離 */
    right: 20px;
    /* 右からの距離 */
    width: 250px;
    /* サイズは任意 */
    height: auto;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
}

.fixed-image2 {
    position: absolute;
    bottom: -30px;
    /* 下からの距離 */
    right: 390px;
    /* 右からの距離 */
    width: 50%;
    /* サイズは任意 */
    height: auto;
    padding: 15px;
    border-radius: 10px;
}

.syokai1 {
    margin: 0 auto;
    display: flex;
    width: 90%;
}

.syokai1 img {
    width: 100%;
}

.syokai2 {
    margin: 0 auto;
    display: flex;
    width: 90%;
}

.syokai2 img {
    width: 100%;
}

.syo p {
    width: 84%;
    font-size: 17px;
}

.syo {
    margin: 0 auto;
    width: 30%;
    padding-bottom: 100px;
}

.syo1 {
    margin: 0 auto;
    font-size: 28px;
    color: #E2756D;
}

.syo2 {
    margin: 0 auto;
    font-size: 28px;
    color: #f29556;
}

.syo3 {
    margin: 0 auto;
    font-size: 28px;
    color: #57aba3;
}

.syo4 {
    margin: 0 auto;
    font-size: 28px;
    color: #4da1c3;
}

.syo5 {
    margin: 0 auto;
    font-size: 28px;
    color: #cb7697;
}

.syo6 {
    margin: 0 auto;
    font-size: 28px;
    color: #a97cb5;
}

/*========== 企業理念 ==========*/
.rinen {
    margin: auto;
    width: 900px;
    padding-bottom: 100px;
    display: flex;
    /* flexbox */
    justify-content: space-between;
}

.rinen img {
    margin: auto;
    width: 40%;
    height: 40%;
}

.rinen h2 {
    margin: 0;
    padding-bottom: 30px;
    text-align: left;
}

.rinen p {
    margin: 0;
    width: 430px;
    text-align: left;
}

.text {
    padding-top: 32px;
}

.text p {
    text-align: center;

}

/*========== 各事業所リンク ==========*/
.snsw {
    padding: 150px 0 0px;
    margin: auto;
}

.mainimg {
    height: 454px;
}

.mainimg img {
    margin: 0 30px;
    width: 480px;
}

.snscontents {
    margin: auto;
    height: 720px;
    display: inline-block;
}

.snsbtn {
    position: relative;
    z-index: 1;
}

.snsbtn img {
    max-width: 330px;
}

.btn1 {
    position: absolute;
    top: 30px;
    left: 105px;
    z-index: 2;
}

.btn2 {
    position: absolute;
    top: 30px;
    left: 105px;
    opacity: 0;
    z-index: 3;
}

.snsbtn:hover .btn1 {
    display: none;
}

.snsbtn:hover .btn2 {
    opacity: 1;
}

/*========== 企業ビジョン ==========*/
.vcontents {
    margin: auto;
    width: 900px;
    padding: 55px 0;
    display: flex;
    /* flexbox */
    justify-content: space-between;
}

.vcontents img {
    width: 414px;
}

.vcon_1 {
    color: #E2756D;
}

.vcon_2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(255, 255, 255);
    background-color: #E2756D;
    padding: 10px;
    border-radius: 20px;
}

.vcon_3 {
    color: #4992b0;
}

.vcon_4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(255, 255, 255);
    background-color: #4992b0;
    padding: 10px;
    border-radius: 20px;
}

.vcon_5 {
    color: #4f9993;
}

.vcon_6 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(255, 255, 255);
    background-color: #4f9993;
    padding: 10px;
    border-radius: 20px;
}

.vcon_7 {
    color: #f29557;
}

.vcon_8 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(255, 255, 255);
    background-color: #f29557;
    padding: 10px;
    border-radius: 20px;
}

.vcontents p {
    margin: 0;
    width: 430px;
    padding-top: 20px;
    text-align: left;
}

/*========== 会社概要 ==========*/
#koyoukeitai {
    max-width: 1680px;
    padding-bottom: 80px;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.koyou {
    max-width: 960px;
    margin: auto;
    text-align: left;
}

.koyou dl {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    height: 70px;
}

.koyou .last {
    height: 70px;
}

.k_top {
    border-top: 1px solid #ccc;
}

.koyou dt {
    width: 200px;
    float: left;
    color: #ed7971;
    text-align: left;
    padding-left: 40px;
}

.koyou dd {
    color: #5C5C5C;
    float: left;
    /* 要素を右に回り込ませる */
    width: calc(100% - 240px);
    /* 文字の箱の大きさ調整 */
}

.nagare {
    margin: 0 auto;
    padding-bottom: 150px;
}

.shisetu {
    margin: 0 auto;
    width: 90%;
}

.shisetu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.shisetu ul li {
    list-style: none;
    width: calc(33.333% - 20px);
}

.shisetu img {
    padding-bottom: 150px;
    display: block;
    width: 100%;
}

.shisetu ul li a {
    text-decoration: none;
    color: #808080;
}

.shisetu ul li.current a {
    color: #ed7971;
}

.shisetu ul li a:hover {
    color: #ed7971;
}

.nagare1 img {
    padding-top: 55px;
    width: 80%;
}

/*========== フッター詳細 ==========*/
footer {
    max-width: 1680px;
    letter-spacing: 0.1em;
    line-height: 1.7em;
}

footer p {
    color: rgb(255, 255, 255);
}

#footertop {
    height: auto;
}

#footertop img {
    width: 114px;
    padding-top: 30px;
}

#footertop p {
    width: 400px;
    padding-left: 40px;
    text-align: left;
    display: inline-block;
}

.hidari {
    border-right: 1px solid rgb(255, 255, 255);
}

#footerdown {
    font-weight: 400;
    padding: 11px;
    height: 52px;
}

#footerdown p {
    font-size: 12px;
}


/*========== 各種背景 ==========*/
/*グレー背景設定*/
.gray {
    background-color: #f7f7f7;
}

/*ピンク背景設定*/
.bgpink {
    background-color: #999999;
    color: #fff;
}

/*濃いグレー背景設定*/
.darkgray {
    background-color: #999999;
    color: #fff;
    padding-top: 180px;
}

.htext {
    color: #999999;
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

/*========= スクロールダウンのためのCSS ===============*/

/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 54px;
    left: 50%;
}

/* 移動する四角の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    z-index: 2;
    bottom: 0;
    /*四角の形状*/
    width: 5px;
    height: 10px;
    background: #ed7971;
    /*四角の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して四角の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        bottom: 45px;
    }

    100% {
        bottom: -5px;
    }
}

/*上から下にかけて四角が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 0;
    /*線の形状*/
    width: 5px;
    height: 55px;
    background: #cccccc;
}



/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:1279px) {


    /*========== 会社概要 ==========*/
    #koyoukeitai {
        width: 90%;
        padding-bottom: 80px;
        margin: auto;
    }

    *,
    *:before,
    *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .koyou {
        max-width: 960px;
        margin: auto;
        text-align: left;
    }

    .koyou dl {
        margin: auto;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        height: auto;
    }

    .koyou .last {
        height: auto;
    }

    .k_top {
        border-top: 1px solid #ccc;
    }

    .koyou dt {
        width: 100%;
        float: left;
        color: #E2756D;
        text-align: left;
        padding-left: 40px;
    }

    .koyou dd {
        width: 80%;
        color: #5C5C5C;
        float: none;
    }

}


/* 〜599px：スマホ縦・横
------------------------------ */
@media screen and (max-width:599px) {

    /*========== 全体 ==========*/
    #wrap {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    body {
        margin: 0;
        padding: 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        text-align: center;
    }

    /*========== 共通 ==========*/
    p {
        font-size: 15px;
        color: #4d4d4d;
        margin: auto;
        padding: 0;
        width: 90%;
    }

    h1 {
        margin: 0;
        padding-top: 100px;
        padding-bottom: 30px;
        font-size: 36px;
        font-weight: 400;
        color: #4d4d4d;
    }

    h2 {
        font-size: 36px;
        font-weight: 400;
        color: #4d4d4d;
    }

    h3 {
        margin: auto;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Noto Sans JP', sans-serif;
        color: rgb(255, 255, 255);
        background-color: #ed7971;
        padding: 10px;
        border-radius: 20px;
        width: 85%;
    }

    #w1 {
        background-color: #ffffff;
    }

    #w2 {
        margin: auto;
        background-color: #ffffff;
    }

    #w3 {
        background-color: #ffffff;
        padding-bottom: 150px;
    }

    #w4 {
        background-color: #f2f2f2;
        padding-bottom: 150px;
    }

    .pc{
        display: none;
    }

    .phone{
        display: block;
    }

    /*========== メニュー ==========*/
  nav {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1px;
  }

  .blurry-menu {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blurry-menu ul {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
    -moz-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
    box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
  }

  .blurry-menu ul:after {
    content: '';
    height: 46px;
    left: -50px;
    position: absolute;
    top: -32px;
    width: 120%;
    z-index: 1;
    background: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, .7));
    background: -moz-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
    background: -ms-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
    background: -o-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
    background: linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
    -webkit-transform: rotate(-2.4deg);
    -moz-transform: rotate(-2.4deg);
    -ms-transform: rotate(-2.4deg);
    -o-transform: rotate(-2.4deg);
    transform: rotate(-2.4deg);
  }

  .blurry-menu li {
    width: 100%;
    float: none;
  }

  .blurry-menu a {
    border-right: none;
    color: #4d4d4d;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
  }

  .blurry-menu a:focus {
    outline: 0;
  }

  .blurry-menu li:first-child a {
    border-left: none;
  }

  .blurry-menu li:last-child a {
    border-right: none;
  }

  .blurry-menu ul:hover a {
    color: #E2756D;
  }

  .blurry-menu ul:hover a:hover {
    background: rgba(49, 125, 212, 0.11);
    color: rgb(255, 255, 255);
    line-height: 20px;
  }

  .blurry-menu ul:hover a:active {
    border-left-color: #f0f0f0;
    color: rgb(255, 255, 255);
    line-height: 24px;
    /*-webkit-box-shadow: inset 0 0 22px #e9e9e9;
  -moz-box-shadow: inset 0 0 22px #e9e9e9;
  box-shadow: inset 0 0 22px #e9e9e9;*/
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }




     /*========== ハンバーガーメニュー ==========*/
  #hamburger .btn-gNav {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    text-align: left;
  }

  #hamburger .btn-gNav span {
    position: absolute;
    width: 80%;
    height: 4px;
    background:#E2756D;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  #hamburger .btn-gNav span:nth-child(1) {
    top: 0;
  }

  #hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
  }

  #hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
  }

  #hamburger .btn-gNav.open span:nth-child(1) {
    background: #E2756D;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #hamburger .btn-gNav.open span:nth-child(2),
  #hamburger .btn-gNav.open span:nth-child(3) {
    top: 10px;
    background: #E2756D;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 50px;
    transition: .3s;
  }

  #gNav.open {
    right: 0px;
  }

  #gNav .gNav-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
  }

  #gNav .gNav-menu li {
    display: block;
    padding: 20px 30px;
  }

  #gNav .gNav-menu li a {
    color:#E2756D;
    text-decoration: none;
  }


  @media screen and (min-width: 600px) {
    .btn-gNav {
      display: none;
    }

    #gNav {
      position: fixed;
      top: 0;
      right: 0;
      height: 50px;
    }

    #gNav .gNav-menu {
      display: flex;
      flex-direction: row;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0;
      padding-left: 50px;
    }

    #gNav .gNav-menu li {
      padding-top: 5px;
    }
  }

    /*========== ヘッダー ==========*/
    .top_pc img {
        display: none;
    }

    .top_phone{
        padding-top: 200px;
        height: 800px;
    }

    .top_phone img{
        display: block;
        width: 50%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .fixed-image {
    position: fixed;
    bottom: 20px;
    /* 下からの距離 */
    right: 20px;
    /* 右からの距離 */
    width: 250px;
    /* サイズは任意 */
    height: auto;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
   opacity: 0.8;
}

.fixed-image2 {
    display: none;
}

    /*========== 企業理念 ==========*/
    .rinen {
        margin: auto;
        width: 100%;
        padding: 105px 0;
        display: block;
        /* flexbox */
        justify-content: space-between;
    }

    .rinen img {
        width: 80%;
    }

    .rinen h2 {
        margin: auto;
        padding-bottom: 30px;
        text-align: center;
    }

    .rinen p {
        margin: auto;
        width: 90%;
    }

    .text {
        padding-top: 32px;
    }

    /*========== 各事業所リンク ==========*/
    .snsw {
        padding: 150px 0 0px;
        margin: auto;
    }

    .mainimg {
        height: 454px;
    }

    .mainimg img {
        margin: 0 30px;
        width: 80%;
    }

    .snscontents {
        margin: auto;
        height: 500px;
        display: inline-block;
    }

    .snsbtn {
        position: relative;
        z-index: 1;
    }

    .snsbtn img {
        max-width: 80%;
    }

    .btn1 {
        position: absolute;
        top: -120px;
        left: 38px;
        z-index: 2;
    }

    .btn2 {
        position: absolute;
        top: -120px;
        left: 38px;
        opacity: 0;
        z-index: 3;
    }

    .snsbtn:hover .btn1 {
        display: none;
    }

    .snsbtn:hover .btn2 {
        opacity: 1;
    }

    /*========== 企業ビジョン ==========*/
    .vcontents {
        margin: 0 auto;
        width: 100%;
        padding: 20px 0;
        display: block;
        /* flexbox */
        justify-content: space-between;
        text-align: center;
    }

    .vcontents img {
        display: none;
    }

    .vcontents p {
        margin: 0 auto;
        width: 80%;
        padding-top: 20px;
        text-align: left;
        font-size: 18px;
    }

    .vcon_1 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    color: #E2756D;
    width: 100%;
    font-size: 30px;
}

.vcon_2 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(255, 255, 255);
    background-color: #E2756D;
    padding: 10px;
    border-radius: 20px;
}

.vcon_3 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 30px;
    color: #4992b0;
}

.vcon_4 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 20px;
    background-color: #4992b0;
}

.vcon_5 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 30px;
    color: #4f9993;
}

.vcon_6 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 20px;
    background-color: #4f9993;
}

.vcon_7 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 30px;
    color: #f29557;
}

.vcon_8 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 20px;
    background-color: #f29557;
}


.nagare1 .phone{
    margin: 0 auto;
    width: 50%;
}

    /*========== 会社概要 ==========*/
    .syokai1 {
    margin: 0 auto;
    display: block;
    width: 90%;
}

.syokai1 img {
    width: 100%;
}

.syokai2 {
    margin: 0 auto;
    display:block;
    width: 90%;
}

.syokai2 img {
    width: 100%;
}

.syo p {
    width: 92%;
    font-size: 17px;
}

.syo {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 50px;
}

.syo1 {
    margin: 0 auto;
    font-size: 28px;
    color: #E2756D;
}

.syo2 {
    margin: 0 auto;
    font-size: 28px;
    color: #f29556;
}

.syo3 {
    margin: 0 auto;
    font-size: 28px;
    color: #57aba3;
}

.syo4 {
    margin: 0 auto;
    font-size: 28px;
    color: #4da1c3;
}

.syo5 {
    margin: 0 auto;
    font-size: 28px;
    color: #cb7697;
}

.syo6 {
    margin: 0 auto;
    font-size: 28px;
    color: #a97cb5;
}

    
    #koyoukeitai {
        width: 90%;
        padding-bottom: 80px;
        margin: auto;
    }

    *,
    *:before,
    *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .koyou {
        max-width: 960px;
        margin: auto;
        text-align: left;
    }

    .koyou dl {
        margin: auto;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        height: auto;
    }

    .koyou .last {
        height: auto;
    }

    .k_top {
        border-top: 1px solid #ccc;
    }

    .koyou dt {
        width: 100%;
        float: left;
        color:#E2756D;
        text-align: left;
        padding-left: 40px;
    }

    .koyou dd {
        width: 80%;
        color: #5C5C5C;
        float: none;
    }

    /*========== フッター詳細 ==========*/
    footer {
        max-width: 1680px;
        letter-spacing: 0.1em;
        line-height: 1.7em;
    }

    footer p {
        color: rgb(255, 255, 255);
    }

    #footertop {
        height: auto;
    }

    #footertop img {
        width: 114px;
        padding-top: 20px;
    }

    #footertop p {
        width: 400px;
        padding-left: 40px;
        text-align: left;
        display: inline-block;
    }

    .hidari {
        border-right: 1px solid rgb(255, 255, 255);
    }

    #footerdown {
        font-weight: 400;
        padding: 11px;
        height: auto;
    }

    #footerdown p {
        width: 80%;
        font-size: 12px;
    }


    /*========== 各種背景 ==========*/
    /*グレー背景設定*/
    .gray {
        background-color: #f7f7f7;
    }

    /*ピンク背景設定*/
    .bgpink {
        background-color: #999999;
        color: #fff;
    }

    /*濃いグレー背景設定*/
    .darkgray {
        background-color: #999999;
        color: #fff;
        padding-top: 180px;
    }

    .htext {
        color: #999999;
        font-size: 18px;
        margin: 0;
        position: absolute;
        top: 80%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

    /*========= スクロールダウンのためのCSS ===============*/

    /*=== 9-1-2 丸が動いてスクロールを促す ====*/

    /*スクロールダウン全体の場所*/
    .scrolldown2 {
        /*描画位置※位置は適宜調整してください*/
        position: absolute;
        bottom: 54px;
        left: 50%;
    }

    /* 移動する四角の描写 */
    .scrolldown2:before {
        content: "";
        /*描画位置*/
        position: absolute;
        z-index: 2;
        bottom: 0;
        /*四角の形状*/
        width: 5px;
        height: 10px;
        background: #ed7971;
        /*四角の動き1.6秒かけて透過し、永遠にループ*/
        animation:
            circlemove 1.6s ease-in-out infinite,
            cirlemovehide 1.6s ease-out infinite;
    }

    /*下からの距離が変化して四角の全体が上から下に動く*/
    @keyframes circlemove {
        0% {
            bottom: 45px;
        }

        100% {
            bottom: -5px;
        }
    }

    /*上から下にかけて四角が透過→不透明→透過する*/
    @keyframes cirlemovehide {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1;
        }

        80% {
            opacity: 0.9;
        }

        100% {
            opacity: 0;
        }
    }

    /* 線の描写 */
    .scrolldown2:after {
        content: "";
        /*描画位置*/
        position: absolute;
        z-index: 1;
        bottom: -2px;
        left: 0;
        /*線の形状*/
        width: 5px;
        height: 55px;
        background: #cccccc;
    }


}