@charset "UTF-8";
body {
  font-family: "Noto Sans JP", Noto Sans JP, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Lato, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.font-chillax {
  font-family: Chillax, sans-serif;
  font-weight: 500;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
  font-size: min(3.8647342995vw, 24px);
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: max(11px, min(1vw, 18.4px));
  }
}

body {
  color: #030303;
  overflow-x: hidden;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  body.hidden {
    overflow: hidden;
  }
}

main {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}

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

.op75 {
  opacity: 0.75;
}

.c-btn .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #dddde3;
  text-align: left;
  justify-content: space-between;
  min-width: 13.5rem;
  max-width: 100%;
  height: 3.5rem;
  padding: 0.25em 1rem 0.25em 1.5em;
  color: #0d0f1a;
  line-height: 1.25;
  gap: 0.5em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  font-family: Chillax, sans-serif;
  font-weight: 500;
  font-weight: 700;
  border-radius: 999em;
}
@media print, screen and (min-width: 992px) {
  .c-btn .btn {
    height: 4rem;
    min-width: 15rem;
    padding-right: 1rem;
    font-size: 0.875rem;
  }
}
@media print {
  .c-btn .btn {
    height: 4rem;
    min-width: 15rem;
    padding-right: 1rem;
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn .btn {
    transition: 0.25s ease;
  }
  .c-btn .btn:hover {
    color: #263da4;
    background-color: rgba(243, 243, 243, 0.7490196078);
  }
  .c-btn .btn:hover .btn__arrow {
    transform: translate(25%);
  }
  .c-btn .btn:hover .btn__icon svg {
    fill: currentColor;
  }
}
.c-btn .btn__arrow {
  transition: 0.25s ease;
  font-size: 2em;
}
.c-btn .btn__text {
  flex: 1;
  align-self: center;
}
.c-btn .btn__icon {
  line-height: 1;
}
.c-btn .btn__icon img, .c-btn .btn__icon svg {
  width: 1.2em;
  height: auto;
}
.c-btn .btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
.c-btn .link-arrow, .c-btn .link-arrow--transparent {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background-color: transparent;
  color: #fff;
  background-color: #263da4;
}
.c-btn .link-arrow:before, .c-btn .link-arrow--transparent:before {
  position: relative;
  content: " ";
  display: block;
  font-size: 0.25em;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 0.25em;
  transform: translate(-20%) rotate(45deg);
}
.c-btn .link-arrow--transparent {
  background-color: rgba(255, 255, 255, 0.1490196078);
  color: #fff;
  border: 1px solid #fff;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-inner {
  max-width: calc(1440px + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .c-inner {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .c-inner {
    padding: 0 2.5rem;
  }
}

.c-title {
  position: relative;
}
.c-title::before {
  content: "";
  position: absolute;
  width: 5.1rem;
  height: 5.1rem;
  background-image: linear-gradient(200deg, #b9ebff, #a3addc);
  border-radius: 80px;
  top: 0;
  left: 20px;
  transform: translate(-2.3rem, -2.3rem);
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .c-title::before {
    width: 3rem;
    height: 3rem;
    transform: translate(-1.5rem, -1rem);
    left: 10px;
  }
}
.c-title .en {
  position: relative;
  display: block;
  color: #263DA4;
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .c-title .en {
    font-size: 1rem;
  }
}
.c-title .ja {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .c-title .ja {
    font-size: 1.5rem;
  }
}

.c-titlemain {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .c-titlemain {
    font-size: 1.125rem;
  }
}

.c-titlesub {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .c-titlesub {
    font-size: 1rem;
  }
}

.c-fadeIn {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp.c-fadeInFast {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.c-img-overflow {
  position: relative;
  overflow: hidden;
}
.c-img-overflow::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.c-img-overflow.show::before {
  -webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap {
  100% {
    transform: translateY(-100%);
  }
}

@keyframes img-wrap {
  100% {
    transform: translateY(-100%);
  }
}
.page-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.page-wrapper__main {
  flex: 1;
  position: relative;
}

.align-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.visible-sp, .visible-md, .visible-pc {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sp {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sp {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1839px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1839px) {
  .visible-pc {
    display: block !important;
  }
}
@media (min-width: 1840px) {
  .visible-pc {
    display: block !important;
  }
}
@media print {
  @page {
    margin: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: scroll !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }
  body {
    margin: 0 auto;
    width: 1120px;
    min-width: 1120px !important;
    padding-bottom: 0 !important;
  }
  .container-fluid, .container {
    min-width: 1090px !important;
  }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5019607843);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .visible-xs, .visible-sm, .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block {
    display: none !important;
  }
  .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .hidden-xs, .hidden-sm, .hidden-md {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .navbar-offcanvas {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    left: auto;
    top: auto;
  }
}
.inview-up[data-inview] {
  transition: opacity 0.8s ease 0.35s, transform 0.8s ease 0.4s;
}

.inview-up[data-inview=false] {
  opacity: 0;
  transform: translateY(60px);
}

.inview-up[data-inview=true] {
  opacity: 1;
  transform: translate(0);
}

.inview-clip[data-inview] {
  will-change: clip-path;
}

.inview-clip[data-inview=false] {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transform: translate(60px);
}

.inview-clip[data-inview=true] {
  transition: transform 0.8s ease 0.3s, -webkit-clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  transition: clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985), transform 0.8s ease 0.3s;
  transition: clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985), transform 0.8s ease 0.3s, -webkit-clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transform: translate(0);
}

.inview-scale[data-inview] {
  transition: transform 1.25s ease, filter 0.75s ease;
}

.inview-scale[data-inview=false] {
  transform: scale(1.1);
  filter: brightness(200%);
}

.inview-scale[data-inview=true] {
  transform: scale(1);
  filter: brightness(100%);
}

.drawer {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 990;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

@media print, screen and (min-width: 992px) {
  .drawer {
    position: static;
    position: initial;
    flex-direction: row;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
@media print {
  .drawer {
    position: static;
    position: initial;
    flex-direction: row;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
.drawer__backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

@media print, screen and (min-width: 992px) {
  .drawer__backdrop {
    display: none;
  }
}
@media print {
  .drawer__backdrop {
    display: none;
  }
}
.drawer__inner {
  height: 100%;
  width: calc(100vw - 5rem);
  transform: translate(-100%);
  background-color: #f9f9f9;
  overflow: auto;
}

@media print, screen and (min-width: 992px) {
  .drawer__inner {
    display: flex;
    height: auto;
    width: auto;
    transform: none;
    background-color: transparent;
  }
}
@media print {
  .drawer__inner {
    display: flex;
    height: auto;
    width: auto;
    transform: none;
    background-color: transparent;
  }
}
.drawer[aria-hidden] {
  transition: all 0.25s ease;
}

@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden] {
    transition: none;
  }
}
@media print {
  .drawer[aria-hidden] {
    transition: none;
  }
}
.drawer[aria-hidden] .drawer__backdrop, .drawer[aria-hidden] .drawer__inner {
  transition: all 0.25s ease;
}

@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden] .drawer__backdrop, .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}
@media print {
  .drawer[aria-hidden] .drawer__backdrop, .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}
.drawer[aria-hidden=false] {
  visibility: visible;
  width: 100%;
}

@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=false] {
    width: auto;
  }
}
@media print {
  .drawer[aria-hidden=false] {
    width: auto;
  }
}
.drawer[aria-hidden=false] .drawer__backdrop {
  opacity: 1;
}

.drawer[aria-hidden=false] .drawer__inner {
  transform: translate(0);
}

@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=false] .drawer__inner {
    transform: none;
  }
}
@media print {
  .drawer[aria-hidden=false] .drawer__inner {
    transform: none;
  }
}
.drawer[aria-hidden=true] {
  visibility: hidden;
}

@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}
@media print {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}
.drawer[aria-hidden=true] .drawer__backdrop {
  opacity: 0;
}

.drawer-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.1em;
  margin: 0;
  font-size: 3.5rem;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  color: #263da4;
  background-color: transparent;
  border-radius: 50%;
  z-index: 1000;
}

@media (hover: hover) and (pointer: fine) {
  .drawer-btn {
    transition: all 0.25s ease;
  }
  .drawer-btn:hover {
    background-color: #435dd3;
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(1) {
    transform: translateY(-1px);
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(3) {
    transform: translateY(1px);
  }
}
@media print, screen and (min-width: 992px) {
  .drawer-btn {
    display: none;
  }
}
@media print {
  .drawer-btn {
    display: none;
  }
}
.drawer-btn__bars {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
  width: 0.55em;
}

.drawer-btn__bar {
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  border-radius: 999em;
  transition: all 0.25s ease;
}

@media print, screen and (min-width: 768px) {
  .drawer-btn__bar {
    height: 2px;
  }
}
@media print {
  .drawer-btn__bar {
    height: 2px;
  }
}
.drawer-btn__text, .drawer-btn__text--close, .drawer-btn__text--open {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1;
  font-family: Chillax, sans-serif;
  font-weight: 500;
}

.drawer-btn[aria-expanded=false] .drawer-btn__text--close {
  display: none;
}

.drawer-btn[aria-expanded=true] {
  color: #fff;
}

.drawer-btn[aria-expanded=true] .drawer-btn__text--open {
  display: none;
}

.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(2) {
  opacity: 0;
}

.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(1) {
  opacity: 1;
  transform: translateY(calc(0.14em - 1px)) rotate(45deg);
}

.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(3) {
  transform: translateY(calc(-0.14em + 1px)) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(1) {
    opacity: 1;
    transform: translateY(calc(0.1125em - 1px)) rotate(40deg);
  }
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(3) {
    transform: translateY(calc(-0.1125em + 1px)) rotate(-40deg);
  }
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

@media print, screen and (min-width: 992px) {
  .dropdown-menu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9490196078);
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 10rem);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 92;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1764705882);
    transform: translateZ(1px);
    border-radius: 0 0 3rem 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    transition: 0.5s;
  }
  .dropdown-menu::-webkit-scrollbar {
    display: none;
  }
}
@media print {
  .dropdown-menu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9490196078);
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 10rem);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 92;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1764705882);
    transform: translateZ(1px);
    border-radius: 0 0 3rem 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu::-webkit-scrollbar {
    display: none;
  }
}
.dropdown-menu__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(1440px + 5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .dropdown-menu__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .dropdown-menu__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container {
    padding-top: 4rem;
    padding-bottom: 5rem;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .dropdown-menu__container {
    padding-top: 4rem;
    padding-bottom: 5rem;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.dropdown-menu__header {
  order: 2;
}

@media print, screen and (min-width: 992px) {
  .dropdown-menu__header {
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20rem;
    gap: 4rem;
  }
}
@media print {
  .dropdown-menu__header {
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20rem;
    gap: 4rem;
  }
}
.dropdown-menu__title {
  display: none;
}

@media print, screen and (min-width: 992px) {
  .dropdown-menu__title {
    display: block;
  }
}
@media print {
  .dropdown-menu__title {
    display: block;
  }
}
.dropdown-menu__main {
  margin-left: -1rem;
  margin-right: -1rem;
}

@media print, screen and (min-width: 992px) {
  .dropdown-menu__main {
    flex: 1;
    margin: 0;
  }
}
@media print {
  .dropdown-menu__main {
    flex: 1;
    margin: 0;
  }
}
.dropdown-btn {
  position: relative;
  display: flex;
  width: auto;
  max-width: none;
  border: none;
  color: #263da4;
  background-color: rgba(38, 61, 164, 0.1490196078);
  margin-left: -1rem;
  margin-right: -1rem;
  gap: 1em;
  height: 3rem;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1rem;
  line-height: 1.25;
  border-radius: 0;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  font-family: Chillax, sans-serif;
  font-weight: 500;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .dropdown-btn {
    transition: all 0.25s linear;
  }
  .dropdown-btn:hover .dropdown-btn__arrow {
    transform: translate(25%);
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-btn {
    margin: 0;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #0d0f1a;
    font-size: 1rem;
    height: 4rem;
    min-width: 15rem;
    padding: 0.25em 1rem 0.25em 1.5em;
    border: 1px solid #dddde3;
    text-align: left;
    gap: 0.5em;
    border-radius: 999em;
  }
}
@media print {
  .dropdown-btn {
    margin: 0;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #0d0f1a;
    font-size: 1rem;
    height: 4rem;
    min-width: 15rem;
    padding: 0.25em 1rem 0.25em 1.5em;
    border: 1px solid #dddde3;
    text-align: left;
    gap: 0.5em;
    border-radius: 999em;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-btn__text {
    flex: 1;
  }
}
@media print {
  .dropdown-btn__text {
    flex: 1;
  }
}
.dropdown-btn__arrow {
  transition: 0.25s ease;
  font-size: 125%;
}

.dropdown-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media print, screen and (min-width: 992px) {
  .dropdown-title {
    gap: 0.5rem;
  }
}
@media print {
  .dropdown-title {
    gap: 0.5rem;
  }
}
.dropdown-title__en {
  line-height: 1;
  font-family: Chillax, sans-serif;
  font-weight: 500;
  color: #263da4;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 992px) {
  .dropdown-title__en {
    font-size: 3rem;
  }
}
@media print {
  .dropdown-title__en {
    font-size: 3rem;
  }
}
.dropdown-title__ja {
  line-height: 1;
  font-weight: 600;
  opacity: 0.75;
  font-size: 1rem;
}

@media print, screen and (min-width: 992px) {
  .dropdown-title__ja {
    font-size: 1.125rem;
  }
}
@media print {
  .dropdown-title__ja {
    font-size: 1.125rem;
  }
}
.dropdown-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 95%;
  background-color: #f0f0f0;
}

@media print, screen and (min-width: 992px) {
  .dropdown-list {
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    gap: 3rem 4rem;
    background-color: transparent;
  }
}
@media print {
  .dropdown-list {
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    gap: 3rem 4rem;
    background-color: transparent;
  }
}
.dropdown-list__item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

@media print, screen and (min-width: 992px) {
  .dropdown-list__item {
    border: none;
    background-color: transparent;
    width: calc(33.333% - 2.6875rem);
  }
}
@media print {
  .dropdown-list__item {
    border: none;
    background-color: transparent;
    width: calc(33.333% - 2.6875rem);
  }
}
.dropdown-link {
  position: relative;
  display: flex;
  min-height: 3.5rem;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1em;
  line-height: 1.5;
  font-weight: 600;
  gap: 0.5em;
  color: #0d0f1a;
  border-top: 1px solid #dddde3;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.dropdown-link:active, .dropdown-link:focus {
  color: #0d0f1a;
}

@media print, screen and (min-width: 992px) {
  .dropdown-link {
    flex-direction: column;
    height: auto;
    padding: 0;
    border: none;
    border-bottom: 1px solid #dddde3;
    background-color: transparent;
  }
}
@media print {
  .dropdown-link {
    flex-direction: column;
    height: auto;
    padding: 0;
    border: none;
    border-bottom: 1px solid #dddde3;
    background-color: transparent;
  }
}
.dropdown-link:first-child {
  border-top: none;
}

@media (hover: hover) and (pointer: fine) {
  .dropdown-link {
    transition: all 0.25s ease;
  }
  .dropdown-link:hover {
    color: #263da4;
  }
  .dropdown-link:hover .dropdown-link__image img {
    transform: scale(1.03);
  }
  .dropdown-link:hover .dropdown-link__arrow {
    transform: translate(25%);
  }
}
.dropdown-link__image {
  display: flex;
  width: 5rem;
}

@media print, screen and (min-width: 992px) {
  .dropdown-link__image {
    width: 100%;
  }
}
@media print {
  .dropdown-link__image {
    width: 100%;
  }
}
.dropdown-link__image-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 992px) {
  .dropdown-link__image-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media print {
  .dropdown-link__image-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.dropdown-link__image-inner img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}

.dropdown-link__image-inner img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-link__image-inner img.top {
  -o-object-position: left 50% top 15%;
  object-position: left 50% top 15%;
}

.dropdown-link__main {
  display: flex;
  align-items: center;
  width: 100%;
}

.dropdown-link__text {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
  gap: 0.5em;
  flex: 1;
  padding: 0.5em 0;
  text-transform: none;
  font-weight: 500;
  font-family: Chillax, sans-serif;
}

.dropdown-link__arrow {
  transition: all 0.25s ease;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 992px) {
  .dropdown-link__arrow {
    font-size: 1.5rem;
  }
}
@media print {
  .dropdown-link__arrow {
    font-size: 1.5rem;
  }
}
.global-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1em;
}

@media print, screen and (min-width: 992px) {
  .global-nav {
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 2em;
  }
}
@media print {
  .global-nav {
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 2em;
  }
}
.global-nav__list {
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media print, screen and (min-width: 992px) {
  .global-nav__list {
    flex-direction: row;
    gap: 2em;
  }
}
@media print {
  .global-nav__list {
    flex-direction: row;
    gap: 2em;
  }
}
.global-nav__sub {
  display: flex;
}

.global-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
}

@media print, screen and (min-width: 992px) {
  .global-list {
    flex-wrap: nowrap;
    gap: 1em;
    font-size: 1.125rem;
  }
}
@media print {
  .global-list {
    flex-wrap: nowrap;
    gap: 1em;
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1840px) {
  .global-list {
    gap: 1.5em;
  }
}
@media print {
  .global-list {
    gap: 1.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list.dropdown-open:before {
    opacity: 1;
    visibility: visible;
  }
}
@media print {
  .global-list.dropdown-open:before {
    opacity: 1;
    visibility: visible;
  }
}
.global-list__item, .global-list__item--dropdown, .global-list__item--pc, .global-list__item--home {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

@media (hover: hover) and (pointer: fine) {
  .global-list__item:hover > a:after, .global-list__item--dropdown:hover > a:after, .global-list__item--pc:hover > a:after, .global-list__item--home:hover > a:after, .global-list__item:hover > span:after, .global-list__item--dropdown:hover > span:after, .global-list__item--pc:hover > span:after, .global-list__item--home:hover > span:after {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list__item, .global-list__item--dropdown, .global-list__item--pc, .global-list__item--home {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
}
@media print {
  .global-list__item, .global-list__item--dropdown, .global-list__item--pc, .global-list__item--home {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list__item--home {
    display: none;
  }
}
@media print {
  .global-list__item--home {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list__item--pc {
    display: none;
  }
}
@media print {
  .global-list__item--pc {
    display: none;
  }
}
.global-list__item--dropdown {
  position: inherit;
}

@media print, screen and (min-width: 992px) {
  .global-list__item--dropdown.is-open > a, .global-list__item--dropdown.is-open > span {
    color: #263da4;
  }
}
@media print {
  .global-list__item--dropdown.is-open > a, .global-list__item--dropdown.is-open > span {
    color: #263da4;
  }
}
.global-list__text {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1.75em 1em;
  line-height: 1.25;
  color: #0d0f1a;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: all 0.25s linear;
  transition-property: color, background-color;
}

@media print, screen and (min-width: 992px) {
  .global-list__text {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0.5em;
  }
}
@media print {
  .global-list__text {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0.5em;
  }
}
.global-list__text > span:first-child {
  flex: 1;
}

@media print, screen and (min-width: 992px) {
  .global-list__text:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #263da4;
    z-index: 1;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  }
}
@media print {
  .global-list__text:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #263da4;
    z-index: 1;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  }
}
.global-list__text[aria-current=page] {
  color: #263da4;
  background-color: rgba(38, 61, 164, 0.1019607843);
  font-weight: 600;
}

@media print, screen and (min-width: 992px) {
  .global-list__text[aria-current=page] {
    background-color: transparent;
    font-weight: 400;
  }
  .global-list__text[aria-current=page]:after {
    width: 100%;
  }
}
@media print {
  .global-list__text[aria-current=page] {
    background-color: transparent;
    font-weight: 400;
  }
  .global-list__text[aria-current=page]:after {
    width: 100%;
  }
}
.dropdown-icon {
  position: relative;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}

@media print, screen and (min-width: 992px) {
  .dropdown-icon {
    width: 0.5em;
    height: 0.5em;
  }
}
@media print {
  .dropdown-icon {
    width: 0.5em;
    height: 0.5em;
  }
}
.dropdown-icon:before, .dropdown-icon:after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #263da4;
}

.dropdown-icon:after {
  transform: rotate(90deg);
}

.global-sub {
  display: flex;
  width: 100%;
  gap: 1em;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media print, screen and (min-width: 992px) {
  .global-sub {
    align-items: center;
    gap: 2em;
    padding: 0;
  }
}
@media print {
  .global-sub {
    align-items: center;
    gap: 2em;
    padding: 0;
  }
}
.global-sub__tel {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.75rem;
}

@media print, screen and (min-width: 992px) {
  .global-sub__tel {
    width: auto;
  }
}
@media print {
  .global-sub__tel {
    width: auto;
  }
}
.global-sub-btn {
  display: flex;
  padding: 0;
  margin: 0;
  font-family: Chillax, sans-serif;
  font-weight: 500;
  height: 2.5rem;
  width: 7rem;
  color: #0d0f1a;
  gap: 0.5em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #0d0f1a;
  font-size: 1rem;
  border-radius: 999em;
}

@media (hover: hover) and (pointer: fine) {
  .global-sub-btn {
    transition: all 0.25s ease;
  }
  .global-sub-btn:hover {
    color: #fff;
    background-color: #263da4;
  }
}
@media print, screen and (min-width: 992px) {
  .global-sub-btn {
    width: 7rem;
  }
}
@media print {
  .global-sub-btn {
    width: 7rem;
  }
}
.global-sub-btn__icon {
  line-height: 1;
}

.global-sub-btn__icon img, .global-sub-btn__icon svg {
  vertical-align: middle;
  width: 1.25em;
  height: auto;
  fill: currentColor;
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  display: flex;
  pointer-events: none;
}

.loading.set .loading-icon {
  opacity: 1;
  transform: translate(0);
  transition: 0.5s ease;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease 0.25s;
}

.loading.hide .loading-icon {
  opacity: 0;
  transition: 1s ease;
  transform: translateY(-1em);
}

.loading.loaded {
  display: none;
}

.loading__inner {
  background-color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.loading .loading-icon {
  font-size: 1.25rem;
  width: 5em;
  transform: translateY(1em);
  transition: 0.5s ease;
  transition-delay: 0.5s;
  opacity: 0;
}

@media print, screen and (min-width: 992px) {
  .loading .loading-icon {
    font-size: 2rem;
  }
}
@media print {
  .loading .loading-icon {
    font-size: 2rem;
  }
}
.loading .loading-icon img {
  width: 100%;
  height: auto;
}

.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  height: 4.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 980;
  top: 0;
  width: 100%;
  transition: all 0.35s ease;
}

@media print, screen and (min-width: 992px) {
  .header {
    height: 7rem;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .header {
    height: 7rem;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .header {
    position: absolute;
  }
}
.header:before {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition-property: visibility, opacity;
  content: "";
  display: block;
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 11, 32, 0.4);
  opacity: 0;
  pointer-events: none;
}

@media print, screen and (min-width: 992px) {
  .header.dropdown-open:before {
    opacity: 1;
    visibility: visible;
  }
}
@media print {
  .header.dropdown-open:before {
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 992px) {
  .header.dropdown-open {
    height: 10rem;
  }
}
@media print {
  .header.dropdown-open {
    height: 10rem;
  }
}
@media print, screen and (min-width: 992px) {
  .header.dropdown-open .header__inner {
    box-shadow: none;
    border-radius: 3rem 3rem 0 0 !important;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background-color: rgba(255, 255, 255, 0.9490196078);
  }
}
@media print {
  .header.dropdown-open .header__inner {
    box-shadow: none;
    border-radius: 3rem 3rem 0 0 !important;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background-color: rgba(255, 255, 255, 0.9490196078);
  }
}
.header[data-status=scrolled] .header__inner {
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.0509803922);
}

.header__inner {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  z-index: 100;
  transition: all 0.35s ease;
  background-color: rgba(255, 255, 255, 0.7490196078);
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  border-radius: 2.5rem;
}

@media print, screen and (min-width: 992px) {
  .header__inner {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding-left: 2.5rem;
    padding-right: 1rem;
    border-radius: 3rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}
@media print {
  .header__inner {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding-left: 2.5rem;
    padding-right: 1rem;
    border-radius: 3rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  color: #0d0f1a;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 8.3333333333rem;
}

@media print, screen and (min-width: 992px) {
  .header-logo {
    width: 12.5rem;
  }
}
@media print {
  .header-logo {
    width: 12.5rem;
  }
}
.header-logo img {
  max-width: 100%;
  height: auto;
}

.common-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 3rem;
}

@media print, screen and (min-width: 992px) {
  .common-contact {
    align-items: flex-start;
    padding-top: 7.5rem;
    flex: 1;
  }
}
@media print {
  .common-contact {
    align-items: flex-start;
    padding-top: 7.5rem;
    flex: 1;
  }
}
.common-contact__inner {
  display: flex;
  width: 100%;
  position: relative;
  height: 12.5rem;
}

@media print, screen and (min-width: 992px) {
  .common-contact__inner {
    min-height: 22.5rem;
    height: auto;
    flex: 1;
  }
}
@media print {
  .common-contact__inner {
    min-height: 22.5rem;
    height: auto;
    flex: 1;
  }
}
.common-contact__btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  width: 25rem;
  height: 25rem;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: currentColor;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

@media print, screen and (min-width: 992px) {
  .common-contact__btn {
    width: 80rem;
    height: 80rem;
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}
@media print {
  .common-contact__btn {
    width: 80rem;
    height: 80rem;
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}
.common-contact__btn:before {
  position: absolute;
  inset: 0;
  content: " ";
  display: block;
  background-color: rgba(36, 144, 247, 0.1019607843);
  border-radius: 50%;
  mix-blend-mode: hard-light;
  opacity: 0;
  transition: all 0.45s ease;
}

@-webkit-keyframes widthAnimation {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes widthAnimation {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .common-contact__btn {
    transition: 0.45s ease;
  }
  .common-contact__btn:hover {
    color: currentColor;
  }
  .common-contact__btn:hover:before {
    opacity: 1;
  }
  .common-contact__btn:hover .common-contact__arrow {
    transform: translate(20%);
  }
  .common-contact__btn:hover .common-contact__title:before {
    -webkit-animation: widthAnimation 1.5s ease infinite;
            animation: widthAnimation 1.5s ease infinite;
  }
}
.common-contact__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}

@media print, screen and (min-width: 992px) {
  .common-contact__main {
    gap: 1.5rem;
  }
}
@media print {
  .common-contact__main {
    gap: 1.5rem;
  }
}
.common-contact__bgobject {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
}
@media print, screen and (min-width: 992px) {
  .common-contact__bgobject.topPage {
    display: none;
  }
}

.common-contact__bgobject canvas {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.common-contact__title {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: Chillax, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-size: 2.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

@media print, screen and (min-width: 992px) {
  .common-contact__title {
    font-size: 5.5rem;
  }
}
@media print {
  .common-contact__title {
    font-size: 5.5rem;
  }
}
.common-contact__title:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  display: block;
  width: 100%;
  border-radius: 2px;
  content: " ";
  background-color: currentColor;
}

.common-contact__text {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 0.8125rem;
}

@media print, screen and (min-width: 992px) {
  .common-contact__text {
    font-size: 1.125rem;
  }
}
@media print {
  .common-contact__text {
    font-size: 1.125rem;
  }
}
.common-contact__arrow {
  transition: 0.25s ease;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 992px) {
  .common-contact__arrow {
    font-size: 1.5rem;
  }
}
@media print {
  .common-contact__arrow {
    font-size: 1.5rem;
  }
}
.link-arrow, .link-arrow--transparent {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background-color: transparent;
  color: #fff;
  background-color: #263da4;
}

.link-arrow--transparent {
  background-color: rgba(255, 255, 255, 0.1490196078);
  color: #fff;
  border: 1px solid #fff;
}

.link-arrow:before, .link-arrow--transparent:before {
  position: relative;
  content: " ";
  display: block;
  font-size: 0.25em;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 0.25em;
  transform: translate(-20%) rotate(45deg);
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  width: 100%;
  background-color: rgba(8, 36, 69, 0.7019607843);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 0.75rem 0.75rem 0 0;
}
.footer.vh100 {
  height: 100vh;
}

@media print, screen and (min-width: 992px) {
  .footer {
    font-size: 0.875rem;
    gap: 5rem;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding-top: min(10rem, 10vh);
    padding-bottom: 5rem;
    border-radius: 3rem 3rem 0 0;
  }
}
@media print {
  .footer {
    font-size: 0.875rem;
    gap: 5rem;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding-top: min(10rem, 10vh);
    padding-bottom: 5rem;
    border-radius: 3rem 3rem 0 0;
  }
}
.footer__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.footer__wrapper.contact-footer {
  padding: 0;
}
.footer__wrapper.single-footer::before {
  mix-blend-mode: normal;
}

@media print, screen and (min-width: 992px) {
  .footer__wrapper {
    height: 100vh;
    min-height: 55rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .footer__wrapper.contact-footer {
    height: auto;
    min-height: auto;
  }
}
@media print {
  .footer__wrapper {
    height: 100vh;
    min-height: 55rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
}
.footer__wrapper:before {
  display: flex;
  position: absolute;
  content: " ";
  inset: 0;
  background: radial-gradient(circle, #041978, #010e36);
  overflow: hidden;
  mix-blend-mode: normal;
}
@media print, screen and (min-width: 992px) {
  .footer__wrapper:before {
    mix-blend-mode: hard-light;
  }
}

.footer__container {
  max-width: calc(1440px + 5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
}

@media print, screen and (min-width: 768px) {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    flex-direction: row;
    gap: 7.5rem;
  }
}
@media print {
  .footer__container {
    flex-direction: row;
    gap: 7.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__info {
    width: 25rem;
  }
}
@media print {
  .footer__info {
    width: 25rem;
  }
}
.footer__main {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media print, screen and (min-width: 992px) {
  .footer__main {
    gap: 3rem;
    flex: 1;
  }
}
@media print {
  .footer__main {
    gap: 3rem;
    flex: 1;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media print, screen and (min-width: 992px) {
  .footer__nav {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .footer__nav {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.footer__col {
  width: 100%;
}

.footer__bottom {
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  padding-top: 1rem;
  margin-top: 1rem;
}

@media print, screen and (min-width: 992px) {
  .footer__bottom {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media print {
  .footer__bottom {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.footer-info {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

@media print, screen and (min-width: 992px) {
  .footer-info {
    gap: 2.5rem;
    align-items: flex-start;
  }
}
@media print {
  .footer-info {
    gap: 2.5rem;
    align-items: flex-start;
  }
}
.footer-info__logo {
  width: 10rem;
}

@media print, screen and (min-width: 992px) {
  .footer-info__logo {
    width: min(12.5rem, 18vh);
  }
}
@media print {
  .footer-info__logo {
    width: min(12.5rem, 18vh);
  }
}
.footer-info__logo img {
  width: 100%;
  height: auto;
}

.footer-info__detail {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  line-height: 1.5;
}

.footer-info__name {
  font-weight: 600;
}

.footer-access__text {
  opacity: 0.75;
}

.footer-info__tel {
  display: flex;
  color: #fff;
  font-size: 2.5rem;
}

@media print, screen and (min-width: 992px) {
  .footer-info__tel {
    font-size: 3rem;
  }
}
@media print {
  .footer-info__tel {
    font-size: 3rem;
  }
}
.footer-info__btn {
  display: flex;
  justify-content: center;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

@media print, screen and (min-width: 992px) {
  .footer-list {
    justify-content: center;
    flex-direction: column;
    gap: 1.75em;
  }
}
@media print {
  .footer-list {
    justify-content: center;
    flex-direction: column;
    gap: 1.75em;
  }
}
.footer-list > li {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media print, screen and (min-width: 992px) {
  .footer-list > li {
    width: auto;
  }
}
@media print {
  .footer-list > li {
    width: auto;
  }
}
.footer-list > li.has-child {
  width: 100%;
}

.footer-list > li > a, .footer-list > li > span {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  align-items: center;
  line-height: 1.5;
  height: 3rem;
  width: 100%;
}

@media print, screen and (min-width: 992px) {
  .footer-list > li > a, .footer-list > li > span {
    text-align: left;
    height: auto;
    justify-content: flex-start;
  }
}
@media print {
  .footer-list > li > a, .footer-list > li > span {
    text-align: left;
    height: auto;
    justify-content: flex-start;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-list > li > a {
    transition: all 0.25s ease;
  }
  .footer-list > li > a:hover {
    opacity: 0.8;
  }
}
.footer-list--child {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  padding: 1em 0;
  list-style: none;
  font-size: 90%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  gap: 1em 3em;
}

@media print, screen and (min-width: 992px) {
  .footer-list--child {
    padding-bottom: 0;
    border-top: none;
    gap: 1.25em;
  }
}
@media print {
  .footer-list--child {
    padding-bottom: 0;
    border-top: none;
    gap: 1.25em;
  }
}
.footer-list--child > li {
  display: flex;
  width: auto;
}

@media print, screen and (min-width: 992px) {
  .footer-list--child > li {
    width: 100%;
  }
}
@media print {
  .footer-list--child > li {
    width: 100%;
  }
}
.footer-list--child > li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  opacity: 0.7;
  color: currentColor;
  line-height: 1.5;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

@media print, screen and (min-width: 992px) {
  .footer-list--child > li a {
    gap: 0.5em;
    flex-wrap: nowrap;
  }
}
@media print {
  .footer-list--child > li a {
    gap: 0.5em;
    flex-wrap: nowrap;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-list--child > li a {
    transition: all 0.25s ease;
  }
  .footer-list--child > li a:hover {
    opacity: 1;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-list--child > li a:before {
    position: relative;
    display: block;
    content: " ";
    width: 0.5em;
    margin-top: 0.75em;
    height: 1px;
    opacity: 0.5;
    background-color: currentColor;
  }
}
@media print {
  .footer-list--child > li a:before {
    position: relative;
    display: block;
    content: " ";
    width: 0.5em;
    margin-top: 0.75em;
    height: 1px;
    opacity: 0.5;
    background-color: currentColor;
  }
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.5rem;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 992px) {
  .footer-bottom {
    flex-direction: row;
    align-items: center;
    font-size: 0.8125rem;
  }
}
@media print {
  .footer-bottom {
    flex-direction: row;
    align-items: center;
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-bottom__left {
    flex: 1;
  }
}
@media print {
  .footer-bottom__left {
    flex: 1;
  }
}
.footer-bottom__copy {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: Chillax, sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
}

.footer-other-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1.5em;
  width: 100%;
  font-size: 85%;
}

@media print, screen and (min-width: 992px) {
  .footer-other-list {
    flex: 1;
    font-size: 92%;
    align-items: center;
  }
}
@media print {
  .footer-other-list {
    flex: 1;
    font-size: 92%;
    align-items: center;
  }
}
.footer-other-list li {
  display: flex;
  align-items: center;
  width: calc(50% - 0.75em);
}

@media print, screen and (min-width: 992px) {
  .footer-other-list li {
    width: auto;
  }
}
@media print {
  .footer-other-list li {
    width: auto;
  }
}
.footer-other-list li > a {
  display: flex;
  gap: 0.5em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: #fff;
  opacity: 0.65;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .footer-other-list li > a {
    transition: all 0.25s ease;
  }
  .footer-other-list li > a:hover {
    opacity: 1;
  }
}
.footer-other-list li > a svg {
  align-self: flex-start;
  width: 0.75em;
  height: auto;
  fill: currentColor;
}

.top-h2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media print, screen and (min-width: 992px) {
  .top-h2 {
    gap: 0.5rem;
  }
}
@media print {
  .top-h2 {
    gap: 0.5rem;
  }
}
.top-h2__en {
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: Chillax, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}

@media print, screen and (min-width: 992px) {
  .top-h2__en {
    font-size: 5rem;
  }
}
@media print {
  .top-h2__en {
    font-size: 5rem;
  }
}
.top-h2__ja {
  line-height: 1;
  font-weight: 600;
  opacity: 0.75;
  font-size: 1.125rem;
}

@media print, screen and (min-width: 992px) {
  .top-h2__ja {
    font-size: 1.25rem;
  }
}
@media print {
  .top-h2__ja {
    font-size: 1.25rem;
  }
}
.loading.astro-j7pv25f6 {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  display: flex;
  pointer-events: none;
}

.loading__inner.astro-j7pv25f6 {
  background-color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.grecaptcha-badge {
  display: none;
}

.p-kv {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv {
    margin-bottom: 0px;
    aspect-ratio: 10/7.5;
  }
}
.p-kv.noneimg {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.p-kv.noneimg .p-kv__img img {
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv.noneimg .p-kv__img {
    position: relative;
  }
  .p-kv.noneimg .p-kv__block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-kv--basic {
  background-image: url(../images/kv-bg-default.webp);
  padding: 100px 0;
  background-size: 100% 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv--basic {
    max-height: 400px;
    width: 100%;
    padding: 10vw 0;
  }
}
.p-kv--basic .p-kv__block {
  position: relative;
  top: 0;
  transform: translateY(0);
}
.p-kv--basic .p-kv__title {
  width: 100%;
}
.p-kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-kv__img img {
  max-height: calc(100vh - 50px);
  height: calc(100% - 50px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv__img {
    z-index: 0;
  }
  .p-kv__img img {
    aspect-ratio: 10/7.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) and (max-width: 500px) {
  .p-kv__img img {
    aspect-ratio: 10/8;
  }
}
.p-kv__block {
  padding-top: 152px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv__block {
    padding-top: 112px;
  }
}
.p-kv__flex {
  gap: 20%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .p-kv__flex {
    gap: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv__flex {
    gap: 10px;
  }
}
.p-kv__title {
  width: 20%;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .p-kv__title {
    width: 440px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv__title {
    width: 100%;
  }
}
.p-kv__title .en {
  position: relative;
  font-size: 8rem;
  text-transform: capitalize;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .p-kv__title .en {
    font-size: 6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv__title .en {
    font-size: 3rem;
  }
}
.p-kv__title h1 {
  font-size: 1.5rem;
  opacity: 0.5;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv__title h1 {
    font-size: 1rem;
  }
}
.p-kv__text {
  position: relative;
  padding-top: 80px;
  width: 60%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .p-kv__text {
    width: calc(100% - 480px);
    padding-top: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv__text {
    padding-top: 0;
    width: 100%;
  }
}
.p-kv__text p {
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv__text p {
    font-size: 1rem;
  }
}
.p-kv__bottom {
  position: relative;
  padding-left: 2.5rem;
  max-width: calc(1440px + 2.5rem);
  margin: 40px 0 0 auto;
}
.p-kv__bottom img {
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 1440.1px) {
  .p-kv__bottom img {
    max-height: calc(100vh - 3rem - 373px);
    min-height: 400px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-kv__bottom img {
    max-height: unset;
    min-height: unset;
    border-radius: 16px;
  }
}

.p-bread {
  padding: 16px 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-bread {
    padding: 15px 0;
  }
}
.p-bread__list {
  gap: 12px;
  justify-content: right;
}
.p-bread__item {
  display: block;
  position: relative;
  color: #828181;
  padding-right: 20px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-bread__item {
    font-size: 0.75rem;
  }
}
.p-bread__item::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-bread__item.home::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: -5px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-image: url(../images/home.svg);
  background-size: 100% 100%;
}
.p-bread__item.child {
  color: #0D0F1A;
  padding-right: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-bread__item.child {
    padding-right: 20px;
  }
}
.p-bread__item.child::after {
  display: none;
}

.p-anchor {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 48px;
  background-color: #F7F8FE;
  border-radius: 0 48px 48px 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-anchor {
    padding: 20px;
    width: calc(100% - 0px);
    border-radius: 0;
  }
  .p-anchor--recruit {
    padding: 30px 20px;
  }
}
.p-anchor__links {
  gap: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-anchor__links {
    gap: 20px;
  }
  .p-anchor__links--recruit {
    gap: 25px 20px;
  }
}
.p-anchor__link {
  display: block;
  position: relative;
  padding-right: 40px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-anchor__link {
    padding-right: 30px;
    font-size: 0.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-anchor__link--recruit {
    width: calc(6.125rem + 30px);
  }
}
.p-anchor__link::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #263DA4;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-anchor__link::before {
    width: 20px;
    height: 20px;
  }
}
.p-anchor__link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 7px;
  transform: rotate(45deg) translate(-4px, -3px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-anchor__link::after {
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translate(-3px, -3px);
  }
}

.p-about {
  overflow: hidden;
}
.p-about__withus-content {
  padding: 160px 0 500px;
  background-image: url(../img/about/withus-bg.webp);
  background-size: cover;
  margin-bottom: -300px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__withus-content {
    padding: 40px 0 200px;
    margin-bottom: -100px;
  }
}
.p-about__withus-content .withus__flex {
  display: flex;
  gap: 60px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__withus-content .withus__flex {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.p-about__withus-content .withus__block {
  width: calc(50% - 30px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__withus-content .withus__block {
    width: 100%;
  }
}
.p-about__withus-content .withus__block-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__withus-content .withus__block-title {
    margin-bottom: 20px;
  }
}
.p-about__withus-content .withus__block-title h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__withus-content .withus__block-title h3 {
    font-size: 1.25rem;
  }
}
.p-about__withus-content .withus__block-lead {
  position: relative;
  display: flex;
  background-color: #E2312B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px 10px 24px;
  gap: 5px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__withus-content .withus__block-lead {
    padding: 6px 20px;
    margin-bottom: 10px;
  }
}
.p-about__withus-content .withus__block-lead::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #E2312B;
  bottom: 0;
  left: 20px;
  transform: translateY(100%);
}
.p-about__withus-content .withus__block-lead span {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__withus-content .withus__block-lead span {
    font-size: 0.875rem;
  }
}
.p-about__withus-content .withus__block-img {
  margin-bottom: 30px;
}
.p-about__withus-content .withus__block-img img {
  width: 100%;
  height: auto;
}
.p-about__withus-content .withus__block-text p {
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__withus-content .withus__block-text p {
    font-size: 1rem;
  }
}
.p-about__backup-title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-title {
    margin-bottom: 40px;
  }
}
.p-about__backup-title span {
  display: block;
  color: #E2312B;
  font-weight: 900;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-title span {
    font-size: 1rem;
  }
}
.p-about__backup-title h2 {
  position: relative;
  display: inline-block;
  font-size: 2.25rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-title h2 {
    font-size: 1.375rem;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-about__backup-title h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  background-color: #151515;
  left: -40px;
  bottom: 5px;
  transform: rotate(-30deg);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-title h2::before {
    left: -20px;
    height: 70px;
    transform: rotate(-18deg);
  }
}
.p-about__backup-title h2::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  background-color: #151515;
  right: -40px;
  bottom: 5px;
  transform: rotate(30deg);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-title h2::after {
    right: -20px;
    height: 70px;
    transform: rotate(18deg);
  }
}
.p-about__backup-flex {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-flex {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.p-about__backup-box {
  width: calc(50% - 20px);
  padding: 40px;
  background-color: #F6F6F6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-box {
    padding: 30px 20px;
    width: 100%;
  }
}
.p-about__backup-box .box-img {
  width: 110px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-box .box-img {
    width: 70px;
  }
}
.p-about__backup-box .box-img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-about__backup-box .box-title {
  width: calc(100% - 130px);
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-box .box-title {
    font-size: 1.125rem;
    width: calc(100% - 90px);
  }
}
.p-about__backup-box .box-text {
  width: 100%;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-box .box-text {
    line-height: 1.75;
  }
}
.p-about__backup-bottom {
  overflow: hidden;
  width: 100%;
  margin-bottom: 180px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-bottom {
    margin-bottom: 40px;
  }
}
.p-about__backup-slide img {
  width: 100%;
  height: auto;
  max-width: 25vw;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__backup-slide img {
    max-width: 50vw;
  }
}
.p-about__working {
  padding: 155px 0 180px;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-about__working::before {
  content: "";
  position: absolute;
  width: calc(100% - 102px);
  height: auto;
  aspect-ratio: 1818/1679;
  max-height: calc(100% - 500px);
  top: 0;
  left: 102px;
  background-image: url(../img/about/working-bg.webp);
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working::before {
    width: 100%;
    left: 0px;
    aspect-ratio: 1/6;
  }
}
.p-about__working-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-about__working-title {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-title {
    margin-bottom: 30px;
  }
}
.p-about__working-title .front {
  position: relative;
  display: block;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-title .front {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }
}
.p-about__working-title .back {
  position: absolute;
  top: 0;
  left: 250px;
  transform: translateY(50%);
  max-width: 954px;
  width: 100%;
  height: 90px;
  z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-title .back {
    width: calc(100% - 30px);
    height: auto;
    left: 30px;
  }
}
.p-about__working-title .back img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-title .back img {
    width: 100%;
    height: auto;
  }
}
.p-about__working-title h2 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 1;
  padding: 7px 10px;
  background-color: #fff;
  color: #151515;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-title h2 span {
    font-size: 1.125rem;
    padding: 5px 8px 6px 8px;
  }
}
.p-about__working-title h2 span + br + span {
  margin-top: 6px;
}
.p-about__working-text {
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-text {
    margin-bottom: 40px;
  }
}
.p-about__working-text p {
  color: #fff;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-text p {
    font-size: 0.875rem;
  }
}
.p-about__working-block {
  display: flex;
  gap: 89px;
  align-items: center;
  margin-bottom: 116px;
  max-width: calc(50vw + 600px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-block {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.p-about__working-block .block-img {
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-block .block-img {
    width: 100%;
  }
}
.p-about__working-block .block-img img {
  width: 100%;
  height: auto;
}
.p-about__working-block .block-text {
  width: calc(50% - 89px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-block .block-text {
    width: 100%;
    padding: 0 20px;
  }
}
.p-about__working-block .block-text-flex {
  display: flex;
  gap: 31px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-block .block-text-flex {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.p-about__working-block .block-text-flex + .block-text-flex {
  margin-top: 50px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-block .block-text-flex + .block-text-flex {
    margin-top: 30px;
  }
}
.p-about__working-block .block-text-img {
  width: 160px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-block .block-text-img {
    width: 80px;
  }
}
.p-about__working-block .block-text-img img {
  width: 100%;
  height: auto;
}
.p-about__working-block .block-text-text {
  width: calc(100% - 191px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-block .block-text-text {
    width: calc(100% - 90px);
  }
}
.p-about__working-block .block-text-text h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 19px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-block .block-text-text h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.p-about__working-block .block-text-text p {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-block .block-text-text p {
    width: 100%;
  }
}
.p-about__working-schedule {
  max-width: 1490px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.p-about__working-schedule .schedule-bg {
  background-color: #F6F6F6;
  padding: 40px 150px 90px;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-bg {
    padding: 40px 20px 40px;
  }
}
.p-about__working-schedule .schedule-bg::before {
  content: "";
  position: absolute;
  width: 535px;
  height: auto;
  aspect-ratio: 535/92;
  background-image: url(../img/about/1month.svg);
  background-size: 100% 100%;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-bg::before {
    width: 100%;
  }
}
.p-about__working-schedule .schedule-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-title {
    margin-bottom: 30px;
  }
}
.p-about__working-schedule .schedule-title .en {
  display: block;
  margin-bottom: 10px;
  font-size: 1.375rem;
  color: #E2312B;
  font-weight: 900;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-title .en {
    font-size: 1rem;
  }
}
.p-about__working-schedule .schedule-title h3 {
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-title h3 {
    font-size: 1.25rem;
  }
}
.p-about__working-schedule .schedule-table table {
  width: 100%;
}
.p-about__working-schedule .schedule-table tr {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.p-about__working-schedule .schedule-table td {
  width: calc((100% - 30px) / 7);
  text-align: center;
}
.p-about__working-schedule .schedule-table .dayofweek {
  margin-bottom: 15px;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-table .dayofweek {
    font-size: 0.875rem;
  }
}
.p-about__working-schedule .schedule-table .col {
  background-color: #fff;
  padding: 7px 10px 16px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-table .col {
    padding: 7px 10px 10px;
  }
}
.p-about__working-schedule .schedule-table .col span {
  display: block;
}
.p-about__working-schedule .schedule-table .col .day {
  margin-bottom: 6px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-table .col .day {
    margin-bottom: 0;
  }
}
.p-about__working-schedule .schedule-table .col .holiday {
  border: 1px solid #E2312B;
  border-radius: 2px;
  color: #E2312B;
  font-weight: bold;
  font-size: 1.375rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-table .col .holiday {
    font-size: 0.875rem;
  }
}
.p-about__working-schedule .schedule-table .col .work {
  border: 1px solid #151515;
  color: #fff;
  border-radius: 2px;
  background-color: #151515;
  font-weight: bold;
  font-size: 1.375rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-table .col .work {
    font-size: 0.875rem;
  }
}
.p-about__working-schedule .schedule-table .col .off {
  border: 1px solid #E2312B;
  border-radius: 2px;
  color: #fff;
  background-color: #E2312B;
  font-weight: bold;
  font-size: 1.375rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__working-schedule .schedule-table .col .off {
    font-size: 0.875rem;
  }
}
.p-about__environment {
  position: relative;
  padding: 134px 0 224px;
  background-color: #F6F6F6;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-about__environment::before {
  content: "";
  position: absolute;
  width: 55%;
  height: auto;
  aspect-ratio: 1073/877;
  background-image: url(../img/about/environment-bg.webp);
  background-size: cover;
  top: 0;
  left: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment::before {
    width: 70%;
  }
}
.p-about__environment::after {
  content: "ENVIRONMENT";
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 12.5rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  transform: translateX(-50%);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment::after {
    font-size: 3rem;
    left: 0;
    transform: translateX(0);
  }
}
.p-about__environment-title {
  margin-bottom: 66px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-title {
    margin-bottom: 30px;
  }
}
.p-about__environment-title .front {
  position: relative;
  display: block;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-title .front {
    font-size: 3rem;
    margin-bottom: 8px;
  }
}
.p-about__environment-title h2 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 1;
  padding: 7px 10px;
  background-color: #E2312B;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-title h2 span {
    font-size: 1.125rem;
    padding: 5px 8px 6px 8px;
  }
}
.p-about__environment-title h2 span + br + span {
  margin-top: 6px;
}
.p-about__environment-block {
  max-width: calc(50vw + 600px);
  margin: 0 0 90px auto;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-block {
    max-width: calc(100% - 20px);
    margin: 0 0 40px auto;
  }
}
.p-about__environment-block02 {
  margin: 0 auto 90px 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-block02 {
    margin: 0 auto 40px 0;
  }
}
.p-about__environment-block02 .p-about__environment-img {
  order: 1;
}
.p-about__environment-block02 .p-about__environment-img::before {
  content: "";
  position: absolute;
  width: calc(100% - 56px);
  height: auto;
  aspect-ratio: 367/189;
  background-color: #fff;
  left: 0;
  bottom: -40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-block02 .p-about__environment-img::before {
    bottom: -10px;
  }
}
.p-about__environment-block02 .p-about__environment-text {
  order: 2;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-block02 .p-about__environment-text {
    margin: 0 0 0 auto;
  }
}
.p-about__environment-flex {
  display: flex;
  gap: 90px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-flex {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.p-about__environment-text {
  width: calc(50% - 90px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-text {
    width: calc(100% - 20px);
    order: 2;
    margin: 0 auto 0 0;
  }
}
.p-about__environment-text .title {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-text .title {
    margin-bottom: 20px;
  }
}
.p-about__environment-text .title span {
  font-size: 1.25rem;
  font-weight: bold;
  color: #E2312B;
  padding: 8px 20px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-text .title span {
    font-size: 0.875rem;
    padding: 6px 16px;
  }
}
.p-about__environment-text .title span::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: 0;
  left: 20px;
  transform: translateY(100%);
}
.p-about__environment-text .title h3 {
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-text .title h3 {
    font-size: 1.5rem;
  }
}
.p-about__environment-text .text {
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-text .text {
    font-size: 0.875rem;
  }
}
.p-about__environment-img {
  position: relative;
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-img {
    width: 100%;
    order: 1;
  }
}
.p-about__environment-img::before {
  content: "";
  position: absolute;
  width: calc(100% - 56px);
  height: auto;
  aspect-ratio: 367/189;
  background-color: #fff;
  right: 0;
  bottom: -40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__environment-img::before {
    bottom: -10px;
  }
}
.p-about__environment-img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.p-about__debut {
  padding: 147px 0 401px;
  background-image: url(../img/about/debut-bg.webp);
  background-size: cover;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut {
    padding: 40px 0 60px;
  }
}
.p-about__debut-title {
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-title {
    margin-bottom: 30px;
  }
}
.p-about__debut-title .en {
  display: block;
  color: #E2312B;
  font-weight: 900;
  font-size: 1.375rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-title .en {
    font-size: 1rem;
  }
}
.p-about__debut-title h2 {
  position: relative;
  font-size: 2.25rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-title h2 {
    width: calc(100% - 40px);
    font-size: 1.5rem;
  }
}
.p-about__debut-title h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  background-color: #151515;
  left: -40px;
  bottom: 5px;
  transform: rotate(-30deg);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-title h2::before {
    left: -20px;
    height: 70px;
    transform: rotate(-18deg);
  }
}
.p-about__debut-title h2::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  background-color: #151515;
  right: -40px;
  bottom: 5px;
  transform: rotate(30deg);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-title h2::after {
    right: -20px;
    height: 70px;
    transform: rotate(18deg);
  }
}
.p-about__debut-tab {
  gap: 6px;
}
.p-about__debut-tab .tab {
  cursor: pointer;
  width: calc(50% - 3px);
  padding: 13px 0 11px;
  background-color: #A7A7A7;
}
.p-about__debut-tab .tab.active {
  background-color: #E2312B;
}
.p-about__debut-tab .tab p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.75rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-tab .tab p {
    font-size: 1rem;
  }
}
.p-about__debut-box {
  background-color: #E2312B;
  padding: 75px 80px 110px;
  color: #fff;
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-box {
    padding: 30px 20px;
  }
}
.p-about__debut-box.show {
  display: block;
}
.p-about__debut-box .box-text {
  margin-bottom: 50px;
}
.p-about__debut-box .box-text p {
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-box .box-text p {
    font-size: 0.875rem;
  }
}
.p-about__debut-box .box-flex {
  gap: 48px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-box .box-flex {
    gap: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-box .box-icon {
    width: 100%;
  }
}
.p-about__debut-box .box-icon img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-box .box-icon img {
    max-width: 180px;
    margin: 0 auto 10px;
  }
}
.p-about__debut-box .box-icon .period {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  margin: 0 auto 10px;
  font-size: 0.9375rem;
  border: 1px solid #fff;
  border-radius: 2px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-box .box-icon .period {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}
.p-about__debut-box .box-icon .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-box .box-icon .title {
    font-size: 1rem;
  }
}
.p-about__debut-box .box-arrow {
  display: block;
  width: 15px;
  height: 170px;
  background-image: url(../img/about/debut-arrow.svg);
  background-size: 100% 100%;
  background-repeat: repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__debut-box .box-arrow {
    height: 20px;
    width: 30px;
    background-image: url(../img/about/debut-arrow-sp.svg);
    margin: 0 auto;
  }
}
.p-about__staff {
  padding-top: 60px;
  margin-top: -240px;
  margin-bottom: 130px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff {
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.p-about__staff-title {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-title {
    margin-bottom: 0px;
  }
}
.p-about__staff-title .front {
  position: relative;
  display: block;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  color: #151515;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-title .front {
    font-size: 3rem;
    margin-bottom: 8px;
  }
}
.p-about__staff-title .back {
  position: absolute;
  top: 0;
  left: 250px;
  transform: translateY(50%);
  max-width: 734px;
  width: 100%;
  height: 90px;
  z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-title .back {
    width: calc(100% - 30px);
    height: auto;
    left: 30px;
  }
}
.p-about__staff-title .back img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-title .back img {
    width: 100%;
    height: auto;
  }
}
.p-about__staff-title h2 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 1;
  padding: 7px 10px;
  background-color: #E2312B;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-title h2 span {
    font-size: 1.125rem;
    padding: 5px 8px 6px 8px;
  }
}
.p-about__staff-block {
  position: relative;
  padding-top: 110px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-block {
    padding-top: 20px;
    margin-top: 16px;
  }
}
.p-about__staff-block::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100% - 150px);
  background-color: #313131;
  top: 0;
  left: calc(50% - 50vw);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-block::before {
    height: 200px;
  }
}
.p-about__staff-flex {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
.p-about__staff-item {
  position: relative;
  width: calc(33.33% - 40px);
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-item {
    padding: 0 16px;
  }
}
.p-about__staff-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-item::before {
    width: calc(100% - 32px);
    left: 16px;
  }
}
.p-about__staff-item:hover img {
  transform: scale(1.1);
}
.p-about__staff-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.p-about__staff-item .text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-item .text {
    left: 25px;
  }
}
.p-about__staff-item .name {
  font-size: 1.25rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-item .name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__staff-item .old {
    font-size: 0.875rem;
  }
}
.p-about__staff-slider .slick-list {
  max-width: 230px;
  margin: 0 auto;
  overflow: visible;
}
.p-about__staff-slider .slide-arrow {
  background-color: #E2302B;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
}
.p-about__staff-slider .prev-arrow {
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 120px);
}
.p-about__staff-slider .prev-arrow span {
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  border: 6px solid transparent;
  border-right: 9px solid #fff;
  transform: translate(-50%, -50%);
}
.p-about__staff-slider .next-arrow {
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 120px);
}
.p-about__staff-slider .next-arrow span {
  position: absolute;
  top: 50%;
  left: calc(50% + 4px);
  border: 6px solid transparent;
  border-left: 9px solid #fff;
  transform: translate(-50%, -50%);
}
.p-about__staff-slider .slick-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 16px;
}
.p-about__staff-slider .slick-dots li {
  line-height: 0;
}
.p-about__staff-slider .slick-dots .slick-active button {
  background-color: #E2322B;
}
.p-about__staff-slider .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #A0A0A0;
}
.p-about__staff-btn a {
  margin: 0 auto;
}
.p-about__no1 {
  padding: 113px 0 133px;
  background-image: url(../img/about/no1-bg.webp);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__no1 {
    padding: 40px 0 40px;
  }
}
.p-about__no1-box {
  position: relative;
  background-color: #fff;
  max-width: 1450px;
  margin: 0 auto;
  padding: 70px 125px 100px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__no1-box {
    margin: 0 20px;
    padding: 40px 20px 60px;
  }
}
.p-about__no1-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.p-about__no1-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__no1-title {
    margin-bottom: 30px;
  }
}
.p-about__no1-title h2 {
  max-width: 1040px;
  margin: 0 auto;
}
.p-about__no1-title h2 img {
  width: 100%;
  height: auto;
}
.p-about__no1-lead {
  text-align: center;
}
.p-about__no1-lead p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: 8px solid #F9D170;
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__no1-lead p {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.p-about__no1-text {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__no1-text {
    margin-bottom: 30px;
  }
}
.p-about__no1-text p {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__no1-text p {
    font-size: 0.875rem;
  }
}
.p-about__no1-kome p {
  color: #828181;
  font-size: 0.9375rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__no1-kome p {
    font-size: 0.75rem;
  }
}
.p-about__no1-img {
  position: absolute;
  width: 619px;
  height: auto;
  bottom: -200px;
  right: -100px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__no1-img {
    width: 70vw;
    bottom: -80px;
    right: 0;
  }
}
.p-about__no1-img img {
  width: 100%;
  height: auto;
}
.p-about__faq {
  padding: 170px 0 152px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq {
    padding: 90px 0 60px;
  }
}
.p-about__faq-inner {
  max-width: 1060px;
}
.p-about__faq-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-title {
    margin-bottom: 30px;
  }
}
.p-about__faq-title .en {
  display: block;
  color: #E2312B;
  font-weight: 900;
  font-size: 1.375rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-title .en {
    font-size: 1rem;
  }
}
.p-about__faq-title h2 {
  position: relative;
  font-size: 2.25rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-title h2 {
    font-size: 1.5rem;
  }
}
.p-about__faq-box {
  background-color: #F6F6F6;
  padding: 44px 40px 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-box {
    padding: 30px 20px 30px 0;
    margin-bottom: 20px;
  }
}
.p-about__faq-box:last-of-type {
  margin-bottom: 0;
}
.p-about__faq-q {
  padding-right: 47px;
  padding-left: 47px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-q {
    padding-right: 20px;
    padding-left: 40px;
  }
}
.p-about__faq-q::before {
  content: "Q";
  position: absolute;
  font-family: "Outfit", sans-serif;
  color: #E2302B;
  font-size: 1.5625rem;
  font-weight: 600;
  left: 0;
  line-height: 1;
  top: 3px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-q::before {
    font-size: 1.25rem;
    left: 10px;
  }
}
.p-about__faq-q::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  right: 0;
  top: 50%;
  transition: 0.3s;
}
.p-about__faq-q.active::after {
  top: 40%;
  transform: rotate(135deg);
}
.p-about__faq-q p {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-q p {
    font-size: 1rem;
  }
}
.p-about__faq-a {
  margin-top: 28px;
  padding-left: 47px;
  position: relative;
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-a {
    padding-left: 40px;
    margin-top: 15px;
  }
}
.p-about__faq-a::before {
  content: "A";
  position: absolute;
  font-family: "Outfit", sans-serif;
  color: #0D34B5;
  font-size: 1.5625rem;
  font-weight: 600;
  left: 0;
  line-height: 1;
  top: 3px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-a::before {
    font-size: 1.25rem;
    left: 10px;
  }
}
.p-about__faq-a p {
  line-height: 2;
  font-size: 0.9375rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__faq-a p {
    font-size: 0.875rem;
  }
}
.p-about__faq-a.active {
  display: block;
}
.p-about__anchor {
  position: fixed;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #E6E6E6;
  z-index: 100;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__anchor {
    transform: translate(-100%, -50%);
    transition: 0.3s;
  }
  .p-about__anchor.show {
    transform: translate(0%, -50%);
  }
  .p-about__anchor-click {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: -40px;
    background-color: #151515;
  }
  .p-about__anchor-click::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    top: 15px;
    right: 18px;
    transform: rotate(45deg);
  }
  .p-about__anchor-click.show::before {
    right: 15px;
    transform: rotate(-135deg);
  }
}
.p-about__anchor-links {
  padding: 40px 30px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__anchor-links {
    padding: 30px 20px;
  }
}
.p-about__anchor-link {
  display: block;
  color: #A7A7A7;
  margin-bottom: 25px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-about__anchor-link {
    margin-bottom: 15px;
    font-size: 0.875rem;
  }
}
.p-about__anchor-link:last-of-type {
  margin-bottom: 0;
}
.p-about__anchor-link:hover {
  color: #151515;
}

.p-company {
  overflow: hidden;
}
.p-company__lead {
  padding: 110px 0 100px;
  width: calc(100% - 80px);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__lead {
    padding: 80px 0 0px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-company__lead-scroll p {
  font-size: 5.5rem;
  background: linear-gradient(100deg, #1b2a7b 9%, #33cfc6 35%, #25275b 62%);
  -webkit-background-clip: text;
  color: transparent;
  white-space: nowrap;
  width: 1490px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__lead-scroll p {
    font-size: 2.5rem;
    width: 700px;
  }
}
.p-company__lead-text {
  margin-top: 20px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__lead-text {
    font-size: 1.5rem;
  }
}
.p-company__pmvv {
  padding-top: 120px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv {
    padding: 80px 1.25rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .p-company__pmvv {
    padding: 80px 2.5rem 0;
  }
}
.p-company__pmvv-block {
  gap: 5%;
  margin-bottom: 220px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-block {
    gap: 40px;
    margin-bottom: 80px;
  }
}
.p-company__pmvv-block:nth-of-type(2n) .p-company__pmvv-img {
  order: 2;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-block:nth-of-type(2n) .p-company__pmvv-img {
    order: 1;
  }
}
.p-company__pmvv-block:nth-of-type(2n) .p-company__pmvv-text {
  order: 1;
  padding-right: 0;
  padding-left: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-block:nth-of-type(2n) .p-company__pmvv-text {
    order: 2;
    padding-left: 0;
  }
}
.p-company__pmvv-block:last-of-type {
  margin-bottom: 160px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-block:last-of-type {
    margin-bottom: 80px;
  }
}
.p-company__pmvv-img {
  width: 55%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-company__pmvv-img img {
  border-radius: 32px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-img img {
    border-radius: 16px;
  }
}
.p-company__pmvv-text {
  width: 40%;
  padding-right: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-text {
    width: 100%;
    padding-right: 0;
  }
}
.p-company__pmvv-text .pmvv-text__title {
  margin-bottom: 10px;
}
.p-company__pmvv-text .pmvv-text__p {
  margin-bottom: 20px;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-text .pmvv-text__p {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.p-company__pmvv-text .pmvv-text__p .font-l {
  font-weight: bold;
  display: inline-block;
  margin: 5px 0;
}
.p-company__pmvv-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-title {
    margin-bottom: 8px;
  }
}
.p-company__pmvv-title.purpose::after {
  content: "Purpose";
}
.p-company__pmvv-title.mission::after {
  content: "Mission";
}
.p-company__pmvv-title.vision::after {
  content: "Vision";
}
.p-company__pmvv-title.values::after {
  content: "Values";
}
.p-company__pmvv-title::after {
  position: absolute;
  font-size: 8rem;
  font-weight: 500;
  background: linear-gradient(100deg, #1B2A7B 9%, #33CFC6 35%, #25275B 62%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: Chillax, sans-serif;
  line-height: 1.25;
  opacity: 0.1;
  top: -150px;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__pmvv-title::after {
    font-size: 5rem;
    top: -40px;
  }
}
.p-company__message {
  position: relative;
  padding: 150px 0 180px;
  background-image: linear-gradient(225deg, #F7F8FE 10%, #E8EDF8 100%);
  border-radius: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__message {
    padding: 80px 0;
  }
}
.p-company__message::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise02.png);
  background-size: auto;
  background-repeat: repeat;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-company__message::after {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 160/82;
  background-image: url(../images/company/wave.png);
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-company__message-inner {
  position: relative;
  max-width: calc(1140px + 5rem);
  z-index: 1;
}
.p-company__message-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__message-title {
    margin-bottom: 24px;
  }
}
.p-company__message-flex {
  gap: 100px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__message-flex {
    gap: 10px;
  }
}
.p-company__message-text {
  width: calc(100% - 560px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__message-text {
    order: 2;
    width: 100%;
  }
}
.p-company__message-text .text {
  margin-bottom: 40px;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__message-text .text {
    font-size: 1rem;
  }
}
.p-company__message-text .name {
  display: flex;
  justify-content: right;
  align-items: center;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__message-text .name {
    align-items: flex-end;
    line-height: 1;
  }
}
.p-company__message-text .name span {
  font-size: 1.5rem;
  margin-left: 20px;
}
.p-company__message-img {
  width: 460px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__message-img {
    order: 1;
    width: 100%;
  }
}
.p-company__message-img img {
  border-radius: 32px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__message-img img {
    border-radius: 16px;
  }
}
.p-company__profile {
  padding-top: 160px;
  margin-bottom: 160px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
.p-company__profile-inner {
  width: calc(100% - 80px);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile-inner {
    width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .p-company__profile-inner {
    width: calc(100% - 2.5rem);
  }
}
.p-company__profile-title {
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile-title {
    margin-bottom: 24px;
  }
}
.p-company__profile-flex {
  gap: 5%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile-flex {
    gap: 1.25rem;
  }
}
.p-company__profile-img {
  width: 42%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile-img {
    width: 100%;
  }
}
.p-company__profile-img img {
  border-radius: 32px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile-img img {
    border-radius: 16px;
  }
}
.p-company__profile-text {
  width: 53%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile-text {
    width: 100%;
  }
}
.p-company__profile-text table {
  width: 100%;
  margin-bottom: 6px;
}
.p-company__profile-text tr {
  display: flex;
  gap: 40px;
  background-color: #EFF0F5;
  padding: 45px 40px 45px 60px;
  border-radius: 20px 0 0 20px;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile-text tr {
    gap: 1.25rem;
    padding: 20px 20px 20px 1.25rem;
    border-radius: 16px 0 0 16px;
    margin-bottom: 6px;
  }
}
.p-company__profile-text th {
  font-weight: bold;
  width: 5.7rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile-text th {
    width: 6rem;
    font-size: 1rem;
  }
}
.p-company__profile-text td {
  width: calc(100% - 5.7rem - 40px);
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-company__profile-text td {
    width: calc(100% - 7.25rem);
    font-size: 1rem;
  }
}
.p-company__profile-text td li {
  position: relative;
  padding-left: 1rem;
}
.p-company__profile-text td li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #474751;
  left: 0;
  top: 14px;
}
.p-company__profile-map {
  font-size: 1.125rem;
}
.p-company__profile-map a {
  position: relative;
  color: #263DA4;
  text-decoration: underline;
  padding-right: 30px;
}
.p-company__profile-map a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-image: url(../images/window-icon.svg);
  background-size: 100% 100%;
  bottom: 0;
  right: 20px;
  transform: translate(100%, -40%);
}

.p-service {
  margin-bottom: 80px;
}
.p-service__block {
  gap: 70px;
  align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-service__block {
    padding: 40px 0;
    gap: 1rem;
  }
}
.p-service__block:last-of-type {
  border-bottom: none;
}
.p-service__img {
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-service__img {
    width: 100%;
  }
}
.p-service__img img {
  border-radius: 32px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-service__img img {
    border-radius: 16px;
  }
}
.p-service__text {
  width: calc(50% - 70px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-service__text {
    width: 100%;
  }
}
.p-service__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-service__title {
    margin-bottom: 1rem;
  }
}
.p-service__title h2 {
  font-size: 4rem;
  color: #263DA3;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-service__title h2 {
    font-size: 2rem;
  }
}
.p-service__title span {
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-service__title span {
    font-size: 1.125rem;
  }
}
.p-service__p {
  margin-bottom: 40px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-service__p {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-business__lead {
  padding: 80px 0 160px;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__lead {
    padding: 40px 0 80px;
  }
}
.p-business__lead-scroll p {
  font-size: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  background: linear-gradient(100deg, #1B2A7B 9%, #33CFC6 35%, #25275B 62%);
  -webkit-background-clip: text;
  color: transparent;
  white-space: nowrap;
  line-height: 1.25;
  opacity: 0.1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__lead-scroll p {
    font-size: 3rem;
  }
}
.p-business__lead-inner {
  max-width: calc(1440px + 5rem);
  gap: 5.7%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__lead-inner {
    gap: 20px;
  }
}
.p-business__lead-scroll {
  width: 100%;
}
.p-business__lead-title {
  width: 30rem;
}
.p-business__lead-title.food {
  width: 35rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__lead-title {
    width: 100%;
  }
}
.p-business__lead-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 68px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__lead-title h2 {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.p-business__lead-text {
  width: calc(94.3% - 30rem);
  padding-top: 120px;
}
.p-business__lead-text.food {
  width: calc(94.3% - 35rem);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__lead-text.food {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__lead-text {
    width: 100%;
    padding-top: 0;
  }
}
.p-business__lead-text p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__lead-text p {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-business__title {
  margin-bottom: 40px;
}
.p-business__lists {
  gap: 64px 42px;
  margin-bottom: 150px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__lists {
    gap: 30px 10px;
  }
}
.p-business__list {
  width: calc(33.33% - 28px);
}
@media screen and (min-width: 992px) {
  .p-business__list:hover .p-business__list-img img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__list {
    width: calc(50% - 5px);
  }
}
.p-business__list-img {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__list-img {
    margin-bottom: 8px;
  }
}
.p-business__list-img img {
  display: block;
  border-radius: 16px;
  aspect-ratio: 780/551;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.p-business__list-text {
  position: relative;
  padding-right: 2rem;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__list-text {
    padding-right: 0px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}
.p-business__list-text::before {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 24px;
  background-color: #263DA4;
  right: 0;
  top: 0.35rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__list-text::before {
    display: none;
  }
}
.p-business__list-text::after {
  content: "";
  position: absolute;
  width: 0.35rem;
  height: 0.35rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translate(0rem, -1rem);
  right: 0;
  top: 1.7rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__list-text::after {
    display: none;
  }
}
.p-business__list-text p {
  word-break: break-word;
}
.p-business__list-cats {
  gap: 4px;
}
.p-business__list-cats span {
  background-color: #F7F8FE;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-business__list-cats span {
    font-size: 0.75rem;
  }
}

.p-web__ad {
  position: relative;
  padding: 160px 0;
  background-image: linear-gradient(225deg, #F7F8FE 10%, #E8EDF8 100%);
  border-radius: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad {
    padding: 2.5rem 0 48px;
    border-radius: 20px;
    background-image: linear-gradient(225deg, #E8EDF8 10%, #E8EDF8 100%);
  }
}
.p-web__ad::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise02.png);
  background-size: auto;
  background-repeat: repeat;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-web__ad-bg {
  position: relative;
  z-index: 1;
}
.p-web__ad-lead {
  gap: 3%;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-lead {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-web__ad-lead-text {
  width: calc(97% - 28rem);
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-lead-text {
    width: 100%;
    font-size: 1rem;
  }
}
.p-web__ad-title {
  width: 28rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-title {
    width: 100%;
  }
}
.p-web__ad-cap {
  position: relative;
  margin-bottom: 24px;
  padding-left: 25px;
  line-height: 1.25;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-cap {
    margin-bottom: 16px;
  }
}
.p-web__ad-cap::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #263DA4;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.p-web__ad-contents {
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-contents {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-web__ad-item {
  width: calc(33.33% - 26.67px);
  background-color: rgba(255, 255, 255, 0.35);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-item {
    width: 100%;
    padding: 30px 1.25rem;
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.07);
  }
}
.p-web__ad-item .item__icon {
  width: 192px;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-item .item__icon {
    margin-bottom: 10px;
  }
}
.p-web__ad-item .item__icon img {
  display: block;
}
.p-web__ad-item .item__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-item .item__title {
    margin-bottom: 10px;
  }
}
.p-web__ad-item .item__text {
  line-height: 1.75;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-item .item__text {
    font-size: 0.875rem;
  }
}
.p-web__ad-qualify {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  gap: 40px;
  align-items: center;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-qualify {
    padding: 30px 1.25rem;
    gap: 20px;
  }
}
.p-web__ad-qualify .qualify-img {
  width: 280px;
}
.p-web__ad-qualify .qualify-img img {
  display: block;
}
.p-web__ad-qualify .qualify-text {
  width: calc(100% - 320px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-qualify .qualify-text {
    width: 100%;
  }
}
.p-web__ad-qualify .qualify-text h4 {
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-qualify .qualify-text h4 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__ad-qualify .qualify-text p {
    font-size: 0.875rem;
  }
}
.p-web__site {
  padding: 160px 0 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site {
    padding-top: 80px;
  }
}
.p-web__site-flow {
  position: relative;
  max-width: calc(50vw + 720px);
  margin: 0 0 80px auto;
  padding: 160px 0 160px 80px;
  border-radius: 40px 0 0 40px;
  background-image: linear-gradient(210deg, rgba(26, 99, 151, 0.9490196078) 0%, rgba(7, 20, 86, 0.9490196078) 70%);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow {
    max-width: calc(100vw - 1.25rem);
    margin: 0 0 40px auto;
    border-radius: 30px 0 0 30px;
    padding: 26px 0 26px 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .p-web__site-flow {
    max-width: calc(100vw - 2.5rem);
    padding: 1.25rem 0 1.25rem 2.5rem;
  }
}
.p-web__site-flow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise02.png);
  background-size: auto;
  background-repeat: repeat;
  mix-blend-mode: soft-light;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-web__site-flow .flow__flex {
  position: relative;
  z-index: 1;
}
.p-web__site-flow .flow__caption {
  width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 24px;
  color: #fff;
  padding-left: 25px;
  line-height: 1.25;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__caption {
    width: 100%;
  }
}
.p-web__site-flow .flow__caption::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #fff;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.p-web__site-flow .flow__step {
  width: calc(100% - 350px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step {
    width: calc(100% - 26px);
    margin: 0 0 0 auto;
  }
}
.p-web__site-flow .flow__step-block {
  position: relative;
  padding: 40px 80px;
  background-color: rgba(0, 27, 77, 0.2);
  color: #fff;
  border-radius: 16px 0 0 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step-block {
    padding: 30px 1.25rem;
  }
}
.p-web__site-flow .flow__step-block::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border-left: 1px dotted #fff;
  left: 0;
  top: calc(48px + 2rem);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step-block::before {
    top: 3.5rem;
  }
}
.p-web__site-flow .flow__step-block:last-of-type::before {
  display: none;
}
.p-web__site-flow .flow__step-num {
  position: absolute;
  background-color: #fff;
  color: #263DA4;
  font-size: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 48px;
  transform: translateX(-50%);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step-num {
    width: 2rem;
    font-size: 1rem;
    height: 2rem;
    top: 1.75rem;
  }
}
.p-web__site-flow .flow__step-flex {
  gap: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step-flex {
    gap: 10px;
    align-items: center;
  }
}
.p-web__site-flow .flow__step-img {
  width: 96px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step-img {
    width: 60px;
  }
}
.p-web__site-flow .flow__step-img img {
  width: 100%;
  height: auto;
}
.p-web__site-flow .flow__step-text {
  width: calc(100% - 136px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step-text {
    width: calc(100% - 70px);
  }
}
.p-web__site-flow .flow__step-text h4 {
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step-text h4 {
    margin-bottom: 0;
  }
}
.p-web__site-flow .flow__step-text p {
  line-height: 1.75;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step-text p {
    width: calc(100% + 90px);
    margin-left: -90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__site-flow .flow__step-text-sp {
    font-size: 0.875rem;
  }
}
.p-web__project {
  margin-bottom: 160px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__project {
    margin-bottom: 80px;
  }
}
.p-web__project-caption {
  position: relative;
  margin-bottom: 24px;
  padding-left: 25px;
  line-height: 1.25;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-web__project-caption {
    margin-bottom: 16px;
  }
}
.p-web__project-caption::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #263DA4;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.p-recruit__lead {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__lead {
    padding-top: 40px;
  }
}
.p-recruit__lead-scroll p {
  font-size: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  background: linear-gradient(100deg, #1B2A7B 9%, #33CFC6 35%, #25275B 62%);
  -webkit-background-clip: text;
  color: transparent;
  white-space: nowrap;
  line-height: 1.25;
  opacity: 0.1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__lead-scroll p {
    font-size: 3rem;
  }
}
.p-recruit__lead-inner {
  max-width: calc(1360px + 5rem);
}
.p-recruit__lead-flex {
  gap: 2%;
  margin-bottom: 140px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__lead-flex {
    gap: 20px;
    margin-bottom: 80px;
  }
}
.p-recruit__lead-text {
  width: 47%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__lead-text {
    width: 100%;
    order: 2;
  }
}
.p-recruit__lead-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__lead-text h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.p-recruit__lead-text p {
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__lead-text p {
    font-size: 1rem;
  }
}
.p-recruit__lead-img {
  width: 51%;
  display: flex;
  gap: 58px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__lead-img {
    width: 100%;
    order: 1;
    gap: 10px;
  }
}
.p-recruit__lead-img .img01 {
  display: block;
  width: calc(50% - 29px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 90px;
  border-radius: 16px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__lead-img .img01 {
    width: calc(50% - 5px);
    height: auto;
    margin-top: 40px;
  }
}
.p-recruit__lead-img .img02 {
  border-radius: 16px;
  display: block;
  width: calc(50% - 29px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__lead-img .img02 {
    width: calc(50% - 5px);
    height: auto;
    margin-bottom: 40px;
  }
}
.p-recruit__personality {
  position: relative;
  padding: 160px 0;
  background-image: linear-gradient(225deg, #F7F8FE 10%, #E8EDF8 100%);
  border-radius: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__personality {
    padding: 3.5rem 0 2.5rem;
    border-radius: 16px;
  }
}
.p-recruit__personality::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise02.png);
  background-size: auto;
  background-repeat: repeat;
  top: 0;
  left: 0;
  border-radius: 40px;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__personality::before {
    border-radius: 16px;
  }
}
.p-recruit__personality-inner {
  position: relative;
  z-index: 1;
}
.p-recruit__personality #personality {
  display: block;
  padding-top: 160px;
  margin-top: -160px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__personality #personality {
    padding-top: 5.5rem;
    margin-top: -5.5rem;
  }
}
.p-recruit__personality-flex {
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__personality-flex {
    gap: 0px;
  }
}
.p-recruit__personality-text {
  width: 36rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__personality-text {
    order: 2;
    width: 100%;
  }
}
.p-recruit__personality-text .lead {
  margin-bottom: 30px;
}
.p-recruit__personality-text .text {
  font-size: 1.125rem;
  margin-bottom: 14px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__personality-text .text {
    font-size: 1rem;
  }
}
.p-recruit__personality-img {
  width: calc(100% - 38rem);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__personality-img {
    order: 1;
    width: 100%;
  }
}
.p-recruit__personality-btm {
  margin-top: -70px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__personality-btm {
    margin-top: -20px;
    aspect-ratio: 5/2;
  }
  .p-recruit__personality-btm img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-recruit__member {
  padding: 180px 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member {
    padding: 80px 0;
  }
}
.p-recruit__member-flex {
  gap: 10%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member-flex {
    gap: 20px;
  }
}
.p-recruit__member-title {
  width: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member-title {
    width: 100%;
  }
}
.p-recruit__member-block {
  width: calc(90% - 15rem);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member-block {
    width: 100%;
  }
}
.p-recruit__member-box {
  padding: 40px;
  border-radius: 16px;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  gap: 40px;
}
.p-recruit__member-box:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member-box {
    padding: 30px 1.25rem;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.p-recruit__member-box .box-img {
  width: 200px;
}
.p-recruit__member-box .box-img img {
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member-box .box-img {
    width: 100%;
  }
  .p-recruit__member-box .box-img img {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}
.p-recruit__member-box .box-text {
  width: calc(100% - 240px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member-box .box-text {
    width: 100%;
  }
}
.p-recruit__member-box .box-text__name {
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member-box .box-text__name {
    margin-bottom: 5px;
  }
}
.p-recruit__member-box .box-text__position {
  display: inline-block;
  padding: 2px 20px;
  background-color: #F7F8FE;
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.8125rem;
  margin-bottom: 30px;
  border-radius: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member-box .box-text__position {
    margin-bottom: 15px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__member-box .box-text__text {
    font-size: 0.9375rem;
  }
}
.p-recruit__provide {
  position: relative;
  padding: 160px 0;
  border-radius: 40px;
  background-image: linear-gradient(-150deg, #1A6397, #25275b);
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide {
    padding: 80px 0;
    border-radius: 30px;
  }
}
.p-recruit__provide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise02.png);
  background-size: auto;
  background-repeat: repeat;
  mix-blend-mode: soft-light;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-recruit__provide-inner {
  position: relative;
  z-index: 1;
}
.p-recruit__provide-title {
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-title {
    margin-bottom: 24px;
  }
}
.p-recruit__provide-title::before {
  background-image: linear-gradient(200deg, #1A6397, #071456);
}
.p-recruit__provide-title .en {
  color: #fff;
}
.p-recruit__provide-flex {
  justify-content: space-between;
  margin-bottom: 120px;
}
.p-recruit__provide-flex:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-flex {
    gap: 20px;
    margin-bottom: 60px;
  }
  .p-recruit__provide-flex:last-of-type {
    margin-bottom: 0;
  }
}
.p-recruit__provide-caption {
  width: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 24px;
  color: #fff;
  padding-left: 25px;
  line-height: 1.25;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-caption {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-recruit__provide-caption::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #fff;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.p-recruit__provide-step {
  width: calc(100% - 400px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step {
    width: 100%;
  }
}
.p-recruit__provide-step .step-block {
  position: relative;
  padding: 60px;
  background-color: rgba(0, 27, 77, 0.2);
  color: #fff;
  border-radius: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-block {
    padding: 1.5rem 1.25rem 1.5rem 2rem;
    width: calc(100% - 26px);
    margin: 0 0 24px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-block {
    padding: 1.5rem 1.25rem;
  }
}
.p-recruit__provide-step .step-num {
  position: absolute;
  background-color: #fff;
  color: #263DA4;
  font-size: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 48px;
  transform: translateX(-50%);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-num {
    width: 2rem;
    font-size: 1rem;
    height: 2rem;
    top: 1.4rem;
  }
}
.p-recruit__provide-step .step-flex {
  gap: 60px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-flex {
    gap: 0px;
    align-items: center;
  }
}
.p-recruit__provide-step .step-text {
  width: calc(100% - 370px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-text {
    width: 100%;
  }
}
.p-recruit__provide-step .step-text h4 {
  margin-bottom: 14px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-text h4 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-text img {
    margin-bottom: 10px;
    border-radius: 16px;
  }
}
.p-recruit__provide-step .step-text p {
  line-height: 1.75;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-text p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-text-sp {
    font-size: 0.875rem;
  }
}
.p-recruit__provide-step .step-img {
  width: 310px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-step .step-img {
    width: 100%;
  }
}
.p-recruit__provide-step .step-img img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.p-recruit__provide-welfare {
  gap: 24px;
  width: calc(100% - 400px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-welfare {
    width: 100%;
  }
}
.p-recruit__provide-welfare .welfare-block {
  padding: 40px;
  width: calc(50% - 12px);
  background-color: rgba(0, 27, 77, 0.2);
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-welfare .welfare-block {
    padding: 1.5rem 1.25rem;
    width: 100%;
  }
}
.p-recruit__provide-welfare .welfare-block.w100 {
  width: 100%;
}
.p-recruit__provide-welfare .welfare-icon {
  margin-bottom: 24px;
  max-width: 192px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-welfare .welfare-icon {
    max-width: 160px;
    margin-bottom: 10px;
  }
}
.p-recruit__provide-welfare .welfare-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-welfare .welfare-title {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__provide-welfare .welfare-text {
    font-size: 0.875rem;
  }
}
.p-recruit__job {
  padding: 160px 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__job {
    padding: 80px 0;
  }
}
.p-recruit__job-title {
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__job-title {
    margin-bottom: 24px;
  }
}
.p-recruit__job-flex {
  gap: 160px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__job-flex {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.p-recruit__job-caption {
  width: 240px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  font-weight: 700;
  margin-bottom: 24px;
  padding-left: 25px;
  line-height: 1.25;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__job-caption {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-recruit__job-caption::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #263DA3;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.p-recruit__job-links {
  width: calc(100% - 400px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__job-links {
    width: 100%;
  }
}
.p-recruit__job-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  font-size: 0.875rem;
  background-color: #EFF0F5;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__job-link {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 0.875rem;
    padding: 0.875rem;
  }
}
.p-recruit__job-link p {
  font-weight: bold;
  transition: 0.3s;
  font-size: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruit__job-link p {
    font-size: 1rem;
  }
}
.p-recruit__job-link .btn__arrow {
  transition: 0.3s;
  font-size: 2em;
}
.p-recruit__job-link .link-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background-color: transparent;
  color: #fff;
  background-color: #263da4;
}
.p-recruit__job-link .link-arrow:before {
  position: relative;
  content: "";
  display: block;
  font-size: 0.25em;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 0.25em;
  transform: translate(-20%) rotate(45deg);
}
@media screen and (min-width: 992px) {
  .p-recruit__job-link:hover p {
    color: #263DA4;
  }
  .p-recruit__job-link:hover .btn__arrow {
    transform: translateX(10px);
  }
}

.p-recruitSingle {
  padding: 40px 0 150px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruitSingle {
    padding-bottom: 80px;
  }
}
.p-recruitSingle__inner {
  max-width: calc(1100px + 5rem);
}
.p-recruitSingle__title {
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruitSingle__title {
    margin-bottom: 40px;
  }
}
.p-recruitSingle__title p {
  color: #263DA4;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruitSingle__title p {
    font-size: 1rem;
  }
}
.p-recruitSingle__title h1 {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruitSingle__title h1 {
    font-size: 1.75rem;
  }
}
.p-recruitSingle__title-cat {
  gap: 4px;
}
.p-recruitSingle__title-cat .cat {
  background-color: #F7F8FE;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruitSingle__title-cat .cat {
    font-size: 0.75rem;
  }
}
.p-recruitSingle__table {
  margin-bottom: 66px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruitSingle__table {
    margin-bottom: 40px;
  }
}
.p-recruitSingle__table table {
  width: 100%;
}
.p-recruitSingle__table tr {
  display: flex;
  margin-bottom: 24px;
  background-color: #F7F8FE;
  border-radius: 16px;
  padding: 40px 60px;
  gap: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruitSingle__table tr {
    gap: 0;
    padding: 20px 20px;
    flex-wrap: wrap;
  }
  .p-recruitSingle__table tr:last-of-type {
    margin-bottom: 0;
  }
}
.p-recruitSingle__table th {
  width: 180px;
  padding: 10px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruitSingle__table th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
}
.p-recruitSingle__table td {
  width: calc(100% - 204px);
  padding: 10px 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-recruitSingle__table td {
    width: 100%;
  }
}
.p-recruitSingle__btn {
  text-align: center;
}

.p-news {
  margin-top: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news {
    margin-top: 60px;
  }
}
.p-news__inner {
  max-width: calc(1100px + 5rem);
}
.p-news__cat {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__cat {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.p-news__cat-child {
  display: block;
  padding: 15px 25px;
  border-radius: 50px;
  color: #666666;
  border: 1px solid #263DA3;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__cat-child {
    padding: 10px 15px;
    font-size: 0.75rem;
  }
}
.p-news__cat-child.active {
  background-color: #263DA3;
  color: #fff;
}
.p-news__cat-child:hover {
  background-color: #263DA3;
  color: #fff;
}
.p-news__lists {
  border-top: 1px solid #E9E9E9;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__lists {
    margin-bottom: 40px;
  }
}
.p-news__list {
  padding: 1em 0;
  border-bottom: 1px solid #E9E9E9;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__list {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-news__list:hover .p-news__list-title {
    color: #041978;
  }
  .p-news__list:hover .p-news__list-arrow {
    transform: translateX(10px);
  }
}
.p-news__list-text {
  gap: 0.5em;
  align-items: center;
  width: calc(100% - 30px);
}
.p-news__list-date {
  color: #000;
  line-height: 1;
  opacity: 0.5;
  font-size: 90%;
}
.p-news__list-cat {
  color: currentColor;
  background-color: #ebf0f1;
  border-radius: 20px;
  font-size: 75%;
  padding: 0.15em 0.75em;
  text-align: center;
  min-width: 4em;
  line-height: 1.5;
}
.p-news__list-title {
  width: 100%;
  transition: 0.3s;
}
.p-news__list-arrow {
  transition: 0.3s;
  width: 24px;
}
.p-news__list .link-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: #fff;
  background-color: #263da4;
}
.p-news__list .link-arrow:before {
  position: relative;
  content: "";
  display: block;
  font-size: 0.25em;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 0.25em;
  transform: translate(-20%) rotate(45deg);
}
.p-news__pagination {
  margin-top: 80px;
  margin-bottom: 150px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__pagination {
    margin: 40px 0 60px;
  }
}
.p-news__pagination-block {
  background-color: #F1F2F8;
  padding: 40px;
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__pagination-block {
    padding: 20px 20px 40px;
  }
}
.p-news__pagination-block .pagination {
  gap: 9px;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 180px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__pagination-block .pagination {
    gap: 20px 8px;
    padding: 0 0 30px;
    width: 100%;
  }
}
.p-news__pagination-block .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1;
  width: 32px;
  height: 32px;
  font-family: Chillax, sans-serif;
  order: 2;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__pagination-block .pagination .page-numbers {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-news__pagination-block .pagination .current {
  background-color: #263DA4;
  color: #fff;
  border-radius: 32px;
}
.p-news__pagination-block .pagination .dots {
  position: relative;
}
.p-news__pagination-block .pagination .dots::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #263DA4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-news__pagination-block .pagination .prev {
  position: absolute;
  width: 100px;
  height: 32px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(3, 3, 3, 0.08);
  margin-right: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__pagination-block .pagination .prev {
    width: 50%;
    margin-right: 0;
    border-right: none;
    order: 1;
    top: auto;
    bottom: -20px;
  }
}
.p-news__pagination-block .pagination .prev::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #263DA3;
  border-left: 1px solid #263DA3;
  transform: rotate(-45deg);
  left: 10px;
  top: 35%;
}
.p-news__pagination-block .pagination .next {
  position: absolute;
  width: 100px;
  height: 32px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(3, 3, 3, 0.08);
  margin-left: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-news__pagination-block .pagination .next {
    width: 50%;
    margin-left: 0;
    order: 1;
    top: auto;
    bottom: -20px;
  }
}
.p-news__pagination-block .pagination .next::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #263DA3;
  border-bottom: 1px solid #263DA3;
  transform: rotate(-45deg);
  right: 10px;
  top: 35%;
}

.p-newsSingle__kv {
  height: 177px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__kv {
    height: 100px;
  }
}
.p-newsSingle__bg {
  position: relative;
  padding: 100px 0 230px;
  margin-bottom: -80px;
  border-radius: 40px;
  background-image: linear-gradient(225deg, #F7F8FE 10%, #E8EDF8 100%);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__bg {
    padding: 80px 0 160px;
    border-radius: 16px;
  }
}
.p-newsSingle__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise02.png);
  background-size: auto;
  background-repeat: repeat;
  border-radius: 40px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__bg::before {
    border-radius: 16px;
  }
}
.p-newsSingle__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1080px - 5rem);
}
.p-newsSingle__block {
  padding: 80px 60px 100px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__block {
    padding: 1.75rem 1.25rem;
    margin-bottom: 40px;
  }
}
.p-newsSingle__title {
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid #DBDBFA;
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__title {
    padding-bottom: 30px;
  }
}
.p-newsSingle__title p {
  color: #263DA4;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__title p {
    margin-bottom: 8px;
  }
}
.p-newsSingle__title h1 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__title h1 {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
.p-newsSingle__title-cat {
  gap: 0.5em;
}
.p-newsSingle__title-cat .cat {
  color: currentColor;
  background-color: #ebf0f1;
  border-radius: 20px;
  font-size: 75%;
  padding: 0.15em 0.75em;
  text-align: center;
  min-width: 4em;
  line-height: 1.5;
}
.p-newsSingle__meta {
  gap: 1em;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__meta {
    gap: 0.5em;
    font-size: 1rem;
  }
}
.p-newsSingle__date {
  line-height: 1.5;
  color: #000;
  font-size: 90%;
  opacity: 0.5;
}
.p-newsSingle__content img {
  display: block;
  margin-bottom: 48px;
  max-width: 100%;
  width: auto;
  border-radius: 16px;
}
.p-newsSingle__content iframe {
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 16/9;
}
.p-newsSingle__content h1 {
  position: relative;
  margin-bottom: 24px;
  padding-left: 28px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content h1 {
    font-size: 1.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.p-newsSingle__content h1::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(200deg, #b9ebff, #a3addc);
  border-radius: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content h1::before {
    width: 0.75rem;
    height: 0.75rem;
    top: calc(50% - 0.375rem);
  }
}
.p-newsSingle__content h2 {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 2px solid #263DA4;
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content h2 {
    font-size: 1.125rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.p-newsSingle__content h3 {
  position: relative;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 20px;
  border-left: 3px solid #263DA4;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-newsSingle__content h4 {
  position: relative;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 17px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content h4 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-newsSingle__content h4::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #263DA4;
  border-radius: 9px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-newsSingle__content h5, .p-newsSingle__content h6 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content h5, .p-newsSingle__content h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-newsSingle__content p, .p-newsSingle__content pre {
  font-size: 1.125rem;
  margin-bottom: 50px;
  color: #494B53;
  word-break: break-word;
  white-space: normal;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content p, .p-newsSingle__content pre {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.p-newsSingle__content .has-background {
  border-radius: 10px;
  padding: 50px 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content .has-background {
    padding: 30px 20px;
    margin-bottom: 2rem;
  }
}
.p-newsSingle__content .has-background.stylenone {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content .has-background.stylenone {
    margin-bottom: 0;
  }
}
.p-newsSingle__content .has-background + .has-background {
  border-radius: 0 0 10px 10px;
  padding-top: 0;
}
.p-newsSingle__content ol {
  font-size: 1.125rem;
  padding-left: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content ol {
    margin-bottom: 30px;
  }
}
.p-newsSingle__content ol li {
  font-size: 1.125rem;
  list-style: auto;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content ol li {
    font-size: 1rem;
  }
}
.p-newsSingle__content ul {
  padding-left: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content ul {
    margin-bottom: 30px;
  }
}
.p-newsSingle__content ul li {
  font-size: 1.125rem;
  list-style: disc;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-newsSingle__content ul li {
    font-size: 1rem;
  }
}
.p-newsSingle__content a {
  margin-left: 8px;
  color: #263DA4;
}
.p-newsSingle__content a[target=_blank] {
  padding-right: 30px;
  position: relative;
}
.p-newsSingle__content a[target=_blank]::before {
  content: "";
  position: absolute;
  width: 13px;
  height: auto;
  aspect-ratio: 1352/1200;
  background-image: url(../images/window-icon.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  bottom: 0;
  right: 20px;
  transform: translate(100%, -40%);
}
.p-newsSingle__btn {
  text-align: center;
}
.p-newsSingle__btn .btn {
  padding: 0.25em 1.5rem 0.25em 1em;
}
.p-newsSingle__btn .btn:hover .btn__arrow {
  transform: translate(-25%);
}
.p-newsSingle__btn .link-arrow::before {
  transform: translate(0%) rotate(225deg);
}
.p-newsSingle__btn .btn__text {
  text-align: center;
}

.p-works__top {
  padding-top: 150px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__top {
    padding-top: 100px;
  }
}
.p-works__top-flex {
  gap: 60px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__top-flex {
    gap: 20px;
  }
}
.p-works__top-text {
  width: calc(46% - 60px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__top-text {
    width: 100%;
  }
}
.p-works__top-text p {
  color: #263DA4;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__top-text p {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.p-works__top-text h1 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__top-text h1 {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.p-works__top-cat {
  gap: 4px;
}
.p-works__top-cat .cat {
  background-color: #F7F8FE;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__top-cat .cat {
    font-size: 0.75rem;
  }
}
.p-works__top-img {
  width: 54%;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__top-img {
    width: 100%;
  }
}
.p-works__top-img img {
  border-radius: 16px;
}
.p-works__bg {
  margin-top: 50px;
  padding: 100px 0 156px;
  border-radius: 40px;
  background-image: linear-gradient(150deg, #F7F8FE, #E8EDF8);
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__bg {
    margin-top: 40px;
    padding: 80px 0;
    border-radius: 16px;
  }
}
.p-works__bg::before {
  content: "";
  position: absolute;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise02.png);
  background-size: auto;
  background-repeat: repeat;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__bg::before {
    border-radius: 16px;
  }
}
.p-works__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1080px + 5rem);
}
.p-works__block {
  background-color: #fff;
  border-radius: 16px;
  padding: 44px 60px;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__block {
    padding: 1.5rem 1.25rem;
    margin-bottom: 40px;
  }
}
.p-works__block:last-of-type {
  margin-bottom: 0;
}
.p-works__table table {
  width: 100%;
}
.p-works__table tr {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__table tr {
    gap: 10px;
  }
}
.p-works__table tr:last-of-type {
  margin-bottom: 0;
}
.p-works__table th {
  width: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__table th {
    width: calc(40% - 10px);
  }
}
.p-works__table td {
  width: calc(100% - 160px);
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__table td {
    font-size: 1rem;
    width: 60%;
  }
}
.p-works__table td a {
  color: #263DA4;
  padding-right: 30px;
  position: relative;
}
.p-works__table td a::before {
  content: "";
  position: absolute;
  width: 13px;
  height: auto;
  aspect-ratio: 1352/1200;
  background-image: url(../images/window-icon.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  bottom: 0;
  right: 20px;
  transform: translate(100%, -40%);
}
.p-works__content {
  padding: 36px 0 0px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content {
    padding: 30px 0 0;
  }
}
.p-works__content img {
  display: block;
  margin-bottom: 48px;
  border-radius: 16px;
  max-width: 100%;
  width: auto;
}
.p-works__content img.aligncenter {
  margin: 0 auto 48px;
}
.p-works__content img.alignright {
  margin: 0 0 48px auto;
}
.p-works__content h1 {
  position: relative;
  margin-bottom: 24px;
  padding-left: 28px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content h1 {
    font-size: 1.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.p-works__content h1::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(200deg, #b9ebff, #a3addc);
  border-radius: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content h1::before {
    width: 0.75rem;
    height: 0.75rem;
    top: calc(50% - 0.375rem);
  }
}
.p-works__content h2 {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 2px solid #263DA4;
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content h2 {
    font-size: 1.125rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.p-works__content h3 {
  position: relative;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 20px;
  border-left: 3px solid #263DA4;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-works__content h4 {
  position: relative;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 17px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content h4 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-works__content h4::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #263DA4;
  border-radius: 9px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-works__content h5, .p-works__content h6 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content h5, .p-works__content h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-works__content p, .p-works__content pre {
  font-size: 1.125rem;
  margin-bottom: 50px;
  color: #494B53;
  word-break: break-word;
  white-space: normal;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content p, .p-works__content pre {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
}
.p-works__content ol {
  font-size: 1.125rem;
  padding-left: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content ol {
    margin-bottom: 1.5rem;
  }
}
.p-works__content ol li {
  font-size: 1.125rem;
  list-style: auto;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content ol li {
    font-size: 1rem;
  }
}
.p-works__content ul {
  padding-left: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content ul {
    margin-bottom: 1.5rem;
  }
}
.p-works__content ul li {
  font-size: 1.125rem;
  list-style: disc;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__content ul li {
    font-size: 1rem;
  }
}
.p-works__content a {
  margin-left: 8px;
  color: #263DA4;
}
.p-works__content a[target=_blank] {
  padding-right: 30px;
  position: relative;
}
.p-works__content a[target=_blank]::before {
  content: "";
  position: absolute;
  width: 13px;
  height: auto;
  aspect-ratio: 1352/1200;
  background-image: url(../images/window-icon.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  bottom: 0;
  right: 20px;
  transform: translate(100%, -40%);
}
.p-works__others {
  padding: 120px 0 150px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__others {
    padding: 80px 0;
  }
}
.p-works__others-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__others-title {
    margin-bottom: 20px;
  }
}
.p-works__others-lists {
  gap: 42px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__others-lists {
    gap: 30px 10px;
  }
}
.p-works__others-list {
  width: calc(33.33% - 28px);
}
@media screen and (min-width: 992px) {
  .p-works__others-list:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__others-list {
    width: calc(50% - 5px);
  }
}
.p-works__others-list .img {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__others-list .img {
    margin-bottom: 8px;
  }
}
.p-works__others-list .img img {
  display: block;
  border-radius: 16px;
  aspect-ratio: 780/551;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.p-works__others-list p {
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__others-list p {
    margin-bottom: 5px;
  }
}
.p-works__others-cat {
  gap: 4px;
}
.p-works__others-cat .cat {
  background-color: #F7F8FE;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__others-cat .cat {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-works__others-btn {
    text-align: center;
  }
}
.p-works__others-btn .btn {
  padding: 0.25em 1.5rem 0.25em 1em;
}
.p-works__others-btn .btn:hover .btn__arrow {
  transform: translate(-25%);
}
.p-works__others-btn .link-arrow::before {
  transform: translate(0%) rotate(225deg);
}
.p-works__others-btn .btn__text {
  text-align: center;
}

.p-contact__bg {
  position: relative;
  padding: 100px 0 230px;
  margin-bottom: -80px;
  border-radius: 40px;
  background-image: linear-gradient(225deg, #F7F8FE 10%, #E8EDF8 100%);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__bg {
    padding: 80px 0 160px;
    border-radius: 16px;
  }
}
.p-contact__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise02.png);
  background-size: auto;
  background-repeat: repeat;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__bg::before {
    border-radius: 16px;
  }
}
.p-contact__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1080px - 5rem);
}
.p-contact__block {
  padding: 80px 60px 100px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__block {
    padding: 40px 1.25rem;
  }
}
.p-contact__lead {
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__lead {
    margin-bottom: 40px;
  }
}
.p-contact__lead .text {
  font-size: 1.125rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__lead .text {
    font-size: 1rem;
  }
}
.p-contact__lead .attention {
  font-size: 0.8125rem;
  color: #666;
}
.p-contact__lead .attention .hissu {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 4px;
  color: #fff;
  margin-right: 4px;
  background-color: #263DA4;
  border-radius: 2px;
}
.p-contact__flow {
  margin-bottom: 50px;
}
.p-contact__flow-arrow {
  position: relative;
  width: 33.33%;
  height: 58px;
  background-color: #F1F2F8;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow {
    height: 54px;
  }
}
.p-contact__flow-arrow p {
  width: 100%;
  position: relative;
  color: #0D0F1A;
  font-weight: bold;
  opacity: 0.55;
  z-index: 2;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow p {
    font-size: 0.75rem;
  }
}
.p-contact__flow-arrow.input {
  border-radius: 4px 0 0 4px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow.input {
    width: 30%;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow.confirm {
    width: 40%;
  }
}
.p-contact__flow-arrow.confirm::before {
  content: "";
  position: absolute;
  border: 29px solid transparent;
  border-left: 15px solid #aaa;
  border-right: 0;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow.confirm::before {
    border: 27px solid transparent;
    border-left: 15px solid #aaa;
    border-right: 0;
  }
}
.p-contact__flow-arrow.confirm::after {
  content: "";
  position: absolute;
  border: 29px solid transparent;
  border-left: 15px solid #F1F2F8;
  border-right: 0;
  top: 0;
  right: 1px;
  transform: translateX(100%);
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow.confirm::after {
    border: 27px solid transparent;
    border-left: 15px solid #F1F2F8;
    border-right: 0;
  }
}
.p-contact__flow-arrow.thanks {
  border-radius: 0 4px 4px 0;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow.thanks {
    width: 30%;
  }
}
.p-contact__flow-arrow.active {
  background-color: #193264;
}
.p-contact__flow-arrow.active p {
  color: #fff;
  opacity: 1;
}
.p-contact__flow-arrow.active.input::before {
  content: "";
  position: absolute;
  border: 29px solid transparent;
  border-left: 15px solid #193264;
  border-right: 0;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow.active.input::before {
    border: 27px solid transparent;
    border-left: 15px solid #193264;
    border-right: 0;
  }
}
.p-contact__flow-arrow.active.confirm::before {
  content: "";
  position: absolute;
  border: 29px solid transparent;
  border-left: 15px solid #F1F2F8;
  border-right: 0;
  top: 0;
  left: 0;
  right: auto;
  transform: translateX(0);
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow.active.confirm::before {
    border: 27px solid transparent;
    border-left: 15px solid #F1F2F8;
    border-right: 0;
  }
}
.p-contact__flow-arrow.active.confirm::after {
  content: "";
  position: absolute;
  border: 29px solid transparent;
  border-left: 15px solid #193264;
  border-right: 0;
  top: 0;
  right: 0px;
  transform: translateX(100%);
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__flow-arrow.active.confirm::after {
    border: 27px solid transparent;
    border-left: 15px solid #193264;
    border-right: 0;
  }
}
.p-contact__form-flex {
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__form-flex {
    gap: 16px;
  }
}
.p-contact__form-flex.align-top {
  align-items: flex-start;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__form-flex.align-top-tab {
    align-items: flex-start;
  }
  .p-contact__form-flex.align-top-tab .p-contact__form-td {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-contact__form-flex.align-top-tab .p-contact__form-td span {
    width: 100%;
  }
}
.p-contact__form-th {
  width: 224px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__form-th {
    width: 100%;
  }
}
.p-contact__form-th .hissu {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 4px;
  color: #fff;
  margin-right: 4px;
  background-color: #263DA4;
  border-radius: 2px;
}
.p-contact__form-th .nini {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 4px;
  color: #666;
  margin-right: 4px;
  background-color: #F1F3F3;
  border-radius: 2px;
}
.p-contact__form-td {
  width: calc(100% - 234px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__form-td {
    width: 100%;
  }
}
.p-contact__form-td .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.p-contact__form-td .wpcf7-list-item {
  margin: 0;
}
.p-contact__form-td .wpcf7-form-control.radio input {
  display: none;
}
.p-contact__form-td .wpcf7-form-control .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.p-contact__form-td .wpcf7-form-control .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #DDDDDD;
}
.p-contact__form-td .wpcf7-form-control .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 5px;
  top: 50%;
  background-color: #263DA4;
  transform: translateY(-50%);
  opacity: 0;
}
.p-contact__form-td .wpcf7-form-control.radio input:checked + .wpcf7-list-item-label::before {
  border: 1px solid #263DA4;
}
.p-contact__form-td .wpcf7-form-control.radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact__form-td .text, .p-contact__form-td .textarea {
  background-color: #F1F2F8;
  padding: 12px 10px;
  border-radius: 5px;
  width: 100%;
}
.p-contact__form-td .text::-moz-placeholder, .p-contact__form-td .textarea::-moz-placeholder {
  color: #ccc;
}
.p-contact__form-td .text::placeholder, .p-contact__form-td .textarea::placeholder {
  color: #ccc;
}
.p-contact__form-privacy {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.p-contact__form-text {
  margin-bottom: 14px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__form-text {
    font-size: 0.875rem;
  }
}
.p-contact__form-text a {
  color: #263DA4;
  font-weight: bold;
  border-bottom: 1px solid #263DA4;
}
.p-contact__form-check {
  font-weight: bold;
}
.p-contact__form-check .wpcf7-form-control.checkbox input {
  display: none;
}
.p-contact__form-check .wpcf7-form-control .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.p-contact__form-check .wpcf7-form-control .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #DDDDDD;
}
.p-contact__form-check .wpcf7-form-control .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  border-bottom: 3px solid #263DA4;
  border-left: 3px solid #263DA4;
  left: 3px;
  top: 50%;
  transform: translateY(-70%) rotate(-45deg);
  opacity: 0;
}
.p-contact__form-check .wpcf7-form-control.checkbox input:checked + .wpcf7-list-item-label::before {
  border: 1px solid #263DA4;
}
.p-contact__form-check .wpcf7-form-control.checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact__form-submit {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.p-contact__form-submit .submit {
  width: 400px;
  max-width: calc(50% - 20px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__form-submit .submit {
    width: 70%;
    max-width: 100%;
    text-align: center;
  }
  .p-contact__form-submit .submit .wpcf7-spinner {
    display: none;
  }
}
.p-contact__form-submit .submit input {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #263DA4;
  border-radius: 40px;
  height: 64px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__form-submit .submit input {
    height: 3.5rem;
    width: 100%;
  }
}
.p-contact__form-submit .back {
  width: 200px;
  max-width: calc(50% - 20px);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__form-submit .back {
    width: 30%;
    max-width: 100%;
  }
}
.p-contact__form-submit .back input {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  height: 64px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-contact__form-submit .back input {
    height: 3.5rem;
    width: 100%;
  }
}
.p-contact__form-google {
  font-size: 0.875rem;
}
.p-contact__form-google a {
  color: #263DA4;
  border-bottom: 1px solid #263DA4;
}

.p-contact__form--input .back {
  display: none;
}

.p-thanks__message {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-thanks__message {
    margin-bottom: 30px;
  }
}
.p-thanks__message .font-l {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.p-thanks__btn {
  text-align: center;
}

.p-page {
  background-color: #fff;
  padding: 80px 0 160px;
}
@media (max-width: 767.9px) {
  .p-page {
    padding: 40px 0 80px;
  }
}
.p-page__inner {
  max-width: 1040px;
}
.p-page__block p, .p-page__block pre {
  margin-top: 30px;
  word-break: break-word;
  white-space: normal;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-page__block p, .p-page__block pre {
    margin-top: 10px;
  }
}
.p-page__block p + p, .p-page__block pre + p {
  margin-top: 10px;
}
.p-page__block p + pre, .p-page__block pre + pre {
  margin-top: 10px;
}
.p-page__block ol {
  margin-top: 30px;
  list-style: auto;
  padding-left: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-page__block ol {
    margin-top: 10px;
  }
}
.p-page__block ol ul {
  margin-top: 10px;
  margin-bottom: 30px;
}
.p-page__block ul {
  margin-top: 30px;
  list-style: disc;
  padding-left: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-page__block ul {
    margin-top: 10px;
  }
}
.p-page__block h2 {
  margin-top: 60px;
  position: relative;
  padding-bottom: 3px;
  border-bottom: 2px solid #263DA4;
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-page__block h2 {
    font-size: 1.125rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.p-page__block h3 {
  margin-top: 60px;
  position: relative;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 20px;
  border-left: 3px solid #263DA4;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-page__block h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.p-404page__bg {
  position: relative;
  padding: 100px 0 230px;
  margin-bottom: -80px;
  border-radius: 40px;
  background-image: linear-gradient(225deg, #F7F8FE 10%, #E8EDF8 100%);
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-404page__bg {
    padding: 80px 0 160px;
    border-radius: 16px;
  }
}
.p-404page__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise02.png);
  background-size: auto;
  background-repeat: repeat;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 40px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-404page__bg::before {
    border-radius: 16px;
  }
}
.p-404page__inner {
  position: relative;
  z-index: 1;
  max-width: calc(1080px - 5rem);
}
.p-404page__block {
  padding: 80px 60px 100px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-404page__block {
    padding: 40px 1.25rem;
  }
}
.p-404page__message {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .p-404page__message {
    margin-bottom: 30px;
  }
}
.p-404page__message .font-l {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.p-404page__btn {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .pc {
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 991.9px) {
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */