/* ヘッダー部分 */

.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));
}

@media (min-width: 47.5em) {
    .home-Hero_Logo {
        margin-block-start: calc(22em / var(--em));
    }
	.home-Hero_Title {
    	width: 50%;
	}
	.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: #000;
	    margin-block-start: calc(10em / var(--em));
	   font-size: 42px!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: 28px!important;
	   font-weight: 500;
	}

}


.home-Hero {
    padding-block-start: calc(20em / var(--em));
    border-block-start: none;
    border-block-end: none;
}

.home-Hero_Code {
    font-weight: normal;
    font-size: 10px !important;
}
.home-Hero_Note {
    font-size: 10px !important;
        text-align: left;
}
@media (min-width: 47.5em) {
    .home-Hero {
        display:grid;
        grid-auto-flow: column;
        grid-template-columns: repeat(2,calc(430em / var(--em)));
        grid-template-rows: repeat(4,auto) 1fr;
        justify-content: space-between;
        padding-block-end:calc(10em / var(--em))}
        
}

@media (min-width: 47.5em) {
    .home-Hero_CodeWrap {
	    margin-left: 4em;
    }
    .home-Hero_Code {
        /*gap: calc(20em / var(--em));
        margin-left: 3.5em;*/
        margin-block-start:calc(20em / var(--em));
        display: block;}

    .home-Hero_Note {
        margin-block-start:calc(10em / var(--em));
        /*margin-left: 3.5em;*/
        text-align: right;
        margin-right: 4em;
    }
    
}

/* 共通設定 */
.home-Hero {
  max-width: 840px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
    padding-bottom: 0;
}

/* 製品番号と備考 */
.home-Hero_CodeWrap {
  margin: 0;
  font-size: 0.9rem !important;
  color: #333;
    order: 1;
}

.time-saving-text {
  font-size: 2.2rem !important;
  font-weight: bold;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 47.5em) {
	.home-Hero_CodeWrap {
	  margin: 1em 0;
	  font-size: 0.9rem !important;
	  color: #333;
	    order: 0;
	}
	.time-saving-text {
	  font-size: 2.4rem !important;
	  font-weight: bold;
	  color: #222;
	  font-family: "Noto Sans JP", sans-serif;
	}


}
.tag-vertical {
  background-color: #e64597;
  color: #fff;
  font-size: 1.2rem !important;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 5px 6px;
  /*border-radius: 4px;*/
  line-height: 1.2 !important;
  display: inline-block;
}

.time-saving-text .number {
  color: #e64597;
  font-size: 4.2rem !important;
  font-weight: 900;
  /*vertical-align: middle;*/
}

.time-saving-text .percent {
  color: #e64597;
  font-size: 2.2rem !important;
  font-weight: bold;
  margin-left: 2px;
  /*vertical-align: middle;*/
}


/* 特徴 */
.button-group {

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 500px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
	margin-block-start:calc(15em / var(--em));
}

.button-large {
  background-color: #0066cc;
  color: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-size: 1.1rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px; /* 任意で高さを確保 */
  line-height: 1.5 !important;
    width: 100%;
}

.button-pair {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.button-half {
  background-color: #0066cc;
  color: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  flex: 1;
  min-width: 165px;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 80px; /* 高さを確保して中央寄せ */
}

.button-half span {
  font-weight: normal;
  font-size: 0.95rem !important;
}


@media (min-width: 47.5em) {

	.button-large {
	  padding: 16px;
  	}
	.button-half {
	  padding: 16px;
	  min-width: 180px;
	  font-size: 1rem !important;
	  line-height: 1.4 !important;
	}

}


.home-Hero_Img {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.home-Hero_Img picture {
  width: 335px;
  max-width: 100%;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .home-Hero_Img {
    align-items: center;
    margin-block: calc(10em / var(--em)) 0;
  }
  
.home-Hero_Img figcaption {
	margin-top: 10px;
	  font-size: .8rem !important;
}

  .home-Hero_Img img {
    height: 180px;
    width: auto;
  }

}





/* 追加コンテンツ */

.home-Section0 {
    /*margin-block-start: calc(80em / var(--em));*/
}
.home-Section0Section {
    /*margin-block-start:calc(80em / var(--em))*/}

.home-Section0Section_Container {
    display: grid;
    gap: calc(60em / var(--em));
    /*margin-block-start:calc(40em / var(--em));*/
    
    
        padding: 30px 40px;
        background-color: #f8f8f8;
    }

.home-Section0SectionUnit {
    position: relative
}

.home-Section0SectionUnit:before {
    background-image: radial-gradient(circle closest-side at calc(1em / var(--em)) 50%,currentColor 1px,transparent 1px);
    background-repeat: repeat-x;
    background-size: calc(5em / var(--em)) 100%;
    block-size: calc(2em / var(--em));
    content: "";
    position: absolute;
    inset-block-start: calc(-30em / var(--em));
    inset-inline: calc(-1em / var(--em))
}

.home-Section0SectionUnit:first-child:before {
    content: none
}

.home-Section0SectionUnit_Title {
    --em: 16;
    --lh: 20;
    font-weight: 700;
    /*margin-block:calc(-2em / var(--em));padding-inline-start: calc(16em / var(--em));*/
    position: relative;
    background: #005bac;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 900;
    text-align: center;
        padding-block: calc(10em / var(--em));
}
/*
.home-Section0SectionUnit_Title:before {
    background-color: #deecec;
    content: "";
    inline-size: calc(6em / var(--em));
    position: absolute;
    inset-block: calc(2em / var(--em));
    inset-inline-start: 0
}*/

.home-Section0SectionUnit_Text {
    --em: 14;
    --lh: 24;
    color: var(--txt);
    margin-block:calc(9em / var(--em)) calc(-5em / var(--em));
    }

.home-Section0SectionUnit_Text span {
    --em: 16;
    --lh: 16;
    background-color: #1f2348;
    block-size: calc(30em / var(--em));
    color: #fff;
    display: grid;
    font-weight: 700;
    inline-size: calc(120em / var(--em));
    margin-block:calc(9em / var(--em)) calc(18em / var(--em));place-items: center
}

.home-Section0SectionUnit_Img {
    margin-block-start:calc(14em / var(--em))}

.home-Section0SectionUnit_Img img {
	max-height: 300px;
    width: auto;
}

.home-Section0SectionUnitSize {
    box-shadow: 0 0 0 1px currentColor inset;
    box-shadow: 0 0 0 round(1em / var(--em),1px) currentColor inset;
    margin-block-start:calc(30em / var(--em));padding: calc(20em / var(--em)) calc(9em / var(--em));
    position: relative
}


@media (min-width: 47.5em) {

    .home-Section0Section_Container {
        gap: calc(60em / var(--em)) calc(58em / var(--em));
        grid-template-columns: repeat(2,1fr)
    }

    .home-Section0SectionUnit:nth-child(3) {
        display: grid;
        gap: 0 calc(20em / var(--em));
        grid-auto-flow: column;
        grid-column: span 2;
        grid-template-columns: 1fr calc(125em / var(--em)) calc(360em / var(--em));
        grid-template-rows: repeat(2,auto) 1fr
    }

    .home-Section0SectionUnit:nth-child(4) {
        grid-column: span 2
    }

    .home-Section0SectionUnit:after {
        background-image: radial-gradient(circle closest-side at calc(1em / var(--em)) 50%,currentColor 1px,transparent 1px);
        background-repeat: repeat-y;
        background-size: 100% calc(5em / var(--em));
        content: "";
        inline-size: calc(2em / var(--em));
        position: absolute;
        inset-block: calc(-1em / var(--em));
        inset-inline-start: calc(-29em / var(--em))
    }

    .home-Section0SectionUnit:nth-child(-n+2):before {
        content: none
    }

    .home-Section0SectionUnit:nth-child(odd):after,.home-Section1SectionUnit:nth-child(4):after {
        content: none
    }

    .home-Section0SectionUnit_Title {
        --lh: 24;
        margin-block:calc(-4em / var(--em))}

    .home-Section0SectionUnit_Title: before {
        inset-block:calc(4em / var(--em))
    }

    .home-Section0SectionUnit_Text {
        margin-block-start:calc(15em / var(--em))}

    .home-Section0SectionUnit_Text span {
        margin-block: calc(15em / var(--em)) calc(5em / var(--em))
    }

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

    .home-Section0SectionUnit: nth-child(3) .home-Section1SectionUnit_Img {
        grid-row:span 3;
        margin-block-start:calc(9em / var(--em))}

    .home-Section0SectionUnit_Container {
        gap: calc(20em / var(--em));
        grid-template-columns: calc(250em / var(--em)) 1fr
    }

}








/* */
.three-in-one {
  background-color: #f8f8f8;
  text-align: center;
  padding: 40px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.sub-title {
  color: #005bac;
  font-size: 1.25rem !important;
  font-weight: 700;
}

.main-title {
  font-size: 2.6rem !important;
  color: #005bac;
  font-weight: 700;
  margin-bottom: 1em;
}

.slash-left,
.slash-right {
  font-size: 3.4rem !important;
  font-weight: normal;
  color: #005bac;
  margin: 0 6px;
}

.feature-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.feature-box {
  display: flex;
  align-items: center;
  background-color: #005bac;
  color: white;
  border-radius: 12px;
  padding: 16px 20px;
  min-width: 210px;
  max-width: 280px;
  box-shadow: 0 4px 0 #8ab4e1;
  text-align: left;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  box-sizing: border-box;
}

.feature-number {
  font-size: 2rem !important;
  font-weight: bold;
  margin-right: 16px;
  white-space: nowrap;
}

.feature-text {
  flex: 1;
    text-align: center;
}
@media (max-width: 768px) {
  .home-Section3Section {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .home-Section3Section_Text,
  .image-area {
    max-width: 100%;
  }
  
  .three-in-one {
	    padding: 40px 0px 20px;
	}
	.sub-title {
	  font-size: 1rem !important;
	}

	.main-title {
	  font-size: 1.6rem !important;
	}

	.slash-left,
	.slash-right {
	  font-size: 2.4rem !important;
	}
  
	.feature-list {
	  display: flex;
	  justify-content: center;
	  gap: 10px;
	  flex-wrap: wrap;
	  padding: 20px 0;
	}

	.feature-box {
	flex-direction: column;
	  border-radius: 10px;
	  width: 115px;
	  min-width: 115px;
	  padding: 8px 6px;
	  text-align: center;
	  box-shadow: 0 4px 0 #c3d9f2;
	  font-family: "Noto Sans JP", sans-serif;
	}

	.feature-number {
	  font-size: 1.1rem!important;
	  font-weight: bold;
	  margin-bottom: 6px;
	  margin-right: 0;
	}

	.feature-text {
	  font-size: 0.75rem!important;
	  line-height: 1.6!important;
	}


}

/* */
.home-Section3Section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  background-color: #f8f8f8;
  padding: 40px 50px;
  font-family: "Noto Sans JP", sans-serif;
  margin-block-start:0;
}

.leftBox {
  flex: 1 1 50%;
  max-width: 600px;
  color: #003f8f;
}

.home-Section3Section_Title {
  font-size: 1.5rem !important;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #005bac;
    padding-inline-start: 0;
    border-inline-start: none;
}

.home-Section3Section_Text {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  margin-bottom: 1.5em;
}

.home-Section0_Text {
  margin-top: 1.5em;
  font-size: 1.1rem !important;
  color: #005bac;
}

.image-area {
  flex: 1 1 30%;
  min-width: 280px;
  max-width: 500px;
  text-align: center;
}

.image-area picture,
.image-area img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .home-Section3Section {
    flex-direction: column;
    align-items: center;
    text-align: left;
    text-align: center;
    padding: 0;
  }
	.leftBox {
		padding: 20px;
        order: 1;
	}
  .leftBox, .image-area {
    max-width: 100%;
  }
  .text {
  	text-align: left;
  }
	.home-Section0_Text {
	  margin-top: 1.5em;
	  font-size: 1.3rem !important;
	  color: #005bac;
  		line-height: 1.3 !important;
	}

}
.numbered-list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}

.item {
  display: flex;
  align-items: flex-start;
}

.number {
  min-width: 2em;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.8 !important;
}

.text {
  margin: 0;
  line-height: 1.8 !important;
}
@media (max-width: 600px) {
  .text {
    font-size: 0.95rem !important;
  }
}


/* */
.home-Section2Wrap {
    background-color: #f8f8f8;
	padding: 20px 40px;
}
.home-Section2Wrap .home-Section_Title {
    --em: 16;
    --lh: 20;
    font-weight: 700;
    position: relative;
    background: #005bac;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 900;
    text-align: center;
    padding-block: calc(10em / var(--em));
}

.home-Section2Wrap .home-Section_Title span {
	display: inline;
    font-size: 14px !important;
}
.home-Section2Wrap .home-Section2_Text {
	font-size: 1.8rem !important;
    color: #005bac;
    font-weight: 700;
    margin-block: 0;
    margin-bottom: 1em;
}
.home-Section1Primary_Img {
	order: 1;
}
.home-Section1PrimaryUnit_Title {
    color: #005bac;
    padding-inline-start: 0;
}
.home-Section1PrimaryUnit_Title:before {
	content: "";
}

/* */
.home-Section2 .home-Section2_Text {
	font-size: 1.8rem !important;
    color: #005bac;
    font-weight: 700;
    margin-block: 0;
    margin-bottom: 1em;
}
.home-Section2 .home-Section_Title {
    --em: 16;
    --lh: 20;
    font-weight: 700;
    position: relative;
    background: #005bac;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 900;
    text-align: center;
    padding-block: calc(10em / var(--em));
}
.home-Section2 .home-Section_Title span {
	display: inline;
    font-size: 14px !important;
}

.home-Section2Primary_Img {
	order: 1;
}

.home-Section2PrimarySize {
	order: 2;
}
.home-Section2PrimaryUnit_Title {
    color: #005bac;
    padding-inline-start: 0;
}
.home-Section2PrimaryUnit_Title:before {
	content: "";
}

.home-Section2PrimarySize_Title {
    background: #005bac;
    color: #fff;
    padding-block: calc(10em / var(--em));
    border-radius: 10px;
    inset-block-start: calc(-18em / var(--em));
}
@media (max-width: 768px) {
	.home-Section0SectionUnit {
		text-align: center;
	}
}