@charset "utf-8";

.ancor_wrap {
  margin-top: -90px;
  padding-top: 90px;
}

.under_mv_cont {
  padding-top: 20%;
  padding-bottom: 50px;
  width: 100%;
  background: #FFF;
  position: relative;
  z-index: 1;
}

.think_obj01 {
  position: absolute;
  top: 18%;
  right: 20%;
}

.think_obj02 {
  position: absolute;
  top: 36%;
  left: 20%;
}

.think_obj03 {
  position: absolute;
  top: 48%;
  right: 30%;
}

.think_obj04 {
  position: absolute;
  top: -2%;
  right: 16%;
}

.think_obj05 {
  position: absolute;
  top: 5%;
  right: 20%;
}

.think_obj06 {
  position: absolute;
  top: 0%;
  right: 30%;
}

.under_tit {
  font-size: 4rem;
    font-weight: bold;
    letter-spacing: .15em;
    text-align: center;
    margin-bottom: 20px;
}

.under_sub {
  font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1em;
    display: block;
    text-align: center;
    margin-bottom: 80px;
}

.under_mv_img {
  max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}

.bread_list {
  max-width: 1000px;
    margin: auto;
    font-size: 1.4rem;
    font-weight: bold;
}

.bread_list li {
  color: #B9B9B9;
    margin-right: 10px;
}

.bread_list li.active {
  color: #000;
}

.bread_list li.arrow {
  font-size: 1.2rem;
}



.think_flow_cont {
  width: 100%;
  background: #d0ecf1;
  padding: 200px 0;
  position: relative;
}

.think_flow_cont::before {
    position: absolute;
    content: "";
    background: url(/assets/img/think/think_bg_top.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 600px;
    top: -200px;
    left: 0;
    z-index: 0;
}

.think_flow_cont::after {
    position: absolute;
    content: "";
    background: url(/assets/img/think/think_bg_bottom.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 320px;
    bottom: -10px;
    left: 0;
    z-index: 0;
}

.think_flow_wrap {
  max-width: 740px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.flow_nav {
  max-width: 570px;
  margin: auto;
}

.flow_list li {
  margin: 0 20px 20px 20px;
  display: block;
}

.flow_list li a {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 60px 10px 10px;
  display: block;
  opacity: 1;
  transition: .3s;
}

.flow_list li a:hover {
  opacity: .6;
  transition: .3s;
}

.flow_list li a::after {
  position: absolute;
  content: "";
  background: url('/assets/img/think/nav_arrow.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .3s;
}

.flow_box {
  width: 100%;
    background: #FFF;
    border-radius: 24px;
    margin: 70px auto;
}

.flow_box_head {
  background: #FEB392;
    width: 100%;
    border-radius: 24px 24px 0 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF;
    padding: 15px;
    text-align: center;
    letter-spacing: .1em;
}

.flow_chart {
  padding: 30px;
}

.chart_box {
  border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-bottom: 10px;
}

.flow_head {
  width: 175px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 9px;
    background: #F5F5F5;
    text-align: center;
}

.flow_txt {
  font-size: 1.8rem;
    font-weight: bold;
    padding: 9px;
    margin-left: 15px;
}

.flow_arrow {
  width: 100%;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.flow_arrow span {
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.next_txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.next_txt span {
  color: #FEB392;
}

.poricy_cont {
  width: 100%;
  background: #FFF;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.poricy_map_wrap {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: auto;
}

.poricy_tit {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

.poricy_box {
  border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    background: #EAEAEA;
}

.poricy_box.last {
  border-bottom: 1px solid #707070;
}

.poricy_head {
  width: 28%;
    height: auto;
    padding: 30px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.poricy_txt {
  width: 72%;
  background: #FFF;
}

.poricy_read {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
}

.poricy_sub_box {
  padding: 20px;
  border-bottom: 1px solid #707070;
}

.poricy_sub_box:last-of-type {
  border-bottom: none;
}

.poricy_sub_box p:first-of-type {
  width: 20%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.poricy_sub_box p:last-of-type {
  width: 70%;
    font-size: 1.6rem;
    line-height: 1.5;
}

.poricy_txt_box {
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.privacy_list {
  margin-bottom: 20px;
}

.poricy_sub_box p.indent {
  margin-top: 15px;
  width: 100%;
  font-weight: 500;
  padding-left: 2em;
  text-indent: -2em;
}

.support_cont {
  width: 100%;
  background: #d0ecf1;
  padding: 200px 0;
  position: relative;
}

.support_cont::before {
    position: absolute;
    content: "";
    background: url(/assets/img/think/think_bg_top.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 600px;
    top: -200px;
    left: 0;
    z-index: 0;
}

.support_wrap {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: auto;
}

.support_list_box {
  background: #FFFCE6;
    letter-spacing: .1em;
    border-top: 5px solid #383838;
    border-bottom: 5px solid #383838;
    border-left: 5px solid #383838;
}

.support_list_box:first-of-type {
  width: 22%;
}

.support_list_box:nth-of-type(2),
.support_list_box:nth-of-type(3),
.support_list_box:last-of-type {
  width: 26%;
}

.support_list_box:last-of-type {
  border-right: 5px solid #383838;
}

.support_cell {
  padding: 20px;
    text-align: center;
    border-bottom: 5px solid #383838;
}

.support_cell.white {
  background: #FFF;
}

.support_cell.cross_line01,
.support_cell.cross_line02 {
  position: relative;
  overflow: hidden;
}

.support_cell.cross_line01::before {
  position: absolute;
    content: "";
    width: 103%;
    height: 4px;
    background: #383838;
    top: 50%;
    left: -2px;
    transform: rotate(-15deg);
}

.support_cell.cross_line02::before {
  position: absolute;
    content: "";
    width: 122%;
    height: 4px;
    background: #383838;
    top: 50%;
    left: -28px;
    transform: rotate(-33deg);
}

.support_cell.large {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
}

.support_cell p {
  font-size: 1.8rem;
  font-weight: bold;
}

.support_cell span {
  font-size: 1.4rem;
}

.support_cell:last-of-type {
  border-bottom: none;
}

.support_map {
  position: relative;
  margin-top: 120px;
  padding-top: 80px;
}

.type_board01 {
    max-width: 230px;
    position: absolute;
    top: -60px;
    left: 218px;
    z-index: -1;
}

.type_board02 {
    max-width: 230px;
    position: absolute;
    top: -60px;
    left: 462px;
    z-index: -1;
}

.type_board03 {
    max-width: 230px;
    position: absolute;
    top: -60px;
    right: 5px;
    z-index: -1;
}

@media screen and (max-width: 768px) {

  .think_obj01 {
    width: 30px;
    top: 28%;
    right: 5%;
  }

  .think_obj02 {
    width: 30px;
    left: 10%;
  }

  .think_obj03 {
    width: 30px;
    top: 45%;
  }

  .under_mv_cont {
    padding-top: 25%;
  }

  .under_tit {
    font-size: 2rem;
  }

  .under_sub {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }

  .under_mv_img {
    width: 90%;
  }

  .bread_list {
    width: 90%;
    font-size: 1.2rem;
  }

  .think_flow_cont::before {
    height: 300px;
    top: -100px;
  }

  .think_flow_cont::after {
    height: 120px;
    bottom: -5px;
  }

  .flow_list li {
    width: 48%;
        margin: 0;
        margin-bottom: 25px;
        font-size: 1.3rem;
        padding-right: 40px;
        padding-right: 20px;
        text-align: center;
  }
.flow_list li:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
}
.flow_list li a {
  font-size: 15px;
  padding: 10px 40px 10px 1px;
  line-height: 1.4;
}

  .flow_list li::after {
    width: 20px;
    height: 20px;
  }
.flow_list li a::after {width: 33px;}


  .flow_box {
    margin: 40px auto;
  }

  .flow_box_head {
    font-size: 1.6rem;
  }

  .flow_chart {
    padding: 20px;
  }

  .flow_head {
    width: 100%;
    font-size: 1.4rem;
  }

  .flow_txt {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin-left: 0;
  }

  .flow_arrow span {
    position: static;
    display: block;
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .next_txt {
    margin-left: 0;
    font-size: 1.4rem;
    text-align: center;
  }

  .poricy_map_wrap {
    width: 90%;
  }

  .poricy_tit {
    font-size: 2rem;
  }

  .poricy_read {
    font-size: 1.4rem;
  }

  .poricy_head {
    width: 100%;
    padding: 15px;
    font-size: 1.6rem;
  }

  .poricy_txt {
    width: 100%;
  }

  .poricy_sub_box {
    padding: 15px;
  }

  .poricy_sub_box p:first-of-type {
    font-size: 1.4rem;
  }

  .poricy_sub_box p:last-of-type {
    font-size: 1.4rem;
    margin-left: 5%;
  }

  .poricy_txt_box {
    padding: 15px;
    font-size: 1.4rem;
  }

  .sp_overflow {
    overflow: hidden;
  }

  .sp_scroll {
    overflow-x: scroll;
  }

  .support_map {
    width: 1000px;
    padding-top: 150px;
    margin-top: 0;
  }

  .support_cont::before {
    height: 300px;
    top: -100px;
  }

  .support_wrap {
    width: 90%;
  }

  .type_board01 {
    max-width: 250px;
    position: absolute;
    top: 10px;
    left: 228px;
    z-index: -1;
  }

  .type_board02 {
    max-width: 250px;
    position: absolute;
    top: 10px;
    left: 488px;
    z-index: -1;
  }

  .type_board03 {
    max-width: 250px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: -1;
  }


}
