body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  line-break: strict;
  color: #42210b;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, all and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.loading {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
@media print, all and (min-width: 768px) {
  .loading {
    margin-top: 77px;
    height: 810px;
  }
}
@media screen and (max-width: 767px) {
  .loading {
    margin-top: 10vw;
    height: 162.667vw;
  }
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
@media print, all and (min-width: 768px) {
  .loading-animation {
    height: 810px;
  }
}
@media screen and (max-width: 767px) {
  .loading-animation {
    height: 162vw;
  }
}
@media print, all and (min-width: 768px) {
  .loading-animation > img {
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .loading-animation > img {
    width: 62.667vw;
  }
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.hr-main {
  padding-bottom: 0;
}
.hr-main_head {
  position: relative;
}
@media print, all and (min-width: 768px) {
  .hr-main_head {
    height: 810px;
  }
}
@media screen and (max-width: 767px) {
  .hr-main_head {
    height: 162vw;
  }
}

.hr-main_breadcrumbs {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
}

.feadin {
  opacity: 0;
  -webkit-transform: translate(0, 42px);
      -ms-transform: translate(0, 42px);
          transform: translate(0, 42px);
  -webkit-transition: opacity 700ms ease 350ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 350ms;
  transition: opacity 700ms ease 350ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 350ms;
  transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 350ms, opacity 700ms ease 350ms;
  transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 350ms, opacity 700ms ease 350ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 350ms;
}
.feadin.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.wrappr {
  background-color: #d6cbbb;
}

.hr-v60series_kv {
  position: relative;
}
.hr-v60series_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_video {
    height: 810px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_video {
    height: 162vw;
  }
}
.hr-v60series_video > video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hr-v60series_video > video {
    height: 162vw;
  }
}
.hr-v60series_ttl01 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hr-v60series_ttl01 {
    top: 12vw;
  }
}
.hr-v60series_ttl01 > h1 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_ttl01 > h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_ttl01 > h1 {
    font-size: 3.467vw;
  }
}
.hr-v60series_ttl01 > p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_ttl01 > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_ttl01 > p {
    font-size: 3.467vw;
  }
}
.hr-v60series_ttl02 {
  top: 247px;
}
@media screen and (max-width: 767px) {
  .hr-v60series_ttl02 {
    top: 25.734vw;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_ttl02 > h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_ttl02 > h1 {
    font-size: 7.067vw;
  }
}
.hr-v60series_ttl03 {
  top: 388px;
}
@media screen and (max-width: 767px) {
  .hr-v60series_ttl03 {
    top: 60.8vw;
  }
}
.hr-v60series_ttl04 {
  top: 426px;
}
@media screen and (max-width: 767px) {
  .hr-v60series_ttl04 {
    top: 79.867vw;
  }
}
.hr-v60series_index01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  top: 215px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hr-v60series_index01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 22.667vw;
  }
}
.hr-v60series_index02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  top: 510px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hr-v60series_index02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 104.134vw;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_index02 > a:last-child {
    display: inline-block;
    margin-top: 7.6vw;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexInner {
    width: 440px;
    margin: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexInner {
    width: 80vw;
  }
}
.hr-v60series_indexInner > ul > li {
  border-bottom: solid 1px #fff;
  text-align: left;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexInner > ul > li {
    padding: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexInner > ul > li {
    padding: 3.334vw 2.667vw;
    font-size: 3.467vw;
    opacity: 0.7;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexInner > ul > li.index_items {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexInner > ul > li.index_items {
    display: grid;
    grid-template-columns: 50vw 21.334vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2vw;
    padding-bottom: 6vw;
  }
}
.hr-v60series_indexInner > ul > li.index_items .index_item {
  line-height: 1em;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexInner > ul > li.index_items .index_item {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexInner > ul > li.index_items .index_item {
    margin-top: 4.667vw;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexInner > ul > li.border_none {
    border: none;
  }
}
.hr-v60series_indexInner > ul > li p {
  position: relative;
}
.hr-v60series_indexInner > ul > li p::after {
  content: "";
  background-image: url(../img/arrow01-w.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexInner > ul > li p::after {
    width: 10px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexInner > ul > li p::after {
    width: 1.867vw;
    height: 1.334vw;
  }
}
.hr-v60series_indexInner02 {
  border: solid 2px #fff;
  border-radius: 50px;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexInner02 {
    width: 260px;
    margin: 0 17px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexInner02 {
    width: 66.4vw;
  }
}
.hr-v60series_indexTtl02 {
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexTtl02 {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexTtl02 {
    padding: 3.334vw;
    font-size: 2.934vw;
  }
}
.hr-v60series_indexTtl02::after {
  content: "";
  background-image: url(../img/arrow02-w.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexTtl02::after {
    width: 6px;
    height: 10px;
    right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexTtl02::after {
    width: 1.067vw;
    height: 1.734vw;
    right: 5.6vw;
  }
}
.hr-v60series_indexTtl02::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexTtl02::before {
    width: 20px;
    height: 20px;
    left: 68px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexTtl02::before {
    width: 4.4vw;
    height: 4.4vw;
    left: 19.334vw;
  }
}
.hr-v60series_indexTtl02.ja::before {
  background-image: url(../img/index-icon01.png);
}
.hr-v60series_indexTtl02.en::before {
  background-image: url(../img/index-icon02.png);
}
.hr-v60series_indexTtl {
  background: -ms-linear-gradient(-49.37deg, rgb(237, 108, 0) 0%, rgb(164, 0, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A40000', endColorstr='#A40000' ,GradientType=0)";
  background: linear-gradient(139.37deg, rgb(237, 108, 0) 0%, rgb(164, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A40000", endColorstr="#A40000", GradientType=1);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_indexTtl {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_indexTtl {
    padding: 3.334vw;
    font-size: 2.934vw;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_section .section {
    padding: 200px 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_section .section {
    padding: 26.667vw 0 0;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_section00 {
    background-color: #d6cbbb;
    background-image: url(../img/bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    max-width: 1440px;
    width: 100vw;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_section_bg01-sp {
    background-color: #d6cbbb;
    background-image: url(../img/bg01_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_section_bg02-sp {
    background-color: #d6cbbb;
    background-image: url(../img/bg02_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100vw;
    background-size: cover;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_section01 {
    padding-bottom: 0 !important;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_section02 {
    padding-top: 227px !important;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_section02 {
    padding: 26.667vw 0 -0.133vw !important;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_section03 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_section03 {
    padding-top: 0 !important;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_section04 {
    padding: 107px 0 101px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_section04 {
    padding: 19.2vw 0 19.467vw;
  }
}
.hr-v60series_sectionInner {
  margin: auto;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_sectionInner {
    max-width: 1010px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_sectionInner {
    width: 88vw;
  }
}
.hr-v60series_sectionTtl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_sectionTtl {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_sectionTtl {
    font-size: 5.867vw;
  }
}
.hr-v60series_sectionTtl.center {
  text-align: center;
}
.hr-v60series_sectionSubttl {
  font-weight: bold;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_sectionSubttl {
    font-size: 28px;
    line-height: 1.786em;
    margin-top: 155px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_sectionSubttl {
    font-size: 4.267vw;
    margin-top: 24.667vw;
    line-height: 1.813em;
  }
}
.hr-v60series_sectionSubttl.center {
  text-align: center;
}
.hr-v60series_sectionTxt {
  line-break: strict;
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .hr-v60series_sectionTxt {
    font-size: 3.2vw;
    margin-top: 7.067vw;
  }
}
.hr-v60series_sectionTxt.center {
  text-align: center;
}
@media print, all and (min-width: 768px) {
  .hr-v60series_sectionTxt.small {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .hr-v60series_sectionTxt.small {
    font-size: 2.4vw;
    text-align: left;
  }
}
@media print, all and (min-width: 768px) {
  .hr-v60series_sectionTxt.min {
    min-height: 9rem;
  }
}

.layout01 {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, all and (min-width: 768px) {
  .layout01 {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }
}
@media screen and (max-width: 767px) {
  .layout01 {
    grid-template-columns: 1fr;
    row-gap: 10.667vw;
  }
}

.layout02 {
  display: grid;
}
@media print, all and (min-width: 768px) {
  .layout02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 340px 340px;
    -webkit-column-gap: 4.667vw;
       -moz-column-gap: 4.667vw;
            column-gap: 4.667vw;
  }
}
@media screen and (max-width: 767px) {
  .layout02 {
    grid-template-columns: 54.4vw;
    row-gap: 25.334vw;
  }
}
@media screen and (max-width: 767px) {
  .layout02 .hr-v60series_sectionTxt {
    margin-top: 0;
  }
}
@media print, all and (min-width: 768px) {
  .layout02 .hr-v60series_sectionTxt:last-child {
    margin-top: 105px;
  }
}
@media screen and (max-width: 767px) {
  .layout02 .hr-v60series_sectionTxt:last-child {
    margin-left: 34.667vw;
  }
}
@media screen and (max-width: 767px) {
  .layout02 .hr-v60series_sectionTxt:first-child {
    margin-left: 17.334vw;
  }
}
@media screen and (max-width: 767px) {
  .layout02 .hr-v60series_sectionTxt.left:first-child {
    margin-left: 0;
  }
}
@media print, all and (min-width: 768px) {
  .layout02 .hr-v60series_sectionTxt.left:last-child {
    margin-top: 135px;
  }
}
@media screen and (max-width: 767px) {
  .layout02 .hr-v60series_sectionTxt.left:last-child {
    margin-left: 17.334vw;
  }
}
.layout02 .hr-v60series_sectionTxt > p {
  background: #ed6c00;
  color: #fff;
  position: relative;
}
@media print, all and (min-width: 768px) {
  .layout02 .hr-v60series_sectionTxt > p {
    font-size: 16px;
    width: 340px;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .layout02 .hr-v60series_sectionTxt > p {
    font-size: 2.934vw;
    line-height: 1.728em;
    width: 54.4vw;
    padding: 4vw;
  }
}
.layout02 .hr-v60series_sectionTxt > p::after {
  content: "";
  background-image: url(../img/arrow01-g.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, all and (min-width: 768px) {
  .layout02 .hr-v60series_sectionTxt > p::after {
    width: 41px;
    height: 34px;
    bottom: -45px;
  }
}
@media screen and (max-width: 767px) {
  .layout02 .hr-v60series_sectionTxt > p::after {
    width: 6.534vw;
    height: 5.334vw;
    bottom: -7.333vw;
  }
}

.layout03 > figure {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .layout03 > figure {
    width: 100%;
  }
}

.layout04 {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, all and (min-width: 768px) {
  .layout04 {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 79px;
       -moz-column-gap: 79px;
            column-gap: 79px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .layout04 {
    grid-template-columns: 1fr;
    row-gap: 12.667vw;
  }
}
@media print, all and (min-width: 768px) {
  .layout04_itemTtl {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .layout04_itemTtl {
    font-size: 5.334vw;
  }
}
@media print, all and (min-width: 768px) {
  .layout04 li > figure {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout04 li > figure {
    margin-top: 2.4vw;
  }
}
@media print, all and (min-width: 768px) {
  .layout04 li .hr-v60series_sectionTxt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .layout04 li .hr-v60series_sectionTxt {
    margin-top: 5.067vw;
  }
}

.layout05 {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, all and (min-width: 768px) {
  .layout05 {
    grid-template-columns: 313px 475px;
    -webkit-column-gap: 7.734vw;
       -moz-column-gap: 7.734vw;
            column-gap: 7.734vw;
  }
}
@media screen and (max-width: 767px) {
  .layout05 {
    grid-template-columns: 1fr;
    row-gap: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .layout05 > li:first-child > figure {
    width: 50.134vw;
    margin: auto;
  }
}

.layout06 {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media print, all and (min-width: 768px) {
  .layout06 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 1.067vw;
       -moz-column-gap: 1.067vw;
            column-gap: 1.067vw;
  }
}
@media screen and (max-width: 767px) {
  .layout06 {
    grid-template-columns: 1fr 1fr;
    row-gap: 5.734vw;
    -webkit-column-gap: 3.067vw;
       -moz-column-gap: 3.067vw;
            column-gap: 3.067vw;
  }
}
.layout06 h4 {
  text-align: center;
}
@media print, all and (min-width: 768px) {
  .layout06 h4 {
    font-size: 22px;
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .layout06 h4 {
    font-size: 3.467vw;
    margin-top: 3.734vw;
  }
}

.layout.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.layout.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn_more01 {
  border-bottom: solid 2px #42210b;
}
@media print, all and (min-width: 768px) {
  .btn_more01 {
    width: 253px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .btn_more01 {
    width: 64.667vw;
    font-size: 3.2vw;
    margin-right: -6vw;
  }
}
.btn_more02 {
  border-bottom: solid 2px #42210b;
}
@media print, all and (min-width: 768px) {
  .btn_more02 {
    width: 132px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .btn_more02 {
    width: 64.667vw;
    font-size: 3.2vw;
    margin-right: -6vw;
  }
}
@media screen and (max-width: 767px) {
  .btn_more02::after {
    right: 12.917em !important;
  }
}
.btn_more03 {
  border-bottom: solid 2px #42210b;
}
@media print, all and (min-width: 768px) {
  .btn_more03 {
    width: 350px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .btn_more03 {
    width: 64.667vw;
    font-size: 3.2vw;
    margin-right: -6vw;
  }
}
@media screen and (max-width: 767px) {
  .btn_more03::after {
    top: 2.167em !important;
    right: 10.834em !important;
  }
}
.btn .btn01 {
  position: relative;
}
.btn .btn01::after {
  content: "";
  background-image: url(../img/arrow03-b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, all and (min-width: 768px) {
  .btn .btn01::after {
    right: 0.334em;
    width: 6px;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  .btn .btn01::after {
    width: 1.2vw;
    height: 1.867vw;
    right: 6.25em;
  }
}
.btn.left {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.btn.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .btn.sp_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 0;
  }
}
.btn.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, all and (min-width: 768px) {
  .section01_block01 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section01_block01.layout01 {
    row-gap: 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .section01_block01 > li > figure {
    margin: auto;
    width: 75.334vw;
  }
}
@media print, all and (min-width: 768px) {
  .section01_block02 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section01_block02 {
    margin-top: 10vw;
  }
}
@media print, all and (min-width: 768px) {
  .section01_block03 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section01_block03 {
    margin-top: 26.667vw;
  }
}
@media screen and (max-width: 767px) {
  .section01_block03.layout01 {
    row-gap: 8.8vw;
  }
}
.section01_block03 h3 {
  position: relative;
}
@media print, all and (min-width: 768px) {
  .section01_block03 h3 {
    padding-left: 75px;
  }
  .section01_block03 h3:not(:first-child) {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .section01_block03 h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section01_block03 h3 {
    padding-left: 13.334vw;
  }
  .section01_block03 h3:not(:first-child) {
    margin-top: 8vw;
  }
}
.section01_block03 h3::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, all and (min-width: 768px) {
  .section01_block03 h3::before {
    width: 60px;
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .section01_block03 h3::before {
    width: 10.667vw;
    height: 10.667vw;
  }
}
.section01_block03 h3:first-child::before {
  background-image: url(../img/section01-icon01.png);
}
.section01_block03 h3:nth-of-type(2)::before {
  background-image: url(../img/section01-icon02.png);
}
.section01_block03 h3:nth-of-type(3)::before {
  background-image: url(../img/section01-icon03.png);
}
@media print, all and (min-width: 768px) {
  .section01_block03 .hr-v60series_sectionTxt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section01_block03 .hr-v60series_sectionTxt {
    margin-top: 6vw;
  }
}
@media print, all and (min-width: 768px) {
  .section01_block04 {
    margin-top: 134px;
  }
}
@media screen and (max-width: 767px) {
  .section01_block04 {
    margin-top: 32.534vw;
  }
}
@media screen and (max-width: 767px) {
  .section01_block04.layout02 {
    row-gap: 20vw;
  }
}
@media print, all and (min-width: 768px) {
  .section01_block05 {
    margin-top: 123px;
  }
}
@media screen and (max-width: 767px) {
  .section01_block05 {
    margin-top: 19.334vw;
  }
}
@media screen and (max-width: 767px) {
  .section01_block05 .hr-v60series_sectionSubttl {
    margin-top: 0;
  }
}
.section01_block05 > a > figure {
  margin: auto;
}
@media print, all and (min-width: 768px) {
  .section01_block05 > a > figure {
    width: 600px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section01_block05 > a > figure {
    width: 100%;
    margin-top: 4vw;
  }
}

@media print, all and (min-width: 768px) {
  .section02_block01 {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .section02_block01 {
    margin-top: 22vw;
  }
}
.section02_block01 > figure {
  margin: auto;
}
@media print, all and (min-width: 768px) {
  .section02_block01 > figure {
    width: 637px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section02_block01 > figure {
    width: 82.4vw;
    margin-top: 4.667vw;
  }
}
@media print, all and (min-width: 768px) {
  .section02_block02 {
    margin-top: 112px;
  }
}
@media screen and (max-width: 767px) {
  .section02_block02 {
    margin-top: 12.8vw;
    padding-bottom: 21.334vw;
  }
}
@media screen and (max-width: 767px) {
  .section02_block02.layout04 {
    row-gap: 10vw;
  }
}
.section02_block02 > figure {
  margin: auto;
}
@media print, all and (min-width: 768px) {
  .section02_block02 > figure {
    width: 637px;
    margin-top: 32px;
  }
}

@media print, all and (min-width: 768px) {
  .section03_block01 {
    margin-top: 144px;
  }
}
@media screen and (max-width: 767px) {
  .section03_block01 {
    margin-top: 22.667vw;
  }
}
@media print, all and (min-width: 768px) {
  .section03_block01 > .layout05 {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .section03_block01 > .layout05 {
    margin-top: 5.6vw;
  }
}
@media print, all and (min-width: 768px) {
  .section03_block01 > .layout05 + .hr-v60series_sectionTxt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section03_block01 > .layout05 + .hr-v60series_sectionTxt {
    margin-top: 0vw;
  }
}
.section03_block01 > figure {
  margin: auto;
}
@media print, all and (min-width: 768px) {
  .section03_block01 > figure {
    width: 637px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section03_block01 > figure {
    width: 82.4vw;
    margin-top: 4.667vw;
  }
}

.section04_block01 > .hr-v60series_sectionSubttl {
  margin-top: 0;
}
@media print, all and (min-width: 768px) {
  .section04_block01 > .hr-v60series_sectionTxt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section04_block01 > .hr-v60series_sectionTxt {
    margin-top: 7.467vw;
  }
}
@media print, all and (min-width: 768px) {
  .section04_block01 > .layout06 {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  .section04_block01 > .layout06 {
    margin-top: 10vw;
    row-gap: 2.667vw;
  }
}
@media print, all and (min-width: 768px) {
  .section04_block01 > .btn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .section04_block01 > .btn {
    margin-top: 6vw;
  }
}
@media print, all and (min-width: 768px) {
  .section04_block02 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section04_block02 {
    margin-top: 18vw;
  }
}
@media print, all and (min-width: 768px) {
  .section04_block02 .layout02 {
    grid-template-columns: 366px 334px;
    -webkit-column-gap: 5.6vw;
       -moz-column-gap: 5.6vw;
            column-gap: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .section04_block02 .layout02 {
    grid-template-columns: 1fr;
    row-gap: 4.667vw;
  }
}
@media screen and (max-width: 767px) {
  .section04_block02 .layout02 .hr-v60series_sectionTxt:first-child {
    margin-left: 0;
  }
}
.section04_block02-txt > p {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media print, all and (min-width: 768px) {
  .section04_block02-txt > p {
    font-size: 28px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section04_block02-txt > p {
    text-align: center;
    font-size: 4.4vw;
    margin-top: 13.867vw;
  }
}
@media print, all and (min-width: 768px) {
  .section04_block02-txt > p > span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section04_block02-txt > p > span {
    font-size: 3.2vw;
  }
}
@media print, all and (min-width: 768px) {
  .section04_block02-txt > .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section04_block02-txt > .btn {
    margin-top: 10.667vw;
  }
}
@media print, all and (min-width: 768px) {
  .section04_block02 > .btn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .section04_block02 > .btn {
    margin-top: 6vw;
  }
}
.section04_block02 > li > p {
  margin: auto;
}
.section04_block02 > li > figure {
  margin: auto;
}
@media print, all and (min-width: 768px) {
  .section04_block02 > li > figure {
    width: 343px;
    margin-top: 235px;
  }
}
@media screen and (max-width: 767px) {
  .section04_block02 > li > figure {
    width: 65.734vw;
  }
}

@media print, all and (min-width: 768px) {
  .section05_block01 {
    margin-top: 181px;
    padding-bottom: 91px;
  }
}
@media screen and (max-width: 767px) {
  .section05_block01 {
    margin-top: 15.6vw;
    margin-bottom: 13.334vw;
  }
}
.section05_block01-sub {
  font-weight: bold;
}
@media print, all and (min-width: 768px) {
  .section05_block01-sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section05_block01-sub {
    font-size: 2.934vw;
  }
}
@media print, all and (min-width: 768px) {
  .section05_block01 .hr-v60series_sectionSubttl {
    margin-top: 5px;
    border-bottom: solid 6px;
  }
}
@media screen and (max-width: 767px) {
  .section05_block01 .hr-v60series_sectionSubttl {
    margin-top: 0vw;
    border-bottom: solid 1.334vw;
  }
}
.section05_block01 .hr-v60series_sectionSubttl.col01 {
  -o-border-image: linear-gradient(131.63deg, rgb(237, 108, 0) 0%, rgb(164, 0, 0) 100%);
     border-image: linear-gradient(131.63deg, rgb(237, 108, 0) 0%, rgb(164, 0, 0) 100%);
  border-image-slice: 1;
}
.section05_block01 .hr-v60series_sectionSubttl.col02 {
  -o-border-image: linear-gradient(131.63deg, rgb(237, 108, 0) 0%, rgb(164, 0, 0) 100%);
     border-image: linear-gradient(131.63deg, rgb(237, 108, 0) 0%, rgb(164, 0, 0) 100%);
  border-image-slice: 1;
}
.section05_block01 .hr-v60series_sectionSubttl.col03 {
  -o-border-image: linear-gradient(131.63deg, rgb(143, 195, 31) 0%, rgb(0, 124, 54) 100%);
     border-image: linear-gradient(131.63deg, rgb(143, 195, 31) 0%, rgb(0, 124, 54) 100%);
  border-image-slice: 1;
}
.section05_block01 .hr-v60series_sectionSubttl.col04 {
  -o-border-image: linear-gradient(131.63deg, rgb(79, 117, 180) 0%, rgb(0, 72, 158) 100%);
     border-image: linear-gradient(131.63deg, rgb(79, 117, 180) 0%, rgb(0, 72, 158) 100%);
  border-image-slice: 1;
}
.section05_block01 > li > figure {
  margin: auto;
}
@media print, all and (min-width: 768px) {
  .section05_block01 > li > figure {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section05_block01 > li > figure {
    margin-top: 4.667vw;
  }
}
@media print, all and (min-width: 768px) {
  .section05_block01 > li > .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section05_block01 > li > .btn {
    margin-top: 8vw;
  }
}
.section05_block02 {
  background: #c4b49d;
}
@media print, all and (min-width: 768px) {
  .section05_block02 {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section05_block02 {
    padding: 10.4vw 6.667vw;
  }
}
.section05_block02 .hr-v60series_sectionSubttl {
  margin-top: 0;
}
@media print, all and (min-width: 768px) {
  .section05_block02 .hr-v60series_sectionTxt {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .section05_block02 .hr-v60series_sectionTxt {
    margin-top: 4vw;
  }
}
@media print, all and (min-width: 768px) {
  .section05_block02.layout01 {
    grid-template-columns: 57% 41%;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section05_block02.layout01 {
    row-gap: 0;
  }
}
.section05_block02-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .section05_block02-img {
    display: grid;
    grid-template-columns: 36vw 20.534vw;
    -webkit-column-gap: 11.2vw;
       -moz-column-gap: 11.2vw;
            column-gap: 11.2vw;
  }
}
@media screen and (max-width: 767px) {
  .section05_block02 .btn_more02 {
    width: 23.867vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section05_block02 .btn_more02::after {
    right: 0vw !important;
  }
}

.section06 {
  position: relative;
}
.section06_block04-item06 {
  z-index: 1;
}
@media print, all and (min-width: 768px) {
  .section06_block04-item06 {
    width: 589px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section06_block04-item06 {
    width: 1.2vw;
    top: 1.2vw;
    left: 1.2vw;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block01 {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block01.layout01 {
    row-gap: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .section06_block01.layout01 > li > figure {
    margin: auto;
    width: 75.2vw;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block02 .hr-v60series_sectionSubttl {
    margin-top: 96px;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block02 .hr-v60series_sectionTxt {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block02.layout01 {
    row-gap: 6.4vw;
  }
}
.section06_block02.layout01 > li:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section06_block02.layout01 > li:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .section06_block02.layout01 > li > figure {
    margin: auto;
    width: 75.2vw;
  }
}
@media screen and (max-width: 767px) {
  .section06_block02 > li > figure {
    margin-top: 1.867vw;
  }
}
@media screen and (max-width: 767px) {
  .section06_block02 .hr-v60series_sectionSubttl {
    margin-top: 8.267vw;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block02 > .btn {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block02 > .btn {
    margin-top: 8.267vw;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block03 {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block03 {
    margin-top: 15.467vw;
    padding-bottom: 11.067vw;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block03.layout02 {
    grid-template-columns: 46% 47%;
    -webkit-column-gap: 5.6vw;
       -moz-column-gap: 5.6vw;
            column-gap: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .section06_block03.layout02 {
    grid-template-columns: 1fr;
    row-gap: 6.667vw;
  }
}
@media screen and (max-width: 767px) {
  .section06_block03.layout02 > li > figure {
    margin: auto;
    width: 75.2vw;
  }
}
.section06_block03 > .hr-v60series_sectionTxt > p {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section06_block03 > .hr-v60series_sectionTxt:first-child {
    margin-left: 0;
  }
}
.section06_block03-txt > h3 {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media print, all and (min-width: 768px) {
  .section06_block03-txt > h3 {
    font-size: 28px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block03-txt > h3 {
    font-size: 4.4vw;
    margin-top: 13.867vw;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block03-txt > p {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block03-txt > p {
    margin-top: 7.467vw;
  }
}
.section06_block03 > li > figure {
  margin: auto;
}
@media print, all and (min-width: 768px) {
  .section06_block03 > li > figure {
    margin-top: 226px;
  }
}
.section06_block04 {
  position: relative;
}
@media print, all and (min-width: 768px) {
  .section06_block04 {
    height: 1158px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block04 {
    height: 213.334vw;
  }
}
.section06_block04-items {
  position: absolute;
  z-index: 10;
}
@media print, all and (min-width: 768px) {
  .section06_block04-item01 {
    width: 520px;
    top: 0;
    left: -153px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block04-item01 {
    width: 38.534vw;
    top: 0vw;
    right: 1.067vw;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block04-item02 {
    width: 301px;
    top: 148px;
    right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block04-item02 {
    width: 42.667vw;
    top: 20.267vw;
    left: -6vw;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block04-item03 {
    width: 284px;
    top: 489px;
    right: -219px;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block04-item04 {
    width: 374px;
    top: 730px;
    right: -109px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block04-item04 {
    width: 37.6vw;
    top: 105.867vw;
    right: -3.733vw;
  }
}
@media print, all and (min-width: 768px) {
  .section06_block04-item05 {
    width: 369px;
    top: 617px;
    left: -86px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block04-item05 {
    width: 42.8vw;
    top: 120.8vw;
    left: -6vw;
  }
}
.section06_block04-txt {
  text-align: center;
}
@media print, all and (min-width: 768px) {
  .section06_block04-txt {
    padding-top: 372px;
  }
}
@media screen and (max-width: 767px) {
  .section06_block04-txt {
    padding-top: 57.734vw;
  }
}
.section06_block04-txt > .hr-v60series_sectionSubttl {
  margin-top: 0;
}
@media print, all and (min-width: 768px) {
  .section06_block04-txt > .hr-v60series_sectionSubttl {
    margin-top: 0;
  }
}