/* ========================
   PC版（デスクトップ用スタイル）
   ======================== */

body {
  background-color: #FFFFFF !important;
}

h1,h2,h3{
  font-size: 100px;
}

p {
  font-size: 15px !important;
}



/* 共通スタイル */
.container {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 0 !important;
  position: relative;
  overflow: visible;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.green{
  font-size: 20px;
  color: #A18941;
  margin-bottom: 10px;
}

.title {
  margin: 50px 0 0 0;
}

.title2 {
  margin: 100px 0 30px 0;
}

.title-p {
  margin-bottom: 50px;
}

.titleimage {
  width: 100vw;
  height: 80%;
  max-width: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.thick-hrconsultationmargin,
.thick-hr {
  background-color: #000000;
}

.thick-hr{
  display: block;
  border: none;
  height: 1px;
  margin: 0 0 20px 0;
  width: 100%;
}

.thick-hrconsultationmargin {
  margin: 0 0 80px 0;
}

.h2365margin {
  margin: 60px 0 10px 0;
}

.p365margin {
  margin: 0 0 50px 0;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}


.text,
.ontent{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
}



.comparisonimage {
  margin-right: 20px;
  width: 50%;
  height: auto;
}


.text-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px;
}

.text-row.reverse {
  flex-direction: row-reverse; /* 左右を逆にする */
}



.text-content1,
.text-content2 {
  flex: 1;
}

.calculator,
.graph {
  width: 14%;
  height: auto;
  object-fit: contain;
}



.moneymargin {
  margin: 50px 0 20px 0;
}

.moneymargin-2 {
  margin: 60px 0 20px 0;
}

.company-details {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
}

.company-details-text {
  display: flex;
  flex-direction: column; /* 縦に並べる */ 
}

.company-details-p{
  margin: 5px 0 0;
  color: black;
}

.consultationmargin {
  font-size: 35px;
  font-weight: bold;
  margin: 100px 0 6px 0;
	color: black;
}

/* ========================
   料金表・スキル・プロセス（PC）
   ======================== */

.package-wrapper,
.skillcard-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  max-width: 1100px;
}

.package-card,
.skillcard {
  border-radius: 10px;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.package-card {
  border: 1px solid #CDCDCD;
  padding: 10px;
  width: 320px;
  text-align: center;
}

.package-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0px;
}

  .package-name{
    font-size: 25px !important;
    font-weight: bold;
    color: #a18941;
    margin: 5px 0;
  }


.gold,
.skill-title .gold {
  color: #a18941;
}

.package-subtitle {
  border: 1px solid #daa520;
  color: #b6932d;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.package-price {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
}

.package-price span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 4px;
}

.package-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}

.price-table {
  border-collapse: separate;
  border-spacing: 0 5px;
  border: none;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}

.time365 {
  width: 40%;
  background-color: #F1EFE3;
  color: #b6932d;
}

.maney365 {
  width: 60%;
  background-color: #F5F5F5;
}

.price-table td {
  border: none;
  padding: 10px 15px;
}

.price-table td:last-child {
  color: #333;
}

.skillcard {
  border: 1px solid #CDCDCD;
  padding: 30px 10px;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}

.skill-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.4;
}

  .skill-name{
   font-size: 25px !important;
   font-weight: bold;
   color: #a18941;
   text-align: center;
  }

.skill-header {
  background-color: #f5f1e5;
  color: #b6932d;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 12px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 4px;
}

.skill-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.skill-list li {
  padding: 4px 0;
  color: #333;
}

.skill-list li.disabled {
  color: #ccc;
}

.skill-list li.gold {
  color: #a18941;
}

.workflow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
   gap: 8px;
}

.workflow-step {
  border: 2px solid #A18941;
  border-radius: 10px;
  padding: 40px 40px;
  text-align: center;
  flex-shrink: 0;
}

.step-text {
  font-size: 20px;
  font-weight: bold;
  color: #A18941;
  white-space: nowrap;
}

.workflow-arrow {
  font-size: 20px;
  color: #A18941;
  margin: 0 2px;
}

.content-block {
  position: relative;
  color: black;
  display: block;
  padding-right: 100px; /* 矢印が被らないよう余白確保 */
  text-decoration: none;
  color: inherit;
}

.arrow::after {
  content: '\2192';
  position: absolute;
  right: 0;
  top: 71%;
  transform: translateY(-50%);
  font-size: 80px;
  color: black;
  z-index: 10;
  font-weight: normal;
}

.company-details-p {
  margin-bottom: 17px;
  width: 110%;
  max-width: none;
}

@media screen and (max-width: 1116px) {
  .workflow-container {
    flex-direction: column; /* 縦並びに変更 */
  }

.workflow-step{
  width: 100%;
}

  .workflow-arrow {
    transform: rotate(90deg); /* 矢印を縦方向に変更（▶を↓のように見せる） */
    margin: 8px 0;
  }
}




@media screen and (min-width: 960px) {
  .skillcard {
    flex: 1 1 calc(33.333% - 20px);
  }
}

/* ========================
   スマホ版（768px以下）
   ======================== */
@media screen and (max-width: 768px) {
  #main-content,
  .container {
    width: 95%;
    padding: 0 10px;
  }

  br {
    display: none;
  }

  .title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
  }

  .title2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin: 40px 0 10px;
    text-align: left;
    white-space: normal; /* nowrapから修正 */
  }

  .title-p {
  margin-bottom: 10px;
  }

  .titleimage-wrapper {
  width: 100vw;
  margin-right: calc(-50vw + 50%);

  }

  .titleimage {
    width: 100%;
    height: auto;
    display: block;
    
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

	.text365-01{
		margin: 0;
	}

  .content-area p {
    white-space: normal;
  }

  .green {
    font-weight: bold;
    margin-top: 0px;
  }

  .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
  }

  .comparisonimage,
  .calculator,
  .graph {
    width: 100%;
    margin-bottom: 0px;
  }

  .calculator,
  .graph {
    display: none !important;
  }

  .text,
  .text-content {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }

  .p365margin {
    margin: 0 0 20px 0;
  }

  .text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    white-space: normal;
  }

  .moneymargin{
   font-size: 25px;
  }

  .package-title,
  .skill-title
   {
  font-size: 25px;
  }

  .package-name{
	font-size: 20px !important;
    font-weight: bold;
    margin: 5px 0;
  }

  .skill-name{
    font-weight: bold;
    color: #a18941;
    text-align: center;
  }

.package-price {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  }



  .skill-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 0 30px; /* 行間と列間の隙間 */
    text-align: left;
    padding-left: 5px; /* 左側の余白（好みに応じて） */
  }

  .skill-list li {
    padding: 4px 0;
  }

 .workflow-container {
    flex-direction: column;
    align-items: center;
	gap: 0;
  }

  .workflow-arrow {
    transform: rotate(90deg); /* ▶ を下向きに */
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
    display: block;
  }

  .workflow-step {
    padding: 20px;
  }


  .thick-hr {
    margin-top: 10px;
    height: 2px;
    background-color: #000;
    border: none;
  }

  .h2365margin{
		margin: 40px 0 0 0 !important;
  }
	
  .arrow{
   max-width: 10%;
  }

  .arrow::after {
  content: '\2192';
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  font-size: 45px;
  color: black;
  z-index: 10;
  font-weight: normal;
}

  .consultationmargin {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  margin: 30px 0 10px 0;
  width: 120%;
  max-width: none;
}

.company-details-p {
  margin-bottom: 14px;
  width: 115%;
  max-width: none;
}

.thick-hrconsultationmargin {
    margin: 0 0 60px 0;
}

}


.h2365margin{
    font-weight: bold;
    line-height: 1.6;
    margin: 40px 0 10px;
    text-align: left;
    white-space: normal;
}


