@charset "UTF-8";
@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.l-main * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.l-main section {
  position: relative;
}
.l-main a {
  text-decoration-line: none;
}
.l-main a:hover {
  text-decoration-line: underline;
}
.l-main .arrow {
  position: relative;
  transition: 0.3s;
  text-decoration-line: none;
}
.l-main .arrow::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat url("/resource/img/top__arrow--icon.png") center/cover;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}
.l-main .arrow:hover {
  opacity: 0.7;
  text-decoration-line: none;
}

.l-main {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.l-main > * {
  max-width: 100%;
}
.l-main .fv {
  height: 596px;
}
.l-main .fv__bk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .fv__bk .slick-list, .l-main .fv__bk .slick-track {
  height: 100%;
}
.l-main .fv__bk picture {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0s;
}
.l-main .fv__bk picture img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: 4s;
}
.l-main .fv__bk picture.slick-current.first img, .l-main .fv__bk picture.slick-current.others img {
  transform: scale(1.1);
}
.l-main .fv__animation {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1);
  transition: 0.7s cubic-bezier(0, 0, 0.2, 1);
}
.l-main .fv__animation.is_active {
  transform: scale(1.2);
}
.l-main .fv__animation li {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-main .fv__animation li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  --angle: 0deg;
  --fade-width: var(--angle);
  background: conic-gradient(rgba(255, 255, 255, 0) 0deg, rgba(255, 255, 255, 0.3) calc(var(--angle) - var(--fade-width)), rgba(255, 255, 255, 0.3) var(--angle), transparent var(--angle));
  transition: --angle 0.7s cubic-bezier(0, 0, 0.2, 1), transform 0.7s cubic-bezier(0, 0, 0.2, 1);
  will-change: transform, background, --angle;
}
.l-main .fv__animation li:nth-of-type(1) {
  width: 1300px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(1)::after {
  transition: --angle 0.8s cubic-bezier(0, 0, 0.2, 1), transform 0.8s cubic-bezier(0, 0, 0.4, 1);
  transform: translate(-50%, -50%) rotate(130deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 563px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 563px, black 90px);
}
.l-main .fv__animation li:nth-of-type(1).is_active::after {
  --angle: 120deg;
  transform: translate(-50%, -50%) rotate(70deg);
}
.l-main .fv__animation li:nth-of-type(2) {
  width: 1300px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(2)::after {
  transition: --angle 0.8s cubic-bezier(0, 0, 0.2, 1), transform 0.8s cubic-bezier(0, 0, 0.2, 1);
  transform: translate(-50%, -50%) rotate(310deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 563px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 563px, black 90px);
}
.l-main .fv__animation li:nth-of-type(2).is_active::after {
  --angle: 120deg;
  transform: translate(-50%, -50%) rotate(250deg);
}
.l-main .fv__animation li:nth-of-type(3) {
  width: 860px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(3)::after {
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 375px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 375px, black 90px);
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: 1s;
  will-change: transform, opacity;
}
.l-main .fv__animation li:nth-of-type(3).is_active::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-main .fv__animation li:nth-of-type(4) {
  width: 820px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(4)::after {
  transform: translate(-50%, -50%) rotate(-60deg);
  background: conic-gradient(rgba(255, 255, 255, 0.3) 0deg, rgba(255, 255, 255, 0.3) calc(var(--angle) - var(--fade-width)), rgba(255, 255, 255, 0) var(--angle), transparent var(--angle));
  -webkit-mask-image: radial-gradient(circle at center, transparent 354px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 354px, black 90px);
}
.l-main .fv__animation li:nth-of-type(4).is_active::after {
  --angle: 90deg;
  --fade-width: calc(var(--angle) * 3 / 5);
  transform: translate(-50%, -50%) rotate(-105deg);
}
.l-main .fv__animation li:nth-of-type(5) {
  width: 820px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(5)::after {
  background: conic-gradient(rgba(255, 255, 255, 0.3) 0deg, rgba(255, 255, 255, 0.3) calc(var(--angle) - var(--fade-width)), rgba(255, 255, 255, 0) var(--angle), transparent var(--angle));
  transform: translate(-50%, -50%) rotate(120deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 354px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 354px, black 90px);
}
.l-main .fv__animation li:nth-of-type(5).is_active::after {
  --angle: 90deg;
  --fade-width: calc(var(--angle) * 3 / 5);
  transform: translate(-50%, -50%) rotate(75deg);
}
.l-main .fv__animation li:nth-of-type(6) {
  width: 720px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(6)::after {
  --fade-width: calc(var(--angle) * 1 / 5);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 320px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 320px, black 90px);
}
.l-main .fv__animation li:nth-of-type(6).is_active::after {
  --angle: 80deg;
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-main .fv__animation li:nth-of-type(7) {
  width: 720px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(7)::after {
  --fade-width: calc(var(--angle) * 1 / 5);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 320px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 320px, black 90px);
}
.l-main .fv__animation li:nth-of-type(7).is_active::after {
  --angle: 80deg;
  transform: translate(-50%, -50%) rotate(180deg);
}
.l-main .fv__animation li:nth-of-type(8) {
  width: 690px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(8)::after {
  --fade-width: calc(var(--angle) * 2 / 5);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 299px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 299px, black 90px);
}
.l-main .fv__animation li:nth-of-type(8).is_active::after {
  --angle: 65deg;
  transform: translate(-50%, -50%) rotate(180deg);
}
.l-main .fv__animation li:nth-of-type(9) {
  width: 690px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(9)::after {
  --fade-width: calc(var(--angle) * 2 / 5);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 299px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 299px, black 90px);
}
.l-main .fv__animation li:nth-of-type(9).is_active::after {
  --angle: 65deg;
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-main .fv__animation li:nth-of-type(10) {
  width: 633px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(10)::after {
  --fade-width: calc(var(--angle) * 2 / 5);
  transform: translate(-50%, -50%) rotate(255deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 272px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 272px, black 90px);
}
.l-main .fv__animation li:nth-of-type(10).is_active::after {
  --angle: 80deg;
  transform: translate(-50%, -50%) rotate(290deg);
}
.l-main .fv__animation li:nth-of-type(11) {
  width: 633px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(11)::after {
  --fade-width: calc(var(--angle) * 2 / 5);
  transform: translate(-50%, -50%) rotate(65deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 272px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 272px, black 90px);
}
.l-main .fv__animation li:nth-of-type(11).is_active::after {
  --angle: 80deg;
  transform: translate(-50%, -50%) rotate(110deg);
}
.l-main .fv__animation li:nth-of-type(12) {
  width: 594px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(12)::after {
  --fade-width: calc(var(--angle) * 2 / 5);
  transform: translate(-50%, -50%) rotate(225deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 254px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 254px, black 90px);
}
.l-main .fv__animation li:nth-of-type(12).is_active::after {
  --angle: 105deg;
  transform: translate(-50%, -50%) rotate(255deg);
}
.l-main .fv__animation li:nth-of-type(13) {
  width: 594px;
  border-width: 90px;
}
.l-main .fv__animation li:nth-of-type(13)::after {
  --fade-width: calc(var(--angle) * 2 / 5);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-mask-image: radial-gradient(circle at center, transparent 254px, black 90px);
          mask-image: radial-gradient(circle at center, transparent 254px, black 90px);
}
.l-main .fv__animation li:nth-of-type(13).is_active::after {
  --angle: 105deg;
  --fade-width: calc(var(--angle) * 4 / 5);
  transform: translate(-50%, -50%) rotate(75deg);
}
.l-main .fv__text {
  width: 100%;
  max-width: 1120px;
  height: 596px;
  margin: 0 auto;
  padding: 123px 32px 0;
  position: relative;
}
.l-main .fv__text > * {
  color: #ffffff;
  width: 100%;
}
.l-main .fv__text h2 {
  font-size: 56px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 26px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
.l-main .fv__text p {
  font-size: 20px;
  line-height: 2.2;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.l-main .business__bk {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .business__bk img {
  display: block;
  width: 100%;
  min-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main .business__bk::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(240, 246, 255, 0.7) 0%, rgba(240, 246, 255, 0.7) 35%, rgb(244, 249, 233) 47%, rgb(244, 249, 233) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .business__tc {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4.464%;
  max-width: 1184px;
  margin: 0 auto 134px;
  padding: 120px 32px 0;
  position: relative;
}
.l-main .business__tc--left {
  width: 48.571%;
}
.l-main .business__tc--left h2 {
  color: #2A2B4C;
  font-size: 57px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 32px;
  font-family: "Hanken Grotesk", sans-serif;
}
.l-main .business__tc--left h2.is-safari {
  font-weight: 200;
}
.l-main .business__tc--left p {
  color: #2A2B4C;
  font-size: 20px;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
.l-main .business__tc--left a {
  color: #2A2B4C;
  font-size: 16px;
  line-height: 66px;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 352px;
  height: 68px;
  border: 1px solid #D0D0D0;
  background-color: #ffffff;
  padding-right: 13px;
  border-radius: 34px;
}
.l-main .business__tc--right {
  display: flex;
  gap: 12px;
  flex-direction: column;
  width: 46.964%;
  padding: 40px 32px;
  position: relative;
}
.l-main .business__tc--right::before {
  content: "";
  display: block;
  width: 98.098%;
  height: 94.768%;
  background: linear-gradient(128.71deg, #F4F9E9 1.29%, #66AD74 98.97%);
  border-radius: 15px;
  position: absolute;
  top: -20px;
  right: -20px;
}
.l-main .business__tc--right::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .business__tc--right li {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-height: 94px;
  position: relative;
  z-index: 20;
}
.l-main .business__tc--right li img {
  display: block;
  width: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main .business__tc--right li p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: calc(100% - 92px);
}
.l-main .business__tc--right li p a {
  text-decoration-line: underline;
  font-weight: 700;
}
.l-main .business__tc--right li p a:hover {
  text-decoration-line: none;
}
.l-main .business__tc--right li p a.arrow {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-decoration-line: none;
  display: inline-block;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
  padding-right: 40px;
  cursor: pointer;
}
.l-main .business__tc--right li p a.arrow::after {
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
}
.l-main .business__button{
  display: none;
}
.l-main .business__content {
  display: block;
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 32px 69px;
  position: relative;
}
.l-main .business__content h3 {
  color: #457E00;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 24px;
}
.l-main .business__content--tc {
  margin-bottom: 40px;
  gap: 2.5%;
  align-items: stretch;
}
.l-main .business__content--tc--tc {
  gap: 3.296%;
  align-items: stretch;
  transition: .3s;
}
.l-main .business__content--tc--tc:hover {
  text-decoration-line: none;
  opacity: .7;
}
.l-main .business__content--tc--tc .picture {
  display: block;
  width: 46.619%;
}
.l-main .business__content--tc--tc .picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.l-main .business__content--tc--tc .content {
  width: 50.084%;
  position: relative;
}
.l-main .business__content--tc--tc .content h4 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  padding-right: 50px;
  margin-right: 40px;
  opacity: 1 !important;
}
.l-main .business__content--tc--tc .content h4::after {
  right: 0;
}
.l-main .business__content--tc--tc .content p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.l-main .business__content--tc--tc .content .link {
  color: #4049A6;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
  display: inline-block;
  width: auto;
  height: 40px;
  padding-right: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.l-main .business__content--tc--tc .content .link::after {
  top: auto;
  right: 0;
}
.l-main .business__content--tc--tc::before {
  top: auto;
  right: 0;
}
.l-main .business__content--button {
  font-size: 16px;
  line-height: 66px;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 352px;
  height: 68px;
  border: 1px solid #D0D0D0;
  background-color: #ffffff;
  padding-right: 13px;
  margin: 0 auto 56px;
  border-radius: 34px;
}
.l-main .business__content--info {
  display: block;
  width: 100%;
  max-width: 822px;
  margin: 0 auto;
  padding: 31px 0;
  border: 1px solid #D0D0D0;
  background-color: #ffffff;
  padding-left: 132px;
  padding-right: 24px;
  border-radius: 12px;
}
.l-main .business__content--info::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: no-repeat url("/resource/img/top__business--info.png") center/cover;
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  margin: auto 0;
}
.l-main .business__content--info p{
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
.l-main .business__content--info p.title{
  font-size: 18px;
  line-height: 1.5;
}
.l-main .info {
  background-color: #F1F1F1;
}
.l-main .info__tc {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  padding: 80px 32px 100px;
}
.l-main .info__tc h2 {
  color: #2A2B4C;
  font-size: 57px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0;
  width: 31.428%;
}
.l-main .info__tc--right {
  width: 65.714%;
}
.l-main .info__tc--right ul li{
  padding: 16px 0px 32px 4px;
  border-bottom: 1px solid #D0D0D0;
}
.l-main .info__tc--right ul li span{
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 12px;
  display: block;
  height: 28px;
}
.l-main .info__tc--right ul li span::after{
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  height: 25px;
  margin-left: 16px;
  border-radius: 4px;
  padding: 0 16px;
}
.l-main .info__tc--right ul li span.press::after{
  content: "プレスリリース";
  background-color: #C7EF5A;
}
.l-main .info__tc--right ul li span.info::after{
  content: "企業情報";
  background-color: #DDEEFD;
}
.l-main .info__tc--right ul li span.other::after{
  content: "その他";
  background-color: #DDDDDD;
}
.l-main .info__tc--right ul li a,
.l-main .info__tc--right ul li p{
  color: #2A2B4C;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.l-main .info__tc--right ul li a{
  text-decoration-line: underline;
  cursor: pointer;
}
.l-main .info__tc--right ul li a:hover{
  text-decoration-line: none;
}
.l-main .info__tc--right--button {
  color: #2A2B4C;
  font-size: 16px;
  line-height: 66px;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 352px;
  height: 68px;
  margin-top: 40px;
  padding-right: 13px;
  border: 1px solid #D0D0D0;
  background-color: #ffffff;
  border-radius: 34px;
  margin-left: auto;
  margin-right: 0;
}
.l-main .link {
  width: 100%;
  max-width: 100%;
}
.l-main .link__bk {
  display: block;
  width: 100%;
  height: 436px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .link__bk img {
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
}
.l-main .link__bk img.green {
  width: 374px;
  top: -66px;
  left: calc(50% - 778px);
}
.l-main .link__bk img.blue {
  width: 440px;
  right: calc(50% - 779px);
  bottom: -195px;
}
.l-main .link__white {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  padding: 100px 32px;
  position: relative;
}
.l-main .link__white a {
  display: block;
  height: 236px;
  position: relative;
}
.l-main .link__white a:hover {
  opacity: 0.7;
}
.l-main .link__white a picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .link__white a picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main .link__white a picture img.csr {
  transform: scale(1.85);
  -o-object-position: 26px calc(50% - 37px);
     object-position: 26px calc(50% - 37px);
}
.l-main .link__white a picture img.recruit {
  transform: scale(1.05);
}
.l-main .link__white a picture::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, rgba(42, 43, 76, 0) 0%, rgba(42, 43, 76, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.l-main .link__white a picture::after {
  right: 32px;
}
.l-main .link__white a p {
  color: #ffffff;
  font-size: 14px;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0.06em;
  position: absolute;
  top: 50%;
  left: 8.731%;
  transform: translateY(-50%);
  z-index: 15;
}
.l-main .link__white a p span {
  color: inherit;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.l-main .link__green {
  background-color: #2C5100;
  padding: 32px 32px 48px;
}
.l-main .link__green .title {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 24px;
}
.l-main .link__green--tc {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 32px 16px;
  flex-grow: unset;
}
.l-main .link__green--tc a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4.477%;
  flex-grow: unset;
  width: 267px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  transition: 0.3s;
}
.l-main .link__green--tc a img {
  display: block;
  width: 96px;
  height: 96px;
}
.l-main .link__green--tc a p {
  color: #2A2B4C;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding-right: 15px;
}
.l-main .link__green--tc a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat url("/resource/assets/img/icon/icon__a--blank.png") center/cover;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.l-main .link__green--tc a:hover {
  opacity: 0.7;
  text-decoration-line: none;
}

@media screen and (max-width: 1024px) {
  
  .l-main .business__tc {
    gap: 38px;
    max-width: 100%;
    margin: 0 auto 24px;
    padding: 80px 28px 0;
    flex-direction: column;
  }
  .l-main .business__tc--left {
    width: 100%;
  }
  .l-main .business__tc--left h2 {
    font-size: 50px;
    margin-bottom: 24px;
  }
  .l-main .business__tc--left p {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 0;
  }
  .l-main .business__tc--left .arrow{
    display: none;
  }
  .l-main .business__tc--right {
    width: 100%;
    gap: 34px;
    padding: 30px 20px;
  }
  .l-main .business__tc--right::before{
    top: -10px;
    right: -10px;
  }
  .l-main .business__tc--right li{
    gap: 10px;
  }
  .l-main .business__tc--right li img {
    width: 55px;
  }
  .l-main .business__tc--right li p {
    font-size: 15px;
    line-height: 1.5;
    width: calc(100% - 65px);
  }
  .l-main .business__tc--right li p a.arrow {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    padding-right: 34px;
    margin-bottom: 4px;
  }
  .l-main .business__button.arrow{
    font-size: 16px;
    line-height: 66px;
    font-weight: 400;
    text-align: center;
    display: block;
    width: 319px;
    height: 68px;
    border: 1px solid #D0D0D0;
    background-color: #ffffff;
    padding-right: 0;
    margin: 0 auto 48px;
    border-radius: 34px;
  }
}

@media screen and (max-width: 767px) {
  .l-main .arrow::after {
    width: 40px;
    height: 40px;
    right: 15px;
  }
  .l-main .arrow:hover {
    opacity: 1;
  }
  .l-main {
    max-width: 1366px;
    margin: 0;
  }
  .l-main > * {
    max-width: 1366px;
  }
  .l-main .fv {
    height: auto;
  }
  .l-main .fv__bk picture img {
    -o-object-position: 53.7% center;
       object-position: 53.7% center;
  }
  .l-main .fv__animation {
    top: 46%;
  }
  .l-main .fv__animation li {
    display: none;
  }
  .l-main .fv__animation li:first-of-type {
    display: block;
    width: 870px;
    background: no-repeat url("/resource/img/top__fv--animation--bk.png") center/cover;
    opacity: 0.5;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: 0.7s;
  }
  .l-main .fv__animation li:first-of-type::after {
    display: none;
  }
  .l-main .fv__animation li:first-of-type.is_active {
    transform: translate(-50%, -50%) rotate(30deg);
  }
  .l-main .fv__text {
    max-width: 100%;
    padding: 300px 28px 80px;
    height: auto;
  }
  .l-main .fv__text h2 {
    font-size: 41px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
  .l-main .fv__text p {
    font-size: 15px;
  }
  .l-main .business__bk img {
    height: 912px;
  }
  .l-main .business__bk::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 28%, rgb(244, 249, 233) 35%, rgb(244, 249, 233) 100%);
  }
  .l-main .business__content {
    max-width: 100%;
    padding: 0 28px 80px;
  }
  .l-main .business__content h3 {
    font-size: 28px;
  }
  .l-main .business__content--tc {
    margin-bottom: 40px;
    gap: 32px;
  }
  .l-main .business__content--tc--tc {
    gap: 24px;
    position: relative;
  }
  .l-main .business__content--tc--tc .picture {
    width: 100%;
    height: auto;
  }
  .l-main .business__content--tc--tc .content{
    width: 100%;
  }
  .l-main .business__content--tc--tc .content p {
    margin-bottom: 0;
  }
  .l-main .business__content--tc--tc .content a.link {
    font-size: 14px;
    line-height: 40px;
    padding-right: 50px;
  }
  .l-main .business__content--tc--tc .content h4{
    margin-right: 0;
  }
  .l-main .business__content--tc--tc:hover {
    text-decoration: none !important;
  }
  .l-main .business__content--tc--tc::before {
    right: 0;
  }
  .l-main .business__content--button {
    width: 100%;
    padding-right: 25px;
    margin: 0 auto 40px;
  }
  .l-main .business__content--info {
    max-width: 100%;
    padding: 22px 0;
    padding-left: 81px;
    padding-right: 67px;
  }
  .l-main .business__content--info::before {
    width: 52px;
    height: 52px;
    left: 15px;
  }
  .l-main .business__content--info p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.06em;
  }
  .l-main .business__content--info p.title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .l-main .info__tc {
    max-width: 100%;
    padding: 80px 28px 100px;
  }
  .l-main .info__tc h2 {
    font-size: 50px;
    width: 100%;
    margin-bottom: 32px;
  }
  .l-main .info__tc--right {
    width: 100%;
  }
  .l-main .info__tc--right--button {
    width: 100%;
    padding-right: 0;
  }
  .l-main .link {
    max-width: 100%;
  }
  .l-main .link__bk {
    display: none;
  }
  .l-main .link__white {
    max-width: 100%;
    padding: 88px 28px;
    gap: 32px;
  }
  .l-main .link__white a {
    width: 100%;
    height: 150px;
  }
  .l-main .link__white a:hover {
    opacity: 1;
  }
  .l-main .link__white a picture img.csr {
    transform: scale(1.8);
    -o-object-position: 15px calc(50% - 25px);
       object-position: 15px calc(50% - 25px);
  }
  .l-main .link__white a picture img.recruit {
    transform: scale(1);
    -o-object-position: 0 center;
       object-position: 0 center;
  }
  .l-main .link__white a picture::after {
    right: 15px;
  }
  .l-main .link__white a p {
    left: 15px;
  }
  .l-main .link__white a p span {
    font-size: 27px;
    line-height: 1;
    margin-bottom: 0;
  }
  .l-main .link__green {
    padding: 48px 28px 83px;
  }
  .l-main .link__green--tc {
    max-width: 100%;
    gap: 16px;
  }
  .l-main .link__green--tc a {
    gap: 12px;
    width: 100%;
  }
  .l-main .link__green--tc a::after {
    width: 20px;
    height: 20px;
  }
  .l-main .link__green--tc a:hover {
    opacity: 1;
  }
}
@media print {
  .u-hidden-pc {
    display: none;
  }
}