/* ヘッダー部分 */

.home-Hero-Wrap {
    border-block-start: calc(10em / var(--em)) solid;
	border-block-end: calc(10em / var(--em)) solid;
}

.home-Hero-Head {
    /*border-block-start: calc(10em / var(--em)) solid;*/
}

.home-Hero_Logo {
    block-size: calc(30em / var(--em));
    inline-size: fit-content;
    margin-block-start:calc(20em / var(--em))}
    

.home-Hero_History {
    margin-block-start:calc(10em / var(--em));
    text-align: center;
}

.home-Hero_Subheadline {
    text-align: center;
    background: #1f2348;
    color: #fff;
    padding: 5px;
    border-radius: 11px;
    width: 80%;
    margin: 5px auto;
    margin-block-start: calc(5em / var(--em));
}

.home-Hero_Copy {
	text-align: center;
    color: #000;
    margin-block-start: calc(15em / var(--em));
   font-size: 36px!important;
}
.home-Hero_Copy span.highlight {
	color: #e64597;
   font-size: 36px!important;
}
.home-Hero_Copy span.number {
   font-size: 42px!important;
}
.home-Hero_Copy span.kana {
   font-size: 24px!important;
}

.home-Hero_Copy span.sub {
   font-size: 22px!important;
   font-weight: 500;
}

.home-Hero_Title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-block-start: calc(15em / var(--em));
    padding-block-start: calc(15em / var(--em));
}

.home-Hero_Copy {
	text-align: center;
    color: #185ABC;
    margin-block-start: calc(15em / var(--em));
   font-size: 18px!important;
}
.home-Hero_Copy span.pink {
   font-size: 24px!important;
   color: #E04484;
}
.home-Hero_Copy span.number {
   font-size: 48px!important;
}

.home-Hero_Copy span.sub {
   font-size: 20px!important;
   font-weight: 500;
}

	.home-Hero_Title {
		font-size: 1.2em !important;
	}
	.home-Hero_Title small {
		display:contents;
		font-size: .75em !important;
	}
	
@media (min-width: 47.5em) {
    .home-Hero_Logo {
        margin-block-start: calc(22em / var(--em));
    }
	.home-Hero_Title {
		font-size: 1.2em !important;
	}
	.home-Hero_Title small {
		display:contents;
		font-size: .75em !important;
	}
	.home-Hero_Title .en {
		font-size: 14px !important;
    	font-weight: 900;
	}
	.home-Hero_Subheadline {
    	width: 50%;
	}
	
    .home-Hero_Copy {
        inline-size: auto;
        margin-block-start:calc(12em / var(--em))}
        
        
	.home-Hero_Copy {
		text-align: center;
	    color: #185ABC;
	    margin-block-start: calc(15em / var(--em));
	   font-size: 28px!important;
	}
	.home-Hero_Copy span.pink {
	   font-size: 28px!important;
	   color: #E04484;
	}
	.home-Hero_Copy span.number {
	   font-size: 48px!important;
	}

	.home-Hero_Copy span.sub {
	   font-size: 28px!important;
	   font-weight: 500;
	}

}

/* */
.home-Hero {
  border-block: none;
  padding-block-start: calc(20em / var(--em));
}
.home-Hero_Img_Main {
	width: 85%;
	margin: 0 auto;
  padding-block-start: calc(20em / var(--em));
}
@media (min-width: 47.5em) {
    .home-Hero {
        grid-auto-flow: row;
    }
    
    .home-Hero_Img_Main {
		width: 85%;
		margin: 0 auto;
	}
}
/* 共通スタイル */
.home-Hero2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  /*flex-wrap: wrap;*/
    width: 75%;
    margin: 0 auto;
}

/* 左：テキスト */
.hero-left {
  flex: 1;
  min-width: 180px;
}

/* 右：画像 + 製品番号 */
.hero-right {
  flex: 1;
  min-width: 180px;
    position: relative;
}

/* テキスト部分 */
.home-Hero_Text {
}

.hero-lead {
  margin-bottom: 0.5em;
    text-align: center;
}
.hero-lead img {
  width: 75%;
}

.hero-highlight {
  font-size: 1.6rem!important;
  font-weight: bold;
  line-height: 1!important;
  color: #1e2a4c;
    text-align: center;
}

.hero-highlight .pink {
  color: #e6448a;
  font-size: 2.4rem!important;
}

.hero-highlight .pink strong {
  font-size: 3.6rem!important;
  font-weight: 900;
}

.hero-highlight .sub {
  font-size: 1.2rem!important;
}
/* 製品画像 */
.home-Hero_Img {
	margin-block-start: 0;
}
.home-Hero_Img img {
  max-width: 70%;
  height: auto;
}

/* 製品番号 */
.home-Hero_CodeWrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-Hero_Code {
  color: #666;
  font-size: 0.75rem!important;
}


@media screen and (max-width: 767px) {
  .home-Hero2 {
    align-items: center;
    text-align: center;
    width: 100%;
  }

.hero-left {
 order : 1;
}
  .hero-left,
  .hero-right {
    width: 100%;
  }

.hero-highlight {
  font-size: 1.6rem!important;
  font-weight: bold;
  line-height: 1!important;
  color: #1e2a4c;
    text-align: center;
}

.hero-highlight .pink {
  color: #e6448a;
  font-size: 2.4rem!important;
}

.hero-highlight .pink strong {
  font-size: 3.8rem!important;
  font-weight: 900;
}

.hero-highlight .sub {
  font-size: 1.4rem!important;
}

  .home-Hero_Img img {
  max-width: 60%;
  height: auto;
}
	.hero-lead img {
	  width: 100%;
	}
	
	.home-Hero_CodeWrap {
    position: absolute;
    bottom: -10px;
    right: 0;
}
}

/* */
.home-Usage {
  margin-block-start: calc(40em / var(--em));
}
.home-Usage_Container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
}

.home-UsageUnit {
  width: 100%;
  max-width: 480px;
  text-align: center;
}

.home-UsageUnit_Title {
  background-color: #1e2a4c;
  color: white;
  font-size: 1rem!important;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 999px;
  display: inline-block;
  width: 80%;
}

.home-UsageUnit_Video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

/* PC時に横並び */
@media (min-width: 768px) {
  .home-Usage_Container {
    width: 80%;
    margin: 0 auto;
  }
  .home-UsageUnit_Title {
    width: 100%;
  }
  .home-UsageUnit {
    width: calc(50% - 20px);
  }
}

/* */
.speed-benefit {
  font-family: "Noto Sans JP", sans-serif;
  padding: 40px 20px;
  background: #f7f8fc;
  color: #1a1a1a;
}

.main-heading {
  text-align: center;
  font-size: 1.8rem!important;
  color: #2a448d;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.7!important;
}

.benefit-box-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.benefit-box {
  width: 180px;
  height: 100px;
  border: 4px solid #1e2a4c;
  border-radius: 12px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.2rem!important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4!important;
  box-sizing: border-box;
  background: #fff;
}

.benefit-detail {
margin-block-start: calc(25em / var(--em));
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-family: "Noto Sans JP", sans-serif;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.icon {
  min-width: 102px;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.icon img {
  width: 102px;
  height: 104px;
  object-fit: contain;
}

.content h4 {
  font-size: 1.4rem!important;
  font-weight: bold;
  color: #2a448d;
  margin: 0 0 4px;
}

.content p {
  font-size: 0.95rem!important;
  line-height: 1.7!important;
  margin: 0;
  margin-top: 1em;
}
.home-Section2_Img {
	margin-block-start: calc(40em / var(--em));
}

@media (max-width: 767px) {
	.benefit-box {
		width: 100%;
       height: 65px;
	}
	
	.icon {
	  min-width: 82px;
	  min-height: 84px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 8px;
	}

	.icon img {
	  width: 82px;
	  height: 84px;
	  object-fit: contain;
	}

	.content h4 {
	  font-size: 1.2rem!important;
	  line-height: 1.2!important;
	  font-weight: bold;
	  color: #2a448d;
	  margin: 0 0 4px;
	}

	.content p {
	  line-height: 1.7!important;
	  margin: 0;
	  margin-top: .5em;
	}
}

