@charset "UTF-8";
/* =====================================================
  1.0 - Foundation
===================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap");
/*
i-functions
-----------------------------------------------------*/
/*
i-setting
-----------------------------------------------------*/
/*--------------------------------------------削除予定*/
a, img, a img {
  border: none;
  outline: none;
  text-decoration: none;
  color: #5AA04D;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #F5F4F0;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.75;
}

/*
i-mixin
-----------------------------------------------------*/
/* =====================================================
  2.0 - Layout
===================================================== */
/* =====================================================
  1.0 - Foundation
===================================================== */
/*
index
-----------------------------------------------------*/
/*
l-wrapper
-----------------------------------------------------*/
.l-wrapper {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

/*
l-section
-----------------------------------------------------*/
.l-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-sp {
    display: none;
  }
}

.l-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-pc {
    display: block;
  }
}

.l-accordion div {
  border: 1px solid #5AA04D;
  margin-bottom: 10px;
  background: #fff;
}
.l-accordion div dt {
  position: relative;
  padding: 5%;
  padding-right: calc(8% + 32px);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-accordion div dt {
    padding: 1.5em;
    padding-right: calc(3em + 32px);
  }
}
.l-accordion div dt:before, .l-accordion div dt:after {
  content: "";
  position: absolute;
  background: #5AA04D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-accordion div dt:before {
  width: 28px;
  height: 1px;
  top: calc(50% - 0.5px);
  right: 5%;
}
@media screen and (min-width: 768px) {
  .l-accordion div dt:before {
    width: 32px;
    height: 1px;
    top: calc(50% - 0.5px);
    right: 30px;
  }
}
.l-accordion div dt:after {
  width: 1px;
  height: 28px;
  top: calc(50% - 14px);
  right: calc(5% + 14px);
}
@media screen and (min-width: 768px) {
  .l-accordion div dt:after {
    width: 1px;
    height: 32px;
    top: calc(50% - 16px);
    right: 46px;
  }
}
.l-accordion div dt span {
  display: block;
  color: #808080;
  width: 6em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-accordion div dt span {
    display: inline-block;
  }
}
.l-accordion div dt.open:after {
  height: 1px;
  top: calc(50% - 0.5px);
}
.l-accordion div dd {
  display: none;
  padding: 0 1.5em 1.5em;
}
.l-accordion div dd ul {
  margin: 0;
  padding: 0;
}
.l-accordion div dd ul li {
  position: relative;
  padding-left: 1.5em;
}
.l-accordion div dd ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  width: 1em;
  height: 1em;
}
.l-accordion div dd table {
  width: 100%;
}
.l-accordion div dd table tbody th,
.l-accordion div dd table tbody td {
  vertical-align: top;
  font-weight: 400;
  text-align: left;
}
.l-accordion div dd table tbody th {
  width: 6em;
}

.l-astarisk {
  margin: 0;
  padding: 0;
}
.l-astarisk li {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 1.5em;
  font-weight: 500;
}
.l-astarisk li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

/*
l-main
-----------------------------------------------------*/
.l-main {
  background: url("../img/bg.png") repeat-y 0 0;
  background-size: 100vw;
}

/*
l-header
-----------------------------------------------------*/
.l-header {
  width: 100vw;
  height: 100vh;
  padding: 2vh 2vw;
  background: url("../img/keyvisual.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.l-header__logo {
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 430px;
  }
}

/*
l-linkbar
-----------------------------------------------------*/
.l-linkbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.78);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-linkbar {
    background-color: rgba(255, 255, 255, 0.78);
  }
}
.l-linkbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
}
.l-linkbar ul li:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-linkbar ul li:first-child {
    display: block;
  }
}
.l-linkbar ul li a {
  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;
  width: 60px;
  height: 60px;
  border-width: 3px;
  border-style: solid;
  background-color: #fff;
  border-radius: 3em;
  padding: 0.5em;
}
@media screen and (min-width: 1025px) {
  .l-linkbar ul li a {
    width: 180px;
    height: auto;
  }
}
.l-linkbar ul li a img {
  display: inline-block;
  width: clamp(35px, 0vw + 35px, 35px);
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .l-linkbar ul li a img {
    width: auto;
    height: clamp(25px, 0vw + 25px, 25px);
  }
}
.l-linkbar ul li a span {
  display: none;
}
@media screen and (min-width: 1025px) {
  .l-linkbar ul li a span {
    font-size: clamp(20px, 0vw + 20px, 20px);
    line-height: 1.2;
    display: block;
    margin-left: 0.3em;
    color: #333;
    font-weight: 700;
  }
}
.l-linkbar .-tel a {
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .l-linkbar .-tel a {
    border: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
  }
}
.l-linkbar .-line a {
  border-color: #00c300 !important;
}
.l-linkbar .-jalan a {
  border-color: #FF5800 !important;
}
.l-linkbar .-asoview a {
  border-color: #F90000 !important;
}

/*
l-contact
-----------------------------------------------------*/
.l-contact {
  max-width: 500px;
  margin: 0 auto;
}
.l-contact ul {
  margin: 0 auto 3em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-contact ul {
    margin: 0 auto 5em;
  }
}
@media screen and (min-width: 768px) {
  .l-contact ul:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-contact ul li {
  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;
  margin-top: 1.5em;
}
.l-contact ul li a {
  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;
  border-width: 3px;
  border-style: solid;
  background-color: #fff;
  border-radius: 3em;
  padding: 0.5em;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .l-contact ul li a {
    width: 230px;
    height: auto;
  }
}
.l-contact ul li a img {
  display: inline-block;
  height: clamp(35px, 0vw + 35px, 35px);
  text-align: center;
}
.l-contact ul li a span {
  font-size: clamp(20px, 0vw + 20px, 20px);
  line-height: 1.2;
  display: block;
  margin-left: 0.3em;
  color: #333;
  font-weight: 700;
}
.l-contact .-tel a {
  white-space: nowrap;
  border: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.l-contact .-tel a span {
  font-size: clamp(30px, 1.62vw + 22.6px, 35px);
}
.l-contact .-tel.-white a span {
  color: #fff !important;
}
.l-contact .-line a {
  border-color: #00c300 !important;
}
.l-contact .-jalan a {
  border-color: #FF5800 !important;
}
.l-contact .-asoview a {
  border-color: #F90000 !important;
}

/*
l-footer
-----------------------------------------------------*/
.l-footer__box {
  width: 100vw;
  height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  background: url("../img/footer.jpg") no-repeat 50% 50%;
  color: #fff;
  background-size: cover;
}
.l-footer__box .l-wrapper {
  position: relative;
  height: 100vh;
  padding-top: clamp(1.25rem, 9.74vw - 1.55rem, 3.125rem);
}
.l-footer__logo {
  position: absolute;
  width: 100%;
  bottom: clamp(7.5rem, 9.74vw + 4.7rem, 9.375rem);
}
.l-footer__logo a,
.l-footer__logo img {
  display: block;
  width: clamp(14.625rem, 0vw + 14.625rem, 14.625rem);
  margin: 0 auto;
}
.l-footer .l-contact {
  color: #fff;
}

.l-copy {
  display: block;
  font-size: clamp(0.5625rem, 0.97vw + 0.2875rem, 0.75rem);
  padding: 1em 2%;
  text-align: right;
}

html {
  scroll-behavior: smooth;
}

/*
l-body
-----------------------------------------------------*/
/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
/*
  3.2 - Project
-----------------------------------------------------*/
/*
p-sup
-----------------------------------------------------*/
.p-sup__section {
  margin-top: clamp(80px, 22.73vw - 24.6px, 150px);
  margin-bottom: clamp(80px, 22.73vw - 24.6px, 150px);
}
.p-sup__section h3 {
  font-size: clamp(20px, 1.3vw + 14px, 24px);
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: clamp(24px, 2.6vw + 12px, 32px);
}
.p-sup__section h3.-green {
  color: #5AA04D;
}
.p-sup__section h4 {
  font-size: clamp(18px, 0.65vw + 15px, 20px);
  font-weight: 700;
  margin-bottom: 1em;
}
.p-sup__section h4 span {
  font-size: clamp(14px, 0.65vw + 11px, 16px);
}
.p-sup__lead h2 img {
  display: block;
  width: 80%;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: clamp(30px, 9.74vw - 14.8px, 60px);
}
@media screen and (min-width: 768px) {
  .p-sup__lead h2 img {
    width: 100%;
  }
}
.p-sup__lead h3 {
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  margin-bottom: clamp(22px, 6.49vw - 7.8px, 42px);
}
.p-sup__tour .-lead {
  margin-bottom: clamp(80px, 22.73vw - 24.6px, 150px);
}
.p-sup__tour .-lead h3 {
  font-size: clamp(24px, 5.84vw - 2.9px, 42px);
  letter-spacing: 0;
}
.p-sup__tour .-lead p {
  font-size: clamp(18px, 0.65vw + 15px, 20px);
  line-height: 2.7;
  text-align: center;
}
.p-sup__tour .-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-sup__tour .-card {
  padding: 5%;
}
.p-sup__tour .-card h4 {
  font-size: clamp(24px, 2.6vw + 12px, 32px);
  font-weight: 700;
  margin-bottom: 1em;
}
.p-sup__tour .-card h4 span {
  display: block;
  font-size: clamp(14px, 0.65vw + 11px, 16px);
}
.p-sup__tour .-card p {
  margin-bottom: 2em;
}
.p-sup__tour .-card dl div {
  font-size: clamp(20px, 1.3vw + 14px, 24px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sup__tour .-card dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-sup__tour .-card dl div:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-sup__tour .-card dl div:not(:first-of-type) {
    margin-top: 0.5em;
  }
}
.p-sup__tour .-card dl div span {
  margin-left: 0.5em;
  font-size: clamp(14px, 0vw + 14px, 14px);
}
.p-sup__tour .-card dl div > p {
  font-size: clamp(14px, 0vw + 14px, 14px);
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1em;
}
.p-sup__tour .-card h5 {
  font-size: clamp(18px, 0.65vw + 15px, 20px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-sup__tour__sup, .p-sup__tour__kayak, .p-sup__tour__hakken {
  background: #fff;
  border-radius: 8px;
}
.p-sup__tour__sup > img, .p-sup__tour__kayak > img, .p-sup__tour__hakken > img {
  display: block;
  border-radius: 8px 8px 0 0;
}
.p-sup__tour__sup, .p-sup__tour__kayak {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-sup__tour__sup, .p-sup__tour__kayak {
    width: 48.5%;
    margin: 0;
  }
}
.p-sup__tour__hakken {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sup__tour__hakken {
    margin-top: 1em;
  }
}
.p-sup__tour__hakken h4 {
  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;
}
.p-sup__tour__hakken h4 img,
.p-sup__tour__hakken h4 span,
.p-sup__tour__hakken h4 i {
  display: block;
}
.p-sup__tour__hakken h4 img {
  width: 180px;
}
.p-sup__tour__hakken h4 i {
  font-style: normal;
  font-weight: 400;
}
.p-sup__tour__hakken p {
  text-align: center;
  font-size: clamp(20px, 1.3vw + 14px, 24px);
  line-height: 1.5;
  margin: 0 !important;
}
.p-sup__detail {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-sup__detail {
    margin-bottom: 150px !important;
  }
}
.p-sup__detail .l-wrapper {
  width: 100%;
}
.p-sup__detail .l-wrapper > img {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-sup__detail .l-wrapper > img {
    border-radius: 16px 16px 0 0;
  }
}
.p-sup__detail .-box {
  padding: 5%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-sup__detail .-box {
    padding: 5% 10%;
    border-radius: 0 0 16px 16px;
  }
}
.p-sup__detail .-table {
  width: 100%;
  margin: 0 auto 1em;
  padding: 0;
}
.p-sup__detail .-table div {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .p-sup__detail .-table div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-sup__detail .-table div dt {
  font-size: clamp(18px, 0.65vw + 15px, 20px);
  line-height: 1.75;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-sup__detail .-table div dt {
    width: 35%;
    margin-bottom: 0;
  }
}
.p-sup__detail .-table div dt span {
  display: block;
  font-size: clamp(10px, 0.65vw + 7px, 12px);
  line-height: 1.35;
}
.p-sup__detail .-table div dd {
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sup__detail .-table div dd {
    width: 65%;
  }
}
.p-sup__detail .-table div dd .l-astarisk {
  margin-top: 1.5em;
}
.p-sup__detail .-table div dt,
.p-sup__detail .-table div dd {
  text-align: left;
}
.p-sup__detail .-table div dt > .-cell,
.p-sup__detail .-table div dd > .-cell {
  font-size: clamp(16px, 0.65vw + 13px, 18px);
}
.p-sup__detail .-table div dt > .-cell div,
.p-sup__detail .-table div dd > .-cell div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0.5em;
  border: 0;
}
.p-sup__detail .-table div dt > .-cell div dt,
.p-sup__detail .-table div dd > .-cell div dt {
  width: 30%;
  font-weight: 700;
  margin: 0;
}
.p-sup__detail .-table div dt > .-cell div dd,
.p-sup__detail .-table div dd > .-cell div dd {
  width: 65%;
  font-weight: 500;
}
.p-sup__detail .-table div dt > .-set,
.p-sup__detail .-table div dd > .-set {
  background-color: #E4F8FF;
  padding: 5%;
  border-radius: 8px;
  margin-top: 1em;
}
.p-sup__detail .-table div dt > .-set dt,
.p-sup__detail .-table div dt > .-set dd,
.p-sup__detail .-table div dd > .-set dt,
.p-sup__detail .-table div dd > .-set dd {
  width: 100%;
}
.p-sup__detail .-table div dt > .-set dt,
.p-sup__detail .-table div dd > .-set dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-sup__detail .-table div dt > .-set dd,
.p-sup__detail .-table div dd > .-set dd {
  font-size: clamp(12px, 0.65vw + 9px, 14px);
}
.p-sup__detail .-scroll {
  margin: 0;
  padding: 0 !important;
  overflow-x: scroll;
  border: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-sup__detail .-scroll {
    overflow-x: auto;
  }
}
.p-sup__detail .-scroll .scroll-hint-icon-wrap,
.p-sup__detail .-scroll .scroll-hint-text {
  border: 0 !important;
}
.p-sup__detail .-scrolltable {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.p-sup__detail .-scrolltable thead tr {
  border: 0;
}
.p-sup__detail .-scrolltable thead tr th,
.p-sup__detail .-scrolltable thead tr td {
  font-size: clamp(14px, 0.65vw + 11px, 16px);
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5em;
}
.p-sup__detail .-scrolltable thead tr td {
  width: calc(100% - 15em);
}
.p-sup__detail .-scrolltable thead tr th {
  width: 5em;
}
.p-sup__detail .-scrolltable tbody tr {
  border: 0;
}
.p-sup__detail .-scrolltable tbody tr:nth-of-type(odd) {
  background: #CBF2FF;
}
.p-sup__detail .-scrolltable tbody tr th,
.p-sup__detail .-scrolltable tbody tr td {
  padding: 0.5em;
  vertical-align: middle;
}
.p-sup__item {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-sup__item {
    margin-top: clamp(80px, 22.73vw - 24.6px, 150px);
  }
}
.p-sup__item .-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-sup__item .-photo img {
  display: block;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-sup__item .-photo img {
    width: 25%;
  }
}
.p-sup__item .l-wrapper {
  max-width: 784px;
  padding-top: clamp(50px, 9.74vw + 5.2px, 80px);
  padding-bottom: clamp(50px, 9.74vw + 5.2px, 80px);
}
.p-sup__item .-box {
  padding: 5%;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 3em;
}
.p-sup__item ul {
  margin: 0;
  padding: 0;
}
.p-sup__item ul li {
  margin: 0 0 1em;
  padding: 0;
}
.p-sup__item ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
}
.p-sup__item ul li label i {
  font-style: normal;
  font-weight: 700;
}
.p-sup__item ul li label span {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.3em;
}
.p-sup__access .-txt {
  max-width: 470px;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  .p-sup__access .-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-sup__access .-column2 dl {
  width: 60%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sup__access .-column2 dl {
    width: 40%;
  }
}
.p-sup__access .-column2 dl:not(:first-of-type) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-sup__access .-column2 dl:not(:first-of-type) {
    margin-top: 0;
  }
}
.p-sup__access .-column2 dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-sup__access .-column2 dl div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-sup__access .-column2 dl div dt {
  width: 8em;
}
.p-sup__access .-map {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-sup__highlight .-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-sup__highlight .-box img,
.p-sup__highlight .-box p {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-sup__highlight .-box img,
  .p-sup__highlight .-box p {
    width: 50%;
  }
}
.p-sup__highlight .-box p {
  margin: 0.5em 0 2em;
}
@media screen and (min-width: 768px) {
  .p-sup__highlight .-box p {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-sup__highlight .-box:nth-of-type(odd) p {
    margin-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .p-sup__highlight .-box:nth-of-type(even) img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-sup__highlight .-box:nth-of-type(even) p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 5%;
  }
}

/*
  3.3 - Utility
-----------------------------------------------------*/