@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
:root {
  /* text-color */
  --text-color-white: #fff;
  --text-color-light-white: rgba(255, 255, 255, 0.9);
  --text-color-black: #000;
  --text-color-light-black: #242424;
  --text-color-primary: #00a196;
  --text-color-gray: #595757;
  --text-color-link-gray: #666666;
  --text-color-link-blue: #00a196;
  --text-color-title-black: #1c1c1c;
  --text-color-disabled: #949494;
  --text-color-disabled-light: #c9c9c9;
  /* bg-color */
  --bg-color-primary: #e5faf9;
  --bg-color-white: #fff;
  --bg-color-black: #000;
  --bg-color-light-black: #242424;
  --bg-color-gray: #595757;
  --bg-color-link-gray: #666666;
  --bg-color-link-primary: #02ada4;
  --bg-color-link-disabled: #949494;
  --bg-color-menu: #eefcff;
  /* brand-color */
  --brand-color-primary: #00a196;
  --brand-color-student: #1ebfb4;
  --brand-color-career: #11caf4;
  /* bg-focus */
  --bg-focus: #04a196;
  /* page-width */
  --page-max-width-pc: 1440px;
  --page-width-pc: 966px;
  --page-width-sp: 375px;
  /* spacing */
  --spacing-3lg: 60px;
  --spacing-2lg: 40px;
  --spacing-lg: 24px;
  --spacing-md: 16px;
  --spacing-sm: 12px;
  --spacing-xs: 8px;
  --spacing-2xs: 4px;
  /*sp px */
  --sp-kv-height: calc(505 / 375 * 100vw);
  --sp-kv-bg-wrapper-height: calc(593 / 375 * 100vw);
  --1px: calc(1 / 375 * 100vw);
  --2px: calc(2 / 375 * 100vw);
  --3px: calc(3 / 375 * 100vw);
  --4px: calc(4 / 375 * 100vw);
  --5px: calc(5 / 375 * 100vw);
  --6px: calc(6 / 375 * 100vw);
  --7px: calc(7 / 375 * 100vw);
  --8px: calc(8 / 375 * 100vw);
  --9px: calc(9 / 375 * 100vw);
  --10px: calc(10 / 375 * 100vw);
  --11px: calc(11 / 375 * 100vw);
  --12px: calc(12 / 375 * 100vw);
  --13px: calc(13 / 375 * 100vw);
  --14px: calc(14 / 375 * 100vw);
  --15px: calc(15 / 375 * 100vw);
  --16px: calc(16 / 375 * 100vw);
  --17px: calc(17 / 375 * 100vw);
  --18px: calc(18 / 375 * 100vw);
  --19px: calc(19 / 375 * 100vw);
  --20px: calc(20 / 375 * 100vw);
  --21px: calc(21 / 375 * 100vw);
  --22px: calc(22 / 375 * 100vw);
  --23px: calc(23 / 375 * 100vw);
  --24px: calc(24 / 375 * 100vw);
  --25px: calc(25 / 375 * 100vw);
  --26px: calc(26 / 375 * 100vw);
  --27px: calc(27 / 375 * 100vw);
  --28px: calc(28 / 375 * 100vw);
  --29px: calc(29 / 375 * 100vw);
  --30px: calc(30 / 375 * 100vw);
  --31px: calc(31 / 375 * 100vw);
  --32px: calc(32 / 375 * 100vw);
  --33px: calc(33 / 375 * 100vw);
  --34px: calc(34 / 375 * 100vw);
  --35px: calc(35 / 375 * 100vw);
  --36px: calc(36 / 375 * 100vw);
  --37px: calc(37 / 375 * 100vw);
  --38px: calc(38 / 375 * 100vw);
  --39px: calc(39 / 375 * 100vw);
  --40px: calc(40 / 375 * 100vw);
  --41px: calc(41 / 375 * 100vw);
  --42px: calc(42 / 375 * 100vw);
  --43px: calc(43 / 375 * 100vw);
  --44px: calc(44 / 375 * 100vw);
  --45px: calc(45 / 375 * 100vw);
  --46px: calc(46 / 375 * 100vw);
  --47px: calc(47 / 375 * 100vw);
  --48px: calc(48 / 375 * 100vw);
  --49px: calc(49 / 375 * 100vw);
  --50px: calc(50 / 375 * 100vw);
  --51px: calc(51 / 375 * 100vw);
  --52px: calc(52 / 375 * 100vw);
  --53px: calc(53 / 375 * 100vw);
  --54px: calc(54 / 375 * 100vw);
  --55px: calc(55 / 375 * 100vw);
  --56px: calc(56 / 375 * 100vw);
  --57px: calc(57 / 375 * 100vw);
  --58px: calc(58 / 375 * 100vw);
  --59px: calc(59 / 375 * 100vw);
  --60px: calc(60 / 375 * 100vw);
  --61px: calc(61 / 375 * 100vw);
  --62px: calc(62 / 375 * 100vw);
  --63px: calc(63 / 375 * 100vw);
  --64px: calc(64 / 375 * 100vw);
  --65px: calc(65 / 375 * 100vw);
  --66px: calc(66 / 375 * 100vw);
  --67px: calc(67 / 375 * 100vw);
  --68px: calc(68 / 375 * 100vw);
  --69px: calc(69 / 375 * 100vw);
  --70px: calc(70 / 375 * 100vw);
  --71px: calc(71 / 375 * 100vw);
  --72px: calc(72 / 375 * 100vw);
  --73px: calc(73 / 375 * 100vw);
  --74px: calc(74 / 375 * 100vw);
  --75px: calc(75 / 375 * 100vw);
  --76px: calc(76 / 375 * 100vw);
  --77px: calc(77 / 375 * 100vw);
  --78px: calc(78 / 375 * 100vw);
  --79px: calc(79 / 375 * 100vw);
  --80px: calc(80 / 375 * 100vw);
  --81px: calc(81 / 375 * 100vw);
  --82px: calc(82 / 375 * 100vw);
  --83px: calc(83 / 375 * 100vw);
  --84px: calc(84 / 375 * 100vw);
  --85px: calc(85 / 375 * 100vw);
  --86px: calc(86 / 375 * 100vw);
  --87px: calc(87 / 375 * 100vw);
  --88px: calc(88 / 375 * 100vw);
  --89px: calc(89 / 375 * 100vw);
  --90px: calc(90 / 375 * 100vw);
  --91px: calc(91 / 375 * 100vw);
  --92px: calc(92 / 375 * 100vw);
  --93px: calc(93 / 375 * 100vw);
  --94px: calc(94 / 375 * 100vw);
  --95px: calc(95 / 375 * 100vw);
  --96px: calc(96 / 375 * 100vw);
  --97px: calc(97 / 375 * 100vw);
  --98px: calc(98 / 375 * 100vw);
  --99px: calc(99 / 375 * 100vw);
  --100px: calc(100 / 375 * 100vw);
  --101px: calc(101 / 375 * 100vw);
  --102px: calc(102 / 375 * 100vw);
  --103px: calc(103 / 375 * 100vw);
  --104px: calc(104 / 375 * 100vw);
  --105px: calc(105 / 375 * 100vw);
  --106px: calc(106 / 375 * 100vw);
  --107px: calc(107 / 375 * 100vw);
  --108px: calc(108 / 375 * 100vw);
  --109px: calc(109 / 375 * 100vw);
  --110px: calc(110 / 375 * 100vw);
  --111px: calc(111 / 375 * 100vw);
  --112px: calc(112 / 375 * 100vw);
  --113px: calc(113 / 375 * 100vw);
  --114px: calc(114 / 375 * 100vw);
  --115px: calc(115 / 375 * 100vw);
  --116px: calc(116 / 375 * 100vw);
  --117px: calc(117 / 375 * 100vw);
  --118px: calc(118 / 375 * 100vw);
  --119px: calc(119 / 375 * 100vw);
  --120px: calc(120 / 375 * 100vw);
  --121px: calc(121 / 375 * 100vw);
  --122px: calc(122 / 375 * 100vw);
  --123px: calc(123 / 375 * 100vw);
  --124px: calc(124 / 375 * 100vw);
  --125px: calc(125 / 375 * 100vw);
  --126px: calc(126 / 375 * 100vw);
  --127px: calc(127 / 375 * 100vw);
  --128px: calc(128 / 375 * 100vw);
  --129px: calc(129 / 375 * 100vw);
  --130px: calc(130 / 375 * 100vw);
  --131px: calc(131 / 375 * 100vw);
  --132px: calc(132 / 375 * 100vw);
  --133px: calc(133 / 375 * 100vw);
  --134px: calc(134 / 375 * 100vw);
  --135px: calc(135 / 375 * 100vw);
  --136px: calc(136 / 375 * 100vw);
  --137px: calc(137 / 375 * 100vw);
  --138px: calc(138 / 375 * 100vw);
  --139px: calc(139 / 375 * 100vw);
  --140px: calc(140 / 375 * 100vw);
  --141px: calc(141 / 375 * 100vw);
  --142px: calc(142 / 375 * 100vw);
  --143px: calc(143 / 375 * 100vw);
  --144px: calc(144 / 375 * 100vw);
  --145px: calc(145 / 375 * 100vw);
  --146px: calc(146 / 375 * 100vw);
  --147px: calc(147 / 375 * 100vw);
  --148px: calc(148 / 375 * 100vw);
  --149px: calc(149 / 375 * 100vw);
  --150px: calc(150 / 375 * 100vw);
  --151px: calc(151 / 375 * 100vw);
  --152px: calc(152 / 375 * 100vw);
  --153px: calc(153 / 375 * 100vw);
  --154px: calc(154 / 375 * 100vw);
  --155px: calc(155 / 375 * 100vw);
  --156px: calc(156 / 375 * 100vw);
  --157px: calc(157 / 375 * 100vw);
  --158px: calc(158 / 375 * 100vw);
  --159px: calc(159 / 375 * 100vw);
  --160px: calc(160 / 375 * 100vw);
  --161px: calc(161 / 375 * 100vw);
  --162px: calc(162 / 375 * 100vw);
  --163px: calc(163 / 375 * 100vw);
  --164px: calc(164 / 375 * 100vw);
  --165px: calc(165 / 375 * 100vw);
  --166px: calc(166 / 375 * 100vw);
  --167px: calc(167 / 375 * 100vw);
  --168px: calc(168 / 375 * 100vw);
  --169px: calc(169 / 375 * 100vw);
  --170px: calc(170 / 375 * 100vw);
  --171px: calc(171 / 375 * 100vw);
  --172px: calc(172 / 375 * 100vw);
  --173px: calc(173 / 375 * 100vw);
  --174px: calc(174 / 375 * 100vw);
  --175px: calc(175 / 375 * 100vw);
  --176px: calc(176 / 375 * 100vw);
  --177px: calc(177 / 375 * 100vw);
  --178px: calc(178 / 375 * 100vw);
  --179px: calc(179 / 375 * 100vw);
  --180px: calc(180 / 375 * 100vw);
  --181px: calc(181 / 375 * 100vw);
  --182px: calc(182 / 375 * 100vw);
  --183px: calc(183 / 375 * 100vw);
  --184px: calc(184 / 375 * 100vw);
  --185px: calc(185 / 375 * 100vw);
  --186px: calc(186 / 375 * 100vw);
  --187px: calc(187 / 375 * 100vw);
  --188px: calc(188 / 375 * 100vw);
  --189px: calc(189 / 375 * 100vw);
  --190px: calc(190 / 375 * 100vw);
  --191px: calc(191 / 375 * 100vw);
  --192px: calc(192 / 375 * 100vw);
  --193px: calc(193 / 375 * 100vw);
  --194px: calc(194 / 375 * 100vw);
  --195px: calc(195 / 375 * 100vw);
  --196px: calc(196 / 375 * 100vw);
  --197px: calc(197 / 375 * 100vw);
  --198px: calc(198 / 375 * 100vw);
  --199px: calc(199 / 375 * 100vw);
  --200px: calc(200 / 375 * 100vw);
  --201px: calc(201 / 375 * 100vw);
  --202px: calc(202 / 375 * 100vw);
  --203px: calc(203 / 375 * 100vw);
  --204px: calc(204 / 375 * 100vw);
  --205px: calc(205 / 375 * 100vw);
  --206px: calc(206 / 375 * 100vw);
  --207px: calc(207 / 375 * 100vw);
  --208px: calc(208 / 375 * 100vw);
  --209px: calc(209 / 375 * 100vw);
  --210px: calc(210 / 375 * 100vw);
  --211px: calc(211 / 375 * 100vw);
  --212px: calc(212 / 375 * 100vw);
  --213px: calc(213 / 375 * 100vw);
  --214px: calc(214 / 375 * 100vw);
  --215px: calc(215 / 375 * 100vw);
  --216px: calc(216 / 375 * 100vw);
  --217px: calc(217 / 375 * 100vw);
  --218px: calc(218 / 375 * 100vw);
  --219px: calc(219 / 375 * 100vw);
  --220px: calc(220 / 375 * 100vw);
  --221px: calc(221 / 375 * 100vw);
  --222px: calc(222 / 375 * 100vw);
  --223px: calc(223 / 375 * 100vw);
  --224px: calc(224 / 375 * 100vw);
  --225px: calc(225 / 375 * 100vw);
  --226px: calc(226 / 375 * 100vw);
  --227px: calc(227 / 375 * 100vw);
  --228px: calc(228 / 375 * 100vw);
  --229px: calc(229 / 375 * 100vw);
  --230px: calc(230 / 375 * 100vw);
  --231px: calc(231 / 375 * 100vw);
  --232px: calc(232 / 375 * 100vw);
  --233px: calc(233 / 375 * 100vw);
  --234px: calc(234 / 375 * 100vw);
  --235px: calc(235 / 375 * 100vw);
  --236px: calc(236 / 375 * 100vw);
  --237px: calc(237 / 375 * 100vw);
  --238px: calc(238 / 375 * 100vw);
  --239px: calc(239 / 375 * 100vw);
  --240px: calc(240 / 375 * 100vw);
  --241px: calc(241 / 375 * 100vw);
  --242px: calc(242 / 375 * 100vw);
  --243px: calc(243 / 375 * 100vw);
  --244px: calc(244 / 375 * 100vw);
  --245px: calc(245 / 375 * 100vw);
  --246px: calc(246 / 375 * 100vw);
  --247px: calc(247 / 375 * 100vw);
  --248px: calc(248 / 375 * 100vw);
  --249px: calc(249 / 375 * 100vw);
  --250px: calc(250 / 375 * 100vw);
  --251px: calc(251 / 375 * 100vw);
  --252px: calc(252 / 375 * 100vw);
  --253px: calc(253 / 375 * 100vw);
  --254px: calc(254 / 375 * 100vw);
  --255px: calc(255 / 375 * 100vw);
  --256px: calc(256 / 375 * 100vw);
  --257px: calc(257 / 375 * 100vw);
  --258px: calc(258 / 375 * 100vw);
  --259px: calc(259 / 375 * 100vw);
  --260px: calc(260 / 375 * 100vw);
  --261px: calc(261 / 375 * 100vw);
  --262px: calc(262 / 375 * 100vw);
  --263px: calc(263 / 375 * 100vw);
  --264px: calc(264 / 375 * 100vw);
  --265px: calc(265 / 375 * 100vw);
  --266px: calc(266 / 375 * 100vw);
  --267px: calc(267 / 375 * 100vw);
  --268px: calc(268 / 375 * 100vw);
  --269px: calc(269 / 375 * 100vw);
  --270px: calc(270 / 375 * 100vw);
  --271px: calc(271 / 375 * 100vw);
  --272px: calc(272 / 375 * 100vw);
  --273px: calc(273 / 375 * 100vw);
  --274px: calc(274 / 375 * 100vw);
  --275px: calc(275 / 375 * 100vw);
  --276px: calc(276 / 375 * 100vw);
  --277px: calc(277 / 375 * 100vw);
  --278px: calc(278 / 375 * 100vw);
  --279px: calc(279 / 375 * 100vw);
  --280px: calc(280 / 375 * 100vw);
  --281px: calc(281 / 375 * 100vw);
  --282px: calc(282 / 375 * 100vw);
  --283px: calc(283 / 375 * 100vw);
  --284px: calc(284 / 375 * 100vw);
  --285px: calc(285 / 375 * 100vw);
  --286px: calc(286 / 375 * 100vw);
  --287px: calc(287 / 375 * 100vw);
  --288px: calc(288 / 375 * 100vw);
  --289px: calc(289 / 375 * 100vw);
  --290px: calc(290 / 375 * 100vw);
  --291px: calc(291 / 375 * 100vw);
  --292px: calc(292 / 375 * 100vw);
  --293px: calc(293 / 375 * 100vw);
  --294px: calc(294 / 375 * 100vw);
  --295px: calc(295 / 375 * 100vw);
  --296px: calc(296 / 375 * 100vw);
  --297px: calc(297 / 375 * 100vw);
  --298px: calc(298 / 375 * 100vw);
  --299px: calc(299 / 375 * 100vw);
  --300px: calc(300 / 375 * 100vw);
  --301px: calc(301 / 375 * 100vw);
  --302px: calc(302 / 375 * 100vw);
  --303px: calc(303 / 375 * 100vw);
  --304px: calc(304 / 375 * 100vw);
  --305px: calc(305 / 375 * 100vw);
  --306px: calc(306 / 375 * 100vw);
  --307px: calc(307 / 375 * 100vw);
  --308px: calc(308 / 375 * 100vw);
  --309px: calc(309 / 375 * 100vw);
  --310px: calc(310 / 375 * 100vw);
  --311px: calc(311 / 375 * 100vw);
  --312px: calc(312 / 375 * 100vw);
  --313px: calc(313 / 375 * 100vw);
  --314px: calc(314 / 375 * 100vw);
  --315px: calc(315 / 375 * 100vw);
  --316px: calc(316 / 375 * 100vw);
  --317px: calc(317 / 375 * 100vw);
  --318px: calc(318 / 375 * 100vw);
  --319px: calc(319 / 375 * 100vw);
  --320px: calc(320 / 375 * 100vw);
  --321px: calc(321 / 375 * 100vw);
  --322px: calc(322 / 375 * 100vw);
  --323px: calc(323 / 375 * 100vw);
  --324px: calc(324 / 375 * 100vw);
  --325px: calc(325 / 375 * 100vw);
  --326px: calc(326 / 375 * 100vw);
  --327px: calc(327 / 375 * 100vw);
  --328px: calc(328 / 375 * 100vw);
  --329px: calc(329 / 375 * 100vw);
  --330px: calc(330 / 375 * 100vw);
  --331px: calc(331 / 375 * 100vw);
  --332px: calc(332 / 375 * 100vw);
  --333px: calc(333 / 375 * 100vw);
  --334px: calc(334 / 375 * 100vw);
  --335px: calc(335 / 375 * 100vw);
  --336px: calc(336 / 375 * 100vw);
  --337px: calc(337 / 375 * 100vw);
  --338px: calc(338 / 375 * 100vw);
  --339px: calc(339 / 375 * 100vw);
  --340px: calc(340 / 375 * 100vw);
  --341px: calc(341 / 375 * 100vw);
  --342px: calc(342 / 375 * 100vw);
  --343px: calc(343 / 375 * 100vw);
  --344px: calc(344 / 375 * 100vw);
  --345px: calc(345 / 375 * 100vw);
  --346px: calc(346 / 375 * 100vw);
  --347px: calc(347 / 375 * 100vw);
  --348px: calc(348 / 375 * 100vw);
  --349px: calc(349 / 375 * 100vw);
  --350px: calc(350 / 375 * 100vw);
  --351px: calc(351 / 375 * 100vw);
  --352px: calc(352 / 375 * 100vw);
  --353px: calc(353 / 375 * 100vw);
  --354px: calc(354 / 375 * 100vw);
  --355px: calc(355 / 375 * 100vw);
  --356px: calc(356 / 375 * 100vw);
  --357px: calc(357 / 375 * 100vw);
  --358px: calc(358 / 375 * 100vw);
  --359px: calc(359 / 375 * 100vw);
  --360px: calc(360 / 375 * 100vw);
  --361px: calc(361 / 375 * 100vw);
  --362px: calc(362 / 375 * 100vw);
  --363px: calc(363 / 375 * 100vw);
  --364px: calc(364 / 375 * 100vw);
  --365px: calc(365 / 375 * 100vw);
  --366px: calc(366 / 375 * 100vw);
  --367px: calc(367 / 375 * 100vw);
  --368px: calc(368 / 375 * 100vw);
  --369px: calc(369 / 375 * 100vw);
  --370px: calc(370 / 375 * 100vw);
  --371px: calc(371 / 375 * 100vw);
  --372px: calc(372 / 375 * 100vw);
  --373px: calc(373 / 375 * 100vw);
  --374px: calc(374 / 375 * 100vw);
  --375px: calc(375 / 375 * 100vw);
}

@media (max-width: 768px) {
  :root {
    /* spacing */
    --spacing-3lg: var(--60px);
    --spacing-2lg: var(--40px);
    --spacing-lg: var(--24px);
    --spacing-md: var(--16px);
    --spacing-sm: var(--12px);
    --spacing-xs: var(--8px);
    --spacing-2xs: var(--4px);
  }
}

/* 全ページ共通 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
  -webkit-tap-highlight-color: transparent; /* Remove the grey highlight on links in iOS. */
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: var(--text-color-light-black);
  margin: 0;
  font-size: 1.6rem;
}

body.js-scroll_stop {
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
}

a:focus-visible,
button:focus-visible {
  outline: solid 2px var(--bg-focus);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  html {
    font-size: var(--10px);
  }
  img {
    width: 100%;
    height: auto;
  }
}

.page-wrapper {
  padding-top: 72px;
}
@media (max-width: 768px) {
  .page-wrapper {
    padding-top: var(--88px);
  }
}

/*---------- Generic class ----------*/
.bg-white,
.bg-white > * {
  position: relative;
}

.bg-white::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media not all and (min-width: 769px) {
  .pc_only {
    display: none;
  }
}

/*---------- site-header ----------*/
.site-header {
  width: 100%;
  background-color: var(--bg-color-white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #efefef;
}
.site-header__inner {
  max-width: var(--page-width-pc);
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo {
  margin-right: var(--spacing-lg);
  max-width: 271px;
}

.site-header__logo a {
  transition: 0.2s opacity linear;
}

.site-header__logo a:hover,
.site-header__logo a:focus-visible {
  opacity: 0.7;
}

.site-header__logo img {
  width: 100%;
}

.site-header__navigator {
  display: flex;
  align-items: center;
}

.site-header__entry {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 223px;
  height: 48px;
  padding-right: 70px;
  margin-right: var(--spacing-lg);
  background: linear-gradient(
    90deg,
    #24d2f7 5.73%,
    #21d5d9 52.71%,
    #05c9ba 95.04%
  );
  color: var(--text-color-light-white);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.2s opacity linear, 0.2s transform cubic-bezier(0, 0, 0.58, 1);
}
.site-header__entry--sp {
  display: none;
}
.site-header__entry:hover,
.site-header__entry:focus-visible {
  opacity: 0.7;
}

.site-header__entry::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 56px;
  height: 7px;
  margin-top: -3.5px;
  background-image: url(../images/header_entry_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.1s right linear;
}

.site-header__entry:hover::after,
.site-header__entry:focus::after {
  right: 40px;
}

.site-header__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.site-header__student {
  display: flex;
  padding: var(--spacing-sm) var(--spacing-md);
  width: 116px;
  height: 72px;
  justify-content: center;
  align-items: center;
  color: var(--text-color-light-white);
  background-color: var(--brand-color-student);
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.2s opacity linear;
}
.site-header__student:hover,
.site-header__student:focus-visible {
  opacity: 0.7;
}

.site-header__career {
  display: flex;
  padding: var(--spacing-sm) var(--spacing-md);
  width: 116px;
  height: 72px;
  justify-content: center;
  align-items: center;
  color: var(--text-color-light-white);
  background-color: var(--brand-color-career);
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.2s opacity linear;
}

.site-header__career:hover,
.site-header__career:focus-visible {
  opacity: 0.7;
}

.site-header__menu-button {
  transition: 0.2s opacity linear;
}

.site-header__menu-button:hover,
.site-header__menu-button:focus-visible {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .site-header__entry--pc {
    display: none;
  }

  .site-header__entry--sp {
    display: flex;
  }

  .site-header {
    border-color: var(--bg-color-white);
  }

  .site-header__inner {
    padding: 0;
    flex-wrap: wrap;
    row-gap: 1px;
    background-color: var(--bg-color-white);
    position: relative;
  }

  .site-header__logo {
    margin: 0;
    padding-left: var(--spacing-xs);
    width: var(--178px);
    max-width: inherit;
  }

  .site-header__student {
    font-size: 1.4rem;
    padding: var(--spacing-sm);
    width: auto;
    height: var(--48px);
    white-space: nowrap;
  }

  .site-header__career {
    font-size: 1.4rem;
    padding: var(--spacing-sm);
    width: auto;
    height: var(--48px);
    white-space: nowrap;
  }
  .site-header__menu-button {
    width: var(--53px);
    height: var(--48px);
  }

  .site-header__entry {
    width: 100%;
    height: var(--40px);
    margin: 0;
    padding-right: var(--70px);
    position: fixed;
    top: var(--49px);
  }

  .site-header__entry:hover,
  .site-header__entry:focus-visible {
    opacity: 1;
  }

  .site-header__entry.js-hidden {
    transform: translateY(-110%);
  }

  .site-header__entry::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: var(--58px);
    height: var(--7px);
    margin-top: calc(var(--3px) * -1);
    margin-right: calc(var(--60px) * -1);
  }

  .site-header__entry:hover::after,
  .site-header__entry:focus::after {
    right: 45%;
  }
}

/*---------- site-footer ----------*/
.site-footer {
  box-shadow: 0px 31px 24px 26px rgba(0, 0, 0, 0.25);
  background-color: var(--bg-color-white);
  display: flex;
  justify-content: center;
}

.site-footer__inner {
  max-width: var(--page-width-pc);
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.site-footer__content {
  min-width: 717px;
}

.site-footer__logo {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-2lg) 0 var(--spacing-3lg);
  color: var(--text-color-black);
  font-size: 2rem;
  text-align: center;
  margin-right: var(--spacing-md);
}

.site-footer__logo a {
  transition: 0.2s opacity linear;
}

.site-footer__logo a:hover, .site-footer__logo a:focus-visible {
  opacity: 0.7;
}

.site-footer__logo-text {
  color: #595757;
  margin-top: var(--spacing-lg);
}

.site-footer__link {
  display: flex;
  gap: var(--spacing-2lg);
  margin-top: var(--spacing-2lg);
  margin-bottom: 50px;
}

.site-footer__link > a {
  position: relative;
  width: 279px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color-primary);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 70px;
  border: 2px solid var(--brand-color-primary);
  transition: 0.2s opacity linear;
}

.site-footer__link > a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
  width: 28px;
  height: 8px;
  background-image: url(../images/footer_link_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.1s right linear;
}

.site-footer__link > a[target="_blank"]::after {
  background-image: url(../images/footer_link_blank.svg);
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
}

@media (hover: hover) {
  .site-footer__link > a:hover,
  .site-footer__link > a:focus-visible {
    color: var(--text-color-white);
    background-color: var(--bg-color-link-primary);
    border: none;
  }
}

.site-footer__link > a:focus-visible {
  outline-offset: 4px;
}


@media (hover: hover) {
  .site-footer__link > a:hover::after,
  .site-footer__link > a:focus-visible::after {
    right: 13px;
    background-image: url(../images/footer_link_arrow_hover.svg);
  }
  .site-footer__link > a[target="_blank"]:hover::after,
  .site-footer__link > a[target="_blank"]:focus-visible::after {
    right: 18px;
    background-image: url(../images/footer_link_blank_hover.svg);
  }
}


.site-footer__link > a.link--disabled {
  pointer-events: none;
  background-color: var(--bg-color-white);
  border-color: var(--bg-color-link-disabled);
  color: var(--text-color-disabled);
}

.site-footer__link > a.link--disabled::after {
  background-image: url(../images/footer_link_arrow_disabled.svg);
}

.site-footer__link > a[target="_blank"].link--disabled::after {
  background-image: url(../images/footer_link_blank_disabled.svg);
}

.site-footer__phc {
  display: flex;
  align-items: center;
}

.site-footer__phc-logo {
  margin-right: var(--spacing-2lg);
}

.site-footer__phc-navigation-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}

.site-footer__phc-navigation {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  gap: var(--spacing-2lg);
}

.site-footer__phc-navigation > a {
  color: var(--text-color-gray);
}

.site-footer__phc-navigation > a:hover,
.site-footer__phc-navigation > a:focus-visible {
  text-decoration: underline;
}

.site-footer__phc-copyright {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--text-color-gray);
}

.back-top {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.16));
  position: sticky;
  bottom: 32px;
  display: flex;
  justify-content: flex-end;
  max-width: var(--page-width-pc);
  margin: 0 auto;
  margin-top: 0px;
  transition: 0.2s opacity linear;
  pointer-events: none;
  opacity: 0;
  height: 0;
  transform: translateY(-40px);
  z-index: 2;
}

.back-top > a {
  display: block;
  height: 72px;
}

.back-top.js-back-top_show {
  opacity: 1;
  pointer-events: auto;
}

/* 横幅がはみ出るので微調整 */
@media (max-width: 850px) {
  .site-footer__content {
    min-width: 625px;
  }
  .site-footer__phc-logo {
    margin-right: var(--spacing-md);
  }
  .site-footer__phc-navigation {
    gap: var(--spacing-md);
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding-bottom: var(--spacing-lg);
  }

  .site-footer__logo {
    align-content: center;
    flex-wrap: wrap;
    margin-right: 0;
    padding: var(--spacing-2lg) 0;
  }

  .site-footer__logo > a {
    width: var(--129px);
    height: var(--147px);
  }

  .site-footer__inner {
    flex-direction: column;
  }

  .site-footer__content {
    min-width: inherit;
  }

  .site-footer__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-lg);
    margin-top: 0;
  }

  .site-footer__link > a {
    width: var(--279px);
    height: var(--58px);
  }

  .site-footer__link > a::after {
    top: 50%;
    right: var(--18px);
    width: var(--28px);
    height: var(--8px);
    margin-top: calc(var(--3px) * -1);
  }

  @media (hover: none) {
    .site-footer__link > a:active {
      color: var(--text-color-white);
      background-color: var(--bg-color-link-primary);
      border: none;
    }
    .site-footer__link > a:active:after {
      right: 13px;
      background-image: url(../images/footer_link_arrow_hover.svg);
    }
    .site-footer__link > a[target="_blank"]:active:after {
      right: 18px;
      background-image: url(../images/footer_link_blank_hover.svg);
    }
  }


  .site-footer__phc-logo {
    width: var(--77px);
    height: var(--40px);
    margin: var(--spacing-md);
  }

  .site-footer__phc-navigation-area {
    flex-direction: column;
    gap: var(--spacing-xs);
    align-items: flex-end;
    padding-right: var(--spacing-md);
  }

  .site-footer__phc-copyright {
    font-size: 1rem;
  }

  .back-top {
    padding: 0 var(--spacing-md);
    transform: translateY(calc(var(--25px) * -1));
  }
  .back-top > a {
    width: var(--48px);
    height: var(--48px);
  }
}

/*---------- site-banner ----------*/
.site-banner .pc_only {
  display: block;
}
.site-banner .sp_only {
  display: none;
}

.site-banner {
  background-color: var(--bg-color-white);
  display: flex;
  justify-content: center;
}

.site-banner__inner {
  max-width: var(--page-width-pc);
  margin: 0 10px;
  display: flex;
  gap: var(--spacing-lg);
  align-items: center;
  justify-content: center;
  padding: var(--spacing-2lg) 0 0;
}

.site-banner__inner > a {
  width: 48.7577%;
  position: relative;
}

.site-banner__inner > a > img {
  width: 100%;
  height: auto;
  transition: 0.2s opacity linear;
}

.site-banner__inner > a:hover > img,
.site-banner__inner > a:focus > img {
  opacity: 0.7;
}

.site-banner__inner > a::after {
  content: "";
  width: 133px;
  height: 62px;
  background: center / contain no-repeat
    url(/recruit/images/banner_link_arrow_pc.svg);
  position: absolute;
  right: -6px;
  bottom: -11px;
  transition: 0.1s right linear;
}

.site-banner__inner > a:hover::after,
.site-banner__inner > a:focus::after {
  right: -11px;
}

@media (max-width: 768px) {
  .site-banner .sp_only {
    display: block;
  }

  .site-banner .pc_only {
    display: none;
  }

  .site-banner__inner {
    flex-wrap: wrap;
    padding: var(--spacing-2lg) 0 0;
  }

  .site-banner__inner > a {
    width: var(--343px);
  }

  .site-banner__inner > a::after {
    content: "";
    width: var(--111px);
    height: var(--60px);
    background-image: url(/recruit/images/banner_link_arrow_sp.svg);
    position: absolute;
    right: calc(-11 / 375 * 100vw);
    bottom: calc(-15 / 375 * 100vw);
  }

  .site-banner__inner > a:hover::after,
  .site-banner__inner > a:focus::after {
    right: calc(-16 / 375 * 100vw);
  }
}

/*---------- site-breadcrumb ----------*/
.site-breadcrumb {
  background-color: var(--bg-color-white);
  display: flex;
  justify-content: center;
}

.site-breadcrumb ol {
  display: flex;
  gap: 4px;
  max-width: var(--page-width-pc);
  margin: 0 10px;
  font-size: 1.2rem;
  color: var(--text-color-link-gray);
  padding-top: var(--spacing-2lg);
  padding-bottom: 28px;
  flex-grow: 1;
  flex-wrap: wrap;
}

.site-breadcrumb a {
  color: var(--text-color-link-blue);
}

.site-breadcrumb li::after {
  display: inline-block;
  content: "＞";
  padding-left: 4px;
}

.site-breadcrumb li:last-child:after {
  display: none;
}

.site-breadcrumb a:hover,
.site-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.site-breadcrumb a.link--disabled {
  pointer-events: none;
  color: var(--text-color-disabled);
}

@media (max-width: 768px) {
  .site-breadcrumb {
    font-size: 1rem;
    padding: 0 var(--spacing-md);
  }

  .site-breadcrumb ol {
    font-size: 1rem;
    padding-top: var(--spacing-2lg);
    padding-bottom: var(--25px);
    margin: 0;
  }

  .site-footer__inner {
    margin: 0;
  }
}

/*---------- site-about ----------*/
.site-about {
  background-color: var(--bg-color-primary);
  display: flex;
  justify-content: center;
}

.site-about__inner {
  max-width: var(--page-width-pc);
  padding: var(--spacing-2lg) 0;
  margin: 0 10px;
}

.site-about__title {
  color: var(--text-color-title-black);
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-bottom: var(--spacing-2lg);
}

.site-about__contents {
  display: flex;
  column-gap: 2.48447%;
  row-gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}

.site-about__content {
  width: 48.65424%;
  display: flex;
  flex-direction: column;
}

.site-about__content.js-about_hidden {
  display: none;
}

.site-about__content__img > img {
  margin-bottom: calc(var(--spacing-md) * -1);
  width: 100%;
  height: auto;
}

.site-about__content__title {
  display: inline-block;
  padding: 2px 8px 3px 8px;
  color: var(--text-color-light-black);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.1rem;
  background-color: var(--bg-color-white);
  margin-bottom: var(--spacing-md);
}

.site-about__content__description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.site-about__content__description__text {
  color: var(--text-color-light-black);
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: var(--spacing-md);
}

.site-about__content__link {
  display: flex;
  width: 226px;
  height: 56px;
  margin: auto auto 0;
  padding: var(--spacing-xs) 0px;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  color: var(--text-color-white);
  background-color: var(--bg-color-light-black);
  transition: 0.2s opacity linear;
}

.site-about__content__link:hover,
.site-about__content__link:focus-visible {
  opacity: 0.7;
}

.site-about__content__link.link--disabled {
  pointer-events: none;
  background-color: var(--bg-color-link-disabled);
  color: var(--text-color-disabled-light);
}

@media (max-width: 768px) {
  .site-about__inner {
    margin: 0;
  }
  .site-about__title {
    font-size: 3.2rem;
    line-height: 1.5;
    padding-bottom: var(--32px);
    letter-spacing: 1.28px;
  }
  .site-about__content__title {
    font-size: 2.4rem;
    letter-spacing: 0px;
  }
  .site-about__contents {
    padding: 0 var(--spacing-md);
  }
  .site-about__content {
    width: auto;
  }
  .site-about__content__link {
    width: var(--226px);
    height: var(--47px);
  }
  .site-about__contents {
    row-gap: var(--spacing-3lg);
  }
  .site-about__inner {
    padding-bottom: var(--64px);
  }
}

/*---------- site-menu ----------*/
.site-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background-image: url(../images/header_menu_bg_pc.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s all linear;
  opacity: 0;
  visibility: hidden;
  padding-top: calc(72px + var(--spacing-3lg));
  padding-bottom: var(--spacing-3lg);
}

.site-menu.js-menu_open {
  visibility: visible;
  opacity: 1;
}

.site-menu__inner {
  position: relative;
  max-width: var(--page-width-pc);
  margin: 0 auto;
  padding: 0 var(--spacing-lg) 0 var(--spacing-md);
}

.site-menu__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: var(--page-width-pc);
  padding: var(--spacing-sm) var(--spacing-lg) var(--spacing-sm)
    var(--spacing-md);
  background-color: var(--bg-color-menu);
  z-index: 1;
}

.site-menu__logo {
  margin-right: var(--spacing-lg);
}

.site-menu__navigation {
  display: grid;
  gap: var(--spacing-2lg);
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 56px;
}

.site-menu__navigation__title {
  color: var(--text-color-light-black);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2rem;
  margin-bottom: var(--spacing-lg);
}

.site-menu__navigation__row {
  display: flex;
  flex-direction: column;
}

.site-menu__navigation__link__area {
  flex-grow: 1;
}

.site-menu__navigation__link__area__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-menu__navigation__link {
  color: var(--text-color-light-black);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: 0.18rem;
}

.site-menu__navigation__link__group {
  margin-bottom: 32px;
}

.site-menu__navigation__link__group:last-child {
  margin-bottom: 0;
}

.site-menu__navigation__link > a {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.site-menu__navigation__link > a::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--text-color-primary);
  transition: width 0.1s linear;
}

.site-menu__navigation__link > a::after {
  display: block;
  position: relative;
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-image: url(../images/menu_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.1s transform linear;
}

.site-menu__navigation__link > a.link--disabled {
  pointer-events: none;
  color: var(--text-color-disabled);
}

.site-menu__navigation__link > a.link--disabled::after {
  background-image: url(../images/menu_arrow_disabled.svg);
}

@media (hover: hover) {
  .site-menu__navigation__link > a:hover::before {
    width: calc(100% - 32px);
  }
}

.site-menu__navigation__link > a:hover::after,
.site-menu__navigation__link > a:focus::after {
  transform: translateX(10px);
}

.site-menu__navigation__sublink__group {
  border-left: 2px solid var(--brand-color-primary);
  display: flex;
  width: 282px;
  padding-left: var(--spacing-md);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-md);
  margin-top: var(--spacing-md);
  margin-left: 13.33px;
}

.site-menu__navigation__sublink > a {
  display: flex;
  align-items: center;
  letter-spacing: 0.16rem;
  position: relative;
}

.site-menu__navigation__sublink > a::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--text-color-primary);
  transition: width 0.1s linear;
}

.site-menu__navigation__sublink > a::after {
  display: block;
  position: relative;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/menu_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.1s transform linear;
}

@media (hover: hover) {
  .site-menu__navigation__sublink > a:hover::before {
    width: calc(100% - 24px);
  }
}

.site-menu__navigation__sublink > a:hover::after,
.site-menu__navigation__sublink > a:focus::after {
  transform: translateX(10px);
}

.site-menu__entry {
  display: flex;
  gap: var(--spacing-lg);
  justify-content: center;
}

.site-menu__entry--sp {
  display: none;
}

.site-menu__entry__student {
  background: linear-gradient(
      309deg,
      #4de9f3 6.82%,
      #36d2f5 45.82%,
      #13bbe0 85.23%
    ),
    #fff;
  display: flex;
  padding: 32px 0px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-lg);
  width: 40.41666667%;
  /* width: 57.70833333%; ボタン２つ*/
  justify-content: center;
}

.site-menu__entry__title {
  color: var(--text-color-white);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: 0.18rem;
}

.site-menu__entry__link__img {
  background-color: var(--bg-color-white);
}

.site-menu__entry__link__img > a:hover,
.site-menu__entry__link__img > a:focus-visible {
  opacity: 0.7;
}

.site-menu__entry__link__label {
  color: var(--text-color-white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.16rem;
  margin-bottom: var(--spacing-md);
}

.site-menu__entry__link__group {
  width: 100%;
  display: flex;
  gap: var(--spacing-lg);
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 var(--spacing-lg);
}

.site-menu__entry__link {
  width: 100%;
}

.site-menu__entry__career {
  background: linear-gradient(
      349deg,
      #25f4e6 11.63%,
      #25d1c5 51.41%,
      #1fbfb4 87%
    ),
    #fff;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-lg);
  width: 40.41666667%;
  justify-content: center;
}

.site-menu__entry__link__text {
  text-align: center;
}

.site-menu__entry__link__text > a {
  position: relative;
  width: 100%;
  max-width: 306px;
  height: 56px;
  padding: 10px 32px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--text-color-primary);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 70px;
  border: 2px solid var(--brand-color-primary);
  transition: 0.2s opacity linear;
  background-color: var(--bg-color-white);
  line-height: 1.375;
}

.site-menu__entry__link__text > a > .site-menu__entry__link__text__label {
  font-size: 1.6rem;
  font-weight: 700;
}

.site-menu__entry__link__text > a:hover,
.site-menu__entry__link__text > a:focus-visible {
  color: var(--text-color-white);
  background-color: var(--bg-color-link-primary);
  border: none;
}

.site-menu__entry__link__text > a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url(../images/footer_link_blank.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.site-menu__entry__link__text > a:hover::after,
.site-menu__entry__link__text > a:focus-visible::after {
  background-image: url(../images/footer_link_blank_hover.svg);
}

.site-menu__entry__link__text > a.link--disabled {
  pointer-events: none;
  border-color: var(--bg-color-link-disabled);
  color: var(--text-color-disabled);
}

.site-menu__entry__link__text > a.link--disabled::after {
  background-image: url(../images/footer_link_blank_disabled.svg);
}

.site-menu__navigation__exitlink__group {
  margin-top: auto;
  padding-top: 48px;
}

.site-menu__navigation__exitlink__group--sp {
  display: none;
}

.site-menu__navigation__exitlink + .site-menu__navigation__exitlink {
  margin-top: 24px;
}

.site-menu__navigation__exitlink > a[target="_blank"]::after {
  display: block;
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/footer_link_blank.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.site-menu__navigation__exitlink > a[target="_blank"]:hover::after {
  transform: none;
}

/* PCmenu 幅を狭くした時の微調整 */
@media (max-width: 999px) {
  .site-menu__navigation {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .site-menu {
    padding-top: var(--86px);
    padding-bottom: var(--132px);
    overscroll-behavior-y: contain;
  }

  .site-menu__header {
    padding: 0;
  }

  .site-menu__logo {
    padding-left: var(--spacing-xs);
    width: var(--178px);
  }

  .site-menu__close-button {
    width: var(--55px);
    height: var(--48px);
  }

  .site-menu__inner {
    padding: 0 var(--spacing-md);
  }

  .site-menu__navigation {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .site-menu__navigation__title {
    font-size: 2.4rem;
    background-image: url(../images/menu_accordion_open.svg);
    background-repeat: no-repeat;
    background-size: var(--50px);
    background-position: right;
    margin-bottom: calc(25.75 / 375 * 100vw);
  }

  .site-menu__navigation__title.js-accordion__open {
    background-image: url(../images/menu_accordion_close.svg);
  }

  .site-menu__navigation__row {
    display: block;
  }

  .site-menu__navigation__link__area {
    display: grid;
    transition: grid-template-rows 0.4s ease-out;
  }

  .site-menu__navigation__title + .site-menu__navigation__link__area {
    grid-template-rows: 0fr;
  }

  .site-menu__navigation__title.js-accordion__open
    + .site-menu__navigation__link__area {
    grid-template-rows: 1fr;
  }

  .site-menu__navigation__link__area__inner {
    display: block;
    overflow: hidden;
  }

  .site-menu__navigation__link__group {
    margin-bottom: var(--spacing-lg);
    padding-left: var(--spacing-lg);
  }

  .site-menu__navigation__sublink__group {
    width: var(--303px);
    margin-left: var(--13px);
  }

  .site-menu__navigation__sublink {
    max-width: var(--266px);
  }

  .site-menu__navigation__sublink > a {
    gap: var(--spacing-xs);
  }

  .site-menu__navigation__sublink > a::after {
    width: var(--24px);
    height: var(--24px);
    min-width: var(--24px);
  }

  .site-menu__navigation__link > a::after {
    width: var(--24px);
    height: var(--24px);
  }

  .site-menu__entry--sp {
    display: block;
  }

  .site-menu__entry--pc {
    display: none;
  }

  .site-menu__entry__link__group {
    flex-direction: column;
    gap: var(--spacing-md);
  }

  .site-menu__entry__link__img > a {
    width: var(--224px);
    display: block;
  }

  .site-menu__entry__link__text > a {
    width: var(--279px);
    max-width: none;
    height: var(--58px);
  }

  .site-menu__entry__link__text > a::after {
    width: var(--18px);
    height: var(--18px);
    margin-top: calc(var(--9px) * -1);
    right: var(--16px);
  }

  .site-menu__navigation__exitlink__group {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: var(--2px);
  }

  .site-menu__navigation__exitlink__group--pc {
    display: none;
  }
  
  .site-menu__navigation__exitlink__group--sp {
    display: block;
  }

  .site-menu__navigation__exitlink + .site-menu__navigation__exitlink {
    margin-top: var(--spacing-lg);
  }
  
  .site-menu__navigation__exitlink > a[target="_blank"]::after {
    width: var(--20px);
    height: var(--20px);
    margin-left: var(--8px);
  }
  
  .site-menu__navigation__exitlink > a[target="_blank"]:hover::after {
    transform: none;
  }

  .site-menu__entry__student {
    background: linear-gradient(
        27deg,
        #4de9f3 14.49%,
        #36d2f5 39.29%,
        #13bbe0 64.34%
      ),
      #fff;
    width: auto;
  }

  .site-menu__entry__career {
    background: linear-gradient(
      359deg,
      #25f4e6 18.95%,
      #25d1c5 55.12%,
      #1fbfb4 87.49%
    );
    width: auto;
  }
}

/*---------- site-modal ----------*/
.site-modal__entry__area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  transition: 0.2s all linear;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-modal__entry__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 1;
}

.site-modal__entry__area.js-modal__open {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.site-modal__entry__wrap {
  text-align: right;
  position: relative;
  z-index: 2;
  max-width: 968px;
  width: 200%;
  margin: 0 10px;
}

.site-modal__close {
  padding: var(--spacing-xs);
}

.site-modal__entry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  height: 420px;
}

.site-modal__entry--sp {
  display: none;
}

.site-modal__entry__modal__title {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: var(--text-color-white);
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  padding-top: var(--spacing-3lg);
}

.site-modal__entry__student {
  background: linear-gradient(
      309deg,
      #4de9f3 6.82%,
      #36d2f5 45.82%,
      #13bbe0 85.23%
    ),
    #fff;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-lg);
}

.site-modal__entry__title {
  color: var(--text-color-white);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2rem;
}

.site-modal__entry__link__img {
  background-color: var(--bg-color-white);
}

.site-modal__entry__link__img > a:hover,
.site-modal__entry__link__img > a:focus-visible {
  opacity: 0.7;
}

.site-modal__entry__link__group {
  width: 100%;
  display: flex;
  gap: var(--spacing-md);
  flex-direction: column;
  padding: 0 var(--spacing-lg);
}

.site-modal__entry__career {
  background: linear-gradient(
      359deg,
      #25f4e6 18.95%,
      #25d1c5 55.12%,
      #1fbfb4 87.49%
    ),
    #fff;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-lg);
  justify-content: center;
}

.site-modal__entry__link__text > a {
  position: relative;
  width: 279px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color-primary);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 70px;
  border: 2px solid var(--brand-color-primary);
  transition: 0.2s opacity linear;
  background-color: var(--bg-color-white);
}

.site-modal__entry__link__text > a:hover,
.site-modal__entry__link__text > a:focus-visible {
  color: var(--text-color-white);
  background-color: var(--bg-color-link-primary);
  border: none;
}

.site-modal__entry__link__text > a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 8px;
  margin-top: -2.5px;
  background-image: url(../images/footer_link_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s right linear;
}

.site-modal__entry__link__text > a:hover::after,
.site-modal__entry__link__text > a:focus-visible::after {
  right: 13px;
  background-image: url(../images/footer_link_arrow_hover.svg);
}

@media (max-width: 768px) {
  .site-modal__entry__title {
    font-size: 2rem;
  }

  .site-modal__entry__area {
    align-items: flex-start;
  }

  .site-modal__entry__wrap {
    width: var(--343px);
    margin-top: var(--spacing-3lg);
  }

  .site-modal__close {
    width: var(--48px);
    height: var(--48px);
    padding: var(--spacing-sm);
  }

  .site-modal__entry {
    height: auto;
  }

  .site-modal__entry__link__group {
    padding: 0 var(--spacing-2lg);
  }

  .site-modal__entry__link__img > a {
    width: var(--224px);
    display: block;
  }

  .site-modal__entry__link__text > a {
    width: var(--279px);
    height: var(--76px);
  }

  .site-modal__entry__link__text > a::after {
    width: var(--28px);
    height: var(--8px);
  }

  .site-modal__entry {
    display: flex;
    flex-direction: column;
  }

  .site-modal__entry__student {
    background: linear-gradient(
        27deg,
        #4de9f3 14.49%,
        #36d2f5 39.29%,
        #13bbe0 64.34%
      ),
      #fff;
  }

  .site-modal__entry__career {
    background: linear-gradient(
        359deg,
        #25f4e6 18.95%,
        #25d1c5 55.12%,
        #1fbfb4 87.49%
      ),
      #fff;
  }
}

/*---------- Animation ----------*/
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  30%,
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes text-revealer {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  30% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}

.fadein-ttl,
.fadein-text {
  flex-shrink: 0;
  width: fit-content;
  position: relative;
  animation-name: clip-text;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.09, 0.61, 0.76, 0.83);
}

.fadein-ttl {
  background: #fff;
  font-size: 3.2rem;
  letter-spacing: 1.44px;
  padding: 1px 12px 3px;
  margin-bottom: 2px;
}

.fadein-text {
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 12px 7px;
}

.fadein-ttl::after,
.fadein-text::after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    #24d2f7 5.73%,
    #21d5d9 52.71%,
    #05c9ba 95.04%
  );
  pointer-events: none;
  animation-name: text-revealer;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.09, 0.61, 0.76, 0.83);
}

@media not all and (min-width: 769px) {
  .fadein-ttl {
    font-size: 2rem;
    letter-spacing: calc(1.44 / 375 * 100vw);
    padding: var(--1px) var(--12px) var(--3px);
    margin-bottom: 0;
  }

  .fadein-text {
    padding: var(--1px) var(--12px) var(--3px);
  }
}

/*---------- Subpage component ----------*/
/*---------- KV ----------*/
.kv-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.kv-bg-wrapper {
  width: 100%;
  position: fixed;
  top: 72px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.kv-bg-wrapper.hide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color-white);
  position: absolute;
  top: 0;
  left: 0;
}

.kv-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv-catchcopy {
  color: var(--text-color-black);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.28333;
  letter-spacing: 1.382px;
  display: flex;
  flex-flow: column;
  gap: 8px;
  width: min(966px, calc(100% - 20px));
  margin: 0 auto;
}

.top-kv-catchcopy {
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.346px;
}

.content-lead-wrapper {
  margin-top: 40px;
}

.content-lead {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  padding: 40px 0;
}

.lead-title {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  color: var(--text-color-title-black);
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.12px;
}

.lead-title {
  display: block;
  margin: 0 auto;
  width: min(800px, calc(100% - 20px));
  color: var(--text-color-title-black);
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.12px;
}

.lead-text {
  display: block;
  margin: 0 auto;
  width: min(800px, calc(100% - 20px));
  color: var(--text-color-dark-gray);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

.lead-title + .lead-text {
  margin-top: 24px;
}

@media not all and (min-width: 769px) {
  .kv-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }

  .kv-bg-wrapper {
    width: 100%;
    position: fixed;
    top: var(--88px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .kv-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .kv-catchcopy {
    width: calc(100% - (31 / 375 * 100vw));
    margin-left: var(--16px);
    font-size: var(--40px);
    letter-spacing: normal;
    line-height: 1.4;
    gap: var(--6px);
  }

  .top-kv-catchcopy {
    font-size: var(--44px);
    line-height: 1.4;
    letter-spacing: calc(0.774 / 375 * 100vw);
  }

  .content-lead-wrapper {
    margin-top: var(--24px);
  }

  .content-lead {
    padding: var(--24px) var(--16px) var(--40px);
  }

  .lead-title {
    width: 100%;
    font-size: var(--22px);
    letter-spacing: calc(1.32 / 375 * 100vw);
  }

  .lead-text {
    width: 100%;
    font-size: var(--18px);
    line-height: 1.6;
    letter-spacing: calc(0.72 / 375 * 100vw);
  }

  .lead-title + .lead-text {
    margin-top: var(--16px);
  }
}

/*---------- container ----------*/
.contents-wrapper {
  background: url(/recruit/images/bg_pc.png) 0px 0px / 100% repeat;
  padding: 40px 10px;
}

.contents-inner {
  max-width: 966px;
  margin: auto;
  padding: 32px 16px;
}

.contents-box {
  max-width: 800px;
  margin: 0 auto;
}

@media not all and (min-width: 769px) {
  .contents-wrapper {
    background: url(/recruit/images/bg_sp.png) 0px 0px / 100% repeat;
    padding: var(--40px) var(--16px);
  }

  .contents-inner {
    width: 100%;
    padding: var(--24px) var(--12px);
  }
}

/*---------- section ----------*/
.section:not(:first-child) {
  margin-top: 40px;
}

.section-sub:not(:first-child) {
  margin-top: 40px;
}

.section-article {
  max-width: 800px;
  margin: 0 auto;
}

.section-article:not(:first-child) {
  margin-top: 32px;
}

@media not all and (min-width: 769px) {
  .section:not(:first-child) {
    margin-top: var(--40px);
  }

  .section-sub:not(:first-child) {
    margin-top: var(--24px);
  }

  .section-article:not(:first-child) {
    margin-top: var(--40px);
  }
}

/*---------- heading ----------*/
.heading-primary {
  margin-bottom: 24px;
  color: var(--text-color-title-black);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.heading-secondary {
  margin-bottom: 24px;
  color: var(--text-color-light-black);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.section-article .heading-secondary {
  text-align: left;
}
.heading-tertiary {
  margin-bottom: 8px;
  color: var(--text-color-title-black);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media not all and (min-width: 769px) {
  .heading-primary {
    margin-bottom: var(--24px);
    font-size: var(--32px);
  }
  .heading-secondary {
    margin-bottom: var(--24px);
    font-size: var(--24px);
  }
  .heading-tertiary {
    margin-bottom: var(--8px);
    font-size: var(--20px);
  }
}

/*---------- text ----------*/
.text {
  color: var(--text-color-light-black);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.text:not(:first-child) {
  margin-top: 24px;
}

.text-sm {
  color: var(--text-color-light-black);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-sm:not(:first-child) {
  margin-top: 24px;
}

@media not all and (min-width: 769px) {
  .text {
    font-size: var(--16px);
  }

  .text:not(:first-child) {
    margin-top: var(--24px);
  }

  .text-sm {
    font-size: var(--14px);
  }

  .text-sm:not(:first-child) {
    margin-top: var(--24px);
  }
}

/*---------- link ----------*/
a.link {
  color: var(--text-color-primary);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66667;
}

a.link:hover {
  text-decoration: underline;
}

a[target="_blank"].link::after {
  content: url(/recruit/images/link_blank.svg);
  vertical-align: sub;
  line-height: 1rem;
  font-size: 1rem;
  margin-left: 5.33px;
}

@media not all and (min-width: 769px) {
  a[target="_blank"].link::after {
    margin-left: calc(5.33 / 375 * 100vw);
  }
}

/*---------- article-list ----------*/
.article-list {
  color: var(--text-color-light-black);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.article-list:not(:first-child) {
  margin-top: 24px;
}

@media not all and (min-width: 769px) {
  .article-list {
    font-size: var(--16px);
  }

  .article-list:not(:first-child) {
    margin-top: var(--24px);
  }
}

/*---------- grid ----------*/
.grid-3__box {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.grid-2__box {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}

.grid-2__box--w886-pc {
  max-width: 886px;
}

.grid-3__col,
.grid-2__col {
  flex: 1 1;
}

.grid-2__col--align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-2__col--has-img {
  flex-grow: 0;
  flex-basis: auto;
}

.gap-3lg {
  gap: 40px;
}
.gap-2lg {
  gap: 32px;
}
.gap-lg {
  gap: 24px;
}
.gap-md {
  gap: 16px;
}
.gap-sm {
  gap: 12px;
}
.gap-xs {
  gap: 8px;
}
.gap-2xs {
  gap: 4px;
}

.img-container + .grid-2__box {
  margin-top: 24px;
}

@media not all and (min-width: 769px) {
  .grid-3__box {
    flex-direction: column;
    gap: var(--24px);
  }

  .grid-2__box {
    flex-direction: column;
    gap: var(--16px);
  }

  .grid-2__col--has-img {
    flex-basis: initial;
  }

  .gap-sp-3lg {
    gap: var(--40px);
  }
  .gap-sp-2lg {
    gap: var(--32px);
  }
  .gap-sp-lg {
    gap: var(--24px);
  }
  .gap-sp-md {
    gap: var(--16px);
  }
  .gap-sp-sm {
    gap: var(--12px);
  }
  .gap-sp-xs {
    gap: var(--8px);
  }
  .gap-sp-2xs {
    gap: var(--4px);
  }

  .img-container + .grid-2__box {
    margin-top: var(--16px);
  }
}

/*---------- img ----------*/
.img-container {
  text-align: center;
}

.section + .img-container {
  margin-top: 40px;
}

.text + .img-container {
  margin-top: 24px;
}

@media not all and (min-width: 769px) {
  .img-container {
    text-align: center;
  }

  .section + .img-container {
    margin-top: var(--40px);
  }

  .text + .img-container {
    margin-top: 24px;
  }
}

/*---------- note ----------*/
.note-list:not(:first-child) {
  margin-top: 24px;
}

.note-list li {
  padding-left: 11px;
  color: #666666;
  font-size: 12px;
  position: relative;
}

[class*="note-list--number"] li {
  padding-left: 18px;
  counter-increment: listCounter;
}

.note-list li:not(:first-child) {
  margin-top: 8px;
}

.note-list li::before {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.note-list--number li::before {
  content: "*" counter(listCounter);
}

.note-list--number-1 li::before {
  content: "*1";
}

.note-list--number-2 li::before {
  content: "*2";
}

.note-list--number-3 li::before {
  content: "*3";
}

.note-list--number-4 li::before {
  content: "*4";
}

.note-list--number-5 li::before {
  content: "*5";
}

.note-list--number-6 li::before {
  content: "*6";
}

.note-list--number-7 li::before {
  content: "*7";
}

.note-list--number-8 li::before {
  content: "*8";
}

.note-list--number-9 li::before {
  content: "*9";
}

@media not all and (min-width: 769px) {
  .note-list:not(:first-child) {
    margin-top: var(--24px);
  }

  .note-list li {
    padding-left: var(--11px);
    font-size: var(--12px);
  }

  .note-list li:not(:first-child) {
    margin-top: var(--8px);
  }

  [class*="note-list--number"] li {
    padding-left: var(--18px);
  }
}

/*---------- superscript ----------*/
.superscript {
  font-size: smaller;
  line-height: 0;
  vertical-align: super;
  position: static;
}

/*---------- other-interview ----------*/
.other-interview_inner {
  background: #fff;
  padding: 40px 10px;
}

.other-interview_ttl {
  margin-bottom: 41px;
}

.other-interview_grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 968px;
  margin: auto;
  justify-content: center;
  column-gap: 24px;
  row-gap: 50px;
}

.other-interview_item {
  width: min(465px, calc(50% - 12px));
  max-height: 258px;
  position: relative;
}

.other-interview_item::after {
  content: "";
  clip-path: polygon(0 100%, 24.77% 0%, 100% 0%, 75.23% 100%);
  position: absolute;
  top: -17px;
  left: 0;
  width: min(100%, 472px);
  height: min(86.7%, 223px);
}

.other-interview_item:nth-child(1)::after {
  background: linear-gradient(
    287deg,
    #1651d1 3.78%,
    #7b22ec 34.56%,
    #b43aee 65.34%,
    #f552b2 96.12%
  );
  opacity: 0.5;
}

.other-interview_item:nth-child(2)::after {
  background: linear-gradient(
    294deg,
    #ee515d 6.67%,
    #f48165 47.17%,
    #f09f10 97.11%
  );
  opacity: 0.8;
}

.other-interview_item:nth-child(3)::after {
  background: linear-gradient(
    309deg,
    #02f7d7 17.86%,
    #02caf6 39.5%,
    #07c4ff 61.38%
  );
  opacity: 0.6;
}

.other-interview_item:nth-child(4)::after {
  background: linear-gradient(
    160deg,
    #ffb127 21.8%,
    #edfb41 64.6%,
    #36ecbc 129.08%
  );
  opacity: 0.8;
}

.other-interview_wrap {
  display: flex;
}

.other-interview-img_wrap {
  width: 90%;
  max-width: 248px;
  max-height: 268px;
  overflow: hidden;
  margin-right: -39px;
}

.other-interview-img {
  width: 100%;
  height: auto;
  transition: transform 0.2s linear;
}

.other-interview_item:hover .other-interview-img {
  transform: scale(1.1);
}

.other-interview_feature {
  width: min(340.2px, 100%);
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.other-interview-img_wrap,
.other-interview_feature {
  clip-path: polygon(14.84% 100%, 0% 0%, 85.16% 0%, 100% 100%);
  z-index: 1;
}

.other-interview_lite-green-text {
  text-align: left;
  color: #02ada4;
  font-size: min(1.78vw, 1.4rem);
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 1.68px;
  width: 60%;
  margin: 0 auto;
}

.other-interview_gray-text {
  text-align: left;
  color: #242424;
  font-size: min(1.78vw, 1.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  width: 60.16%;
  margin: 12.44px auto 0;
}

.other-interview_green-text {
  text-align: right;
  color: #00a196;
  font-size: min(1.78vw, 1.6rem);
  font-weight: 700;
  line-height: normal;
  width: 60%;
  padding-right: 33.265px;
  margin: 12.44px auto 0;
  position: relative;
}

.other-interview_green-text::before {
  content: "";
  width: min(80px, 55%);
  height: 1px;
  position: absolute;
  right: 33.265px;
  bottom: -2px;
  background: #00a196;
  transition: clip-path 0.2s linear;
  transition-delay: 0s;
  clip-path: inset(0 100% 0 0);
}

@media (hover: hover) {
  .other-interview_item:hover .other-interview_green-text::before {
    clip-path: inset(0 0 0 0);
  }
}

.other-interview_green-text::after {
  content: "";
  width: 30px;
  height: 9px;
  background: url(/recruit/images/interview_arrow.svg) 0px 0px / 100% no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.1s transform linear;
}

.other-interview_item:hover .other-interview_green-text:after {
  transform: translateX(16px);
}

@media not all and (min-width: 769px) {
  .other-interview_inner {
    padding: var(--40px) var(--16px) 0;
  }

  .other-interview_ttl {
    margin-bottom: var(--8px);
  }

  .other-interview_grid {
    flex-direction: column;
    gap: 0;
  }

  .other-interview_item {
    width: var(--278px);
    margin: var(--24px) auto;
    max-height: none;
    position: relative;
  }

  .other-interview_item:after {
    top: calc(-1 * var(--16px));
    width: var(--274px);
    height: var(--324px);
    max-width: none;
    max-height: none;
  }

  .other-interview_item:nth-child(odd):after {
    clip-path: polygon(0 100%, 7.19% 0%, 100% 0%, 92.81% 100%);
  }

  .other-interview_item:nth-child(even):after {
    clip-path: polygon(7.19% 100%, 0% 0%, 92.81% 0%, 100% 100%);
  }

  .other-interview_item:nth-child(1)::after {
    background: linear-gradient(
      322deg,
      #1651d1 -6.42%,
      #7b22ec 28.33%,
      #b43aee 63.07%,
      #f552b2 97.82%
    );
  }

  .other-interview_item:nth-child(2)::after {
    background: linear-gradient(
      328deg,
      #ee515d -3.6%,
      #f48165 53.34%,
      #f09f10 104.64%
    );
  }

  .other-interview_item:nth-child(3)::after {
    background: linear-gradient(
      129deg,
      #07c4ff 17.86%,
      #02caf6 39.5%,
      #02f7d7 61.38%
    );
  }

  .other-interview_item:nth-child(4)::after {
    background: linear-gradient(
      135deg,
      #ffb127 17.92%,
      #edfb41 65.21%,
      #36ecbc 154.98%
    );
  }

  .other-interview_wrap {
    position: relative;
    z-index: 1;
  }

  .other-interview_item:nth-child(odd) .other-interview_wrap {
    clip-path: polygon(7.19% 100%, 0% 0%, 92.81% 0%, 100% 100%);
  }

  .other-interview_item:nth-child(even) .other-interview_wrap {
    clip-path: polygon(0 100%, 7.19% 0%, 100% 0%, 92.81% 100%);
  }

  .other-interview-img_wrap {
    width: 100%;
    max-width: none;
    max-height: none;
    margin-right: 0;
  }

  .other-interview-img {
    margin-bottom: var(--1px);
  }

  .other-interview_item:hover .other-interview-img {
    transform: none;
  }

  .other-interview_feature {
    width: 100%;
    padding: var(--16px) 0;
    position: absolute;
    bottom: 0;
  }

  .other-interview-img_wrap,
  .other-interview_feature {
    clip-path: none;
  }

  .other-interview_lite-green-text {
    font-size: var(--12px);
    width: var(--225px);
    letter-spacing: calc(1.44 / 375 * 100vw);
  }

  .other-interview_item:nth-child(even) .other-interview_lite-green-text,
  .other-interview_item:nth-child(even) .other-interview_gray-text {
    margin-left: var(--19px);
  }

  .other-interview_gray-text {
    font-size: var(--14px);
    width: var(--225px);
    height: calc(44.8 / 375 * 100vw);
    margin: var(--10px) auto 0;
  }

  .other-interview_green-text {
    font-size: var(--14px);
    width: var(--225px);
    padding-right: calc(33.265 / 375 * 100vw);
    margin: var(--10px) auto 0;
  }

  .other-interview_item:nth-child(even) .other-interview_green-text {
    margin-right: var(--46px);
  }

  .other-interview_green-text::before {
    max-width: var(--70px);
    height: var(--1px);
    right: calc(33.265 / 375 * 100vw);
    bottom: calc(-1 * var(--2px));
  }

  .other-interview_green-text::after {
    width: calc(29.065 / 375 * 100vw);
    height: calc(7.924 / 375 * 100vw);
    margin: auto 0 auto var(--4px);
  }

  .other-interview_item:hover .other-interview_green-text:after {
    transform: translateX(var(--16px));
  }
}

/*---------- anker-area ----------*/
.anker-area {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: -16px;
  margin-top: -24px;
}

.anker-area > a {
  display: flex;
  width: 305px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-color-primary);
  color: var(--text-color-white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.05rem;
  transition: 0.2s opacity linear;
}

.anker-area > a::after {
  display: block;
  content: "";
  width: 16px;
  height: 10px;
  background-image: url(../images/anker_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s right linear;
  margin-top: 2px;
  margin-left: var(--spacing-xs);
}

@media (hover: hover) {
  .anker-area > a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .anker-area {
    flex-direction: column;
    margin-top: calc(var(--16px) * -1);
    margin-top: calc(var(--24px) * -1);
  }

  .anker-area > a {
    width: 100%;
  }
}

/*---------- other-stories ----------*/

.other-stories {
  display: block;
  background-color: var(--bg-color-white);
  padding: 40px 12px;
}

.other-stories__inner {
  max-width: var(--page-width-pc);
  margin: 0 auto;
}

.other-stories__title {
  color: var(--text-color-light-black);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
}

.other-stories__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 800px;
  margin: 24px auto 0;
}

.other-stories__content {
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 256px;
}

.other-stories__content:hover .other-stories__content__image {
  transform: scale(1.1);
}

.other-stories__content:hover .other-stories__content__link::before {
  right: 2px;
}

@media (hover: hover) {
  .other-stories__content:hover .other-stories__content__link::after {
    width: calc(100% - 43px);
  }
}

.other-stories__content__imagebox {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.other-stories__content__image {
  width: 100%;
  transform: scale(1);
  transition: transform 0.2s linear;
}

.other-stories__content__number {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: flex;
  height: 32px;
  padding: 0px 24px;
  align-items: center;
  border-radius: 30px;
  background: var(
    --title03,
    linear-gradient(90deg, #05d0b5 5.73%, #0cc6d2 82%, #36b5ee 150.72%)
  );
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}

.other-stories__content__title {
  flex-grow: 1;
  margin-top: 8px;
  color: var(--text-color-light-black);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}

.other-stories__content__link {
  align-self: flex-end;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: var(--brand-color-primary);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
  padding-right: 43px;
}

.other-stories__content__link::before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 27px;
  height: 7.5px;
  content: "";
  background-image: url(../images/other-stories-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: right 0.1s linear;
}

.other-stories__content__link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--brand-color-primary);
  transition: width 0.2s linear;
}

.other-stories__more-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 48px) / 3);
  color: var(--text-color-primary);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  background-color: var(--bg-color-white);
  border-radius: 8px;
  border: 2px solid var(--brand-color-primary);
}

.other-stories__more-link::after {
  position: absolute;
  right: 12px;
  bottom: 13px;
  width: 27px;
  height: 7.5px;
  content: "";
  background-image: url(../images/other-stories-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: right 0.1s linear;
}

@media (hover: hover) {
  .other-stories__more-link:hover::after {
    right: 2px;
  }
}

@media not all and (min-width: 769px) {
  .other-stories {
    padding: var(--40px) var(--16px);
  }

  .other-stories__title {
    font-size: var(--24px);
  }

  .other-stories__contents {
    margin-top: var(--24px);
    gap: var(--24px);
  }

  .other-stories__content {
    width: 100vw;
  }

  .other-stories__content__number {
    left: var(--8px);
    bottom: var(--8px);
    height: var(--40px);
    padding: 0px var(--24px);
    border-radius: var(--30px);
    font-size: var(--14px);
  }

  .other-stories__content__title {
    margin-top: var(--8px);
    font-size: var(--18px);
  }

  .other-stories__content__link {
    margin-top: var(--8px);
    font-size: var(--16px);
    padding-right: var(--43px);
  }

  .other-stories__content__link::before {
    right: var(--12px);
    width: var(--27px);
    height: calc(7.5 / 375 * 100vw);
  }

  .other-stories__content__link::after {
    bottom: calc(-1 * var(--2px));
    height: var(--1px);
  }

  .other-stories__more-link {
    width: 100%;
    padding: var(--22px);
    font-size: var(--18px);
    border-radius: var(--8px);
    border-width: var(--2px);
  }
  
  .other-stories__more-link::after {
    right: var(--12px);
    bottom: var(--13px);
    width: var(--27px);
    height: calc(7.5 / 375 * 100vw);
  }
}

/*---------- faq-content ----------*/

.faq-content_inner {
  background: url(/recruit/images/faq_bg_pc.jpg) center / cover no-repeat;
  padding: 40px 16px 56px;
  display: flex;
  flex-flow: column;
  gap: 24px;
}

.faq-content_ttl {
  position: relative;
  padding: 16px 0 10px;
  margin-bottom: 0;
}

.faq-content_ttl::after {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  content: "FAQ";
  text-align: center;
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 6px;
  background: linear-gradient(309deg, rgba(7, 196, 255, 0.1) 17.86%, rgba(2, 202, 246, 0.1) 39.5%, rgba(2, 247, 215, 0.1) 61.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-content_lead {
  text-align: center;
  color: var(--text-color-light-black);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.faq-content_link-button {
  background: var(--bg-color-light-black);
  width: 226px;
  line-height: 23px;
  flex-shrink: 0;
  padding: 12px 0;
  margin: 0 auto;
  color: var(--text-color-white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.2s opacity linear;
}

.faq-content_link-button:hover {
  opacity: 0.7;
}

@media not all and (min-width: 769px) {
    /* faq-content */
    .faq-content_inner {
      background: url(/recruit/images/faq_bg_sp.jpg) 0px 0px / 100% repeat;
      padding: var(--40px) var(--16px) var(--56px);
      gap: 0;
    }
  
    .faq-content_ttl {
      position: relative;
      padding: var(--19px) 0 var(--10px);
      margin-bottom: var(--16px);
    }
  
    .faq-content_ttl::after {
      top: calc(-1 * var(--16px));
      font-size: var(--64px);
      letter-spacing: var(--6px);
    }
  
    .faq-content_lead {
      font-size: var(--16px);
      line-height: 1.6;
      margin-bottom: var(--24px);
    }
  
    .faq-content_link-button {
      width: var(--226px);
      line-height: var(--23px);
      padding: var(--12px) var(--16px);
      font-size: var(--16px);
    }
}