@charset "utf-8";
main {
  overflow: hidden;
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  padding-top: 152px;
  container-type: inline-size;
}

.fv .ttl-wrap {
  position: relative;
  margin-left: min(10.625cqw, 316px);
}
.fv .ttl-wrap .deco {
  position: absolute;
  width: min(103.90625cqw,1330px);
  top: max(-7.34375cqw,-94px);
  left: max(-35.234375cqw,-451px);
}
@media screen and (max-width: 768px) {
  .fv .ttl-wrap .deco {
    width: 532px;
    top: -25px;
    left: -175px;
  }
}

.fv .ttl-wrap .title {
  position: relative;
  font-size: min(5cqw, 6.4rem);
  font-family: var(--text-cg);
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  color: #fff;
  z-index: 1;
}

.fv .ttl-wrap .sub {
  position: relative;
  font-size: min(1.5625cqw, 2.0rem);
  font-family: var(--text-sippori);
  margin-top: min(0.3125cqw, 4px);
  color: #fff;
  z-index: 1;
}

.fv .fv-image {
  position: relative;
  width: 100%;
  margin-top: min(2.1875cqw, 28px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv {
    padding-top: 100px;
  }

  .fv .ttl-wrap {
    margin-left: 29px;
  }

  .fv .ttl-wrap .title {
    font-size: 4.4rem;
  }

  .fv .ttl-wrap .sub {
    font-size: 1.8rem;
  }

  .fv .fv-image {
    width: 100%;
    margin-top: 29px;
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ business_wrap ↓↓↓ */
.business_wrap {
  overflow: clip;
  padding: 0 32px 112px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .business_wrap {
    padding: 0 0 58px;
    margin-top: 64px;
  }
}
.business_wrap .inner {
  max-width: 1088px;
  container-type: inline-size;
  margin: 0 auto;
}
.business_wrap .inner .block {
  position: relative;
  color: #fff;
  padding-block: 8.823529411764707cqw  7.352941176470589cqw;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block {
    padding-block: 40px;
  }
}
.business_wrap .inner .block+.block {
  margin-top: 7.352941176470589cqw;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block+.block {
    margin-top: 40px;
  }
}
.business_wrap .inner .block:nth-of-type(odd) {
  border-left: 1px solid #fff;
  padding-inline: 8.823529411764707cqw 1.1029411764705883cqw;
}
.business_wrap .inner .block:nth-of-type(even) {
  border-right: 1px solid #fff;
  padding-inline: 1.1029411764705883cqw 8.823529411764707cqw;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block:nth-of-type(odd) {
    padding-inline: 24px;
    margin-left: 37px;
  }
  .business_wrap .inner .block:nth-of-type(even) {
    padding-inline: 24px;
    margin-right: 37px;
  }
}
.business_wrap .inner .block::before,
.business_wrap .inner .block::after {
  content: '';
  position: absolute;
  width: calc(100% - 1 * (50% - 50vw));
  height: 1px;
  background-color: #fff;
  z-index: 1;
}
.business_wrap .inner .block::before {
  top: 0;
}
.business_wrap .inner .block::after {
  bottom: 0;
}
.business_wrap .inner .block:nth-of-type(odd)::before,
.business_wrap .inner .block:nth-of-type(odd)::after {
  left: 0;
}
.business_wrap .inner .block:nth-of-type(even)::before,
.business_wrap .inner .block:nth-of-type(even)::after {
  right: 0;
}
.business_wrap .inner .block:nth-of-type(odd):not(:first-of-type) .deco {
  position: absolute;
  width: 95.68014705882352cqw;
  top: 0.3676470588235294cqw;
  left: -30.05514705882353cqw;
}
.business_wrap .inner .block:nth-of-type(even) .deco {
  position: absolute;
  width: 74.35661764705883cqw;
  top: -19.209558823529413cqw;
  right: -14.154411764705882cqw;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block:nth-of-type(odd):not(:first-of-type) .deco {
    width: 555px;
    top: 154px;
    left: -201px;
  }
  .business_wrap .inner .block:nth-of-type(even) .deco {
    width: 477px;
    top: 40px;
    right: -202px;
  }
}
.business_wrap .inner .block .flex {
  position: relative;
  display: flex;
  gap: 18px 2.7573529411764706cqw;
  z-index: 1;
}
.business_wrap .inner .block:nth-of-type(odd) .flex {
  flex-direction: row-reverse;
}
.business_wrap .inner .block:nth-of-type(even) .flex {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block:nth-of-type(odd) .flex,
  .business_wrap .inner .block:nth-of-type(even) .flex {
    flex-direction: column;
  }
}
.business_wrap .inner .block .img_group {
  position: relative;
  width: 44.30147058823529cqw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block .img_group {
    width: 100%;
  }
}
.business_wrap .inner .block .img_group .img {
  width: 100%;
}
.business_wrap .inner .block .img_group .cap {
  position: absolute;
  font-size: 5.514705882352941cqw;
  font-family: var(--text-cg);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.04em;
  writing-mode: vertical-lr;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block .img_group .cap {
    font-size: 3.2rem;
  }
}
.business_wrap .inner .block:nth-of-type(odd) .img_group .cap {
  translate: 50% -50%;
  right: 0;
}
.business_wrap .inner .block:nth-of-type(even) .img_group .cap {
  translate: -50% -50%;
  left: 0;
}
.business_wrap .inner .block .txt_group {
  flex: 1;
}
.business_wrap .inner .block .txt_group .ttl {
  font-size: 2.941176470588235cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block .txt_group .ttl {
    font-size: 2.4rem;
    line-height: 1.3333333333333333;
    text-align: center;
  }
}
.business_wrap .inner .block .txt_group .txt {
  font-size: max(1.3786764705882353cqw,1rem);
  font-weight: 400;
  line-height: 1.8666666666666667;
  letter-spacing: 0.04em;
  text-align: justify;
  margin-top: 1.4705882352941175cqw;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block .txt_group .txt {
    font-size: 1.4rem;
    line-height: 1.8571428571428572;
    margin-top: 10px;
  }
}
.business_wrap .inner .block .list {
  position: relative;
  display: flex;
  gap: 1.1948529411764706cqw;
  margin-top: 3.768382352941176cqw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block .list {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
  }
}
.business_wrap .inner .block .list .item {
  flex: 1;
  min-height: 7.2610294117647065cqw;
  font-size: 1.6544117647058825cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  line-height: 1.3333333333333333;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #2E7048;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2867647058823528cqw 0.9191176470588236cqw;
}
@media screen and (max-width: 768px) {
  .business_wrap .inner .block .list .item {
    flex: unset;
    width: calc((100% - 8px)/2);
    min-height: 60px;
    font-size: 1.4rem;
    padding: 5px;
  }
}
/* ↑↑↑ business_wrap ↑↑↑ */
/* ↓↓↓ occupation ↓↓↓ */
.occupation {
  overflow: clip;
}
.occupation .anchor_block {
  max-width: 1004px;
  container-type: inline-size;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .occupation .anchor_block {
    padding: 0 30px;
  }
}
.occupation .anchor_block .ttl {
  font-size: 3.187250996015936cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .occupation .anchor_block .ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}
.occupation .anchor_block .list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.091633466135458cqw;
}
@media screen and (max-width: 768px) {
  .occupation .anchor_block .list {
    flex-direction: column;
    justify-content: unset;
    gap: 44px;
    margin-top: 25px;
  }
}
.occupation .anchor_block .list .item {
  position: relative;
  width: 31.175298804780876cqw;
}
@media screen and (max-width: 768px) {
  .occupation .anchor_block .list .item {
    width: 100%;
  }
}
.occupation .anchor_block .list .item .link {
  position: relative;
  width: 100%;
  display: block;
}
.occupation .anchor_block .list .item .link .img {
  position: relative;
  width: 100%;
  display: block;
  overflow: clip;
  border: 1px solid #2E7048;
}
.occupation .anchor_block .list .item .link .img img {
  transition: scale ease .3s;
}
@media screen and (min-width: 769px) {
  .occupation .anchor_block .list .item .link:hover .img img {
    scale: 1.1;
  }
}
.occupation .anchor_block .list .item .link .img::before {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #5A5A5A;
  mix-blend-mode: multiply;
  transform: translateZ(0);
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: opacity ease .3s;
}
@media screen and (min-width: 769px) {
  .occupation .anchor_block .list .item .link:hover .img::before {
    opacity: 0.5;
  }
}
.occupation .anchor_block .list .item .link .txt {
  position: absolute;
  width: 100%;
  font-size: 3.187250996015936cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .occupation .anchor_block .list .item .link .txt {
    width: calc(100% - 30px*2);
    font-size: 2.6rem;
    line-height: 1.2307692307692308;
  }
}
.occupation .anchor_block .list .item .link .arrow {
  position: absolute;
  width: 5.9760956175298805cqw;
  aspect-ratio: 3/2;
  background-color: #fff;
  border-radius: 9999px;
  overflow: clip;
  translate: -50% 50%;
  bottom: 0;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .occupation .anchor_block .list .item .link .arrow {
    width: 60px;
  }
}
.occupation .anchor_block .list .item .link .arrow::before,
.occupation .anchor_block .list .item .link .arrow::after {
  content: '';
  position: absolute;
  width: 1.7928286852589643cqw;
  height: auto;
  aspect-ratio: 18/14;
  background-image: url(../img/business/anchor_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: translate ease .3s;
  translate: -50% -50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .occupation .anchor_block .list .item .link .arrow::before,
  .occupation .anchor_block .list .item .link .arrow::after {
    width: 18px;
  }
}
.occupation .anchor_block .list .item .link .arrow::before {
  top: -50%;
}
.occupation .anchor_block .list .item .link .arrow::after {
  top: 50%;
}
@media screen and (min-width: 769px) {
  .occupation .anchor_block .list .item .link:hover .arrow::before,
  .occupation .anchor_block .list .item .link:hover .arrow::after {
    translate: -50% 250%;
  }
}
.occupation .anchor_block+.occ_block {
  margin: 140px auto 0;
}
@media screen and (max-width: 768px) {
  .occupation .anchor_block+.occ_block {
    margin: 76px auto 0;
  }
}
/* ↑↑↑ occupation ↑↑↑ */
/* ↓↓↓ occ_block ↓↓↓ */
.occ_block {
  background-color: #879D87;
  position: relative;
  padding: 128px 32px;
}
.occ_block:nth-of-type(even) {
  background-color: #678667;
  padding: 100px 32px;
}
@media screen and (max-width: 768px) {
  .occ_block {
    padding: 72px 27px;
  }
  .occ_block:nth-of-type(even) {
    padding: 64px 27px 72px;
  }
}
.occ_block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-filter.png) repeat;
  background-size: 100px 100px;
  mix-blend-mode: multiply;
}
.occ_block .inner {
  position: relative;
  max-width: 1000px;
  container-type: inline-size;
  margin: 0 auto;
}
.occ_block:nth-of-type(even):not(:nth-of-type(2)) .deco {
  position: absolute;
  width: 80.9cqw;
  top: 0;
  right: -19.9cqw;
}
.occ_block:nth-of-type(odd) .deco {
  position: absolute;
  width: 93.3cqw;
  top: -9.7cqw;
  left: -39.9cqw;
}
.occ_block:nth-of-type(2) .deco {
  position: absolute;
  width: 80.9cqw;
  top: -3.8cqw;
  right: -22.4cqw;
}
@media screen and (max-width: 768px) {
  .occ_block:nth-of-type(even):not(:nth-of-type(2)) .deco {
    width: 466px;
    top: 125px;
    right: -169px;
  }
  .occ_block:nth-of-type(odd) .deco {
    width: 520px;
    top: 145px;
    left: -173px;
  }
  .occ_block:nth-of-type(2) .deco {
    width: 437px;
    top: 159px;
    right: -155px;
  }
}
.occ_block .inner .info {
  position: relative;
  display: flex;
  gap: 5.6000000000000005cqw;
}
.occ_block:nth-of-type(even) .inner .info {
  margin-left: max(calc(50% - 50vw),-140px);
}
.occ_block:nth-of-type(odd) .inner .info {
  flex-direction: row-reverse;
  margin-right: max(calc(50% - 50vw),-140px);
}
@media screen and (max-width: 768px) {
  .occ_block .inner .info,
  .occ_block:nth-of-type(even) .inner .info ,
  .occ_block:nth-of-type(odd) .inner .info {
    flex-direction: column;
    gap: 26px;
    margin-inline: unset;
  }
}
.occ_block .inner .info .img {
  width: 54.7cqw;
  height: fit-content;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .info .img {
    width: 100%;
  }
}
.occ_block .inner .info .txt_group {
  flex: 1;
  color: #fff;
  align-self: center;
}
.occ_block .inner .info .txt_group .ttl {
  font-size: 3.2cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .info .txt_group .ttl {
    font-size: 2.6rem;
    text-align: center;
  }
}
.occ_block .inner .info .txt_group .txt {
  font-size: max(1.5cqw,1rem);
  font-weight: 400;
  line-height: 1.8666666666666667;
  letter-spacing: 0.04em;
  text-align: justify;
  margin-top: 1.6cqw;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .info .txt_group .txt {
    font-size: 1.4rem;
    line-height: 1.8571428571428572;
    margin-top: 10px;
  }
}
.occ_block .inner .recs_box {
  position: relative;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid #fff;
  color: #fff;
  padding: 3.1cqw 8.2cqw 6.5cqw;
  margin: 7.2cqw auto 0;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .recs_box {
    padding: 33px 24px 50px;
    margin-top: 40px;
  }
}
.occ_block .inner .recs_box .recs_head {
  font-size: 3.2cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .recs_box .recs_head {
    font-size: 2.6rem;
  }
}
.occ_block .inner .recs_box .recs_list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.4cqw;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .recs_box .recs_list {
    flex-direction: column;
    justify-content: unset;
    gap: 27px;
    margin-top: 26px;
  }
}
.occ_block .inner .recs_box .recs_list .recs_item {
  width: 23.9cqw;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .recs_box .recs_list .recs_item {
    width: 100%;
  }
}
.occ_block .inner .recs_box .recs_item .recs_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .recs_box .recs_item .recs_img {
    width: calc(175/375*100vw);
    margin: 0 auto;
  }
}
.occ_block .inner .recs_box .recs_item .recs_txt {
  font-size: 2.4cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  line-height: 1.3333333333333333;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.8cqw;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .recs_box .recs_item .recs_txt {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.occ_block .inner .detail {
  position: relative;
  display: flex;
  color: #fff;
  margin: 5.2cqw auto 0;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail {
    flex-direction: column;
    margin-top: 37px;
  }
}
.occ_block .inner .detail .txt_group {
  max-width: 55.4cqw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .txt_group {
    max-width: 100%;
  }
}
.occ_block .inner .detail .txt_group .head {
  font-size: 3.2cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .txt_group .head {
    font-size: 2.6rem;
    text-align: center;
  }
}
.occ_block .inner .detail .txt_group .txt {
  font-size: max(1.5cqw,1rem);
  font-weight: 400;
  line-height: 1.8666666666666667;
  letter-spacing: 0.04em;
  text-align: justify;
  margin-top: 1.6cqw;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .txt_group .txt {
    font-size: 1.4rem;
    line-height: 1.8571428571428572;
    margin-top: 10px;
  }
}
.occ_block .inner .detail .link_wrap {
  flex: 1;
  border-left: 1px solid #fff;
  padding-left: 4cqw;
  margin-left: 4cqw;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .link_wrap {
    flex: unset;
    border-left: unset;
    padding-left: unset;
    margin-left: unset;
    margin-top: 42px;
  }
}
.occ_block .inner .detail .link_wrap .head {
  font-size: 3.2cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .link_wrap .head {
    font-size: 2.6rem;
    line-height: 1.5384615384615385;
  }
}
.occ_block .inner .detail .link_wrap .link {
  position: relative;
  display: block;
  width: 31.2cqw;
  margin: 2.0cqw auto 0;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .link_wrap .link {
    width: 97.19626168224%;
    margin: 20px auto 0;
  }
}
.occ_block .inner .detail .link_wrap .link .image {
  width: 100%;
}
.occ_block .inner .detail .link_wrap .link .content {
  position: absolute;
  bottom: 0;
  right: 0;
}
.occ_block .inner .detail .link_wrap .link .content .ink {
  position: absolute;
  right: -1.4cqw;
  bottom: 0.2cqw;
  width: 29.1cqw;
  rotate: 17deg;
  display: block;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
  mask-size: 200% 200%;
  -webkit-mask-size: 200% 200%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 0 0;
  -webkit-mask-position: 0 0;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .link_wrap .link .content .ink {
    position: absolute;
    right: -14px;
    bottom: 2px;
    width: 291px;
    rotate: 17deg;
    display: block;
  }
}
.occ_block .inner .detail .link_wrap .link .content .ink.-active {
  animation: mask-animation 500ms cubic-bezier(1, 0, 1, 1) forwards;
}
@keyframes mask-animation {
  0% {
    mask-position: -100% 0;
    -webkit-mask-position: -100% 0;
  }
  100% {
    mask-position: 0 0;
  }
}
.occ_block .inner .detail .link_wrap .link .content .text_wrap {
  position: relative;
  z-index: 1;
  margin: 0 1.7cqw 1.3cqw 0;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .link_wrap .link .content .text_wrap {
    position: relative;
    z-index: 1;
    margin: 0 17px 13px 0;
  }
}
.occ_block .inner .detail .link_wrap .link .content .text_wrap .name {
  font-size: 1.8cqw;
  font-family: var(--text-sippori);
  text-align: right;
  line-height: 1.333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .link_wrap .link .content .text_wrap .name {
    font-size: 1.8rem;
  }
}
.occ_block .inner .detail .link_wrap .link .content .text_wrap .year {
  font-size: max(1rem, 1.3cqw);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .link_wrap .link .content .text_wrap .year {
    font-size: 1.3rem;
  }
}
.occ_block .inner .detail .link_wrap .link .content .text_wrap .arrow {
  position: relative;
  display: block;
  width: 4.8cqw;
  height: 3.2cqw;
  border-radius: 30px;
  background-color: #fff;
  margin: 0.8cqw 0 0 auto;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .link_wrap .link .content .text_wrap .arrow {
    width: 48px;
    height: 32px;
    margin: 8px 0 0 auto;
  }
}
.occ_block .inner .detail .link_wrap .link .content .text_wrap .arrow::after {
  content: '';
  position: absolute;
  width: 1.8cqw;
  height: auto;
  aspect-ratio: 18 / 14;
  background-image: url(../img/business/anchor_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  translate: -50% -50%;
  left: 50%;
  top: 50%;
  rotate: -90deg;
}
@media screen and (max-width: 768px) {
  .occ_block .inner .detail .link_wrap .link .content .text_wrap .arrow::after {
    width: 18px;
  }
}
/* ↑↑↑ occ_block ↑↑↑ */