@charset "UTF-8";

/*
	TOP
*/
.page-top .link-btn {
  max-width: 400px;
  margin-inline: auto;
  font-size: 19px;
  font-weight: bold;
}

.page-top .link-btn a {
  min-height: 60px;
  padding: 10px 30px;
  background-image: url("../img/link_white.svg");
  background-position: center right 15px;
  background-size: 17px auto;
}

@media screen and (min-width: 1024px) {
  .page-top .link-btn {
    max-width: 545px;
    font-size: 25px;
  }

  .page-top .link-btn a {
    min-height: 76px;
    padding: 10px 50px;
    background-position: center right 35px;
    background-size: 21px auto;
  }
}

.top-mv {
  padding-top: 83px;
  padding-bottom: 87px;
  background-image: url("../img/top/mv_bg_sp.webp");
  background-position: center;
  background-size: cover;
}

.top-mv .mv--inner {
  width: calc(100% - 40px);
  max-width: 294px;
  margin-inline: auto;
}

.top-mv .sec--heading {
  display: grid;
  justify-content: start;
  row-gap: 20px;
  font-weight: 900;
  line-height: 1;
}

.top-mv .text-1 {
  font-size: 28px;
}

.top-mv .text-2 {
  color: #07913a;
  font-size: 42px;
}

.top-mv .text-3 {
  font-size: 23px;
  text-align: right;
}

.top-mv .lead {
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  .top-mv {
    background-image: url("../img/top/mv_bg.webp");
  }

  .top-mv .mv--inner {
    max-width: 900px;
  }
}

@media screen and (min-width: 1024px) {
  .top-mv {
    padding-top: 207px;
    padding-bottom: 200px;
  }

  .top-mv .text-1 {
    font-size: 60px;
  }

  .top-mv .text-2 {
    font-size: 100px;
  }

  .top-mv .text-3 {
    font-size: 50px;
  }

  .top-mv .lead {
    margin-top: 57px;
    font-size: 23px;
    line-height: 1.74;
  }
}

.top-introduction {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-introduction .box-1 {
  padding: 29px 30px 36px;
  border-radius: 15px;
}

.top-introduction .sec--heading {
  display: grid;
  text-align: center;
}

.top-introduction .sec--heading .main {
  font-size: 25px;
  font-weight: bold;
}

.top-introduction .sec--heading .sub {
  color: #07913a;
  font-weight: 500;
}

.top-introduction .text-1 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
}

.top-introduction .text-1 span {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .top-introduction {
    padding-top: 72px;
    padding-bottom: 86px;
  }

  .top-introduction .box-1 {
    padding: 65px 30px;
  }

  .top-introduction .sec--heading .main {
    font-size: 50px;
  }

  .top-introduction .text-1 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.top-outline {
  padding-top: 46px;
  padding-bottom: 64px;
}

.top-outline .text-1 {
  margin-top: 30px;
  line-height: 1.875;
}

.top-outline .heading-lv3 {
  margin-top: 32px;
  padding: 2px 12px 8px;
  font-size: 24px;
  font-weight: bold;
  border-color: #07913a;
  border-style: solid;
  border-width: 0 0 1px 6px;
}

.top-outline .sec--table {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.67;
}

.top-outline .sec--table tr:nth-child(odd) {
  background-color: var(--t-bg);
}

.top-outline .sec--table th,
.top-outline .sec--table td {
  border-color: var(--t-border);
  border-style: solid;
  border-width: 1px 0;
}

.top-outline .sec--table th {
  width: 64px;
  padding: 15px 1px;
  vertical-align: top;
}

.top-outline .sec--table td {
  padding: 20px 15px 22px 2px;
}

.top-outline .sec--table .num {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 40px;
  margin-inline: auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: var(--t-num);
  border-radius: 50%;
}

.top-outline .table-1 {
  --t-bg: #e9fbff;
  --t-border: #82cdde;
  --t-num: #82cdde;
}

.top-outline .table-2 {
  --t-bg: #f6fffe;
  --t-border: #07913a;
  --t-num: #07913a;
}

.top-outline .box-1 {
  display: grid;
  justify-items: center;
  row-gap: 43px;
  margin-top: 59px;
}

.top-outline .flyer img {
  max-width: 222px;
  margin-inline: auto;
}

.top-outline .flyer figcaption {
  margin-top: 19px;
  color: #07913a;
  line-height: 1.875;
  text-align: center;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .top-outline {
    padding-top: 92px;
    padding-bottom: 98px;
  }

  .top-outline .text-1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.67;
  }

  .top-outline .heading-lv3 {
    margin-top: 61px;
    padding: 5px 20px;
    font-size: 30px;
  }

  .top-outline .sec--table {
    font-size: 20px;
    margin-top: 28px;
  }

  .top-outline .box-1 {
    row-gap: 86px;
  }
}

.top-advantage {
  padding-top: 50px;
  padding-bottom: 60px;
}

.top-advantage .box-1 {
  margin-top: 48px;
  padding: 26px 20px;
  border-radius: 15px;
}

.top-advantage .text-1 {
  line-height: 1.875;
}

.top-advantage .box-2 {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}

.top-advantage .text-2 {
  margin-top: 28px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .top-advantage {
    padding-top: 68px;
    padding-bottom: 80px;
  }

  .top-advantage .box-1 {
    margin-top: 38px;
    padding: 23px 35px;
  }

  .top-advantage .text-1 {
    font-size: 22px;
    line-height: 1.82;
  }

  .top-advantage .box-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 50px;
  }

  .top-advantage .text-2 {
    margin-top: 22px;
    font-size: 23px;
  }
}

/*
	脱炭素経営宣言登録の手続き
*/
.flow-1 .link-btn a,
.flow-2 .link-btn a {
  justify-content: flex-start;
  min-height: 59px;
  padding: 10px 50px 10px 40px;
}

.flow-1 {
  padding-top: 41px;
}

.flow-1 .list-1 {
  display: grid;
  row-gap: 80px;
  margin-top: 102px;
}

.flow-1 .step {
  display: grid;
  row-gap: 38px;
  padding: 56px 23px 60px;
  border: 1px solid #9c9c9c;
  border-radius: 10px;
  position: relative;
}

.flow-1 .step--num {
  display: grid;
  align-content: center;
  justify-items: center;
  aspect-ratio: 1;
  width: 82px;
  color: #07913a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background-color: #dbf8cf;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.flow-1 .step--num .num {
  font-size: 24px;
}

.flow-1 .step--icon {
  width: 125px;
  margin-inline: auto;
}

.flow-1 .step--content .heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.55;
}

.flow-1 .step--content .text {
  margin-top: 23px;
  line-height: 1.875;
}

.flow-1 .step--content .list-check {
  display: grid;
  row-gap: 12px;
  margin-top: 11px;
}

.flow-1 .step--content .list-check .item {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  column-gap: 13px;
}

.flow-1 .step--content .list-check .item::before {
  content: '';
  display: block;
  width: 20px;
  height: 1.5em;
  background-image: url("../img/flow/icon_check.svg");
  background-position: center;
  background-size: contain;
}

.flow-1 .step-1 .link-btn {
  max-width: 348px;
  margin-top: 28px;
}

.flow-1 .step-1 .heading-2 {
  margin-top: 27px;
  padding-left: 10px;
  color: #07913a;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid;
}

.flow-1 .step-1 .list-check {
  margin-top: 16px;
  font-weight: bold;
}

.flow-1 .step-2 em {
  color: #f00;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .flow-1 .list-1 {
    row-gap: 30px;
    margin-top: 64px;
    padding-left: 41px;
  }

  .flow-1 .step {
    grid-template-columns: 125px 1fr;
    column-gap: 40px;
    align-items: center;
    padding: 35px 50px 35px 59px;
  }

  .flow-1 .step--num {
    top: 50%;
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .flow-1 {
    padding-top: 58px;
  }

  .flow-1 .step--content .heading {
    font-size: 25px;
  }

  .flow-1 .step--content .text {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.67;
  }

  .flow-1 .step--content .list-check {
    font-size: 18px;
    line-height: 1.39;
  }

  .flow-1 .step-1 .link-btn {
    margin-top: 17px;
    font-size: 18px;
  }

  .flow-1 .step-1 .link-btn a {
    min-height: 67px;
    padding: 10px 55px 10px 46px;
    background-position: center left 30px;
  }

  .flow-1 .step-1 .link-btn a::after {
    right: 27px;
  }

  .flow-1 .step-1 .heading-2 {
    font-size: 20px;
  }

  .flow-1 .step-1 .list-check {
    margin-top: 16px;
  }
}

.flow-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flow-2 .text-1 {
  margin-top: 45px;
}

.flow-2 .box-1 {
  max-width: 500px;
  margin-inline: auto;
  margin-top: 40px;
  padding: 70px 20px 20px;
  background-image: url("../img/flow/icon_mail.svg");
  background-position: center top 25px;
  background-size: 26px auto;
  border: 1px solid #07913a;
  border-radius: 7px;
}

.flow-2 .text-2 {
  color: #07913a;
  font-size: 18px;
  font-weight: bold;
}

.flow-2 .text-3 {
  font-weight: 500;
}

.flow-2 .text-4 {
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

.flow-2 .link-btn {
  max-width: 496px;
  margin-inline: auto;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .flow-2 .text-1 {
    max-width: 47.2em;
    margin-inline: auto;
    text-align: center;
  }

  .flow-2 .box-1 {
    padding: 23px 20px 21px 75px;
    background-position: center left 25px;
  }
}

@media screen and (min-width: 1024px) {
  .flow-2 {
    padding-top: 106px;
    padding-bottom: 216px;
  }

  .flow-2 .text-1 {
    font-size: 20px;
  }

  .flow-2 .text-2 {
    font-size: 20px;
  }

  .flow-2 .text-3 {
    font-size: 18px;
  }

  .flow-2 .link-btn {
    font-size: 18px;
  }

  .flow-2 .link-btn a {
    min-height: 83px;
    padding: 10px 64px;
    background-position: center left 40px;
  }

  .flow-2 .link-btn a::after {
    right: 35px;
  }
}

/*
	宣言事業者向け支援メニュー
*/
.menu-1 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.menu-1 .text-1 {
  font-size: 18px;
  font-weight: bold;
}

.menu-1 .table-wrap {
  overflow-x: auto;
}

.menu-1 .table-1 {
  min-width: 1000px;
  margin-top: 46px;
}

.menu-1 .table-1 .col-1 {
  width: 230px;
}

.menu-1 .table-1 .col-2 {
  width: 695px;
}

.menu-1 .table-1 th,
.menu-1 .table-1 td {
  border: 1px solid #b1b1b1;
}

.menu-1 .table-1 thead {
  color: #07913a;
  font-weight: bold;
  text-align: center;
  background-color: #ebfffc;
}

.menu-1 .table-1 thead th {
  padding: 10px 10px 12px;
}

.menu-1 .table-1 tbody th {
  padding: 15px 13px;
  text-align: left;
}

.menu-1 .table-1 tbody td {
  padding: 12px 30px 12px 18px;
  font-weight: 500;
  line-height: 1.56;
}

.menu-1 .table-1 tbody td:last-child {
  padding: 12px 10px;
  text-align: center;
}

.menu-1 .table-1 tbody em {
  font-size: 18px;
  font-weight: bold;
}

.menu-1 .table--note {
  margin-top: 27px;
  padding-left: 3em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
}

.menu-1 .table--note .item-lv1 {
  text-indent: -3em;
}

.menu-1 .table--note .item-lv2 {
  padding-left: 1em;
  text-indent: -1em;
}

.menu-1 .table--note .item-lv3 {
  padding-left: 3em;
  text-indent: -1em;
}

.menu-1 .box-1 {
  display: grid;
  justify-items: center;
  row-gap: 22px;
  margin-top: 40px;
  padding: 33px 10px 37px;
  background-color: #ebfffc;
  border: 2px solid #07913a;
  border-radius: 10px;
}

.menu-1 .box-1 .link-btn {
  max-width: 477px;
  font-weight: bold;
}

.menu-1 .box-1 .link-btn a {
  min-height: 53px;
  background-position: center right 38px;
  background-size: auto 15px;
}

.menu-1 .box-1 .qr {
  max-width: 108px;
}

.menu-1 .text-2 {
  color: #07913a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  text-align: center;
}

.menu-1 .text-2 span {
  display: inline-block;
}

.menu-1 .text-3 {
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.menu-1 .text-3 span {
  display: inline-block;
}

.menu-1 .list-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.menu-1 .list-1 .item {
  width: 100%;
  max-width: 349px;
  padding-top: 25px;
  border: 1px solid #ababab;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.menu-1 .list-1 .img {
  max-width: 219px;
  margin-inline: auto;
}

.menu-1 .list-1 .link-box {
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.menu-1 .list-1 .link-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 61px;
  padding: 5px 40px 5px 25px;
  color: #fff;
  background-color: #07913a;
  background-image: url("../img/menu/icon_window.svg");
  background-position: center right 22px;
  background-size: 14px auto;
}

.menu-1 .list-1 .link-box a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .menu-1 .box-1 {
    grid-template-columns: 320px auto;
    align-items: center;
    justify-content: center;
    gap: 28px 50px;
    margin-top: 60px;
    padding: 40px 50px 35px;
  }

  .menu-1 .text-2 {
    grid-column: 1/-1;
    max-width: 21em;
  }
}

@media screen and (min-width: 1024px) {
  .menu-1 {
    padding-top: 72px;
    padding-bottom: 154px;
  }

  .menu-1 .text-1 {
    font-size: 20px;
    text-align: center;
  }

  .menu-1 .table-1 {
    min-width: unset;
    font-size: 18px;
  }

  .menu-1 .table-1 .col-1 {
    width: 377px;
  }

  .menu-1 .table-1 .col-2 {
    width: auto;
  }

  .menu-1 .table-1 .col-3 {
    width: 108px;
  }

  .menu-1 .table-1 thead th {
    padding: 10px 10px 12px;
  }

  .menu-1 .table-1 tbody th {
    padding: 15px 40px 15px 27px;
  }

  .menu-1 .table-1 tbody td {
    padding: 12px 38px 12px 28px;
    line-height: 1.39;
  }

  .menu-1 .table-1 tbody td:last-child {
    padding: 12px 30px;
  }

  .menu-1 .table-1 tbody em {
    font-size: 20px;
  }

  .menu-1 .box-1 {
    grid-template-columns: 477px auto;
  }

  .menu-1 .box-1 .link-btn {
    font-size: 24px;
  }

  .menu-1 .box-1 .link-btn a {
    min-height: 92px;
  }

  .menu-1 .box-1 .qr {
    max-width: 129px;
  }

  .menu-1 .text-2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .menu-1 .text-3 {
    margin-top: 95px;
    font-size: 20px;
  }

  .menu-1 .list-1 {
    gap: 42px 47px;
    margin-top: 54px;
  }

  .menu-1 .list-1 .item {
    max-width: 362px;
    padding-top: 29px;
  }

  .menu-1 .list-1 .img {
    max-width: 227px;
  }

  .menu-1 .list-1 .link-box {
    margin-top: 23px;
    font-size: 20px;
  }

  .menu-1 .list-1 .link-box a {
    min-height: 68px;
    background-position: center right 25px;
    background-size: 15px auto;
  }
}

/*
	脱炭素経営の動向
*/
.trends-2,
.trends-4 {
  background-color: #edf7f1;
}

.trends-1 .box,
.trends-2 .box {
  display: grid;
  margin-top: 48px;
}

.trends-1 .img,
.trends-2 .img {
  margin-inline: auto;
}

.trends-1 .text,
.trends-2 .text {
  line-height: 1.875;
}

.trends-1 {
  padding-top: 43px;
  padding-bottom: 50px;
}

.trends-1 .box {
  row-gap: 25px;
}

.trends-1 .img {
  max-width: 518px;
}

.trends-1 .img figcaption {
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .trends-1 {
    padding-top: 72px;
    padding-bottom: 59px;
  }

  .trends-1 .box {
    grid-template-columns: 518fr 576fr;
    column-gap: 40px;
    align-items: start;
  }

  .trends-1 .img figcaption {
    font-size: 15px;
  }
}

.trends-2 {
  padding-top: 50px;
  padding-bottom: 60px;
}

.trends-2 .box {
  row-gap: 34px;
}

.trends-2 .img {
  max-width: 259px;
}

@media screen and (min-width: 1024px) {
  .trends-2 {
    padding-top: 45px;
    padding-bottom: 48px;
  }

  .trends-2 .box {
    grid-template-columns: 259px 1fr;
    column-gap: 29px;
    align-items: center;
  }
}

[data-key="0"] {
  --key-color: #ff5d5d;
}

[data-key="1"] {
  --key-color: #ef8b47;
}

[data-key="2"] {
  --key-color: #ffc000;
}

[data-key="3"] {
  --key-color: #70ad47;
}

[data-key="4"] {
  --key-color: #6bc7b3;
}

[data-key="5"] {
  --key-color: #5b9bd5;
}

.trends-3 {
  padding-top: 48px;
  padding-bottom: 60px;
}

.trends-3 .heading-lv2 sub {
  font-size: 14px;
  vertical-align: baseline;
}

.trends-3 .text-1 {
  margin-top: 60px;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}

.trends-3 .text-1 em {
  display: inline-block;
  font-size: 20px;
}

.trends-3 .text-2 {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.79;
  text-align: center;
}

.trends-3 .text-3 {
  margin-top: 62px;
  line-height: 1.875;
}

.trends-3 .graph-1 {
  margin-top: 34px;
}

.trends-3 .graph-1--note,
.trends-3 .graph-2--note {
  padding-left: 3em;
  text-indent: -3em;
}

.trends-3 .graph-1--note {
  font-size: 15px;
}

.trends-3 .text-4 {
  margin-top: 50px;
  line-height: 1.875;
}

.trends-3 .text-5 {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.36;
}

.trends-3 .text-6 {
  margin-top: 54px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.trends-3 .graph-2 {
  margin-top: 24px;
}

.trends-3 .graph-2--note {
  margin-top: 26px;
  font-size: 14px;
}

.trends-3 .graph--key {
  display: grid;
  row-gap: 1px;
  margin-top: 39px;
  padding: 1px 0;
  background-color: #c1c1c1;
}

.trends-3 .graph--key .item {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 30px;
  padding: 16px 10px;
  background-color: #fff;
}

.trends-3 .graph--key dt {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  column-gap: 15px;
  font-weight: bold;
  line-height: 1;
}

.trends-3 .graph--key dt::before {
  content: '';
  display: block;
  aspect-ratio: 1;
  width: 21px;
  background-color: var(--key-color);
}

.trends-3 .graph-wrap {
  overflow-x: auto;
}

.trends-3 .graph-wrap figure {
  width: 1180px;
}

@media screen and (min-width: 1024px) {
  .trends-3 {
    padding-top: 60px;
  }

  .trends-3 .heading-lv2 sub {
    font-size: 16px;
  }

  .trends-3 .text-1 {
    margin-top: 37px;
    font-size: 20px;
  }

  .trends-3 .text-1 em {
    font-size: 25px;
  }

  .trends-3 .text-2 {
    font-size: 15px;
  }

  .trends-3 .graph-1 {
    margin-top: 21px;
  }

  .trends-3 .text-6 {
    font-size: 25px;
  }

  .trends-3 .graph--key .item {
    column-gap: 38px;
    padding: 20px 16px;
  }

  .trends-3 .graph--key dt {
    column-gap: 26px;
    font-size: 18px;
  }

  .trends-3 .graph-wrap figure {
    width: 100%;
  }
}

.trends-4 {
  padding-top: 50px;
  padding-bottom: 60px;
}

.trends-4 .text-1,
.trends-4 .text-2,
.trends-4 .text-3 {
  margin-top: 30px;
  line-height: 1.875;
}

.trends-4 .text-1 {
  text-align: center;
}

.trends-4 .list-1 {
  display: grid;
  row-gap: 1px;
  margin-top: 30px;
  line-height: 1.94;
  background-color: #c1c1c1;
}

.trends-4 .list-1 .item {
  display: grid;
  padding: 18px 16px;
  background-color: #fff;
}

.trends-4 .list-1 dt {
  font-weight: bold;
}

.trends-4 .list-1 em {
  color: #c60000;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .trends-4 {
    padding-top: 65px;
    padding-bottom: 90px;
  }

  .trends-4 .text-2,
  .trends-4 .text-3 {
    font-size: 18px;
    line-height: 1.67;
  }

  .trends-4 .list-1 {
    font-size: 18px;
    line-height: 1.72;
  }

  .trends-4 .list-1 .item {
    display: grid;
    grid-template-columns: 19em 1fr;
    align-items: center;
    column-gap: 40px;
    padding: 20px 28px;
  }

  .trends-4 .list-1 dd {
    padding-right: 10px;
  }
}

.trends-5 {
  padding-top: 50px;
  padding-bottom: 60px;
}

.trends-5 .text-1 {
  margin-top: 25px;
  font-size: 15px;
  text-align: center;
}

.trends-5 .text-2 {
  margin-top: 41px;
  line-height: 1.875;
}

.trends-5 .list-1 {
  display: grid;
  justify-items: center;
  gap: 68px;
  margin-top: 82px;
}

.trends-5 .step {
  aspect-ratio: 348/315;
  width: 100%;
  max-width: 348px;
  padding: 41px 10px 10px;
  background-image: url("../img/trends/step_bg.svg");
  background-size: 100% 100%;
  position: relative;
}

.trends-5 .step:not(:last-child) {
  position: relative;
}

.trends-5 .step:not(:last-child)::after {
  content: '';
  display: block;
  aspect-ratio: 1;
  width: 20px;
  background-image: url("../img/trends/step_arrow.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  translate: -50% 0;
  rotate: 90deg;
}

.trends-5 .step dt {
  padding-top: 71px;
  text-align: center;
  position: relative;
}

.trends-5 .step--num {
  display: grid;
  justify-items: center;
  row-gap: 5px;
  color: #07913a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.trends-5 .step--num .num {
  font-size: 24px;
}

.trends-5 .step--line {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: rgba(7, 145, 58, 0.149);
  text-decoration-thickness: 12px;
  text-underline-offset: -2px;
}

.trends-5 .step dd {
  display: grid;
  justify-content: center;
  margin-top: 30px;
  font-size: 22px;
}

@media screen and (min-width: 1024px) {
  .trends-5 {
    padding-top: 77px;
    padding-bottom: 116px;
  }

  .trends-5 .text-2 {
    font-size: 18px;
    line-height: 1.67;
  }

  .trends-5 .list-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .trends-5 .step:not(:last-child)::after {
    top: calc(50% + 20px);
    left: calc(100% + 34px);
    translate: -50% -50%;
    rotate: 0deg;
  }
}

/*
	セミナーのご案内
*/
.seminar-1 {
  padding-top: 97px;
  padding-bottom: 100px;
}

.seminar-1 .text-1 {
  font-weight: 500;
  text-align: center;
}

.seminar-1 .event {
  padding: 35px 21px 52px;
  border: 1px solid #9c9c9c;
  border-radius: 10px;
}

.seminar-1 .event:not(:first-child) {
  margin-top: 45px;
}

.seminar-1 .event--name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
}

.seminar-1 .event--text {
  margin-top: 13px;
  line-height: 1.875;
}

.seminar-1 .event--text-2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
}

.seminar-1 .event--text-2::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #b7b7b7;
}

.seminar-1 .event--outline,
.seminar-1 .event--list {
  display: grid;
  row-gap: 20px;
}

.seminar-1 .event--outline {
  margin-top: 25px;
}

.seminar-1 .event--list .item {
  display: grid;
  row-gap: 11px;
}

.seminar-1 .event--list dt span {
  display: inline-block;
  min-width: 88px;
  padding: 1px;
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
}

.seminar-1 .event--list dd {
  font-weight: 500;
  line-height: 1.875;
}

.seminar-1 .link-btn {
  max-width: 435px;
  margin-inline: auto;
  margin-top: 31px;
  font-weight: 500;
}

.seminar-1 .link-btn a {
  min-height: 67px;
  padding: 12px 50px;
}

@media screen and (min-width: 1024px) {
  .seminar-1 {
    padding-top: 53px;
    padding-bottom: 126px;
  }

  .seminar-1 .text-1 {
    font-size: 20px;
  }

  .seminar-1 .event {
    padding: 35px 45px 44px 53px;
  }

  .seminar-1 .event--name {
    font-size: 28px;
  }

  .seminar-1 .event--text {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.67;
  }

  .seminar-1 .event--text-2 {
    gap: 20px;
    font-size: 20px;
  }

  .seminar-1 .event--outline {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    column-gap: 40px;
  }

  .seminar-1 .event--list {
    row-gap: 22px;
  }

  .seminar-1 .event--list .item {
    grid-template-columns: 88px 1fr;
    column-gap: 22px;
    align-items: baseline;
  }

  .seminar-1 .event--list .pc-l2 {
    grid-row: span 2;
  }

  .seminar-1 .link-btn {
    margin-top: 36px;
    font-size: 18px;
  }

  .seminar-1 .link-btn a {
    padding: 10px 60px 10px 40px;
  }
}


@media (any-hover: hover) {

  .top-outline .flyer a,
  .menu-1 .list-1 .item {
    transition: opacity .1s;
  }

  .top-outline .flyer a:hover,
  .menu-1 .list-1 .item:hover {
    opacity: .7;
  }
}