@charset "UTF-8";
@media (max-width: 1080px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

:root {
  --primary: #d79801;
  --secondary: #197e7a;
  --tertiary: #28639a;
}

@media (max-width: 1080px) {
  #contents-wrap {
    font-size: 1.2vw;
  }
}

@media (max-width: 640px) {
  #contents-wrap {
    font-size: 3vw;
  }
}

#contents-wrap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/* main
----------------------------- */
main {
  width: 100%;
  height: 600px;
  position: relative;
}

@media (max-width: 640px) {
  main {
    height: 325px;
    position: relative;
  }
}

main .slidebox .zoomslider {
  height: 600px;
}

main .main_title {
  width: 60%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

@media (max-width: 640px) {
  main .main_title {
    width: 60%;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* jump
----------------------------- */
.jump {
  max-width: 1080px;
  width: 100%;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  .jump {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 96%;
    margin: 40px auto 20px;
  }
}

.jump .jump_btn {
  position: relative;
  width: calc((100% - 30px) / 2);
  height: 143px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 640px) {
  .jump .jump_btn {
    width: 80%;
    height: 21vw;
    margin-bottom: 20px;
  }
}

.jump .jump_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.jump .jump_btn:hover img:nth-child(1) {
  opacity: 0;
}

/* sec01
----------------------------- */
#sec01 {
  background-color: #e8f2f1;
}

#sec01 .sec01mv {
  width: 100%;
  height: 600px;
  background: url(../../../images/ownersupport/heim_reheim/sec01_mv_img.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

#sec01 .sec01mv .mv_in {
  width: 740px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  #sec01 .sec01mv .mv_in {
    width: 90%;
  }
}

@media (max-width: 640px) {
  #sec01 .sec01mv {
    height: 270px;
    background: url(../../../images/ownersupport/heim_reheim/sec01_mv_img_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#sec01 .sec01_wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap {
    width: 96%;
    padding: 20px 0;
  }
}

#sec01 .sec01_wrap .sec01_title {
  max-width: 800px;
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_title {
    width: 100%;
  }
}

#sec01 .sec01_wrap .sec01_lead {
  margin: 60px auto;
  text-align: center;
  padding: 15px;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_lead {
    margin: 30px auto 40px;
    font-size: 1.6em;
    text-align: left;
  }
}

#sec01 .sec01_wrap .sec01_lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, var(--primary)));
  background: linear-gradient(transparent 80%, var(--primary) 0%);
}

#sec01 .sec01_wrap .sec01_lead:before {
  content: url(../../../images/ownersupport/heim_reheim/lead_strong_icon.png);
  display: block;
  position: absolute;
  top: -11%;
  right: 21%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_lead:before {
    position: absolute;
    top: -11%;
    right: -4%;
  }
}

#sec01 .sec01_wrap .sec01_lead:after {
  content: '';
  display: block;
  background-image: url(../../../images/ownersupport/heim_reheim/sec01_lead_line.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64%;
  height: 33px;
  margin: 20px auto;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_lead:after {
    width: 100%;
    height: 20px;
  }
}

#sec01 .sec01_wrap .sec01_chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 60px auto 80px;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto 80px;
  }
  #sec01 .sec01_wrap .sec01_chart img {
    width: 80%;
    margin: 0 auto;
  }
}

#sec01 .sec01_wrap .sec01_chart .chart_left {
  max-width: 440px;
  width: 50%;
  height: 177px;
  background: url(../../../images/ownersupport/heim_reheim/sec01_chart01.png) no-repeat;
  background-size: contain;
  position: relative;
  left: 1px;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_chart .chart_left {
    width: 100%;
    height: 21vw;
    background: url(../../../images/ownersupport/heim_reheim/sec01_chart01_sp.png) no-repeat;
    background-size: contain;
  }
}

#sec01 .sec01_wrap .sec01_chart .chart_left p {
  font-size: 1.3em;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_chart .chart_left p {
    font-size: 1.6em;
    margin: 45px auto 0;
    text-align: center;
    position: static;
  }
}

#sec01 .sec01_wrap .sec01_chart .chart_right {
  max-width: 440px;
  width: 50%;
  height: 177px;
  background: url(../../../images/ownersupport/heim_reheim/sec01_chart02.png) no-repeat;
  background-size: contain;
  position: relative;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_chart .chart_right {
    width: 100%;
    height: 43vw;
    background: url(../../../images/ownersupport/heim_reheim/sec01_chart02_sp.png) no-repeat;
    background-size: contain;
  }
}

#sec01 .sec01_wrap .sec01_chart .chart_right ul {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#sec01 .sec01_wrap .sec01_chart .chart_right ul li {
  margin-bottom: 8px;
  position: relative;
}

#sec01 .sec01_wrap .sec01_chart .chart_right ul li p {
  font-size: 1.05em;
  white-space: nowrap;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_chart .chart_right ul li p {
    font-size: 1.4em;
  }
}

#sec01 .sec01_wrap .sec01_chart .chart_right ul li:last-child {
  margin-bottom: 0;
}

#sec01 .sec01_wrap .sec01_chart .chart_right ul li:before {
  content: url(../../../images/ownersupport/heim_reheim/check_icon.png);
  display: block;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  position: absolute;
  top: -24%;
  left: -30%;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_chart .chart_right ul li:before {
    position: absolute;
    top: -33%;
    left: -30%;
  }
}

#sec01 .sec01_wrap .introduction {
  max-width: 1080px;
  width: 80%;
  margin: 60px auto;
  text-align: center;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .introduction {
    width: 96%;
  }
}

#sec01 .sec01_wrap .introduction h2 {
  margin: 0 auto 50px;
  font-size: 2em;
}

#sec01 .sec01_wrap .introduction .museum {
  margin: 0 auto 100px;
  position: relative;
}

#sec01 .sec01_wrap .introduction .museum .museum_circle {
  position: absolute;
  top: -12%;
  left: 0;
  width: 150px;
  height: 150px;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .introduction .museum .museum_circle {
    top: -30px;
  }
}

#sec01 .sec01_wrap .introduction .museum .museum_in {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid var(--secondary);
}

#sec01 .sec01_wrap .introduction .museum .museum_in ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .introduction .museum .museum_in ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#sec01 .sec01_wrap .introduction .museum .museum_in ul li {
  width: 50%;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .introduction .museum .museum_in ul li {
    width: 100%;
  }
}

#sec01 .sec01_wrap .introduction .museum .museum_in ul li img {
  width: 100%;
}

#sec01 .sec01_wrap .introduction .museum .museum_in p {
  text-align: center;
  font-size: 1.2em;
  margin: 3% auto;
}

#sec01 .sec01_wrap .introduction .museum .museum_in a {
  width: 50%;
  display: block;
  background: var(--secondary);
  line-height: 2.5;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto 40px;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .introduction .museum .museum_in a {
    width: 90%;
    font-size: 1.4em;
  }
}

#sec01 .sec01_wrap .introduction .museum .museum_in a:hover {
  background: #fff;
  border: var(--secondary) 1px solid;
  color: var(--secondary);
}

#sec01 .sec01_wrap .introduction .kaiteki {
  width: 90%;
  margin: 50px auto;
  position: relative;
  background-color: #fff;
  border: var(--secondary) 1px solid;
}

#sec01 .sec01_wrap .introduction .kaiteki .kaiteki_circle {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -75px;
  left: -7%;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .introduction .kaiteki .kaiteki_circle {
    top: -30px;
  }
}

#sec01 .sec01_wrap .introduction .kaiteki .kaiteki_circle img {
  width: 100%;
}

#sec01 .sec01_wrap .introduction .kaiteki .kaiteki_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12%;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .introduction .kaiteki .kaiteki_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}

#sec01 .sec01_wrap .introduction .kaiteki .kaiteki_in p {
  font-size: 1em;
  text-align: center;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .introduction .kaiteki .kaiteki_in p {
    margin: 3% 3% 3% 135px;
    text-align: left;
  }
}

#sec01 .sec01_wrap .introduction .kaiteki .kaiteki_in img {
  width: calc((100% - 40%) / 2);
  margin-left: 3%;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .introduction .kaiteki .kaiteki_in img {
    width: 100%;
    margin: 3% 0 0 0;
  }
}

#sec01 .sec01_wrap .sec01_value {
  width: 100%;
}

#sec01 .sec01_wrap .sec01_value h1 {
  width: 100%;
  font-size: 2em;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 0;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_value h1 {
    font-size: 2.3em;
  }
}

#sec01 .sec01_wrap .sec01_value h1 img {
  width: 72px;
  height: 74px;
  line-height: 2;
  padding-left: 10px;
  z-index: 1;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_value h1 img {
    width: 54px;
    height: 55px;
  }
}

#sec01 .sec01_wrap .sec01_value h1:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_value h1:after {
    position: absolute;
    bottom: -22%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
  }
}

#sec01 .sec01_wrap .sec01_value ul {
  margin: 80px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_value ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px auto 0;
  }
}

#sec01 .sec01_wrap .sec01_value ul li {
  width: calc((100% - 50px) / 3);
  background: #fff;
  border: var(--secondary) solid 1px;
  -webkit-box-shadow: 10px 10px 0 var(--secondary);
          box-shadow: 10px 10px 0 var(--secondary);
  position: relative;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_value ul li {
    width: 97.3%;
    margin-bottom: 60px;
  }
}

#sec01 .sec01_wrap .sec01_value ul li .value_01 {
  width: 84px;
  height: 53px;
  position: absolute;
  top: -8%;
  right: 3%;
  font-size: 4em;
  color: var(--secondary);
  font-weight: 600;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_value ul li .value_01 {
    position: absolute;
    top: -8%;
    right: 2%;
  }
}

#sec01 .sec01_wrap .sec01_value ul li .value_li_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec01 .sec01_wrap .sec01_value ul li .value_li_flex .value_txt {
  height: 218px;
  font-weight: 600;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_value ul li .value_li_flex .value_txt {
    font-size: 1.5em;
  }
}

#sec01 .sec01_wrap .sec01_value ul li .value_li_flex .value_txt span {
  font-size: 1.5em;
  color: var(--primary);
}

#sec01 .sec01_wrap .sec01_value ul li .value_li_flex .value_txt .note {
  font-size: 0.7em;
  margin-top: 8px;
}

#sec01 .sec01_wrap .sec01_value ul li:nth-child(2) {
  top: 20px;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_value ul li:nth-child(2) {
    top: 0;
  }
}

#sec01 .sec01_wrap .sec01_value ul li:nth-child(3) {
  top: 40px;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .sec01_value ul li:nth-child(3) {
    top: 0;
  }
}

#sec01 .sec01_wrap .entry_btn {
  width: 50%;
  margin: 100px auto;
  text-align: center;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .entry_btn {
    width: 100%;
    margin: 0 auto;
  }
}

#sec01 .sec01_wrap .entry_btn a {
  display: block;
  background: var(--primary);
  line-height: 3.5;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
  border: var(--primary) 1px solid;
  margin-bottom: 1em;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .entry_btn a {
    font-size: 1.5em;
  }
}

#sec01 .sec01_wrap .entry_btn a span {
  position: relative;
}

#sec01 .sec01_wrap .entry_btn a span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 9%;
  right: -50%;
}

@media (max-width: 640px) {
  #sec01 .sec01_wrap .entry_btn a span:after {
    position: absolute;
    top: 9%;
    right: -30%;
  }
}

#sec01 .sec01_wrap .entry_btn a:hover {
  color: var(--primary);
  background-color: #fff;
}

#sec01 .sec01_wrap .entry_btn a:hover span:after {
  border-color: var(--primary) var(--primary) transparent transparent;
}

/* sec02
----------------------------- */
#sec02 {
  background-color: #e9eff5;
  margin: 5px 0;
}

@media (max-width: 640px) {
  #sec02 {
    margin: 30px 0;
  }
}

#sec02 .sec02mv {
  width: 100%;
  height: 600px;
  background: url(../../../images/ownersupport/heim_reheim/sec02_mv_img.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

#sec02 .sec02mv .mv_in {
  width: 740px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  #sec02 .sec02mv .mv_in {
    width: 90%;
  }
}

@media (max-width: 640px) {
  #sec02 .sec02mv {
    height: 270px;
    background: url(../../../images/ownersupport/heim_reheim/sec02_mv_img_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#sec02 .sec02_wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap {
    width: 96%;
    padding: 20px 0;
  }
}

#sec02 .sec02_wrap .sec02_title {
  max-width: 800px;
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_title {
    width: 100%;
  }
}

#sec02 .sec02_wrap .sec02_lead {
  margin: 60px auto;
  text-align: center;
  padding: 15px;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_lead {
    margin: 30px auto 40px;
    font-size: 1.6em;
  }
}

#sec02 .sec02_wrap .sec02_lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, var(--primary)));
  background: linear-gradient(transparent 80%, var(--primary) 0%);
}

#sec02 .sec02_wrap .sec02_lead:before {
  content: url(../../../images/ownersupport/heim_reheim/lead_strong_icon.png);
  display: block;
  position: absolute;
  top: -11%;
  right: 16%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_lead:before {
    position: absolute;
    top: -11%;
    right: 0%;
  }
}

#sec02 .sec02_wrap .sec02_lead:after {
  content: '';
  display: block;
  background-image: url(../../../images/ownersupport/heim_reheim/sec02_lead_line.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64%;
  height: 31px;
  margin: 20px auto;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_lead:after {
    width: 100%;
    height: 20px;
  }
}

#sec02 .sec02_wrap .sec02_chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 60px auto 80px;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto 80px;
  }
  #sec02 .sec02_wrap .sec02_chart img {
    width: 80%;
    margin: 0 auto;
  }
}

#sec02 .sec02_wrap .sec02_chart .chart_left {
  max-width: 440px;
  width: 50%;
  height: 177px;
  background: url(../../../images/ownersupport/heim_reheim/sec02_chart01.png) no-repeat;
  background-size: contain;
  position: relative;
  left: 1px;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_chart .chart_left {
    width: 100%;
    height: 92px;
    background: url(../../../images/ownersupport/heim_reheim/sec02_chart01_sp.png) no-repeat;
    background-size: contain;
  }
}

#sec02 .sec02_wrap .sec02_chart .chart_left p {
  font-size: 1.3em;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_chart .chart_left p {
    font-size: 1.6em;
    margin: 45px auto 0;
    text-align: center;
    position: static;
  }
}

#sec02 .sec02_wrap .sec02_chart .chart_right {
  max-width: 440px;
  width: 50%;
  height: 177px;
  background: url(../../../images/ownersupport/heim_reheim/sec02_chart02.png) no-repeat;
  background-size: contain;
  position: relative;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_chart .chart_right {
    width: 100%;
    height: 158px;
    background: url(../../../images/ownersupport/heim_reheim/sec02_chart02_sp.png) no-repeat;
    background-size: contain;
  }
}

#sec02 .sec02_wrap .sec02_chart .chart_right ul {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#sec02 .sec02_wrap .sec02_chart .chart_right ul li {
  margin-bottom: 8px;
  position: relative;
}

#sec02 .sec02_wrap .sec02_chart .chart_right ul li p {
  font-size: 1.05em;
  white-space: nowrap;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_chart .chart_right ul li p {
    font-size: 1.4em;
  }
}

#sec02 .sec02_wrap .sec02_chart .chart_right ul li:last-child {
  margin-bottom: 0;
}

#sec02 .sec02_wrap .sec02_chart .chart_right ul li:before {
  content: url(../../../images/ownersupport/heim_reheim/check_icon.png);
  display: block;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  position: absolute;
  top: -24%;
  left: -30%;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_chart .chart_right ul li:before {
    position: absolute;
    top: -33%;
    left: -25%;
  }
}

#sec02 .sec02_wrap .introduction {
  max-width: 1080px;
  width: 80%;
  margin: 60px auto;
  text-align: center;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction {
    width: 96%;
  }
}

#sec02 .sec02_wrap .introduction h2 {
  margin: 0 auto 80px;
  font-size: 2em;
}

#sec02 .sec02_wrap .introduction .museum {
  margin: 100px auto 100px;
  position: relative;
}

#sec02 .sec02_wrap .introduction .museum .museum_circle {
  position: absolute;
  top: -75px;
  left: 0;
  width: 150px;
  height: 150px;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .museum .museum_circle {
    top: -30px;
  }
}

#sec02 .sec02_wrap .introduction .museum ul {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid var(--tertiary);
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .museum ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#sec02 .sec02_wrap .introduction .museum ul li {
  width: calc(100% /3);
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .museum ul li {
    width: 50%;
  }
}

#sec02 .sec02_wrap .introduction .museum ul li p {
  font-size: 1em;
  text-align: left;
  padding: 10px;
}

#sec02 .sec02_wrap .introduction .museum ul li img {
  width: 100%;
}

#sec02 .sec02_wrap .introduction .museum ul li:first-child {
  padding-left: 110px;
  width: 60%;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .museum ul li:first-child {
    width: 100%;
    margin: 3% 3% 3% 12%;
  }
}

#sec02 .sec02_wrap .introduction .museum a {
  width: 50%;
  display: block;
  background: var(--tertiary);
  line-height: 2.5;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto 40px;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .museum a {
    width: 90%;
    font-size: 1.4em;
  }
}

#sec02 .sec02_wrap .introduction .museum a:hover {
  background: #fff;
  border: var(--secondary) 1px solid;
  color: var(--secondary);
}

#sec02 .sec02_wrap .introduction .kaiteki {
  width: 90%;
  margin: 50px auto;
  padding: 15px;
  position: relative;
  background-color: #fff;
  border: var(--tertiary) 1px solid;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .kaiteki {
    margin-top: 100px;
  }
}

#sec02 .sec02_wrap .introduction .kaiteki .kaiteki_circle {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -75px;
  left: -7%;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .kaiteki .kaiteki_circle {
    top: -100px;
  }
}

#sec02 .sec02_wrap .introduction .kaiteki .kaiteki_circle img {
  width: 100%;
}

#sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}

#sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in .airy_img {
  width: 60%;
}

#sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in .airy_img p {
  text-align: right;
  font-size: 12px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in .airy_img {
    width: 100%;
  }
}

#sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in .airy_txt {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in .airy_txt p {
  font-size: 1.2em;
  text-align: left;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in .airy_txt p {
    margin-top: 3%;
  }
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in .airy_txt img {
    width: 100%;
    margin: 3% 0 0 0;
  }
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .introduction .kaiteki .kaiteki_in .airy_txt {
    width: 100%;
  }
}

#sec02 .sec02_wrap .sec02_value {
  width: 100%;
}

#sec02 .sec02_wrap .sec02_value h1 {
  width: 100%;
  font-size: 2em;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 0;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_value h1 {
    font-size: 2.3em;
  }
}

#sec02 .sec02_wrap .sec02_value h1 img {
  width: 72px;
  height: 74px;
  line-height: 2;
  padding-left: 10px;
  z-index: 1;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_value h1 img {
    width: 54px;
    height: 55px;
  }
}

#sec02 .sec02_wrap .sec02_value h1:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_value h1:after {
    position: absolute;
    bottom: -22%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
  }
}

#sec02 .sec02_wrap .sec02_value ul {
  margin: 80px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_value ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px auto 0;
  }
}

#sec02 .sec02_wrap .sec02_value ul li {
  width: calc((100% - 50px) / 3);
  background: #fff;
  border: var(--tertiary) solid 1px;
  -webkit-box-shadow: 10px 10px 0 var(--tertiary);
          box-shadow: 10px 10px 0 var(--tertiary);
  position: relative;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_value ul li {
    width: 97.3%;
    margin-bottom: 60px;
  }
}

#sec02 .sec02_wrap .sec02_value ul li .value_01 {
  width: 84px;
  height: 53px;
  position: absolute;
  top: -8%;
  right: 3%;
  font-size: 4em;
  color: var(--tertiary);
  font-weight: 600;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_value ul li .value_01 {
    position: absolute;
    top: -8%;
    right: 2%;
  }
}

#sec02 .sec02_wrap .sec02_value ul li .value_li_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec02 .sec02_wrap .sec02_value ul li .value_li_flex .value_txt {
  height: 218px;
  font-weight: 600;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_value ul li .value_li_flex .value_txt {
    font-size: 1.5em;
  }
}

#sec02 .sec02_wrap .sec02_value ul li .value_li_flex .value_txt span {
  font-size: 1.5em;
  color: var(--primary);
}

#sec02 .sec02_wrap .sec02_value ul li .value_li_flex .value_txt .note {
  font-size: 0.7em;
  margin-top: 8px;
}

#sec02 .sec02_wrap .sec02_value ul li:nth-child(2) {
  top: 20px;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_value ul li:nth-child(2) {
    top: 0;
  }
}

#sec02 .sec02_wrap .sec02_value ul li:nth-child(3) {
  top: 40px;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .sec02_value ul li:nth-child(3) {
    top: 0;
  }
}

#sec02 .sec02_wrap .entry_btn {
  width: 50%;
  margin: 100px auto;
  text-align: center;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .entry_btn {
    width: 100%;
    margin: 0 auto;
  }
}

#sec02 .sec02_wrap .entry_btn a {
  display: block;
  background: var(--primary);
  line-height: 3.5;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
  border: var(--primary) 1px solid;
  margin-bottom: 1em;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .entry_btn a {
    font-size: 1.5em;
  }
}

#sec02 .sec02_wrap .entry_btn a span {
  position: relative;
}

#sec02 .sec02_wrap .entry_btn a span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 9%;
  right: -50%;
}

@media (max-width: 640px) {
  #sec02 .sec02_wrap .entry_btn a span:after {
    position: absolute;
    top: 9%;
    right: -30%;
  }
}

#sec02 .sec02_wrap .entry_btn a:hover {
  color: var(--primary);
  background-color: #fff;
}

#sec02 .sec02_wrap .entry_btn a:hover span:after {
  border-color: var(--primary) var(--primary) transparent transparent;
}
/*# sourceMappingURL=heim_reheim.css.map */