@charset "UTF-8";
.home_page .key {
  --height: 56vw;
  --min-height: 620px;
  --max-height: 900px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.5208333333vw;
  padding-top: 140px;
  position: relative;
  z-index: 0;
}
.home_page .key::before {
  content: "";
  position: absolute;
  inset: 0 -8px -493px -7px;
  z-index: -1;
  background: url("../images/key-bg.png") bottom center/cover no-repeat;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  max-width: 148em;
  height: 100%;
}
.home_page .key .key_text {
  height: 100%;
}
.home_page .key .key_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-top: 26px;
}
.home_page .key .key_wrapper .item {
  width: 73em;
  margin-left: 30px;
}
.home_page .key .catch {
  margin: 0 auto 3.6em;
  color: #fff;
  text-align: center;
}
.home_page .key .catch h2 {
  font-size: 4.8em;
  line-height: 1.68;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--f-zen);
}
.home_page .key .catch ul {
  display: flex;
  display: none;
}
.home_page .key .key-lb {
  width: fit-content;
  font-size: 2.4em;
  margin: 0 auto 0.8333333333em;
  border: 0px solid #fff;
  border-width: 2px 0;
  line-height: 2;
  padding: 0.2916666667em 0 0.3333333333em;
  font-family: var(--f-zen);
  font-weight: 500;
}
.home_page .key .key-circle {
  display: flex;
  gap: 0 3.5em;
}
.home_page .key .key-circle li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 22em;
  height: 22em;
  position: relative;
  z-index: 0;
  background: url("../images/key-circle.png") center/contain no-repeat;
  border-radius: 100%;
  box-shadow: 0 2em 4em rgba(85, 93, 86, 0.2);
}
.home_page .key .key-circle li:first-child {
  padding-bottom: 3.3em;
}
.home_page .key .key-circle li::before {
  content: "";
  position: absolute;
  inset: -1.1em;
  background-color: #fff;
  opacity: 0.2;
  z-index: -1;
  border-radius: 100%;
}
.home_page .key .key-circle li:nth-child(1) picture img {
  width: 5.2em;
  height: 6.9em;
}
.home_page .key .key-circle li:nth-child(2) picture img {
  width: 6em;
  height: 6em;
}
.home_page .key .key-circle li:nth-child(3) picture img {
  width: 6.7em;
  height: 6.7em;
}
.home_page .key .key-circle picture {
  margin-bottom: 0.7em;
}
.home_page .key .key-circle-tt {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.home_page .key .key-img {
  position: absolute;
  top: 0;
  bottom: 2.5em;
  right: -8.2em;
  margin: auto 0;
  height: fit-content;
}
.home_page .key .key-img img {
  width: 71.5em;
  height: 58.1em;
}
.home_page .topic_path {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .home_page .key .key_wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.5902777778vw;
    padding-top: 100px;
  }
  .home_page .key::before {
    bottom: -380px;
  }
  .home_page .key .key_wrapper .item {
    margin-left: 0;
  }
  .home_page .key .key-img {
    right: -4em;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .home_page .key {
    padding-top: 80px;
    --min-height: 450px;
  }
}
.ihead {
  text-align: center;
}

.ijp {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-family: var(--f-zen);
}

.ien {
  font-size: 18px;
  color: var(--main-color);
  text-transform: uppercase;
  letter-spacing: 0.105em;
  font-weight: 500;
  line-height: 1;
  font-family: var(--f-zen);
}

.ibtn.ibtn-white a {
  background-color: #fff;
}
.ibtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 270px;
  height: 70px;
  padding: 5px 35px;
  font-size: 15px;
  color: var(--clr1);
  font-family: var(--f-notosans);
  text-decoration: none;
  border: 1px solid var(--main-color);
  border-radius: 999px;
  position: relative;
  font-weight: 300;
  background-color: #fff;
}
.ibtn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
  width: 13px;
  height: 5px;
  background: url("../images/ibtn-arr.png") center/contain no-repeat;
}

.ipost {
  position: relative;
  z-index: 1;
}
.ipost .inner {
  max-width: 1316px;
}
.ipost .ipost-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  padding: 41px 0px 80px;
  gap: 0 30px;
}
.ipost .ipost-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 -81px 0 -50vw;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
.ipost .ipost-lt {
  flex-shrink: 0;
  padding-top: 31px;
}
.ipost .ipost-ttl {
  text-align: center;
  margin-bottom: 62px;
  font-family: var(--f-zen);
}
.ipost .ipost-ttl .ttl {
  font-size: 30px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 14px;
}
.ipost .ipost-ttl .en {
  text-transform: uppercase;
  color: var(--main-color);
  line-height: 1;
  letter-spacing: 0.13em;
}
.ipost .ipost-list {
  --kx: 392px;
  display: flex;
  width: calc(100% - var(--kx));
}
.ipost .ipost-list ul {
  width: 100%;
}
.ipost .ipost-list li {
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
}
.ipost .ipost-list li a {
  display: flex;
  width: 100%;
  text-decoration: none;
  padding: 36px 0px 30px;
  --w: 6.4em;
  --wcate: 104px;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  font-family: var(--f-notosans);
  position: relative;
}
.ipost .ipost-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto 0;
  width: 7.0725px;
  height: 7.0725px;
  transform: rotate(45deg);
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
}
.ipost .ipost-list li a span {
  display: inline-block;
}
.ipost .ipost-list li a .date {
  width: var(--w);
  transition: all 0.3s;
  color: #8d8d8d;
  letter-spacing: 1.3px;
  font-weight: 300;
  flex-shrink: 0;
}
.ipost .ipost-list li a .cate {
  color: #fff;
  background-color: #81b985;
  border-radius: 999px;
  font-size: 14px;
  width: 90px;
  height: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  margin-right: 14px;
}
.ipost .ipost-list li a .cate2 {
  background-color: #58bbd7;
}
.ipost .ipost-list li a .title {
  width: calc(100% - var(--w) - var(--wcate));
  position: relative;
  padding-right: 2.4em;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 300;
}

.ipension {
  padding: 86px 0 140px;
  position: relative;
  z-index: 0;
}
.ipension::before {
  content: "";
  position: absolute;
  inset: -76px -8px 0 -7px;
  background: url("../images/ipension-bg.png") top center/contain no-repeat;
  z-index: -1;
}
.ipension .inner {
  max-width: 1660px;
}
.ipension .ipen-wrapper {
  position: relative;
  z-index: 0;
}
.ipension .ipen-eff {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ipension .ipen-eff::before {
  content: "";
  position: absolute;
  top: 164px;
  left: 0;
  width: 450px;
  aspect-ratio: 450/322;
  background: url("../images/ipension-eff01.png") center/contain no-repeat;
  z-index: 1;
}
.ipension .ipen-eff::after {
  content: "";
  position: absolute;
  bottom: -53px;
  right: 41px;
  width: 454px;
  aspect-ratio: 454/247;
  background: url("../images/ipension-eff02.png") center/contain no-repeat;
  z-index: 1;
}
.ipension .ihead {
  margin-bottom: 49px;
}
.ipension .ijp {
  margin-bottom: 15px;
}
.ipension .ijp::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  margin: 0 auto 6px;
  background-color: var(--main-color);
}
.ipension .dsc {
  text-align: center;
  margin-bottom: 39px;
}
.ipension .dsc p {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 300;
}
.ipension .dsc p:last-child {
  margin-bottom: 0;
}
.ipension .dsc span {
  font-size: 18px;
  line-height: 1;
  color: var(--main-color);
}
.ipension .btn-gr {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ipension .ibtn {
  margin: 0;
}

.iemployee {
  padding: 112px 0 127px;
  position: relative;
  z-index: 0;
}
.iemployee::before {
  content: "";
  position: absolute;
  inset: 0 0 -163px;
  z-index: -1;
  background: url("../images/iemployee-bg.jpg") center/cover no-repeat;
}
.iemployee .inner {
  max-width: 1480px;
}
.iemployee .ihead {
  color: #fff;
  margin-bottom: 59px;
}
.iemployee .ijp {
  margin-bottom: 15px;
}
.iemployee .ien {
  color: #fff;
}
.iemployee .iemp-thead {
  display: flex;
  justify-content: center;
  padding: 0 80px;
}
.iemployee .iemp-thead li {
  background-color: #f6f9f5;
  width: 50%;
  font-family: var(--f-zen);
  text-align: center;
  padding: 21px 20px 28px;
  --radius: 10px;
}
.iemployee .iemp-thead li.active {
  background-color: var(--main-color);
  color: #fff;
}
.iemployee .iemp-thead li.active .en {
  color: #fff;
}
.iemployee .iemp-thead li:first-child {
  border-top-left-radius: var(--radius);
}
.iemployee .iemp-thead li:last-child {
  border-top-right-radius: var(--radius);
}
.iemployee .iemp-thead .jp {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}
.iemployee .iemp-thead .en {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--main-color);
}
.iemployee .iemp-tbody {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.iemployee .iemp-tbody::before {
  content: "";
  position: absolute;
  bottom: -107px;
  left: 69px;
  width: 136px;
  aspect-ratio: 136/201;
  background: url("../images/iemployee-eff01.png") center/contain no-repeat;
}
.iemployee .iemp-cnt {
  --pd: 80px;
  display: none;
  padding: var(--pd);
  padding-top: 60px;
}
.iemployee .iemp-cnt.active {
  display: block;
}
.iemployee .iemp-item {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
  position: relative;
}
.iemployee .iemp-item:last-child {
  margin-bottom: 0;
}
.iemployee .iemp-item .txt {
  padding-top: 73px;
  padding-bottom: 30px;
}
.iemployee .iemp-item .ttl {
  font-size: 32px;
  font-weight: 500;
  font-family: var(--f-zen);
  padding-bottom: 30px;
  border-bottom: 1px solid var(--main-color);
  line-height: 1.4;
  margin-bottom: 24px;
  position: relative;
  display: flex;
}
.iemployee .iemp-item .ttl span {
  flex-shrink: 1;
  font-size: 50px;
  color: #91df81;
  line-height: 0.65;
  margin-right: 16px;
  display: inline-block;
}
.iemployee .iemp-item .iemp-img {
  flex-shrink: 0;
  position: relative;
  z-index: 0;
  --t-sub: -60px;
}
.iemployee .iemp-item .iemp-img::before {
  content: "";
  position: absolute;
  width: 429px;
  aspect-ratio: 429/243;
  z-index: -1;
}
.iemployee .iemp-item .desc p {
  font-weight: 300;
}
.iemployee .iemp-item .desc p span {
  font-weight: 400;
  color: var(--main-color);
}
.iemployee .iemp-reverse {
  flex-direction: row-reverse;
}
.iemployee .iemp1 .iemp-img::before {
  bottom: var(--t-sub);
  right: calc(var(--pd) * -1);
  background: url("../images/iemployee-img01-sub.jpg") center/contain no-repeat;
}
.iemployee .iemp2 .iemp-img::before {
  top: var(--t-sub);
  left: calc(var(--pd) * -1);
  background: url("../images/iemployee-img02-sup.jpg") center/contain no-repeat;
}
.iemployee .iemp3 .iemp-img::before {
  top: var(--t-sub);
  right: calc(var(--pd) * -1);
  background: url("../images/iemployee-img03-sup.jpg") center/contain no-repeat;
}
.iemployee .iemp4 .iemp-img::before {
  bottom: var(--t-sub);
  right: calc(var(--pd) * -1);
  background: url("../images/iemployee-img04-sub.jpg") center/contain no-repeat;
}
.iemployee .iemp5 .iemp-img::before {
  top: var(--t-sub);
  left: calc(var(--pd) * -1);
  background: url("../images/iemployee-img05-sup.jpg") center/contain no-repeat;
}
.iemployee .iemp6 .iemp-img::before {
  top: var(--t-sub);
  right: calc(var(--pd) * -1);
  background: url("../images/iemployee-img06-sup.jpg") center/contain no-repeat;
}

.icase {
  border-radius: 70px 70px 0 0;
  color: #fff;
  padding: 136px 0 140px;
  position: relative;
  z-index: 1;
  background: url("../images/icase-bg.png") center/cover no-repeat;
}
.icase .inner {
  max-width: 1324px;
}
.icase .icase-lt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.icase .ihead {
  text-align: left;
  position: relative;
}
.icase .ihead::before {
  content: "Case study";
  position: absolute;
  top: 26%;
  left: -130px;
  transform: translateY(-50%);
  text-transform: uppercase;
  line-height: 1;
  font-size: 180px;
  font-weight: 200;
  font-family: var(--f-zen);
  white-space: nowrap;
  opacity: 0.1;
  letter-spacing: 0.1em;
  pointer-events: none;
}
.icase .ijp {
  margin-bottom: 18px;
}
.icase .ien {
  color: #fff;
}
.icase .ibtn {
  margin-right: 2px;
}
.icase .icase-box ul {
  display: flex;
  gap: 40px;
}
.icase .icase-box li {
  width: min(50%, 620px);
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 48px 12px 12px;
  border-radius: 5px;
}
.icase .icase-box a {
  text-decoration: none;
  color: var(--clr1);
  display: flex;
}
.icase .icase-box picture {
  flex-shrink: 0;
  width: 250px;
  height: 276px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.icase .icase-box picture img {
  max-height: 100%;
}
.icase .icase-box .txt {
  padding: 9px 0 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icase .icase-box .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  display: block;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.icase .icase-box .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.3px;
  margin-bottom: 19px;
}
.icase .icase-box .bn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 240px;
  height: 60px;
  font-size: 15px;
  color: var(--clr1);
  font-family: var(--f-notosans);
  text-decoration: none;
  border: 1px solid var(--main-color);
  border-radius: 999px;
  position: relative;
  font-weight: 300;
  transition: all 0.3s ease;
}
.icase .icase-box .bn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
  width: 13px;
  height: 5px;
  background: url("../images/ibtn-arr.png") center/contain no-repeat;
}

.iexample {
  background: url("../images/iexample-bg.jpg") center/cover no-repeat;
  padding: 112px 0 130px;
}
.iexample .inner {
  max-width: 1320px;
}
.iexample .iex-wrapper {
  position: relative;
  z-index: 0;
}
.iexample .ihead {
  margin-bottom: 60px;
}
.iexample .ijp {
  margin-bottom: 16px;
}
.iexample .ien {
  padding-right: 13px;
}
.iexample .iex-tt {
  line-height: 1.15;
  font-size: 32px;
  font-family: var(--f-zen);
  border-bottom: 1px solid var(--main-color);
  border-left: 7px solid var(--main-color);
  padding-left: 23px;
  padding-bottom: 13px;
  font-weight: 500;
}
.iexample .iex-tt .en {
  font-size: 16px;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  margin-left: 17px;
  letter-spacing: 0.10625em;
  transform: translateY(-7px);
}
.iexample .iex-wr {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  gap: 110px;
  position: relative;
  z-index: 0;
}
.iexample .iex-wr::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 1px;
  transform: translateX(1px);
  margin: 0 auto;
  background-color: #525252;
}
.iexample .iex-item {
  width: 440px;
  text-align: center;
}
.iexample .iex-item .part {
  background-color: var(--main-color);
  color: #fff;
  width: fit-content;
  border-radius: 999px;
  text-transform: uppercase;
  padding: 8px 21px 9px;
  font-weight: 500;
  margin: 0 auto 8px;
  line-height: 1.2;
  transform: translateX(1px);
}
.iexample .iex-item .lb {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 14px;
}
.iexample .iex-item .bg-tt {
  width: fit-content;
  font-size: 24px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 5px;
  line-height: 1.4;
  margin: 0 auto 18px;
  padding: 5px 17px 6px 21px;
}
.iexample .iex-item .ttl {
  font-size: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 13px;
}
.iexample .iex-item .num {
  display: inline-block;
  font-size: 50px;
  color: var(--main-color);
  font-family: var(--f-zen);
  font-weight: 700;
  line-height: 0.8;
  padding: 0 18px;
  margin-right: 12px;
  letter-spacing: 0.048em;
  transform: translateY(5px);
  position: relative;
}
.iexample .iex-item .num::after {
  content: "※";
  position: absolute;
  top: 5px;
  right: -3px;
  font-size: 16px;
  color: var(--clr1);
}
.iexample .iex-item .num::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 14px;
  right: 15px;
  height: 11px;
  background-color: #fff38d;
  z-index: -1;
}
.iexample .iex-item .desc {
  font-size: 12px;
  margin: 0 -10px 24px;
  line-height: 1.4;
}
.iexample .iex-item .tbl-box table {
  border-collapse: separate;
  table-layout: fixed;
  background-color: #fff;
}
.iexample .iex-item .tbl-box tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.iexample .iex-item .tbl-box tr:last-child td {
  border-bottom-color: var(--main-color);
}
.iexample .iex-item .tbl-box tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.iexample .iex-item .tbl-box tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.iexample .iex-item .tbl-box th,
.iexample .iex-item .tbl-box td {
  font-weight: 300;
  border-color: #efece7;
}
.iexample .iex-item .tbl-box th {
  background-color: var(--main-color);
  color: #fff;
  line-height: 1.9;
  padding: 7px 15px 11px;
  border-top-color: var(--main-color);
  border-bottom-color: var(--main-color);
}
.iexample .iex-item .tbl-box th:first-child {
  border-top-left-radius: 10px;
  border-left-color: var(--main-color);
  width: 36.5%;
}
.iexample .iex-item .tbl-box th:last-child {
  border-top-right-radius: 10px;
  border-right-color: var(--main-color);
}
.iexample .iex-item .tbl-box th:not(:last-child) {
  border-right: none;
}
.iexample .iex-item .tbl-box td {
  border-top: none;
  padding: 17px 15px;
}
.iexample .iex-item .tbl-box td:not(:last-child) {
  border-right: none;
}
.iexample .iex-item .tbl-box td:first-child {
  border-left-color: var(--main-color);
}
.iexample .iex-item .tbl-box td:last-child {
  border-right-color: var(--main-color);
}
.iexample .iex-item .tbl-box td span {
  font-weight: 500;
  color: var(--main-color);
}
.iexample .iex-item .tt {
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
}
.iexample .iex-green::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -66px;
  background: url("../images/iexample-eff01.png") center/contain no-repeat;
  width: 167px;
  aspect-ratio: 167/237;
  z-index: -1;
}
.iexample .iex-blue {
  --main-color: #58bbd7;
}
.iexample .iex-blue::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -70px;
  background: url("../images/iexample-eff02.png") center/contain no-repeat;
  width: 189px;
  aspect-ratio: 189/245;
  z-index: -1;
}
.iexample .iex-blue .num::before {
  background-color: #98f0b1;
}
.iexample .iex-sec {
  margin-bottom: 67px;
}
.iexample .iex-sec:last-child {
  margin-bottom: 0;
}
.iexample .iex-sec2 {
  --main-color: #ff932a;
}
.iexample .iex-sec2 .iex-tt .en {
  margin-left: 23px;
}
.iexample .iex-post {
  text-align: center;
  margin-top: 37px;
}
.iexample .iex-post .ttl {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 17px;
  text-align: center;
}
.iexample .iex-post .num {
  font-size: 2.7272727273em;
  font-weight: 700;
  font-family: var(--f-zen);
  color: var(--main-color);
  line-height: 1;
  padding: 0 0.2166666667em 0 0.25em;
}
.iexample .iex-post .num2 {
  padding: 0 0.55em 0 0.2333333333em;
  letter-spacing: 0.05em;
  position: relative;
}
.iexample .iex-post .num2::before {
  content: "※";
  position: absolute;
  top: 0.625em;
  right: 0.6875em;
  font-size: 0.2666666667em;
  color: var(--clr1);
}
.iexample .iex-post .lb {
  font-size: 18px;
  font-weight: 300;
  color: var(--main-color);
  letter-spacing: 0.1em;
  margin-bottom: 23px;
}
.iexample .iex-post .dsc {
  font-weight: 300;
}
.iexample .iex-post .dsc p {
  margin-bottom: 10px;
}
.iexample .iex-post .dsc p:last-child {
  margin-bottom: 0;
}

.isupport {
  background-image: url(../images/isupport_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.isupport::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: -67px;
  background-image: url(../images/isupport_bg2.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto;
  height: 231px;
}
.isupport .inner {
  max-width: 1320px;
}
.isupport .isup-wrapper {
  position: relative;
  z-index: 0;
  padding: 111px 0 176px;
}
.isupport .isup-wrapper::before {
  content: "";
  position: absolute;
  top: -116px;
  left: -136px;
  width: 250px;
  aspect-ratio: 250/201;
  background: url("../images/iexample-eff03.png") center/contain no-repeat;
  z-index: 1;
}
.isupport .ihead {
  margin-bottom: 80px;
}
.isupport .ihead .ien {
  letter-spacing: 0.11111em;
}
.isupport .ttl {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  font-family: var(--f-zen);
  margin-bottom: 14px;
  margin-top: 35px;
  line-height: 2.34;
}
.isupport .ttl span {
  border-radius: 10px;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-right: 22px;
  background-color: var(--main-color);
  line-height: 1.2;
  display: table;
  margin: 6px 0;
}
.isupport .txt {
  position: relative;
  z-index: 1;
}
.isupport picture {
  max-width: 530px;
}
.isupport picture img {
  border-radius: 10px;
}
.isupport .desc {
  color: #3f4f43;
}
.isupport .desc p {
  line-height: 1.8;
  margin-bottom: 5px;
  font-weight: 300;
}
.isupport .desc p:last-child {
  margin-bottom: 0;
}
.isupport .desc span {
  font-size: 1.125em;
  color: var(--main-color);
  font-weight: 400;
}
.isupport .num {
  position: absolute;
  z-index: -1;
  top: -27px;
  right: -99px;
  font-size: 220px;
  font-weight: 500;
  font-family: var(--f-zen);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 0.8;
  margin-bottom: 0;
}
.isupport .isup-item {
  margin-bottom: 60px;
}
.isupport .isup-item:last-child {
  margin-bottom: 0;
}

.introduction {
  padding-top: 25px;
  padding-bottom: 120px;
}
.introduction .inner {
  max-width: 1480px;
}
.introduction .intro-wrapper {
  position: relative;
}
.introduction .ihead {
  text-align: left;
  padding-top: 112px;
}
.introduction .ihead::before {
  position: absolute;
  content: "Introduction";
  z-index: 2;
  top: 0;
  left: max((100vw - 100%) / -2, -240px);
  transform: translateX(83px);
  text-transform: uppercase;
  color: #717171;
  opacity: 10%;
  font-size: 180px;
  line-height: 1;
  font-family: var(--f-zen);
  font-weight: 300;
  letter-spacing: 0.1em;
}
.introduction .ijp {
  margin-bottom: 14px;
}
.introduction .intro-tbl {
  width: auto;
  --width: 7.5em;
  margin-bottom: 30px;
}
.introduction .intro-tbl th,
.introduction .intro-tbl td {
  border: 0;
  padding: 0;
  text-align: left;
  color: #3f4f43;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.introduction .intro-tbl tr {
  display: flex;
  margin-bottom: 1.25em;
}
.introduction .intro-tbl tr:last-child {
  margin-bottom: 0;
}
.introduction .intro-tbl th {
  width: var(--width);
}
.introduction .intro-tbl td {
  width: calc(100% - var(--width));
}
.introduction .intro-tel {
  font-size: 10px;
  margin-bottom: 41px;
}
.introduction .intro-tel a {
  text-decoration: none;
}
.introduction .intro-tel .intro-tel-txt {
  font-size: 1em;
  position: relative;
  display: block;
  padding-left: 6.8em;
}
.introduction .intro-tel .intro-tel-txt::before {
  position: absolute;
  content: "";
  background-color: var(--main-color);
  top: 0.7em;
  left: 0;
  width: 5.1em;
  height: 5.1em;
  mask-position: center;
  background-repeat: no-repeat;
  mask-size: 100% auto;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='51px' height='51px'%3E%3Cpath fill-rule='evenodd' fill='rgb(129, 185, 133)' d='M50.997,38.024 L50.997,48.043 C50.997,49.532 49.846,50.765 48.362,50.869 C47.124,50.956 46.112,51.001 45.330,51.001 C20.293,51.001 -0.001,30.704 -0.001,5.666 C-0.001,4.886 0.042,3.874 0.129,2.636 C0.234,1.151 1.469,-0.000 2.957,-0.000 L12.975,-0.000 C13.703,-0.000 14.313,0.551 14.386,1.275 C14.451,1.927 14.511,2.446 14.568,2.838 C15.131,6.769 16.285,10.591 17.990,14.176 C18.259,14.743 18.083,15.420 17.574,15.783 L11.459,20.152 C15.198,28.862 22.139,35.805 30.850,39.543 L35.213,33.440 C35.581,32.926 36.264,32.747 36.836,33.017 C40.421,34.719 44.241,35.871 48.169,36.432 C48.563,36.488 49.082,36.551 49.728,36.612 C50.451,36.687 51.001,37.298 50.1000,38.024 L50.997,38.024 Z'/%3E%3C/svg%3E");
}
.introduction .intro-tel .intro-tel-txt span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.introduction .intro-tel .intro-tel-num {
  font-family: var(--f-zen);
  font-size: 3em;
  font-weight: 500;
  color: var(--main-color);
  margin-bottom: 0.4666em;
}
.introduction .intro-tel .intro-tel-time {
  font-size: 1.4em;
  color: #474747;
}
.introduction .intro-map {
  height: 285px;
}
.introduction .intro-map iframe {
  filter: grayscale(1);
  border-radius: 5px;
}
.introduction .intro-tleft {
  max-width: 580px;
  width: 50%;
}
.introduction .intro-first {
  display: flex;
  justify-content: space-between;
  margin-right: 0;
  margin-left: auto;
  max-width: 1359px;
  gap: 30px;
}
.introduction .intro-img {
  max-width: 720px;
  width: 53%;
  position: relative;
  z-index: 1;
  height: 100%;
  padding-bottom: 5.9%;
  margin-top: 137px;
}
.introduction .intro-img::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/introduction_imgbefore.jpg);
  width: 90%;
  max-width: 640px;
  height: 89.1%;
  border-radius: 5px;
}
.introduction .intro-img img {
  border-radius: 5px;
  margin-left: 0;
  margin-right: auto;
  max-width: 640px;
  width: 90%;
}
.introduction .intro-secord {
  margin-top: 26px;
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
}
.introduction .intro-brand {
  max-width: 708px;
}
.introduction .ttl {
  font-size: min(30px, 2.8vw);
  font-family: var(--f-zen);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-transform: uppercase;
  margin-top: 21px;
  margin-bottom: 2px;
}
.introduction .desc {
  font-size: 14px;
  letter-spacing: 0.1em;
  max-width: 563px;
}
.introduction .desc p {
  margin-bottom: 10px;
  line-height: 2.1428571429;
}
.introduction .desc span {
  font-weight: 500;
}
.introduction .ibtn {
  margin-top: 16px;
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: calc(100vh - 100px);
  }
}
@media only screen and (min-width: 1920px) {
  .home_page .key .key-circle-tt {
    padding-left: 4px;
  }
  .ipost .ipost-ttl .ttl {
    padding-left: 1px;
  }
  .ipension .ijp::before {
    transform: translateX(-5px);
  }
  .ipension .ijp {
    padding-left: 12px;
  }
  .ipension .ien {
    padding-right: 13px;
  }
  .iemployee .ijp {
    padding-left: 10px;
  }
  .iemployee .iemp-thead .jp {
    padding-left: 7px;
  }
  .iemployee .iemp-thead .en {
    letter-spacing: 0.11em;
    padding-left: 2px;
  }
  .icase .ibtn a {
    width: 272px;
    height: 72px;
  }
  .iexample .ijp {
    padding-left: 12px;
  }
  .iexample .iex-item .lb {
    padding-left: 4px;
  }
  .iexample .iex-item .bg-tt {
    transform: translateX(1px);
  }
  .iexample .iex-post .num {
    transform: translateY(2px);
    display: inline-block;
  }
  .iexample .iex-post .lb {
    padding-left: 10px;
  }
  .isupport .isup-item:nth-child(2) .ttl {
    margin-top: 16px;
  }
  .isupport .isup-item:nth-child(3) .txt {
    grid-template-columns: 46.6% 49%;
  }
  .isupport .isup-item:nth-child(3) .ttl {
    margin-top: 34px;
  }
  .isupport .ijp {
    padding-left: 6px;
  }
  .isupport .ien {
    padding-left: 10px;
  }
  .home_page .key .catch h2 {
    padding-left: 10px;
  }
  .home_page .key .key-circle li:nth-child(2) {
    padding-top: 6px;
  }
  .iexample .iex-post .ttl {
    padding-left: 11px;
  }
  .icase .icase-box {
    transform: translateX(2px);
  }
}
@media only screen and (min-width: 769px) {
  .ibtn.ibtn-white a:hover {
    background-color: #608062;
    color: #fff;
  }
  .ibtn a {
    transition: all 0.3s ease;
  }
  .ibtn a:hover {
    color: var(--clr1);
  }
  .ibtn a:not([target=_blank]):hover {
    background-color: var(--main-color);
    color: #fff;
    opacity: 1;
  }
  .ibtn a:not([target=_blank]):hover::before {
    filter: brightness(0) invert(1);
  }
  .ipost .ipost-list li a:hover {
    padding-left: 20px;
    background-color: rgba(129, 185, 133, 0.1);
    opacity: 1;
  }
  .ipost .ibtn {
    transform: translateX(-3px);
  }
  .ipost .ibtn a {
    width: 240px;
    height: 60px;
  }
  .icase .icase-box a:hover {
    opacity: 1;
  }
  .icase .icase-box a:hover .title {
    color: var(--main-color);
  }
  .icase .icase-box a:hover .bn {
    background-color: var(--main-color);
    color: #fff;
  }
  .icase .icase-box a:hover .bn::before {
    filter: brightness(0) invert(1);
  }
  .isupport .txt {
    display: grid;
    align-items: flex-start;
    justify-content: flex-start;
    grid-template-columns: 46.6% 48%;
  }
  .isupport picture {
    grid-row: 1/3 span;
  }
  .introduction .ien {
    padding-top: 4px;
  }
  .introduction .ihead {
    margin-bottom: 50px;
  }
  .introduction .intro-tel a {
    pointer-events: none;
  }
  .introduction .intro-item {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 56.1% 50%;
  }
  .introduction .intro-brand {
    grid-row: 1/4 span;
  }
  .iemployee .iemp-thead li {
    transition: all 0.3s ease;
  }
  .iemployee .iemp-thead li:hover:not(.active) {
    cursor: pointer;
    background-color: #dfdfdf;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .home_page .key {
    --max-height: 740px;
  }
  .ipension::before {
    background-size: cover;
  }
  .introduction .ihead::before {
    font-size: 9.375vw;
  }
  .introduction .ihead {
    padding-top: 5.8333333333vw;
  }
  .introduction .intro-img {
    margin-top: 6.7708333333vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .ipost .ipost-wrapper {
    padding: 30px 0px 60px;
  }
  .ipost .ipost-wrapper::before {
    right: calc((100vw - 100%) / -2 + 40px);
  }
  .ipension .ipen-eff::before {
    width: 25.641025641vw;
  }
  .ipension .ipen-eff::after {
    width: 25.641025641vw;
    right: 0;
  }
  .iemployee .iemp-item {
    gap: 3.8461538462vw;
  }
  .iemployee .iemp-item .iemp-img {
    width: 44.8717948718vw;
  }
  .icase .ihead::before {
    font-size: 9.6153846154vw;
    left: -4.4871794872vw;
  }
  .isupport .isup-wrapper::before {
    top: -80px;
    left: 0;
    width: 200px;
  }
  .introduction .ihead {
    margin-bottom: 30px;
  }
  .introduction .ihead::before {
    transform: translateX(50px);
    font-size: 8vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .ipost .inner {
    max-width: 1426px;
    padding: 0 30px;
  }
  .ipost .ipost-wrapper {
    padding-right: 30px;
    max-width: 1310px;
    margin-left: auto;
  }
  .ipost .ipost-wrapper::before {
    right: 0;
  }
  .ipost .ipost-list {
    --kx: calc(392 / 1440 * 100vw);
  }
  .isupport .num {
    right: -50px;
    font-size: 200px;
  }
  .isupport .txt {
    grid-template-columns: 46% 54%;
  }
  .introduction .ihead::before {
    transform: translateX(20px);
  }
  .icase .icase-box ul {
    gap: 30px;
  }
  .icase .icase-box ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .ipost .ipost-list {
    --kx: 270px;
  }
  .iemployee .iemp-tbody::before {
    bottom: -7.8330893119vw;
    left: 5.0512445095vw;
    width: 9.9560761347vw;
  }
  .iemployee .iemp-cnt {
    --pd: calc(70 / 1366 * 100vw);
    padding-top: 4.39238653vw;
  }
  .iemployee .iemp-item {
    margin-bottom: 4.39238653vw;
  }
  .iemployee .iemp-item .iemp-img {
    --t-sub: calc(-60 / 1366 * 100vw);
  }
  .iemployee .iemp-item .iemp-img::before {
    width: 31.4055636896vw;
  }
  .iemployee .iemp-item .txt {
    padding-top: 3.2942898975vw;
  }
  .iemployee .iemp-item .ttl {
    font-size: 2.3426061493vw;
    padding-bottom: 0.625em;
    margin-bottom: 0.46875em;
  }
  .iemployee .iemp-item .ttl span {
    font-size: 1.5625em;
    margin-right: 0.1em;
  }
  .iemployee .iemp-item .desc p {
    line-height: 2.1;
  }
  .icase {
    padding: 8.78477306vw 0;
  }
  .icase .inner {
    max-width: 100%;
    padding: 0 30px;
  }
  .icase .ihead::before {
    left: -20px;
  }
  .icase .icase-box li {
    padding-right: 30px;
  }
  .icase .icase-box picture {
    width: 18.3016105417vw;
    margin-right: 2.196193265vw;
  }
  .iexample .iex-wr {
    gap: 70px;
  }
  .iexample .iex-green::before {
    left: 0;
    width: 10.2489019034vw;
  }
  .iexample .iex-blue::before {
    right: 0;
    width: 10.2489019034vw;
  }
  .isupport .num {
    top: 0;
    right: 0;
    font-size: 150px;
  }
  .introduction .intro-first {
    padding-left: 20px;
    padding-right: 20px;
  }
  .introduction .intro-tbl {
    margin-bottom: 20px;
  }
  .introduction .intro-tel {
    margin-bottom: 30px;
  }
  .introduction .intro-img {
    width: 50%;
    padding-bottom: 20px;
  }
  .introduction .intro-img img {
    width: 100%;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .isupport .isup-wrapper {
    padding: 80px 0 120px;
  }
  .isupport::before {
    left: 0;
    height: 100px;
    background-size: contain;
  }
  .isupport .ihead {
    margin-bottom: 60px;
  }
  .isupport picture {
    margin-right: 30px;
  }
  .isupport .ttl {
    font-size: 26px;
  }
  .introduction {
    padding-bottom: 6.25vw;
  }
  .introduction .intro-item {
    grid-template-columns: 52% 46%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ibtn a {
    font-size: 14px;
    width: 240px;
    height: 58px;
    padding: 5px 22px;
  }
  .ibtn a::before {
    right: 8px;
  }
  .ijp {
    font-size: 30px;
  }
  .ien {
    font-size: 16px;
  }
  .ipost .ipost-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .ipost .ipost-list {
    --kx: 230px;
  }
  .ipost .ipost-list li a {
    padding: 24px 0;
  }
  .ipost .ipost-lt {
    padding-top: 20px;
  }
  .ipost .ipost-ttl {
    margin-bottom: 25px;
  }
  .ipost .ipost-ttl .ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ipost .ibtn a {
    width: 200px;
    height: 54px;
  }
  .ipension {
    padding: 50px 0 90px;
  }
  .ipension .ihead {
    margin-bottom: 30px;
  }
  .ipension .ijp::before {
    height: 30px;
  }
  .ipension .ipen-eff::before {
    width: 17vw;
    left: -10px;
  }
  .ipension .ipen-eff::after {
    bottom: -73px;
    right: -10px;
    width: 19vw;
  }
  .iemployee {
    padding: 60px 0 100px;
  }
  .iemployee .ihead {
    margin-bottom: 30px;
  }
  .iemployee .iemp-thead {
    font-size: 1.5625vw;
    padding: 0 3em;
  }
  .iemployee .iemp-thead li {
    padding: 1em 1.25em 1.3em;
  }
  .iemployee .iemp-thead .jp {
    font-size: 1.175em;
    margin-bottom: 0.2727272727em;
  }
  .iemployee .iemp-thead .en {
    font-size: 0.875em;
  }
  .icase .icase-lt {
    margin-bottom: 30px;
  }
  .icase .ihead::before {
    top: 40%;
  }
  .icase .ijp {
    margin-bottom: 5px;
  }
  .icase .icase-box ul {
    gap: 20px;
  }
  .icase .icase-box picture {
    height: 20.3125vw;
  }
  .icase .icase-box .txt {
    padding-bottom: 0;
  }
  .icase .icase-box .title {
    line-height: 1.7;
    font-size: 17px;
  }
  .icase .icase-box .desc {
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
  }
  .icase .icase-box .bn {
    height: 54px;
  }
  .icase .icase-box .bn::before {
    right: 8px;
  }
  .iexample {
    padding: 70px 0;
  }
  .iexample .ihead {
    margin-bottom: 30px;
  }
  .iexample .iex-tt {
    font-size: 22px;
    padding: 0 0 7px 15px;
  }
  .iexample .iex-tt .en {
    margin-left: 10px;
    font-size: 14px;
    transform: translateY(0);
  }
  .iexample .iex-item {
    position: relative;
    z-index: 0;
    padding-top: 155px;
  }
  .iexample .iex-item::before {
    top: 0;
    bottom: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .iexample .iex-green::before {
    width: 100px;
  }
  .iexample .iex-blue::before {
    width: 130px;
    top: -25px;
  }
  .iexample .iex-sec {
    margin-bottom: 40px;
  }
  .iexample .iex-sec2 .iex-tt .en {
    margin-left: 10px;
  }
  .iexample .iex-post {
    margin-top: 20px;
  }
  .isupport .isup-wrapper {
    padding: 7.8125vw 0 9.765625vw;
  }
  .isupport .isup-wrapper::before {
    width: 160px;
    top: -50px;
  }
  .isupport .ihead {
    margin-bottom: 40px;
  }
  .isupport .txt {
    grid-template-columns: 40% 60%;
  }
  .isupport .num {
    font-size: min(120px, 12vw);
    top: -12px;
  }
  .isupport .ttl {
    font-size: min(2.5390625vw, 26px);
    margin-top: 0;
    margin-bottom: 10px;
  }
  .isupport .ttl span {
    padding: 0.4615384615em 0.6153846154em;
    border-radius: 5px;
  }
  .isupport .isup-item {
    margin-bottom: 35px;
  }
  .home_page .key .key_wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ipost .ipost-wrapper {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .ipost .ipost-list li a {
    padding: 24px 0;
  }
  .ipost .ipost-lt {
    padding-top: 20px;
  }
  .ipost .ipost-ttl {
    margin-bottom: 25px;
  }
  .ipost .ipost-ttl .ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .iemployee .iemp-item .iemp-img {
    width: 43vw;
  }
  .icase .icase-box .bn {
    font-size: 13px;
    height: 40px;
  }
  .icase .ijp {
    font-size: 3.0241935484vw;
  }
  .iexample .iex-wr {
    gap: 5.5443548387vw;
  }
  .iexample .iex-item .bg-tt {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 14px;
  }
  .iexample .iex-item .ttl {
    font-size: 2.4193548387vw;
  }
  .iexample .iex-item .num {
    font-size: 5.0403225806vw;
    padding: 0 0.36em;
    margin-right: 0.24em;
    transform: translateY(0.1em);
  }
  .iexample .iex-item .num::after {
    top: 0.3125em;
    right: -0.1875em;
    font-size: 0.32em;
  }
  .iexample .iex-item .num::before {
    bottom: -0.16em;
    left: 0.28em;
    right: 0.3em;
    height: 0.22em;
  }
  .iexample .iex-post .lb {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .iexample .iex-post .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .introduction .intro-tbl {
    --width: 80px;
  }
  .introduction .intro-tel {
    font-size: 8px;
  }
  .introduction .intro-map {
    height: 230px;
  }
  .introduction .ttl {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=index_pc.css.map */
