
.pankuzu {
    margin: 0 auto;
    text-align: right;
	font-size:0.85em;
}
.pankuzu a{
	text-decoration: underline;
}
.aboutus-title{
	border-left:4px solid var(--primary);
	color:#1a5c8a;
	line-height: 1;
  	padding: 5px 0 7px 10px;
	  font-size: 24px;
}
.aboutus-title-en{
	color:#e8392a;
	font-size:0.7em;
	font-weight:normal;  
	padding-left: 1em;
}

.company-table-section {
  background: #fff;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(25, 39, 79, .12);
  overflow: hidden;
}

.company-table tbody tr {
  border-bottom: 1px solid rgba(25, 39, 79, .08);
}

.company-table tbody tr:last-child {
  border-bottom: none;
}

.company-table-label {
  background: #EDFAFF;
  color: #1b5db8;
  font-weight: 700;
  padding: 18px 24px;
  text-align: left;
  width: 25%;
  vertical-align: top;
  border-right: 1px solid rgba(25, 39, 79, .08);
}

.company-table-value {
  background: #fff;
  color: #333;
  padding: 18px 24px;
  text-align: left;
  line-height: 1.8;
}



.history-section {
  background: #f8f6ff;
}

.history-table {
  width: 100%;
  border-collapse: collapse;
}

.history-table tbody tr {
  display: flex;
  border-bottom: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(17, 32, 56, .06);
  overflow: hidden;
  margin-bottom: 10px;
}

.history-table tbody tr:last-child {
  margin-bottom: 0;
}

.history-date {
  width: 22%;
  color: #0066cc;
  font-weight: 700;
  padding: 20px 24px;
  vertical-align: top;
}

.history-event {
  flex: 1;
  color: #333;
  padding: 20px 24px;
  text-align: left;
  line-height: 1.8;
}
.mfp_buttons button {
	background: var(--primary);
    color: var(--primary-ink);
    padding: 10px 4em;
    border-radius: 12px;
    border: 0;
    font-size: 1.25em;
}

#privacy ul{
	list-style-type: disc;
	padding-left:1em;
}
#privacy ol > li{
	margin-bottom: 0.5em;
}
#privacy h3{
	margin-top: 3.0em;
}
#privacy article h3:first-child{
	margin-top: 0em;
}

.section--aboutus,
.section--projects,
.section--recruit{
    background: #F5FCFD;
    background-image:url("../image/bg_wave_sub01top.png");
    background-repeat:no-repeat;
    background-position:center top;
}

#aboutus .wave-bottom,
#projects .wave-bottom,
#recruit .wave-bottom{
    background: #fff;
    background-image:url("../image/bg_wave_sub02bottom.png");
    background-repeat:no-repeat;
    background-position:center top;
}

.tel-banner {
	width:285px;
	margin: 30px auto 0;
}

.banner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  border: 2px solid #e8392a;
  border-radius: 6px;
  padding: 10px 20px 10px 16px;
  text-decoration: none;
  color: inherit;
}

.banner__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.banner__text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.banner__label {
  font-size: 13px;
  color: #e8392a;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.banner__number-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.banner__number {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

#contact h2 + p a{
	text-decoration: underline;
}
.banner__contact {
  font-size: 12px;
  color: #555;
  white-space: nowrap;
}
.no-btn-contact-form .btn-contact-form{
	opacity: 0!important;
}


.certification img {
    height:100%;
    width:auto;
}

/* =========================
   Responsive (1440 / desktop)
========================= */
@media (min-width: 841px){
	
	.subpage {
	  	margin-top: 0px!important;
	}
	
	.pankuzu {
		width:1200px;
		transform: translateY(-2VW);
	}
	
	#aboutus .policy-group {
        display: flex;
        align-items: flex-start; /* 上揃え */
        gap: 20px; /* 要素間の余白（任意） */
	}
	#aboutus .container article {
		/*float:left;*/
	}
	
	.policy01 {
		margin-bottom:90px;
		width:100%;
	}
	.policy02 {
		margin-bottom:90px;
		width:50%;
  		flex: 1; /* 幅を均等にする場合 */
	}
	.policy03 {
		margin-bottom:90px;
		width:49%;
  		flex: 1; /* 幅を均等にする場合 */
	}
	
	.policy01 h3{
		margin-bottom:0px;
	}
	.policy01 .aboutus-text {
		font-size:32px;
		line-height: 1.9;
		text-align: center;
        font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	}
	.policy02 .aboutus-text {
		font-size:22px;
		line-height: 1.43;
	}
	.policy02 ul li {
		font-size:16px;
	}
	.policy03 .aboutus-text {
		font-size:20px;
		line-height: 1.85;
	}
	
    .company-table,
	.history-table {
      	width: 1000px;
		margin: 0 auto;
    }
	
	
    .section--aboutus,
    .section--projects,
    .section--recruit{
		padding: 180px 0 0;
		background-size: 100%;
    }
	#aboutus .wave-bottom,
	#projects .wave-bottom,
	#recruit .wave-bottom,
	#contact .wave-bottom,
	#history .wave-bottom{
		background-size: 100%;
		height:143px;
		height: 7VW;
	}
	
    .section--history{
        padding: 200px 0 0;
        background: #F5FCFD;
        background-image:url("../image/bg_wave_sub02top.png");
        background-repeat:no-repeat;
        background-position:center top;
		background-size: 100%;
    }
	#contact .wave-bottom,
	#history .wave-bottom{
        background: #fff;
        background-image:url("../image/bg_wave_sub02bottom.png");
        background-repeat:no-repeat;
        background-position:center top;
		background-size: 100%;
		/*height:143px;*/
	}
	
	form#mailformpro {
        width: 1000px;
        margin: 0 auto;
    }
	
	.qualification  {
		padding-top:100px;
    }
	.qualification .company-table {
      	width: 480px;
      	margin: 0 auto;
    }
	.qualification .company-table th {
      	width: 70%;
    }
	.qualification-body {
        width: 1000px;
      	margin: 0 auto;
        display: flex;
        gap: 2rem;
        align-items: flex-start;
    }

    .qualification-body .company-table {
      	flex: 1;
    }
	
	#recruit .tel-banner{
		padding:50px 0 50px;
	}
    .tel-banner a{
        pointer-events: none;
    }
	.certification {
		float:left;
		height:130px;
		margin-right: 25px;
	}
	
}
/* desktop end */

/* =========================
   Responsive (375)
========================= */
@media (max-width: 840px){
	.subpage {
	  	margin-top: 64px!important;
	}
    .section--aboutus,
    .section--projects,
    .section--recruit{
		padding: 15VW 0 0;
		background-size: 100%;
    }
	#aboutus .wave-bottom,
	#projects .wave-bottom,
	#recruit .wave-bottom{
		background-size: 200%;
		height:15VW;
	}
	
	
	.thanks h2 {
		line-height:1.5;
		padding-top:0.5em;
	}
	h3 {
		font-size:1em;
	}
	.pankuzu {
		width:96%;
		margin-top: -5VW;
    	margin-bottom: 5VW;
	}
	
	.policy01 {    
		margin-bottom: 15VW;
		width:100%;
	}
	.policy02 {
		margin-bottom: 15VW;
		width:100%;
	}
	.policy03 {
		margin-bottom: 5VW;
		width:100%;
	}
	
	.policy01 .aboutus-text {
		font-size:24px;
		line-height: 1.75;
		text-align: center;
        font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	}
	.policy02 .aboutus-text {
		font-size:18px;
		line-height: 1.5;
	}
	.policy02 ul li {
		font-size:14px;
	}
	.policy03 .aboutus-text {
		font-size:16px;
		line-height: 1.5;
	}
	
    .company-table-label,
    .company-table-value{
      	padding: 12px 2%;
      	line-height: 1.5;
		font-size:0.8em;
    }
	.history-date,
	.history-event{
      	padding: 12px 4%;
      	line-height: 1.5;
		font-size:0.8em;
    }
	
    .section--history{
        padding: 15VW 0 0;
        background: #F5FCFD;
        background-image:url("../image/bg_wave_sub02top.png");
        background-repeat:no-repeat;
        background-position:center top;
		background-size: 100%;
    }
	
    #history .history-date {
      	width: 8.5em;
		padding-right:0;
    }
	#history .container {
		padding-bottom:10VW;
	}
	#history .wave-bottom{
        background: #fff;
        background-image:url("../image/bg_wave_sub02bottom.png");
        background-repeat:no-repeat;
        background-position:center top;
		background-size: 100%;
		height: 10VW;
	}
	#contact .wave-bottom{
        background: #fff;
        background-image:url("../image/bg_wave_sub02bottom.png");
        background-repeat:no-repeat;
        background-position:center top;
		background-size: 100%;
		height: 10VW;
	}
    #contact p.read{
        font-size:14px;
    }
	
	.qualification  {
		padding-top:10VW;
    }
	.qualification .company-table {
      	margin: 0 auto;
    }
	.qualification .company-table th {
      	width: 70%;
    }
	.qualification .history-table tr td:first-child {
      	width: 40%;
    }
    .qualification .qualification-body table:last-child {
      	border-top:0;
    }
    .tel-banner {
        width:auto;
        margin: 8VW auto 5VW;
    	text-align: center;
    }
	.banner__number {
  		font-size: 18px;
	}
	select {
      /* これがないとiOSがデフォルトスタイルを強制する */
      -webkit-appearance: none;
      appearance: none;

      /* 以下は効く */
      width: 100%;
      padding: 8px 12px;
      font-size: 14px;
      color: #333;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23666666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      padding-right: 32px;
    }
	.certification {
		height:100px;
		margin-bottom: 20px;
	}
}

/* 協力会社様へ */

#contact p.read{
	text-align: center;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  /*max-width: 1200px;*/
  width: 548px;
  margin: 0 auto;
}

.card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-preview {
  /*border-bottom: 1px solid #e0e0e0;*/
  padding: 16px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

.card-preview img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  display: block;
}

.preview-placeholder {
  width: 100%;
  min-height: 220px;
  /*background: #fff;
  border: 1px solid #e8e8e8;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: 13px;
  gap: 8px;
}

.preview-placeholder svg {
  opacity: 0.3;
}

.card-body {
  padding: 16px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.card-name {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.btn-download {
  display: block;
  width: 100%;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  padding: 11px 12px 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  border: none;
  transition: background 0.15s ease;
}

.btn-download:hover {
  background: #cd6161;
}

.btn-download:active {
  background: #178aaa;
}

.btn-download .btn-sub {
  display: block;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 2px;
}

@media (max-width: 720px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  width: 100%;
  }
  .preview-placeholder {
    min-height: 280px;
  }
}

@media (max-width: 480px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}
/* 協力会社様へ */
