@charset "utf-8";



/*============================
MV
============================*/
#mv {
  background-image: url(../img/about/mv.jpg);
}

/*============================
Scroll-driven Animations for About
============================*/
.sticky-parallax-header {
  background-image: url(../img/about/mv.jpg);
}


/*============================
メッセージ
============================*/
#message {
  padding: 1rem 0;
}

@media screen and (max-width: 640px) {
  #message {
    padding: 0.5rem 0;
  }
}
#message .cont_wrap {
  max-width: 10rem;
  width: 100%;
  margin: 0 auto;
}

#message .txt {
  font-size: 0.16rem;
  text-align: center;
  color: #191919;
  line-height: 2;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  #message .txt {
    font-size: 0.14rem;
    text-align: left;
  }
}

#message .name {
  font-family: "Noto serif JP", serif;
  font-size: 0.23rem;
  text-align: right;
  color: #191919;
  line-height: 2;
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  #message .name {
    font-size: 0.18rem;
  }
}
/*============================
コンベヤ（Slick）
============================*/
#conveyor {
  margin: 0.6rem 0;
}

.conveyor-slider {
  width: 100%;
}

.conveyor-slider .slick-slide {
  padding: 0 0.075rem;
}

.conveyor-slider img {
  height: 2.8rem;
  width: auto;
  border-radius: 0.12rem;
}

@media screen and (max-width: 640px) {
  .conveyor-slider img {
    height: 2rem;
  }
}

/*============================
事業内容
============================*/
#business {
  padding: 1rem 0;
}
@media screen and (max-width: 640px) {
  #business {
    padding: 0.5rem 0;
  }
}

#business .ttl_wrap {
  text-align: center;
  /* margin-bottom: ; */
}

#business .sec_title_wrap {
  /* max-width: 10rem; */
  width: 100%;
  margin: 0 auto;
}


#business .wrap {
  max-width: 10rem;
  max-width: 12rem;
  width: 100%;
  margin: 0 auto;
}

#business .js-sticky {
  position: sticky;
  /* 固定開始位置を画面上端から100px下に調整し、各要素のオフセットも加味 */
  top: calc(100px + var(--offset));
  overflow: hidden;
  /* height: calc(100vh - var(--offset)); */
  max-height: 5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
  #business .js-sticky {
    height:6rem;
    max-height: 5rem;
    box-shadow: 0 0 0.08rem rgba(0,0,0,0.16);
  }
}

#business .js-sticky:last-child {
  margin-bottom: 0;
}


#business .js-sticky .text_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #business .js-sticky .text_wrap {
    padding: 0 0.2rem;
  }
}

#business .js-sticky .text_wrap .no {
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  padding-top: 0.5rem;
}


#business .js-sticky .text_wrap .no span {
  position: relative;
  z-index: 1;
}

#business .js-sticky .text_wrap .no span::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: -0.5rem;
  width: 0.4rem;
  height: 0.01rem;
  background-color: #fff;
}

#business .js-sticky .text_wrap .ttl {
  font-size: 0.3rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  #business .js-sticky .text_wrap .ttl {
    font-size: 0.2rem;
    margin-bottom: 0.5rem;
  }
}

#business .js-sticky .text_wrap .text {
  font-size: 0.16rem;
  line-height: 2;
  max-width: 5.8rem;
}
@media screen and (max-width: 640px) {
  #business .js-sticky .text_wrap .text {
    font-size: 0.14rem;
  }
}

#business .js-sticky .js-sticky-img {
  height: 100%;
}

#business .js-sticky .js-sticky-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

/*============================
ご相談の流れ
============================*/
#flow {
  background-color: #E9F0F4;
  padding: 1.00rem 0;
}
@media screen and (max-width: 640px) {
  #flow {
    padding: 0.5rem 0;
  }
}

#flow .ttl_wrap {
  text-align: center;
}

#flow .flow_list_wrap {
  padding-top: 1.00rem;
  max-width: 8.40rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #flow .flow_list_wrap {
    padding-top: 0.8rem;
  }
}

#flow .flow_list_wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap:  0.70rem 0;
}

#flow .flow_list_wrap .list .detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  #flow .flow_list_wrap .list .detail {
    justify-content: center;
  }
}

#flow .flow_list_wrap .list .detail .num {
  position: absolute;
  top: -0.20rem;
  left: -0.10rem;
  z-index: 1;
  font-size: 0.21rem;
  font-weight: 700;
  color: #246A8C;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 0.08rem #E9F0F4;
}
@media screen and (max-width: 640px) {
  #flow .flow_list_wrap .list .detail .num {
    top: -0.1rem;
    left: 0.3rem;
    font-size: 0.18rem;
  }
}

#flow .flow_list_wrap .list .detail .num span {
  display: block;
  font-size: 0.50rem;
}

#flow .flow_list_wrap .list .detail .ph_wrap {
  width: 2.50rem;
  height: 2.50rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #flow .flow_list_wrap .list .detail .ph_wrap {
    width: 3rem;
    height: 3rem;
  }
}
#flow .flow_list_wrap .list .detail .txt_box {
  width: calc(100% - 3.00rem);
}
@media screen and (max-width: 640px) {
  #flow .flow_list_wrap .list .detail .txt_box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #flow .flow_list_wrap .list .detail .txt_box .pdf_btn {
    margin: 0.2rem auto 0;
  }
}

#flow .flow_list_wrap .list .detail .txt_box .flow_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.75;
  padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
  #flow .flow_list_wrap .list .detail .txt_box .flow_ttl {
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.3rem;
  }
}

#flow .flow_list_wrap .list .detail .txt_box .txt {
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #flow .flow_list_wrap .list .detail .txt_box .txt {
    font-size: 0.14rem;
  }
}

#flow .flow_list_wrap .list .detail .txt_box .note small{
  font-size: 0.13rem;
  line-height: 1.5;
  margin-top: 0.2rem;
  display: block;
}
@media screen and (max-width: 640px) {
  #flow .flow_list_wrap .list .detail .txt_box .note small {
    font-size: 0.12rem;
  }
}


/*============================
保証について
============================*/
#guarantee {
  padding: 1rem 0;
  background: url(../img/about/guarantee_bg.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 640px) {
  #guarantee {
    padding: 0.5rem 0;
  }
}
#guarantee .ttl_wrap {
  text-align: center;
  margin-bottom: 0.5rem;
}

#guarantee .ttl_wrap .en {
  color: #fff;
}

#guarantee .ttl_wrap .jp {
  color: #fff;
}

#guarantee .cont_box {
  color: #fff;
  max-width: 8.5rem;
  margin: 0 auto;
  margin-bottom: 0.7rem;
}

#guarantee .cont_box:last-child { 
  margin-bottom: 0.3rem;
}

#guarantee .cont_box .cont_ttl {
  font-size: 0.24rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  #guarantee .cont_box .cont_ttl {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
}

#guarantee .cont_box .txt {
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #guarantee .cont_box .txt {
    font-size: 0.14rem;
  }
}

/* ============================
PDFボタン
============================*/
.pdf_btn {
	margin-top: 0.2rem;
  width: 100%;
  max-width: 2.5rem;
}
@media screen and (max-width: 640px) {
  .pdf_btn {
    margin-top: 0;
  }
}

/* ボタン */
.pdf_btn a {
	width: 100%;
	max-width: 2.5rem;
	position: relative;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 0.2rem 0;
	background-color: #ffff;
	border: 1px solid #246A8C;
	color: #246A8C;
	font-size: 0.14rem;
	letter-spacing: 0.08em;
	font-weight: 500;
	/* font-family: 'Playfair Display', serif; */
	line-height: 1.5;
	@media screen and (max-width: 640px) {
		padding: 0.15rem;
		font-size: 0.14rem;
		margin: 0.2rem auto 0;
	}
}

.pdf_btn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.1rem;
	content: '';
	width: 0.19rem;
	height: 0.22rem;
	background-image: url(../img/common/pdf.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (min-width: 641px) {
	.pdf_btn a:hover::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}

@media screen and (min-width: 641px) {
	.pdf_btn a:hover {
		color: #246A8C;
	}
}

.pdf_btn a:hover{
	opacity: 0.7;
}
.pdf_btn a {
  margin: 0 auto;
  margin-top: 0.2rem;
}

.pdf_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
}
@media screen and (max-width: 640px) {
  .pdf_btn_wrap {
    gap: 0;
  }
}

#guarantee .note_box {
  margin-top: 0.2rem;
  text-align: center;
}

#guarantee .note_box .note_txt {
  font-size: 0.14rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #guarantee .note_box .note_txt {
    font-size: 0.12rem;
  }
}

#guarantee .note_box  a {
  display: block;
  color: #fff;
  padding: 0.1rem 0;
  max-width: 2.5rem;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  margin: 0.2rem auto 0;
  position: relative;
}

#guarantee .note_box  a:hover {
  opacity: 0.7;
}

#guarantee .note_box  a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
  width: 0.12rem;
  height: 0.1rem;
  background-image: url(../img/common/icon_betumado.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}