@charset "utf-8";

/* -----------------------------------------------------------------
 setting・上書き
----------------------------------------------------------------- */
.cmn_breadcrumb::before {
  background: var(--color_accent_blue);
}
/* -----------------------------------------------------------------
 背景ラインアニメーション
----------------------------------------------------------------- */
/*--------------- deco_item01 ---------------*/
#wrap_deco_item01 {
  position: absolute;
  overflow: hidden;
  width: 100vw !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#box_deco_item01 {
  position: absolute;
  left: 55vw;
}
#deco_item01 {
  width: 710px;
}
@media screen and (max-width: 767px) {
  #box_deco_item01 {
    width: 298px;
  }
  #deco_item01 {
    width: 298px;
  }

}
@media print, screen and (min-width: 768px) {
  #box_deco_item01 {
    left: auto;
    right: min(calc((100vw - 1920px) * 0.2), 0px);
    width: 710px;
  }
  #deco_item01 {
    width: 710px;
  }
}

/*--------------- deco_item17 ---------------*/
#box_deco_item17 {
  width: max(1920px,100vw);
  aspect-ratio: 1920 / 430;
  position: absolute;
  top: 60rem;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item17 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item17 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item17 {
    width: 100vw;
  }
}

/*--------------- deco_item15 ---------------*/
#box_deco_item15 {
  width: max(1920px,100vw);
  aspect-ratio: 1920 / 430;
  position: absolute;
  top: 15rem;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item15 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item15 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item15 {
    width: 100vw;
  }
}

/*--------------- deco_item18 ---------------*/
#wrap_deco_item18 {
  position: absolute;
  overflow: hidden;
  top: -10rem;
  bottom: -30rem;
  left: 0;
  right: 0;
}

#box_deco_item18 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item18 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item18 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item18 {
    width: 100vw;
  }
}


/* -----------------------------------------------------------------
 sec_numbers
----------------------------------------------------------------- */
.sec_numbers {
  position: relative;
  margin-top: var(--margin_size_100);
}
.sec_numbers .sec_cont {
  margin-top: var(--margin_size_70);
}
@media screen and (max-width: 767px) {
}
@media print, screen and (min-width: 768px) {
}
@media (hover: hover) and (pointer: fine) {
}


/* -----------------------------------------------------------------
 sec_numbers（box_panel）
----------------------------------------------------------------- */
.sec_numbers .box_panel + .box_panel {
  margin-top: 40px;
}
.sec_numbers .box_panel.column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .sec_numbers .box_panel.grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_numbers .box_panel.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
}


/* -----------------------------------------------------------------
 sec_numbers（item）
----------------------------------------------------------------- */
.sec_numbers .box_panel .item {
  position: relative;
  padding:  var(--margin_size_30);
  border-radius: var(--margin_size_30);
  background: #fff;
  overflow: hidden;
}
.sec_numbers .box_panel .item .ico {
  position: absolute;
  transition: all 0.3s ease 0s;
}
.sec_numbers .box_panel .item .data_label {
  display: table;
  padding: .4em 1.2em;
  border-radius: 10px;
  background: var(--color_main);
  font-size: .83rem;
  color: #fff;
}
.sec_numbers .box_panel .item .data_body {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: .2rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: var(--color_txt_netz);
}
.sec_numbers .box_panel .item .data_body .number {
  font-weight: 700;
  font-size: 4.5rem;
}
.sec_numbers .box_panel .item .data_body .font_small {
  font-size: 1.8rem;
}
.sec_numbers .box_panel .item .data_footer {
  display: flex;
  justify-content: space-between;
}
.sec_numbers .box_panel .item .data_footer .data_caption {
  font-weight: 700;
  font-size: .875rem;
  color: #aeaeae;
}
.sec_numbers .box_panel .item .data_footer .data_btn {
  display: flex;
  align-items: center;
  opacity: 0;
}
.sec_numbers .box_panel .item .data_footer .data_btn .text{
  font-size: .875rem;
  color: var(--color_txt_netz);
}
.sec_numbers .box_panel .item .data_footer .data_btn .btn{
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
  border-radius: 50%;
  background-color: var(--color_txt_netz);
  transition: all 0.3s ease 0s;
}
.sec_numbers .box_panel .item .data_footer .data_btn .btn::after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  background: url(/img/data/ico_plus_wh.svg) no-repeat center center/70%;
  content: "";
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .sec_numbers .box_panel .item .ico {
    top: 0;
    right: 0;
    transform: scale(0.5);
  }
}
@media print, screen and (min-width: 768px) {
  .sec_numbers .box_panel .item .ico {
    top: var(--margin_size_30);
    right: var(--margin_size_30);
  }
  .sec_numbers .box_panel .item .data_label {
    font-size: 1.125rem;
  }
  .sec_numbers .box_panel .item .data_body .number {
    font-size: 6.25rem;
  }
  .sec_numbers .box_panel .item .data_body .font_small {
    font-size: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
}

/* -----------------------------------------------------------------
 sec_numbers（modal）
----------------------------------------------------------------- */
.sec_numbers .box_panel .item .data_modal {
  opacity: 0;
  position: absolute;
  inset: 0;
  padding: var(--margin_size_30) var(--margin_size_30) var(--margin_size_60);
  transition: opacity .4s ease ;
}
.sec_numbers .box_panel .item .data_modal::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 9999px;
  background: var(--color_txt_netz);
  transform: translate(-50%, -50%) scale(0);
  z-index: 0;
  transition: transform .4s ease;
}
.sec_numbers .box_panel .item .data_modal.is_open {
  opacity: 1;
}
.sec_numbers .box_panel .item .data_modal.is_open::after {
  transform: translate(-50%, -50%) scale(1);
}
.sec_numbers .box_panel .item .modal_label {
  position: relative;
  display: table;
  padding: .4em 1.2em;
  border-radius: 10px;
  background: #fff;
  font-size: 1.125rem;
  color: var(--color_main);
  z-index: 2;
}
.sec_numbers .box_panel .item .modal_body {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100% - 1rem);
  margin-top: .3rem;
  line-height: 1.6;
  font-size: .875rem;
  color: #fff;
  overflow-y: auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec_numbers .box_panel .item .data_modal::after {
    width: 120vw;
    height: 120vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_numbers .box_panel .item .data_modal::after {
    width: 60vw;
    height: 60vw;
  }
}
@media (hover: hover) and (pointer: fine) {
}

/* -----------------------------------------------------------------
 sec_numbers（has_modal）
----------------------------------------------------------------- */
.sec_numbers .box_panel .item.has_modal {
  cursor: pointer;
}
.sec_numbers .box_panel .item.has_modal .data_btn {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .sec_numbers .box_panel .item.has_modal:hover .ico {
    top: var(--margin_size_20);
  }
  .sec_numbers .box_panel .item.has_modal:hover .data_footer .data_btn .btn {
    transform: rotate(180deg);
  }
}

/* -----------------------------------------------------------------
 sec_numbers（age_item）
----------------------------------------------------------------- */
.sec_numbers .box_panel .item .data_body.age {
  justify-content: space-evenly;
}
.sec_numbers .box_panel .item .data_body .age_item {
  flex: 0 1 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_numbers .box_panel .item .data_body .age_item .age_caption {
  margin-top: 1.2rem;
  color: var(--color_main);
}
.sec_numbers .box_panel .item .data_body .age_item .age_data {
  height: 4rem;
}
.sec_numbers .box_panel .item .data_body .age_item .number {
  font-weight: 700;
}
.sec_numbers .box_panel .item .data_body .age_item .font_small {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .sec_numbers .box_panel .item .data_body.age {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
	.sec_numbers .box_panel .item .data_body .age_item .number {
	  font-size: 3.125rem;
	}
.sec_numbers .box_panel .item .data_body .age_item img {
  height: 33vw;
}
}
@media print, screen and (min-width: 768px) {
	.sec_numbers .box_panel .item .data_body .age_item .number {
	  font-size: min(3.86vw, 2.8rem);
	}
}
@media (hover: hover) and (pointer: fine) {
}

/* -----------------------------------------------------------------
 sec_numbers（cat_item）
----------------------------------------------------------------- */
.sec_numbers .box_panel .item .data_body.cat {
  justify-content: space-evenly;
}
.sec_numbers .box_panel .item .data_body .cat_item {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_numbers .box_panel .item .data_body .cat_item img {
  height: 6rem;
}
.sec_numbers .box_panel .item .data_body .cat_item .cat_caption {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--color_main);
}
.sec_numbers .box_panel .item .data_body .cat_item .cat_data {
  height: 4rem;
}
.sec_numbers .box_panel .item .data_body .cat_item .number {
  font-weight: 700;
  font-size: 3.125rem;
}
.sec_numbers .box_panel .item .data_body .cat_item .font_small {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .sec_numbers .box_panel .item .data_body.cat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .sec_numbers .box_panel .item .data_body .cat_item {
    padding: .8rem 0;
  }
  .sec_numbers .box_panel .item .data_body .cat_item:nth-of-type(-n+2) {
    border-bottom: #aeaeae 1px solid;
  }
  .sec_numbers .box_panel .item .data_body .cat_item:nth-of-type(2n) {
    border-left: #aeaeae 1px solid;
  }
  .sec_numbers .box_panel .item .data_body .cat_item .cat_caption {
    margin-bottom: 1rem;
  }
  .sec_numbers .box_panel .item .data_body .cat_item img {
    width: 5rem;
    height: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_numbers .box_panel .item .data_body .cat_item + .cat_item {
    border-left: #aeaeae 1px solid;
  }
  .sec_numbers .box_panel .item .data_body .cat_item .cat_caption {
    margin-bottom: 1.4rem;
  }
  .sec_numbers .box_panel .item .data_body .cat_item .cat_data {
    margin-top: 1rem;
  }

}
@media (hover: hover) and (pointer: fine) {
}

/* -----------------------------------------------------------------
 sec_benefits
----------------------------------------------------------------- */
.sec_benefits {
  position: relative;
  margin-top: var(--margin_size_100);
  background: #fff;
  border-radius: var(--margin_size_60);
  z-index: 1;
}
.sec_benefits .sec_inner{
  position: relative;
  width: min(1200px, 90%);
  margin: 0 auto;
  z-index: 10;
}
.sec_benefits .sec_header .text {
  flex: 1 1 57%;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .sec_benefits {
    padding: var(--margin_size_80) 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_benefits {
    padding: var(--margin_size_110) 0;
  }
  .sec_benefits .sec_header {
    display: flex;
  }
  .sec_benefits .sec_header .cmn_box_title01 {
    flex: 0 1 43%;
    min-width: 26rem;
  }

}
@media (hover: hover) and (pointer: fine) {
}

/* -----------------------------------------------------------------
 sec_benefits（sec_cont）
----------------------------------------------------------------- */
.sec_benefits .sec_cont{
}
.sec_benefits .sec_cont .item {
  margin-top: var(--margin_size_60);
}
.sec_benefits .sec_cont .item .box_title {
  display: flex;
}
.sec_benefits .sec_cont .item .box_title .ico {
  position: relative;
  display: flex;
  justify-content: center;
  width: 4.25rem;
}
.sec_benefits .sec_cont .item .box_title .ico::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 5px;
  background: #000;
}
.sec_benefits .sec_cont .item .box_title .ico img {
  display: block;
  width: 64%;
  margin: auto;
}
.sec_benefits .sec_cont .item .box_title .title {
  flex: 1 1 auto;
  padding: .8rem 0 .8rem .5rem;
  border-bottom: #aeaeae 1px solid;
  font-size: 1.625rem;
}

.sec_benefits .sec_cont .item.color01 .box_title .ico::after {
  background: var(--color_accent_red);
}
.sec_benefits .sec_cont .item.color02 .box_title .ico::after {
  background: var(--color_accent_orange);
}
.sec_benefits .sec_cont .item.color03 .box_title .ico::after {
  background: var(--color_accent_Yellow);
}
.sec_benefits .sec_cont .item.color04 .box_title .ico::after {
  background: var(--color_accent_green);
}
.sec_benefits .sec_cont .item.color05 .box_title .ico::after {
  background: var(--color_accent_blue);
}

.sec_benefits .sec_cont .item .item_cont {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-top: 2rem;
}
.sec_benefits .sec_cont .item .item_cont .piece {
}
.sec_benefits .sec_cont .item .item_cont .title {
  margin-top: 0;
}
.sec_benefits .sec_cont .item .item_cont .text {
  margin-top: 1rem;
  line-height: 2;
}
.sec_benefits .sec_cont .item .item_cont .text_small {
  font-size: 87%;
}

@media screen and (max-width: 767px) {
}
@media print, screen and (min-width: 768px) {
  .sec_benefits .sec_cont .item .item_cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
}

/* -----------------------------------------------------------------
 sec_program
----------------------------------------------------------------- */
.sec_program {
  position: relative;
  margin-top: var(--margin_size_100);
  z-index: 1;
}
.sec_program .sec_header .text {
  flex: 0 0 50%;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .sec_program {
    padding: var(--margin_size_80) 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_program {
    padding: var(--margin_size_110) 0;
  }
  .sec_program .sec_header {
    display: flex;
    justify-content: space-between;
  }
  .sec_program .sec_header .cmn_box_title01 {
    flex: 0 1 43%;
    min-width: 26rem;
  }

}
@media (hover: hover) and (pointer: fine) {
}
/* -----------------------------------------------------------------
 sec_program（sec_cont）
----------------------------------------------------------------- */
.sec_program .sec_cont{
  display: flex;
  flex-direction: column;
  gap: var(--margin_size_40);
  margin-top: var(--margin_size_60);
}
.sec_program .sec_cont .item {

}
.sec_program .sec_cont .item .img {
  border-radius: var(--margin_size_50);
  overflow: hidden;
}
.sec_program .sec_cont .item .cmn_title01 {
  column-gap: .7em;
  margin-top: 1em;
  font-size: 1.875rem;
}
.sec_program .sec_cont .item .cmn_title01::before {
  margin-top: .35em;
}
.sec_program .sec_cont .item .text {
  margin-top: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
}
@media print, screen and (min-width: 768px) {
.sec_program .sec_cont{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
}
