@charset "UTF-8";
.l-main {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.l-main > * {
  max-width: 100%;
}
.l-main > section {
  padding: 0 32px;
  overflow: hidden;
  position: relative;
}
.l-main .cgreen {
  color: #457E00;
}
.l-main .cdblue {
  color: #2A2B4C;
}
.l-main .arrow {
  line-height: 40px;
  padding-right: 50px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.l-main .arrow::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat url("/resource/recruit/img/rectuit__arrow.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.l-main .arrow.button {
  font-size: 16px;
  line-height: 66px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  width: 352px;
  height: 68px;
  padding-right: 13px;
  border-radius: 34px;
  border: 1px solid #D0D0D0;
}
.l-main .arrow.button::after {
  right: 14px;
}
.l-main .arrow:hover {
  opacity: 0.7;
}
.l-main picture img:not(.sharp) {
  border-radius: 15px;
}
.l-main .fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 334px;
  background: linear-gradient(360deg, rgba(244, 249, 233, 0) 15.04%, #F4F9E9 84.13%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-main .fv .c-h1 {
  font-size: 57px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  padding-top: 78px;
  margin: 0 auto 13px;
}
.l-main .fv .c-h1__under {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 400;
  text-align: center;
  margin-bottom: 79px;
}
.l-main .fv__tc {
  gap: 2.142%;
  max-width: 1282px;
  margin: 0 auto;
  padding: 60px 80px 66px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.l-main .fv__tc--left {
  width: 57.857%;
  position: relative;
  z-index: 5;
}
.l-main .fv__tc--left .c-h2 {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.l-main .fv__tc--left .c-normal {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
.l-main .fv__tc--right {
  width: 40%;
  position: relative;
  z-index: 5;
}
.l-main .fv__tc::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  position: absolute;
  top: 0;
  left: -32px;
  z-index: 1;
}
.l-main .work .c-h2 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 350;
  padding-top: 80px;
  max-width: 1120px;
  margin: 0 auto 32px;
}
.l-main .work__tc {
  max-width: 1120px;
  margin: 0 auto 80px;
  align-items: stretch;
}
.l-main .work__tc div {
  padding-bottom: 56px;
  position: relative;
}
.l-main .work__tc div picture {
  aspect-ratio: 8/5;
  margin-bottom: 24px;
}
.l-main .work__tc div .c-bold {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 12px;
}
.l-main .work__tc div .c-normal {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.l-main .work__tc div .arrow {
  color: #4049A6;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.l-main .interview {
  height: 578px;
}
.l-main .interview > * {
  position: relative;
  z-index: 10;
}
.l-main .interview::before {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  background: no-repeat url("/resource/assets/img/icon/icon__circle--bkgreen.png") center/cover;
  transform: rotate(-31deg);
  position: absolute;
  left: calc(50% - 777px);
  bottom: 0;
  z-index: 5;
}
.l-main .interview::after {
  content: "";
  display: block;
  width: 100vw;
  height: 351px;
  background-color: #F4F9E9;
  position: absolute;
  top: 0;
  right: calc(50% - 191px);
  z-index: 5;
}
.l-main .interview .c-h2 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 350;
  padding-top: 80px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 32px;
}
.l-main .interview .c-normal {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  max-width: 1120px;
  margin: 0 auto;
}
.l-main .interview__list {
  width: 1120px;
  height: 498px;
  overflow: hidden;
  position: absolute;
  top: 80px;
  left: calc(50% + 45px);
}
.l-main .interview__list .swiper-wrapper {
  height: 447px;
  align-items: center;
  position: absolute;
  left: -240px;
}
.l-main .interview__list .swiper-wrapper .swiper-slide {
  width: 240px;
  height: 275px;
  padding-right: 32px;
  transition: 0.3s;
}
.l-main .interview__list .swiper-wrapper .swiper-slide.swiper-slide-next {
  width: 384px;
  height: 447px;
}
.l-main .interview__list .swiper-wrapper .swiper-slide.swiper-slide-next p {
  opacity: 1;
}
.l-main .interview__list .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
}
.l-main .interview__list .swiper-wrapper .swiper-slide p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 48px;
  bottom: 12px;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}
.l-main .interview__list .swiper-wrapper .swiper-slide p.black {
  color: #343434;
}
.l-main .interview__list .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
.l-main .interview__list .swiper-dots {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 165px;
  height: 22px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
}
.l-main .interview__list .swiper-dots li {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border: 1px solid #4049A6;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
}
.l-main .interview__list .swiper-dots li.active {
  background-color: #4049A6;
}
.l-main .interview__list .swiper-dots li.arrows {
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 0;
  border-top: 1px solid #4049A6;
  cursor: pointer;
}
.l-main .interview__list .swiper-dots li.arrows.prev {
  transform: rotate(-45deg);
  border-left: 1px solid #4049A6;
  margin-left: 4px;
  margin-right: auto;
}
.l-main .interview__list .swiper-dots li.arrows.next {
  transform: rotate(45deg);
  border-right: 1px solid #4049A6;
  margin-left: auto;
  margin-right: 4px;
}
.l-main .lookingfor > * {
  position: relative;
  z-index: 10;
}
.l-main .lookingfor .c-h2 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 350;
  letter-spacing: 0.06em;
  max-width: 1120px;
  padding-top: 64px;
  margin: 0 auto 40px;
}
.l-main .lookingfor__ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 736px;
  margin: 0 auto 48px;
  counter-reset: lookingfor-num;
}
.l-main .lookingfor__ul li .c-h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 16px;
  counter-increment: lookingfor-num;
  padding-left: 25px;
  position: relative;
}
.l-main .lookingfor__ul li .c-h3::before {
  content: counter(lookingfor-num) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .lookingfor__ul li .c-normal {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.l-main .lookingfor__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 104px;
}
.l-main .lookingfor__bottom li {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 350;
  letter-spacing: 0.06em;
  text-align: center;
}
.l-main .lookingfor::before {
  content: "";
  display: block;
  width: 500px;
  aspect-ratio: 1/1;
  background: no-repeat url("/resource/assets/img/icon/icon__circle--bkblue.png") center/cover;
  transform: rotate(-40deg);
  position: absolute;
  left: calc(50% + 300px);
  bottom: -250px;
  z-index: 5;
}
.l-main .lookingfor::after {
  content: "";
  display: block;
  width: 4989px;
  aspect-ratio: 1/1;
  border: 200px solid #F7F7F7;
  box-sizing: content-box;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -200px;
  z-index: 5;
}
.l-main .faq {
  background-color: #F7F7F7;
}
.l-main .faq .c-h2 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 12px;
}
.l-main .faq .c-normal {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 32px;
}
.l-main .faq__accordion {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 80px;
}
.l-main .faq__accordion .accordion {
  position: relative;
  border-bottom: 1px solid #D0D0D0;
}
.l-main .faq__accordion .accordion .ques {
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  padding: 14px 8px;
  padding-left: 42px;
  position: relative;
  cursor: pointer;
}
.l-main .faq__accordion .accordion .ques::before {
  content: "Q";
  color: #457E00;
  font-size: 20px;
  line-height: 2.2;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 8px;
  height: 44px;
  transform: translateY(-50%);
}
.l-main .faq__accordion .accordion .ques::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat url("/resource/recruit/img/recruit__accordion--plus.svg") center/cover;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto 0;
}
.l-main .faq__accordion .accordion .ans {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: block;
  --mheight: 0;
  max-height: var(--mheight);
  --pd: 0;
  margin-left: 32px;
  padding: 0 0 var(--pd);
  padding-left: 31px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.l-main .faq__accordion .accordion .ans::before {
  content: "A";
  color: #457E00;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  --bheight: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .faq__accordion .accordion.is_open .ques::after {
  background-image: url("/resource/recruit/img/recruit__accordion--minus.svg");
}
.l-main .faq__accordion .accordion.is_open .ans {
  --mheight: 110px;
  --pd: 14px;
}
.l-main .recruit .c-h2 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 12px;
}
.l-main .recruit .c-normal {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 32px;
}
.l-main .recruit__accordion {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 80px;
}
.l-main .recruit__accordion .accordion {
  position: relative;
  border-bottom: 1px solid #D0D0D0;
}
.l-main .recruit__accordion .accordion .ques {
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  padding: 14px 8px;
  cursor: pointer;
}
.l-main .recruit__accordion .accordion .ans {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  display: block;
  --mheight: 0;
  max-height: var(--mheight);
  overflow: hidden;
  transition: 0.5s;
}
.l-main .recruit__accordion .accordion .ans table {
  margin-bottom: 18px;
  border-top: 1px solid #D0D0D0;
}
.l-main .recruit__accordion .accordion .ans table tr {
  border-bottom: 1px solid #D0D0D0;
}
.l-main .recruit__accordion .accordion .ans table tr th {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: middle;
  width: 19.659%;
  padding: 14px 0;
  background-color: #F7F7F7;
}
.l-main .recruit__accordion .accordion .ans table tr td {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  width: 80.34%;
  padding: 12px 32px;
}
.l-main .recruit__accordion .accordion .ans table tr td a {
  color: #707FFC;
}
.l-main .recruit__accordion .accordion .ans table tr td a:hover{
  text-decoration-line: underline;
}
.l-main .recruit__accordion .accordion .ques::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat url(/resource/recruit/img/recruit__accordion--plus.svg) center / cover;
  position: absolute;
  top: 16px;
  right: 8px;
}
.l-main .recruit__accordion .accordion.is_open .ans {
  --mheight: 1300px;
}
.l-main .recruit__accordion .accordion.is_open .ans::before {
  --bheight: 10px;
}
.l-main .recruit__accordion .accordion.is_open .ques::after {
  background: no-repeat url(/resource/recruit/img/recruit__accordion--minus.svg) center / cover;
}
.l-main .recruit__accordion .accordion.deactive {
  background-color: #F7F7F7;
}
.l-main .recruit__accordion .accordion.deactive .ques::after {
  display: none;
}
.l-main .recruit__accordion .accordion.deactive.is_open .ans {
  --mheight: 0;
  --pd: 0;
}
.l-main .recruit__accordion .accordion.deactive.is_open .ans::before {
  --bheight: 0;
}
.l-main .modal {
  width: 100%;
  height: 100vh;
  padding: 32px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  opacity: 0;
}
.l-main .modal__bk {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .modal__content {
  display: none;
  width: 100%;
  max-width: 1120px;
  max-height: calc(100vh - 64px);
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-main .modal__content button {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #E6E6E6;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 24px;
}
.l-main .modal__content button::after {
  content: "✕";
  color: #4049A6;
  font-size: 20px;
  line-height: 40px;
  font-weight: 100;
  display: block;
  height: 40px;
}
.l-main .modal__content.modal__active {
  display: block;
}
.l-main .modal__content.workmodal .tcolumn div span {
  line-height: 1.5;
  margin-bottom: 12px;
}
.l-main .modal__content.workmodal .tcolumn div span.subtitle {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
}
.l-main .modal__content.workmodal .tcolumn div ul li {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 0;
}
.l-main .modal__content.workmodal .tcolumn div ul li::before{
  top: 14px;
}
.l-main .modal__inner {
  padding: 40px 50px;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
}
.l-main .modal__inner .title {
  color: #457E00;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
.l-main .modal__inner--tc picture {
  width: 43.921%;
}
.l-main .modal__inner--tc div {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  width: 52.941%;
}
.l-main .modal__inner--tc span {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 0;
}
.l-main .modal.modal__active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .l-main .interview {
    height: auto;
    padding: 80px 32px 542px;
    margin-bottom: 64px;
  }
  .l-main .interview::before {
    left: calc(50% - 333px);
    bottom: 270px;
  }
  .l-main .interview::after {
    width: 100%;
    height: calc(100% - 462px);
    left: 0;
  }
  .l-main .interview .c-h2 {
    font-size: 32px;
    padding-top: 0;
    max-width: 100%;
  }
  .l-main .interview .c-normal {
    max-width: 100%;
  }
  .l-main .interview__list {
    height: 422px;
    overflow: visible;
    top: auto;
    bottom: 0;
    left: calc(50% - 144px);
  }
  .l-main .interview__list .swiper-wrapper {
    height: 367px;
    left: -232px;
  }
  .l-main .interview__list .swiper-wrapper .swiper-slide {
    width: 232px;
    height: 275px;
    padding-right: 24px;
  }
  .l-main .interview__list .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 313px;
    height: 367px;
  }
  .l-main .interview__list .swiper-wrapper .swiper-slide p {
    right: 36px;
    bottom: 12px;
  }
  .l-main .interview__list .swiper-dots {
    left: 63px;
  }
}

@media screen and (max-width: 767px) {
  .l-main > section {
    padding: 0 28px;
  }
  .l-main .arrow {
    line-height: 40px;
    padding-right: 50px;
  }
  .l-main .arrow::after {
    width: 40px;
    height: 40px;
  }
  .l-main .arrow.button {
    font-size: 16px;
    line-height: 66px;
    width: 100%;
    max-width: 319px;
    height: 68px;
    margin: 0 auto;
    padding-right: 30px;
    border-radius: 34px;
  }
  .l-main .arrow.button::after {
    right: 14px;
  }
  .l-main .arrow:hover {
    opacity: 1;
  }
  .l-main picture img:not(.sharp) {
    border-radius: 15px;
  }
  .l-main .fv {
    padding: 0 12px;
  }
  .l-main .fv::before {
    height: 210px;
  }
  .l-main .fv .c-h1 {
    font-size: 52px;
    padding-top: 55px;
    margin: 0 auto 9px;
  }
  .l-main .fv .c-h1__under {
    font-size: 13px;
    margin-bottom: 55px;
  }
  .l-main .fv__tc {
    gap: 16px;
    max-width: 100%;
    padding: 40px 16px 80px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .l-main .fv__tc--left {
    width: 100%;
  }
  .l-main .fv__tc--left .c-h2 {
    font-size: 29px;
    margin-bottom: 16px;
  }
  .l-main .fv__tc--left picture {
    width: 100%;
    margin-bottom: 16px;
  }
  .l-main .fv__tc::after {
    height: 100%;
    left: -12px;
  }
  .l-main .work .c-h2 {
    font-size: 32px;
    line-height: 1.6;
    padding-top: 0;
    max-width: 100%;
    margin: 0 auto 24px;
  }
  .l-main .work__tc {
    gap: 40px;
    max-width: 100%;
  }
  .l-main .work__tc .c-bold {
    font-weight: 500;
  }
  .l-main .work__tc div {
    padding-bottom: 56px;
  }
  .l-main .lookingfor .c-h2 {
    max-width: 100%;
    padding-top: 0;
  }
  .l-main .lookingfor__ul {
    max-width: 100%;
    margin-bottom: 64px;
  }
  .l-main .lookingfor__ul li .c-h3 {
    margin-bottom: 12px;
  }
  .l-main .lookingfor__bottom {
    margin-bottom: 68px;
  }
  .l-main .lookingfor__bottom li {
    font-size: 20px;
  }
  .l-main .lookingfor::before {
    left: calc(50% - 12.5px);
    bottom: -372px;
  }
  .l-main .lookingfor::after {
    width: 1500px;
    bottom: -200px;
  }
  .l-main .faq .c-h2 {
    padding-top: 75px;
  }
  .l-main .faq__accordion {
    max-width: 880px;
    margin: 0 auto 80px;
    padding: 20px 8px;
  }
  .l-main .faq__accordion .accordion .ques {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 34px;
    padding-right: 42px;
  }
  .l-main .faq__accordion .accordion .ques::before {
    font-size: 20px;
    line-height: 1.6;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
  }
  .l-main .faq__accordion .accordion .ques::after {
    width: 30px;
    height: 30px;
  }
  .l-main .faq__accordion .accordion .ans {
    margin-left: 0;
    padding: 0 0 var(--pd);
    padding-left: 34px;
  }
  .l-main .faq__accordion .accordion .ans::before {
    font-size: 20px;
    line-height: 1.6;
    left: 8px;
  }
  .l-main .faq__accordion .accordion.is_open .ans {
    --mheight: 303px;
    --pd: 10px;
  }
  .l-main .faq__accordion .accordion.is_open .ans::before {
    --bheight: 10px;
  }
  .l-main .recruit__accordion {
    max-width: 880px;
    margin: 0 auto 80px;
    padding: 14px 8px;
  }
  .l-main .recruit__accordion .accordion .ques {
    font-size: 16px;
    line-height: 44px;
  }
  .l-main .recruit__accordion .accordion .ans {
    font-size: 14px;
    line-height: 2;
  }
  .l-main .recruit__accordion .accordion .ans table tr th {
    font-size: 15px;
    line-height: 1.5;
    width: 30%;
    padding: 8px 0;
  }
  .l-main .recruit__accordion .accordion .ans table tr td {
    font-size: 14px;
    line-height: 2;
    width: 70%;
    padding: 14px;
  }
  .l-main .recruit__accordion .accordion::before {
    width: 30px;
    height: 30px;
    top: 21px;
    right: 8px;
  }
  .l-main .recruit__accordion .accordion .ques::after {
    font-size: 30px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    top: 21px;
    right: 8px;
  }
  .l-main .recruit__accordion .accordion.is_open .ans {
    --mheight: 2500px;
  }
  .l-main .recruit__accordion .accordion.is_open .ans::before {
    --bheight: 10px;
  }
  .l-main .modal__content button {
    top: 12px;
    right: 12px;
  }
  .l-main .modal__inner {
    padding: 40px 18px;
  }
  .l-main .modal__inner .title {
    font-size: 27px;
    margin-bottom: 8px;
  }
  .l-main .modal__inner--tc {
    gap: 0;
  }
  .l-main .modal__inner--tc picture {
    width: 100%;
    margin-bottom: 16px;
  }
  .l-main .modal__inner--tc div {
    width: 100%;
  }
  .l-main .modal__inner--tc span {
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .l-main .modal__inner--tc span.subtitle {
    font-size: 14px;
  }
  .l-main .modal__content.workmodal .tcolumn div ul li::before{
    top: 12px;
  }
}
@media screen and (max-width: 1275px) and (min-width: 768px) {
  .u-hidden-tab {
    display: none;
  }
}
@media screen and (max-width: 1075px) and (min-width: 768px) {
  .u-hidden-tabmin {
    display: none;
  }
}