@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/NotoSansJP-100.woff2") format("woff2"), url("../fonts/NotoSansJP-100.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/NotoSansJP-200.woff2") format("woff2"), url("../fonts/NotoSansJP-200.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/NotoSansJP-300.woff2") format("woff2"), url("../fonts/NotoSansJP-300.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-400.woff2") format("woff2"), url("../fonts/NotoSansJP-400.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-500.woff2") format("woff2"), url("../fonts/NotoSansJP-500.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSansJP-600.woff2") format("woff2"), url("../fonts/NotoSansJP-600.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-700.woff2") format("woff2"), url("../fonts/NotoSansJP-700.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/NotoSansJP-800.woff2") format("woff2"), url("../fonts/NotoSansJP-800.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-900.woff2") format("woff2"), url("../fonts/NotoSansJP-900.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/NotoSansJP-100-vertical.woff2") format("woff2"), url("../fonts/NotoSansJP-100-vertical.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/NotoSansJP-200-vertical.woff2") format("woff2"), url("../fonts/NotoSansJP-200-vertical.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/NotoSansJP-300-vertical.woff2") format("woff2"), url("../fonts/NotoSansJP-300-vertical.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-400-vertical.woff2") format("woff2"), url("../fonts/NotoSansJP-400-vertical.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-500-vertical.woff2") format("woff2"), url("../fonts/NotoSansJP-500-vertical.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSansJP-600-vertical.woff2") format("woff2"), url("../fonts/NotoSansJP-600-vertical.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-700-vertical.woff2") format("woff2"), url("../fonts/NotoSansJP-700-vertical.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/NotoSansJP-800-vertical.woff2") format("woff2"), url("../fonts/NotoSansJP-800-vertical.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-900-vertical.woff2") format("woff2"), url("../fonts/NotoSansJP-900-vertical.woff") format("woff");
}
*,
::before,
::after {
  margin: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: sans-serif;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

canvas,
audio,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

hr {
  height: 0;
  overflow: visible;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

body {
  background-color: #fff;
  color: #1c2c43;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 87.5%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

iframe {
  max-width: 100%;
}

.is-block,
.is-mobile-block {
  display: block;
}

.is-inline,
.is-mobile-inline {
  display: inline;
}

.is-inline-block,
.is-mobile-inline-block {
  display: inline-block;
}

.is-none,
.is-mobile-none {
  display: none;
}

@media screen and (min-width: 576px) {
  .is-fablet-block {
    display: block;
  }
  .is-fablet-inline {
    display: inline;
  }
  .is-fablet-inline-block {
    display: inline-block;
  }
  .is-fablet-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-tablet-block {
    display: block;
  }
  .is-tablet-inline {
    display: inline;
  }
  .is-tablet-inline-block {
    display: inline-block;
  }
  .is-tablet-none {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .is-desktop-block {
    display: block;
  }
  .is-desktop-inline {
    display: inline;
  }
  .is-desktop-inline-block {
    display: inline-block;
  }
  .is-desktop-none {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .is-wide-block {
    display: block;
  }
  .is-wide-inline {
    display: inline;
  }
  .is-wide-inline-block {
    display: inline-block;
  }
  .is-wide-none {
    display: none;
  }
}
.is-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fadein {
  opacity: 0;
  filter: blur(15px);
  transition-duration: 0.2s;
}
.fadein.is_start {
  opacity: 1;
  filter: blur(0);
  transition-duration: 1s;
}

/*menu*/
#menu_button {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #menu_button {
    display: block;
  }
}
#menu_button.is_active .menu__line {
  top: 22px;
  width: 27px;
}
#menu_button.is_active .menu__line.menu__top {
  transform: rotate(45deg);
}
#menu_button.is_active .menu__line.menu__center {
  opacity: 0;
}
#menu_button.is_active .menu__line.menu__bottom {
  transform: rotate(-45deg);
  margin-top: 0;
}
#menu_button .menu__line {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  background-color: #1c2c43;
  transition-duration: 0.3s;
}
#menu_button .menu__line.menu__center {
  margin-top: 8px;
}
#menu_button .menu__line.menu__bottom {
  margin-top: 17px;
}

.header {
  position: fixed;
  top: 0;
  left: 1.785%;
  right: 1.785%;
  z-index: 10;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    left: 0;
    right: 0;
  }
}
.header.is_fixed {
  z-index: 99;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 90px;
  padding: 10px 3.55%;
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .header_inner {
    min-height: 70px;
    padding: 10px 65px 10px 4%;
    border-radius: 0 0 20px 20px;
  }
}

.header_logo {
  display: flex;
  align-items: center;
  max-width: 355px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 260px;
    width: 100%;
  }
}
.header_logo .logo_sponsorship_img {
  display: block;
  position: relative;
  width: 63.66%;
  margin-right: 5.29%;
  padding-right: 5.88%;
}
@media screen and (max-width: 767px) {
  .header_logo .logo_sponsorship_img {
    width: 64.23%;
    margin-right: 5.38%;
    padding-right: 6.15%;
  }
}
.header_logo .logo_sponsorship_img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 85.71%;
  background-color: #1c2c43;
}
.header_logo .logo_sponsorship_img img {
  max-height: 50px;
}
@media screen and (max-width: 767px) {
  .header_logo .logo_sponsorship_img img {
    max-height: 36px;
  }
}
.header_logo .logo_img {
  flex: 1;
  display: block;
  position: relative;
}
.header_logo .logo_img img {
  max-height: 38px;
}
@media screen and (max-width: 767px) {
  .header_logo .logo_img img {
    max-height: 28px;
  }
}
.header_logo a {
  display: block;
  height: 100%;
}
.header_logo a:hover {
  opacity: 0.8;
}
.header_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#gnav {
  flex: 1;
  font-size: min(1.82vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #gnav {
    flex: none;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: 100dvh;
    margin: 0;
    padding: 70px 10.66% 50px;
    background-color: #fff;
    font-size: 2.4rem;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.3s;
    z-index: -1;
  }
}
#gnav[aria-hidden=false] {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.gnav_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gnav_wrap {
    display: block;
    padding: 44px 0 0;
    max-height: calc(100dvh - 70px);
    overflow-y: auto;
  }
}

.header_nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_nav {
    display: block;
  }
}
.header_nav > li {
  margin-left: 1.875em;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header_nav > li {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header_nav > li {
    margin: 0;
    border-bottom: solid 1px #e5e5e5;
  }
}
.header_nav a {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_nav a {
    padding: 14px 20px 14px 0;
  }
  .header_nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .header_nav a:hover {
    color: #3fa8f4;
  }
}

.header_contact_btn {
  display: block;
  position: relative;
  max-width: 12em;
  width: 100%;
  margin: 0 -6px 0 1.875em;
  padding: 13px 40px;
  background-color: rgba(255, 138, 0, 0.4);
  border-radius: 3em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header_contact_btn {
    max-width: none;
    margin: 40px auto 0;
  }
}
.header_contact_btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header_contact_btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #ff8a00;
  border-radius: 3em;
  z-index: -1;
  transition-duration: 0.3s;
  pointer-events: none;
}
.header_contact_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_arrow_white.svg) center/contain no-repeat;
  pointer-events: none;
}

.date_category_block {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
}
.date_category_block .date {
  width: 5.5em;
}
.date_category_block .category {
  margin-left: 5px;
}

.date {
  font-family: "Barlow", sans-serif;
}

.category {
  display: inline-block;
  padding: 1px 8px;
  background-color: #fff;
  border: solid 1px;
  border-radius: 2em;
  font-size: 1.3rem;
  font-weight: 600;
}
.category.seminar {
  color: #ff8a00;
}
.category.job-fair {
  color: #e95541;
}
.category.report {
  color: #08ba9c;
}
.category.case-studies {
  color: #648eee;
}

.post_outer {
  padding: 80px 0 200px;
}
@media screen and (max-width: 767px) {
  .post_outer {
    padding: 50px 0 86px;
  }
}
.post_outer .back_btn {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .post_outer .back_btn {
    margin-top: 60px;
  }
}

.post_list {
  font-weight: 400;
  line-height: 1.5;
}
.post_list > li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .post_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.post_list a {
  display: block;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .post_list a {
    padding: 16px 20px;
  }
}
.post_list a:hover {
  background-color: rgb(255, 255, 255);
}
.post_list .date_category_block {
  margin-bottom: 9px;
}
.post_list .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .post_list .title {
    -webkit-line-clamp: 3;
  }
}

.pagination {
  margin-top: 116px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 60px;
  }
}

.nav-links {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-links {
    font-size: 1.4rem;
  }
}
.nav-links a:hover {
  color: #3fa8f4;
}
.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 2.85em;
  aspect-ratio: 1/1;
  margin: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 4px;
}
.nav-links .page-numbers.current {
  background-color: #3fa8f4;
  color: #fff;
}
.nav-links .page-numbers.dots {
  display: block;
  width: auto;
  aspect-ratio: auto;
  background: none;
  border-radius: 0;
  padding: 0;
}

.post_detail_wrap {
  padding: 80px 10%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .post_detail_wrap {
    padding: 50px 7.46%;
  }
}

.post_headline_block {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .post_headline_block {
    margin-bottom: 40px;
  }
}
.post_headline_block .date_category_block {
  margin-bottom: 20px;
}

.post_headline {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post_headline {
    font-size: 2rem;
  }
}

.post_body *:not(:last-child) {
  margin-bottom: 20px;
}
.post_body a {
  text-decoration: underline;
}
.post_body a:hover {
  opacity: 0.8;
}
.post_body p *, .post_body span * {
  margin-bottom: 0 !important;
}
.post_body figure * {
  margin-bottom: 0;
}
.post_body h1 {
  margin-bottom: 10px !important;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
}
.post_body h2 {
  margin-top: 60px;
  margin-bottom: 30px !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
.post_body h3 {
  margin-bottom: 6px !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
}
.post_body h4 {
  margin-bottom: 6px !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h5 {
  margin-bottom: 6px !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
}
.post_body h6 {
  margin-bottom: 6px !important;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.post_body ol {
  list-style-type: none;
  counter-reset: item;
}
.post_body ol li {
  counter-increment: item;
  position: relative;
  margin: 0 0 1em 1em !important;
}
.post_body ol li:last-child {
  margin-bottom: 0 !important;
}
.post_body ol li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  right: 100%;
  text-align: right;
  white-space: nowrap;
}
.post_body ol ol li {
  margin-bottom: 0 !important;
}
.post_body ol * {
  margin-bottom: 0;
}
.post_body ul li {
  position: relative;
  margin: 0 !important;
  padding-left: 1.375em;
}
.post_body ul li:last-child {
  margin-bottom: 0 !important;
}
.post_body ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.post_body ul * {
  margin-bottom: 0;
}
.post_body img {
  max-width: 100%;
  width: auto;
}
.post_body .wp-block-column img {
  width: 100%;
}
.post_body .aligncenter {
  display: table;
}
.post_body .alignright {
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .post_body .alignright {
    float: none;
    margin-left: 0;
  }
}
.post_body .alignleft {
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .post_body .alignleft {
    float: none;
    margin-right: 0;
  }
}

.footer {
  position: relative;
  background-color: #3fa8f4;
  font-weight: 400;
  color: #fff;
}
.footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 100px;
  margin-bottom: -0.5px;
  background-color: #3fa8f4;
  pointer-events: none;
  z-index: 1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .footer::before {
    height: 30px;
  }
}
.footer .copyright {
  margin-top: 20px;
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 26px;
  }
}

.footer_headline {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer_headline {
    font-size: 2.8rem;
  }
}
.footer_headline .en_text {
  display: block;
}
.footer_headline .ja_text {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
}

.footer_wrap {
  padding: 10px 14.28% 30px;
}
@media screen and (max-width: 767px) {
  .footer_wrap {
    padding: 20px 5.33% 10px;
  }
}

.footer_link_content:not(:last-child) {
  margin-bottom: 36px;
  padding-bottom: 40px;
  border-bottom: solid 1px;
}
@media screen and (max-width: 767px) {
  .footer_link_content:not(:last-child) {
    margin-bottom: 26px;
    padding-bottom: 30px;
  }
}
.footer_link_content .footer_headline {
  margin-bottom: 20px;
}

.footer_banner_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -14px -1.31%;
}
@media screen and (max-width: 767px) {
  .footer_banner_list {
    justify-content: space-between;
    margin: 0 0 -10px 0;
  }
}
.footer_banner_list > li {
  width: 23.68%;
  margin: 0 0 14px 1.31%;
}
@media screen and (max-width: 767px) {
  .footer_banner_list > li {
    width: 48.35%;
    margin: 0 0 10px 0;
  }
}
.footer_banner_list a {
  display: block;
}
.footer_banner_list a:hover {
  opacity: 0.8;
}
.footer_banner_list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_contact_content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_contact_content {
    display: block;
  }
}
.footer_contact_content .headline_block {
  width: 226px;
  margin-right: 6%;
  padding-right: 20px;
  border-right: solid 1px;
}
@media screen and (max-width: 767px) {
  .footer_contact_content .headline_block {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    border: none;
  }
}
.footer_contact_content .detail_block {
  flex: 1;
}
.footer_contact_content .notes_text {
  font-size: 1.4rem;
}

.footer_contact_item_group {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .footer_contact_item_group {
    margin-top: 14px;
  }
}

.footer_contact_item {
  display: flex;
  align-items: baseline;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.footer_contact_item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer_contact_item:not(:last-child) {
    margin-bottom: 4px;
  }
}
.footer_contact_item > dt {
  width: 3.125em;
  margin-right: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.footer_contact_item > dd {
  flex: 1;
}
.footer_contact_item .tel_text {
  font-size: 2.2rem;
}

.footer_bottom_wrap {
  display: flex;
  border-top: solid 2px;
}

.footer_disclaimer {
  flex: 1;
  padding: 26px 20px;
  background-color: #278bef;
  font-size: 1.3rem;
  line-height: 1.84;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_disclaimer {
    padding: 16px 4.8% 16px 5.33%;
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
  }
}

.pagetop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 22px 10px 10px;
  background-color: #0864b7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 86px;
    padding: 10px;
  }
}

.pagetop_inner {
  display: inline-block;
  position: relative;
}
.pagetop_inner::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  margin: 0 auto 18px;
  background: url(../images/common/icon_arrow_white.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .pagetop_inner::before {
    margin-bottom: 10px;
  }
}

html {
  font-size: 62.5%;
}
html.hidden {
  overflow: hidden;
}
html.hidden body {
  overflow: hidden;
}
html.hidden .header {
  z-index: 99;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c2c43;
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: -1;
}
#overlay.is_active {
  visibility: visible;
  opacity: 0.6;
  z-index: 90;
}

body {
  padding: 0;
  background-color: #dff2f7;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1c2c43;
  line-height: 1.75;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}

.mailto i {
  font-style: normal;
}
.mailto i::after {
  content: "@";
}

.svg_defs {
  display: none;
}

svg {
  display: inline-block;
}
svg * {
  transition-duration: 0s;
}

button,
input[type=submit],
input[type=button] {
  appearance: button;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.3s;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
  outline: none;
}

.inner {
  width: 100%;
  padding: 0 7.14%;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 5.33%;
  }
}

.inner_s {
  width: 100%;
  padding: 0 14.28%;
}
@media screen and (max-width: 767px) {
  .inner_s {
    padding: 0 5.33%;
  }
}

.en_text {
  font-family: "Barlow", sans-serif !important;
}

.fs_10 {
  font-size: 1rem !important;
}

.fs_12 {
  font-size: 1.2rem !important;
}

.fs_13 {
  font-size: 1.3rem !important;
}

.fs_14 {
  font-size: 1.4rem !important;
}

.fs_16 {
  font-size: 1.6rem !important;
}

.fs_18 {
  font-size: 1.8rem !important;
}

.fs_20 {
  font-size: 2rem !important;
}

.fw_light {
  font-weight: 300 !important;
}

.fw_normal {
  font-weight: 400 !important;
}

.fw_medium {
  font-weight: 500 !important;
}

.fw_semibold {
  font-weight: 600 !important;
}

.fw_bold {
  font-weight: 700 !important;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.ta_center {
  text-align: center !important;
}

.td_none {
  text-decoration: none !important;
}

.td_underline {
  text-decoration: underline !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 40px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 40px !important;
  }
}

.mb_none {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.paragraph_body > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.color_black {
  color: #000 !important;
}

.color_white {
  color: #fff !important;
}

.color_y-green {
  color: #94d300 !important;
}

.color_green {
  color: #08ba9c !important;
}

.color_l-blue {
  color: #3fa8f4 !important;
}

.color_pink {
  color: #f67aab !important;
}

.color_purple {
  color: #815ed4 !important;
}

.color_blue {
  color: #036dd6 !important;
}

.color_yellow {
  color: #ffff00 !important;
}

.color_orange {
  color: #ff8a00 !important;
}

.color_red {
  color: #e95541 !important;
}

.bg_white {
  position: relative;
  padding: 1px 0;
  background-color: #fff;
  z-index: 1;
}
.bg_white.clip_top::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 100px;
  margin-bottom: -0.5px;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .bg_white.clip_top::before {
    height: 30px;
  }
}
.bg_white.clip_bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100px;
  margin-top: -0.5px;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .bg_white.clip_bottom::after {
    height: 30px;
  }
}

.bg_half {
  position: relative;
  z-index: 1;
}
.bg_half::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  right: 0;
  height: 70.34%;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
  clip-path: polygon(0 36%, 100% 0, 100% 100%, 0% 100%);
}

.notes_list > li {
  position: relative;
  padding-left: 1em;
}
.notes_list > li::before {
  display: inline-block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.notes_text {
  position: relative;
  padding-left: 1em;
}
.notes_text::before {
  display: inline-block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.dot_list > li {
  position: relative;
  padding-left: 1em;
}
.dot_list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.dot_list a {
  text-decoration: underline;
}
.dot_list a:hover {
  opacity: 0.8;
}

.dot_text {
  position: relative;
  padding-left: 1em;
}
.dot_text::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.dot_text a {
  text-decoration: underline;
}
.dot_text a:hover {
  opacity: 0.8;
}

.disc_list {
  line-height: 1.75;
}
.disc_list > li {
  position: relative;
  padding-left: 2.12em;
}
.disc_list > li:not(:last-child) {
  margin-bottom: 16px;
}
.disc_list > li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0.75em;
  width: 0.43em;
  aspect-ratio: 1/1;
  background-color: #1c2c43;
  border-radius: 50%;
}
.disc_list a {
  text-decoration: underline;
}
.disc_list a:hover {
  opacity: 0.8;
}

.order_list {
  list-style-type: none;
  counter-reset: item;
}
.order_list li {
  counter-increment: item;
  position: relative;
  padding-left: 1.3em;
}
.order_list li:nth-child(n+10) {
  padding-left: 2em;
}
.order_list li:last-child .order_list:last-child {
  margin-bottom: 0;
}
.order_list li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.order_list .order_list {
  margin: 0.25em 0 0.8em;
}
.order_list a {
  text-decoration: underline;
}
.order_list a:hover {
  opacity: 0.8;
}

.btn {
  display: block;
  position: relative;
  max-width: 19.625em;
  width: 100%;
  padding: 23px 50px;
  background-color: rgba(63, 168, 244, 0.4);
  border-radius: 3em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn.orange_btn {
  background: rgba(242, 92, 5, 0.4);
}
.btn.orange_btn::before {
  background-color: #f25c05;
}
.btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #3fa8f4;
  border-radius: 3em;
  z-index: -1;
  transition-duration: 0.3s;
  pointer-events: none;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_arrow_white.svg) center/contain no-repeat;
  pointer-events: none;
}

.back_btn {
  display: block;
  position: relative;
  max-width: 19.625em;
  width: 100%;
  padding: 23px 50px;
  background-color: rgba(63, 168, 244, 0.4);
  border-radius: 3em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.back_btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.back_btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #3fa8f4;
  border-radius: 3em;
  z-index: -1;
  transition-duration: 0.3s;
  pointer-events: none;
}
.back_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%) scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_arrow_white.svg) center/contain no-repeat;
  pointer-events: none;
}

.headline {
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 3.8rem;
  }
}
.headline .en_text {
  display: block;
  color: #3fa8f4;
}
.headline .ja_text {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .headline .ja_text {
    font-size: 1.5rem;
  }
}

.l_headline {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l_headline {
    font-size: 2.4rem;
  }
}

.mv_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 390px;
  background: url(../images/common/mv_bg.png) top center/cover no-repeat;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv_wrap {
    min-height: 230px;
  }
}
.mv_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #dff2f7;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mv_wrap::before {
    height: 30px;
  }
}

.mv_inner {
  padding: 60px 14.28% 90px;
}
@media screen and (max-width: 767px) {
  .mv_inner {
    padding: 10px 5.33% 30px;
  }
}

.mv_headline {
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .mv_headline {
    font-size: 4rem;
  }
}
.mv_headline .en_text {
  display: block;
}
.mv_headline .ja_text {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .mv_headline .ja_text {
    font-size: 1.6rem;
  }
}

.job_posting_section:last-child {
  padding-bottom: 200px;
}

.job_posting_wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding: 50px 7% 54px 5.833%;
  background: linear-gradient(135deg, #3ea8f4 0%, #76d8d6 100%);
  border: solid 7px #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .job_posting_wrap {
    display: block;
    padding: 40px 7.31%;
  }
}
.job_posting_wrap .img_block {
  width: 35.85%;
  margin: 0 0 0 5.2%;
}
@media screen and (max-width: 767px) {
  .job_posting_wrap .img_block {
    width: 100%;
    max-width: 185px;
    margin: 0 auto 30px;
  }
}
.job_posting_wrap .img_block img {
  display: block;
  width: 100%;
  height: auto;
}
.job_posting_wrap .text_block {
  flex: 1;
}
.job_posting_wrap .indent_text {
  margin: 6px 0 0;
}
.job_posting_wrap .indent_text .marker {
  display: inline;
  background-color: #ffff00;
  color: #1c2c43;
}

.job_posting_headline {
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffff00;
}
@media screen and (max-width: 767px) {
  .job_posting_headline {
    margin-bottom: 14px;
    font-size: 2.8rem;
    text-align: center;
  }
}

.job_posting_btn {
  display: block;
  position: relative;
  width: calc(100% + 20px);
  max-width: 27em;
  margin: 20px 0 0 -10px;
  padding: 24px 70px;
  background: rgba(255, 255, 0, 0.4);
  border-radius: 5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #1c2c43;
}
@media screen and (max-width: 767px) {
  .job_posting_btn {
    max-width: none;
    padding: 20px 50px;
    font-size: 1.5rem;
  }
}
.job_posting_btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.job_posting_btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #ffff00;
  border-radius: 5em;
  transition-duration: 0.3s;
  z-index: -1;
}
.job_posting_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_thin_arrow.svg) center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .job_posting_btn::after {
    right: 34px;
    width: 13px;
    height: 13px;
  }
}
.job_posting_btn small {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .job_posting_btn small {
    font-size: 0.86em;
  }
}

.coming_soon {
  text-align: center;
  width: 100%;
}

.top_mv_wrap {
  position: relative;
  padding: 38px 7.14% 106px;
  background: url(../images/top/mv_bg.png) top center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .top_mv_wrap {
    padding: 8px 0 25px;
  }
}

.top_mv_headline {
  width: 85.33%;
  aspect-ratio: 1/0.261;
  margin: 0 auto;
  background: url(../images/top/mv_headline.svg) center/contain no-repeat;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_mv_headline {
    width: 100%;
    aspect-ratio: 1/0.404;
    background-image: url(../images/top/mv_headline_sp.svg);
  }
}

.top_about_section {
  position: relative;
  padding: 20px 0 60px;
}
@media screen and (max-width: 767px) {
  .top_about_section {
    padding: 30px 0 40px;
  }
}

.top_about_headline {
  margin-bottom: 14px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3fa8f4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_about_headline {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.top_about_headline .marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.top_about_wrap {
  position: relative;
  padding: 10px 7%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_about_wrap {
    padding: 0;
  }
}
.top_about_wrap::before, .top_about_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17px;
  border: solid 2px #3fa8f4;
}
@media screen and (max-width: 767px) {
  .top_about_wrap::before, .top_about_wrap::after {
    display: none;
  }
}
.top_about_wrap::before {
  left: -1px;
  border-right: none;
}
.top_about_wrap::after {
  right: -1px;
  border-left: none;
}

.top_news_section {
  padding: 20px 0 80px;
}
@media screen and (max-width: 767px) {
  .top_news_section {
    padding: 0 0 66px;
  }
}

.top_news_wrap {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding: 50px 8.33%;
  background-color: #e5f5f9;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top_news_wrap {
    display: block;
    padding: 30px 5.97%;
  }
}
.top_news_wrap .headline_block {
  margin-right: 8.33%;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_news_wrap .headline_block {
    margin: 0 0 20px;
    padding-bottom: 0;
  }
}
.top_news_wrap .headline {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_news_wrap .headline {
    text-align: center;
  }
}
.top_news_wrap .detail_block {
  flex: 1;
}
.top_news_wrap .top_news_btn {
  position: absolute;
  bottom: 68px;
  left: 8.33%;
}
@media screen and (max-width: 767px) {
  .top_news_wrap .top_news_btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 30px auto 0;
  }
}

.top_news_btn {
  display: block;
  position: relative;
  max-width: 204px;
  width: 100%;
  padding: 13px 40px;
  background-color: rgba(63, 168, 244, 0.4);
  border-radius: 3em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.top_news_btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top_news_btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #3fa8f4;
  border-radius: 3em;
  z-index: -1;
  transition-duration: 0.3s;
  pointer-events: none;
}
.top_news_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_arrow_white.svg) center/contain no-repeat;
  pointer-events: none;
}

.top_event_section {
  position: relative;
  padding: 10px 0 90px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_event_section {
    margin-top: -14px;
    padding: 0 0 60px;
  }
}
.top_event_section:last-child {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .top_event_section:last-child {
    padding-bottom: 86px;
  }
}
.top_event_section .headline {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_event_section .headline {
    margin-bottom: 20px;
  }
}
.top_event_section .summary_text {
  margin-bottom: 56px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_event_section .summary_text {
    margin-bottom: 40px;
    text-align: left;
  }
}
.top_event_section .btn {
  margin: 74px auto 0;
}
@media screen and (max-width: 767px) {
  .top_event_section .btn {
    margin: 50px auto 0;
  }
}

.top_event_headline_wrap {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_event_headline_wrap {
    margin-bottom: 34px;
  }
}
.top_event_headline_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: 3px;
  background-color: #b2dcfb;
  z-index: -1;
  pointer-events: none;
}

.top_event_headline {
  display: inline-block;
  position: relative;
  padding: 0 2.35em;
  background-color: #dff2f7;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.18;
  color: #3fa8f4;
}
@media screen and (max-width: 767px) {
  .top_event_headline {
    padding: 0 2.09em;
    font-size: 2.2rem;
  }
}
.top_event_headline::before, .top_event_headline::after {
  content: "";
  position: absolute;
  bottom: -0.07em;
  width: 3px;
  height: 40px;
  background-color: #3fa8f4;
  pointer-events: none;
}
.top_event_headline::before {
  left: 1.5em;
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .top_event_headline::before {
    left: 1em;
  }
}
.top_event_headline::after {
  right: 1.5em;
  transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .top_event_headline::after {
    right: 1em;
  }
}

.top_event_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -30px;
}
@media screen and (max-width: 767px) {
  .top_event_grid {
    margin: 0 0 -10px;
  }
}

.top_event_program_content {
  position: relative;
  width: 47.5%;
  margin: 0 0 30px;
  padding: 20px 34px 34px;
  background-color: #fff;
  border: solid 8px #1c2c43;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top_event_program_content {
    width: 100%;
    margin: 0 0 10px;
    padding: 14px;
  }
}
.top_event_program_content.seminar_sidejob {
  border-color: #f67aab;
}
.top_event_program_content.seminar_sidejob .event_category {
  background-color: #f67aab;
}
.top_event_program_content.seminar_fulltime {
  border-color: #93c900;
}
.top_event_program_content.seminar_fulltime .event_category {
  background-color: #93c900;
}
.top_event_program_content.seminar_b2b-matching {
  border-color: #ba85d6;
}
.top_event_program_content.seminar_b2b-matching .event_category {
  background-color: #ba85d6;
}
.top_event_program_content .event_category {
  display: inline-block;
  position: relative;
  margin: 0 0 18px -40px;
  padding: 8px 24px;
  background-color: #1c2c43;
  border-radius: 0 3em 3em 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_event_program_content .event_category {
    margin: 0 0 14px -20px;
    padding: 4px 24px;
  }
}
.top_event_program_content .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .top_event_program_content .title {
    font-size: 2rem;
  }
}

.top_event_program_content a {
  display: block;
  width: 100%;
}

.top_event_program_content a:hover {
  opacity: 0.7;
}

.top_event_program_info_group {
  margin-top: 4px;
}

.top_event_program_info {
  display: flex;
  align-items: baseline;
  font-size: 1.4rem;
}
.top_event_program_info > dt {
  flex: none;
  margin-right: 0.5em;
}
.top_event_program_info .date {
  font-size: 2.2rem;
}

.top_talent_share_section {
  background-color: #fff;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .top_talent_share_section {
    padding-top: 70px;
  }
}
.top_talent_share_section .headline {
  margin-bottom: 30px;
}
.top_talent_share_section .summary_text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_talent_share_section .summary_text {
    text-align: left;
    margin-bottom: 35px;
  }
}
.top_talent_share_section .talent_share_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 -30px;
}
@media screen and (max-width: 767px) {
  .top_talent_share_section .talent_share_grid {
    margin: 0 0 -20px;
  }
}
.top_talent_share_section .talent_share_card {
  width: 48.33%;
  height: 100%;
  margin: 0 0 30px;
  padding: 40px 34px 50px;
  background-color: #dff2f7;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_talent_share_section .talent_share_card {
    width: 100%;
    margin: 0 0 20px;
    padding: 30px 15px 40px;
  }
}
.top_talent_share_section .talent_share_card .notice {
  font-size: 13px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .top_talent_share_section .talent_share_card .notice {
    text-align: left;
    margin-bottom: 28px;
  }
}
.top_talent_share_section .talent_share_card .notice a {
  text-decoration: underline;
}
.top_talent_share_section .cat_head {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_talent_share_section .cat_head {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.top_talent_share_section .talent_share_btn {
  display: block;
  margin-inline: auto;
  position: relative;
  max-width: 23.375em;
  width: 100%;
  padding: 23px 50px;
  background-color: rgba(63, 168, 244, 0.4);
  border-radius: 3em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.top_talent_share_section .talent_share_btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top_talent_share_section .talent_share_btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #3fa8f4;
  border-radius: 3em;
  z-index: -1;
  transition-duration: 0.3s;
  pointer-events: none;
}
.top_talent_share_section .talent_share_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_arrow_white.svg) center/contain no-repeat;
  pointer-events: none;
}
.top_talent_share_section .talent_share_btn:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_talent_share_section .talent_share_btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.top_talent_share_section .btn {
  margin: 30px auto 0;
}

.notice-list {
  width: 75%;
  margin: 15px auto 30px;
}

.notice-list li {
  position: relative;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 14px;
}
.notice-list li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

.top_report_section {
  padding: 110px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top_report_section {
    padding: 70px 0;
  }
}
.top_report_section:last-child {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .top_report_section:last-child {
    padding-bottom: 86px;
  }
}
.top_report_section .headline {
  margin-bottom: 30px;
}
.top_report_section .summary_text {
  margin-bottom: 56px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_report_section .summary_text {
    text-align: left;
  }
}
.top_report_section .btn {
  margin: 50px auto 0;
}

.event_mv_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  min-height: 502px;
  background: url(../images/common/mv_bg.png) top center/cover no-repeat;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .event_mv_wrap {
    min-height: 300px;
  }
}
.event_mv_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #dff2f7;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .event_mv_wrap::before {
    height: 30px;
  }
}

.event_mv_inner {
  padding: 70px 14.28% 30px;
}
@media screen and (max-width: 767px) {
  .event_mv_inner {
    padding: 30px 5.33% 30px;
  }
}

.event_mv_headline {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event_mv_headline {
    font-size: 2.6rem;
  }
}

.event_fixed_btn_wrap {
  position: fixed;
  top: 235px;
  right: 0;
  z-index: 89;
}

.event_fixed_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding: 66px 4px 20px;
  background-color: #f25c05;
  border-radius: 20px 0 0 20px;
  font-family: "Noto Sans JP vertical", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  writing-mode: vertical-rl;
}
.event_fixed_btn::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  background: url(../images/event/icon_free.png) center/contain no-repeat;
}
.event_fixed_btn:hover {
  transform: scale(1.13);
  color: #ffff00;
}

.event_outer {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .event_outer {
    padding: 50px 0 0;
  }
}

.event_image_wrap {
  position: relative;
  z-index: 2;
  margin: -270px auto 90px;
  width: 71.44%;
}
@media screen and (max-width: 1199px) {
  .event_image_wrap {
    width: 85.72%;
  }
}
@media screen and (max-width: 767px) {
  .event_image_wrap {
    margin: -150px auto 60px;
  }
}

.event_image_outer::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1199px) {
  .event_image_outer .simplebar-wrapper {
    padding-bottom: 20px;
  }
}
.event_image_outer .simplebar-scrollbar::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(63, 168, 244, 0.7);
  border-radius: 0;
  height: 2px !important;
  opacity: 1;
}
.event_image_outer .simplebar-track {
  background: #fff;
  height: 2px !important;
}

.event_cont_image {
  background: #fff;
  border-radius: 10px;
  padding: 10px 6.499%;
}
@media screen and (max-width: 1199px) {
  .event_cont_image {
    min-width: 900px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .event_cont_image {
    padding: 10px;
  }
}
.event_cont_image img {
  width: 100%;
}

.event_summary_wrap {
  margin-bottom: 94px;
}
.event_summary_wrap:last-child {
  margin-bottom: 200px;
}

.event_summary_flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .event_summary_flex {
    display: block;
  }
}
.event_summary_flex .text_block {
  flex: 1;
}

.event_summary_point {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.83em;
  margin-left: 4%;
  aspect-ratio: 1/0.989;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffff00;
  text-align: center;
  background: url(../images/event/point_bg.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .event_summary_point {
    margin: 0 auto 30px;
  }
}
.event_summary_point .emphasis_text {
  font-size: 1.71em;
}

.event_summary_item_group {
  margin-top: 40px;
  padding-top: 20px;
  border-top: solid 1px #b2dcfb;
}

.event_summary_item {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.event_summary_item:not(:last-child) {
  margin-bottom: 8px;
}
.event_summary_item > dt {
  width: 5.23em;
  margin: 0.15em 10px 0 0;
  padding: 2px 4px;
  background-color: #fff;
  border: solid 1px;
  border-radius: 1em;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
.event_summary_item > dd {
  flex: 1;
  color: #3fa8f4;
}

.event_program_wrap {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .event_program_wrap {
    margin-bottom: 80px;
  }
}
.event_program_wrap:last-child {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .event_program_wrap:last-child {
    margin-bottom: 100px;
  }
}

.event_program_item {
  background-color: #fff;
  border: solid 8px #1c2c43;
  border-radius: 20px;
}
.event_program_item.seminar_sidejob {
  border-color: #f67aab;
}
.event_program_item.seminar_sidejob .event_program_title .event_category {
  background-color: #f67aab;
}
.event_program_item.seminar_sidejob .event_program_content {
  background-color: #fef2f7;
  border-color: #f67aab;
}
.event_program_item.seminar_fulltime {
  border-color: #93c900;
}
.event_program_item.seminar_fulltime .event_program_title .event_category {
  background-color: #93c900;
}
.event_program_item.seminar_fulltime .event_program_content {
  background-color: #f0f9e1;
  border-color: #93c900;
}
.event_program_item.seminar_b2b-matching {
  border-color: #ba85d6;
}
.event_program_item.seminar_b2b-matching .event_program_title .event_category {
  background-color: #ba85d6;
}
.event_program_item.seminar_b2b-matching .event_program_content {
  background-color: #f8f1fb;
  border-color: #ba85d6;
}
.event_program_item:not(:last-child) {
  margin-bottom: 20px;
}

.event_program_title {
  position: relative;
  padding: 14px 80px 14px 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .event_program_title {
    padding: 14px 40px 14px 20px;
  }
}
.event_program_title.is_active::before {
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
.event_program_title.is_active::after {
  transform: translateY(-50%) rotate(0deg);
}
.event_program_title::before, .event_program_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
  background-color: #1c2c43;
  border-radius: 4px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .event_program_title::before, .event_program_title::after {
    right: 20px;
  }
}
.event_program_title::after {
  transform: translateY(-50%) rotate(90deg);
}
.event_program_title .event_category {
  display: inline-block;
  position: relative;
  margin: 0 0 10px -40px;
  padding: 0 26px;
  background-color: #1c2c43;
  border-radius: 0 3em 3em 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .event_program_title .event_category {
    margin: 0 0 10px -20px;
    padding: 0 20px;
  }
}
.event_program_title .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .event_program_title .title {
    font-size: 2rem;
  }
}

.event_program_info_group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0 0 -6px -30px;
}

.event_program_info {
  display: flex;
  align-items: baseline;
  margin: 0 0 6px 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .event_program_info {
    font-size: 1.3rem;
  }
}
.event_program_info > dt {
  flex: none;
  margin-right: 0.5em;
}
.event_program_info .date {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .event_program_info .date {
    font-size: 1.8rem;
  }
}

.event_program_content {
  display: none;
  padding: 50px 8.33% 64px;
  border-top: solid 8px #1c2c43;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 767px) {
  .event_program_content {
    padding: 30px 20px 40px;
  }
}
.event_program_content .btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .event_program_content .btn {
    margin-top: 40px;
  }
}

.event_program_detail_text {
  font-size: 1.8rem;
  line-height: 1.88;
}
.event_program_detail_text:not(:last-child) {
  margin-bottom: 60px;
}

.event_program_detail_block {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .event_program_detail_block {
    display: block;
  }
}
.event_program_detail_block:not(:first-child) {
  margin-top: 50px;
}

.event_program_detail_headline {
  width: 5.23em;
  margin: 0.53em 14px 0 0;
  padding: 2px;
  background-color: #fff;
  border: solid 1px;
  border-radius: 3em;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event_program_detail_headline {
    margin: 0 0 14px;
  }
}

.event_program_detail_flex {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .event_program_detail_flex {
    display: block;
  }
}
.event_program_detail_flex .text_block {
  flex: 1;
  line-height: 1.61;
}
.event_program_detail_flex .text_block > dt {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.58;
}
@media screen and (max-width: 767px) {
  .event_program_detail_flex .text_block > dt {
    font-size: 2rem;
  }
}
.event_program_detail_flex .text_block > dd {
  font-size: 1.3rem;
  color: #666666;
}
.event_program_detail_flex .text_block > dd.position {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1c2c43;
}
.event_program_detail_flex .img_block {
  max-width: 190px;
  width: 21.01%;
  margin-left: 4.42%;
}
@media screen and (max-width: 767px) {
  .event_program_detail_flex .img_block {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.event_program_detail_flex .img_block img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.event_faq_section {
  padding: 110px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .event_faq_section {
    padding: 60px 0;
  }
}
.event_faq_section:last-child {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .event_faq_section:last-child {
    padding-bottom: 100px;
  }
}
.event_faq_section .headline {
  margin-bottom: 40px;
}

.faq_item {
  background-color: #e5f5f9;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
  line-height: 1.625;
}
.faq_item:not(:last-child) {
  margin-bottom: 20px;
}
.faq_item > dt {
  position: relative;
  padding: 28px 80px 28px 5%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.44;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq_item > dt {
    padding: 20px 50px 20px 20px;
    font-size: 1.6rem;
  }
}
.faq_item > dt.is_active {
  background-color: #3fa8f4;
  color: #fff;
}
.faq_item > dt.is_active::before {
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
  background-color: #fff;
}
.faq_item > dt.is_active::after {
  transform: translateY(-50%) rotate(0deg);
  background-color: #fff;
}
.faq_item > dt.is_active .title_inner::before {
  color: #fff;
}
.faq_item > dt::before, .faq_item > dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
  background-color: #1c2c43;
  border-radius: 4px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_item > dt::before, .faq_item > dt::after {
    right: 20px;
  }
}
.faq_item > dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq_item > dt .title_inner {
  position: relative;
  display: inline-block;
  padding-left: 2.22em;
}
.faq_item > dt .title_inner::before {
  content: "Q";
  position: absolute;
  top: -0.23em;
  left: 0;
  font-family: "Barlow", sans-serif;
  font-size: 2.33em;
  font-weight: 600;
  line-height: 1;
  color: #3fa8f4;
}
.faq_item > dd {
  display: none;
  padding: 20px 5%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faq_item > dd {
    padding: 20px;
  }
}

.report_text_wrap {
  margin-bottom: 60px;
}

.report_year_content:not(:last-child) {
  margin-bottom: 80px;
}
.report_year_content .report_card .img_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 6px #fff;
  border-radius: 20px;
}

.report_year_headline {
  margin-bottom: 66px;
  padding-bottom: 14px;
  border-bottom: solid 1px #b2dcfb;
  font-size: 2.8rem;
  font-weight: 700;
  color: #3fa8f4;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .report_year_headline {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
}

.report_card_grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -40px -3.38%;
}
@media screen and (max-width: 767px) {
  .report_card_grid {
    max-width: 92.53%;
    margin: 0 auto -36px;
  }
}

.report_card {
  position: relative;
  width: 29.95%;
  margin: 0 0 40px 3.38%;
}
@media screen and (max-width: 767px) {
  .report_card {
    width: 100%;
    margin: 0 0 36px;
  }
}
.report_card a {
  position: relative;
  display: block;
  height: 100%;
}
.report_card a:hover {
  opacity: 0.8;
}
.report_card .new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: -1.11em;
  left: -1.11em;
  width: 3.33em;
  aspect-ratio: 1/1;
  padding: 0.2em;
  background-color: #ffff00;
  border: solid 4px #fff;
  border-radius: 50%;
  font-family: "Barlow", sans-serif;
  font-size: min(1.56vw, 18px);
  font-weight: 500;
  line-height: 1;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  color: #1c2c43;
}
@media screen and (max-width: 767px) {
  .report_card .new {
    font-size: 18px;
  }
}
.report_card .img_block {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.667;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}
.report_card .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report_card .title {
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.talent_share_outer {
  padding: 80px 0 200px;
}
@media screen and (max-width: 767px) {
  .talent_share_outer {
    padding: 50px 0 86px;
  }
}
.talent_share_outer .l_headline {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .talent_share_outer .l_headline {
    margin-bottom: 35px;
  }
}

.talent_share_problem_wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 46px 7%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .talent_share_problem_wrap {
    padding: 30px 20px;
  }
}

.company_problem_grid {
  display: block;
}
@media screen and (max-width: 767px) {
  .company_problem_grid {
    display: block;
  }
}

.company_problem_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company_problem_list {
    width: 100%;
  }
}
.company_problem_list:not(:last-of-type) {
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .company_problem_list:not(:last-of-type) {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.company_problem_list > li {
  width: 50%;
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
.company_problem_list > li:not(:last-of-type) {
  padding-bottom: 10px;
}
.company_problem_list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #3fa8f4;
  font-weight: 700;
}
.company_problem_list a {
  font-size: 1.8rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .company_problem_list a {
    font-size: 1.6rem;
  }
}
.company_problem_list a:hover {
  opacity: 0.8;
}

.talent_share_login_section {
  background-color: #fff;
  font-weight: 600;
}
.talent_share_login_section .talent_share_login_wrap {
  padding-block: 106px 190px;
}
@media screen and (max-width: 767px) {
  .talent_share_login_section .talent_share_login_wrap {
    padding-block: 50px 86px;
  }
}
.talent_share_login_section .login_container {
  background: #dff2f7;
  padding: 80px 20px;
  border-radius: 10px;
  max-width: 700px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .talent_share_login_section .login_container {
    padding-block: 38px 45px;
  }
}
.talent_share_login_section .title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 44px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .talent_share_login_section .title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.talent_share_login_section .title .subtitle {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .talent_share_login_section .title .subtitle {
    font-size: 1.6rem;
  }
}
.talent_share_login_section .login_form_wrap {
  max-width: 335px;
  margin-inline: auto;
}
.talent_share_login_section label {
  display: block;
  margin-bottom: 3px;
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
}
.talent_share_login_section input[type=text],
.talent_share_login_section input[type=password] {
  width: 100%;
  padding: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
.talent_share_login_section input:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .talent_share_login_section input:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.talent_share_login_section .forgot_pass {
  display: block;
  font-size: 1.3rem;
  color: #3fa8f4;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.3;
  text-align: left;
}
.talent_share_login_section .login_button {
  display: block;
  width: 216px;
  background: #1c2c43;
  border: 2px solid #1c2c43 !important;
  color: #fff;
  margin: 55px auto 0;
  border: none;
  padding: 11px 0;
  border-radius: 25px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .talent_share_login_section .login_button {
    margin-top: 40px;
  }
}
.talent_share_login_section .login_button:hover {
  background: #fff;
  color: #1c2c43;
}/*# sourceMappingURL=style.min.css.map */