@charset "UTF-8";
/* ------------------------------
   Setting
------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
/* ===================================================================
  mind
===================================================================*/
.mind .Main {
  background: #f26262;
}

.mind .head_caption h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f26262));
  background: linear-gradient(transparent 70%, #f26262 0%);
}

.mind .head_caption .con_cap,
.mind .con_all_wrap .con_all_txt h3,
.mind .btn_more_txt,
.mind .btn_more_txt a::after,
.txt-color {
  color: #f26262;
}

.mind .con_all_wrap .con_all_txt h3::before,
.mind .btn_more_txt a::before {
  background: #f26262;
}

.mind .bg-gray-blo {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}

.mind .bg-gray-blo p span {
  font-weight: 700;
}

.mind .bg-gray-blo h4 {
  color: #f26262;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

h4.color-h4 {
  color: #f26262;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mind .rel {
  position: relative;
}

.mind .rel.con_all_image {
  z-index: 2;
}

.mind .bg-box:before {
  content: "";
  background: #ffffff;
  border-radius: 40px 0 0 40px;
  position: absolute;
  height: 100%;
  width: 240px;
  top: 0;
  right: 100%;
  z-index: -1;
}

.mind .bg-box.bg-gray,
.mind .bg-box.bg-gray:before {
  background: #f7f7f7;
}

.mind .con_all_wrap .con_all_txt .con_all_name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mind .con_all_wrap .con_all_txt .con_all_work {
  background: #f26262;
  color: #ffffff;
  display: table;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1px 5px;
  margin: 5px 0 15px;
}

.mind .con_all_wrap .con_all_inner.bg-box-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mind ul.list_all_2col dt {
  margin-bottom: 15px;
}

.mind ul.list_all_2col dd {
  font-size: 15px;
  padding: 0;
}

.mind ul.list_all_2col img {
  vertical-align: top;
}

.mind ul.list_all_2col .img-tl {
  background: #f26262;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mind .page_sec .sec_list_wrap {
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.mind .page_sec .sec_list_wrap li {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 6rem;
}

.mind .page_sec .sec_list_wrap li a {
  display: block;
}

.mind .page_sec .sec_list_wrap li a img {
  display: block;
}

.mind .page_sec .sec_list_wrap li a dt {
  position: relative;
  margin-bottom: 1rem;
}

.mind .page_sec .sec_list_wrap li a dt img {
  width: 100%;
}

.mind .page_sec .sec_list_wrap li a dt::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mind .page_sec .sec_list_wrap li a dt::after {
  display: block;
  content: "";
  color: #FFF;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  padding: .4rem 0 0 1rem;
  border: 5px solid transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.mind .page_sec .sec_list_wrap dd.title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .3rem;
  color: #f26262;
}

.mind .page_sec .sec_list_wrap dd {
  font-size: 14px;
}

.mind .page_sec .sec_list_wrap dd span {
  font-weight: bold;
  font-size: 14px;
  color: #f26262;
}

.mind .page_sec .sec_list_wrap dd p {
  font-size: 20px;
  font-weight: bold;
  margin: .6rem 0;
}

.mind .page_sec .hist_map_wrap {
  background: #F7F7F7;
  width: 100%;
  padding: 6rem 0 6rem 2rem;
  position: relative;
}

.mind .page_sec .hist_map_wrap .hist_map_inner {
  overflow-y: visible;
  overflow-x: auto;
}

.mind .page_sec .hist_map_wrap .list_area {
  margin: 0 auto 2rem;
  -webkit-overflow-scrolling: touch;
}

.mind .page_sec .hist_map_wrap .list_inner {
  width: 100%;
  width: 5528px;
  padding-right: 6rem;
}

.mind .page_sec .hist_map_wrap .list_top {
  width: 5400px;
  height: 72px;
  position: relative;
}

.mind .page_sec .hist_map_wrap .border {
  width: 100%;
  height: 4px;
  background: #E6E6E6;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.mind .page_sec .hist_map_wrap .year {
  position: absolute;
  color: #f26262;
  font-size: 30px;
  font-weight: bold;
  top: 0;
  padding-bottom: 30px;
}

.mind .page_sec .hist_map_wrap .year::after {
  position: absolute;
  background: #f26262;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  bottom: 0;
  z-index: 1;
}

.mind .page_sec .hist_map_wrap .year.ye1 {
  left: 0;
}

.mind .page_sec .hist_map_wrap .year.ye1::after {
  left: 15px;
}

.mind .page_sec .hist_map_wrap .year.ye2 {
  left: 342px;
}

.mind .page_sec .hist_map_wrap .year.ye2::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye3 {
  left: 1217px;
}

.mind .page_sec .hist_map_wrap .year.ye3::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye4 {
  left: 1406px;
}

.mind .page_sec .hist_map_wrap .year.ye4::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye5 {
  left: 1772px;
}

.mind .page_sec .hist_map_wrap .year.ye5::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye6 {
  left: 1972px;
}

.mind .page_sec .hist_map_wrap .year.ye6::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye7 {
  left: 2132px;
}

.mind .page_sec .hist_map_wrap .year.ye7::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye8 {
  left: 2499px;
}

.mind .page_sec .hist_map_wrap .year.ye8::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye9 {
  left: 2679px;
}

.mind .page_sec .hist_map_wrap .year.ye9::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye10 {
  left: 2862px;
}

.mind .page_sec .hist_map_wrap .year.ye10::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye11 {
  left: 3228px;
}

.mind .page_sec .hist_map_wrap .year.ye11::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye12 {
  left: 3406px;
}

.mind .page_sec .hist_map_wrap .year.ye12::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye13 {
  left: 3590px;
}

.mind .page_sec .hist_map_wrap .year.ye13::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye14 {
  left: 3958px;
}

.mind .page_sec .hist_map_wrap .year.ye14::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye15 {
  left: 4317px;
}

.mind .page_sec .hist_map_wrap .year.ye15::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye16 {
  left: 4497px;
}

.mind .page_sec .hist_map_wrap .year.ye16::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye17 {
  left: 4680px;
}

.mind .page_sec .hist_map_wrap .year.ye17::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye18 {
  left: 4863px;
}

.mind .page_sec .hist_map_wrap .year.ye18::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye19 {
  left: 5063px;
}

.mind .page_sec .hist_map_wrap .year.ye19::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .year.ye20 {
  left: 5223px;
}

.mind .page_sec .hist_map_wrap .year.ye20::after {
  left: 35px;
}

.mind .page_sec .hist_map_wrap .list_con {
  width: 172px;
  margin-right: 2.4rem;
  padding-top: 60px;
  position: relative;
}

.mind .page_sec .hist_map_wrap .list_con::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 42px;
  border-left: 2px dotted #f26262;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mind .page_sec .hist_map_wrap .list_con::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #f26262;
  border-radius: 50%;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mind .page_sec .hist_map_wrap .list_con p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.mind .page_sec .hist_map_wrap .hist_nav {
  color: #f26262;
  font-size: 12px;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  font-weight: bold;
  padding-right: 70px;
}

.mind .page_sec .hist_map_wrap .hist_nav::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #f26262;
  right: 0;
  top: 50%;
}

.mind .page_sec .hist_map_wrap .hist_nav::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #f26262;
  right: -2px;
  top: 37%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mind .bg-box {
  position: relative;
  background: #ffffff;
  border-radius: 0 40px 40px 0;
  padding: 20px;
  z-index: 1;
  margin-top: 0;
}

ul.list_all_3col.sp_list_all_2col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.list_all_3col.sp_list_all_2col li {
  margin-bottom: 10px;
  width: calc(50% - 5px);
}

ul.list_all_3col.sp_list_all_2col .tit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0;
}

.con_all_inner img {
  max-width: 100%;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 768px) {
  .mind .page_sec .sec_list_wrap {
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .mind .page_sec .sec_list_wrap ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mind .page_sec .sec_list_wrap li {
    max-width: 540px;
    width: 50%;
  }
  .mind .page_sec .sec_list_wrap li a:hover {
    color: #f26262;
  }
  .mind .page_sec .sec_list_wrap li a:hover dd span {
    color: #f26262;
  }
  .mind .page_sec .sec_list_wrap li a:hover dt {
    position: relative;
  }
  .mind .page_sec .sec_list_wrap li a:hover dt::after {
    content: "";
    border: 5px solid #f26262;
    opacity: 1;
  }
  .mind .page_sec .sec_list_wrap dd.title {
    font-size: 32px;
    padding: 1rem 2rem 0;
    margin-bottom: .4rem;
  }
  .mind .page_sec .sec_list_wrap dd {
    font-size: 15px;
    padding: 0 2rem 2rem;
  }
  .mind .page_sec .sec_list_wrap dd span {
    font-size: 16px;
  }
  .mind .page_sec .sec_list_wrap dd p {
    font-size: 24px;
    padding: 1.4rem 0;
  }
  .mind .con_all_wrap .con_all_inner.reverse .con_all_txt.bg-box {
    border-radius: 40px 0 0 40px;
    padding: 60px;
  }
  .mind .reverse .bg-box:before {
    left: 100%;
    right: unset;
    border-radius: 0 40px 40px 0;
  }
  .mind .con_all_wrap .con_all_image {
    width: 44%;
  }
  .mind .con_all_wrap .con_all_txt {
    width: 56%;
  }
  .mind .con_all_wrap .con_all_inner.reverse .con_all_txt.bg-box h3::before,
  .mind .con_all_wrap .con_all_txt.bg-box h3::before {
    width: 100%;
  }
  .mind .bg-box {
    padding: 60px;
    margin-top: 60px;
  }
  ul.list_all_3col.sp_list_all_2col li {
    margin-bottom: 3rem;
    width: 32%;
  }
  ul.list_all_3col.sp_list_all_2col .tit {
    font-size: 18px;
    font-weight: bold;
    padding: 1rem;
  }
  .mind ul.list_all_2col .img-tl {
    font-size: 23px;
  }
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
