@charset "UTF-8";
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* slickのautoスライドの時などに、画面をタップするとスライドが動かなくなるのを防ぐ */
/* safariでボタンを押した際に出てくる青枠を消す */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
よく使う疑似要素、小技
----------------------------------------------------*/
/* ボックス影 */
/* 反転*/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/* icon 横にぐるっと回転 */
/* 親要素よりも幅を超えて表示 */
/* 矢印 */
/*----------------------------------------------------
矢印つきボタン
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/*----------------------------------------------------
google font
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------

//html例：<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>

----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/* ホバーで中央から線が出る */
/* ホバーで中央の線がきえる */
/*----------------------------------------------------
中央から下線 

//html例：<a class="link" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
左から下線 

//html例：<a class="link_L" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
共通パーツ
----------------------------------------------------*/
main {
  margin: 70px 0 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main {
    margin: 80px 0 100px;
  }
}

.mainTitle {
  margin-bottom: 40px;
}
.mainTitle span {
  display: block;
}
.mainTitle .en {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #6DA3EF;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mainTitle .en {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
.mainTitle .jp {
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.5667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mainTitle .jp {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1.5667;
  }
}

.stepTitle {
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  .stepTitle {
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.6667;
    padding-left: 145px;
    margin-bottom: 60px;
  }
}
.stepTitle .step span {
  display: inline-block;
  padding: 2px 42px 2px 15px;
  margin-bottom: 3px;
  background: linear-gradient(120deg, #2662B4 70%, rgba(213, 219, 59, 0) 70%, rgba(213, 219, 59, 0) 100%);
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  .stepTitle .step span {
    position: absolute;
    margin-bottom: 0;
    top: 7px;
    left: 0;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
    padding: 5px 70px 5px 21px;
  }
}

.box {
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .box {
    margin-bottom: 40px;
  }
}
.box .text {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .box .text {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.75;
  }
}
.box .text.small {
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .box .text.small {
    font-size: 14px;
  }
}
.box .boxTitle {
  color: #1F2A40;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  .box .boxTitle {
    margin-bottom: 19px;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}

.attentionArea {
  background-color: #E4F3F7;
  padding: 33px 20px;
  /* -750 */
}
@media all and (max-width: 751px) {
  .attentionArea {
    margin: 0 calc(50% - 50vw) 40px;
    width: 100vw;
  }
}
.attentionArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  .attentionArea {
    padding: 50px 60px;
  }
}
.attentionArea .attnBox {
  margin-bottom: 30px;
}
.attentionArea .attnBox:last-child {
  margin-bottom: 0;
}
.attentionArea .attenTitle {
  font-weight: bold;
  color: #2662B4;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  .attentionArea .attenTitle {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
.attentionArea .boxTitle {
  margin-bottom: 5px;
}

.steplst > li {
  margin-bottom: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .steplst > li {
    margin-bottom: 100px;
  }
}

.intro {
  margin-bottom: 50px;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .intro {
    margin-bottom: 90px;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.75;
  }
}

/*----------------------------------------------------
オンライン相談
----------------------------------------------------*/
#online .stepTitle {
  /* 751- */
}
@media all and (min-width: 751px) {
  #online .stepTitle {
    padding-left: 170px;
  }
}
#online .stepTitle .step span {
  padding: 2px 50px 2px 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #online .stepTitle .step span {
    padding: 5px 80px 5px 21px;
  }
}
#online .intro {
  font-weight: bold;
}
#online .attentionArea li {
  padding: 5px 0;
}
#online .small {
  padding-top: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #online .small {
    padding-top: 30px;
  }
}
#online .box .image {
  max-width: 850px;
  margin: 30px auto 0;
}

/*----------------------------------------------------
感染症に対する取り組み
----------------------------------------------------*/
#covid .intro {
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #covid .intro {
    margin-bottom: 50px;
  }
}
#covid .imagearea {
  max-width: 800px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 751- */
}
@media all and (min-width: 751px) {
  #covid .imagearea {
    margin: 0 auto 90px;
  }
}
#covid .imagearea .image {
  width: 30%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #covid .imagearea .image {
    width: 25%;
  }
}
#covid .stepTitle {
  position: relative;
  display: inline-block;
  padding-right: 55px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #covid .stepTitle {
    padding-right: 100px;
  }
}
#covid .stepTitle .icon {
  position: absolute;
  right: 0;
  bottom: -5px;
  display: inline-block;
  width: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #covid .stepTitle .icon {
    bottom: -25%;
    width: 80px;
  }
}

/*----------------------------------------------------
SDGsへの取り組み
----------------------------------------------------*/
#sdgs .sdgs {
  max-width: 790px;
  margin: 70px auto;
}
#sdgs .sdgslst > li {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  #sdgs .sdgslst > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#sdgs .sdgslst > li .imgarea {
  width: 100px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #sdgs .sdgslst > li .imgarea {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#sdgs .sdgslst > li .textarea {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #sdgs .sdgslst > li .textarea {
    text-align: left;
    width: 100%;
    max-width: 580px;
    margin: 0 0 0 60px;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.75;
  }
}
/*# sourceMappingURL=online.css.map */