@charset "UTF-8";

#mv .mv_text>div {
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    width: 700px;
}
#mv .mv_text h2, #mv .mv_text p {
    line-height: 1.2 !important;
    padding: 0;
}
#mv .mv_text p span {
    font-size: 60px;
}
.orng {
    color: #ffa500;
    font-size: 50px;
}
.grn {
    color: #5ca263;
}

#mv .mv_text.t_align_center>div {
   text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px  0px 1px #fff, -1px 0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff;
}

#mv .mv_text h2 .text_m {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

@media (max-width: 900px) {
    #mv .mv_text>div {
        width: 100%;
    }
    #mv .mv_text>div h2 {
        font-size: 5vw !important;
    }
    #mv .mv_text p span {
        font-size: 11vw;
    }
    .orng {
        color: #ffa500;
        font-size: 8vw;
    }
}

@media screen and (max-width: 900px) {
  .composite_box01.block_images_7 .wrapper_item {
      display: block
  }
  .composite_box01.block_images_7 .wrapper_item .inner_item {
     width: auto !important;
  }
    .composite_box01.block_images_7 .wrapper_item .inner_item img {
      object-fit: contain;
   }
}

#flex1 + .widget_youtube .wrapper_item,
#flex2 + .widget_youtube .wrapper_item {
  width: 100%;
}
#flex1 + .widget_youtube .wrapper_item{
  margin-right: 0;
}
#flex2 + .widget_youtube .wrapper_item{
  margin-left: 0;
}

@media screen and (max-width: 900px) {
  #flex1 + .widget_youtube .wrapper_item{
  margin-right: auto;
}
#flex2 + .widget_youtube .wrapper_item{
  margin-left: auto;
}
}

@media screen and (max-width: 900px) {
  #bnr + .composite_box01.block_images_7 .inner_item_txt {
    min-height: 30vw;
  }
}

.check-list-container {
  padding: 4rem;
  border: 4px solid var(--i_main_color);
  background: #FFF;
}
.number-check-list {
  counter-reset: number;
  padding: 4rem;
  background: #fdf6e9;
}
.number-check-list-item {
  position: relative;
  padding: 2rem;
  padding-left: 7rem !important;
  list-style-type: none !important;
  font-size: 2rem;
}
.check-list-item {
  position: relative;
  padding: 1rem;
  padding-left: 3rem !important;
  list-style-type: none !important;
  border-bottom: 1px dotted var(--i_txt_color);
}
.number-check-list-item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: var(--i_main_color);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #ffffff;
}
.check-list-item::before {
  content: '\e5ca';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Material Icons';
  font-size: 2.8rem;
  color: var(--i_main_color);
}
.check-list-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--i_main_color);
  border-radius: 50%;
}

@media screen and (max-width: 600px) {
  .number-check-list {
     padding: 2rem;
  }
  .number-check-list-container {
     padding: 2rem;
  }
  .number-check-list-item {
     padding: 5rem 0 4rem !important;
  }
  .number-check-list-item::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}


.flow-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow-container .left, .flow-container .right {
  width: calc(50% - 3rem);
}
.full {
  width: 100%;
}
.flow-container .sub-title {
  padding-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
.flow-container-list li {
  position: relative;
  list-style-type: none !important;
  padding: 1rem;
  margin-bottom: 5rem;
  border: 1.5px solid var(--i_txt_color);
  text-align: center;
}
.flow-container-list li::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: var(--i_main_color);
}
.flow-container-list li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background: linear-gradient(to bottom right, transparent, transparent 50%, var(--i_main_color) 50%);
}
.flow-container-list li.style-none::before,
.flow-container-list li.style-none::after {
  display: none;
}

@media screen and (max-width: 900px) {
  .flow-container-list li {
    font-size: 1.4rem;
  }
  .flow-container .left, .flow-container .right {
    width: calc(50% - 1rem);
  }
}

.custom-text {
  padding: 2rem;
  font-size: 3rem;
  font-weight: 700;
}
.custom-text .underline {
  background: linear-gradient(to top, #fcf6b2, #fcf6b2 40%, transparent 40%);
  font-size: 3.5rem;
}

.highlight {
  font-weight: bold;
  background: linear-gradient(to top, #fcf6b2, #fcf6b2 40%, transparent 40%);
}

@media screen and (max-width: 900px) {
  .custom-text {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .custom-text .underline {
    font-size: 3rem;
  }
}

.full .flow-container-list li {
    border: 5px solid ;
}

#point_box + section .custom-text {
    text-align: center;
}

@media screen and (max-width: 900px) {
#point_box + section .custom-text {
    text-align: left;
}
}

.heading.block_header_6--red p {
    color: #EF5E49;
}

#flex1 + .contents_box01,
#flex2 + .contents_box01 {
    width: 50%;
    padding-top: 100px;
}

#flex1 + .contents_box01.w40 .inner_item_img,
#flex2 + .contents_box01.w40 .inner_item_img {
    max-width: 100%;
}

#flex1 + .contents_box01.w60 .inner_item_img,
#flex2 + .contents_box01.w60 .inner_item_img {
    max-width: 100%;
}
#flex1 + .contents_box01,
#flex2 + .contents_box01,
#flex3 + .contents_box01 {
    padding-top: 73px;
}

@media screen and (max-width: 900px) {
  #flex1 + .contents_box01,
  #flex2 + .contents_box01 {
      width: 100%;
      padding-top: 30px;
  }
}



#flex2 + .contents_box01 .inner_item_img img,
#flex3 + .contents_box01 .inner_item_img img {
    height: 24vw;
    object-fit: cover;
}
@media screen and (max-width: 900px) {
#flex2 + .contents_box01 .inner_item_img img, #flex3 + .contents_box01 .inner_item_img img {
    height: 45vw;
}
}

.text-lg {
  font-size: 2.4rem !important;