@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");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;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;
  }
}

/*------------------------------------------------------------------------------
  news -個別ページー
------------------------------------------------------------------------------*/

/*パンくずリスト位置調整*/
.breadcrumb {
  width: 920px;
  margin: 0 auto;
  text-align: right;
  margin-bottom: 24px;
  margin-top: 12px;
}

.breadcrumb_list {
  display: flex;
  justify-content: flex-end;
  width: auto;
  font-size: 1.2rem;
  align-items: center;
  list-style: none;
  text-decoration: none;
}

/*パンくずリストaタグ*/
.breadcrumb a {
  text-decoration: none;
  color: #000;
}

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

/*矢印アイコン*/
.breadcrumb .fa-angle-right {
  color: #3f59b2;
  padding: 0 8px;
  font-size: 1.2rem;
}

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

.ttl_content {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

.ttl_content p {
  font-size: 2rem;
  font-weight: 500;
  color: #3f59b2;
  margin-top: 18px;
  margin-bottom: 40px;
}

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

/*リスト調整*/
.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;
}

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

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

/*----------------------------
  ブレークポイント
------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: max(1.6rem, 4.2vw);
  }

  main {
    width: 90%;
    margin: 0 auto;
  }

  /*イメージ設定*/
  img {
    max-width: 100%;
    height: auto;
  }

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

  .ttl_content {
    font-size: 8.5vw;
    padding-top: 12vw;
  }

  .ttl_content p {
    font-size: 5vw;
    margin-top: 3vw;
    margin-bottom: 13vw;
  }

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

  .list_news li {
    display: block;
    padding: 2vw 0 4vw;
    border-bottom: 1px dashed #3f59b2;
  }

  /*aタグリンク調整*/
  .list_news a {
    display: block;
    padding-top: 2vw;
    font-size: 4.2vw;
  }

  /*日付調整*/
  .list_news .date {
    font-size: 4vw;
  }
}

/*------------------------------------------------------------------------------
  news/detail -個別ページー
------------------------------------------------------------------------------*/
/*ページ全体設定*/
.article_news {
  width: 920px;
  margin: 0 auto;
}

/*タイトル上下幅設定*/
.news_detail {
  padding-top: 40px;
  margin-bottom: 70px;
}

/*ニュースタイトル設定*/
.news_detail h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 21px;
}

/*日付設定*/
.news_detail time {
  font-size: 2rem;
  font-weight: 600;
}

/*詳細テキスト設定*/
.article_news p {
  line-height: 2;
  margin-bottom: 66px;
}

/*画像設定*/
.article_news img {
  display: block;
  margin: 0 auto;
}

/*ボタン調整*/
.article_news .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-top: 54px;
  margin-bottom: 91px;
  text-decoration: none;
}

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

/*ボタンホバー設定*/
.article_news .button:hover {
  background-color: #e7ecfc;
}

/*----------------------------
  ブレークポイント
------------------------------*/
@media screen and (max-width: 768px) {
  /*ページ全体設定*/
  .article_news {
    width: 100%;
    margin: 0 auto;
  }

  /*タイトル上下幅設定*/
  .news_detail {
    padding-top: 0;
    margin-bottom: 10vw;
  }

  /*ニュースタイトル設定*/
  .news_detail h1 {
    margin: 0 0 4.8vw;
    font-size: 5.3vw;
  }

  /*日付設定*/
  .news_detail time {
    font-size: 4.5vw;
  }

  /*詳細テキスト設定*/
  .article_news p {
    margin-bottom: 10vw;
  }

  /*ボタン調整*/
  .article_news .button {
    width: 75vw;
    height: 10vw;
    font-size: 3.5vw;
    margin-top: 12vw;
    margin-bottom: 20vw;
  }
}

/*------------------------------------------------------------------------------
  about -個別ページー
------------------------------------------------------------------------------*/
.about {
  width: 920px;
  margin: 0 auto;
}

.ttl_company_en {
  padding-bottom: 17px;
}

/*タイトル調整*/
.ttl_about {
  font-size: 2rem;
  font-weight: 600;
  background-color: #e7ecfc;
  border-bottom: 2px solid #3f59b2;
  padding: 17px 20px;
  margin-bottom: 36px;
}

/*会社概要コンテンツ調整*/
.about_wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}

/*会社概要テーブル調整*/
.table_about th,
.table_about td {
  border: 1px solid #000;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}

.table_about th {
  width: 119px;
  background-color: #f7f8fd;
  padding: 18px 20px;
}

.table_about td {
  width: 321px;
  padding: 19px 26px;
}

/*取引先リスト調整*/
.about_list {
  margin-left: 18px;
}

/*取引先リスト位置調整*/
.about_list span {
  vertical-align: middle;
  padding-left: 8px;
}

/*liタグ大きさ調整*/
.about_list li::marker {
  font-size: 6px;
}

/*会社概要画像調整*/
.about_wrap figure img {
  height: auto;
  margin-bottom: 13px;
  object-fit: cover;
}

/*沿革コンテンツ調整*/
.table_history {
  margin-bottom: 90px;
}

/*沿革テーブル調整*/
.table_history th,
.table_history td {
  background-color: #f7f8fd;
  font-weight: 400;
  border-bottom: 10px solid #fff;
  text-align: left;
}

.table_history th {
  width: 160px;
  padding: 18px 20px;
}

.table_history td {
  width: 760px;
}

/*企業理念テキスト*/
.about_philosophy {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 104px;
}

/*----------------------------
  ブレークポイント
------------------------------*/
@media screen and (max-width: 768px) {
  .about {
    width: 100%;
  }

  .ttl_about {
    margin: 0 0 5vw;
    font-size: 5.3vw;
  }

  .ttl_company_en {
    padding-bottom: 0;
  }

  /*会社概要コンテンツ調整*/
  .about_wrap {
    display: block;
    margin-bottom: 14vw;
  }

  .table_about {
    width: 100%;
    margin-bottom: 6vw;
  }

  /*会社概要テーブル調整*/
  .table_about th,
  .table_about td {
    display: block;
    border: none;
    line-height: 1.4;
  }

  .table_about th {
    width: 100%;
    font-weight: 600;
    font-size: 3.5vw;
    background-color: #f7f8fd;
    padding: 2.5vw 3vw;
  }

  .table_about td {
    width: 100%;
    padding: 3.5vw 0;
  }

  /*会社概要画像調整*/
  .about_wrap figure img {
    width: 100%;
    height: auto;
  }

  /*沿革コンテンツ調整*/
  .table_history {
    margin-bottom: 10vw;
  }

  /*沿革テーブル調整*/
  .table_history th {
    padding: 5.9vw 20px;
    vertical-align: top;
  }

  .table_history td {
    padding: 5vw 6vw 5vw 0;
    line-height: 1.2;
    vertical-align: top;
  }

  /*企業理念テキスト*/
  .about_philosophy {
    font-size: 6vw;
    line-height: 1.5;
    text-align: left;
    padding-top: 2vw;
    margin-bottom: 20vw;
  }
}

/*------------------------------------------------------------------------------
  business -個別ページー
------------------------------------------------------------------------------*/
.business {
  width: 920px;
  margin: 0 auto;
}

.ttl_business_en {
  padding-bottom: 17px;
}

/*タイトル調整*/
.ttl_business {
  font-size: 2rem;
  font-weight: 600;
  background-color: #e7ecfc;
  border-bottom: 2px solid #3f59b2;
  padding: 17px 20px;
  margin-bottom: 44px;
}

/*事業内容調整*/
.business_wrap {
  display: flex;
  justify-content: space-between;
}

/*事業内容イメージ余白調整*/
.business_wrap img {
  margin-bottom: 11px;
}

/*画像テキスト*/
.business_wrap figcaption {
  font-weight: 700;
  text-align: center;
  margin-bottom: 105px;
}

/*主要製品調整*/
.product_wrap {
  display: flex;
  justify-content: space-between;
}

/*主要製品イメージ余白調整*/
.product_wrap img {
  margin-bottom: 18px;
}

/*画像テキスト*/
.product_wrap figcaption {
  font-weight: 700;
  text-align: left;
  margin-bottom: 105px;
}

/*----------------------------
  ブレークポイント
------------------------------*/
@media screen and (max-width: 768px) {
  .business {
    width: 100%;
  }

  .ttl_business_en {
    padding-bottom: 0;
  }

  /*事業内容調整*/
  .business_wrap {
    display: block;
    text-align: center;
    margin-bottom: 20vw;
  }

  /*事業内容イメージ余白調整*/
  .business_wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 4vw;
  }

  /*画像テキスト*/
  .business_wrap figcaption {
    font-size: 4vw;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10vw;
  }

  /*主要製品調整*/
  .product_wrap {
    display: block;
    text-align: center;
    margin-bottom: 20vw;
  }

  /*事業内容イメージ余白調整*/
  .product_wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 4vw;
  }

  /*画像テキスト*/
  .product_wrap figcaption {
    font-size: 4vw;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10vw;
  }
}

/*------------------------------------------------------------------------------
  contact -個別ページー
------------------------------------------------------------------------------*/
.contact {
  width: 920px;
  margin: 0 auto;
}

.ttl_contact_en {
  padding-bottom: 18px;
}

/*タイトル調整*/
.ttl_ccontents.contact {
  font-size: 2rem;
  font-weight: 600;
  background-color: #e7ecfc;
  border-bottom: 2px solid #3f59b2;
  padding: 17px 20px;
  margin-bottom: 36px;
}

/*コンタクトリンク調整設定*/
.contact_tel,
.contact_mail,
.contact_web {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fd;
  padding: 45px 0 50px;
}

/*余白設定*/
.contact_tel,
.contact_mail {
  margin-bottom: 65px;
}

/*余白設定*/
.contact_web {
  margin-bottom: 112px;
}

/*画像位置調整*/
.contact img {
  margin-top: 8px;
}

/*リンクテキスト調整*/
.contact a {
  font-size: 3.6rem;
  font-weight: 700;
  color: #000;
  margin-left: 10px;
}

/*テキスト設定*/
.contact span {
  font-weight: 700;
}

/*電話リンク詳細設定*/
.contact_tel a {
  text-decoration: none;
  margin-right: 47px;
}

/*メールリンク詳細設定*/
.contact_mail a {
  margin-right: 60px;
  text-decoration-thickness: 1px; /* 太さを3pxに設定 */
  text-underline-offset: 6px; /*リンク下線の位置*/
}

/*ウェブ詳細設定*/
.contact_web a {
  text-decoration-thickness: 1px; /* 太さを3pxに設定 */
  text-underline-offset: 6px;
}

/*リンクホバー設定*/
.contact_mail a:hover,
.contact_web a:hover {
  text-decoration: none;
}

/*----------------------------
  ブレークポイント
------------------------------*/
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
  }

  .ttl_contact_en {
    padding-bottom: 0;
  }

  /*タイトル調整*/
  .ttl_ccontents.contact {
    font-size: 5vw;
    font-weight: 600;
    padding: 17px 20px;
    margin-bottom: 36px;
  }

  /*画像調整*/
  .contact img {
    display: block;
    margin: 0 auto;
  }

  .contact span {
    display: block;
    margin: 0 auto;
  }

  /*コンタクトリンク調整設定*/
  .contact_tel,
  .contact_mail,
  .contact_web {
    display: block;
    align-items: center;
    text-align: center;
    padding: 12vw 0;
  }

  /*リンクテキスト調整*/
  .contact a {
    display: block;
    font-size: 7vw;
    margin-left: 0;
    margin-bottom: 5vw;
    line-height: 1.3;
  }

  /*電話リンク詳細設定*/
  .contact_tel a {
    margin-right: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px; /* 太さを3pxに設定 */
  }

  /*メールリンク詳細設定*/
  .contact_mail a {
    margin: 0 0 5vw 0;
    text-decoration-thickness: 2px; /* 太さを3pxに設定 */
    text-underline-offset: 3px; /*リンク下線の位置*/
  }

  /*ウェブ詳細設定*/
  .contact_web a {
    text-decoration-thickness: 2px; /* 太さを3pxに設定 */
    text-underline-offset: 6px;
  }

  /*余白設定*/
  .contact_web {
    margin-bottom: 65px;
  }
}
