/*
Theme Name: genken
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

@charset "UTF-8";

* {
  box-sizing: border-box;
} /*全ての要素をborder-boxにするーーコンテンツ、border、paddingの合計がwidthと解釈される*/

html {
  font-size: 100%;
}
/*設定した文字サイズを正しく反映*/

img {
  max-width: 100%;
}
/*画像の大きさの指定。画像が親要素よりも大きくなることを防ぐ*/

body {
  background-color: white;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  cursor: pointer;
}

main {
    margin: auto;
}

.company-title {
  width: 69.44%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.company-title h1 {
  margin-bottom: 0px;
}

#company-visual {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.border-only {
  width: 100%;
  height: 0px;
  border: solid #4070bf 3px;
  margin-top: 80px;
}

.company-contents {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

/* Luandinhvo */
.company-contents h2 {
  font-size: 32px;
  font-weight: bold;
  background-image: url('./_g3/image/vector.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 30px;
  padding-left: 20px;
  width: 300px;
}
/* Luandinhvo */

.company-container1 {
  margin-top: 35px;
}

.company-container1,
.company-container2 {
  display: flex;
  justify-content: center;
  column-gap: 35px;
  margin-left: auto;
  margin-right: auto;
}

.company-container2 {
  margin-top: 50px;
}

.company-item8 {
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  width: 32.09%;
  height: 150px;
  border: 3px solid #4070BF;
}

.company-item8 h3 {
  font-size: 24px;
  font-weight: bpld;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.company-item8 p {
  text-align: left;
}

.label-position {
  margin-left: -1%;
}

.company-label{
  position: relative;
  top: -45px;
}


/*====================メディアクエリーcss=======*/

@media (max-width: 678px) {
  .label-position {
    margin-left: 0;
  }
  .company-label{
    top: -20px;
  }

  .company-title {
    width: 94.7%;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .border-only {
    margin-top: 20px;
  }

  .company-contents {
    width: 90.4%;
    margin-top: 30px;
  }

  .company-contents h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    }

  .company-container1,
  .company-container2 {
    flex-direction: column;
    align-items: center; /* 中央寄せ */
    }

  .company-container1 {
    margin-top: 25px;
    }

  .company-container2 {
    margin-top: 0px;
    }

  .company-item8 {
    margin-bottom: 40px;
    margin-left: 18px;
    margin-right: 18px;
    width: 70%;
    height: 100px;
    }

  .company-item8 h3 {
    font-size: 18px;
    }
}
