@keyframes mv_line {
  0% {
    top: unset;
    bottom: 0;
    height: 6.831vw;
  }

  34% {
    top: unset;
    bottom: 0;
    height: 0;
  }

  35% {
    top: 0;
    bottom: unset;
    height: 0;
  }

  70% {
    top: 0;
    bottom: unset;
    height: 6.831vw;
  }
}

@keyframes mv_line_sp {
  0% {
    top: unset;
    bottom: 0;
    height: 12.2vw;
  }

  34% {
    top: unset;
    bottom: 0;
    height: 0;
  }

  35% {
    top: 0;
    bottom: unset;
    height: 0;
  }

  70% {
    top: 0;
    bottom: unset;
    height: 12.2vw;
  }
}

@keyframes flow_txt {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

* {
  /* margin: 0; */
  /* padding: 0; */
  /* box-sizing: border-box; */
}

body {
  font-family: "Noto sans JP", sans-serif;
  color: #111;
}

ul,
ol {
  /* list-style: none; */
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s ease;
  text-decoration: none;
  color: inherit;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 88%;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  z-index: 100;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #fff;
  transition: 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
  transition-property: top, opacity;
}

header .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0 2.2% 0 2.5%;
  position: relative;
}

header .inner h1 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 29px 2.5vw;
  background: #fff;
  border-bottom-right-radius: 40px;
}

header .inner h1::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/radius_top_left.svg) no-repeat left top/contain;
  position: absolute;
  top: 100px;
  left: 100%;
}

header .inner h1 img {
  width: 139px;
}

header .inner h1 img.horizontal {
  display: none;
}

header .inner h1 img.default {
  display: block;
}

header .inner nav {
  display: flex;
  align-items: center;
}

header .inner nav .menu {
  display: flex;
}

header .inner nav .menu>li>a {
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  padding: 0 12px 0 13px;
  display: flex;
  align-items: center;
  height: 60px;
}

@media (hover: hover) and (pointer: fine) {
  header .inner nav .menu>li>a:hover {
    color: #18559d;
  }
}

header .inner nav .menu>li.has_child {
  position: relative;
}

header .inner nav .menu>li.has_child .sub_menu {
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  /* border: 1px solid rgb(201, 201, 201); */
  box-shadow: 2px 2px 8px rgba(20, 20, 20, 0.16);
  background: #fff;
  padding: 10px 0;
  display: none;
  width: 250px;
}

header .inner nav .menu>li.has_child .sub_menu li a {
  position: relative;
  padding: 20px 63px 20px 20px;
  display: block;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.22;
  font-feature-settings: unset;
  letter-spacing: 0;
  font-weight: bold;
}

header .inner nav .menu>li.has_child .sub_menu li a span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

header .inner nav .menu>li.has_child .sub_menu li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  font-family: 'Font Awesome 6 pro';
  content: "\f105";
  color: #0859a8;

}

@media (hover: hover) and (pointer: fine) {
  header .inner nav .menu>li.has_child .sub_menu li a:hover {
    color: #0859a8;
  }
}

header .inner nav .menu>li.has_child .sub_menu li:not(:last-child) {
  border-bottom: 1px dotted #d0d0d0;
}

header .inner nav .menu>li.has_child.recruitment .sub_menu {
  min-width: 250px;
}




header .inner nav .h_phone {
  /* display: flex; */
  /* margin-left: 28px; */
  /* align-items: center; */
}

header .inner nav .h_phone:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f095";
  font-size: 25px;
  line-height: 60px;
  height: 60px;
  padding-top: 5px;
  color: #18559d;
}


header .inner nav .h_phone li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18559d;
  /* width: 146px; */
  /* width: 96px; */
  height: 60px;
  font-size: 35px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}



header .inner nav .recruit {
  display: flex;
  margin-left: 28px;
}

header .inner nav .recruit li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 146px;
  /* width: 96px; */
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

header .inner nav .recruit li.new_grad a {
  background-color: #1c63b9;
  border-radius: 8px 0 0 8px;
}

@media (hover: hover) and (pointer: fine) {
  header .inner nav .recruit li.new_grad a:hover {
    background-color: #1c63b9;
  }
}

header .inner nav .recruit li.mid_career a {
  background-color: #17a0df;
  border-radius: 0 8px 8px 0;
}

@media (hover: hover) and (pointer: fine) {
  header .inner nav .recruit li.mid_career a:hover {
    background-color: #17a0df;
  }
}

header .inner #menu_btn {
  display: none;
}

header.scroll {
  position: fixed;
  top: -168px;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
}

header.fixed .inner h1::after {
  content: none;
}

header.fixed .inner h1 img.horizontal {
  display: block;
  width: 200px;
}

header.fixed .inner h1 img.default {
  display: none;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 8;
}

.breadcrumb ul li {
  font-size: 13px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  line-height: 1;
}

.breadcrumb ul li:first-child::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #18559d;
  border-radius: 50%;
  margin-right: 8px;
}

.breadcrumb ul li:not(:last-child) {
  margin-right: 10px;
}

.breadcrumb ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #000;
  margin-left: 10px;
}

.sec_h2 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

.sec_h2 a {
  display: flex;
  align-items: center;
}

.sec_h2 a span {
  position: relative;
}

.sec_h2 a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #18559d;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  transition: 0.4s;
}

.sec_h2 a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
  margin-left: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .sec_h2 a:hover {
    color: #18559d;
  }

  .sec_h2 a:hover span::after {
    width: 100%;
  }
}

.section_row {
  padding-top: 50px;
  margin-top: 50px;
}

.section_row .row_inner {
  position: relative;
  max-width: 1440px;
  width: 88%;
  margin: 0 auto 0;
}

.section_row .row_inner aside {
  width: 308px;
  position: absolute;
}

.section_row .row_inner aside ul li a {
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: none;
}

.section_row .row_inner aside ul li a span {
  margin-right: 14px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.section_row .row_inner aside ul li a:hover {
  color: #18559d;
}

.section_row .row_inner aside ul li.current a {
  font-weight: bold;
  color: #18559d;
}

.section_row .row_inner aside ul li.current a::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #18559d;
  margin-right: 13px;
}

.section_row .row_inner aside ul li:not(:last-child) {
  margin-bottom: 20px;
}

.section_row .row_inner section {
  padding-left: 308px;
}

.section_row .row_inner section .inner {
  width: 100%;
  margin-bottom: 80px;
}

#related_page .inner .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#related_page .inner .ttl_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

#related_page .inner .ttl_row h2 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#related_page .inner .ttl_row h2 a {
  display: flex;
  align-items: center;
}

#related_page .inner .ttl_row h2 a span {
  position: relative;
}

#related_page .inner .ttl_row h2 a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #18559d;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  transition: 0.4s;
}

#related_page .inner .ttl_row h2 a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
  margin-left: 15px;
}

@media (hover: hover) and (pointer: fine) {
  #related_page .inner .ttl_row h2 a:hover {
    color: #18559d;
  }

  #related_page .inner .ttl_row h2 a:hover span::after {
    width: 100%;
  }
}

#cta {
  position: relative;
}

#cta .recruit_mg {
  border-radius: 100px 100px 0 0;
  aspect-ratio: 1400/434;
  background: url(../img/cta_bg.jpg) no-repeat center/cover;
}

#cta .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#cta .inner .txt {
  text-align: center;
  color: #fff;
  font-size: 1.8vw;
  line-height: 1.5;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

#cta .recruit {
  display: flex;
  justify-content: center;
  top: 100%;
  left: 0;
  width: 100%;
}

#cta .recruit li {
  width: 50%;
}

#cta .recruit li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 6vw;
  font-size: clamp(15px, 1.57vw, 32px);
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#cta .recruit li.new_grad a {
  background: #18559d;
}

@media (hover: hover) and (pointer: fine) {
  #cta .recruit li.new_grad a:hover {
    background: #df0049;
  }
}

#cta .recruit li.mid_career a {
  background: #fd452d;
}

@media (hover: hover) and (pointer: fine) {
  #cta .recruit li.mid_career a:hover {
    background: #f22a0f;
  }
}

footer {
  background: #222222;
  padding: 100px 0 55px;
}

footer .inner {
  max-width: 1480px;
  padding: 0 3%;
}



@media (min-width: 1280px) and (max-width: 1400px) {
  header .inner nav .menu li a {
    padding: 0 7px;
    font-size: 15px;
  }

  header .inner nav .recruit {
    margin-left: 19px;
  }
}

@media (max-width: 1280px) {
  header {
    background: none;
    height: 68px;
    background: #fff;
  }

  header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    position: absolute;
    top: 0;
    left: 0;
  }

  header .inner h1 {
    border-bottom-right-radius: 20px;
    padding: 24.5px 2.5vw;
  }

  header .inner h1 img {
    width: 98px;
  }

  header .inner h1::after {
    top: 68px;
  }

  header .inner nav {
    flex-direction: column;
    position: fixed;
    top: -100%;
    right: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    padding: 130px 30px 60px;
    height: 100vh;
    z-index: -1;
    opacity: 1;
    overflow: auto;
  }

  header .inner nav .recruit {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  header .inner nav .recruit li {
    width: 50%;
  }

  header .inner nav .recruit li a {
    width: 100%;
    font-size: 14px;
  }

  header .inner nav .recruit li.new_grad a {
    border-radius: 4px 0 0 4px;
  }

  header .inner nav .recruit li.mid_career a {
    border-radius: 0 4px 4px 0;
  }

  header .inner nav .menu {
    flex-direction: column;
    order: 2;
    width: 100%;
  }

  header .inner nav .menu>li {
    border-top: 1px solid #cdcdcd;
    width: 100%;
  }

  header .inner nav .menu>li>a {
    display: flex;
    padding: 15px 0;
    font-size: 16px;
    position: relative;
  }

  header .inner nav .menu>li>a::before {
    /* content: ""; */
    display: block;
    width: 20px;
    height: 20px;
    background: linear-gradient(45deg, #0859a8, #0859a8);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
  }

  header .inner nav .menu>li>a::after {
    position: absolute;
    top: 20px;
    right: 0;
    transition: 0.3s;
    font-family: 'Font Awesome 6 pro';
    content: '\f0a9';
    font-size: 1.5em;
    color: #1c63b9;
  }

  header .inner nav .menu>li:last-child {
    border-bottom: 1px solid #cdcdcd;
  }

  header .inner nav .menu>li.has_child>a {
    pointer-events: none;
  }

  header .inner nav .menu>li.has_child>a::before {
    content: none;
  }

  header .inner nav .menu>li.has_child>a::after {
    /* background-image: url(../img/icon_plus_menu.svg);
    width: 18px;
    height: 18px; */
    /* right: 15px; */
    top: 20px;
    transition: 0.3s;
    font-family: 'Font Awesome 6 pro';
    content: '\f055';
    font-size: 1.5em;
    color: #1c63b9
  }

  header .inner nav .menu>li.has_child .sub_menu {
    position: static;
    transform: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 40px;
  }

  header .inner nav .menu>li.has_child .sub_menu li a {
    font-size: 15px;
    position: relative;
    padding: 0 30px 0 14px;
    height: auto;
    white-space: normal;
  }

  header .inner nav .menu>li.has_child .sub_menu li a br {
    display: none;
  }

  header .inner nav .menu>li.has_child .sub_menu li a span {
    font-weight: 400;
    padding-top: 1.5px;
  }

  header .inner nav .menu>li.has_child .sub_menu li a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: linear-gradient(to right, #18559d, #fd452d);
    background: #da3824;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
  }

  header .inner nav .menu>li.has_child .sub_menu li a::after {
    content: none;
  }

  header .inner nav .menu>li.has_child .sub_menu li:not(:last-child) {
    border-bottom: 0;
    margin-bottom: 16px;
  }

  header .inner nav .menu>li.has_child.open a::after {
    /* transform: translateY(-50%) rotate(45deg); */
    font-family: 'Font Awesome 6 pro';
    content: '\f056';
  }

  header .inner #menu_btn {
    display: block;
    position: absolute;
    top: 11px;
    right: 25px;
    /* border: 1px solid #1e1e1e; */
    width: 120px;
    height: 48px;
    border-radius: 10px;
    z-index: 100;
    cursor: pointer;
  }

  header .inner #menu_btn span {
    position: absolute;
    display: block;
    height: 4px;
    background: #1e1e1e;
    left: 35px;
    transition: 0.3s ease;
  }

  header .inner #menu_btn span:nth-child(1) {
    width: 46px;
    top: 9px;
  }

  header .inner #menu_btn span:nth-child(2) {
    width: 46px;
    top: 20px;
  }

  header .inner #menu_btn span:nth-child(3) {
    width: 46px;
    top: 31px;
  }

  header.open {
    position: fixed;
    left: 0;
  }

  header.open .inner #menu_btn span {
    left: 35px;
  }

  header.open .inner #menu_btn span:nth-child(1) {
    top: 20px;
    width: 48px;
    transform: rotate(45deg);
  }

  header.open .inner #menu_btn span:nth-child(2) {
    opacity: 0;
  }

  header.open .inner #menu_btn span:nth-child(3) {
    top: 20px;
    width: 48px;
    transform: rotate(-45deg);
  }

  header.fixed .inner h1 {
    padding: 16.5px 2.5vw;
    border-bottom-right-radius: 20px;
  }

  header.fixed .inner h1 img.horizontal {
    width: 175px;
  }

  #mv {
    padding-top: 216px;
  }

  footer .inner .company_nav {
    flex-direction: column;
  }

  footer .inner .company_nav .company {
    margin-bottom: 60px;
  }
}

@media (max-width: 1000px) {
  .section_row .row_inner aside {
    display: none;
  }

  .section_row .row_inner section {
    padding-left: 0;
  }

  #cta .recruit_mg {
    border-radius: 40px 40px 0 0;
  }

  #cta .inner .txt {
    font-size: 20px;
  }

  #cta .recruit li a {
    height: 60px;
    font-size: 15px;
  }

  footer .inner .catch_copy {
    flex-direction: column;
    align-items: flex-start;
  }

  footer .inner .catch_copy .copy {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .inner {
    width: 90%;
  }

  header {
    height: 54px;
  }

  header .inner {
    padding-left: 3%;
  }

  header .inner h1 {
    padding: 17px 17px;
    border-bottom-right-radius: 20px;
  }

  header .inner h1::after {
    width: 15px;
    height: 15px;
    top: 54px;
  }

  header .inner h1 img {
    width: 69px;
  }

  header .inner nav {
    padding-top: 84px;
  }

  header .inner nav .recruit li a {
    height: 57px;
  }

  header .inner #menu_btn {
    top: 10px;
    right: 3%;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border-width: 1px;
  }

  header .inner #menu_btn span {
    height: 2px;
    left: 5px;
  }

  header .inner #menu_btn span:nth-child(1) {
    width: 29px;
    top: 9px;
  }

  header .inner #menu_btn span:nth-child(2) {
    width: 29px;
    top: 15px;
  }

  header .inner #menu_btn span:nth-child(3) {
    width: 29px;
    top: 21px;
  }

  header.open .inner #menu_btn span {
    left: 18px;
  }

  header.open .inner #menu_btn span:nth-child(1) {
    width: 24px;
    top: 15px;
  }

  header.open .inner #menu_btn span:nth-child(3) {
    width: 24px;
    top: 15px;
  }

  header.fixed .inner h1 {
    padding: 10px 3%;
  }

  header.fixed .inner h1 img.horizontal {
    width: 185px;
  }

  .sec_ttl {
    font-size: 10px;
  }

  .sec_h2 {
    font-size: 21px;
  }

  .sec_h2 a::after {
    margin-left: 10px;
    width: 21px;
    height: 21px;
  }

  .breadcrumb ul {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 0 5vw;
  }

  .breadcrumb ul::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb ul li {
    font-size: 12px;
    white-space: nowrap;
  }

  .breadcrumb ul li:not(:last-child) {
    margin-right: 6px;
  }

  .breadcrumb ul li:not(:last-child)::after {
    width: 10px;
    margin-left: 6px;
  }

  .breadcrumb ul li:first-child::before {
    width: 6.5px;
    height: 6.5px;
    margin-right: 5px;
  }

  #related_page .inner .ttl {
    font-size: 14px;
    margin-bottom: 7px;
  }

  #related_page .inner .ttl_row {
    margin-bottom: 30px;
  }

  #related_page .inner .ttl_row h2 {
    font-size: 21px;
  }

  #related_page .inner .ttl_row h2 a::after {
    margin-left: 10px;
    width: 21px;
    height: 21px;
  }

  #related_page .inner .ttl_row .sec_ttl {
    font-size: 11px;
  }

  #cta .recruit_mg {
    background-image: url(../img/cta_bg_sp.jpg);
    aspect-ratio: 750/499;
  }

  #cta .inner .txt {
    font-size: 16px;
    margin-bottom: 0;
  }

  #cta .inner .recruit li a {
    width: 168px;
    font-size: 14px;
  }

  footer {
    padding: 50px 0 20px;
  }

  footer .inner {
    padding-left: 0;
    padding-right: 0;
  }

  footer .inner .company_nav {
    display: none;
  }

  footer .inner .catch_copy {
    margin-top: 0;
  }

  footer .inner .catch_copy .catch .main {
    margin-bottom: 6px;
  }

  footer .inner .catch_copy .catch .main img {
    width: 265px;
    display: block;
  }

  footer .inner .catch_copy .catch .sub img {
    width: 265px;
    display: block;
  }

  footer .inner .catch_copy .copy {
    font-size: 10px;
  }
}

._d02 {
  transition-delay: 0.2s;
}

._d03 {
  transition-delay: 0.3s;
}

._d04 {
  transition-delay: 0.4s;
}

._d05 {
  transition-delay: 0.5s;
}

._f-up {
  opacity: 0;
  transform: translate(0, 20px);
  transition-duration: 0.6s;
  transition-timing-function: ease;
}

._f-up._is-inview {
  opacity: 1;
  transform: translate(0);
}

._f-in {
  opacity: 0;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}

._f-in._is-inview {
  opacity: 1;
}

#top header .inner h1::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/radius_top_left.svg) no-repeat left top/contain;
  position: absolute;
  top: 100%;
  left: 2.5vw;
  transition: opacity 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
}

#top header.fixed .inner h1::before {
  content: none;
}

#top header.open .inner h1::before {
  opacity: 0;
}

#top #mv {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

#top #mv::before {
  content: "";
  display: block;
  width: 2.5vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#top #mv .inner {
  width: 100%;
  max-width: none;
  padding: 30px;
  background: #fff;
}

#top #mv .inner .mv_slider {
  opacity: 0;
  transition: 0.4s ease;
}

#top #mv .inner .mv_slider.slick-initialized {
  opacity: 1;
}

#top #mv .inner .mv_slider .slide {
  height: calc(100vh - 140px);
  width: auto;
  aspect-ratio: 9/8;
  margin: 0 5px;
  position: relative;
}

#top #mv .inner .mv_slider .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(37, 45, 47, 0.2), rgba(37, 45, 47, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  z-index: 2;
}

#top #mv .inner .mv_slider .slide img {
  border-radius: 15px;
}

#top #mv .inner .mv_slider .slide img.pc {
  display: block;
}

#top #mv .inner .mv_slider .slide img.sp {
  display: none;
}

#top #mv .intern_news {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 38%;
  height: 100px;
}

#top #mv .intern_news .intern_btn {
  margin-bottom: 20px;
}

#top #mv .intern_news .intern_btn a {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  background: url(../img/top/mv_btn_bg.png) no-repeat center left/cover;
  width: 50%;
  min-width: 302px;
  height: 66px;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  color: #fff;
  position: relative;
  padding: 0 1.4em 0 2em;
  border-radius: 50px 0 0 50px;
}

#top #mv .intern_news .intern_btn a::before {
  content: "";
  display: block;
  width: 81px;
  height: 40px;
  background: url(../img/top/mv_btn_txt.svg) no-repeat center/contain;
  position: absolute;
  top: -13px;
  left: -11px;
}

@media (hover: hover) and (pointer: fine) {
  #top #mv .intern_news .intern_btn a:hover {
    opacity: 0.8;
  }
}

#top #mv .intern_news .intern_btn._anm {
  transform: translate(100%, 0);
  transition: 0.6s ease 0.4s;
}

#top #mv .intern_news .intern_btn._anm a::before {
  transform: translate(0, 6px);
  opacity: 0;
  transition: 0.3s ease 0.8s;
}

#top #mv .intern_news .intern_btn._anm._is-inview {
  transform: translate(0);
}

#top #mv .intern_news .intern_btn._anm._is-inview a::before {
  transform: translate(0);
  opacity: 1;
}

#top #mv .intern_news .news {
  background: #eaeff3;
  border-top-left-radius: 20px;
  8px: 0 0 0 0;
  border-radius: 20px 0px 0px 20px;
}

#top #mv .intern_news .news .news_slider {
  padding-right: 80px;
}

#top #mv .intern_news .news .news_slider .slide {
  padding: 30px 0 35px 30px;
}

#top #mv .intern_news .news .news_slider .slide a {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  #top #mv .intern_news .news .news_slider .slide a:hover {
    opacity: 0.8;
  }
}

#top #mv .intern_news .news .news_slider .slide .date_cat {
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#top #mv .intern_news .news .news_slider .slide .date_cat .date {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}

#top #mv .intern_news .news .news_slider .slide .date_cat .cat {
  margin-left: 12px;
  background: #adadad;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 4px 12px;
}

#top #mv .intern_news .news .news_slider .slide .ttl {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
}

#top #mv .intern_news .news .news_slider .slick-arrow {
  font-size: 0;
  cursor: pointer;
  top: 50%;
  width: 10px;
  height: 16px;
  position: absolute;
}

#top #mv .intern_news .news .news_slider .slick-arrow.slick-prev {
  display: none !important;
}

#top #mv .intern_news .news .news_slider .slick-arrow.slick-next {
  right: 30px;
  background: url(../img/arrow_right_black.svg) no-repeat center/contain;
}

#top #mv .intern_news .news::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  /* background: url(../img/radius_bottom_right.svg) no-repeat bottom right/contain; */
  position: absolute;
  bottom: 0;
  right: 100%;
}

#top #mv .copy {
  position: absolute;
  left: 0;
  bottom: 0;
  /* top: 10px; */
  z-index: 20;
  display: flex;
  align-items: flex-end;
  padding-left: 66px;
  padding-bottom: 30px;
}

#top #mv .copy::before {
  content: "";
  display: block;
  width: 35.7vw;
  height: 35.7vw;
  max-width: 4505px;
  max-height: 405px;
  min-width: 213px;
  min-height: 213px;
  background: linear-gradient(135deg, #18559d, #18559d);
  /* border-radius: 50%; */
  border-radius: 1em;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  transform: translateX(-25%);
}

#top #mv .copy .mv_line {
  position: absolute;
  width: 2px;
  height: 6.831vw;
  /* height: 5.831vw; */
  max-height: 104.28px;
  bottom: -22px;
  left: 18px;
}

#top #mv .copy .mv_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 6.831vw;
  /* height: 5.831vw; */
  max-height: 104.28px;
  background: #f21515;
  animation: mv_line 1.5s infinite ease;
  position: absolute;
  left: 0;
}

#top #mv .copy .group .sub {
  font-size: 4.1vw;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1vw;
  top: -20px;
  position: relative;
  font-weight: 600;
  left: -40px;
}

#top #mv .copy .group .copy_en img {
  width: 46vw;
  max-width: 900px;
  min-width: 540px;
}

#top #mv .copy .group .copy_en {
  font-size: 2.0em;
  position: relative;
  color: #fff;
  /* bottom: 0px; */
  line-height: 2;
  top: -30px;
}



@media (max-width: 600px) {
  #top #mv .copy .group .copy_en {
    font-size: 1.0em;
    position: relative;
    color: #fff;
    bottom: -10px;
    line-height: 1.5;
    top: -10px;
  }

}


#top #mv .copy .copy_jp {
  margin-left: 1.85vw;
  padding-bottom: 1vw;
}

#top #mv .copy .copy_jp img {
  width: 3.8vw;
  max-width: 68px;
  min-width: 47px;
}

#top #concept {
  padding: 160px 0;
  position: relative;
}

#top #concept .inner {
  width: 76%;
  max-width: 912px;
  position: relative;
}

#top #concept .inner .concept_img {
  position: absolute;
  z-index: 0;
}

#top #concept .inner .concept_img img {
  width: 200%;
}

#top #concept .inner .concept_img.concept_imgRight01 {
  width: 17px;
  right: -242px;
  top: -40px;
  z-index: 7;
}

#top #concept .inner .concept_img.concept_imgRight02 {
  width: 36px;
  top: 198px;
  right: -94px;
  z-index: 6;
}

#top #concept .inner .concept_img.concept_imgRight03 {
  width: 64px;
  bottom: -52px;
  right: -150px;
  z-index: 5;
}

#top #concept .inner .concept_img.concept_imgRight04 {
  width: 215px;
  bottom: -20px;
  right: -366px;
  z-index: 4;
}

#top #concept .inner .concept_img.concept_imgRight05 {
  width: 100px;
  top: 72px;
  right: -207px;
  z-index: 3;
}

#top #concept .inner .concept_img.concept_imgRight06 {
  width: 210px;
  top: -73px;
  right: -168px;
  z-index: 2;
}

#top #concept .inner .concept_img.concept_imgLeft01 {
  width: 90px;
  left: -147px;
  bottom: 90px;
  z-index: 8;
}

#top #concept .inner .concept_img.concept_imgLeft02 {
  width: 120px;
  left: -232px;
  bottom: 27px;
  z-index: 7;
}

#top #concept .inner .concept_img.concept_imgLeft03 {
  width: 124px;
  left: -370px;
  bottom: 62px;
  z-index: 6;
}

#top #concept .inner .concept_img.concept_imgLeft04 {
  width: 68px;
  left: -360px;
  bottom: -50px;
  z-index: 5;
}

#top #concept .inner .concept_img.concept_imgLeft05 {
  width: 22px;
  left: -235px;
  top: -45px;
  z-index: 4;
}

#top #concept .inner .concept_img.concept_imgLeft06 {
  width: 250px;
  left: -402px;
  top: 6px;
  z-index: 3;
}

#top #concept .inner .concept_img.concept_imgLeft07 {
  width: 150px;
  left: -178px;
  top: -128px;
  z-index: 6;
}

#top #concept .inner .desc {
  font-weight: bold;
  font-size: 20px;
  line-height: 2.4;
  position: relative;
  z-index: 15;
}

#top #concept .inner .btn {
  margin-top: 60px;
}

#top #concept .inner .btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  height: 74px;
  background: #eaeff3;
  border-radius: 6px;
  padding-left: 27px;
  padding-right: 12px;
  font-size: 19px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
}

#top #concept .inner .btn a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s;
}

#top #concept .inner .btn a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #0859a8, #1c63b9);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}

#top #concept .inner .btn a i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}

#top #concept .inner .btn a i::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#top #concept .inner .btn a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  #top #concept .inner .btn a:hover {
    background: #e4e9ee;
  }

  #top #concept .inner .btn a:hover i::after {
    opacity: 1;
  }

  #top #concept .inner .btn a:hover::before {
    transform: translateY(-50%) scale(0);
  }

  #top #concept .inner .btn a:hover::after {
    transform: translateY(-50%) scale(1);
  }
}

#top section h2 {
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#top section h2 a {
  display: flex;
  align-items: center;
}

#top section h2 a span {
  position: relative;
}

#top section h2 a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0859a8;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  transition: 0.4s;
}

#top section h2 a::after {
  /* content: 'ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢'; */
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
  margin-left: 15px;
}

@media (hover: hover) and (pointer: fine) {
  #top section h2 a:hover {
    color: #0859a8;
  }

  #top section h2 a:hover span::after {
    width: 100%;
  }
}

#top section .sec_ttl {
  font-size: 16px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-family: "PT Sans", sans-serif;
  text-align: right;
}

#top #about {
  background: #f0f3f6;
  padding-top: 60px;
  border-top-left-radius: 100px;
  position: relative;
}

#top #about::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/radius_bottom_right_gray.svg) no-repeat right bottom/contain;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: -1;
}

#top #about .inner {
  max-width: 1680px;
  position: relative;
}

#top #about .inner .about_img {
  position: absolute;
  ÃƒÂ¯Ã‚Â½Ã¢â‚¬Å“ aspect-ratio: 1/1.168;
  background: url(../img/top/about_img3.jpg123) no-repeat center/contain;
  right: 98%;
  top: 380px;
  border-radius: 30px;
  z-index: 1;
}

#top #about .inner .sec_ttl {
  margin-bottom: 40px;
}

#top #about .inner .row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

#top #about .inner .row .txt {
  width: 49.3%;
  padding-top: 4vw;
}

#top #about .inner .row .txt h2 {
  margin-bottom: 50px;
}

#top #about .inner .row .txt .desc {
  line-height: 2;
  margin-bottom: 80px;
}

#top #about .inner .row .txt .links li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  font-size: 19px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: bold;
  width: 480px;
  height: 74px;
  padding-left: 20px;
  padding-right: 12px;
  border-radius: 6px;
  position: relative;
  transition: 0.4s;
  z-index: 3;
}

#top #about .inner .row .txt .links li a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #eaeff3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s;
}

#top #about .inner .row .txt .links li a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #18559d, #1c63b9);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}

#top #about .inner .row .txt .links li a i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}

#top #about .inner .row .txt .links li a i::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#top #about .inner .row .txt .links li a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  #top #about .inner .row .txt .links li a:hover {
    background: #e4e9ee;
  }

  #top #about .inner .row .txt .links li a:hover i::after {
    opacity: 1;
  }

  #top #about .inner .row .txt .links li a:hover::before {
    transform: translateY(-50%) scale(0);
  }

  #top #about .inner .row .txt .links li a:hover::after {
    transform: translateY(-50%) scale(1);
  }
}

#top #about .inner .row .txt .links li:not(:last-child) {
  margin-bottom: 16px;
}

#top #about .inner .row .img_area {
  width: 43.6%;
  position: relative;
  z-index: 2;
}

#top #about .inner .row .img_area .about_left {
  width: 70px;
  height: 285px;
  background: url(../img/top/about_left.svg) no-repeat center/contain;
  position: absolute;
  top: -17px;
  left: 9px;
  z-index: 2;
}

#top #about .inner .row .img_area .about_right {
  width: 140px;
  height: 140px;
  /* background: url(../img/top/about_right.svg) no-repeat center/contain; */
  position: absolute;
  bottom: -95px;
  right: -133px;
  z-index: 2;
  background: #0859a8;
  border-radius: 50%;
}

#top #about .inner .row .img_area .img img {
  border-radius: 30px;
}

#top #about .inner .row .img_area .img.img1 {
  transform: translateX(48px);
}

#top #about .inner .row .img_area .img.img2 {
  width: 54%;
  position: absolute;
  bottom: -82px;
  left: -38.4%;
}

@media (max-width: 1430px) {
  #top #about .inner .row .img_area .img.img2 {
    left: -18.4%;
  }
}

#top #job_description {
  background: #f0f3f6;
  padding: 160px 0 140px;
  position: relative;
}

#top #job_description::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/radius_top_left_bg.svg) no-repeat top left/contain;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}

#top #job_description .job_bg {
  width: 36vw;
  height: 36vw;
  position: absolute;
  top: -70px;
  right: calc(50% + 245px);
  /* background: url(../img/top/job_bg.png) no-repeat center/contain; */
  z-index: 1;
  background: #e7eef5;
  border-radius: 50%;
}

#top #job_description .inner {
  max-width: 1680px;
  position: relative;
  z-index: 2;
}

#top #job_description .inner .sub_ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

#top #job_description .inner .ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

#top #job_description .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top #job_description .inner .list .block {
  width: 48.1%;
}

#top #job_description .inner .list .block a .img {
  overflow: hidden;
  border-radius: 10px;
}

#top #job_description .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#top #job_description .inner .list .block a .txt {
  margin-top: 20px;
}

#top #job_description .inner .list .block a .txt .project {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

#top #job_description .inner .list .block a .txt .main {
  font-size: 26px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

#top #job_description .inner .list .block a .txt .desc {
  font-size: 15px;
  line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  #top #job_description .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

#top #job_description .inner .list .block.coming a {
  pointer-events: none;
}

#top #job_description .inner .list .block.coming a .img {
  filter: grayscale(40%);
  position: relative;
}

#top #job_description .inner .list .block.coming a .img::before {
  content: "Coming Soon";
  font-family: "PT Sans", sans-serif;
  font-size: clamp(16px, 2.6vw, 42px);
  font-style: italic;
  display: block;
  text-align: center;
  color: #fff;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

#top #job_description .inner .list .block.coming a .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(201, 201, 201);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 3;
}

#top #job_description .inner .list .block.coming a .txt {
  color: #d5d5d5;
}

#top #job_description .inner .list.project_list {
  margin-bottom: 10px;
}

#top #job_description .inner .list.project_list .block {
  width: 48.1%;
  margin-bottom: 10px;
}

#top #job_description .inner .list.project_list .block .sub {
  font-weight: bold;
  font-size: 15px;
}

#top #job_description .inner h3 {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 80px;
}

#top #interview {
  background: #222 url(../img/top/interbiew_bg.svg) no-repeat top -373px right -313px/820px;
  color: #fff;
  padding: 100px 0 140px;
  position: relative;
  border-bottom-right-radius: 100px;
  z-index: 1;
}

#top #interview::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/radius_bottom_right_black.svg) no-repeat bottom right/contain;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: -1;
}

#top #interview::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/radius_top_left_black.svg) no-repeat bottom right/contain;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}

#top #interview .inner {
  max-width: 1680px;
}

#top #interview .inner .sub_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: bold;
}

#top #interview .inner .ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

#top #interview .inner .desc {
  margin-bottom: 90px;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#top #interview .inner .interview_slider {
  margin-right: calc((100vw - 1232px) / 2 * -1);
}

#top #interview .inner .interview_slider .slick-list {
  padding-top: 20px;
}

#top #interview .inner .interview_slider .slide {
  position: relative;
  margin-right: 40px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  width: 25.5vw;
  max-width: 510px;
  transition: 0.3s ease;
}

#top #interview .inner .interview_slider .slide a {
  display: block;
  position: relative;
}

#top #interview .inner .interview_slider .slide a .img {
  overflow: hidden;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: top right;
  mask-position: top right;
  border-radius: 10px 11px 10px 10px;
}

#top #interview .inner .interview_slider .slide a .img img {
  transition: 0.3s ease;
}

#top #interview .inner .interview_slider .slide a .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(37, 45, 47, 0.54) 0%, rgba(37, 45, 47, 0) 70%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}

#top #interview .inner .interview_slider .slide a .tag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(11px, 1vw, 20px);
  color: #fff;
  line-height: 1;
  height: 40.57px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top #interview .inner .interview_slider .slide a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 30px 20px;
  z-index: 2;
}

#top #interview .inner .interview_slider .slide a .txt .interview_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

#top #interview .inner .interview_slider .slide a .txt .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 5px;
}

#top #interview .inner .interview_slider .slide a .txt .detail .position {
  font-size: 16px;
}

#top #interview .inner .interview_slider .slide a .txt .detail .position::after {
  content: "/";
  margin: 0 0.5em;
}

#top #interview .inner .interview_slider .slide a .txt .detail .year {
  font-size: 13px;
}

#top #interview .inner .interview_slider .slide a .txt .name {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

@media (hover: hover) and (pointer: fine) {
  #top #interview .inner .interview_slider .slide a:hover .img img {
    transform: scale(1.04);
  }
}

#top #interview .inner .interview_slider .slide.even_slide {
  transform: translateY(-20px);
}

#top #interview .inner .interview_slider .slide.graduates a .img {
  -webkit-mask-image: url(../img/top/interview_mask.svg);
  mask-image: url(../img/top/interview_mask.svg);
}

#top #interview .inner .interview_slider .slide.graduates a .tag {
  width: 126px;
}

#top #interview .inner .interview_slider .slide.career a .img {
  -webkit-mask-image: url(../img/top/interview_mask_career.svg);
  mask-image: url(../img/top/interview_mask_career.svg);
}

#top #interview .inner .interview_slider .slide.career a .tag {
  width: 170px;
}

#top #interview .inner .interview_slider .slide.coming a {
  pointer-events: none;
}

#top #interview .inner .interview_slider .slide.coming a::before {
  content: "Coming Soon";
  font-family: "PT Sans", sans-serif;
  font-size: clamp(16px, 2.6vw, 42px);
  font-style: italic;
  display: block;
  text-align: center;
  color: #fff;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

#top #interview .inner .interview_slider .slide.coming a .img {
  filter: grayscale(40%);
  position: relative;
}

#top #interview .inner .interview_slider .slide.coming a .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(201, 201, 201);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 3;
}

#top #interview .inner .interview_slider .slide.coming a .txt {
  color: #d5d5d5;
}

#top #interview .inner .interview_slider .slick-arrow {
  position: absolute;
  top: -82px;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}

#top #interview .inner .interview_slider .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: no-repeat center/contain;
}

#top #interview .inner .interview_slider .slick-arrow.slick-prev {
  right: calc((100vw - 1232px) / 2 + 68px);
}

#top #interview .inner .interview_slider .slick-arrow.slick-prev::before {
  background-image: url(../img/arrow_left_black.svg);
}

#top #interview .inner .interview_slider .slick-arrow.slick-next {
  right: calc((100vw - 1232px) / 2);
}

#top #interview .inner .interview_slider .slick-arrow.slick-next::before {
  background-image: url(../img/arrow_right_black.svg);
}

@media (hover: hover) and (pointer: fine) {
  #top #interview .inner .interview_slider .slick-arrow:hover {
    opacity: 0.8;
  }
}

#top #system_environment {
  padding: 100px 0 0;
  position: relative;
}

#top #system_environment .inner {
  max-width: 1680px;
  padding-bottom: 140px;
  position: relative;
}

#top #system_environment .inner .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

#top #system_environment .inner .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#top #system_environment .inner .list .block {
  width: 49.1%;
}

#top #system_environment .inner .list .block a {
  background: #eef1f4;
  border: 1px solid #eef1f4;
  border-radius: 10px;
  padding: 42px 40px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

#top #system_environment .inner .list .block a .txt {
  width: 49%;
}

#top #system_environment .inner .list .block a .txt .main {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 25px;
  transition: 0.3s ease;
}

#top #system_environment .inner .list .block a .txt .desc {
  font-size: 15px;
  line-height: 1.8;
}

#top #system_environment .inner .list .block a .img {
  width: 43%;
  height: 120%;
  text-align: center;
  background: url(../img/top/system_environment_bg.svg) no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

#top #system_environment .inner .list .block a .img img {
  height: 130px;
  transition: 0.38s cubic-bezier(0.34, 0.09, 0.11, 1);
}

#top #system_environment .inner .list .block a i {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

#top #system_environment .inner .list .block a i::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, #18559d, #fd452d);
  border-radius: 50%;
  transition: 0.3s ease;
}

#top #system_environment .inner .list .block a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (hover: hover) and (pointer: fine) {
  #top #system_environment .inner .list .block a:hover {
    border-color: #18559d;
  }

  #top #system_environment .inner .list .block a:hover .txt .main {
    color: #18559d;
  }

  #top #system_environment .inner .list .block a:hover .img img {
    transform: scale(1.08);
  }

  #top #system_environment .inner .list .block a:hover i::before {
    width: 40px;
    height: 40px;
  }
}

#top #system_environment .inner .list .block:nth-child(n+3) {
  margin-top: 30px;
}

#top #system_environment .inner .list .block:nth-child(3) a .img img {
  height: 115px;
}

#top #blog {
  padding: 0 0 140px;
}

#top #blog .inner {
  padding-top: 100px;
  max-width: 1680px;
  border-top: 1px solid #000;
}

#top #blog .inner .sub_ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

#top #blog .inner .ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

#top #blog .inner .blog_slider {
  margin-right: calc((100vw - 1232px) / 2 * -1);
}

#top #blog .inner .blog_slider .slide {
  margin-right: 50px;
  width: 360px;
}

#top #blog .inner .blog_slider .slide a {
  display: block;
}

#top #blog .inner .blog_slider .slide a .img {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 36/24;
}

#top #blog .inner .blog_slider .slide a .img img {
  border-radius: 10px;
  transition: 0.4s ease;
}

#top #blog .inner .blog_slider .slide a .txt {
  margin-top: 20px;
}

#top #blog .inner .blog_slider .slide a .txt .blog_ttl {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

#top #blog .inner .blog_slider .slide a .txt .cat_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top #blog .inner .blog_slider .slide a .txt .cat_date .cat {
  border: 1px solid #000;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  width: 76px;
  text-align: center;
  padding: 6px 0;
}

#top #blog .inner .blog_slider .slide a .txt .cat_date .date {
  font-size: 14px;
  font-family: "PT sans", sans-serif;
}

@media (hover: hover) and (pointer: fine) {
  #top #blog .inner .blog_slider .slide a:hover .img img {
    transform: scale(1.06);
  }

  #top #blog .inner .blog_slider .slide a:hover .txt .blog_ttl {
    color: #18559d;
  }
}

#top #blog .inner .blog_slider .slick-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #000;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -82px;
  z-index: 2;
  transition: 0.3s ease;
  cursor: pointer;
}

#top #blog .inner .blog_slider .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: no-repeat center/contain;
}

#top #blog .inner .blog_slider .slick-arrow.slick-prev {
  right: calc((100vw - 1232px) / 2 + 68px);
}

#top #blog .inner .blog_slider .slick-arrow.slick-prev::before {
  background-image: url(../img/arrow_prev.svg);
}

#top #blog .inner .blog_slider .slick-arrow.slick-next {
  right: calc((100vw - 1232px) / 2);
}

#top #blog .inner .blog_slider .slick-arrow.slick-next::before {
  background-image: url(../img/arrow_next.svg);
}

@media (hover: hover) and (pointer: fine) {
  #top #blog .inner .blog_slider .slick-arrow:hover {
    opacity: 0.8;
  }
}

#top #recruit {
  background: #eef1f4;
  border-radius: 100px 100px 0 0;
  padding: 100px 0 140px;
}

#top #recruit .inner {
  max-width: 1680px;
}

#top #recruit .inner .ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

#top #recruit .inner .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#top #recruit .inner .row .desc {
  line-height: 2;
  width: 33%;
}

#top #recruit .inner .row .links {
  width: 61.6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top #recruit .inner .row .links li {
  width: 48.6%;
}

#top #recruit .inner .row .links li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  font-size: 19px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: bold;
  height: 74px;
  padding-left: 20px;
  padding-right: 12px;
  border-radius: 6px;
  position: relative;
  transition: 0.4s;
  z-index: 1;
}

#top #recruit .inner .row .links li a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #eaeff3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s;
}

#top #recruit .inner .row .links li a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #0859a8, #1c63b9);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}

#top #recruit .inner .row .links li a i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}

#top #recruit .inner .row .links li a i::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#top #recruit .inner .row .links li a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  #top #recruit .inner .row .links li a:hover {
    background: #e4e9ee;
  }

  #top #recruit .inner .row .links li a:hover i::after {
    opacity: 1;
  }

  #top #recruit .inner .row .links li a:hover::before {
    transform: translateY(-50%) scale(0);
  }

  #top #recruit .inner .row .links li a:hover::after {
    transform: translateY(-50%) scale(1);
  }
}

#top #recruit .inner .row .links li:nth-child(n+3) {
  margin-top: 16px;
}

@media (max-width: 1680px) {
  #top #system_environment .inner .list .block a .txt .main {
    font-size: 20px;
  }
}

@media (max-width: 1648px) {
  #top #interview .inner .interview_slider .slide a .tag {
    height: 2.2vw;
  }

  #top #interview .inner .interview_slider .slide.graduates a .tag {
    width: 6.4vw;
    max-width: 90px;
  }

  #top #interview .inner .interview_slider .slide.career a .tag {
    width: 8.3vw;
    max-width: 120px;
  }
}

@media (max-width: 1400px) {
  #top #concept .inner .concept_img.concept_imgRight01 {
    right: -16.2%;
  }

  #top #concept .inner .concept_img.concept_imgRight02 {
    right: -6%;
  }

  #top #concept .inner .concept_img.concept_imgRight03 {
    right: -3%;
  }

  #top #concept .inner .concept_img.concept_imgRight04 {
    right: -33%;
  }

  #top #concept .inner .concept_img.concept_imgRight05 {
    right: -18%;
    top: 98px;
  }

  #top #concept .inner .concept_img.concept_imgRight06 {
    right: -10%;
  }

  #top #concept .inner .concept_img.concept_imgLeft01 {
    left: -21%;
    bottom: 98px;
  }

  #top #concept .inner .concept_img.concept_imgLeft02 {
    left: -22%;
    bottom: -17px;
  }

  #top #concept .inner .concept_img.concept_imgLeft03 {
    left: -38%;
  }

  #top #concept .inner .concept_img.concept_imgLeft04 {
    left: -60px;
    bottom: -98px;
    display: none;
  }

  #top #concept .inner .concept_img.concept_imgLeft05 {
    left: -14%;
  }

  #top #concept .inner .concept_img.concept_imgLeft06 {
    left: -28%;
  }

  #top #concept .inner .concept_img.concept_imgLeft07 {
    left: -5%;
    top: -2px;
  }

  #top #interview .inner .interview_slider {
    margin-right: -6vw;
  }

  #top #interview .inner .interview_slider .slick-arrow.slick-prev {
    right: calc(6vw + 68px);
  }

  #top #interview .inner .interview_slider .slick-arrow.slick-next {
    right: 6vw;
  }

  #top #blog .inner .blog_slider {
    margin-right: -6vw;
  }

  #top #blog .inner .blog_slider .slick-arrow.slick-prev {
    right: calc(6vw + 68px);
  }

  #top #blog .inner .blog_slider .slick-arrow.slick-next {
    right: 6vw;
  }
}

@media (max-width: 1180px) {
  #top #mv {
    margin-bottom: 175px;
  }

  #top #mv .mv_slider .slide {
    max-height: 960px;
  }

  #top #mv .copy::before {
    width: 28vw;
    height: 28vw;
  }

  #top #mv .copy .group .sub {
    font-size: 1.6vw;
  }

  #top #mv .copy .group .copy_en img {
    width: 60vw;
  }

  #top #mv .intern_news {
    bottom: unset;
    right: unset;
    top: 100%;
    left: 6%;
    width: 88%;
    max-width: 1232px;
    border-bottom: 1px solid #e8e8e8;
  }

  #top #mv .intern_news .intern_btn {
    position: absolute;
    right: -6vw;
    top: 20px;
    z-index: 2;
  }

  #top #mv .intern_news .intern_btn a {
    font-size: 15px;
    min-width: auto;
    width: 230px;
    padding: 0 0.8em;
    justify-content: center;
  }

  #top #mv .intern_news .news {
    padding-top: 46px;
  }

  #top #mv .intern_news .news .news_slider {
    padding-right: 27px;
  }

  #top #mv .intern_news .news .news_slider .slide {
    padding-left: 0;
  }

  #top #mv .intern_news .news .news_slider .slick-arrow.slick-next {
    right: 0;
  }

  #top #concept .inner .concept_left {
    right: calc(50% + 353px);
  }

  #top #concept .inner .concept_right {
    left: calc(50% + 145px);
  }

  #top #about .inner .row .img_area .img.img2 {
    left: 0;
    bottom: 0;
  }

  #top #job_description .job_bg {
    width: 630px;
    height: 630px;
    top: 53px;
  }

  #top #interview .inner .interview_slider .slide a .txt .interview_ttl {
    font-size: 15px;
  }

  #top #interview .inner .interview_slider .slide a .txt .detail {
    flex-direction: column;
    align-items: flex-start;
  }

  #top #interview .inner .interview_slider .slide a .txt .detail .position {
    font-size: 12px;
    line-height: 1.3;
  }

  #top #interview .inner .interview_slider .slide a .txt .detail .year {
    font-size: 11px;
    line-height: 1.3;
  }

  #top #interview .inner .interview_slider .slide a .txt .name {
    font-size: 20px;
  }

  #top #system_environment .inner .list .block a .img {
    height: 130%;
    width: 50%;
  }
}

@media (max-width: 1280px) {
  #top #mv {
    padding-top: 68px;
  }
}

@media (max-width: 1000px) {
  #top section h2 {
    font-size: 33px;
  }

  #top #about .inner .about_img {
    width: 226px;
    top: unset;
    bottom: -33px;
    left: unset;
    right: -60px;
    border-radius: 15px;
  }

  #top #about .inner .row {
    flex-direction: column;
  }

  #top #about .inner .row .txt {
    order: 2;
    width: 100%;
  }

  #top #about .inner .row .img_area {
    order: 1;
    width: 100%;
    margin-bottom: 20.6vw;
  }

  #top #about .inner .row .img_area .img.img1 {
    transform: none;
    width: 79.8%;
    margin: 0 0 0 auto;
  }

  #top #about .inner .row .img_area .img.img1 img {
    border-radius: 15px;
  }

  #top #about .inner .row .img_area .img.img2 {
    width: 41.8vw;
    left: -11vw;
    bottom: -82px;
  }

  #top #about .inner .row .img_area .img.img2 img {
    border-radius: 15px;
  }

  #top #about .inner .row .img_area .about_left {
    left: 12vw;
  }

  #top #about .inner .row .img_area .about_right {
    right: -12vw;
  }

  #top #job_description .inner .list {
    padding-left: 0;
    padding-right: 0;
  }

  #top #job_description .inner .list .block a .txt .main {
    font-size: 22px;
  }

  #top #interview .inner .interview_slider .slide {
    width: 64.5vw;
    margin-right: 15px;
    max-width: none;
  }

  #top #interview .inner .interview_slider .slide a .tag {
    border-radius: 0 5px 0 5px;
    font-size: 2.9vw;
    height: 6.4vw;
  }

  #top #interview .inner .interview_slider .slide a .txt {
    padding: 0 12px 20px;
  }

  #top #interview .inner .interview_slider .slide a .txt .interview_ttl {
    margin-bottom: 16px;
  }

  #top #interview .inner .interview_slider .slide.graduates a .tag {
    max-width: none;
    width: 16.4vw;
  }

  #top #interview .inner .interview_slider .slide.career a .tag {
    max-width: none;
    width: 21.4vw;
  }

  #top #interview .inner .interview_slider .slide.coming a::before {
    font-size: clamp(23px, 4vw, 40px);
  }

  #top #system_environment .inner .list {
    flex-direction: column;
  }

  #top #system_environment .inner .list .block {
    width: 100%;
  }

  #top #system_environment .inner .list .block:nth-child(n+2) {
    margin-top: 20px;
  }

  #top #recruit .inner .row {
    flex-direction: column;
  }

  #top #recruit .inner .row .desc {
    width: 100%;
  }

  #top #recruit .inner .row .links {
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #top header .inner h1::before {
    width: 15px;
    height: 15px;
  }

  #top header .inner::before {
    width: 15px;
    height: 15px;
    left: 2.5vw;
  }

  #top #mv {
    padding-top: 54px;
  }

  #top #mv .inner .mv_slider .slide {
    width: 88vw;
    height: auto;
    aspect-ratio: 66/83;
  }

  #top #mv .inner .mv_slider .slide img {
    border-radius: 15px;
  }

  #top #mv .inner .mv_slider .slide img.sp {
    display: block;
  }

  #top #mv .inner .mv_slider .slide img.pc {
    display: none;
  }

  #top #mv .copy {
    padding-left: 23px;
    padding-bottom: 12px;
    width: 100%;
  }

  #top #mv .copy .mv_line {
    height: 12.2vw;
    left: 11px;
  }

  #top #mv .copy .mv_line::after {
    height: 12.2vw;
    animation-name: mv_line_sp;
  }

  #top #mv .copy .group .sub {
    font-size: 2.666vw;
    margin-bottom: 6px;
  }

  #top #mv .copy .group .copy_en img {
    width: 82.4vw;
    min-width: auto;
  }

  #top #mv .copy .copy_jp {
    margin-left: 0;
    position: absolute;
    bottom: -2vw;
    right: 25px;
    padding-bottom: 81px;
  }

  #top #mv .copy .copy_jp img {
    width: 9.2vw;
    min-width: auto;
  }

  #top #mv .copy::before {
    width: 40vw;
    height: 40vw;
    min-width: auto;
    min-height: auto;
    bottom: -8px;
  }

  #top #mv .intern_news .intern_btn {
    top: 13px;
  }

  #top #mv .intern_news .intern_btn a {
    width: 190px;
    height: 50px;
    font-size: 12px;
  }

  #top #mv .intern_news .intern_btn a::before {
    width: 61px;
    height: 30px;
  }

  #top #mv .intern_news .news::before {
    content: none;
  }

  #top #mv .intern_news .news .news_slider .slide {
    padding: 20px 0 25px 0;
  }

  #top #mv .intern_news .news .news_slider .slide .date_cat .date {
    font-size: 13px;
  }

  #top #mv .intern_news .news .news_slider .slide .date_cat .cat {
    font-size: 12px;
    margin-left: 8px;
    padding: 3px 10px;
    border-radius: 1.5px;
  }

  #top #mv .intern_news .news .news_slider .slide .ttl {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5;
  }

  #top #mv .intern_news .news .news_slider .slide .ttl::after {
    width: 8px;
    height: 13px;
    margin-left: 18px;
  }

  #top #mv .intern_news .news .news_slider .slick-arrow.slick-next {
    right: 0;
  }

  #top section h2 {
    font-size: 21px;
  }

  #top section h2 a::after {
    margin-left: 10px;
    width: 21px;
    height: 21px;
  }

  #top section .sec_ttl {
    font-size: 11px;
  }

  #top #concept {
    padding: 60px 0 80px;
  }

  #top #concept .inner .concept_img.concept_imgRight01 {
    width: 8.5px;
    right: -16.54%;
    top: -14.5px;
  }

  #top #concept .inner .concept_img.concept_imgRight02 {
    width: 18px;
    right: -6%;
    top: 133px;
  }

  #top #concept .inner .concept_img.concept_imgRight03 {
    width: 32px;
    right: -16%;
    top: 326px;
    bottom: auto;
  }

  #top #concept .inner .concept_img.concept_imgRight04 {
    width: 107px;
    right: -23%;
    top: 180px;
    bottom: auto;
  }

  #top #concept .inner .concept_img.concept_imgRight05 {
    width: 50px;
  }

  #top #concept .inner .concept_img.concept_imgRight06 {
    width: 105px;
    top: 0;
  }

  #top #concept .inner .concept_img.concept_imgLeft01 {
    width: 45px;
    left: -15%;
    top: 185px;
    bottom: auto;
  }

  #top #concept .inner .concept_img.concept_imgLeft02 {
    width: 60px;
    left: -13%;
    top: 315px;
    bottom: auto;
  }

  #top #concept .inner .concept_img.concept_imgLeft03 {
    width: 62px;
    left: -28%;
    top: 274px;
    bottom: auto;
  }

  #top #concept .inner .concept_img.concept_imgLeft04 {
    display: none;
    width: 34px;
    left: -19%;
  }

  #top #concept .inner .concept_img.concept_imgLeft05 {
    width: 11px;
    left: -10%;
    top: -25px;
  }

  #top #concept .inner .concept_img.concept_imgLeft06 {
    width: 125px;
    top: 87px;
    left: -32%;
  }

  #top #concept .inner .concept_img.concept_imgLeft07 {
    width: 100px;
    left: -30%;
    top: -110px;
  }

  #top #concept .inner .desc {
    font-size: 14px;
    line-height: 2.2;
  }

  #top #concept .inner .btn {
    margin-top: 25px;
  }

  #top #concept .inner .btn a {
    width: 68vw;
    height: 56px;
    font-size: 15px;
    border-radius: 3px;
  }

  #top #concept .inner .btn a::before {
    width: 34px;
    height: 34px;
  }

  #top #concept .inner .btn a i {
    width: 34px;
    height: 34px;
  }

  #top #concept .inner .btn a i::after {
    width: 14px;
    height: 11px;
  }

  #top #about {
    border-top-left-radius: 46px;
    padding-top: 60px;
  }

  #top #about::before {
    width: 46px;
    height: 46px;
  }

  #top #about .inner .about_img {
    width: 30vw;
    height: 35.2vw;
    right: -8vw;
    bottom: -8.8vw;
    display: none;
  }

  #top #about .inner .row .img_area .about_left {
    top: -4vw;
    width: 9.3vw;
    height: 38vw;
  }

  #top #about .inner .row .img_area .about_right {
    width: 15.6vw;
    height: 15.6vw;
    right: -9.3vw;
    bottom: -12vw;
  }

  #top #about .inner .row .img_area .img.img2 {
    bottom: -8.4vw;
  }

  #top #about .inner .row .txt {
    padding-top: 0;
  }

  #top #about .inner .row .txt .ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  #top #about .inner .row .txt .ttl h2 {
    margin-bottom: 0;
  }

  #top #about .inner .row .txt .ttl .sec_ttl {
    margin-bottom: 0;
  }

  #top #about .inner .row .txt .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 35px;
  }

  #top #about .inner .row .txt .links li a {
    font-size: 15px;
    width: 75.2vw;
    height: auto;
    padding: 11px 12px 11px 24px;
  }

  #top #about .inner .row .txt .links li a::before {
    width: 34px;
    height: 34px;
  }

  #top #about .inner .row .txt .links li a i {
    width: 34px;
    height: 34px;
  }

  #top #about .inner .row .txt .links li a i::before {
    width: 14px;
    height: 11px;
  }

  #top #job_description {
    padding: 90px 0 60px;
  }

  #top #job_description::after {
    width: 46px;
    height: 46px;
  }

  #top #job_description .job_bg {
    width: 319px;
    height: 319px;
    top: 38px;
    right: calc(50% - 15px);
  }

  #top #job_description .inner h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  #top #job_description .inner .ttl {
    align-items: flex-start;
    margin-bottom: 30px;
  }

  #top #job_description .inner .ttl h2 {
    line-height: 1.3;
  }

  #top #job_description .inner .ttl h2 a {
    position: relative;
  }

  #top #job_description .inner .ttl h2 a::after {
    position: absolute;
    left: 51px;
    bottom: 3px;
    margin-left: 0;
  }

  #top #job_description .inner .ttl h2 .sp {
    display: block;
  }

  #top #job_description .inner .ttl .sec_ttl {
    margin-top: 10px;
  }

  #top #job_description .inner .list {
    margin-bottom: 0;
  }

  #top #job_description .inner .list .block {
    width: 100%;
  }

  #top #job_description .inner .list .block a .txt {
    margin-top: 16px;
  }

  #top #job_description .inner .list .block a .txt .project {
    font-size: 12px;
    margin-bottom: 4px;
  }

  #top #job_description .inner .list .block a .txt .main {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #top #job_description .inner .list .block a .txt .desc {
    font-size: 13px;
    line-height: 1.6;
  }

  #top #job_description .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }

  #top #job_description .inner .list .block.coming a .img::before {
    font-size: clamp(23px, 4vw, 40px);
  }

  #top #job_description .inner .list.project_list .block {
    width: 100%;
  }

  #top #interview {
    padding: 50px 0 60px;
    background: #222 url(../img/top/interbiew_bg.svg) no-repeat top -153px right -165px/380px;
    border-bottom-right-radius: 46px;
  }

  #top #interview::before,
  #top #interview::after {
    width: 46px;
    height: 46px;
  }

  #top #interview .inner .sub_ttl {
    font-size: 14px;
    margin-bottom: 8px;
  }

  #top #interview .inner .ttl {
    margin-bottom: 30px;
  }

  #top #interview .inner .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  #top #system_environment {
    padding-top: 50px;
  }

  #top #system_environment .inner {
    padding-bottom: 40px;
  }

  #top #system_environment .inner .ttl {
    margin-bottom: 30px;
  }

  #top #system_environment .inner .list .block a {
    flex-direction: column;
    padding: 20px 19px 40px;
    border-radius: 10px;
  }

  #top #system_environment .inner .list .block a .img {
    order: 1;
    width: 100%;
    margin-bottom: 19px;
    margin-top: 0;
    background-size: 191px;
    height: 116px;
  }

  #top #system_environment .inner .list .block a .img img {
    height: 107px;
  }

  #top #system_environment .inner .list .block a .txt {
    order: 2;
    width: 100%;
  }

  #top #system_environment .inner .list .block a .txt .main {
    font-size: 16px;
    margin-bottom: 15px;
  }

  #top #system_environment .inner .list .block a .txt .main br {
    display: none;
  }

  #top #system_environment .inner .list .block a .txt .desc {
    font-size: 13px;
    line-height: 1.6;
  }

  #top #system_environment .inner .list .block a i {
    width: 26px;
    height: 26px;
    bottom: 15px;
    right: 10px;
  }

  #top #system_environment .inner .list .block a i::before {
    width: 26px;
    height: 26px;
  }

  #top #system_environment .inner .list .block a i::after {
    width: 12px;
    height: 10px;
  }

  #top #system_environment .inner .list .block:nth-child(n+2) {
    margin-top: 10px;
  }

  #top #system_environment .inner .list .block:nth-child(3) a .img img {
    height: 97px;
  }

  #top #blog {
    padding: 0 0 60px;
  }

  #top #blog .inner {
    padding-top: 40px;
  }

  #top #blog .inner .sub_ttl {
    font-size: 14px;
    margin-bottom: 8px;
  }

  #top #blog .inner .ttl {
    margin-bottom: 30px;
    align-items: flex-start;
  }

  #top #blog .inner .ttl h2 {
    line-height: 1.3;
  }

  #top #blog .inner .ttl h2 a {
    position: relative;
  }

  #top #blog .inner .ttl h2 a::after {
    margin-left: 0;
    position: absolute;
    left: 73px;
    bottom: 2px;
  }

  #top #blog .inner .ttl .sec_ttl {
    margin-top: 10px;
  }

  #top #blog .inner .blog_slider .slide {
    width: 82vw;
    margin-right: 25px;
  }

  #top #blog .inner .blog_slider .slide a .txt {
    margin-top: 15px;
  }

  #top #blog .inner .blog_slider .slide a .txt .blog_ttl {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  #top #blog .inner .blog_slider .slide a .txt .cat_date .cat {
    width: 67px;
    border-radius: 1.5px;
    padding: 5px 0;
  }

  #top #blog .inner .blog_slider .slide a .txt .cat_date .date {
    font-size: 13px;
  }

  #top #recruit {
    border-radius: 46px 46px 0 0;
    padding: 50px 0 70px;
  }

  #top #recruit .inner .ttl {
    margin-bottom: 30px;
  }

  #top #recruit .inner .desc {
    font-size: 14px;
    line-height: 1.8;
  }

  #top #recruit .inner .row .links {
    margin-top: 30px;
    flex-direction: column;
  }

  #top #recruit .inner .row .links li {
    width: 75.2vw;
  }

  #top #recruit .inner .row .links li a {
    font-size: 15px;
    height: 56px;
    border-radius: 3px;
  }

  #top #recruit .inner .row .links li a i {
    width: 34px;
    height: 34px;
  }

  #top #recruit .inner .row .links li a i::before {
    width: 14px;
    height: 11px;
  }

  #top #recruit .inner .row .links li a::before {
    width: 34px;
    height: 34px;
  }

  #top #recruit .inner .row .links li:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  #top #mv .copy .group .sub {
    font-size: 3.666vw;
    bottom: 10px;
    left: 0px;
    top: -20px;
    margin-bottom: 15px;
  }

  #top #mv .copy::before {
    width: 60vw;
    height: 40vw;
    min-width: auto;
    min-height: auto;
    bottom: -8px;
  }




}



/* sub header */
#sub #mv {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}



@media (max-width: 600px) {
  #sub #mv {
    padding-top: 50px;
    padding-bottom: 0;
    position: relative;
  }
}


#sub #mv::before {
  content: "";
  display: block;
  width: 2.5vw;
  height: 100%;
  background: #18559d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#sub #mv .inner {
  width: 100%;
  max-width: none;
  padding: 30px;
  background: #e4f0ff;
}




/* Company_info */



.company_info .section_row .row_inner section .ttl {
  color: #18559d;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 25px;
}

.company_info .section_row .row_inner section .ttl::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18559d;
  margin-right: 6px;
}

.company_info .section_row .row_inner section h2 {
  font-size: 32px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 60px;
  line-height: 1;
}

.company_info .section_row .row_inner section#company_information .inner .desc {
  line-height: 1.8;
}

.company_info .section_row .row_inner section#company_information .inner .notice {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
}

.company_info .section_row .row_inner section#company_information .inner table tr {
  /* border-top: 1px solid #000; */
}

.company_info .section_row .row_inner section#company_information .inner table tr th {
  background: #eef1f4;
  width: 185px;
  padding: 30px;
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: top;
}

.company_info .section_row .row_inner section#company_information .inner table tr td {
  width: calc(100% - 185px);
  padding: 30px 48px;
  line-height: 1.8;
}

.company_info .section_row .row_inner section#company_information .inner table tr td small {
  font-size: 14px;
}

.company_info .section_row .row_inner section#company_information .inner table tr td .notice {
  margin-top: 15px;
  font-size: 14px;
}

.company_info .section_row .row_inner section#company_information .inner table tr:last-child {
  /* border-bottom: 1px solid #000; */
}

.company_info .section_row .row_inner section#company_information .inner .btn {
  margin-top: 60px;
  cursor: pointer;
}

.company_info .section_row .row_inner section#company_information .inner .btn.link {
  margin-bottom: 60px;
}

.company_info .section_row .row_inner section#company_information .inner .btn a {
  display: block;
  margin: 0 auto;
  width: 480px;
  height: 80px;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  border: 1px solid #18559d;
  background: linear-gradient(to right, #18559d, #18559d);
}

.company_info .section_row .row_inner section#company_information .inner .btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 6px;
}

.company_info .section_row .row_inner section#company_information .inner .btn a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.company_info .section_row .row_inner section#company_information .inner .btn a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  margin-left: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .company_info .section_row .row_inner section#company_information .inner .btn a:hover {
    color: #18559d;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn a:hover::before {
    width: 100%;
    opacity: 1;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn a:hover span::after {
    background-image: url(../img/icon_blank_red.svg);
  }
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area {
  display: none;
  position: relative;
  z-index: 102;
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  position: absolute;
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 24px;
  width: 250px;
  height: 60px;
  border-radius: 30px;
  box-shadow: 10px 10px 22px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  position: relative;
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url(../img/icon_out.svg) no-repeat center/contain;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a {
  color: #17a0df;
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a::before {
  background: #17a0df;
}

@media (hover: hover) and (pointer: fine) {
  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover {
    color: #fff;
    background: #17a0df;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover::before {
    background: #fff;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover::after {
    background-image: url(../img/icon_out_blue.svg);
  }
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a {
  color: #14baa9;
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a::before {
  background: #14baa9;
}

@media (hover: hover) and (pointer: fine) {
  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover {
    color: #fff;
    background: #14baa9;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover::before {
    background: #fff;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover::after {
    background-image: url(../img/icon_out_green.svg);
  }
}

.company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:not(:last-child) {
  margin-right: 14px;
}

.company_info .section_row .row_inner section#flow {
  padding-top: 120px;
}

.company_info .section_row .row_inner section#flow .inner .list .block {
  background: #eef1f4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  min-height: 240px;
  position: relative;
}

.company_info .section_row .row_inner section#flow .inner .list .block .img {
  width: 230px;
  text-align: center;
  background: url(../img/recruit/flow_bg.svg) no-repeat center/contain;
}

.company_info .section_row .row_inner section#flow .inner .list .block .img img {
  width: auto;
  height: 158px;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt {
  width: calc(100% - 270px);
  padding: 10px 0;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt .main {
  color: #18559d;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt .main span {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  width: 37px;
  margin-top: 3px;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt .desc {
  line-height: 1.6;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt .desc a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt ul {
  margin-top: 10px;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt ul li {
  line-height: 1.4;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt ul li:not(:last-child) {
  margin-bottom: 10px;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt ul+.desc {
  margin-top: 10px;
}

.company_info .section_row .row_inner section#flow .inner .list .block .txt .notice {
  font-size: 15px;
  margin-top: 20px;
}

.company_info .section_row .row_inner section#flow .inner .list .block:not(:last-child) {
  margin-bottom: 40px;
}

.company_info .section_row .row_inner section#flow .inner .list .block:not(:last-child)::after {
  content: "";
  display: block;
  width: 36px;
  height: 20px;
  background: url(../img/arrow_bottom_gray.svg) no-repeat center/contain;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
}


.year_nm {
  font-size: 35px;
  color: #18559d;
  padding-left: 30px;
  font-weight: 600;
}


._2-rows-or-more {
  border-left: 1px solid #18559d;
  align-items: center;
  margin-left: 80px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 32px;
  display: block;
}

._2-rows-or-more.first {
  padding-top: 0;
  display: block;
}

.history_list {
  border-bottom: 1px #cccbc6;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.history-month_2 {
  /* height: 50px; */
  margin-right: 0;
  /* margin-top: -35px; */
  /* margin-left: 82px; */
}

.history_1row {
  border-left: 1px solid #18559d;
  margin-left: 80px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 32px;
  display: block;
  display: flex;
}

.div-block-120 {
  display: flex;
}

.history-month_1 {
  height: 40px;
  margin-right: 54px;
}

.history-month_3 {
  height: 40px;
  margin-right: 48px;
}

.history_text {
  /* margin-top: 10px; */
  margin-left: 82px;
}

.history_block {
  margin-top: 10px;
  margin-bottom: 10px;
}























.company_info .section_row .row_inner section#faq {
  padding-top: 120px;
  padding-bottom: 160px;
}

.company_info .section_row .row_inner section#faq .inner .nav {
  display: flex;
  margin-bottom: 90px;
}

.company_info .section_row .row_inner section#faq .inner .nav li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

.company_info .section_row .row_inner section#faq .inner .nav li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background: url(../img/arrow_bottom_gray_mini.svg) no-repeat center/contain;
  margin-left: 9px;
}

@media (hover: hover) and (pointer: fine) {
  .company_info .section_row .row_inner section#faq .inner .nav li a:hover {
    opacity: 0.7;
  }
}

.company_info .section_row .row_inner section#faq .inner .nav li:not(:last-child) {
  margin-right: 60px;
}

.company_info .section_row .row_inner section#faq .inner .list .group h3 {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  background: linear-gradient(to top, #eef1f4 22px, transparent 22px);
  padding-left: 2px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item {
  border-bottom: 1px dashed #000;
  padding-bottom: 25px;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .q {
  padding-top: 25px;
  position: relative;
  cursor: pointer;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .q p {
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: 500;
  transition: 0.3s ease;
  line-height: 1;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .q p span {
  font-family: "PT Sans", sans-serif;
  margin-right: 8px;
  font-size: 20px;
  font-weight: bold;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .q::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon_plus.svg) no-repeat center/contain;
  position: absolute;
  top: 27px;
  right: 18px;
  opacity: 1;
  transition: 0.3s;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .q::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon_plus_red.svg) no-repeat center/contain;
  position: absolute;
  top: 27px;
  right: 18px;
  opacity: 0;
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover p {
    color: #18559d;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover::before {
    opacity: 0;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover::after {
    opacity: 1;
  }
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active p {
  color: #18559d;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::before {
  background-image: url(../img/icon_minus_red.svg);
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::after {
  background-image: url(../img/icon_minus_red.svg);
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .a {
  margin-top: 20px;
  line-height: 1.8;
  padding-left: 25px;
  padding-right: 60px;
  display: none;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn {
  margin-top: 25px;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a {
  display: block;
  width: 480px;
  height: 80px;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  border: 1px solid #18559d;
  background: linear-gradient(to right, #18559d, #fd452d);
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 6px;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 0 40px;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  margin-left: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover {
    color: #18559d;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover::before {
    width: 100%;
    opacity: 1;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover span::after {
    background-image: url(../img/icon_blank_red.svg);
  }
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi {
  margin-top: 30px;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi .main {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.company_info .section_row .row_inner section#faq .inner .list .group .items .item .a:not(:last-child) {
  margin-bottom: 30px;
}

.company_info .section_row .row_inner section#faq .inner .list .group:not(:last-child) {
  margin-bottom: 60px;
}



.company_info .section_row .row_inner section#greeting {
  padding-top: 120px;
  padding-bottom: 160px;
}

.company_info .section_row .row_inner section#greeting .inner .nav {
  display: flex;
  margin-bottom: 90px;
}

.company_info .section_row .row_inner section#greeting .inner .nav li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

.company_info .section_row .row_inner section#greeting .inner .nav li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background: url(../img/arrow_bottom_gray_mini.svg) no-repeat center/contain;
  margin-left: 9px;
}

@media (hover: hover) and (pointer: fine) {
  .company_info .section_row .row_inner section#greeting .inner .nav li a:hover {
    opacity: 0.7;
  }
}

.company_info .section_row .row_inner section#greeting .inner .nav li:not(:last-child) {
  margin-right: 60px;
}

.company_info .section_row .row_inner section#greeting .inner .list .group h3 {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  background: linear-gradient(to top, #eef1f4 22px, transparent 22px);
  padding-left: 2px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item {
  border-bottom: 1px dashed #000;
  padding-bottom: 25px;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q {
  padding-top: 25px;
  position: relative;
  cursor: pointer;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q p {
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: 500;
  transition: 0.3s ease;
  line-height: 1;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q p span {
  font-family: "PT Sans", sans-serif;
  margin-right: 8px;
  font-size: 20px;
  font-weight: bold;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon_plus.svg) no-repeat center/contain;
  position: absolute;
  top: 27px;
  right: 18px;
  opacity: 1;
  transition: 0.3s;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon_plus_red.svg) no-repeat center/contain;
  position: absolute;
  top: 27px;
  right: 18px;
  opacity: 0;
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q:hover p {
    color: #18559d;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q:hover::before {
    opacity: 0;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q:hover::after {
    opacity: 1;
  }
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q.active p {
  color: #18559d;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q.active::before {
  background-image: url(../img/icon_minus_red.svg);
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q.active::after {
  background-image: url(../img/icon_minus_red.svg);
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a {
  margin-top: 20px;
  line-height: 1.8;
  padding-left: 25px;
  padding-right: 60px;
  display: none;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn {
  margin-top: 25px;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a {
  display: block;
  width: 480px;
  height: 80px;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  border: 1px solid #18559d;
  background: linear-gradient(to right, #18559d, #fd452d);
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 6px;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 0 40px;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  margin-left: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a:hover {
    color: #18559d;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a:hover::before {
    width: 100%;
    opacity: 1;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a:hover span::after {
    background-image: url(../img/icon_blank_red.svg);
  }
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .madoguchi {
  margin-top: 30px;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .madoguchi .main {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a:not(:last-child) {
  margin-bottom: 30px;
}

.company_info .section_row .row_inner section#greeting .inner .list .group:not(:last-child) {
  margin-bottom: 60px;
}

.company_info#career .section_row .row_inner section#company_information .inner .btn {
  margin-top: 45px;
}

.company_info#career .section_row .row_inner section#company_information .inner .btn a {
  margin-left: 0;
}












.company_info#career .section_row .row_inner section#company_information .inner .btn {
  margin-top: 45px;
}

.company_info#career .section_row .row_inner section#company_information .inner .btn a {
  margin-left: 0;
}





@media (max-width: 1200px) {
  .company_info .section_row .row_inner aside.pc {
    display: none;
  }

  .company_info .section_row .row_inner aside.sp {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }

  .company_info .section_row .row_inner section {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .company_info .section_row .row_inner section#flow .inner .list .block {
    flex-direction: column;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .img {
    margin-bottom: 20px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt {
    width: 100%;
    max-width: 340px;
  }

  .company_info .section_row .row_inner section#faq .inner .nav {
    flex-direction: column;
  }

  .company_info .section_row .row_inner section#faq .inner .nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .company_info #mv .flow_txt {
    bottom: 5px;
  }

  .company_info .section_row .row_inner aside ul li a {
    font-size: 14px;
  }

  .company_info .section_row .row_inner aside ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .company_info .section_row .row_inner section .ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .company_info .section_row .row_inner section .ttl::before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 6.5px;
  }

  .company_info .section_row .row_inner section h2 {
    font-size: 23px;
    margin-bottom: 35px;
  }

  .company_info .section_row .row_inner section#company_information .inner .desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .company_info .section_row .row_inner section#company_information .inner .notice {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5;
  }

  .company_info .section_row .row_inner section#company_information .inner table tr th {
    width: 100%;
    display: block;
    padding: 10px 16px;
    font-size: 13px;
  }

  .company_info .section_row .row_inner section#company_information .inner table tr td {
    width: 100%;
    display: block;
    padding: 15px 0 15px 16px;
    font-size: 13px;
    line-height: 1.6;
  }

  .company_info .section_row .row_inner section#company_information .inner table tr td .notice {
    margin-top: 15px;
    font-size: 12px;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn {
    margin-top: 40px;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn a {
    font-size: 15px;
    width: 282px;
    height: 70px;
    border-radius: 3px;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn a::before {
    border-radius: 3px;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn a span::after {
    width: 14px;
    height: 14px;
    margin-left: 9px;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area {
    width: 100%;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-top: 20px;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .company_info .section_row .row_inner section#flow {
    padding-top: 60px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block {
    border-radius: 15px;
    min-height: auto;
    padding: 30px 5% 35px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .img {
    width: 228px;
    margin-bottom: 15px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .img img {
    height: 121px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt {
    padding: 0;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt .main {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt .main span {
    font-size: 18px;
    width: 28px;
    margin-right: 3px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt .desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt ul {
    margin-top: 15px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt ul li {
    font-size: 14px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt ul li:not(:last-child) {
    margin-bottom: 7px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt .notice {
    font-size: 13px;
    margin-top: 15px;
    text-indent: -1em;
    margin-left: 1em;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block:not(:last-child)::after {
    width: 30px;
    height: 16.5px;
    top: calc(100% + 5px);
  }

  .company_info .section_row .row_inner section#faq {
    padding: 50px 0 77px;
  }

  .company_info .section_row .row_inner section#faq .inner .nav {
    margin-bottom: 50px;
  }

  .company_info .section_row .row_inner section#faq .inner .nav li a {
    font-size: 14px;
  }

  .company_info .section_row .row_inner section#faq .inner .nav li a::after {
    margin-left: 4px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group h3 {
    font-size: 18px;
    background: linear-gradient(to top, #eef1f4 18px, transparent 18px);
    padding-bottom: 7px;
    margin-bottom: 10px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item {
    padding-bottom: 15px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q {
    padding: 15px 30px 0 0;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q p {
    font-size: 13px;
    line-height: 1.6;
    align-items: flex-start;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q p span {
    font-size: 16px;
    margin-right: 5px;
    margin-top: -3px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q::before {
    width: 14px;
    height: 14px;
    right: 0;
    top: 20px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q::after {
    width: 14px;
    height: 14px;
    right: 0;
    top: 20px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::before,
  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::after {
    background-size: 14px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 16px;
    padding-right: 29px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn {
    margin-top: 15px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a {
    font-size: 15px;
    width: 282px;
    height: 70px;
    border-radius: 3px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi {
    margin-top: 20px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi .main {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group:not(:last-child) {
    margin-bottom: 50px;
  }

  .company_info#career .section_row .row_inner section#company_information .inner .btn {
    margin-top: 30px;
  }

  .company_info#career .section_row .row_inner section#flow {
    padding-top: 50px;
  }
}




/* ======== table.tableOther ======== */
table.company {
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 2;
  width: 100%;
}

table.company tr {}

table.company th {
  width: 25%;
  padding: 22px;
  vertical-align: 0;
  border: #ddd 1px solid;
  border-right: #ddd 1px dashed;
  border-right: #ddd 1px solid;
}

table.company td {
  padding: 22px;
  vertical-align: 0;
  border: #ddd 1px solid;
  /* border-left:none; */
}

table.company td .linkArea {
  margin-top: 10px;
  text-align: left;
}

table.company td .linkArea a.btn {
  margin: 0;
}

/* --- #map_canvas --- */
#map_canvas {
  width: 100%;
  margin-top: 70px;
  height: 400px;
  position: relative;
  z-index: 1;
  border: #ededed 1px solid;
}



@media only screen and (max-width: 950px) {
  table.company th {
    width: 30%;
    padding: 20px;
  }

  table.company td {
    padding: 20px;
  }
}

@media only screen and (max-width: 800px) {
  table.company {
    font-size: 13px;
  }
}

@media only screen and (max-width: 738px) {
  #outline .imgArea {
    /* float:none; */
    width: 100%;
    display: block;
  }

  #outline .txtArea {
    float: none;
    width: 100%;
    /* margin-top:25px; */
  }

  table.company {
    /* font-size:12px; */
  }

  /*	#map_canvas { display:none; }*/
}

@media only screen and (max-width: 414px) {
  table.company th {
    width: 30%;
    padding: 15px;
  }

  table.company td {
    padding: 15px;
  }
}

.page_top_area {
  margin-bottom: 30px;
  border: 2px solid #000;
  padding: 20px 20px;
  position: relative;
  margin-top: 80px;
}


.page_title_txt {
  font-size: 35px;
  line-height: 35px;
  position: absolute;
  top: -50px;
  background: #fff;
  padding: 0 30px;
}

.page_title_txt span {
  font-size: 0.6em;
  padding: 0 10px;
}



@media all and (max-width:414px) {

  .page_top_area {
    border: 2px solid #000;
    padding: 20px 10px;

  }



  .page_title_txt {
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
  }
}

.page_sub_txt {
  font-size: 30px;
  line-height: 2;
  font-weight: 600;
}


@media all and (max-width:600px) {
  .page_sub_txt {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 600;
    margin: 0;
  }
}


.mission_area {
  display: flex;
  gap: 1em;
}


.img_truck {
  order: 2;
}

.img_truck img {
  border-radius: 0.5em;
}


.mane {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  order: 1
}


.mane h2 {
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  padding-left: 30px;
}

.mane h2 {
  position: relative;
  color: white;
  background: #e5a01d;
  line-height: 2;
  font-size: 30px;
  margin-bottom: 20px;
  padding-left: 50px;
}

.mane h2 span {
  font-size: 0.9em;
  padding: 0 10px;
}



.mane h2:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  position: absolute;
  left: 0.5em;
}






@media all and (max-width:600px) {
  .mission_area {
    display: flex;
    gap: 1em;
    flex-direction: column;
  }

  .img_truck {
    order: 1;
  }

  .mane {
    order: 2;
  }


  .mane h2 {
    position: relative;
    color: white;
    background: #e5a01d;
    line-height: 2;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 50px;
  }

  .mane h2 span {
    font-size: 0.9em;
    padding: 0 10px;
  }


}

.mane h3 {
  position: relative;
  color: #000;
  text-align: left;
  font-size: 20px;
  line-height: 2.5;
  padding-left: 10px;
  border-bottom: solid 1px;
  display: flex;
  align-content: center;
  align-items: center;
}

.mane h3 span {
  color: #18559d;
  font-size: 1.1em
}



.mane h3:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f140";
  /* position: absolute; */
  left: 0.6em;
  font-size: 23px;
  /* top: -5px; */
  color: #18559d;
  padding-right: 10px;
}


@media all and (max-width:600px) {

  .mane h3 {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-top: 0.6em;
    flex-direction: row;
  }

  .mane h3:before {
    font-size: 20px;
    top: 0;
  }

}

/* --- .nameArea --- */
.nameArea {
  margin: 80px 0 0;
  background: #f4f4f4;
  border: 1px solid #eeebe7;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* --- .inner --- */
.nameArea .inner {
  padding: 65px 3.5% 75px;
  z-index: 0;
  display: flex;
  gap: 2em;
  margin-bottom: 0 !important;
  align-content: center;
  align-items: center;
}

/* .imgArea */
.nameArea .imgArea {
  width: 25%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .nameArea .imgArea:before {
  position: absolute;
  top: 10px;
  right: 20px;
  left: 20px;
  bottom: 10px;
  content: "";
  z-index: 2;
}

.nameArea .imgArea:after {
  position: absolute;
  top: 20px;
  right: 10px;
  left: 10px;
  bottom: 20px;
  content: "";
  z-index: 2;
}
 */

.nameArea .imgArea h4 {
  font-size: 1.2em;
  line-height: 1.8;
  /* font-family: 'Playfair Display', YuMincho, "ProN W3", "Hiragino Mincho ProN", Verdana, serif; */
  text-align: center;
}

.nameArea .imgArea h4 span {
  display: block;
  font-size: 1.5rem;
}

.nameArea .imgArea img {
  height: auto;
  margin: 10px auto;
}

/* .txtArea */
.nameArea .txtArea {
  width: 70%;
  text-align: left;
}

.nameArea .txtArea .txtBox {
  margin: 0 auto;
}

.nameArea .txtArea h4 {
  margin: 0 0 30px;
  font-size: 55px;
  font-family: scotch-display, sans-serif;
  font-weight: 300;
  letter-spacing: 0.015em;
  position: relative;
  z-index: 0;
  line-height: 1.5;
  text-align: center;
}

.nameArea .txtArea p {
  font-size: 14px;
  line-height: 2.2;
}


@media all and (max-width:700px) {
  .nameArea .inner {
    flex-direction: column;
  }

  .nameArea .imgArea {
    width: 100%;
  }

  .nameArea .txtArea {
    width: 90%;
    text-align: left;
  }

}





/* INTERVIEW */
#interview #mv .inner .ttl_row {
  margin-bottom: 50px;
}

#interview #mv .inner .ttl_row h2 {
  margin-bottom: 0;
}

#interview #interview_list {
  padding-bottom: 120px;
}

#interview #interview_list .inner {
  max-width: 1160px;
}

#interview #interview_list .inner .intro {
  margin-bottom: 100px;
}

#interview #interview_list .inner .interview_slider {
  display: flex;
  flex-wrap: wrap;
}

#interview #interview_list .inner .interview_slider .slide {
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  width: 30.6%;
  transition: 0.3s ease;
}

#interview #interview_list .inner .interview_slider .slide a {
  display: block;
}

#interview #interview_list .inner .interview_slider .slide a .img {
  overflow: hidden;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: top right;
  mask-position: top right;
  border-radius: 10px 11px 10px 10px;
}

#interview #interview_list .inner .interview_slider .slide a .img img {
  transition: 0.3s ease;
  display: block;
}

#interview #interview_list .inner .interview_slider .slide a .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(37, 45, 47, 0.54) 0%, rgba(37, 45, 47, 0) 70%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}

#interview #interview_list .inner .interview_slider .slide a .tag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(11px, 1.2vw, 15px);
  line-height: 1;
  height: 2.4vw;
  max-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#interview #interview_list .inner .interview_slider .slide a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 30px 20px;
  z-index: 2;
  color: #fff;
}

#interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

#interview #interview_list .inner .interview_slider .slide a .txt .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 5px;
}

#interview #interview_list .inner .interview_slider .slide a .txt .detail .position {
  font-size: 16px;
}

#interview #interview_list .inner .interview_slider .slide a .txt .detail .position::after {
  content: "/";
  margin: 0 0.5em;
}

#interview #interview_list .inner .interview_slider .slide a .txt .detail .year {
  font-size: 13px;
}

#interview #interview_list .inner .interview_slider .slide a .txt .name {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

@media (hover: hover) and (pointer: fine) {
  #interview #interview_list .inner .interview_slider .slide a:hover .img img {
    transform: scale(1.04);
  }
}

#interview #interview_list .inner .interview_slider .slide:not(:nth-child(3n)) {
  margin-right: 4.1%;
}

#interview #interview_list .inner .interview_slider .slide:nth-child(n+4) {
  margin-top: 80px;
}

#interview #interview_list .inner .interview_slider .slide.graduates a .img {
  -webkit-mask-image: url(../img/top/interview_mask.svg);
  mask-image: url(../img/top/interview_mask.svg);
}

#interview #interview_list .inner .interview_slider .slide.graduates a .tag {
  width: 6.4vw;
  max-width: 90px;
}

#interview #interview_list .inner .interview_slider .slide.career a .img {
  -webkit-mask-image: url(../img/top/interview_mask_career.svg);
  mask-image: url(../img/top/interview_mask_career.svg);
}

#interview #interview_list .inner .interview_slider .slide.career a .tag {
  width: 8.3vw;
  max-width: 120px;
}

#interview #interview_list .inner .interview_slider .slide.coming a {
  pointer-events: none;
  position: relative;
}

#interview #interview_list .inner .interview_slider .slide.coming a .tag {
  opacity: 0.2;
}

#interview #interview_list .inner .interview_slider .slide.coming a::before {
  content: "Coming Soon";
  font-family: "PT Sans", sans-serif;
  font-size: clamp(16px, 2.6vw, 42px);
  font-style: italic;
  display: block;
  text-align: center;
  color: #fff;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

#interview #interview_list .inner .interview_slider .slide.coming a .img {
  filter: grayscale(40%);
}

#interview #interview_list .inner .interview_slider .slide.coming a .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(201, 201, 201);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 3;
}

#interview #interview_list .inner .interview_slider .slide.coming a .txt {
  color: #d5d5d5;
}

@media (max-width: 1180px) {
  #interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl {
    font-size: 18px;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .detail {
    flex-direction: column;
    align-items: flex-start;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .detail .position {
    font-size: 12px;
    line-height: 1.3;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .detail .year {
    font-size: 11px;
    line-height: 1.3;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .name {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  #interview #interview_list .inner .intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  #interview #interview_list .inner .interview_slider {
    flex-direction: column;
    align-items: center;
  }

  #interview #interview_list .inner .interview_slider .slide {
    width: 100%;
  }

  #interview #interview_list .inner .interview_slider .slide a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #interview #interview_list .inner .interview_slider .slide a .img {
    width: 32vw;
    margin-right: 20px;
    position: relative;
  }

  #interview #interview_list .inner .interview_slider .slide a .img img {
    border-radius: 8px;
    -webkit-mask: unset;
    mask: unset;
  }

  #interview #interview_list .inner .interview_slider .slide a>.pc {
    display: none;
  }

  #interview #interview_list .inner .interview_slider .slide a .tag {
    position: static;
    font-size: 12px;
    color: #fff;
    background: #222;
    padding: 4px 5px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt {
    color: #111;
    width: calc(100% - 32vw - 20px);
    position: static;
    padding: 0;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt>.sp {
    display: block;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl {
    margin-bottom: 16px;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl br {
    display: none;
  }

  #interview #interview_list .inner .interview_slider .slide:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #interview #interview_list .inner .interview_slider .slide:nth-child(n+2) {
    margin-top: 36px;
  }

  #interview #interview_list .inner .interview_slider .slide.graduates a .img,
  #interview #interview_list .inner .interview_slider .slide.career a .img {
    -webkit-mask-image: none;
    mask-image: none;
  }

  #interview #interview_list .inner .interview_slider .slide.graduates a .img::before,
  #interview #interview_list .inner .interview_slider .slide.career a .img::before {
    content: none;
  }

  #interview #interview_list .inner .interview_slider .slide.graduates a .tag,
  #interview #interview_list .inner .interview_slider .slide.career a .tag {
    width: -moz-fit-content;
    width: fit-content;
  }

  #interview #interview_list .inner .interview_slider .slide.coming a .img::before {
    content: none;
    content: "Coming Soon";
    font-family: "PT Sans", sans-serif;
    font-size: clamp(16px, 3vw, 32px);
    background: none;
    font-style: italic;
    display: block;
    text-align: center;
    color: #fff;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }

  #interview #interview_list .inner .interview_slider .slide.coming a .tag {
    opacity: 0.2;
  }

  #interview #interview_list .inner .interview_slider .slide.coming a::before {
    content: none;
  }
}

@media (max-width: 768px) {
  #interview #mv {
    padding-bottom: 90px;
  }

  #interview #mv .inner .ttl_row {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  #interview #mv .inner .ttl_row .sec_ttl {
    margin-top: 5px;
  }

  #interview #mv .flow_txt {
    bottom: 25px;
  }

  #interview #interview_list {
    padding-bottom: 60px;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl {
    font-size: 15px;
  }
}

#mv {
  position: relative;
  padding: 180px 0 50px;
  background: #e4f0ff;
  z-index: 0;
}

#mv .inner {
  max-width: 1640px;
  position: relative;
}

#mv .inner::before {
  content: "";
  display: block;
  width: 200px;
  height: 516px;
  /* background: url(../../img/bg_gray_logo.svg) no-repeat center/contain; */
  background: url(../../img/bg_img_truck.png) no-repeat center/contain;
  position: absolute;
  top: -212px;
  right: -80px;
  z-index: -1;
  opacity: 0.1;
}


#mv .inner::after {
  content: "";
  display: block;
  width: 1vw;
  height: 100%;
  background: #18559d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}




#mv .inner {
  max-width: 1680px;
}

#mv .inner .sec_ttl {
  text-align: right;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-family: "PT Sans", sans-serif;
}

#mv .inner .ttl_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 50px;
  margin-top: 10px;
}

#mv .inner .ttl_row .ttl {
  color: #18559d;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: bold;
}



#mv .flow_txt {
  font-size: 180px;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
  color: #f2f5f7;
  white-space: nowrap;
  position: absolute;
  bottom: 10px;
  z-index: -1;
}

#mv .flow_txt span {
  display: inline-block;
  margin-right: 68px;
}




#mv .inner .row {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#mv .inner .row .txt {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  padding-top: 59px;
}

#mv .inner .row .txt .breadcrumb {
  background: #eef1f4;
  border-radius: 4px;
  padding: 10px 19px;
  margin-bottom: 60px;
  width: -moz-fit-content;
  width: fit-content;
}

#mv .inner .row .txt .ttl {
  color: #18559d;
  font-weight: bold;
  margin-bottom: 20px;
}

#company_single #mv .inner .row .txt h2 {
  font-size: clamp(32px, 2.7vw, 48px);
  line-height: 1.5;
  margin-bottom: 75px;
}

#mv .inner .row .txt .position {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

#mv .inner .row .txt .name_year {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

#mv .inner .row .txt .name_year .name {
  font-weight: bold;
  font-size: 38px;
  margin-right: 18px;
  margin-right: 8px;
}

#mv .inner .row .txt .name_year .year {
  font-size: 15px;
  margin-bottom: 8px;
}

#mv .inner .row .img {
  width: 51%;
  position: relative;
}

#mv .inner .row .img .main_img img {
  border-radius: 20px;
  display: block;
}

#mv .inner .row .img .parallax {
  position: absolute;
}

#mv .inner .row .img .parallax.kazari1 {
  width: 17px;
  aspect-ratio: 1/5.588;
  background: url(../img/interview/mv_kazari1.svg) no-repeat center/contain;
  top: -26px;
  left: 79px;
}

#mv .inner .row .img .parallax.kazari2 {
  width: 105px;
  aspect-ratio: 1/1.5619;
  background: url(../img/interview/mv_kazari2.svg) no-repeat center/contain;
  top: 46%;
  right: -75px;
}

#mv .inner .row .img .parallax.kazari3 {
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../img/interview/mv_kazari3.svg) no-repeat center/contain;
  top: 36%;
  right: -75px;
}

#mv .inner .row .img .parallax.kazari4 {
  width: 157px;
  aspect-ratio: 1/1;
  background: url(../img/interview/mv_kazari4.svg) no-repeat center/contain;
  bottom: -11px;
  right: 21px;
}

#mv .inner .row .img .parallax.kazari5 {
  width: 68px;
  aspect-ratio: 2/1;
  background: url(../img/interview/mv_kazari5.svg) no-repeat center/contain;
  bottom: 50px;
  left: 10px;
}

#mv .inner .row .img .parallax.kazari6 {
  width: 67px;
  aspect-ratio: 1/1.2985;
  background: url(../img/interview/mv_kazari6.svg) no-repeat center/contain;
  bottom: 58px;
  left: -30px;
}

#mv .flow_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}


#mv {
  padding: 198px 0 100px;
  position: relative;
  background: #ddd;
  position: relative;
  padding: 180px 0 50px;
  background: #e4f0ff;
  z-index: 0;
  margin-bottom: 30px;
  margin-bottom: 0;
}



#mv .inner .sec_ttl {
  font-size: 11px;
}

#mv .inner .ttl_row {
  margin-bottom: 10px;
  padding-left: 27px;
}

#mv .inner .ttl_row .ttl {
  font-size: 14px;
}

#mv .inner h2 {
  font-size: 52px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 30px;
  padding-left: 1em;
}


#mv .flow_txt {
  bottom: 10px;
  font-size: 100px;
}

#mv .flow_txt span {
  margin-right: 32px;
}























#company_single .section_row .row_inner .company_sec .inner .ttl {
  color: #18559d;
  font-size: 15px;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#company_single .section_row .row_inner .company_sec .inner .ttl span {
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  margin-right: 1em;
}

#company_single .section_row .row_inner .company_sec .inner h2 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 60px;
}

#company_single .section_row .row_inner .company_sec .inner .desc {
  line-height: 2;
  margin-bottom: 50px;
}

#company_single .section_row .row_inner .company_sec .inner .img {
  position: relative;
}

#company_single .section_row .row_inner .company_sec .inner .img .main_img img {
  border-radius: 20px;
}

#company_single .section_row .row_inner .company_sec:not(:last-child) {
  margin-bottom: 80px;
}

#company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax {
  position: absolute;
}

#company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari1 {
  width: 120px;
  aspect-ratio: 1/0.2667;
  background: url(../img/interview/detail_kazari1.svg) no-repeat center/contain;
  top: 19px;
  right: -33px;
}

#company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari2 {
  width: 52px;
  aspect-ratio: 13/25;
  background: url(../img/interview/detail_kazari2.svg) no-repeat center/contain;
  top: 47px;
  right: -39px;
}

#company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari3 {
  width: 90px;
  aspect-ratio: 45/61;
  background: url(../img/interview/detail_kazari3.svg) no-repeat center/contain;
  bottom: -20px;
  left: 16px;
}

#company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax {
  position: absolute;
}

#company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax.kazari1 {
  width: 61px;
  aspect-ratio: 61/67;
  background: url(../img/interview/detail_kazari4.svg) no-repeat center/contain;
  top: -21px;
  left: 16px;
}

#company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax.kazari2 {
  width: 47px;
  aspect-ratio: 47/127;
  background: url(../img/interview/detail_kazari5.svg) no-repeat center/contain;
  top: 60px;
  left: -16px;
}

#company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax {
  position: absolute;
}

#company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari1 {
  width: 79px;
  aspect-ratio: 79/72;
  background: url(../img/interview/detail_kazari6.svg) no-repeat center/contain;
  top: 36px;
  right: -51px;
}

#company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari2 {
  width: 70px;
  aspect-ratio: 70/109;
  background: url(../img/interview/detail_kazari7.svg) no-repeat center/contain;
  bottom: -21px;
  left: 30px;
}

#company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari3 {
  width: 83px;
  aspect-ratio: 83/14;
  background: url(../img/interview/detail_kazari8.svg) no-repeat center/contain;
  bottom: 112px;
  left: -41px;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner {
  padding: 60px;
  border: 1px solid #eee;
  border-radius: 20px;
  position: relative;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax {
  position: absolute;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax.kazari1 {
  width: 83px;
  aspect-ratio: 1/1;
  background: url(../img/interview/detail_kazari9.svg) no-repeat center/contain;
  top: 30px;
  right: 27px;
  background: #17a0df;
  border-radius: 50px;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax.kazari2 {
  width: 46px;
  aspect-ratio: 1/1;
  /* background: url(../img/interview/detail_kazari10.svg) no-repeat center/contain; */
  top: 123px;
  right: -9px;
  background: #1c63b9;
  border-radius: 50px;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner h2 {
  font-size: 26px;
  margin-bottom: 50px;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl {
  padding-left: 70px;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt {
  background: #1c63b9;
  color: #fff;
  width: 8em;
  border-radius: 15px;
  padding: 7px 8px 8px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px;
  position: relative;
}


#company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt span {
  font-size: 0.8em;
  padding: 0 2px
}





#company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #18559d;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -70px;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd {
  position: relative;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd .main {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd .desc {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd:not(:last-child) {
  margin-bottom: 35px;
}

#company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd:not(:last-child)::before {
  content: "";
  width: 2px;
  height: calc(100% + 90px);
  background: #e2e2e2;
  position: absolute;
  top: -40px;
  left: -63px;
  z-index: -1;
}

#company_single #schedule {
  margin-top: 100px;
  background: #eef1f4 url(../img/interview/schedule_bg.svg) no-repeat top -255px left calc(50% + 550px);
  border-radius: 100px;
  padding: 95px 80px 120px;
}

#company_single #schedule .inner {
  max-width: 1440px;
  padding-left: 125px;
}

#company_single #schedule .inner .ttl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}

#company_single #schedule .inner .ttl .img {
  position: absolute;
  top: 50%;
  left: -125px;
  transform: translateY(-50%);
  border: 2px solid #ff6982;
  border-radius: 50%;
}

#company_single #schedule .inner .ttl .img img {
  width: 100px;
  display: block;
  border-radius: 50%;
}

#company_single #schedule .inner .ttl h2 {
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1;
}

#company_single #schedule .inner .ttl h2 small {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}

#company_single #schedule .inner .schedule_slider {
  overflow: hidden;
}

#company_single #schedule .inner .schedule_slider .swiper-wrapper {
  align-items: stretch;
}

#company_single #schedule .inner .schedule_slider .swiper-slide {
  height: auto;
}

#company_single #schedule .inner .schedule_slider .swiper-pagination {
  margin-top: 30px;
  background: #d3d9e0;
  position: static;
  display: flex;
}

#company_single #schedule .inner .schedule_slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 4px;
  background: #d3d9e0;
  border-radius: 2px;
  transition: 0.3s;
}

#company_single #schedule .inner .schedule_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #64696e;
}

#company_single #schedule .inner .swiper-slide {
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 20px;
  padding: 50px 22px 50px;
  width: 200px;
}

#company_single #schedule .inner .swiper-slide .time {
  color: #18559d;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1;
}

#company_single #schedule .inner .swiper-slide .time::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #18559d;
  border-radius: 50%;
  margin-right: 12px;
}

#company_single #schedule .inner .swiper-slide .detail {
  font-size: 14px;
  line-height: 1.7;
}

#company_single #schedule .inner .swiper-slide:not(:last-child) {
  margin-right: 26px;
}

#company_single #interview {
  padding: 100px 0 160px;
  position: relative;
  z-index: 1;
}

#company_single #interview .inner {
  max-width: 1480px;
}

#company_single #interview .inner .sub_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: bold;
}

#company_single #interview .inner .ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

#company_single #interview .inner .desc {
  margin-bottom: 90px;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#company_single #interview .inner .interview_slider {
  margin-right: calc((100vw - 1232px) / 2 * -1);
}

#company_single #interview .inner .interview_slider .slick-list {
  padding-top: 20px;
}

#company_single #interview .inner .interview_slider .slide {
  position: relative;
  margin-right: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  width: 27vw;
  max-width: 474px;
  transition: 0.3s ease;
}

#company_single #interview .inner .interview_slider .slide a {
  display: block;
}

#company_single #interview .inner .interview_slider .slide a .img {
  overflow: hidden;
  border-radius: 10px 11px 10px 10px;
}

#company_single #interview .inner .interview_slider .slide a .img img {
  transition: 0.3s ease;
}

#company_single #interview .inner .interview_slider .slide a .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(37, 45, 47, 0.54) 0%, rgba(37, 45, 47, 0) 70%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}

#company_single #interview .inner .interview_slider .slide a .tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 9px 13px 10px;
  border-radius: 0 10px 0 10px;
}

#company_single #interview .inner .interview_slider .slide a .tag::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/radius_top_right.svg) no-repeat right top/contain;
  position: absolute;
  top: 0;
  right: 100%;
}

#company_single #interview .inner .interview_slider .slide a .tag::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/radius_top_right.svg) no-repeat right top/contain;
  position: absolute;
  top: 100%;
  right: 0;
}

#company_single #interview .inner .interview_slider .slide a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 30px 20px;
  color: #fff;
  z-index: 2;
}

#company_single #interview .inner .interview_slider .slide a .txt .interview_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

#company_single #interview .inner .interview_slider .slide a .txt .detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
  margin-bottom: 5px;
}

#company_single #interview .inner .interview_slider .slide a .txt .detail .position {
  font-size: 17px;
}

#company_single #interview .inner .interview_slider .slide a .txt .detail .position::after {
  content: "/";
  margin: 0 0.5em;
}

#company_single #interview .inner .interview_slider .slide a .txt .detail .year {
  font-size: 14px;
}

#company_single #interview .inner .interview_slider .slide a .txt .name {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

@media (hover: hover) and (pointer: fine) {
  #company_single #interview .inner .interview_slider .slide a:hover .img img {
    transform: scale(1.04);
  }
}

#company_single #interview .inner .interview_slider .slide.even_slide {
  transform: translateY(-20px);
}

#company_single #interview .inner .interview_slider .slide.coming a {
  pointer-events: none;
  position: relative;
}

#company_single #interview .inner .interview_slider .slide.coming a .tag {
  z-index: 5;
  color: #cbcbcb;
}

#company_single #interview .inner .interview_slider .slide.coming a::before {
  content: "Coming Soon";
  font-family: "PT Sans", sans-serif;
  font-size: clamp(16px, 2.6vw, 42px);
  font-style: italic;
  display: block;
  text-align: center;
  color: #fff;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

#company_single #interview .inner .interview_slider .slide.coming a .img {
  filter: grayscale(40%);
}

#company_single #interview .inner .interview_slider .slide.coming a .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(201, 201, 201);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 3;
}

#company_single #interview .inner .interview_slider .slide.coming a .txt {
  color: #d5d5d5;
}

#company_single #interview .inner .interview_slider .slick-arrow {
  position: absolute;
  top: -67px;
  width: 52px;
  height: 52px;
  background: #222;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}

#company_single #interview .inner .interview_slider .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: no-repeat center/contain;
}

#company_single #interview .inner .interview_slider .slick-arrow.slick-prev {
  right: calc((100vw - 1232px) / 2 + 68px);
}

#company_single #interview .inner .interview_slider .slick-arrow.slick-prev::before {
  background-image: url(../img/arrow_left.svg);
}

#company_single #interview .inner .interview_slider .slick-arrow.slick-next {
  right: calc((100vw - 1232px) / 2);
}

#company_single #interview .inner .interview_slider .slick-arrow.slick-next::before {
  background-image: url(../img/arrow_right.svg);
}

@media (hover: hover) and (pointer: fine) {
  #company_single #interview .inner .interview_slider .slick-arrow:hover {
    opacity: 0.8;
  }
}

@media (max-width: 1400px) {
  #company_single #interview .inner .interview_slider {
    margin-right: -6vw;
  }

  #company_single #interview .inner .interview_slider .slick-arrow.slick-prev {
    right: calc(6vw + 68px);
  }

  #company_single #interview .inner .interview_slider .slick-arrow.slick-next {
    right: 6vw;
  }
}

@media (max-width: 1180px) {
  #company_single #interview .inner .interview_slider .slide a .txt .interview_ttl {
    font-size: 15px;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .detail .position {
    font-size: 12px;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .detail .year {
    font-size: 11px;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .name {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  #company_single #mv .inner {
    width: 90%;
  }

  #company_single #mv .inner .sec_ttl.pc {
    display: none;
  }

  #company_single #mv .inner .row {
    flex-direction: column;
  }

  #company_single #mv .inner .row .img {
    order: 1;
    width: 100%;
  }

  #company_single #mv .inner .row .img .main_img img {
    width: 92%;
    margin: 0 0 0 auto;
  }

  #company_single #mv .inner .row .img .parallax.kazari1 {
    width: 2.26vw;
    top: 13.6vw;
    left: 1vw;
  }

  #company_single #mv .inner .row .img .parallax.kazari2 {
    width: 14vw;
    top: 31.7vw;
    right: -4.7vw;
  }

  #company_single #mv .inner .row .img .parallax.kazari3 {
    width: 2.933vw;
    top: 23vw;
    right: -4.533vw;
  }

  #company_single #mv .inner .row .img .parallax.kazari4 {
    width: 20.9vw;
    bottom: -1.2vw;
    right: 4.8vw;
  }

  #company_single #mv .inner .row .img .parallax.kazari5 {
    width: 9.066vw;
    left: 12vw;
    bottom: 6vw;
  }

  #company_single #mv .inner .row .img .parallax.kazari6 {
    width: 8.93vw;
    left: 4vw;
    bottom: 8vw;
  }

  #company_single #mv .inner .row .txt {
    order: 2;
    padding-top: 0;
    position: relative;
  }

  #company_single #mv .inner .row .txt .sec_ttl.sp {
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
  }

  #company_single #mv .inner .row .txt .breadcrumb {
    transform: translateY(-50%);
    margin-bottom: 10px;
  }

  #company_single #mv .inner .row .txt h2 {
    font-size: 24px;
  }

  #company_single .section_row .row_inner .company_sec {
    padding-left: 0;
  }

  #company_single #interview .inner .interview_slider .slide {
    width: 30vw;
  }

  #company_single #schedule {
    padding-left: 0;
    padding-right: 0;
  }

  #company_single #schedule .inner {
    padding-left: 0;
  }

  #company_single #schedule .inner .ttl {
    padding-left: 125px;
  }

  #company_single #schedule .inner .ttl .img {
    left: 0;
  }
}

@media (max-width: 768px) {
  #mv {
    padding-top: 84px;
    margin-bottom: 0;
  }

  #mv .inner::before {
    top: 6px;
    width: 158px;
    height: 258px;
    right: -50px;
  }

  #mv .inner .row {
    margin-top: 0;
  }

  #mv .inner .row .txt {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  #mv .inner .row .txt .breadcrumb {
    position: relative;
    padding: 7px 10px;
    border-radius: 4px;
    z-index: 4;
  }

  #mv .inner .row .txt .ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }

  #mv .inner .row .txt h2 {
    margin-bottom: 35px;
  }

  #mv .inner .row .txt .position {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #mv .inner .row .txt .name_year .name {
    font-size: 26px;
  }

  #mv .inner .row .txt .name_year .year {
    font-size: 12px;
  }

  #mv .inner .row .img {
    z-index: 1;
  }

  #mv .inner .row .img .main_img img {
    border-radius: 10px;
  }

  #mv .flow_txt {
    font-size: 108px;
  }

  #company_single .section_row .row_inner .company_sec .inner .ttl {
    font-size: 12px;
  }

  #company_single .section_row .row_inner .company_sec .inner .ttl span {
    font-size: 13px;
  }

  #company_single .section_row .row_inner .company_sec .inner h2 {
    font-size: 21px;
    margin-bottom: 25px;
  }

  #company_single .section_row .row_inner .company_sec .inner h2 br {
    display: none;
  }

  #company_single .section_row .row_inner .company_sec .inner .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  #company_single .section_row .row_inner .company_sec .inner .img .main_img img {
    border-radius: 10px;
  }

  #company_single .section_row .row_inner .company_sec .inner .img .parallax img {
    display: block;
  }

  #company_single .section_row .row_inner .company_sec:not(:last-child) {
    margin-bottom: 45px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari1 {
    width: 16vw;
    top: 2.6vw;
    right: -2.4vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari2 {
    width: 6.9vw;
    top: 6.2vw;
    right: -3.2vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari3 {
    width: 12vw;
    bottom: -3.3vw;
    left: 1.8vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax.kazari1 {
    width: 8.1vw;
    top: -2.6vw;
    left: 2.4vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax.kazari2 {
    width: 6.2vw;
    top: 8.4vw;
    left: -1.8vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari1 {
    width: 10.6vw;
    top: 2.2vw;
    right: -3.6vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari3 {
    width: 11vw;
    bottom: 12.9vw;
    left: -7.2vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari2 {
    width: 9.6vw;
    bottom: -4.4vw;
    left: 2vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner {
    padding: 30px 5%;
    border-radius: 10px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax.kazari1 {
    width: 10.8vw;
    top: 5.3vw;
    right: -1.1vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax.kazari2 {
    width: 6.1vw;
    top: 16.3vw;
    right: -4.4vw;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner h2 {
    font-size: 18px;
    margin-bottom: 35px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl {
    padding-left: 23px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt {
    font-size: 12px;
    width: 90px;
    padding: 5px 0;
    margin-bottom: 10px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt::before {
    width: 14px;
    height: 14px;
    top: 4px;
    left: -23px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd .main {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd .desc {
    font-size: 12px;
    line-height: 1.8;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd:not(:last-child) {
    margin-bottom: 35px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd:not(:last-child)::before {
    height: calc(100% + 74px);
    top: -29px;
    left: -18px;
  }

  #company_single #interview {
    padding: 50px 0 80px;
    border-bottom-right-radius: 60px;
  }

  #company_single #interview::before,
  #company_single #interview::after {
    width: 60px;
    height: 60px;
  }

  #company_single #interview .inner .sub_ttl {
    font-size: 14px;
    margin-bottom: 8px;
  }

  #company_single #interview .inner .ttl {
    margin-bottom: 30px;
  }

  #company_single #interview .inner .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  #company_single #interview .inner .interview_slider .slide {
    width: 64.5vw;
    margin-right: 15px;
  }

  #company_single #interview .inner .interview_slider .slide a .tag {
    border-radius: 0 5px 0 5px;
    font-size: 11px;
    padding: 5px 9px 8px;
  }

  #company_single #interview .inner .interview_slider .slide a .tag::before,
  #company_single #interview .inner .interview_slider .slide a .tag::after {
    width: 7px;
    height: 7px;
  }

  #company_single #interview .inner .interview_slider .slide a .txt {
    padding: 0 12px 20px;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .interview_ttl {
    margin-bottom: 16px;
  }

  #company_single #schedule {
    margin-top: 50px;
    border-radius: 40px;
    padding: 55px 0 60px;
    background-position: top -100px right -26.4vw;
    background-size: 90.4%;
  }

  #company_single #schedule .inner .ttl {
    padding-left: 83px;
    margin-bottom: 40px;
  }

  #company_single #schedule .inner .ttl .img img {
    width: 64px;
  }

  #company_single #schedule .inner .ttl h2 {
    font-size: 20px;
  }

  #company_single #schedule .inner .ttl h2 small {
    font-size: 11px;
  }

  #company_single #schedule .inner .ttl .sec_ttl {
    font-size: 10px;
  }

  #company_single #schedule .inner .sp>.swiper-slide {
    background: transparent;
    border: none;
    padding: 0;
  }

  #company_single #schedule .inner .swiper-slide {
    width: 100%;
    padding: 20px 5%;
    border-radius: 10px;
  }

  #company_single #schedule .inner .swiper-slide .time {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #company_single #schedule .inner .swiper-slide .time::before {
    width: 6px;
    height: 6px;
    margin-right: 7px;
  }

  #company_single #schedule .inner .swiper-slide .detail {
    font-size: 12px;
    line-height: 1.7;
  }

  #company_single #schedule .inner .swiper-slide:not(:last-child) {
    margin-bottom: 10px;
  }
}



@media (max-width: 630px) {
  #mv {
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  #mv .inner::before {
    top: -50px;
    width: 128px;
    height: 258px;
    right: -20px;
  }


  #mv .inner h2 {
    font-size: 32px;
  }




  #mv .inner .row .img::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../img/radius_top_left.svg) no-repeat top left/contain;
    top: 29px;
    left: 8%;
  }
}

#recruitment #mv .inner .ttl_row {
  margin-bottom: 50px;
}

#recruitment #mv .inner .ttl_row h2 {
  margin-bottom: 0;
}

#recruitment #recruit_list {
  padding-bottom: 100px;
}

#recruitment #recruit_list .inner {
  max-width: 1160px;
}

#recruitment #recruit_list .inner .intro {
  line-height: 2;
  margin-bottom: 80px;
}

#recruitment #recruit_list .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#recruitment #recruit_list .inner .list .block {
  width: 48.1%;
}

#recruitment #recruit_list .inner .list .block a .img {
  overflow: hidden;
  border-radius: 10px;
}

#recruitment #recruit_list .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#recruitment #recruit_list .inner .list .block a .txt {
  margin-top: 20px;
}

#recruitment #recruit_list .inner .list .block a .txt .main {
  font-size: 26px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

#recruitment #recruit_list .inner .list .block a .txt .desc {
  font-size: 15px;
  line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  #recruitment #recruit_list .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

#recruitment #recruit_list .inner .list .block:nth-child(n+3) {
  margin-top: 40px;
}

@media (max-width: 1000px) {
  #recruitment #recruit_list .inner .list .block a .txt .main {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #recruitment #mv .inner .ttl_row {
    align-items: flex-end;
    margin-bottom: 25px;
  }

  #recruitment #mv .inner .ttl_row .sec_ttl {
    margin-bottom: 10px;
  }

  #recruitment #mv .flow_txt {
    bottom: 10px;
  }

  #recruitment #recruit_list {
    padding-bottom: 50px;
  }

  #recruitment #recruit_list .inner .intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  #recruitment #recruit_list .inner .list .block {
    width: 100%;
  }

  #recruitment #recruit_list .inner .list .block a .txt {
    margin-top: 16px;
  }

  #recruitment #recruit_list .inner .list .block a .txt .main {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #recruitment #recruit_list .inner .list .block a .txt .desc {
    font-size: 13px;
    line-height: 1.6;
  }

  #recruitment #recruit_list .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }
}

.recruit_info .section_row .row_inner section .ttl {
  color: #18559d;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 25px;
}

.recruit_info .section_row .row_inner section .ttl::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18559d;
  margin-right: 6px;
}

.recruit_info .section_row .row_inner section h2 {
  font-size: 32px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 60px;
  line-height: 1;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .desc {
  line-height: 1.8;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .notice {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
}

.recruit_info .section_row .row_inner section#recruit_information .inner table tr {
  border-top: 1px solid #000;
}

.recruit_info .section_row .row_inner section#recruit_information .inner table tr th {
  background: #eef1f4;
  width: 185px;
  padding: 30px;
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: top;
}

.recruit_info .section_row .row_inner section#recruit_information .inner table tr td {
  width: calc(100% - 185px);
  padding: 30px 48px;
  line-height: 1.8;
}

.recruit_info .section_row .row_inner section#recruit_information .inner table tr td small {
  font-size: 14px;
}

.recruit_info .section_row .row_inner section#recruit_information .inner table tr td .notice {
  margin-top: 15px;
  font-size: 14px;
}

.recruit_info .section_row .row_inner section#recruit_information .inner table tr:last-child {
  border-bottom: 1px solid #000;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .btn {
  margin-top: 60px;
  cursor: pointer;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .btn.link {
  margin-bottom: 60px;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .btn a {
  display: block;
  margin: 0 auto;
  width: 480px;
  height: 80px;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  border: 1px solid #18559d;
  background: linear-gradient(to right, #18559d, #fd452d);
}

.recruit_info .section_row .row_inner section#recruit_information .inner .btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 6px;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .btn a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .btn a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  margin-left: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a:hover {
    color: #18559d;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a:hover::before {
    width: 100%;
    opacity: 1;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a:hover span::after {
    background-image: url(../img/icon_blank_red.svg);
  }
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area {
  display: none;
  position: relative;
  z-index: 102;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  position: absolute;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 24px;
  width: 250px;
  height: 60px;
  border-radius: 30px;
  box-shadow: 10px 10px 22px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  position: relative;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url(../img/icon_out.svg) no-repeat center/contain;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a {
  color: #17a0df;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a::before {
  background: #17a0df;
}

@media (hover: hover) and (pointer: fine) {
  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover {
    color: #fff;
    background: #17a0df;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover::before {
    background: #fff;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover::after {
    background-image: url(../img/icon_out_blue.svg);
  }
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a {
  color: #14baa9;
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a::before {
  background: #14baa9;
}

@media (hover: hover) and (pointer: fine) {
  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover {
    color: #fff;
    background: #14baa9;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover::before {
    background: #fff;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover::after {
    background-image: url(../img/icon_out_green.svg);
  }
}

.recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:not(:last-child) {
  margin-right: 14px;
}

.recruit_info .section_row .row_inner section#flow {
  padding-top: 120px;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block {
  background: #eef1f4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  min-height: 240px;
  position: relative;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .img {
  width: 230px;
  text-align: center;
  background: url(../img/recruit/flow_bg.svg) no-repeat center/contain;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .img img {
  width: auto;
  height: 158px;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt {
  width: calc(100% - 270px);
  padding: 10px 0;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt .main {
  color: #18559d;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt .main span {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  width: 37px;
  margin-top: 3px;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt .desc {
  line-height: 1.6;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt .desc a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul {
  margin-top: 10px;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul li {
  line-height: 1.4;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul li:not(:last-child) {
  margin-bottom: 10px;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul+.desc {
  margin-top: 10px;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block .txt .notice {
  font-size: 15px;
  margin-top: 20px;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block:not(:last-child) {
  margin-bottom: 40px;
}

.recruit_info .section_row .row_inner section#flow .inner .list .block:not(:last-child)::after {
  content: "";
  display: block;
  width: 36px;
  height: 20px;
  background: url(../img/arrow_bottom_gray.svg) no-repeat center/contain;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
}

.recruit_info .section_row .row_inner section#faq {
  padding-top: 120px;
  padding-bottom: 160px;
}

.recruit_info .section_row .row_inner section#faq .inner .nav {
  display: flex;
  margin-bottom: 90px;
}

.recruit_info .section_row .row_inner section#faq .inner .nav li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

.recruit_info .section_row .row_inner section#faq .inner .nav li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background: url(../img/arrow_bottom_gray_mini.svg) no-repeat center/contain;
  margin-left: 9px;
}

@media (hover: hover) and (pointer: fine) {
  .recruit_info .section_row .row_inner section#faq .inner .nav li a:hover {
    opacity: 0.7;
  }
}

.recruit_info .section_row .row_inner section#faq .inner .nav li:not(:last-child) {
  margin-right: 60px;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group h3 {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  background: linear-gradient(to top, #eef1f4 22px, transparent 22px);
  padding-left: 2px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item {
  border-bottom: 1px dashed #000;
  padding-bottom: 25px;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q {
  padding-top: 25px;
  position: relative;
  cursor: pointer;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q p {
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: 500;
  transition: 0.3s ease;
  line-height: 1;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q p span {
  font-family: "PT Sans", sans-serif;
  margin-right: 8px;
  font-size: 20px;
  font-weight: bold;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon_plus.svg) no-repeat center/contain;
  position: absolute;
  top: 27px;
  right: 18px;
  opacity: 1;
  transition: 0.3s;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon_plus_red.svg) no-repeat center/contain;
  position: absolute;
  top: 27px;
  right: 18px;
  opacity: 0;
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover p {
    color: #18559d;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover::before {
    opacity: 0;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover::after {
    opacity: 1;
  }
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active p {
  color: #18559d;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::before {
  background-image: url(../img/icon_minus_red.svg);
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::after {
  background-image: url(../img/icon_minus_red.svg);
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a {
  margin-top: 20px;
  line-height: 1.8;
  padding-left: 25px;
  padding-right: 60px;
  display: none;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn {
  margin-top: 25px;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a {
  display: block;
  width: 480px;
  height: 80px;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  border: 1px solid #18559d;
  background: linear-gradient(to right, #18559d, #fd452d);
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 6px;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 0 40px;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  margin-left: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover {
    color: #18559d;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover::before {
    width: 100%;
    opacity: 1;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover span::after {
    background-image: url(../img/icon_blank_red.svg);
  }
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi {
  margin-top: 30px;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi .main {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a:not(:last-child) {
  margin-bottom: 30px;
}

.recruit_info .section_row .row_inner section#faq .inner .list .group:not(:last-child) {
  margin-bottom: 60px;
}

.recruit_info#career .section_row .row_inner section#recruit_information .inner .btn {
  margin-top: 45px;
}

.recruit_info#career .section_row .row_inner section#recruit_information .inner .btn a {
  margin-left: 0;
}

@media (max-width: 1200px) {
  .recruit_info .section_row .row_inner aside.pc {
    display: none;
  }

  .recruit_info .section_row .row_inner aside.sp {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }

  .recruit_info .section_row .row_inner section {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .recruit_info .section_row .row_inner section#flow .inner .list .block {
    flex-direction: column;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .img {
    margin-bottom: 20px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt {
    width: 100%;
    max-width: 340px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .nav {
    flex-direction: column;
  }

  .recruit_info .section_row .row_inner section#faq .inner .nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .recruit_info #mv .flow_txt {
    bottom: 5px;
  }

  .recruit_info .section_row .row_inner aside ul li a {
    font-size: 14px;
  }

  .recruit_info .section_row .row_inner aside ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .recruit_info .section_row .row_inner section .ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .recruit_info .section_row .row_inner section .ttl::before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 6.5px;
  }

  .recruit_info .section_row .row_inner section h2 {
    font-size: 23px;
    margin-bottom: 35px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .notice {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner table tr th {
    width: 100%;
    display: block;
    padding: 10px 16px;
    font-size: 13px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner table tr td {
    width: 100%;
    display: block;
    padding: 15px 0 15px 16px;
    font-size: 13px;
    line-height: 1.6;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner table tr td .notice {
    margin-top: 15px;
    font-size: 12px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn {
    margin-top: 40px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a {
    font-size: 15px;
    width: 282px;
    height: 70px;
    border-radius: 3px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a::before {
    border-radius: 3px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a span::after {
    width: 14px;
    height: 14px;
    margin-left: 9px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area {
    width: 100%;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-top: 20px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .recruit_info .section_row .row_inner section#flow {
    padding-top: 60px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block {
    border-radius: 15px;
    min-height: auto;
    padding: 30px 5% 35px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .img {
    width: 228px;
    margin-bottom: 15px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .img img {
    height: 121px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt {
    padding: 0;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .main {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .main span {
    font-size: 18px;
    width: 28px;
    margin-right: 3px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul {
    margin-top: 15px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul li {
    font-size: 14px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul li:not(:last-child) {
    margin-bottom: 7px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .notice {
    font-size: 13px;
    margin-top: 15px;
    text-indent: -1em;
    margin-left: 1em;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block:not(:last-child)::after {
    width: 30px;
    height: 16.5px;
    top: calc(100% + 5px);
  }

  .recruit_info .section_row .row_inner section#faq {
    padding: 50px 0 77px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .nav {
    margin-bottom: 50px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .nav li a {
    font-size: 14px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .nav li a::after {
    margin-left: 4px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group h3 {
    font-size: 18px;
    background: linear-gradient(to top, #eef1f4 18px, transparent 18px);
    padding-bottom: 7px;
    margin-bottom: 10px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item {
    padding-bottom: 15px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q {
    padding: 15px 30px 0 0;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q p {
    font-size: 13px;
    line-height: 1.6;
    align-items: flex-start;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q p span {
    font-size: 16px;
    margin-right: 5px;
    margin-top: -3px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q::before {
    width: 14px;
    height: 14px;
    right: 0;
    top: 20px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q::after {
    width: 14px;
    height: 14px;
    right: 0;
    top: 20px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::before,
  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::after {
    background-size: 14px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 16px;
    padding-right: 29px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn {
    margin-top: 15px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a {
    font-size: 15px;
    width: 282px;
    height: 70px;
    border-radius: 3px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi {
    margin-top: 20px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi .main {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group:not(:last-child) {
    margin-bottom: 50px;
  }

  .recruit_info#career .section_row .row_inner section#recruit_information .inner .btn {
    margin-top: 30px;
  }

  .recruit_info#career .section_row .row_inner section#flow {
    padding-top: 50px;
  }
}

#talent #about {
  padding: 100px 0 120px;
  background: #eef1f4;
  border-radius: 100px;
}

#talent #about .inner {
  max-width: 1440px;
}

#talent #about .inner .desc {
  line-height: 1.8;
  margin-bottom: 60px;
}

#talent #about .inner .block {
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 75px 8% 80px 4.6%;
}

#talent #about .inner .block .img {
  width: 28%;
}

#talent #about .inner .block .txt {
  width: 67.7%;
}

#talent #about .inner .block .txt dl dt {
  font-size: 26px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#talent #about .inner .block .txt dl dt span {
  color: #18559d;
  margin-right: 23px;
  font-family: "PT Sans", sans-serif;
}

#talent #about .inner .block .txt dl dd {
  line-height: 1.8;
  padding-left: 55px;
}

#talent #about .inner .block .txt dl dd:not(:last-child) {
  margin-bottom: 40px;
}

#talent #message {
  padding: 120px 0;
}

#talent #message .inner {
  max-width: 1360px;
}

#talent #message .inner .ttl {
  margin-bottom: 14px;
}

#talent #message .inner h2 {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 40px;
}

#talent #message .inner .img {
  position: relative;
  width: 54%;
  float: right;
  margin: 0 -4% 50px 60px;
}

#talent #message .inner .img .main_img img {
  border-radius: 10px;
}

#talent #message .inner .img .parallax {
  position: absolute;
}

#talent #message .inner .img .parallax.kazari1 {
  width: 76px;
  aspect-ratio: 1/1;
  background: url(../img/recruit/talent/message_kazari1.svg) no-repeat center/contain;
  top: -31px;
  right: -21px;
}

#talent #message .inner .img .parallax.kazari2 {
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../img/recruit/talent/message_kazari2.svg) no-repeat center/contain;
  top: 69px;
  right: -40px;
}

#talent #message .inner .img .parallax.kazari3 {
  width: 85px;
  aspect-ratio: 85/23;
  background: url(../img/recruit/talent/message_kazari3.svg) no-repeat center/contain;
  bottom: -13px;
  left: -17px;
}

#talent #message .inner .img .parallax.kazari4 {
  width: 12px;
  aspect-ratio: 12/55;
  background: url(../img/recruit/talent/message_kazari4.svg) no-repeat center/contain;
  bottom: 81px;
  left: -9px;
}

#talent #message .inner .desc {
  line-height: 2.2;
  text-align: justify;
}

@media (max-width: 900px) {
  #talent #about .inner .block {
    flex-direction: column;
  }

  #talent #about .inner .block .img {
    margin-bottom: 30px;
  }

  #talent #about .inner .block .txt {
    width: 100%;
  }

  #talent #message .inner .img {
    float: none;
    width: 100%;
    margin: 0 0px 30px 0;
  }
}

@media (max-width: 768px) {
  #talent #about {
    border-radius: 50px;
    padding: 50px 0 61px;
  }

  #talent #about .inner .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  #talent #about .inner .desc br {
    display: none;
  }

  #talent #about .inner .block {
    padding: 30px 5%;
    border-radius: 15px;
  }

  #talent #about .inner .block .img {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  #talent #about .inner .block .img img {
    width: 286px;
  }

  #talent #about .inner .block .txt dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #talent #about .inner .block .txt dl dt span {
    font-size: 17px;
    margin-right: 9px;
  }

  #talent #about .inner .block .txt dl dd {
    font-size: 13px;
    line-height: 1.6;
    padding-left: 31px;
  }

  #talent #about .inner .block .txt dl dd br {
    display: none;
  }

  #talent #about .inner .block .txt dl dd:not(:last-child) {
    margin-bottom: 20px;
  }

  #talent #message {
    padding: 50px 0 60px;
  }

  #talent #message .inner .ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }

  #talent #message .inner h2 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  #talent #message .inner .img {
    margin-bottom: 25px;
  }

  #talent #message .inner .img .main_img img {
    border-radius: 5px;
  }

  #talent #message .inner .img .parallax.kazari1 {
    width: 10.133vw;
    top: -12px;
    right: -2.667vw;
  }

  #talent #message .inner .img .parallax.kazari2 {
    width: 4.8vw;
    top: 10vw;
    right: -7vw;
  }

  #talent #message .inner .img .parallax.kazari2 img {
    width: 18px;
  }

  #talent #message .inner .img .parallax.kazari3 {
    width: 11.2vw;
    bottom: auto;
    top: 27.33vw;
    left: -7.33vw;
  }

  #talent #message .inner .img .parallax.kazari4 {
    width: 2vw;
    bottom: 5.7vw;
    left: -0.6vw;
  }

  #talent #message .inner .desc {
    font-size: 14px;
    line-height: 1.8;
  }
}

#work #mv .inner .ttl_row {
  margin-bottom: 50px;
}

#work #mv .inner .ttl_row h2 {
  margin-bottom: 0;
}

#work #job_description .inner {
  max-width: 1160px;
}

#work #job_description .inner .intro {
  line-height: 2;
  margin-bottom: 80px;
}

#work #job_description .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}

#work #job_description .inner .list .block {
  width: 48.1%;
}

#work #job_description .inner .list .block a .img {
  overflow: hidden;
  border-radius: 10px;
}

#work #job_description .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#work #job_description .inner .list .block a .txt {
  margin-top: 20px;
}

#work #job_description .inner .list .block a .txt .main {
  font-size: 26px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

#work #job_description .inner .list .block a .txt .desc {
  font-size: 15px;
  line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  #work #job_description .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

#work #job_description .inner .list .block:nth-child(n+3) {
  margin-top: 40px;
}

#work #zadankai {
  padding: 0 0 120px;
}

#work #zadankai .inner {
  max-width: 1160px;
}

#work #zadankai .inner h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#work #zadankai .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#work #zadankai .inner .list .block {
  width: 48.1%;
  margin-bottom: 15px;
}

#work #zadankai .inner .list .block a .img {
  overflow: hidden;
  border-radius: 10px;
}

#work #zadankai .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#work #zadankai .inner .list .block a .txt {
  margin-top: 25px;
}

#work #zadankai .inner .list .block a .txt .sub {
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}

#work #zadankai .inner .list .block a .txt .main {
  font-size: 23px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

#work #zadankai .inner .list .block a .txt .desc {
  font-size: 15px;
  line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  #work #zadankai .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

#work #zadankai .inner .list .block.coming a {
  pointer-events: none;
}

#work #zadankai .inner .list .block.coming a .img {
  filter: grayscale(40%);
  position: relative;
}

#work #zadankai .inner .list .block.coming a .img::before {
  content: "Coming Soon";
  font-family: "PT Sans", sans-serif;
  font-size: clamp(16px, 2.6vw, 38px);
  font-style: italic;
  display: block;
  text-align: center;
  color: #fff;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

#work #zadankai .inner .list .block.coming a .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(201, 201, 201);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 3;
}

#work #zadankai .inner .list .block.coming a .txt {
  color: #d5d5d5;
}

.work #related_page {
  padding: 120px 0 115px;
}

.work #related_page .inner .ttl_row h2 a span br {
  display: none;
}

.work #related_page .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work #related_page .inner .list .block {
  width: 48.1%;
}

.work #related_page .inner .list .block a .img {
  overflow: hidden;
  border-radius: 10px;
}

.work #related_page .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.work #related_page .inner .list .block a .txt {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

.work #related_page .inner .list .block a .txt .sub {
  font-size: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .work #related_page .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

.work #related_page .inner .list .block:nth-child(n+3) {
  margin-top: 40px;
  width: 48.1%;
}

.work #related_page .inner .list .block:nth-child(n+3) a .txt .main {
  font-size: 23px;
}

.work #related_page .inner .list .block.coming a {
  pointer-events: none;
}

.work #related_page .inner .list .block.coming a .img {
  filter: grayscale(40%);
  position: relative;
}

.work #related_page .inner .list .block.coming a .img::before {
  content: "Coming Soon";
  font-family: "PT Sans", sans-serif;
  font-size: clamp(16px, 2.6vw, 38px);
  font-style: italic;
  display: block;
  text-align: center;
  color: #fff;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

@media (max-width: 768px) {
  .work #related_page .inner .list .block.coming a .img::before {
    font-size: clamp(23px, 4vw, 40px);
  }
}

.work #related_page .inner .list .block.coming a .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(201, 201, 201);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 3;
}

.work #related_page .inner .list .block.coming a .txt {
  color: #d5d5d5;
}

@media (max-width: 1160px) {
  .work #related_page .inner .list .block a .txt {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {

  #work #job_description .inner .list .block a .txt .main,
  #work #zadankai .inner .list .block a .txt .main {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #work #mv .inner .ttl_row {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 25px;
  }

  #work #mv .inner .ttl_row h2 {
    order: 2;
    width: 100%;
  }

  #work #mv .inner .ttl_row .sec_ttl {
    order: 1;
    margin-bottom: 10px;
  }

  #work #mv .flow_txt {
    bottom: 10px;
  }

  #work #job_description .inner .intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  #work #job_description .inner .list {
    padding-bottom: 50px;
  }

  #work #job_description .inner .list .block {
    width: 100%;
  }

  #work #job_description .inner .list .block a .txt {
    margin-top: 16px;
  }

  #work #job_description .inner .list .block a .txt .main {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #work #job_description .inner .list .block a .txt .desc {
    font-size: 13px;
    line-height: 1.6;
  }

  #work #job_description .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }

  #work #zadankai {
    padding: 0 0 50px;
  }

  #work #zadankai .inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #work #zadankai .inner .list .block {
    width: 100%;
  }

  #work #zadankai .inner .list .block a .txt {
    margin-top: 16px;
  }

  #work #zadankai .inner .list .block a .txt .sub {
    font-size: 14px;
    margin-bottom: 5px;
  }

  #work #zadankai .inner .list .block a .txt .main {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #work #zadankai .inner .list .block a .txt .desc {
    font-size: 13px;
    line-height: 1.6;
  }

  #work #zadankai .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }

  #work #zadankai .inner .list .block.coming a .img::before {
    font-size: clamp(23px, 4vw, 40px);
  }

  .work #related_page {
    padding: 60px 0 60px;
  }

  .work #related_page .inner .ttl_row h2 a::after {
    content: none;
  }

  .work #related_page .inner .ttl_row h2 a span:not(.arrow) {
    line-height: 1.3;
  }

  .work #related_page .inner .ttl_row h2 a span:not(.arrow) br {
    display: block;
  }

  .work #related_page .inner .ttl_row h2 a .arrow {
    display: inline-block;
    background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
    margin-left: 10px;
    position: relative;
    width: 23px;
    height: 23px;
    top: 4px;
  }

  .work #related_page .inner .list .block {
    width: 100%;
  }

  .work #related_page .inner .list .block a .txt {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .work #related_page .inner .list .block a .txt .sub {
    font-size: 14px;
  }

  .work #related_page .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }

  .work #related_page .inner .list .block:nth-child(n+3) {
    width: 100%;
  }
}

#about #mv .inner .ttl_row {
  margin-bottom: 50px;
}

#about #mv .inner .ttl_row h2 {
  margin-bottom: 0;
}

#about #about_list {
  padding-bottom: 120px;
}

#about #about_list .inner {
  max-width: 1160px;
}

#about #about_list .inner .intro {
  line-height: 2;
  margin-bottom: 80px;
}

#about #about_list .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about #about_list .inner .list .block {
  width: 48.1%;
}

#about #about_list .inner .list .block a .img {
  overflow: hidden;
  border-radius: 10px;
}

#about #about_list .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#about #about_list .inner .list .block a .txt {
  margin-top: 20px;
}

#about #about_list .inner .list .block a .txt .main {
  font-size: 26px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

#about #about_list .inner .list .block a .txt .desc {
  font-size: 15px;
  line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  #about #about_list .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

#about #about_list .inner .list .block:nth-child(n+3) {
  margin-top: 40px;
}

.about #related_page {
  padding: 120px 0 115px;
}

.about #related_page .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about #related_page .inner .list .block {
  width: 48.1%;
}

.about #related_page .inner .list .block a .img {
  overflow: hidden;
  border-radius: 10px;
}

.about #related_page .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.about #related_page .inner .list .block a .txt {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .about #related_page .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

.about #related_page .inner .list .block:nth-child(n+3) {
  margin-top: 40px;
}

@media (max-width: 1160px) {
  .about #related_page .inner .list .block a .txt {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  #about #about_list .inner .list .block a .txt .main {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #about #mv .inner .ttl_row {
    align-items: flex-end;
    margin-bottom: 25px;
  }

  #about #mv .inner .ttl_row .sec_ttl {
    margin-bottom: 10px;
  }

  #about #mv .flow_txt {
    bottom: 10px;
  }

  #about #about_list {
    padding-bottom: 50px;
  }

  #about #about_list .inner .intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  #about #about_list .inner .list .block {
    width: 100%;
  }

  #about #about_list .inner .list .block a .txt {
    margin-top: 16px;
  }

  #about #about_list .inner .list .block a .txt .main {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #about #about_list .inner .list .block a .txt .desc {
    font-size: 13px;
    line-height: 1.6;
  }

  #about #about_list .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }

  .about #related_page .inner .list .block {
    width: 100%;
  }

  .about #related_page .inner .list .block a .txt {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .about #related_page .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }
}

#environment #mv .inner .ttl_row {
  margin-bottom: 50px;
}

#environment #mv .inner .ttl_row h2 {
  margin-bottom: 0;
}

#environment #environment_list {
  padding-bottom: 140px;
}

#environment #environment_list .inner {
  max-width: 1160px;
}

#environment #environment_list .inner .intro {
  line-height: 2;
  margin-bottom: 80px;
}

#environment #environment_list .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#environment #environment_list .inner .list .block {
  width: 48.1%;
}

#environment #environment_list .inner .list .block a .img {
  overflow: hidden;
  border-radius: 10px;
}

#environment #environment_list .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#environment #environment_list .inner .list .block a .txt {
  margin-top: 20px;
}

#environment #environment_list .inner .list .block a .txt .main {
  font-size: 26px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

#environment #environment_list .inner .list .block a .txt .desc {
  font-size: 15px;
  line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  #environment #environment_list .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

#environment #environment_list .inner .list .block:nth-child(n+3) {
  margin-top: 40px;
}

.environment #related_page {
  padding: 100px 0 110px;
}

.environment #related_page .inner .list {
  display: flex;
  justify-content: space-between;
}

.environment #related_page .inner .list .block {
  width: 23.3%;
}

.environment #related_page .inner .list .block a {
  display: block;
}

.environment #related_page .inner .list .block a .img {
  background: #eef1f4 url(../img/environment/icon_bg.svg) no-repeat center/230px;
  text-align: center;
  border-radius: 10px;
  padding: 57px 0;
  transition: 0.3s;
}

.environment #related_page .inner .list .block a .img img {
  width: auto;
  height: 116px;
  transition: 0.3s;
}

.environment #related_page .inner .list .block a .txt {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: bold;
}

@media (hover: hover) and (pointer: fine) {
  .environment #related_page .inner .list .block a:hover .img {
    background-size: 239.2px;
  }

  .environment #related_page .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

@media (max-width: 1200px) {
  .environment #related_page .inner .list {
    flex-wrap: wrap;
  }

  .environment #related_page .inner .list .block {
    width: 48%;
  }

  .environment #related_page .inner .list .block:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (max-width: 1000px) {
  #environment #environment_list .inner .list .block a .txt .main {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #environment #mv .inner .ttl_row {
    align-items: flex-end;
    margin-bottom: 25px;
  }

  #environment #mv .inner .ttl_row .sec_ttl {
    margin-bottom: 10px;
  }

  #environment #mv .flow_txt {
    bottom: 10px;
  }

  #environment #environment_list {
    padding-bottom: 50px;
  }

  #environment #environment_list .inner .intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  #environment #environment_list .inner .list .block {
    width: 100%;
  }

  #environment #environment_list .inner .list .block a .txt {
    margin-top: 16px;
  }

  #environment #environment_list .inner .list .block a .txt .main {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #environment #environment_list .inner .list .block a .txt .desc {
    font-size: 13px;
    line-height: 1.6;
  }

  #environment #environment_list .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }

  .environment #related_page {
    padding: 40px 0 58px;
  }

  .environment #related_page .inner .list .block {
    width: 100%;
  }

  .environment #related_page .inner .list .block a .img {
    background-size: 215px;
    border-radius: 10px;
    padding: 0;
    height: 155px;
    background-size: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .environment #related_page .inner .list .block a .img img {
    height: 116px;
  }

  .environment #related_page .inner .list .block a .txt {
    margin-top: 15px;
    font-size: 18px;
  }

  .environment #related_page .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }
}

#system #introduction {
  background: linear-gradient(to bottom, transparent 24.2vw, #f0f3f6 24.2vw);
  padding-bottom: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
}

#system #introduction::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/radius_top_left_bg.svg) no-repeat center/contain;
  position: absolute;
  top: 100%;
  left: 0;
}

#system #introduction .inner {
  width: 95%;
}

#system #introduction .inner .main_img {
  margin-bottom: 100px;
}

#system #introduction .inner .main_img img {
  border-radius: 42px;
}

#system #introduction .inner .list .block {
  max-width: 1232px;
  width: 88%;
  margin: 0 auto;
}

#system #introduction .inner .list .block h2 {
  display: flex;
  align-items: flex-end;
  font-size: 32px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}

#system #introduction .inner .list .block h2 small {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "PT Sans", sans-serif;
}

#system #introduction .inner .list .block .detail {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}

#system #introduction .inner .list .block .detail .group {
  background: #fff;
  width: 32%;
  padding: 40px 45px 30px;
  border-radius: 10px;
}

#system #introduction .inner .list .block .detail .group dl dt {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#system #introduction .inner .list .block .detail .group dl dt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #18559d;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 10px;
}

#system #introduction .inner .list .block .detail .group dl dd {
  line-height: 1.7;
}

#system #introduction .inner .list .block .detail .group .notice {
  font-size: 13px;
  margin-top: 10px;
}

#system #introduction .inner .list .block .detail .group:not(:nth-child(3n)) {
  margin-right: 2%;
}

#system #introduction .inner .list .block .detail .group:nth-child(n+4) {
  margin-top: 20px;
}

#system #introduction .inner .list .block:not(:first-child) {
  padding-top: 80px;
}

#system #introduction .inner .list .block#company_rented .detail .group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#system #introduction .inner .list .block#company_rented .detail .group dl {
  width: 60.2%;
}

#system #introduction .inner .list .block#company_rented .detail .group dl dt::before {
  content: none;
}

#system #introduction .inner .list .block#company_rented .detail .group dl dd:not(:last-child) {
  margin-bottom: 40px;
}

#system #introduction .inner .list .block#company_rented .detail .group .img {
  width: 31.4%;
}

#system #related_page .inner {
  max-width: 1232px;
}

@media (max-width: 1200px) {
  #system #introduction .inner .list .block .detail {
    padding: 0;
  }
}

@media (max-width: 900px) {
  #system #introduction .inner .list .block .detail {
    flex-wrap: wrap;
  }

  #system #introduction .inner .list .block .detail .group {
    width: 100%;
  }

  #system #introduction .inner .list .block .detail .group:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #system #introduction .inner .list .block .detail .group:nth-child(n+2) {
    margin-top: 20px;
  }

  #system #introduction .inner .list .block#company_rented .detail .group {
    flex-direction: column;
  }

  #system #introduction .inner .list .block#company_rented .detail .group dl {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  #system #mv .flow_txt {
    bottom: 10px;
  }

  #system #introduction {
    border-bottom-right-radius: 40px;
    padding-bottom: 50px;
  }

  #system #introduction::after {
    width: 40px;
    height: 40px;
  }

  #system #introduction .inner {
    width: 100%;
  }

  #system #introduction .inner .main_img {
    margin-bottom: 40px;
  }

  #system #introduction .inner .main_img img {
    border-radius: 0;
    width: 100%;
  }

  #system #introduction .inner .list .block {
    width: 90%;
  }

  #system #introduction .inner .list .block h2 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  #system #introduction .inner .list .block h2 small {
    font-size: 10px;
    margin-left: 10px;
  }

  #system #introduction .inner .list .block .detail .group {
    padding: 20px 28px 20px 30px;
    border-radius: 5px;
  }

  #system #introduction .inner .list .block .detail .group dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #system #introduction .inner .list .block .detail .group dl dd {
    font-size: 14px;
    line-height: 1.6;
  }

  #system #introduction .inner .list .block .detail .group:nth-child(n+2) {
    margin-top: 10px;
  }

  #system #introduction .inner .list .block:not(:first-child) {
    padding-top: 50px;
  }

  #system #introduction .inner .list .block#company_rented .detail .group dl dd:not(:last-child) {
    margin-bottom: 18px;
  }

  #system #introduction .inner .list .block#company_rented .detail .group .img {
    width: 100%;
  }
}

#message #mv {
  padding-bottom: 80px;
}

#message #mv .inner .ttl_row {
  margin-bottom: 25px;
}

#message #mv .inner h2 {
  line-height: 1.6;
  font-size: clamp(32px, 2.57vw, 50px);
  margin-bottom: 35px;
}

#message #mv .flow_txt {
  animation: none;
  right: 5%;
}

#message #content {
  padding-bottom: 140px;
}

#message #content .inner {
  max-width: none;
  width: 95%;
}

#message #content .inner .main_img {
  position: relative;
  margin-bottom: 100px;
}

#message #content .inner .main_img .img {
  max-height: 700px;
  border-radius: 60px;
  overflow: hidden;
}

#message #content .inner .main_img .img img {
  display: block;
}

#message #content .inner .main_img .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.46), transparent 61%);
  z-index: 2;
}

#message #content .inner .main_img .txt {
  z-index: 1;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: absolute;
  left: 7%;
  bottom: 2vw;
  z-index: 3;
  line-height: 1;
}

#message #content .inner .main_img .txt .position {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 13px;
  padding-left: 7px;
}

#message #content .inner .main_img .txt .name {
  display: flex;
  align-items: center;
}

#message #content .inner .main_img .txt .name img {
  width: 11vw;
  min-width: 188px;
  max-width: 248px;
  display: block;
}

#message #content .inner .main_img .txt .name span {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  margin-left: 13px;
}

#message #content .inner .main_img .parallax {
  position: absolute;
  z-index: 4;
}

#message #content .inner .main_img .parallax.kazari1 {
  width: 100px;
  height: 100px;
  background: url(../img/message/kazari1.svg) no-repeat center/contain;
  top: -23px;
  right: 7px;
}

#message #content .inner .main_img .parallax.kazari2 {
  width: 67px;
  height: 187px;
  background: url(../img/message/kazari2.svg) no-repeat center/contain;
  top: 140px;
  right: -17px;
}

#message #content .inner .main_img .parallax.kazari3 {
  width: 75px;
  height: 14px;
  background: url(../img/message/kazari3.svg) no-repeat center/contain;
  bottom: 62px;
  left: -36px;
}

#message #content .inner .main_img .parallax.kazari4 {
  width: 140px;
  height: 38px;
  background: url(../img/message/kazari4.svg) no-repeat center/contain;
  bottom: -17px;
  left: 0px;
}

#message #content .inner .group {
  max-width: 1160px;
  width: 88%;
  margin: 0 auto;
}

#message #content .inner .group h2 {
  font-size: 33px;
  line-height: 1.6;
  margin-bottom: 40px;
}

#message #content .inner .group .message {
  line-height: 2;
}

#message #content .inner .group:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1400px) {
  #message #mv .flow_txt {
    right: 5%;
  }

  #message #content .inner .group h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  #message #mv {
    padding-bottom: 50px;
  }

  #message #mv .inner .ttl_row {
    margin-bottom: 15px;
  }

  #message #mv .inner h2 {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 38px;
  }

  #message #mv .flow_txt {
    font-size: 68px;
    bottom: 64px;
  }

  #message #content {
    padding-bottom: 60px;
  }

  #message #content .inner {
    width: 100%;
  }

  #message #content .inner .main_img {
    margin-bottom: 50px;
  }

  #message #content .inner .main_img .img {
    border-radius: 0;
  }

  #message #content .inner .main_img .img::before {
    border-radius: 0;
  }

  #message #content .inner .main_img .txt {
    bottom: 20px;
    left: 5.2%;
  }

  #message #content .inner .main_img .txt .position {
    font-size: 13px;
    margin-bottom: 7px;
    padding-left: 3px;
  }

  #message #content .inner .main_img .txt .name img {
    width: 111px;
    min-width: 0;
  }

  #message #content .inner .main_img .txt .name span {
    font-size: 12px;
    margin-left: 9px;
  }

  #message #content .inner .main_img .parallax.kazari1 {
    width: 40px;
    height: 40px;
    top: -13px;
    right: 13px;
  }

  #message #content .inner .main_img .parallax.kazari2 {
    width: 34px;
    height: 94px;
    top: unset;
    bottom: -28px;
    right: 13px;
  }

  #message #content .inner .main_img .parallax.kazari3 {
    width: 38px;
    height: 7px;
    bottom: 70px;
    left: -20px;
  }

  #message #content .inner .main_img .parallax.kazari4 {
    width: 70px;
    height: 28px;
    left: 4px;
    bottom: -8px;
  }

  #message #content .inner .txt_area .group h2 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  #message #content .inner .txt_area .group .message {
    font-size: 14px;
    line-height: 1.8;
  }

  #message #content .inner .txt_area .group:not(:last-child) {
    margin-bottom: 50px;
  }
}

#career-path #mv .inner .ttl_row {
  margin-bottom: 25px;
}

#career-path #program {
  background: linear-gradient(to bottom, transparent 23vw, #f0f3f6 23vw);
  border-radius: 0 0 100px 0;
  position: relative;
  padding-bottom: 100px;
}

#career-path #program::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/radius_top_left_bg.svg) no-repeat center/contain;
  position: absolute;
  top: 100%;
  left: 0;
}

#career-path #program .inner {
  max-width: none;
  width: 95%;
}

#career-path #program .inner .main_img {
  margin-bottom: 100px;
}

#career-path #program .inner .main_img img {
  border-radius: 42px;
}

#career-path #program .inner .content {
  width: 88%;
  max-width: 1232px;
  margin: 0 auto;
}

#career-path #program .inner .content h2 {
  font-size: 32px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 45px;
}

#career-path #program .inner .content .intro {
  max-width: 1064px;
  width: 88%;
  margin: 0 auto 58px;
  line-height: 1.8;
  text-align: justify;
}

#career-path #program .inner .content .tab .tab_nav {
  border-bottom: 1px solid #000;
}

#career-path #program .inner .content .tab .tab_nav ul {
  display: flex;
  justify-content: space-between;
}

#career-path #program .inner .content .tab .tab_nav ul li {
  width: 49.5%;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  color: #fff;
  background: #a6a6a6;
  padding: 22px;
  font-size: 20px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: bold;
}

#career-path #program .inner .content .tab .tab_nav ul li.current {
  background: linear-gradient(to right, #18559d, #fd452d);
}

#career-path #program .inner .content .tab .tab_content .tab_block {
  background: #fff;
  padding: 60px 85px 85px;
  border-radius: 0 0 20px 20px;
  display: none;
}

#career-path #program .inner .content .tab .tab_content .tab_block.show {
  display: block;
}

#career-path #program .inner .content .tab .tab_content .tab_block .desc {
  line-height: 1.8;
}

#career-path #program .inner .content .tab .tab_content .tab_block .img {
  margin-top: 55px;
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block {
  width: calc((100% - 8px) / 3);
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block .ttl {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 16px;
  text-align: center;
  margin-bottom: 10px;
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl {
  background: #e9eef3;
  padding: 40px 28px 35px;
  height: calc(100% - 60px);
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dt {
  color: #2e82a9;
  font-size: 17px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 9px;
  font-weight: bold;
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dd {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dd:not(:last-of-type) {
  margin-bottom: 30px;
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:nth-child(1) .ttl {
  background: #46abcc;
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:nth-child(2) .ttl {
  background: #2b9dc2;
}

#career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:nth-child(3) .ttl {
  background: #1d90b6;
}

#career-path #program .inner .content .tab .tab_content .tab_block .notice {
  font-size: 13px;
  margin-top: 20px;
  text-align: right;
}

#career-path #point {
  padding-top: 80px;
}

#career-path #point .inner {
  max-width: 1232px;
}

#career-path #point .inner h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}

#career-path #point .inner .intro {
  width: 88%;
  max-width: 1064px;
  margin: 0 auto;
  line-height: 2;
  margin-bottom: 100px;
}

#career-path #point .inner h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#career-path #point .inner .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#career-path #point .inner .list .block {
  width: 47.5%;
  border-top: 1px solid #000;
  padding-top: 30px;
}

#career-path #point .inner .list .block .main {
  font-size: 22px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  font-weight: 500;
}

#career-path #point .inner .list .block .main span {
  font-size: 23px;
  color: #18559d;
  font-family: "PT Sans", sans-serif;
  width: 46px;
  flex-shrink: 0;
  font-weight: bold;
  margin-top: 2px;
}

#career-path #point .inner .list .block .desc {
  text-align: justify;
  line-height: 1.8;
  padding-left: 46px;
}

#career-path #point .inner .list .block:nth-child(n+3) {
  margin-top: 65px;
}

#career-path #related_page .inner {
  max-width: 1232px;
}

#career-path #related_page .inner .list .block a .img {
  transition: 0.3s ease;
  border: solid 1px #eef1f4;
}

#career-path #related_page .inner .list .block a .img img {
  transition: 0.38s cubic-bezier(0.34, 0.09, 0.11, 1);
}

@media (hover: hover) and (pointer: fine) {
  #career-path #related_page .inner .list .block a:hover .img {
    border: solid 1px #18559d;
  }

  #career-path #related_page .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

@media (max-width: 1160px) {
  #career-path #program .inner .content .tab .tab_content .tab_block .detail {
    flex-direction: column;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block {
    width: 100%;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  #career-path #point .inner .list {
    flex-direction: column;
  }

  #career-path #point .inner .list .block {
    width: 100%;
  }

  #career-path #point .inner .list .block:nth-child(2) {
    margin-top: 65px;
  }
}

@media (max-width: 768px) {
  #career-path #mv .inner .ttl_row {
    margin-bottom: 15px;
  }

  #career-path #mv .inner h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  #career-path #mv .flow_txt {
    bottom: 10px;
  }

  #career-path #program {
    padding-bottom: 50px;
    border-bottom-right-radius: 40px;
  }

  #career-path #program::after {
    width: 40px;
    height: 40px;
  }

  #career-path #program .inner {
    width: 100%;
  }

  #career-path #program .inner .main_img {
    margin-bottom: 40px;
  }

  #career-path #program .inner .main_img img {
    border-radius: 0;
    width: 100%;
  }

  #career-path #program .inner .content {
    width: 90%;
  }

  #career-path #program .inner .content h2 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
  }

  #career-path #program .inner .content .intro {
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 25px;
  }

  #career-path #program .inner .content .tab .tab_nav ul li {
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    padding: 12px 0 11px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block {
    padding: 25px 16px 33px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .desc {
    font-size: 13px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .img {
    margin-top: 24px;
    text-align: center;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail {
    margin-top: 30px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block .ttl {
    font-size: 13px;
    text-align: left;
    padding: 6px 13px 7px;
    margin-bottom: 5px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl {
    padding: 20px 15px 15px;
    height: unset;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dt {
    font-size: 14px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dd {
    font-size: 12px;
    line-height: 1.4;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dd:not(:last-of-type) {
    margin-bottom: 15px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:not(:last-child) {
    margin-bottom: 12px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .notice {
    margin-top: 14px;
    text-align: justify;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 12px;
    line-height: 1.4;
  }

  #career-path #point {
    padding: 40px 0 25px;
  }

  #career-path #point .inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
  }

  #career-path #point .inner .intro {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
    width: 100%;
  }

  #career-path #point .inner h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 22px;
    text-align: left;
  }

  #career-path #point .inner .list .block {
    padding-top: 25px;
  }

  #career-path #point .inner .list .block .main {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: bold;
    align-items: flex-start;
  }

  #career-path #point .inner .list .block .main span {
    width: 26px;
    font-size: 14px;
    margin-top: 1px;
  }

  #career-path #point .inner .list .block .desc {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 26px;
  }

  #career-path #point .inner .list .block:nth-child(n+2) {
    margin-top: 25px;
  }
}

#keyword #mv .inner .ttl_row {
  margin-bottom: 25px;
}

#keyword #mv .inner h2 {
  line-height: 1.3;
}

#keyword #detail .inner {
  width: 95%;
  max-width: auto;
}

#keyword #detail .inner .main_img {
  margin-bottom: 100px;
}

#keyword #detail .inner .main_img img {
  border-radius: 42px;
}

#keyword #detail .inner .list {
  width: 88%;
  max-width: 1232px;
  margin: 0 auto;
}

#keyword #detail .inner .list .block .ttl {
  display: flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  font-weight: bold;
}

#keyword #detail .inner .list .block .ttl span {
  color: #18559d;
  margin-left: 0.5em;
}

#keyword #detail .inner .list .block .ttl::before {
  content: "";
  display: block;
  width: 22px;
  height: 36px;
  background: url(../img/about/keyword/icon_key.png) no-repeat center/contain;
  margin-right: 15px;
}

#keyword #detail .inner .list .block h3 {
  font-size: 32px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}

#keyword #detail .inner .list .block .row {
  display: flex;
  justify-content: space-between;
}

#keyword #detail .inner .list .block .row .txt {
  width: 58%;
  padding-top: 20px;
}

#keyword #detail .inner .list .block .row .img {
  width: 33.9%;
}

#keyword #detail .inner .list .block .row .img img {
  border-radius: 10px;
}

#keyword #detail .inner .list .block .txt .desc {
  line-height: 2;
  text-align: justify;
}

#keyword #detail .inner .list .block .txt .btn {
  margin-top: 40px;
}

#keyword #detail .inner .list .block .txt .btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  height: 60px;
  background: #eaeff3;
  border-radius: 6px;
  padding-left: 27px;
  padding-right: 12px;
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
}

#keyword #detail .inner .list .block .txt .btn a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s;
}

#keyword #detail .inner .list .block .txt .btn a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #18559d, #fd452d);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}

#keyword #detail .inner .list .block .txt .btn a i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}

#keyword #detail .inner .list .block .txt .btn a i::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#keyword #detail .inner .list .block .txt .btn a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  #keyword #detail .inner .list .block .txt .btn a:hover {
    background: #e4e9ee;
  }

  #keyword #detail .inner .list .block .txt .btn a:hover i::after {
    opacity: 1;
  }

  #keyword #detail .inner .list .block .txt .btn a:hover::before {
    transform: translateY(-50%) scale(0);
  }

  #keyword #detail .inner .list .block .txt .btn a:hover::after {
    transform: translateY(-50%) scale(1);
  }
}

#keyword #detail .inner .list .block .img {
  text-align: center;
}

#keyword #detail .inner .list .block:not(:last-child) {
  margin-bottom: 100px;
}

#keyword #detail .inner .list .block#block02 h3 {
  margin-bottom: 60px;
}

#keyword #detail .inner .list .block#block02 .img {
  margin-bottom: 50px;
}

#keyword #detail .inner .list .block#block07 .img img,
#keyword #detail .inner .list .block#block08 .img img {
  width: 280px;
}

#keyword #detail .inner .list .block_row {
  display: flex;
  justify-content: space-between;
}

#keyword #detail .inner .list .block_row .block {
  width: 48%;
  margin-bottom: 0;
}

#keyword #detail .inner .list .block_row .block h3 {
  margin-bottom: 15px;
}

#keyword #detail .inner .list .block_row .block .img {
  margin-top: 25px;
  border: 1px solid #cbcfd2;
  padding: 30px 50px 40px;
  position: relative;
}

#keyword #detail .inner .list .block_row .block .img span {
  position: absolute;
  top: 30px;
  left: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#keyword #detail .inner .list .block_row:not(:last-child) {
  margin-bottom: 100px;
}

#keyword #related_page .inner {
  max-width: 1232px;
}

@media (max-width: 1160px) {
  #keyword #mv .inner h2 {
    font-size: 38px;
  }

  #keyword #detail .inner .list .block .row {
    flex-direction: column;
  }

  #keyword #detail .inner .list .block .row .txt {
    width: 100%;
    padding-top: 0;
  }

  #keyword #detail .inner .list .block .row .img {
    width: 100%;
    max-width: 400px;
  }

  #keyword #detail .inner .list .block .txt {
    order: 2;
  }

  #keyword #detail .inner .list .block .img {
    margin-bottom: 20px;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  #keyword #detail .inner .list .block_row {
    flex-direction: column;
  }

  #keyword #detail .inner .list .block_row .block {
    width: 100%;
  }

  #keyword #detail .inner .list .block_row .block .img {
    width: 100%;
    max-width: 400px;
  }

  #keyword #detail .inner .list .block_row .block:not(:last-child) {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  #keyword #mv .inner .ttl_row {
    margin-bottom: 15px;
  }

  #keyword #mv .inner h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  #keyword #mv .flow_txt {
    bottom: 10px;
  }

  #keyword #detail .inner {
    width: 100%;
  }

  #keyword #detail .inner .main_img {
    margin-bottom: 40px;
  }

  #keyword #detail .inner .main_img img {
    border-radius: 0;
  }

  #keyword #detail .inner .list {
    width: 90%;
  }

  #keyword #detail .inner .list .block .ttl {
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  #keyword #detail .inner .list .block .ttl::before {
    width: 17px;
    height: 28px;
    margin-right: 9px;
  }

  #keyword #detail .inner .list .block h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #keyword #detail .inner .list .block .img img {
    border-radius: 5px;
  }

  #keyword #detail .inner .list .block .txt .desc {
    font-size: 14px;
    line-height: 1.8;
  }

  #keyword #detail .inner .list .block .txt .btn {
    margin-top: 30px;
  }

  #keyword #detail .inner .list .block .txt .btn a {
    max-width: 100%;
    height: 56px;
    font-size: 14px;
    padding-left: 14px;
    border-radius: 3px;
  }

  #keyword #detail .inner .list .block .txt .btn a i {
    width: 34px;
    height: 34px;
  }

  #keyword #detail .inner .list .block:not(:last-child) {
    margin-bottom: 40px;
  }

  #keyword #detail .inner .list .block#block02 h3 {
    margin-bottom: 25px;
  }

  #keyword #detail .inner .list .block#block02 .img {
    margin-bottom: 20px;
  }

  #keyword #detail .inner .list .block#block07 .img,
  #keyword #detail .inner .list .block#block08 .img {
    padding-bottom: 20px;
  }

  #keyword #detail .inner .list .block#block07 .img img,
  #keyword #detail .inner .list .block#block08 .img img {
    width: 176px;
  }

  #keyword #detail .inner .list .block_row .block .img {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 19px 32px 25px;
  }

  #keyword #detail .inner .list .block_row .block .img span {
    font-size: 14px;
    top: 18px;
    left: 19px;
  }

  #keyword #detail .inner .list .block_row .block .desc {
    line-height: 1.6;
  }

  #keyword #detail .inner .list .block_row .block:not(:last-child) {
    margin-bottom: 40px;
  }

  #keyword #detail .inner .list .block_row:not(:last-child) {
    margin-bottom: 40px;
  }

  #keyword #related_page {
    padding: 60px 0;
  }
}

#beginner #mv {
  padding-bottom: 120px;
}

#beginner #mv .flow_txt {
  bottom: 30px;
}

@media (max-width: 768px) {
  #beginner #mv {
    padding-bottom: 75px;
  }
}

#beginner #welcome {
  background: #eef1f4 url(../img/environment/beginner/beginner_03.png) 0 0;
  border-radius: 100px;
  padding: 100px 0;
}

@media (max-width: 1300px) {
  #beginner #welcome {
    padding: 10.67vw 0;
  }
}

@media (max-width: 768px) {
  #beginner #welcome {
    border-radius: 40px;
  }
}

#beginner #welcome .inner {
  background: #fff;
  border-radius: 80px;
  width: 82%;
  padding: 100px 0 110px;
  position: relative;
}

@media (max-width: 1300px) {
  #beginner #welcome .inner {
    padding: 8.533vw 0;
    width: 90%;
  }
}

@media (max-width: 768px) {
  #beginner #welcome .inner {
    border-radius: 30px;
  }
}

#beginner #welcome .inner .sub_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}

@media (max-width: 768px) {
  #beginner #welcome .inner .sub_ttl img {
    width: 85.5px;
  }
}

#beginner #welcome .inner .sub_ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 31px;
  background: url(../img/environment/beginner/icon_beginner.png) no-repeat center/contain;
  margin-right: 12px;
}

@media (max-width: 768px) {
  #beginner #welcome .inner .sub_ttl::before {
    width: 10px;
    height: 18px;
    margin-right: 6px;
  }
}

#beginner #welcome .inner h2 {
  text-align: center;
  width: 84%;
  margin: 0 auto 75px;
}

@media (max-width: 768px) {
  #beginner #welcome .inner h2 {
    width: 88%;
    margin: 0 auto 40px;
  }
}

#beginner #welcome .inner h2 img {
  margin: 0 auto;
}

#beginner #welcome .inner .desc {
  font-size: 18px;
  line-height: 2.3;
  text-align: justify;
  width: 90%;
  max-width: 804px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  #beginner #welcome .inner .desc {
    width: 84%;
  }
}

@media (max-width: 768px) {
  #beginner #welcome .inner .desc {
    font-size: 15px;
    line-height: 28.5px;
    width: 88%;
  }
}

.beginner_ttl {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .beginner_ttl {
    margin-bottom: 35px;
  }
}

.beginner_ttl_en {
  color: #18559d;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .beginner_ttl_en {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.beginner_ttl_en::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18559d;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .beginner_ttl_en::before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 6.5px;
  }
}

.beginner_ttl h3 {
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .beginner_ttl h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.beginner_growth {
  padding: 100px 0 100px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .beginner_growth {
    padding: 50px 0 0;
  }
}

.beginner_growth .inner {
  max-width: 1232px;
}

.beginner_growth img {
  width: 100%;
}

.beginner_growth_point {
  margin: 0 auto;
  width: 94%;
  max-width: 1148px;
}

@media (max-width: 768px) {
  .beginner_growth_point {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    box-sizing: border-box;
    padding: 0 1%;
  }
}

.beginner_growth_point_box {
  position: relative;
}

.beginner_growth_point_box::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 35px;
  top: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .beginner_growth_point_box::before {
    left: 6%;
  }
}

.beginner_growth_point_box:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .beginner_growth_point_box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.beginner_growth_point_ttl {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1;
  background: #FFF;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .beginner_growth_point_ttl {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
  }
}


.beginner_growth_point_ttl_num:before {
  font-family: 'Font Awesome 6 pro';
  content: '\f0d1';
  color: #0859a8;
  padding-right: 10px;
}



@media (max-width: 768px) {
  .beginner_growth_point_ttl_num {
    width: 34px;
    margin-right: 8px;
    padding-left: 10px;
  }
}

.beginner_growth_point_desc {
  padding: 20px 0 0 85px;
}

@media (max-width: 768px) {
  .beginner_growth_point_desc {
    padding: 2% 4% 0 4%;
  }
}

.beginner_growth_point_flow {
  background: #e4ecf4;
  border-radius: 16px;
  padding: 40px 30px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .beginner_growth_point_flow {
    border-radius: 8px;
    padding: 12.5px 9px;
    margin-bottom: 6%;
  }
}

.beginner_growth_point_txt {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

@media (max-width: 768px) {
  .beginner_growth_point_txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.beginner_growth_point_list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .beginner_growth_point_list {
    display: block;
  }
}

.beginner_growth_point_list_box {
  width: 30%;
}

@media (max-width: 768px) {
  .beginner_growth_point_list_box {
    width: 100%;
  }

  .beginner_growth_point_list_box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.beginner_growth_point_list_img {
  background: url(../img/environment/beginner/point_bg.svg) no-repeat 50% 50%;
  background-size: 100%;
  width: 100%;
  max-width: 260px;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  .beginner_growth_point_list_img {
    margin-bottom: 10px;
  }
}

.beginner_growth_point_list h5 {
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .beginner_growth_point_list h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.beginner_growth_point_list h5 span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .beginner_growth_point_list h5 span {
    font-size: 14px;
  }
}

.beginner_growth_point_list_txt {
  text-align: justify;
  font-size: 15px;
  line-height: 27px;
}

@media (max-width: 768px) {
  .beginner_growth_point_list_txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.beginner_growth_point_career {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .beginner_growth_point_career {
    display: block;
  }
}

.beginner_growth_point_career_img {
  order: 2;
  width: 35%;
}

@media (max-width: 768px) {
  .beginner_growth_point_career_img {
    width: 100%;
    margin-bottom: 6%;
  }
}

.beginner_growth_point_career_txt {
  width: 61%;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

@media (max-width: 768px) {
  .beginner_growth_point_career_txt {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}

.beginner_growth_point_btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .beginner_growth_point_btn {
    margin-top: 30px;
  }
}

.beginner_growth_point_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  height: 60px;
  background: #eaeff3;
  border-radius: 6px;
  padding-left: 27px;
  padding-right: 12px;
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .beginner_growth_point_btn a {
    max-width: 100%;
    height: 56px;
    font-size: 14px;
    padding-left: 14px;
    border-radius: 3px;
  }
}

.beginner_growth_point_btn a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s;
}

.beginner_growth_point_btn a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #18559d, #fd452d);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}

.beginner_growth_point_btn a i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}

@media (max-width: 768px) {
  .beginner_growth_point_btn a i {
    width: 34px;
    height: 34px;
  }
}

.beginner_growth_point_btn a i::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.beginner_growth_point_btn a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .beginner_growth_point_btn a:hover {
    background: #e4e9ee;
  }

  .beginner_growth_point_btn a:hover i::after {
    opacity: 1;
  }

  .beginner_growth_point_btn a:hover::before {
    transform: translateY(-50%) scale(0);
  }

  .beginner_growth_point_btn a:hover::after {
    transform: translateY(-50%) scale(1);
  }
}

.beginner_voice {
  padding: 100px 0 0;
}

.beginner_voice .inner {
  max-width: 1232px;
}

@media (max-width: 768px) {
  .beginner_voice {
    padding: 50px 0 0;
  }
}

.beginner_voice img {
  width: 100%;
}

.beginner_voice_list {
  width: 94%;
  max-width: 1328px;
  margin: 0 auto;
  background: #eef1f4;
  border-radius: 60px;
  padding: 80px 5%;
}

@media (max-width: 768px) {
  .beginner_voice_list {
    width: 100%;
    border-radius: 40px;
    padding: 40px 20px;
  }
}

.beginner_voice_list_box {
  position: relative;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px 20px 20px 0;
  padding: 20px 40px;
}

@media (max-width: 768px) {
  .beginner_voice_list_box {
    border-radius: 10px 10px 10px 0;
    padding: 25px 18px;
  }
}

.beginner_voice_list_box:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .beginner_voice_list_box:not(:last-child) {
    margin-bottom: 10px;
  }
}

.beginner_voice_list_box::before {
  content: "";
  background: url(../img/environment/beginner/voice_bal.svg) no-repeat 0 0;
  background-size: 100%;
  width: 28px;
  height: 34px;
  position: absolute;
  left: -28px;
  bottom: 0;
}

@media (max-width: 768px) {
  .beginner_voice_list_box::before {
    width: 14px;
    height: 17px;
    left: -14px;
  }
}

.beginner_voice_list_img {
  width: 106px;
  text-align: center;
}

.beginner_voice_list_img img {
  width: 70px;
}

@media (max-width: 768px) {
  .beginner_voice_list_img {
    width: 20%;
    text-align: center;
  }

  .beginner_voice_list_img img {
    width: 80%;
  }
}

.beginner_voice_list_prof {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
}

@media (max-width: 768px) {
  .beginner_voice_list_prof {
    font-size: 11px;
    line-height: 14px;
  }
}

.beginner_voice_list_txt {
  width: calc(100% - 130px);
}

@media (max-width: 768px) {
  .beginner_voice_list_txt {
    width: 75%;
    font-size: 13px;
    line-height: 19.5px;
  }
}



/* service 事例 */

.senior_voice {
  position: relative;
  margin-bottom: 100px;
  background: #e6f0f7;
  padding: 50px;
}


.senior_voice .title_dan_r {
  background: #1c63b9;
  /* padding: 0.5em 1em; */
  font-weight: 600;
  position: absolute;
  left: 0px;
  border-radius: 3em;
  color: #fff;
  text-align: center;
  top: -150px;
  height: 120px;
  width: 120px;
  z-index: 1;
  line-height: 120px;
  font-size: 1.3rem;
}

.senior_voice .title_dan_l {
  background: #1f286f;
  padding: 0.5em 1em;
  font-weight: 600;
  position: absolute;
  left: 50px;
  border-radius: 3em;
  color: #fff;
  top: 5px;
  z-index: 1;
  font-size: 1rem;
}

.senior_voice .voice_title {
  font-size: 1.6em;
  color: #18559d;
  margin-bottom: 15px;
}


.senior_voice .case_img {
  width: 250px;
  position: absolute;
  top: -100px;
  right: 50px;
  z-index: 2;
}





@media screen and (max-width: 600px) {
  .senior_voice {
    padding: 30px 20px;
    margin-bottom: 85px;
  }


  .senior_voice .voice_title {
    font-size: 1.2em;
    line-height: 1.5
  }

  .senior_voice .case_img {
    width: 150px;
    position: absolute;
    top: -95px;
    right: 10px;
    z-index: 2;
  }




  .box_flex {
    margin-bottom: 80px;
    max-width: 1000px;
    margin: 60px auto 90px;
  }

  .senior_voice .title_dan_r {
    top: -100px;
    left: 5px;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }

  .senior_voice .title_dan_l {
    left: 20px;
    top: 5px;
  }
}






.senior_voice .icon_dan_r img {
  padding: 1em;
  position: absolute;
  right: -76px;
  bottom: -60px;
  width: 120px;
  z-index: 1;
}

.senior_voice .icon_dan_l img {
  padding: 1em;
  position: absolute;
  left: -240px;
  bottom: 80px;
  width: 250px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .senior_voice .icon_dan_r img {
    padding: 1em;
    position: absolute;
    right: -36px;
    bottom: -60px;
    width: 110px;
    z-index: 1;
  }


  .senior_voice .icon_dan_l img {
    padding: 1em;
    position: absolute;
    left: -8%;
    top: -130px;
    width: 150px;
    z-index: 1;
  }
}


.senior_voice .qa_Area {
  /* display: -webkit-flex; */
  /* display: flex; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}

.senior_voice .qa_Box {
  flex-wrap: wrap;
  padding: 1.5em 3em;
  margin: 1em 0.5% 1em;
  border-radius: 1.5em;
  position: relative;


}


.senior_voice .qa_Box_bg01 {
  background: #fac03d;
  position: relative;
  /* background: #f0f0f0; */
  border-radius: 12px;
  padding: 1.5em;
  /* max-width: 300px; */
  margin: 2em;
}

.senior_voice .qa_Box_bg01::after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: -20px;
  width: 50px;
  height: 50px;
  transform: rotate(5deg);
  background-image: url('../../../common/img/voice/arrow_o.png');
  background-size: cover;
  background-repeat: no-repeat;
}


.senior_voice .qa_Box_bg04 {
  background: #ffffff;
  /* border: 3px #ddd solid; */
  position: relative;
  /* background: #f0f0f0; */
  border-radius: 12px;
  padding: 2.5em;
  /* max-width: 300px; */
  margin: 2em;
  max-width: 1200px;
  margin: 2em auto 2em;
}

.senior_voice .qa_Box_bg04::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  transform: rotate(77deg);
  background-image: url('../../../common/img/recruit/arrow_p.png');
  background-size: cover;
  background-repeat: no-repeat;
}





.senior_voice .qa_Box_bg02 {
  background: #ffebeb;
}

.senior_voice .qa_Box_bg03 {
  background: #d4fbff;
}

/* .qa_Box_bg04 {
    background: #dae24a;
}
 */
.senior_voice .pla_col_1 {
  width: 100%;
}

.senior_voice .pla_col_2 {
  width: 48%;
}

.senior_voice .pla_col_3 {
  width: 32%;
}

.senior_voice .qa_Box .index_timg {
  object-fit: cover;
}


@media screen and (max-width: 600px) {

  .senior_voice .qa_Box {
    flex-wrap: wrap;
    padding: 1.5em 0.8em;
    margin: 1em 0.5% 1em;
    position: relative;
  }

  .senior_voice .pla_col_1 {
    width: 100%;
  }

  .senior_voice .title_dan {
    top: -20px;
    z-index: 1;
    font-size: 1rem;
  }


  .senior_voice .pla_col_2 {
    width: 100%;
  }

  .senior_voice .pla_col_3 {
    width: 100%;
  }

  .senior_voice .qa_Box_bg04::after {
    display: none
  }

}



.senior_voice .txt_q {
  font-size: 1.1rem;
  /* border-bottom: 1px solid #ddd; */
  line-height: 1.5;
  padding-bottom: 5px;
  padding-top: 20px;
  font-weight: 600;
  color: #000;
}

.senior_voice .txt_q:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f4dc";
  color: #1c63b9;
  padding-right: 5px
}




@media screen and (max-width: 600px) {
  .senior_voice .txt_q {
    font-size: 1.1rem;
  }
}



.senior_voice .txt_q span {
  /* content:'Ã¤Âºâ€¹Ã¥â€¹â„¢Ã¥Â±â‚¬'; */
  /* 	border:1px solid #ddd; */
  /* padding:5px 10px; */
  /* color:#fff; */
  /* background:#3c763d; */
  /* border-radius:1em; */
}



.senior_voice .txt_q .facebookBtn:before {
  content: "\e741";
  color: #3765a3;
}


.senior_voice .txt_a {
  line-height: 1.4;
  padding-top: 0;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #8c8c8c;
  padding: 1em;
}

@media screen and (max-width: 600px) {
  .senior_voice .txt_a {
    line-height: 1.8;
    /* padding-bottom: 3em; */
    font-size: 14px;
  }
}










.parallax {
  position: absolute;
  z-index: 1;
}

.parallax img {
  width: 100%;
}

.parallax.kazari01 {
  width: 78px;
  aspect-ratio: 78/81;
  background: url(../img/environment/beginner/kazari01.svg) no-repeat center/contain;
  top: 80px;
  left: -60px;
}

@media (max-width: 1300px) {
  .parallax.kazari01 {
    width: 10.4vw;
    max-width: 116px;
    top: -7.3vw;
    left: 5.3vw;
  }
}

.parallax.kazari02 {
  width: 68px;
  aspect-ratio: 68/15;
  background: url(../img/environment/beginner/kazari02.svg) no-repeat center/contain;
  top: 150px;
  left: 15px;
}

@media (max-width: 1300px) {
  .parallax.kazari02 {
    width: 9.0667vw;
    top: 9.33vw;
    left: -6vw;
  }
}

.parallax.kazari03 {
  width: 64px;
  aspect-ratio: 1/1;
  background: url(../img/environment/beginner/kazari03.svg) no-repeat center/contain;
  top: 130px;
  left: -160px;
  z-index: 2;
}

@media (max-width: 1300px) {
  .parallax.kazari03 {
    display: none;
    width: 8.533vw;
    max-width: 56px;
    top: 30.667vw;
    left: -4.4vw;
  }
}

.parallax.kazari04 {
  width: 225px;
  aspect-ratio: 1/1;
  background: url(../img/environment/beginner/kazari04.svg) no-repeat center/contain;
  top: 170px;
  left: -245px;
}

@media (max-width: 1300px) {
  .parallax.kazari04 {
    display: none;
  }
}

.parallax.kazari05 {
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../img/environment/beginner/kazari05.svg) no-repeat center/contain;
  top: 370px;
  left: -105px;
}

@media (max-width: 1300px) {
  .parallax.kazari05 {
    display: none;
  }
}

.parallax.kazari06 {
  width: 28px;
  aspect-ratio: 28/100;
  background: url(../img/environment/beginner/kazari06.svg) no-repeat center/contain;
  bottom: 140px;
  left: -40px;
  z-index: 2;
}

@media (max-width: 1300px) {
  .parallax.kazari06 {
    width: 3.73vw;
    max-width: 36px;
    bottom: -4vw;
    left: -1.33vw;
  }
}

.parallax.kazari07 {
  width: 120px;
  aspect-ratio: 120/164;
  background: url(../img/environment/beginner/kazari07.svg) no-repeat center/contain;
  bottom: 10px;
  left: -35px;
}

@media (max-width: 1300px) {
  .parallax.kazari07 {
    width: 12.5vw;
    max-width: 100px;
    bottom: -13.7vw;
    left: 0;
  }
}

.parallax.kazari08 {
  width: 60px;
  aspect-ratio: 60/21;
  background: url(../img/environment/beginner/kazari08.svg) no-repeat center/contain;
  bottom: 200px;
  left: 60px;
}

@media (max-width: 1300px) {
  .parallax.kazari08 {
    display: none;
  }
}

.parallax.kazari09 {
  width: 44px;
  aspect-ratio: 44/39;
  background: url(../img/environment/beginner/kazari09.svg) no-repeat center/contain;
  top: 60px;
  right: 70px;
}

@media (max-width: 1300px) {
  .parallax.kazari09 {
    display: none;
  }
}

.parallax.kazari10 {
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../img/environment/beginner/kazari10.svg) no-repeat center/contain;
  top: 120px;
  right: 30px;
  z-index: 2;
}

@media (max-width: 1300px) {
  .parallax.kazari10 {
    width: 5.33vw;
    top: 2.133vw;
    right: 5.33vw;
  }
}

.parallax.kazari11 {
  width: 144px;
  aspect-ratio: 144/85;
  background: url(../img/environment/beginner/kazari11.svg) no-repeat center/contain;
  top: 145px;
  right: -90px;
}

@media (max-width: 1300px) {
  .parallax.kazari11 {
    width: 19vw;
    max-width: 200px;
    top: 5.33vw;
    right: -10.4vw;
  }
}

.parallax.kazari12 {
  width: 64px;
  aspect-ratio: 64/201;
  background: url(../img/environment/beginner/kazari12.svg) no-repeat center/contain;
  bottom: 180px;
  right: -124px;
}

@media (max-width: 1300px) {
  .parallax.kazari12 {
    width: 7.2vw;
    max-width: 66px;
    right: -4.53vw;
    bottom: auto;
    top: 34.8vw;
  }
}

.parallax.kazari13 {
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../img/environment/beginner/kazari05.svg) no-repeat center/contain;
  bottom: 66px;
  right: -12px;
}

@media (max-width: 1300px) {
  .parallax.kazari13 {
    display: none;
  }
}

.parallax.kazari14 {
  width: 235px;
  aspect-ratio: 235/19;
  background: url(../img/environment/beginner/kazari14.svg) no-repeat center/contain;
  bottom: -4px;
  right: -10px;
}

.parallax.kazari14 img {
  width: 48px;
}

@media (max-width: 1300px) {
  .parallax.kazari14 {
    display: none;
  }
}

.parallax.kazari15 {
  width: 103px;
  aspect-ratio: 103/28;
  background: url(../img/environment/beginner/kazari15.svg) no-repeat center/contain;
  bottom: -36px;
  right: 160px;
}

@media (max-width: 1300px) {
  .parallax.kazari15 {
    width: 13.6vw;
    right: 19.46vw;
    bottom: -4.6vw;
  }
}

#beginner #related_page .inner {
  max-width: 1232px;
}

#beginner #related_page .inner .list .block a .img {
  transition: 0.3s ease;
  border: solid 1px #eef1f4;
}

#beginner #related_page .inner .list .block a .img img {
  transition: 0.38s cubic-bezier(0.34, 0.09, 0.11, 1);
}

@media (hover: hover) and (pointer: fine) {
  #beginner #related_page .inner .list .block a:hover .img {
    border: solid 1px #18559d;
  }

  #beginner #related_page .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

@media (max-width: 1160px) {
  #beginner #related_page .inner .list .block a .txt {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #beginner #related_page {
    padding: 60px 0 60px;
  }

  #beginner #related_page .inner .ttl_row span {
    line-height: 1.3;
  }

  #beginner #related_page .list .block {
    width: 100%;
  }

  #beginner #related_page .list .block a .txt {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 8px;
  }

  #beginner #related_page .list .block:nth-child(n+2) {
    margin-top: 30px;
  }
}

.gmark_ttl {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .gmark_ttl {
    margin-bottom: 35px;
  }
}

.gmark_ttl_en {
  color: #18559d;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .gmark_ttl_en {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.gmark_ttl_en::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18559d;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .gmark_ttl_en::before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 6.5px;
  }
}

.gmark_ttl h3 {
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .gmark_ttl h3 {
    font-size: 20px;
    line-height: 26px;
  }
}


.gmark_ttl .txt_set {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 0em 1em 0em 1em;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
}

@media (max-width: 768px) {
  .gmark_ttl .txt_set {
    font-size: 16px;
  }
}


.gmark_kv {
  position: relative;
  z-index: 1;
  width: 94%;
  margin: 0 auto;
}

.gmark_kv img {
  border-radius: 36px;
}

@media (max-width: 768px) {
  .gmark_kv {
    width: 100%;
  }

  .gmark_kv img {
    border-radius: 0;
  }
}

.gmark_our {
  margin-top: -80px;
  margin-top: -30px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .gmark_our {
    margin-top: 0;
  }
}

.gmark_our .inner {
  max-width: 1232px;
}

.gmark_our_bg {
  background: #eef1f4;
  border-radius: 0 0 100px 0;
  padding: 100px 0 100px;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .gmark_our_bg {
    border-radius: 0 0 40px 0;
    padding: 40px 0 50px;
  }
}

.gmark_our_list {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

@media (max-width: 920px) {
  .gmark_our_list {
    display: block;
  }
}

.gmark_our_list_box {
  background: #FFF;
  width: 48%;
  box-sizing: border-box;
  padding: 3% 3% 4%;
  border-radius: 20px;
}

@media (max-width: 920px) {
  .gmark_our_list_box {
    width: 100%;
    padding: 7% 4%;
  }

  .gmark_our_list_box:not(:last-child) {
    margin-bottom: 5%;
  }
}

.gmark_our_list_img {
  width: 85%;
  margin: 0 auto 6%;
}

@media (max-width: 920px) {
  .gmark_our_list_img {
    width: 50%;
  }
}

.gmark_our_list h4 {
  text-align: center;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 5%;
}

@media (max-width: 920px) {
  .gmark_our_list h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 3%;
  }
}

.gmark_our_list_txt {
  text-align: justify;
  font-size: 16px;
  line-height: 29px;
}

@media (max-width: 920px) {
  .gmark_our_list_txt {
    font-size: 14px;
    line-height: 22px;
  }
}

.gmark_env {
  background: #eef1f4;
}

.gmark_env .inner {
  max-width: 1232px;
}

.gmark_env_bg {
  background: #FFF;
  border-radius: 100px 0 0 0;
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  .gmark_env_bg {
    border-radius: 40px 0 0 0;
    padding: 50px 0 0;
  }
}

.gmark_env_inner {
  margin: 0 auto;
  max-width: 1064px;
}

@media (max-width: 768px) {
  .gmark_env_inner {
    width: 100%;
  }
}

.gmark_env_list {
  margin-bottom: 10%;
}

.gmark_env_list_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .gmark_env_list_box {
    display: block;
  }
}

.gmark_env_list_box:not(:last-child) {
  margin-bottom: 4%;
}

@media (max-width: 768px) {
  .gmark_env_list_box:not(:last-child) {
    margin-bottom: 10%;
  }
}

.gmark_env_list_img {
  width: 32%;
}

@media (max-width: 768px) {
  .gmark_env_list_img {
    width: 100%;
    margin-bottom: 5%;
  }
}

.gmark_env_list_img img {
  border-radius: 10px;
}

@media (max-width: 768px) {
  .gmark_env_list_img img {
    border-radius: 5px;
  }
}

.gmark_env_list_desc {
  width: 62%;
}

@media (max-width: 768px) {
  .gmark_env_list_desc {
    width: 100%;
  }
}

.gmark_env_list h4 {
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 3%;
}

@media (max-width: 768px) {
  .gmark_env_list h4 {
    font-size: 18px;
    line-height: 25px;
  }
}

.gmark_env_list_txt {
  text-align: justify;
  font-size: 16px;
  line-height: 29px;
}

@media (max-width: 768px) {
  .gmark_env_list_txt {
    font-size: 14px;
    line-height: 22px;
  }
}

.gmark_env_space {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .gmark_env_space {
    display: block;
  }
}

.gmark_env_space_slider {
  margin: 0;
  border-radius: 10px;
  width: 52%;
}

@media (max-width: 768px) {
  .gmark_env_space_slider {
    width: 100%;
    border-radius: 5px;
    padding-bottom: 20px;
  }
}

.gmark_env_space_slider img {
  border-radius: 10px;
}

@media (max-width: 768px) {
  .gmark_env_space_slider img {
    border-radius: 5px;
  }
}

.gmark_env_space_desc {
  width: 42%;
}

@media (max-width: 768px) {
  .gmark_env_space_desc {
    width: 100%;
    padding-top: 10%;
  }
}

.gmark_env_space_desc h4 {
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 4%;
}

@media (max-width: 768px) {
  .gmark_env_space_desc h4 {
    font-size: 18px;
    line-height: 25px;
  }
}

.gmark_env_space_desc .gmark_env_list_txt:not(:last-child) {
  margin-bottom: 1.25em;
}

.gmark_env_space_desc .gmark_env_list_txt span {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .gmark_env_space_desc .gmark_env_list_txt span {
    font-size: 13px;
    line-height: 18px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.gmark_env_space .swiper-horizontal>.swiper-pagination-bullets,
.gmark_env_space .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

@media (max-width: 768px) {

  .gmark_env_space .swiper-horizontal>.swiper-pagination-bullets,
  .gmark_env_space .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
}

.gmark_env_space .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid #000;
  background: #FFF;
}

.gmark_env_space .swiper-pagination-bullet-active {
  background: #000;
}

.gmark_event {
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  .gmark_event {
    padding: 50px 0 0;
  }
}

.gmark_event .inner {
  max-width: 1232px;
}

.gmark_event_bg {
  position: relative;
}

.gmark_event_block {
  position: relative;
  max-width: 1232px;
  margin: 0 -8% 0 auto;
}

@media (max-width: 1300px) {
  .gmark_event_block {
    margin-right: 0;
  }
}

.gmark_event_block::before {
  content: "";
  display: block;
  width: calc(100vw - (100vw - 1232px) / 2 - 126px);
  height: 100%;
  background: #f0f3f6;
  position: absolute;
  top: 0;
  left: 126px;
}

@media (max-width: 768px) {
  .gmark_event_block::before {
    width: calc(95vw - 17px);
    left: 17px;
  }
}

.gmark_event_block h4 {
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 23px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 1px solid;
  width: 400px;
}

@media (max-width: 768px) {
  .gmark_event_block h4 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 8px;
    width: 168px;
  }
}

.gmark_event_block:first-child {
  padding-top: 50px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .gmark_event_block:first-child {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.gmark_event_block:first-child::before {
  border-radius: 60px 0 0 0;
}

@media (max-width: 768px) {
  .gmark_event_block:first-child::before {
    border-radius: 30px 0 0 0;
  }
}

.gmark_event_block:last-child {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .gmark_event_block:last-child {
    padding-bottom: 50px;
  }
}

.gmark_event_block:last-child::before {
  border-radius: 0 0 0 60px;
}

@media (max-width: 768px) {
  .gmark_event_block:last-child::before {
    border-radius: 0 0 0 30px;
  }
}

.gmark_event_list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 222px;
  width: 100%;
  max-width: 1120px;
}

@media (max-width: 768px) {
  .gmark_event_list {
    padding-left: 58px;
    display: block;
  }
}

.gmark_event_list._last {
  margin-bottom: 0;
}

.gmark_event_list_box {
  width: calc((100% - 60px) / 2);
  margin-top: 50px;
}

@media (max-width: 768px) {
  .gmark_event_list_box {
    width: 100%;
    margin-top: 30px;
  }
}

.gmark_event_list_box:not(:nth-child(2n)) {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .gmark_event_list_box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.gmark_event_list_box._club {
  background: #FFF;
  border-radius: 10px;
  padding: 50px 40px;
}

@media (max-width: 768px) {
  .gmark_event_list_box._club {
    border-radius: 5px;
    padding: 8%;
  }
}

.gmark_event_list_img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .gmark_event_list_img {
    margin-bottom: 10px;
  }
}

.gmark_event_list_img img {
  border-radius: 10px;
}

@media (max-width: 768px) {
  .gmark_event_list_img img {
    border-radius: 5px;
  }
}

.gmark_event_list h5 {
  font-weight: bold;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .gmark_event_list h5 {
    font-size: 16px;
    line-height: 1;
  }
}

.gmark_event_list_txt {
  text-align: justify;
  font-size: 16px;
  line-height: 29px;
}

@media (max-width: 768px) {
  .gmark_event_list_txt {
    font-size: 13px;
    line-height: 22px;
  }
}

.gmark_event_list_club_ttl {
  font-weight: bold;
  font-feature-settings: "palt";
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .gmark_event_list_club_ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.gmark_event_list_club_txt {
  font-size: 15px;
}

@media (max-width: 768px) {
  .gmark_event_list_club_txt {
    font-size: 13px;
  }
}

.gmark_event_list_club_desc_txt {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .gmark_event_list_club_desc_txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.gmark_event_list_club_desc_txt:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .gmark_event_list_club_desc_txt:not(:last-child) {
    margin-bottom: 10px;
  }
}

.gmark_event_list_club_desc_txt::before {
  content: "";
  background: #18559d;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}



.g_mark_box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 20px 20px 120px rgba(0, 0, 0, 0.1);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  margin: 0px 0px 96px;
  padding: 20px;
  width: calc(100% - (var(--gap-h-746cbba5-8214-4a8c-bc0c-4019eb620b60) * 0));
  max-width: calc(100% - (var(--gap-h-746cbba5-8214-4a8c-bc0c-4019eb620b60) * 0));
}

.g_mark_box .wrap {
  display: flex;
  gap: 1em;
  align-items: center;
}

.g_mark_box .img_set {
  width: 35%;
}

.g_mark_box .txt_set {
  line-height: 2;
  width: 65%;
}

.g_mark_box .txt_set2 {
  line-height: 2
}


@media (max-width: 768px) {
  .g_mark_box .wrap {
    display: flex;
    gap: 1em;
    align-items: center;
    flex-direction: column;
  }

  .g_mark_box .img_set {
    width: 80%;
  }

  .g_mark_box .txt_set {
    line-height: 2;
    width: 100%;
  }

}






#gmark #related_page .inner {
  max-width: 1232px;
}

#gmark #related_page .inner .list .block a .img {
  transition: 0.3s ease;
  border: solid 1px #eef1f4;
}

#gmark #related_page .inner .list .block a .img img {
  transition: 0.38s cubic-bezier(0.34, 0.09, 0.11, 1);
}

@media (hover: hover) and (pointer: fine) {
  #gmark #related_page .inner .list .block a:hover .img {
    border: solid 1px #18559d;
  }

  #gmark #related_page .inner .list .block a:hover .img img {
    transform: scale(1.04);
  }
}

@media (max-width: 1160px) {
  #gmark #related_page .inner .list .block a .txt {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #gmark #related_page {
    padding: 60px 0 60px;
  }

  #gmark #related_page .inner .ttl_row span {
    line-height: 1.3;
  }

  #gmark #related_page .list .block {
    width: 100%;
  }

  #gmark #related_page .list .block a .txt {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 8px;
  }

  #gmark #related_page .list .block:nth-child(n+2) {
    margin-top: 30px;
  }

  #gmark #related_page .list .block.sp_arrow::after {
    top: 127px;
  }
}

@media (max-width: 768px) {
  #itoutsourcing #mv .flow_txt {
    bottom: 10px;
  }
}

.itoutsourcing_ttl {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .itoutsourcing_ttl {
    margin-bottom: 35px;
  }
}

.itoutsourcing_ttl_en {
  color: #18559d;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .itoutsourcing_ttl_en {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.itoutsourcing_ttl_en::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18559d;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .itoutsourcing_ttl_en::before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 6.5px;
  }
}

.itoutsourcing_ttl h3 {
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1;
}

@media (max-width: 768px) {
  .itoutsourcing_ttl h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.itoutsourcing_kv {
  position: relative;
  z-index: 1;
  width: 94%;
  margin: 0 auto;
}

.itoutsourcing_kv img {
  border-radius: 36px;
}

@media (max-width: 768px) {
  .itoutsourcing_kv {
    width: 100%;
  }

  .itoutsourcing_kv img {
    border-radius: 0;
  }
}

.itoutsourcing_read {
  background: #f0f3f6;
}

.itoutsourcing_read .inner {
  width: 82%;
  max-width: 1148px;
}

@media (max-width: 768px) {
  .itoutsourcing_read .inner {
    width: 90%;
  }
}

.itoutsourcing_read_bg {
  background: #FFF;
  border-radius: 0 0 100px 0;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .itoutsourcing_read_bg {
    padding: 40px 0;
    border-radius: 0 0 40px 0;
  }
}

.itoutsourcing_read_txt {
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 768px) {
  .itoutsourcing_read_txt {
    font-size: 14px;
    line-height: 22px;
  }
}

.itoutsourcing_trend {
  background: #FFF;
}

.itoutsourcing_trend .inner {
  max-width: 1232px;
}

.itoutsourcing_trend_bg {
  background: #f0f3f6;
  border-radius: 100px 0 100px 0;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_bg {
    border-radius: 40px 0 40px 0;
    padding: 40px 0;
  }
}

.itoutsourcing_trend_outs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_outs {
    display: block;
  }
}

.itoutsourcing_trend_outs_img {
  order: 2;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 10px;
  width: 45%;
  padding: 30px 15px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_outs_img {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 7%;
  }
}

.itoutsourcing_trend_outs_desc {
  width: 48%;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_outs_desc {
    width: 100%;
  }
}

.itoutsourcing_trend_outs_txt {
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_outs_txt {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.itoutsourcing_trend_outs_ttl {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_outs_ttl {
    margin-bottom: 0;
  }
}

.itoutsourcing_trend_outs_ttl span {
  position: relative;
  z-index: 1;
  background: #f0f3f6;
  font-weight: bold;
  font-size: 20px;
  padding: 0 20px 0 0;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_outs_ttl span {
    font-size: 15px;
    padding: 0 10px 0 0;
  }
}

.itoutsourcing_trend_outs_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #a1a6aa;
}

.itoutsourcing_trend_outs_list {
  display: flex;
  flex-wrap: wrap;
}

.itoutsourcing_trend_outs_list_box {
  background: url(../img/work/itoutsourcing/icon.svg) no-repeat 0 50%;
  width: 50%;
  padding-left: 15px;
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_outs_list_box {
    margin-top: 8px;
    font-size: 13px;
    background-size: 8px;
    padding-left: 12px;
  }
}

.itoutsourcing_trend_market {
  margin: 100px auto 0;
  width: 96%;
  max-width: 1148px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market {
    margin: 50px auto 0;
    width: 100%;
  }
}

.itoutsourcing_trend_market h4 {
  text-align: center;
  font-size: 28px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market h4 {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.itoutsourcing_trend_market_txt {
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market_txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.itoutsourcing_trend_market_txt span {
  font-size: 12px;
  vertical-align: super;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market_txt span {
    font-size: 11px;
  }
}

.itoutsourcing_trend_market_txt._top {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market_txt._top {
    margin-bottom: 30px;
  }
}

.itoutsourcing_trend_market h5 {
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market h5 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.itoutsourcing_trend_market_list {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market_list {
    margin-top: 0;
  }
}

.itoutsourcing_trend_market_list_box {
  border: 1px solid #000;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 70px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market_list_box {
    display: block;
    padding: 5%;
    border-radius: 5px;
  }
}

.itoutsourcing_trend_market_list_box:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market_list_box:not(:last-child) {
    margin-bottom: 5%;
  }
}

.itoutsourcing_trend_market_list_img {
  width: 10%;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market_list_img {
    width: 30%;
    margin: 0 auto;
  }
}

.itoutsourcing_trend_market_list_desc {
  width: 84%;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_market_list_desc {
    width: 100%;
  }

  .itoutsourcing_trend_market_list_desc h5 {
    text-align: center;
    margin-top: 4%;
  }
}

.itoutsourcing_trend_trans {
  margin: 60px auto 0;
  width: 96%;
  max-width: 1148px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_trans {
    margin: 40px auto 0;
    width: 100%;
  }
}

.itoutsourcing_trend_trans h5 {
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_trans h5 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.itoutsourcing_trend_trans_img {
  background: #FFF;
  border-radius: 10px;
  padding: 40px 80px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_trans_img {
    padding: 4%;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}

.itoutsourcing_trend_trans_txt {
  color: #6e6e6e;
  font-size: 13px;
  line-height: 22px;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .itoutsourcing_trend_trans_txt {
    font-size: 11px;
    line-height: 15px;
  }
}

.itoutsourcing_app {
  background: #f0f3f6;
}

.itoutsourcing_app .inner {
  max-width: 1232px;
}

.itoutsourcing_app_bg {
  background: #FFF;
  border-radius: 100px 0 0;
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  .itoutsourcing_app_bg {
    border-radius: 40px 0 0;
    padding: 40px 0 0;
  }
}

.itoutsourcing_app_list {
  width: 84%;
  max-width: 1232px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list {
    width: 90%;
  }
}

.itoutsourcing_app_list_box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 4% 0 4% 5%;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_box {
    padding: 10% 0 0;
  }
}

.itoutsourcing_app_list_box:not(:last-child) {
  border-bottom: 1px solid #d5dbe2;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_box:not(:last-child) {
    padding: 10% 0;
  }
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_box:first-child {
    padding: 0 0 10%;
  }
}

.itoutsourcing_app_list_box:last-child {
  padding-bottom: 0;
}

.itoutsourcing_app_list_num {
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  color: #18559d;
  width: 8%;
  font-size: 28px;
  line-height: 1;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_num {
    margin-top: 2px;
    width: 10%;
    font-size: 16px;
  }
}

.itoutsourcing_app_list_cont {
  width: 92%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_cont {
    display: block;
    width: 90%;
  }
}

.itoutsourcing_app_list_cont._single {
  width: 100%;
  display: block;
}

.itoutsourcing_app_list_cont._single .itoutsourcing_app_list_desc {
  width: 100%;
}

.itoutsourcing_app_list_cont._single .itoutsourcing_app_list_img {
  margin: 4% auto 0;
  width: 82%;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_cont._single .itoutsourcing_app_list_img {
    width: 100%;
    margin: 7% auto 0;
  }
}

.itoutsourcing_app_list_desc {
  width: 48%;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_desc {
    width: 100%;
  }
}

.itoutsourcing_app_list_img {
  width: 44.5%;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_img {
    width: 100%;
    margin-top: 7%;
  }
}

.itoutsourcing_app_list_img img {
  border-radius: 10px;
}

.itoutsourcing_app_list h4 {
  font-size: 28px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.itoutsourcing_app_list_txt {
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.itoutsourcing_app_list_btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_btn {
    margin-top: 30px;
  }
}

.itoutsourcing_app_list_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  height: 60px;
  background: #eaeff3;
  border-radius: 6px;
  padding-left: 27px;
  padding-right: 12px;
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_btn a {
    max-width: 100%;
    height: 56px;
    font-size: 14px;
    padding-left: 14px;
    border-radius: 3px;
  }
}

.itoutsourcing_app_list_btn a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s;
}

.itoutsourcing_app_list_btn a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #18559d, #fd452d);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}

.itoutsourcing_app_list_btn a i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}

@media (max-width: 768px) {
  .itoutsourcing_app_list_btn a i {
    width: 34px;
    height: 34px;
  }
}

.itoutsourcing_app_list_btn a i::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.itoutsourcing_app_list_btn a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .itoutsourcing_app_list_btn a:hover {
    background: #e4e9ee;
  }

  .itoutsourcing_app_list_btn a:hover i::after {
    opacity: 1;
  }

  .itoutsourcing_app_list_btn a:hover::before {
    transform: translateY(-50%) scale(0);
  }

  .itoutsourcing_app_list_btn a:hover::after {
    transform: translateY(-50%) scale(1);
  }
}

#itoutsourcing #related_page {
  padding-top: 120px;
}

#itoutsourcing #related_page .inner {
  max-width: 1232px;
}

#itoutsourcing #related_page .inner .ttl_row h2 a span br {
  display: none;
}

@media (max-width: 1160px) {
  #itoutsourcing #related_page .inner .list .block a .txt {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #itoutsourcing #related_page {
    padding: 60px 0 60px;
  }

  #itoutsourcing #related_page .inner .ttl_row h2 a::after {
    content: none;
  }

  #itoutsourcing #related_page .inner .ttl_row h2 a span:not(.arrow) {
    line-height: 1.3;
  }

  #itoutsourcing #related_page .inner .ttl_row h2 a span:not(.arrow) br {
    display: block;
  }

  #itoutsourcing #related_page .inner .ttl_row h2 a .arrow {
    display: inline-block;
    background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
    margin-left: 10px;
    position: relative;
    width: 23px;
    height: 23px;
    top: 4px;
  }

  #itoutsourcing #related_page .inner .list .block {
    width: 100%;
  }

  #itoutsourcing #related_page .inner .list .block a .txt {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 8px;
  }

  #itoutsourcing #related_page .inner .list .block a .txt .sub {
    font-size: 14px;
  }

  #itoutsourcing #related_page .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }
}

.occupation_ttl {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .occupation_ttl {
    margin-bottom: 35px;
  }
}

.occupation_ttl_en {
  color: #18559d;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .occupation_ttl_en {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.occupation_ttl_en::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18559d;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .occupation_ttl_en::before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 6.5px;
  }
}

.occupation_ttl h3 {
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1;
}

@media (max-width: 768px) {
  .occupation_ttl h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.occupation_kv {
  position: relative;
  z-index: 1;
  width: 94%;
  margin: 0 auto;
}

.occupation_kv img {
  border-radius: 36px;
}

@media (max-width: 768px) {
  .occupation_kv {
    width: 100%;
  }

  .occupation_kv img {
    border-radius: 0;
  }
}

.occupation_read {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .occupation_read {
    padding: 40px 0;
  }
}

.occupation_read .inner {
  width: 88%;
  max-width: 1232px;
}

@media (max-width: 768px) {
  .occupation_read .inner {
    width: 90%;
  }
}

.occupation_read_txt {
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 768px) {
  .occupation_read_txt {
    font-size: 14px;
    line-height: 22px;
  }
}

.occupation_read_img {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .occupation_read_img {
    margin-top: 40px;
  }
}

.occupation_menu .inner {
  max-width: 1232px;
}

@media (max-width: 768px) {
  .occupation_menu .inner {
    width: 90%;
  }
}

.occupation_menu_list {
  border-bottom: 1px solid #000;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .occupation_menu_list {
    padding-bottom: 50px;
  }
}

.occupation_menu_list_box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .occupation_menu_list_box {
    display: block;
  }
}

.occupation_menu_list_box:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .occupation_menu_list_box:not(:last-child) {
    margin-bottom: 40px;
  }
}

.occupation_menu_list_cat {
  width: 320px;
}

@media (max-width: 768px) {
  .occupation_menu_list_cat {
    width: 100%;
  }
}

.occupation_menu_list_cat._c01 .occupation_menu_list_cat_ttl h3 {
  background-image: url(../img/work/occupation/icon01%402x.svg);
}

.occupation_menu_list_cat._c01 .occupation_menu_list_cat_link a {
  color: #1c63b9;
}

.occupation_menu_list_cat._c01 .occupation_menu_list_cat_link a::before {
  border-bottom-color: #1c63b9;
  border-right-color: #1c63b9;
}

.occupation_menu_list_cat._c01 .occupation_menu_list_cat_link a::after {
  background: #1c63b9;
}

.occupation_menu_list_cat._c02 .occupation_menu_list_cat_ttl h3 {
  background-image: url(../img/work/occupation/icon02%402x.svg);
}

.occupation_menu_list_cat._c02 .occupation_menu_list_cat_link a {
  color: #038b8c;
}

.occupation_menu_list_cat._c02 .occupation_menu_list_cat_link a::before {
  border-bottom-color: #038b8c;
  border-right-color: #038b8c;
}

.occupation_menu_list_cat._c02 .occupation_menu_list_cat_link a::after {
  background: #038b8c;
}

.occupation_menu_list_cat._c03 .occupation_menu_list_cat_ttl h3 {
  background-image: url(../img/work/occupation/icon03%402x.svg);
}

.occupation_menu_list_cat._c03 .occupation_menu_list_cat_link a {
  color: #6e6ece;
}

.occupation_menu_list_cat._c03 .occupation_menu_list_cat_link a::before {
  border-bottom-color: #6e6ece;
  border-right-color: #6e6ece;
}

.occupation_menu_list_cat._c03 .occupation_menu_list_cat_link a::after {
  background: #6e6ece;
}

.occupation_menu_list_cat_ttl {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .occupation_menu_list_cat_ttl {
    margin-bottom: 15px;
  }
}

.occupation_menu_list_cat_ttl::after {
  content: "";
  display: block;
  background: #000;
  width: 40px;
  height: 1px;
  margin: 20px 0 0 30px;
}

@media (max-width: 768px) {
  .occupation_menu_list_cat_ttl::after {
    margin: 15px 0 0;
  }
}

.occupation_menu_list_cat_ttl h3 {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px;
  font-size: 22px;
  line-height: 1;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .occupation_menu_list_cat_ttl h3 {
    font-size: 20px;
    background-size: 18px;
    padding-left: 25px;
  }
}

.occupation_menu_list_cat_link {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .occupation_menu_list_cat_link {
    margin-left: 0;
  }
}

.occupation_menu_list_cat_link a {
  position: relative;
  display: table;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .occupation_menu_list_cat_link a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.occupation_menu_list_cat_link a:hover::after {
  width: calc(100% + 20px);
}

.occupation_menu_list_cat_link a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 6px;
  height: 6px;
  margin: 0 7px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-bottom-style: solid;
  border-right-style: solid;
  transform: rotate(45deg);
}

.occupation_menu_list_cat_link a::after {
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  width: 0;
  height: 1px;
  margin-top: 5px;
}

.occupation_menu_list_desc {
  width: calc(100% - 320px);
}

@media (max-width: 768px) {
  .occupation_menu_list_desc {
    width: 100%;
  }
}

.occupation_menu_list_txt {
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .occupation_menu_list_txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.occupation_detail .inner {
  max-width: 1232px;
}

@media (max-width: 768px) {
  .occupation_detail .inner {
    width: 90%;
  }
}

.occupation_detail_list_box {
  position: relative;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .occupation_detail_list_box {
    margin-top: 50px;
  }
}

.occupation_detail_list_box._c01 .occupation_detail_list_ttl::before {
  background-image: url(../img/work/occupation/line01%402x.svg);
}

.occupation_detail_list_box._c01 .occupation_detail_list_skill_cont_box {
  background: #1c63b9;
}

.occupation_detail_list_box._c01 .occupation_detail_list_point {
  background: #f0f3f6;
}

.occupation_detail_list_box._c01 .occupation_detail_list_point h5 {
  color: #1c63b9;
}

.occupation_detail_list_box._c01 .occupation_detail_list_point_cont_box::before {
  background: #1c63b9;
}

.occupation_detail_list_box._c01 .occupation_detail_list_point_img::after {
  background-image: url(../img/work/occupation/dot01%402x.svg);
}

.occupation_detail_list_box._c02 .occupation_detail_list_ttl::before {
  background-image: url(../img/work/occupation/line02%402x.svg);
}

.occupation_detail_list_box._c02 .occupation_detail_list_skill_cont_box {
  background: #038b8c;
}

.occupation_detail_list_box._c02 .occupation_detail_list_point {
  background: #f0f3f6;
}

.occupation_detail_list_box._c02 .occupation_detail_list_point h5 {
  color: #038b8c;
}

.occupation_detail_list_box._c02 .occupation_detail_list_point_cont_box::before {
  background: #038b8c;
}

.occupation_detail_list_box._c02 .occupation_detail_list_point_img::after {
  background-image: url(../img/work/occupation/dot02%402x.svg);
}

.occupation_detail_list_box._c03 .occupation_detail_list_ttl::before {
  background-image: url(../img/work/occupation/line03%402x.svg);
}

.occupation_detail_list_box._c03 .occupation_detail_list_skill_cont_box {
  background: #6e6ece;
}

.occupation_detail_list_box._c03 .occupation_detail_list_point {
  background: #f0f3f6;
}

.occupation_detail_list_box._c03 .occupation_detail_list_point h5 {
  color: #6e6ece;
}

.occupation_detail_list_box._c03 .occupation_detail_list_point_cont_box::before {
  background: #6e6ece;
}

.occupation_detail_list_box._c03 .occupation_detail_list_point_img::after {
  background-image: url(../img/work/occupation/dot03%402x.svg);
}

.occupation_detail_list_ttl {
  position: relative;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .occupation_detail_list_ttl {
    padding-left: 10px;
  }
}

.occupation_detail_list_ttl::before {
  content: "";
  width: 5px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  position: absolute;
  top: 8px;
  left: -25px;
}

@media (max-width: 768px) {
  .occupation_detail_list_ttl::before {
    width: 3px;
    height: 22px;
    left: 0;
  }
}

.occupation_detail_list_ttl h3 {
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 38px;
}

@media (max-width: 768px) {
  .occupation_detail_list_ttl h3 {
    font-size: 22px;
    line-height: 33px;
  }
}

.occupation_detail_list_skill {
  position: absolute;
  top: 30px;
  right: 0;
}

@media (max-width: 1160px) {
  .occupation_detail_list_skill {
    position: static;
    margin: 0 0 25px 0;
  }
}

@media (max-width: 768px) {
  .occupation_detail_list_skill {
    padding-left: 10px;
  }
}

.occupation_detail_list_skill_ttl {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .occupation_detail_list_skill_ttl {
    font-size: 11px;
    margin-bottom: 0;
  }
}

.occupation_detail_list_skill_cont {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1160px) {
  .occupation_detail_list_skill_cont {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.occupation_detail_list_skill_cont_box {
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  border-radius: 3px;
  padding: 4px 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .occupation_detail_list_skill_cont_box {
    font-size: 11px;
    padding: 2px 10px;
    margin-top: 6px;
  }
}

.occupation_detail_list_skill_cont_box:not(:first-child) {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .occupation_detail_list_skill_cont_box:not(:first-child) {
    margin-left: 6px;
  }
}

@media (max-width: 768px) {
  .occupation_detail_list_skill_cont_box._ml0 {
    margin-left: 0;
  }
}

.occupation_detail_list_catch {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .occupation_detail_list_catch {
    margin-bottom: 20px;
  }
}

.occupation_detail_list_catch h4 {
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 18px;
}

@media (max-width: 768px) {
  .occupation_detail_list_catch h4 {
    font-size: 14px;
    line-height: 21px;
    margin-left: 10px;
  }
}

.occupation_detail_list_txt {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

@media (max-width: 768px) {
  .occupation_detail_list_txt {
    font-size: 14px;
    line-height: 25px;
    margin-left: 10px;
  }
}

.occupation_detail_list_point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  margin-top: 40px;
  padding: 40px;
}

@media (max-width: 768px) {
  .occupation_detail_list_point {
    margin-top: 20px;
    padding: 6% 4%;
    border-radius: 6px;
    display: block;
  }
}

.occupation_detail_list_point_img {
  position: relative;
  width: 48.5%;
}

@media (max-width: 768px) {
  .occupation_detail_list_point_img {
    width: 100%;
    margin-top: 30px;
  }
}

.occupation_detail_list_point_img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -20px;
  right: -20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 64px;
  height: 64px;
}

@media (max-width: 768px) {
  .occupation_detail_list_point_img::after {
    width: 36px;
    height: 36px;
    bottom: -2%;
    right: -2%;
  }
}

.occupation_detail_list_point_desc {
  width: 45%;
}

@media (max-width: 768px) {
  .occupation_detail_list_point_desc {
    width: 100%;
  }
}

.occupation_detail_list_point_desc h5 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .occupation_detail_list_point_desc h5 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.occupation_detail_list_point_cont {
  margin-bottom: 30px;
}

.occupation_detail_list_point_cont._last {
  margin-bottom: 0;
}

.occupation_detail_list_point_cont_box {
  position: relative;
  font-size: 15px;
  line-height: 21px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .occupation_detail_list_point_cont_box {
    font-size: 13px;
    line-height: 17px;
  }
}

.occupation_detail_list_point_cont_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .occupation_detail_list_point_cont_box::before {
    top: 6px;
  }
}

.occupation_detail_list_point_cont_box:not(:last-child) {
  margin-bottom: 10px;
}

#occupation #related_page .inner {
  max-width: 1232px;
}

#occupation #related_page .inner .ttl_row h2 a span br {
  display: none;
}

@media (max-width: 1160px) {
  #occupation #related_page .inner .list .block a .txt {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #occupation #related_page {
    padding: 60px 0 60px;
  }

  #occupation #related_page .inner .ttl_row h2 a::after {
    content: none;
  }

  #occupation #related_page .inner .ttl_row h2 a span:not(.arrow) {
    line-height: 1.3;
  }

  #occupation #related_page .inner .ttl_row h2 a span:not(.arrow) br {
    display: block;
  }

  #occupation #related_page .inner .ttl_row h2 a .arrow {
    display: inline-block;
    background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
    margin-left: 10px;
    position: relative;
    width: 23px;
    height: 23px;
    top: 4px;
  }

  #occupation #related_page .inner .list .block {
    width: 100%;
  }

  #occupation #related_page .inner .list .block a .txt {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 8px;
  }

  #occupation #related_page .inner .list .block a .txt .sub {
    font-size: 14px;
  }

  #occupation #related_page .inner .list .block:nth-child(n+2) {
    margin-top: 30px;
  }
}

.mission_ttl {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .mission_ttl {
    margin-bottom: 30px;
  }
}

.mission_ttl_en {
  color: #18559d;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .mission_ttl_en {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.mission_ttl_en::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18559d;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .mission_ttl_en::before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 6.5px;
  }
}

.mission_ttl h3 {
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 57px;
}

@media (max-width: 768px) {
  .mission_ttl h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.mission_kv {
  position: relative;
  z-index: 1;
  width: 94%;
  margin: 0 auto;
}

.mission_kv img {
  border-radius: 36px;
}

@media (max-width: 768px) {
  .mission_kv {
    width: 100%;
  }

  .mission_kv img {
    border-radius: 0;
  }
}

.mission_history {
  background: url(../img/about/mission/mission_03.png);
  box-shadow: 0px 8px 0px 0px #eef0f1;
  padding: 170px 0 100px;
  margin-top: -70px;
  border-radius: 0 0 100px 100px;
}

@media (max-width: 768px) {
  .mission_history {
    margin-top: 0;
    padding: 40px 0;
    border-radius: 0 0 40px 40px;
    box-shadow: 0px 4px 0px 0px #eef0f1;
  }
}

.mission_history .inner {
  max-width: 1232px;
}

.mission_history_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .mission_history_cont {
    display: block;
  }
}

.mission_history_cont_box {
  width: 55.5%;
}

@media (max-width: 768px) {
  .mission_history_cont_box {
    width: 100%;
  }
}

.mission_history_cont_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
}

@media (max-width: 768px) {
  .mission_history_cont_img {
    width: 100%;
    margin-top: 4%;
  }
}

.mission_history_cont_img img {
  width: 50%;
  margin: 0 2%;
}

@media (max-width: 768px) {
  .mission_history_cont_img img {
    margin: 0;
  }
}

.mission_history_cont_txt {
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .mission_history_cont_txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.mission_history_scroll {
  margin-top: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .mission_history_scroll {
    margin-top: 20px;
  }
}

.mission_history_scroll .line {
  height: 1px;
  width: 100vw;
  background-color: #000;
  margin-left: calc(-50vw + 50%);
  position: absolute;
  bottom: 36px;
}

@media (max-width: 768px) {
  .mission_history_scroll .line {
    bottom: 34px;
  }
}

.mission_history_scroll_cont {
  position: relative;
  display: flex;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  cursor: grab;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mission_history_scroll_cont::-webkit-scrollbar {
  display: none;
}

.mission_history_scroll_cont_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .mission_history_scroll_cont_box {
    margin-right: 10px;
  }
}

.mission_history_scroll_cont_box:last-child {
  margin-right: 5%;
}

.mission_history_scroll_cont_ttl {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  background: #FFF;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 14px;
  line-height: 20px;
  border-radius: 12px;
  min-width: 170px;
  height: 72px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .mission_history_scroll_cont_ttl {
    min-width: 120px;
    height: 50px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 15px;
    border-radius: 6px;
  }
}

.mission_history_scroll_cont_ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #000;
  position: absolute;
  bottom: -31px;
  left: 50%;
}

@media (max-width: 768px) {
  .mission_history_scroll_cont_ttl::after {
    height: 28px;
    bottom: -29px;
  }
}

.mission_history_scroll_cont_ttl._bold {
  font-weight: bold;
  border-color: #18559d;
  color: #18559d;
  font-size: 16px;
}

@media (max-width: 768px) {
  .mission_history_scroll_cont_ttl._bold {
    font-size: 11px;
  }
}

.mission_history_scroll_cont_ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -5px;
  width: 64px;
  height: 19px;
  border-radius: 19px;
  font-size: 12px;
  list-style: 1;
}

@media (max-width: 768px) {
  .mission_history_scroll_cont_ttl span {
    width: 45px;
    height: 15px;
    font-size: 9px;
    top: -8px;
  }
}

.mission_history_scroll_cont_ttl .jp {
  background: #000;
}

.mission_history_scroll_cont_ttl .world {
  background: #486dab;
}

.mission_history_scroll_cont_year {
  position: relative;
  order: 2;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 39px;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .mission_history_scroll_cont_year {
    font-size: 15px;
  }
}

.mission_history_scroll_cont_year::before {
  content: "";
  display: block;
  background: #18559d;
  position: absolute;
  z-index: 1;
  left: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: -15px;
  margin-left: -6px;
}

.mission_history .note {
  margin: 100px 0 0;
  padding-right: 28px;
  width: 180px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .mission_history .note {
    font-size: 12.5px;
    margin: 40px 0 0;
    width: 152px;
    padding-right: 20px;
  }
}

.mission_history .note::after {
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  background-image: url(../img/about/mission/arrow_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  animation-name: arrow_swipe, arrow_opacity;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.54, 0.08, 0.25, 0.97);
  animation-iteration-count: infinite;
}

@media (max-width: 768px) {
  .mission_history .note::after {
    width: 15px;
  }
}

.mission_feature {
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  .mission_feature {
    padding: 40px 0 0;
  }
}

.mission_feature .inner {
  max-width: 1232px;
}

.mission_feature_txt {
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .mission_feature_txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.mission_feature_img {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1058px;
}

@media (max-width: 768px) {
  .mission_feature_img {
    margin: 4% auto 0;
  }
}

.mission_strength {
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  .mission_strength {
    padding: 40px 0 0;
  }
}

.mission_strength .inner {
  max-width: 1232px;
}

.mission_strength .inner .swiper {
  overflow: visible;
}

.mission_strength_slider {
  padding: 20px 0 0;
}

.mission_strength_slider_box {
  height: auto;
  position: relative;
  background: #FFF;
  border: 1px solid #000;
  box-shadow: 0px 8px 0px 0px #eef0f1;
  border-radius: 20px;
  padding: 4%;
  width: 44vw;
  max-width: 720px;
}

@media (max-width: 768px) {
  .mission_strength_slider_box {
    border-radius: 10px;
    padding: 5%;
  }
}

.mission_strength_slider_num {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -15px;
  width: 80px;
}

@media (max-width: 768px) {
  .mission_strength_slider_num {
    width: 40px;
    top: -10px;
    left: -8px;
  }
}

.mission_strength_slider_img {
  text-align: center;
  background: url(../img/about/mission/strength_bg.svg) no-repeat 50% 50%;
  background-size: 100%;
  padding: 5% 0;
  margin: 0 auto 7%;
  max-width: 560px;
}

@media (max-width: 768px) {
  .mission_strength_slider_img {
    width: 90%;
    margin: 0 auto 5%;
  }
}

.mission_strength_slider_img img {
  width: 80%;
}

.mission_strength_slider h4 {
  font-size: 28px;
  font-feature-settings: "palt";
  line-height: 42px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .mission_strength_slider h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4%;
  }
}

.mission_strength_slider_txt {
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .mission_strength_slider_txt {
    font-size: 13px;
    line-height: 20px;
  }
}

.mission_strength .swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .mission_strength .swiper-pagination {
    margin-top: 10px;
  }
}

.mission_strength .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.mission_strength .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

@media (max-width: 768px) {

  .mission_strength .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .mission_strength .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.mission_strength .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  border: 1px solid #000;
  background: #f7f8f9;
}

@media (max-width: 768px) {
  .mission_strength .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.mission_strength .swiper-pagination-bullet-active {
  background: #18559d;
}

#mission #related_page .inner {
  max-width: 1232px;
}

@media (max-width: 768px) {
  #mission #related_page {
    padding: 60px 0 60px;
  }
}

@keyframes arrow_swipe {
  0% {
    transform: translate(100px, 0);
  }

  5% {
    transform: translate(100px, 0);
  }

  80% {
    transform: translate(0);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes arrow_opacity {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  65% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#project01 #mv,
#project02 #mv,
#project03 #mv,
#project04 #mv {
  padding-top: 168px;
  padding-bottom: 0;
}

#project01 #mv .inner,
#project02 #mv .inner,
#project03 #mv .inner,
#project04 #mv .inner {
  width: 94.8%;
  max-width: none;
}

#project01 #mv .inner .sec_ttl,
#project02 #mv .inner .sec_ttl,
#project03 #mv .inner .sec_ttl,
#project04 #mv .inner .sec_ttl {
  max-width: 1680px;
  margin: 0 auto 25px;
}

#project01 #mv .inner .main_img,
#project02 #mv .inner .main_img,
#project03 #mv .inner .main_img,
#project04 #mv .inner .main_img {
  background: no-repeat center top/cover;
  border-radius: 36px;
  height: 730px;
  min-height: 620px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1550px) and (min-width: 769px) {

  #project01 #mv .inner .main_img,
  #project02 #mv .inner .main_img,
  #project03 #mv .inner .main_img,
  #project04 #mv .inner .main_img {
    aspect-ratio: 1328/660;
    height: auto;
  }
}

#project01 #mv .inner .main_img .parallax,
#project02 #mv .inner .main_img .parallax,
#project03 #mv .inner .main_img .parallax,
#project04 #mv .inner .main_img .parallax {
  position: absolute;
  background: no-repeat center/contain;
}

#project01 #mv .inner .main_img .parallax.kazari2,
#project02 #mv .inner .main_img .parallax.kazari2,
#project03 #mv .inner .main_img .parallax.kazari2,
#project04 #mv .inner .main_img .parallax.kazari2 {
  width: 80px;
  height: 22px;
  background-image: url(../img/work/project/kazari2.svg);
  right: 7.8%;
  bottom: 18%;
}

#project01 #mv .inner .main_img .parallax.kazari3,
#project02 #mv .inner .main_img .parallax.kazari3,
#project03 #mv .inner .main_img .parallax.kazari3,
#project04 #mv .inner .main_img .parallax.kazari3 {
  width: 16px;
  height: 55px;
  background-image: url(../img/work/project/kazari3.svg);
  right: 0.8%;
  bottom: 13.28%;
}

#project01 #mv .inner .main_img .parallax.kazari4,
#project02 #mv .inner .main_img .parallax.kazari4,
#project03 #mv .inner .main_img .parallax.kazari4,
#project04 #mv .inner .main_img .parallax.kazari4 {
  width: 100px;
  height: 136px;
  background-image: url(../img/work/project/kazari4.svg);
  right: 3%;
  bottom: -6.57%;
}

#project01 #mv .inner .main_img .parallax.kazari5,
#project02 #mv .inner .main_img .parallax.kazari5,
#project03 #mv .inner .main_img .parallax.kazari5,
#project04 #mv .inner .main_img .parallax.kazari5 {
  width: 26px;
  height: 26px;
  background-image: url(../img/work/project/kazari5.svg);
  right: -0.8%;
  bottom: -10.8%;
}

#project01 #mv .inner .main_img .ttl_block,
#project02 #mv .inner .main_img .ttl_block,
#project03 #mv .inner .main_img .ttl_block,
#project04 #mv .inner .main_img .ttl_block {
  position: absolute;
  top: 50%;
  left: 3.76%;
  transform: translateY(-50%);
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  padding: 40px 42px 60px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
}

#project01 #mv .inner .main_img .ttl_block .ttl,
#project02 #mv .inner .main_img .ttl_block .ttl,
#project03 #mv .inner .main_img .ttl_block .ttl,
#project04 #mv .inner .main_img .ttl_block .ttl {
  color: #18559d;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1;
}

#project01 #mv .inner .main_img .ttl_block h2,
#project02 #mv .inner .main_img .ttl_block h2,
#project03 #mv .inner .main_img .ttl_block h2,
#project04 #mv .inner .main_img .ttl_block h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 10px;
}

#project01 #mv .inner .main_img .ttl_block .sub,
#project02 #mv .inner .main_img .ttl_block .sub,
#project03 #mv .inner .main_img .ttl_block .sub,
#project04 #mv .inner .main_img .ttl_block .sub {
  font-size: 18px;
  font-weight: bold;
}

#project01 #mv .inner .main_img .ttl_block .kazari1,
#project02 #mv .inner .main_img .ttl_block .kazari1,
#project03 #mv .inner .main_img .ttl_block .kazari1,
#project04 #mv .inner .main_img .ttl_block .kazari1 {
  width: 66px;
  height: 66px;
  background-image: url(../img/work/project/kazari1.svg);
  right: -11px;
  bottom: -8px;
}

#project01 #mv .inner .breadcrumb,
#project02 #mv .inner .breadcrumb,
#project03 #mv .inner .breadcrumb,
#project04 #mv .inner .breadcrumb {
  max-width: 1680px;
  margin: 20px auto 0;
}

#project01 #intro,
#project02 #intro,
#project03 #intro,
#project04 #intro {
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
}

#project01 #intro::before,
#project02 #intro::before,
#project03 #intro::before,
#project04 #intro::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 108px);
  background: #f0f3f6;
  position: absolute;
  top: -108px;
  left: 0;
  border-bottom-right-radius: 100px;
  z-index: -1;
}

#project01 #intro::after,
#project02 #intro::after,
#project03 #intro::after,
#project04 #intro::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/radius_top_left_bg.svg) no-repeat top left/contain;
  position: absolute;
  top: 100%;
  left: 0;
}

#project01 #intro .inner,
#project02 #intro .inner,
#project03 #intro .inner,
#project04 #intro .inner {
  max-width: 1232px;
}

#project01 #intro .inner .ttl,
#project02 #intro .inner .ttl,
#project03 #intro .inner .ttl,
#project04 #intro .inner .ttl {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 55px;
}

#project01 #intro .inner .ttl .en,
#project02 #intro .inner .ttl .en,
#project03 #intro .inner .ttl .en,
#project04 #intro .inner .ttl .en {
  color: #fff;
  font-size: 150px;
  font-family: "PT Sans", sans-serif;
  z-index: -1;
  line-height: 1;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}

#project01 #intro .inner .ttl h2,
#project02 #intro .inner .ttl h2,
#project03 #intro .inner .ttl h2,
#project04 #intro .inner .ttl h2 {
  font-size: 30px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#project01 #intro .inner .desc,
#project02 #intro .inner .desc,
#project03 #intro .inner .desc,
#project04 #intro .inner .desc {
  line-height: 2;
  text-align: justify;
}

#project01 #intro .inner .member,
#project02 #intro .inner .member,
#project03 #intro .inner .member,
#project04 #intro .inner .member {
  margin-top: 40px;
}

#project01 #intro .inner .member h3,
#project02 #intro .inner .member h3,
#project03 #intro .inner .member h3,
#project04 #intro .inner .member h3 {
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0.07em;
}

#project01 #intro .inner .member ul,
#project02 #intro .inner .member ul,
#project03 #intro .inner .member ul,
#project04 #intro .inner .member ul {
  display: flex;
  justify-content: center;
}

#project01 #intro .inner .member ul li,
#project02 #intro .inner .member ul li,
#project03 #intro .inner .member ul li,
#project04 #intro .inner .member ul li {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 25px 30px;
  width: 470px;
}

#project01 #intro .inner .member ul li .img,
#project02 #intro .inner .member ul li .img,
#project03 #intro .inner .member ul li .img,
#project04 #intro .inner .member ul li .img {
  width: 146px;
  margin-right: 32px;
  flex-shrink: 0;
}

#project01 #intro .inner .member ul li .txt,
#project02 #intro .inner .member ul li .txt,
#project03 #intro .inner .member ul li .txt,
#project04 #intro .inner .member ul li .txt {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#project01 #intro .inner .member ul li .txt .year,
#project02 #intro .inner .member ul li .txt .year,
#project03 #intro .inner .member ul li .txt .year,
#project04 #intro .inner .member ul li .txt .year {
  font-size: 14px;
  margin-bottom: 7px;
}

#project01 #intro .inner .member ul li .txt .position,
#project02 #intro .inner .member ul li .txt .position,
#project03 #intro .inner .member ul li .txt .position,
#project04 #intro .inner .member ul li .txt .position {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

#project01 #intro .inner .member ul li .txt .name,
#project02 #intro .inner .member ul li .txt .name,
#project03 #intro .inner .member ul li .txt .name,
#project04 #intro .inner .member ul li .txt .name {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

#project01 #intro .inner .member ul li:not(:last-child),
#project02 #intro .inner .member ul li:not(:last-child),
#project03 #intro .inner .member ul li:not(:last-child),
#project04 #intro .inner .member ul li:not(:last-child) {
  margin-right: 40px;
}

#project01 .story_sec,
#project02 .story_sec,
#project03 .story_sec,
#project04 .story_sec {
  padding-top: 100px;
}

#project01 .story_sec .inner,
#project02 .story_sec .inner,
#project03 .story_sec .inner,
#project04 .story_sec .inner {
  max-width: 1440px;
}

#project01 .story_sec .inner .row,
#project02 .story_sec .inner .row,
#project03 .story_sec .inner .row,
#project04 .story_sec .inner .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#project01 .story_sec .inner .row .txt,
#project02 .story_sec .inner .row .txt,
#project03 .story_sec .inner .row .txt,
#project04 .story_sec .inner .row .txt {
  width: 52.7%;
  padding-left: 3.6%;
}

#project01 .story_sec .inner .row .txt .num,
#project02 .story_sec .inner .row .txt .num,
#project03 .story_sec .inner .row .txt .num,
#project04 .story_sec .inner .row .txt .num {
  color: #18559d;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#project01 .story_sec .inner .row .txt .num::before,
#project02 .story_sec .inner .row .txt .num::before,
#project03 .story_sec .inner .row .txt .num::before,
#project04 .story_sec .inner .row .txt .num::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/work/project/icon_theme_num.svg) no-repeat center/contain;
  margin-right: 8px;
}

#project01 .story_sec .inner .row .txt h2,
#project02 .story_sec .inner .row .txt h2,
#project03 .story_sec .inner .row .txt h2,
#project04 .story_sec .inner .row .txt h2 {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#project01 .story_sec .inner .row .txt .txt_row,
#project02 .story_sec .inner .row .txt .txt_row,
#project03 .story_sec .inner .row .txt .txt_row,
#project04 .story_sec .inner .row .txt .txt_row {
  display: flex;
}

#project01 .story_sec .inner .row .txt .txt_row .icon,
#project02 .story_sec .inner .row .txt .txt_row .icon,
#project03 .story_sec .inner .row .txt .txt_row .icon,
#project04 .story_sec .inner .row .txt .txt_row .icon {
  width: 70px;
  margin-right: 20px;
}

#project01 .story_sec .inner .row .txt .txt_row .message,
#project02 .story_sec .inner .row .txt .txt_row .message,
#project03 .story_sec .inner .row .txt .txt_row .message,
#project04 .story_sec .inner .row .txt .txt_row .message {
  padding-top: 5px;
  width: calc(100% - 90px);
  line-height: 2;
}

#project01 .story_sec .inner .row .txt .txt_row:not(:last-child),
#project02 .story_sec .inner .row .txt .txt_row:not(:last-child),
#project03 .story_sec .inner .row .txt .txt_row:not(:last-child),
#project04 .story_sec .inner .row .txt .txt_row:not(:last-child) {
  margin-bottom: 35px;
}

#project01 .story_sec .inner .row .img,
#project02 .story_sec .inner .row .img,
#project03 .story_sec .inner .row .img,
#project04 .story_sec .inner .row .img {
  width: 42.6%;
}

#project01 .story_sec .inner .row .img img,
#project02 .story_sec .inner .row .img img,
#project03 .story_sec .inner .row .img img,
#project04 .story_sec .inner .row .img img {
  border-radius: 16px;
  display: block;
}

#project01 .story_sec .inner .row .img img:not(:last-child),
#project02 .story_sec .inner .row .img img:not(:last-child),
#project03 .story_sec .inner .row .img img:not(:last-child),
#project04 .story_sec .inner .row .img img:not(:last-child) {
  margin-bottom: 20px;
}

#project01 .story_sec .inner .row.reverse .txt,
#project02 .story_sec .inner .row.reverse .txt,
#project03 .story_sec .inner .row.reverse .txt,
#project04 .story_sec .inner .row.reverse .txt {
  order: 2;
  padding-left: 0;
  padding-right: 3.6%;
}

#project01 .story_sec .inner .row.reverse .img,
#project02 .story_sec .inner .row.reverse .img,
#project03 .story_sec .inner .row.reverse .img,
#project04 .story_sec .inner .row.reverse .img {
  order: 1;
}

#project01 .img_sec,
#project02 .img_sec,
#project03 .img_sec,
#project04 .img_sec {
  margin-top: 120px;
}

#project01 .img_sec .inner,
#project02 .img_sec .inner,
#project03 .img_sec .inner,
#project04 .img_sec .inner {
  width: 100%;
  position: relative;
}

#project01 .img_sec .inner .parallax,
#project02 .img_sec .inner .parallax,
#project03 .img_sec .inner .parallax,
#project04 .img_sec .inner .parallax {
  position: absolute;
  background: no-repeat center/contain;
}

#project01 .img_sec .inner .parallax.kazari6,
#project02 .img_sec .inner .parallax.kazari6,
#project03 .img_sec .inner .parallax.kazari6,
#project04 .img_sec .inner .parallax.kazari6 {
  width: 26px;
  height: 26px;
  background-image: url(../img/work/project/kazari6.svg);
  left: 2.4%;
  bottom: 13%;
}

#project01 .img_sec .inner .parallax.kazari7,
#project02 .img_sec .inner .parallax.kazari7,
#project03 .img_sec .inner .parallax.kazari7,
#project04 .img_sec .inner .parallax.kazari7 {
  width: 160px;
  height: 44px;
  background-image: url(../img/work/project/kazari7.svg);
  left: 2.6%;
  bottom: -2.4%;
}

#project01 .img_sec .inner .parallax.kazari8,
#project02 .img_sec .inner .parallax.kazari8,
#project03 .img_sec .inner .parallax.kazari8,
#project04 .img_sec .inner .parallax.kazari8 {
  width: 60px;
  height: 9px;
  background-image: url(../img/work/project/kazari8.svg);
  left: 10.7%;
  bottom: -7.17%;
}

#project01 .img_sec .inner .parallax.kazari9,
#project02 .img_sec .inner .parallax.kazari9,
#project03 .img_sec .inner .parallax.kazari9,
#project04 .img_sec .inner .parallax.kazari9 {
  width: 47px;
  height: 87px;
  background-image: url(../img/work/project/kazari9.svg);
  top: -3.9%;
  right: 7.35%;
}

#project01 .img_sec .inner .parallax.kazari10,
#project02 .img_sec .inner .parallax.kazari10,
#project03 .img_sec .inner .parallax.kazari10,
#project04 .img_sec .inner .parallax.kazari10 {
  width: 77px;
  height: 82px;
  background-image: url(../img/work/project/kazari10.svg);
  top: 2.57%;
  right: 3.26%;
}

#project01 #mv .inner .main_img {
  background-image: url(../img/work/project01/mv.jpg);
}

#project02 #mv .inner .main_img {
  background-image: url(../img/work/project02/mv.jpg);
}

#project02 #intro .inner .ttl .en {
  bottom: -19px;
}

#project03 #mv .inner .main_img {
  background-image: url(../img/work/project03/mv.jpg);
}

#project04 #mv .inner .main_img {
  background-image: url(../img/work/project04/mv.jpg);
}

@media (max-width: 1280px) {

  #project01 #mv,
  #project02 #mv,
  #project03 #mv,
  #project04 #mv {
    padding-top: 100px;
  }
}

@media (max-width: 1160px) {

  #project01 #intro,
  #project02 #intro,
  #project03 #intro,
  #project04 #intro {
    padding-top: 90px;
  }

  #project01 #intro .inner .ttl .en,
  #project02 #intro .inner .ttl .en,
  #project03 #intro .inner .ttl .en,
  #project04 #intro .inner .ttl .en {
    font-size: 100px;
  }
}

@media (max-width: 1100px) {

  #project01 #intro .inner .member ul,
  #project02 #intro .inner .member ul,
  #project03 #intro .inner .member ul,
  #project04 #intro .inner .member ul {
    flex-direction: column;
    align-items: center;
  }

  #project01 #intro .inner .member ul li:not(:last-child),
  #project02 #intro .inner .member ul li:not(:last-child),
  #project03 #intro .inner .member ul li:not(:last-child),
  #project04 #intro .inner .member ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #project01 .story_sec .inner .row .txt,
  #project02 .story_sec .inner .row .txt,
  #project03 .story_sec .inner .row .txt,
  #project04 .story_sec .inner .row .txt {
    padding-left: 0;
  }

  #project01 .story_sec .inner .row.reverse .txt,
  #project02 .story_sec .inner .row.reverse .txt,
  #project03 .story_sec .inner .row.reverse .txt,
  #project04 .story_sec .inner .row.reverse .txt {
    padding-right: 0;
  }
}

@media (max-width: 768px) {

  #project01 #mv,
  #project02 #mv,
  #project03 #mv,
  #project04 #mv {
    padding-top: 85px;
  }

  #project01 #mv .inner,
  #project02 #mv .inner,
  #project03 #mv .inner,
  #project04 #mv .inner {
    width: 100%;
  }

  #project01 #mv .inner .sec_ttl,
  #project02 #mv .inner .sec_ttl,
  #project03 #mv .inner .sec_ttl,
  #project04 #mv .inner .sec_ttl {
    margin-bottom: 15px;
    padding-right: 5%;
  }

  #project01 #mv .inner .main_img,
  #project02 #mv .inner .main_img,
  #project03 #mv .inner .main_img,
  #project04 #mv .inner .main_img {
    height: auto;
    min-height: auto;
    border-radius: 0;
    aspect-ratio: 75/80;
  }

  #project01 #mv .inner .main_img .ttl_block,
  #project02 #mv .inner .main_img .ttl_block,
  #project03 #mv .inner .main_img .ttl_block,
  #project04 #mv .inner .main_img .ttl_block {
    padding: 20px 20px 25px;
    border-radius: 0 8px 8px 0;
    left: 0;
    top: unset;
    bottom: 15px;
    transform: none;
    width: 85%;
  }

  #project01 #mv .inner .main_img .ttl_block .ttl,
  #project02 #mv .inner .main_img .ttl_block .ttl,
  #project03 #mv .inner .main_img .ttl_block .ttl,
  #project04 #mv .inner .main_img .ttl_block .ttl {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #project01 #mv .inner .main_img .ttl_block h2,
  #project02 #mv .inner .main_img .ttl_block h2,
  #project03 #mv .inner .main_img .ttl_block h2,
  #project04 #mv .inner .main_img .ttl_block h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  #project01 #mv .inner .main_img .ttl_block .sub,
  #project02 #mv .inner .main_img .ttl_block .sub,
  #project03 #mv .inner .main_img .ttl_block .sub,
  #project04 #mv .inner .main_img .ttl_block .sub {
    font-size: 13px;
  }

  #project01 #mv .inner .main_img .ttl_block .parallax.kazari1,
  #project02 #mv .inner .main_img .ttl_block .parallax.kazari1,
  #project03 #mv .inner .main_img .ttl_block .parallax.kazari1,
  #project04 #mv .inner .main_img .ttl_block .parallax.kazari1 {
    width: 33px;
    height: 33px;
    bottom: -5px;
    right: -5px;
  }

  #project01 #mv .inner .main_img .parallax.kazari2,
  #project02 #mv .inner .main_img .parallax.kazari2,
  #project03 #mv .inner .main_img .parallax.kazari2,
  #project04 #mv .inner .main_img .parallax.kazari2 {
    display: none;
  }

  #project01 #mv .inner .main_img .parallax.kazari3,
  #project02 #mv .inner .main_img .parallax.kazari3,
  #project03 #mv .inner .main_img .parallax.kazari3,
  #project04 #mv .inner .main_img .parallax.kazari3 {
    width: 8px;
    height: 27.5px;
    right: 2%;
    bottom: 12.5%;
  }

  #project01 #mv .inner .main_img .parallax.kazari4,
  #project02 #mv .inner .main_img .parallax.kazari4,
  #project03 #mv .inner .main_img .parallax.kazari4,
  #project04 #mv .inner .main_img .parallax.kazari4 {
    width: 50px;
    height: 68px;
    right: -2.4%;
    bottom: -6.375%;
  }

  #project01 #mv .inner .main_img .parallax.kazari5,
  #project02 #mv .inner .main_img .parallax.kazari5,
  #project03 #mv .inner .main_img .parallax.kazari5,
  #project04 #mv .inner .main_img .parallax.kazari5 {
    width: 13px;
    height: 13px;
    right: 5.3%;
    bottom: -8.75%;
  }

  #project01 #mv .inner .breadcrumb,
  #project02 #mv .inner .breadcrumb,
  #project03 #mv .inner .breadcrumb,
  #project04 #mv .inner .breadcrumb {
    width: 90%;
    margin-top: 15px;
  }

  #project01 #intro,
  #project02 #intro,
  #project03 #intro,
  #project04 #intro {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  #project01 #intro::before,
  #project02 #intro::before,
  #project03 #intro::before,
  #project04 #intro::before {
    border-radius: 0 0 40px 0;
  }

  #project01 #intro::after,
  #project02 #intro::after,
  #project03 #intro::after,
  #project04 #intro::after {
    width: 40px;
    height: 40px;
  }

  #project01 #intro .inner .ttl,
  #project02 #intro .inner .ttl,
  #project03 #intro .inner .ttl,
  #project04 #intro .inner .ttl {
    margin-bottom: 40px;
  }

  #project01 #intro .inner .ttl .en,
  #project02 #intro .inner .ttl .en,
  #project03 #intro .inner .ttl .en,
  #project04 #intro .inner .ttl .en {
    font-size: 68px;
    bottom: -30px;
  }

  #project01 #intro .inner .ttl h2,
  #project02 #intro .inner .ttl h2,
  #project03 #intro .inner .ttl h2,
  #project04 #intro .inner .ttl h2 {
    font-size: 18px;
  }

  #project01 #intro .inner .desc,
  #project02 #intro .inner .desc,
  #project03 #intro .inner .desc,
  #project04 #intro .inner .desc {
    font-size: 14px;
    line-height: 1.8;
  }

  #project01 #intro .inner .member h3,
  #project02 #intro .inner .member h3,
  #project03 #intro .inner .member h3,
  #project04 #intro .inner .member h3 {
    font-size: 21px;
  }

  #project01 #intro .inner .member ul li,
  #project02 #intro .inner .member ul li,
  #project03 #intro .inner .member ul li,
  #project04 #intro .inner .member ul li {
    max-width: 100%;
    padding: 16px 17px;
    border-radius: 4px;
  }

  #project01 #intro .inner .member ul li .img,
  #project02 #intro .inner .member ul li .img,
  #project03 #intro .inner .member ul li .img,
  #project04 #intro .inner .member ul li .img {
    width: 100px;
    margin-right: 15px;
  }

  #project01 #intro .inner .member ul li .txt .year,
  #project02 #intro .inner .member ul li .txt .year,
  #project03 #intro .inner .member ul li .txt .year,
  #project04 #intro .inner .member ul li .txt .year {
    font-size: 12px;
    margin-bottom: 4px;
  }

  #project01 #intro .inner .member ul li .txt .position,
  #project02 #intro .inner .member ul li .txt .position,
  #project03 #intro .inner .member ul li .txt .position,
  #project04 #intro .inner .member ul li .txt .position {
    font-size: 13px;
    margin-bottom: 7px;
  }

  #project01 #intro .inner .member ul li .txt .name,
  #project02 #intro .inner .member ul li .txt .name,
  #project03 #intro .inner .member ul li .txt .name,
  #project04 #intro .inner .member ul li .txt .name {
    font-size: 21px;
  }

  #project01 .story_sec,
  #project02 .story_sec,
  #project03 .story_sec,
  #project04 .story_sec {
    padding-top: 40px;
  }

  #project01 .story_sec .inner .row,
  #project02 .story_sec .inner .row,
  #project03 .story_sec .inner .row,
  #project04 .story_sec .inner .row {
    flex-direction: column;
  }

  #project01 .story_sec .inner .row .txt,
  #project02 .story_sec .inner .row .txt,
  #project03 .story_sec .inner .row .txt,
  #project04 .story_sec .inner .row .txt {
    width: 100%;
  }

  #project01 .story_sec .inner .row .txt .num,
  #project02 .story_sec .inner .row .txt .num,
  #project03 .story_sec .inner .row .txt .num,
  #project04 .story_sec .inner .row .txt .num {
    font-size: 12px;
    margin-bottom: 12px;
  }

  #project01 .story_sec .inner .row .txt .num::before,
  #project02 .story_sec .inner .row .txt .num::before,
  #project03 .story_sec .inner .row .txt .num::before,
  #project04 .story_sec .inner .row .txt .num::before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  #project01 .story_sec .inner .row .txt h2,
  #project02 .story_sec .inner .row .txt h2,
  #project03 .story_sec .inner .row .txt h2,
  #project04 .story_sec .inner .row .txt h2 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 17px;
  }

  #project01 .story_sec .inner .row .txt .txt_row .icon,
  #project02 .story_sec .inner .row .txt .txt_row .icon,
  #project03 .story_sec .inner .row .txt .txt_row .icon,
  #project04 .story_sec .inner .row .txt .txt_row .icon {
    width: 46px;
    margin-right: 9px;
  }

  #project01 .story_sec .inner .row .txt .txt_row .message,
  #project02 .story_sec .inner .row .txt .txt_row .message,
  #project03 .story_sec .inner .row .txt .txt_row .message,
  #project04 .story_sec .inner .row .txt .txt_row .message {
    width: calc(100% - 55px);
    font-size: 14px;
    line-height: 1.8;
  }

  #project01 .story_sec .inner .row .txt .txt_row:not(:last-child),
  #project02 .story_sec .inner .row .txt .txt_row:not(:last-child),
  #project03 .story_sec .inner .row .txt .txt_row:not(:last-child),
  #project04 .story_sec .inner .row .txt .txt_row:not(:last-child) {
    margin-bottom: 30px;
  }

  #project01 .story_sec .inner .row .txt .sp_img,
  #project02 .story_sec .inner .row .txt .sp_img,
  #project03 .story_sec .inner .row .txt .sp_img,
  #project04 .story_sec .inner .row .txt .sp_img {
    margin-bottom: 25px;
  }

  #project01 .story_sec .inner .row .sp_img,
  #project02 .story_sec .inner .row .sp_img,
  #project03 .story_sec .inner .row .sp_img,
  #project04 .story_sec .inner .row .sp_img {
    margin-top: 34px;
    width: 100%;
  }

  #project01 .story_sec .inner .row .sp_img img,
  #project02 .story_sec .inner .row .sp_img img,
  #project03 .story_sec .inner .row .sp_img img,
  #project04 .story_sec .inner .row .sp_img img {
    border-radius: 8px;
  }

  #project01 .story_sec .inner .row.reverse .sp_img,
  #project02 .story_sec .inner .row.reverse .sp_img,
  #project03 .story_sec .inner .row.reverse .sp_img,
  #project04 .story_sec .inner .row.reverse .sp_img {
    order: 2;
  }

  #project01 .story_sec .inner .row.reverse .txt,
  #project02 .story_sec .inner .row.reverse .txt,
  #project03 .story_sec .inner .row.reverse .txt,
  #project04 .story_sec .inner .row.reverse .txt {
    order: 1;
  }

  #project01 .img_sec,
  #project02 .img_sec,
  #project03 .img_sec,
  #project04 .img_sec {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  #project01 .img_sec .inner .parallax.kazari6,
  #project02 .img_sec .inner .parallax.kazari6,
  #project03 .img_sec .inner .parallax.kazari6,
  #project04 .img_sec .inner .parallax.kazari6 {
    width: 13px;
    height: 13px;
    left: 0.5%;
    bottom: 20.5%;
  }

  #project01 .img_sec .inner .parallax.kazari7,
  #project02 .img_sec .inner .parallax.kazari7,
  #project03 .img_sec .inner .parallax.kazari7,
  #project04 .img_sec .inner .parallax.kazari7 {
    width: 80px;
    height: 22px;
    left: 2.4%;
    bottom: -4.8%;
  }

  #project01 .img_sec .inner .parallax.kazari8,
  #project02 .img_sec .inner .parallax.kazari8,
  #project03 .img_sec .inner .parallax.kazari8,
  #project04 .img_sec .inner .parallax.kazari8 {
    width: 30px;
    height: 4.5px;
    left: 17.4%;
    bottom: -17.3%;
  }

  #project01 .img_sec .inner .parallax.kazari9,
  #project02 .img_sec .inner .parallax.kazari9,
  #project03 .img_sec .inner .parallax.kazari9,
  #project04 .img_sec .inner .parallax.kazari9 {
    width: 23.5px;
    height: 43.5px;
    right: 9.6%;
    top: -22.5%;
  }

  #project01 .img_sec .inner .parallax.kazari10,
  #project02 .img_sec .inner .parallax.kazari10,
  #project03 .img_sec .inner .parallax.kazari10,
  #project04 .img_sec .inner .parallax.kazari10 {
    width: 38.5px;
    height: 41px;
    right: 1%;
    top: -9.6%;
  }

  #project01 #mv .inner .main_img {
    background-image: url(../img/work/project01/mv_sp.jpg);
  }

  #project02 #mv .inner .main_img {
    background-image: url(../img/work/project02/mv_sp.jpg);
  }

  #project03 #mv .inner .main_img {
    background-image: url(../img/work/project03/mv_sp.jpg);
  }

  #project04 #mv .inner .main_img {
    background-image: url(../img/work/project04/mv_sp.jpg);
  }
}

/*ÃƒÂ¨Ã‚Â¿Ã‚Â½ÃƒÂ¥Ã…Â Ã‚Â */
#top #concept {
  padding: 160px 0 40px;
}

#top #concept .sec_wantedly {
  margin-top: 200px;
}

#top #concept .sec_wantedly .wantedly_block {
  max-width: 1680px;
  /* padding-bottom: 140px; */
  position: relative;
  width: 88%;
  margin: 0 auto;
}

#top .sec_wantedly .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

#top #concept .wantedly_block .wrap {
  /* display: flex; */
}

#top #concept .wantedly_block .wrap .desc {
  float: left;
  width: 33.7%;
  line-height: 1.8;
  padding-right: 5%;
  position: relative;
  z-index: 3;
}

#top #concept .wantedly_block .wrap .desc a.link {
  color: #0859a8;
  border-bottom: 1px solid;
}

#top #concept .wantedly_block .wrap .desc a.link:hover {
  opacity: 0.8;
}

#top #concept .wantedly_block .wrap .btn {
  margin-top: 40px;
}

#top #concept .wantedly_block .wrap .btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 360px;
  height: 74px;
  background: #eaeff3;
  border-radius: 6px;
  padding-left: 27px;
  padding-right: 12px;
  font-size: 19px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
}

#top #concept .wantedly_block .wrap .btn a span {
  position: relative;
  display: flex;
  align-items: center;
}

#top #concept .wantedly_block .wrap .btn a span::after {
  content: "";
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../img/icon_blank_black.svg) no-repeat center / contain;
  margin-left: 10px;
}

#top #concept .wantedly_block .wrap .btn a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s;
}

#top #concept .wantedly_block .wrap .btn a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #18559d, #fd452d);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}

#top #concept .wantedly_block .wrap .btn a i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}

#top #concept .wantedly_block .wrap .btn a i::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#top #concept .wantedly_block .wrap .btn a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  #top #concept .wantedly_block .wrap .btn a:hover {
    background: #e4e9ee;
  }

  #top #concept .wantedly_block .wrap .btn a:hover i::after {
    opacity: 1;
  }

  #top #concept .wantedly_block .wrap .btn a:hover::before {
    transform: translateY(-50%) scale(0);
  }

  #top #concept .wantedly_block .wrap .btn a:hover::after {
    transform: translateY(-50%) scale(1);
  }
}

#top #concept .wantedly_block .wrap .wantedly_slider {
  margin-right: calc(50% - 50vw);
}

#top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide {
  width: 20.625rem;
}

#top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a {
  border: 0.0625rem solid #dbdfe3;
  border-radius: 0.625rem;
  margin-right: 1.875rem;
  overflow: hidden;
  display: block;
  height: 100%;
}

#top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-img_box {
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
}

#top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-img_box img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: auto;
  width: initial;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}

#top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-img_box .card-img-back {
  -o-object-fit: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a:hover .card-img_box img {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

#top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-box {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 0.8625rem 1.25rem 1.4375rem 1.125rem;
  text-align: left;
}

#top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-box_ttl {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

#top .wantedly_slider_wrapper {
  position: relative;
  padding-bottom: 100px;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã‚Â²ÃƒÂ¦Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â³ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã†â€™Ã…Â  */
#top .wantedly_slider_pagination {
  display: flex;
  align-items: center;
  gap: 30px;
  width: calc(100% - 33.7%);
  margin-right: 0;
  margin-left: auto;
  margin-top: 30px;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã‚Â²ÃƒÂ¦Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â³ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã†â€™Ã…Â  */
#top .wantedly_slider_progress_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã‚Â²ÃƒÂ¦Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â¼ */
#top .wantedly_slider_progress {
  flex-grow: 1;
  height: 5px;
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 30%;
}

#top .wantedly_slider_progress_bar {
  height: 100%;
  width: 0;
  background: #1c63b9;
  /* ÃƒÂ©Ã¢â€šÂ¬Ã‚Â²ÃƒÂ¦Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
  transition: width 0.3s ease;
}

#top .wantedly_slider_pagination .btn_box {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 3rem;
}

#top .wantedly_slider_pagination .btn_box .wantedly_slider_prev,
#top .wantedly_slider_pagination .btn_box .wantedly_slider_next {
  background: #fff;
  border: 0.0625rem solid #939ba2;
  border-radius: 50%;
  cursor: pointer;
  height: 3rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .wantedly_slider_pagination .btn_box .wantedly_slider_prev::before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: no-repeat center / contain;
  background-image: url(../img/arrow_left_black.svg);
}

#top .wantedly_slider_pagination .btn_box .wantedly_slider_next::before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: no-repeat center / contain;
  background-image: url(../img/arrow_right_black.svg);
}

#top .wantedly_slider_pagination button.disabled {
  opacity: 0.3;
  cursor: default !important;
}

#top .wantedly_slider_pagination button:hover {
  opacity: 0.5;
}

#top .wantedly_slider_pagination button.disabled:hover {
  opacity: 0.3;
}

#top #concept .wantedly_block .wrap .btn.sp_btn {
  display: none;
}

/*ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â°ÃƒÂ£Ã†â€™Ã‚Â­ÃƒÂ£Ã†â€™Ã…Â ÃƒÂ£Ã†â€™Ã¢â‚¬Å“ ÃƒÂ¨Ã‚ÂªÃ‚Â¿ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´*/
header .inner nav .menu>li>a.blank span {
  position: relative;
}

header .inner nav .menu>li.has_child .sub_menu li a.blank span {
  position: relative;
  font-size: 17px;
  line-height: 1.22;
  font-feature-settings: unset;
  letter-spacing: 0;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0;
}

header .inner nav .menu>li.has_child .sub_menu li a.blank span::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  background: url(../img/icon_blank_black.svg) no-repeat center / contain;
  margin-left: 10px;
  transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
  header .inner nav .menu>li.has_child .sub_menu li a.blank:hover span::after {
    background: url(../img/icon_blank_red.svg) no-repeat center / contain;
  }
}

@media (max-width: 768px) {
  #top #concept {
    padding: 60px 0 0;
  }

  #top #concept .sec_wantedly {
    margin-top: 80px;
  }

  #top .sec_wantedly .ttl {
    margin-bottom: 30px;
  }

  #top #concept .wantedly_block .wrap .desc {
    float: inherit;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 35px;
  }

  #top #concept .wantedly_block .wrap .desc .btn.pc_btn {
    display: none;
  }

  #top #concept .wantedly_block .wrap .btn.sp_btn {
    display: block;
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a {
    border-radius: 0.3125rem;
    margin-right: 1.625rem;
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-img_box {
    border-radius: 0.25rem 0.25rem 0 0;
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-box {
    padding: 0.9375rem 1rem 0.9375rem 1rem;
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-box_ttl {
    font-size: 14px;
    line-height: 1.5;
  }

  #top .wantedly_slider_wrapper {
    padding-bottom: 30px;
  }

  #top .wantedly_slider_pagination {
    width: 100%;
    margin-top: 20px;
  }

  #top .wantedly_slider_pagination .btn_box {
    gap: 15px;
    height: 2.5rem;
  }

  #top .wantedly_slider_pagination .btn_box .wantedly_slider_prev,
  #top .wantedly_slider_pagination .btn_box .wantedly_slider_next {
    height: 2.5rem;
    width: 2.5rem;
  }

  #top #concept .wantedly_block .wrap .btn {
    margin-top: 0;
    margin-bottom: 80px;
  }

  #top #concept .wantedly_block .wrap .btn a {
    width: 68vw;
    height: 56px;
    font-size: 15px;
    border-radius: 3px;
  }

  #top #concept .wantedly_block .wrap .btn a::before {
    width: 34px;
    height: 34px;
  }

  #top #concept .wantedly_block .wrap .btn a i {
    width: 34px;
    height: 34px;
  }

  header .inner nav .menu>li.has_child .sub_menu li a.blank span {
    font-size: 15px;
    position: relative;
    height: auto;
    white-space: normal;
  }

}




.hakobu {
  margin-top: 100px;
}

.hakobu .wrap {
  background: #0859a8;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2em 3em;
  position: relative;
  color: #fff;
  border-radius: 1em;
}

.hakobu .wrap .hakobu_left {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.hakobu_bottom {
  margin-bottom: 50px
}

@media (max-width: 600px) {
  .hakobu_bottom {
    margin-bottom: 0;
    margin-top: 70px !important;
  }
}


.hakobu .wrap h2 {
  font-size: 2em;
  line-height: 2.5 !important;
  color: #fff
}

.hakobu .wrap p {
  font-size: 1.2em;
  line-height: 2;
}

.hakobu .wrap img.hakobuImg {
  position: absolute;
  right: 30px;
  top: -50px;
  width: 350px;
}



.hakobu .wrap .telA {
  font-size: 2.2em;
  font-weight: 600;
}

.hakobu .wrap .telA a {
  font-size: 1.8em;
  font-weight: 600;
}

.hakobu .wrap .telA:before {
  content: '';
  font-family: 'Font Awesome 6 pro';
  content: "\f4d2";
  font-size: 1.38em;
  padding-right: 10px;
}



@media (max-width: 600px) {

  .hakobu .wrap {
    border-radius: 0em;
  }

  .hakobu .wrap .hakobu_left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .hakobu .wrap h2 {
    font-size: 1.6em;
    line-height: 2.1 !important;
    color: #fff
  }

  .hakobu .wrap p {
    font-size: 1.0em;
  }



  .hakobu .wrap img.hakobuImg {
    position: absolute;
    right: 20px;
    top: -110px;
    width: 150px;
  }

  .hakobu .wrap .telA {
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 10px;
  }


}



footer .sns_box {
  margin-top: 40px;
}

footer .sns_box .sns_list {
  justify-content: flex-end;
  gap: 15px;
}

footer .sns_box .sns_list .sns_list_item {
  max-width: 190px;
  margin-right: 0 !important;
}

footer .sns_box .sns_list .sns_list_item a {}

footer .sns_box .sns_list .sns_list_item a img {
  border-radius: 5px;
  overflow: hidden;
}




a.btnTelA {
  font-size: 1.6rem !important;
}

@media screen and (min-width: 64em) {
  a.btnTelA {
    font-size: 2.2rem !important;
  }
}



a.btnTelA:hover {
  /* border-bottom: #14357b 1px solid; */
  color: #123d83;
}

a.btnTelA:before {
  font-size: 14px;
  font-family: 'Font Awesome 6 pro';
  content: "\f4d2";
  font-size: 27px;
  padding-right: 8px;
  line-height: 2;
  color: #0859a8;
}






a.btnTel {
  font-size: 1.6rem !important;
}

@media screen and (min-width: 64em) {
  a.btnTel {
    font-size: 2.2rem !important;
  }
}



a.btnTel:hover {
  /* border-bottom: #14357b 1px solid; */
  color: #123d83;
}

a.btnTel:before {
  font-size: 14px;
  font-family: 'Font Awesome 6 pro';
  content: "\f4d2";
  font-size: 27px;
  padding-right: 8px;
  line-height: 2;
  color: #0859a8;
}

a.btnMail {
  color: #242e76;
  background: #fff;
  border-color: #14357b;
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  border-radius: 1.5em;
  padding: 5px 0;
  height: 55px;
}

a.btnMail:hover {
  color: #fff;
  background: #242e76;
  border: #fff 2px solid;
}

a.btnMail:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f0e0";
  font-size: 20px;
  padding-right: 10px;
}



@media screen and (min-width: 64em) {

  a.btnTel {
    font-size: 1.5rem !important;
  }
}





.l-footer {
  background-color: #ffffff;
  padding-top: 2.75rem;
  padding-bottom: 3rem;
  position: relative;
  padding-bottom: 0;
}




@media screen and (min-width: 64em) {
  .l-footer {
    padding-top: 6.5rem;
    padding-bottom: 1.75rem;
    padding-bottom: 0;
    padding: 1.5em 1.5em 0;
    padding: 0 0 0;
    width: 100%;
    /* margin-top: 50px; */
  }



}

.l-footer__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  background: #0859a8;
  padding-bottom: 20px;
  padding-top: 20px;
}




/* @media screen and (min-width: 30em) { */
.l-footer__inner {
  /* max-width: 1328px; */
  padding-right: 40px;
  padding-left: 40px;
  background: #0859a8;
  padding: 40px;
}

.l-footer__inner {
  /* max-width: 1328px; */
  padding-right: 40px;
  padding-left: 40px;
  background: #e3e3e3;
  padding: 40px;
  position: relative;
}

.l-footer__inner::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  /* background: url(../../img/radius_top_left_black.svg) no-repeat bottom right / contain; */
  position: absolute;
  top: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}







.bl_dataBlock_bglayer {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2.4rem;
  top: -4em;
  left: 0;
  width: 100%;
  /* width: 90%; */
  height: 10%;
  background-color: #0859a8;
  z-index: 0;
}

/* } */

@media screen and (min-width: 64em) {
  .bl_dataBlock_bglayer {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -3.4rem;
    top: -5em;
    left: 0;
    width: 100%;
    /* width: 90%; */
    height: 20%;
    background-color: #0859a8;
    z-index: 0;
  }
}
}



/* ===============================================
card_category
=============================================== */

.category_wrap {
  border: 1px solid #ddd;
  margin-top: 60px;
  border-radius: 1em;
  border: #ddd 1px solid;
  /* background: #f7f7f8; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
}


.card_category {
  max-width: 1200px;
  padding: 20px 20px;
  margin: 0;
  width: 100%;
  /* border-top: 1px solid #DDD; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.card_category li {
  list-style: none;
}


.card_cate {
  /* background-color: #fff; */
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px; */
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
  border-radius: 5px;
  color: #323232 !important;
  text-decoration: none !important;
  margin-bottom: 10px;
  /* width: 31%; */
}



.card_cate:hover {
  transition: all .4s;
  opacity: .7;
  box-shadow: rgba(10, 10, 0, 0.10) 10px 5px 15px;
}

.card_cate:last-child {
  border-bottom: none;
}

.card_cate {
  list-style: none;
}





.card_cate_name {
  font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem);
  /* text-align: center; */
  padding-bottom: 10px;
  font-size: 1em;
  padding-left: 20px;
}

.card_cate_name span {
  background: #ddd;
  border-radius: 1em;
  padding: 5px 10px;
  font-size: 0.8em;
}

.card_cate_title {
  font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem);
  /* text-align: center; */
  padding-bottom: 10px;
  font-size: 1em;
  font-size: 1.2em;
  line-height: 1.4;
}

.card_inner {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .card_inner {
    display: flex;
    flex-direction: row;
  }
}

.card_cate_txt {
  font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem);
  /* text-align: center; */
  padding-bottom: 10px;
  font-size: 1em;
}

.card_cate_img {
  width: 100%;
  height: 150px;
  max-width: 100%;
}

@media screen and (min-width: 48em) {
  .card_cate_img {
    width: 30%;
    max-width: 180px;
  }
}



.card_cate_img img {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 95%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5em;
}

.time-category {
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
}

.card_cate_text {
  font-size: 15px;
  padding: 5px 5px;
  flex-grow: 1;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .card_cate_text {
    width: 60%;
  }
}


.card_cate_link {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
}

.card_cate_link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background-color: #d8c9c9;
}

@media only screen and (max-width: 738px) {

  .card_cate_container {
    width: 92%;
    margin: 0 4%;
    padding: 0 0 50px;
  }

  .card_cate_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* width: 100%; */
    padding: 0 20px;
    gap: 20px;
  }



  .card_cate_wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    width: 100%;
  }
}



/* .btn  */
.btn {
  /* display: inline-block; */
  /* width: 275px; */
  /* max-width: 100%; */
  /* padding: 0; */
  /* margin: 0 10px; */
  color: #0859a8;
  /* background: #f2f2ff; */
  /* border: #534ba0 1px solid; */
  /* border-bottom: #3f3d3d 1px solid; */
  /* font-size: 14px; */
  text-decoration: none;
  /* text-align: center; */
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 1px;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 1px;




























  @keyframes mv_line {
    0% {
      top: unset;
      bottom: 0;
      height: 6.831vw;
    }

    34% {
      top: unset;
      bottom: 0;
      height: 0;
    }

    35% {
      top: 0;
      bottom: unset;
      height: 0;
    }

    70% {
      top: 0;
      bottom: unset;
      height: 6.831vw;
    }
  }

  @keyframes mv_line_sp {
    0% {
      top: unset;
      bottom: 0;
      height: 12.2vw;
    }

    34% {
      top: unset;
      bottom: 0;
      height: 0;
    }

    35% {
      top: 0;
      bottom: unset;
      height: 0;
    }

    70% {
      top: 0;
      bottom: unset;
      height: 12.2vw;
    }
  }

  @keyframes flow_txt {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: "Noto sans JP", sans-serif;
    color: #111;
  }

  ul,
  ol {
    list-style: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a {
    transition: 0.3s ease;
    text-decoration: none;
    color: inherit;
  }

  input,
  textarea,
  select,
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    background: none;
    font: inherit;
    color: inherit;
  }

  table {
    border-collapse: collapse;
  }

  .wrapper {
    overflow: hidden;
  }

  .inner {
    width: 88%;
    margin: 0 auto;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  header {
    z-index: 100;
    width: 100%;
    height: 100px;
    position: absolute;
    background: #fff;
    transition: 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
    transition-property: top, opacity;
  }

  header .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 0 2.2% 0 2.5%;
    position: relative;
  }

  header .inner h1 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 29px 2.5vw;
    background: #fff;
    border-bottom-right-radius: 40px;
  }

  header .inner h1::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/radius_top_left.svg) no-repeat left top/contain;
    position: absolute;
    top: 100px;
    left: 100%;
  }

  header .inner h1 img {
    width: 139px;
  }

  header .inner h1 img.horizontal {
    display: none;
  }

  header .inner h1 img.default {
    display: block;
  }

  header .inner nav {
    display: flex;
    align-items: center;
  }

  header .inner nav .menu {
    display: flex;
  }

  header .inner nav .menu>li>a {
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    padding: 0 12px 0 13px;
    display: flex;
    align-items: center;
    height: 60px;
  }

  @media (hover: hover) and (pointer: fine) {
    header .inner nav .menu>li>a:hover {
      color: #18559d;
    }
  }

  header .inner nav .menu>li.has_child {
    position: relative;
  }

  header .inner nav .menu>li.has_child .sub_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    /* border: 1px solid rgb(201, 201, 201); */
    box-shadow: 2px 2px 8px rgba(20, 20, 20, 0.16);
    background: #fff;
    padding: 10px 0;
    display: none;
  }

  header .inner nav .menu>li.has_child .sub_menu li a {
    position: relative;
    padding: 20px 63px 20px 20px;
    display: block;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.22;
    font-feature-settings: unset;
    letter-spacing: 0;
    font-weight: bold;
  }

  header .inner nav .menu>li.has_child .sub_menu li a span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }

  header .inner nav .menu>li.has_child .sub_menu li a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    font-family: 'Font Awesome 6 pro';
    content: "\f061";
    color: #0859a8;

  }

  @media (hover: hover) and (pointer: fine) {
    header .inner nav .menu>li.has_child .sub_menu li a:hover {
      color: #0859a8;
    }
  }

  header .inner nav .menu>li.has_child .sub_menu li:not(:last-child) {
    border-bottom: 1px dotted #d0d0d0;
  }

  header .inner nav .menu>li.has_child.recruitment .sub_menu {
    min-width: 250px;
  }




  header .inner nav .h_phone {
    display: flex;
    margin-left: 28px;
  }

  header .inner nav .h_phone li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18559d;
    /* width: 146px; */
    /* width: 96px; */
    height: 60px;
    font-size: 35px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }



  header .inner nav .recruit {
    display: flex;
    margin-left: 28px;
  }

  header .inner nav .recruit li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 146px;
    /* width: 96px; */
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  header .inner nav .recruit li.new_grad a {
    background-color: #1c63b9;
    border-radius: 8px 0 0 8px;
  }

  @media (hover: hover) and (pointer: fine) {
    header .inner nav .recruit li.new_grad a:hover {
      background-color: #1c63b9;
    }
  }

  header .inner nav .recruit li.mid_career a {
    background-color: #17a0df;
    border-radius: 0 8px 8px 0;
  }

  @media (hover: hover) and (pointer: fine) {
    header .inner nav .recruit li.mid_career a:hover {
      background-color: #17a0df;
    }
  }

  header .inner #menu_btn {
    display: none;
  }

  header.scroll {
    position: fixed;
    top: -168px;
    left: 0;
    opacity: 0;
    transition: 0.5s ease;
  }

  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
  }

  header.fixed .inner h1::after {
    content: none;
  }

  header.fixed .inner h1 img.horizontal {
    display: block;
    width: 200px;
  }

  header.fixed .inner h1 img.default {
    display: none;
  }

  .breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 8;
  }

  .breadcrumb ul li {
    font-size: 13px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    line-height: 1;
  }

  .breadcrumb ul li:first-child::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #18559d;
    border-radius: 50%;
    margin-right: 8px;
  }

  .breadcrumb ul li:not(:last-child) {
    margin-right: 10px;
  }

  .breadcrumb ul li:not(:last-child)::after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #000;
    margin-left: 10px;
  }

  .sec_h2 {
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  .sec_h2 a {
    display: flex;
    align-items: center;
  }

  .sec_h2 a span {
    position: relative;
  }

  .sec_h2 a span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #18559d;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    transition: 0.4s;
  }

  .sec_h2 a::after {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
    margin-left: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    .sec_h2 a:hover {
      color: #18559d;
    }

    .sec_h2 a:hover span::after {
      width: 100%;
    }
  }

  .section_row {
    padding-top: 50px;
  }

  .section_row .row_inner {
    position: relative;
    max-width: 1440px;
    width: 88%;
    margin: 0 auto 0;
  }

  .section_row .row_inner aside {
    width: 308px;
    position: absolute;
  }

  .section_row .row_inner aside ul li a {
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: none;
  }

  .section_row .row_inner aside ul li a span {
    margin-right: 14px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
  }

  .section_row .row_inner aside ul li a:hover {
    color: #18559d;
  }

  .section_row .row_inner aside ul li.current a {
    font-weight: bold;
    color: #18559d;
  }

  .section_row .row_inner aside ul li.current a::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #18559d;
    margin-right: 13px;
  }

  .section_row .row_inner aside ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .section_row .row_inner section {
    padding-left: 308px;
  }

  .section_row .row_inner section .inner {
    width: 100%;
    margin-bottom: 80px;
  }

  #related_page .inner .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #related_page .inner .ttl_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
  }

  #related_page .inner .ttl_row h2 {
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #related_page .inner .ttl_row h2 a {
    display: flex;
    align-items: center;
  }

  #related_page .inner .ttl_row h2 a span {
    position: relative;
  }

  #related_page .inner .ttl_row h2 a span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #18559d;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    transition: 0.4s;
  }

  #related_page .inner .ttl_row h2 a::after {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
    margin-left: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    #related_page .inner .ttl_row h2 a:hover {
      color: #18559d;
    }

    #related_page .inner .ttl_row h2 a:hover span::after {
      width: 100%;
    }
  }

  #cta {
    position: relative;
  }

  #cta .recruit_mg {
    border-radius: 100px 100px 0 0;
    aspect-ratio: 1400/434;
    background: url(../img/cta_bg.jpg) no-repeat center/cover;
  }

  #cta .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  #cta .inner .txt {
    text-align: center;
    color: #fff;
    font-size: 1.8vw;
    line-height: 1.5;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }

  #cta .recruit {
    display: flex;
    justify-content: center;
    top: 100%;
    left: 0;
    width: 100%;
  }

  #cta .recruit li {
    width: 50%;
  }

  #cta .recruit li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 6vw;
    font-size: clamp(15px, 1.57vw, 32px);
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #cta .recruit li.new_grad a {
    background: #18559d;
  }

  @media (hover: hover) and (pointer: fine) {
    #cta .recruit li.new_grad a:hover {
      background: #df0049;
    }
  }

  #cta .recruit li.mid_career a {
    background: #fd452d;
  }

  @media (hover: hover) and (pointer: fine) {
    #cta .recruit li.mid_career a:hover {
      background: #f22a0f;
    }
  }

  footer {
    background: #222222;
    padding: 100px 0 55px;
  }

  footer .inner {
    max-width: 1480px;
    padding: 0 3%;
  }



  @media (min-width: 1280px) and (max-width: 1400px) {
    header .inner nav .menu li a {
      padding: 0 7px;
      font-size: 15px;
    }

    header .inner nav .recruit {
      margin-left: 19px;
    }
  }

  @media (max-width: 1280px) {
    header {
      background: none;
      height: 68px;
    }

    header::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
    }

    header .inner h1 {
      border-bottom-right-radius: 20px;
      padding: 24.5px 2.5vw;
    }

    header .inner h1 img {
      width: 98px;
    }

    header .inner h1::after {
      top: 68px;
    }

    header .inner nav {
      flex-direction: column;
      position: fixed;
      top: -100%;
      right: 0;
      background: #fff;
      width: 100%;
      max-width: 100%;
      padding: 130px 30px 60px;
      height: 100vh;
      z-index: -1;
      opacity: 1;
      overflow: auto;
    }

    header .inner nav .recruit {
      order: 1;
      width: 100%;
      margin-bottom: 30px;
      margin-left: 0;
    }

    header .inner nav .recruit li {
      width: 50%;
    }

    header .inner nav .recruit li a {
      width: 100%;
      font-size: 14px;
    }

    header .inner nav .recruit li.new_grad a {
      border-radius: 4px 0 0 4px;
    }

    header .inner nav .recruit li.mid_career a {
      border-radius: 0 4px 4px 0;
    }

    header .inner nav .menu {
      flex-direction: column;
      order: 2;
      width: 100%;
    }

    header .inner nav .menu>li {
      border-top: 1px solid #cdcdcd;
      width: 100%;
    }

    header .inner nav .menu>li>a {
      display: flex;
      padding: 15px 0;
      font-size: 16px;
      position: relative;
    }

    header .inner nav .menu>li>a::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: linear-gradient(45deg, #0859a8, #0859a8);
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      border-radius: 50%;
    }

    header .inner nav .menu>li>a::after {
      content: "";
      display: block;
      width: 10px;
      height: 8px;
      background: url(../img/arrow_right_white.svg) no-repeat center/contain;
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
    }

    header .inner nav .menu>li:last-child {
      border-bottom: 1px solid #cdcdcd;
    }

    header .inner nav .menu>li.has_child>a {
      pointer-events: none;
    }

    header .inner nav .menu>li.has_child>a::before {
      content: none;
    }

    header .inner nav .menu>li.has_child>a::after {
      background-image: url(../img/icon_plus_menu.svg);
      width: 18px;
      height: 18px;
      right: 0;
      transition: 0.3s;
    }

    header .inner nav .menu>li.has_child .sub_menu {
      position: static;
      transform: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding-bottom: 40px;
    }

    header .inner nav .menu>li.has_child .sub_menu li a {
      font-size: 15px;
      position: relative;
      padding: 0 30px 0 14px;
      height: auto;
      white-space: normal;
    }

    header .inner nav .menu>li.has_child .sub_menu li a br {
      display: none;
    }

    header .inner nav .menu>li.has_child .sub_menu li a span {
      font-weight: 400;
      padding-top: 1.5px;
    }

    header .inner nav .menu>li.has_child .sub_menu li a::before {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      background: linear-gradient(to right, #18559d, #fd452d);
      border-radius: 50%;
      position: absolute;
      top: 6px;
      left: 0;
    }

    header .inner nav .menu>li.has_child .sub_menu li a::after {
      content: none;
    }

    header .inner nav .menu>li.has_child .sub_menu li:not(:last-child) {
      border-bottom: 0;
      margin-bottom: 16px;
    }

    header .inner nav .menu>li.has_child.open a::after {
      transform: translateY(-50%) rotate(45deg);
    }

    header .inner #menu_btn {
      display: block;
      position: absolute;
      top: 11px;
      right: 25px;
      /* border: 1px solid #1e1e1e; */
      width: 120px;
      height: 48px;
      border-radius: 10px;
      z-index: 100;
      cursor: pointer;
    }

    header .inner #menu_btn span {
      position: absolute;
      display: block;
      height: 4px;
      background: #1e1e1e;
      left: 35px;
      transition: 0.3s ease;
    }

    header .inner #menu_btn span:nth-child(1) {
      width: 46px;
      top: 9px;
    }

    header .inner #menu_btn span:nth-child(2) {
      width: 46px;
      top: 20px;
    }

    header .inner #menu_btn span:nth-child(3) {
      width: 46px;
      top: 31px;
    }

    header.open {
      position: fixed;
      left: 0;
    }

    header.open .inner #menu_btn span {
      left: 35px;
    }

    header.open .inner #menu_btn span:nth-child(1) {
      top: 20px;
      width: 48px;
      transform: rotate(45deg);
    }

    header.open .inner #menu_btn span:nth-child(2) {
      opacity: 0;
    }

    header.open .inner #menu_btn span:nth-child(3) {
      top: 20px;
      width: 48px;
      transform: rotate(-45deg);
    }

    header.fixed .inner h1 {
      padding: 16.5px 2.5vw;
      border-bottom-right-radius: 20px;
    }

    header.fixed .inner h1 img.horizontal {
      width: 175px;
    }

    #mv {
      padding-top: 216px;
    }

    footer .inner .company_nav {
      flex-direction: column;
    }

    footer .inner .company_nav .company {
      margin-bottom: 60px;
    }
  }

  @media (max-width: 1000px) {
    .section_row .row_inner aside {
      display: none;
    }

    .section_row .row_inner section {
      padding-left: 0;
    }

    #cta .recruit_mg {
      border-radius: 40px 40px 0 0;
    }

    #cta .inner .txt {
      font-size: 20px;
    }

    #cta .recruit li a {
      height: 60px;
      font-size: 15px;
    }

    footer .inner .catch_copy {
      flex-direction: column;
      align-items: flex-start;
    }

    footer .inner .catch_copy .copy {
      margin-top: 40px;
    }
  }

  @media (max-width: 768px) {
    .pc {
      display: none;
    }

    .sp {
      display: block;
    }

    .inner {
      width: 90%;
    }

    header {
      height: 54px;
    }

    header .inner {
      padding-left: 3%;
    }

    header .inner h1 {
      padding: 17px 17px;
      border-bottom-right-radius: 20px;
    }

    header .inner h1::after {
      width: 15px;
      height: 15px;
      top: 54px;
    }

    header .inner h1 img {
      width: 69px;
    }

    header .inner nav {
      padding-top: 84px;
    }

    header .inner nav .recruit li a {
      height: 57px;
    }

    header .inner #menu_btn {
      top: 10px;
      right: 3%;
      width: 40px;
      height: 40px;
      border-radius: 5px;
      border-width: 1px;
    }

    header .inner #menu_btn span {
      height: 2px;
      left: 5px;
    }

    header .inner #menu_btn span:nth-child(1) {
      width: 29px;
      top: 9px;
    }

    header .inner #menu_btn span:nth-child(2) {
      width: 29px;
      top: 15px;
    }

    header .inner #menu_btn span:nth-child(3) {
      width: 29px;
      top: 21px;
    }

    header.open .inner #menu_btn span {
      left: 18px;
    }

    header.open .inner #menu_btn span:nth-child(1) {
      width: 24px;
      top: 15px;
    }

    header.open .inner #menu_btn span:nth-child(3) {
      width: 24px;
      top: 15px;
    }

    header.fixed .inner h1 {
      padding: 10px 3%;
    }

    header.fixed .inner h1 img.horizontal {
      width: 185px;
    }

    .sec_ttl {
      font-size: 10px;
    }

    .sec_h2 {
      font-size: 21px;
    }

    .sec_h2 a::after {
      margin-left: 10px;
      width: 21px;
      height: 21px;
    }

    .breadcrumb ul {
      overflow: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      margin-left: -5vw;
      margin-right: -5vw;
      padding: 0 5vw;
    }

    .breadcrumb ul::-webkit-scrollbar {
      display: none;
    }

    .breadcrumb ul li {
      font-size: 12px;
      white-space: nowrap;
    }

    .breadcrumb ul li:not(:last-child) {
      margin-right: 6px;
    }

    .breadcrumb ul li:not(:last-child)::after {
      width: 10px;
      margin-left: 6px;
    }

    .breadcrumb ul li:first-child::before {
      width: 6.5px;
      height: 6.5px;
      margin-right: 5px;
    }

    .sp_arrow {
      position: relative;
    }

    .sp_arrow::after {
      content: "";
      display: block;
      width: 36px;
      height: 36px;
      background: url(../img/arrow_sp.svg) no-repeat center/contain;
      position: absolute;
      bottom: -8px;
      right: -8px;
    }

    .section_row {
      padding-top: 25px;
    }

    .section_row .row_inner {
      width: 90%;
    }

    #related_page .inner .ttl {
      font-size: 14px;
      margin-bottom: 7px;
    }

    #related_page .inner .ttl_row {
      margin-bottom: 30px;
    }

    #related_page .inner .ttl_row h2 {
      font-size: 21px;
    }

    #related_page .inner .ttl_row h2 a::after {
      margin-left: 10px;
      width: 21px;
      height: 21px;
    }

    #related_page .inner .ttl_row .sec_ttl {
      font-size: 11px;
    }

    #cta .recruit_mg {
      background-image: url(../img/cta_bg_sp.jpg);
      aspect-ratio: 750/499;
    }

    #cta .inner .txt {
      font-size: 16px;
      margin-bottom: 0;
    }

    #cta .inner .recruit li a {
      width: 168px;
      font-size: 14px;
    }

    footer {
      padding: 50px 0 20px;
    }

    footer .inner {
      padding-left: 0;
      padding-right: 0;
    }

    footer .inner .company_nav {
      display: none;
    }

    footer .inner .catch_copy {
      margin-top: 0;
    }

    footer .inner .catch_copy .catch .main {
      margin-bottom: 6px;
    }

    footer .inner .catch_copy .catch .main img {
      width: 265px;
      display: block;
    }

    footer .inner .catch_copy .catch .sub img {
      width: 265px;
      display: block;
    }

    footer .inner .catch_copy .copy {
      font-size: 10px;
    }
  }

  ._d02 {
    transition-delay: 0.2s;
  }

  ._d03 {
    transition-delay: 0.3s;
  }

  ._d04 {
    transition-delay: 0.4s;
  }

  ._d05 {
    transition-delay: 0.5s;
  }

  ._f-up {
    opacity: 0;
    transform: translate(0, 20px);
    transition-duration: 0.6s;
    transition-timing-function: ease;
  }

  ._f-up._is-inview {
    opacity: 1;
    transform: translate(0);
  }

  ._f-in {
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: ease;
  }

  ._f-in._is-inview {
    opacity: 1;
  }

  #top header .inner h1::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/radius_top_left.svg) no-repeat left top/contain;
    position: absolute;
    top: 100%;
    left: 2.5vw;
    transition: opacity 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
  }

  #top header.fixed .inner h1::before {
    content: none;
  }

  #top header.open .inner h1::before {
    opacity: 0;
  }

  #top #mv {
    padding-top: 100px;
    padding-bottom: 0;
    position: relative;
  }

  #top #mv::before {
    content: "";
    display: block;
    width: 2.5vw;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  #top #mv .inner {
    width: 100%;
    max-width: none;
    padding: 30px;
    /* background: #e4f0ff; */
  }

  #top #mv .inner .mv_slider {
    opacity: 0;
    transition: 0.4s ease;
  }

  #top #mv .inner .mv_slider.slick-initialized {
    opacity: 1;
  }

  #top #mv .inner .mv_slider .slide {
    height: calc(100vh - 140px);
    width: auto;
    aspect-ratio: 9/8;
    margin: 0 5px;
    position: relative;
  }

  #top #mv .inner .mv_slider .slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(37, 45, 47, 0.2), rgba(37, 45, 47, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    z-index: 2;
  }

  #top #mv .inner .mv_slider .slide img {
    border-radius: 15px;
  }

  #top #mv .inner .mv_slider .slide img.pc {
    display: block;
  }

  #top #mv .inner .mv_slider .slide img.sp {
    display: none;
  }

  #top #mv .intern_news {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 38%;
    height: 100px;
  }

  #top #mv .intern_news .intern_btn {
    margin-bottom: 20px;
  }

  #top #mv .intern_news .intern_btn a {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    background: url(../img/top/mv_btn_bg.png) no-repeat center left/cover;
    width: 50%;
    min-width: 302px;
    height: 66px;
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    color: #fff;
    position: relative;
    padding: 0 1.4em 0 2em;
    border-radius: 50px 0 0 50px;
  }

  #top #mv .intern_news .intern_btn a::before {
    content: "";
    display: block;
    width: 81px;
    height: 40px;
    background: url(../img/top/mv_btn_txt.svg) no-repeat center/contain;
    position: absolute;
    top: -13px;
    left: -11px;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #mv .intern_news .intern_btn a:hover {
      opacity: 0.8;
    }
  }

  #top #mv .intern_news .intern_btn._anm {
    transform: translate(100%, 0);
    transition: 0.6s ease 0.4s;
  }

  #top #mv .intern_news .intern_btn._anm a::before {
    transform: translate(0, 6px);
    opacity: 0;
    transition: 0.3s ease 0.8s;
  }

  #top #mv .intern_news .intern_btn._anm._is-inview {
    transform: translate(0);
  }

  #top #mv .intern_news .intern_btn._anm._is-inview a::before {
    transform: translate(0);
    opacity: 1;
  }

  #top #mv .intern_news .news {
    background: #eaeff3;
    border-top-left-radius: 20px;
    8px: 0 0 0 0;
    border-radius: 20px 0px 0px 20px;
  }

  #top #mv .intern_news .news .news_slider {
    padding-right: 80px;
  }

  #top #mv .intern_news .news .news_slider .slide {
    padding: 30px 0 35px 30px;
  }

  #top #mv .intern_news .news .news_slider .slide a {
    display: block;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #mv .intern_news .news .news_slider .slide a:hover {
      opacity: 0.8;
    }
  }

  #top #mv .intern_news .news .news_slider .slide .date_cat {
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #top #mv .intern_news .news .news_slider .slide .date_cat .date {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
  }

  #top #mv .intern_news .news .news_slider .slide .date_cat .cat {
    margin-left: 12px;
    background: #adadad;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 4px 12px;
  }

  #top #mv .intern_news .news .news_slider .slide .ttl {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
  }

  #top #mv .intern_news .news .news_slider .slick-arrow {
    font-size: 0;
    cursor: pointer;
    top: 50%;
    width: 10px;
    height: 16px;
    position: absolute;
  }

  #top #mv .intern_news .news .news_slider .slick-arrow.slick-prev {
    display: none !important;
  }

  #top #mv .intern_news .news .news_slider .slick-arrow.slick-next {
    right: 30px;
    background: url(../img/arrow_right_black.svg) no-repeat center/contain;
  }

  #top #mv .intern_news .news::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    /* background: url(../img/radius_bottom_right.svg) no-repeat bottom right/contain; */
    position: absolute;
    bottom: 0;
    right: 100%;
  }

  #top #mv .copy {
    position: absolute;
    left: 0;
    bottom: 0;
    /* top: 10px; */
    z-index: 20;
    display: flex;
    align-items: flex-end;
    padding-left: 66px;
    padding-bottom: 30px;
  }

  #top #mv .copy::before {
    content: "";
    display: block;
    width: 40.7vw;
    height: 40.7vw;
    max-width: 605px;
    max-height: 605px;
    min-width: 243px;
    min-height: 243px;
    background: linear-gradient(135deg, #18559d, #18559d);
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: -1;
    transform: translateX(-25%);
  }

  #top #mv .copy .mv_line {
    position: absolute;
    width: 2px;
    height: 6.831vw;
    max-height: 104.28px;
    bottom: -12px;
    left: 18px;
  }

  #top #mv .copy .mv_line::after {
    content: "";
    display: block;
    width: 100%;
    height: 6.831vw;
    max-height: 104.28px;
    background: #fff;
    animation: mv_line 1.5s infinite ease;
    position: absolute;
    left: 0;
  }

  #top #mv .copy .group .sub {
    font-size: 4.1vw;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1vw;
    top: -100px;
    position: relative;
    font-weight: 600;
    left: -40px;
  }

  #top #mv .copy .group .copy_en img {
    width: 46vw;
    max-width: 900px;
    min-width: 540px;
  }

  #top #mv .copy .group .copy_en {
    font-size: 2.0em;
    position: relative;
    color: #fff;
    bottom: 90px;
  }



  @media (max-width: 600px) {
    #top #mv .copy .group .copy_en {
      font-size: 1.0em;
      position: relative;
      color: #fff;
      bottom: 0px;
    }

  }


  #top #mv .copy .copy_jp {
    margin-left: 1.85vw;
    padding-bottom: 1vw;
  }

  #top #mv .copy .copy_jp img {
    width: 3.8vw;
    max-width: 68px;
    min-width: 47px;
  }

  #top #concept {
    padding: 160px 0;
    position: relative;
  }

  #top #concept .inner {
    width: 76%;
    max-width: 912px;
    position: relative;
  }

  #top #concept .inner .concept_img {
    position: absolute;
    z-index: 0;
  }

  #top #concept .inner .concept_img img {
    width: 200%;
  }

  #top #concept .inner .concept_img.concept_imgRight01 {
    width: 17px;
    right: -242px;
    top: -40px;
    z-index: 7;
  }

  #top #concept .inner .concept_img.concept_imgRight02 {
    width: 36px;
    top: 198px;
    right: -94px;
    z-index: 6;
  }

  #top #concept .inner .concept_img.concept_imgRight03 {
    width: 64px;
    bottom: -52px;
    right: -150px;
    z-index: 5;
  }

  #top #concept .inner .concept_img.concept_imgRight04 {
    width: 215px;
    bottom: -20px;
    right: -366px;
    z-index: 4;
  }

  #top #concept .inner .concept_img.concept_imgRight05 {
    width: 100px;
    top: 72px;
    right: -207px;
    z-index: 3;
  }

  #top #concept .inner .concept_img.concept_imgRight06 {
    width: 210px;
    top: -73px;
    right: -168px;
    z-index: 2;
  }

  #top #concept .inner .concept_img.concept_imgLeft01 {
    width: 90px;
    left: -147px;
    bottom: 90px;
    z-index: 8;
  }

  #top #concept .inner .concept_img.concept_imgLeft02 {
    width: 120px;
    left: -232px;
    bottom: 27px;
    z-index: 7;
  }

  #top #concept .inner .concept_img.concept_imgLeft03 {
    width: 124px;
    left: -370px;
    bottom: 62px;
    z-index: 6;
  }

  #top #concept .inner .concept_img.concept_imgLeft04 {
    width: 68px;
    left: -360px;
    bottom: -50px;
    z-index: 5;
  }

  #top #concept .inner .concept_img.concept_imgLeft05 {
    width: 22px;
    left: -235px;
    top: -45px;
    z-index: 4;
  }

  #top #concept .inner .concept_img.concept_imgLeft06 {
    width: 250px;
    left: -402px;
    top: 6px;
    z-index: 3;
  }

  #top #concept .inner .concept_img.concept_imgLeft07 {
    width: 150px;
    left: -178px;
    top: -128px;
    z-index: 6;
  }

  #top #concept .inner .desc {
    font-weight: bold;
    font-size: 20px;
    line-height: 2.4;
    position: relative;
    z-index: 15;
  }

  #top #concept .inner .btn {
    margin-top: 60px;
  }

  #top #concept .inner .btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 360px;
    height: 74px;
    background: #eaeff3;
    border-radius: 6px;
    padding-left: 27px;
    padding-right: 12px;
    font-size: 19px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    z-index: 1;
  }

  #top #concept .inner .btn a::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.4s;
  }

  #top #concept .inner .btn a::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0859a8, #1c63b9);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) scale(0);
    z-index: -1;
    transition: 0.4s;
  }

  #top #concept .inner .btn a i {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
  }

  #top #concept .inner .btn a i::before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #top #concept .inner .btn a i::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #concept .inner .btn a:hover {
      background: #e4e9ee;
    }

    #top #concept .inner .btn a:hover i::after {
      opacity: 1;
    }

    #top #concept .inner .btn a:hover::before {
      transform: translateY(-50%) scale(0);
    }

    #top #concept .inner .btn a:hover::after {
      transform: translateY(-50%) scale(1);
    }
  }

  #top section h2 {
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #top section h2 a {
    display: flex;
    align-items: center;
  }

  #top section h2 a span {
    position: relative;
  }

  #top section h2 a span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #0859a8;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    transition: 0.4s;
  }

  #top section h2 a::after {
    /* content: 'ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢'; */
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
    margin-left: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    #top section h2 a:hover {
      color: #0859a8;
    }

    #top section h2 a:hover span::after {
      width: 100%;
    }
  }

  #top section .sec_ttl {
    font-size: 16px;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-family: "PT Sans", sans-serif;
    text-align: right;
  }

  #top #about {
    background: #f0f3f6;
    padding-top: 60px;
    border-top-left-radius: 100px;
    position: relative;
  }

  #top #about::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/radius_bottom_right_gray.svg) no-repeat right bottom/contain;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: -1;
  }

  #top #about .inner {
    max-width: 1680px;
    position: relative;
  }

  #top #about .inner .about_img {
    position: absolute;
    ÃƒÂ¯Ã‚Â½Ã¢â‚¬Å“ aspect-ratio: 1/1.168;
    background: url(../img/top/about_img3.jpg123) no-repeat center/contain;
    right: 98%;
    top: 380px;
    border-radius: 30px;
    z-index: 1;
  }

  #top #about .inner .sec_ttl {
    margin-bottom: 40px;
  }

  #top #about .inner .row {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
  }

  #top #about .inner .row .txt {
    width: 49.3%;
    padding-top: 4vw;
  }

  #top #about .inner .row .txt h2 {
    margin-bottom: 50px;
  }

  #top #about .inner .row .txt .desc {
    line-height: 2;
    margin-bottom: 80px;
  }

  #top #about .inner .row .txt .links li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    font-size: 19px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
    width: 480px;
    height: 74px;
    padding-left: 20px;
    padding-right: 12px;
    border-radius: 6px;
    position: relative;
    transition: 0.4s;
    z-index: 3;
  }

  #top #about .inner .row .txt .links li a::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #eaeff3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.4s;
  }

  #top #about .inner .row .txt .links li a::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #18559d, #1c63b9);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) scale(0);
    z-index: -1;
    transition: 0.4s;
  }

  #top #about .inner .row .txt .links li a i {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
  }

  #top #about .inner .row .txt .links li a i::before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #top #about .inner .row .txt .links li a i::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #about .inner .row .txt .links li a:hover {
      background: #e4e9ee;
    }

    #top #about .inner .row .txt .links li a:hover i::after {
      opacity: 1;
    }

    #top #about .inner .row .txt .links li a:hover::before {
      transform: translateY(-50%) scale(0);
    }

    #top #about .inner .row .txt .links li a:hover::after {
      transform: translateY(-50%) scale(1);
    }
  }

  #top #about .inner .row .txt .links li:not(:last-child) {
    margin-bottom: 16px;
  }

  #top #about .inner .row .img_area {
    width: 43.6%;
    position: relative;
    z-index: 2;
  }

  #top #about .inner .row .img_area .about_left {
    width: 70px;
    height: 285px;
    background: url(../img/top/about_left.svg) no-repeat center/contain;
    position: absolute;
    top: -17px;
    left: 9px;
    z-index: 2;
  }

  #top #about .inner .row .img_area .about_right {
    width: 140px;
    height: 140px;
    /* background: url(../img/top/about_right.svg) no-repeat center/contain; */
    position: absolute;
    bottom: -95px;
    right: -133px;
    z-index: 2;
    background: #0859a8;
    border-radius: 50%;
  }

  #top #about .inner .row .img_area .img img {
    border-radius: 30px;
  }

  #top #about .inner .row .img_area .img.img1 {
    transform: translateX(48px);
  }

  #top #about .inner .row .img_area .img.img2 {
    width: 54%;
    position: absolute;
    bottom: -82px;
    left: -38.4%;
  }

  @media (max-width: 1430px) {
    #top #about .inner .row .img_area .img.img2 {
      left: -18.4%;
    }
  }

  #top #job_description {
    background: #f0f3f6;
    padding: 160px 0 140px;
    position: relative;
  }

  #top #job_description::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/radius_top_left_bg.svg) no-repeat top left/contain;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
  }

  #top #job_description .job_bg {
    width: 36vw;
    height: 36vw;
    position: absolute;
    top: -70px;
    right: calc(50% + 245px);
    background: url(../img/top/job_bg.png) no-repeat center/contain;
    z-index: 1;
  }

  #top #job_description .inner {
    max-width: 1680px;
    position: relative;
    z-index: 2;
  }

  #top #job_description .inner .sub_ttl {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  #top #job_description .inner .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
  }

  #top #job_description .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #top #job_description .inner .list .block {
    width: 48.1%;
  }

  #top #job_description .inner .list .block a .img {
    overflow: hidden;
    border-radius: 10px;
  }

  #top #job_description .inner .list .block a .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  #top #job_description .inner .list .block a .txt {
    margin-top: 20px;
  }

  #top #job_description .inner .list .block a .txt .project {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #top #job_description .inner .list .block a .txt .main {
    font-size: 26px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  #top #job_description .inner .list .block a .txt .desc {
    font-size: 15px;
    line-height: 1.8;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #job_description .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  #top #job_description .inner .list .block.coming a {
    pointer-events: none;
  }

  #top #job_description .inner .list .block.coming a .img {
    filter: grayscale(40%);
    position: relative;
  }

  #top #job_description .inner .list .block.coming a .img::before {
    content: "Coming Soon";
    font-family: "PT Sans", sans-serif;
    font-size: clamp(16px, 2.6vw, 42px);
    font-style: italic;
    display: block;
    text-align: center;
    color: #fff;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }

  #top #job_description .inner .list .block.coming a .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(201, 201, 201);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 3;
  }

  #top #job_description .inner .list .block.coming a .txt {
    color: #d5d5d5;
  }

  #top #job_description .inner .list.project_list {
    margin-bottom: 10px;
  }

  #top #job_description .inner .list.project_list .block {
    width: 48.1%;
    margin-bottom: 10px;
  }

  #top #job_description .inner .list.project_list .block .sub {
    font-weight: bold;
    font-size: 15px;
  }

  #top #job_description .inner h3 {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 80px;
  }

  #top #interview {
    background: #222 url(../img/top/interbiew_bg.svg) no-repeat top -373px right -313px/820px;
    color: #fff;
    padding: 100px 0 140px;
    position: relative;
    border-bottom-right-radius: 100px;
    z-index: 1;
  }

  #top #interview::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/radius_bottom_right_black.svg) no-repeat bottom right/contain;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: -1;
  }

  #top #interview::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/radius_top_left_black.svg) no-repeat bottom right/contain;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
  }

  #top #interview .inner {
    max-width: 1680px;
  }

  #top #interview .inner .sub_ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
  }

  #top #interview .inner .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  #top #interview .inner .desc {
    margin-bottom: 90px;
    line-height: 2;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #top #interview .inner .interview_slider {
    margin-right: calc((100vw - 1232px) / 2 * -1);
  }

  #top #interview .inner .interview_slider .slick-list {
    padding-top: 20px;
  }

  #top #interview .inner .interview_slider .slide {
    position: relative;
    margin-right: 40px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    width: 25.5vw;
    max-width: 510px;
    transition: 0.3s ease;
  }

  #top #interview .inner .interview_slider .slide a {
    display: block;
    position: relative;
  }

  #top #interview .inner .interview_slider .slide a .img {
    overflow: hidden;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: top right;
    mask-position: top right;
    border-radius: 10px 11px 10px 10px;
  }

  #top #interview .inner .interview_slider .slide a .img img {
    transition: 0.3s ease;
  }

  #top #interview .inner .interview_slider .slide a .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(37, 45, 47, 0.54) 0%, rgba(37, 45, 47, 0) 70%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
  }

  #top #interview .inner .interview_slider .slide a .tag {
    position: absolute;
    top: 0;
    right: 0;
    font-size: clamp(11px, 1vw, 20px);
    color: #fff;
    line-height: 1;
    height: 40.57px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #top #interview .inner .interview_slider .slide a .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 30px 20px;
    z-index: 2;
  }

  #top #interview .inner .interview_slider .slide a .txt .interview_ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #top #interview .inner .interview_slider .slide a .txt .detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  #top #interview .inner .interview_slider .slide a .txt .detail .position {
    font-size: 16px;
  }

  #top #interview .inner .interview_slider .slide a .txt .detail .position::after {
    content: "/";
    margin: 0 0.5em;
  }

  #top #interview .inner .interview_slider .slide a .txt .detail .year {
    font-size: 13px;
  }

  #top #interview .inner .interview_slider .slide a .txt .name {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #interview .inner .interview_slider .slide a:hover .img img {
      transform: scale(1.04);
    }
  }

  #top #interview .inner .interview_slider .slide.even_slide {
    transform: translateY(-20px);
  }

  #top #interview .inner .interview_slider .slide.graduates a .img {
    -webkit-mask-image: url(../img/top/interview_mask.svg);
    mask-image: url(../img/top/interview_mask.svg);
  }

  #top #interview .inner .interview_slider .slide.graduates a .tag {
    width: 126px;
  }

  #top #interview .inner .interview_slider .slide.career a .img {
    -webkit-mask-image: url(../img/top/interview_mask_career.svg);
    mask-image: url(../img/top/interview_mask_career.svg);
  }

  #top #interview .inner .interview_slider .slide.career a .tag {
    width: 170px;
  }

  #top #interview .inner .interview_slider .slide.coming a {
    pointer-events: none;
  }

  #top #interview .inner .interview_slider .slide.coming a::before {
    content: "Coming Soon";
    font-family: "PT Sans", sans-serif;
    font-size: clamp(16px, 2.6vw, 42px);
    font-style: italic;
    display: block;
    text-align: center;
    color: #fff;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }

  #top #interview .inner .interview_slider .slide.coming a .img {
    filter: grayscale(40%);
    position: relative;
  }

  #top #interview .inner .interview_slider .slide.coming a .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(201, 201, 201);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 3;
  }

  #top #interview .inner .interview_slider .slide.coming a .txt {
    color: #d5d5d5;
  }

  #top #interview .inner .interview_slider .slick-arrow {
    position: absolute;
    top: -82px;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
  }

  #top #interview .inner .interview_slider .slick-arrow::before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: no-repeat center/contain;
  }

  #top #interview .inner .interview_slider .slick-arrow.slick-prev {
    right: calc((100vw - 1232px) / 2 + 68px);
  }

  #top #interview .inner .interview_slider .slick-arrow.slick-prev::before {
    background-image: url(../img/arrow_left_black.svg);
  }

  #top #interview .inner .interview_slider .slick-arrow.slick-next {
    right: calc((100vw - 1232px) / 2);
  }

  #top #interview .inner .interview_slider .slick-arrow.slick-next::before {
    background-image: url(../img/arrow_right_black.svg);
  }

  @media (hover: hover) and (pointer: fine) {
    #top #interview .inner .interview_slider .slick-arrow:hover {
      opacity: 0.8;
    }
  }

  #top #system_environment {
    padding: 100px 0 0;
    position: relative;
  }

  #top #system_environment .inner {
    max-width: 1680px;
    padding-bottom: 140px;
    position: relative;
  }

  #top #system_environment .inner .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }

  #top #system_environment .inner .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #top #system_environment .inner .list .block {
    width: 49.1%;
  }

  #top #system_environment .inner .list .block a {
    background: #eef1f4;
    border: 1px solid #eef1f4;
    border-radius: 10px;
    padding: 42px 40px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
  }

  #top #system_environment .inner .list .block a .txt {
    width: 49%;
  }

  #top #system_environment .inner .list .block a .txt .main {
    font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 25px;
    transition: 0.3s ease;
  }

  #top #system_environment .inner .list .block a .txt .desc {
    font-size: 15px;
    line-height: 1.8;
  }

  #top #system_environment .inner .list .block a .img {
    width: 43%;
    height: 120%;
    text-align: center;
    background: url(../img/top/system_environment_bg.svg) no-repeat center/contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
  }

  #top #system_environment .inner .list .block a .img img {
    height: 130px;
    transition: 0.38s cubic-bezier(0.34, 0.09, 0.11, 1);
  }

  #top #system_environment .inner .list .block a i {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }

  #top #system_environment .inner .list .block a i::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(45deg, #18559d, #fd452d);
    border-radius: 50%;
    transition: 0.3s ease;
  }

  #top #system_environment .inner .list .block a i::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  @media (hover: hover) and (pointer: fine) {
    #top #system_environment .inner .list .block a:hover {
      border-color: #18559d;
    }

    #top #system_environment .inner .list .block a:hover .txt .main {
      color: #18559d;
    }

    #top #system_environment .inner .list .block a:hover .img img {
      transform: scale(1.08);
    }

    #top #system_environment .inner .list .block a:hover i::before {
      width: 40px;
      height: 40px;
    }
  }

  #top #system_environment .inner .list .block:nth-child(n+3) {
    margin-top: 30px;
  }

  #top #system_environment .inner .list .block:nth-child(3) a .img img {
    height: 115px;
  }

  #top #blog {
    padding: 0 0 140px;
  }

  #top #blog .inner {
    padding-top: 100px;
    max-width: 1680px;
    border-top: 1px solid #000;
  }

  #top #blog .inner .sub_ttl {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  #top #blog .inner .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
  }

  #top #blog .inner .blog_slider {
    margin-right: calc((100vw - 1232px) / 2 * -1);
  }

  #top #blog .inner .blog_slider .slide {
    margin-right: 50px;
    width: 360px;
  }

  #top #blog .inner .blog_slider .slide a {
    display: block;
  }

  #top #blog .inner .blog_slider .slide a .img {
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 36/24;
  }

  #top #blog .inner .blog_slider .slide a .img img {
    border-radius: 10px;
    transition: 0.4s ease;
  }

  #top #blog .inner .blog_slider .slide a .txt {
    margin-top: 20px;
  }

  #top #blog .inner .blog_slider .slide a .txt .blog_ttl {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    transition: 0.3s ease;
  }

  #top #blog .inner .blog_slider .slide a .txt .cat_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #top #blog .inner .blog_slider .slide a .txt .cat_date .cat {
    border: 1px solid #000;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    width: 76px;
    text-align: center;
    padding: 6px 0;
  }

  #top #blog .inner .blog_slider .slide a .txt .cat_date .date {
    font-size: 14px;
    font-family: "PT sans", sans-serif;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #blog .inner .blog_slider .slide a:hover .img img {
      transform: scale(1.06);
    }

    #top #blog .inner .blog_slider .slide a:hover .txt .blog_ttl {
      color: #18559d;
    }
  }

  #top #blog .inner .blog_slider .slick-arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #000;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -82px;
    z-index: 2;
    transition: 0.3s ease;
    cursor: pointer;
  }

  #top #blog .inner .blog_slider .slick-arrow::before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: no-repeat center/contain;
  }

  #top #blog .inner .blog_slider .slick-arrow.slick-prev {
    right: calc((100vw - 1232px) / 2 + 68px);
  }

  #top #blog .inner .blog_slider .slick-arrow.slick-prev::before {
    background-image: url(../img/arrow_prev.svg);
  }

  #top #blog .inner .blog_slider .slick-arrow.slick-next {
    right: calc((100vw - 1232px) / 2);
  }

  #top #blog .inner .blog_slider .slick-arrow.slick-next::before {
    background-image: url(../img/arrow_next.svg);
  }

  @media (hover: hover) and (pointer: fine) {
    #top #blog .inner .blog_slider .slick-arrow:hover {
      opacity: 0.8;
    }
  }

  #top #recruit {
    background: #eef1f4;
    border-radius: 100px 100px 0 0;
    padding: 100px 0 140px;
  }

  #top #recruit .inner {
    max-width: 1680px;
  }

  #top #recruit .inner .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  #top #recruit .inner .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #top #recruit .inner .row .desc {
    line-height: 2;
    width: 33%;
  }

  #top #recruit .inner .row .links {
    width: 61.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #top #recruit .inner .row .links li {
    width: 48.6%;
  }

  #top #recruit .inner .row .links li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    font-size: 19px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
    height: 74px;
    padding-left: 20px;
    padding-right: 12px;
    border-radius: 6px;
    position: relative;
    transition: 0.4s;
    z-index: 1;
  }

  #top #recruit .inner .row .links li a::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #eaeff3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.4s;
  }

  #top #recruit .inner .row .links li a::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0859a8, #1c63b9);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) scale(0);
    z-index: -1;
    transition: 0.4s;
  }

  #top #recruit .inner .row .links li a i {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
  }

  #top #recruit .inner .row .links li a i::before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #top #recruit .inner .row .links li a i::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #recruit .inner .row .links li a:hover {
      background: #e4e9ee;
    }

    #top #recruit .inner .row .links li a:hover i::after {
      opacity: 1;
    }

    #top #recruit .inner .row .links li a:hover::before {
      transform: translateY(-50%) scale(0);
    }

    #top #recruit .inner .row .links li a:hover::after {
      transform: translateY(-50%) scale(1);
    }
  }

  #top #recruit .inner .row .links li:nth-child(n+3) {
    margin-top: 16px;
  }

  @media (max-width: 1680px) {
    #top #system_environment .inner .list .block a .txt .main {
      font-size: 20px;
    }
  }

  @media (max-width: 1648px) {
    #top #interview .inner .interview_slider .slide a .tag {
      height: 2.2vw;
    }

    #top #interview .inner .interview_slider .slide.graduates a .tag {
      width: 6.4vw;
      max-width: 90px;
    }

    #top #interview .inner .interview_slider .slide.career a .tag {
      width: 8.3vw;
      max-width: 120px;
    }
  }

  @media (max-width: 1400px) {
    #top #concept .inner .concept_img.concept_imgRight01 {
      right: -16.2%;
    }

    #top #concept .inner .concept_img.concept_imgRight02 {
      right: -6%;
    }

    #top #concept .inner .concept_img.concept_imgRight03 {
      right: -3%;
    }

    #top #concept .inner .concept_img.concept_imgRight04 {
      right: -33%;
    }

    #top #concept .inner .concept_img.concept_imgRight05 {
      right: -18%;
      top: 98px;
    }

    #top #concept .inner .concept_img.concept_imgRight06 {
      right: -10%;
    }

    #top #concept .inner .concept_img.concept_imgLeft01 {
      left: -21%;
      bottom: 98px;
    }

    #top #concept .inner .concept_img.concept_imgLeft02 {
      left: -22%;
      bottom: -17px;
    }

    #top #concept .inner .concept_img.concept_imgLeft03 {
      left: -38%;
    }

    #top #concept .inner .concept_img.concept_imgLeft04 {
      left: -60px;
      bottom: -98px;
      display: none;
    }

    #top #concept .inner .concept_img.concept_imgLeft05 {
      left: -14%;
    }

    #top #concept .inner .concept_img.concept_imgLeft06 {
      left: -28%;
    }

    #top #concept .inner .concept_img.concept_imgLeft07 {
      left: -5%;
      top: -2px;
    }

    #top #interview .inner .interview_slider {
      margin-right: -6vw;
    }

    #top #interview .inner .interview_slider .slick-arrow.slick-prev {
      right: calc(6vw + 68px);
    }

    #top #interview .inner .interview_slider .slick-arrow.slick-next {
      right: 6vw;
    }

    #top #blog .inner .blog_slider {
      margin-right: -6vw;
    }

    #top #blog .inner .blog_slider .slick-arrow.slick-prev {
      right: calc(6vw + 68px);
    }

    #top #blog .inner .blog_slider .slick-arrow.slick-next {
      right: 6vw;
    }
  }

  @media (max-width: 1180px) {
    #top #mv {
      margin-bottom: 175px;
    }

    #top #mv .mv_slider .slide {
      max-height: 960px;
    }

    #top #mv .copy::before {
      width: 28vw;
      height: 28vw;
    }

    #top #mv .copy .group .sub {
      font-size: 1.6vw;
    }

    #top #mv .copy .group .copy_en img {
      width: 60vw;
    }

    #top #mv .intern_news {
      bottom: unset;
      right: unset;
      top: 100%;
      left: 6%;
      width: 88%;
      max-width: 1232px;
      border-bottom: 1px solid #e8e8e8;
    }

    #top #mv .intern_news .intern_btn {
      position: absolute;
      right: -6vw;
      top: 20px;
      z-index: 2;
    }

    #top #mv .intern_news .intern_btn a {
      font-size: 15px;
      min-width: auto;
      width: 230px;
      padding: 0 0.8em;
      justify-content: center;
    }

    #top #mv .intern_news .news {
      padding-top: 46px;
    }

    #top #mv .intern_news .news .news_slider {
      padding-right: 27px;
    }

    #top #mv .intern_news .news .news_slider .slide {
      padding-left: 0;
    }

    #top #mv .intern_news .news .news_slider .slick-arrow.slick-next {
      right: 0;
    }

    #top #concept .inner .concept_left {
      right: calc(50% + 353px);
    }

    #top #concept .inner .concept_right {
      left: calc(50% + 145px);
    }

    #top #about .inner .row .img_area .img.img2 {
      left: 0;
      bottom: 0;
    }

    #top #job_description .job_bg {
      width: 630px;
      height: 630px;
      top: 53px;
    }

    #top #interview .inner .interview_slider .slide a .txt .interview_ttl {
      font-size: 15px;
    }

    #top #interview .inner .interview_slider .slide a .txt .detail {
      flex-direction: column;
      align-items: flex-start;
    }

    #top #interview .inner .interview_slider .slide a .txt .detail .position {
      font-size: 12px;
      line-height: 1.3;
    }

    #top #interview .inner .interview_slider .slide a .txt .detail .year {
      font-size: 11px;
      line-height: 1.3;
    }

    #top #interview .inner .interview_slider .slide a .txt .name {
      font-size: 20px;
    }

    #top #system_environment .inner .list .block a .img {
      height: 130%;
      width: 50%;
    }
  }

  @media (max-width: 1280px) {
    #top #mv {
      padding-top: 68px;
    }
  }

  @media (max-width: 1000px) {
    #top section h2 {
      font-size: 33px;
    }

    #top #about .inner .about_img {
      width: 226px;
      top: unset;
      bottom: -33px;
      left: unset;
      right: -60px;
      border-radius: 15px;
    }

    #top #about .inner .row {
      flex-direction: column;
    }

    #top #about .inner .row .txt {
      order: 2;
      width: 100%;
    }

    #top #about .inner .row .img_area {
      order: 1;
      width: 100%;
      margin-bottom: 20.6vw;
    }

    #top #about .inner .row .img_area .img.img1 {
      transform: none;
      width: 79.8%;
      margin: 0 0 0 auto;
    }

    #top #about .inner .row .img_area .img.img1 img {
      border-radius: 15px;
    }

    #top #about .inner .row .img_area .img.img2 {
      width: 41.8vw;
      left: -11vw;
      bottom: -82px;
    }

    #top #about .inner .row .img_area .img.img2 img {
      border-radius: 15px;
    }

    #top #about .inner .row .img_area .about_left {
      left: 12vw;
    }

    #top #about .inner .row .img_area .about_right {
      right: -12vw;
    }

    #top #job_description .inner .list {
      padding-left: 0;
      padding-right: 0;
    }

    #top #job_description .inner .list .block a .txt .main {
      font-size: 22px;
    }

    #top #interview .inner .interview_slider .slide {
      width: 64.5vw;
      margin-right: 15px;
      max-width: none;
    }

    #top #interview .inner .interview_slider .slide a .tag {
      border-radius: 0 5px 0 5px;
      font-size: 2.9vw;
      height: 6.4vw;
    }

    #top #interview .inner .interview_slider .slide a .txt {
      padding: 0 12px 20px;
    }

    #top #interview .inner .interview_slider .slide a .txt .interview_ttl {
      margin-bottom: 16px;
    }

    #top #interview .inner .interview_slider .slide.graduates a .tag {
      max-width: none;
      width: 16.4vw;
    }

    #top #interview .inner .interview_slider .slide.career a .tag {
      max-width: none;
      width: 21.4vw;
    }

    #top #interview .inner .interview_slider .slide.coming a::before {
      font-size: clamp(23px, 4vw, 40px);
    }

    #top #system_environment .inner .list {
      flex-direction: column;
    }

    #top #system_environment .inner .list .block {
      width: 100%;
    }

    #top #system_environment .inner .list .block:nth-child(n+2) {
      margin-top: 20px;
    }

    #top #recruit .inner .row {
      flex-direction: column;
    }

    #top #recruit .inner .row .desc {
      width: 100%;
    }

    #top #recruit .inner .row .links {
      margin-top: 30px;
      width: 100%;
    }
  }

  @media (max-width: 768px) {
    #top header .inner h1::before {
      width: 15px;
      height: 15px;
    }

    #top header .inner::before {
      width: 15px;
      height: 15px;
      left: 2.5vw;
    }

    #top #mv {
      padding-top: 54px;
    }

    #top #mv .inner .mv_slider .slide {
      width: 88vw;
      height: auto;
      aspect-ratio: 66/83;
    }

    #top #mv .inner .mv_slider .slide img {
      border-radius: 15px;
    }

    #top #mv .inner .mv_slider .slide img.sp {
      display: block;
    }

    #top #mv .inner .mv_slider .slide img.pc {
      display: none;
    }

    #top #mv .copy {
      padding-left: 23px;
      padding-bottom: 12px;
      width: 100%;
    }

    #top #mv .copy .mv_line {
      height: 12.2vw;
      left: 11px;
    }

    #top #mv .copy .mv_line::after {
      height: 12.2vw;
      animation-name: mv_line_sp;
    }

    #top #mv .copy .group .sub {
      font-size: 2.666vw;
      margin-bottom: 6px;
    }

    #top #mv .copy .group .copy_en img {
      width: 82.4vw;
      min-width: auto;
    }

    #top #mv .copy .copy_jp {
      margin-left: 0;
      position: absolute;
      bottom: -2vw;
      right: 25px;
      padding-bottom: 81px;
    }

    #top #mv .copy .copy_jp img {
      width: 9.2vw;
      min-width: auto;
    }

    #top #mv .copy::before {
      width: 40vw;
      height: 40vw;
      min-width: auto;
      min-height: auto;
      bottom: -8px;
    }

    #top #mv .intern_news .intern_btn {
      top: 13px;
    }

    #top #mv .intern_news .intern_btn a {
      width: 190px;
      height: 50px;
      font-size: 12px;
    }

    #top #mv .intern_news .intern_btn a::before {
      width: 61px;
      height: 30px;
    }

    #top #mv .intern_news .news::before {
      content: none;
    }

    #top #mv .intern_news .news .news_slider .slide {
      padding: 20px 0 25px 0;
    }

    #top #mv .intern_news .news .news_slider .slide .date_cat .date {
      font-size: 13px;
    }

    #top #mv .intern_news .news .news_slider .slide .date_cat .cat {
      font-size: 12px;
      margin-left: 8px;
      padding: 3px 10px;
      border-radius: 1.5px;
    }

    #top #mv .intern_news .news .news_slider .slide .ttl {
      margin-top: 15px;
      font-size: 13px;
      line-height: 1.5;
    }

    #top #mv .intern_news .news .news_slider .slide .ttl::after {
      width: 8px;
      height: 13px;
      margin-left: 18px;
    }

    #top #mv .intern_news .news .news_slider .slick-arrow.slick-next {
      right: 0;
    }

    #top section h2 {
      font-size: 21px;
    }

    #top section h2 a::after {
      margin-left: 10px;
      width: 21px;
      height: 21px;
    }

    #top section .sec_ttl {
      font-size: 11px;
    }

    #top #concept {
      padding: 60px 0 80px;
    }

    #top #concept .inner .concept_img.concept_imgRight01 {
      width: 8.5px;
      right: -16.54%;
      top: -14.5px;
    }

    #top #concept .inner .concept_img.concept_imgRight02 {
      width: 18px;
      right: -6%;
      top: 133px;
    }

    #top #concept .inner .concept_img.concept_imgRight03 {
      width: 32px;
      right: -16%;
      top: 326px;
      bottom: auto;
    }

    #top #concept .inner .concept_img.concept_imgRight04 {
      width: 107px;
      right: -23%;
      top: 180px;
      bottom: auto;
    }

    #top #concept .inner .concept_img.concept_imgRight05 {
      width: 50px;
    }

    #top #concept .inner .concept_img.concept_imgRight06 {
      width: 105px;
      top: 0;
    }

    #top #concept .inner .concept_img.concept_imgLeft01 {
      width: 45px;
      left: -15%;
      top: 185px;
      bottom: auto;
    }

    #top #concept .inner .concept_img.concept_imgLeft02 {
      width: 60px;
      left: -13%;
      top: 315px;
      bottom: auto;
    }

    #top #concept .inner .concept_img.concept_imgLeft03 {
      width: 62px;
      left: -28%;
      top: 274px;
      bottom: auto;
    }

    #top #concept .inner .concept_img.concept_imgLeft04 {
      display: none;
      width: 34px;
      left: -19%;
    }

    #top #concept .inner .concept_img.concept_imgLeft05 {
      width: 11px;
      left: -10%;
      top: -25px;
    }

    #top #concept .inner .concept_img.concept_imgLeft06 {
      width: 125px;
      top: 87px;
      left: -32%;
    }

    #top #concept .inner .concept_img.concept_imgLeft07 {
      width: 100px;
      left: -30%;
      top: -110px;
    }

    #top #concept .inner .desc {
      font-size: 14px;
      line-height: 2.2;
    }

    #top #concept .inner .btn {
      margin-top: 25px;
    }

    #top #concept .inner .btn a {
      width: 68vw;
      height: 56px;
      font-size: 15px;
      border-radius: 3px;
    }

    #top #concept .inner .btn a::before {
      width: 34px;
      height: 34px;
    }

    #top #concept .inner .btn a i {
      width: 34px;
      height: 34px;
    }

    #top #concept .inner .btn a i::after {
      width: 14px;
      height: 11px;
    }

    #top #about {
      border-top-left-radius: 46px;
      padding-top: 60px;
    }

    #top #about::before {
      width: 46px;
      height: 46px;
    }

    #top #about .inner .about_img {
      width: 30vw;
      height: 35.2vw;
      right: -8vw;
      bottom: -8.8vw;
      display: none;
    }

    #top #about .inner .row .img_area .about_left {
      top: -4vw;
      width: 9.3vw;
      height: 38vw;
    }

    #top #about .inner .row .img_area .about_right {
      width: 15.6vw;
      height: 15.6vw;
      right: -9.3vw;
      bottom: -12vw;
    }

    #top #about .inner .row .img_area .img.img2 {
      bottom: -8.4vw;
    }

    #top #about .inner .row .txt {
      padding-top: 0;
    }

    #top #about .inner .row .txt .ttl {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px;
    }

    #top #about .inner .row .txt .ttl h2 {
      margin-bottom: 0;
    }

    #top #about .inner .row .txt .ttl .sec_ttl {
      margin-bottom: 0;
    }

    #top #about .inner .row .txt .desc {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 35px;
    }

    #top #about .inner .row .txt .links li a {
      font-size: 15px;
      width: 75.2vw;
      height: auto;
      padding: 11px 12px 11px 24px;
    }

    #top #about .inner .row .txt .links li a::before {
      width: 34px;
      height: 34px;
    }

    #top #about .inner .row .txt .links li a i {
      width: 34px;
      height: 34px;
    }

    #top #about .inner .row .txt .links li a i::before {
      width: 14px;
      height: 11px;
    }

    #top #job_description {
      padding: 90px 0 60px;
    }

    #top #job_description::after {
      width: 46px;
      height: 46px;
    }

    #top #job_description .job_bg {
      width: 319px;
      height: 319px;
      top: 38px;
      right: calc(50% - 15px);
    }

    #top #job_description .inner h3 {
      font-size: 20px;
      margin-bottom: 20px;
      margin-top: 40px;
    }

    #top #job_description .inner .ttl {
      align-items: flex-start;
      margin-bottom: 30px;
    }

    #top #job_description .inner .ttl h2 {
      line-height: 1.3;
    }

    #top #job_description .inner .ttl h2 a {
      position: relative;
    }

    #top #job_description .inner .ttl h2 a::after {
      position: absolute;
      left: 51px;
      bottom: 3px;
      margin-left: 0;
    }

    #top #job_description .inner .ttl h2 .sp {
      display: block;
    }

    #top #job_description .inner .ttl .sec_ttl {
      margin-top: 10px;
    }

    #top #job_description .inner .list {
      margin-bottom: 0;
    }

    #top #job_description .inner .list .block {
      width: 100%;
    }

    #top #job_description .inner .list .block a .txt {
      margin-top: 16px;
    }

    #top #job_description .inner .list .block a .txt .project {
      font-size: 12px;
      margin-bottom: 4px;
    }

    #top #job_description .inner .list .block a .txt .main {
      font-size: 18px;
      margin-bottom: 8px;
    }

    #top #job_description .inner .list .block a .txt .desc {
      font-size: 13px;
      line-height: 1.6;
    }

    #top #job_description .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }

    #top #job_description .inner .list .block.coming a .img::before {
      font-size: clamp(23px, 4vw, 40px);
    }

    #top #job_description .inner .list.project_list .block {
      width: 100%;
    }

    #top #interview {
      padding: 50px 0 60px;
      background: #222 url(../img/top/interbiew_bg.svg) no-repeat top -153px right -165px/380px;
      border-bottom-right-radius: 46px;
    }

    #top #interview::before,
    #top #interview::after {
      width: 46px;
      height: 46px;
    }

    #top #interview .inner .sub_ttl {
      font-size: 14px;
      margin-bottom: 8px;
    }

    #top #interview .inner .ttl {
      margin-bottom: 30px;
    }

    #top #interview .inner .desc {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    #top #system_environment {
      padding-top: 50px;
    }

    #top #system_environment .inner {
      padding-bottom: 40px;
    }

    #top #system_environment .inner .ttl {
      margin-bottom: 30px;
    }

    #top #system_environment .inner .list .block a {
      flex-direction: column;
      padding: 20px 19px 40px;
      border-radius: 10px;
    }

    #top #system_environment .inner .list .block a .img {
      order: 1;
      width: 100%;
      margin-bottom: 19px;
      margin-top: 0;
      background-size: 191px;
      height: 116px;
    }

    #top #system_environment .inner .list .block a .img img {
      height: 107px;
    }

    #top #system_environment .inner .list .block a .txt {
      order: 2;
      width: 100%;
    }

    #top #system_environment .inner .list .block a .txt .main {
      font-size: 16px;
      margin-bottom: 15px;
    }

    #top #system_environment .inner .list .block a .txt .main br {
      display: none;
    }

    #top #system_environment .inner .list .block a .txt .desc {
      font-size: 13px;
      line-height: 1.6;
    }

    #top #system_environment .inner .list .block a i {
      width: 26px;
      height: 26px;
      bottom: 15px;
      right: 10px;
    }

    #top #system_environment .inner .list .block a i::before {
      width: 26px;
      height: 26px;
    }

    #top #system_environment .inner .list .block a i::after {
      width: 12px;
      height: 10px;
    }

    #top #system_environment .inner .list .block:nth-child(n+2) {
      margin-top: 10px;
    }

    #top #system_environment .inner .list .block:nth-child(3) a .img img {
      height: 97px;
    }

    #top #blog {
      padding: 0 0 60px;
    }

    #top #blog .inner {
      padding-top: 40px;
    }

    #top #blog .inner .sub_ttl {
      font-size: 14px;
      margin-bottom: 8px;
    }

    #top #blog .inner .ttl {
      margin-bottom: 30px;
      align-items: flex-start;
    }

    #top #blog .inner .ttl h2 {
      line-height: 1.3;
    }

    #top #blog .inner .ttl h2 a {
      position: relative;
    }

    #top #blog .inner .ttl h2 a::after {
      margin-left: 0;
      position: absolute;
      left: 73px;
      bottom: 2px;
    }

    #top #blog .inner .ttl .sec_ttl {
      margin-top: 10px;
    }

    #top #blog .inner .blog_slider .slide {
      width: 82vw;
      margin-right: 25px;
    }

    #top #blog .inner .blog_slider .slide a .txt {
      margin-top: 15px;
    }

    #top #blog .inner .blog_slider .slide a .txt .blog_ttl {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 15px;
    }

    #top #blog .inner .blog_slider .slide a .txt .cat_date .cat {
      width: 67px;
      border-radius: 1.5px;
      padding: 5px 0;
    }

    #top #blog .inner .blog_slider .slide a .txt .cat_date .date {
      font-size: 13px;
    }

    #top #recruit {
      border-radius: 46px 46px 0 0;
      padding: 50px 0 70px;
    }

    #top #recruit .inner .ttl {
      margin-bottom: 30px;
    }

    #top #recruit .inner .desc {
      font-size: 14px;
      line-height: 1.8;
    }

    #top #recruit .inner .row .links {
      margin-top: 30px;
      flex-direction: column;
    }

    #top #recruit .inner .row .links li {
      width: 75.2vw;
    }

    #top #recruit .inner .row .links li a {
      font-size: 15px;
      height: 56px;
      border-radius: 3px;
    }

    #top #recruit .inner .row .links li a i {
      width: 34px;
      height: 34px;
    }

    #top #recruit .inner .row .links li a i::before {
      width: 14px;
      height: 11px;
    }

    #top #recruit .inner .row .links li a::before {
      width: 34px;
      height: 34px;
    }

    #top #recruit .inner .row .links li:nth-child(n+2) {
      margin-top: 10px;
    }
  }

  @media (max-width: 600px) {
    #top #mv .copy .group .sub {
      font-size: 3.666vw;
      bottom: 10px;
      left: 0px;
      top: -20px;
    }
  }



  /* sub header */
  #sub #mv {
    padding-top: 100px;
    padding-bottom: 0;
    position: relative;
  }



  @media (max-width: 600px) {
    #sub #mv {
      padding-top: 50px;
      padding-bottom: 0;
      position: relative;
    }
  }


  #sub #mv::before {
    content: "";
    display: block;
    width: 2.5vw;
    height: 100%;
    background: #18559d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  #sub #mv .inner {
    width: 100%;
    max-width: none;
    padding: 30px;
    background: #e4f0ff;
  }




  /* Company_info */



  .company_info .section_row .row_inner section .ttl {
    color: #18559d;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 25px;
  }

  .company_info .section_row .row_inner section .ttl::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #18559d;
    margin-right: 6px;
  }

  .company_info .section_row .row_inner section h2 {
    font-size: 32px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 60px;
    line-height: 1;
  }

  .company_info .section_row .row_inner section#company_information .inner .desc {
    line-height: 1.8;
  }

  .company_info .section_row .row_inner section#company_information .inner .notice {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.6;
  }

  .company_info .section_row .row_inner section#company_information .inner table tr {
    /* border-top: 1px solid #000; */
  }

  .company_info .section_row .row_inner section#company_information .inner table tr th {
    background: #eef1f4;
    width: 185px;
    padding: 30px;
    text-align: left;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: top;
  }

  .company_info .section_row .row_inner section#company_information .inner table tr td {
    width: calc(100% - 185px);
    padding: 30px 48px;
    line-height: 1.8;
  }

  .company_info .section_row .row_inner section#company_information .inner table tr td small {
    font-size: 14px;
  }

  .company_info .section_row .row_inner section#company_information .inner table tr td .notice {
    margin-top: 15px;
    font-size: 14px;
  }

  .company_info .section_row .row_inner section#company_information .inner table tr:last-child {
    /* border-bottom: 1px solid #000; */
  }

  .company_info .section_row .row_inner section#company_information .inner .btn {
    margin-top: 60px;
    cursor: pointer;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn.link {
    margin-bottom: 60px;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn a {
    display: block;
    margin: 0 auto;
    width: 480px;
    height: 80px;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    border: 1px solid #18559d;
    background: linear-gradient(to right, #18559d, #18559d);
  }

  .company_info .section_row .row_inner section#company_information .inner .btn a::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    border-radius: 6px;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
  }

  .company_info .section_row .row_inner section#company_information .inner .btn a span::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_blank.svg) no-repeat center/contain;
    margin-left: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    .company_info .section_row .row_inner section#company_information .inner .btn a:hover {
      color: #18559d;
    }

    .company_info .section_row .row_inner section#company_information .inner .btn a:hover::before {
      width: 100%;
      opacity: 1;
    }

    .company_info .section_row .row_inner section#company_information .inner .btn a:hover span::after {
      background-image: url(../img/icon_blank_red.svg);
    }
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area {
    display: none;
    position: relative;
    z-index: 102;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    position: absolute;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 24px;
    width: 250px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 10px 10px 22px rgba(0, 0, 0, 0.16);
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    position: relative;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li a::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li a::after {
    content: "";
    display: block;
    width: 16px;
    height: 15px;
    background: url(../img/icon_out.svg) no-repeat center/contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a {
    color: #17a0df;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a::before {
    background: #17a0df;
  }

  @media (hover: hover) and (pointer: fine) {
    .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover {
      color: #fff;
      background: #17a0df;
    }

    .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover::before {
      background: #fff;
    }

    .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover::after {
      background-image: url(../img/icon_out_blue.svg);
    }
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a {
    color: #14baa9;
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a::before {
    background: #14baa9;
  }

  @media (hover: hover) and (pointer: fine) {
    .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover {
      color: #fff;
      background: #14baa9;
    }

    .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover::before {
      background: #fff;
    }

    .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover::after {
      background-image: url(../img/icon_out_green.svg);
    }
  }

  .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:not(:last-child) {
    margin-right: 14px;
  }

  .company_info .section_row .row_inner section#flow {
    padding-top: 120px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block {
    background: #eef1f4;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    min-height: 240px;
    position: relative;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .img {
    width: 230px;
    text-align: center;
    background: url(../img/recruit/flow_bg.svg) no-repeat center/contain;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .img img {
    width: auto;
    height: 158px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt {
    width: calc(100% - 270px);
    padding: 10px 0;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt .main {
    color: #18559d;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: bold;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt .main span {
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    width: 37px;
    margin-top: 3px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt .desc {
    line-height: 1.6;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt .desc a {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt ul {
    margin-top: 10px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt ul li {
    line-height: 1.4;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt ul+.desc {
    margin-top: 10px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block .txt .notice {
    font-size: 15px;
    margin-top: 20px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block:not(:last-child) {
    margin-bottom: 40px;
  }

  .company_info .section_row .row_inner section#flow .inner .list .block:not(:last-child)::after {
    content: "";
    display: block;
    width: 36px;
    height: 20px;
    background: url(../img/arrow_bottom_gray.svg) no-repeat center/contain;
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
  }


  .year_nm {
    font-size: 35px;
    color: #18559d;
    padding-left: 30px;
    font-weight: 600;
  }


  ._2-rows-or-more {
    border-left: 1px solid #18559d;
    align-items: center;
    margin-left: 80px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 32px;
    display: block;
  }

  ._2-rows-or-more.first {
    padding-top: 0;
    display: block;
  }

  .history_list {
    border-bottom: 1px #cccbc6;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .history-month_2 {
    /* height: 50px; */
    margin-right: 0;
    /* margin-top: -35px; */
    /* margin-left: 82px; */
  }

  .history_1row {
    border-left: 1px solid #18559d;
    margin-left: 80px;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 32px;
    display: block;
    display: flex;
  }

  .div-block-120 {
    display: flex;
  }

  .history-month_1 {
    height: 40px;
    margin-right: 54px;
  }

  .history-month_3 {
    height: 40px;
    margin-right: 48px;
  }

  .history_text {
    /* margin-top: 10px; */
    margin-left: 82px;
  }

  .history_block {
    margin-top: 10px;
    margin-bottom: 10px;
  }























  .company_info .section_row .row_inner section#faq {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .company_info .section_row .row_inner section#faq .inner .nav {
    display: flex;
    margin-bottom: 90px;
  }

  .company_info .section_row .row_inner section#faq .inner .nav li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  .company_info .section_row .row_inner section#faq .inner .nav li a::after {
    content: "";
    display: block;
    width: 10px;
    height: 9px;
    background: url(../img/arrow_bottom_gray_mini.svg) no-repeat center/contain;
    margin-left: 9px;
  }

  @media (hover: hover) and (pointer: fine) {
    .company_info .section_row .row_inner section#faq .inner .nav li a:hover {
      opacity: 0.7;
    }
  }

  .company_info .section_row .row_inner section#faq .inner .nav li:not(:last-child) {
    margin-right: 60px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group h3 {
    font-size: 20px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    background: linear-gradient(to top, #eef1f4 22px, transparent 22px);
    padding-left: 2px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item {
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q {
    padding-top: 25px;
    position: relative;
    cursor: pointer;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q p {
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: 500;
    transition: 0.3s ease;
    line-height: 1;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q p span {
    font-family: "PT Sans", sans-serif;
    margin-right: 8px;
    font-size: 20px;
    font-weight: bold;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/icon_plus.svg) no-repeat center/contain;
    position: absolute;
    top: 27px;
    right: 18px;
    opacity: 1;
    transition: 0.3s;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/icon_plus_red.svg) no-repeat center/contain;
    position: absolute;
    top: 27px;
    right: 18px;
    opacity: 0;
    transition: 0.3s;
  }

  @media (hover: hover) and (pointer: fine) {
    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover p {
      color: #18559d;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover::before {
      opacity: 0;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover::after {
      opacity: 1;
    }
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active p {
    color: #18559d;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::before {
    background-image: url(../img/icon_minus_red.svg);
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::after {
    background-image: url(../img/icon_minus_red.svg);
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a {
    margin-top: 20px;
    line-height: 1.8;
    padding-left: 25px;
    padding-right: 60px;
    display: none;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn {
    margin-top: 25px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a {
    display: block;
    width: 480px;
    height: 80px;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    border: 1px solid #18559d;
    background: linear-gradient(to right, #18559d, #fd452d);
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    border-radius: 6px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    padding: 0 40px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a span::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_blank.svg) no-repeat center/contain;
    margin-left: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover {
      color: #18559d;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover::before {
      width: 100%;
      opacity: 1;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover span::after {
      background-image: url(../img/icon_blank_red.svg);
    }
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi {
    margin-top: 30px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi .main {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a:not(:last-child) {
    margin-bottom: 30px;
  }

  .company_info .section_row .row_inner section#faq .inner .list .group:not(:last-child) {
    margin-bottom: 60px;
  }



  .company_info .section_row .row_inner section#greeting {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .company_info .section_row .row_inner section#greeting .inner .nav {
    display: flex;
    margin-bottom: 90px;
  }

  .company_info .section_row .row_inner section#greeting .inner .nav li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  .company_info .section_row .row_inner section#greeting .inner .nav li a::after {
    content: "";
    display: block;
    width: 10px;
    height: 9px;
    background: url(../img/arrow_bottom_gray_mini.svg) no-repeat center/contain;
    margin-left: 9px;
  }

  @media (hover: hover) and (pointer: fine) {
    .company_info .section_row .row_inner section#greeting .inner .nav li a:hover {
      opacity: 0.7;
    }
  }

  .company_info .section_row .row_inner section#greeting .inner .nav li:not(:last-child) {
    margin-right: 60px;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group h3 {
    font-size: 20px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    background: linear-gradient(to top, #eef1f4 22px, transparent 22px);
    padding-left: 2px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item {
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q {
    padding-top: 25px;
    position: relative;
    cursor: pointer;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q p {
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: 500;
    transition: 0.3s ease;
    line-height: 1;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q p span {
    font-family: "PT Sans", sans-serif;
    margin-right: 8px;
    font-size: 20px;
    font-weight: bold;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/icon_plus.svg) no-repeat center/contain;
    position: absolute;
    top: 27px;
    right: 18px;
    opacity: 1;
    transition: 0.3s;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/icon_plus_red.svg) no-repeat center/contain;
    position: absolute;
    top: 27px;
    right: 18px;
    opacity: 0;
    transition: 0.3s;
  }

  @media (hover: hover) and (pointer: fine) {
    .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q:hover p {
      color: #18559d;
    }

    .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q:hover::before {
      opacity: 0;
    }

    .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q:hover::after {
      opacity: 1;
    }
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q.active p {
    color: #18559d;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q.active::before {
    background-image: url(../img/icon_minus_red.svg);
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .q.active::after {
    background-image: url(../img/icon_minus_red.svg);
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a {
    margin-top: 20px;
    line-height: 1.8;
    padding-left: 25px;
    padding-right: 60px;
    display: none;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn {
    margin-top: 25px;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a {
    display: block;
    width: 480px;
    height: 80px;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    border: 1px solid #18559d;
    background: linear-gradient(to right, #18559d, #fd452d);
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    border-radius: 6px;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    padding: 0 40px;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a span::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_blank.svg) no-repeat center/contain;
    margin-left: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a:hover {
      color: #18559d;
    }

    .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a:hover::before {
      width: 100%;
      opacity: 1;
    }

    .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .btn a:hover span::after {
      background-image: url(../img/icon_blank_red.svg);
    }
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .madoguchi {
    margin-top: 30px;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a .madoguchi .main {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group .items .item .a:not(:last-child) {
    margin-bottom: 30px;
  }

  .company_info .section_row .row_inner section#greeting .inner .list .group:not(:last-child) {
    margin-bottom: 60px;
  }

  .company_info#career .section_row .row_inner section#company_information .inner .btn {
    margin-top: 45px;
  }

  .company_info#career .section_row .row_inner section#company_information .inner .btn a {
    margin-left: 0;
  }












  .company_info#career .section_row .row_inner section#company_information .inner .btn {
    margin-top: 45px;
  }

  .company_info#career .section_row .row_inner section#company_information .inner .btn a {
    margin-left: 0;
  }





  @media (max-width: 1200px) {
    .company_info .section_row .row_inner aside.pc {
      display: none;
    }

    .company_info .section_row .row_inner aside.sp {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 50px;
    }

    .company_info .section_row .row_inner section {
      padding-left: 0;
    }
  }

  @media (max-width: 900px) {
    .company_info .section_row .row_inner section#flow .inner .list .block {
      flex-direction: column;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .img {
      margin-bottom: 20px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .txt {
      width: 100%;
      max-width: 340px;
    }

    .company_info .section_row .row_inner section#faq .inner .nav {
      flex-direction: column;
    }

    .company_info .section_row .row_inner section#faq .inner .nav li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }

  @media (max-width: 768px) {
    .company_info #mv .flow_txt {
      bottom: 5px;
    }

    .company_info .section_row .row_inner aside ul li a {
      font-size: 14px;
    }

    .company_info .section_row .row_inner aside ul li:not(:last-child) {
      margin-bottom: 10px;
    }

    .company_info .section_row .row_inner section .ttl {
      font-size: 13px;
      margin-bottom: 10px;
    }

    .company_info .section_row .row_inner section .ttl::before {
      width: 7.5px;
      height: 7.5px;
      margin-right: 6.5px;
    }

    .company_info .section_row .row_inner section h2 {
      font-size: 23px;
      margin-bottom: 35px;
    }

    .company_info .section_row .row_inner section#company_information .inner .desc {
      font-size: 14px;
      line-height: 1.6;
    }

    .company_info .section_row .row_inner section#company_information .inner .notice {
      margin-top: 15px;
      font-size: 13px;
      line-height: 1.5;
    }

    .company_info .section_row .row_inner section#company_information .inner table tr th {
      width: 100%;
      display: block;
      padding: 10px 16px;
      font-size: 13px;
    }

    .company_info .section_row .row_inner section#company_information .inner table tr td {
      width: 100%;
      display: block;
      padding: 15px 0 15px 16px;
      font-size: 13px;
      line-height: 1.6;
    }

    .company_info .section_row .row_inner section#company_information .inner table tr td .notice {
      margin-top: 15px;
      font-size: 12px;
    }

    .company_info .section_row .row_inner section#company_information .inner .btn {
      margin-top: 40px;
    }

    .company_info .section_row .row_inner section#company_information .inner .btn a {
      font-size: 15px;
      width: 282px;
      height: 70px;
      border-radius: 3px;
    }

    .company_info .section_row .row_inner section#company_information .inner .btn a::before {
      border-radius: 3px;
    }

    .company_info .section_row .row_inner section#company_information .inner .btn a span::after {
      width: 14px;
      height: 14px;
      margin-left: 9px;
    }

    .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area {
      width: 100%;
    }

    .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn {
      flex-direction: column;
      align-items: center;
      margin-left: 0;
      margin-top: 20px;
    }

    .company_info .section_row .row_inner section#company_information .inner .recruit_btn_area .recruit_btn li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 10px;
    }

    .company_info .section_row .row_inner section#flow {
      padding-top: 60px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block {
      border-radius: 15px;
      min-height: auto;
      padding: 30px 5% 35px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .img {
      width: 228px;
      margin-bottom: 15px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .img img {
      height: 121px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .txt {
      padding: 0;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .txt .main {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .txt .main span {
      font-size: 18px;
      width: 28px;
      margin-right: 3px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .txt .desc {
      font-size: 14px;
      line-height: 1.6;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .txt ul {
      margin-top: 15px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .txt ul li {
      font-size: 14px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .txt ul li:not(:last-child) {
      margin-bottom: 7px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block .txt .notice {
      font-size: 13px;
      margin-top: 15px;
      text-indent: -1em;
      margin-left: 1em;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block:not(:last-child) {
      margin-bottom: 30px;
    }

    .company_info .section_row .row_inner section#flow .inner .list .block:not(:last-child)::after {
      width: 30px;
      height: 16.5px;
      top: calc(100% + 5px);
    }

    .company_info .section_row .row_inner section#faq {
      padding: 50px 0 77px;
    }

    .company_info .section_row .row_inner section#faq .inner .nav {
      margin-bottom: 50px;
    }

    .company_info .section_row .row_inner section#faq .inner .nav li a {
      font-size: 14px;
    }

    .company_info .section_row .row_inner section#faq .inner .nav li a::after {
      margin-left: 4px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group h3 {
      font-size: 18px;
      background: linear-gradient(to top, #eef1f4 18px, transparent 18px);
      padding-bottom: 7px;
      margin-bottom: 10px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item {
      padding-bottom: 15px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q {
      padding: 15px 30px 0 0;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q p {
      font-size: 13px;
      line-height: 1.6;
      align-items: flex-start;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q p span {
      font-size: 16px;
      margin-right: 5px;
      margin-top: -3px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q::before {
      width: 14px;
      height: 14px;
      right: 0;
      top: 20px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q::after {
      width: 14px;
      height: 14px;
      right: 0;
      top: 20px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::before,
    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::after {
      background-size: 14px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a {
      margin-top: 13px;
      font-size: 13px;
      line-height: 1.6;
      padding-left: 16px;
      padding-right: 29px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn {
      margin-top: 15px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a {
      font-size: 15px;
      width: 282px;
      height: 70px;
      border-radius: 3px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi {
      margin-top: 20px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi .main {
      font-size: 14px;
      margin-bottom: 5px;
    }

    .company_info .section_row .row_inner section#faq .inner .list .group:not(:last-child) {
      margin-bottom: 50px;
    }

    .company_info#career .section_row .row_inner section#company_information .inner .btn {
      margin-top: 30px;
    }

    .company_info#career .section_row .row_inner section#flow {
      padding-top: 50px;
    }
  }




  /* ======== table.tableOther ======== */
  table.company {
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2;
    width: 100%;
  }

  table.company tr {}

  table.company th {
    width: 25%;
    padding: 22px;
    vertical-align: 0;
    border: #ddd 1px solid;
    border-right: #ddd 1px dashed;
    border-right: #ddd 1px solid;
  }

  table.company td {
    padding: 22px;
    vertical-align: 0;
    border: #ddd 1px solid;
    /* border-left:none; */
  }

  table.company td .linkArea {
    margin-top: 10px;
    text-align: left;
  }

  table.company td .linkArea a.btn {
    margin: 0;
  }

  /* --- #map_canvas --- */
  #map_canvas {
    width: 100%;
    margin-top: 70px;
    height: 400px;
    position: relative;
    z-index: 1;
    border: #ededed 1px solid;
  }



  @media only screen and (max-width: 950px) {
    table.company th {
      width: 30%;
      padding: 20px;
    }

    table.company td {
      padding: 20px;
    }
  }

  @media only screen and (max-width: 800px) {
    table.company {
      font-size: 13px;
    }
  }

  @media only screen and (max-width: 738px) {
    #outline .imgArea {
      /* float:none; */
      width: 100%;
      display: block;
    }

    #outline .txtArea {
      float: none;
      width: 100%;
      /* margin-top:25px; */
    }

    table.company {
      /* font-size:12px; */
    }

    /*	#map_canvas { display:none; }*/
  }

  @media only screen and (max-width: 414px) {
    table.company th {
      width: 30%;
      padding: 15px;
    }

    table.company td {
      padding: 15px;
    }
  }

  .page_top_area {
    margin-bottom: 30px;
    border: 2px solid #000;
    padding: 20px 20px;
    position: relative;
    margin-top: 80px;
  }


  .page_title_txt {
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    top: -50px;
    background: #fff;
    padding: 0 30px;
  }

  .page_title_txt span {
    font-size: 0.6em;
    padding: 0 10px;
  }



  @media all and (max-width:414px) {

    .page_top_area {
      border: 2px solid #000;
      padding: 20px 10px;

    }



    .page_title_txt {
      font-size: 20px;
      line-height: 1.5;
      padding: 0;
    }
  }

  .page_sub_txt {
    font-size: 30px;
    line-height: 2;
    font-weight: 600;
  }


  @media all and (max-width:414px) {
    .page_sub_txt {
      font-size: 20px;
      line-height: 1.3;
      font-weight: 600;
      margin: 0;
    }
  }


  .mission_area {
    display: flex;
    gap: 1em;
  }

  .img_truck img {
    border-radius: 0.5em;
  }


  .mane {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
  }


  .mane h2 {
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
  }

  .mane h2 {
    position: relative;
    color: white;
    background: #e5a01d;
    line-height: 2;
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 50px;
  }

  .mane h2 span {
    font-size: 0.9em;
    padding: 0 10px;
  }



  .mane h2:before {
    /*Ã§â€“â€˜Ã¤Â¼Â¼Ã¨Â¦ÂÃ§Â´Â */
    font-family: 'FontAwesome';
    content: "\f14a";
    position: absolute;
    left: 0.5em;
    /*Ã¥Â·Â¦Ã§Â«Â¯Ã£Ââ€¹Ã£â€šâ€°Ã£ÂÂ®Ã£â€šÂ¢Ã£â€šÂ¤Ã£â€šÂ³Ã£Æ’Â³Ã£ÂÂ¾Ã£ÂÂ§Ã£ÂÂ®Ã¨Â·ÂÃ©â€ºÂ¢*/
  }



  @media all and (max-width:414px) {

    .mane h2 {
      position: relative;
      color: white;
      background: #e5a01d;
      line-height: 2;
      font-size: 20px;
      margin-bottom: 20px;
      padding-left: 50px;
    }

    .mane h2 span {
      font-size: 0.9em;
      padding: 0 10px;
    }


  }

  .mane h3 {
    position: relative;
    color: #000;
    text-align: left;
    font-size: 20px;
    line-height: 2.5;
    padding-left: 10px;
    border-bottom: solid 1px;
    display: flex;
    align-content: center;
    align-items: center;
  }

  .mane h3 span {
    color: #18559d;
    font-size: 1.1em
  }



  .mane h3:before {
    /*Ã§â€“â€˜Ã¤Â¼Â¼Ã¨Â¦ÂÃ§Â´Â */
    font-family: 'Font Awesome 6 pro';
    content: "\f140";
    /* position: absolute; */
    left: 0.6em;
    /*Ã¥Â·Â¦Ã§Â«Â¯Ã£Ââ€¹Ã£â€šâ€°Ã£ÂÂ®Ã£â€šÂ¢Ã£â€šÂ¤Ã£â€šÂ³Ã£Æ’Â³Ã£ÂÂ¾Ã£ÂÂ§Ã£ÂÂ®Ã¨Â·ÂÃ©â€ºÂ¢*/
    font-size: 23px;
    /* top: -5px; */
    color: #18559d;
    padding-right: 10px;
  }


  @media all and (max-width:414px) {

    .mane h3 {
      font-size: 16px;
      line-height: 1.6;
      padding-bottom: 10px;
      margin-top: 0.6em;
      flex-direction: row;
    }

    .mane h3:before {
      font-size: 20px;
      top: 0;
    }

  }

  /* --- .nameArea --- */
  .nameArea {
    margin: 80px 0 0;
    background: #f4f4f4;
    border: 1px solid #eeebe7;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  /* --- .inner --- */
  .nameArea .inner {
    padding: 65px 3.5% 75px;
    z-index: 0;
    display: flex;
    gap: 2em;
    margin-bottom: 0 !important;
    align-content: center;
    align-items: center;
  }

  /* .imgArea */
  .nameArea .imgArea {
    width: 25%;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* .nameArea .imgArea:before {
  position: absolute;
  top: 10px;
  right: 20px;
  left: 20px;
  bottom: 10px;
  content: "";
  z-index: 2;
}

.nameArea .imgArea:after {
  position: absolute;
  top: 20px;
  right: 10px;
  left: 10px;
  bottom: 20px;
  content: "";
  z-index: 2;
}
 */

  .nameArea .imgArea h4 {
    font-size: 1.2em;
    line-height: 1.8;
    font-family: 'Playfair Display', YuMincho, "ProN W3", "Hiragino Mincho ProN", Verdana, serif;
    text-align: center;
  }

  .nameArea .imgArea h4 span {
    display: block;
    font-size: 1.5rem;
  }

  .nameArea .imgArea img {
    height: auto;
    margin: 10px auto;
  }

  /* .txtArea */
  .nameArea .txtArea {
    width: 70%;
    text-align: left;
  }

  .nameArea .txtArea .txtBox {
    margin: 0 auto;
  }

  .nameArea .txtArea h4 {
    margin: 0 0 30px;
    font-size: 55px;
    font-family: scotch-display, sans-serif;
    font-weight: 300;
    letter-spacing: 0.015em;
    position: relative;
    z-index: 0;
    line-height: 1.5;
    text-align: center;
  }

  .nameArea .txtArea p {
    font-size: 14px;
    line-height: 2.2;
  }


  @media all and (max-width:700px) {
    .nameArea .inner {
      flex-direction: column;
    }

    .nameArea .imgArea {
      width: 100%;
    }

    .nameArea .txtArea {
      width: 90%;
      text-align: left;
    }

  }





  /* INTERVIEW */
  #interview #mv .inner .ttl_row {
    margin-bottom: 50px;
  }

  #interview #mv .inner .ttl_row h2 {
    margin-bottom: 0;
  }

  #interview #interview_list {
    padding-bottom: 120px;
  }

  #interview #interview_list .inner {
    max-width: 1160px;
  }

  #interview #interview_list .inner .intro {
    margin-bottom: 100px;
  }

  #interview #interview_list .inner .interview_slider {
    display: flex;
    flex-wrap: wrap;
  }

  #interview #interview_list .inner .interview_slider .slide {
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    width: 30.6%;
    transition: 0.3s ease;
  }

  #interview #interview_list .inner .interview_slider .slide a {
    display: block;
  }

  #interview #interview_list .inner .interview_slider .slide a .img {
    overflow: hidden;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: top right;
    mask-position: top right;
    border-radius: 10px 11px 10px 10px;
  }

  #interview #interview_list .inner .interview_slider .slide a .img img {
    transition: 0.3s ease;
    display: block;
  }

  #interview #interview_list .inner .interview_slider .slide a .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(37, 45, 47, 0.54) 0%, rgba(37, 45, 47, 0) 70%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
  }

  #interview #interview_list .inner .interview_slider .slide a .tag {
    position: absolute;
    top: 0;
    right: 0;
    font-size: clamp(11px, 1.2vw, 15px);
    line-height: 1;
    height: 2.4vw;
    max-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 30px 20px;
    z-index: 2;
    color: #fff;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .detail .position {
    font-size: 16px;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .detail .position::after {
    content: "/";
    margin: 0 0.5em;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .detail .year {
    font-size: 13px;
  }

  #interview #interview_list .inner .interview_slider .slide a .txt .name {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
  }

  @media (hover: hover) and (pointer: fine) {
    #interview #interview_list .inner .interview_slider .slide a:hover .img img {
      transform: scale(1.04);
    }
  }

  #interview #interview_list .inner .interview_slider .slide:not(:nth-child(3n)) {
    margin-right: 4.1%;
  }

  #interview #interview_list .inner .interview_slider .slide:nth-child(n+4) {
    margin-top: 80px;
  }

  #interview #interview_list .inner .interview_slider .slide.graduates a .img {
    -webkit-mask-image: url(../img/top/interview_mask.svg);
    mask-image: url(../img/top/interview_mask.svg);
  }

  #interview #interview_list .inner .interview_slider .slide.graduates a .tag {
    width: 6.4vw;
    max-width: 90px;
  }

  #interview #interview_list .inner .interview_slider .slide.career a .img {
    -webkit-mask-image: url(../img/top/interview_mask_career.svg);
    mask-image: url(../img/top/interview_mask_career.svg);
  }

  #interview #interview_list .inner .interview_slider .slide.career a .tag {
    width: 8.3vw;
    max-width: 120px;
  }

  #interview #interview_list .inner .interview_slider .slide.coming a {
    pointer-events: none;
    position: relative;
  }

  #interview #interview_list .inner .interview_slider .slide.coming a .tag {
    opacity: 0.2;
  }

  #interview #interview_list .inner .interview_slider .slide.coming a::before {
    content: "Coming Soon";
    font-family: "PT Sans", sans-serif;
    font-size: clamp(16px, 2.6vw, 42px);
    font-style: italic;
    display: block;
    text-align: center;
    color: #fff;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }

  #interview #interview_list .inner .interview_slider .slide.coming a .img {
    filter: grayscale(40%);
  }

  #interview #interview_list .inner .interview_slider .slide.coming a .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(201, 201, 201);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 3;
  }

  #interview #interview_list .inner .interview_slider .slide.coming a .txt {
    color: #d5d5d5;
  }

  @media (max-width: 1180px) {
    #interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl {
      font-size: 18px;
    }

    #interview #interview_list .inner .interview_slider .slide a .txt .detail {
      flex-direction: column;
      align-items: flex-start;
    }

    #interview #interview_list .inner .interview_slider .slide a .txt .detail .position {
      font-size: 12px;
      line-height: 1.3;
    }

    #interview #interview_list .inner .interview_slider .slide a .txt .detail .year {
      font-size: 11px;
      line-height: 1.3;
    }

    #interview #interview_list .inner .interview_slider .slide a .txt .name {
      font-size: 20px;
    }
  }

  @media (max-width: 1000px) {
    #interview #interview_list .inner .intro {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    #interview #interview_list .inner .interview_slider {
      flex-direction: column;
      align-items: center;
    }

    #interview #interview_list .inner .interview_slider .slide {
      width: 100%;
    }

    #interview #interview_list .inner .interview_slider .slide a {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    #interview #interview_list .inner .interview_slider .slide a .img {
      width: 32vw;
      margin-right: 20px;
      position: relative;
    }

    #interview #interview_list .inner .interview_slider .slide a .img img {
      border-radius: 8px;
      -webkit-mask: unset;
      mask: unset;
    }

    #interview #interview_list .inner .interview_slider .slide a>.pc {
      display: none;
    }

    #interview #interview_list .inner .interview_slider .slide a .tag {
      position: static;
      font-size: 12px;
      color: #fff;
      background: #222;
      padding: 4px 5px 5px;
      border-radius: 3px;
      margin-bottom: 5px;
      width: -moz-fit-content;
      width: fit-content;
      height: auto;
    }

    #interview #interview_list .inner .interview_slider .slide a .txt {
      color: #111;
      width: calc(100% - 32vw - 20px);
      position: static;
      padding: 0;
    }

    #interview #interview_list .inner .interview_slider .slide a .txt>.sp {
      display: block;
    }

    #interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl {
      margin-bottom: 16px;
    }

    #interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl br {
      display: none;
    }

    #interview #interview_list .inner .interview_slider .slide:not(:nth-child(3n)) {
      margin-right: 0;
    }

    #interview #interview_list .inner .interview_slider .slide:nth-child(n+2) {
      margin-top: 36px;
    }

    #interview #interview_list .inner .interview_slider .slide.graduates a .img,
    #interview #interview_list .inner .interview_slider .slide.career a .img {
      -webkit-mask-image: none;
      mask-image: none;
    }

    #interview #interview_list .inner .interview_slider .slide.graduates a .img::before,
    #interview #interview_list .inner .interview_slider .slide.career a .img::before {
      content: none;
    }

    #interview #interview_list .inner .interview_slider .slide.graduates a .tag,
    #interview #interview_list .inner .interview_slider .slide.career a .tag {
      width: -moz-fit-content;
      width: fit-content;
    }

    #interview #interview_list .inner .interview_slider .slide.coming a .img::before {
      content: none;
      content: "Coming Soon";
      font-family: "PT Sans", sans-serif;
      font-size: clamp(16px, 3vw, 32px);
      background: none;
      font-style: italic;
      display: block;
      text-align: center;
      color: #fff;
      height: 1em;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 5;
    }

    #interview #interview_list .inner .interview_slider .slide.coming a .tag {
      opacity: 0.2;
    }

    #interview #interview_list .inner .interview_slider .slide.coming a::before {
      content: none;
    }
  }

  @media (max-width: 768px) {
    #interview #mv {
      padding-bottom: 90px;
    }

    #interview #mv .inner .ttl_row {
      align-items: flex-start;
      margin-bottom: 25px;
    }

    #interview #mv .inner .ttl_row .sec_ttl {
      margin-top: 5px;
    }

    #interview #mv .flow_txt {
      bottom: 25px;
    }

    #interview #interview_list {
      padding-bottom: 60px;
    }

    #interview #interview_list .inner .interview_slider .slide a .txt .interview_ttl {
      font-size: 15px;
    }
  }

  #mv {
    position: relative;
    padding: 180px 0 50px;
    background: #e4f0ff;
    z-index: 0;
  }

  #mv .inner {
    max-width: 1640px;
    position: relative;
  }

  #mv .inner::before {
    content: "";
    display: block;
    width: 300px;
    height: 516px;
    /* background: url(../../img/bg_gray_logo.svg) no-repeat center/contain; */
    background: url(../../img/bg_img_truck.png) no-repeat center/contain;
    position: absolute;
    top: -112px;
    right: -80px;
    z-index: -1;
    opacity: 0.1;
  }


  #mv .inner::after {
    content: "";
    display: block;
    width: 1vw;
    height: 100%;
    background: #18559d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }




  #mv .inner {
    max-width: 1680px;
  }

  #mv .inner .sec_ttl {
    text-align: right;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-family: "PT Sans", sans-serif;
  }

  #mv .inner .ttl_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 50px;
    margin-top: 10px;
  }

  #mv .inner .ttl_row .ttl {
    color: #18559d;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
  }



  #mv .flow_txt {
    font-size: 180px;
    line-height: 1;
    font-family: "PT Sans", sans-serif;
    color: #f2f5f7;
    white-space: nowrap;
    position: absolute;
    bottom: 10px;
    z-index: -1;
  }

  #mv .flow_txt span {
    display: inline-block;
    margin-right: 68px;
  }




  #mv .inner .row {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  #mv .inner .row .txt {
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    padding-top: 59px;
  }

  #mv .inner .row .txt .breadcrumb {
    background: #eef1f4;
    border-radius: 4px;
    padding: 10px 19px;
    margin-bottom: 60px;
    width: -moz-fit-content;
    width: fit-content;
  }

  #mv .inner .row .txt .ttl {
    color: #18559d;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #company_single #mv .inner .row .txt h2 {
    font-size: clamp(32px, 2.7vw, 48px);
    line-height: 1.5;
    margin-bottom: 75px;
  }

  #mv .inner .row .txt .position {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  #mv .inner .row .txt .name_year {
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }

  #mv .inner .row .txt .name_year .name {
    font-weight: bold;
    font-size: 38px;
    margin-right: 18px;
    margin-right: 8px;
  }

  #mv .inner .row .txt .name_year .year {
    font-size: 15px;
    margin-bottom: 8px;
  }

  #mv .inner .row .img {
    width: 51%;
    position: relative;
  }

  #mv .inner .row .img .main_img img {
    border-radius: 20px;
    display: block;
  }

  #mv .inner .row .img .parallax {
    position: absolute;
  }

  #mv .inner .row .img .parallax.kazari1 {
    width: 17px;
    aspect-ratio: 1/5.588;
    background: url(../img/interview/mv_kazari1.svg) no-repeat center/contain;
    top: -26px;
    left: 79px;
  }

  #mv .inner .row .img .parallax.kazari2 {
    width: 105px;
    aspect-ratio: 1/1.5619;
    background: url(../img/interview/mv_kazari2.svg) no-repeat center/contain;
    top: 46%;
    right: -75px;
  }

  #mv .inner .row .img .parallax.kazari3 {
    width: 22px;
    aspect-ratio: 1/1;
    background: url(../img/interview/mv_kazari3.svg) no-repeat center/contain;
    top: 36%;
    right: -75px;
  }

  #mv .inner .row .img .parallax.kazari4 {
    width: 157px;
    aspect-ratio: 1/1;
    background: url(../img/interview/mv_kazari4.svg) no-repeat center/contain;
    bottom: -11px;
    right: 21px;
  }

  #mv .inner .row .img .parallax.kazari5 {
    width: 68px;
    aspect-ratio: 2/1;
    background: url(../img/interview/mv_kazari5.svg) no-repeat center/contain;
    bottom: 50px;
    left: 10px;
  }

  #mv .inner .row .img .parallax.kazari6 {
    width: 67px;
    aspect-ratio: 1/1.2985;
    background: url(../img/interview/mv_kazari6.svg) no-repeat center/contain;
    bottom: 58px;
    left: -30px;
  }

  #mv .flow_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }


  #mv {
    padding: 198px 0 100px;
    position: relative;
    background: #ddd;
    position: relative;
    padding: 180px 0 50px;
    background: #e4f0ff;
    z-index: 0;
    margin-bottom: 30px;
  }



  #mv .inner .sec_ttl {
    font-size: 11px;
  }

  #mv .inner .ttl_row {
    margin-bottom: 10px;
    padding-left: 27px;
  }

  #mv .inner .ttl_row .ttl {
    font-size: 14px;
  }

  #mv .inner h2 {
    font-size: 52px;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 30px;
    padding-left: 1em;
  }


  #mv .flow_txt {
    bottom: 10px;
    font-size: 100px;
  }

  #mv .flow_txt span {
    margin-right: 32px;
  }























  #company_single .section_row .row_inner .company_sec .inner .ttl {
    color: #18559d;
    font-size: 15px;
    margin-bottom: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #company_single .section_row .row_inner .company_sec .inner .ttl span {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    margin-right: 1em;
  }

  #company_single .section_row .row_inner .company_sec .inner h2 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 60px;
  }

  #company_single .section_row .row_inner .company_sec .inner .desc {
    line-height: 2;
    margin-bottom: 50px;
  }

  #company_single .section_row .row_inner .company_sec .inner .img {
    position: relative;
  }

  #company_single .section_row .row_inner .company_sec .inner .img .main_img img {
    border-radius: 20px;
  }

  #company_single .section_row .row_inner .company_sec:not(:last-child) {
    margin-bottom: 80px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax {
    position: absolute;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari1 {
    width: 120px;
    aspect-ratio: 1/0.2667;
    background: url(../img/interview/detail_kazari1.svg) no-repeat center/contain;
    top: 19px;
    right: -33px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari2 {
    width: 52px;
    aspect-ratio: 13/25;
    background: url(../img/interview/detail_kazari2.svg) no-repeat center/contain;
    top: 47px;
    right: -39px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari3 {
    width: 90px;
    aspect-ratio: 45/61;
    background: url(../img/interview/detail_kazari3.svg) no-repeat center/contain;
    bottom: -20px;
    left: 16px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax {
    position: absolute;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax.kazari1 {
    width: 61px;
    aspect-ratio: 61/67;
    background: url(../img/interview/detail_kazari4.svg) no-repeat center/contain;
    top: -21px;
    left: 16px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax.kazari2 {
    width: 47px;
    aspect-ratio: 47/127;
    background: url(../img/interview/detail_kazari5.svg) no-repeat center/contain;
    top: 60px;
    left: -16px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax {
    position: absolute;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari1 {
    width: 79px;
    aspect-ratio: 79/72;
    background: url(../img/interview/detail_kazari6.svg) no-repeat center/contain;
    top: 36px;
    right: -51px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari2 {
    width: 70px;
    aspect-ratio: 70/109;
    background: url(../img/interview/detail_kazari7.svg) no-repeat center/contain;
    bottom: -21px;
    left: 30px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari3 {
    width: 83px;
    aspect-ratio: 83/14;
    background: url(../img/interview/detail_kazari8.svg) no-repeat center/contain;
    bottom: 112px;
    left: -41px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner {
    padding: 60px;
    border: 1px solid #eee;
    border-radius: 20px;
    position: relative;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax {
    position: absolute;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax.kazari1 {
    width: 83px;
    aspect-ratio: 1/1;
    background: url(../img/interview/detail_kazari9.svg) no-repeat center/contain;
    top: 30px;
    right: 27px;
    background: #17a0df;
    border-radius: 50px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax.kazari2 {
    width: 46px;
    aspect-ratio: 1/1;
    /* background: url(../img/interview/detail_kazari10.svg) no-repeat center/contain; */
    top: 123px;
    right: -9px;
    background: #1c63b9;
    border-radius: 50px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner h2 {
    font-size: 26px;
    margin-bottom: 50px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl {
    padding-left: 70px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt {
    background: #1c63b9;
    color: #fff;
    width: 8em;
    border-radius: 15px;
    padding: 7px 8px 8px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    margin-bottom: 14px;
    position: relative;
  }


  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt span {
    font-size: 0.8em;
    padding: 0 2px
  }





  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #18559d;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -70px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd {
    position: relative;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd .main {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd .desc {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd:not(:last-child) {
    margin-bottom: 35px;
  }

  #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd:not(:last-child)::before {
    content: "";
    width: 2px;
    height: calc(100% + 90px);
    background: #e2e2e2;
    position: absolute;
    top: -40px;
    left: -63px;
    z-index: -1;
  }

  #company_single #schedule {
    margin-top: 100px;
    background: #eef1f4 url(../img/interview/schedule_bg.svg) no-repeat top -255px left calc(50% + 550px);
    border-radius: 100px;
    padding: 95px 80px 120px;
  }

  #company_single #schedule .inner {
    max-width: 1440px;
    padding-left: 125px;
  }

  #company_single #schedule .inner .ttl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
  }

  #company_single #schedule .inner .ttl .img {
    position: absolute;
    top: 50%;
    left: -125px;
    transform: translateY(-50%);
    border: 2px solid #ff6982;
    border-radius: 50%;
  }

  #company_single #schedule .inner .ttl .img img {
    width: 100px;
    display: block;
    border-radius: 50%;
  }

  #company_single #schedule .inner .ttl h2 {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1;
  }

  #company_single #schedule .inner .ttl h2 small {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
  }

  #company_single #schedule .inner .schedule_slider {
    overflow: hidden;
  }

  #company_single #schedule .inner .schedule_slider .swiper-wrapper {
    align-items: stretch;
  }

  #company_single #schedule .inner .schedule_slider .swiper-slide {
    height: auto;
  }

  #company_single #schedule .inner .schedule_slider .swiper-pagination {
    margin-top: 30px;
    background: #d3d9e0;
    position: static;
    display: flex;
  }

  #company_single #schedule .inner .schedule_slider .swiper-pagination .swiper-pagination-bullet {
    display: block;
    height: 4px;
    background: #d3d9e0;
    border-radius: 2px;
    transition: 0.3s;
  }

  #company_single #schedule .inner .schedule_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #64696e;
  }

  #company_single #schedule .inner .swiper-slide {
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 50px 22px 50px;
    width: 200px;
  }

  #company_single #schedule .inner .swiper-slide .time {
    color: #18559d;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1;
  }

  #company_single #schedule .inner .swiper-slide .time::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #18559d;
    border-radius: 50%;
    margin-right: 12px;
  }

  #company_single #schedule .inner .swiper-slide .detail {
    font-size: 14px;
    line-height: 1.7;
  }

  #company_single #schedule .inner .swiper-slide:not(:last-child) {
    margin-right: 26px;
  }

  #company_single #interview {
    padding: 100px 0 160px;
    position: relative;
    z-index: 1;
  }

  #company_single #interview .inner {
    max-width: 1480px;
  }

  #company_single #interview .inner .sub_ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
  }

  #company_single #interview .inner .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  #company_single #interview .inner .desc {
    margin-bottom: 90px;
    line-height: 2;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #company_single #interview .inner .interview_slider {
    margin-right: calc((100vw - 1232px) / 2 * -1);
  }

  #company_single #interview .inner .interview_slider .slick-list {
    padding-top: 20px;
  }

  #company_single #interview .inner .interview_slider .slide {
    position: relative;
    margin-right: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    width: 27vw;
    max-width: 474px;
    transition: 0.3s ease;
  }

  #company_single #interview .inner .interview_slider .slide a {
    display: block;
  }

  #company_single #interview .inner .interview_slider .slide a .img {
    overflow: hidden;
    border-radius: 10px 11px 10px 10px;
  }

  #company_single #interview .inner .interview_slider .slide a .img img {
    transition: 0.3s ease;
  }

  #company_single #interview .inner .interview_slider .slide a .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(37, 45, 47, 0.54) 0%, rgba(37, 45, 47, 0) 70%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
  }

  #company_single #interview .inner .interview_slider .slide a .tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 9px 13px 10px;
    border-radius: 0 10px 0 10px;
  }

  #company_single #interview .inner .interview_slider .slide a .tag::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/radius_top_right.svg) no-repeat right top/contain;
    position: absolute;
    top: 0;
    right: 100%;
  }

  #company_single #interview .inner .interview_slider .slide a .tag::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/radius_top_right.svg) no-repeat right top/contain;
    position: absolute;
    top: 100%;
    right: 0;
  }

  #company_single #interview .inner .interview_slider .slide a .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 30px 20px;
    color: #fff;
    z-index: 2;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .interview_ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .detail .position {
    font-size: 17px;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .detail .position::after {
    content: "/";
    margin: 0 0.5em;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .detail .year {
    font-size: 14px;
  }

  #company_single #interview .inner .interview_slider .slide a .txt .name {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
  }

  @media (hover: hover) and (pointer: fine) {
    #company_single #interview .inner .interview_slider .slide a:hover .img img {
      transform: scale(1.04);
    }
  }

  #company_single #interview .inner .interview_slider .slide.even_slide {
    transform: translateY(-20px);
  }

  #company_single #interview .inner .interview_slider .slide.coming a {
    pointer-events: none;
    position: relative;
  }

  #company_single #interview .inner .interview_slider .slide.coming a .tag {
    z-index: 5;
    color: #cbcbcb;
  }

  #company_single #interview .inner .interview_slider .slide.coming a::before {
    content: "Coming Soon";
    font-family: "PT Sans", sans-serif;
    font-size: clamp(16px, 2.6vw, 42px);
    font-style: italic;
    display: block;
    text-align: center;
    color: #fff;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }

  #company_single #interview .inner .interview_slider .slide.coming a .img {
    filter: grayscale(40%);
  }

  #company_single #interview .inner .interview_slider .slide.coming a .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(201, 201, 201);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 3;
  }

  #company_single #interview .inner .interview_slider .slide.coming a .txt {
    color: #d5d5d5;
  }

  #company_single #interview .inner .interview_slider .slick-arrow {
    position: absolute;
    top: -67px;
    width: 52px;
    height: 52px;
    background: #222;
    border-radius: 50%;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
  }

  #company_single #interview .inner .interview_slider .slick-arrow::before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: no-repeat center/contain;
  }

  #company_single #interview .inner .interview_slider .slick-arrow.slick-prev {
    right: calc((100vw - 1232px) / 2 + 68px);
  }

  #company_single #interview .inner .interview_slider .slick-arrow.slick-prev::before {
    background-image: url(../img/arrow_left.svg);
  }

  #company_single #interview .inner .interview_slider .slick-arrow.slick-next {
    right: calc((100vw - 1232px) / 2);
  }

  #company_single #interview .inner .interview_slider .slick-arrow.slick-next::before {
    background-image: url(../img/arrow_right.svg);
  }

  @media (hover: hover) and (pointer: fine) {
    #company_single #interview .inner .interview_slider .slick-arrow:hover {
      opacity: 0.8;
    }
  }

  @media (max-width: 1400px) {
    #company_single #interview .inner .interview_slider {
      margin-right: -6vw;
    }

    #company_single #interview .inner .interview_slider .slick-arrow.slick-prev {
      right: calc(6vw + 68px);
    }

    #company_single #interview .inner .interview_slider .slick-arrow.slick-next {
      right: 6vw;
    }
  }

  @media (max-width: 1180px) {
    #company_single #interview .inner .interview_slider .slide a .txt .interview_ttl {
      font-size: 15px;
    }

    #company_single #interview .inner .interview_slider .slide a .txt .detail .position {
      font-size: 12px;
    }

    #company_single #interview .inner .interview_slider .slide a .txt .detail .year {
      font-size: 11px;
    }

    #company_single #interview .inner .interview_slider .slide a .txt .name {
      font-size: 20px;
    }
  }

  @media (max-width: 1000px) {
    #company_single #mv .inner {
      width: 90%;
    }

    #company_single #mv .inner .sec_ttl.pc {
      display: none;
    }

    #company_single #mv .inner .row {
      flex-direction: column;
    }

    #company_single #mv .inner .row .img {
      order: 1;
      width: 100%;
    }

    #company_single #mv .inner .row .img .main_img img {
      width: 92%;
      margin: 0 0 0 auto;
    }

    #company_single #mv .inner .row .img .parallax.kazari1 {
      width: 2.26vw;
      top: 13.6vw;
      left: 1vw;
    }

    #company_single #mv .inner .row .img .parallax.kazari2 {
      width: 14vw;
      top: 31.7vw;
      right: -4.7vw;
    }

    #company_single #mv .inner .row .img .parallax.kazari3 {
      width: 2.933vw;
      top: 23vw;
      right: -4.533vw;
    }

    #company_single #mv .inner .row .img .parallax.kazari4 {
      width: 20.9vw;
      bottom: -1.2vw;
      right: 4.8vw;
    }

    #company_single #mv .inner .row .img .parallax.kazari5 {
      width: 9.066vw;
      left: 12vw;
      bottom: 6vw;
    }

    #company_single #mv .inner .row .img .parallax.kazari6 {
      width: 8.93vw;
      left: 4vw;
      bottom: 8vw;
    }

    #company_single #mv .inner .row .txt {
      order: 2;
      padding-top: 0;
      position: relative;
    }

    #company_single #mv .inner .row .txt .sec_ttl.sp {
      display: block;
      position: absolute;
      top: 40px;
      right: 0;
    }

    #company_single #mv .inner .row .txt .breadcrumb {
      transform: translateY(-50%);
      margin-bottom: 10px;
    }

    #company_single #mv .inner .row .txt h2 {
      font-size: 24px;
    }

    #company_single .section_row .row_inner .company_sec {
      padding-left: 0;
    }

    #company_single #interview .inner .interview_slider .slide {
      width: 30vw;
    }

    #company_single #schedule {
      padding-left: 0;
      padding-right: 0;
    }

    #company_single #schedule .inner {
      padding-left: 0;
    }

    #company_single #schedule .inner .ttl {
      padding-left: 125px;
    }

    #company_single #schedule .inner .ttl .img {
      left: 0;
    }
  }

  @media (max-width: 768px) {
    #mv {
      padding-top: 84px;
    }

    #mv .inner::before {
      top: 6px;
      width: 158px;
      height: 258px;
      right: -50px;
    }

    #mv .inner .row {
      margin-top: 0;
    }

    #mv .inner .row .txt {
      width: 100%;
      position: relative;
      z-index: 2;
    }

    #mv .inner .row .txt .breadcrumb {
      position: relative;
      padding: 7px 10px;
      border-radius: 4px;
      z-index: 4;
    }

    #mv .inner .row .txt .ttl {
      font-size: 13px;
      margin-bottom: 10px;
    }

    #mv .inner .row .txt h2 {
      margin-bottom: 35px;
    }

    #mv .inner .row .txt .position {
      font-size: 14px;
      margin-bottom: 10px;
    }

    #mv .inner .row .txt .name_year .name {
      font-size: 26px;
    }

    #mv .inner .row .txt .name_year .year {
      font-size: 12px;
    }

    #mv .inner .row .img {
      z-index: 1;
    }

    #mv .inner .row .img .main_img img {
      border-radius: 10px;
    }

    #mv .flow_txt {
      font-size: 108px;
    }

    #company_single .section_row .row_inner .company_sec .inner .ttl {
      font-size: 12px;
    }

    #company_single .section_row .row_inner .company_sec .inner .ttl span {
      font-size: 13px;
    }

    #company_single .section_row .row_inner .company_sec .inner h2 {
      font-size: 21px;
      margin-bottom: 25px;
    }

    #company_single .section_row .row_inner .company_sec .inner h2 br {
      display: none;
    }

    #company_single .section_row .row_inner .company_sec .inner .desc {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 20px;
    }

    #company_single .section_row .row_inner .company_sec .inner .img .main_img img {
      border-radius: 10px;
    }

    #company_single .section_row .row_inner .company_sec .inner .img .parallax img {
      display: block;
    }

    #company_single .section_row .row_inner .company_sec:not(:last-child) {
      margin-bottom: 45px;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari1 {
      width: 16vw;
      top: 2.6vw;
      right: -2.4vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari2 {
      width: 6.9vw;
      top: 6.2vw;
      right: -3.2vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec1 .inner .img .parallax.kazari3 {
      width: 12vw;
      bottom: -3.3vw;
      left: 1.8vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax.kazari1 {
      width: 8.1vw;
      top: -2.6vw;
      left: 2.4vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec2 .inner .img .parallax.kazari2 {
      width: 6.2vw;
      top: 8.4vw;
      left: -1.8vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari1 {
      width: 10.6vw;
      top: 2.2vw;
      right: -3.6vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari3 {
      width: 11vw;
      bottom: 12.9vw;
      left: -7.2vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec3 .inner .img .parallax.kazari2 {
      width: 9.6vw;
      bottom: -4.4vw;
      left: 2vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner {
      padding: 30px 5%;
      border-radius: 10px;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax.kazari1 {
      width: 10.8vw;
      top: 5.3vw;
      right: -1.1vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner .parallax.kazari2 {
      width: 6.1vw;
      top: 16.3vw;
      right: -4.4vw;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner h2 {
      font-size: 18px;
      margin-bottom: 35px;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl {
      padding-left: 23px;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt {
      font-size: 12px;
      width: 73px;
      padding: 5px 0;
      margin-bottom: 10px;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dt::before {
      width: 14px;
      height: 14px;
      top: 4px;
      left: -23px;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd .main {
      font-size: 16px;
      margin-bottom: 10px;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd .desc {
      font-size: 12px;
      line-height: 1.8;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd:not(:last-child) {
      margin-bottom: 35px;
    }

    #company_single .section_row .row_inner .company_sec#tg_sec4 .inner dl dd:not(:last-child)::before {
      height: calc(100% + 74px);
      top: -29px;
      left: -18px;
    }

    #company_single #interview {
      padding: 50px 0 80px;
      border-bottom-right-radius: 60px;
    }

    #company_single #interview::before,
    #company_single #interview::after {
      width: 60px;
      height: 60px;
    }

    #company_single #interview .inner .sub_ttl {
      font-size: 14px;
      margin-bottom: 8px;
    }

    #company_single #interview .inner .ttl {
      margin-bottom: 30px;
    }

    #company_single #interview .inner .desc {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    #company_single #interview .inner .interview_slider .slide {
      width: 64.5vw;
      margin-right: 15px;
    }

    #company_single #interview .inner .interview_slider .slide a .tag {
      border-radius: 0 5px 0 5px;
      font-size: 11px;
      padding: 5px 9px 8px;
    }

    #company_single #interview .inner .interview_slider .slide a .tag::before,
    #company_single #interview .inner .interview_slider .slide a .tag::after {
      width: 7px;
      height: 7px;
    }

    #company_single #interview .inner .interview_slider .slide a .txt {
      padding: 0 12px 20px;
    }

    #company_single #interview .inner .interview_slider .slide a .txt .interview_ttl {
      margin-bottom: 16px;
    }

    #company_single #schedule {
      margin-top: 50px;
      border-radius: 40px;
      padding: 55px 0 60px;
      background-position: top -100px right -26.4vw;
      background-size: 90.4%;
    }

    #company_single #schedule .inner .ttl {
      padding-left: 83px;
      margin-bottom: 40px;
    }

    #company_single #schedule .inner .ttl .img img {
      width: 64px;
    }

    #company_single #schedule .inner .ttl h2 {
      font-size: 20px;
    }

    #company_single #schedule .inner .ttl h2 small {
      font-size: 11px;
    }

    #company_single #schedule .inner .ttl .sec_ttl {
      font-size: 10px;
    }

    #company_single #schedule .inner .sp>.swiper-slide {
      background: transparent;
      border: none;
      padding: 0;
    }

    #company_single #schedule .inner .swiper-slide {
      width: 100%;
      padding: 20px 5%;
      border-radius: 10px;
    }

    #company_single #schedule .inner .swiper-slide .time {
      font-size: 16px;
      margin-bottom: 10px;
    }

    #company_single #schedule .inner .swiper-slide .time::before {
      width: 6px;
      height: 6px;
      margin-right: 7px;
    }

    #company_single #schedule .inner .swiper-slide .detail {
      font-size: 12px;
      line-height: 1.7;
    }

    #company_single #schedule .inner .swiper-slide:not(:last-child) {
      margin-bottom: 10px;
    }
  }

  @media (max-width: 630px) {
    #mv {
      padding-bottom: 40px;
      margin-bottom: 0;
    }

    #mv .inner h2 {
      font-size: 32px;
    }




    #mv .inner .row .img::before {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      background: url(../img/radius_top_left.svg) no-repeat top left/contain;
      top: 29px;
      left: 8%;
    }
  }

  #recruitment #mv .inner .ttl_row {
    margin-bottom: 50px;
  }

  #recruitment #mv .inner .ttl_row h2 {
    margin-bottom: 0;
  }

  #recruitment #recruit_list {
    padding-bottom: 100px;
  }

  #recruitment #recruit_list .inner {
    max-width: 1160px;
  }

  #recruitment #recruit_list .inner .intro {
    line-height: 2;
    margin-bottom: 80px;
  }

  #recruitment #recruit_list .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #recruitment #recruit_list .inner .list .block {
    width: 48.1%;
  }

  #recruitment #recruit_list .inner .list .block a .img {
    overflow: hidden;
    border-radius: 10px;
  }

  #recruitment #recruit_list .inner .list .block a .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  #recruitment #recruit_list .inner .list .block a .txt {
    margin-top: 20px;
  }

  #recruitment #recruit_list .inner .list .block a .txt .main {
    font-size: 26px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  #recruitment #recruit_list .inner .list .block a .txt .desc {
    font-size: 15px;
    line-height: 1.8;
  }

  @media (hover: hover) and (pointer: fine) {
    #recruitment #recruit_list .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  #recruitment #recruit_list .inner .list .block:nth-child(n+3) {
    margin-top: 40px;
  }

  @media (max-width: 1000px) {
    #recruitment #recruit_list .inner .list .block a .txt .main {
      font-size: 22px;
    }
  }

  @media (max-width: 768px) {
    #recruitment #mv .inner .ttl_row {
      align-items: flex-end;
      margin-bottom: 25px;
    }

    #recruitment #mv .inner .ttl_row .sec_ttl {
      margin-bottom: 10px;
    }

    #recruitment #mv .flow_txt {
      bottom: 10px;
    }

    #recruitment #recruit_list {
      padding-bottom: 50px;
    }

    #recruitment #recruit_list .inner .intro {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    #recruitment #recruit_list .inner .list .block {
      width: 100%;
    }

    #recruitment #recruit_list .inner .list .block a .txt {
      margin-top: 16px;
    }

    #recruitment #recruit_list .inner .list .block a .txt .main {
      font-size: 18px;
      margin-bottom: 8px;
    }

    #recruitment #recruit_list .inner .list .block a .txt .desc {
      font-size: 13px;
      line-height: 1.6;
    }

    #recruitment #recruit_list .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }
  }

  .recruit_info .section_row .row_inner section .ttl {
    color: #18559d;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 25px;
  }

  .recruit_info .section_row .row_inner section .ttl::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #18559d;
    margin-right: 6px;
  }

  .recruit_info .section_row .row_inner section h2 {
    font-size: 32px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 60px;
    line-height: 1;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .desc {
    line-height: 1.8;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .notice {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.6;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner table tr {
    border-top: 1px solid #000;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner table tr th {
    background: #eef1f4;
    width: 185px;
    padding: 30px;
    text-align: left;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: top;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner table tr td {
    width: calc(100% - 185px);
    padding: 30px 48px;
    line-height: 1.8;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner table tr td small {
    font-size: 14px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner table tr td .notice {
    margin-top: 15px;
    font-size: 14px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner table tr:last-child {
    border-bottom: 1px solid #000;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn {
    margin-top: 60px;
    cursor: pointer;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn.link {
    margin-bottom: 60px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a {
    display: block;
    margin: 0 auto;
    width: 480px;
    height: 80px;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    border: 1px solid #18559d;
    background: linear-gradient(to right, #18559d, #fd452d);
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    border-radius: 6px;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .btn a span::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_blank.svg) no-repeat center/contain;
    margin-left: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    .recruit_info .section_row .row_inner section#recruit_information .inner .btn a:hover {
      color: #18559d;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .btn a:hover::before {
      width: 100%;
      opacity: 1;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .btn a:hover span::after {
      background-image: url(../img/icon_blank_red.svg);
    }
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area {
    display: none;
    position: relative;
    z-index: 102;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    position: absolute;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 24px;
    width: 250px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 10px 10px 22px rgba(0, 0, 0, 0.16);
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    position: relative;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li a::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li a::after {
    content: "";
    display: block;
    width: 16px;
    height: 15px;
    background: url(../img/icon_out.svg) no-repeat center/contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a {
    color: #17a0df;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a::before {
    background: #17a0df;
  }

  @media (hover: hover) and (pointer: fine) {
    .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover {
      color: #fff;
      background: #17a0df;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover::before {
      background: #fff;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(1) a:hover::after {
      background-image: url(../img/icon_out_blue.svg);
    }
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a {
    color: #14baa9;
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a::before {
    background: #14baa9;
  }

  @media (hover: hover) and (pointer: fine) {
    .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover {
      color: #fff;
      background: #14baa9;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover::before {
      background: #fff;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:nth-child(2) a:hover::after {
      background-image: url(../img/icon_out_green.svg);
    }
  }

  .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:not(:last-child) {
    margin-right: 14px;
  }

  .recruit_info .section_row .row_inner section#flow {
    padding-top: 120px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block {
    background: #eef1f4;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    min-height: 240px;
    position: relative;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .img {
    width: 230px;
    text-align: center;
    background: url(../img/recruit/flow_bg.svg) no-repeat center/contain;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .img img {
    width: auto;
    height: 158px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt {
    width: calc(100% - 270px);
    padding: 10px 0;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .main {
    color: #18559d;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: bold;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .main span {
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    width: 37px;
    margin-top: 3px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .desc {
    line-height: 1.6;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .desc a {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul {
    margin-top: 10px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul li {
    line-height: 1.4;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul+.desc {
    margin-top: 10px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .notice {
    font-size: 15px;
    margin-top: 20px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block:not(:last-child) {
    margin-bottom: 40px;
  }

  .recruit_info .section_row .row_inner section#flow .inner .list .block:not(:last-child)::after {
    content: "";
    display: block;
    width: 36px;
    height: 20px;
    background: url(../img/arrow_bottom_gray.svg) no-repeat center/contain;
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
  }

  .recruit_info .section_row .row_inner section#faq {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .nav {
    display: flex;
    margin-bottom: 90px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .nav li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  .recruit_info .section_row .row_inner section#faq .inner .nav li a::after {
    content: "";
    display: block;
    width: 10px;
    height: 9px;
    background: url(../img/arrow_bottom_gray_mini.svg) no-repeat center/contain;
    margin-left: 9px;
  }

  @media (hover: hover) and (pointer: fine) {
    .recruit_info .section_row .row_inner section#faq .inner .nav li a:hover {
      opacity: 0.7;
    }
  }

  .recruit_info .section_row .row_inner section#faq .inner .nav li:not(:last-child) {
    margin-right: 60px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group h3 {
    font-size: 20px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    background: linear-gradient(to top, #eef1f4 22px, transparent 22px);
    padding-left: 2px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item {
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q {
    padding-top: 25px;
    position: relative;
    cursor: pointer;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q p {
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: 500;
    transition: 0.3s ease;
    line-height: 1;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q p span {
    font-family: "PT Sans", sans-serif;
    margin-right: 8px;
    font-size: 20px;
    font-weight: bold;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/icon_plus.svg) no-repeat center/contain;
    position: absolute;
    top: 27px;
    right: 18px;
    opacity: 1;
    transition: 0.3s;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/icon_plus_red.svg) no-repeat center/contain;
    position: absolute;
    top: 27px;
    right: 18px;
    opacity: 0;
    transition: 0.3s;
  }

  @media (hover: hover) and (pointer: fine) {
    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover p {
      color: #18559d;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover::before {
      opacity: 0;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q:hover::after {
      opacity: 1;
    }
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active p {
    color: #18559d;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::before {
    background-image: url(../img/icon_minus_red.svg);
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::after {
    background-image: url(../img/icon_minus_red.svg);
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a {
    margin-top: 20px;
    line-height: 1.8;
    padding-left: 25px;
    padding-right: 60px;
    display: none;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn {
    margin-top: 25px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a {
    display: block;
    width: 480px;
    height: 80px;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    border: 1px solid #18559d;
    background: linear-gradient(to right, #18559d, #fd452d);
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    border-radius: 6px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    padding: 0 40px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a span::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_blank.svg) no-repeat center/contain;
    margin-left: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover {
      color: #18559d;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover::before {
      width: 100%;
      opacity: 1;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a:hover span::after {
      background-image: url(../img/icon_blank_red.svg);
    }
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi {
    margin-top: 30px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi .main {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a:not(:last-child) {
    margin-bottom: 30px;
  }

  .recruit_info .section_row .row_inner section#faq .inner .list .group:not(:last-child) {
    margin-bottom: 60px;
  }

  .recruit_info#career .section_row .row_inner section#recruit_information .inner .btn {
    margin-top: 45px;
  }

  .recruit_info#career .section_row .row_inner section#recruit_information .inner .btn a {
    margin-left: 0;
  }

  @media (max-width: 1200px) {
    .recruit_info .section_row .row_inner aside.pc {
      display: none;
    }

    .recruit_info .section_row .row_inner aside.sp {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 50px;
    }

    .recruit_info .section_row .row_inner section {
      padding-left: 0;
    }
  }

  @media (max-width: 900px) {
    .recruit_info .section_row .row_inner section#flow .inner .list .block {
      flex-direction: column;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .img {
      margin-bottom: 20px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .txt {
      width: 100%;
      max-width: 340px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .nav {
      flex-direction: column;
    }

    .recruit_info .section_row .row_inner section#faq .inner .nav li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }

  @media (max-width: 768px) {
    .recruit_info #mv .flow_txt {
      bottom: 5px;
    }

    .recruit_info .section_row .row_inner aside ul li a {
      font-size: 14px;
    }

    .recruit_info .section_row .row_inner aside ul li:not(:last-child) {
      margin-bottom: 10px;
    }

    .recruit_info .section_row .row_inner section .ttl {
      font-size: 13px;
      margin-bottom: 10px;
    }

    .recruit_info .section_row .row_inner section .ttl::before {
      width: 7.5px;
      height: 7.5px;
      margin-right: 6.5px;
    }

    .recruit_info .section_row .row_inner section h2 {
      font-size: 23px;
      margin-bottom: 35px;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .desc {
      font-size: 14px;
      line-height: 1.6;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .notice {
      margin-top: 15px;
      font-size: 13px;
      line-height: 1.5;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner table tr th {
      width: 100%;
      display: block;
      padding: 10px 16px;
      font-size: 13px;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner table tr td {
      width: 100%;
      display: block;
      padding: 15px 0 15px 16px;
      font-size: 13px;
      line-height: 1.6;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner table tr td .notice {
      margin-top: 15px;
      font-size: 12px;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .btn {
      margin-top: 40px;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .btn a {
      font-size: 15px;
      width: 282px;
      height: 70px;
      border-radius: 3px;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .btn a::before {
      border-radius: 3px;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .btn a span::after {
      width: 14px;
      height: 14px;
      margin-left: 9px;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area {
      width: 100%;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn {
      flex-direction: column;
      align-items: center;
      margin-left: 0;
      margin-top: 20px;
    }

    .recruit_info .section_row .row_inner section#recruit_information .inner .recruit_btn_area .recruit_btn li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 10px;
    }

    .recruit_info .section_row .row_inner section#flow {
      padding-top: 60px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block {
      border-radius: 15px;
      min-height: auto;
      padding: 30px 5% 35px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .img {
      width: 228px;
      margin-bottom: 15px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .img img {
      height: 121px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .txt {
      padding: 0;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .main {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .main span {
      font-size: 18px;
      width: 28px;
      margin-right: 3px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .desc {
      font-size: 14px;
      line-height: 1.6;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul {
      margin-top: 15px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul li {
      font-size: 14px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .txt ul li:not(:last-child) {
      margin-bottom: 7px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block .txt .notice {
      font-size: 13px;
      margin-top: 15px;
      text-indent: -1em;
      margin-left: 1em;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block:not(:last-child) {
      margin-bottom: 30px;
    }

    .recruit_info .section_row .row_inner section#flow .inner .list .block:not(:last-child)::after {
      width: 30px;
      height: 16.5px;
      top: calc(100% + 5px);
    }

    .recruit_info .section_row .row_inner section#faq {
      padding: 50px 0 77px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .nav {
      margin-bottom: 50px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .nav li a {
      font-size: 14px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .nav li a::after {
      margin-left: 4px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group h3 {
      font-size: 18px;
      background: linear-gradient(to top, #eef1f4 18px, transparent 18px);
      padding-bottom: 7px;
      margin-bottom: 10px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item {
      padding-bottom: 15px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q {
      padding: 15px 30px 0 0;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q p {
      font-size: 13px;
      line-height: 1.6;
      align-items: flex-start;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q p span {
      font-size: 16px;
      margin-right: 5px;
      margin-top: -3px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q::before {
      width: 14px;
      height: 14px;
      right: 0;
      top: 20px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q::after {
      width: 14px;
      height: 14px;
      right: 0;
      top: 20px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::before,
    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .q.active::after {
      background-size: 14px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a {
      margin-top: 13px;
      font-size: 13px;
      line-height: 1.6;
      padding-left: 16px;
      padding-right: 29px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn {
      margin-top: 15px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .btn a {
      font-size: 15px;
      width: 282px;
      height: 70px;
      border-radius: 3px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi {
      margin-top: 20px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group .items .item .a .madoguchi .main {
      font-size: 14px;
      margin-bottom: 5px;
    }

    .recruit_info .section_row .row_inner section#faq .inner .list .group:not(:last-child) {
      margin-bottom: 50px;
    }

    .recruit_info#career .section_row .row_inner section#recruit_information .inner .btn {
      margin-top: 30px;
    }

    .recruit_info#career .section_row .row_inner section#flow {
      padding-top: 50px;
    }
  }

  #talent #about {
    padding: 100px 0 120px;
    background: #eef1f4;
    border-radius: 100px;
  }

  #talent #about .inner {
    max-width: 1440px;
  }

  #talent #about .inner .desc {
    line-height: 1.8;
    margin-bottom: 60px;
  }

  #talent #about .inner .block {
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 75px 8% 80px 4.6%;
  }

  #talent #about .inner .block .img {
    width: 28%;
  }

  #talent #about .inner .block .txt {
    width: 67.7%;
  }

  #talent #about .inner .block .txt dl dt {
    font-size: 26px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  #talent #about .inner .block .txt dl dt span {
    color: #18559d;
    margin-right: 23px;
    font-family: "PT Sans", sans-serif;
  }

  #talent #about .inner .block .txt dl dd {
    line-height: 1.8;
    padding-left: 55px;
  }

  #talent #about .inner .block .txt dl dd:not(:last-child) {
    margin-bottom: 40px;
  }

  #talent #message {
    padding: 120px 0;
  }

  #talent #message .inner {
    max-width: 1360px;
  }

  #talent #message .inner .ttl {
    margin-bottom: 14px;
  }

  #talent #message .inner h2 {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 40px;
  }

  #talent #message .inner .img {
    position: relative;
    width: 54%;
    float: right;
    margin: 0 -4% 50px 60px;
  }

  #talent #message .inner .img .main_img img {
    border-radius: 10px;
  }

  #talent #message .inner .img .parallax {
    position: absolute;
  }

  #talent #message .inner .img .parallax.kazari1 {
    width: 76px;
    aspect-ratio: 1/1;
    background: url(../img/recruit/talent/message_kazari1.svg) no-repeat center/contain;
    top: -31px;
    right: -21px;
  }

  #talent #message .inner .img .parallax.kazari2 {
    width: 36px;
    aspect-ratio: 1/1;
    background: url(../img/recruit/talent/message_kazari2.svg) no-repeat center/contain;
    top: 69px;
    right: -40px;
  }

  #talent #message .inner .img .parallax.kazari3 {
    width: 85px;
    aspect-ratio: 85/23;
    background: url(../img/recruit/talent/message_kazari3.svg) no-repeat center/contain;
    bottom: -13px;
    left: -17px;
  }

  #talent #message .inner .img .parallax.kazari4 {
    width: 12px;
    aspect-ratio: 12/55;
    background: url(../img/recruit/talent/message_kazari4.svg) no-repeat center/contain;
    bottom: 81px;
    left: -9px;
  }

  #talent #message .inner .desc {
    line-height: 2.2;
    text-align: justify;
  }

  @media (max-width: 900px) {
    #talent #about .inner .block {
      flex-direction: column;
    }

    #talent #about .inner .block .img {
      margin-bottom: 30px;
    }

    #talent #about .inner .block .txt {
      width: 100%;
    }

    #talent #message .inner .img {
      float: none;
      width: 100%;
      margin: 0 0px 30px 0;
    }
  }

  @media (max-width: 768px) {
    #talent #about {
      border-radius: 50px;
      padding: 50px 0 61px;
    }

    #talent #about .inner .desc {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    #talent #about .inner .desc br {
      display: none;
    }

    #talent #about .inner .block {
      padding: 30px 5%;
      border-radius: 15px;
    }

    #talent #about .inner .block .img {
      width: 100%;
      text-align: center;
      margin-bottom: 25px;
    }

    #talent #about .inner .block .img img {
      width: 286px;
    }

    #talent #about .inner .block .txt dl dt {
      font-size: 16px;
      margin-bottom: 10px;
    }

    #talent #about .inner .block .txt dl dt span {
      font-size: 17px;
      margin-right: 9px;
    }

    #talent #about .inner .block .txt dl dd {
      font-size: 13px;
      line-height: 1.6;
      padding-left: 31px;
    }

    #talent #about .inner .block .txt dl dd br {
      display: none;
    }

    #talent #about .inner .block .txt dl dd:not(:last-child) {
      margin-bottom: 20px;
    }

    #talent #message {
      padding: 50px 0 60px;
    }

    #talent #message .inner .ttl {
      font-size: 13px;
      margin-bottom: 10px;
    }

    #talent #message .inner h2 {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    #talent #message .inner .img {
      margin-bottom: 25px;
    }

    #talent #message .inner .img .main_img img {
      border-radius: 5px;
    }

    #talent #message .inner .img .parallax.kazari1 {
      width: 10.133vw;
      top: -12px;
      right: -2.667vw;
    }

    #talent #message .inner .img .parallax.kazari2 {
      width: 4.8vw;
      top: 10vw;
      right: -7vw;
    }

    #talent #message .inner .img .parallax.kazari2 img {
      width: 18px;
    }

    #talent #message .inner .img .parallax.kazari3 {
      width: 11.2vw;
      bottom: auto;
      top: 27.33vw;
      left: -7.33vw;
    }

    #talent #message .inner .img .parallax.kazari4 {
      width: 2vw;
      bottom: 5.7vw;
      left: -0.6vw;
    }

    #talent #message .inner .desc {
      font-size: 14px;
      line-height: 1.8;
    }
  }

  #work #mv .inner .ttl_row {
    margin-bottom: 50px;
  }

  #work #mv .inner .ttl_row h2 {
    margin-bottom: 0;
  }

  #work #job_description .inner {
    max-width: 1160px;
  }

  #work #job_description .inner .intro {
    line-height: 2;
    margin-bottom: 80px;
  }

  #work #job_description .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
  }

  #work #job_description .inner .list .block {
    width: 48.1%;
  }

  #work #job_description .inner .list .block a .img {
    overflow: hidden;
    border-radius: 10px;
  }

  #work #job_description .inner .list .block a .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  #work #job_description .inner .list .block a .txt {
    margin-top: 20px;
  }

  #work #job_description .inner .list .block a .txt .main {
    font-size: 26px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  #work #job_description .inner .list .block a .txt .desc {
    font-size: 15px;
    line-height: 1.8;
  }

  @media (hover: hover) and (pointer: fine) {
    #work #job_description .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  #work #job_description .inner .list .block:nth-child(n+3) {
    margin-top: 40px;
  }

  #work #zadankai {
    padding: 0 0 120px;
  }

  #work #zadankai .inner {
    max-width: 1160px;
  }

  #work #zadankai .inner h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #work #zadankai .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #work #zadankai .inner .list .block {
    width: 48.1%;
    margin-bottom: 15px;
  }

  #work #zadankai .inner .list .block a .img {
    overflow: hidden;
    border-radius: 10px;
  }

  #work #zadankai .inner .list .block a .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  #work #zadankai .inner .list .block a .txt {
    margin-top: 25px;
  }

  #work #zadankai .inner .list .block a .txt .sub {
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
  }

  #work #zadankai .inner .list .block a .txt .main {
    font-size: 23px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  #work #zadankai .inner .list .block a .txt .desc {
    font-size: 15px;
    line-height: 1.8;
  }

  @media (hover: hover) and (pointer: fine) {
    #work #zadankai .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  #work #zadankai .inner .list .block.coming a {
    pointer-events: none;
  }

  #work #zadankai .inner .list .block.coming a .img {
    filter: grayscale(40%);
    position: relative;
  }

  #work #zadankai .inner .list .block.coming a .img::before {
    content: "Coming Soon";
    font-family: "PT Sans", sans-serif;
    font-size: clamp(16px, 2.6vw, 38px);
    font-style: italic;
    display: block;
    text-align: center;
    color: #fff;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }

  #work #zadankai .inner .list .block.coming a .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(201, 201, 201);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 3;
  }

  #work #zadankai .inner .list .block.coming a .txt {
    color: #d5d5d5;
  }

  .work #related_page {
    padding: 120px 0 115px;
  }

  .work #related_page .inner .ttl_row h2 a span br {
    display: none;
  }

  .work #related_page .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .work #related_page .inner .list .block {
    width: 48.1%;
  }

  .work #related_page .inner .list .block a .img {
    overflow: hidden;
    border-radius: 10px;
  }

  .work #related_page .inner .list .block a .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .work #related_page .inner .list .block a .txt {
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  .work #related_page .inner .list .block a .txt .sub {
    font-size: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    .work #related_page .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  .work #related_page .inner .list .block:nth-child(n+3) {
    margin-top: 40px;
    width: 48.1%;
  }

  .work #related_page .inner .list .block:nth-child(n+3) a .txt .main {
    font-size: 23px;
  }

  .work #related_page .inner .list .block.coming a {
    pointer-events: none;
  }

  .work #related_page .inner .list .block.coming a .img {
    filter: grayscale(40%);
    position: relative;
  }

  .work #related_page .inner .list .block.coming a .img::before {
    content: "Coming Soon";
    font-family: "PT Sans", sans-serif;
    font-size: clamp(16px, 2.6vw, 38px);
    font-style: italic;
    display: block;
    text-align: center;
    color: #fff;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }

  @media (max-width: 768px) {
    .work #related_page .inner .list .block.coming a .img::before {
      font-size: clamp(23px, 4vw, 40px);
    }
  }

  .work #related_page .inner .list .block.coming a .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(201, 201, 201);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 3;
  }

  .work #related_page .inner .list .block.coming a .txt {
    color: #d5d5d5;
  }

  @media (max-width: 1160px) {
    .work #related_page .inner .list .block a .txt {
      font-size: 18px;
    }
  }

  @media (max-width: 1000px) {

    #work #job_description .inner .list .block a .txt .main,
    #work #zadankai .inner .list .block a .txt .main {
      font-size: 22px;
    }
  }

  @media (max-width: 768px) {
    #work #mv .inner .ttl_row {
      flex-direction: column;
      align-items: flex-end;
      margin-bottom: 25px;
    }

    #work #mv .inner .ttl_row h2 {
      order: 2;
      width: 100%;
    }

    #work #mv .inner .ttl_row .sec_ttl {
      order: 1;
      margin-bottom: 10px;
    }

    #work #mv .flow_txt {
      bottom: 10px;
    }

    #work #job_description .inner .intro {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    #work #job_description .inner .list {
      padding-bottom: 50px;
    }

    #work #job_description .inner .list .block {
      width: 100%;
    }

    #work #job_description .inner .list .block a .txt {
      margin-top: 16px;
    }

    #work #job_description .inner .list .block a .txt .main {
      font-size: 18px;
      margin-bottom: 8px;
    }

    #work #job_description .inner .list .block a .txt .desc {
      font-size: 13px;
      line-height: 1.6;
    }

    #work #job_description .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }

    #work #zadankai {
      padding: 0 0 50px;
    }

    #work #zadankai .inner h2 {
      font-size: 20px;
      margin-bottom: 20px;
    }

    #work #zadankai .inner .list .block {
      width: 100%;
    }

    #work #zadankai .inner .list .block a .txt {
      margin-top: 16px;
    }

    #work #zadankai .inner .list .block a .txt .sub {
      font-size: 14px;
      margin-bottom: 5px;
    }

    #work #zadankai .inner .list .block a .txt .main {
      font-size: 18px;
      margin-bottom: 8px;
    }

    #work #zadankai .inner .list .block a .txt .desc {
      font-size: 13px;
      line-height: 1.6;
    }

    #work #zadankai .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }

    #work #zadankai .inner .list .block.coming a .img::before {
      font-size: clamp(23px, 4vw, 40px);
    }

    .work #related_page {
      padding: 60px 0 60px;
    }

    .work #related_page .inner .ttl_row h2 a::after {
      content: none;
    }

    .work #related_page .inner .ttl_row h2 a span:not(.arrow) {
      line-height: 1.3;
    }

    .work #related_page .inner .ttl_row h2 a span:not(.arrow) br {
      display: block;
    }

    .work #related_page .inner .ttl_row h2 a .arrow {
      display: inline-block;
      background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
      margin-left: 10px;
      position: relative;
      width: 23px;
      height: 23px;
      top: 4px;
    }

    .work #related_page .inner .list .block {
      width: 100%;
    }

    .work #related_page .inner .list .block a .txt {
      margin-top: 16px;
      font-size: 18px;
      margin-bottom: 8px;
    }

    .work #related_page .inner .list .block a .txt .sub {
      font-size: 14px;
    }

    .work #related_page .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }

    .work #related_page .inner .list .block:nth-child(n+3) {
      width: 100%;
    }
  }

  #about #mv .inner .ttl_row {
    margin-bottom: 50px;
  }

  #about #mv .inner .ttl_row h2 {
    margin-bottom: 0;
  }

  #about #about_list {
    padding-bottom: 120px;
  }

  #about #about_list .inner {
    max-width: 1160px;
  }

  #about #about_list .inner .intro {
    line-height: 2;
    margin-bottom: 80px;
  }

  #about #about_list .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #about #about_list .inner .list .block {
    width: 48.1%;
  }

  #about #about_list .inner .list .block a .img {
    overflow: hidden;
    border-radius: 10px;
  }

  #about #about_list .inner .list .block a .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  #about #about_list .inner .list .block a .txt {
    margin-top: 20px;
  }

  #about #about_list .inner .list .block a .txt .main {
    font-size: 26px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  #about #about_list .inner .list .block a .txt .desc {
    font-size: 15px;
    line-height: 1.8;
  }

  @media (hover: hover) and (pointer: fine) {
    #about #about_list .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  #about #about_list .inner .list .block:nth-child(n+3) {
    margin-top: 40px;
  }

  .about #related_page {
    padding: 120px 0 115px;
  }

  .about #related_page .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about #related_page .inner .list .block {
    width: 48.1%;
  }

  .about #related_page .inner .list .block a .img {
    overflow: hidden;
    border-radius: 10px;
  }

  .about #related_page .inner .list .block a .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .about #related_page .inner .list .block a .txt {
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  @media (hover: hover) and (pointer: fine) {
    .about #related_page .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  .about #related_page .inner .list .block:nth-child(n+3) {
    margin-top: 40px;
  }

  @media (max-width: 1160px) {
    .about #related_page .inner .list .block a .txt {
      font-size: 18px;
    }
  }

  @media (max-width: 1000px) {
    #about #about_list .inner .list .block a .txt .main {
      font-size: 22px;
    }
  }

  @media (max-width: 768px) {
    #about #mv .inner .ttl_row {
      align-items: flex-end;
      margin-bottom: 25px;
    }

    #about #mv .inner .ttl_row .sec_ttl {
      margin-bottom: 10px;
    }

    #about #mv .flow_txt {
      bottom: 10px;
    }

    #about #about_list {
      padding-bottom: 50px;
    }

    #about #about_list .inner .intro {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    #about #about_list .inner .list .block {
      width: 100%;
    }

    #about #about_list .inner .list .block a .txt {
      margin-top: 16px;
    }

    #about #about_list .inner .list .block a .txt .main {
      font-size: 18px;
      margin-bottom: 8px;
    }

    #about #about_list .inner .list .block a .txt .desc {
      font-size: 13px;
      line-height: 1.6;
    }

    #about #about_list .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }

    .about #related_page .inner .list .block {
      width: 100%;
    }

    .about #related_page .inner .list .block a .txt {
      margin-top: 16px;
      font-size: 18px;
      margin-bottom: 8px;
    }

    .about #related_page .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }
  }

  #environment #mv .inner .ttl_row {
    margin-bottom: 50px;
  }

  #environment #mv .inner .ttl_row h2 {
    margin-bottom: 0;
  }

  #environment #environment_list {
    padding-bottom: 140px;
  }

  #environment #environment_list .inner {
    max-width: 1160px;
  }

  #environment #environment_list .inner .intro {
    line-height: 2;
    margin-bottom: 80px;
  }

  #environment #environment_list .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #environment #environment_list .inner .list .block {
    width: 48.1%;
  }

  #environment #environment_list .inner .list .block a .img {
    overflow: hidden;
    border-radius: 10px;
  }

  #environment #environment_list .inner .list .block a .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  #environment #environment_list .inner .list .block a .txt {
    margin-top: 20px;
  }

  #environment #environment_list .inner .list .block a .txt .main {
    font-size: 26px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }

  #environment #environment_list .inner .list .block a .txt .desc {
    font-size: 15px;
    line-height: 1.8;
  }

  @media (hover: hover) and (pointer: fine) {
    #environment #environment_list .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  #environment #environment_list .inner .list .block:nth-child(n+3) {
    margin-top: 40px;
  }

  .environment #related_page {
    padding: 100px 0 110px;
  }

  .environment #related_page .inner .list {
    display: flex;
    justify-content: space-between;
  }

  .environment #related_page .inner .list .block {
    width: 23.3%;
  }

  .environment #related_page .inner .list .block a {
    display: block;
  }

  .environment #related_page .inner .list .block a .img {
    background: #eef1f4 url(../img/environment/icon_bg.svg) no-repeat center/230px;
    text-align: center;
    border-radius: 10px;
    padding: 57px 0;
    transition: 0.3s;
  }

  .environment #related_page .inner .list .block a .img img {
    width: auto;
    height: 116px;
    transition: 0.3s;
  }

  .environment #related_page .inner .list .block a .txt {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
  }

  @media (hover: hover) and (pointer: fine) {
    .environment #related_page .inner .list .block a:hover .img {
      background-size: 239.2px;
    }

    .environment #related_page .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  @media (max-width: 1200px) {
    .environment #related_page .inner .list {
      flex-wrap: wrap;
    }

    .environment #related_page .inner .list .block {
      width: 48%;
    }

    .environment #related_page .inner .list .block:nth-child(n+3) {
      margin-top: 30px;
    }
  }

  @media (max-width: 1000px) {
    #environment #environment_list .inner .list .block a .txt .main {
      font-size: 22px;
    }
  }

  @media (max-width: 768px) {
    #environment #mv .inner .ttl_row {
      align-items: flex-end;
      margin-bottom: 25px;
    }

    #environment #mv .inner .ttl_row .sec_ttl {
      margin-bottom: 10px;
    }

    #environment #mv .flow_txt {
      bottom: 10px;
    }

    #environment #environment_list {
      padding-bottom: 50px;
    }

    #environment #environment_list .inner .intro {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    #environment #environment_list .inner .list .block {
      width: 100%;
    }

    #environment #environment_list .inner .list .block a .txt {
      margin-top: 16px;
    }

    #environment #environment_list .inner .list .block a .txt .main {
      font-size: 18px;
      margin-bottom: 8px;
    }

    #environment #environment_list .inner .list .block a .txt .desc {
      font-size: 13px;
      line-height: 1.6;
    }

    #environment #environment_list .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }

    .environment #related_page {
      padding: 40px 0 58px;
    }

    .environment #related_page .inner .list .block {
      width: 100%;
    }

    .environment #related_page .inner .list .block a .img {
      background-size: 215px;
      border-radius: 10px;
      padding: 0;
      height: 155px;
      background-size: 215px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .environment #related_page .inner .list .block a .img img {
      height: 116px;
    }

    .environment #related_page .inner .list .block a .txt {
      margin-top: 15px;
      font-size: 18px;
    }

    .environment #related_page .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }
  }

  #system #introduction {
    background: linear-gradient(to bottom, transparent 24.2vw, #f0f3f6 24.2vw);
    padding-bottom: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
  }

  #system #introduction::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/radius_top_left_bg.svg) no-repeat center/contain;
    position: absolute;
    top: 100%;
    left: 0;
  }

  #system #introduction .inner {
    width: 95%;
  }

  #system #introduction .inner .main_img {
    margin-bottom: 100px;
  }

  #system #introduction .inner .main_img img {
    border-radius: 42px;
  }

  #system #introduction .inner .list .block {
    max-width: 1232px;
    width: 88%;
    margin: 0 auto;
  }

  #system #introduction .inner .list .block h2 {
    display: flex;
    align-items: flex-end;
    font-size: 32px;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
  }

  #system #introduction .inner .list .block h2 small {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "PT Sans", sans-serif;
  }

  #system #introduction .inner .list .block .detail {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
  }

  #system #introduction .inner .list .block .detail .group {
    background: #fff;
    width: 32%;
    padding: 40px 45px 30px;
    border-radius: 10px;
  }

  #system #introduction .inner .list .block .detail .group dl dt {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 12px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #system #introduction .inner .list .block .detail .group dl dt::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #18559d;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 10px;
  }

  #system #introduction .inner .list .block .detail .group dl dd {
    line-height: 1.7;
  }

  #system #introduction .inner .list .block .detail .group .notice {
    font-size: 13px;
    margin-top: 10px;
  }

  #system #introduction .inner .list .block .detail .group:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  #system #introduction .inner .list .block .detail .group:nth-child(n+4) {
    margin-top: 20px;
  }

  #system #introduction .inner .list .block:not(:first-child) {
    padding-top: 80px;
  }

  #system #introduction .inner .list .block#company_rented .detail .group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #system #introduction .inner .list .block#company_rented .detail .group dl {
    width: 60.2%;
  }

  #system #introduction .inner .list .block#company_rented .detail .group dl dt::before {
    content: none;
  }

  #system #introduction .inner .list .block#company_rented .detail .group dl dd:not(:last-child) {
    margin-bottom: 40px;
  }

  #system #introduction .inner .list .block#company_rented .detail .group .img {
    width: 31.4%;
  }

  #system #related_page .inner {
    max-width: 1232px;
  }

  @media (max-width: 1200px) {
    #system #introduction .inner .list .block .detail {
      padding: 0;
    }
  }

  @media (max-width: 900px) {
    #system #introduction .inner .list .block .detail {
      flex-wrap: wrap;
    }

    #system #introduction .inner .list .block .detail .group {
      width: 100%;
    }

    #system #introduction .inner .list .block .detail .group:not(:nth-child(3n)) {
      margin-right: 0;
    }

    #system #introduction .inner .list .block .detail .group:nth-child(n+2) {
      margin-top: 20px;
    }

    #system #introduction .inner .list .block#company_rented .detail .group {
      flex-direction: column;
    }

    #system #introduction .inner .list .block#company_rented .detail .group dl {
      width: 100%;
      margin-bottom: 24px;
    }
  }

  @media (max-width: 768px) {
    #system #mv .flow_txt {
      bottom: 10px;
    }

    #system #introduction {
      border-bottom-right-radius: 40px;
      padding-bottom: 50px;
    }

    #system #introduction::after {
      width: 40px;
      height: 40px;
    }

    #system #introduction .inner {
      width: 100%;
    }

    #system #introduction .inner .main_img {
      margin-bottom: 40px;
    }

    #system #introduction .inner .main_img img {
      border-radius: 0;
      width: 100%;
    }

    #system #introduction .inner .list .block {
      width: 90%;
    }

    #system #introduction .inner .list .block h2 {
      font-size: 20px;
      padding-bottom: 15px;
      margin-bottom: 20px;
    }

    #system #introduction .inner .list .block h2 small {
      font-size: 10px;
      margin-left: 10px;
    }

    #system #introduction .inner .list .block .detail .group {
      padding: 20px 28px 20px 30px;
      border-radius: 5px;
    }

    #system #introduction .inner .list .block .detail .group dl dt {
      font-size: 16px;
      margin-bottom: 10px;
    }

    #system #introduction .inner .list .block .detail .group dl dd {
      font-size: 14px;
      line-height: 1.6;
    }

    #system #introduction .inner .list .block .detail .group:nth-child(n+2) {
      margin-top: 10px;
    }

    #system #introduction .inner .list .block:not(:first-child) {
      padding-top: 50px;
    }

    #system #introduction .inner .list .block#company_rented .detail .group dl dd:not(:last-child) {
      margin-bottom: 18px;
    }

    #system #introduction .inner .list .block#company_rented .detail .group .img {
      width: 100%;
    }
  }

  #message #mv {
    padding-bottom: 80px;
  }

  #message #mv .inner .ttl_row {
    margin-bottom: 25px;
  }

  #message #mv .inner h2 {
    line-height: 1.6;
    font-size: clamp(32px, 2.57vw, 50px);
    margin-bottom: 35px;
  }

  #message #mv .flow_txt {
    animation: none;
    right: 5%;
  }

  #message #content {
    padding-bottom: 140px;
  }

  #message #content .inner {
    max-width: none;
    width: 95%;
  }

  #message #content .inner .main_img {
    position: relative;
    margin-bottom: 100px;
  }

  #message #content .inner .main_img .img {
    max-height: 700px;
    border-radius: 60px;
    overflow: hidden;
  }

  #message #content .inner .main_img .img img {
    display: block;
  }

  #message #content .inner .main_img .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.46), transparent 61%);
    z-index: 2;
  }

  #message #content .inner .main_img .txt {
    z-index: 1;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: absolute;
    left: 7%;
    bottom: 2vw;
    z-index: 3;
    line-height: 1;
  }

  #message #content .inner .main_img .txt .position {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
    padding-left: 7px;
  }

  #message #content .inner .main_img .txt .name {
    display: flex;
    align-items: center;
  }

  #message #content .inner .main_img .txt .name img {
    width: 11vw;
    min-width: 188px;
    max-width: 248px;
    display: block;
  }

  #message #content .inner .main_img .txt .name span {
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    margin-left: 13px;
  }

  #message #content .inner .main_img .parallax {
    position: absolute;
    z-index: 4;
  }

  #message #content .inner .main_img .parallax.kazari1 {
    width: 100px;
    height: 100px;
    background: url(../img/message/kazari1.svg) no-repeat center/contain;
    top: -23px;
    right: 7px;
  }

  #message #content .inner .main_img .parallax.kazari2 {
    width: 67px;
    height: 187px;
    background: url(../img/message/kazari2.svg) no-repeat center/contain;
    top: 140px;
    right: -17px;
  }

  #message #content .inner .main_img .parallax.kazari3 {
    width: 75px;
    height: 14px;
    background: url(../img/message/kazari3.svg) no-repeat center/contain;
    bottom: 62px;
    left: -36px;
  }

  #message #content .inner .main_img .parallax.kazari4 {
    width: 140px;
    height: 38px;
    background: url(../img/message/kazari4.svg) no-repeat center/contain;
    bottom: -17px;
    left: 0px;
  }

  #message #content .inner .group {
    max-width: 1160px;
    width: 88%;
    margin: 0 auto;
  }

  #message #content .inner .group h2 {
    font-size: 33px;
    line-height: 1.6;
    margin-bottom: 40px;
  }

  #message #content .inner .group .message {
    line-height: 2;
  }

  #message #content .inner .group:not(:last-child) {
    margin-bottom: 80px;
  }

  @media (max-width: 1400px) {
    #message #mv .flow_txt {
      right: 5%;
    }

    #message #content .inner .group h2 {
      font-size: 28px;
    }
  }

  @media (max-width: 768px) {
    #message #mv {
      padding-bottom: 50px;
    }

    #message #mv .inner .ttl_row {
      margin-bottom: 15px;
    }

    #message #mv .inner h2 {
      font-size: 19px;
      line-height: 1.5;
      margin-bottom: 38px;
    }

    #message #mv .flow_txt {
      font-size: 68px;
      bottom: 64px;
    }

    #message #content {
      padding-bottom: 60px;
    }

    #message #content .inner {
      width: 100%;
    }

    #message #content .inner .main_img {
      margin-bottom: 50px;
    }

    #message #content .inner .main_img .img {
      border-radius: 0;
    }

    #message #content .inner .main_img .img::before {
      border-radius: 0;
    }

    #message #content .inner .main_img .txt {
      bottom: 20px;
      left: 5.2%;
    }

    #message #content .inner .main_img .txt .position {
      font-size: 13px;
      margin-bottom: 7px;
      padding-left: 3px;
    }

    #message #content .inner .main_img .txt .name img {
      width: 111px;
      min-width: 0;
    }

    #message #content .inner .main_img .txt .name span {
      font-size: 12px;
      margin-left: 9px;
    }

    #message #content .inner .main_img .parallax.kazari1 {
      width: 40px;
      height: 40px;
      top: -13px;
      right: 13px;
    }

    #message #content .inner .main_img .parallax.kazari2 {
      width: 34px;
      height: 94px;
      top: unset;
      bottom: -28px;
      right: 13px;
    }

    #message #content .inner .main_img .parallax.kazari3 {
      width: 38px;
      height: 7px;
      bottom: 70px;
      left: -20px;
    }

    #message #content .inner .main_img .parallax.kazari4 {
      width: 70px;
      height: 28px;
      left: 4px;
      bottom: -8px;
    }

    #message #content .inner .txt_area .group h2 {
      font-size: 17px;
      line-height: 1.5;
      margin-bottom: 20px;
    }

    #message #content .inner .txt_area .group .message {
      font-size: 14px;
      line-height: 1.8;
    }

    #message #content .inner .txt_area .group:not(:last-child) {
      margin-bottom: 50px;
    }
  }

  #career-path #mv .inner .ttl_row {
    margin-bottom: 25px;
  }

  #career-path #program {
    background: linear-gradient(to bottom, transparent 23vw, #f0f3f6 23vw);
    border-radius: 0 0 100px 0;
    position: relative;
    padding-bottom: 100px;
  }

  #career-path #program::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/radius_top_left_bg.svg) no-repeat center/contain;
    position: absolute;
    top: 100%;
    left: 0;
  }

  #career-path #program .inner {
    max-width: none;
    width: 95%;
  }

  #career-path #program .inner .main_img {
    margin-bottom: 100px;
  }

  #career-path #program .inner .main_img img {
    border-radius: 42px;
  }

  #career-path #program .inner .content {
    width: 88%;
    max-width: 1232px;
    margin: 0 auto;
  }

  #career-path #program .inner .content h2 {
    font-size: 32px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 45px;
  }

  #career-path #program .inner .content .intro {
    max-width: 1064px;
    width: 88%;
    margin: 0 auto 58px;
    line-height: 1.8;
    text-align: justify;
  }

  #career-path #program .inner .content .tab .tab_nav {
    border-bottom: 1px solid #000;
  }

  #career-path #program .inner .content .tab .tab_nav ul {
    display: flex;
    justify-content: space-between;
  }

  #career-path #program .inner .content .tab .tab_nav ul li {
    width: 49.5%;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
    color: #fff;
    background: #a6a6a6;
    padding: 22px;
    font-size: 20px;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    text-align: center;
    font-weight: bold;
  }

  #career-path #program .inner .content .tab .tab_nav ul li.current {
    background: linear-gradient(to right, #18559d, #fd452d);
  }

  #career-path #program .inner .content .tab .tab_content .tab_block {
    background: #fff;
    padding: 60px 85px 85px;
    border-radius: 0 0 20px 20px;
    display: none;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block.show {
    display: block;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .desc {
    line-height: 1.8;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .img {
    margin-top: 55px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block {
    width: calc((100% - 8px) / 3);
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block .ttl {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 16px;
    text-align: center;
    margin-bottom: 10px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl {
    background: #e9eef3;
    padding: 40px 28px 35px;
    height: calc(100% - 60px);
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dt {
    color: #2e82a9;
    font-size: 17px;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 9px;
    font-weight: bold;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dd {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dd:not(:last-of-type) {
    margin-bottom: 30px;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:nth-child(1) .ttl {
    background: #46abcc;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:nth-child(2) .ttl {
    background: #2b9dc2;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:nth-child(3) .ttl {
    background: #1d90b6;
  }

  #career-path #program .inner .content .tab .tab_content .tab_block .notice {
    font-size: 13px;
    margin-top: 20px;
    text-align: right;
  }

  #career-path #point {
    padding-top: 80px;
  }

  #career-path #point .inner {
    max-width: 1232px;
  }

  #career-path #point .inner h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 40px;
  }

  #career-path #point .inner .intro {
    width: 88%;
    max-width: 1064px;
    margin: 0 auto;
    line-height: 2;
    margin-bottom: 100px;
  }

  #career-path #point .inner h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #career-path #point .inner .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #career-path #point .inner .list .block {
    width: 47.5%;
    border-top: 1px solid #000;
    padding-top: 30px;
  }

  #career-path #point .inner .list .block .main {
    font-size: 22px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 20px;
    font-weight: 500;
  }

  #career-path #point .inner .list .block .main span {
    font-size: 23px;
    color: #18559d;
    font-family: "PT Sans", sans-serif;
    width: 46px;
    flex-shrink: 0;
    font-weight: bold;
    margin-top: 2px;
  }

  #career-path #point .inner .list .block .desc {
    text-align: justify;
    line-height: 1.8;
    padding-left: 46px;
  }

  #career-path #point .inner .list .block:nth-child(n+3) {
    margin-top: 65px;
  }

  #career-path #related_page .inner {
    max-width: 1232px;
  }

  #career-path #related_page .inner .list .block a .img {
    transition: 0.3s ease;
    border: solid 1px #eef1f4;
  }

  #career-path #related_page .inner .list .block a .img img {
    transition: 0.38s cubic-bezier(0.34, 0.09, 0.11, 1);
  }

  @media (hover: hover) and (pointer: fine) {
    #career-path #related_page .inner .list .block a:hover .img {
      border: solid 1px #18559d;
    }

    #career-path #related_page .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  @media (max-width: 1160px) {
    #career-path #program .inner .content .tab .tab_content .tab_block .detail {
      flex-direction: column;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block {
      width: 100%;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:not(:last-child) {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 1000px) {
    #career-path #point .inner .list {
      flex-direction: column;
    }

    #career-path #point .inner .list .block {
      width: 100%;
    }

    #career-path #point .inner .list .block:nth-child(2) {
      margin-top: 65px;
    }
  }

  @media (max-width: 768px) {
    #career-path #mv .inner .ttl_row {
      margin-bottom: 15px;
    }

    #career-path #mv .inner h2 {
      font-size: 26px;
      line-height: 1.4;
      margin-bottom: 20px;
    }

    #career-path #mv .flow_txt {
      bottom: 10px;
    }

    #career-path #program {
      padding-bottom: 50px;
      border-bottom-right-radius: 40px;
    }

    #career-path #program::after {
      width: 40px;
      height: 40px;
    }

    #career-path #program .inner {
      width: 100%;
    }

    #career-path #program .inner .main_img {
      margin-bottom: 40px;
    }

    #career-path #program .inner .main_img img {
      border-radius: 0;
      width: 100%;
    }

    #career-path #program .inner .content {
      width: 90%;
    }

    #career-path #program .inner .content h2 {
      font-size: 20px;
      margin-bottom: 15px;
      text-align: left;
    }

    #career-path #program .inner .content .intro {
      font-size: 14px;
      line-height: 1.8;
      width: 100%;
      margin-bottom: 25px;
    }

    #career-path #program .inner .content .tab .tab_nav ul li {
      font-size: 15px;
      border-radius: 5px 5px 0 0;
      padding: 12px 0 11px;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block {
      padding: 25px 16px 33px;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .desc {
      font-size: 13px;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .img {
      margin-top: 24px;
      text-align: center;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .detail {
      margin-top: 30px;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block .ttl {
      font-size: 13px;
      text-align: left;
      padding: 6px 13px 7px;
      margin-bottom: 5px;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl {
      padding: 20px 15px 15px;
      height: unset;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dt {
      font-size: 14px;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dd {
      font-size: 12px;
      line-height: 1.4;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block dl dd:not(:last-of-type) {
      margin-bottom: 15px;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .detail .detail_block:not(:last-child) {
      margin-bottom: 12px;
    }

    #career-path #program .inner .content .tab .tab_content .tab_block .notice {
      margin-top: 14px;
      text-align: justify;
      text-indent: -1em;
      margin-left: 1em;
      font-size: 12px;
      line-height: 1.4;
    }

    #career-path #point {
      padding: 40px 0 25px;
    }

    #career-path #point .inner h2 {
      font-size: 20px;
      margin-bottom: 10px;
      text-align: left;
    }

    #career-path #point .inner .intro {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 30px;
      width: 100%;
    }

    #career-path #point .inner h3 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 22px;
      text-align: left;
    }

    #career-path #point .inner .list .block {
      padding-top: 25px;
    }

    #career-path #point .inner .list .block .main {
      font-size: 15px;
      margin-bottom: 12px;
      font-weight: bold;
      align-items: flex-start;
    }

    #career-path #point .inner .list .block .main span {
      width: 26px;
      font-size: 14px;
      margin-top: 1px;
    }

    #career-path #point .inner .list .block .desc {
      font-size: 14px;
      line-height: 1.6;
      padding-left: 26px;
    }

    #career-path #point .inner .list .block:nth-child(n+2) {
      margin-top: 25px;
    }
  }

  #keyword #mv .inner .ttl_row {
    margin-bottom: 25px;
  }

  #keyword #mv .inner h2 {
    line-height: 1.3;
  }

  #keyword #detail .inner {
    width: 95%;
    max-width: auto;
  }

  #keyword #detail .inner .main_img {
    margin-bottom: 100px;
  }

  #keyword #detail .inner .main_img img {
    border-radius: 42px;
  }

  #keyword #detail .inner .list {
    width: 88%;
    max-width: 1232px;
    margin: 0 auto;
  }

  #keyword #detail .inner .list .block .ttl {
    display: flex;
    align-items: center;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    font-weight: bold;
  }

  #keyword #detail .inner .list .block .ttl span {
    color: #18559d;
    margin-left: 0.5em;
  }

  #keyword #detail .inner .list .block .ttl::before {
    content: "";
    display: block;
    width: 22px;
    height: 36px;
    background: url(../img/about/keyword/icon_key.png) no-repeat center/contain;
    margin-right: 15px;
  }

  #keyword #detail .inner .list .block h3 {
    font-size: 32px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 30px;
  }

  #keyword #detail .inner .list .block .row {
    display: flex;
    justify-content: space-between;
  }

  #keyword #detail .inner .list .block .row .txt {
    width: 58%;
    padding-top: 20px;
  }

  #keyword #detail .inner .list .block .row .img {
    width: 33.9%;
  }

  #keyword #detail .inner .list .block .row .img img {
    border-radius: 10px;
  }

  #keyword #detail .inner .list .block .txt .desc {
    line-height: 2;
    text-align: justify;
  }

  #keyword #detail .inner .list .block .txt .btn {
    margin-top: 40px;
  }

  #keyword #detail .inner .list .block .txt .btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 60px;
    background: #eaeff3;
    border-radius: 6px;
    padding-left: 27px;
    padding-right: 12px;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    z-index: 1;
  }

  #keyword #detail .inner .list .block .txt .btn a::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.4s;
  }

  #keyword #detail .inner .list .block .txt .btn a::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #18559d, #fd452d);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) scale(0);
    z-index: -1;
    transition: 0.4s;
  }

  #keyword #detail .inner .list .block .txt .btn a i {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
  }

  #keyword #detail .inner .list .block .txt .btn a i::before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #keyword #detail .inner .list .block .txt .btn a i::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
  }

  @media (hover: hover) and (pointer: fine) {
    #keyword #detail .inner .list .block .txt .btn a:hover {
      background: #e4e9ee;
    }

    #keyword #detail .inner .list .block .txt .btn a:hover i::after {
      opacity: 1;
    }

    #keyword #detail .inner .list .block .txt .btn a:hover::before {
      transform: translateY(-50%) scale(0);
    }

    #keyword #detail .inner .list .block .txt .btn a:hover::after {
      transform: translateY(-50%) scale(1);
    }
  }

  #keyword #detail .inner .list .block .img {
    text-align: center;
  }

  #keyword #detail .inner .list .block:not(:last-child) {
    margin-bottom: 100px;
  }

  #keyword #detail .inner .list .block#block02 h3 {
    margin-bottom: 60px;
  }

  #keyword #detail .inner .list .block#block02 .img {
    margin-bottom: 50px;
  }

  #keyword #detail .inner .list .block#block07 .img img,
  #keyword #detail .inner .list .block#block08 .img img {
    width: 280px;
  }

  #keyword #detail .inner .list .block_row {
    display: flex;
    justify-content: space-between;
  }

  #keyword #detail .inner .list .block_row .block {
    width: 48%;
    margin-bottom: 0;
  }

  #keyword #detail .inner .list .block_row .block h3 {
    margin-bottom: 15px;
  }

  #keyword #detail .inner .list .block_row .block .img {
    margin-top: 25px;
    border: 1px solid #cbcfd2;
    padding: 30px 50px 40px;
    position: relative;
  }

  #keyword #detail .inner .list .block_row .block .img span {
    position: absolute;
    top: 30px;
    left: 30px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #keyword #detail .inner .list .block_row:not(:last-child) {
    margin-bottom: 100px;
  }

  #keyword #related_page .inner {
    max-width: 1232px;
  }

  @media (max-width: 1160px) {
    #keyword #mv .inner h2 {
      font-size: 38px;
    }

    #keyword #detail .inner .list .block .row {
      flex-direction: column;
    }

    #keyword #detail .inner .list .block .row .txt {
      width: 100%;
      padding-top: 0;
    }

    #keyword #detail .inner .list .block .row .img {
      width: 100%;
      max-width: 400px;
    }

    #keyword #detail .inner .list .block .txt {
      order: 2;
    }

    #keyword #detail .inner .list .block .img {
      margin-bottom: 20px;
      order: 1;
      margin-left: auto;
      margin-right: auto;
    }

    #keyword #detail .inner .list .block_row {
      flex-direction: column;
    }

    #keyword #detail .inner .list .block_row .block {
      width: 100%;
    }

    #keyword #detail .inner .list .block_row .block .img {
      width: 100%;
      max-width: 400px;
    }

    #keyword #detail .inner .list .block_row .block:not(:last-child) {
      margin-bottom: 100px;
    }
  }

  @media (max-width: 768px) {
    #keyword #mv .inner .ttl_row {
      margin-bottom: 15px;
    }

    #keyword #mv .inner h2 {
      font-size: 26px;
      line-height: 1.4;
      margin-bottom: 20px;
    }

    #keyword #mv .flow_txt {
      bottom: 10px;
    }

    #keyword #detail .inner {
      width: 100%;
    }

    #keyword #detail .inner .main_img {
      margin-bottom: 40px;
    }

    #keyword #detail .inner .main_img img {
      border-radius: 0;
    }

    #keyword #detail .inner .list {
      width: 90%;
    }

    #keyword #detail .inner .list .block .ttl {
      font-size: 15px;
      padding-bottom: 5px;
      margin-bottom: 10px;
    }

    #keyword #detail .inner .list .block .ttl::before {
      width: 17px;
      height: 28px;
      margin-right: 9px;
    }

    #keyword #detail .inner .list .block h3 {
      font-size: 18px;
      margin-bottom: 20px;
    }

    #keyword #detail .inner .list .block .img img {
      border-radius: 5px;
    }

    #keyword #detail .inner .list .block .txt .desc {
      font-size: 14px;
      line-height: 1.8;
    }

    #keyword #detail .inner .list .block .txt .btn {
      margin-top: 30px;
    }

    #keyword #detail .inner .list .block .txt .btn a {
      max-width: 100%;
      height: 56px;
      font-size: 14px;
      padding-left: 14px;
      border-radius: 3px;
    }

    #keyword #detail .inner .list .block .txt .btn a i {
      width: 34px;
      height: 34px;
    }

    #keyword #detail .inner .list .block:not(:last-child) {
      margin-bottom: 40px;
    }

    #keyword #detail .inner .list .block#block02 h3 {
      margin-bottom: 25px;
    }

    #keyword #detail .inner .list .block#block02 .img {
      margin-bottom: 20px;
    }

    #keyword #detail .inner .list .block#block07 .img,
    #keyword #detail .inner .list .block#block08 .img {
      padding-bottom: 20px;
    }

    #keyword #detail .inner .list .block#block07 .img img,
    #keyword #detail .inner .list .block#block08 .img img {
      width: 176px;
    }

    #keyword #detail .inner .list .block_row .block .img {
      margin-top: 10px;
      margin-bottom: 0;
      padding: 19px 32px 25px;
    }

    #keyword #detail .inner .list .block_row .block .img span {
      font-size: 14px;
      top: 18px;
      left: 19px;
    }

    #keyword #detail .inner .list .block_row .block .desc {
      line-height: 1.6;
    }

    #keyword #detail .inner .list .block_row .block:not(:last-child) {
      margin-bottom: 40px;
    }

    #keyword #detail .inner .list .block_row:not(:last-child) {
      margin-bottom: 40px;
    }

    #keyword #related_page {
      padding: 60px 0;
    }
  }

  #beginner #mv {
    padding-bottom: 120px;
  }

  #beginner #mv .flow_txt {
    bottom: 30px;
  }

  @media (max-width: 768px) {
    #beginner #mv {
      padding-bottom: 75px;
    }
  }

  #beginner #welcome {
    background: #eef1f4 url(../img/environment/beginner/beginner_03.png) 0 0;
    border-radius: 100px;
    padding: 100px 0;
  }

  @media (max-width: 1300px) {
    #beginner #welcome {
      padding: 10.67vw 0;
    }
  }

  @media (max-width: 768px) {
    #beginner #welcome {
      border-radius: 40px;
    }
  }

  #beginner #welcome .inner {
    background: #fff;
    border-radius: 80px;
    width: 82%;
    padding: 100px 0 110px;
    position: relative;
  }

  @media (max-width: 1300px) {
    #beginner #welcome .inner {
      padding: 8.533vw 0;
      width: 90%;
    }
  }

  @media (max-width: 768px) {
    #beginner #welcome .inner {
      border-radius: 30px;
    }
  }

  #beginner #welcome .inner .sub_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
  }

  @media (max-width: 768px) {
    #beginner #welcome .inner .sub_ttl img {
      width: 85.5px;
    }
  }

  #beginner #welcome .inner .sub_ttl::before {
    content: "";
    display: block;
    width: 20px;
    height: 31px;
    background: url(../img/environment/beginner/icon_beginner.png) no-repeat center/contain;
    margin-right: 12px;
  }

  @media (max-width: 768px) {
    #beginner #welcome .inner .sub_ttl::before {
      width: 10px;
      height: 18px;
      margin-right: 6px;
    }
  }

  #beginner #welcome .inner h2 {
    text-align: center;
    width: 84%;
    margin: 0 auto 75px;
  }

  @media (max-width: 768px) {
    #beginner #welcome .inner h2 {
      width: 88%;
      margin: 0 auto 40px;
    }
  }

  #beginner #welcome .inner h2 img {
    margin: 0 auto;
  }

  #beginner #welcome .inner .desc {
    font-size: 18px;
    line-height: 2.3;
    text-align: justify;
    width: 90%;
    max-width: 804px;
    margin: 0 auto;
  }

  @media (max-width: 1000px) {
    #beginner #welcome .inner .desc {
      width: 84%;
    }
  }

  @media (max-width: 768px) {
    #beginner #welcome .inner .desc {
      font-size: 15px;
      line-height: 28.5px;
      width: 88%;
    }
  }

  .beginner_ttl {
    margin-bottom: 60px;
  }

  @media (max-width: 768px) {
    .beginner_ttl {
      margin-bottom: 35px;
    }
  }

  .beginner_ttl_en {
    color: #18559d;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .beginner_ttl_en {
      font-size: 13px;
      margin-bottom: 10px;
    }
  }

  .beginner_ttl_en::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #18559d;
    margin-right: 6px;
  }

  @media (max-width: 768px) {
    .beginner_ttl_en::before {
      width: 7.5px;
      height: 7.5px;
      margin-right: 6.5px;
    }
  }

  .beginner_ttl h3 {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1.3;
  }

  @media (max-width: 768px) {
    .beginner_ttl h3 {
      font-size: 20px;
      line-height: 26px;
    }
  }

  .beginner_growth {
    padding: 100px 0 100px;
    margin-bottom: 100px;
  }

  @media (max-width: 768px) {
    .beginner_growth {
      padding: 50px 0 0;
    }
  }

  .beginner_growth .inner {
    max-width: 1232px;
  }

  .beginner_growth img {
    width: 100%;
  }

  .beginner_growth_point {
    margin: 0 auto;
    width: 94%;
    max-width: 1148px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point {
      margin: 0 calc(50% - 50vw);
      width: 100vw;
      box-sizing: border-box;
      padding: 0 1%;
    }
  }

  .beginner_growth_point_box {
    position: relative;
  }

  .beginner_growth_point_box::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 35px;
    top: 0;
    z-index: -1;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_box::before {
      left: 6%;
    }
  }

  .beginner_growth_point_box:not(:last-child) {
    margin-bottom: 60px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_box:not(:last-child) {
      margin-bottom: 30px;
    }
  }

  .beginner_growth_point_ttl {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1;
    background: #FFF;
    padding-bottom: 20px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_ttl {
      font-size: 16px;
      line-height: 22px;
      padding-bottom: 10px;
    }
  }


  .beginner_growth_point_ttl_num:before {
    font-family: 'Font Awesome 6 pro';
    content: '\f0d1';
    color: #0859a8;
    padding-right: 10px;
  }



  @media (max-width: 768px) {
    .beginner_growth_point_ttl_num {
      width: 34px;
      margin-right: 8px;
      padding-left: 10px;
    }
  }

  .beginner_growth_point_desc {
    padding: 20px 0 0 85px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_desc {
      padding: 2% 4% 0 12%;
    }
  }

  .beginner_growth_point_flow {
    background: #e4ecf4;
    border-radius: 16px;
    padding: 40px 30px;
    margin-bottom: 40px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_flow {
      border-radius: 8px;
      padding: 12.5px 9px;
      margin-bottom: 6%;
    }
  }

  .beginner_growth_point_txt {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_txt {
      font-size: 14px;
      line-height: 25px;
    }
  }

  .beginner_growth_point_list {
    display: flex;
    justify-content: space-between;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_list {
      display: block;
    }
  }

  .beginner_growth_point_list_box {
    width: 30%;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_list_box {
      width: 100%;
    }

    .beginner_growth_point_list_box:not(:last-child) {
      margin-bottom: 30px;
    }
  }

  .beginner_growth_point_list_img {
    background: url(../img/environment/beginner/point_bg.svg) no-repeat 50% 50%;
    background-size: 100%;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 30px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_list_img {
      margin-bottom: 10px;
    }
  }

  .beginner_growth_point_list h5 {
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_list h5 {
      font-size: 16px;
      line-height: 1;
      margin-bottom: 10px;
    }
  }

  .beginner_growth_point_list h5 span {
    font-size: 18px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_list h5 span {
      font-size: 14px;
    }
  }

  .beginner_growth_point_list_txt {
    text-align: justify;
    font-size: 15px;
    line-height: 27px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_list_txt {
      font-size: 14px;
      line-height: 25px;
    }
  }

  .beginner_growth_point_career {
    display: flex;
    justify-content: space-between;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_career {
      display: block;
    }
  }

  .beginner_growth_point_career_img {
    order: 2;
    width: 35%;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_career_img {
      width: 100%;
      margin-bottom: 6%;
    }
  }

  .beginner_growth_point_career_txt {
    width: 61%;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_career_txt {
      width: 100%;
      font-size: 14px;
      line-height: 25px;
    }
  }

  .beginner_growth_point_btn {
    margin-top: 40px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_btn {
      margin-top: 30px;
    }
  }

  .beginner_growth_point_btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 60px;
    background: #eaeff3;
    border-radius: 6px;
    padding-left: 27px;
    padding-right: 12px;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    z-index: 1;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_btn a {
      max-width: 100%;
      height: 56px;
      font-size: 14px;
      padding-left: 14px;
      border-radius: 3px;
    }
  }

  .beginner_growth_point_btn a::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.4s;
  }

  .beginner_growth_point_btn a::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #18559d, #fd452d);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) scale(0);
    z-index: -1;
    transition: 0.4s;
  }

  .beginner_growth_point_btn a i {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
  }

  @media (max-width: 768px) {
    .beginner_growth_point_btn a i {
      width: 34px;
      height: 34px;
    }
  }

  .beginner_growth_point_btn a i::before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .beginner_growth_point_btn a i::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
  }

  @media (hover: hover) and (pointer: fine) {
    .beginner_growth_point_btn a:hover {
      background: #e4e9ee;
    }

    .beginner_growth_point_btn a:hover i::after {
      opacity: 1;
    }

    .beginner_growth_point_btn a:hover::before {
      transform: translateY(-50%) scale(0);
    }

    .beginner_growth_point_btn a:hover::after {
      transform: translateY(-50%) scale(1);
    }
  }

  .beginner_voice {
    padding: 100px 0 0;
  }

  .beginner_voice .inner {
    max-width: 1232px;
  }

  @media (max-width: 768px) {
    .beginner_voice {
      padding: 50px 0 0;
    }
  }

  .beginner_voice img {
    width: 100%;
  }

  .beginner_voice_list {
    width: 94%;
    max-width: 1328px;
    margin: 0 auto;
    background: #eef1f4;
    border-radius: 60px;
    padding: 80px 5%;
  }

  @media (max-width: 768px) {
    .beginner_voice_list {
      width: 100%;
      border-radius: 40px;
      padding: 40px 20px;
    }
  }

  .beginner_voice_list_box {
    position: relative;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px 20px 20px 0;
    padding: 20px 40px;
  }

  @media (max-width: 768px) {
    .beginner_voice_list_box {
      border-radius: 10px 10px 10px 0;
      padding: 25px 18px;
    }
  }

  .beginner_voice_list_box:not(:last-child) {
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .beginner_voice_list_box:not(:last-child) {
      margin-bottom: 10px;
    }
  }

  .beginner_voice_list_box::before {
    content: "";
    background: url(../img/environment/beginner/voice_bal.svg) no-repeat 0 0;
    background-size: 100%;
    width: 28px;
    height: 34px;
    position: absolute;
    left: -28px;
    bottom: 0;
  }

  @media (max-width: 768px) {
    .beginner_voice_list_box::before {
      width: 14px;
      height: 17px;
      left: -14px;
    }
  }

  .beginner_voice_list_img {
    width: 106px;
    text-align: center;
  }

  .beginner_voice_list_img img {
    width: 70px;
  }

  @media (max-width: 768px) {
    .beginner_voice_list_img {
      width: 20%;
      text-align: center;
    }

    .beginner_voice_list_img img {
      width: 80%;
    }
  }

  .beginner_voice_list_prof {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
  }

  @media (max-width: 768px) {
    .beginner_voice_list_prof {
      font-size: 11px;
      line-height: 14px;
    }
  }

  .beginner_voice_list_txt {
    width: calc(100% - 130px);
  }

  @media (max-width: 768px) {
    .beginner_voice_list_txt {
      width: 75%;
      font-size: 13px;
      line-height: 19.5px;
    }
  }

  .parallax {
    position: absolute;
    z-index: 1;
  }

  .parallax img {
    width: 100%;
  }

  .parallax.kazari01 {
    width: 78px;
    aspect-ratio: 78/81;
    background: url(../img/environment/beginner/kazari01.svg) no-repeat center/contain;
    top: 80px;
    left: -60px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari01 {
      width: 10.4vw;
      max-width: 116px;
      top: -7.3vw;
      left: 5.3vw;
    }
  }

  .parallax.kazari02 {
    width: 68px;
    aspect-ratio: 68/15;
    background: url(../img/environment/beginner/kazari02.svg) no-repeat center/contain;
    top: 150px;
    left: 15px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari02 {
      width: 9.0667vw;
      top: 9.33vw;
      left: -6vw;
    }
  }

  .parallax.kazari03 {
    width: 64px;
    aspect-ratio: 1/1;
    background: url(../img/environment/beginner/kazari03.svg) no-repeat center/contain;
    top: 130px;
    left: -160px;
    z-index: 2;
  }

  @media (max-width: 1300px) {
    .parallax.kazari03 {
      display: none;
      width: 8.533vw;
      max-width: 56px;
      top: 30.667vw;
      left: -4.4vw;
    }
  }

  .parallax.kazari04 {
    width: 225px;
    aspect-ratio: 1/1;
    background: url(../img/environment/beginner/kazari04.svg) no-repeat center/contain;
    top: 170px;
    left: -245px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari04 {
      display: none;
    }
  }

  .parallax.kazari05 {
    width: 32px;
    aspect-ratio: 1/1;
    background: url(../img/environment/beginner/kazari05.svg) no-repeat center/contain;
    top: 370px;
    left: -105px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari05 {
      display: none;
    }
  }

  .parallax.kazari06 {
    width: 28px;
    aspect-ratio: 28/100;
    background: url(../img/environment/beginner/kazari06.svg) no-repeat center/contain;
    bottom: 140px;
    left: -40px;
    z-index: 2;
  }

  @media (max-width: 1300px) {
    .parallax.kazari06 {
      width: 3.73vw;
      max-width: 36px;
      bottom: -4vw;
      left: -1.33vw;
    }
  }

  .parallax.kazari07 {
    width: 120px;
    aspect-ratio: 120/164;
    background: url(../img/environment/beginner/kazari07.svg) no-repeat center/contain;
    bottom: 10px;
    left: -35px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari07 {
      width: 12.5vw;
      max-width: 100px;
      bottom: -13.7vw;
      left: 0;
    }
  }

  .parallax.kazari08 {
    width: 60px;
    aspect-ratio: 60/21;
    background: url(../img/environment/beginner/kazari08.svg) no-repeat center/contain;
    bottom: 200px;
    left: 60px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari08 {
      display: none;
    }
  }

  .parallax.kazari09 {
    width: 44px;
    aspect-ratio: 44/39;
    background: url(../img/environment/beginner/kazari09.svg) no-repeat center/contain;
    top: 60px;
    right: 70px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari09 {
      display: none;
    }
  }

  .parallax.kazari10 {
    width: 40px;
    aspect-ratio: 1/1;
    background: url(../img/environment/beginner/kazari10.svg) no-repeat center/contain;
    top: 120px;
    right: 30px;
    z-index: 2;
  }

  @media (max-width: 1300px) {
    .parallax.kazari10 {
      width: 5.33vw;
      top: 2.133vw;
      right: 5.33vw;
    }
  }

  .parallax.kazari11 {
    width: 144px;
    aspect-ratio: 144/85;
    background: url(../img/environment/beginner/kazari11.svg) no-repeat center/contain;
    top: 145px;
    right: -90px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari11 {
      width: 19vw;
      max-width: 200px;
      top: 5.33vw;
      right: -10.4vw;
    }
  }

  .parallax.kazari12 {
    width: 64px;
    aspect-ratio: 64/201;
    background: url(../img/environment/beginner/kazari12.svg) no-repeat center/contain;
    bottom: 180px;
    right: -124px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari12 {
      width: 7.2vw;
      max-width: 66px;
      right: -4.53vw;
      bottom: auto;
      top: 34.8vw;
    }
  }

  .parallax.kazari13 {
    width: 48px;
    aspect-ratio: 1/1;
    background: url(../img/environment/beginner/kazari05.svg) no-repeat center/contain;
    bottom: 66px;
    right: -12px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari13 {
      display: none;
    }
  }

  .parallax.kazari14 {
    width: 235px;
    aspect-ratio: 235/19;
    background: url(../img/environment/beginner/kazari14.svg) no-repeat center/contain;
    bottom: -4px;
    right: -10px;
  }

  .parallax.kazari14 img {
    width: 48px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari14 {
      display: none;
    }
  }

  .parallax.kazari15 {
    width: 103px;
    aspect-ratio: 103/28;
    background: url(../img/environment/beginner/kazari15.svg) no-repeat center/contain;
    bottom: -36px;
    right: 160px;
  }

  @media (max-width: 1300px) {
    .parallax.kazari15 {
      width: 13.6vw;
      right: 19.46vw;
      bottom: -4.6vw;
    }
  }

  #beginner #related_page .inner {
    max-width: 1232px;
  }

  #beginner #related_page .inner .list .block a .img {
    transition: 0.3s ease;
    border: solid 1px #eef1f4;
  }

  #beginner #related_page .inner .list .block a .img img {
    transition: 0.38s cubic-bezier(0.34, 0.09, 0.11, 1);
  }

  @media (hover: hover) and (pointer: fine) {
    #beginner #related_page .inner .list .block a:hover .img {
      border: solid 1px #18559d;
    }

    #beginner #related_page .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  @media (max-width: 1160px) {
    #beginner #related_page .inner .list .block a .txt {
      font-size: 18px;
    }
  }

  @media (max-width: 768px) {
    #beginner #related_page {
      padding: 60px 0 60px;
    }

    #beginner #related_page .inner .ttl_row span {
      line-height: 1.3;
    }

    #beginner #related_page .list .block {
      width: 100%;
    }

    #beginner #related_page .list .block a .txt {
      margin-top: 16px;
      font-size: 18px;
      margin-bottom: 8px;
    }

    #beginner #related_page .list .block:nth-child(n+2) {
      margin-top: 30px;
    }
  }

  .gmark_ttl {
    margin-bottom: 60px;
  }

  @media (max-width: 768px) {
    .gmark_ttl {
      margin-bottom: 35px;
    }
  }

  .gmark_ttl_en {
    color: #18559d;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .gmark_ttl_en {
      font-size: 13px;
      margin-bottom: 10px;
    }
  }

  .gmark_ttl_en::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #18559d;
    margin-right: 6px;
  }

  @media (max-width: 768px) {
    .gmark_ttl_en::before {
      width: 7.5px;
      height: 7.5px;
      margin-right: 6.5px;
    }
  }

  .gmark_ttl h3 {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1.3;
  }

  @media (max-width: 768px) {
    .gmark_ttl h3 {
      font-size: 20px;
      line-height: 26px;
    }
  }


  .gmark_ttl .txt_set {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 0em 1em 0em 1em;
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .gmark_ttl .txt_set {
      font-size: 16px;
    }
  }


  .gmark_kv {
    position: relative;
    z-index: 1;
    width: 94%;
    margin: 0 auto;
  }

  .gmark_kv img {
    border-radius: 36px;
  }

  @media (max-width: 768px) {
    .gmark_kv {
      width: 100%;
    }

    .gmark_kv img {
      border-radius: 0;
    }
  }

  .gmark_our {
    margin-top: -80px;
    margin-top: -30px;
  }

  @media (max-width: 768px) {
    .gmark_our {
      margin-top: 0;
    }
  }

  .gmark_our .inner {
    max-width: 1232px;
  }

  .gmark_our_bg {
    background: #eef1f4;
    border-radius: 0 0 100px 0;
    padding: 100px 0 100px;
  }

  @media (max-width: 768px) {
    .gmark_our_bg {
      border-radius: 0 0 40px 0;
      padding: 40px 0 50px;
    }
  }

  .gmark_our_list {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }

  @media (max-width: 920px) {
    .gmark_our_list {
      display: block;
    }
  }

  .gmark_our_list_box {
    background: #FFF;
    width: 48%;
    box-sizing: border-box;
    padding: 3% 3% 4%;
    border-radius: 20px;
  }

  @media (max-width: 920px) {
    .gmark_our_list_box {
      width: 100%;
      padding: 7% 4%;
    }

    .gmark_our_list_box:not(:last-child) {
      margin-bottom: 5%;
    }
  }

  .gmark_our_list_img {
    width: 85%;
    margin: 0 auto 6%;
  }

  @media (max-width: 920px) {
    .gmark_our_list_img {
      width: 50%;
    }
  }

  .gmark_our_list h4 {
    text-align: center;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 5%;
  }

  @media (max-width: 920px) {
    .gmark_our_list h4 {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 3%;
    }
  }

  .gmark_our_list_txt {
    text-align: justify;
    font-size: 16px;
    line-height: 29px;
  }

  @media (max-width: 920px) {
    .gmark_our_list_txt {
      font-size: 14px;
      line-height: 22px;
    }
  }

  .gmark_env {
    background: #eef1f4;
  }

  .gmark_env .inner {
    max-width: 1232px;
  }

  .gmark_env_bg {
    background: #FFF;
    border-radius: 100px 0 0 0;
    padding: 100px 0 0;
  }

  @media (max-width: 768px) {
    .gmark_env_bg {
      border-radius: 40px 0 0 0;
      padding: 50px 0 0;
    }
  }

  .gmark_env_inner {
    margin: 0 auto;
    max-width: 1064px;
  }

  @media (max-width: 768px) {
    .gmark_env_inner {
      width: 100%;
    }
  }

  .gmark_env_list {
    margin-bottom: 10%;
  }

  .gmark_env_list_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  @media (max-width: 768px) {
    .gmark_env_list_box {
      display: block;
    }
  }

  .gmark_env_list_box:not(:last-child) {
    margin-bottom: 4%;
  }

  @media (max-width: 768px) {
    .gmark_env_list_box:not(:last-child) {
      margin-bottom: 10%;
    }
  }

  .gmark_env_list_img {
    width: 32%;
  }

  @media (max-width: 768px) {
    .gmark_env_list_img {
      width: 100%;
      margin-bottom: 5%;
    }
  }

  .gmark_env_list_img img {
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .gmark_env_list_img img {
      border-radius: 5px;
    }
  }

  .gmark_env_list_desc {
    width: 62%;
  }

  @media (max-width: 768px) {
    .gmark_env_list_desc {
      width: 100%;
    }
  }

  .gmark_env_list h4 {
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 3%;
  }

  @media (max-width: 768px) {
    .gmark_env_list h4 {
      font-size: 18px;
      line-height: 25px;
    }
  }

  .gmark_env_list_txt {
    text-align: justify;
    font-size: 16px;
    line-height: 29px;
  }

  @media (max-width: 768px) {
    .gmark_env_list_txt {
      font-size: 14px;
      line-height: 22px;
    }
  }

  .gmark_env_space {
    display: flex;
    justify-content: space-between;
  }

  @media (max-width: 768px) {
    .gmark_env_space {
      display: block;
    }
  }

  .gmark_env_space_slider {
    margin: 0;
    border-radius: 10px;
    width: 52%;
  }

  @media (max-width: 768px) {
    .gmark_env_space_slider {
      width: 100%;
      border-radius: 5px;
      padding-bottom: 20px;
    }
  }

  .gmark_env_space_slider img {
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .gmark_env_space_slider img {
      border-radius: 5px;
    }
  }

  .gmark_env_space_desc {
    width: 42%;
  }

  @media (max-width: 768px) {
    .gmark_env_space_desc {
      width: 100%;
      padding-top: 10%;
    }
  }

  .gmark_env_space_desc h4 {
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4%;
  }

  @media (max-width: 768px) {
    .gmark_env_space_desc h4 {
      font-size: 18px;
      line-height: 25px;
    }
  }

  .gmark_env_space_desc .gmark_env_list_txt:not(:last-child) {
    margin-bottom: 1.25em;
  }

  .gmark_env_space_desc .gmark_env_list_txt span {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }

  @media (max-width: 768px) {
    .gmark_env_space_desc .gmark_env_list_txt span {
      font-size: 13px;
      line-height: 18px;
      text-indent: -1em;
      padding-left: 1em;
    }
  }

  .gmark_env_space .swiper-horizontal>.swiper-pagination-bullets,
  .gmark_env_space .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
  }

  @media (max-width: 768px) {

    .gmark_env_space .swiper-horizontal>.swiper-pagination-bullets,
    .gmark_env_space .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 0;
    }
  }

  .gmark_env_space .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #000;
    background: #FFF;
  }

  .gmark_env_space .swiper-pagination-bullet-active {
    background: #000;
  }

  .gmark_event {
    padding: 100px 0 0;
  }

  @media (max-width: 768px) {
    .gmark_event {
      padding: 50px 0 0;
    }
  }

  .gmark_event .inner {
    max-width: 1232px;
  }

  .gmark_event_bg {
    position: relative;
  }

  .gmark_event_block {
    position: relative;
    max-width: 1232px;
    margin: 0 -8% 0 auto;
  }

  @media (max-width: 1300px) {
    .gmark_event_block {
      margin-right: 0;
    }
  }

  .gmark_event_block::before {
    content: "";
    display: block;
    width: calc(100vw - (100vw - 1232px) / 2 - 126px);
    height: 100%;
    background: #f0f3f6;
    position: absolute;
    top: 0;
    left: 126px;
  }

  @media (max-width: 768px) {
    .gmark_event_block::before {
      width: calc(95vw - 17px);
      left: 17px;
    }
  }

  .gmark_event_block h4 {
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-size: 23px;
    padding-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid;
    width: 400px;
  }

  @media (max-width: 768px) {
    .gmark_event_block h4 {
      font-size: 16px;
      margin: 0;
      padding-bottom: 8px;
      width: 168px;
    }
  }

  .gmark_event_block:first-child {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  @media (max-width: 768px) {
    .gmark_event_block:first-child {
      padding-top: 30px;
      padding-bottom: 40px;
    }
  }

  .gmark_event_block:first-child::before {
    border-radius: 60px 0 0 0;
  }

  @media (max-width: 768px) {
    .gmark_event_block:first-child::before {
      border-radius: 30px 0 0 0;
    }
  }

  .gmark_event_block:last-child {
    padding-bottom: 100px;
  }

  @media (max-width: 768px) {
    .gmark_event_block:last-child {
      padding-bottom: 50px;
    }
  }

  .gmark_event_block:last-child::before {
    border-radius: 0 0 0 60px;
  }

  @media (max-width: 768px) {
    .gmark_event_block:last-child::before {
      border-radius: 0 0 0 30px;
    }
  }

  .gmark_event_list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 222px;
    width: 100%;
    max-width: 1120px;
  }

  @media (max-width: 768px) {
    .gmark_event_list {
      padding-left: 58px;
      display: block;
    }
  }

  .gmark_event_list._last {
    margin-bottom: 0;
  }

  .gmark_event_list_box {
    width: calc((100% - 60px) / 2);
    margin-top: 50px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_box {
      width: 100%;
      margin-top: 30px;
    }
  }

  .gmark_event_list_box:not(:nth-child(2n)) {
    margin-right: 60px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_box:not(:nth-child(2n)) {
      margin-right: 0;
    }
  }

  .gmark_event_list_box._club {
    background: #FFF;
    border-radius: 10px;
    padding: 50px 40px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_box._club {
      border-radius: 5px;
      padding: 8%;
    }
  }

  .gmark_event_list_img {
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_img {
      margin-bottom: 10px;
    }
  }

  .gmark_event_list_img img {
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_img img {
      border-radius: 5px;
    }
  }

  .gmark_event_list h5 {
    font-weight: bold;
    font-feature-settings: "palt";
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .gmark_event_list h5 {
      font-size: 16px;
      line-height: 1;
    }
  }

  .gmark_event_list_txt {
    text-align: justify;
    font-size: 16px;
    line-height: 29px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_txt {
      font-size: 13px;
      line-height: 22px;
    }
  }

  .gmark_event_list_club_ttl {
    font-weight: bold;
    font-feature-settings: "palt";
    font-size: 20px;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_club_ttl {
      font-size: 14px;
      margin-bottom: 15px;
    }
  }

  .gmark_event_list_club_txt {
    font-size: 15px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_club_txt {
      font-size: 13px;
    }
  }

  .gmark_event_list_club_desc_txt {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_club_desc_txt {
      font-size: 14px;
      margin-bottom: 15px;
    }
  }

  .gmark_event_list_club_desc_txt:not(:last-child) {
    margin-bottom: 15px;
  }

  @media (max-width: 768px) {
    .gmark_event_list_club_desc_txt:not(:last-child) {
      margin-bottom: 10px;
    }
  }

  .gmark_event_list_club_desc_txt::before {
    content: "";
    background: #18559d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
  }



  .g_mark_box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 20px 20px 120px rgba(0, 0, 0, 0.1);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0px 0px 96px;
    padding: 20px;
    width: calc(100% - (var(--gap-h-746cbba5-8214-4a8c-bc0c-4019eb620b60) * 0));
    max-width: calc(100% - (var(--gap-h-746cbba5-8214-4a8c-bc0c-4019eb620b60) * 0));
  }

  .g_mark_box .wrap {
    display: flex;
    gap: 1em;
    align-items: center;
  }

  .g_mark_box .img_set {
    width: 35%;
  }

  .g_mark_box .txt_set {
    line-height: 2;
    width: 65%;
  }

  .g_mark_box .txt_set2 {
    line-height: 2
  }


  @media (max-width: 768px) {
    .g_mark_box .wrap {
      display: flex;
      gap: 1em;
      align-items: center;
      flex-direction: column;
    }

    .g_mark_box .img_set {
      width: 80%;
    }

    .g_mark_box .txt_set {
      line-height: 2;
      width: 100%;
    }

  }






  #gmark #related_page .inner {
    max-width: 1232px;
  }

  #gmark #related_page .inner .list .block a .img {
    transition: 0.3s ease;
    border: solid 1px #eef1f4;
  }

  #gmark #related_page .inner .list .block a .img img {
    transition: 0.38s cubic-bezier(0.34, 0.09, 0.11, 1);
  }

  @media (hover: hover) and (pointer: fine) {
    #gmark #related_page .inner .list .block a:hover .img {
      border: solid 1px #18559d;
    }

    #gmark #related_page .inner .list .block a:hover .img img {
      transform: scale(1.04);
    }
  }

  @media (max-width: 1160px) {
    #gmark #related_page .inner .list .block a .txt {
      font-size: 18px;
    }
  }

  @media (max-width: 768px) {
    #gmark #related_page {
      padding: 60px 0 60px;
    }

    #gmark #related_page .inner .ttl_row span {
      line-height: 1.3;
    }

    #gmark #related_page .list .block {
      width: 100%;
    }

    #gmark #related_page .list .block a .txt {
      margin-top: 16px;
      font-size: 18px;
      margin-bottom: 8px;
    }

    #gmark #related_page .list .block:nth-child(n+2) {
      margin-top: 30px;
    }

    #gmark #related_page .list .block.sp_arrow::after {
      top: 127px;
    }
  }

  @media (max-width: 768px) {
    #itoutsourcing #mv .flow_txt {
      bottom: 10px;
    }
  }

  .itoutsourcing_ttl {
    margin-bottom: 50px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_ttl {
      margin-bottom: 35px;
    }
  }

  .itoutsourcing_ttl_en {
    color: #18559d;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 25px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_ttl_en {
      font-size: 13px;
      margin-bottom: 10px;
    }
  }

  .itoutsourcing_ttl_en::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #18559d;
    margin-right: 6px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_ttl_en::before {
      width: 7.5px;
      height: 7.5px;
      margin-right: 6.5px;
    }
  }

  .itoutsourcing_ttl h3 {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1;
  }

  @media (max-width: 768px) {
    .itoutsourcing_ttl h3 {
      font-size: 20px;
      line-height: 26px;
    }
  }

  .itoutsourcing_kv {
    position: relative;
    z-index: 1;
    width: 94%;
    margin: 0 auto;
  }

  .itoutsourcing_kv img {
    border-radius: 36px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_kv {
      width: 100%;
    }

    .itoutsourcing_kv img {
      border-radius: 0;
    }
  }

  .itoutsourcing_read {
    background: #f0f3f6;
  }

  .itoutsourcing_read .inner {
    width: 82%;
    max-width: 1148px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_read .inner {
      width: 90%;
    }
  }

  .itoutsourcing_read_bg {
    background: #FFF;
    border-radius: 0 0 100px 0;
    padding: 100px 0;
  }

  @media (max-width: 768px) {
    .itoutsourcing_read_bg {
      padding: 40px 0;
      border-radius: 0 0 40px 0;
    }
  }

  .itoutsourcing_read_txt {
    font-size: 18px;
    line-height: 36px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_read_txt {
      font-size: 14px;
      line-height: 22px;
    }
  }

  .itoutsourcing_trend {
    background: #FFF;
  }

  .itoutsourcing_trend .inner {
    max-width: 1232px;
  }

  .itoutsourcing_trend_bg {
    background: #f0f3f6;
    border-radius: 100px 0 100px 0;
    padding: 100px 0;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_bg {
      border-radius: 40px 0 40px 0;
      padding: 40px 0;
    }
  }

  .itoutsourcing_trend_outs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_outs {
      display: block;
    }
  }

  .itoutsourcing_trend_outs_img {
    order: 2;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 10px;
    width: 45%;
    padding: 30px 15px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_outs_img {
      width: 100%;
      padding: 20px 10px;
      margin-bottom: 7%;
    }
  }

  .itoutsourcing_trend_outs_desc {
    width: 48%;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_outs_desc {
      width: 100%;
    }
  }

  .itoutsourcing_trend_outs_txt {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_outs_txt {
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 20px;
    }
  }

  .itoutsourcing_trend_outs_ttl {
    position: relative;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_outs_ttl {
      margin-bottom: 0;
    }
  }

  .itoutsourcing_trend_outs_ttl span {
    position: relative;
    z-index: 1;
    background: #f0f3f6;
    font-weight: bold;
    font-size: 20px;
    padding: 0 20px 0 0;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_outs_ttl span {
      font-size: 15px;
      padding: 0 10px 0 0;
    }
  }

  .itoutsourcing_trend_outs_ttl::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #a1a6aa;
  }

  .itoutsourcing_trend_outs_list {
    display: flex;
    flex-wrap: wrap;
  }

  .itoutsourcing_trend_outs_list_box {
    background: url(../img/work/itoutsourcing/icon.svg) no-repeat 0 50%;
    width: 50%;
    padding-left: 15px;
    font-size: 16px;
    margin-top: 10px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_outs_list_box {
      margin-top: 8px;
      font-size: 13px;
      background-size: 8px;
      padding-left: 12px;
    }
  }

  .itoutsourcing_trend_market {
    margin: 100px auto 0;
    width: 96%;
    max-width: 1148px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market {
      margin: 50px auto 0;
      width: 100%;
    }
  }

  .itoutsourcing_trend_market h4 {
    text-align: center;
    font-size: 28px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 40px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market h4 {
      text-align: left;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 20px;
    }
  }

  .itoutsourcing_trend_market_txt {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market_txt {
      font-size: 14px;
      line-height: 25px;
    }
  }

  .itoutsourcing_trend_market_txt span {
    font-size: 12px;
    vertical-align: super;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market_txt span {
      font-size: 11px;
    }
  }

  .itoutsourcing_trend_market_txt._top {
    margin-bottom: 50px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market_txt._top {
      margin-bottom: 30px;
    }
  }

  .itoutsourcing_trend_market h5 {
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market h5 {
      text-align: left;
      font-size: 16px;
      margin-bottom: 20px;
    }
  }

  .itoutsourcing_trend_market_list {
    margin-top: 30px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market_list {
      margin-top: 0;
    }
  }

  .itoutsourcing_trend_market_list_box {
    border: 1px solid #000;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 70px;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market_list_box {
      display: block;
      padding: 5%;
      border-radius: 5px;
    }
  }

  .itoutsourcing_trend_market_list_box:not(:last-child) {
    margin-bottom: 15px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market_list_box:not(:last-child) {
      margin-bottom: 5%;
    }
  }

  .itoutsourcing_trend_market_list_img {
    width: 10%;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market_list_img {
      width: 30%;
      margin: 0 auto;
    }
  }

  .itoutsourcing_trend_market_list_desc {
    width: 84%;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_market_list_desc {
      width: 100%;
    }

    .itoutsourcing_trend_market_list_desc h5 {
      text-align: center;
      margin-top: 4%;
    }
  }

  .itoutsourcing_trend_trans {
    margin: 60px auto 0;
    width: 96%;
    max-width: 1148px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_trans {
      margin: 40px auto 0;
      width: 100%;
    }
  }

  .itoutsourcing_trend_trans h5 {
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 30px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_trans h5 {
      text-align: left;
      font-size: 16px;
      margin-bottom: 20px;
    }
  }

  .itoutsourcing_trend_trans_img {
    background: #FFF;
    border-radius: 10px;
    padding: 40px 80px;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_trans_img {
      padding: 4%;
      border-radius: 5px;
      margin-bottom: 10px;
    }
  }

  .itoutsourcing_trend_trans_txt {
    color: #6e6e6e;
    font-size: 13px;
    line-height: 22px;
    text-indent: -1em;
    padding-left: 1em;
  }

  @media (max-width: 768px) {
    .itoutsourcing_trend_trans_txt {
      font-size: 11px;
      line-height: 15px;
    }
  }

  .itoutsourcing_app {
    background: #f0f3f6;
  }

  .itoutsourcing_app .inner {
    max-width: 1232px;
  }

  .itoutsourcing_app_bg {
    background: #FFF;
    border-radius: 100px 0 0;
    padding: 100px 0 0;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_bg {
      border-radius: 40px 0 0;
      padding: 40px 0 0;
    }
  }

  .itoutsourcing_app_list {
    width: 84%;
    max-width: 1232px;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list {
      width: 90%;
    }
  }

  .itoutsourcing_app_list_box {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 4% 0 4% 5%;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_box {
      padding: 10% 0 0;
    }
  }

  .itoutsourcing_app_list_box:not(:last-child) {
    border-bottom: 1px solid #d5dbe2;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_box:not(:last-child) {
      padding: 10% 0;
    }
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_box:first-child {
      padding: 0 0 10%;
    }
  }

  .itoutsourcing_app_list_box:last-child {
    padding-bottom: 0;
  }

  .itoutsourcing_app_list_num {
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    color: #18559d;
    width: 8%;
    font-size: 28px;
    line-height: 1;
    margin-top: 5px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_num {
      margin-top: 2px;
      width: 10%;
      font-size: 16px;
    }
  }

  .itoutsourcing_app_list_cont {
    width: 92%;
    display: flex;
    justify-content: space-between;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_cont {
      display: block;
      width: 90%;
    }
  }

  .itoutsourcing_app_list_cont._single {
    width: 100%;
    display: block;
  }

  .itoutsourcing_app_list_cont._single .itoutsourcing_app_list_desc {
    width: 100%;
  }

  .itoutsourcing_app_list_cont._single .itoutsourcing_app_list_img {
    margin: 4% auto 0;
    width: 82%;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_cont._single .itoutsourcing_app_list_img {
      width: 100%;
      margin: 7% auto 0;
    }
  }

  .itoutsourcing_app_list_desc {
    width: 48%;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_desc {
      width: 100%;
    }
  }

  .itoutsourcing_app_list_img {
    width: 44.5%;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_img {
      width: 100%;
      margin-top: 7%;
    }
  }

  .itoutsourcing_app_list_img img {
    border-radius: 10px;
  }

  .itoutsourcing_app_list h4 {
    font-size: 28px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list h4 {
      font-size: 16px;
      margin-bottom: 10px;
    }
  }

  .itoutsourcing_app_list_txt {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_txt {
      font-size: 14px;
      line-height: 25px;
    }
  }

  .itoutsourcing_app_list_btn {
    margin-top: 40px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_btn {
      margin-top: 30px;
    }
  }

  .itoutsourcing_app_list_btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 60px;
    background: #eaeff3;
    border-radius: 6px;
    padding-left: 27px;
    padding-right: 12px;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    z-index: 1;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_btn a {
      max-width: 100%;
      height: 56px;
      font-size: 14px;
      padding-left: 14px;
      border-radius: 3px;
    }
  }

  .itoutsourcing_app_list_btn a::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.4s;
  }

  .itoutsourcing_app_list_btn a::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #18559d, #fd452d);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) scale(0);
    z-index: -1;
    transition: 0.4s;
  }

  .itoutsourcing_app_list_btn a i {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
  }

  @media (max-width: 768px) {
    .itoutsourcing_app_list_btn a i {
      width: 34px;
      height: 34px;
    }
  }

  .itoutsourcing_app_list_btn a i::before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .itoutsourcing_app_list_btn a i::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
  }

  @media (hover: hover) and (pointer: fine) {
    .itoutsourcing_app_list_btn a:hover {
      background: #e4e9ee;
    }

    .itoutsourcing_app_list_btn a:hover i::after {
      opacity: 1;
    }

    .itoutsourcing_app_list_btn a:hover::before {
      transform: translateY(-50%) scale(0);
    }

    .itoutsourcing_app_list_btn a:hover::after {
      transform: translateY(-50%) scale(1);
    }
  }

  #itoutsourcing #related_page {
    padding-top: 120px;
  }

  #itoutsourcing #related_page .inner {
    max-width: 1232px;
  }

  #itoutsourcing #related_page .inner .ttl_row h2 a span br {
    display: none;
  }

  @media (max-width: 1160px) {
    #itoutsourcing #related_page .inner .list .block a .txt {
      font-size: 18px;
    }
  }

  @media (max-width: 768px) {
    #itoutsourcing #related_page {
      padding: 60px 0 60px;
    }

    #itoutsourcing #related_page .inner .ttl_row h2 a::after {
      content: none;
    }

    #itoutsourcing #related_page .inner .ttl_row h2 a span:not(.arrow) {
      line-height: 1.3;
    }

    #itoutsourcing #related_page .inner .ttl_row h2 a span:not(.arrow) br {
      display: block;
    }

    #itoutsourcing #related_page .inner .ttl_row h2 a .arrow {
      display: inline-block;
      background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
      margin-left: 10px;
      position: relative;
      width: 23px;
      height: 23px;
      top: 4px;
    }

    #itoutsourcing #related_page .inner .list .block {
      width: 100%;
    }

    #itoutsourcing #related_page .inner .list .block a .txt {
      margin-top: 16px;
      font-size: 18px;
      margin-bottom: 8px;
    }

    #itoutsourcing #related_page .inner .list .block a .txt .sub {
      font-size: 14px;
    }

    #itoutsourcing #related_page .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }
  }

  .occupation_ttl {
    margin-bottom: 50px;
  }

  @media (max-width: 768px) {
    .occupation_ttl {
      margin-bottom: 35px;
    }
  }

  .occupation_ttl_en {
    color: #18559d;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 25px;
  }

  @media (max-width: 768px) {
    .occupation_ttl_en {
      font-size: 13px;
      margin-bottom: 10px;
    }
  }

  .occupation_ttl_en::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #18559d;
    margin-right: 6px;
  }

  @media (max-width: 768px) {
    .occupation_ttl_en::before {
      width: 7.5px;
      height: 7.5px;
      margin-right: 6.5px;
    }
  }

  .occupation_ttl h3 {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1;
  }

  @media (max-width: 768px) {
    .occupation_ttl h3 {
      font-size: 20px;
      line-height: 26px;
    }
  }

  .occupation_kv {
    position: relative;
    z-index: 1;
    width: 94%;
    margin: 0 auto;
  }

  .occupation_kv img {
    border-radius: 36px;
  }

  @media (max-width: 768px) {
    .occupation_kv {
      width: 100%;
    }

    .occupation_kv img {
      border-radius: 0;
    }
  }

  .occupation_read {
    padding: 100px 0;
  }

  @media (max-width: 768px) {
    .occupation_read {
      padding: 40px 0;
    }
  }

  .occupation_read .inner {
    width: 88%;
    max-width: 1232px;
  }

  @media (max-width: 768px) {
    .occupation_read .inner {
      width: 90%;
    }
  }

  .occupation_read_txt {
    font-size: 18px;
    line-height: 36px;
  }

  @media (max-width: 768px) {
    .occupation_read_txt {
      font-size: 14px;
      line-height: 22px;
    }
  }

  .occupation_read_img {
    margin-top: 100px;
  }

  @media (max-width: 768px) {
    .occupation_read_img {
      margin-top: 40px;
    }
  }

  .occupation_menu .inner {
    max-width: 1232px;
  }

  @media (max-width: 768px) {
    .occupation_menu .inner {
      width: 90%;
    }
  }

  .occupation_menu_list {
    border-bottom: 1px solid #000;
    padding-bottom: 100px;
  }

  @media (max-width: 768px) {
    .occupation_menu_list {
      padding-bottom: 50px;
    }
  }

  .occupation_menu_list_box {
    display: flex;
    justify-content: space-between;
  }

  @media (max-width: 768px) {
    .occupation_menu_list_box {
      display: block;
    }
  }

  .occupation_menu_list_box:not(:last-child) {
    margin-bottom: 70px;
  }

  @media (max-width: 768px) {
    .occupation_menu_list_box:not(:last-child) {
      margin-bottom: 40px;
    }
  }

  .occupation_menu_list_cat {
    width: 320px;
  }

  @media (max-width: 768px) {
    .occupation_menu_list_cat {
      width: 100%;
    }
  }

  .occupation_menu_list_cat._c01 .occupation_menu_list_cat_ttl h3 {
    background-image: url(../img/work/occupation/icon01%402x.svg);
  }

  .occupation_menu_list_cat._c01 .occupation_menu_list_cat_link a {
    color: #1c63b9;
  }

  .occupation_menu_list_cat._c01 .occupation_menu_list_cat_link a::before {
    border-bottom-color: #1c63b9;
    border-right-color: #1c63b9;
  }

  .occupation_menu_list_cat._c01 .occupation_menu_list_cat_link a::after {
    background: #1c63b9;
  }

  .occupation_menu_list_cat._c02 .occupation_menu_list_cat_ttl h3 {
    background-image: url(../img/work/occupation/icon02%402x.svg);
  }

  .occupation_menu_list_cat._c02 .occupation_menu_list_cat_link a {
    color: #038b8c;
  }

  .occupation_menu_list_cat._c02 .occupation_menu_list_cat_link a::before {
    border-bottom-color: #038b8c;
    border-right-color: #038b8c;
  }

  .occupation_menu_list_cat._c02 .occupation_menu_list_cat_link a::after {
    background: #038b8c;
  }

  .occupation_menu_list_cat._c03 .occupation_menu_list_cat_ttl h3 {
    background-image: url(../img/work/occupation/icon03%402x.svg);
  }

  .occupation_menu_list_cat._c03 .occupation_menu_list_cat_link a {
    color: #6e6ece;
  }

  .occupation_menu_list_cat._c03 .occupation_menu_list_cat_link a::before {
    border-bottom-color: #6e6ece;
    border-right-color: #6e6ece;
  }

  .occupation_menu_list_cat._c03 .occupation_menu_list_cat_link a::after {
    background: #6e6ece;
  }

  .occupation_menu_list_cat_ttl {
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .occupation_menu_list_cat_ttl {
      margin-bottom: 15px;
    }
  }

  .occupation_menu_list_cat_ttl::after {
    content: "";
    display: block;
    background: #000;
    width: 40px;
    height: 1px;
    margin: 20px 0 0 30px;
  }

  @media (max-width: 768px) {
    .occupation_menu_list_cat_ttl::after {
      margin: 15px 0 0;
    }
  }

  .occupation_menu_list_cat_ttl h3 {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 20px;
    font-size: 22px;
    line-height: 1;
    padding-left: 30px;
  }

  @media (max-width: 768px) {
    .occupation_menu_list_cat_ttl h3 {
      font-size: 20px;
      background-size: 18px;
      padding-left: 25px;
    }
  }

  .occupation_menu_list_cat_link {
    margin-left: 30px;
  }

  @media (max-width: 768px) {
    .occupation_menu_list_cat_link {
      margin-left: 0;
    }
  }

  .occupation_menu_list_cat_link a {
    position: relative;
    display: table;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    padding-right: 20px;
  }

  @media (max-width: 768px) {
    .occupation_menu_list_cat_link a {
      font-size: 14px;
      margin-bottom: 10px;
    }
  }

  .occupation_menu_list_cat_link a:hover::after {
    width: calc(100% + 20px);
  }

  .occupation_menu_list_cat_link a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 6px;
    height: 6px;
    margin: 0 7px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-right-style: solid;
    transform: rotate(45deg);
  }

  .occupation_menu_list_cat_link a::after {
    content: "";
    transition: all 0.2s ease-in-out;
    display: block;
    width: 0;
    height: 1px;
    margin-top: 5px;
  }

  .occupation_menu_list_desc {
    width: calc(100% - 320px);
  }

  @media (max-width: 768px) {
    .occupation_menu_list_desc {
      width: 100%;
    }
  }

  .occupation_menu_list_txt {
    font-size: 15px;
    line-height: 30px;
  }

  @media (max-width: 768px) {
    .occupation_menu_list_txt {
      font-size: 14px;
      line-height: 25px;
    }
  }

  .occupation_detail .inner {
    max-width: 1232px;
  }

  @media (max-width: 768px) {
    .occupation_detail .inner {
      width: 90%;
    }
  }

  .occupation_detail_list_box {
    position: relative;
    margin-top: 100px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_box {
      margin-top: 50px;
    }
  }

  .occupation_detail_list_box._c01 .occupation_detail_list_ttl::before {
    background-image: url(../img/work/occupation/line01%402x.svg);
  }

  .occupation_detail_list_box._c01 .occupation_detail_list_skill_cont_box {
    background: #1c63b9;
  }

  .occupation_detail_list_box._c01 .occupation_detail_list_point {
    background: #f0f3f6;
  }

  .occupation_detail_list_box._c01 .occupation_detail_list_point h5 {
    color: #1c63b9;
  }

  .occupation_detail_list_box._c01 .occupation_detail_list_point_cont_box::before {
    background: #1c63b9;
  }

  .occupation_detail_list_box._c01 .occupation_detail_list_point_img::after {
    background-image: url(../img/work/occupation/dot01%402x.svg);
  }

  .occupation_detail_list_box._c02 .occupation_detail_list_ttl::before {
    background-image: url(../img/work/occupation/line02%402x.svg);
  }

  .occupation_detail_list_box._c02 .occupation_detail_list_skill_cont_box {
    background: #038b8c;
  }

  .occupation_detail_list_box._c02 .occupation_detail_list_point {
    background: #f0f3f6;
  }

  .occupation_detail_list_box._c02 .occupation_detail_list_point h5 {
    color: #038b8c;
  }

  .occupation_detail_list_box._c02 .occupation_detail_list_point_cont_box::before {
    background: #038b8c;
  }

  .occupation_detail_list_box._c02 .occupation_detail_list_point_img::after {
    background-image: url(../img/work/occupation/dot02%402x.svg);
  }

  .occupation_detail_list_box._c03 .occupation_detail_list_ttl::before {
    background-image: url(../img/work/occupation/line03%402x.svg);
  }

  .occupation_detail_list_box._c03 .occupation_detail_list_skill_cont_box {
    background: #6e6ece;
  }

  .occupation_detail_list_box._c03 .occupation_detail_list_point {
    background: #f0f3f6;
  }

  .occupation_detail_list_box._c03 .occupation_detail_list_point h5 {
    color: #6e6ece;
  }

  .occupation_detail_list_box._c03 .occupation_detail_list_point_cont_box::before {
    background: #6e6ece;
  }

  .occupation_detail_list_box._c03 .occupation_detail_list_point_img::after {
    background-image: url(../img/work/occupation/dot03%402x.svg);
  }

  .occupation_detail_list_ttl {
    position: relative;
    margin-bottom: 5px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_ttl {
      padding-left: 10px;
    }
  }

  .occupation_detail_list_ttl::before {
    content: "";
    width: 5px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: 8px;
    left: -25px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_ttl::before {
      width: 3px;
      height: 22px;
      left: 0;
    }
  }

  .occupation_detail_list_ttl h3 {
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-size: 38px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_ttl h3 {
      font-size: 22px;
      line-height: 33px;
    }
  }

  .occupation_detail_list_skill {
    position: absolute;
    top: 30px;
    right: 0;
  }

  @media (max-width: 1160px) {
    .occupation_detail_list_skill {
      position: static;
      margin: 0 0 25px 0;
    }
  }

  @media (max-width: 768px) {
    .occupation_detail_list_skill {
      padding-left: 10px;
    }
  }

  .occupation_detail_list_skill_ttl {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_skill_ttl {
      font-size: 11px;
      margin-bottom: 0;
    }
  }

  .occupation_detail_list_skill_cont {
    display: flex;
    justify-content: flex-end;
  }

  @media (max-width: 1160px) {
    .occupation_detail_list_skill_cont {
      justify-content: flex-start;
      flex-wrap: wrap;
    }
  }

  .occupation_detail_list_skill_cont_box {
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
    border-radius: 3px;
    padding: 4px 18px;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_skill_cont_box {
      font-size: 11px;
      padding: 2px 10px;
      margin-top: 6px;
    }
  }

  .occupation_detail_list_skill_cont_box:not(:first-child) {
    margin-left: 8px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_skill_cont_box:not(:first-child) {
      margin-left: 6px;
    }
  }

  @media (max-width: 768px) {
    .occupation_detail_list_skill_cont_box._ml0 {
      margin-left: 0;
    }
  }

  .occupation_detail_list_catch {
    margin-bottom: 40px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_catch {
      margin-bottom: 20px;
    }
  }

  .occupation_detail_list_catch h4 {
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-size: 18px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_catch h4 {
      font-size: 14px;
      line-height: 21px;
      margin-left: 10px;
    }
  }

  .occupation_detail_list_txt {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_txt {
      font-size: 14px;
      line-height: 25px;
      margin-left: 10px;
    }
  }

  .occupation_detail_list_point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    margin-top: 40px;
    padding: 40px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_point {
      margin-top: 20px;
      padding: 6% 4%;
      border-radius: 6px;
      display: block;
    }
  }

  .occupation_detail_list_point_img {
    position: relative;
    width: 48.5%;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_point_img {
      width: 100%;
      margin-top: 30px;
    }
  }

  .occupation_detail_list_point_img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    right: -20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 64px;
    height: 64px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_point_img::after {
      width: 36px;
      height: 36px;
      bottom: -2%;
      right: -2%;
    }
  }

  .occupation_detail_list_point_desc {
    width: 45%;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_point_desc {
      width: 100%;
    }
  }

  .occupation_detail_list_point_desc h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_point_desc h5 {
      font-size: 15px;
      margin-bottom: 15px;
    }
  }

  .occupation_detail_list_point_cont {
    margin-bottom: 30px;
  }

  .occupation_detail_list_point_cont._last {
    margin-bottom: 0;
  }

  .occupation_detail_list_point_cont_box {
    position: relative;
    font-size: 15px;
    line-height: 21px;
    padding-left: 15px;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_point_cont_box {
      font-size: 13px;
      line-height: 17px;
    }
  }

  .occupation_detail_list_point_cont_box::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }

  @media (max-width: 768px) {
    .occupation_detail_list_point_cont_box::before {
      top: 6px;
    }
  }

  .occupation_detail_list_point_cont_box:not(:last-child) {
    margin-bottom: 10px;
  }

  #occupation #related_page .inner {
    max-width: 1232px;
  }

  #occupation #related_page .inner .ttl_row h2 a span br {
    display: none;
  }

  @media (max-width: 1160px) {
    #occupation #related_page .inner .list .block a .txt {
      font-size: 18px;
    }
  }

  @media (max-width: 768px) {
    #occupation #related_page {
      padding: 60px 0 60px;
    }

    #occupation #related_page .inner .ttl_row h2 a::after {
      content: none;
    }

    #occupation #related_page .inner .ttl_row h2 a span:not(.arrow) {
      line-height: 1.3;
    }

    #occupation #related_page .inner .ttl_row h2 a span:not(.arrow) br {
      display: block;
    }

    #occupation #related_page .inner .ttl_row h2 a .arrow {
      display: inline-block;
      background: url(../img/arrow_right_grad.svg) no-repeat center/contain;
      margin-left: 10px;
      position: relative;
      width: 23px;
      height: 23px;
      top: 4px;
    }

    #occupation #related_page .inner .list .block {
      width: 100%;
    }

    #occupation #related_page .inner .list .block a .txt {
      margin-top: 16px;
      font-size: 18px;
      margin-bottom: 8px;
    }

    #occupation #related_page .inner .list .block a .txt .sub {
      font-size: 14px;
    }

    #occupation #related_page .inner .list .block:nth-child(n+2) {
      margin-top: 30px;
    }
  }

  .mission_ttl {
    margin-bottom: 40px;
  }

  @media (max-width: 768px) {
    .mission_ttl {
      margin-bottom: 30px;
    }
  }

  .mission_ttl_en {
    color: #18559d;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .mission_ttl_en {
      font-size: 13px;
      margin-bottom: 10px;
    }
  }

  .mission_ttl_en::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #18559d;
    margin-right: 6px;
  }

  @media (max-width: 768px) {
    .mission_ttl_en::before {
      width: 7.5px;
      height: 7.5px;
      margin-right: 6.5px;
    }
  }

  .mission_ttl h3 {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 57px;
  }

  @media (max-width: 768px) {
    .mission_ttl h3 {
      font-size: 20px;
      line-height: 26px;
    }
  }

  .mission_kv {
    position: relative;
    z-index: 1;
    width: 94%;
    margin: 0 auto;
  }

  .mission_kv img {
    border-radius: 36px;
  }

  @media (max-width: 768px) {
    .mission_kv {
      width: 100%;
    }

    .mission_kv img {
      border-radius: 0;
    }
  }

  .mission_history {
    background: url(../img/about/mission/mission_03.png);
    box-shadow: 0px 8px 0px 0px #eef0f1;
    padding: 170px 0 100px;
    margin-top: -70px;
    border-radius: 0 0 100px 100px;
  }

  @media (max-width: 768px) {
    .mission_history {
      margin-top: 0;
      padding: 40px 0;
      border-radius: 0 0 40px 40px;
      box-shadow: 0px 4px 0px 0px #eef0f1;
    }
  }

  .mission_history .inner {
    max-width: 1232px;
  }

  .mission_history_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  @media (max-width: 768px) {
    .mission_history_cont {
      display: block;
    }
  }

  .mission_history_cont_box {
    width: 55.5%;
  }

  @media (max-width: 768px) {
    .mission_history_cont_box {
      width: 100%;
    }
  }

  .mission_history_cont_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
  }

  @media (max-width: 768px) {
    .mission_history_cont_img {
      width: 100%;
      margin-top: 4%;
    }
  }

  .mission_history_cont_img img {
    width: 50%;
    margin: 0 2%;
  }

  @media (max-width: 768px) {
    .mission_history_cont_img img {
      margin: 0;
    }
  }

  .mission_history_cont_txt {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
  }

  @media (max-width: 768px) {
    .mission_history_cont_txt {
      font-size: 14px;
      line-height: 25px;
    }
  }

  .mission_history_scroll {
    margin-top: 30px;
    position: relative;
  }

  @media (max-width: 768px) {
    .mission_history_scroll {
      margin-top: 20px;
    }
  }

  .mission_history_scroll .line {
    height: 1px;
    width: 100vw;
    background-color: #000;
    margin-left: calc(-50vw + 50%);
    position: absolute;
    bottom: 36px;
  }

  @media (max-width: 768px) {
    .mission_history_scroll .line {
      bottom: 34px;
    }
  }

  .mission_history_scroll_cont {
    position: relative;
    display: flex;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    cursor: grab;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .mission_history_scroll_cont::-webkit-scrollbar {
    display: none;
  }

  .mission_history_scroll_cont_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    padding-top: 20px;
  }

  @media (max-width: 768px) {
    .mission_history_scroll_cont_box {
      margin-right: 10px;
    }
  }

  .mission_history_scroll_cont_box:last-child {
    margin-right: 5%;
  }

  .mission_history_scroll_cont_ttl {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    background: #FFF;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px;
    min-width: 170px;
    height: 72px;
    padding: 0 20px;
  }

  @media (max-width: 768px) {
    .mission_history_scroll_cont_ttl {
      min-width: 120px;
      height: 50px;
      padding: 0 10px;
      font-size: 11px;
      line-height: 15px;
      border-radius: 6px;
    }
  }

  .mission_history_scroll_cont_ttl::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #000;
    position: absolute;
    bottom: -31px;
    left: 50%;
  }

  @media (max-width: 768px) {
    .mission_history_scroll_cont_ttl::after {
      height: 28px;
      bottom: -29px;
    }
  }

  .mission_history_scroll_cont_ttl._bold {
    font-weight: bold;
    border-color: #18559d;
    color: #18559d;
    font-size: 16px;
  }

  @media (max-width: 768px) {
    .mission_history_scroll_cont_ttl._bold {
      font-size: 11px;
    }
  }

  .mission_history_scroll_cont_ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -5px;
    width: 64px;
    height: 19px;
    border-radius: 19px;
    font-size: 12px;
    list-style: 1;
  }

  @media (max-width: 768px) {
    .mission_history_scroll_cont_ttl span {
      width: 45px;
      height: 15px;
      font-size: 9px;
      top: -8px;
    }
  }

  .mission_history_scroll_cont_ttl .jp {
    background: #000;
  }

  .mission_history_scroll_cont_ttl .world {
    background: #486dab;
  }

  .mission_history_scroll_cont_year {
    position: relative;
    order: 2;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 39px;
    padding-top: 5px;
  }

  @media (max-width: 768px) {
    .mission_history_scroll_cont_year {
      font-size: 15px;
    }
  }

  .mission_history_scroll_cont_year::before {
    content: "";
    display: block;
    background: #18559d;
    position: absolute;
    z-index: 1;
    left: 50%;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: -15px;
    margin-left: -6px;
  }

  .mission_history .note {
    margin: 100px 0 0;
    padding-right: 28px;
    width: 180px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .mission_history .note {
      font-size: 12.5px;
      margin: 40px 0 0;
      width: 152px;
      padding-right: 20px;
    }
  }

  .mission_history .note::after {
    content: "";
    display: block;
    width: 18px;
    height: 24px;
    background-image: url(../img/about/mission/arrow_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    animation-name: arrow_swipe, arrow_opacity;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.54, 0.08, 0.25, 0.97);
    animation-iteration-count: infinite;
  }

  @media (max-width: 768px) {
    .mission_history .note::after {
      width: 15px;
    }
  }

  .mission_feature {
    padding: 100px 0 0;
  }

  @media (max-width: 768px) {
    .mission_feature {
      padding: 40px 0 0;
    }
  }

  .mission_feature .inner {
    max-width: 1232px;
  }

  .mission_feature_txt {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
  }

  @media (max-width: 768px) {
    .mission_feature_txt {
      font-size: 14px;
      line-height: 25px;
    }
  }

  .mission_feature_img {
    margin: 40px auto 0;
    width: 100%;
    max-width: 1058px;
  }

  @media (max-width: 768px) {
    .mission_feature_img {
      margin: 4% auto 0;
    }
  }

  .mission_strength {
    padding: 100px 0 0;
  }

  @media (max-width: 768px) {
    .mission_strength {
      padding: 40px 0 0;
    }
  }

  .mission_strength .inner {
    max-width: 1232px;
  }

  .mission_strength .inner .swiper {
    overflow: visible;
  }

  .mission_strength_slider {
    padding: 20px 0 0;
  }

  .mission_strength_slider_box {
    height: auto;
    position: relative;
    background: #FFF;
    border: 1px solid #000;
    box-shadow: 0px 8px 0px 0px #eef0f1;
    border-radius: 20px;
    padding: 4%;
    width: 44vw;
    max-width: 720px;
  }

  @media (max-width: 768px) {
    .mission_strength_slider_box {
      border-radius: 10px;
      padding: 5%;
    }
  }

  .mission_strength_slider_num {
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -15px;
    width: 80px;
  }

  @media (max-width: 768px) {
    .mission_strength_slider_num {
      width: 40px;
      top: -10px;
      left: -8px;
    }
  }

  .mission_strength_slider_img {
    text-align: center;
    background: url(../img/about/mission/strength_bg.svg) no-repeat 50% 50%;
    background-size: 100%;
    padding: 5% 0;
    margin: 0 auto 7%;
    max-width: 560px;
  }

  @media (max-width: 768px) {
    .mission_strength_slider_img {
      width: 90%;
      margin: 0 auto 5%;
    }
  }

  .mission_strength_slider_img img {
    width: 80%;
  }

  .mission_strength_slider h4 {
    font-size: 28px;
    font-feature-settings: "palt";
    line-height: 42px;
    margin-bottom: 25px;
  }

  @media (max-width: 768px) {
    .mission_strength_slider h4 {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 4%;
    }
  }

  .mission_strength_slider_txt {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
  }

  @media (max-width: 768px) {
    .mission_strength_slider_txt {
      font-size: 13px;
      line-height: 20px;
    }
  }

  .mission_strength .swiper-pagination {
    position: static;
    text-align: left;
    margin-top: 20px;
  }

  @media (max-width: 768px) {
    .mission_strength .swiper-pagination {
      margin-top: 10px;
    }
  }

  .mission_strength .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .mission_strength .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }

  @media (max-width: 768px) {

    .mission_strength .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .mission_strength .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
    }
  }

  .mission_strength .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    border: 1px solid #000;
    background: #f7f8f9;
  }

  @media (max-width: 768px) {
    .mission_strength .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
    }
  }

  .mission_strength .swiper-pagination-bullet-active {
    background: #18559d;
  }

  #mission #related_page .inner {
    max-width: 1232px;
  }

  @media (max-width: 768px) {
    #mission #related_page {
      padding: 60px 0 60px;
    }
  }

  @keyframes arrow_swipe {
    0% {
      transform: translate(100px, 0);
    }

    5% {
      transform: translate(100px, 0);
    }

    80% {
      transform: translate(0);
    }

    100% {
      transform: translate(0);
    }
  }

  @keyframes arrow_opacity {
    0% {
      opacity: 0;
    }

    25% {
      opacity: 1;
    }

    65% {
      opacity: 1;
    }

    90% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  #project01 #mv,
  #project02 #mv,
  #project03 #mv,
  #project04 #mv {
    padding-top: 168px;
    padding-bottom: 0;
  }

  #project01 #mv .inner,
  #project02 #mv .inner,
  #project03 #mv .inner,
  #project04 #mv .inner {
    width: 94.8%;
    max-width: none;
  }

  #project01 #mv .inner .sec_ttl,
  #project02 #mv .inner .sec_ttl,
  #project03 #mv .inner .sec_ttl,
  #project04 #mv .inner .sec_ttl {
    max-width: 1680px;
    margin: 0 auto 25px;
  }

  #project01 #mv .inner .main_img,
  #project02 #mv .inner .main_img,
  #project03 #mv .inner .main_img,
  #project04 #mv .inner .main_img {
    background: no-repeat center top/cover;
    border-radius: 36px;
    height: 730px;
    min-height: 620px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  @media (max-width: 1550px) and (min-width: 769px) {

    #project01 #mv .inner .main_img,
    #project02 #mv .inner .main_img,
    #project03 #mv .inner .main_img,
    #project04 #mv .inner .main_img {
      aspect-ratio: 1328/660;
      height: auto;
    }
  }

  #project01 #mv .inner .main_img .parallax,
  #project02 #mv .inner .main_img .parallax,
  #project03 #mv .inner .main_img .parallax,
  #project04 #mv .inner .main_img .parallax {
    position: absolute;
    background: no-repeat center/contain;
  }

  #project01 #mv .inner .main_img .parallax.kazari2,
  #project02 #mv .inner .main_img .parallax.kazari2,
  #project03 #mv .inner .main_img .parallax.kazari2,
  #project04 #mv .inner .main_img .parallax.kazari2 {
    width: 80px;
    height: 22px;
    background-image: url(../img/work/project/kazari2.svg);
    right: 7.8%;
    bottom: 18%;
  }

  #project01 #mv .inner .main_img .parallax.kazari3,
  #project02 #mv .inner .main_img .parallax.kazari3,
  #project03 #mv .inner .main_img .parallax.kazari3,
  #project04 #mv .inner .main_img .parallax.kazari3 {
    width: 16px;
    height: 55px;
    background-image: url(../img/work/project/kazari3.svg);
    right: 0.8%;
    bottom: 13.28%;
  }

  #project01 #mv .inner .main_img .parallax.kazari4,
  #project02 #mv .inner .main_img .parallax.kazari4,
  #project03 #mv .inner .main_img .parallax.kazari4,
  #project04 #mv .inner .main_img .parallax.kazari4 {
    width: 100px;
    height: 136px;
    background-image: url(../img/work/project/kazari4.svg);
    right: 3%;
    bottom: -6.57%;
  }

  #project01 #mv .inner .main_img .parallax.kazari5,
  #project02 #mv .inner .main_img .parallax.kazari5,
  #project03 #mv .inner .main_img .parallax.kazari5,
  #project04 #mv .inner .main_img .parallax.kazari5 {
    width: 26px;
    height: 26px;
    background-image: url(../img/work/project/kazari5.svg);
    right: -0.8%;
    bottom: -10.8%;
  }

  #project01 #mv .inner .main_img .ttl_block,
  #project02 #mv .inner .main_img .ttl_block,
  #project03 #mv .inner .main_img .ttl_block,
  #project04 #mv .inner .main_img .ttl_block {
    position: absolute;
    top: 50%;
    left: 3.76%;
    transform: translateY(-50%);
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    padding: 40px 42px 60px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 16px;
  }

  #project01 #mv .inner .main_img .ttl_block .ttl,
  #project02 #mv .inner .main_img .ttl_block .ttl,
  #project03 #mv .inner .main_img .ttl_block .ttl,
  #project04 #mv .inner .main_img .ttl_block .ttl {
    color: #18559d;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1;
  }

  #project01 #mv .inner .main_img .ttl_block h2,
  #project02 #mv .inner .main_img .ttl_block h2,
  #project03 #mv .inner .main_img .ttl_block h2,
  #project04 #mv .inner .main_img .ttl_block h2 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  #project01 #mv .inner .main_img .ttl_block .sub,
  #project02 #mv .inner .main_img .ttl_block .sub,
  #project03 #mv .inner .main_img .ttl_block .sub,
  #project04 #mv .inner .main_img .ttl_block .sub {
    font-size: 18px;
    font-weight: bold;
  }

  #project01 #mv .inner .main_img .ttl_block .kazari1,
  #project02 #mv .inner .main_img .ttl_block .kazari1,
  #project03 #mv .inner .main_img .ttl_block .kazari1,
  #project04 #mv .inner .main_img .ttl_block .kazari1 {
    width: 66px;
    height: 66px;
    background-image: url(../img/work/project/kazari1.svg);
    right: -11px;
    bottom: -8px;
  }

  #project01 #mv .inner .breadcrumb,
  #project02 #mv .inner .breadcrumb,
  #project03 #mv .inner .breadcrumb,
  #project04 #mv .inner .breadcrumb {
    max-width: 1680px;
    margin: 20px auto 0;
  }

  #project01 #intro,
  #project02 #intro,
  #project03 #intro,
  #project04 #intro {
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  #project01 #intro::before,
  #project02 #intro::before,
  #project03 #intro::before,
  #project04 #intro::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 108px);
    background: #f0f3f6;
    position: absolute;
    top: -108px;
    left: 0;
    border-bottom-right-radius: 100px;
    z-index: -1;
  }

  #project01 #intro::after,
  #project02 #intro::after,
  #project03 #intro::after,
  #project04 #intro::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/radius_top_left_bg.svg) no-repeat top left/contain;
    position: absolute;
    top: 100%;
    left: 0;
  }

  #project01 #intro .inner,
  #project02 #intro .inner,
  #project03 #intro .inner,
  #project04 #intro .inner {
    max-width: 1232px;
  }

  #project01 #intro .inner .ttl,
  #project02 #intro .inner .ttl,
  #project03 #intro .inner .ttl,
  #project04 #intro .inner .ttl {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 55px;
  }

  #project01 #intro .inner .ttl .en,
  #project02 #intro .inner .ttl .en,
  #project03 #intro .inner .ttl .en,
  #project04 #intro .inner .ttl .en {
    color: #fff;
    font-size: 150px;
    font-family: "PT Sans", sans-serif;
    z-index: -1;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
  }

  #project01 #intro .inner .ttl h2,
  #project02 #intro .inner .ttl h2,
  #project03 #intro .inner .ttl h2,
  #project04 #intro .inner .ttl h2 {
    font-size: 30px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #project01 #intro .inner .desc,
  #project02 #intro .inner .desc,
  #project03 #intro .inner .desc,
  #project04 #intro .inner .desc {
    line-height: 2;
    text-align: justify;
  }

  #project01 #intro .inner .member,
  #project02 #intro .inner .member,
  #project03 #intro .inner .member,
  #project04 #intro .inner .member {
    margin-top: 40px;
  }

  #project01 #intro .inner .member h3,
  #project02 #intro .inner .member h3,
  #project03 #intro .inner .member h3,
  #project04 #intro .inner .member h3 {
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0.07em;
  }

  #project01 #intro .inner .member ul,
  #project02 #intro .inner .member ul,
  #project03 #intro .inner .member ul,
  #project04 #intro .inner .member ul {
    display: flex;
    justify-content: center;
  }

  #project01 #intro .inner .member ul li,
  #project02 #intro .inner .member ul li,
  #project03 #intro .inner .member ul li,
  #project04 #intro .inner .member ul li {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 25px 30px;
    width: 470px;
  }

  #project01 #intro .inner .member ul li .img,
  #project02 #intro .inner .member ul li .img,
  #project03 #intro .inner .member ul li .img,
  #project04 #intro .inner .member ul li .img {
    width: 146px;
    margin-right: 32px;
    flex-shrink: 0;
  }

  #project01 #intro .inner .member ul li .txt,
  #project02 #intro .inner .member ul li .txt,
  #project03 #intro .inner .member ul li .txt,
  #project04 #intro .inner .member ul li .txt {
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #project01 #intro .inner .member ul li .txt .year,
  #project02 #intro .inner .member ul li .txt .year,
  #project03 #intro .inner .member ul li .txt .year,
  #project04 #intro .inner .member ul li .txt .year {
    font-size: 14px;
    margin-bottom: 7px;
  }

  #project01 #intro .inner .member ul li .txt .position,
  #project02 #intro .inner .member ul li .txt .position,
  #project03 #intro .inner .member ul li .txt .position,
  #project04 #intro .inner .member ul li .txt .position {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #project01 #intro .inner .member ul li .txt .name,
  #project02 #intro .inner .member ul li .txt .name,
  #project03 #intro .inner .member ul li .txt .name,
  #project04 #intro .inner .member ul li .txt .name {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
  }

  #project01 #intro .inner .member ul li:not(:last-child),
  #project02 #intro .inner .member ul li:not(:last-child),
  #project03 #intro .inner .member ul li:not(:last-child),
  #project04 #intro .inner .member ul li:not(:last-child) {
    margin-right: 40px;
  }

  #project01 .story_sec,
  #project02 .story_sec,
  #project03 .story_sec,
  #project04 .story_sec {
    padding-top: 100px;
  }

  #project01 .story_sec .inner,
  #project02 .story_sec .inner,
  #project03 .story_sec .inner,
  #project04 .story_sec .inner {
    max-width: 1440px;
  }

  #project01 .story_sec .inner .row,
  #project02 .story_sec .inner .row,
  #project03 .story_sec .inner .row,
  #project04 .story_sec .inner .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  #project01 .story_sec .inner .row .txt,
  #project02 .story_sec .inner .row .txt,
  #project03 .story_sec .inner .row .txt,
  #project04 .story_sec .inner .row .txt {
    width: 52.7%;
    padding-left: 3.6%;
  }

  #project01 .story_sec .inner .row .txt .num,
  #project02 .story_sec .inner .row .txt .num,
  #project03 .story_sec .inner .row .txt .num,
  #project04 .story_sec .inner .row .txt .num {
    color: #18559d;
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  #project01 .story_sec .inner .row .txt .num::before,
  #project02 .story_sec .inner .row .txt .num::before,
  #project03 .story_sec .inner .row .txt .num::before,
  #project04 .story_sec .inner .row .txt .num::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url(../img/work/project/icon_theme_num.svg) no-repeat center/contain;
    margin-right: 8px;
  }

  #project01 .story_sec .inner .row .txt h2,
  #project02 .story_sec .inner .row .txt h2,
  #project03 .story_sec .inner .row .txt h2,
  #project04 .story_sec .inner .row .txt h2 {
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 35px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  #project01 .story_sec .inner .row .txt .txt_row,
  #project02 .story_sec .inner .row .txt .txt_row,
  #project03 .story_sec .inner .row .txt .txt_row,
  #project04 .story_sec .inner .row .txt .txt_row {
    display: flex;
  }

  #project01 .story_sec .inner .row .txt .txt_row .icon,
  #project02 .story_sec .inner .row .txt .txt_row .icon,
  #project03 .story_sec .inner .row .txt .txt_row .icon,
  #project04 .story_sec .inner .row .txt .txt_row .icon {
    width: 70px;
    margin-right: 20px;
  }

  #project01 .story_sec .inner .row .txt .txt_row .message,
  #project02 .story_sec .inner .row .txt .txt_row .message,
  #project03 .story_sec .inner .row .txt .txt_row .message,
  #project04 .story_sec .inner .row .txt .txt_row .message {
    padding-top: 5px;
    width: calc(100% - 90px);
    line-height: 2;
  }

  #project01 .story_sec .inner .row .txt .txt_row:not(:last-child),
  #project02 .story_sec .inner .row .txt .txt_row:not(:last-child),
  #project03 .story_sec .inner .row .txt .txt_row:not(:last-child),
  #project04 .story_sec .inner .row .txt .txt_row:not(:last-child) {
    margin-bottom: 35px;
  }

  #project01 .story_sec .inner .row .img,
  #project02 .story_sec .inner .row .img,
  #project03 .story_sec .inner .row .img,
  #project04 .story_sec .inner .row .img {
    width: 42.6%;
  }

  #project01 .story_sec .inner .row .img img,
  #project02 .story_sec .inner .row .img img,
  #project03 .story_sec .inner .row .img img,
  #project04 .story_sec .inner .row .img img {
    border-radius: 16px;
    display: block;
  }

  #project01 .story_sec .inner .row .img img:not(:last-child),
  #project02 .story_sec .inner .row .img img:not(:last-child),
  #project03 .story_sec .inner .row .img img:not(:last-child),
  #project04 .story_sec .inner .row .img img:not(:last-child) {
    margin-bottom: 20px;
  }

  #project01 .story_sec .inner .row.reverse .txt,
  #project02 .story_sec .inner .row.reverse .txt,
  #project03 .story_sec .inner .row.reverse .txt,
  #project04 .story_sec .inner .row.reverse .txt {
    order: 2;
    padding-left: 0;
    padding-right: 3.6%;
  }

  #project01 .story_sec .inner .row.reverse .img,
  #project02 .story_sec .inner .row.reverse .img,
  #project03 .story_sec .inner .row.reverse .img,
  #project04 .story_sec .inner .row.reverse .img {
    order: 1;
  }

  #project01 .img_sec,
  #project02 .img_sec,
  #project03 .img_sec,
  #project04 .img_sec {
    margin-top: 120px;
  }

  #project01 .img_sec .inner,
  #project02 .img_sec .inner,
  #project03 .img_sec .inner,
  #project04 .img_sec .inner {
    width: 100%;
    position: relative;
  }

  #project01 .img_sec .inner .parallax,
  #project02 .img_sec .inner .parallax,
  #project03 .img_sec .inner .parallax,
  #project04 .img_sec .inner .parallax {
    position: absolute;
    background: no-repeat center/contain;
  }

  #project01 .img_sec .inner .parallax.kazari6,
  #project02 .img_sec .inner .parallax.kazari6,
  #project03 .img_sec .inner .parallax.kazari6,
  #project04 .img_sec .inner .parallax.kazari6 {
    width: 26px;
    height: 26px;
    background-image: url(../img/work/project/kazari6.svg);
    left: 2.4%;
    bottom: 13%;
  }

  #project01 .img_sec .inner .parallax.kazari7,
  #project02 .img_sec .inner .parallax.kazari7,
  #project03 .img_sec .inner .parallax.kazari7,
  #project04 .img_sec .inner .parallax.kazari7 {
    width: 160px;
    height: 44px;
    background-image: url(../img/work/project/kazari7.svg);
    left: 2.6%;
    bottom: -2.4%;
  }

  #project01 .img_sec .inner .parallax.kazari8,
  #project02 .img_sec .inner .parallax.kazari8,
  #project03 .img_sec .inner .parallax.kazari8,
  #project04 .img_sec .inner .parallax.kazari8 {
    width: 60px;
    height: 9px;
    background-image: url(../img/work/project/kazari8.svg);
    left: 10.7%;
    bottom: -7.17%;
  }

  #project01 .img_sec .inner .parallax.kazari9,
  #project02 .img_sec .inner .parallax.kazari9,
  #project03 .img_sec .inner .parallax.kazari9,
  #project04 .img_sec .inner .parallax.kazari9 {
    width: 47px;
    height: 87px;
    background-image: url(../img/work/project/kazari9.svg);
    top: -3.9%;
    right: 7.35%;
  }

  #project01 .img_sec .inner .parallax.kazari10,
  #project02 .img_sec .inner .parallax.kazari10,
  #project03 .img_sec .inner .parallax.kazari10,
  #project04 .img_sec .inner .parallax.kazari10 {
    width: 77px;
    height: 82px;
    background-image: url(../img/work/project/kazari10.svg);
    top: 2.57%;
    right: 3.26%;
  }

  #project01 #mv .inner .main_img {
    background-image: url(../img/work/project01/mv.jpg);
  }

  #project02 #mv .inner .main_img {
    background-image: url(../img/work/project02/mv.jpg);
  }

  #project02 #intro .inner .ttl .en {
    bottom: -19px;
  }

  #project03 #mv .inner .main_img {
    background-image: url(../img/work/project03/mv.jpg);
  }

  #project04 #mv .inner .main_img {
    background-image: url(../img/work/project04/mv.jpg);
  }

  @media (max-width: 1280px) {

    #project01 #mv,
    #project02 #mv,
    #project03 #mv,
    #project04 #mv {
      padding-top: 100px;
    }
  }

  @media (max-width: 1160px) {

    #project01 #intro,
    #project02 #intro,
    #project03 #intro,
    #project04 #intro {
      padding-top: 90px;
    }

    #project01 #intro .inner .ttl .en,
    #project02 #intro .inner .ttl .en,
    #project03 #intro .inner .ttl .en,
    #project04 #intro .inner .ttl .en {
      font-size: 100px;
    }
  }

  @media (max-width: 1100px) {

    #project01 #intro .inner .member ul,
    #project02 #intro .inner .member ul,
    #project03 #intro .inner .member ul,
    #project04 #intro .inner .member ul {
      flex-direction: column;
      align-items: center;
    }

    #project01 #intro .inner .member ul li:not(:last-child),
    #project02 #intro .inner .member ul li:not(:last-child),
    #project03 #intro .inner .member ul li:not(:last-child),
    #project04 #intro .inner .member ul li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 10px;
    }

    #project01 .story_sec .inner .row .txt,
    #project02 .story_sec .inner .row .txt,
    #project03 .story_sec .inner .row .txt,
    #project04 .story_sec .inner .row .txt {
      padding-left: 0;
    }

    #project01 .story_sec .inner .row.reverse .txt,
    #project02 .story_sec .inner .row.reverse .txt,
    #project03 .story_sec .inner .row.reverse .txt,
    #project04 .story_sec .inner .row.reverse .txt {
      padding-right: 0;
    }
  }

  @media (max-width: 768px) {

    #project01 #mv,
    #project02 #mv,
    #project03 #mv,
    #project04 #mv {
      padding-top: 85px;
    }

    #project01 #mv .inner,
    #project02 #mv .inner,
    #project03 #mv .inner,
    #project04 #mv .inner {
      width: 100%;
    }

    #project01 #mv .inner .sec_ttl,
    #project02 #mv .inner .sec_ttl,
    #project03 #mv .inner .sec_ttl,
    #project04 #mv .inner .sec_ttl {
      margin-bottom: 15px;
      padding-right: 5%;
    }

    #project01 #mv .inner .main_img,
    #project02 #mv .inner .main_img,
    #project03 #mv .inner .main_img,
    #project04 #mv .inner .main_img {
      height: auto;
      min-height: auto;
      border-radius: 0;
      aspect-ratio: 75/80;
    }

    #project01 #mv .inner .main_img .ttl_block,
    #project02 #mv .inner .main_img .ttl_block,
    #project03 #mv .inner .main_img .ttl_block,
    #project04 #mv .inner .main_img .ttl_block {
      padding: 20px 20px 25px;
      border-radius: 0 8px 8px 0;
      left: 0;
      top: unset;
      bottom: 15px;
      transform: none;
      width: 85%;
    }

    #project01 #mv .inner .main_img .ttl_block .ttl,
    #project02 #mv .inner .main_img .ttl_block .ttl,
    #project03 #mv .inner .main_img .ttl_block .ttl,
    #project04 #mv .inner .main_img .ttl_block .ttl {
      font-size: 12px;
      margin-bottom: 10px;
    }

    #project01 #mv .inner .main_img .ttl_block h2,
    #project02 #mv .inner .main_img .ttl_block h2,
    #project03 #mv .inner .main_img .ttl_block h2,
    #project04 #mv .inner .main_img .ttl_block h2 {
      font-size: 22px;
      margin-bottom: 5px;
    }

    #project01 #mv .inner .main_img .ttl_block .sub,
    #project02 #mv .inner .main_img .ttl_block .sub,
    #project03 #mv .inner .main_img .ttl_block .sub,
    #project04 #mv .inner .main_img .ttl_block .sub {
      font-size: 13px;
    }

    #project01 #mv .inner .main_img .ttl_block .parallax.kazari1,
    #project02 #mv .inner .main_img .ttl_block .parallax.kazari1,
    #project03 #mv .inner .main_img .ttl_block .parallax.kazari1,
    #project04 #mv .inner .main_img .ttl_block .parallax.kazari1 {
      width: 33px;
      height: 33px;
      bottom: -5px;
      right: -5px;
    }

    #project01 #mv .inner .main_img .parallax.kazari2,
    #project02 #mv .inner .main_img .parallax.kazari2,
    #project03 #mv .inner .main_img .parallax.kazari2,
    #project04 #mv .inner .main_img .parallax.kazari2 {
      display: none;
    }

    #project01 #mv .inner .main_img .parallax.kazari3,
    #project02 #mv .inner .main_img .parallax.kazari3,
    #project03 #mv .inner .main_img .parallax.kazari3,
    #project04 #mv .inner .main_img .parallax.kazari3 {
      width: 8px;
      height: 27.5px;
      right: 2%;
      bottom: 12.5%;
    }

    #project01 #mv .inner .main_img .parallax.kazari4,
    #project02 #mv .inner .main_img .parallax.kazari4,
    #project03 #mv .inner .main_img .parallax.kazari4,
    #project04 #mv .inner .main_img .parallax.kazari4 {
      width: 50px;
      height: 68px;
      right: -2.4%;
      bottom: -6.375%;
    }

    #project01 #mv .inner .main_img .parallax.kazari5,
    #project02 #mv .inner .main_img .parallax.kazari5,
    #project03 #mv .inner .main_img .parallax.kazari5,
    #project04 #mv .inner .main_img .parallax.kazari5 {
      width: 13px;
      height: 13px;
      right: 5.3%;
      bottom: -8.75%;
    }

    #project01 #mv .inner .breadcrumb,
    #project02 #mv .inner .breadcrumb,
    #project03 #mv .inner .breadcrumb,
    #project04 #mv .inner .breadcrumb {
      width: 90%;
      margin-top: 15px;
    }

    #project01 #intro,
    #project02 #intro,
    #project03 #intro,
    #project04 #intro {
      padding-top: 70px;
      padding-bottom: 50px;
    }

    #project01 #intro::before,
    #project02 #intro::before,
    #project03 #intro::before,
    #project04 #intro::before {
      border-radius: 0 0 40px 0;
    }

    #project01 #intro::after,
    #project02 #intro::after,
    #project03 #intro::after,
    #project04 #intro::after {
      width: 40px;
      height: 40px;
    }

    #project01 #intro .inner .ttl,
    #project02 #intro .inner .ttl,
    #project03 #intro .inner .ttl,
    #project04 #intro .inner .ttl {
      margin-bottom: 40px;
    }

    #project01 #intro .inner .ttl .en,
    #project02 #intro .inner .ttl .en,
    #project03 #intro .inner .ttl .en,
    #project04 #intro .inner .ttl .en {
      font-size: 68px;
      bottom: -30px;
    }

    #project01 #intro .inner .ttl h2,
    #project02 #intro .inner .ttl h2,
    #project03 #intro .inner .ttl h2,
    #project04 #intro .inner .ttl h2 {
      font-size: 18px;
    }

    #project01 #intro .inner .desc,
    #project02 #intro .inner .desc,
    #project03 #intro .inner .desc,
    #project04 #intro .inner .desc {
      font-size: 14px;
      line-height: 1.8;
    }

    #project01 #intro .inner .member h3,
    #project02 #intro .inner .member h3,
    #project03 #intro .inner .member h3,
    #project04 #intro .inner .member h3 {
      font-size: 21px;
    }

    #project01 #intro .inner .member ul li,
    #project02 #intro .inner .member ul li,
    #project03 #intro .inner .member ul li,
    #project04 #intro .inner .member ul li {
      max-width: 100%;
      padding: 16px 17px;
      border-radius: 4px;
    }

    #project01 #intro .inner .member ul li .img,
    #project02 #intro .inner .member ul li .img,
    #project03 #intro .inner .member ul li .img,
    #project04 #intro .inner .member ul li .img {
      width: 100px;
      margin-right: 15px;
    }

    #project01 #intro .inner .member ul li .txt .year,
    #project02 #intro .inner .member ul li .txt .year,
    #project03 #intro .inner .member ul li .txt .year,
    #project04 #intro .inner .member ul li .txt .year {
      font-size: 12px;
      margin-bottom: 4px;
    }

    #project01 #intro .inner .member ul li .txt .position,
    #project02 #intro .inner .member ul li .txt .position,
    #project03 #intro .inner .member ul li .txt .position,
    #project04 #intro .inner .member ul li .txt .position {
      font-size: 13px;
      margin-bottom: 7px;
    }

    #project01 #intro .inner .member ul li .txt .name,
    #project02 #intro .inner .member ul li .txt .name,
    #project03 #intro .inner .member ul li .txt .name,
    #project04 #intro .inner .member ul li .txt .name {
      font-size: 21px;
    }

    #project01 .story_sec,
    #project02 .story_sec,
    #project03 .story_sec,
    #project04 .story_sec {
      padding-top: 40px;
    }

    #project01 .story_sec .inner .row,
    #project02 .story_sec .inner .row,
    #project03 .story_sec .inner .row,
    #project04 .story_sec .inner .row {
      flex-direction: column;
    }

    #project01 .story_sec .inner .row .txt,
    #project02 .story_sec .inner .row .txt,
    #project03 .story_sec .inner .row .txt,
    #project04 .story_sec .inner .row .txt {
      width: 100%;
    }

    #project01 .story_sec .inner .row .txt .num,
    #project02 .story_sec .inner .row .txt .num,
    #project03 .story_sec .inner .row .txt .num,
    #project04 .story_sec .inner .row .txt .num {
      font-size: 12px;
      margin-bottom: 12px;
    }

    #project01 .story_sec .inner .row .txt .num::before,
    #project02 .story_sec .inner .row .txt .num::before,
    #project03 .story_sec .inner .row .txt .num::before,
    #project04 .story_sec .inner .row .txt .num::before {
      width: 10px;
      height: 10px;
      margin-right: 5px;
    }

    #project01 .story_sec .inner .row .txt h2,
    #project02 .story_sec .inner .row .txt h2,
    #project03 .story_sec .inner .row .txt h2,
    #project04 .story_sec .inner .row .txt h2 {
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 17px;
    }

    #project01 .story_sec .inner .row .txt .txt_row .icon,
    #project02 .story_sec .inner .row .txt .txt_row .icon,
    #project03 .story_sec .inner .row .txt .txt_row .icon,
    #project04 .story_sec .inner .row .txt .txt_row .icon {
      width: 46px;
      margin-right: 9px;
    }

    #project01 .story_sec .inner .row .txt .txt_row .message,
    #project02 .story_sec .inner .row .txt .txt_row .message,
    #project03 .story_sec .inner .row .txt .txt_row .message,
    #project04 .story_sec .inner .row .txt .txt_row .message {
      width: calc(100% - 55px);
      font-size: 14px;
      line-height: 1.8;
    }

    #project01 .story_sec .inner .row .txt .txt_row:not(:last-child),
    #project02 .story_sec .inner .row .txt .txt_row:not(:last-child),
    #project03 .story_sec .inner .row .txt .txt_row:not(:last-child),
    #project04 .story_sec .inner .row .txt .txt_row:not(:last-child) {
      margin-bottom: 30px;
    }

    #project01 .story_sec .inner .row .txt .sp_img,
    #project02 .story_sec .inner .row .txt .sp_img,
    #project03 .story_sec .inner .row .txt .sp_img,
    #project04 .story_sec .inner .row .txt .sp_img {
      margin-bottom: 25px;
    }

    #project01 .story_sec .inner .row .sp_img,
    #project02 .story_sec .inner .row .sp_img,
    #project03 .story_sec .inner .row .sp_img,
    #project04 .story_sec .inner .row .sp_img {
      margin-top: 34px;
      width: 100%;
    }

    #project01 .story_sec .inner .row .sp_img img,
    #project02 .story_sec .inner .row .sp_img img,
    #project03 .story_sec .inner .row .sp_img img,
    #project04 .story_sec .inner .row .sp_img img {
      border-radius: 8px;
    }

    #project01 .story_sec .inner .row.reverse .sp_img,
    #project02 .story_sec .inner .row.reverse .sp_img,
    #project03 .story_sec .inner .row.reverse .sp_img,
    #project04 .story_sec .inner .row.reverse .sp_img {
      order: 2;
    }

    #project01 .story_sec .inner .row.reverse .txt,
    #project02 .story_sec .inner .row.reverse .txt,
    #project03 .story_sec .inner .row.reverse .txt,
    #project04 .story_sec .inner .row.reverse .txt {
      order: 1;
    }

    #project01 .img_sec,
    #project02 .img_sec,
    #project03 .img_sec,
    #project04 .img_sec {
      margin-top: 60px;
      margin-bottom: 20px;
    }

    #project01 .img_sec .inner .parallax.kazari6,
    #project02 .img_sec .inner .parallax.kazari6,
    #project03 .img_sec .inner .parallax.kazari6,
    #project04 .img_sec .inner .parallax.kazari6 {
      width: 13px;
      height: 13px;
      left: 0.5%;
      bottom: 20.5%;
    }

    #project01 .img_sec .inner .parallax.kazari7,
    #project02 .img_sec .inner .parallax.kazari7,
    #project03 .img_sec .inner .parallax.kazari7,
    #project04 .img_sec .inner .parallax.kazari7 {
      width: 80px;
      height: 22px;
      left: 2.4%;
      bottom: -4.8%;
    }

    #project01 .img_sec .inner .parallax.kazari8,
    #project02 .img_sec .inner .parallax.kazari8,
    #project03 .img_sec .inner .parallax.kazari8,
    #project04 .img_sec .inner .parallax.kazari8 {
      width: 30px;
      height: 4.5px;
      left: 17.4%;
      bottom: -17.3%;
    }

    #project01 .img_sec .inner .parallax.kazari9,
    #project02 .img_sec .inner .parallax.kazari9,
    #project03 .img_sec .inner .parallax.kazari9,
    #project04 .img_sec .inner .parallax.kazari9 {
      width: 23.5px;
      height: 43.5px;
      right: 9.6%;
      top: -22.5%;
    }

    #project01 .img_sec .inner .parallax.kazari10,
    #project02 .img_sec .inner .parallax.kazari10,
    #project03 .img_sec .inner .parallax.kazari10,
    #project04 .img_sec .inner .parallax.kazari10 {
      width: 38.5px;
      height: 41px;
      right: 1%;
      top: -9.6%;
    }

    #project01 #mv .inner .main_img {
      background-image: url(../img/work/project01/mv_sp.jpg);
    }

    #project02 #mv .inner .main_img {
      background-image: url(../img/work/project02/mv_sp.jpg);
    }

    #project03 #mv .inner .main_img {
      background-image: url(../img/work/project03/mv_sp.jpg);
    }

    #project04 #mv .inner .main_img {
      background-image: url(../img/work/project04/mv_sp.jpg);
    }
  }

  /*ÃƒÂ¨Ã‚Â¿Ã‚Â½ÃƒÂ¥Ã…Â Ã‚Â */
  #top #concept {
    padding: 160px 0 40px;
  }

  #top #concept .sec_wantedly {
    margin-top: 200px;
  }

  #top #concept .sec_wantedly .wantedly_block {
    max-width: 1680px;
    /* padding-bottom: 140px; */
    position: relative;
    width: 88%;
    margin: 0 auto;
  }

  #top .sec_wantedly .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }

  #top #concept .wantedly_block .wrap {
    /* display: flex; */
  }

  #top #concept .wantedly_block .wrap .desc {
    float: left;
    width: 33.7%;
    line-height: 1.8;
    padding-right: 5%;
    position: relative;
    z-index: 3;
  }

  #top #concept .wantedly_block .wrap .desc a.link {
    color: #0859a8;
    border-bottom: 1px solid;
  }

  #top #concept .wantedly_block .wrap .desc a.link:hover {
    opacity: 0.8;
  }

  #top #concept .wantedly_block .wrap .btn {
    margin-top: 40px;
  }

  #top #concept .wantedly_block .wrap .btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 360px;
    height: 74px;
    background: #eaeff3;
    border-radius: 6px;
    padding-left: 27px;
    padding-right: 12px;
    font-size: 19px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    position: relative;
    z-index: 1;
  }

  #top #concept .wantedly_block .wrap .btn a span {
    position: relative;
    display: flex;
    align-items: center;
  }

  #top #concept .wantedly_block .wrap .btn a span::after {
    content: "";
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    background: url(../img/icon_blank_black.svg) no-repeat center / contain;
    margin-left: 10px;
  }

  #top #concept .wantedly_block .wrap .btn a::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.4s;
  }

  #top #concept .wantedly_block .wrap .btn a::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #18559d, #fd452d);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) scale(0);
    z-index: -1;
    transition: 0.4s;
  }

  #top #concept .wantedly_block .wrap .btn a i {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
  }

  #top #concept .wantedly_block .wrap .btn a i::before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_black2.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #top #concept .wantedly_block .wrap .btn a i::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #concept .wantedly_block .wrap .btn a:hover {
      background: #e4e9ee;
    }

    #top #concept .wantedly_block .wrap .btn a:hover i::after {
      opacity: 1;
    }

    #top #concept .wantedly_block .wrap .btn a:hover::before {
      transform: translateY(-50%) scale(0);
    }

    #top #concept .wantedly_block .wrap .btn a:hover::after {
      transform: translateY(-50%) scale(1);
    }
  }

  #top #concept .wantedly_block .wrap .wantedly_slider {
    margin-right: calc(50% - 50vw);
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide {
    width: 20.625rem;
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a {
    border: 0.0625rem solid #dbdfe3;
    border-radius: 0.625rem;
    margin-right: 1.875rem;
    overflow: hidden;
    display: block;
    height: 100%;
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-img_box {
    border-radius: 0.625rem 0.625rem 0 0;
    overflow: hidden;
    padding-top: 67%;
    position: relative;
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-img_box img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: auto;
    width: initial;
    object-fit: cover;
    object-position: center;
    z-index: 2;
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-img_box .card-img-back {
    -o-object-fit: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }

  @media (hover: hover) and (pointer: fine) {
    #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a:hover .card-img_box img {
      transform: translate(-50%, -50%) scale(1.04);
    }
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-box {
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 1.5625rem 1.25rem 1.4375rem 1.125rem;
    text-align: left;
  }

  #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-box_ttl {
    font-size: 15px;
    font-weight: 500;
  }

  #top .wantedly_slider_wrapper {
    position: relative;
    padding-bottom: 100px;
  }

  /* ÃƒÂ©Ã¢â€šÂ¬Ã‚Â²ÃƒÂ¦Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â³ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã†â€™Ã…Â  */
  #top .wantedly_slider_pagination {
    display: flex;
    align-items: center;
    gap: 30px;
    width: calc(100% - 33.7%);
    margin-right: 0;
    margin-left: auto;
    margin-top: 30px;
  }

  /* ÃƒÂ©Ã¢â€šÂ¬Ã‚Â²ÃƒÂ¦Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â³ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã†â€™Ã…Â  */
  #top .wantedly_slider_progress_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  /* ÃƒÂ©Ã¢â€šÂ¬Ã‚Â²ÃƒÂ¦Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â¼ */
  #top .wantedly_slider_progress {
    flex-grow: 1;
    height: 5px;
    background: #e0e0e0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 30%;
  }

  #top .wantedly_slider_progress_bar {
    height: 100%;
    width: 0;
    background: #1c63b9;
    /* ÃƒÂ©Ã¢â€šÂ¬Ã‚Â²ÃƒÂ¦Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
    transition: width 0.3s ease;
  }

  #top .wantedly_slider_pagination .btn_box {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 3rem;
  }

  #top .wantedly_slider_pagination .btn_box .wantedly_slider_prev,
  #top .wantedly_slider_pagination .btn_box .wantedly_slider_next {
    background: #fff;
    border: 0.0625rem solid #939ba2;
    border-radius: 50%;
    cursor: pointer;
    height: 3rem;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    width: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #top .wantedly_slider_pagination .btn_box .wantedly_slider_prev::before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: no-repeat center / contain;
    background-image: url(../img/arrow_left_black.svg);
  }

  #top .wantedly_slider_pagination .btn_box .wantedly_slider_next::before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: no-repeat center / contain;
    background-image: url(../img/arrow_right_black.svg);
  }

  #top .wantedly_slider_pagination button.disabled {
    opacity: 0.3;
    cursor: default !important;
  }

  #top .wantedly_slider_pagination button:hover {
    opacity: 0.5;
  }

  #top .wantedly_slider_pagination button.disabled:hover {
    opacity: 0.3;
  }

  #top #concept .wantedly_block .wrap .btn.sp_btn {
    display: none;
  }

  /*ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â°ÃƒÂ£Ã†â€™Ã‚Â­ÃƒÂ£Ã†â€™Ã…Â ÃƒÂ£Ã†â€™Ã¢â‚¬Å“ ÃƒÂ¨Ã‚ÂªÃ‚Â¿ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´*/
  header .inner nav .menu>li>a.blank span {
    position: relative;
  }

  header .inner nav .menu>li.has_child .sub_menu li a.blank span {
    position: relative;
    font-size: 17px;
    line-height: 1.22;
    font-feature-settings: unset;
    letter-spacing: 0;
    font-weight: bold;
    padding-top: 0;
    margin-bottom: 0;
  }

  header .inner nav .menu>li.has_child .sub_menu li a.blank span::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    background: url(../img/icon_blank_black.svg) no-repeat center / contain;
    margin-left: 10px;
    transform: translateY(-50%);
  }

  @media (hover: hover) and (pointer: fine) {
    header .inner nav .menu>li.has_child .sub_menu li a.blank:hover span::after {
      background: url(../img/icon_blank_red.svg) no-repeat center / contain;
    }
  }

  @media (max-width: 768px) {
    #top #concept {
      padding: 60px 0 0;
    }

    #top #concept .sec_wantedly {
      margin-top: 80px;
    }

    #top .sec_wantedly .ttl {
      margin-bottom: 30px;
    }

    #top #concept .wantedly_block .wrap .desc {
      float: inherit;
      width: 100%;
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 35px;
    }

    #top #concept .wantedly_block .wrap .desc .btn.pc_btn {
      display: none;
    }

    #top #concept .wantedly_block .wrap .btn.sp_btn {
      display: block;
    }

    #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a {
      border-radius: 0.3125rem;
      margin-right: 1.625rem;
    }

    #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-img_box {
      border-radius: 0.25rem 0.25rem 0 0;
    }

    #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-box {
      padding: 0.9375rem 1rem 0.9375rem 1rem;
    }

    #top #concept .wantedly_block .wrap .wantedly_slider .wantedly_slide a .card-box_ttl {
      font-size: 14px;
    }

    #top .wantedly_slider_wrapper {
      padding-bottom: 30px;
    }

    #top .wantedly_slider_pagination {
      width: 100%;
      margin-top: 20px;
    }

    #top .wantedly_slider_pagination .btn_box {
      gap: 15px;
      height: 2.5rem;
    }

    #top .wantedly_slider_pagination .btn_box .wantedly_slider_prev,
    #top .wantedly_slider_pagination .btn_box .wantedly_slider_next {
      height: 2.5rem;
      width: 2.5rem;
    }

    #top #concept .wantedly_block .wrap .btn {
      margin-top: 0;
      margin-bottom: 80px;
    }

    #top #concept .wantedly_block .wrap .btn a {
      width: 68vw;
      height: 56px;
      font-size: 15px;
      border-radius: 3px;
    }

    #top #concept .wantedly_block .wrap .btn a::before {
      width: 34px;
      height: 34px;
    }

    #top #concept .wantedly_block .wrap .btn a i {
      width: 34px;
      height: 34px;
    }

    header .inner nav .menu>li.has_child .sub_menu li a.blank span {
      font-size: 15px;
      position: relative;
      height: auto;
      white-space: normal;
    }

  }




  .hakobu {
    margin-top: 100px;
  }

  .hakobu .wrap {
    background: #0859a8;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2em 3em;
    position: relative;
    color: #fff;
    border-radius: 1em;
  }

  .hakobu .wrap .hakobu_left {
    display: flex;
    flex-direction: column;
    width: 70%;
  }







  .hakobu .wrap h2 {
    font-size: 2em;
    line-height: 2.5 !important;
    color: #fff
  }

  .hakobu .wrap p {
    font-size: 1.2em;
  }

  .hakobu .wrap img.hakobuImg {
    position: absolute;
    right: 30px;
    top: -95px;
    width: 350px;
  }



  .hakobu .wrap .telA {
    font-size: 2.2em;
    font-weight: 600;
  }

  .hakobu .wrap .telA a {
    font-size: 1.8em;
    font-weight: 600;
  }

  .hakobu .wrap .telA:before {
    content: '';
    font-family: 'Font Awesome 6 pro';
    content: "\f4d2";
    font-size: 1.38em;
    padding-right: 10px;
  }



  @media (max-width: 600px) {

    .hakobu .wrap {
      border-radius: 0em;
    }

    .hakobu .wrap .hakobu_left {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    .hakobu .wrap h2 {
      font-size: 2em;
      line-height: 2.5 !important;
      color: #fff
    }

    .hakobu .wrap p {
      font-size: 1.0em;
    }



    .hakobu .wrap img.hakobuImg {
      position: absolute;
      right: 20px;
      top: -100px;
      width: 150px;
    }

    .hakobu .wrap .telA {
      font-size: 1.2em;
      font-weight: 600;
    }


  }



  footer .sns_box {
    margin-top: 40px;
  }

  footer .sns_box .sns_list {
    justify-content: flex-end;
    gap: 15px;
  }

  footer .sns_box .sns_list .sns_list_item {
    max-width: 190px;
    margin-right: 0 !important;
  }

  footer .sns_box .sns_list .sns_list_item a {}

  footer .sns_box .sns_list .sns_list_item a img {
    border-radius: 5px;
    overflow: hidden;
  }




  a.btnTelA {
    font-size: 1.6rem !important;
  }

  @media screen and (min-width: 64em) {
    a.btnTelA {
      font-size: 2.2rem !important;
    }
  }



  a.btnTelA:hover {
    /* border-bottom: #14357b 1px solid; */
    color: #123d83;
  }

  a.btnTelA:before {
    font-size: 14px;
    font-family: 'Font Awesome 6 pro';
    content: "\f4d2";
    font-size: 27px;
    padding-right: 8px;
    line-height: 2;
    color: #0859a8;
  }






  a.btnTel {
    font-size: 1.6rem !important;
  }

  @media screen and (min-width: 64em) {
    a.btnTel {
      font-size: 2.2rem !important;
    }
  }



  a.btnTel:hover {
    /* border-bottom: #14357b 1px solid; */
    color: #123d83;
  }

  a.btnTel:before {
    font-size: 14px;
    font-family: 'Font Awesome 6 pro';
    content: "\f4d2";
    font-size: 27px;
    padding-right: 8px;
    line-height: 2;
    color: #0859a8;
  }

  a.btnMail {
    color: #242e76;
    background: #fff;
    border-color: #14357b;
    text-align: center;
    font-size: 25px;
    line-height: 1.8;
    border-radius: 1.5em;
    padding: 5px 0;
    height: 55px;
  }

  a.btnMail:hover {
    color: #fff;
    background: #242e76;
    border: #fff 2px solid;
  }

  a.btnMail:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f0e0";
    font-size: 20px;
    padding-right: 10px;
  }



  @media screen and (min-width: 64em) {

    a.btnTel {
      font-size: 1.5rem !important;
    }
  }





  .l-footer {
    background-color: #ffffff;
    padding-top: 3.75rem;
    padding-bottom: 3rem;
    position: relative;
    padding-bottom: 0;
  }

  @media screen and (min-width: 64em) {
    .l-footer {
      padding-top: 6.5rem;
      padding-bottom: 1.75rem;
      padding-bottom: 0;
      padding: 1.5em 1.5em 0;
      width: 100%;
    }
  }

  .l-footer__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    background: #0859a8;
    padding-bottom: 20px;
    padding-top: 20px;
  }




  @media screen and (min-width: 30em) {
    .l-footer__inner {
      /* max-width: 1328px; */
      padding-right: 40px;
      padding-left: 40px;
      background: #0859a8;
      padding: 40px;
      border-radius: 0.5em;
      /* position: relative; */
    }
  }



  .l-footer__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    background: #fff;
    border-radius: 0.5em;
    padding: 20px;
    /* width: 90%; */
    flex-direction: column;
  }


  @media screen and (min-width: 64em) {
    .l-footer__wrapper {
      display: flex;
      justify-content: space-between;
      column-gap: 30px;
      background: #fff;
      border-radius: 0.5em;
      padding: 30px;
      flex-direction: column;
    }

  }



  /* 
@media screen and (max-width: 47.9375em) {
  .l-footer__item {
    margin-top: 2.5rem
  }


  .l-footer__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    background: #fff;
    border-radius: 0.5em;
    padding: 50px;
    flex-direction: row;
  }


  .l-footer__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 64px;
    row-gap: 2.5rem;
    background-color: #fff;
    padding: 30px;
    border-radius: 1em;
    justify-content: space-around;
  }
} */





  @media screen and (min-width: 64em) {

    .l-footer__wrapper {
      display: flex;
      justify-content: flex-start;
      column-gap: 10px;
      background: #fff;
      border-radius: 0.5em;
      padding: 30px;
      /* width: 90%; */
      flex-direction: row;
    }

  }



  .l-footer__item {
    width: 100%;
    border-top: 1px solid #eee;
    padding-bottom: 0;
  }





  @media screen and (min-width: 48em) {

    .l-footer__item {
      /* display: flex; */
      /* justify-content: flex-start; */
      /* column-gap: 64px; */
      /* column-gap: 10px; */
      /* row-gap: 2.5rem; */
      /* background-color: #fff; */
      /* padding: 30px; */
      /* border-radius: 1em; */
      /* width: 70%; */
      /* justify-content: space-around; */
      /* flex-direction: row; */
      width: 100%;
      border-top: 1px solid #eee;
    }


  }


  @media screen and (min-width: 64em) {

    .l-footer__item {
      display: flex;
      justify-content: flex-start;
      /* column-gap: 64px; */
      /* column-gap: 10px; */
      /* row-gap: 2.5rem; */
      /* background-color: #fff; */
      /* padding: 30px; */
      /* border-radius: 1em; */
      /* width: 70%; */
      /* justify-content: space-around; */
      /* flex-direction: row; */
    }


  }

  .l-footer__heading {
    grid-column: 1/2;
    grid-row: 1/5;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 100px;
  }


  @media screen and (min-width: 48em) {
    .l-footer__heading {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px;
      padding-bottom: 30px;
    }
  }



  @media screen and (min-width: 64em) {
    .l-footer__heading {
      text-align: center;
      padding-bottom: 0px;
    }
  }



  .l-footer__logo img {
    width: 200px;
    text-align: center;
  }


  /* 
@media screen and (min-width: 48em) {
  .l-footer__heading {
    padding-top: .5rem;
    width: 50%;
  }

}
 */


  @media screen and (min-width: 64em) {
    .l-footer__heading {
      padding-top: .5rem;
      width: 30%;
    }


    .l-footer__logo img {
      width: 200px;
      text-align: center;
    }

  }










  .l-footer__logo svg {
    display: flex;
    width: 208px;
    height: 27px
  }

  @media screen and (min-width: 64em) {
    .l-footer__logo svg {
      width: 256px;
      height: 33px
    }
  }

  .l-footer__address {
    margin-top: 2.0625rem
  }

  @media screen and (min-width: 64em) {
    .l-footer__address {
      margin-top: 1.5rem;
    }
  }

  .l-footer__address p {
    font-size: .8125rem;
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.8;
  }

  @media screen and (max-width: 47.9375em) {
    .l-footer__address ul {
      margin-top: .8125rem;
      column-gap: 16px;
      display: flex
    }
  }

  @media screen and (min-width: 48em) {
    .l-footer__address ul li {
      margin-top: .6875rem
    }
  }

  @media screen and (min-width: 48em) {
    /* .l-footer__address ul li:first-of-type {
        margin-top:1.125rem;
    } */
  }

  .l-footer__address dl {
    font-family: Inter, sans-serif;
    display: flex;
    column-gap: 8px
  }

  .l-footer__address dl dt {
    width: 31px;
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    letter-spacing: 0em;
    line-height: 1.25;
    font-weight: 500
  }

  .l-footer__address dl dt:after {
    content: ":"
  }

  .l-footer__address dl dd {
    font-family: Inter, sans-serif;
    font-size: .875rem;
    letter-spacing: .02em;
    line-height: 1;
    font-weight: 500
  }

  @media screen and (min-width: 48em) {
    .l-footer__address dl dd {
      font-size: .875rem;
      letter-spacing: .02em;
      line-height: 1;
      font-weight: 500
    }
  }

  .l-footer__contact {
    margin-top: 1.5rem
  }

  @media screen and (min-width: 48em) {
    .l-footer__contact {
      margin-top: 1.9375rem;
      margin-top: 0rem;
    }
  }

  /* @media screen and (max-width: 29.9375em) {
  .l-footer__navigation {
    border-top: 1px solid rgba(18, 61, 131, .2)
  }
}
 */

  /* .l-footer__navigation:last-child {
  border-top: none;
}
 */
  .l-footer__navigation li {
    list-style: none
  }


  .l-footer__navigation {
    display: flex;
    flex-direction: column;
    row-gap: 0.98em;
    width: 46%;
  }



  @media screen and (min-width: 48em) {

    .l-footer__navigation {
      display: flex;
      flex-direction: column;
      row-gap: 0.98em;
      /* width: 48%; */
    }
  }


  @media screen and (min-width: 64em) {
    .l-footer__navigation {
      width: 23%;
    }
  }

  /* 
@media screen and (max-width: 29.9375em) {
  .l-footer__menu {
    width: 100%
  }
}
 */
  /* @media screen and (max-width: 29.9375em) {
  .l-footer__menu .l-footerNavigation {
    border-top: 1px solid rgba(18, 61, 131, .2)
  }
}

@media screen and (max-width: 29.9375em) {
  .l-footer__menu .l-footerNavigation a:before {
    display: none
  }
}
 */
  .l-footer__link {
    margin-top: 3rem
  }

  @media screen and (max-width: 63.9375em) {
    .l-footer__link {
      display: flex;
      column-gap: 24px
    }
  }

  @media screen and (min-width: 64em) {
    .l-footer__link {
      margin-top: 4rem
    }
  }

  .l-footer__copyright {
    margin-top: 1.5rem
  }


  .l-footer__copyright .wrap {
    display: flex;
    flex-direction: column;
  }





  .l-footer__copyright {
    margin-top: .75rem;
    padding: 10px;
    margin-top: 0;
  }

  .l-footer__copyright .wrap {
    display: flex;
    align-items: center;
    align-content: space-around;
    flex-direction: column;
  }


  .l-footer__copyright .wrap .f_left,
  .l-footer__copyright .wrap .f_right {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
  }

  .l-footer__copyright .wrap .f_left .f_logo {
    width: 50px;
  }

  .l-footer__copyright .wrap .f_right {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: flex-end;
  }





  @media screen and (min-width: 64em) {

    .l-footer__copyright .wrap {
      display: flex;
      align-items: center;
      align-content: space-around;
      flex-direction: column;
    }



    .l-footer__copyright {
      margin-top: .75rem;
      padding: 20px 40px;
    }

    .l-footer__copyright .wrap {
      display: flex;
      flex-direction: row;
      align-items: center;
      align-content: space-around;
    }



    .l-footer__copyright .wrap .f_left,
    .l-footer__copyright .wrap .f_right {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 1em;
      justify-content: flex-end;
    }

    .l-footer__copyright .wrap .f_left {
      justify-content: flex-start;
    }

    .l-footer__copyright .wrap .f_right {
      justify-content: flex-end;
    }

    .l-footer__copyright .wrap .f_left .f_logo {
      width: 50px;
    }

    .l-footer__copyright .wrap .f_right {
      width: 50%;
      display: flex;
      align-items: center;
      gap: 1em;
      justify-content: flex-end;
    }

    .l-footer__copyright .wrap .f_left {
      width: 50%;
      display: flex;
      align-items: center;
      gap: 1em;
      justify-content: flex-start;
    }

  }

  .l-footer__copyright .wrap .f_right .f_sitmap {}

  .l-footer__copyright .wrap .f_right .f_sitmap ul {
    display: flex;
    gap: 1em;
    list-style: none;
    padding-right: 15px;
  }

  .l-footer__copyright .wrap .f_right .f_sitmap ul li {
    color: #0859a8;
    font-size: 0.8rem;
  }

  .l-footer__copyright .wrap .f_right .f_mark {
    width: 50px;
  }



  .l-footer__copyright span {
    font-size: .625rem;
    letter-spacing: .04em;
    line-height: 2.4;
    color: #0859a8;
  }

  .l-footer__return {
    position: absolute;
    bottom: 100px;
    right: 0;
    position: fixed;
    z-index: 10;
  }

  .l-footer__return a {
    z-index: 9999 !important;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #123d83;
    background-color: #e6f0f7;
    /* border-radius: 12px 0 0; */
    transition: background-color .3s ease, color .3s ease
  }

  .l-footer__return a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    font-family: 'Font Awesome 6 pro';
    content: "\f106";
  }



  @media (hover: hover) and (pointer: fine) {
    .l-footer__return a:hover {
      color: #fff;
      background-color: #534ba0
    }
  }

  @media screen and (min-width: 30em) {
    .l-footer__return a {
      width: 70px;
      height: 70px;
    }

    .l-footer__return a:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
      font-family: 'Font Awesome 6 pro';
      content: "\f106";
    }

  }

  .l-footer__return svg {
    width: 20px;
    height: 18px
  }


  .l-footerItem {
    margin-top: 1.5rem;
    display: flex;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
  }

  @media screen and (min-width: 64em) {
    .l-footerItem {
      margin-top: 2.5rem;
      display: flex;
      column-gap: 1rem;
      row-gap: 1rem;
      width: 100%;
    }
  }

  .f_recruit_set {
    position: relative;
    top: -550px;
    width: 100%;
    display: flex;
    right: 0;
    /* flex-direction: row; */
    justify-content: space-evenly;
  }

  .f_recruit_set img.Imgbtn {
    width: 250px;
  }

  .f_recruit_set img.Imgmen {
    width: 80px;
  }


  @media screen and (min-width: 48em) {

    .f_recruit_set {
      position: absolute;
      top: 100px;
      right: 80px;
      /* width: 300px; */
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-start;
    }

    .f_recruit_set img.Imgbtn {
      width: 300px;
    }

    .f_recruit_set img.Imgmen {
      width: 130px;
    }

  }




  @media screen and (min-width: 64em) {

    .f_recruit_set {
      position: absolute;
      top: 250px;
      right: 150px;
      width: 300px;
      display: flex;
      height: 150px;
      flex-direction: row;
    }

    .f_recruit_set img.Imgbtn {
      width: 250px;
    }

    .f_recruit_set img.Imgmen {
      width: 130px;
    }

  }



  .l-footerNavigation a {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 1rem;
    /* font-size: 15px!important; */
  }

  @media screen and (min-width: 64em) {
    .l-footerNavigation a {
      padding-bottom: .5rem;
      width: 146px;
    }
  }

  .l-footerNavigation a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #123d8333
  }

  .l-footerNavigation a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #534ba0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .6s ease
  }

  .l-footerNavigation__en {
    font-family: Inter, sans-serif;
    font-size: .6875rem;
    letter-spacing: 0em;
    line-height: 1.1818181818;
    font-weight: 500;
    display: block;
    color: #123d83;
    opacity: .5;
    transition: color .3s ease
  }

  .l-footerNavigation__ja {
    display: block;
    margin-top: .125rem;
    font-size: .8375rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 700;
    color: #831212;
    transition: color .3s ease
  }

  .l-footerNavigation__icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    /* color: #fff; */
    /* background-color: #123d83; */
    position: absolute
  }




  @media (hover: hover) and (pointer: fine) {
    .l-footerNavigation a:hover:after {
      transform-origin: left;
      transform: scale(1)
    }

    .l-footerNavigation a:hover .l-footerNavigation__en,
    .l-footerNavigation a:hover .l-footerNavigation__ja {
      color: #534ba0
    }

    .l-footerNavigation a:hover .l-footerNavigation__icon:before {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, -50%) scale(1);
      transition: opacity .05s ease, visibility .05s ease, transform .6s ease
    }
  }


  /* .l-footerNavigation__icon {
      top: 50%;
      transform: translateY(-50%);
      right: 3px
    }
 */

  .l-footerNavigation__icon {
    bottom: .75rem;
    right: 0
  }


  .l-footerNavigation__icon:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    /* background-color: #534ba0; */
    /* z-index: 1;
    border-radius: 50%;
    opacity: 0; */
    /* visibility: hidden;
    transition: opacity .2s .1s ease,visibility .2s .1s ease,transform .4s ease; */
    /* content: 'ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢';
    font-family: 'Font Awesome 6 pro';
    content: "\f0e0"; */
    visibility: hidden;
    /* transition: opacity .3s ease, visibility .3s ease, transform .3s ease; */
    font-family: 'Font Awesome 6 pro';
    content: "\f061";
    padding-right: 10px;
    color: #3c288b;
  }

  .l-footerNavigation__icon svg {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 7px;
    z-index: 2
  }

  .l-footerMenu {
    margin-top: 1rem
  }

  @media screen and (min-width: 30em) {
    .l-footerMenu {
      margin-top: 1.5rem
    }
  }

  .l-footerMenu__title a {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.7142857143;
    font-weight: 500;
    color: #123d83;
    transition: color .3s ease
  }

  @media (hover: hover) and (pointer: fine) {
    .l-footerMenu__title a:hover {
      color: #534ba0
    }
  }

  .l-footerMenu__item {
    margin-top: .75rem
  }

  @media screen and (min-width: 30em) {
    .l-footerMenu__item {
      padding-left: 2px
    }
  }

  @media screen and (max-width: 29.9375em) {
    .l-footerMenu__item {
      display: flex;
      flex-wrap: wrap;
      row-gap: .75rem;
      margin-bottom: .75rem;
    }
  }

  @media screen and (max-width: 29.9375em) {
    .l-footerMenu__item li {
      width: 50%
    }
  }

  @media screen and (min-width: 30em) {
    .l-footerMenu__item li:not(:first-of-type) {
      margin-top: .5rem
    }
  }

  .l-footerMenu__item a {
    font-size: .75rem;
    letter-spacing: .05em;
    line-height: 1.75;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    transition: color .3s ease
  }

  @media (hover: hover) and (pointer: fine) {
    .l-footerMenu__item a:hover {
      color: #534ba0
    }

    .l-footerMenu__item a:hover:before {
      background-color: #534ba0
    }
  }

  .l-footerMenu__item a:before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #123d83;
    transition: background-color .3s ease
  }

  .l-footerSearch__title {
    padding-left: 3px
  }

  .l-footerSearch__title p {
    font-family: Inter, sans-serif;
    font-size: .875rem;
    letter-spacing: 0em;
    line-height: 1.2142857143;
    font-weight: 600;
    color: #123d83
  }

  .l-footerSearch__form {
    margin-top: .75rem
  }

  @media screen and (min-width: 48em) {
    .l-footerSearch__form {
      margin-top: 1.25rem
    }
  }

  .l-footerSearch__form form {
    display: flex
  }

  .l-footerSearch__form form input[type=text] {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 400;
    background-color: #fff;
    width: calc(100% - 60px);
    height: 60px;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #111
  }

  @media screen and (min-width: 30em) {
    .l-footerSearch__form form input[type=text] {
      padding: 0 24px;
      width: 235px;
      height: 56px
    }
  }

  .l-footerSearch__form form input[type=text]::placeholder {
    color: #969899
  }

  .l-footerSearch__form form input[type=text]:focus {
    outline: none
  }

  .l-footerSearch__form form input[type=submit] {
    background-color: #123d83;
    height: 60px;
    width: 60px;
    border-radius: 0 6px 6px 0;
    color: #fff;
    background-image: url(/assets/images/common/ico_searchWhite.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    transition: background-color .3s ease
  }

  @media (hover: hover) and (pointer: fine) {
    .l-footerSearch__form form input[type=submit]:hover {
      background-color: #534ba0
    }
  }

  @media screen and (min-width: 30em) {
    .l-footerSearch__form form input[type=submit] {
      background-size: 16px 16px;
      height: 56px;
      width: 56px
    }
  }

  @media screen and (min-width: 64em) {
    .l-footerLink {
      text-align: right
    }
  }

  @media screen and (min-width: 64em) {
    .l-footerLink:not(:first-of-type) {
      margin-top: .75rem
    }
  }

  .l-footerLink a {
    font-size: .75rem;
    letter-spacing: .05em;
    line-height: 1.75;
    transition: color .3s ease
  }

  @media (hover: hover) and (pointer: fine) {
    .l-footerLink a:hover {
      color: #534ba0
    }
  }

  @media screen and (min-width: 30em) {
    .l-footerLink a {
      font-size: .75rem;
      letter-spacing: .05em;
      line-height: 2
    }
  }




  .l-footer__contact_box {
    display: flex;
    font-size: 1em;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 0.3em;
    flex-direction: column;
  }

  .l-footer__contact_box li {
    list-style: none;
  }




  .l-footer__contact_box .fax,
  .l-footer__contact_box .mail {
    /* width: 50%; */
    padding: 0;
  }

  .l-footer__contact_box .fax:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f1ac";
    line-height: 2;
    padding-right: 5px;
    color: #3c288b;
  }

  .l-footer__contact_box .mail:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f0e0";
    line-height: 2;
    padding-right: 5px;
    color: #3c288b;
  }


  /* ãƒˆãƒ”ãƒƒã‚¯ã‚¹ */



  /* ===============================================
card_category
=============================================== */

  .category_wrap {
    border: 1px solid #ddd;
    margin-top: 60px;
    border-radius: 1em;
    border: #ddd 1px solid;
    /* background: #f7f7f8; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }


  .card_category {
    max-width: 1200px;
    padding: 20px 20px;
    margin: 0;
    width: 100%;
    /* border-top: 1px solid #DDD; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .card_category li {
    list-style: none;
  }


  .card_cate {
    /* background-color: #fff; */
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px; */
    padding: 20px 15px;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    color: #323232 !important;
    text-decoration: none !important;
    margin-bottom: 10px;
    /* width: 31%; */
  }



  .card_cate:hover {
    transition: all .4s;
    opacity: .7;
    box-shadow: rgba(10, 10, 0, 0.10) 10px 5px 15px;
  }

  .card_cate:last-child {
    border-bottom: none;
  }

  .card_cate {
    list-style: none;
  }





  .card_cate_name {
    font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem);
    /* text-align: center; */
    padding-bottom: 10px;
    font-size: 1em;
    padding-left: 20px;
  }

  .card_cate_name span {
    background: #ddd;
    border-radius: 1em;
    padding: 5px 10px;
    font-size: 0.8em;
  }

  .card_cate_title {
    font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem);
    /* text-align: center; */
    padding-bottom: 10px;
    font-size: 1em;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .card_inner {
    display: flex;
    flex-direction: column;
  }

  @media screen and (min-width: 48em) {
    .card_inner {
      display: flex;
      flex-direction: row;
    }
  }

  .card_cate_txt {
    font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem);
    /* text-align: center; */
    padding-bottom: 10px;
    font-size: 1em;
  }

  .card_cate_img {
    width: 100%;
    height: 150px;
    max-width: 100%;
  }

  @media screen and (min-width: 48em) {
    .card_cate_img {
      width: 30%;
      max-width: 180px;
    }
  }



  .card_cate_img img {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 95%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5em;
  }

  .time-category {
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
  }

  .card_cate_text {
    font-size: 15px;
    padding: 5px 5px;
    flex-grow: 1;
    width: 100%;
  }

  @media screen and (min-width: 48em) {
    .card_cate_text {
      width: 60%;
    }
  }


  .card_cate_link {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 6px;
  }

  .card_cate_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 2px;
    background-color: #d8c9c9;
  }

  @media only screen and (max-width: 738px) {

    .card_cate_container {
      width: 92%;
      margin: 0 4%;
      padding: 0 0 50px;
    }

    .card_cate_wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* width: 100%; */
      padding: 0 20px;
      gap: 20px;
    }



    .card_cate_wrapper {
      grid-template-columns: repeat(1, 1fr);
      padding: 0;
      width: 100%;
    }
  }




  #category ul.category_nm {}

  .cateList {
    padding: 10px;
  }

  .category_nm {
    margin: 0px 0;
    padding: 10px 0px 0;
    position: relative;
    z-index: 1;
    text-align: right;
    /* background: #fbfbfb; */
    /* border-bottom: 1px solid #e1e1e1; */
  }

  .category_nm ul {
    /* font-size: 0; */
    margin: 0;
    padding: 0;
    line-height: 1.8;
    line-height: 1;
  }

  .category_nm li {
    display: flex;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style: none;
    font-size: 15px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    /* font-weight: 400; */
    /* margin: 0; */
    /* padding: 0; */
    /* letter-spacing: 0.5px; */
    /* height:20px; */
    /* line-height:20px; */
  }

  .category_nm li:after {
    color: #3e2a8c;
    font-size: 10px;
    font-family: 'Font Awesome 6 pro';
    content: "\f054";
    font-weight: normal;
    margin: 0 8px;
    height: 20px;
    line-height: 20px;
  }

  .category_nm li:last-child:after {
    display: none;
  }

  .category_nm li i {
    font-size: 16px;
    padding-right: 5px;
    font-weight: normal;
    line-height: 1.3;
  }

  .category_nm li a {
    z-index: 1;
    font-weight: 400;
    height: 40px;
    line-height: 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
  }

  .category_nm li a:hover {
    color: #3e2a8c;
  }

  .category_nm li:first-child a:before {
    padding-right: 5px;
    color: #3e2a8c;
    font-size: 14px;
    font-family: 'Font Awesome 6 pro';
    content: "\f65e";
  }

  .category_nm li a:after {
    position: relative;
    bottom: -7px;
    left: -2px;
    width: 100%;
    height: 0;
    display: block;
    border-bottom: #3e2a8c 1px solid;
    content: "";
    z-index: -1;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
  }

  .category_nm li a:hover:after {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  @media only screen and (max-width: 900px) {
    .category_nm {
      margin: 0px 0 0;
      padding: 20px 5%;
      border-top: none;
    }

    .category_nm:before {
      display: none;
    }

    .category_nm li a:hover {
      color: #3e2a8c;
    }

    .category_nm li a:hover:after {
      display: none;
    }
  }

  @media only screen and (max-width: 414px) {
    .category_nm {
      padding: 5px 1%;
      /* border: 1px solid #ddd; */
      border-left: none;
      border-right: none;
      width: 100%;
    }

    .category_nm ol {
      /* font-size: 0; */
      margin: -10px auto 0;
      padding: 0;
      display: block;
      text-align: left;
    }

    .category_nm li {
      font-size: 13px;
      margin: 0;
      padding: 0;
      letter-spacing: 1px;
      margin-top: 0;
    }

    .category_nm li:after {
      margin: 0 5px;
    }

    .category_nm li:last-child {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      /* width:10em; */
    }

    .category_nm li:first-child a {
      font-size: 13px;
      width: auto;
      padding-bottom: 0;
      height: 35px;
    }

    .category_nm li:first-child a:before {
      padding-right: 0;
      font-size: 13px;
    }

    .category_nm li:first-child a:before {
      padding-right: 5px;
      /* color: #322961; */
      font-size: 16px;
      /* font-family: 'Font Awesome 6 pro'; */
      /* content: "\f80a"; */
    }
  }

  @media only screen and (max-width: 320px) {
    .category_nm li:last-child {
      width: 6em;
    }
  }

  /* .btn  */
  .btn {
    display: inline-block;
    width: 275px;
    max-width: 100%;
    padding: 0;
    margin: 0 10px;
    color: #534ba0;
    background: #f2f2ff;
    border: #534ba0 1px solid;
    /* border-bottom: #3f3d3d 1px solid; */
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 1px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 1px;
    cursor: pointer;
  }

  .btn:after {
    font-family: 'Font Awesome 6 pro';
    content: "\f105";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    line-height: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn a:hover {
    cursor: pointer;
  }

  .btn:hover:after {
    right: 10px;
  }

  .btn a {
    color: #fff
  }

  /*# sourceMappingURL=style.css.map */
  cursor: pointer;
  /* } */

  .btn:after {
    font-family: 'Font Awesome 6 pro';
    content: "\f105";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    line-height: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn a:hover {
    cursor: pointer;
  }

  .btn:hover:after {
    right: 10px;
  }

  .btn a {
    color: #fff
  }

  .cp_tabpanel {
    display: none;
  }




  /*# sourceMappingURL=style.css.map */