@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.noto-sans-jp_Regular {
  font-weight: 400;
}

.noto-sans-jp_Medium {
  font-weight: 500;
}

.noto-sans-jp_SemBold {
  font-weight: 600;
}

.noto-sans-jp_Bold {
  font-weight: 700;
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

/* ====================================================
	カラー
==================================================== */
:root {
  --white: #fff;
  --black: #000;
  --grayE8: #E8E8E8;
  --grayF2: #F2F2F2;
  --green: #2C7E5E;
  --green_E6: #E6F2ED;
  --yellow: #FFB100;
  --red: #BA062B;
}

.color-green {
  color: var(--green);
}

/* ====================================================
	breakpoint
==================================================== */
.main {
  font-family: "Noto Sans JP", sans-serif;
  background-color: var(--white);
  line-height: 1;
  color: var(--black);
  overflow: hidden;
  /* ====================================================
  	hover
  ==================================================== */
  /* ====================================================
  	common
  ==================================================== */
  /* ====================================================
  	fv
  ==================================================== */
  /* ====================================================
  	pageBtn 
  ==================================================== */
  /* ====================================================
  	intro
  ==================================================== */
  /*---------- 半導体の性質 ----------*/
  /*---------- 半導体の製品 ----------*/
  /*---------- 半導体の製造工程 ----------*/
  /* ====================================================
  	半導体市場と日本企業
  ==================================================== */
  /* ====================================================
  	日経半導体株指数
  ==================================================== */
  /*---------- 指数の銘柄選定プロセス ----------*/
  /*---------- 注目される理由 ----------*/
  /* ====================================================
  	appeal
  ==================================================== */
  /* ====================================================
  	note
  ==================================================== */
  /* ====================================================
  	etflp
  ==================================================== */
}
.main figure,
.main img {
  vertical-align: bottom;
  margin: 0;
}
.main img {
  height: auto;
  position: relative;
  width: 100%;
}
.main a {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
}
.main button,
.main .is-hover06,
.main .is-hover08 {
  transition: all 0.4s;
  cursor: pointer;
}
.main .pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .main .pc-none {
    display: block;
  }
}
.main .pc1140-none {
  display: none;
}
@media screen and (max-width: 1139px) {
  .main .pc1140-none {
    display: block;
  }
}
.main .sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .main .sp-none {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .main .is-hover06:hover {
    opacity: 0.65 !important;
  }
}
.main .common__inner {
  position: relative;
  max-width: 1080px;
  margin: auto;
}
.main .common__block {
  padding: 0 40px 98px;
}
@media screen and (max-width: 767px) {
  .main .common__block {
    padding: 0 15px 45px;
  }
}
.main .appeal .common__block {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .main .appeal .common__block {
    padding: 0 15px;
  }
}
.main .note.common__block {
  padding: 77px 40px 98px;
}
@media screen and (max-width: 767px) {
  .main .note.common__block {
    padding: 7rem 3rem;
  }
}
.main .common__head {
  position: relative;
  background-image: url(../image/common_bg_orange.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 263px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .common__head {
    padding: 40px 0 220px;
  }
}
.main .common__body {
  border-style: solid;
  border-width: 6px;
  border-color: var(--green);
  border-radius: 1rem;
  background-color: var(--white);
  margin-top: -185px;
  padding-bottom: 24px;
}
.main .common__box {
  position: relative;
  padding: 0 40px 58px;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 1139px) {
  .main .common__box {
    padding: 0 40px 38px;
  }
}
@media screen and (max-width: 767px) {
  .main .common__box {
    padding: 0 10px 3rem;
  }
}
.main .common__ttl {
  width: 560px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main .common__ttl {
    width: 38rem;
  }
}
.main .common__ttl.is-large {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .main .common__ttl.is-large {
    width: 34rem;
  }
}
.main .common__ttl-line {
  position: relative;
  text-align: center;
  color: var(--green);
  font-weight: 700;
  font-size: 28px;
  margin: 48px auto 38px;
}
@media screen and (max-width: 767px) {
  .main .common__ttl-line {
    font-size: 2.2rem;
    margin: 28px auto;
  }
}
.main .common__ttl-line span {
  display: inline-block;
  position: relative;
  padding: 0 14px;
  background-color: var(--white);
}
.main .common__ttl-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background-color: var(--green);
}
@media screen and (max-width: 767px) {
  .main .common__ttl-line::before {
    height: 2px;
  }
}
.main .common__txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main .common__txt {
    font-weight: 500;
    font-size: 14px;
    margin-top: 26px;
    line-height: 1.7;
  }
}
.main .common__memo {
  font-size: 12px;
  margin-top: 12px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .main .common__memo {
    font-size: 1.2rem;
  }
}
.main .common__memo + .common__memo {
  margin-top: initial;
}
.main .common__link {
  cursor: pointer;
  color: #0000EE;
  text-decoration: underline;
}
.main .common__link:visited {
  color: #551A8B;
  text-decoration: underline;
}
.main .common__link:active {
  color: #FF0000;
  text-decoration: underline;
}
.main .common__ttl-middle {
  text-align: center;
  margin: 50px auto 0;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.1rem;
  padding-bottom: 11px;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 5px;
  text-underline-offset: 11px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .main .common__ttl-middle {
    font-size: 2.8rem;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    line-height: 1.6;
    margin: 30px auto 0;
  }
}
.main .common__ttl-middle .is-small {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .main .common__ttl-middle .is-small {
    font-size: 2.1rem;
  }
}
.main .common__ttl-middle + .common__txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main .common__ttl-middle + .common__txt {
    margin-top: 13px;
  }
}
.main .common__graphLo {
  display: flex;
  align-items: flex-start;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .main .common__graphLo {
    display: inline-block;
  }
}
.main .common__graphLo .common__graphBox {
  width: calc(50% - 21px);
}
@media screen and (max-width: 767px) {
  .main .common__graphLo .common__graphBox {
    width: 100%;
  }
}
.main .common__graphBox {
  margin-top: 74px;
}
@media screen and (max-width: 1139px) {
  .main .common__graphBox {
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .main .common__graphBox {
    margin-top: 26px;
  }
}
.main .common__graphBox h4 {
  background-color: var(--grayF2);
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .main .common__graphBox h4 {
    font-size: 1.6rem;
    padding: 1rem 5px;
  }
}
.main .common__graphBox img {
  margin-top: 20px;
}
.main .common__comment {
  display: flex;
  align-items: center;
  margin-top: 56px;
  gap: 66px;
}
@media screen and (max-width: 767px) {
  .main .common__comment {
    margin-top: 26px;
    gap: 26px;
  }
}
.main .common__comment img {
  width: 120px;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .main .common__comment img {
    width: 90px;
    min-width: 90px;
  }
}
.main .common__comment p {
  position: relative;
  color: var(--white);
  background-color: var(--red);
  font-weight: 500;
  font-size: 24px;
  padding: 30px 30px;
  line-height: 1.7;
  margin-top: 10px;
  width: 100%;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main .common__comment p {
    font-size: 14px;
    padding: 20px;
  }
}
.main .common__comment p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 98%;
  transform: translateY(-50%);
  width: 54px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  background-color: var(--red);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .main .common__comment p::before {
    width: 34px;
  }
}
.main .common__comment.is-reverse p::before {
  right: initial;
  left: 98%;
  transform: translateY(-50%) rotate(180deg);
}
.main .common__table {
  width: 100%;
}
.main .common__table .is-head th {
  border-top-color: var(--white);
  border-left-color: var(--white);
  background-color: var(--white);
}
.main .common__table .is-head td {
  background-color: var(--green);
  color: var(--white);
  font-weight: 700;
}
.main .common__table th,
.main .common__table td {
  border-style: solid;
  border-color: #343434;
  border-width: 1px;
  font-weight: 700;
  text-align: center;
}
.main .common__table th {
  background-color: #DBE9E4;
}
.main .common__table td p {
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}
.main .common__table.is-rulerOutline .is-head th,
.main .common__table.is-rulerOutline .is-head td {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .main .common__table.is-rulerOutline .is-head th,
  .main .common__table.is-rulerOutline .is-head td {
    padding: 1rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .main .common__table.is-rulerOutline .is-head th {
    display: none;
  }
}
.main .common__table.is-rulerOutline .is-head td {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .main .common__table.is-rulerOutline .is-head td {
    font-size: 1.7rem;
  }
}
.main .common__table.is-rulerOutline th,
.main .common__table.is-rulerOutline td {
  padding: 14px 47px;
  font-size: 20px;
}
@media screen and (max-width: 1139px) {
  .main .common__table.is-rulerOutline th,
  .main .common__table.is-rulerOutline td {
    padding: 14px 27px;
  }
}
@media screen and (max-width: 767px) {
  .main .common__table.is-rulerOutline th,
  .main .common__table.is-rulerOutline td {
    padding: 1rem;
    font-size: 2rem;
    display: block;
    width: 100% !important;
    min-width: initial !important;
  }
}
.main .common__table.is-rulerOutline th {
  width: 240px;
}
.main .common__table.is-rulerOutline td {
  min-width: 430px;
}
.main .common__table.is-rulerOutline td p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main .common__table.is-rulerOutline td p {
    font-size: 2rem;
  }
}
.main .common__table.is-rulerOutline td.is-wide {
  padding: 20px 47px;
}
@media screen and (max-width: 767px) {
  .main .common__table.is-rulerOutline td.is-wide {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .main .perf__table-scroll {
    overflow-x: scroll;
  }
}
.main .common__table.is-topName {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .main .common__table.is-topName {
    width: 700px;
  }
}
.main .common__table.is-topName .is-head th,
.main .common__table.is-topName .is-head td {
  padding: 9px 10px;
}
.main .common__table.is-topName .is-head td {
  font-size: 16px;
}
.main .common__table.is-topName th {
  width: 54px;
}
.main .common__table.is-topName th,
.main .common__table.is-topName td {
  padding: 16px 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .main .common__table.is-topName th,
  .main .common__table.is-topName td {
    padding: 1rem;
  }
}
.main .common__table.is-topName td:nth-of-type(1) {
  width: 275px;
}
.main .common__table.is-topName td:nth-of-type(2) {
  width: 470px;
}
.main .common__table.is-topName td:nth-of-type(3) {
  width: 100px;
}
.main .common__table.is-topName td.is-regular {
  font-weight: 400;
  font-size: 16px;
}
.main .common__table.is-topName td p {
  font-size: 15px;
}
.main .acod {
  border-style: solid;
  border-width: 6px;
  border-color: var(--green);
  border-radius: 1rem;
  background-color: var(--white);
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .main .acod {
    border-width: 4px;
    margin-top: 40px;
  }
}
.main .acod .acod__head {
  position: relative;
  background-color: var(--green);
  color: var(--white);
  font-weight: 700;
  font-size: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .acod .acod__head {
    font-size: 22px;
  }
}
.main .acod .acod__head.active .is-arrow {
  transform: translateY(-50%) rotate(0deg);
}
.main .acod .acod__head-inner {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .main .acod .acod__head-inner {
    padding: 14px 0;
  }
}
.main .acod .acod__head-inner .is-arrow {
  width: 34px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .main .acod .acod__head-inner .is-arrow {
    width: 28px;
    right: 10px;
  }
}
.main .acod .acod__body {
  display: none;
  position: relative;
  padding: 0 40px 58px;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main .acod .acod__body {
    padding: 0 10px 20px;
  }
}
.main .acod .acod__body-ttlMain {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .main .acod .acod__body-ttlMain {
    font-size: 24px;
  }
}
.main .acod .acod__body-ttlSub {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  margin-top: 23px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .main .acod .acod__body-ttlSub {
    font-weight: 500;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.3;
  }
}
.main .fv {
  background-color: var(--green);
  position: relative;
  background-image: url(../image/fv_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 658px;
}
@media screen and (max-width: 1139px) {
  .main .fv {
    height: 65vw;
  }
}
@media screen and (max-width: 767px) {
  .main .fv {
    height: 120vw;
    background-position: left top;
  }
}
.main .fv__inner {
  position: relative;
  margin: auto;
  max-width: 1220px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main .fv__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.main .fv h1 {
  width: 941px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.511;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}
.main .fv h1 img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1139px) {
  .main .fv h1 {
    left: -4vw;
    top: 43%;
    width: 82.9vw;
  }
}
@media screen and (max-width: 767px) {
  .main .fv h1 {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    transform: translateY(0%);
    aspect-ratio: 1/0.601;
  }
}
.main .fv__person {
  width: 631px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.986;
  position: absolute;
  bottom: 0;
  right: -106px;
}
.main .fv__person img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1139px) {
  .main .fv__person {
    right: -7.6vw;
    width: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .main .fv__person {
    width: 100%;
    position: relative;
    bottom: initial;
    right: initial;
    margin-bottom: -3%;
    aspect-ratio: 1/0.6;
  }
}
.main .fvMovie {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: -103px auto 0;
  text-align: center;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  background-color: var(--white);
  padding: 65px 65px 72px;
}
@media screen and (max-width: 767px) {
  .main .fvMovie {
    margin: 0;
    padding: 45px 20px;
  }
}
.main .fvMovie__txt {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: auto;
  font-weight: 700;
  color: var(--green);
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .main .fvMovie__txt {
    font-size: 2rem;
  }
}
.main .fvMovie .common__ttl-middle {
  margin: 25px auto 0;
  font-size: 3rem;
}
.main .fvMovie__txt::before,
.main .fvMovie__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../image/img_ttl-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.484;
  width: 62px;
}
@media screen and (max-width: 767px) {
  .main .fvMovie__txt::before,
  .main .fvMovie__txt::after {
    width: 32px;
  }
}
.main .fvMovie__txt::before {
  right: 103.3%;
}
.main .fvMovie__txt::after {
  left: 103.3%;
  transform: translateY(-50%) rotate(180deg);
}
.main .strategist-movie__size {
  aspect-ratio: 16/9;
  margin: 45px auto 0;
  width: 100%;
  max-width: 780px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .strategist-movie__size {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }
}
.main .strategist-movie__iframe {
  height: 100%;
  position: relative;
  width: 100%;
}
.main .pageBtn {
  padding: 90px 20px;
}
@media screen and (max-width: 767px) {
  .main .pageBtn {
    padding: 40px 12px;
  }
}
.main .pageBtn__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1139px) {
  .main .pageBtn__list {
    width: 530px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .main .pageBtn__list {
    width: initial;
    gap: 10px;
    justify-content: center;
  }
}
.main .pageBtn__list li {
  position: relative;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.492;
  max-width: 252px;
  width: calc(25% - 18px);
}
@media screen and (max-width: 1139px) {
  .main .pageBtn__list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .pageBtn__list li {
    width: calc(50% - 10px);
  }
}
.main .pageBtn__list li a {
  background-image: url(../image/pageBtn_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .main .pageBtn__list li a {
    padding: 5px;
  }
}
.main .pageBtn__list li .pageBtn__item-txtBox {
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .main .pageBtn__list li .pageBtn__item-txtBox {
    height: 70%;
    font-size: 1.6rem;
  }
}
.main .pageBtn__list li .pageBtn__item-imgBox {
  height: 40%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .main .pageBtn__list li .pageBtn__item-imgBox {
    height: initial;
  }
}
.main .pageBtn__list li .is-arrow {
  width: 32px;
}
@media screen and (max-width: 767px) {
  .main .pageBtn__list li .is-arrow {
    width: 1.6rem;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin: auto;
  }
}
.main .backImg__gray {
  background-image: url(../image/common_bg_gray.png);
}
.main .intro .common__inner {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .main .intro .common__inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1139px) {
  .main .introTop__ttl {
    text-align: center;
  }
}
.main .introTop__ttl img {
  width: 820px;
}
@media screen and (max-width: 1139px) {
  .main .introTop__ttl img {
    width: 542px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/0.286;
  }
}
@media screen and (max-width: 767px) {
  .main .introTop__ttl img {
    width: 37rem;
  }
}
.main .introTop__txt {
  margin-top: 23px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.9;
}
@media screen and (max-width: 1139px) {
  .main .introTop__txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .main .introTop__txt {
    font-size: 18px;
    margin-top: 22px;
  }
}
.main .introTop__imgBox {
  position: relative;
  margin-top: 44px;
}
@media screen and (max-width: 1139px) {
  .main .introTop__imgBox {
    margin-top: 10px;
    padding-top: 267px;
  }
}
@media screen and (max-width: 767px) {
  .main .introTop__imgBox {
    padding-top: 180px;
    margin-top: 10px;
  }
}
.main .introTop__person {
  position: absolute;
  top: -253px;
  right: 0;
  width: 247px;
}
@media screen and (max-width: 1139px) {
  .main .introTop__person {
    top: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .main .introTop__person {
    width: 167px;
  }
}
.main .introNature {
  position: relative;
  background: rgb(98, 159, 186);
  background: linear-gradient(90deg, rgb(98, 159, 186) 0%, rgb(78, 147, 144) 30%, rgb(61, 137, 108) 50%, rgb(161, 154, 80) 70%, rgb(235, 167, 59) 100%);
  margin-top: 38px;
  padding: 22px 16px 16px;
  border-radius: 1rem;
}
@media screen and (max-width: 1139px) {
  .main .introNature {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    background: linear-gradient(180deg, rgb(98, 159, 186) 0%, rgb(78, 147, 144) 30%, rgb(61, 137, 108) 50%, rgb(161, 154, 80) 70%, rgb(235, 167, 59) 100%);
  }
}
@media screen and (max-width: 767px) {
  .main .introNature {
    margin-top: 26px;
  }
}
.main .introNature__list {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 1139px) {
  .main .introNature__list {
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin-left: 30px;
  }
}
.main .introNature__list li {
  width: 270px;
}
@media screen and (max-width: 1139px) {
  .main .introNature__list li {
    width: initial;
  }
}
.main .introNature__item-ttl {
  color: var(--white);
  text-align: center;
  font-weight: 700;
  font-size: 28px;
}
@media screen and (max-width: 1139px) {
  .main .introNature__item-ttl {
    font-size: 20px;
  }
}
.main .introNature__item-detailBox {
  background-color: var(--white);
  font-weight: 600;
  font-size: 18px;
  margin-top: 27px;
  height: 100px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1139px) {
  .main .introNature__item-detailBox {
    font-size: 16px;
    margin-top: 9px;
  }
}
.main .introNature__item-detailBox p + p {
  margin-top: 16px;
}
.main .introNature__list li:nth-of-type(1) .introNature__item-detailBox {
  color: #629FBA;
}
.main .introNature__list li:nth-of-type(2) .introNature__item-detailBox {
  color: #3D896C;
}
.main .introNature__list li:nth-of-type(3) .introNature__item-detailBox {
  color: #EBA73B;
}
.main .introNature__level {
  font-weight: 700;
  font-size: 22px;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1139px) {
  .main .introNature__level {
    flex-direction: column;
    margin-top: initial;
    width: 20px;
    font-size: 18px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 1139px) {
  .main .introNature__level p {
    writing-mode: vertical-rl;
  }
}
.main .introNature__level .is-arrow {
  max-width: 476px;
}
@media screen and (max-width: 1139px) {
  .main .introNature__level .is-arrow {
    width: 14px;
  }
}
.main .introProduct {
  margin-top: 26px;
}
.main .introProduct__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main .introProduct__list li {
  width: calc(20% - 4px);
  background-color: var(--green_E6);
}
@media screen and (max-width: 767px) {
  .main .introProduct__list li {
    width: calc(50% - 3px);
  }
}
.main .introProduct__item-ttl {
  background-color: #3D896C;
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .introProduct__item-img {
  max-width: 176px;
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.main .introProduct__item-txt {
  padding: 0 10px 10px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .main .introProduct__item-txt {
    line-height: 1.5;
  }
}
.main .introProcess {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .main .introProcess {
    margin-top: 40px;
  }
}
.main .introProcess__list {
  display: flex;
  margin-top: 33px;
  padding-bottom: 14px;
  border-style: solid;
  border-color: var(--grayE8);
  border-bottom-width: 2px;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__list {
    flex-direction: column;
    border-bottom-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .introProcess__list {
    margin-top: 23px;
  }
}
@media screen and (max-width: 1139px) {
  .main .introProcess__list li {
    position: relative;
    display: flex;
    height: 260px;
  }
}
.main .introProcess__item-ttlBox {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  color: var(--white);
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-ttlBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 60px;
  }
}
.main .introProcess__item-ttlBox .introProcess__item-ttlNum {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  align-items: center;
  padding-right: 11px;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-ttlBox .introProcess__item-ttlNum {
    display: flex;
    flex-direction: column;
    padding-right: initial;
    padding-bottom: 14px;
  }
}
.main .introProcess__item-ttlBox .introProcess__item-ttlNum .is-unit {
  font-size: 23px;
  letter-spacing: 0.1rem;
  margin-right: 7px;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-ttlBox .introProcess__item-ttlNum .is-unit {
    writing-mode: vertical-rl;
    margin-right: initial;
    margin-bottom: 7px;
    margin-left: 4px;
    font-size: 19px;
  }
}
.main .introProcess__item-ttlBox .introProcess__item-ttlNum .is-num {
  font-weight: 700;
  font-size: 38px;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-ttlBox .introProcess__item-ttlNum .is-num {
    writing-mode: vertical-rl;
    font-size: 26px;
  }
}
.main .introProcess__item-ttlBox .introProcess__item-ttlNum::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--white);
  opacity: 0.4;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-ttlBox .introProcess__item-ttlNum::before {
    top: initial;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 70%;
    height: 1px;
  }
}
.main .introProcess__item-ttlBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 113%;
  height: 100%;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-ttlBox::before {
    width: 100%;
    height: 113%;
  }
}
.main .introProcess__item-ttl {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  margin-left: 14px;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-ttl {
    writing-mode: vertical-rl;
    margin-left: initial;
    margin-top: 14px;
    font-size: 20px;
  }
}
.main .introProcess__item-detailBox {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-detailBox {
    margin-top: initial;
    width: 100%;
    margin-left: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .main .introProcess__item-detailBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.main .introProcess__item-detailBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--grayE8);
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-detailBox::before {
    width: 100%;
    height: 2px;
  }
}
.main .introProcess__list li:nth-of-type(1) .introProcess__item-ttlBox {
  padding: 10px 19px 10px;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__list li:nth-of-type(1) .introProcess__item-ttlBox {
    padding: initial;
  }
}
.main .introProcess__item-ttlBox {
  padding: 10px 19px 10px 32px;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-ttlBox {
    padding: 20px 0 0 !important;
  }
}
@media screen and (max-width: 1139px) {
  .main .introProcess__list li:nth-of-type(1) .introProcess__item-detailBox {
    margin-top: initial;
  }
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-detailBox {
    margin-top: 0.5rem;
  }
}
.main .introProcess__list li:nth-of-type(1) .introProcess__item-detailBox::before {
  display: none;
}
.main .introProcess__list li:nth-of-type(1) .introProcess__item-ttlBox::before {
  background-color: #72A994;
  clip-path: polygon(0 0, 96.2% 0%, 88.3% 100%, 0% 100%);
}
@media screen and (max-width: 1139px) {
  .main .introProcess__list li:nth-of-type(1) .introProcess__item-ttlBox::before {
    clip-path: polygon(0 0, 100% 0%, 100% 88.5%, 0 86.8%);
  }
}
.main .introProcess__list li:nth-of-type(2) .introProcess__item-ttlBox::before {
  background-color: #609E86;
  clip-path: polygon(7% 0, 93.6% 0%, 88.4% 100%, 1% 100%);
}
@media screen and (max-width: 1139px) {
  .main .introProcess__list li:nth-of-type(2) .introProcess__item-ttlBox::before {
    clip-path: polygon(0% 0%, 100% 1.5%, 100% 88.5%, 0 86.8%);
  }
}
.main .introProcess__list li:nth-of-type(3) .introProcess__item-ttlBox {
  overflow: hidden;
}
.main .introProcess__list li:nth-of-type(3) .introProcess__item-ttlBox::before {
  background-color: #3D896C;
  clip-path: polygon(6.4% 0, 100% 0%, 100% 100%, 1% 100%);
}
@media screen and (max-width: 1139px) {
  .main .introProcess__list li:nth-of-type(3) .introProcess__item-ttlBox::before {
    clip-path: polygon(0% 0%, 100% 1.5%, 100% 100%, 0 100%);
  }
}
.main .introProcess__item-img {
  height: 184px;
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-img {
    height: 170px;
  }
}
@media screen and (max-width: 1139px) {
  .main .introProcess__item-img img {
    object-fit: contain;
    height: 100%;
  }
}
.main .introProcess__item-txt {
  padding: 12px 31px 10px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .main .introProcess__item-txt {
    padding: 12px 3px 10px;
  }
}
.main .marketSupport {
  position: relative;
  margin-top: 34px;
  padding-top: 98px;
}
@media screen and (max-width: 767px) {
  .main .marketSupport {
    padding-top: initial;
    margin-top: 1rem;
  }
}
.main .marketSupport__attn {
  position: relative;
}
@media screen and (max-width: 999px) {
  .main .marketSupport__attn {
    transform: scale(0.7);
    transform-origin: left;
  }
}
@media screen and (max-width: 767px) {
  .main .marketSupport__attn {
    transform: scale(1);
    margin-bottom: 10px;
  }
}
.main .marketSupport__attn-img {
  position: absolute;
  top: -113px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main .marketSupport__attn-img {
    position: relative;
    top: initial;
    left: initial;
    text-align: center;
    width: 100%;
  }
}
.main .marketSupport__attn-img img {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .main .marketSupport__attn-img img {
    max-width: 310px;
    width: 100%;
  }
}
.main .marketSupport__list {
  display: flex;
  align-items: flex-end;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .main .marketSupport__list {
    flex-direction: column;
    height: initial;
  }
}
.main .marketSupport__list li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .main .marketSupport__list li {
    width: 100% !important;
    height: initial !important;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7;
  }
}
.main .marketSupport__list li:nth-of-type(1) {
  background-color: #3D896C;
  height: 60%;
}
@media screen and (max-width: 767px) {
  .main .marketSupport__list li:nth-of-type(1) {
    margin-top: initial;
  }
}
.main .marketSupport__list li:nth-of-type(2) {
  background-color: #2C7E5E;
  height: 80%;
}
.main .marketSupport__list li:nth-of-type(3) {
  background-color: #1A7351;
  height: 100%;
}
.main .marketSupport__item-headBox {
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
  color: var(--white);
  background-color: #044B0E;
  padding: 10px 10px 10px 32px;
  line-height: 1;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-headBox {
    justify-content: center;
    height: 44px;
    padding: 8px;
  }
}
.main .marketSupport__item-headBox .marketSupport__item-headNum {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  align-items: center;
  padding-right: 28px;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-headBox .marketSupport__item-headNum {
    padding-right: 14px;
  }
}
.main .marketSupport__item-headBox .marketSupport__item-headNum .is-unit {
  font-size: 23px;
  letter-spacing: 0.1rem;
  margin-right: 7px;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-headBox .marketSupport__item-headNum .is-unit {
    font-size: 19px;
  }
}
.main .marketSupport__item-headBox .marketSupport__item-headNum .is-num {
  font-weight: 700;
  font-size: 38px;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-headBox .marketSupport__item-headNum .is-num {
    font-size: 26px;
  }
}
.main .marketSupport__item-headBox .marketSupport__item-headNum::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #03340A;
}
.main .marketSupport__item-headBox .marketSupport__item-headYear {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  margin-left: 26px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-headBox .marketSupport__item-headYear {
    font-size: 23px;
    margin-left: 14px;
  }
}
.main .marketSupport__item-headBox .marketSupport__item-headYear .is-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-left: 4px;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-headBox .marketSupport__item-headYear .is-unit {
    font-size: 16px;
  }
}
.main .marketSupport__item-detailBox {
  color: var(--white);
  padding: 22px 20px;
}
@media screen and (max-width: 767px) {
  .main .marketSupport__item-detailBox {
    padding: 20px;
  }
}
.main .marketSupport__item-scale {
  background-color: var(--white);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1A7351;
  width: 220px;
  height: 110px;
  margin: auto;
  padding: 12px;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-scale {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .main .marketSupport__item-scale {
    margin: initial;
    width: 100%;
    height: 100px;
  }
}
.main .marketSupport__item-scaleTtl {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main .marketSupport__item-scaleTtl {
    font-size: 16px;
  }
}
.main .marketSupport__item-scaleValue {
  font-weight: 700;
  font-size: 20px;
  margin-top: 6px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .marketSupport__item-scaleValue {
    font-size: 18px;
    margin-top: initial;
  }
}
.main .marketSupport__item-scaleValue .is-large {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 65px;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-scaleValue .is-large {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .main .marketSupport__item-scaleValue .is-large {
    font-size: 42px;
  }
}
.main .marketSupport__item-ttl {
  font-weight: 700;
  font-size: 19px;
  margin-top: 27px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-ttl {
    margin-top: 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main .marketSupport__item-ttl {
    margin-top: 9px;
  }
}
.main .marketSupport__item-txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 13px;
}
@media screen and (max-width: 1139px) {
  .main .marketSupport__item-txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
}
.main .ruler .common__ttl-line.is-process {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .main .ruler .common__ttl-line.is-process {
    margin-top: 5rem;
  }
}
.main .rulerProcess {
  background-color: #E6F2ED;
  border-radius: 1rem;
  padding: 48px;
}
@media screen and (max-width: 1139px) {
  .main .rulerProcess {
    padding: 48px 18px;
  }
}
@media screen and (max-width: 767px) {
  .main .rulerProcess {
    padding: 3rem 1rem;
  }
}
.main .rulerProcess__box {
  border-style: solid;
  border-width: 5px;
  border-color: #95BEAE;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box {
    border-width: 3px;
  }
}
.main .rulerProcess__box-inner {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-inner {
    padding: 2rem 1rem;
  }
}
.main .rulerProcess__box-inner + .rulerProcess__box-inner {
  border-style: solid;
  border-top-width: 3px;
  border-color: #95BEAE;
}
.main .rulerProcess__box-inner.is-01 {
  text-align: center;
}
.main .rulerProcess__box-head {
  position: relative;
  text-align: center;
  text-align: center;
  display: inline-block;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-head {
    padding: 2rem 2.4rem;
  }
}
.main .rulerProcess__box-head p {
  color: var(--white);
  font-weight: 700;
  font-size: 27px;
  position: relative;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-head p {
    flex-direction: column;
    font-size: 2.7rem;
  }
}
.main .rulerProcess__box-head .is-large {
  font-size: 36px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-head .is-large {
    font-size: 3rem;
  }
}
.main .rulerProcess__box-head img {
  margin-top: 20px;
  width: 97px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-head img {
    margin-top: 10px;
  }
}
.main .rulerProcess__box-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #3D896C;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
}
.main .rulerProcess__box-body .is-large {
  font-weight: 700;
  font-size: 31px;
  margin-top: 11px;
  line-height: 1.5;
  color: var(--green);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-body .is-large {
    font-size: 2.1rem;
  }
}
.main .rulerProcess__box-body .is-regular {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-body .is-regular {
    font-size: 1.4rem;
  }
}
.main .rulerProcess__box-body .is-asterisk {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-body .is-asterisk {
    font-size: 1.2rem;
  }
}
.main .rulerProcess__box-note {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-note {
    flex-direction: column;
  }
}
.main .rulerProcess__box-note .is-large {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.6;
  min-width: 210px;
  color: var(--green);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-note .is-large {
    font-size: 1.9rem;
  }
}
.main .rulerProcess__box-note .is-regular {
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__box-note .is-regular {
    font-size: 1.4rem;
  }
}
.main .rulerProcess__pointBox {
  position: relative;
  max-width: 604px;
  margin: auto;
  text-align: center;
  padding: 17px 17px 0;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__pointBox {
    padding: 1.7rem 1.7rem 0;
  }
}
.main .rulerProcess__pointBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.654;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__pointBox::before {
    width: 30rem;
    aspect-ratio: 1/0.89;
  }
}
.main .rulerProcess__point,
.main .rulerProcess__point-sub {
  position: relative;
}
.main .rulerProcess__point p {
  background-color: #EBA73B;
  color: var(--white);
  font-size: 37px;
  font-weight: 700;
  padding: 16px 28px;
  letter-spacing: 0.3rem;
  border-radius: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1139px) {
  .main .rulerProcess__point p {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__point p {
    font-size: 2rem;
    padding: 1.6rem 2rem;
  }
}
.main .rulerProcess__point .is-large {
  font-size: 44px;
}
@media screen and (max-width: 1139px) {
  .main .rulerProcess__point .is-large {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__point .is-large {
    font-size: 2.7rem;
  }
}
.main .rulerProcess__point.is-name img {
  width: 114px;
  margin-bottom: -1px;
}
.main .rulerProcess__point-sub {
  color: var(--green);
  font-weight: 700;
  font-size: 28px;
  margin: 30px 0;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__point-sub {
    font-size: 2.1rem;
    margin: 3rem 0;
  }
}
.main .rulerProcess__reason {
  margin-top: 70px;
  padding: 40px 53px;
  background-color: #FFFEEB;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__reason {
    margin-top: 4rem;
    padding: 2.4rem;
  }
}
.main .rulerProcess__reason h5 {
  font-weight: 700;
  font-size: 29px;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__reason h5 {
    font-size: 2.4rem;
  }
}
.main .rulerProcess__reason .is-small {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__reason .is-small {
    font-size: 2rem;
  }
}
.main .rulerProcess__reason .is-label {
  font-size: 35px;
  background-color: #EBA73B;
  padding: 2px 25px 4px;
  border-radius: 10rem;
  color: var(--white);
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__reason .is-label {
    font-size: 2.8rem;
    margin-left: initial;
  }
}
.main .rulerProcess__reasonList {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__reasonList {
    margin-top: 1.6rem;
  }
}
.main .rulerProcess__reasonList li {
  position: relative;
  padding-left: 43px;
  font-size: 25px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__reasonList li {
    padding-left: 2rem;
    font-size: 2rem;
    line-height: 1.7;
  }
}
.main .rulerProcess__reasonList li + li {
  margin-top: 13px;
}
.main .rulerProcess__reasonList li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  background-image: url(../image/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .main .rulerProcess__reasonList li::before {
    left: -1.4rem;
    width: 3.5rem;
  }
}
.main .rulerProcess__reasonList .is-attn {
  font-weight: 700;
  color: var(--green);
  text-decoration: underline;
  text-decoration-color: var(--green);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.main .appeal {
  background-color: #E6F2ED;
}
.main .appeal__head {
  position: relative;
}
.main .appeal__head h2 {
  width: 500px;
  margin: auto;
  padding: 70px 0 74px;
}
@media screen and (max-width: 767px) {
  .main .appeal__head h2 {
    width: 32rem;
    padding: 4rem 0 4.4rem;
  }
}
.main .appeal__head .is-small {
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .main .appeal__head .is-small {
    font-size: 3.1rem;
  }
}
.main .appeal__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url(../image/appeal_ttl_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 54%, 50% 100%, 0% 54%);
}
.main .appeal__body {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .main .appeal__body {
    margin-top: 2.4rem;
  }
}
.main .appeal__box {
  background-color: var(--white);
  padding: 40px 90px 60px;
  border-radius: 1rem;
}
@media screen and (max-width: 1139px) {
  .main .appeal__box {
    padding: 4rem 3%;
  }
}
@media screen and (max-width: 767px) {
  .main .appeal__box {
    padding: 2rem 3%;
  }
}
.main .appeal__ttl {
  font-weight: 700;
  font-size: 33px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 34px;
  color: var(--green);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1139px) {
  .main .appeal__ttl {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .main .appeal__ttl {
    font-size: 2.6rem;
  }
}
.main .appeal__notice {
  border: 2px solid var(--red);
  border-radius: 12px;
  font-size: 1.7rem;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .appeal__notice {
    font-size: 1.5rem;
  }
}
.main .appeal__notice a:link {
  color: var(--red);
  text-decoration: underline;
}
.main .appeal__notice-icon {
  color: var(--red);
}
.main .appeal__notice__ttl {
  color: var(--red);
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .main .appeal__table {
    width: 100%;
  }
}
.main .appeal__table th,
.main .appeal__table td {
  border-style: solid;
  border-color: #343434;
  border-width: 1px;
  padding: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .appeal__table th,
  .main .appeal__table td {
    display: block;
    width: 100% !important;
    padding: 1rem;
  }
}
.main .appeal__table th {
  background-color: #3D896C;
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
  min-width: 136px;
}
@media screen and (max-width: 767px) {
  .main .appeal__table th {
    font-size: 2rem;
  }
}
.main .appeal__table td {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .main .appeal__table td {
    font-size: 2rem;
  }
}
.main .appeal__table .is-lo2 th:nth-of-type(2) {
  width: 250px;
}
.main .appeal__table .is-lo2 td {
  width: 163px;
}
.main .appeal__table .is-lo2 td:nth-of-type(2) {
  width: 350px;
}
.main .appeal__btn {
  position: relative;
  margin-top: 60px;
  width: 556px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.295;
  margin: auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main .appeal__btn {
    margin-top: 6rem;
    width: 100%;
  }
}
.main .appeal__btn .is-large {
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .main .appeal__btn .is-large {
    font-size: 3rem;
  }
}
.main .appeal__btn .is-regular {
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main .appeal__btn .is-regular {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.main .appeal__btn .is-arrow {
  width: 34px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main .appeal__btn .is-arrow {
    width: 22px;
  }
}
.main .appeal__btn p {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  margin-top: -11px;
  padding-right: 11px;
}
@media screen and (max-width: 767px) {
  .main .appeal__btn p {
    margin-top: -1rem;
    padding-right: 2.1rem;
  }
}
.main .appeal__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url(../image/appeal_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main .appeal__person02 {
  text-align: center;
}
.main .appeal__person02 img {
  width: 273px;
}
@media screen and (max-width: 767px) {
  .main .appeal__person02 img {
    width: 60%;
  }
}
.main .note__box {
  max-width: 900px;
  width: 100%;
  margin: auto;
  border-style: solid;
  border-color: #343434;
  border-width: 2px;
  padding: 67px 50px;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .main .note__box {
    padding: 20px;
  }
}
.main .note__ttl {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .note__ttl {
    font-size: 15px;
  }
}
.main .note__txt {
  margin-top: 33px;
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .main .note__txt {
    margin-top: 1.9rem;
    font-size: 11px;
    line-height: 1.6;
  }
}
.main .etflp-blackBox {
  background: #000;
  padding: 80px 15px;
}
.main .etflp-blackBox a {
  display: block;
  margin: auto;
  max-width: 800px;
}
.main .etflp-blackBox a + a {
  margin-top: 40px;
}
.main .etflp-blackBox .txt_black03 {
  max-width: 777px;
}
@media screen and (max-width: 1000px) {
  .main .etflp-blackBox {
    padding: 30px;
  }
  .main .etflp-blackBox a + a {
    margin-top: 30px;
  }
}