@charset "UTF-8";

html {
  scrollbar-gutter: stable;
}

/* mv--------------------------------------------------- */

.mv {
  margin-bottom: 120px;
}
.mv figure:has(figcaption) {
  position: relative;
  z-index: 0;
}
.mv figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);

  padding: 4px 5px;
  font-weight: normal;
  font-size: 10px;
  color: #fff;
}

.mv .mv_image {
  display: flex;
  justify-content: space-between;
}

.mv .mv_image .mv_img01 {
  position: relative;
  z-index: 0;
  width: calc(920 / 1280 * 100%);
}

.mv .mv_image .mv_img01 .mv_ttl {
  position: absolute;
  z-index: 1;
  top: calc(50 / 1280 * 100%);
  left: 50%;
  transform: translateX(-50%);
  width: 64.72%;
}

.mv .mv_image .mv_img01 .mv_ttl h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(36 / 1270 * 100vw);
  font-weight: normal;
  font-size: calc(20 / 1270 * 100vw);
  line-height: 1.5;
  text-align: center;
  color: #1d2732;
}

.mv .mv_image .mv_img01 .mv_ttl h1 .size_l {
  font-size: 2.8em;
  letter-spacing: 0.05em;
}

.mv .mv_image .mv_img01 .mv_ttl p {
  margin-top: calc(21 / 1280 * 100vw);
  height: calc(42 / 1280 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: normal;
  font-size: calc(24 / 1280 * 100vw);
  line-height: calc(30 / 24);
  text-align: center;
  color: #64605a;
}

.mv .mv_image .wrapper_img {
  width: calc(360 / 1280 * 100%);
  padding: 0 calc(10 / 1280 * 100vw);
  display: flex;
  flex-flow: column;
  gap: calc(10 / 1280 * 100vw);
}

.mv .mv_text {
  position: relative;
  z-index: 0;
  max-width: 101.6rem;
  width: calc(100% - 36px);
  margin: 0 auto;
  padding-top: 36px;
}

.mv .mv_text figure {
  position: absolute;
  bottom: 0;
  left: -12.4%;
  width: calc(444 / 1016 * 100%);
  aspect-ratio: 888/1090;
}
.mv .mv_text figure figcaption {
  color: #000;
  background: none;
}

.mv .mv_text p {
  margin-left: auto;
  width: calc(674 / 1016 * 100%);
  padding-bottom: 35px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  display: flex;
  flex-flow: column;
  gap: 18px;
}
.mv .mv_text p .dec_line {
  padding: 0 1em;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 1921px) {
  .mv .mv_image .mv_img01 .mv_ttl {
    top: 75.59px;
  }

  .mv .mv_image .mv_img01 .mv_ttl h1 {
    gap: 54.42px;
    font-size: 30.23px;
  }

  .mv .mv_image .mv_img01 .mv_ttl p {
    margin-top: 31.74px;
    height: 63.49px;
    font-size: 36.28px;
  }
}
@media screen and (max-width: 1280px) {
  .mv .mv_text figure {
    left: 0;
    width: calc(360 / 1016 * 100%);
  }

  .mv .mv_text p {
    width: calc(640 / 1016 * 100%);
    padding-bottom: 35px;
    font-size: min(calc(16 / 870 * 100vw), 16px);
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 80px;
  }

  .mv .mv_image {
    flex-flow: column;
  }

  .mv .mv_image .mv_img01 {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  .mv .mv_image .mv_img01 .mv_ttl {
    position: absolute;
    z-index: 1;
    top: calc(50 / 1270 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 64.72%;
  }

  .mv .mv_image .mv_img01 .mv_ttl h1 {
    gap: calc(36 / 750 * 100vw);
    font-size: calc(14 / 750 * 100vw);
  }

  .mv .mv_image .mv_img01 .mv_ttl h1 .size_l {
    font-size: 3.14em;
  }

  .mv .mv_image .mv_img01 .mv_ttl p {
    margin-top: calc(18 / 750 * 100vw);
    height: calc(35 / 750 * 100vw);
    font-size: calc(17 / 750 * 100vw);
  }

  .mv .mv_image .wrapper_img {
    width: 100%;
    gap: calc(20 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
  }

  .mv .mv_text {
    display: flex;
    flex-flow: column;
    gap: calc(40 / 750 * 100vw);

    padding-top: 0;
  }

  .mv .mv_text figure {
    position: relative;
    width: 100%;
    aspect-ratio: unset;
  }

  .mv .mv_text p {
    width: 100%;
    padding-bottom: 0;
    font-size: 13px;
    gap: 0;
  }
  .mv .mv_text p .dec_line {
		line-height: 2;
		background-color: #fdfdfd;
		background-image: linear-gradient(transparent calc(2em - 1px), #707070 calc(2em - 1px));
		background-size: 100% 2em;
		background-repeat: repeat-y;
		border-bottom: none;
	}
}

/* block_00--------------------------------------------------- */
.block00 {
  max-width: 101.6rem;
  width: calc(100% - 36px);
  margin: 0 auto;
}

/* block_link--------------------------------------------------- */

.block_link {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.block_link .item_link::after {
  content: "";
  display: block;
  background-image: url("../images/special/icon_arrow_down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 19px;
  aspect-ratio: 19 / 10;
}
.block_link .item_link {
  width: 19.29%;
  aspect-ratio: 196 /180;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #a59f8d;

  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;

  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: calc(30 / 18);
  text-align: center;
  color: #010101;
}
.block_link .item_link img {
  height: 35px;
}
.block_link .item_link p {
  margin: 17px 0 21px;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .block_link {
    justify-content: center;
    gap: 20px 0.8875%;
  }

  .block_link .item_link {
    width: 194px;
  }
  .block_link .item_link:nth-of-type(1),
  .block_link .item_link:nth-of-type(4) {
    margin-left: 7%;
  }
  .block_link .item_link:nth-of-type(3),
  .block_link .item_link:nth-of-type(5) {
    margin-right: 7%;
  }
}
@media screen and (max-width: 768px) {
  .block_link {
    margin-bottom: calc(64 / 375 * 100vw);
    justify-content: center;
    font-size: calc(12 / 375 * 100vw);
    gap: 0.5em;
  }
  .block_link .item_link {
    padding: 1em 0;
    width: calc((100% - 1.2em ) / 3);
    font-size: calc(11 / 375 * 100vw);
  }
  .block_link .item_link:nth-of-type(1),
  .block_link .item_link:nth-of-type(2),
  .block_link .item_link:nth-of-type(3),
  .block_link .item_link:nth-of-type(4),
  .block_link .item_link:nth-of-type(5) {
    margin: 0;
  }

  .block_link .item_link::after {
    width: 2em;
  }
  .block_link .item_link p {
    margin: 1em 0 1.5em;
    height: calc(40 / 375 * 100vw);
  }
  .block_link .item_link img {
    height: calc(24 / 375 * 100vw);
  }
}
/* block_point--------------------------------------------------- */
/* point_header------------------------------------*/

.point_header {
  margin: 0 auto 80px;
  width: 100%;
  display: flex;
  background: #8a8369;
}
.point_header .box_ttl {
  overflow: clip;
  width: 38.28%;

  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 46px;
}
.point_header .box_ttl .ttl02 {
  position: relative;
  z-index: 0;
  width: fit-content;
  max-width: 80%;
}
.point_header .box_ttl .ttl02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  bottom: 0;
  right: 0;
  width: 133.3%;
  height: 2px;
}
.point_header .box_ttl p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: calc(49 / 18);
  text-align: center;
  color: #fff;
}
.point_header .ttl_image {
  width: 61.72%;
  min-height: 360px;
  position: relative;
  z-index: 0;
}
.point_header .ttl_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}
/* .point_header .ttl_image figcaption {
  position: absolute;
  bottom: 0;
  right: 0;

  font-weight: normal;
  font-size: 10px;
  padding: 3px 6px;
  color: #000;
} */
.point_header .ttl_image h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-weight: normal;
  font-size: 26px;
  color: #000;
  text-align: center;
}
.point_header .ttl_image h3 .size_m {
  margin: 0 auto;
  width: fit-content;
  display: block;
  font-size: 1.5em;
  margin-top: 3px;
  padding-top: 0.5em;
  border-top: 1px solid rgba(70, 70, 70, 0.5);
  padding: 0 1.3em 0;
}
.point_header .ttl_image h3::after {
  content: "image";
  position: absolute;
  top: -1.9em;
  right: 0;
  font-weight: normal;
  font-size: 10px;
  padding: 3px 6px;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .point_header .box_ttl {
    width: 380px;
  }
  .point_header .ttl_image {
    width: calc(100% - 380px);
  }

  .point_header .ttl_image h3 .size_m {
    font-size: calc(30px + 0.03896103896 * (100vw - 769px));
  }
}

@media screen and (max-width: 768px) {
  .point_header {
    overflow: hidden;
    padding: calc(20 / 375 * 100vw) 0;
    flex-flow: column;
    align-items: center;
    gap: calc(20 / 375 * 100vw) 0;
		margin-bottom: 4rem;
  }
  .point_header .box_ttl {
    display: contents;
  }
  .point_header .box_ttl .ttl02 {
    order: 1;
    max-width: 50%;
  }

  .point_header .box_ttl .ttl02::after {
    width: 200%;
  }

  .point_header .box_ttl p {
    order: 3;
    font-size: 15px;
		line-height: 2;
  }

  .point_header .ttl_image {
    order: 2;
    width: 100%;
    min-height: auto;
  }
  .point_header .ttl_image img {
    object-fit: contain;
  }

  .point_header .ttl_image h3 {
    font-size: 20px;
  }
  .point_header .ttl_image h3 .size_m {
    font-size: 1.2em;
    margin-top: calc(3 / 375 * 100vw);
  }
}

/* 共通------------------------------------*/
.block_point .sp_on,
.block_point .tb_on,
.block_point .tb_on02 {
  display: none;
}
.block_point .sp_on03 {
  display: none;
}
.block_point .tb_off {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .block_point .tb_on {
    display: inline;
  }
  .block_point .tb_on02 {
    display: block;
  }
  .block_point .tb_off {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block_point .sp_on {
    display: inline;
  }
  .block_point .sp_on03 {
    display: block;
  }
  .block_point .sp_off {
    display: none;
  }
}

.wrapper_color00 {
  position: relative;
  z-index: 0;
}
.wrapper_color01 {
  padding: 80px 0;
}
.wrapper_color00::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
}
.wrapper_color01::after {
  background: #f0ede4;
}
.wrapper_color02::after {
  background: #f5f5f5;
}
.wrapper_color03::after {
  background: rgba(195, 191, 165, 0.42);
}
@media screen and (max-width: 768px) {
  .wrapper_color01 {
    padding: 50px 0;
  }
}

.block_point figure:has(figcaption) {
  position: relative;
  z-index: 0;
}

.block_point figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 6px;
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  color: #000;
}

.block_point .note01 {
  padding: 34px 0;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 2.3;
  text-align: center;
  color: #010101;
  background: #fff;
  border: 1px solid #5b5b5b;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.block_point .note01 p + p {
  margin-top: 2em;
}

@media screen and (max-width: 1024px) {
  .block_point .note01 {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .block_point .note01 {
    text-align: left;
    padding: 20px 15px;
    font-size: 14px;
		line-height: 2;
  }
}
/* note------------------------------------*/
.block_point .note_wrap {
	text-align: center;
}
.block_point .note {
  margin: 0 auto 80px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  /*line-height: 1.8;*/
  text-align: center;
  color: #010101;
	display: inline-flex;
	flex-direction: column;
	/* 行の高さを設定（※必須：後述の background-size と値を揃える） */
  line-height: 36px;
	/* 罫線の色（ここでは薄いグレー） */
	background-image: linear-gradient(
		transparent calc(100% - 1px), 
		#707070 calc(100% - 1px)
	);
	/* 行の高さに合わせて背景を繰り返す */
	background-repeat: repeat-y;
  background-size: 100% 36px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.block_point .note .dec_line {
  display: block;
  /*background: linear-gradient(transparent calc(100% - 1px), #000 calc(100% - 1px));*/
  width: 100%;
  /* margin-top: 0.5em; */
 /*border-bottom: 1px solid #707070;*/ 
	padding-left: .5em;
}
.block_point .note .dec_line.sp_on02 {
  display: contents;
}

/* .block_point .note .dec_line + .dec_line {
  margin-top: 16px;
} */
@media screen and (max-width: 768px) {
  .block_point .note {
    margin: 0 auto 50px;
    font-size: 13px;
    text-align: left;
    line-height: 30px;
    background-size: 100% 30px;
	}
  .block_point .note .dec_line.sp_on02 {
    display: block;
  }
  .block_point .note .dec_line.sp_off02 {
    display: contents;
  }
}

/* parts_column------------------------------------*/

.block_point .parts_column {
  position: relative;
  z-index: 0;
  background: #e3e8ed;
  border: 1px solid #688192;
  padding: 30px 215px 40px 45px;
}
.block_point .parts_column h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 2.3;
  color: #688192;
}
.block_point .parts_column h5 {
  margin: 8px 0 10px;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: calc(36 / 21);
  color: #292929;
}
.block_point .parts_column p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: calc(26 / 14);
  color: #010101;
}
.block_point .parts_column p .dec_c01 {
  color: #c60000;
}

.block_point .parts_column.adjust_img .box_img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: calc(48 / 1016 * 100%);
}
.block_point .parts_column.adjust_img .box_img.img01 {
  width: 137px;
  aspect-ratio: 275 / 402;
}
.block_point .parts_column.adjust_img .box_img.img02 {
  width: 139px;
  aspect-ratio: 278 / 402;
}
.block_point .parts_column.adjust_img .box_img figcaption {
  position: absolute;
  z-index: 0;
  top: -2.2em;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: calc(26 / 16);
  color: #010101;
  width: 6em;
}
.block_point .parts_column.adjust_img .box_img.img01 figcaption {
  left: 22%;
}
.block_point .parts_column.adjust_img .box_img.img02 figcaption {
  left: 28%;
}

.block_point .parts_column.adjust_img p {
  /*width: 72%;*/
}

@media screen and (max-width: 768px) {
  .block_point .parts_column {
    padding: 20px 15px;
  }
  .block_point .parts_column h4 {
    font-size: 14px;
  }
  .block_point .parts_column h5 {
    margin: calc(6 / 375 * 100vw) 0 calc(8 / 375 * 100vw);
    font-size: 16px;
  }
  .block_point .parts_column p {
    font-size: 13px;
  }
  .block_point .parts_column.adjust_img .box_img.img01 {
    width: calc(80 / 375 * 100vw);
    right: 5px;
  }
  .block_point .parts_column.adjust_img .box_img figcaption {
    font-size: 12px;
  }
  .block_point .parts_column.adjust_img .box_img.img01 figcaption {
    left: 11%;
		padding: 0;
		text-align: center;
  }
  .block_point .parts_column.adjust_img .box_img.img02 {
    width: calc(80 / 375 * 100vw);
    right: 5px;
  }

  .block_point .parts_column.adjust_img .box_img.img02 figcaption {
    left: 16%;
		width: auto;
		padding: 0;
		text-align: center;
  }
	.block_point .parts_column.adjust_img h5,
	.block_point .parts_column.adjust_img p {
		width: 72%;
	}
}

/* box_img01------------------------------------*/

.block_point .box_img01 {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.block_point .box_img01.reverse {
  flex-flow: row-reverse;
}

.block_point .box_img01 .item_img01 {
  width: calc(540 / 1016 * 100%);
  margin: 0;
  align-self: stretch;
}

.block_point .box_img01 .item_img01.item_img01_02 {
  width: calc(600 / 1016 * 100%);
  margin: 0;
  align-self: stretch;
}

.block_point .box_img01 .item_img01 img {
  height: 100%;
  display: block;
  object-fit: cover;
}

.block_point .box_img01 .box_text {
  width: calc(420 / 1016 * 100%);
  display: flex;
  flex-flow: column;
  gap: 36px;
}
.block_point .box_img01 .box_text.box_text_02 {
  width: calc(360 / 1016 * 100%);
}
.block_point .box_img01 .box_text.reverse {
  flex-flow: column-reverse;
}

.block_point .box_img01 .item_img02 {
  max-width: 250px;
  position: relative;
  z-index: 0;
}

.block_point .box_img01 .item_img02 img {
  width: 100%;
}

.block_point .box_img01 .item_img02 figcaption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  padding: 3px 6px;
  font-size: 10px;
  color: #fff;
}

.block_point .box_img01 h3 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: calc(36 / 20);
  text-align: left;
  color: #010101;
}

.block_point .box_img01 p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: calc(26 / 14);
  text-align: left;
  color: #010101;
}
@media screen and (max-width: 768px) {
  .block_point .box_img01,
  .block_point .box_img01.reverse {
    margin-bottom: 50px;
    flex-flow: column;
    gap: calc(16 / 375 * 100vw);
  }
  .block_point .box_img01 .item_img01,
	.block_point .box_img01 .item_img01.item_img01_02 {
    width: 100%;
  }
  .block_point .box_img01 .box_text,
	.block_point .box_img01 .box_text.box_text_02 {
    width: 100%;
    flex-flow: column-reverse;
    gap: calc(16 / 375 * 100vw);
  }
  .block_point .box_img01 .item_img02 {
    max-width: 60%;
    align-self: flex-end;
  }
  .block_point .box_img01 .wrapper_text {
    flex: 1;
    position: relative;
    z-index: 0;
    align-self: flex-end;
  }

  .block_point .box_img01 h3 {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .block_point .box_img01 h3 br {
    display: none;
  }
  .block_point .box_img01 p {
    font-size: 13px;
  }
}

/* box_img02------------------------------------*/
.block_point .box_img02 {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.block_point .box_img02 .item {
  width: 30.51%;
}

.block_point .box_img02 .item h3 {
  margin: 3px 0 7px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: calc(36 / 14);
  color: #010101;
}

.block_point .box_img02 .item p {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: calc(22 / 13);
  color: #010101;
}
@media screen and (max-width: 768px) {
  .block_point .box_img02 {
    margin-bottom: calc(64 / 375 * 100vw);
    display: flex;
    flex-flow: column;

    gap: calc(24 / 375 * 100vw);
  }

  .block_point .box_img02 .item {
    width: 100%;
  }

  .block_point .box_img02 .item h3 {
    margin: calc(3 / 375 * 100vw) 0 calc(5 / 375 * 100vw);
    font-size: 14px;
  }

  .block_point .box_img02 .item p {
    font-size: 13px;
  }
}

/* box_img03------------------------------------*/

.block_point .box_img03 {
  display: flex;
  justify-content: space-between;
}
.block_point .box_img03.reverse {
  flex-flow: row-reverse;
  align-items: flex-end;
}

.block_point .box_img03 .item_img01 {
  width: calc(540 / 1016 * 100%);
}

.block_point .box_img03 .item_img01 img {
}

.block_point .box_img03 .box_text {
  width: calc(440 / 1016 * 100%);
  display: flex;
  flex-flow: column;
  gap: 52px;
}

.block_point .box_img03 .box_text .item_img02 {
  position: relative;
  z-index: 0;
  max-width: 300px;
}
.block_point .box_img03 .box_text .item_img02 figcaption {
  /* position: absolute;
  bottom: 0;
  right: 0;
  font-weight: normal;
  font-size: 10px;
  padding: 3px 6px; */
  color: #fff;
}

.block_point .box_img03 .box_text .wrapper_text h3 {
  margin-bottom: 19px;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.01em;
  line-height: calc(36 / 26);
  color: #010101;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.block_point .box_img03 .box_text .wrapper_text h3 img {
  display: block;
  width: 162px;
}

.block_point .box_img03 .box_text .wrapper_text p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #010101;
}

.block_point .box_img03 .box_text .wrapper_text p .size_m {
  font-size: 26px;
}

@media screen and (max-width: 1024px) {
  .block_point .box_img03 {
    flex-flow: column;
    gap: 52px;
  }
  .block_point .box_img03 .item_img01 {
    width: 70%;
  }

  .block_point .box_img03 .box_text {
    width: 100%;
    flex-flow: row-reverse;
  }

  .block_point .box_img03 .box_text .wrapper_text h3 {
    font-size: 22px;
  }

  .block_point .box_img03 + .box_img03 {
    margin-top: 104px;
  }

  .block_point .box_img03.reverse {
    flex-flow: column;
    align-items: flex-end;
  }

  .block_point .box_img03.reverse .box_text {
    flex-flow: row;
  }
}
@media screen and (max-width: 768px) {
  .block_point .box_img03,
  .block_point .box_img03.reverse {
    flex-flow: column;
    gap: calc(32 / 375 * 100vw);
    align-items: flex-start;
  }
  .block_point .box_img03 + .box_img03 {
    margin-top: 80px;
  }
  .block_point .box_img03 .item_img01 {
    width: 100%;
  }
  .block_point .box_img03 .box_text,
  .block_point .box_img03.reverse .box_text {
    flex-flow: column;
    gap: calc(32 / 375 * 100vw);
  }
  .item_img02 {
    width: 60%;
    margin-left: auto;
  }
  .block_point .box_img03 .box_text .wrapper_text h3 {
    font-size: 18px;
  }
  .block_point .box_img03 .box_text .wrapper_text h3 img {
    display: block;
    width: 100px;
  }
  .block_point .box_img03 .box_text .wrapper_text p {
    font-size: 15px;
  }
}

/* box_faq------------------------------------*/
.block_point .box_faq {
  padding: 100px 0 120px;
}

.block_point .box_faq .parts_faq {
  display: flex;
  flex-flow: column;
  gap: 60px;
}

.block_point .box_faq .parts_faq_dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block_point .box_faq .parts_faq_dt figure,
.block_point .box_faq .parts_faq_dd > figure {
  width: calc(80 / 1016 * 100%);
}

.block_point .box_faq .parts_faq_dt figure img,
.block_point .box_faq .parts_faq_dd > figure img {
  aspect-ratio: 1;
}

.block_point .box_faq .parts_faq_dt figure figcaption,
.block_point .box_faq .parts_faq_dd > figure figcaption {
  position: static;
  padding: 0;
  font-weight: normal;
  font-size: min(calc(14 / 942 * 100vw), 14px);
  letter-spacing: 0.01em;
  line-height: calc(26 / 14);
  color: #010101;
  text-align: center;
}

.block_point .box_faq .parts_faq_dt .ttl_faq {
  position: relative;
  z-index: 0;
  width: calc(888 / 1016 * 100%);
  min-height: 107px;
  background: #d9e8f8;
  filter: drop-shadow(0 0 1px rgb(108, 163, 206)) drop-shadow(0 0 1px rgb(108, 163, 206)) drop-shadow(0 0 1px rgb(108, 163, 206));
  padding: 0 26px;

  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: calc(36 / 26);
  color: #007ab1;
  border-radius: 16px;

  display: flex;
  align-items: center;
  gap: 0.577em;
}

.block_point .box_faq .parts_faq_dt .ttl_faq::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/special/icon_faq01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  left: -14px;
  transform: translate(0, -50%);
  width: 23px;
  aspect-ratio: 23 / 27;
}
.block_point .box_faq .parts_faq_dt .ttl_faq .dec_icon {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 1.5em;
  align-self: center;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_point .box_faq .parts_faq_dt .ttl_faq .dec_icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #007ab1;
  top: 3px;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.block_point .box_faq .parts_faq_dt .ttl_faq .faq_text {
  flex: 1;
  color: #007ab1;
}

.block_point .box_faq .parts_faq_dd {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.block_point .box_faq .parts_faq_dd .wrapper_a {
  filter: drop-shadow(0 0 1px #a19b88) drop-shadow(0 0 1px #a19b88) drop-shadow(0 0 1px #a19b88);
  background: #ebe8df;
  border-radius: 16px;
  width: calc(888 / 1016 * 100%);
  padding: 0 40px 35px;
}

.block_point .box_faq .parts_faq_dd .ttl_faq {
  position: relative;
  z-index: 0;
  min-height: 103px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: calc(36 / 26);
  color: #292929;
  display: flex;
  align-items: center;
  gap: 0.577em;
  border-bottom: 1px solid #a19b88;
}

.block_point .box_faq .parts_faq_dd .ttl_faq::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/special/icon_faq02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  right: -55px;
  transform: translate(0, -50%);
  width: 23px;
  aspect-ratio: 23 / 27;
}
.block_point .box_faq .parts_faq_dd .ttl_faq .dec_icon {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 2.125em;
  align-self: center;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_point .box_faq .parts_faq_dd .ttl_faq .dec_icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #a19b88;
  top: 3px;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.block_point .box_faq .parts_faq_dd .ttl_faq .faq_text {
  flex: 1;
}

.block_point .box_faq .parts_faq_dd .text_a {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.block_point .box_faq .parts_faq_dd .text_a p {
  width: calc(560 / 806 * 100%);
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: calc(26 / 14);
  color: #010101;
}
.block_point .box_faq .parts_faq_dd .text_a:not(:has(figure)) p {
  width: 100%;
}

.block_point .box_faq .parts_faq_dd .text_a p .dec_c01 {
  color: #aa0000;
}
.block_point .box_faq .parts_faq_dd .text_a p .dec_w01 {
  font-weight: bold;
}

.block_point .box_faq .parts_faq_dd .text_a figure {
  width: calc(210 / 806 * 100%);
}

.block_point .box_faq .parts_faq_dd .text_a figure img {
  object-fit: cover;
  height: 100%;
  object-position: top left;
}

.block_point .box_faq .note_faq {
  margin-top: 80px;
}

.block_point .box_faq .note_faq .dec_c01 {
  color: #aa0000;
}
.block_point .box_faq .note_faq .dec_w01 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .block_point .box_faq {
    padding: 50px 0 60px;
  }
  .block_point .box_faq .parts_faq {
    gap: 0;
  }
  .block_point .box_faq .parts_faq_dt {
    align-items: flex-start;
    flex-flow: column-reverse;
    gap: 24px;
  }

  .block_point .box_faq .parts_faq_dt .ttl_faq {
    width: 100%;
    min-height: calc(40 / 375 * 100vw);
    padding: 0.8em calc(15 / 375 * 100vw);
    font-size: 16px;
    border-radius: 8px;
  }

  .block_point .box_faq .parts_faq_dt .ttl_faq .dec_icon {
    position: relative;
    z-index: 0;
    color: #fff;
    width: 2.125em;
    align-self: center;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block_point .box_faq .parts_faq_dt .ttl_faq .dec_icon::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .block_point .box_faq .parts_faq_dd .ttl_faq .dec_icon::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .block_point .box_faq .parts_faq_dt figure,
  .block_point .box_faq .parts_faq_dd > figure {
    width: 65px;
  }

  .block_point .box_faq .parts_faq_dt figure figcaption,
  .block_point .box_faq .parts_faq_dd > figure figcaption {
    font-size: 11px;
  }
  .block_point .box_faq .parts_faq_dt .ttl_faq::after {
    top: auto;
    left: 26px;
    transform: rotate(-90deg);
    width: 23px;
    bottom: -18px;
  }

  .block_point .box_faq .parts_faq_dd {
    flex-flow: column;
    align-items: flex-end;
    gap: 24px;
  }
  .block_point .box_faq .parts_faq_dt + .parts_faq_dd {
    margin-top: -80px;
  }
  .block_point .box_faq .parts_faq_dd .wrapper_a {
    border-radius: 8px;
    width: 100%;
    padding: 0 15px 15px;
  }
  .block_point .box_faq .parts_faq_dd .ttl_faq {
    min-height: calc(40 / 375 * 100vw);
    font-size: 16px;
    gap: 0.577em;
    padding: 0.8em 0;
  }
  .block_point .box_faq .parts_faq_dd .text_a {
    flex-flow: column;
    padding-top: 20px;
    gap: 15px;
  }
  .block_point .box_faq .parts_faq_dd .text_a p {
    width: 100%;
    font-size: 13px;
  }
  .block_point .box_faq .parts_faq_dd .text_a figure {
    width: 100%;
  }
  .block_point .box_faq .parts_faq_dd .ttl_faq::after {
    top: -18px;
    right: 0px;
    transform: rotate(-90deg);
    width: 23px;
  }
  .block_point .box_faq .note_faq {
    margin-top: 50px;
  }
}
/* box_table00------------------------------------*/

.block_point .text_attention {
  margin-bottom: 22px;
  min-height: 48px;
  background: #a19b88;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_point .text_attention span {
  color: #fff;
}

.block_point .text_attention .size_m {
  font-size: 1.263em;
}

.block_point .text_attention + h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #292929;
  border-left: 6px solid #a19b88;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .block_point .text_attention {
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0.8em 0.8em;
    line-height: 1.6;
    text-align: left;
  }

  .block_point .text_attention + h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.block_point .box_table00 .ttl03 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: calc(46 / 32);
  text-align: center;
  color: #010101;
}

@media screen and (max-width: 768px) {
  .block_point .box_table00 .ttl03 {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
  }
}

/* box_table01------------------------------------*/
.block_point .wrapper_table {
  display: contents;
}
.block_point .note_scroll {
  position: relative;
  z-index: 0;
  margin: 0 auto 24px;
  width: fit-content;
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 16px;
}
.block_point .note_scroll::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/special/icon_hand.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  left: -1.5em;
  transform: translate(0, -50%);
  width: 1.2em;
  aspect-ratio: 21 / 25;
}

.block_point .box_table01 {
}

/* .block_point .box_table01 h3 {
  margin-bottom: 43px;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.01em;
  line-height: calc(46 / 32);
  text-align: center;
  color: #010101;
} */

.block_point .box_table01 .ttl_type {
  width: 1016px;
  max-width: 100%;

  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: calc(17 / 1016 * 100%);
  font-size: 21px;
}

.block_point .box_table01 .ttl_type .ttl01 {
  width: calc(408 / 1016 * 100%);
  height: 146px;
  background: #bba88a;
  align-self: flex-end;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.block_point .box_table01 .ttl_type .ttl02 {
  width: calc(333 / 1016 * 100%);
  height: 126px;
  background: #8d9798;
  align-self: flex-end;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.block_point .box_table01 .ttl_type .size_l {
  color: #fff;
  font-size: 1.5em;
}
.block_point .box_table01 .ttl_type .size_m {
  color: #fff;
}

.block_point .box_table01 .ttl_type .size_s {
  color: #fff;
  font-size: 0.8em;
}

.block_point .box_table01 .parts_data {
  width: 1016px;
  max-width: 100%;
}

.block_point .box_table01 .parts_data .item_data {
  display: flex;
  justify-content: flex-end;
  gap: calc(17 / 1016 * 100%);
}
.block_point .box_table01 .parts_data .item_data > * {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 130px;
  text-align: center;
}

.block_point .box_table01 .parts_data .item_data dt {
  width: calc(240 / 1016 * 100%);

  background: #efefef;
  border: solid #bfbfbf;
  border-width: 2px 2px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.block_point .box_table01 .parts_data .item_data dd {
  width: calc(408 / 1016 * 100%);
  background: #fffbf5;
  border: solid #bba88a;
  border-width: 2px 2px 0;
  color: #ca944f;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
.block_point .box_table01 .parts_data .item_data dd span {
  color: #ca944f;
}
.block_point .box_table01 .parts_data .item_data dd:nth-of-type(2) {
  width: calc(333 / 1016 * 100%);
  background: #f5f5f5;
  border: solid #c1c6c6;
  border-width: 2px 2px 0;
  font-size: 16px;

  color: #858889;
  box-shadow: unset;
}
.block_point .box_table01 .parts_data .item_data dd:nth-of-type(2) span {
  color: #858889;
}

.block_point .box_table01 .parts_data .item_data:last-of-type dd {
  border-bottom: 2px solid #bba88a;
}
.block_point .box_table01 .parts_data .item_data:last-of-type dd:nth-of-type(2) {
  border-bottom: 2px solid #c1c6c6;
}
.block_point .box_table01 .parts_data .item_data:last-of-type dt {
  border-bottom: 2px solid #bfbfbf;
}

.block_point .box_table01 .parts_data .item_data dd .size_l {
  font-size: 1.6em;
}
.block_point .box_table01 .parts_data .item_data dd .size_m {
  font-size: 1.25em;
}
.block_point .box_table01 .parts_data .item_data dd .size_s {
  font-size: 0.64em;
}
@media screen and (max-width: 768px) {
  .block_point .wrapper_table {
    display: block;
    overflow: scroll;
    padding-bottom: 24px;
  }
  .block_point .note_scroll {
    margin: 0 auto calc(24 / 375 * 100vw);
    font-size:14px;
  }
  .block_point .box_table01 .ttl_type,
  .block_point .box_table01 .parts_data {
    width: 150vw;
    max-width: 150vw;
    gap: 1.67%;
    font-size: calc(14 / 375 * 100vw);
  }

  .block_point .box_table01 .parts_data .item_data > * {
    font-size: calc(14 / 375 * 100vw);
    height: calc(75 / 375 * 100vw);
    text-align: center;
  }

  .block_point .box_table01 .ttl_type .ttl01 {
    height: calc(90 / 375 * 100vw);
  }
  .block_point .box_table01 .ttl_type .ttl02 {
    height: calc(80 / 375 * 100vw);
  }
  
  .block_point .box_table01 .parts_data .item_data dd span {
    line-height: 140%;
  }
}

/* box_table02------------------------------------*/

.block_point .box_table02 {
}

/* .block_point .box_table02 .text_attention {
  margin-bottom: 32px;
  height: 48px;
  background: #a19b88;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
}
.block_point .box_table02 .text_attention span {
  color: #fff;
}

.block_point .box_table02 .text_attention .size_m {
  font-size: calc(24 / 19 * 100%);
} 

.block_point .box_table02 h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #292929;
  border-left: 6px solid #a19b88;
  padding-left: 10px;
}*/

.block_point .box_table02 .ttl_type {
  width: 1016px;
  max-width: 100%;

  display: flex;
  justify-content: flex-end;
}

.block_point .box_table02 .ttl_type div {
  width: calc(100% / 6);
  height: 60px;
  background: #a19b88;

  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;

  border-right: 1px solid rgba(83, 83, 83, 0.35);

  font-size: 20px;
}

.block_point .box_table02 .ttl_type div span {
  color: #fff;
}
.block_point .box_table02 .ttl_type div .size_m {
  font-size: 1.6em;
}

.block_point .box_table02 .parts_data {
  width: 1016px;
  max-width: 100%;
}

.block_point .box_table02 .parts_data .item_data {
  /* font-size: 20px; */
  font-size: min(calc(17 / 769 * 100vw), 20px);
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(83, 83, 83, 0.35);
}
.block_point .box_table02 .parts_data .item_data dt {
  width: calc(100% / 6);
  height: 60px;
  background: #a19b88;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.block_point .box_table02 .parts_data .item_data dt span {
  color: #fff;
}
.block_point .box_table02 .parts_data .item_data dt .size_m {
  font-size: 1.6em;
}

.block_point .box_table02 .parts_data .item_data dd {
  width: calc(100% / 6);
  height: 60px;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-right: 1px solid rgba(83, 83, 83, 0.35);
}
.block_point .box_table02 .parts_data .item_data dd:last-of-type {
  background: #fff5f5;
  color: #c10000;
}
.block_point .box_table02 .parts_data .item_data:first-of-type dd:last-of-type {
  position: relative;
  z-index: 0;
  background: #fff5f5;
  color: #c10000;
}
.block_point .box_table02 .parts_data .item_data:first-of-type dd:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(300% + 4px);
  border: 2px solid #c10000;
}
.block_point .box_table02 .parts_data .item_data dd:last-of-type span {
  color: #c10000;
}

.block_point .box_table02 .parts_data .item_data dd .size_m {
  font-size: 1.6em;
}

@media screen and (max-width: 768px) {
  .block_point .box_table02 .ttl_type,
  .block_point .box_table02 .parts_data {
    width: 200vw;
    max-width: 200vw;
  }

  .block_point .box_table02 .ttl_type div {
    height: calc(48 / 375 * 100vw);

    font-size: calc(16 / 375 * 100vw);
  }
  .block_point .box_table02 .parts_data .item_data {
    font-size: calc(16 / 375 * 100vw);
  }
}
/* box_table04 */

.block_point .box_table04 {
  margin-bottom: 115px;
}

.block_point .box_table04 h3 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: calc(46 / 32);
  text-align: center;
  color: #010101;
}

.block_point .box_table04 .ttl_type {
  width: 1016px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: calc(12 / 1016 * 100%);
  /* font-size: 20px; */
  font-size: min(calc(14 / 769 * 100vw), 20px);
}

.block_point .box_table04 .ttl_type .ttl1 {
  width: calc(297 / 1016 * 100%);
  height: 142px;
  background: #bba88a;
  align-self: flex-end;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.block_point .box_table04 .ttl_type .ttl2 {
  width: calc(207 / 1016 * 100%);
  height: 122px;
  background: #8d9798;
  align-self: flex-end;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.block_point .box_table04 .ttl_type .ttl3 {
  width: calc(250 / 1016 * 100%);
  height: 122px;
  background: #95a4a6;
  align-self: flex-end;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
	text-align: center;
}

.block_point .box_table04 .ttl_type .size_l {
  font-size: 1.5em;
}
.block_point .box_table04 .ttl_type span {
  color: #fff;
}

.block_point .box_table04 .parts_data {
  width: 1016px;
  max-width: 100%;
}

.block_point .box_table04 .parts_data .item_data {
  display: flex;
  justify-content: flex-end;
  gap: calc(12 / 1016 * 100%);
}
.block_point .box_table04 .parts_data .item_data > * {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  height: 120px;
  text-align: center;
}

.block_point .box_table04 .parts_data .item_data dt {
  flex: 1;

  background: #efefef;
  border: solid #bfbfbf;
  border-width: 2px 2px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;

  font-size: 20px;
}

.block_point .box_table04 .parts_data .item_data dd {
}
.block_point .box_table04 .parts_data .item_data dd:nth-of-type(1) {
  width: calc(297 / 1016 * 100%);
  background: #fffbf5;
  border: solid #bba88a;
  border-width: 2px 2px 0;
  color: #ca944f;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  /* font-size: 20px; */
  font-size: min(calc(15 / 769 * 100vw), 20px);
}
.block_point .box_table04 .parts_data .item_data dd:nth-of-type(2) {
  width: calc(207 / 1016 * 100%);
  background: #f5f5f5;
  border: solid #c1c6c6;
  border-width: 2px 2px 0;
  color: #858889;
}
.block_point .box_table04 .parts_data .item_data dd:nth-of-type(3) {
  background: #ecf3f4;
  width: calc(250 / 1016 * 100%);
  border: solid #92a5a6;
  border-width: 2px 2px 0;
  color: #425555;
}
.block_point .box_table04 .parts_data .item_data dd span {
  color: #ca944f;
}

.block_point .box_table04 .parts_data .item_data dd:nth-of-type(2) span {
  color: #858889;
}

.block_point .box_table04 .parts_data .item_data:last-of-type dd {
  border-bottom: 2px solid #bba88a;
}
.block_point .box_table04 .parts_data .item_data:last-of-type dd:nth-of-type(2) {
  border-bottom: 2px solid #c1c6c6;
}
.block_point .box_table04 .parts_data .item_data:last-of-type dd:nth-of-type(3) {
  border-bottom: 2px solid #92a5a6;
}
.block_point .box_table04 .parts_data .item_data:last-of-type dt {
  border-bottom: 2px solid #bfbfbf;
}

.block_point .box_table04 .parts_data .item_data dd .size_l {
  font-size: 1.3em;
}
.block_point .box_table04 .parts_data .item_data dd .size_m {
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .block_point .box_table04 {
    margin-bottom: 88px;
  }

  .block_point .box_table04 .ttl_type {
    width: 200vw;
    max-width: 200vw;
    font-size: calc(16 / 375 * 100vw);
  }

  .block_point .box_table04 .ttl_type .ttl1 {
    height: calc(90 / 375 * 100vw);
  }
  .block_point .box_table04 .ttl_type .ttl2,
  .block_point .box_table04 .ttl_type .ttl3 {
    height: calc(80 / 375 * 100vw);
  }

  .block_point .box_table04 .parts_data {
    width: 200vw;
    max-width: 200vw;
  }
  .block_point .box_table04 .parts_data .item_data > * {
    font-size: calc(12 / 375 * 100vw);
    height: calc(75 / 375 * 100vw);
  }
  .block_point .box_table04 .parts_data .item_data dt {
    font-size: calc(16 / 375 * 100vw);
  }

  .block_point .box_table04 .ttl_type .size_l {
    font-size: 1.3em;
  }
  .block_point .box_table04 .parts_data .item_data dd:nth-of-type(1) {
    font-size: calc(16 / 375 * 100vw);
  }

  .block_point .box_table04 .parts_data .item_data dd span {
    line-height: 140%;
  }
  .block_point .box_table04 .parts_data .item_data dd .size_l {
    font-size: 1.2em;
  }
}

/* box_table05 */

.block_point .box_table05 {
}
.block_point .box_table05 h3 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: calc(46 / 32);
  text-align: center;
  color: #010101;
}
.block_point .box_table05 .ttl_type {
  width: 1016px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: calc(17 / 1016 * 100%);
  font-size: 20px;
  text-align: center;
}
.block_point .box_table05 .ttl_type .ttl01 {
  width: calc(318 / 1016 * 100%);
  height: 142px;
  background: #bba88a;
  align-self: flex-end;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);

  font-size: 10px;
}

.block_point .box_table05 .ttl_type .ttl02 {
  width: calc(267 / 1016 * 100%);
  height: 121px;
  background: #8d9798;
  align-self: flex-end;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.block_point .box_table05 .ttl_type span {
  color: #fff;
}
.block_point .box_table05 .ttl_type .size_l {
  font-size: 2.3em;
}
.block_point .box_table05 .parts_data {
  width: 1016px;
  max-width: 100%;
}
.block_point .box_table05 .parts_data .item_data {
  margin-bottom: 37px;
  display: flex;
  justify-content: flex-end;
  gap: calc(17 / 1016 * 100%);
}
.block_point .box_table05 .parts_data .item_data dt {
  height: 268px;
  flex: 1;
  background: #cfe0ea;
  display: flex;
  /* font-size: 18px; */
  font-size: min(calc(14 / 769 * 100vw), 18px);
}
.block_point .box_table05 .parts_data .item_data dt .box_img {
  position: relative;
  z-index: 0;
  width: calc(206 / 396 * 100%);
  background: #006297;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_point .box_table05 .parts_data .item_data dt .box_img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background: #006297;
  bottom: -36px;
  left: 0;
  width: calc(100% + 1px);
  height: 37px;
  clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
}

.block_point .box_table05 .parts_data .item_data dt .box_img span {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.block_point .box_table05 .parts_data .item_data dt .box_img span {
}
.block_point .box_table05 .parts_data .item_data dt .box_img span img {
  margin-bottom: -16px;
  height: 100px;
}
.block_point .box_table05 .parts_data .item_data dt .box_text {
  flex: 1;
  border: 1px solid #006297;
}
.block_point .box_table05 .parts_data .item_data dt .box_text li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_point .box_table05 .parts_data .item_data dt .box_text li:nth-of-type(1) {
  height: 80px;
  border-bottom: 1px solid #006297;
}
.block_point .box_table05 .parts_data .item_data dt .box_text li:nth-of-type(2) {
  height: 80px;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(1) dt .box_text li:nth-of-type(1) {
  height: 150px;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(1) dt .box_text li:nth-of-type(2) {
  height: 118px;
}

.block_point .box_table05 .parts_data .item_data:nth-of-type(2) dt {
  background: #f2e0ca;
  height: 160px;
}

.block_point .box_table05 .parts_data .item_data:nth-of-type(2) dt .box_img {
  background: #d37500;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(2) dt .box_img::after {
  background: #d37500;
}

.block_point .box_table05 .parts_data .item_data:nth-of-type(2) dt .box_text {
  flex: 1;
  border: 1px solid #d37500;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(2) dt .box_text li:nth-of-type(1) {
  border-bottom: 1px solid #d37500;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(3) dt {
  flex: 1;
  background: #e5e8c3;
  height: 160px;
}

.block_point .box_table05 .parts_data .item_data:nth-of-type(3) dt .box_img {
  background: #aab51e;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(3) dt .box_img::after {
  background: #aab51e;
}

.block_point .box_table05 .parts_data .item_data:nth-of-type(3) dt .box_text {
  flex: 1;
  border: 1px solid #aab51e;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(3) dt .box_text li:nth-of-type(1) {
  border-bottom: 1px solid #aab51e;
}

.block_point .box_table05 .parts_data .item_data dd {
  height: 160px;
  background: #fffbf5;
  align-self: flex-end;

  color: #fff;
  border: 1px solid #bba88a;
  line-height: 1.3;
  /* font-size: 19px; */
  font-size: min(calc(16 / 769 * 100vw), 19px);
}
.block_point .box_table05 .parts_data .item_data dd:nth-of-type(2) {
  font-size: 14px;
}
.block_point .box_table05 .parts_data .item_data dd:nth-of-type(2) {
  background: #ecf3f4;
  border: 1px solid #92a5a6;
}
.block_point .box_table05 .parts_data .item_data dd:nth-of-type(1) {
  width: calc(318 / 1016 * 100%);
  height: 160px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
.block_point .box_table05 .parts_data .item_data dd:nth-of-type(2) {
  width: calc(267 / 1016 * 100%);
  height: 160px;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(1) dd:nth-of-type(1),
.block_point .box_table05 .parts_data .item_data:nth-of-type(1) dd:nth-of-type(2) {
  height: 268px;
}

.block_point .box_table05 .parts_data .item_data dd:nth-of-type(1) span {
  color: #ca944f;
}
.block_point .box_table05 .parts_data .item_data dd:nth-of-type(2) span {
  color: #425555;
}

.block_point .box_table05 .parts_data .item_data dd .box_list {
  width: 100%;
}
.block_point .box_table05 .parts_data .item_data dd .box_list li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.block_point .box_table05 .parts_data .item_data dd .box_list li:nth-of-type(1) {
  height: 80px;
  border-bottom: 1px solid #bba88a;
}
.block_point .box_table05 .parts_data .item_data dd .box_list li:nth-of-type(2) {
  height: 80px;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(1) dd .box_list li:nth-of-type(1) {
  height: 150px;
  border-bottom: 1px solid #bba88a;
}
.block_point .box_table05 .parts_data .item_data:nth-of-type(1) dd .box_list li:nth-of-type(2) {
  height: 118px;
}
.block_point .box_table05 .parts_data .item_data dd:nth-of-type(2) .box_list li:nth-of-type(1) {
  border-bottom: 1px solid #92a5a6;
}

.block_point .box_table05 .parts_data .item_data dd .box_list li span {
}
.block_point .box_table05 .parts_data .item_data dd .box_list li .size_m {
  font-size: 1.3em;
}
.block_point .box_table05 .parts_column {
  margin-top: 64px;
	padding-right: 45px;
}

.block_point .box_table05 .note_table05 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .block_point .box_table05 .parts_column {
    margin-top: 50px;
		padding-right: 15px;
  }
  .block_point .box_table05 .note_table05 {
    margin-top: 40px;
  }
  .block_point .box_table05 .ttl_type {
    width: 200vw;
    max-width: 200vw;
    font-size: calc(20 / 375 * 100vw);
    gap: calc(17 / 375 * 100vw);
  }
  .block_point .box_table05 .ttl_type span {
  }
  .block_point .box_table05 .ttl_type .ttl01 {
    width: calc(256 / 750 * 100%);
    height: 120px;
    font-size: 10px;
  }

  .block_point .box_table05 .ttl_type .ttl02 {
    width: calc(240 / 750 * 100%);
    height: calc(100 / 375 * 100vw);
  }

  .block_point .box_table05 .parts_data {
    width: 200vw;
    max-width: 200vw;
  }

  .block_point .box_table05 .parts_data .item_data dt {
    width: calc(220 / 750 * 100%);
    height: calc(180 / 375 * 100vw);
    flex: unset;
    font-size: calc(14 / 375 * 100vw);
  }
  .block_point .box_table05 .parts_data .item_data:nth-of-type(2) dt,
  .block_point .box_table05 .parts_data .item_data:nth-of-type(3) dt {
    height: calc(160 / 375 * 100vw);
  }

  .block_point .box_table05 .parts_data .item_data dt .box_img {
    width: 50%;
  }
  .block_point .box_table05 .parts_data .item_data {
    margin-bottom: calc(37 / 375 * 100vw);
    gap: calc(17 / 375 * 100vw);
  }
  .block_point .box_table05 .parts_data .item_data dd:nth-of-type(1) {
    width: calc(256 / 750 * 100%);
    height: calc(160 / 375 * 100vw);
  }

  .block_point .box_table05 .parts_data .item_data dd .box_list li:nth-of-type(1),
  .block_point .box_table05 .parts_data .item_data dd .box_list li:nth-of-type(2) {
    height: calc(80 / 375 * 100vw);
  }

  .block_point .box_table05 .parts_data .item_data dd:nth-of-type(2) {
    width: calc(240 / 750 * 100%);
  }
  .block_point .box_table05 .parts_data .item_data:nth-of-type(1) dd:nth-of-type(1),
  .block_point .box_table05 .parts_data .item_data:nth-of-type(1) dd:nth-of-type(2) {
    height: calc(180 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }

  .block_point .box_table05 .parts_data .item_data:nth-of-type(1) dt .box_text li:nth-of-type(1),
  .block_point .box_table05 .parts_data .item_data:nth-of-type(1) dd .box_list li:nth-of-type(1) {
    height: calc(100 / 375 * 100vw);
  }

  .block_point .box_table05 .parts_data .item_data:nth-of-type(1) dd .box_list li:nth-of-type(2) {
    height: calc(70 / 375 * 100vw);
  }

  .block_point .box_table05 .parts_data .item_data dt .box_text li:nth-of-type(2),
  .block_point .box_table05 .parts_data .item_data:nth-of-type(1) dt .box_text li:nth-of-type(2),
  .block_point .box_table05 .parts_data .item_data dt .box_text li:nth-of-type(1) {
    height: calc(80 / 375 * 100vw);
    text-align: center;
  }

  .block_point .box_table05 .parts_data .item_data dd {
    font-size: calc(16 / 375 * 100vw);
  }

  .block_point .box_table05 .parts_data .item_data dd:nth-of-type(2) {
    font-size: calc(14 / 375 * 100vw);
  }
  .block_point .box_table05 .ttl_type .size_l {
    font-size: 2em;
  }
  .block_point .box_table05 .parts_data .item_data dd .box_list li .size_m {
    font-size: 1.2em;
  }
}

/* parts_column */
/* .block_point .parts_column {
  background: #e3e8ed;
  border: 1px solid #688192;
  padding: 30px 45px 40px;
} */

/* box_prediction01 */

.block_point .box_prediction01 {
  margin-bottom: 40px;
}

.block_point .box_prediction01 .flow_prediction {
  width: 1016px;
  max-width: 100%;
  display: flex;
}

.block_point .box_prediction01 .flow_prediction .item_p {
  align-self: flex-start;
}
.block_point .box_prediction01 .flow_prediction .item_p.item01 {
  width: calc(300 / 1016 * 100%);
  display: flex;
}
.block_point .box_prediction01 .flow_prediction .item_p.item02 {
  width: calc(370 / 1016 * 100%);
  display: flex;
  align-items: center;
}
.block_point .box_prediction01 .flow_prediction .item_p.item03 {
  width: calc(346 / 1016 * 100%);
}

.block_point .box_prediction01 .flow_prediction .item_p .box_year {
  border: 1px solid #a19b88;
  border-radius: 4px;
  overflow: hidden;
}
.block_point .box_prediction01 .flow_prediction .item_p.item03 .box_year {
  border: 1px solid #aa0000;
}
.block_point .box_prediction01 .flow_prediction .item_p.item01 .box_year {
  width: calc(158 / 300 * 100%);
}
.block_point .box_prediction01 .flow_prediction .item_p.item02 .box_year {
  width: calc(158 / 370 * 100%);
}
.block_point .box_prediction01 .flow_prediction .item_p.item01 .box_year {
}

.block_point .box_prediction01 .flow_prediction .item_p .box_year h4 {
  background: #a19b88;
  height: 40px;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.block_point .box_prediction01 .flow_prediction .item_p.item03 .box_year h4 {
  background: #aa0000;
}
.block_point .box_prediction01 .flow_prediction .item_p.item03 .box_year p {
  background: #fff5f5;
  color: #aa0000;
}
.block_point .box_prediction01 .flow_prediction .item_p.item03 .box_year p span {
  color: #aa0000;
}
.block_point .box_prediction01 .flow_prediction .item_p.item03 .box_year p span {
  color: #aa0000;
}

.block_point .box_prediction01 .flow_prediction .item_p .box_year p {
  height: 76px;
  /* font-size: 32px; */
  font-size: min(calc(26 / 769 * 100vw), 32px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_point .box_prediction01 .flow_prediction .item_p .box_year p .size_l {
  font-size: 1.6em;
}

.block_point .box_prediction01 .flow_prediction .item_p .box_year p .size_s {
  font-size: 0.6em;
}

.block_point .box_prediction01 .flow_prediction .item_p .box_arrow {
  flex: 1;
  align-self: center;
  /* font-size: 18px; */
  font-size: min(calc(15 / 769 * 100vw), 18px);
  font-weight: bold;
  padding: 0 4.8%;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.block_point .box_prediction01 .flow_prediction .item_p .box_arrow.adjust_red {
}

.block_point .box_prediction01 .flow_prediction .item_p .box_arrow .l_top {
	color: #505050;
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 11px;
  border-bottom: 2px solid #a19b88;
}
.block_point .box_prediction01 .flow_prediction .item_p .box_arrow .l_top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #a19b88;
  bottom: -1px;
  right: 0;
  width: 3px;
  height: 12px;
  transform: skewX(45deg);
  transform-origin: right bottom;
}
.block_point .box_prediction01 .flow_prediction .item_p.item02 .box_arrow span {
  color: #aa0000;
}

.block_point .box_prediction01 .flow_prediction .item_p .box_arrow .l_top .size_m {
  font-size: 1.5em;
}

.block_point .box_prediction01 .flow_prediction .item_p .box_arrow .l_down {
}
.block_point .box_prediction01 .flow_prediction .item_p.item02 .box_arrow .l_down {
  color: #aa0000;
}

.block_point .box_prediction01 .note_prediction {
  display: block;
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 0.01em;
  line-height: calc(16 / 9);
  text-align: right;
  color: #010101;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .block_point .box_prediction01 {
    margin-bottom: 30px;
  }
  .block_point .box_prediction01 .flow_prediction {
    /* width: 200vw; */
    width: 180vw;
    max-width: 180vw;
  }
  .block_point .box_prediction01 .flow_prediction .item_p .box_year h4 {
    height: calc(36 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .block_point .box_prediction01 .flow_prediction .item_p .box_year p {
    height: calc(56 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
  }

  .block_point .box_prediction01 .flow_prediction .item_p .box_arrow {
    font-size: calc(13 / 375 * 100vw);
    padding: 0 4.8%;
  }

  .block_point .box_prediction01 .flow_prediction .item_p .box_year p .size_l {
    font-size: 1.5em;
  }
}

/* box_prediction02 */
.block_point .box_prediction02 {
}

/* .block_point .box_prediction02 .text_attention {
  margin-bottom: 32px;
  height: 48px;
  background: #a19b88;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_point .box_prediction02 h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #292929;
  border-left: 6px solid #a19b88;
  padding-left: 10px;
} */

.block_point .box_prediction02 .flow_prediction {
  width: 1016px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.block_point .box_prediction02 .flow_prediction .item_p {
  width: calc(490 / 1016 * 100%);
  display: flex;
  flex-flow: wrap;
  gap: 12px;
}

.block_point .box_prediction02 .flow_prediction .item_p.item01 {
}

.block_point .box_prediction02 .flow_prediction .item_p h4 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #292929;
  height: 36px;
  border: 1px solid #707070;

  display: flex;
  justify-content: center;
  align-items: center;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_year {
  align-self: flex-start;
  width: calc(159 / 490 * 100%);

  border: 1px solid #a19b88;
  border-radius: 4px;
  overflow: hidden;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_year:last-of-type h5 {
  background: #aa0000;
}
.block_point .box_prediction02 .flow_prediction .item_p .box_year:last-of-type p {
  background: #fff5f5;
  color: #aa0000;
  font-size: min(calc(21 / 769 * 100vw), 28px);
}
.block_point .box_prediction02 .flow_prediction .item_p .box_year:last-of-type p span {
  color: #aa0000;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_year h5 {
  background: #a19b88;
  height: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_year p {
  height: 76px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_year p .size_s {
  font-size: 0.5em;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_year p .size_l {
  font-size: 1.6em;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_arrow {
  /* flex: 1; */
  width: calc(138 / 490 * 100%);
  align-self: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0 4.8%;
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 6px;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_arrow .l_top {
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 2px solid #a19b88;
}
.block_point .box_prediction02 .flow_prediction .item_p .box_arrow .l_top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #a19b88;
  bottom: -1px;
  right: 0;
  width: 3px;
  height: 12px;
  transform: skewX(45deg);
  transform-origin: right bottom;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_arrow span {
  color: #aa0000;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_arrow .l_top .size_l {
  font-size: 1.5em;
}

.block_point .box_prediction02 .flow_prediction .item_p .box_arrow .l_bottom {
}

.block_point .box_prediction02 .note_prediction {
  display: block;
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 0.01em;
  line-height: calc(16 / 9);
  text-align: right;
  color: #010101;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .block_point .box_prediction02 .flow_prediction {
    width: 100%;
    flex-flow: column;
    gap: calc(32 / 375 * 100vw);
  }

  .block_point .box_prediction02 .flow_prediction .item_p {
    width: 100%;
    justify-content: space-between;
    gap: calc(16 / 375 * 100vw) 0;
  }

  .block_point .box_prediction02 .flow_prediction .item_p .box_year {
    width: 31%;
  }
  .block_point .box_prediction02 .flow_prediction .item_p .box_year h5 {
    height: calc(30 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .block_point .box_prediction02 .flow_prediction .item_p .box_year p,
  .block_point .box_prediction02 .flow_prediction .item_p .box_year:last-of-type p {
    height: calc(56 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  .block_point .box_prediction02 .flow_prediction .item_p .box_arrow {
    flex: unset;
    width: 31%;
    font-size: calc(18 / 375 * 100vw);
    padding: 0 2.4%;
    gap: 6px;
  }
  .block_point .box_prediction02 .flow_prediction .item_p .box_year p .size_l {
    font-size: 1.45em;
  }
}

/* box_table03 */

.block_point .box_table03 {
}
.block_point .box_table03 .text_attention {
  min-height: 75px;
  line-height: calc(26 / 19);
}
/* .block_point .box_table03 h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #292929;
  border-left: 6px solid #a19b88;
  padding-left: 10px;
} */
.block_point .box_table03 .ttl_type {
  width: 1016px;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
}
.block_point .box_table03 .ttl_type div {
  width: calc(227 / 1016 * 100%);
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;

  background: #fbfbfb;
  border-right: 1px solid #fff;
}

.block_point .box_table03 .ttl_type div:nth-of-type(1) {
  width: calc(403 / 1016 * 100%);
}

.block_point .box_table03 .ttl_type div:nth-of-type(3) {
  width: calc(329 / 1016 * 100%);
  border-right: 0;
}

.block_point .box_table03 .ttl_type div span {
}
.block_point .box_table03 .parts_data {
  width: 1016px;
  max-width: 100%;
}
.block_point .box_table03 .parts_data .item_data {
  display: flex;
  justify-content: flex-end;
}
.block_point .box_table03 .parts_data .item_data dt {
  width: calc(403 / 1016 * 100%);
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  /* font-size: 20px; */
  font-size: min(calc(15 / 769 * 100vw), 20px);
}
.block_point .box_table03 .parts_data .item_data dt span {
}
.block_point .box_table03 .parts_data .item_data dd {
  width: calc(227 / 1016 * 100%);
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;

  background: #fbfbfb;
  border-right: 1px solid #fff;

  display: flex;
  justify-content: center;
  align-items: center;
}
.block_point .box_table03 .parts_data .item_data dd:nth-of-type(2) {
  width: calc(329 / 1016 * 100%);
  border-right: 0;
}

.block_point .box_table03 .parts_data .item_data:nth-of-type(1) dt,
.block_point .box_table03 .parts_data .item_data:nth-of-type(1) dd {
  background: #fbe7f6;
  font-size: 22px;
}
.block_point .box_table03 .parts_data .item_data:nth-of-type(1) dd span {
  color: #aa0000;
}
.block_point .box_table03 .parts_data .item_data:nth-of-type(1) dt {
  width: auto;
  flex: 1;
  /* font-size: 30px; */
  font-size: min(calc(22 / 769 * 100vw), 30px);
}
.block_point .box_table03 .parts_data .item_data:nth-of-type(2) dt,
.block_point .box_table03 .parts_data .item_data:nth-of-type(2) dd {
  background: #f2f2f2;
}
.block_point .box_table03 .parts_data .item_data:nth-of-type(3) dt,
.block_point .box_table03 .parts_data .item_data:nth-of-type(3) dd {
  background: #e1e9f1;
}

.block_point .box_table03 .parts_data .item_data dd span {
}
.block_point .box_table03 .parts_data .item_data dd span .size_m {
  font-size: 1.8em;
}
.block_point .box_table03 .table03_note {
  display: block;
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 0.01em;
  line-height: calc(16 / 9);
  text-align: right;
  color: #010101;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .block_point .box_table03 .text_attention {
    min-height: auto;
  }

  .block_point .box_table03 .ttl_type,
  .block_point .box_table03 .parts_data {
    width: 150vw;
    max-width: 150vw;
  }
  .block_point .box_table03 .ttl_type div {
    height: calc(60 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .block_point .box_table03 .parts_data .item_data dt {
    height: calc(90 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .block_point .box_table03 .parts_data .item_data:nth-of-type(1) dt {
    font-size: calc(16 / 375 * 100vw);
  }

  .block_point .box_table03 .parts_data .item_data dd {
    height: calc(90 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .block_point .box_table03 .parts_data .item_data:nth-of-type(1) dt,
  .block_point .box_table03 .parts_data .item_data:nth-of-type(1) dd {
    font-size: calc(16 / 375 * 100vw);
  }
}
/* box_contents00------------------------------------*/

.box_contents00 {
}

.block_point .box_contents00 h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #a19b88;
}

.block_point .box_contents00 h3 + p {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: calc(26 / 14);
  color: #010101;
}
.block_point .box_contents00 h3 + p strong {
  margin-bottom: 13px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #010101;
}
@media screen and (max-width: 768px) {
  .block_point .box_contents00 h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .block_point .box_contents00 h3 + p {
    font-size: 13px;
  }
  .block_point .box_contents00 h3 + p strong {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

/* .box_contents01------------------------------------*/
.block_point .box_contents01 {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.block_point .box_contents01 + .parts_column {
  margin-bottom: 80px;
}

.block_point .box_contents01 .box_text {
  width: calc(490 / 1016 * 100%);
}
.block_point .box_contents01 .box_img {
  width: calc(460 / 1016 * 100%);
}
.block_point .box_contents01 .box_text.zeh {
  width: calc(560 / 1016 * 100%);
}
.block_point .box_contents01 .box_img.zeh {
  width: calc(382 / 1016 * 100%);
}
.block_point .box_contents01 .box_img figcaption {
  color: #fff;
}

.block_point .box_contents01 .box_img.adjust_fit img {
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .block_point .box_contents01 {
    margin-bottom: 40px;
    flex-flow: column;
    gap: calc(32 / 375 * 100vw);
  }
  .block_point .box_contents01 .box_text,
  .block_point .box_contents01 .box_img,
  .block_point .box_contents01 .box_text.zeh,
  .block_point .box_contents01 .box_img.zeh {
    width: 100%;
  }
}

/* .box_contents02 */
.block_point .box_contents02 {
  padding: 78px 0 84px;
}

.block_point .box_contents02 .wrapper_contents {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
	align-items: flex-start;
}

.block_point .box_contents02 .wrapper_contents .box_text {
  width: calc(554 / 1016 * 100%);
}

.block_point .box_contents02 .wrapper_contents .box_text .list_content {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.block_point .box_contents02 .wrapper_contents .box_text .list_content + .list_content {
  margin-top: 19px;
}
.block_point .box_contents02 .wrapper_contents .box_text .list_content h4 {
  margin-bottom: 13px;
  width: 100%;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: calc(40 / 16);
  text-align: left;
  color: #6a6147;
  text-align: center;
}

.block_point .box_contents02 .wrapper_contents .box_text .list_content ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.block_point .box_contents02 .wrapper_contents .box_text .list_content ul li {
  width: calc(177 / 554 * 100%);
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 9.5px;
}

.block_point .box_contents02 .wrapper_contents .box_text .list_content ul li h5 {
  width: 100%;
  height: 40px;
  border-radius: 13px;
  background: #013875;

  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: calc(13 / 12);
  text-align: center;
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
}

.block_point .box_contents02 .wrapper_contents .box_text .list_content ul li p {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #010101;
}

.block_point .box_contents02 .wrapper_contents .box_img {
  width: calc(423 / 1016 * 100%);
}

.block_point .box_contents02 .wrapper_contents .box_img img {
}
@media screen and (max-width: 768px) {
  .block_point .box_contents02 {
    padding: calc(34 / 375 * 100vw) 0 50px;
  }
  .block_point .box_contents02 .wrapper_contents {
    margin-top: calc(35 / 375 * 100vw);
    flex-flow: column;
    gap: calc(24 / 375 * 100vw);
  }
  .block_point .box_contents02 .wrapper_contents .box_text,
  .block_point .box_contents02 .wrapper_contents .box_img {
    width: 100%;
  }
  .block_point .box_contents02 .wrapper_contents .box_text .list_content + .list_content {
    margin-top: calc(32 / 375 * 100vw);
  }
  .block_point .box_contents02 .wrapper_contents .box_text .list_content h4 {
    margin-bottom: calc(13 / 375 * 100vw);
    font-size: 15px;
  }
  .block_point .box_contents02 .wrapper_contents .box_text .list_content ul li img {
    width: 35.6%;
  }
  .block_point .box_contents02 .wrapper_contents .box_text .list_content ul li img.adjust01 {
    width: 100%;
  }
  .block_point .box_contents02 .wrapper_contents .box_text .list_content ul li h5 br {
		display: none;
	}
  .block_point .box_contents02 .wrapper_contents .box_text .list_content ul {
    gap: calc(24 / 375 * 100vw) 0;
  }
  .block_point .box_contents02 .wrapper_contents .box_text .list_content ul li {
    width: 100%;
    gap: calc(9.5 / 375 * 100vw);
  }
  .block_point .box_contents02 .wrapper_contents .box_text .list_content ul li:has(.adjust01) {
    margin: 0 auto;
    width: 70%;
  }
}
/*.box_contents03  */

.block_point .box_contents03 {
  padding: 80px 0 88px;
}

.block_point .box_contents03 h3 + p strong {
  margin-bottom: 0;
}
.block_point .box_contents03 .list_img {
  margin-top: 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 36px 0;
}

.block_point .box_contents03 .list_img li {
  width: calc(310 / 1016 * 100%);
}

.block_point .box_contents03 .list_img li figure {
  position: relative;
  z-index: 0;
}

.block_point .box_contents03 .list_img li figure img {
}

.block_point .box_contents03 .list_img li figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 6px;
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  color: #000;
}
.block_point .box_contents03 .list_img li figure figcaption.cw {
  color: #fff;
}

.block_point .box_contents03 .list_img li figure figcaption.adjust01 {
}

.block_point .box_contents03 .list_img li h4 {
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.75;
  color: #010101;
}
@media screen and (max-width: 768px) {
  .block_point .box_contents03 {
    padding: 50px 0 60px;
  }
  .block_point .box_contents03 .list_img {
    margin-top: 20px;
    gap: calc(24 / 375 * 100vw) 0;
  }
  .block_point .box_contents03 .list_img li {
    width: 48%;
  }
  .block_point .box_contents03 .list_img li h4 {
    margin-top: calc(8 / 375 * 100vw);
    font-size: 13px;
  }
}

/* box_contents04 */

.block_point .box_contents04 {
  margin-bottom: 112px;
  padding: 50px 0 80px;
}
.block_point .box_contents04 .wrapper_head {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: calc(68 / 1016 * 100%);
}
.block_point .box_contents04 .wrapper_head .head_text {
  width: calc(516 / 1016 * 100%);
}

.block_point .box_contents04 h3 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: left;
  color: #010101;
}

.block_point .box_contents04 .text_merit {
}

.block_point .box_contents04 .text_merit li {
  list-style: disc;
  margin-left: 1em;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #010101;
}

.block_point .box_contents04 .wrapper_head .head_img {
  width: calc(340 / 1016 * 100%);
}

.block_point .box_contents04 .box_merit {
  margin-bottom: 60px;

  background: #fff;
}
.block_point .box_contents04 .box_merit h3 {
  height: 56px;
  background: #688192;
  padding: 0 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;

  display: flex;
  align-items: center;
}

.block_point .box_contents04 .list_merit {
  padding: 14px 40px 35px;
  display: flex;
  flex-flow: column;
  gap: 13px;
}
.block_point .box_contents04 .list_merit li {
  display: flex;
  align-items: center;
  gap: 0 calc(20 / 1016 * 100%);
}

.block_point .box_contents04 .box_merit li .point {
  width: 70px;
  background: rgba(104, 129, 146, 0.2);
  border-radius: 50%;
  aspect-ratio: 1;

  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  color: #688192;

  display: flex;
  flex-flow: column;
  align-self: center;
  justify-content: center;
}
.block_point .box_contents04 .box_merit li .point span {
  color: #688192;
  font-size: 0.5em;
}

.block_point .box_contents04 .box_merit li .point .size_s {
}

.block_point .box_contents04 .box_merit li .text {
  flex: 1;
  border-bottom: 1px solid rgb(112, 112, 112, 0.23);
  align-self: stretch;
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .block_point .box_contents04 {
    margin-bottom: 50px;
    padding: 30px 0 50px;
  }
  .block_point .box_contents04 .wrapper_head {
    margin-bottom: calc(28 / 375 * 100vw);
    flex-flow: column;
  }
  .block_point .box_contents04 .wrapper_head .head_text {
    width: 100%;
  }
  .block_point .box_contents04 h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .block_point .box_contents04 .text_merit li {
    font-size: 14px;
  }
  .block_point .box_contents04 .wrapper_head .head_img {
    width: 80%;
  }
  .block_point .box_contents04 .box_merit {
    margin-bottom: 30px;
  }
  .block_point .box_contents04 .box_merit h3 {
    height: auto;
    padding: 0.8em calc(16 / 375 * 100vw);
    font-size: 18px;
  }
  .block_point .box_contents04 .list_merit {
    padding: calc(14 / 375 * 100vw) 15px calc(24 / 375 * 100vw);
    gap: calc(13 / 375 * 100vw);
  }
  .block_point .box_contents04 .list_merit li {
    gap: 0 15px;
  }
  .block_point .box_contents04 .box_merit li .point {
    width: 50px;
    font-size: 18px;
  }
  .block_point .box_contents04 .box_merit li .text {
    flex: 1;
    padding-bottom: calc(16 / 375 * 100vw);
    font-size: 14px;
  }
}

/*self_introduction  */
.block_point .self_introduction {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
}

.block_point .self_introduction .box_data {
  width: calc(640 / 1016 * 100%);
  padding: 40px 0;
}

.block_point .self_introduction .box_data h3 {
  margin-bottom: 12px;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 24px;

  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: calc(26 / 15);
  color: #010101;

  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.block_point .self_introduction .box_data h3 .name {
  font-weight: 500;
  font-size: 2.133em;
  letter-spacing: 0.01em;
  line-height: calc(46 / 32);
  color: #010101;
}

.block_point .self_introduction .box_data h3 .affiliation {
}

.block_point .self_introduction p {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #010101;
}
.block_point .self_introduction p strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(46 / 16);
  color: #010101;
}
.block_point .self_introduction .box_img {
  width: calc(178 / 1016 * 100%);
  width: 178px;
}

@media screen and (max-width: 1024px) {
  .block_point .self_introduction .box_data h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .block_point .self_introduction {
    margin: 50px 0 80px;
    flex-flow: column;
    gap: 0;
  }
  .block_point .self_introduction .box_data {
    width: 100%;
    padding: calc(32 / 375 * 100vw) 0;
  }
  .block_point .self_introduction .box_data h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    flex-flow: column-reverse;
    align-items: flex-start;
    gap: 0;
    font-size: 13px;
  }
  .block_point .self_introduction .box_data h3 .name {
    font-size: 1.7em;
  }
  .block_point .self_introduction p {
    font-size: 13px;
  }
  .block_point .self_introduction p strong {
    margin-bottom: calc(12 / 375 * 100vw);
    font-size: 1.142em;
    line-height: 1.6;
  }
  .block_point .self_introduction .box_img {
    margin: 0 auto;
    width: 60%;
  }
}

/* box_difference------------------------------------*/

.box_difference {
  margin-bottom: 78px;
}
.box_difference .text_attention {
  margin-bottom: 28px;
  min-height: 75px;
}
.box_difference .list_difference {
  margin: 0 auto;
  width: calc(976 / 1016 * 100%);

  display: flex;
  justify-content: space-between;
}
.box_difference .list_difference li {
  width: calc(477 / 976 * 100%);
}
@media screen and (max-width: 768px) {
  .box_difference {
    margin-bottom: 50px;
  }
  .box_difference .text_attention {
    margin-bottom: 15px;
    min-height: auto;
  }
  .box_difference .list_difference {
    flex-flow: column;
    gap: calc(16 / 375 * 100vw);
  }
  .box_difference .list_difference li {
    width: 100%;
  }
}
/* adjust------------------------------------*/
#point01.block_point {
  overflow: clip;
}

#point02.block_point .note {
  margin: 0 auto 80px;
  max-width: 1200px;
}

#point02.block_point .point_header .box_ttl .ttl02::after {
  right: 13px;
}
#point03.block_point .point_header .box_ttl .ttl02::after {
  right: 27px;
}

#point02.block_point .note {
  margin: 0 auto 80px;
  max-width: 1200px;
}
#point02.block_point .box_faq.adjust01 {
  padding: 116px 0 40px;
}
#point02.block_point .box_faq.adjust02 {
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  #point02.block_point .point_header .ttl_image img {
    object-fit: cover;
    min-height: calc(250 / 375 * 100vw);
  }
  #point02.block_point .note {
    margin: 0 auto 50px;
  }
  #point02.block_point .box_faq.adjust01 {
    padding: 60px 0 30px;
  }
  #point02.block_point .box_faq.adjust02 {
    padding: 30px 0 60px;
  }
}

#point03 {
  padding: 0 0 120px;
}
#point03.block_point .box_faq.adjust01 {
  padding: 0 0 40px;
}
#point03.block_point .box_faq.adjust02 {
  padding: 20px 0 40px;
}
#point03.block_point .box_faq.adjust03 {
  padding-top: 60px;
}
#point03.block_point .note_faq.note01 {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #point03 {
    padding: 0 0 60px;
  }
	#point03.block_point .note_faq.note01 {
		margin-top: 50px;
	}
}

#point04 {
  padding: 0 0 120px;
}

#point04.block_point .box_faq.adjust01 {
  padding: 0 0 68px;
}
#point04.block_point .note.adjust01 {
  max-width: 500px;
}
#point04.block_point .note.adjust02 {
  max-width: 920px;
}
#point04.block_point .note_faq.note01 {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #point04 {
    padding: 0 0 60px;
  }
	#point04.block_point .box_faq.adjust01 {
		padding: 0 0 40px;
	}
}
#point05.block_point {
  overflow: clip;
}

#point05.block_point .point_header .box_ttl .ttl02::after {
  right: 9px;
}

#point05 .point_header .ttl_image figcaption {
  color: #fff;
}
