@charset "UTF-8";
/* CSS Document top*/
/*
.noto-serif-jp-light {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
}

.noto-serif-jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp-semibold {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}

*/
body {
  background: #ffffff;
  font-size: 15px;
  line-height: 1.75;
  font-style: normal;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
}
.ly_upperBlock {
  background: url("/img/white_bg.svg") center top repeat-x #ddebe4;
}
.bl_page_header {}
.bl_page_header p {
  text-align: center;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 1.3;
}
.bl_page_header p span {
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .bl_page_header {
    padding-top: 44px;
  }
  .bl_page_header p {
    font-size: 24px;
    line-height: 1.3;
  }
  .bl_page_header p span {
    font-size: 15px;
    display: block;
  }
}
.el_lineItem {
  width: 2px;
  height: 100px;
  background: #ffffff;
  margin: 24px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .el_lineItem {
    height: 60px;
  }
}
.ly_upperBlock_whiteSpace {
  background: #ffffff;
  max-width: 80vw;
  margin: 0 auto;
  padding-bottom: 80px;
}
.bl_logoImage {
  padding: 80px 0 40px 0;
  max-width: 86vw;
  margin: 0 -3vw 24px -3vw;
}
.bl_readTxt {
  font-weight: 400;
  padding-left: 40px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 60px;
}
.bl_readTxt_image {
  position: absolute;
  right: 0;
  top: -20px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
	.ly_upperBlock_whiteSpace {
  padding-bottom: 24px;
}
  .bl_logoImage {
    margin-bottom: 0;
		padding-top: 40px;
  }
  .bl_readTxt {
    padding-left: 0;
  }
  .bl_readTxt p {
    padding-top: 24px;
    padding-left: 14vw;
  }
  .bl_readTxt_image {
    position: relative;
    right: auto;
    top: auto;
    width: 70%;
    margin: 0 auto;
  }
}
.el_read_lv3 {
  font-size: 30px;
  display: block;
  line-height: 1.6;
}
.el_read_lv2 {
  font-size: 44px;
  display: block;
}
.el_read_lv1 {
  font-size: 80px;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .el_read_lv3 {
    font-size: 15px;
    display: block;
    line-height: 1.6;
  }
  .el_read_lv2 {
    font-size: 22px;
    display: block;
  }
  .el_read_lv1 {
    font-size: 40px;
    display: block;
    margin-bottom: 8px;
  }
}
.bl_tag_unit {
  display: flex;
  margin-bottom: 24px;
}
.bl_tag_unit li {
  font-size: 28px;
  display: block;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .bl_tag_unit {
    display: block;
    margin-left: 15vw;
  }
  .bl_tag_unit li {
    font-size: 18px;
    padding: 2px 0;
  }
}
.bl_tag_unit_lv2 {
  display: flex;
  flex-wrap: wrap;
}
.bl_tag_unit_lv2 li {
  width: 24vw;
  background: #000000;
  padding: 16px 40px;
  color: #ffffff;
  border-radius: 50px;
  list-style: none;
  font-weight: 400;
  margin-right: 8px;
  margin-bottom: 16px;
  font-size: 1.5vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bl_tag_unit_lv2 {
    display: block;
  }
  .bl_tag_unit_lv2 li {
    width: 50vw;
    margin: 0 auto;
    font-size: 12px;
    margin-bottom: 8px;
    padding: 16px 16px;
  }
}
/* ----------qa----------- */
.bl_qa_wrap {
  background: #000000;
  color: #ffffff;
  padding-bottom: 40px;
  padding-top: 24px;
}
.bl_qa_inner {
  max-width: 70vw;
  margin: 0 auto;
  padding: 40px 0;
}
.bl_qa_q {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
}
.bl_qa_q span {
  display: inline-block;
  background: #ddebe4;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  margin-right: 12px;
  color: #000000;
  font-size: 18px;
}
.bl_qa_a {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
}
.bl_qa_a span {
  display: inline-block;
  background: #fff7d3;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  margin-right: 12px;
  color: #000000;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .bl_qa_wrap {
    padding-bottom: 24px;
    padding-top: 16px;
  }
  .bl_qa_q {
    font-size: 15px;
  }
  .bl_qa_q span {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    text-align: center;
    line-height: 28px;
    margin-right: 12px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .bl_qa_a {
    font-size: 16px;
  }
  .bl_qa_a span {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    text-align: center;
    line-height: 28px;
    margin-right: 12px;
    font-size: 16px;
  }
}
.bl_qa_txt {
  font-size: 18px;
  padding: 32px 0 0 0;
  text-align: center;
  font-weight: 400;
  line-height: 2;
}
.bl_qa_txt span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .bl_qa_txt {
    font-size: 15px;
    text-align: left;
  }
  .bl_qa_txt span {
    display: inline;
  }
}
.el_lineItem__black {
  width: 2px;
  height: 140px;
  background: #000000;
  margin: 0 auto 0 auto;
}
.bl_answer_wrap {
  text-align: center;
  padding: 24px 0 80px 0;
}
.bl_answer_wrap p {
  font-weight: 400;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .el_lineItem__black {
    height: 80px;
  }
  .bl_answer_wrap {
    padding-bottom: 0;
  }
  .bl_answer_wrap p {
    font-size: 18px;
  }
  .bl_answer_wrap p span {
    display: block;
  }
}
/* ----------no-damage----------- */
.bl_noDamage_wrapper {
  position: relative;
  width: 74vw;
  margin: 0 auto;
  border-left: solid 10px #000000;
  background: url("../img/holmo/holmo_logo_vertical.svg") -1px top no-repeat;
  background-size: 8vw auto;
}
@media only screen and (max-width: 767px) {
  .bl_noDamage_wrapper {
    width: 70vw;
    margin: 0 auto;
    border-left: none;
    background: none;
  }
}
.bl_noDamage_inner {
  margin-left: 12vw;
  background: url("../img/holmo/nodamage_bg.svg") right bottom no-repeat;
  background-size: auto;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bl_noDamage_inner {
    margin-left: 0;
    background: url("../img/holmo/nodamage_bg_sp.svg") right 40px no-repeat;
    padding: 0 2.5vw;
  }
}
.bl_noDamage_image__first {
  position: absolute;
  width: 13vw;
  left: -3vw;
  bottom: -8vw;
}
.bl_noDamage_image__second {
  position: absolute;
  width: 21vw;
  right: -5vw;
  top: 0;
}
.bl_noDamage_heading {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 24px;
}
.bl_noDamage_heading span {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .bl_noDamage_image__first {
    position: relative;
    width: 40vw;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .bl_noDamage_image__second {
    position: relative;
    width: 50vw;
    right: auto;
    top: 0;
    padding-bottom: 24px;
    margin: 0 auto;
  }
  .bl_noDamage_heading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-top: 24px;
  }
  .bl_noDamage_heading span {
    display: block;
    font-size: 13px;
  }
}
.bl_noDamage_txt {
  padding-left: 10vw;
  padding-right: 16vw;
  font-size: 1.2vw;
  line-height: 2;
}
.bl_noDamage_close {
  text-align: right;
  padding: 40px 0;
}
.bl_noDamage_close_heading {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .bl_noDamage_txt {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 2;
  }
  .bl_noDamage_close_heading {
    font-size: 14px;
    font-weight: 400;
  }
  .bl_noDamage_close {
    font-size: 12px;
  }
}
/* ---------- documentsCont ----------- */
.bl_documentsCont {}
.el_lv2Heading {
  position: relative;
  width: 80%;
  padding: 16px;
  border-radius: 40px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
}
.el_lv2Heading:after {
  content: "";
  width: 20px;
  height: 20px;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  display: block;
  background: #000000;
  position: absolute;
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 767px) {
  .el_lv2Heading {
    width: 100%;
    padding: 8px;
    font-size: 15px;
    line-height: 1.4;
  }
  .el_lv2Heading span {
    display: block;
  }
}
.el_mainTxt {
  text-align: center;
  padding: 40px 0 24px;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .el_mainTxt {
    text-align: left;
    padding: 40px 0 24px;
    font-weight: 400;
    font-size: 15px;
  }
  .el_mainTxt br {
    display: none;
  }
}
.bl_reason_cont {
  display: flex;
  justify-content: space-between;
  background: #ebf5f2;
  padding: 24px;
  width: 65vw;
  margin: 0 auto 32px auto;
  position: relative;
  border-radius: 32px;
}
.bl_reason_cont_txt {
  width: 65%;
  padding-left: 5%;
}
.bl_reason_heading {
  font-weight: 400;
  font-size: 20px;
}
.bl_reason_num {
  position: absolute;
  left: 10px;
  top: -60px;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 120px;
  line-height: 1;
}
.bl_reason_cont_image {
  width: 30%;
  overflow: hidden;
}
.bl_reason_cont_image img {
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .bl_reason_cont {
    display: block;
    padding: 16px;
    width: 100%;
  }
  .bl_reason_cont_txt {
    width: 100%;
    padding-left: 0;
		position: relative;
  }
  .bl_reason_heading {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .bl_reason_cont_txt p {
    font-size: 13px;
    line-height: 2;
  }
	 .bl_reason_cont_txt p.bl_reason_num {
    font-size: 50px;
    line-height: 2;
		 right: 0;
		 top: -70px;
		 left: auto;
  }
  .bl_reason_cont_image {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
		padding-top: 16px;
  }
}
.bl_lineup {
  width: 70vw;
  margin: 0 auto;
  padding: 24px 0;
}
.bl_lineup_unit {
  display: flex;
  justify-content: space-between;
}
.bl_lineup_item {
  list-style: none;
  text-align: center;
  width: 45%;
}
@media only screen and (max-width: 767px) {
	.bl_lineup_unit {
  display: block;
}
.bl_lineup_item {
  width: 100%;
	margin: 0 auto 16px auto;
}
	.bl_lineup_item figure{
  width: 80%;
	margin: 0 auto;
}
}
.el_itemName {
  font-weight: 400;
  padding-top: 8px;
}
.bl_step_wrapper {
  display: flex;
  width: 64vw;
  margin: 0 auto;
}
.bl_step_unite {
  width: 30vw;
  margin: 0 auto;
}
.bl_step {
  list-style: none;
  background: #ebf2f5;
  padding: 24px;
  border-radius: 40px;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
}
.bl_step:nth-child(2) {
  background: #ddf0e6;
}
.bl_step:nth-child(3) {
  background: #b8decb;
}
.bl_step span {
  display: inline-block;
  padding-right: 16px;
}
.bl_step_image {
  width: 25vw;
}

@media only screen and (max-width: 767px) {
	.bl_step_wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
}
	.bl_step_unite {
  width: 100%;
  margin: 0 auto;
}
	
	.bl_step {
  list-style: none;
  background: #ebf2f5;
  padding: 16px;
  border-radius: 40px;
  margin-bottom: 16px;

  font-size: 16px;
}
	
	.bl_step_image {
  width: 70%;
		margin: 0 auto;
}
	
	
}
/* ---------- documentsCont ----------- */
.bl_closing {
  text-align: center;
  padding: 80px 0;
}
.bl_closing p {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 40px;
}
.el_btn_contact {
  background: #000000;
  padding: 16px;
  width: 30vw;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.el_btn_contact span {
  display: block;
  font-size: 14px;
  color: #ddf0e6;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.bl_closing {
  padding: 40px 0;
}
.bl_closing p {

  font-size: 18px;
  margin-bottom: 24px;
}
	.el_btn_contact {
		  width: 70%;
		padding: 8px;
	}
}
