@charset "utf-8";

/*font-family: "Zen Kaku Gothic Antique", sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

/*=====ボディ設定*/
html {
  font-size: 62.5%;
  line-height: 1;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif; /*基本フォント,代替フォント*/
}

body {
  font-size: 1.6rem;
  overflow: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*=====メイン*/

.block_slider {
  position: relative;
  margin: 0 0 38px;
}

/*メインタイトル調整*/
.block_slider p {
  position: absolute;
  z-index: 2;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 2.8vw;
  line-height: 1.4;
  background-color: rgba(0, 43, 191, 0.7);
  padding: 20px;
}

/*スライド画像調整*/
.img_slider img {
  width: 100%;
  object-fit: cover;
}

/*---------------------------
  news
----------------------------*/

/*お知らせコンテンツ全体調整*/
.news {
  width: 920px;
  margin: 0 auto;
}

/*お知らせタイトル調整*/
.ttl_cmn1 {
  font-size: 2rem;
  font-weight: 500;
  width: 920px;
  height: 54px;
  background-color: #e7ecfc;
  padding-top: 13px;
  padding-left: 24px;
  border-bottom: 2px solid #3f59b2;
  margin-bottom: 15px;
}

/*お知らせ（英語表示調整）*/
.ttl_cmn1 span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3f59b2;
  padding-left: 20px;
}

/*お知らせリスト全体調整*/
.news ol {
  list-style: none;
  margin-bottom: 45px;
}

/*リスト調整*/
.list_news li {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 15px 0 20px;
  border-bottom: 1px dashed #3f59b2;
}

/*aタグリンク調整*/
.list_news a {
   font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.43;
  text-decoration: none;
  color: #000;
}

.list_news a:hover {
  text-decoration: underline #000 1px;
}

/*日付調整*/
.list_news .date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3f59b2;
}


/*ボタン調整*/
.button {
  display: flex; /*インライン要素を解除*/
  width: 280px;
  height: 54px;
  border: 1px solid #3f59b2;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3f59b2;
  position: relative;
  margin-bottom: 91px;
  text-decoration: none;
}

/*ボタンアイコン調整*/
.button .fa-angle-right {
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
}

.button:hover {
  background-color: #e7ecfc;
}

/*---------------------------
  about・business
----------------------------*/

/*会社概要全体調整*/
.about {
  width: 100%;
  height: auto;
  background-color: #f7f8fd;
  margin-bottom: 93px;
  padding: 50px 0 43px;
}

/*要素調整*/
.about_wrap {
  display: grid;
  grid-template-columns: repeat(2, 440px);
  justify-content: space-between;
  width: 920px;
  margin: auto;
  list-style: none;
}

.about_wrap a:hover {
  color: #3f59b2;
}

/*イメージ画像調整*/
.about_wrap img {
  width: 100%;
  height: auto;
  border: 10px solid #fff;
  margin-bottom: 15px;
  text-align: center;
  transition: transform .6s ease; /* ゆっくり変化させる */
}

.about_wrap img:hover {
  opacity:0.7;
	transition:0.3s;
}

.about_wrap a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}

/*画像テキスト調整*/
.about_wrap span {
  display: block;
  background-image: url(../images/top/icon_arrow.svg);
  background-position: right center;
}

/*---------------------------
  contact
----------------------------*/
.contact {
  width: 920px;
  margin: 0 auto;
}

/*問い合わせタイトル調整*/
.contact_ttl {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 36px;
}

/*問い合わせタイトル（英語）調整*/
.contact_ttl p {
  font-size: 14px;
  color: #3f59b2;
  text-align: center;
  margin-top: 7px;
}

/*テキスト調整*/
.contact_text {
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

/*リスト調整*/
.contact_list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 306px);
  grid-template-rows: 140px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  background-color: #f7f8fd;
  margin-bottom: 63px;
}

/*テキスト調整*/
.contact_list p {
  margin: 6px 0;
  font-size: 1.4rem;
  font-weight: 400;
}

/*aタグ調整*/
.contact_list a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-decoration: underline #000 2px;
}

/*電話番号調整*/
.contact_list .tel {
  text-decoration: none;
}

.contact_list a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------------------
  ブレークポイント
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*イメージ設定*/
  img {
    max-width: 100%;
    height: auto;
  }

  .block_slider {
    padding-top: 54px;
  }

  /*メインタイトル調整*/
  .block_slider p {
    top: auto;
    bottom: 0;
    text-align: left;
    font-weight: 700;
    font-size: 6.5vw;
    padding: 15px;
  }

  /*スライド画像調整*/
  .slider img {
    object-fit: cover;
  }

  /*---------------------------
  news
----------------------------*/
  /*お知らせコンテンツ全体調整*/
  .news {
    width: 90%;
    margin: 0 auto;
  }

  /*お知らせタイトル調整*/
  .ttl_cmn1 {
    font-weight: 600;
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: 5px;
  }

  /*お知らせ（英語表示調整）*/
  .ttl_cmn1 span {
    font-weight: 600;
    padding-left: 9px;
  }

  /*お知らせリスト全体調整*/
  .news ol {
    margin-bottom: 31px;
  }

  /*お知らせリスト縦積み*/
 .list_news li {
  display: block;
  padding: 7px 0 ;
  border-bottom: 1px dashed #3f59b2;
}


  /*お知らせリスト縦積み*/
  .list_news span {
    display: block;
    padding: 12px 0;
  }

  /*テキスト内容調整*/
  .list_news .text {
    margin-left: 0px;
    line-height: 1.43;
  }

  /*ボタン調整*/
  .button {
    margin-bottom: 39px;
  }

  /*---------------------------
  about・business
----------------------------*/

  /*会社概要全体調整*/
  .about {
    width: 100%;
    height: auto;
    margin-bottom: 55px;
    padding: 33px 0 14px;
  }

  /*要素調整*/
  .about_wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .about_wrap img {
    margin-bottom: 18px;
  }

  .about_wrap span {
    margin: 0 0 20px;
  }

  /*---------------------------
  contact
----------------------------*/
  .contact {
    width: 100%;
    margin: 0 auto;
  }

  /*問い合わせタイトル調整*/
  .contact_ttl {
    display: block;
    text-align: center;
    margin-bottom: 42px;
  }

  /*リスト調整*/
  .contact_list {
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom: 49px;
    background-color: transparent;
  }

  .contact_list li {
    width: 95%;
    padding: 42px 0;
    background-color: #f7f8fd;
    margin: 1px auto;
  }

  /*テキスト調整*/
  .contact_list p {
    margin: 8px 0;
    font-size: 1.4rem;
    font-weight: 400;
  }

  /*aタグ調整*/
  .contact_list a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    text-decoration: underline #000 1px;
  }

  /*電話番号調整*/
  .contact_list .tel {
    text-decoration: none;
    margin-top: 13px;
  }
}
