


.hakadori-block {
  font-family: "Yu Gothic", sans-serif;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}

.hakadori-block .area01-midasi{
text-align: center !important;
  font-size: 70px !important;
  line-height: 1.15 !important;	
	font-weight: bold !important;

	
}
.hakadori-block .area01-midasi-h2{
	text-align: center !important;
  font-size: 50px !important;
  line-height: 1.15 !important;	
	margin: 30px auto !important;	
		font-weight: bold !important;
	
}

.AIlogo{
	margin-bottom: 20px;
	  width: 200px; /* 横幅を固定 */
  height: auto; /* アスペクト比を保つために高さは自動 */
	
}
.hakadori-block .area01-midasi-h3{
	text-align: center !important;
  font-size: 25px !important;
	line-height: 1.5 !important;	
font-weight: bold !important;	}
	
.area01{	
	overflow: hidden!important;
}
.area01-left{
	float: left !important;	
}
.area01-right{
	float: right!important;	
}

.custom-contact-bg {
  background-color: #cee3ff;
  padding: 40px;
  text-align: center;
}

.custom-contact-button {
  display: inline-block;
  width: 300px;
  height: 60px;
  background-color: #f7941f;
  color: #fff;
  font-family: 'Yu Gothic', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.custom-contact-button .arrow {
  margin-left: 10px;
}

.custom-contact-button:hover {
  opacity: 0.85;
}


/* 生成AI */

.gpt-section {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Yu Gothic', sans-serif;
  padding: 40px 20px;
}

.gpt-title {
  font-size: 35px;
  color: #046eb3;
  margin-bottom: 40px;
	text-align: center;
	  font-weight: bold;
	margin-top: 50px;
}

.gpt-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.gpt-item {
  width: 30%;
  min-width: 260px;
  flex: 1 1 30%;
}

.gpt-item p {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.gpt-item img {
  width: 250px;
  height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .gpt-items {
    flex-direction: column;
    align-items: center;
  }

  .gpt-item {
    width: 100%;
    max-width: 500px;
  }
}



/* 生成AI end*/




/*セキュア*/
.secure-section {
  background-color: #cee3ff;
  text-align: center;
  font-family: 'Yu Gothic', sans-serif;
  padding: 40px 20px 40px;
  position: relative;
}

.secure-title {
  font-size: 35px;
  color: #046eb3;
  margin-bottom: 40px;
	 text-align: center;
	font-weight: bold;
}

.secure-box {
  max-width: 580px;
  margin: 0 auto ;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
}

.secure-item {
  flex: 1 1 240px;
  text-align: center;
  position: relative;
}

.circle {
  background-color: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.secure-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  width: 220px;
  z-index: 2;
  pointer-events: none;
	  text-align: center;
	font-weight: bold;
}

.secure-x {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secure-x img {
  max-width: 100%;
  height: auto;
}


.secure-triangle-img img {
  width: 62px;
  height: auto;
	text-align: center;
	margin: 0 auto ;
	display: block;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .secure-box {
    flex-direction: column;
    align-items: center;
  }

  .secure-item,
  .secure-x {
    width: 100%;
  }

  .secure-x {
    margin: 20px 0;
  }
}

/*セキュア終わり*/
.hakadori-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.hakadori-text {
  flex: 1 1 50%;
  min-width: 300px;
}

.hakadori-visual {
  flex: 1 1 45%;
  min-width: 280px;
  text-align: center;
}

.hakadori-visual img {
  max-width: 100%;
  height: auto;
}

/* タイトル・説明文など */
.hakadori-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  margin-bottom: 0.5rem;
}

.hakadori-highlight {
  color: #0077c8;
}

.hakadori-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.5rem;
}

.hakadori-description {
  font-size: 1.2rem;
  color: #003366;
  line-height: 1.6;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .hakadori-content {
    flex-direction: column;
    text-align: center;
  }

  .hakadori-title {
    font-size: 2rem;
  }

  .hakadori-subtitle {
    font-size: 1.6rem;
  }

  .hakadori-description {
    font-size: 1rem;
  }
}
