/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.mv {
  position: relative;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  width: 344px;
  aspect-ratio: 911/467;
  background: url("../images/common/img_wave_01.svg") center/100% auto no-repeat;
  mix-blend-mode: multiply;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 124px;
  aspect-ratio: 305/222;
  background: url("../images/common/img_wave_02.svg") center/100% auto no-repeat;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.mv_top {
  padding-top: 87px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 2;
}
.mv_heading {
  position: absolute;
  top: 300px;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 9px;
  z-index: 2;
}
.mv_heading__txt {
  padding: 4px 11px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}
.mv_heading__txt:nth-child(2) {
  margin-top: 22px;
}
.mv_l {
  width: 100%;
}
.mv_r {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv_txt {
  margin-bottom: 15px;
  color: #2C4198;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.mv_img {
  position: relative;
}
.mv_img__01 {
  margin-bottom: 166px;
}
.mv_img__01::before {
  content: "";
  position: absolute;
  top: -46px;
  left: -82px;
  width: 108px;
  aspect-ratio: 168/102;
  background: url("../images/top/img_cloud_02.svg") center/100% auto no-repeat;
  z-index: -1;
}
.mv_img__01::after {
  content: "";
  position: absolute;
  top: 27px;
  right: -122px;
  width: 126px;
  aspect-ratio: 168/102;
  background: url("../images/top/img_cloud_02.svg") center/100% auto no-repeat;
  z-index: -1;
}
.mv_img__02::before {
  content: "";
  position: absolute;
  top: -75px;
  left: calc(50% + 30px);
  width: 88px;
  aspect-ratio: 89/54;
  background: url("../images/top/img_cloud_03.svg") center/100% auto no-repeat;
  z-index: -1;
}
.mv_bot {
  position: relative;
  margin-top: -56px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 3;
}
.mv_bot__img {
  width: 175px;
}
.mv_bot__img img {
  border-radius: 30px;
}
.mv_bot__nav {
  display: none;
}

.news {
  position: relative;
  padding: 30px 0 62px;
}
.news::after {
  content: "";
  position: absolute;
  bottom: max(-10.94vw, -210px);
  left: 0;
  width: 100%;
  aspect-ratio: 1600/282;
  background: url("../images/top/img_wave_03.svg") top center/100% auto no-repeat;
}
.news_wrapper {
  position: relative;
  margin-left: -4px;
  padding: 25px 10px 25px 30px;
  width: 100%;
  display: flex;
  gap: 33px;
  z-index: 2;
}
.news_wrapper::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: -22px;
  width: 144px;
  aspect-ratio: 144/163;
  background: url("../images/top/img_news_01_sp.svg") center/100% auto no-repeat;
  z-index: 2;
}
.news_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #FFFCDE;
  border-radius: 25px 0 0 25px;
  z-index: -1;
}
.news_heading {
  flex-shrink: 0;
}
.news_content {
  flex-grow: 1;
  min-height: 194px;
}
.news_list {
  margin-bottom: 11px;
}
.news_item {
  line-height: 1.5;
}
.news_item:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}
.news_item__link {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
.news_item__date {
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.news_item__ttl {
  flex-grow: 1;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_btn {
  text-align: right;
}
.news_btn__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2C4198;
  font-weight: 700;
  font-size: 0.75rem;
}
.news_btn__link::after {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  background: url("../images/common/icon_arr_blue.svg") center/100% auto no-repeat;
}

.intro {
  padding: 30px 0 77px;
  background: #fff;
}
.intro_wrapper {
  position: relative;
  padding-bottom: 55px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.intro_l {
  width: 100%;
}
.intro_r {
  width: 100%;
}
.intro_heading {
  margin-bottom: 15px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.7307692308;
}
.intro_desc {
  margin-bottom: 11px;
}
.intro_sub {
  text-align: right;
}
.intro_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.intro_img {
  margin-right: min(max((100vw - 1200px) / -2, -353px), -20px);
}
.intro_img img {
  border-radius: 30px 0 0 30px;
}

.init {
  padding: 118px 0;
}
.init_wrapper {
  position: relative;
  padding: 25px 28px 100px 20px;
  border-radius: 60px;
  background: url("../images/top/bg_init_01.webp") center/cover repeat;
}
.init_wrapper::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
  width: 3px;
  background: #2C4198;
}
.init_heading {
  margin-bottom: 60px;
  color: #2C4198;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-align: center;
}
.init_list {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.init_item {
  position: relative;
}
.init_item__num {
  position: absolute;
  bottom: -10px;
  right: 8px;
  color: #fff;
  font-size: 3.8125rem;
  font-weight: 700;
  line-height: 1;
  z-index: 3;
}
.init_item__ttl {
  position: absolute;
  top: -16px;
  padding: 16px 17px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  z-index: 3;
}
.init_item__img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  filter: drop-shadow(8px 8px 0 #fff);
  z-index: 2;
}
.init_img {
  position: absolute;
}
.init_img__01 {
  top: 124px;
  right: -60px;
}
.init_img__02 {
  bottom: -6px;
  left: 77px;
}

.office {
  padding: 60px 0;
  background: #fff;
}
.office_wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
.office_img {
  position: relative;
}
.office_img__item {
  position: absolute;
  line-height: 1;
}
.office_img__item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(6.92vw, 40px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: min(4.84vw, 1.75rem);
  font-weight: 700;
  color: #fff;
}
.office_img__item a.orange {
  background: #E67339;
}
.office_img__item a.blue {
  background: #2C4198;
}
.office_img__item a.brown {
  background: #8B5E3C;
}
.office_img__item:nth-child(1) {
  top: min(66.44vw, 384px);
  left: min(56.06vw, 324px);
}
.office_img__item:nth-child(2) {
  top: min(25.43vw, 147px);
  left: min(65.74vw, 380px);
}
.office_img__item:nth-child(3) {
  top: min(60.73vw, 351px);
  left: min(69.03vw, 399px);
}
.office_img__item:nth-child(4) {
  top: min(79.76vw, 461px);
  left: min(57.79vw, 334px);
}
.office_img__item:nth-child(5) {
  top: min(15.05vw, 87px);
  left: min(70.93vw, 410px);
}
.office_img__item:nth-child(6) {
  top: min(63.49vw, 367px);
  left: min(64.36vw, 372px);
}
.office_img__item:nth-child(7) {
  top: min(35.47vw, 205px);
  left: min(40.31vw, 233px);
}
.office_img__item:nth-child(8) {
  top: min(47.23vw, 273px);
  left: min(45.16vw, 261px);
}
.office_heading {
  position: relative;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4CAF50;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.office_heading::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  aspect-ratio: 20/29;
  background: url("../images/top/icon_location_01.svg") center/100% auto no-repeat;
}
.office_heading::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -145px;
  transform: translateY(-50%);
  width: 125px;
  aspect-ratio: 381/181;
  background: url("../images/top/img_location_02.webp") center/100% auto no-repeat;
}
.office_desc {
  margin-bottom: 25px;
}
.office_ttl {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.office_ttl::before {
  content: "";
  margin-top: 2px;
  flex-shrink: 0;
  width: 40px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.office_ttl__01 {
  color: #E67339;
}
.office_ttl__01::before {
  background-image: url("../images/top/icon_location_02.svg");
  background-size: 40px auto;
}
.office_ttl__02 {
  color: #2C4198;
}
.office_ttl__02::before {
  background-image: url("../images/top/icon_location_03.svg");
  background-size: 40px auto;
}
.office_ttl__03 {
  color: #8B5E3C;
  font-size: 1.25rem;
}
.office_ttl__03::before {
  background-image: url("../images/top/icon_location_04.svg");
  background-size: 30px auto;
}
.office_box:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid transparent;
  background-image: repeating-linear-gradient(to right, #E2E2E2 0, #E2E2E2 5px, transparent 5px, transparent 10px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.office_grid {
  display: grid;
  justify-content: space-between;
  gap: 14px 20px;
}
.office_grid__col2 {
  grid-template-columns: 1fr;
}
.office_grid__col3 {
  grid-template-columns: 1fr;
}
.office_list__01 {
  padding-right: 11px;
}
.office_list__01 .item_num {
  background: #E67339;
}
.office_list__01 .item_ttl {
  color: #E67339;
}
.office_list__01 .item_link::after {
  background-image: url("../images/common/icon_arr_orange.svg");
}
.office_list__02 .item_num {
  background: #2C4198;
}
.office_list__02 .item_ttl {
  color: #2C4198;
}
.office_list__02 .item_link::after {
  background-image: url("../images/common/icon_arr_blue.svg");
}
.office_list__03 .item_num {
  background: #8B5E3C;
}
.office_list__03 .item_ttl {
  color: #8B5E3C;
}
.office_list__03 .item_link::after {
  background-image: url("../images/common/icon_arr_brown.svg");
}
.office_list__item {
  line-height: 1;
}
.office_list .item_link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 23px;
}
.office_list .item_link::after {
  content: "";
  flex-shrink: 0;
  width: 15px;
  aspect-ratio: 1/1;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.office_list .item_num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.office_list .item_ttl {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.resource {
  position: relative;
  z-index: 3;
}
.resource::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - min(8.75vw, 140px));
  background: #fff;
  z-index: -1;
}
.resource_wrapper {
  position: relative;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  border-radius: 30px;
  background: url("../images/top/bg_resource_01.webp") center/cover no-repeat;
}
.resource_wrapper::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -32px;
  width: 160px;
  aspect-ratio: 325/191;
  background: url("../images/top/img_resource_02.webp") center/100% auto no-repeat;
}
.resource_content {
  flex-shrink: 0;
}
.resource_heading {
  margin-bottom: 15px;
  text-align: center;
}
.resource_desc {
  margin-bottom: 15px;
}
.resource_btn {
  text-align: center;
}

.video {
  position: relative;
  margin-top: max(-8.75vw, -140px);
}
.video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: min(10.13vw, 162px);
  background: url("../images/top/img_cloud_04.webp") bottom center/227px auto repeat-x;
  z-index: 2;
}
.video::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 189px;
  aspect-ratio: 1600/189;
  background: url("../images/top/bg_video_01.webp") top center/100% auto repeat-x;
  z-index: 2;
}
.video_heading {
  position: absolute;
  top: calc(50% + 28px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: 300;
  color: #FF00F7;
  text-align: center;
  z-index: 2;
}
.video_wrapper {
  width: 100%;
  max-height: 779px;
  min-height: 240px;
  aspect-ratio: 1600/779;
}
.video_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit {
  margin-top: max(-6vw, -113px);
  padding: 70px 0 116px;
  position: relative;
  background: url("../images/top/bg_recruit_02.webp") 50% min(6.75vw, 110px)/cover no-repeat;
  z-index: 2;
}
.recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/111;
  min-height: min(6.94vw, 111px);
  background: url("../images/top/bg_recruit_01.webp") top center/100% auto no-repeat;
  z-index: -1;
}
.recruit_sub {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.recruit_sub__jp {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.recruit_sub__jp::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  aspect-ratio: 1/1;
  background: #E67339;
  border-radius: 50%;
  z-index: -1;
}
.recruit_sub__en {
  color: #8B5E3C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.recruit_heading {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.recruit_heading::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: -10px;
  transform: translateY(-50%);
  width: max(min(17.08vw, 246px), 110px);
  aspect-ratio: 246/200;
  background: url("../images/top/img_recruit_01.svg") center/cover no-repeat;
  z-index: -1;
}
.recruit_desc {
  margin-bottom: 15px;
  text-align: center;
}
.recruit_btn {
  margin-bottom: 30px;
  text-align: center;
}

.interview {
  margin-bottom: 80px;
}
.interview_wrapper {
  position: relative;
  margin-right: -20px;
  padding: 40px 30px 60px;
  background: #fff;
  border-radius: 25px 0 0 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.interview_wrapper::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 30px;
  width: 74px;
  aspect-ratio: 113/189;
  background: url("../images/top/img_recruit_02.svg") center/100% auto no-repeat;
}
.interview_content {
  flex-shrink: 0;
}
.interview_heading {
  margin-bottom: 15px;
}
.interview_heading__en {
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}
.interview_desc {
  margin-bottom: 15px;
}
.interview_btn {
  text-align: left;
}
.interview_list {
  margin-right: -30px;
  padding: 0 15px;
}
.interview_carousel .slick-list {
  padding: 20px 0;
  margin: 0 -15px;
}
.interview_item {
  margin: 0 15px;
  position: relative;
  width: min(72.22vw, 360px);
}
.interview_item__ttl {
  position: absolute;
  top: -16px;
  right: -16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 5px;
}
.interview_item__ttl > span {
  padding: 10px 17px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
}
.interview_item__ttl > span:nth-child(2) {
  margin-top: 20px;
}
.interview_item__ttl > span.gap_lg {
  margin-top: 20px;
}
.interview_item__img img {
  border-radius: 30px;
}
.interview_item__caption {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.number_heading {
  margin-bottom: 15px;
  text-align: center;
}
.number_heading__en {
  margin-bottom: 4px;
}
.number_desc {
  margin-bottom: 30px;
  text-align: center;
}
.number_grid {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "r1 r2" "r3 r3" "r4 r4";
  gap: 16px;
}
.number_ttl {
  margin-bottom: 5px;
  color: #2C4198;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.number_item {
  padding: 25px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
}
.number_item:nth-child(1) {
  grid-area: r1;
}
.number_item:nth-child(2) {
  grid-area: r2;
}
.number_item:nth-child(3) {
  grid-area: r3;
}
.number_item:nth-child(4) {
  grid-area: r4;
}
.number_item__value {
  position: relative;
  color: #E67339;
  font-size: 1.125rem;
  font-weight: 700;
}
.number_item__num {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.number_item__chart {
  position: relative;
  max-width: 332px;
}
.number_item__chart::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -50px;
  width: 56px;
  aspect-ratio: 79/82;
  background: url("../images/top/icon_num_05.svg") center/100% auto no-repeat;
}
.number_item__chart__value {
  position: absolute;
  bottom: min(17.92vw, 110px);
  right: min(6.35vw, 39px);
  color: #fff;
  font-size: min(4.56vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}
.number_item__chart__value .num {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(12.21vw, 4.6875rem);
  top: 0.05em;
}
.number_item__illust {
  position: relative;
}
.number_item__illust::after {
  content: "";
  position: absolute;
  top: -32px;
  right: -25px;
  width: 125px;
  aspect-ratio: 302/177;
  background: url("../images/top/img_recruit_03.svg") center/100% auto no-repeat;
}
.number_item .colon {
  margin: 0 -19px;
}
.number_item .space {
  margin-right: 6px;
}
.number_item .type01 {
  padding-left: 25px;
}
.number_item .type01::before {
  content: "";
  position: absolute;
  top: 53%;
  left: -13px;
  transform: translateY(-50%);
  width: 28px;
  aspect-ratio: 47/55;
  background: url("../images/top/icon_num_01.svg") center/100% auto no-repeat;
}
.number_item .type02 {
  display: flex;
  align-items: center;
  gap: 6px;
}
.number_item .type03 {
  padding-left: 35px;
}
.number_item .type03::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -42px;
  transform: translateY(-50%);
  width: 56px;
  aspect-ratio: 83/60;
  background: url("../images/top/icon_num_04.svg") center/100% auto no-repeat;
}
.number_btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv_top {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mv_txt {
    line-height: 1.55;
  }
  .mv_img__03 {
    position: absolute;
    top: 345px;
    left: calc(50% - 100px);
    transform: translateX(-50%);
    width: 270px;
  }
  .init_wrapper {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .init_item {
    width: min(100% - max(17.22vw, 62px), 480px);
  }
  .init_item:nth-child(even) {
    align-self: flex-end;
  }
  .init_item:nth-child(even) .init_item__ttl {
    left: auto;
    right: 16px;
  }
  .init_item:nth-child(even) .init_item__num {
    right: auto;
    left: 22px;
  }
  .init_item__ttl {
    left: 16px;
  }
  .init_img__02 {
    width: 160px;
    bottom: -2px;
    left: 46px;
  }
  .office_img {
    margin: 0 auto;
    width: 538px;
    max-width: 100%;
  }
  .resource_img {
    max-width: 306px;
  }
  .number_item__chart {
    width: 60%;
  }
  .number_item .type02 img {
    height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .mv::before {
    left: -95px;
    width: min(56.94vw, 911px);
  }
  .mv::after {
    width: min(19.06vw, 305px);
  }
  .mv_top {
    flex-direction: row;
    padding-top: 103px;
  }
  .mv_heading {
    top: min(11.18vw, 161px);
    left: -10px;
    right: auto;
    gap: min(1.6vw, 23px);
  }
  .mv_heading__txt {
    padding: min(1.88vw, 27px) min(2.06vw, 33px) min(1.11vw, 16px);
    font-size: min(2.08vw, 1.875rem);
  }
  .mv_heading__txt:nth-child(2) {
    margin-top: min(4.03vw, 58px);
  }
  .mv_l {
    padding-bottom: min(3.33vw, 48px);
    width: 39.6%;
  }
  .mv_r {
    margin-left: -10px;
    padding-right: 19px;
  }
  .mv_txt {
    padding-left: 17px;
    margin-bottom: 26px;
    font-size: 0.875rem;
  }
  .mv_img__01 {
    margin-bottom: 49px;
    padding-left: 10px;
  }
  .mv_img__01 img {
    width: min(38.03vw, 548px);
  }
  .mv_img__01::before {
    top: min(-11.13vw, -178px);
    left: min(-7.69vw, -123px);
    width: min(13.13vw, 189px);
    aspect-ratio: 189/103;
    background: url("../images/top/img_cloud_01.svg") center/100% auto no-repeat;
  }
  .mv_img__01::after {
    top: -51px;
    right: -204px;
    width: 168px;
  }
  .mv_img__02 {
    width: min(52.25vw, 836px);
  }
  .mv_img__02::before {
    top: -35px;
    left: 69px;
  }
  .mv_img__02::after {
    content: "";
    position: absolute;
    top: -78px;
    right: 20px;
    width: 88px;
    aspect-ratio: 88/70;
    background: url("../images/top/img_bird_01.svg") center/100% auto no-repeat;
    z-index: -1;
  }
  .mv_img__03 {
    margin-left: -87px;
    margin-right: -56px;
  }
  .mv_bot {
    margin-top: -59px;
    gap: min(5.56vw, 80px);
  }
  .mv_bot__img {
    width: min(26.29%, 368px);
  }
  .news {
    padding: 52px 0 min(6.72vw, 129px);
  }
  .news_wrapper {
    margin-left: auto;
    padding: min(3.61vw, 52px) min(1.04vw, 15px) min(3.61vw, 52px) min(8.06vw, 116px);
    gap: min(4.56vw, 73px);
    width: 80%;
  }
  .news_wrapper::before {
    bottom: 24px;
    left: max(-20.83vw, -160px);
    width: min(36.46vw, 280px);
    aspect-ratio: 520/250;
    background-image: url("../images/top/img_news_01.svg");
  }
  .news_wrapper::after {
    border-radius: 50px 0 0 50px;
  }
  .news_content {
    min-height: 175px;
  }
  .news_item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 16px;
  }
  .news_item__link {
    flex-direction: row;
    gap: 20px;
    font-size: 1.0625rem;
  }
  .news_btn {
    padding-right: 6px;
  }
  .news_btn__link {
    font-size: 1rem;
  }
  .news_btn__link::after {
    width: 18px;
  }
  .intro {
    padding: 41px 0 61px;
  }
  .intro_wrapper {
    padding-bottom: 85px;
  }
  .intro_heading {
    margin-bottom: 21px;
    font-size: 1.625rem;
  }
  .init {
    padding: 59px 0;
    background: #fff;
  }
  .init_wrapper {
    padding: max(min(5vw, 70px), 50px) min(7.14vw, 100px);
  }
  .init_wrapper::before {
    top: -28px;
    height: 70px;
  }
  .init_heading {
    margin-bottom: 0;
    font-size: 1.75rem;
  }
  .init_list {
    flex-direction: row;
    align-items: flex-start;
    margin-top: -3px;
    gap: 0;
  }
  .init_item:first-child {
    margin-right: min(5vw, 70px);
  }
  .init_item:first-child .init_item__ttl {
    left: 20px;
  }
  .init_item:nth-child(2) {
    margin-top: min(4.65vw, 67px);
    margin-right: min(5.56vw, 80px);
  }
  .init_item:nth-child(2) .init_item__num {
    bottom: -10px;
    right: auto;
    left: 28px;
  }
  .init_item:nth-child(2) .init_item__ttl {
    top: -26px;
    right: 6px;
  }
  .init_item:last-child .init_item__num {
    right: 15px;
  }
  .init_item:last-child .init_item__ttl {
    right: -15px;
  }
  .init_item__num {
    bottom: -13px;
    right: 10px;
    font-size: min(5.42vw, 4.875rem);
  }
  .init_item__ttl {
    top: max(-1.39vw, -20px);
    padding: min(1.39vw, 20px) min(1.67vw, 24px) min(0.76vw, 11px) min(1.53vw, 22px);
    font-size: min(1.39vw, 1.25rem);
  }
  .init_item__img {
    border-radius: min(2.08vw, 30px);
    filter: drop-shadow(10px 10px 0 #fff);
  }
  .init_img__01 {
    top: -27px;
    right: 79px;
  }
  .office {
    padding: 17px 0 67px;
  }
  .office_wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .office_img {
    width: min(43.39vw, 538px);
  }
  .office_img__item a {
    width: min(3.23vw, 40px);
    font-size: min(2.26vw, 1.75rem);
  }
  .office_img__item:nth-child(1) {
    top: min(30.97vw, 384px);
    left: min(26.13vw, 324px);
  }
  .office_img__item:nth-child(2) {
    top: min(11.85vw, 147px);
    left: min(30.65vw, 380px);
  }
  .office_img__item:nth-child(3) {
    top: min(28.31vw, 351px);
    left: min(32.18vw, 399px);
  }
  .office_img__item:nth-child(4) {
    top: min(37.18vw, 461px);
    left: min(26.94vw, 334px);
  }
  .office_img__item:nth-child(5) {
    top: min(7.02vw, 87px);
    left: min(33.06vw, 410px);
  }
  .office_img__item:nth-child(6) {
    top: min(29.6vw, 367px);
    left: min(30vw, 372px);
  }
  .office_img__item:nth-child(7) {
    top: min(16.53vw, 205px);
    left: min(18.79vw, 233px);
  }
  .office_img__item:nth-child(8) {
    top: min(22.02vw, 273px);
    left: min(21.05vw, 261px);
  }
  .office_content {
    padding-bottom: 25px;
    width: 46%;
  }
  .office_heading {
    margin-bottom: 22px;
    gap: 12px;
    font-size: 1.75rem;
  }
  .office_heading::before {
    width: 20px;
  }
  .office_heading::after {
    top: calc(50% - 17px);
    right: -232px;
    width: 191px;
  }
  .office_desc {
    margin-bottom: 35px;
  }
  .office_ttl {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .office_ttl::before {
    margin-top: 5px;
    width: 52px;
    height: 28px;
  }
  .office_ttl__01::before {
    background-size: 52px auto;
  }
  .office_ttl__02::before {
    background-size: 52px auto;
  }
  .office_ttl__03 {
    padding-top: 3px;
  }
  .office_ttl__03::before {
    background-size: 38px auto;
  }
  .office_box:not(:last-child) {
    margin-bottom: 23px;
    padding-bottom: 27px;
  }
  .office_list__02 {
    padding-right: 18px;
  }
  .office_list .item_link {
    padding-left: 25px;
    gap: 10px;
  }
  .office_list .item_link::after {
    width: 18px;
  }
  .office_list .item_num {
    font-size: 0.875rem;
    width: 20px;
  }
  .office_list .item_ttl {
    font-size: 1.125rem;
  }
  .resource_wrapper {
    padding: min(2.69vw, 43px) min(5.69vw, 91px) min(2.69vw, 43px) min(6.94vw, 100px);
    flex-direction: row;
    align-items: center;
    border-radius: 60px;
  }
  .resource_wrapper::after {
    bottom: max(-3.47vw, -50px);
    left: max(-4.44vw, -64px);
    width: min(22.57vw, 325px);
  }
  .resource_content {
    padding-top: 25px;
    width: 58.468%;
  }
  .resource_heading {
    margin-bottom: 25px;
    text-align: left;
  }
  .resource_desc {
    margin-bottom: 25px;
  }
  .resource_btn {
    text-align: right;
  }
  .recruit {
    margin-top: max(-7.06vw, -113px);
    padding: 97px 0 188px;
  }
  .recruit_sub__jp {
    font-size: 1.25rem;
  }
  .recruit_sub__jp::after {
    width: 134px;
  }
  .recruit_sub__en {
    font-size: 0.9375rem;
  }
  .recruit_heading {
    margin-bottom: 27px;
    font-size: 2.875rem;
  }
  .recruit_heading::after {
    top: calc(50% - 23px);
    right: 0;
  }
  .recruit_desc {
    margin-bottom: 17px;
  }
  .recruit_btn {
    margin-bottom: 45px;
  }
  .interview {
    margin-bottom: 100px;
  }
  .interview_wrapper {
    padding: 40px 30px 60px 100px;
    border-radius: 90px 0 0 90px;
  }
  .interview_heading {
    margin-bottom: 25px;
  }
  .interview_btn {
    text-align: right;
  }
  .interview_btn a {
    min-width: 260px;
  }
  .interview_item {
    margin: 0 35px;
    width: 550px;
  }
  .interview_item__ttl {
    top: -30px;
    right: -36px;
    gap: 10px;
  }
  .interview_item__ttl > span {
    padding: 16px 21px;
    font-size: 1.5rem;
  }
  .interview_item__ttl > span:nth-child(2) {
    margin-top: 47px;
  }
  .interview_item__ttl > span.gap_lg {
    margin-top: 100px;
  }
  .interview_item__caption {
    font-size: 1rem;
  }
  .number_heading {
    margin-bottom: 26px;
  }
  .number_desc {
    margin-bottom: 41px;
  }
  .number_grid {
    margin-bottom: 50px;
    gap: 20px;
  }
  .number_ttl {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .number_item {
    padding: 30px 20px 34px;
    border-radius: 30px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.16);
  }
  .number_item__value {
    font-size: 1.75rem;
  }
  .number_item__num {
    font-size: 4.6875rem;
  }
  .number_item__chart::after {
    right: -81px;
    width: 79px;
  }
  .number_item__chart__value {
    bottom: 110px;
    right: 39px;
    font-size: 1.75rem;
  }
  .number_item__chart__value .num {
    font-size: 4.6875rem;
  }
  .number_item .type01 {
    padding-left: 45px;
  }
  .number_item .type01::before {
    left: -18px;
    width: 47px;
  }
  .number_item .type02 {
    padding-left: 7px;
  }
  .number_item .type02 img {
    padding-top: 8px;
  }
  .number_item .type03::before {
    left: -92px;
    width: 83px;
  }
  .number_btn {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .mv_bot {
    justify-content: flex-end;
  }
  .mv_bot__nav {
    display: block;
  }
  .intro_wrapper {
    padding-bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
  .intro_l {
    width: 45.834%;
  }
  .intro_r {
    width: 45.667%;
  }
  .intro_sub {
    margin-bottom: 45px;
    padding-right: 17px;
  }
  .intro_btn {
    position: unset;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .news_wrapper {
    width: min(64.14%, 898px);
  }
  .news_wrapper::before {
    left: max(-29.86vw, -430px);
    width: min(36.11vw, 520px);
  }
  .office_grid__col2 {
    grid-template-columns: repeat(2, auto);
  }
  .office_grid__col3 {
    grid-template-columns: repeat(3, auto);
  }
  .interview_wrapper {
    padding: 30px 0 14px min(7.15vw, 103px);
    margin-right: min((100vw - 50%) / -2, -20px);
    flex-direction: row;
    align-items: center;
    gap: 57px;
  }
  .interview_wrapper::before {
    bottom: -34px;
    left: 100px;
    width: 113px;
  }
  .interview_content {
    padding: 30px 0 36px;
    width: 396px;
  }
  .interview_list {
    margin-right: 0;
    padding: 0 35px;
    width: calc(100% - 453px);
  }
  .interview_carousel .slick-list {
    padding: 30px 0;
    margin: 0 -35px;
  }
  .number_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "r1 r2 r4 r4" "r3 r3 r4 r4";
  }
  .number_item__illust::after {
    top: max(-9.51vw, -137px);
    right: max(-8.82vw, -127px);
    width: min(20.97vw, 302px);
  }
}
@media screen and (min-width: 1460px) {
  .mv_heading {
    left: -31px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .office_img__item a:hover {
    opacity: 1;
    transform: translateY(-5px);
  }
}
/*# sourceMappingURL=maps/top.css.map */
