@charset "UTF-8";

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  word-break: normal
}

*, :before, :after {
  background-repeat: no-repeat;
  box-sizing: inherit
}

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

* {
  margin: 0;
  padding: 0
}

hr {
  height: 0;
  overflow: visible
}

details, main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

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

a {
  background-color: transparent
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

pre {
  font-size: 1em
}

b, strong {
  font-weight: bolder
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[disabled] {
  cursor: default
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  color: inherit;
  cursor: pointer
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

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

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

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

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

@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0)!important;
    position: absolute!important
  }
}

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

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

@-webkit-keyframes textUnderLine {
  0% {
    left: 0
  }
  50% {
    left: 100%
  }
  51% {
    left: -100%
  }
  to {
    left: 0
  }
}

@keyframes textUnderLine {
  0% {
    left: 0
  }
  50% {
    left: 100%
  }
  51% {
    left: -100%
  }
  to {
    left: 0
  }
}

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

* {
  box-sizing: border-box
}

html {
  scrollbar-width: thin
}

body {
  font-feature-settings: "palt";
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  letter-spacing: .06em;
  line-height: 1;
  font-weight: 400;
  overflow-x: hidden;
  color: #111
}

body.preload * {
  transition: none!important
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit
}

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

li {
  list-style: none
}

em {
  font-style: normal
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit
}

input:focus, button:focus, select:focus, textarea:focus {
  outline: none
}

label, button, select {
  cursor: pointer
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: left
}

.home .l-header:not(.is-fixed) {
  padding-left: 5.3333333333%
}

@media screen and (min-width: 48em) {
  .home .l-header:not(.is-fixed) {
    padding-left: 6.6666666667%
  }
}

@media screen and (min-width: 64em) {
  .home .l-header:not(.is-fixed) .l-header__inner {
    padding-left: 48px
  }
}

@media screen and (max-width: 47.9375em) {
  .home .l-header:not(.is-fixed) .l-header__wrapper {
    padding-left: 6.7605633803%
  }
}

@media screen and (min-width: 64em) {
  .home .l-header:not(.is-fixed) .l-headerNavigation__item {
    column-gap: 32px
  }
}

.l-header {
  width: 100%;
  z-index: 999;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000
}

@media screen and (min-width: 64em) {
  .l-header {
    height: 7.5rem
  }
}

.l-header.is-fixed {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  height: 5rem
}

.l-header.is-fixed.is-main {
  background-color: #fff;
  transition: transform .3s ease, opacity .3s ease
}

.l-header.is-fixed.is-main.is-show {
  pointer-events: auto;
  opacity: 1;
  box-shadow: 0 4px 24px #0b244d14
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 100%
}

@media screen and (min-width: 64em) {
  .l-header__inner {
    padding-left: 40px;
    padding-right: 40px
  }
}

.l-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: height .3s ease
}

@media screen and (max-width: 63.9375em) {
  .l-header__wrapper {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width: 47.9375em) {
  .l-header__wrapper {
    padding-left: 5.3333333333%;
    padding-right: 2.6666666667%
  }
}

.l-header__logo a {
  display: grid
}

.l-header__logo img {
  display: grid;
  width: 190px;
  height: auto
}

@media screen and (min-width: 48em) {
  .l-header__logo img {
    width: 330px;
    height: auto
   }
}

.l-header__global {
  display: none
}

@media screen and (min-width: 64em) {
  .l-header__global {
    padding-right: 72px
  }
}

@media screen and (min-width: 80em) {
  .l-header__global {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end
  }
}

.l-header__search {
  margin-left: 3.7593984962%
}

@media screen and (min-width: 90em) {
  .l-header__search {
    margin-left: 40px
  }
}

.l-header__contact {
  margin-left: 20px
}

.l-headerLogo svg {
  width: 102px;
  height: 24px
}

@media screen and (min-width: 64em) {
  .l-headerLogo svg {
    width: 121px;
    height: 28px
  }
}

.l-headerLogo__text {
  fill: #7d7d7d;
  transition: fill .3s ease
}

.l-headerNavigation {
  position: relative
}

.l-headerNavigation__item {
  display: flex;
  align-items: center;
  column-gap: 32px
}

.l-headerNavigationItem {
  position: relative
}

.l-headerNavigationItem a {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 500;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .l-headerNavigationItem a:hover {
    color: #118ed5
  }
}

.l-headerNavigationItem span {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 500
}

.l-headerNavigationItem svg {
  display: flex;
  width: 12px;
  height: 6px;
  color: #118ed5;
  position: absolute;
  bottom: -.875rem;
  left: 50%;
  transform: translate(-50%)
}

.l-headerSearch {
  position: relative
}

.l-headerSearch input[type=text] {
  width: 180px;
  height: 2.5rem;
  border-radius: 1.25rem;
  border: 1px solid #CCCCCC;
  padding: 0 40px 0 15px;
  background-color: #fff;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1
}

.l-headerSearch input[type=text]:focus {
  outline: none
}

.l-headerSearch button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 15px;
  height: 15px
}

@media (hover: hover) and (pointer: fine) {
  .l-headerSearch button[type=submit]:hover svg {
    color: #118ed5
  }
}

.l-headerSearch button[type=submit] svg {
  display: flex;
  width: 15px;
  height: 15px;
  color: #118ed5;
  transition: color .3s ease
}

.l-headerContact {
  display: grid;
  place-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative
}

@media (hover: hover) and (pointer: fine) {
  .l-headerContact:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.l-headerContact:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.l-headerContact:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d6141c;
  z-index: 1
}

.l-headerContact__icon {
  position: relative;
  z-index: 3
}

.l-headerContact__icon svg {
  display: flex;
  width: 25px;
  height: auto
}

.l-footer {
  background-color: #EDF8FF;
  padding-top: 3.75rem;
  padding-bottom: 3rem;
  position: relative
}

@media screen and (min-width: 64em) {
  .l-footer {
    padding-top: 6.5rem;
    padding-bottom: 1.75rem
  }
}

.l-footer__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%
}

@media screen and (min-width: 30em) {
  .l-footer__inner {
    max-width: 1328px;
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (min-width: 48em) {
  .l-footer__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 40px
  }
}

@media screen and (max-width: 47.9375em) {
  .l-footer__item {
    margin-top: 2.5rem
  }
}

@media screen and (min-width: 64em) {
  .l-footer__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 64px;
    row-gap: 2.5rem
  }
}

.l-footer__heading {
  grid-column: 1/2;
  grid-row: 1/5
}

@media screen and (min-width: 48em) {
  .l-footer__heading {
    padding-top: .5rem
  }
}
.l-footerItem{
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}

.l-footer__logo img {
  display: flex;
  width: 208px;
  height: auto
}

@media screen and (min-width: 64em) {
  .l-footer__logo img {
    width: 256px;
    height: auto
  }
}

.l-footer__address {
  margin-top: 2.0625rem
}

@media screen and (min-width: 64em) {
  .l-footer__address {
    margin-top: 3rem
  }
}

.l-footer__address p {
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.5
}

@media screen and (max-width: 47.9375em) {
  .l-footer__address ul {
    margin-top: .8125rem;
    column-gap: 16px;
    display: flex
  }
}

@media screen and (min-width: 48em) {
  .l-footer__address ul li {
    margin-top: .6875rem
  }
}

@media screen and (min-width: 48em) {
  .l-footer__address ul li:first-of-type {
    margin-top: 1.125rem
  }
}

.l-footer__address dl {
  font-family: Inter, sans-serif;
  display: flex;
  column-gap: 8px
}

.l-footer__address dl dt {
  width: 31px;
  display: flex;
  justify-content: space-between;
  font-size: .75rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 500
}

.l-footer__address dl dt:after {
  content: ":"
}

.l-footer__address dl dd {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: .02em;
  line-height: 1;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .l-footer__address dl dd {
    font-size: .875rem;
    letter-spacing: .02em;
    line-height: 1;
    font-weight: 500
  }
}

.l-footer__contact,
.l-footer__privacy {
  margin-top: 1.5rem
}

@media screen and (min-width: 48em) {
  .l-footer__contact,
  .l-footer__contact{
    margin-top: 1.9375rem
  }
}
.l-footer__privacy a {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.75;
  transition: color .3s ease;
}
@media screen and (min-width: 30em) {
  .l-footer__privacy a{
    font-size: .75rem;
    letter-spacing: .05em;
    line-height: 2;
  }
}
@media screen and (max-width: 29.9375em) {
  .l-footer__navigation {
    border-top: 1px solid rgba(18, 61, 131, .2)
  }
}

@media screen and (min-width: 30em) {
  .l-footer__navigation {
    display: flex;
    flex-direction: column;
    row-gap: 2.125rem
  }
}

@media screen and (max-width: 29.9375em) {
  .l-footer__navigation {
    width: 100%
  }
}

@media screen and (max-width: 29.9375em) {
  .l-footer__menu {
    width: 100%
  }
}

@media screen and (max-width: 29.9375em) {
  .l-footer__menu .l-footerNavigation {
    border-top: 1px solid rgba(18, 61, 131, .2)
  }
}

@media screen and (max-width: 29.9375em) {
  .l-footer__menu .l-footerNavigation a:before {
    display: none
  }
}

.l-footer__link {
  margin-top: 3rem
}

@media screen and (max-width: 63.9375em) {
  .l-footer__link {
    display: flex;
    column-gap: 24px
  }
}

@media screen and (min-width: 64em) {
  .l-footer__link {
    margin-top: 4rem
  }
}

.l-footer__copyright {
  margin-top: 1.5rem
}

@media screen and (min-width: 30em) {
  .l-footer__copyright {
    margin-top: 6.75rem
  }
}

.l-footer__copyright span {
  font-size: .625rem;
  letter-spacing: .04em;
  line-height: 2.4;
  color: #969899
}

.l-footer__return {
  position: absolute;
  bottom: 0;
  right: 0
}

.l-footer__return a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #118ed5;
  background-color: #fff;
  border-radius: 12px 0 0;
  transition: background-color .3s ease, color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__return a:hover {
    color: #fff;
    background-color: #118ed5
  }
}

@media screen and (min-width: 30em) {
  .l-footer__return a {
    width: 80px;
    height: 80px
  }
}

.l-footer__return svg {
  width: 36px;
  height: auto
}

.l-footerItem:nth-of-type(1) {
  display: flex;
  column-gap: 48px;
  row-gap: 1.5rem
}

@media screen and (max-width: 29.9375em) {
  .l-footerItem:nth-of-type(1) {
    flex-wrap: wrap
  }
}

@media screen and (max-width: 63.9375em) {
  .l-footerItem:nth-of-type(2) {
    margin-top: 2.5rem
  }
}

.l-footerContact {
  display: inline-flex;
  align-items: center;
  column-gap: 8px
}

@media (hover: hover) and (pointer: fine) {
  .l-footerContact:hover .l-footerContact__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
  .l-footerContact:hover .l-footerContact__text span {
    color: #118ed5
  }
}

.l-footerContact__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #d6141c;
  position: relative
}

.l-footerContact__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.l-footerContact__icon svg {
  display: flex;
  width: 14px;
  height: auto;
  position: relative;
  z-index: 2
}

.l-footerContact__text span {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #d6141c;
  transition: color .3s ease
}

.l-footerNavigation+.l-footerMenu {
  margin-top: 0
}

@media screen and (min-width: 30em) {
  .l-footerNavigation+.l-footerMenu {
    margin-top: 2.125rem
  }
}

.l-footerNavigation a {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 1rem
}

@media screen and (max-width: 29.9375em) {
  .l-footerNavigation a {
    padding-top: 1rem
  }
}

@media screen and (min-width: 30em) {
  .l-footerNavigation a {
    padding-bottom: .5rem;
    width: 176px
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footerNavigation a:hover:after {
    transform-origin: left;
    transform: scale(1)
  }
  .l-footerNavigation a:hover .l-footerNavigation__en, .l-footerNavigation a:hover .l-footerNavigation__ja {
    color: #118ed5
  }
  .l-footerNavigation a:hover .l-footerNavigation__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .6s ease
  }
}

.l-footerNavigation a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #118ed533
}

.l-footerNavigation a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #118ed5;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .6s ease
}

.l-footerNavigation__en {
  font-family: Inter, sans-serif;
  font-size: .6875rem;
  letter-spacing: 0em;
  line-height: 1.1818181818;
  font-weight: 500;
  display: block;
  color: #118ed5;
  opacity: .5;
  transition: color .3s ease
}

.l-footerNavigation__ja {
  display: block;
  margin-top: .125rem;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700;
  color: #118ed5;
  transition: color .3s ease
}

.l-footerNavigation__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  background-color: #118ed5;
  position: absolute
}

@media screen and (max-width: 29.9375em) {
  .l-footerNavigation__icon {
    top: 50%;
    transform: translateY(-50%);
    right: 3px
  }
}

@media screen and (min-width: 30em) {
  .l-footerNavigation__icon {
    bottom: .75rem;
    right: 0
  }
}

.l-footerNavigation__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .4s ease
}

.l-footerNavigation__icon svg {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 7px;
  z-index: 2
}

.l-footerMenu {
  margin-top: 1rem
}

@media screen and (min-width: 30em) {
  .l-footerMenu {
    margin-top: 1.5rem
  }
}

.l-footerMenu__title a {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #118ed5;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .l-footerMenu__title a:hover {
    color: #118ed5
  }
}

.l-footerMenu__item {
  margin-top: .75rem
}

@media screen and (min-width: 30em) {
  .l-footerMenu__item {
    padding-left: 2px
  }
}

@media screen and (max-width: 29.9375em) {
  .l-footerMenu__item {
    display: flex;
    flex-wrap: wrap;
    row-gap: .75rem
  }
}

@media screen and (max-width: 29.9375em) {
  .l-footerMenu__item li {
    width: 50%
  }
}

@media screen and (min-width: 30em) {
  .l-footerMenu__item li:not(:first-of-type) {
    margin-top: .5rem
  }
}

.l-footerMenu__item a {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.75;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .l-footerMenu__item a:hover {
    color: #118ed5
  }
  .l-footerMenu__item a:hover:before {
    background-color: #118ed5
  }
}

.l-footerMenu__item a:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #118ed5;
  transition: background-color .3s ease
}

.l-footerSearch__title {
  padding-left: 3px
}

.l-footerSearch__title p {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1.2142857143;
  font-weight: 600;
  color: #118ed5
}

.l-footerSearch__form {
  margin-top: .75rem
}

@media screen and (min-width: 48em) {
  .l-footerSearch__form {
    margin-top: 1.25rem
  }
}

.l-footerSearch__form form {
  display: flex
}

.l-footerSearch__form form input[type=text] {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
  width: calc(100% - 60px);
  height: 60px;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  color: #111
}

@media screen and (min-width: 30em) {
  .l-footerSearch__form form input[type=text] {
    padding: 0 24px;
    width: 235px;
    height: 56px
  }
}

.l-footerSearch__form form input[type=text]::placeholder {
  color: #969899
}

.l-footerSearch__form form input[type=text]:focus {
  outline: none
}

.l-footerSearch__form form input[type=submit] {
  background-color: #118ed5;
  height: 60px;
  width: 60px;
  border-radius: 0 6px 6px 0;
  color: #fff;
  background-image: url(../img/ico_searchWhite.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  transition: background-color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .l-footerSearch__form form input[type=submit]:hover {
    background-color: #118ed5
  }
}

@media screen and (min-width: 30em) {
  .l-footerSearch__form form input[type=submit] {
    background-size: 16px 16px;
    height: 56px;
    width: 56px
  }
}

@media screen and (min-width: 64em) {
  .l-footerLink {
    text-align: right
  }
}

@media screen and (min-width: 64em) {
  .l-footerLink:not(:first-of-type) {
    margin-top: .75rem
  }
}

.l-footerLink a {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.75;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .l-footerLink a:hover {
    color: #118ed5
  }
}

@media screen and (min-width: 30em) {
  .l-footerLink a {
    font-size: .75rem;
    letter-spacing: .05em;
    line-height: 2
  }
}

body {
  overscroll-behavior: none;
}

html, body {
  background-color: #fff
}

body:not(.is-loading) .l-loading {
  display: block;
  background-color: #fff;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none
}

body:not(.is-loading) .l-loadingIcon {
  position: absolute;
  z-index: 1000;
  width: 180px;
  transition: clip-path .3s ease-in-out;
  clip-path: inset(100% 0 0 0)
}

body:not(.is-loading) .l-loadingIcon.is-clip {
  clip-path: inset(0 0 0 0)
}

body:not(.is-loading) .l-loadingIcon.is-finish {
  clip-path: inset(0 0 100% 0)
}

@media screen and (min-width: 64em) {
  body:not(.is-loading) .l-loadingIcon {
    width: 256.04px
  }
}

body:not(.is-loading) .l-loadingIcon svg {
  width: 100%;
  height: 100%
}

.l-loading {
  display: none
}

body:where(:not(.home)) .l-main {
  padding-top: 5.875rem
}

@media screen and (min-width: 48em) {
  body:where(:not(.home)) .l-main {
    padding-top: 8.5625rem
  }
}

.l-navigationMenu {
  width: 100%
}

@media screen and (max-width: 47.9375em) {
  .l-navigationMenu {
    padding-top: 6.3125rem;
    padding-bottom: 5.75rem
  }
}

@media screen and (min-width: 48em) {
  .l-navigationMenu {
    display: flex;
    column-gap: 13.4831460674%
  }
}

@media screen and (min-width: 48em) {
  .l-navigationMenu__item:nth-of-type(1) {
    width: 43.0337078652%
  }
}

@media screen and (min-width: 48em) {
  .l-navigationMenu__item:nth-of-type(2) {
    width: 43.3707865169%
  }
}

.l-navigationMenu__contact {
  margin-top: 3rem
}

@media screen and (min-width: 48em) {
  .l-navigationMenu__contact {
    display: none
  }
}

.l-navigationMenu__search {
  border-bottom: 1px solid #fff;
  margin-top: 2rem
}

@media screen and (min-width: 48em) {
  .l-navigationMenu__search {
    display: none
  }
}

.l-navigationMenu__search form {
  display: flex;
  align-items: center
}

.l-navigationMenu__search form input[type=text] {
  height: 4.25rem;
  width: calc(100% - 34px);
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.3928571429;
  font-weight: 500;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  color: #fff
}

.l-navigationMenu__search form input[type=text]::placeholder {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.3928571429;
  font-weight: 500;
  opacity: .5;
  color: #fff
}

.l-navigationMenu__search form input[type=submit] {
  width: 34px;
  height: 34px;
  background-image: url(../img/ico_searchWhite.svg);
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat
}

.l-navigationMenuItem {
  width: 100%
}

@media screen and (min-width: 48em) {
  .l-navigationMenuItem:not(:first-of-type) {
    margin-top: 3.25rem
  }
}

.l-navigationMenuItem.has-child {
  position: relative
}

.l-navigationMenuItem.has-child .l-navigationMenuItem__link:nth-child(1) {
  display: none
}

@media screen and (min-width: 48em) {
  .l-navigationMenuItem.has-child .l-navigationMenuItem__link:nth-child(1) {
    display: flex
  }
}

.l-navigationMenuItem.has-child .l-navigationMenuItem__link:nth-child(2) {
  display: flex
}

@media screen and (min-width: 48em) {
  .l-navigationMenuItem.has-child .l-navigationMenuItem__link:nth-child(2) {
    display: none
  }
}

@media screen and (max-width: 47.9375em) {
  .l-navigationMenuItem.has-child .l-navigationMenuItem__link {
    position: static
  }
}

.l-navigationMenuItem__line {
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #fff3;
  bottom: 0;
  left: 0
}

.l-navigationMenuItem__line:before {
  content: "";
  transform-origin: right;
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #118ed5;
  transition: transform .6s ease
}

.l-navigationMenuItem__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1.5rem
}

.l-navigationMenuItem__link.is-active .l-navigationMenuItem__accordion span:nth-of-type(1) {
  transform: rotate(0)
}

@media (hover: hover) and (pointer: fine) {
  .l-navigationMenuItem__link:hover .l-navigationMenuItem__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
  .l-navigationMenuItem__link:hover .l-navigationMenuItem__line:before {
    transform: scale(1);
    transform-origin: left
  }
}

@media screen and (max-width: 47.9375em) {
  .l-navigationMenuItem__link {
    padding-top: 1.5rem;
    padding-right: 6px;
    padding-left: 3px
  }
}

@media screen and (min-width: 48em) {
  .l-navigationMenuItem__link {
    padding-bottom: 1.1875rem
  }
}

.l-navigationMenuItem__icon {
  width: 16px;
  height: 16px;
  background-color: #d6141c;
  position: relative;
  border-radius: 50%;
  transition: background-color .3s ease
}

@media screen and (min-width: 48em) {
  .l-navigationMenuItem__icon {
    width: 20px;
    height: 20px
  }
}

.l-navigationMenuItem__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.l-navigationMenuItem__icon svg {
  display: flex;
  width: 8px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

@media screen and (min-width: 48em) {
  .l-navigationMenuItem__icon svg {
    width: 10px;
    height: 8px
  }
}

.l-navigationMenuItem__accordion {
  display: grid;
  position: relative;
  place-items: center;
  right: 1px;
  width: 14px;
  height: 14px
}

.l-navigationMenuItem__accordion span {
  display: block;
  background-color: #d6141c;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  grid-column: 1/2;
  grid-row: 1/2
}

.l-navigationMenuItem__accordion span:nth-of-type(1) {
  transform: rotate(-90deg)
}

.l-navigationMenuItemTitle {
  display: flex;
  align-items: center
}

.l-navigationMenuItemTitle__icon svg {
  width: 16px;
  height: 16px
}

.l-navigationMenuItemTitle__ja {
  color: #fff;
  margin-left: 11px;
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .l-navigationMenuItemTitle__ja {
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.l-navigationMenuItemTitle__en {
  font-family: Ubuntu, sans-serif;
  opacity: .5;
  margin-left: 18px;
  color: #fff;
  font-size: .6875rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .l-navigationMenuItemTitle__en {
    margin-left: 20px;
    font-size: .75rem;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 500
  }
}

.l-navigationMenuContact {
  position: relative;
  background-image: url(../img/img_navigationContactBackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4.5rem;
  border-radius: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.l-navigationMenuContact__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #d6141c
}

.l-navigationMenuContact__icon svg {
  display: flex;
  width: 26px;
  height: auto
}

.l-navigationMenuContactTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: -.125rem
}

.l-navigationMenuContactTitle__en {
  font-family: Inter, sans-serif;
  font-size: .6875rem;
  letter-spacing: .02em;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  opacity: .5
}

.l-navigationMenuContactTitle__ja {
  margin-top: .25rem;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.25;
  font-weight: 700;
  color: #fff
}

.l-navigationSearch__title p {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500
}

.l-navigationSearch__form {
  margin-top: .5rem
}

.l-navigationSearch__form form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 6px
}

.l-navigationSearch__form form input[type=text] {
  height: 3.5rem;
  width: calc(100% - 3.5rem);
  background-color: #fff;
  padding-left: 12px;
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 400
}

@media screen and (min-width: 48em) {
  .l-navigationSearch__form form input[type=text] {
    height: 2.5rem;
    width: calc(100% - 2.5rem)
  }
}

.l-navigationSearch__form form button[type=submit] {
  height: 3.5rem;
  width: 3.5rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #118ed5;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .l-navigationSearch__form form button[type=submit] {
    height: 2.5rem;
    width: 2.5rem
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-navigationSearch__form form button[type=submit]:hover {
    color: #118ed5
  }
}

.l-navigationSearch__form form button[type=submit] svg {
  display: flex;
  width: 18px;
  height: 18px
}

@media screen and (min-width: 48em) {
  .l-navigationSearch__form form button[type=submit] svg {
    width: 15px;
    height: 15px
  }
}

.l-navigationSearch__tag {
  margin-top: .875rem
}

@media screen and (min-width: 48em) {
  .l-navigationSearch__tag {
    margin-top: 1rem
  }
}

.l-navigationSearchTag__title p {
  font-size: .75rem;
  letter-spacing: .04em;
  line-height: 1.5
}

.l-navigationSearchTag__item {
  margin-top: .5625rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: .4375rem
}

@media screen and (min-width: 48em) {
  .l-navigationSearchTag__item {
    margin-top: .625rem
  }
}

.l-navigationSearchTag__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF8FF;
  border-radius: .6875rem;
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: .125rem 5px;
  color: #118ed5;
  transition: background-color .3s ease, color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .l-navigationSearchTag__item a:hover {
    background-color: #118ed5;
    color: #fff
  }
}

@media screen and (max-width: 47.9375em) {
  .l-navigationLink {
    padding-bottom: 1.75rem
  }
}

@media screen and (min-width: 64em) {
  .l-navigationLink {
    display: flex;
    column-gap: 6.3660477454%
  }
}

@media screen and (min-width: 64em) {
  .l-navigationLink__content:nth-of-type(1) {
    width: 40.5835543767%
  }
}

@media screen and (min-width: 64em) {
  .l-navigationLink__content:nth-of-type(2) {
    width: 53.050397878%
  }
}

@media screen and (max-width: 63.9375em) {
  .l-navigationLink__content:nth-of-type(2) {
    margin-top: 1.5rem
  }
}

.l-navigationLink__item {
  margin-top: 1rem
}

@media screen and (max-width: 47.9375em) {
  .l-navigationLink__item {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4.9469964664%
  }
}

@media screen and (max-width: 47.9375em) {
  .l-navigationLink__item li {
    width: 47.5265017668%
  }
}

@media screen and (min-width: 48em) {
  .l-navigationLink__item li:not(:first-of-type) {
    margin-top: .5rem
  }
}

@media screen and (max-width: 47.9375em) {
  .l-navigationLink__item li:nth-of-type(n + 3) {
    margin-top: .75rem
  }
}

.l-navigationLink__item a {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.75;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
  padding-left: 14px;
  position: relative;
  white-space: nowrap;
  color: #ffffff80
}

@media (hover: hover) and (pointer: fine) {
  .l-navigationLink__item a:hover {
    color: #118ed5
  }
  .l-navigationLink__item a:hover:before {
    background-color: #118ed5
  }
}

.l-navigationLink__item a:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 1px;
  background-color: #ffffff80;
  transition: background-color .3s ease;
  left: 0;
  top: .625rem
}

.l-navigationLink__title:not(:first-of-type) {
  margin-top: 1.5rem
}

.l-navigationLink__title a {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .l-navigationLink__title a:hover {
    color: #118ed5
  }
}

.l-navigationButton {
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
  top: .625rem;
  right: 2.6666666667%;
  position: fixed;
  width: 60px;
  height: 60px
}

.l-navigationButton:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.l-navigationButton:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #118ed5;
  z-index: 1
}

@media (hover: hover) and (pointer: fine) {
  .l-navigationButton:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

@media screen and (min-width: 64em) {
  .l-navigationButton {
    position: absolute;
    top: 1.875rem;
    right: 40px
  }
}

.l-navigationButton.is-fixed {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: .625rem
}

.l-navigationButton.is-fixed.is-main {
  transition: background-color .3s ease, transform .3s ease, opacity .3s ease
}

.l-navigationButton.is-fixed.is-main.is-show {
  pointer-events: auto;
  opacity: 1
}

.l-navigationButton__wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding-top: .3125rem;
  position: relative;
  z-index: 3
}

.l-navigationButton__line {
  display: flex;
  flex-direction: column;
  row-gap: 5px
}

.l-navigationButton__line span {
  display: block;
  width: 26px;
  background-color: #fff;
  height: 2px;
  transition: transform .3s ease
}

.l-navigationButton__text {
  margin-top: .1875rem
}

.l-navigationButton__text p {
  font-family: Inter, sans-serif;
  font-size: .625rem;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 600
}

.l-navigationMail {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d6141c;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

@media (hover: hover) and (pointer: fine) {
  .l-navigationMail:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.l-navigationMail:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.l-navigationMail svg {
  width: 25px;
  height: auto;
  position: relative;
  z-index: 2
}

.l-navigationClose {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: .5rem;
  cursor: pointer;
  position: relative;
  z-index: 11
}

@media (hover: hover) and (pointer: fine) {
  .l-navigationClose:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
  .l-navigationClose:hover .l-navigationClose__line span {
    background-color: #fff
  }
  .l-navigationClose:hover .l-navigationClose__text {
    color: #fff
  }
}

.l-navigationClose:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.l-navigationClose__line {
  position: relative;
  z-index: 2
}

.l-navigationClose__line span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #118ed5;
  transform-origin: center;
  transition: background-color .3s ease
}

.l-navigationClose__line span:nth-of-type(1) {
  transform: rotate(-15deg) translateY(1px)
}

.l-navigationClose__line span:nth-of-type(2) {
  transform: rotate(15deg) translateY(-1px)
}

.l-navigationClose__text {
  font-family: Inter, sans-serif;
  font-size: .625rem;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #118ed5;
  margin-top: .1875rem;
  transition: color .3s ease;
  position: relative;
  z-index: 2
}

.l-navigation {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 1002;
  width: 100vw;
  height: 100%;
  color: #fff;
  top: 0;
  left: 0;
  background-color: #194d83
}

@media screen and (max-width: 47.9375em) {
  .l-navigation {
    overflow-x: hidden;
    overflow-y: scroll
  }
}

.l-navigation__decoration {
  display: contents
}

.l-navigation__inner {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .l-navigation__inner {
    height: 100%;
    max-width: 970px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.l-navigation__link {
  padding-left: 7.7611940299%
}

@media screen and (max-width: 47.9375em) {
  .l-navigation__link {
    padding-right: 7.7611940299%
  }
}

@media screen and (min-width: 48em) {
  .l-navigation__link {
    margin-top: 2.5rem;
    padding-left: 5px
  }
}

.l-navigation__search {
  margin-top: 1.5rem
}

@media screen and (min-width: 48em) {
  .l-navigation__search {
    margin-top: 1.75rem
  }
}

.l-navigation__menu {
  display: grid;
  place-items: center;
  height: 100%;
  position: relative;
  z-index: 10
}

@media screen and (min-width: 48em) {
  .l-navigation__menu {
    padding-top: 4.375rem
  }
}

.l-navigation__logo {
  position: absolute;
  top: 2rem;
  left: 20px
}

@media screen and (min-width: 48em) {
  .l-navigation__logo {
    top: 2.8125rem;
    left: 40px
  }
}

.l-navigation__logo svg {
  width: 172px;
  height: 23px
}

@media screen and (min-width: 48em) {
  .l-navigation__logo svg {
    width: 224px;
    height: 29px
  }
}

.l-navigation__close {
  position: absolute;
  top: .625rem;
  right: 10px
}

@media screen and (min-width: 48em) {
  .l-navigation__close {
    top: 1.875rem;
    right: 40px
  }
}

.l-navigation__mail {
  display: none;
  position: absolute;
  right: 112px;
  top: 1.875rem
}

@media screen and (min-width: 48em) {
  .l-navigation__mail {
    display: block
  }
}

.l-navigationDecoration {
  position: fixed;
  opacity: .2
}

@media screen and (min-width: 48em) {
  .l-navigationDecoration {
    opacity: .5
  }
}

.l-navigationDecoration:nth-of-type(1) {
  top: 39.590443686%
}

@media screen and (max-width: 47.9375em) {
  .l-navigationDecoration:nth-of-type(1) {
    right: -47.2%
  }
}

@media screen and (min-width: 48em) {
  .l-navigationDecoration:nth-of-type(1) {
    left: -21.25%;
    top: 26.5359477124%
  }
}

.l-navigationDecoration:nth-of-type(1) svg {
  width: 285px;
  height: 200px
}

@media screen and (min-width: 48em) {
  .l-navigationDecoration:nth-of-type(1) svg {
    width: 490px;
    height: 344px
  }
}

.l-navigationDecoration:nth-of-type(2) {
  bottom: -2.9375rem
}

@media screen and (max-width: 47.9375em) {
  .l-navigationDecoration:nth-of-type(2) {
    left: -12.5333333333%
  }
}

@media screen and (min-width: 48em) {
  .l-navigationDecoration:nth-of-type(2) {
    right: 15.6944444444%;
    bottom: -5.3125rem
  }
}

.l-navigationDecoration:nth-of-type(2) svg {
  width: 285px;
  height: 115px
}

@media screen and (min-width: 48em) {
  .l-navigationDecoration:nth-of-type(2) svg {
    width: 490px;
    height: 198px
  }
}

.l-navigationDecoration:nth-of-type(3) {
  top: -5.8125rem
}

@media screen and (max-width: 47.9375em) {
  .l-navigationDecoration:nth-of-type(3) {
    left: -26.4%
  }
}

@media screen and (min-width: 48em) {
  .l-navigationDecoration:nth-of-type(3) {
    top: -9.375rem;
    right: -9.0277777778%
  }
}

.l-navigationDecoration:nth-of-type(3) svg {
  width: 251px;
  height: 197px
}

@media screen and (min-width: 48em) {
  .l-navigationDecoration:nth-of-type(3) svg {
    width: 432px;
    height: 339px
  }
}

.l-navigationDecoration svg {
  display: flex
}

.c-contact {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background-color: #194d83
}

.c-contact__background {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 390px
}

@media screen and (min-width: 48em) {
  .c-contact__background {
    height: 428px
  }
}

.c-contact__background img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.c-contact__inner {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px
}

@media screen and (min-width: 30em) {
  .c-contact__inner {
    max-width: 1266px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.c-contact__wrapper {
  padding: 4.5rem 0;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .c-contact__wrapper {
    padding-top: 5rem;
    padding-bottom: 5.75rem
  }
}

@media screen and (min-width: 48em) {
  .c-contact__title {
    margin-left: -2px
  }
}

.c-contact__title span {
  font-family: Inter, sans-serif;
  font-size: 3rem;
  letter-spacing: .02em;
  line-height: 1.5;
  font-weight: 600;
  display: block
}

@media screen and (max-width: 47.9375em) {
  .c-contact__title span {
    text-align: center
  }
}

@media screen and (min-width: 48em) {
  .c-contact__title span {
    font-size: 4rem;
    letter-spacing: .02em;
    line-height: 1.125;
    font-weight: 600
  }
}

.c-contact__text {
  margin-top: .5rem
}

@media screen and (min-width: 48em) {
  .c-contact__text {
    margin-top: 1rem
  }
}

.c-contact__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .c-contact__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 2
  }
}

@media screen and (max-width: 47.9375em) {
  .c-contact__text p {
    text-align: center
  }
}

.c-contact__button {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 47.9375em) {
  .c-contact__button {
    display: flex;
    justify-content: center
  }
}

@media screen and (min-width: 48em) {
  .c-contact__button {
    margin-top: 2.5rem
  }
}

.c-contactButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  width: 265px;
  height: 3.25rem;
  border: 2px solid #fff;
  border-radius: 32px;
  padding-left: 12px;
  overflow: hidden;
  transition: border-color .3s ease, background-color 0 ease
}

@media (hover: hover) and (pointer: fine) {
  .c-contactButton:hover {
    border-color: #118ed5;
    background-color: #118ed5;
    transition: border-color .3s ease, background-color .3s .3s ease
  }
  .c-contactButton:hover .c-contactButton__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

@media screen and (min-width: 48em) {
  .c-contactButton {
    width: 294px;
    height: 4rem;
    column-gap: 8px;
    padding-left: 4px
  }
}

.c-contactButton:not(.is-active) .c-contactButton__background {
  left: -64px
}

.c-contactButton.is-active .c-contactButton__background {
  right: -64px
}

.c-contactButton * {
  pointer-events: none
}

.c-contactButton__background {
  width: 64px;
  height: 64px;
  position: absolute;
  display: block;
  background-color: #118ed5;
  border-radius: 32px
}

.c-contactButton__text {
  position: relative;
  z-index: 2
}

.c-contactButton__text span {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .c-contactButton__text span {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.25;
    font-weight: 700
  }
}

.c-contactButton__icon {
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #d6141c;
  border-radius: 50%;
  position: relative;
  z-index: 2
}

.c-contactButton__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.c-contactButton__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 18px;
  height: 17px;
  z-index: 2
}

.c-breadcrumb__inner {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  overflow: hidden
}

@media screen and (min-width: 30em) {
  .c-breadcrumb__inner {
    padding-right: 95px;
    padding-left: 95px
  }
}

.c-breadcrumb__item {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
  border-top: 1px solid #E6E6E6;
  overflow: scroll;
  -ms-overflow-style: none
}

@media screen and (min-width: 48em) {
  .c-breadcrumb__item {
    padding: 1.6875rem 0;
    justify-content: flex-end
  }
}

.c-breadcrumb__item::-webkit-scrollbar {
  display: none
}

.c-breadcrumbItem {
  font-size: .75rem;
  letter-spacing: .04em;
  line-height: 1.4;
  white-space: nowrap
}

.c-breadcrumbItem:not(:first-of-type) {
  display: flex;
  align-items: center;
  column-gap: 8px
}

.c-breadcrumbItem:not(:first-of-type):before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #e6e6e6
}

.c-breadcrumbItem a {
  color: #969899;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .c-breadcrumbItem a:hover {
    color: #118ed5
  }
}

.c-breadcrumbItem span {
  color: #118ed5
}

.c-productRelation {
  overflow: hidden;
  background-color: #EDF8FF;
  border-radius: 8px;
  padding: 2.25rem 7.1641791045% 3rem
}

@media screen and (min-width: 48em) {
  .c-productRelation {
    padding: 3.5rem 8.2644628099% 4.5rem
  }
}

.c-productRelation:not(.is-active) .c-productRelation__all {
  grid-column: 1/3
}

@media screen and (min-width: 48em) {
  .c-productRelation:not(.is-active) .c-productRelation__all {
    justify-content: flex-end
  }
}

.c-productRelation:not(.is-active) .c-productRelationCarouselItem {
  margin-right: 32px
}

.c-productRelation__wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 47.9375em) {
  .c-productRelation__wrapper {
    display: flex;
    flex-direction: column
  }
}

.c-productRelation__heading {
  display: contents
}

@media screen and (min-width: 48em) {
  .c-productRelation__heading {
    display: grid;
    grid-template-columns: calc(100% - 131px) 131px
  }
}

.c-productRelation__title {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block
}

.c-productRelation__all {
  display: flex;
  justify-content: flex-end;
  grid-column: 1/2;
  grid-row: 1/2
}

@media screen and (max-width: 47.9375em) {
  .c-productRelation__all {
    order: 1;
    margin-top: 2rem;
    justify-content: center
  }
}

@media screen and (min-width: 48em) {
  .c-productRelation__all {
    padding-bottom: 1.25rem;
    align-items: flex-end
  }
}

.c-productRelation__all a {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5;
  position: relative;
  transition: color .3s ease;
  display: inline-block;
  overflow: hidden;
  padding-bottom: .0625rem
}

@media (hover: hover) and (pointer: fine) {
  .c-productRelation__all a:hover {
    color: #118ed5
  }
  .c-productRelation__all a:hover:after {
    background-color: #118ed5;
    animation: textUnderLine .6s linear
  }
}

.c-productRelation__all a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #118ed5;
  position: absolute;
  bottom: .125rem;
  left: 0;
  transition: background-color .6s ease
}

.c-productRelation__carousel {
  margin-top: 1.3125rem
}

@media screen and (min-width: 48em) {
  .c-productRelation__carousel {
    margin-top: 1.9375rem
  }
}

.c-productRelationTitle__en {
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding-left: 2px
}

@media screen and (min-width: 48em) {
  .c-productRelationTitle__en {
    column-gap: 8px;
    padding-left: 4px
  }
}

.c-productRelationTitle__en svg {
  width: 16px;
  height: 16px
}

.c-productRelationTitle__en span {
  font-family: Ubuntu, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .c-productRelationTitle__en span {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 500
  }
}

.c-productRelationTitle__ja {
  margin-top: .5625rem
}

.c-productRelationTitle__ja h3 {
  color: #118ed5;
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .c-productRelationTitle__ja h3 {
    font-size: 1.6875rem;
    letter-spacing: 0em;
    line-height: 1.5;
    font-weight: 700
  }
}

.c-productRelationCarousel:not(.swiper-container-initialized) .c-productRelationCarousel__navigation {
  display: none
}

.c-productRelationCarousel__navigation {
  display: none
}

@media screen and (min-width: 48em) {
  .c-productRelationCarousel__navigation {
    display: flex;
    position: absolute;
    top: .8125rem;
    right: 0;
    align-items: center;
    column-gap: 12px
  }
}

.c-productRelationCarousel__item {
  display: flex
}

.c-productRelationCarouselNavigation, .c-productRelationCarouselNavigation--prev, .c-productRelationCarouselNavigation--next {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #118ed5;
  color: #118ed5;
  position: relative;
  z-index: 100;
  cursor: pointer;
  transition: color .3s ease, border-color .3s ease
}

.c-productRelationCarouselNavigation.swiper-button-disabled, .swiper-button-disabled.c-productRelationCarouselNavigation--prev, .swiper-button-disabled.c-productRelationCarouselNavigation--next {
  opacity: .2;
  cursor: auto
}

@media (hover: hover) and (pointer: fine) {
  .c-productRelationCarouselNavigation:not(.swiper-button-disabled):hover, .c-productRelationCarouselNavigation--prev:not(.swiper-button-disabled):hover, .c-productRelationCarouselNavigation--next:not(.swiper-button-disabled):hover {
    color: #fff;
    border-color: #118ed5
  }
  .c-productRelationCarouselNavigation:not(.swiper-button-disabled):hover:before, .c-productRelationCarouselNavigation--prev:not(.swiper-button-disabled):hover:before, .c-productRelationCarouselNavigation--next:not(.swiper-button-disabled):hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.c-productRelationCarouselNavigation:before, .c-productRelationCarouselNavigation--prev:before, .c-productRelationCarouselNavigation--next:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.c-productRelationCarouselNavigation--prev {
  transform: scaleX(-1)
}

.c-productRelationCarouselNavigation svg, .c-productRelationCarouselNavigation--next svg, .c-productRelationCarouselNavigation--prev svg {
  display: flex;
  width: 14px;
  height: 12px;
  position: relative;
  z-index: 2
}

.c-productRelationCarouselItem {
  width: 240px;
  flex-shrink: 0
}

@media screen and (min-width: 48em) {
  .c-productRelationCarouselItem {
    width: 250px
  }
}

.c-productRelationCarouselItem__link {
  display: block
}

@media (hover: hover) and (pointer: fine) {
  .c-productRelationCarouselItem__link:hover .c-productRelationCarouselItem__title h4 {
    color: #118ed5
  }
  .c-productRelationCarouselItem__link:hover .c-productRelationCarouselItem__image img {
    transform: scale(1.1)
  }
}

.c-productRelationCarouselItem__image {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px
}

.c-productRelationCarouselItem__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 250/167;
  object-fit: cover;
  transition: transform .3s ease
}

.c-productRelationCarouselItem__title {
  display: block;
  margin-top: 1rem
}

@media screen and (min-width: 48em) {
  .c-productRelationCarouselItem__title {
    margin-top: 1.25rem
  }
}

.c-productRelationCarouselItem__title h4 {
  font-size: 1.125rem;
  letter-spacing: .04em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5;
  transition: color .3s ease
}

.c-productRelationCarouselItem__text {
  display: block;
  margin-top: .375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

@media screen and (min-width: 48em) {
  .c-productRelationCarouselItem__text {
    margin-top: .5625rem
  }
}

.c-productRelationCarouselItem__text p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .c-productRelationCarouselItem__text p {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.8
  }
}

.c-productRelationCarouselItem__tag {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: .25rem
}

@media screen and (min-width: 48em) {
  .c-productRelationCarouselItem__tag {
    margin-top: .75rem
  }
}

.c-productRelationCarouselItem__tag a {
  color: #118ed5;
  font-size: .75rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .c-productRelationCarouselItem__tag a:hover {
    color: #118ed5
  }
}

.c-icon.--blue {
  color: #118ed5
}

.c-icon.--grayLine {
  color: #e6e6e6
}

.c-icon.--rhombus svg {
  width: 24px;
  height: 12px
}

.c-pageRelation {
  border-radius: 12px;
  overflow: hidden;
  background: #194d83;
}

.c-pageRelation__wrapper {
  padding: 1.5rem 7.1641791045% 2.5rem
}

@media screen and (min-width: 48em) {
  .c-pageRelation__wrapper {
    column-gap: 7.9207920792%;
    padding: 3.5rem 8.2644628099%;
    display: flex;
    align-items: flex-start;
    justify-content: center
  }
}

.c-pageRelation__image {
  width: 100%;
  border-radius: 6px;
  overflow: hidden
}

@media screen and (min-width: 48em) {
  .c-pageRelation__image {
    width: 39.603960396%
  }
}

.c-pageRelation__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.c-pageRelation__body {
  color: #fff
}

@media screen and (max-width: 47.9375em) {
  .c-pageRelation__body {
    margin-top: 1.5rem;
    padding-right: 4px;
    padding-left: 4px
  }
}

@media screen and (min-width: 48em) {
  .c-pageRelation__body {
    width: 52.4752475248%
  }
}

.c-pageRelation__title span {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  opacity: .5
}

@media screen and (max-width: 47.9375em) {
  .c-pageRelation__title span {
    padding-left: 2px
  }
}

.c-pageRelation__title h4 {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.75;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .c-pageRelation__title h4 {
    font-size: 1.875rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700;
    margin-top: .25rem
  }
}

.c-pageRelation__text {
  margin-top: .5625rem
}

@media screen and (min-width: 48em) {
  .c-pageRelation__text {
    margin-top: .75rem
  }
}

.c-pageRelation__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.c-pageRelation__button {
  margin-top: 1.5rem
}

@media screen and (max-width: 47.9375em) {
  .c-pageRelation__button {
    display: flex;
    justify-content: center
  }
}

.c-pageRelationButton {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  padding-left: 42px;
  padding-right: 30px;
  padding-top: .75rem;
  padding-bottom: .8125rem;
  border: 2px solid #fff;
  border-radius: 1.625rem;
  position: relative;
  overflow: hidden;
  transition: border-color .3s ease, background-color 0 ease
}

@media (hover: hover) and (pointer: fine) {
  .c-pageRelationButton:hover {
    border-color: #118ed5;
    background-color: #118ed5;
    transition: border-color .3s ease, background-color .3s .3s ease
  }
  .c-pageRelationButton:hover .c-pageRelationButton__icon {
    color: #fff
  }
  .c-pageRelationButton:hover .c-pageRelationButton__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

@media screen and (min-width: 48em) {
  .c-pageRelationButton {
    padding-top: .625rem;
    padding-bottom: .6875rem;
    padding-left: 32px;
    padding-right: 22px;
    border-radius: 1.5rem
  }
}

.c-pageRelationButton * {
  pointer-events: none
}

.c-pageRelationButton:not(.is-active) .c-pageRelationButton__background {
  left: -48px
}

.c-pageRelationButton.is-active .c-pageRelationButton__background {
  right: -48px
}

.c-pageRelationButton__icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  color: #4b607e;
  z-index: 2;
  transition: color .3s ease
}

.c-pageRelationButton__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.c-pageRelationButton__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 18px;
  height: 17px;
  z-index: 2
}

.c-pageRelationButton__background {
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  background-color: #118ed5;
  border-radius: 24px;
  z-index: 1
}

.c-pageRelationButton__text {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  z-index: 2
}

.p-topNews {
  margin-top: 6rem;
  margin-bottom: 7.5rem
}

@media screen and (min-width: 48em) {
  .p-topNews {
    margin-top: 7.6875rem;
    margin-bottom: 10rem
  }
}

.p-topNews__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-topNews__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (max-width: 63.9375em) {
  .p-topNews__wrapper {
    display: flex;
    flex-direction: column
  }
}

@media screen and (min-width: 64em) {
  .p-topNews__wrapper {
    display: grid;
    grid-template-columns: 24.8181818182% 75.1818181818%
  }
}

@media screen and (max-width: 63.9375em) {
  .p-topNews__heading {
    display: contents
  }
}

@media screen and (min-width: 64em) {
  .p-topNews__heading {
    grid-column: 1/2
  }
}

.p-topNews__category {
  margin-top: 1.25rem
}

@media screen and (min-width: 64em) {
  .p-topNews__category {
    margin-top: 3rem
  }
}

@media screen and (max-width: 63.9375em) {
  .p-topNews__category ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: .375rem
  }
}

@media screen and (min-width: 64em) {
  .p-topNews__category li:not(:first-of-type) {
    margin-top: .75rem
  }
}

.p-topNews__category button {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: .1875rem 7px .1875rem 8px;
  display: flex;
  border: none;
  background-color: #EDF8FF;
  border-radius: .75rem;
  align-items: center;
  justify-content: center;
  transition: background-color .3s ease, color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-topNews__category button:hover {
    color: #fff;
    background-color: #118ed5
  }
}

.p-topNews__category button.is-active {
  color: #fff;
  background-color: #118ed5;
  padding: .1875rem 14px
}

.p-topNews__button {
  margin-top: 3.5rem
}

@media screen and (min-width: 64em) {
  .p-topNews__button {
    margin-top: 4rem
  }
}

@media screen and (max-width: 63.9375em) {
  .p-topNews__button {
    order: 4;
    display: flex;
    justify-content: center
  }
}

.p-topNews__item {
  margin-top: 3rem
}

@media screen and (min-width: 64em) {
  .p-topNews__item {
    margin-top: 1.75rem;
    grid-column: 2/3
  }
}

.p-topNewsTitle__en {
  display: flex;
  align-items: center;
  padding-left: 4px;
  column-gap: 11px;
  position: relative;
}

.p-topNewsTitle__en span {
  font-family: Ubuntu, sans-serif;
  position: absolute;
  font-size: 6rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: rgba(30,184,212,0.19);
}
@media screen and (max-width: 63.9375em) {
  .p-topNewsTitle__en span {
    font-size: 3rem;
  }
}

.p-topNewsTitle__ja {
  margin-top: .5625rem
}

.p-topNewsTitle__ja h2 {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-topNewsTitle__ja h2 {
    font-size: 1.6875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-topNewsItem {
  border-bottom: 1px solid #d9d9d9
}

.p-topNewsItem:first-of-type {
  border-top: 1px solid #d9d9d9
}

.p-topNewsItem__link {
  display: block;
  padding-top: 1.5625rem;
  padding-bottom: 1.75rem
}

@media (hover: hover) and (pointer: fine) {
  .p-topNewsItem__link:hover .p-topNewsItem__title h3 {
    color: #118ed5
  }
}

@media screen and (min-width: 48em) {
  .p-topNewsItem__link {
    padding-top: 2rem;
    padding-bottom: 2.25rem
  }
}

.p-topNewsItem__heading {
  display: flex;
  align-items: center;
  column-gap: 12px
}

@media screen and (min-width: 48em) {
  .p-topNewsItem__date {
    width: 71px
  }
}

.p-topNewsItem__date time {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: .02em;
  line-height: 1.25;
  font-weight: 600;
  color: #969899
}

.p-topNewsItem__category p {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF8FF;
  border-radius: .75rem;
  padding: .1875rem 7px .1875rem 8px;
  width: 100px
}

.p-topNewsItem__title {
  display: block;
  margin-top: .5rem
}

.p-topNewsItem__title h3 {
  transition: color .3s ease;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.8666666667;
  font-weight: 400
}

.p-topButtonPrimary {
  border: 2px solid #118ed5;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  border-radius: 1.625rem;
  padding: .75rem 30px .8125rem 42px;
  overflow: hidden;
  transition: background-color 0s ease, border-color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-topButtonPrimary:hover {
    border-color: #118ed5!important;
    background-color: #118ed5!important;
  }
  .p-topButtonPrimary:hover .p-topButtonPrimary__text {
    color: #fff
  }
  .p-topButtonPrimary:hover .p-topButtonPrimary__icon {
    color: #fff!important
  }
}

@media screen and (min-width: 48em) {
  .p-topButtonPrimary {
    border-radius: 1.5rem;
    padding: .625rem 22px .6875rem 32px
  }
}

.p-topButtonPrimary:not(.is-active) .p-topButtonPrimary__background {
  left: -48px
}

.p-topButtonPrimary.is-active .p-topButtonPrimary__background {
  right: -48px
}

.p-topButtonPrimary * {
  pointer-events: none
}

.p-topButtonPrimary__background {
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  background-color: #118ed5;
  border-radius: 24px
}

.p-topButtonPrimary__text {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  transition: color .3s ease;
  z-index: 2
}

.p-topButtonPrimary__icon {
 display: flex;
}

.p-topButtonPrimary__icon svg {
  width: 25px;
}

.p-topService {
  margin-top: 5rem;
  position: relative;
  z-index: 3
}

@media screen and (min-width: 64em) {
  .p-topService {
    margin-top: 7.5rem
  }
}

.p-topService__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-topService__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (min-width: 64em) {
  .p-topService__wrapper {
    display: grid;
    grid-template-columns: 41.2727272727% 46.9090909091%;
    grid-template-rows: auto;
    column-gap: 11.8181818182%
  }
}

.p-topService__image {
  grid-column: 1/2;
  aspect-ratio: 454/614;
  display: grid;
  grid-template-columns: 11.2676056338% 33.8028169014% 54.9295774648%;
  grid-template-rows: 59.0792838875% 28.6445012788% 12.2762148338%
}

@media screen and (max-width: 63.9375em) {
  .p-topService__image {
    width: 85.0746268657%;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width: 64em) {
  .p-topService__image {
    grid-template-columns: 11.8942731278% 32.1585903084% 55.9471365639%;
    grid-template-rows: 59.2833876221% 29.3159609121% 11.4006514658%
  }
}

.p-topService__group {
  margin-top: 3rem
}

@media screen and (min-width: 64em) {
  .p-topService__group {
    grid-column: 2/3;
    margin-top: 2.625rem
  }
}

.p-topService__text {
  margin-top: 1.5rem
}

@media screen and (min-width: 64em) {
  .p-topService__text {
    margin-top: 2rem
  }
}

.p-topService__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2
}

.p-topService__text p:not(:first-of-type) {
  margin-top: 1.25rem
}

@media screen and (min-width: 64em) {
  .p-topService__text p:not(:first-of-type) {
    margin-top: 1.5rem
  }
}

.p-topService__button {
  margin-top: 2.25rem
}

@media screen and (max-width: 63.9375em) {
  .p-topService__button {
    display: flex;
    justify-content: center
  }
}

@media screen and (min-width: 64em) {
  .p-topService__button {
    margin-top: 2.5rem
  }
}

.p-topServiceImage:nth-of-type(1) {
  grid-column: 2/4;
  grid-row: 1/3
}

.p-topServiceImage:nth-of-type(1) img {
  aspect-ratio: 252/343
}

@media screen and (min-width: 48em) {
  .p-topServiceImage:nth-of-type(1) img {
    aspect-ratio: 400/544
  }
}

.p-topServiceImage:nth-of-type(2) {
  grid-column: 1/3;
  grid-row: 2/4
}

.p-topServiceImage:nth-of-type(2) img {
  aspect-ratio: 128/160
}

@media screen and (min-width: 64em) {
  .p-topServiceImage:nth-of-type(2) img {
    aspect-ratio: 200/250
  }
}

.p-topServiceImage img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  object-fit: cover
}

.p-topServiceTitle__en {
  display: flex;
  column-gap: 12px;
  align-items: center;
  padding-left: 4px;
  position: relative;
}

.p-topServiceTitle__en svg {
  display: flex;
  width: 16px;
  height: 16px
}

.p-topServiceTitle__en span {
  font-family: Ubuntu, sans-serif;
  position: absolute;
  font-size: 6rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: rgba(30,184,212,0.19)
}
@media screen and (max-width: 63.9375em) {
  .p-topServiceTitle__en span {
    font-size: 3rem;
  }
}

.p-topServiceTitle__ja {
  margin-top: .75rem
}

@media screen and (min-width: 48em) {
  .p-topServiceTitle__ja {
    margin-top: 1rem
  }
}

.p-topServiceTitle__ja h2 {
  font-size: 1.75rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-topServiceTitle__ja h2 {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500
  }
}

.p-topCompany {
  margin-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-topCompany {
    margin-top: 7.5rem
  }
}

.p-topCompany__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 64em) {
  .p-topCompany__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-topCompany__wrapper {
  padding-top: 4.1875rem;
  padding-bottom: 5rem;
  background-color: #EDF8FF;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-topCompany__wrapper {
    padding-top: 6rem;
    padding-bottom: 15.3125rem
  }
}

@media screen and (min-width: 64em) {
  .p-topCompany__wrapper {
    border-radius: 12px 0 0
  }
}

.p-topCompany__wrapper:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  background-color: #EDF8FF;
  width: calc(50vw - 50% - var(--bar) / 2);
  top: 0;
  left: 100%;
  z-index: 1
}

.p-topCompany__body {
  padding-left: 8.7272727273%;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 63.9375em) {
  .p-topCompany__body {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width: 29.9375em) {
  .p-topCompany__body {
    padding-left: 20px;
    padding-right: 20px
  }
}

.p-topCompany__decoration {
  position: absolute;
  top: 2.5rem;
  right: 1.1940298507%;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-topCompany__decoration {
    top: 4.5rem;
    right: -178px
  }
}

.p-topCompany__decoration svg {
  display: flex;
  width: 144px;
  height: 83px
}

@media screen and (min-width: 48em) {
  .p-topCompany__decoration svg {
    width: 288px;
    height: 166px
  }
}

.p-topCompany__text {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-topCompany__text {
    margin-top: 1.5rem
  }
}

.p-topCompany__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-topCompany__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 2
  }
}

.p-topCompany__button {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center
}

@media screen and (min-width: 48em) {
  .p-topCompany__button {
    margin-top: 4.5rem
  }
}

.p-topCompany__button .p-topButtonPrimary {
  background-color: #fff
}

.p-topCompany__card {
  margin-top: 3rem;
  width: 100%;
  row-gap: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5.523255814%
}

@media screen and (max-width: 47.9375em) {
  .p-topCompany__card {
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (max-width: 29.9375em) {
  .p-topCompany__card {
    padding-right: 20px;
    padding-left: 20px
  }
}

@media screen and (min-width: 48em) {
  .p-topCompany__card {
    margin-top: 5rem;
    column-gap: 3.5250463822%
  }
}

@media screen and (min-width: 64em) {
  .p-topCompany__card {
    width: 107.3705179283%
  }
}

.p-topCompany__sdgs {
  margin-top: 3.0625rem
}

@media screen and (max-width: 47.9375em) {
  .p-topCompany__sdgs {
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (max-width: 29.9375em) {
  .p-topCompany__sdgs {
    padding-right: 20px;
    padding-left: 20px
  }
}

@media screen and (min-width: 48em) {
  .p-topCompany__sdgs {
    margin-top: 4.5rem
  }
}

.p-topCompanyTitle__en {
  display: flex;
  align-items: center;
  padding-left: 4px;
  column-gap: 12px;
  position: relative;
}

.p-topCompanyTitle__en span {
  font-family: Ubuntu, sans-serif;
  position: absolute;
  font-size: 6rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: rgba(30,184,212,0.19);
}
@media screen and (max-width: 63.9375em) {
  .p-topCompanyTitle__en span {
    font-size: 3rem;
  }
}

.p-topCompanyTitle__ja {
  margin-top: .5625rem
}

@media screen and (min-width: 48em) {
  .p-topCompanyTitle__ja {
    margin-top: .75rem
  }
}

.p-topCompanyTitle__ja h2 {
  color: #118ed5;
  font-size: 1.875rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-topCompanyTitle__ja h2 {
    font-size: 2.125rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-topCompanyCard {
  width: 100%
}

@media screen and (min-width: 30em) {
  .p-topCompanyCard {
    width: 47.238372093%
  }
}

@media screen and (min-width: 48em) {
  .p-topCompanyCard {
    width: 30.9833024119%
  }
}

.p-topCompanyCard__image {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px
}

.p-topCompanyCard__image img {
  width: 100%;
  aspect-ratio: 334/223;
  object-fit: cover;
  transition: transform .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-topCompanyCard__link:hover .p-topCompanyCard__image img {
    transform: scale(1.1)
  }
  .p-topCompanyCard__link:hover .p-topCompanyCardTitle h3 {
    color: #118ed5
  }
  .p-topCompanyCard__link:hover .p-topCompanyCardTitle__icon {
    color: #fff;
    border-color: #118ed5
  }
  .p-topCompanyCard__link:hover .p-topCompanyCardTitle__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.p-topCompanyCard__title {
  margin-top: .75rem;
  display: block
}

@media screen and (min-width: 48em) {
  .p-topCompanyCard__title {
    margin-top: 1rem
  }
}

.p-topCompanyCardTitle {
  display: flex;
  align-items: center;
  column-gap: 8px
}

@media screen and (min-width: 48em) {
  .p-topCompanyCardTitle {
    column-gap: 7px
  }
}

.p-topCompanyCardTitle h3 {
  font-size: 1rem;
  letter-spacing: .04em;
  line-height: 1.5;
  font-weight: 500;
  transition: color .3s ease
}

.p-topCompanyCardTitle__icon {
  width: 18px;
  height: 18px;
  position: relative;
  border: 2px solid #118ed5;
  color: #118ed5;
  border-radius: 50%;
  transition: color .3s ease, border-color .3s ease
}

.p-topCompanyCardTitle__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-topCompanyCardTitle__icon svg {
  display: flex;
  width: 14px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.p-topCompanySdgs {
  width: 100%
}

@media screen and (min-width: 64em) {
  .p-topCompanySdgs {
    position: relative;
    left: 9.8605577689%;
    width: 87.6494023904%
  }
}

.p-topCompanySdgs__link {
  display: block;
  padding: 1.625rem 24px 2rem;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden
}

@media screen and (min-width: 48em) {
  .p-topCompanySdgs__link {
    padding: 2rem 28px 1.5rem 40px;
    display: flex;
    column-gap: 8.8669950739%
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-topCompanySdgs__link:hover .p-topCompanySdgs__image img {
    transform: scale(1.1)
  }
  .p-topCompanySdgs__link:hover .p-topCompanySdgsButton__text {
    color: #118ed5
  }
  .p-topCompanySdgs__link:hover .p-topCompanySdgsButton__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.p-topCompanySdgs__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #E4011E 4.7727272727% 4.7727272727%, #D6A600 6.4772727273% 11.25%, #1B973A 6.4772727273% 17.7272727273%, #C50E28 6.4772727273% 24.2045454545%, #E83418 6.4772727273% 30.6818181818%, #00A6D9 6.4772727273% 37.1590909091%, #FABD00 6.4772727273% 43.6363636364%, #970A31 6.4772727273% 50.1136363636%, #EC6A06 6.4772727273% 56.5909090909%, #DC097B 6.4772727273% 63.0681818182%, #F5A20B 6.4772727273% 69.5454545455%, #D39206 6.4772727273% 76.0227272727%, #407936 6.4772727273% 82.5%, #0075BA 6.4772727273% 88.9772727273%, #28A838 6.4772727273% 95.4545454545%, #004C88 4.7727272727% 100%)
}

.p-topCompanySdgs__image {
  display: flex;
  height: 100%;
  border-radius: 8px;
  overflow: hidden
}

@media screen and (min-width: 48em) {
  .p-topCompanySdgs__image {
    width: 36.4532019704%
  }
}

.p-topCompanySdgs__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 296/196;
  transition: transform .3s ease
}

.p-topCompanySdgs__group {
  margin-top: 1.8125rem
}

@media screen and (min-width: 64em) {
  .p-topCompanySdgs__group {
    width: 54.6798029557%
  }
}

.p-topCompanySdgs__title {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #118ed5
}

@media screen and (max-width: 47.9375em) {
  .p-topCompanySdgs__title {
    margin-top: .1875rem;
    padding-left: 4px
  }
}

.p-topCompanySdgs__title svg {
  display: flex;
  width: 14px;
  height: 7px
}

.p-topCompanySdgs__title h3 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4222222222;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-topCompanySdgs__title h3 {
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-topCompanySdgs__decoration {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 600;
  opacity: .5;
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: #118ed5
}

@media screen and (max-width: 47.9375em) {
  .p-topCompanySdgs__decoration {
    margin-top: 1.0625rem;
    justify-content: flex-end
  }
}

@media screen and (min-width: 48em) {
  .p-topCompanySdgs__decoration {
    font-size: .8125rem;
    letter-spacing: 0em;
    line-height: 1.2307692308;
    font-weight: 600;
    column-gap: 8px;
    position: absolute;
    right: 28px;
    top: 1.8125rem
  }
}

.p-topCompanySdgs__decoration:after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-topCompanySdgs__decoration:after {
    width: 40px
  }
}

.p-topCompanySdgs__text {
  display: block;
  font-size: 1.3125rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500;
  margin-top: .5rem
}

@media screen and (max-width: 47.9375em) {
  .p-topCompanySdgs__text {
    padding-left: 4px
  }
}

@media screen and (min-width: 48em) {
  .p-topCompanySdgs__text {
    font-size: 1.5rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500;
    margin-top: .75rem
  }
}

.p-topCompanySdgs__button {
  display: block
}

@media screen and (max-width: 47.9375em) {
  .p-topCompanySdgs__button {
    padding-left: 4px
  }
}

.p-topCompanySdgsButton {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-top: 1.125rem
}

@media screen and (min-width: 48em) {
  .p-topCompanySdgsButton {
    margin-top: 1.9375rem;
    justify-content: flex-end
  }
}

.p-topCompanySdgsButton__text {
  font-size: .9375rem;
  letter-spacing: .04em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .p-topCompanySdgsButton__text {
    font-size: 1rem;
    letter-spacing: .04em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-topCompanySdgsButton__icon {
  width: 16px;
  height: 16px;
  position: relative;
  border-radius: 50%;
  background-color: #118ed5;
  color: #fff;
  transition: background-color .3s ease
}

.p-topCompanySdgsButton__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-topCompanySdgsButton__icon svg {
  display: flex;
  width: 9px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.p-topRecruit {
  position: relative;
  z-index: 3
}

@media screen and (min-width: 48em) {
  .p-topRecruit {
    margin-top: -8.25rem
  }
}

.p-topRecruit__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-topRecruit__inner {
    max-width: 1340px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-topRecruit__wrapper {
  position: relative;
  width: 100%;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 80.8%;
  z-index: 2;
  background: -webkit-linear-gradient(115deg, #19a8df 0%, #118ed5 100%);
}

@media screen and (min-width: 48em) {
  .p-topRecruit__wrapper {
    border-radius: 12px;
    padding-top: 5rem;
    padding-bottom: 5rem
  }
}

.p-topRecruit__text {
  margin-top: 1rem
}

@media screen and (min-width: 48em) {
  .p-topRecruit__text {
    margin-top: 1.75rem
  }
}

.p-topRecruit__text p {
  text-align: center;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-topRecruit__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 2
  }
}

.p-topRecruit__button {
  margin-top: 2rem;
  display: flex;
  justify-content: center
}

@media screen and (min-width: 48em) {
  .p-topRecruit__button {
    margin-top: 2.875rem
  }
}

.p-topRecruit__button .p-topButtonPrimary {
  border-color: #fff
}

.p-topRecruit__button .p-topButtonPrimary__text {
  color: #fff
}

.p-topRecruit__button .p-topButtonPrimary__icon:after {
  background-color: #fff
}

.p-topRecruit__image {
  display: contents
}

.p-topRecruitTitle__en {
  text-align: center
}

.p-topRecruitTitle__en span {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.1875;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
}

@media screen and (min-width: 48em) {
  .p-topRecruitTitle__en span {
    font-size: 3.125rem;
    letter-spacing: 0em;
    line-height: 1.2222222222;
    font-weight: 600
  }
}

.p-topRecruitTitle__ja {
  margin-top: .5rem;
  text-align: center
}

@media screen and (min-width: 48em) {
  .p-topRecruitTitle__ja {
    margin-top: .75rem
  }
}

.p-topRecruitTitle__ja h2 {
  font-size: 1.75rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-topRecruitTitle__ja h2 {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.3125;
    font-weight: 700
  }
}

.p-topRecruitImage {
  position: absolute
}

.p-topRecruitImage:nth-of-type(1) {
  left: 10.6666666667%;
  width: 34.1333333333%;
  top: 63.8736263736%
}

@media screen and (min-width: 48em) {
  .p-topRecruitImage:nth-of-type(1) {
    top: -14.0969162996%;
    width: 16.0256410256%;
    left: 9.8557692308%
  }
}

.p-topRecruitImage:nth-of-type(1) img {
  aspect-ratio: 200/267
}

.p-topRecruitImage:nth-of-type(2) {
  left: 0;
  width: 25.0666666667%;
  top: 81.7307692308%
}

@media screen and (min-width: 48em) {
  .p-topRecruitImage:nth-of-type(2) {
    width: 12.2596153846%;
    left: 2.7243589744%;
    top: 29.295154185%
  }
}

.p-topRecruitImage:nth-of-type(2) img {
  aspect-ratio: 153/153
}

.p-topRecruitImage:nth-of-type(3) {
  width: 38.4%;
  right: 0;
  top: 68.4065934066%
}

@media screen and (min-width: 48em) {
  .p-topRecruitImage:nth-of-type(3) {
    right: 2.8044871795%;
    top: 32.8193832599%;
    width: 18.75%
  }
}

.p-topRecruitImage:nth-of-type(3) img {
  aspect-ratio: 234/152
}

.p-topRecruitImage:nth-of-type(4) {
  right: 15.7333333333%;
  width: 32%;
  top: 84.0659340659%
}

@media screen and (min-width: 48em) {
  .p-topRecruitImage:nth-of-type(4) {
    top: 57.0484581498%;
    right: 11.3782051282%;
    width: 15.625%
  }
}

.p-topRecruitImage:nth-of-type(4) img {
  aspect-ratio: 195/259
}

.p-topRecruitImage img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover
}

.p-topProduct {
  background-color: #EDF8FF;
  margin-top: 5rem;
  padding-bottom: 4.5rem
}

@media screen and (max-width: 63.9375em) {
  .p-topProduct {
    padding-top: 4rem;
    overflow: hidden
  }
}

@media screen and (min-width: 48em) {
  .p-topProduct {
    padding-bottom: 6.125rem
  }
}

@media screen and (min-width: 64em) {
  .p-topProduct {
    margin-top: 17.375rem
  }
}

.p-topProduct__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-topProduct__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-topProduct__wrapper {
  display: flex;
  position: relative
}

.p-topProduct__decoration {
  position: absolute;
  top: -2rem
}

@media screen and (max-width: 63.9375em) {
  .p-topProduct__decoration {
    right: -7.1641791045%
  }
}

@media screen and (min-width: 64em) {
  .p-topProduct__decoration {
    left: 43.4545454545%;
    top: 77.581120944%
  }
}

.p-topProduct__decoration svg {
  display: flex;
  width: 144px;
  height: 83px
}

@media screen and (min-width: 64em) {
  .p-topProduct__decoration svg {
    width: 288px;
    height: 166px
  }
}

@media screen and (min-width: 64em) {
  .p-topProduct__title {
    position: absolute;
    top: -7.1875rem
  }
}

.p-topProduct__group {
  width: 100%;
  position: relative;
  z-index: 1
}

@media screen and (min-width: 64em) {
  .p-topProduct__group {
    width: 53%
  }
}

.p-topProduct__image {
  display: none;
  position: relative;
  z-index: 1
}

@media screen and (min-width: 64em) {
  .p-topProduct__image {
    width: 47%;
    margin-top: -8rem;
    display: grid;
    height: 100%
  }
}

@media screen and (max-width: 63.9375em) {
  .p-topProduct__item {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.436440678%;
    margin-top: 2.25rem;
    row-gap: 3.5rem
  }
}

@media screen and (max-width: 47.9375em) {
  .p-topProduct__item {
    column-gap: 6.8656716418%
  }
}

@media screen and (min-width: 64em) {
  .p-topProduct__item {
    width: 85.4545454545%
  }
}

.p-topProduct__button {
  margin-top: 3.5rem
}

@media screen and (max-width: 63.9375em) {
  .p-topProduct__button {
    display: flex;
    justify-content: center
  }
}

.p-topProduct__button .p-topButtonPrimary {
  background-color: #fff
}

.p-topProductTitle__en {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding-left: 4px;
  position: relative;
}

.p-topProductTitle__en span {
  font-family: Ubuntu, sans-serif;
  position: absolute;
  font-size: 6rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: rgba(30,184,212,0.19);
}
@media screen and (max-width: 63.9375em) {
  .p-topProductTitle__en span {
    font-size: 3rem;
  }
}

.p-topProductTitle__ja {
  margin-top: .6875rem
}

.p-topProductTitle__ja h2 {
  color: #118ed5;
  font-size: 1.875rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-topProductTitle__ja h2 {
    font-size: 2.125rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-topProductItem {
  counter-increment: number;
  position: relative;
  transition: background-color .3s ease
}

@media screen and (min-width: 64em) {
  .p-topProductItem:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #118ed5;
    opacity: .2
  }
}

@media screen and (max-width: 63.9375em) {
  .p-topProductItem {
    width: 31.6737288136%
  }
}

@media screen and (max-width: 47.9375em) {
  .p-topProductItem {
    width: 46.5671641791%
  }
}

@media screen and (min-width: 64em) {
  .p-topProductItem.is-active {
    background-color: #118ed5
  }
}

@media screen and (min-width: 64em) {
  .p-topProductItem.is-active .p-topProductItem__link:before, .p-topProductItem.is-active .p-topProductItem__link:after {
    background-color: #118ed5
  }
}

@media screen and (min-width: 64em) {
  .p-topProductItem.is-active .p-topProductItem__group:before {
    color: #fff
  }
}

@media screen and (min-width: 64em) {
  .p-topProductItem.is-active .p-topProductItem__title h3,
    .p-topProductItem.is-active .p-topProductItem__disc {
      color: #fff
  }
}

@media screen and (min-width: 64em) {
  .p-topProductItem.is-active .p-topProductItem__text {
    opacity: 1;
    visibility: visible;
    height: auto
  }
}

@media screen and (min-width: 64em) {
  .p-topProductItem.is-active .p-topProductItem__icon {
    opacity: 1;
    visibility: visible
  }
}

.p-topProductItem__link {
  display: block
}

@media screen and (min-width: 64em) {
  .p-topProductItem__link {
    padding-top: 1.75rem;
    padding-bottom: 2rem;
    padding-left: 49px
  }
}

.p-topProductItem__link:before {
  display: none
}

@media screen and (min-width: 64em) {
  .p-topProductItem__link:before {
    content: "";
    display: block;
    height: 100%;
    width: calc(100% + 50vw - 50% - var(--bar) / 2);
    position: absolute;
    top: 0;
    right: 100%;
    transition: background-color .3s ease
  }
}

.p-topProductItem__link:after {
  display: none
}

@media screen and (min-width: 64em) {
  .p-topProductItem__link:after {
    content: "";
    display: block;
    height: 100%;
    width: 17.0212765957%;
    position: absolute;
    top: 0;
    left: 100%;
    transition: background-color .3s ease
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 64em) {
  .p-topProductItem__link:hover .p-topProductItem__icon {
    opacity: 1;
    visibility: visible
  }
}

.p-topProductItem__image {
  display: block;
  position: relative
}

@media screen and (min-width: 64em) {
  .p-topProductItem__image {
    display: none
  }
}

.p-topProductItem__image img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 156/211;
  overflow: hidden;
  object-fit: cover
}

@media screen and (max-width: 63.9375em) {
  .p-topProductItem__group {
    margin-top: .875rem;
    display: block;
    position: relative
  }
}

.p-topProductItem__group:before {
  content: "0" counter(number) ".";
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: .6875rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600;
  color: #118ed5;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .p-topProductItem__group:before {
    top: .6875rem
  }
}

@media screen and (min-width: 64em) {
  .p-topProductItem__group:before {
    position: absolute;
    left: 16px;
    top: 2.25rem;
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1;
    font-weight: 600
  }
}

.p-topProductItem__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 1;
  transition: width .3s ease, height .3s ease, right .3s ease, background-color .3s ease, border-color .3s ease
}

@media screen and (max-width: 63.9375em) {
  .p-topProductItem__icon {
    background-color: #118ed5;
    top: 2.8125rem;
    margin-top: 135.2564102564%
  }
}

@media screen and (max-width: 47.9375em) {
  .p-topProductItem__icon {
    top: 2.4375rem
  }
}

@media screen and (min-width: 64em) {
  .p-topProductItem__icon {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden
  }
}

.p-topProductItem__icon svg {
  display: flex;
  width: 9px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 64em) {
  .p-topProductItem__icon svg {
    width: 24px;
    height: auto
  }
}

@media screen and (max-width: 63.9375em) {
  .p-topProductItem__title {
    display: block;
    margin-top: .375rem;
    padding-right: 32px
  }
}

.p-topProductItem__title h3 {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 500;
  transition: color .3s ease
}
.p-topProductItem__disc{
  display: block;
  margin-top: .5em;
}

@media screen and (min-width: 48em) {
  .p-topProductItem__title h3 {
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 500
  }
}

@media screen and (min-width: 64em) {
  .p-topProductItem__text {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0
  }
}

.p-topProductItem__text p {
  margin-top: .375rem;
  opacity: .5;
  color: #118ed5;
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.5
}

@media screen and (min-width: 64em) {
  .p-topProductItem__text p {
    color: #fff
  }
}

.p-topProductImage {
  position: relative;
  opacity: 0;
  visibility: hidden;
  grid-column: 1;
  grid-row: 1;
  transition: opacity .3s ease, visibility .3s ease
}

.p-topProductImage.is-active {
  opacity: 1;
  visibility: visible
}

.p-topProductImageItem:nth-of-type(1) {
  width: 100%
}

.p-topProductImageItem:nth-of-type(1) img {
  aspect-ratio: 550/742;
  border-radius: 8px
}

.p-topProductImageItem:nth-of-type(2) {
  width: 45.4545454545%;
  position: absolute;
  right: -74px;
  bottom: -5rem
}

.p-topProductImageItem:nth-of-type(2) img {
  aspect-ratio: 250/250;
  border-radius: 12px
}

.p-topProductImageItem img {
  width: 100%;
  object-fit: cover;
  overflow: hidden
}

.p-topProductSearch {
  margin-top: -19.5rem
}

@media screen and (min-width: 48em) {
  .p-topProductSearch {
    margin-top: -12.125rem
  }
}

.p-topProductSearch__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-topProductSearch__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-topProductSearch__wrapper {
  background-color: #194d83;
  padding: 2.5rem 24px 3rem;
  border-radius: 12px
}

@media screen and (min-width: 30em) {
  .p-topProductSearch__wrapper {
    padding: 4rem 64px
  }
}

@media screen and (min-width: 64em) {
  .p-topProductSearch__wrapper {
    display: flex;
    column-gap: 10.8024691358%
  }
}

.p-topProductSearch__form {
  width: 100%
}

@media screen and (min-width: 64em) {
  .p-topProductSearch__form {
    width: 47.8395061728%
  }
}

.p-topProductSearch__form form {
  margin-top: 1.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-topProductSearch__form form {
    margin-top: 1.625rem
  }
}

.p-topProductSearch__form form input[type=text] {
  background-color: #fff;
  width: calc(100% - 60px);
  height: 3.75rem;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 6px 0 0 6px;
  padding-left: 20px;
  padding-right: 20px
}

@media screen and (min-width: 48em) {
  .p-topProductSearch__form form input[type=text] {
    padding-left: 32px;
    padding-right: 32px
  }
}

@media screen and (min-width: 48em) {
  .p-topProductSearch__form form input[type=text] {
    height: 4.5rem;
    width: 393px
  }
}

.p-topProductSearch__form form input[type=text]::placeholder {
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 400;
  color: #969899
}

@media screen and (min-width: 48em) {
  .p-topProductSearch__form form input[type=text]::placeholder {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 400
  }
}

.p-topProductSearch__form form button[type=submit] {
  background-color: #EDF8FF;
  width: 60px;
  height: 3.75rem;
  border-radius: 0 6px 6px 0;
  transition: background-color .3s ease, color .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #118ed5
}

@media (hover: hover) and (pointer: fine) {
  .p-topProductSearch__form form button[type=submit]:hover {
    background-color: #118ed5;
    color: #fff
  }
}

@media screen and (min-width: 48em) {
  .p-topProductSearch__form form button[type=submit] {
    width: 72px;
    height: 4.5rem
  }
}

.p-topProductSearch__form form svg {
  display: flex;
  width: 18px;
  height: 18px
}

@media screen and (min-width: 48em) {
  .p-topProductSearch__form form svg {
    width: 20px;
    height: 20px
  }
}

.p-topProductSearch__title span {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600;
  color: #fff
}

@media screen and (min-width: 48em) {
  .p-topProductSearch__title span {
    font-size: 1.75rem;
    letter-spacing: .05em;
    line-height: 1;
    font-weight: 600
  }
}

.p-topProductSearch__title h3 {
  margin-top: .5rem;
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  opacity: .5
}

@media screen and (min-width: 48em) {
  .p-topProductSearch__title h3 {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 500;
    margin-top: .75rem
  }
}

.p-topProductSearch__keyword {
  position: relative;
  width: 100%
}

@media screen and (max-width: 63.9375em) {
  .p-topProductSearch__keyword {
    margin-top: 2.25rem;
    padding-top: 2rem
  }
}

@media screen and (min-width: 64em) {
  .p-topProductSearch__keyword {
    width: 41.3580246914%
  }
}

.p-topProductSearchKeyword:before {
  content: "";
  display: block;
  background-color: #fff;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px
}

@media screen and (min-width: 64em) {
  .p-topProductSearchKeyword:before {
    width: 1px;
    height: 11.9375rem;
    transform: translateY(-50%);
    top: 50%;
    left: -12.9353233831%
  }
}

.p-topProductSearchKeyword__title h4 {
  color: #fff;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-topProductSearchKeyword__title h4 {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 500
  }
}

.p-topProductSearchKeyword__tag {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: .625rem;
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-topProductSearchKeyword__tag {
    margin-top: 1.5rem;
    column-gap: 8px;
    row-gap: .75rem
  }
}

.p-topProductSearchKeyword__tag a {
  color: #118ed5;
  background-color: #fff;
  padding: .25rem 8px;
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 500;
  border-radius: .9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s ease, color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-topProductSearchKeyword__tag a:hover {
    color: #fff;
    background-color: #118ed5
  }
}

@media screen and (min-width: 48em) {
  .p-topProductSearchKeyword__tag a {
    padding: .25rem 14px;
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 500
  }
}

.p-topProductPickup {
  margin-top: 4.1875rem;
}

@media screen and (min-width: 48em) {
  .p-topProductPickup {
    margin-top: 6.25rem
  }
}

.p-topProductPickup__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px
}

@media screen and (min-width: 30em) {
  .p-topProductPickup__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-topProductPickup__carousel {
  margin-top: 2.25rem
}

@media screen and (min-width: 48em) {
  .p-topProductPickup__carousel {
    margin-top: 2.5rem
  }
}

.p-topProductPickupTitle__en {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding-left: 4px;
  position: relative;
}

.p-topProductPickupTitle__en span {
  font-family: Ubuntu, sans-serif;
  position: absolute;
  font-size: 6rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: rgba(30,184,212,0.19);
}
@media screen and (max-width: 63.9375em) {
  .p-topProductPickupTitle__en span {
    font-size: 3rem;
  }
}

.p-topProductPickupTitle__ja {
  margin-top: .5625rem
}

@media screen and (min-width: 48em) {
  .p-topProductPickupTitle__ja {
    margin-top: .75rem
  }
}

.p-topProductPickupTitle__ja h3 {
  color: #118ed5;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-topProductPickupTitle__ja h3 {
    font-size: 1.6875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-topProductPickupCarousel {
  position: relative
}

.p-topProductPickupCarousel__item {
  display: flex
}

.p-topProductPickupCarousel__navigation {
  display: none
}

@media screen and (min-width: 48em) {
  .p-topProductPickupCarousel__navigation {
    position: absolute;
    column-gap: 12px;
    align-items: center;
    top: -5.5rem;
    right: -6.7272727273%;
    display: flex
  }
}

.p-topProductPickupCarouselItem {
  width: 264px;
  flex-shrink: 0
}

@media screen and (min-width: 48em) {
  .p-topProductPickupCarouselItem {
    width: 360px
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-topProductPickupCarouselItem__link:hover .p-topProductPickupCarouselItem__title h4 {
    color: #118ed5
  }
  .p-topProductPickupCarouselItem__link:hover .p-topProductPickupCarouselItem__image img {
    transform: scale(1.1)
  }
}

.p-topProductPickupCarouselItem__image {
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden
}

.p-topProductPickupCarouselItem__image.is-border {
  border: 1px solid #EDF8FF
}

.p-topProductPickupCarouselItem__image img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 360/240;
  transition: transform .3s ease
}

.p-topProductPickupCarouselItem__title {
  margin-top: 1.25rem;
  display: block
}

@media screen and (min-width: 48em) {
  .p-topProductPickupCarouselItem__title {
    margin-top: 1.5625rem
  }
}

.p-topProductPickupCarouselItem__title h4 {
  font-size: 1.125rem;
  letter-spacing: .04em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5;
  transition: color .3s ease
}

.p-topProductPickupCarouselItem__text {
  margin-top: .5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

@media screen and (min-width: 48em) {
  .p-topProductPickupCarouselItem__text {
    margin-top: .75rem
  }
}

.p-topProductPickupCarouselItem__text p {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-topProductPickupCarouselItem__text p {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 2
  }
}

.p-topProductPickupCarouselItem__tag {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  margin-top: .5rem
}

@media screen and (min-width: 48em) {
  .p-topProductPickupCarouselItem__tag {
    margin-top: .75rem
  }
}

.p-topProductPickupCarouselItem__tag a {
  font-size: .75rem;
  letter-spacing: .04em;
  line-height: 1.8;
  font-weight: 500;
  color: #118ed5;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-topProductPickupCarouselItem__tag a:hover {
    color: #118ed5
  }
}

.p-topProductPickupCarouselNavigation {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #118ed5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #118ed5;
  cursor: pointer;
  position: relative;
  transition: color .3s ease, border-color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-topProductPickupCarouselNavigation:not(.swiper-button-disabled):hover {
    border-color: #118ed5;
    color: #fff
  }
  .p-topProductPickupCarouselNavigation:not(.swiper-button-disabled):hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1.1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.p-topProductPickupCarouselNavigation.swiper-button-disabled {
  opacity: .2;
  cursor: auto
}

.p-topProductPickupCarouselNavigation:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-topProductPickupCarouselNavigation.--prev svg {
  transform: scaleX(-1)
}

.p-topProductPickupCarouselNavigation svg {
  display: flex;
  width: 26px;
  height: auto;
  position: relative;
  z-index: 2
}

.p-topFacade__filter {
  position: absolute;
  width: 300px;
  background-image: -moz-linear-gradient(115deg, #19a8df 0%, #118ed5 100%);
    background-image: -webkit-linear-gradient(115deg, #19a8df 0%, #118ed5 100%);
    background-image: -ms-linear-gradient(115deg, #19a8df 0%, #118ed5 100%);
  z-index: 2;
  aspect-ratio: 300/825
}

@media screen and (min-width: 48em) {
  .p-topFacade__filter {
    width: 465px;
    aspect-ratio: 465/1091
  }
}

.p-topFacade__image {
  position: absolute;
  z-index: 1;
  width: 300px;
  aspect-ratio: 300/825
}

@media screen and (min-width: 48em) {
  .p-topFacade__image {
    width: 465px;
    aspect-ratio: 465/1091
  }
}

.p-topFacade__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.p-topFacade__wrapper {
  display: flex
}

@media screen and (max-width: 63.9375em) {
  .p-topFacade__wrapper {
    overflow: hidden
  }
}

.p-topFacade__navigation {
  width: 5.3333333333%;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 4
}

@media screen and (min-width: 48em) {
  .p-topFacade__navigation {
    width: 6.6666666667%
  }
}

.p-topFacade__navigation span {
  display: none
}

@media screen and (min-width: 64em) {
  .p-topFacade__navigation span {
    display: block;
    font-family: Inter, sans-serif;
    font-size: .75rem;
    letter-spacing: .3em;
    line-height: 1.25;
    font-weight: 500;
    writing-mode: vertical-rl;
    color: #fff;
    opacity: .5
  }
}

.p-topFacade__group {
  width: 94.6666666667%;
  background-color: #EDF8FF;
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 5.9375rem 6.1333333333% 1.5rem;
  border-radius: 0 0 0 20px
}

@media screen and (min-width: 48em) {
  .p-topFacade__group {
    max-width: 1344px;
    width: 93.3333333333%;
    padding: 11.6875rem 2.9761904762% 2.5rem
  }
}

@media screen and (min-width: 64em) {
  .p-topFacade__group {
    padding: 12.9861111111vw 2.7777777778vw 2.7777777778vw
  }
}

@media screen and (min-width: 90em) {
  .p-topFacade__group {
    max-width: 100%;
    aspect-ratio: 1344/765
  }
}

.p-topFacade__copy {
  position: relative;
  z-index: 1;
  padding-left: .6557377049%
}

@media screen and (min-width: 48em) {
  .p-topFacade__copy {
    padding-left: 3.0674846626%
  }
}

@media screen and (min-width: 64em) {
  .p-topFacade__copy {
    padding-left: 2.7777777778vw
  }
}

.p-topFacade__carousel {
  margin-top: 2.0625rem;
  position: relative;
  z-index: 1
}

@media screen and (min-width: 64em) {
  .p-topFacade__carousel {
    margin-top: 6.4583333333vw
  }
}

.p-topFacade__icon {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  .p-topFacade__icon {
  }
}

.p-topFacadeIcon {
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease
}

.p-topFacadeIcon.is-active {
  opacity: 1;
  visibility: visible
}

/* .p-topFacadeIcon:nth-of-type(1) {
  width: 122.1122112211%
}

@media screen and (max-width: 63.9375em) {
  .p-topFacadeIcon:nth-of-type(1) {
    margin-top: 2rem
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeIcon:nth-of-type(1) {
    position: absolute;
    top: 9.8611111111vw;
    right: -11.9444444444vw;
    width: 63.8888888889vw
  }
}

.p-topFacadeIcon:nth-of-type(1) svg {
  width: 100%;
  aspect-ratio: 920/646
}

.p-topFacadeIcon:nth-of-type(2) {
  width: 112.2112211221%
}

@media screen and (max-width: 63.9375em) {
  .p-topFacadeIcon:nth-of-type(2) {
    margin-top: 1.5rem
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeIcon:nth-of-type(2) {
    position: absolute;
    top: 8.75vw;
    right: -7.3611111111vw;
    width: 59.0277777778vw
  }
}

.p-topFacadeIcon:nth-of-type(2) svg {
  width: 100%;
  aspect-ratio: 850/648
}

.p-topFacadeIcon:nth-of-type(3) {
  width: 131.3531353135%
}

@media screen and (max-width: 63.9375em) {
  .p-topFacadeIcon:nth-of-type(3) {
    margin-top: 2.5rem
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeIcon:nth-of-type(3) {
    position: absolute;
    top: 15.9722222222vw;
    right: -16.9444444444vw;
    width: 69.1666666667vw
  }
}

.p-topFacadeIcon:nth-of-type(3) svg {
  width: 100%;
  aspect-ratio: 996/396
} */

.p-topFacadeIcon .icon0-st0, .p-topFacadeIcon .icon0-st1 {
  fill: none;
  stroke: #118ed5;
  stroke-width: 96;
  stroke-miterlimit: 10
}

.p-topFacadeIcon .icon0-st2, .p-topFacadeIcon .icon0-st3, .p-topFacadeIcon .icon0-st4 {
  fill: none;
  stroke: #118ed5;
  stroke-width: 96;
  stroke-miterlimit: 10
}

.p-topFacadeIcon .icon1-st0, .p-topFacadeIcon .icon1-st1, .p-topFacadeIcon .icon1-st2, .p-topFacadeIcon .icon1-st3 {
  fill: none;
  stroke: #118ed5;
  stroke-width: 96;
  stroke-miterlimit: 10
}

.p-topFacadeIcon .icon1-st4, .p-topFacadeIcon .icon1-st5, .p-topFacadeIcon .icon1-st6, .p-topFacadeIcon .icon1-st7 {
  fill: none;
  stroke: #118ed5;
  stroke-width: 96;
  stroke-miterlimit: 10
}

.p-topFacadeIcon .icon2-st0, .p-topFacadeIcon .icon2-st1, .p-topFacadeIcon .icon2-st2, .p-topFacadeIcon .icon2-st3 {
  fill: none;
  stroke: #118ed5;
  stroke-width: 96;
  stroke-miterlimit: 10
}

.p-topFacadeIcon .icon2-st4, .p-topFacadeIcon .icon2-st5, .p-topFacadeIcon .icon2-st6 {
  fill: none;
  stroke: #118ed5;
  stroke-width: 96;
  stroke-miterlimit: 10
}

.p-topFacadeCopy__en {
  color: #118ed5
}

.p-topFacadeCopy__ja {
  margin-top: .1875rem;
  display: flex;
  align-items: center;
  column-gap: 5px
}

@media screen and (max-width: 47.9375em) {
  .p-topFacadeCopy__ja {
    margin-left: -.6600660066%
  }
}

@media screen and (min-width: 48em) {
  .p-topFacadeCopy__ja {
    column-gap: 12px;
    margin-top: .4375rem;
    margin-left: -4px
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeCopy__ja {
    column-gap: .8333333333vw;
    margin-top: .4861111111vw
  }
}

.p-topFacadeCopy__ja:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #118ed5;
  opacity: .2
}

@media screen and (min-width: 48em) {
  .p-topFacadeCopy__ja:after {
    width: 64px
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeCopy__ja:after {
    width: 4.4444444444vw
  }
}

.p-topFacadeCopy__ja img {
  width: 256px
}

@media screen and (min-width: 48em) {
  .p-topFacadeCopy__ja img {
    width: 383px
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeCopy__ja img {
    width: 26.5972222222vw
  }
}

.p-topFacadeCopyEn {
  font-family: Poppins, sans-serif;
  display: flex;
  column-gap: 11px
}

@media screen and (min-width: 48em) {
  .p-topFacadeCopyEn {
    column-gap: 20px
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeCopyEn {
    column-gap: 1.3888888889vw
  }
}

.p-topFacadeCopyEn span[data-size=s] {
  font-size: 2.200625rem;
  letter-spacing: .01em;
  line-height: 1.5036125757;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-topFacadeCopyEn span[data-size=s] {
    font-size: 6rem;
    letter-spacing: .01em;
    line-height: 1.5;
    font-weight: 500
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeCopyEn span[data-size=s] {
    font-size: 6.6666666667vw;
    letter-spacing: .01em;
    line-height: 1.5;
    font-weight: 500
  }
}

.p-topFacadeCopyEn span[data-size=m] {
  font-size: 2.334375rem;
  letter-spacing: .01em;
  line-height: 1.4995313964;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-topFacadeCopyEn span[data-size=m] {
    font-size: 6.25rem;
    letter-spacing: .01em;
    line-height: 1.5;
    font-weight: 500
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeCopyEn span[data-size=m] {
    font-size: 6.9444444444vw;
    letter-spacing: .01em;
    line-height: 1.5;
    font-weight: 500
  }
}

.p-topFacadeCopyEn:nth-of-type(2) {
  margin-top: -1.25rem;
  padding-left: 21px
}

@media screen and (min-width: 48em) {
  .p-topFacadeCopyEn:nth-of-type(2) {
    margin-top: -2.4375rem;
    padding-left: 50px
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeCopyEn:nth-of-type(2) {
    margin-top: -2.7083333333vw;
    padding-left: 3.4722222222vw
  }
}

.p-topFacadeCarousel {
  width: 100%;
  max-height: 8.6875rem
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarousel {
    width: 404px
  }
}

@media screen and (min-width: 90em) {
  .p-topFacadeCarousel {
    width: 28.0555555556vw
  }
}

.p-topFacadeCarousel__title {
  display: flex;
  align-items: center;
  column-gap: 6px
}

@media screen and (min-width: 64em) {
  .p-topFacadeCarousel__title {
    column-gap: 8px
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeCarousel__title {
    column-gap: .5555555556vw
  }
}

.p-topFacadeCarousel__title:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #118ed5;
  border-radius: 50%
}

@media screen and (min-width: 64em) {
  .p-topFacadeCarousel__title:before {
    width: .5555555556vw;
    height: .5555555556vw
  }
}

.p-topFacadeCarousel__title span {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  font-weight: 600;
  color: #118ed5
}

@media screen and (min-width: 64em) {
  .p-topFacadeCarousel__title span {
    font-size: .9722222222vw;
    letter-spacing: 0em;
    line-height: 1.2142857143;
    font-weight: 600
  }
}

.p-topFacadeCarousel__wrapper {
  margin-top: .375rem;
  background-color: #fff;
  border-radius: 8px;
  padding: .75rem 18px .75rem 0;
  display: flex;
  align-items: center;
  column-gap: 18px
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarousel__wrapper {
    column-gap: 20px;
    margin-top: .5rem;
    padding: 1.125rem 0
  }
}

@media screen and (min-width: 64em) {
  .p-topFacadeCarousel__wrapper {
    column-gap: 1.3888888889vw;
    margin-top: .5555555556vw;
    padding: 1.25vw 0
  }
}

.p-topFacadeCarousel__item {
  border-radius: 6px;
  overflow: hidden;
  width: 20.8469055375%;
  left: 18px;
  pointer-events: none;
  position: relative;
  z-index: 1;
  aspect-ratio: 64/64;
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarousel__item {
    aspect-ratio: 120/80;
    width: 29.702970297%;
    left: 24px
  }
}

@media screen and (min-width: 90em) {
  .p-topFacadeCarousel__item {
    width: 8.3333333333vw;
    left: 1.6666666667vw
  }
}

.p-topFacadeCarousel__pagination {
  left: 18px;
  position: relative;
  width: 67.4267100977%
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarousel__pagination {
    left: 24px;
    width: 59.4059405941%
  }
}

@media screen and (min-width: 90em) {
  .p-topFacadeCarousel__pagination {
    left: 1.6666666667vw;
    width: 16.6666666667vw
  }
}

.p-topFacadeCarouselItem {
  display: flex;
  width: 100%
}

.p-topFacadeCarouselItem__slide {
  flex-shrink: 0;
  display: block
}

.p-topFacadeCarouselItem__slide img {
  width: 100%;
  aspect-ratio: 64/64;
  object-fit: cover
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarouselItem__slide img {
    aspect-ratio: 120/80
  }
}

.p-topFacadeCarouselPagination {
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: #118ed5;
  cursor: pointer;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-topFacadeCarouselPagination:hover {
    color: #118ed5
  }
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarouselPagination {
    column-gap: 7px
  }
}

.p-topFacadeCarouselPagination:not(:first-of-type) {
  margin-top: .5rem
}

.p-topFacadeCarouselPagination.is-current {
  color: #118ed5
}

.p-topFacadeCarouselPagination.is-current .p-topFacadeCarouselPagination__number {
  column-gap: 8px
}

.p-topFacadeCarouselPagination__number {
  font-family: Inter, sans-serif;
  font-size: .6875rem;
  letter-spacing: 0em;
  line-height: 1.1818181818;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 0;
  transition: column-gap .3s ease
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarouselPagination__number {
    font-size: .75rem;
    letter-spacing: 0em;
    line-height: 1.25;
    font-weight: 500
  }
}

.p-topFacadeCarouselPagination__number span {
  display: block;
  height: 1px;
  background-color: #118ed5;
  position: relative;
  top: -.0625rem
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarouselPagination__number span {
    top: .0625rem;
    margin-bottom: .25rem
  }
}

.p-topFacadeCarouselPagination__text {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: .6875rem;
  letter-spacing: .05em;
  line-height: 1.5272727273;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarouselPagination__text {
    font-size: .75rem;
    letter-spacing: .05em;
    line-height: 1.2833333333;
    font-weight: 500;
    column-gap: 6px
  }
}

@media screen and (min-width: 90em) {
  .p-topFacadeCarouselPagination__text {
    font-size: .8333333333vw;
    letter-spacing: .05em;
    line-height: 1.2833333333;
    font-weight: 500;
    column-gap: .4166666667vw
  }
}

.p-topFacadeCarouselPagination__text:before {
  content: "/";
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-topFacadeCarouselPagination__text:before {
    font-size: .875rem;
    letter-spacing: 0em;
    line-height: 1.2142857143;
    font-weight: 500
  }
}


.wp-pagenavi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}

.wp-pagenavi>a, .wp-pagenavi>span {
  color: #969899;
  font-size: .8rem;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

@media (max-width:767px) {
  .wp-pagenavi>a, .wp-pagenavi>span {
    margin-bottom: 4px
  }
}

.wp-pagenavi a:hover {
  border-color: #eee;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .06);
  color: #1f1f1f
}

.wp-pagenavi span {
  color: #111;
  font-size: 1.125rem;
  letter-spacing: .05em;
  font-weight: 600;
}

.wp-pagenavi span.extend {
  padding: 0 2px;
  border: none;
  background: none;
  color: #ced4da;
  font-size: 12px
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
  border-radius: 50%;
  padding-bottom: 8px;
  color: #118ed5;
  border: 2px solid #118ed5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .3s ease, color .3s ease;
  width: 48px;
  font-size: 2rem;
  height: 48px;
}




.home {
  overflow-x: hidden
}

.home .l-main {
  margin-top: 0;
  overflow: hidden;
}

.p-productDetailFacade {
  position: relative;
  z-index: 1
}

@media screen and (max-width: 63.9375em) {
  .p-productDetailFacade {
    margin-bottom: -5rem
  }
}

@media screen and (min-width: 64em) {
  .p-productDetailFacade {
    margin-bottom: 7.875rem
  }
}

.p-productDetailFacade__inner {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 30em) {
  .p-productDetailFacade__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1440px
  }
}

.p-productDetailFacade__wrapper {
  position: relative
}

@media screen and (min-width: 64em) {
  .p-productDetailFacade__wrapper {
    display: grid;
    grid-template-columns: 5.8823529412% 41.1764705882% 52.9411764706%
  }
}

.p-productDetailFacade__heading {
  grid-column: 1/2;
  grid-row: 1/2
}

@media screen and (min-width: 64em) {
  .p-productDetailFacade__heading {
    padding-right: 40px;
    margin-top: .4375rem;
    grid-column: 2/3
  }
}

@media screen and (min-width: 48em) {
  .p-productDetailFacade__title {
    margin-left: .3571428571%
  }
}

.p-productDetailFacade__title p {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #118ed5;
  background-color: #EDF8FF;
  height: 1.375rem;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: .6875rem
}

.p-productDetailFacade__name {
  margin-top: .25rem
}

.p-productDetailFacade__name h2 {
  font-size: 1.75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-productDetailFacade__name h2 {
    font-size: 2.5rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-productDetailFacade__tag {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: .375rem;
  margin-top: .75rem
}

@media screen and (min-width: 48em) {
  .p-productDetailFacade__tag {
    margin-left: .7142857143%;
    margin-top: 1rem
  }
}

.p-productDetailFacade__tag a {
  font-size: .75rem;
  letter-spacing: .04em;
  line-height: 1.4;
  color: #969899;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-productDetailFacade__tag a:hover {
    color: #118ed5
  }
}

.p-productDetailFacade__image {
  grid-column: 2/3;
  grid-row: 1/2;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 720/480;
  background-color: #fff
}

.p-productDetailFacade__image.is-border {
  border: 1px solid #EDF8FF
}

@media screen and (max-width: 63.9375em) {
  .p-productDetailFacade__image {
    margin-top: 3.5rem
  }
}

@media screen and (min-width: 64em) {
  .p-productDetailFacade__image {
    grid-column: 3/4;
    position: absolute;
    right: 0;
    top: 0
  }
}

.p-productDetailFacade__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.p-productDetailFacade__maker {
  display: flex;
  align-items: center;
  margin-top: 2rem
}

@media screen and (min-width: 48em) {
  .p-productDetailFacade__maker {
    margin-top: 2.375rem;
    margin-left: .7142857143%
  }
}

.p-productDetailFacade__maker dt, .p-productDetailFacade__maker dd {
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500
}

.p-productDetailFacade__maker dt {
  color: #118ed5
}

.p-productDetailFacade__maker dd {
  margin-left: 3px
}

.p-productDetailIntroduction {
  position: relative
}

@media screen and (max-width: 63.9375em) {
  .p-productDetailIntroduction:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 40px;
    height: 100%;
    background-color: #EDF8FF
  }
}

@media screen and (max-width: 29.9375em) {
  .p-productDetailIntroduction:before {
    width: 20px
  }
}

.p-productDetailIntroduction:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
  background-color: #EDF8FF
}

@media screen and (min-width: 30em) {
  .p-productDetailIntroduction:after {
    width: 40px
  }
}

@media screen and (min-width: 64em) {
  .p-productDetailIntroduction:after {
    width: calc(50vw - 63.3502538071% - var(--bar) / 2)
  }
}

@media screen and (min-width: 90em) {
  .p-productDetailIntroduction:after {
    width: calc(50vw - 58.5915492958% - var(--bar) / 2)
  }
}

.p-productDetailIntroduction__text {
  grid-column: 2/3;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background-color: #EDF8FF
}

@media screen and (min-width: 64em) {
  .p-productDetailIntroduction__text {
    padding-bottom: 1rem;
    padding-top: 18.29108%;
    padding-left: 8.014085%;
    border-left: 1px solid #E6E6E6
  }
}

@media screen and (min-width: 90em) {
  .p-productDetailIntroduction__text {
    padding-top: 17.5rem
  }
}

.p-productDetailIntroduction__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-productDetailIntroduction__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.8
  }
}

.p-productDetailIntroduction__link {
  margin-top: 1.5rem
}

.p-productDetailArticle {
  padding-top: 5rem
}

@media screen and (min-width: 64em) {
  .p-productDetailArticle {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem
  }
}

.p-productDetailArticle__editor h2 {
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor h2 {
    padding-left: 28px;
    font-size: 1.875rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 3.5rem;
    padding-bottom: 1.125rem
  }
}

.p-productDetailArticle__editor h2:not(:first-child) {
  margin-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor h2:not(:first-child) {
    margin-top: 7.5rem
  }
}

.p-productDetailArticle__editor h2:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 20px);
  width: 4px;
  left: 0;
  top: .25rem;
  background-image: linear-gradient(#118ed5 50%, #118ed5 50%)
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor h2:before {
    top: .375rem;
    height: calc(100% - 24px)
  }
}

.p-productDetailArticle__editor h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #118ed5;
  opacity: .2
}

@media screen and (max-width: 47.9375em) {
  .p-productDetailArticle__editor h2+h3 {
    margin-top: 3rem
  }
}

.p-productDetailArticle__editor h3 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  padding: 1.125rem 18px 1.0625rem 37px;
  color: #118ed5;
  background-color: #EDF8FF;
  border-radius: .5rem;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor h3 {
    padding: 1.25rem 23px 1.25rem 46px;
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 4.5rem;
    margin-bottom: 3.5rem
  }
}

.p-productDetailArticle__editor h3:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/ico_circle.svg);
  width: 10px;
  height: 10px;
  top: 1.5625rem;
  left: 18px
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor h3:before {
    width: 12px;
    height: 12px;
    top: 1.8125rem;
    left: 23px
  }
}

.p-productDetailArticle__editor h4 {
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding-left: 20px
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor h4 {
    padding-left: 22px
  }
}

.p-productDetailArticle__editor h4:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/ico_rhombus.svg);
  width: 12px;
  height: 6px;
  top: .6875rem;
  left: 2px
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor h4:before {
    width: 14px;
    height: 7px
  }
}

.p-productDetailArticle__editor h4+p {
  margin-top: 1rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor h4+p {
    margin-top: 1.3125rem
  }
}

.p-productDetailArticle__editor p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor p {
    max-width: 880px
  }
}

.p-productDetailArticle__editor figure {
  width: 100%;
  margin: 0;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor figure {
    margin-top: 4rem;
    width: 66.1157024793%
  }
}

.p-productDetailArticle__editor figure.is-type-video {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 8px
}

.p-productDetailArticle__editor figure iframe {
  width: 100%;
  aspect-ratio: 640/361
}

.p-productDetailArticle__editor img {
  width: 100%;
  aspect-ratio: 640/427;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden
}

.p-productDetailArticle__editor video {
  width: 100%;
  aspect-ratio: 640/361;
  border-radius: 8px;
  overflow: hidden
}

.p-productDetailArticle__editor .wp-block-columns {
  margin-top: 2.5rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__editor .wp-block-columns {
    display: flex;
    margin-top: 4rem;
    column-gap: 6.6115702479%
  }
}

@media screen and (max-width: 47.9375em) {
  .p-productDetailArticle__editor .wp-block-columns .wp-block-column:not(:first-of-type) {
    margin-top: 2.0625rem
  }
}

.p-productDetailArticle__editor .wp-block-columns figure {
  width: 100%;
  margin-top: 0
}

.p-productDetailArticle__editor .wp-block-columns img {
  aspect-ratio: 452/301;
  border-radius: 8px
}

.p-productDetailArticle__button {
  display: flex;
  justify-content: center;
  margin-top: 4.5rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__button {
    margin-top: 6rem
  }
}

.p-productDetailArticle__relation {
  margin-top: 6rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticle__relation {
    margin-top: 9rem
  }
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleCard {
    display: flex;
    column-gap: 5.7851239669%
  }
}

.p-productDetailArticleCard:not(:first-of-type) {
  margin-top: 3rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleCard:not(:first-of-type) {
    margin-top: 4.5rem
  }
}

.p-productDetailArticleCard__image {
  width: 100%
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleCard__image {
    width: 33.6776859504%
  }
}

.p-productDetailArticleCard__image img {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 326/218;
  object-fit: cover
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleCard__body {
    width: 60.5371900826%
  }
}

.p-productDetailArticleCard__title {
  margin-top: 2rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleCard__title {
    margin-top: .25rem
  }
}

.p-productDetailArticleCard__text {
  margin-top: 1rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleCard__text {
    margin-top: 1.3125rem
  }
}

.p-productDetailArticleCard__link {
  margin-top: 1.5625rem
}

.p-productDetailArticleList__title {
  position: relative;
  padding-left: 14px
}

.p-productDetailArticleList__title:before {
  content: "";
  display: block;
  position: absolute;
  top: .625rem;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #118ed5;
  border-radius: 50%
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleList__title:before {
    top: .6875rem
  }
}

.p-productDetailArticleList__title p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500
}

.p-productDetailArticleList__text {
  margin-top: .25rem;
  padding-left: 14px
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleList__text {
    margin-top: .375rem
  }
}

.p-productDetailArticleList+.p-productDetailArticleList {
  margin-top: 1rem
}

.p-productDetailArticleDownload {
  margin-top: 5rem;
  padding: 2.25rem 10.7462686567%;
  background-color: #f5f5f5;
  border-radius: .5rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownload {
    margin-top: 7.5rem;
    padding: 3rem 5rem 3.625rem
  }
}

.p-productDetailArticleDownload__title {
  display: flex;
  align-items: center;
  column-gap: 6px
}

.p-productDetailArticleDownload__title svg {
  width: 14px;
  height: 7px;
  color: #118ed5
}

.p-productDetailArticleDownload__title h4 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownload__title h4 {
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-productDetailArticleDownload__item {
  margin-top: 1.5rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownload__item {
    margin-top: 1.8125rem
  }
}

.p-productDetailArticleDownloadItem:not(:first-of-type) {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownloadItem:not(:first-of-type) {
    margin-top: 1.5rem
  }
}

.p-productDetailArticleDownloadItem a {
  display: inline-flex;
  align-items: center
}

@media (hover: hover) and (pointer: fine) {
  .p-productDetailArticleDownloadItem a:hover .p-productDetailArticleDownloadItem__title span {
    color: #118ed5
  }
  .p-productDetailArticleDownloadItem a:hover .p-productDetailArticleDownloadItem__title span:before {
    background-color: #118ed5
  }
  .p-productDetailArticleDownloadItem a:hover .p-productDetailArticleDownloadItem__type {
    border-color: #118ed5;
    color: #118ed5
  }
  .p-productDetailArticleDownloadItem a:hover .p-productDetailArticleDownloadItem__icon {
    background-color: #118ed5
  }
}

.p-productDetailArticleDownloadItem__title span {
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5;
  position: relative;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownloadItem__title span {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-productDetailArticleDownloadItem__title span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #118ed5;
  transition: background-color .3s ease
}

.p-productDetailArticleDownloadItem__type {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .125rem 6px;
  border: 2px solid #118ed5;
  border-radius: 1.4375rem;
  color: #118ed5;
  margin-left: 6px;
  transition: border-color .3s ease, color .3s ease
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownloadItem__type {
    margin-left: 4px
  }
}

.p-productDetailArticleDownloadItem__type span {
  font-family: Ubuntu, sans-serif;
  font-size: .625rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownloadItem__type span {
    font-size: .6875rem;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 700
  }
}

.p-productDetailArticleDownloadItem__byte {
  margin-left: 6px;
  display: flex
}

.p-productDetailArticleDownloadItem__byte span {
  font-family: Ubuntu, sans-serif;
  font-size: .625rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #969899
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownloadItem__byte span {
    font-size: .6875rem;
    letter-spacing: 0em;
    line-height: 1
  }
}

.p-productDetailArticleDownloadItem__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #fff;
  background-color: #d6141c;
  margin-left: 6px;
  transition: background-color .3s ease
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownloadItem__icon {
    width: 16px;
    height: 16px;
    margin-left: 5px
  }
}

.p-productDetailArticleDownloadItem__icon svg {
  display: flex;
  width: 7px;
  height: 6px
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleDownloadItem__icon svg {
    width: 8px;
    height: 7px
  }
}

.p-productDetailArticleButton {
  display: flex;
  align-items: center;
  column-gap: 8px;
  background-color: #118ed5;
  padding: .875rem 22px .9375rem;
  border-radius: 2.5rem;
  color: #fff;
  overflow: hidden;
  position: relative
}

@media (hover: hover) and (pointer: fine) {
  .p-productDetailArticleButton:hover .p-productDetailArticleButton__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleButton {
    padding: 1.8125rem 72px 1.8125rem 80px
  }
}

.p-productDetailArticleButton:not(.is-active) .p-productDetailArticleButton__background {
  left: -78px
}

.p-productDetailArticleButton.is-active .p-productDetailArticleButton__background {
  right: -78px
}

.p-productDetailArticleButton__text {
  position: relative;
  z-index: 2
}

.p-productDetailArticleButton__text span {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.8;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleButton__text span {
    font-size: 1.125rem;
    letter-spacing: .05em;
    line-height: 1.1111111111;
    font-weight: 700
  }
}

.p-productDetailArticleButton__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d6141c;
  transition: background-color .3s ease;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleButton__icon {
    width: 20px;
    height: 20px
  }
}

.p-productDetailArticleButton__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-productDetailArticleButton__icon svg {
  display: flex;
  width: 8px;
  height: 7px;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-productDetailArticleButton__icon svg {
    width: 10px;
    height: 9px
  }
}

.p-productDetailArticleButton__background {
  width: 78px;
  height: 78px;
  position: absolute;
  display: block;
  background-color: #118ed5;
  border-radius: 34px
}

.p-productDetailAside {
  width: 247px
}

.p-productDetailAside__title {
  background-color: #0e264db3;
  height: 4rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-left: 24px
}

.p-productDetailAside__title p {
  font-size: 1rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px
}

.p-productDetailAside__title p:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%
}

.p-productDetailAside__item {
  padding-right: 12px;
  padding-left: 12px
}

.p-productDetailAsideItem {
  position: relative;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #EDF8FF
}

.p-productDetailAsideItem__title span {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500
}

.p-productDetailAsideItem__icon {
  color: #d6141c;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%)
}

.p-productDetailAsideItem__icon svg {
  display: flex;
  width: 13px;
  height: 12px
}

.p-productDetailAsideSearch {
  margin-top: 1.3125rem;
  padding-bottom: 1.8125rem;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #E6E6E6
}

.p-productDetailAsideSearch__title p {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500
}

.p-productDetailAsideSearch form {
  margin-top: .625rem;
  position: relative
}

.p-productDetailAsideSearch form input[type=text] {
  background-color: #EDF8FF;
  border-radius: 6px;
  width: 100%;
  height: 2.5rem
}

.p-productDetailAsideSearch form input[type=text]:focus {
  outline: none
}

.p-productDetailAsideSearch form input[type=submit] {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/ico_search.svg);
  background-position: center;
  background-repeat: no-repeat
}

.p-productDetailAsideSearch__tag {
  margin-top: 1.0625rem
}

.p-productDetailAsideItemIcon.--line {
  display: block;
  position: relative;
  width: 12px;
  height: 12px
}

.p-productDetailAsideItemIcon.--line span {
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #d6141c;
  top: 50%;
  left: 50%
}

.p-productDetailAsideItemIcon.--line span:nth-of-type(1) {
  transform: translate(-50%, -50%)
}

.p-productDetailAsideItemIcon.--line span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-90deg)
}

.p-productDetailAsideSearchTag__title p {
  color: #118ed5;
  font-size: .8125rem;
  letter-spacing: .04em;
  line-height: 1.5
}

.p-productDetailAsideSearchTag__item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 6px;
  margin-top: .5625rem
}

.p-productDetailAsideSearchTag__item li a {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .125rem 5px;
  border-radius: 11px;
  background-color: #EDF8FF
}

.single-products .l-main {
  padding-top: 8.375rem
}

@media screen and (min-width: 48em) {
  .single-products .l-main {
    padding-top: 11.6875rem
  }
}

@media screen and (max-width: 63.9375em) {
  .single-products .p-pageBody__aside {
    display: block
  }
}

.p-productArchiveFacade {
  position: relative;
  z-index: 1;
  margin-bottom: 3.5rem
}

@media screen and (max-width: 29.9375em) {
  .p-productArchiveFacade .p-productArchiveFacade__heading {
    width: calc(100% - 95px)
  }
  .p-productArchiveFacade .p-productArchiveFacade__decoration {
    width: 83px;
    padding-top: 2.4375rem
  }
  .p-productArchiveFacade .p-productArchiveFacadeDecoration__text {
    width: 49px
  }
}

@media screen and (min-width: 48em) {
  .p-productArchiveFacade {
    margin-bottom: 5.375rem
  }
}

.p-productArchiveFacade__inner {
  width: 94.6666666667%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 30em) {
  .p-productArchiveFacade__inner {
    width: 94.4444444444%;
  }
}

.p-productArchiveFacade__wrapper {
  display: flex;
  justify-content: space-between
}

@media screen and (min-width: 30em) {
  .p-productArchiveFacade__wrapper {
    align-items: flex-end
  }
}

@media screen and (min-width: 48em) {
  .p-productArchiveFacade__wrapper {
    padding-left: 1.9230769231%
  }
}

.p-productArchiveFacade__heading {
  width: calc(100% - 120px)
}

@media screen and (min-width: 48em) {
  .p-productArchiveFacade__heading {
    width: calc(100% - 150px)
  }
}

.p-productArchiveFacade__title p {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  display: inline-flex;
  color: #118ed5;
  padding: .125rem 12px;
  background-color: #EDF8FF;
  border-radius: .6875rem
}

.p-productArchiveFacade__name {
  margin-top: .25rem
}

.p-productArchiveFacade__name h2 {
  font-size: 1.75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-productArchiveFacade__name h2 {
    font-size: 2.5rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-productArchiveFacade__decoration {
  display: flex;
  justify-content: flex-end;
  width: 120px
}

@media screen and (min-width: 30em) {
  .p-productArchiveFacade__decoration {
    padding-bottom: .4375rem
  }
}

@media screen and (min-width: 48em) {
  .p-productArchiveFacade__decoration {
    width: 150px;
    padding-bottom: .5rem
  }
}

.p-productArchiveFacadeDecoration {
  display: flex;
  column-gap: 6px;
  opacity: .5
}

@media screen and (min-width: 48em) {
  .p-productArchiveFacadeDecoration {
    column-gap: 8px
  }
}

.p-productArchiveFacadeDecoration__line {
  width: 28px;
  height: 1px;
  background-color: #118ed5;
  position: relative;
  top: 9px
}

@media screen and (min-width: 48em) {
  .p-productArchiveFacadeDecoration__line {
    width: 40px
  }
}

.p-productArchiveFacadeDecoration__text span {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 600;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-productArchiveFacadeDecoration__text span {
    font-size: .8125rem;
    letter-spacing: 0em;
    line-height: 1.2307692308;
    font-weight: 600
  }
}

@media screen and (min-width: 48em) {
  .p-productArchiveArticle {
    padding-bottom: 4.375rem
  }
}

@media screen and (min-width: 64em) {
  .p-productArchiveArticle {
    min-height: 555px
  }
}

.p-productArchiveArticle__item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5.9701492537%;
  row-gap: 3.5rem
}

@media screen and (min-width: 48em) {
  .p-productArchiveArticle__item {
    column-gap: 4.4421487603%;
    row-gap: 4.5rem
  }
}

.p-productArchiveArticle__pagination {
  margin-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-productArchiveArticle__pagination {
    margin-top: 7.5rem
  }
}

.p-productArchiveArticleItem {
  display: block;
  width: 47.0149253731%
}

@media screen and (min-width: 48em) {
  .p-productArchiveArticleItem {
    width: 30.3719008264%
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-productArchiveArticleItem__link:hover .p-productArchiveArticleItem__title h4 {
    color: #118ed5
  }
  .p-productArchiveArticleItem__link:hover .p-productArchiveArticleItem__image img {
    transform: scale(1.1)
  }
}

.p-productArchiveArticleItem__image {
  display: block;
  width: 100%;
  aspect-ratio: 294/196;
  overflow: hidden;
  border-radius: 8px
}

.p-productArchiveArticleItem__image.is-border {
  border: 1px solid #EDF8FF
}

.p-productArchiveArticleItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease
}

.p-productArchiveArticleItem__title {
  display: block;
  margin-top: 1rem
}

@media screen and (min-width: 48em) {
  .p-productArchiveArticleItem__title {
    margin-top: 1.5rem
  }
}

.p-productArchiveArticleItem__title h4 {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .p-productArchiveArticleItem__title h4 {
    font-size: 1.125rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-productArchiveArticleItem__text {
  display: block;
  margin-top: .5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.p-productArchiveArticleItem__text p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-productArchiveArticleItem__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.8
  }
}

.p-productArchiveArticleItem__tag {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: .25rem
}

@media screen and (min-width: 48em) {
  .p-productArchiveArticleItem__tag {
    margin-top: 1.5rem;
    row-gap: .375rem
  }
}

.p-productArchiveArticleItem__tag a {
  font-size: .75rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500;
  color: #118ed5;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-productArchiveArticleItem__tag a:hover {
    color: #118ed5
  }
}

@media screen and (max-width: 63.9375em) {
  .post-type-archive-products .p-pageBody__aside, .tax-products_archive .p-pageBody__aside, .tax-products_tag .p-pageBody__aside, .tax-products_cat .p-pageBody__aside, .tax-products_category .p-pageBody__aside, .tax-products_maker .p-pageBody__aside {
    display: block
  }
}

.post-type-archive-products .l-main, .tax-products_archive .l-main, .tax-products_tag .l-main, .tax-products_cat .l-main, .tax-products_category .l-main, .tax-products_maker .l-main {
  padding-top: 8.375rem
}

@media screen and (min-width: 48em) {
  .post-type-archive-products .l-main, .tax-products_archive .l-main, .tax-products_tag .l-main, .tax-products_cat .l-main, .tax-products_category .l-main, .tax-products_maker .l-main {
    padding-top: 11.5rem
  }
}

.p-businessSection:not(:first-of-type) {
  padding-top: 5rem;
  margin-top: 2.5rem
}

@media screen and (min-width: 48em) {
  .p-businessSection:not(:first-of-type) {
    margin-top: 3.5rem;
    padding-top: 7.5rem
  }
}

.p-businessSection:first-of-type {
  padding-top: 5rem;
  margin-top: -5rem
}

@media screen and (min-width: 48em) {
  .p-businessSection:first-of-type {
    padding-top: 7.5rem;
    margin-top: -7.5rem
  }
}

.p-businessSection#section1 .p-businessSection__image svg {
  aspect-ratio: 480/337
}

@media screen and (min-width: 48em) {
  .p-businessSection#section1 .p-businessSection__image svg {
    bottom: -47.619047619%
  }
}

@media screen and (min-width: 90em) {
  .p-businessSection#section1 .p-businessSection__image svg {
    bottom: -15rem
  }
}

.p-businessSection#section2 .p-businessSection__image svg {
  aspect-ratio: 480/194
}

@media screen and (min-width: 48em) {
  .p-businessSection#section2 .p-businessSection__image svg {
    bottom: -22.2222222222%
  }
}

@media screen and (min-width: 90em) {
  .p-businessSection#section2 .p-businessSection__image svg {
    bottom: -7rem
  }
}

.p-businessSection#section3 .p-businessSection__image svg {
  aspect-ratio: 480/376
}

@media screen and (min-width: 48em) {
  .p-businessSection#section3 .p-businessSection__image svg {
    bottom: -35.7142857143%
  }
}

@media screen and (min-width: 90em) {
  .p-businessSection#section3 .p-businessSection__image svg {
    bottom: -11.25rem
  }
}

.p-businessSection__wrapper {
  position: relative
}

.p-businessSection__heading {
  background: #194d83;
  border-radius: 6px 6px 6px 0;
  display: inline-flex;
  align-items: center;
  column-gap: 14px;
  color: #fff;
  padding: 1.625rem 18px;
  position: absolute;
  top: -1.5rem;
  z-index: 1
}

@media screen and (min-width: 48em) {
  .p-businessSection__heading {
    top: -2rem;
    column-gap: 28px;
    padding: 2.8125rem 40px 2.875rem
  }
}

.p-businessSection__heading h3 {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-businessSection__heading h3 {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: .6125;
    font-weight: 600
  }
}

.p-businessSection__heading span {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: .02em;
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 14px;
  opacity: .5
}

@media screen and (min-width: 48em) {
  .p-businessSection__heading span {
    column-gap: 28px;
    font-size: .875rem;
    letter-spacing: .02em;
    line-height: 3.2;
    font-weight: 600
  }
}

.p-businessSection__heading span:before {
  content: "";
  width: 1px;
  height: 28px;
  background-color: #fff;
  opacity: .2
}

@media screen and (min-width: 48em) {
  .p-businessSection__heading span:before {
    height: 38px
  }
}

.p-businessSection__image {
  position: relative
}

.p-businessSection__image svg {
  display: block;
  position: absolute;
  right: -49px;
  width: 216px;
  bottom: -2.5rem
}

@media screen and (min-width: 30em) {
  .p-businessSection__image svg {
    right: -69px;
    width: 64.4776119403%;
    bottom: -13.3333333333%
  }
}

@media screen and (min-width: 48em) {
  .p-businessSection__image svg {
    right: -152px;
    width: 49.5867768595%
  }
}

@media screen and (min-width: 90em) {
  .p-businessSection__image svg {
    width: 480px
  }
}
.p-businessSection__title {
  margin-top: 3rem
}
#section1 .p-businessSection__title {
  margin-top: 0
}


@media screen and (min-width: 48em) {
  .p-businessSection__title {
    margin-top: 4rem
  }
}

.p-businessSection__title h4 {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-businessSection__title h4 {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 500
  }
}

.p-businessSection__text {
  margin-top: 1.25rem;
  width: 100%
}

@media screen and (min-width: 48em) {
  .p-businessSection__text {
    margin-top: 1.5rem;
    width: 640px
  }
}

.p-businessSection__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-businessSection__relation {
  margin-top: 3.5rem
}

@media screen and (min-width: 48em) {
  .p-businessSection__relation {
    margin-top: 5rem
  }
}

.p-businessSectionImage {
  overflow: hidden;
  border-radius: 0 0 0 12px;
  width: calc(100% + 20px)
}

@media screen and (min-width: 30em) {
  .p-businessSectionImage {
    width: calc(100% + 40px)
  }
}

@media screen and (min-width: 64em) {
  .p-businessSectionImage {
    width: calc(100% + 50vw - 70.2702702703% - var(--bar) / 2)
  }
}

@media screen and (min-width: 90em) {
  .p-businessSectionImage {
    width: calc(100% + 50vw - 64.4628099174% - var(--bar) / 2)
  }
}

.p-businessSectionImage img {
  width: 100%;
  aspect-ratio: 355/300;
  object-fit: cover
}

@media screen and (min-width: 48em) {
  .p-businessSectionImage img {
    aspect-ratio: 1064/504
  }
}

@media screen and (max-width: 47.9375em) {
  .business .l-main {
    overflow: hidden
  }
}

.business .p-pageFacade__decoration {
  right: 4.7887323944%;
  bottom: -2.25rem
}

@media screen and (min-width: 48em) {
  .business .p-pageFacade__decoration {
    right: 13.2352941176%;
    bottom: -4.0625rem
  }
}

.business .p-pageFacade__decoration svg {
  width: 92px;
  height: 116px
}

@media screen and (min-width: 48em) {
  .business .p-pageFacade__decoration svg {
    width: 172px;
    height: 218px
  }
}

.p-business__relation {
  margin-top: 6rem
}

@media screen and (min-width: 64em) {
  .p-business__relation {
    margin-top: 9.375rem;
    padding-bottom: 4.5rem
  }
}

.p-companySDGs {
  margin-top: -1.3125rem;
  padding-top: 1.3125rem
}

@media screen and (min-width: 48em) {
  .p-companySDGs {
    margin-top: -2.5rem;
    padding-top: 2.5rem
  }
}

.p-companySDGs__cutin {
  display: block;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 5.0625rem
}

@media screen and (min-width: 30em) {
  .p-companySDGs__cutin {
    width: calc(100% + 80px);
    margin-left: -40px
  }
}

@media screen and (min-width: 48em) {
  .p-companySDGs__cutin {
    margin-top: 7.5rem
  }
}

@media screen and (min-width: 64em) {
  .p-companySDGs__cutin {
    width: calc(108.1212121212% + 50vw - 72.6060606061% - var(--bar) / 2);
    margin-left: -8.1212121212%
  }
}

@media screen and (min-width: 80em) {
  .p-companySDGs__cutin {
    width: calc(110.8108108108% + 50vw - 70.2702702703% - var(--bar) / 2);
    margin-left: -10.8108108108%
  }
}

@media screen and (min-width: 90em) {
  .p-companySDGs__cutin {
    width: calc(109.9173553719% + 50vw - 64.4628099174% - var(--bar) / 2);
    margin-left: -9.9173553719%
  }
}

.p-companySDGs__cutin img {
  width: 100%;
  aspect-ratio: 375/240
}

@media screen and (min-width: 48em) {
  .p-companySDGs__cutin img {
    aspect-ratio: 1160/360
  }
}

.p-companySDGs__title {
  margin-top: 3.6875rem
}

@media screen and (min-width: 48em) {
  .p-companySDGs__title {
    margin-top: 5rem
  }
}

.p-companySDGs__lead {
  margin-top: 2.75rem
}

@media screen and (min-width: 48em) {
  .p-companySDGs__lead {
    margin-top: 3.5rem
  }
}

.p-companySDGs__goal {
  margin-top: 4.5rem
}

@media screen and (min-width: 48em) {
  .p-companySDGs__goal {
    margin-top: 6rem
  }
}

.p-companySDGsTitle {
  display: flex;
  align-items: center;
  column-gap: 9px;
  padding-bottom: 1.125rem;
  position: relative
}

@media screen and (max-width: 47.9375em) {
  .p-companySDGsTitle {
    padding-left: 3px
  }
}

@media screen and (min-width: 48em) {
  .p-companySDGsTitle {
    column-gap: 12px
  }
}

.p-companySDGsTitle:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #E4011E 16.7164179104% 16.7164179104%, #D6A600 16.7164179104% 33.4328358209%, #1B973A 16.7164179104% 50.1492537313%, #C50E28 16.7164179104% 66.8656716418%, #E83418 16.7164179104% 83.5820895522%, #00A6D9 16.7164179104% 100.2985074627%)
}

@media screen and (min-width: 48em) {
  .p-companySDGsTitle:before {
    background-image: linear-gradient(90deg, #E4011E 5.8884297521% 5.8884297521%, #D6A600 5.8884297521% 11.7768595041%, #1B973A 5.8884297521% 17.6652892562%, #C50E28 5.8884297521% 23.5537190083%, #E83418 5.8884297521% 29.4421487603%, #00A6D9 5.8884297521% 35.3305785124%, #FABD00 5.8884297521% 41.2190082645%, #970A31 5.8884297521% 47.1074380165%, #EC6A06 5.8884297521% 52.9958677686%, #DC097B 5.8884297521% 58.8842975207%, #F5A20B 5.8884297521% 64.7727272727%, #D39206 5.8884297521% 70.6611570248%, #407936 5.8884297521% 76.5495867769%, #0075BA 5.8884297521% 82.4380165289%, #28A838 5.8884297521% 88.326446281%, #004C88 5.8884297521% 94.2148760331%, #023067 5.8884297521% 100%)
  }
}

.p-companySDGsTitle__icon svg {
  width: 14px;
  height: 14px
}

@media screen and (min-width: 48em) {
  .p-companySDGsTitle__icon svg {
    width: 16px;
    height: 16px
  }
}

.p-companySDGsTitle__text h3 {
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-companySDGsTitle__text h3 {
    font-size: 1.875rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-companySDGsLead__title h4 {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-companySDGsLead__title h4 {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500
  }
}

.p-companySDGsLead__wrapper {
  display: flex;
  column-gap: 7.4380165289%;
  margin-top: 2rem
}

@media screen and (min-width: 48em) {
  .p-companySDGsLead__wrapper {
    margin-top: 3rem
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companySDGsLead__wrapper {
    flex-direction: column-reverse
  }
}

.p-companySDGsLead__image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  aspect-ratio: 500/250
}

@media screen and (max-width: 47.9375em) {
  .p-companySDGsLead__image {
    margin-top: 3rem
  }
}

@media screen and (min-width: 48em) {
  .p-companySDGsLead__image {
    width: 51.652892562%
  }
}

.p-companySDGsLead__image img {
  width: 25%;
  aspect-ratio: 125/125;
  object-fit: cover
}

@media screen and (min-width: 48em) {
  .p-companySDGsLead__text {
    width: 40.9090909091%;
    padding-right: 2.8925619835%
  }
}

.p-companySDGsLead__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-companySDGsLead__text p:not(:first-of-type) {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-companySDGsLead__text p:not(:first-of-type) {
    margin-top: 1.5rem
  }
}

.p-companySDGsGoal__title {
  color: #118ed5;
  display: flex;
  align-items: center;
  column-gap: 6px
}

.p-companySDGsGoal__title svg {
  display: flex;
  width: 14px;
  height: 7px
}

.p-companySDGsGoal__title h4 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoal__title h4 {
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-companySDGsGoal__section {
  margin-top: 2.25rem
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoal__section {
    margin-top: 2.5rem
  }
}

.p-companySDGsGoalSection {
  counter-increment: number
}

.p-companySDGsGoalSection:not(:first-of-type) {
  margin-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoalSection:not(:first-of-type) {
    margin-top: 6rem
  }
}

.p-companySDGsGoalSection:nth-of-type(even) .p-companySDGsGoalSection__wrapper {
  flex-direction: row-reverse
}

@media screen and (max-width: 47.9375em) {
  .p-companySDGsGoalSection:nth-of-type(even) .p-companySDGsGoalSection__image {
    border-radius: 8px 0 0 8px;
    position: relative;
    right: calc(4.776119403% - 40px)
  }
}

@media screen and (max-width: 29.9375em) {
  .p-companySDGsGoalSection:nth-of-type(even) .p-companySDGsGoalSection__image {
    right: calc(4.776119403% - 20px)
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companySDGsGoalSection:nth-of-type(even) .p-companySDGsGoalSection__group {
    left: -40px;
    border-radius: 0 8px 8px 0
  }
}

@media screen and (max-width: 29.9375em) {
  .p-companySDGsGoalSection:nth-of-type(even) .p-companySDGsGoalSection__group {
    left: -20px
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companySDGsGoalSection:nth-of-type(odd) .p-companySDGsGoalSection__image {
    margin-left: -40px;
    border-radius: 0 8px 8px 0
  }
}

@media screen and (max-width: 29.9375em) {
  .p-companySDGsGoalSection:nth-of-type(odd) .p-companySDGsGoalSection__image {
    margin-left: -20px
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companySDGsGoalSection:nth-of-type(odd) .p-companySDGsGoalSection__group {
    left: calc(-4.776119403% + 40px);
    border-radius: 8px 0 0 8px
  }
}

@media screen and (max-width: 29.9375em) {
  .p-companySDGsGoalSection:nth-of-type(odd) .p-companySDGsGoalSection__group {
    left: calc(-4.776119403% + 20px)
  }
}

.p-companySDGsGoalSection__image {
  overflow: hidden;
  display: block
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoalSection__image {
    border-radius: 6px
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companySDGsGoalSection__image {
    width: 104.776119403%
  }
}

.p-companySDGsGoalSection__image img {
  width: 100%;
  aspect-ratio: 351/280;
  object-fit: cover
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoalSection__image img {
    aspect-ratio: 968/400
  }
}

.p-companySDGsGoalSection__wrapper {
  position: relative;
  z-index: 1
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoalSection__wrapper {
    display: flex;
    column-gap: 5.504587156%;
    padding-right: 4.958677686%;
    padding-left: 4.958677686%
  }
}

.p-companySDGsGoalSection__group {
  background-color: #f9f6e8;
  width: 104.776119403%;
  padding: 1.75rem 13.3903133903% 2.25rem;
  position: relative;
  margin-top: -6.25rem
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoalSection__group {
    margin-top: -8.3125rem;
    border-radius: 6px;
    padding: 2.5rem 7.3394495413% 3rem;
    width: 53.2110091743%
  }
}

.p-companySDGsGoalSection__title {
  position: relative
}

.p-companySDGsGoalSection__title:before {
  content: "0" counter(number) ".";
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: -29px;
  top: .5rem;
  color: #f5a200
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoalSection__title:before {
    left: -31px
  }
}

.p-companySDGsGoalSection__title h5 {
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoalSection__title h5 {
    font-size: 1.6875rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-companySDGsGoalSection__text {
  margin-top: .75rem
}

@media screen and (min-width: 64em) {
  .p-companySDGsGoalSection__text {
    margin-top: 1rem
  }
}

.p-companySDGsGoalSection__text p {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-companySDGsGoalSection__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.p-companySDGsGoalSection__icon {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap
}

@media screen and (min-width: 64em) {
  .p-companySDGsGoalSection__icon {
    margin-top: 1.5rem
  }
}

.p-companySDGsGoalSection__icon img {
  width: 64px;
  aspect-ratio: 64/64;
  object-fit: cover
}

@media screen and (min-width: 64em) {
  .p-companySDGsGoalSection__icon img {
    width: 72px
  }
}

.p-companySDGsGoalSection__action {
  margin-top: 2rem
}

@media screen and (max-width: 47.9375em) {
  .p-companySDGsGoalSection__action {
    padding-left: 2.3880597015%;
    padding-right: 2.3880597015%
  }
}

.p-companySDGsGoalSection__action h6 {
  color: #969899;
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 8px
}

.p-companySDGsGoalSection__action h6:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: #e6e6e6
}

.p-companySDGsGoalSection__action ul {
  margin-top: .6875rem
}

.p-companySDGsGoalSection__action ul li {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6;
  padding-left: 10px;
  position: relative
}

.p-companySDGsGoalSection__action ul li:not(:first-of-type) {
  margin-top: .125rem
}

.p-companySDGsGoalSection__action ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #118ed5;
  position: absolute;
  top: .625rem;
  left: 0
}

.p-companyGreetings {
  margin-top: -7.5rem;
  padding-top: 7.5rem
}

.p-companyGreetings__wrapper {
  margin-top: 3rem;
  display: flex
}

@media screen and (max-width: 47.9375em) {
  .p-companyGreetings__wrapper {
    flex-direction: column-reverse
  }
}

@media screen and (min-width: 48em) {
  .p-companyGreetings__wrapper {
    margin-top: 4.5rem;
    column-gap: 7.4380165289%
  }
}

.p-companyGreetings__detail {
  width: 100%
}

@media screen and (min-width: 48em) {
  .p-companyGreetings__detail {
    width: 55.3719008264%
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companyGreetings__detail {
    margin-top: 2.5rem
  }
}

.p-companyGreetings__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.8
}

@media screen and (min-width: 48em) {
  .p-companyGreetings__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.p-companyGreetings__text p:not(:first-of-type) {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-companyGreetings__text p:not(:first-of-type) {
    margin-top: 1.5rem
  }
}

.p-companyGreetings__name {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem
}

@media screen and (min-width: 48em) {
  .p-companyGreetings__name {
    margin-top: 2rem
  }
}

.p-companyGreetings__name p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700
}

.p-companyGreetings__image {
  width: 75.223880597%
}

@media screen and (max-width: 47.9375em) {
  .p-companyGreetings__image {
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width: 48em) {
  .p-companyGreetings__image {
    width: 37.1900826446%
  }
}

.p-companyGreetings__image img {
  width: 100%;
  aspect-ratio: 360/486;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px
}

.p-companyProfile {
  margin-top: 0rem;
  padding-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-companyProfile {
    margin-top: 0rem;
    padding-top: 7.5rem
  }
}

.p-companyProfile__item {
  margin-top: 3rem
}

@media screen and (min-width: 48em) {
  .p-companyProfile__item {
    margin-top: 4.5rem
  }
}

.p-companyProfileItem {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1.5rem
}

@media screen and (min-width: 48em) {
  .p-companyProfileItem {
    display: flex;
    padding-bottom: 2rem
  }
}

.p-companyProfileItem:not(:first-of-type) {
  margin-top: 1.5rem
}

@media screen and (min-width: 48em) {
  .p-companyProfileItem:not(:first-of-type) {
    margin-top: 1.625rem
  }
}

.p-companyProfileItem dt {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 500;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-companyProfileItem dt {
    width: 15.5991735537%
  }
}

.p-companyProfileItem dd {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (max-width: 47.9375em) {
  .p-companyProfileItem dd {
    margin-top: .5rem
  }
}

@media screen and (min-width: 48em) {
  .p-companyProfileItem dd {
    width: 84.4008264463%
  }
}

.p-companyProfileItem dd .p-pageLinkSecondary__text {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-companyPhilosophy {
  margin-top: 0rem;
  padding-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophy {
    margin-top: 0rem;
    padding-top: 7.5rem
  }
}

.p-companyPhilosophy__heading {
  margin-top: 3rem
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophy__heading {
    margin-top: 4.5rem
  }
}

.p-companyPhilosophy__vision {
  margin-top: 3.5rem
}
.p-companyPhilosophyVision{
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .p-companyPhilosophy__vision {
    margin-top: 5rem
  }
}

@media screen and (min-width: 64em) {
  .p-companyPhilosophy__wrapper {
    display: flex
  }
}

@media screen and (min-width: 64em) {
  .p-companyPhilosophy__title {
    width: 25.6198347107%
  }
}

@media screen and (max-width: 63.9375em) {
  .p-companyPhilosophy__content {
    margin-top: 1.5rem
  }
  .p-companyPhilosophyVision__content iframe{
    height: 200px;
  }

}

@media screen and (min-width: 64em) {
  .p-companyPhilosophy__content {
    width: 74.3801652893%
  }
  .p-companyPhilosophyVision__content{
    width: 74.3801652893%
  }
}

.p-companyPhilosophy__values {
  margin-top: 3.5rem
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophy__values {
    margin-top: 5rem
  }
}

.p-companyPhilosophyTitle {
  display: flex;
  align-items: center;
  column-gap: 8px
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyTitle {
    column-gap: 6px
  }
}

.p-companyPhilosophyTitle svg {
  display: flex;
  width: 12px;
  height: 6px;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyTitle svg {
    width: 14px;
    height: 7px
  }
}

.p-companyPhilosophyTitle h4 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyTitle h4 {
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-companyPhilosophyHeading {
  border-radius: 6px;
  position: relative;
  background: #194d83;
}


.p-companyPhilosophyHeading__wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyHeading__wrapper {
    padding: 3rem;
  }
}

.p-companyPhilosophyHeading__title {
  display: flex;
  align-items: center;
  color: #fff;
  column-gap: 8px;
  position: absolute;
  top: 1.5rem;
  left: 7.1641791045%
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyHeading__title {
    top: 2rem;
    left: 4.132231405%;
    column-gap: 6px
  }
}

.p-companyPhilosophyHeading__title svg {
  display: flex;
  width: 12px;
  height: 6px
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyHeading__title svg {
    width: 14px;
    height: 7px
  }
}

.p-companyPhilosophyHeading__title h4 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyHeading__title h4 {
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-companyPhilosophyHeading__copy {
  /* text-align: center */
}

.p-companyPhilosophyHeading__copy p {
  color: #fff;
  font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 100;
}
.p-companyPhilosophyHeading__copy p:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyHeading__copy p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 2;
    font-weight: 100;
  }
}

.p-companyPhilosophyVision__title {
  text-align: center
}

.p-companyPhilosophyVision__title span {
  font-size: .875rem;
  letter-spacing: .02em;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  font-family: Inter, sans-serif;
  opacity: .5
}

.p-companyPhilosophyVision__wrapper {
  background-color: #194d83;
  border-radius: 6px;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem
}

@media screen and (max-width: 47.9375em) {
  .p-companyPhilosophyVision__wrapper {
    padding-right: 11.9402985075%;
    padding-left: 11.9402985075%
  }
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyVision__wrapper {
    padding-bottom: 3.75rem
  }
}

.p-companyPhilosophyVision__item {
  margin-top: 2rem
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyVision__item {
    display: flex;
    margin-top: 1.4375rem
  }
}

.p-companyPhilosophyVisionItem {
  text-align: center;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyVisionItem {
    width: 50%
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companyPhilosophyVisionItem:not(:first-of-type) {
    padding-top: 2rem;
    margin-top: 2rem
  }
}

.p-companyPhilosophyVisionItem:not(:first-of-type):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: .3;
  left: 0;
  top: 0
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyVisionItem:not(:first-of-type):before {
    width: 1px;
    height: 100%
  }
}

.p-companyPhilosophyVisionItem p {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyVisionItem p {
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500
  }
}

.p-companyPhilosophyValues__item {
  border-top: 1px solid #E6E6E6
}

.p-companyPhilosophyValuesItem {
  counter-increment: number;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 26px;
  border-bottom: 1px solid #E6E6E6
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyValuesItem {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 42px
  }
}

.p-companyPhilosophyValues__item .p-companyPhilosophyValuesItem:nth-child(1)::before {
  content: "社是";
  font-family: Inter, sans-serif;
  display: block;
  color: #118ed5;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600
}

.p-companyPhilosophyValues__item .p-companyPhilosophyValuesItem:nth-child(2)::before {
  content: "社風";
  font-family: Inter, sans-serif;
  display: block;
  color: #118ed5;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600
}

.p-companyPhilosophyValues__item .p-companyPhilosophyValuesItem:nth-child(3)::before {
  content: "社訓";
  font-family: Inter, sans-serif;
  display: block;
  color: #118ed5;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600
}


@media screen and (min-width: 48em) {
  .p-companyPhilosophyValuesItem__title:before {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1;
    font-weight: 600;
    left: -33px;
    top: .625rem
  }
}

.p-companyPhilosophyValuesItem__title h5 {
  color: #118ed5;
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyValuesItem__title h5 {
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-companyPhilosophyValuesItem__text {
  margin-top: .5rem
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyValuesItem__text {
    margin-top: 1rem
  }
}

.p-companyPhilosophyValuesItem__text p {
  color: #969899;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.3066666667
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyValuesItem__text p {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.4
  }
}

.p-companyPhilosophyWhat {
  margin-top: 4rem
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyWhat {
    margin-top: 5rem
  }
}

.p-companyPhilosophyWhat__wrapper {
  background-color: #EDF8FF;
  padding: 3rem 7.1641791045%;
  border-radius: 8px
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyWhat__wrapper {
    padding: 4.0625rem 8.2644628099% 4.5rem;
    display: flex;
    column-gap: 7.9207920792%;
    border-radius: 12px
  }
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyWhat__group {
    width: 43.8118811881%
  }
}

.p-companyPhilosophyWhat__title span {
  color: #118ed5;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1.2142857143;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 8px
}

.p-companyPhilosophyWhat__title span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #118ed5
}

.p-companyPhilosophyWhat__title h4 {
  margin-top: .75rem;
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyWhat__title h4 {
    margin-top: .6875rem;
    font-size: 1.6875rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500
  }
}

.p-companyPhilosophyWhat__text {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyWhat__text {
    margin-top: 1.5rem
  }
}

.p-companyPhilosophyWhat__text p {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-companyPhilosophyWhat__image {
  margin-top: 2rem
}

@media screen and (min-width: 48em) {
  .p-companyPhilosophyWhat__image {
    margin-top: 1.75rem;
    width: 48.2673267327%
  }
}

.p-companyPhilosophyWhat__image img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px
}

.p-companyMap {
  margin-top: 0rem;
  padding-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-companyMap {
    margin-top: 0rem;
    padding-top: 7.5rem
  }
}

.p-companyMap__wrapper {
  margin-top: 3rem;
  overflow: hidden;
  border-radius: 8px;
  background-image: url(/assets/images/pages/company/img_mapSP.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25.5rem
}

@media screen and (min-width: 48em) {
  .p-companyMap__wrapper {
    background-image: url(/assets/images/pages/company/img_map.jpg);
    margin-top: 3.9375rem;
    height: 34.0625rem
  }
}

.p-companyMap__image {
  position: relative;
  width: 287px;
  aspect-ratio: 287/327.68
}

@media screen and (min-width: 48em) {
  .p-companyMap__image {
    width: 400.05px;
    aspect-ratio: 400.05/456.75
  }
}

.p-companyMap__image img {
  object-fit: contain;
  pointer-events: none
}

.p-companyMap__search {
  margin-top: 2.75rem
}

@media screen and (min-width: 48em) {
  .p-companyMap__search {
    margin-top: 3.5625rem
  }
}

.p-companyMap__pin {
  display: contents
}

.p-companyMapSearch__title {
  display: flex;
  align-items: center;
  column-gap: 8px
}

.p-companyMapSearch__title:after {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #118ed5;
  opacity: .2
}

.p-companyMapSearch__title h4 {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5
}

.p-companyMapSearch__toc {
  margin-top: .75rem;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-companyMapSearch__toc {
    border-radius: 6px
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companyMapSearch__toc {
    width: calc(100% + 80px);
    margin-left: -40px
  }
}

@media screen and (max-width: 29.9375em) {
  .p-companyMapSearch__toc {
    width: calc(100% + 40px);
    margin-left: -20px
  }
}

@media screen and (min-width: 48em) {
  .p-companyMapSearch__toc {
    margin-top: 1rem
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companyMapSearch__toc:before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff
  }
}

@media screen and (max-width: 29.9375em) {
  .p-companyMapSearch__toc:before {
    width: 20px
  }
}

.p-companyMapSearch__toc::-webkit-scrollbar {
  display: none
}

.p-companyMapSearch__item {
  margin-top: 2.75rem;
  display: none
}

@media screen and (min-width: 48em) {
  .p-companyMapSearch__item {
    margin-top: 3.5rem
  }
}

.p-companyMapSearch__item.is-active {
  display: block
}

.p-companyMapSearchToc {
  display: flex;
  white-space: nowrap
}

@media screen and (min-width: 48em) {
  .p-companyMapSearchToc {
    background-color: #118ed5;
    width: 100%
  }
}

.p-companyMapSearchToc__item {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 32px;
  background-color: #118ed5;
  padding-right: 1px
}

@media screen and (min-width: 48em) {
  .p-companyMapSearchToc__item {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-left: 40px
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companyMapSearchToc__item:first-of-type {
    border-radius: 6px 0 0 6px;
    margin-left: 40px
  }
}

@media screen and (max-width: 29.9375em) {
  .p-companyMapSearchToc__item:first-of-type {
    margin-left: 20px
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companyMapSearchToc__item:nth-last-child(2) {
    padding-right: 32px;
    border-radius: 0 6px 6px 0
  }
}

.p-companyMapSearchToc__item:not(:first-child) {
  margin-left: -1px
}

@media screen and (max-width: 47.9375em) {
  .p-companyMapSearchToc__blank {
    display: block;
    padding-right: 40px
  }
}

@media screen and (max-width: 29.9375em) {
  .p-companyMapSearchToc__blank {
    padding-right: 20px
  }
}

.p-companyMapSearchTocItem {
  position: relative;
  cursor: pointer
}

@media (hover: hover) and (pointer: fine) {
  .p-companyMapSearchTocItem:hover p {
    opacity: 1
  }
}

.p-companyMapSearchTocItem.is-active:before {
  background-color: #118ed5
}

.p-companyMapSearchTocItem.is-active p {
  opacity: 1
}

.p-companyMapSearchTocItem:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -1.25rem;
  background-color: transparent
}

@media screen and (min-width: 48em) {
  .p-companyMapSearchTocItem:before {
    bottom: -1.5625rem
  }
}

.p-companyMapSearchTocItem p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  opacity: .5;
  transition: opacity .3s ease
}

@media screen and (min-width: 48em) {
  .p-companyMapSearchTocItem p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 500
  }
}

.p-companyMapSearchItem {
  padding-left: 2.3880597015%;
  padding-right: 2.3880597015%
}

@media screen and (min-width: 48em) {
  .p-companyMapSearchItem {
    column-gap: 5.4054054054%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex
  }
}

.p-companyMapSearchItem:not(:first-of-type) {
  margin-top: 3.5rem
}

@media screen and (min-width: 48em) {
  .p-companyMapSearchItem__group {
    width: 43.2432432432%
  }
}

.p-companyMapSearchItem__title {
  display: flex;
  align-items: center;
  column-gap: 6px
}

.p-companyMapSearchItem__title svg {
  color: #118ed5;
  width: 14px;
  height: 7px
}

.p-companyMapSearchItem__title h5 {
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

.p-companyMapSearchItem__address {
  margin-top: 1rem
}

.p-companyMapSearchItem__address p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (max-width: 47.9375em) {
  .p-companyMapSearchItem__address .p-pageLinkSecondary__text {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.p-companyMapSearchItem__content {
  margin-top: 2.5rem;
  border-top: 1px solid #E6E6E6
}

@media screen and (min-width: 48em) {
  .p-companyMapSearchItem__content {
    margin-top: 3.125rem;
    width: 51.3513513514%
  }
}

@media screen and (max-width: 47.9375em) {
  .p-companyMapSearchItem__image {
    margin-top: 2.5rem
  }
}

@media screen and (min-width: 48em) {
  .p-companyMapSearchItem__image {
    width: 40.5405405405%
  }
}

.p-companyMapSearchItem__image img {
  border-radius: 6px;
  overflow: hidden;
  object-fit: cover
}

.p-companyMapSearchItemContent {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E6E6E6
}

.p-companyMapSearchItemContent.is-active .p-companyMapSearchItemContentTitle__icon span:nth-of-type(2) {
  transform: rotate(0)
}

.p-companyMapSearchItemContentTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 8px;
  cursor: pointer
}

@media (hover: hover) and (pointer: fine) {
  .p-companyMapSearchItemContentTitle:hover p {
    color: #118ed5
  }
  .p-companyMapSearchItemContentTitle:hover .p-companyMapSearchItemContentTitle__icon span {
    background-color: #118ed5
  }
}

.p-companyMapSearchItemContentTitle p {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500;
  transition: color .3s ease
}

.p-companyMapSearchItemContentTitle__icon {
  width: 12px;
  height: 12px;
  display: grid;
  place-items: center
}

.p-companyMapSearchItemContentTitle__icon span {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #d6141c;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  transition: background-color .3s ease
}

.p-companyMapSearchItemContentTitle__icon span:nth-of-type(2) {
  transform: rotate(-90deg)
}

.p-companyMapSearchItemContentText {
  padding-top: .75rem
}

.p-companyMapSearchItemContentText p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-companyMapSearchItemContentText a {
  color: #118ed5;
  transition: color .3s ease;
  overflow: hidden;
  position: relative;
  display: inline-flex
}

@media (hover: hover) and (pointer: fine) {
  .p-companyMapSearchItemContentText a:hover {
    color: #118ed5
  }
  .p-companyMapSearchItemContentText a:hover:before {
    animation: textUnderLine .4s linear;
    background-color: #118ed5
  }
}

.p-companyMapSearchItemContentText a:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #118ed5;
  transition: background-color .3s ease;
  display: block;
  position: absolute;
  left: 0;
  bottom: .1875rem
}

.p-companyMapSearchItemContentText ul li {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6;
  padding-left: 10px;
  position: relative
}

.p-companyMapSearchItemContentText ul li:not(:first-of-type) {
  margin-top: .125rem
}

.p-companyMapSearchItemContentText ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #118ed5;
  top: .5625rem;
  left: 0
}

.p-companyMapPin {
  position: absolute
}

.p-companyMapPin[data-pin="751"] {
  top: 69.2073170732%;
  left: 8.0139372822%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="751"] {
    top: 72.5%;
    left: 10.5032822757%
  }
}

.p-companyMapPin[data-pin="763"] {
  top: 72.5609756098%;
  left: 3.1358885017%;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="763"] {
    top: 75%;
    left: 4.3763676149%
  }
}

.p-companyMapPin[data-pin="745"] {
  top: 63.4146341463%;
  left: 42.1602787456%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="745"] {
    top: 66.75%;
    left: 43.1072210066%
  }
}

.p-companyMapPin[data-pin="737"] {
  top: 62.1951219512%;
  left: 60.9756097561%;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="737"] {
    top: 65%;
    left: 61.2691466083%
  }
}

.p-companyMapPin[data-pin="753"] {
  top: 76.2195121951%;
  left: 8.7108013937%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="753"] {
    top: 78.5%;
    left: 9.409190372%
  }
}

.p-companyMapPin[data-pin="726"] {
  top: 12.1951219512%;
  left: 66.8989547038%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="726"] {
    top: 15%;
    left: 67.8336980306%
  }
}

.p-companyMapPin[data-pin="757"] {
  top: 60.0609756098%;
  left: 51.2195121951%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="757"] {
    top: 63%;
    left: 52.0787746171%
  }
}

.p-companyMapPin[data-pin="749"] {
  top: 65.8536585366%;
  left: 29.6167247387%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="749"] {
    top: 68.25%;
    left: 29.5404814004%
  }
}

.p-companyMapPin[data-pin="759"] {
  top: 59.4512195122%;
  left: 55.4006968641%;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="759"] {
    top: 62.25%;
    left: 56.8927789934%
  }
}

.p-companyMapPin[data-pin="755"] {
  top: 41.4634146341%;
  left: 65.8536585366%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="755"] {
    top: 44.5%;
    left: 66.9584245077%
  }
}

.p-companyMapPin[data-pin="741"] {
  top: 33.5365853659%;
  left: 71.0801393728%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="741"] {
    top: 36.5%;
    left: 72.8665207877%
  }
}

.p-companyMapPin[data-pin="743"] {
  top: 59.4512195122%;
  left: 55.4006968641%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="743"] {
    top: 62.25%;
    left: 56.8927789934%
  }
}

.p-companyMapPin[data-pin="747"] {
  top: 66.4634146341%;
  left: 33.1010452962%;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="747"] {
    top: 70%;
    left: 33.4792122538%
  }
}

.p-companyMapPin[data-pin="739"] {
  top: 57.3170731707%;
  left: 63.0662020906%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="739"] {
    top: 60.25%;
    left: 64.5514223195%
  }
}

.p-companyMapPin[data-pin="1149"] {
  top: 62.1951219512%;
  left: 60.9756097561%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="1149"] {
    top: 65%;
    left: 61.2691466083%
  }
}

.p-companyMapPin[data-pin="1151"] {
  top: 66.4634146341%;
  left: 33.1010452962%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="1151"] {
    top: 70%;
    left: 33.4792122538%
  }
}

.p-companyMapPin[data-pin="1153"] {
  top: 72.5609756098%;
  left: 3.1358885017%
}

@media screen and (min-width: 48em) {
  .p-companyMapPin[data-pin="1153"] {
    top: 75%;
    left: 4.3763676149%
  }
}

.p-companyMapPin svg {
  cursor: pointer;
  display: flex;
  width: 24px;
  height: 34px
}

@media (hover: hover) and (pointer: fine) {
  .p-companyMapPin svg:hover+.p-companyMapPin__text {
    opacity: 1;
    visibility: visible
  }
}

.p-companyMapPin__text {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 500;
  background-color: #fff;
  padding: .1875rem 8px .25rem;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2.9375rem;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: opacity .3s ease, visibility .3s ease
}

.p-companyMapPin__text:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent
}

.p-companyMapPin__text p {
  text-align: center
}

.p-companyDownload {
  margin-top: 4rem
}

@media screen and (min-width: 48em) {
  .p-companyDownload {
    margin-top: 5rem
  }
}

.p-companyDownload__wrapper {
  padding-top: 4.1875rem;
  border-radius: 8px;
  padding-bottom: 4.1875rem;
  background-image: url(/assets/images/pages/company/img_downloadSP.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media screen and (min-width: 30em) {
  .p-companyDownload__wrapper {
    background-image: url(/assets/images/pages/company/img_download.jpg)
  }
}

@media screen and (min-width: 48em) {
  .p-companyDownload__wrapper {
    padding-top: 3.5rem;
    padding-left: 8.2644628099%;
    padding-bottom: 3.4375rem
  }
}

.p-companyDownload__title {
  display: flex;
  align-items: center;
  column-gap: 10px
}

@media screen and (max-width: 47.9375em) {
  .p-companyDownload__title {
    justify-content: center;
    margin-left: -12px
  }
}

@media screen and (min-width: 48em) {
  .p-companyDownload__title {
    column-gap: 11px
  }
}

.p-companyDownload__title svg {
  display: flex;
  width: 12px;
  height: 12px
}

.p-companyDownload__title h4 {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-companyDownload__title h4 {
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-companyDownload__text {
  margin-top: .75rem;
  opacity: .5
}

@media screen and (max-width: 47.9375em) {
  .p-companyDownload__text {
    text-align: center
  }
}

@media screen and (min-width: 48em) {
  .p-companyDownload__text {
    margin-top: 1rem
  }
}

.p-companyDownload__text p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-companyDownload__button {
  margin-top: 1.75rem
}

@media screen and (max-width: 47.9375em) {
  .p-companyDownload__button {
    display: flex;
    justify-content: center
  }
}

@media screen and (min-width: 48em) {
  .p-companyDownload__button {
    margin-top: 2.5rem
  }
}

.p-companyDownloadButton {
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .8125rem;
  padding-left: 42px;
  padding-right: 30px;
  border-radius: 1.625rem;
  column-gap: 6px;
  position: relative;
  overflow: hidden;
  transition: border-color .3s ease, background-color 0 ease
}

@media (hover: hover) and (pointer: fine) {
  .p-companyDownloadButton:hover {
    border-color: #118ed5;
    background-color: #118ed5;
    transition: border-color .3s ease, background-color .3s .3s ease
  }
  .p-companyDownloadButton:hover .p-companyDownloadButton__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

@media screen and (min-width: 48em) {
  .p-companyDownloadButton {
    border-radius: 1.5rem;
    padding-top: .625rem;
    padding-bottom: .6875rem;
    padding-left: 32px;
    padding-right: 22px
  }
}

.p-companyDownloadButton:not(.is-active) .p-companyDownloadButton__background {
  left: -48px
}

.p-companyDownloadButton.is-active .p-companyDownloadButton__background {
  right: -48px
}

.p-companyDownloadButton * {
  pointer-events: none
}

.p-companyDownloadButton__text {
  color: #fff;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  z-index: 2
}

.p-companyDownloadButton__icon {
  width: 16px;
  height: 16px;
  background-color: #d6141c;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2
}

.p-companyDownloadButton__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-companyDownloadButton__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 8px;
  height: 7px;
  z-index: 3
}

.p-companyDownloadButton__background {
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  background-color: #118ed5;
  border-radius: 24px
}

.company .p-pageFacade__decoration {
  right: -2.8169014085%;
  bottom: -1.625rem
}

@media screen and (min-width: 48em) {
  .company .p-pageFacade__decoration {
    right: 13.2352941176%;
    bottom: -3.375rem
  }
}

.company .p-pageFacade__decoration svg {
  width: 112px;
  height: 118px
}

@media screen and (min-width: 48em) {
  .company .p-pageFacade__decoration svg {
    width: 210px;
    height: 222px
  }
}

.p-newsArchiveFacade {
  position: relative;
  z-index: 1;
  margin-bottom: 2.25rem
}

@media screen and (min-width: 48em) {
  .p-newsArchiveFacade {
    margin-bottom: 5.375rem
  }
}

.p-newsArchiveFacade__inner {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%
}

@media screen and (min-width: 30em) {
  .p-newsArchiveFacade__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1328px
  }
}

.p-newsArchiveFacade__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

@media screen and (min-width: 64em) {
  .p-newsArchiveFacade__wrapper {
    padding-left: 1.9230769231%
  }
}

.p-newsArchiveFacade__title {
  display: flex;
  column-gap: 6px;
  padding-left: 3px;
  align-items: center
}

@media screen and (min-width: 48em) {
  .p-newsArchiveFacade__title {
    column-gap: 12px;
    padding-left: 3px
  }
}

.p-newsArchiveFacade__title svg {
  display: flex;
  width: 14px;
  height: 14px
}

@media screen and (min-width: 48em) {
  .p-newsArchiveFacade__title svg {
    width: 16px;
    height: 16px
  }
}

.p-newsArchiveFacade__title span {
  font-family: Ubuntu, sans-serif;
  font-size: .9375rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-newsArchiveFacade__title span {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 500
  }
}

@media screen and (min-width: 48em) {
  .p-newsArchiveFacade__name {
    margin-top: .0625rem
  }
}

.p-newsArchiveFacade__name h2 {
  font-size: 1.875rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-newsArchiveFacade__name h2 {
    font-size: 2.75rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-newsArchiveFacade__decoration {
  padding-bottom: .3125rem
}

.p-newsArchiveFacadeDecoration {
  display: flex;
  align-items: center;
  column-gap: 6px;
  opacity: .5
}

@media screen and (min-width: 48em) {
  .p-newsArchiveFacadeDecoration {
    column-gap: 9px
  }
}

.p-newsArchiveFacadeDecoration__line {
  width: 28px;
  height: 1px;
  background-color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-newsArchiveFacadeDecoration__line {
    width: 40px
  }
}

.p-newsArchiveFacadeDecoration__text span {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 600;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-newsArchiveFacadeDecoration__text span {
    font-size: .8125rem;
    letter-spacing: 0em;
    line-height: 1.2307692308;
    font-weight: 600
  }
}

@media screen and (min-width: 48em) {
  .p-newsArchiveArticle {
    padding-bottom: 4.6875rem
  }
}

@media screen and (max-width: 63.9375em) {
  .p-newsArchiveArticle {
    margin-top: 3.5rem
  }
}

.p-newsArchiveArticle__pagination {
  margin-top: 4rem
}

@media screen and (min-width: 48em) {
  .p-newsArchiveArticle__pagination {
    margin-top: 7.625rem
  }
}

.p-newsArchiveArticleItem {
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #E6E6E6;
  display: block
}

@media (hover: hover) and (pointer: fine) {
  .p-newsArchiveArticleItem:hover .p-newsArchiveArticleItem__title h3 {
    color: #118ed5
  }
  .p-newsArchiveArticleItem:hover .p-newsArchiveArticleItemIcon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

@media screen and (min-width: 48em) {
  .p-newsArchiveArticleItem {
    display: flex;
    padding-top: 2.0625rem;
    padding-bottom: 2.3125rem
  }
}

.p-newsArchiveArticleItem:first-of-type {
  border-top: 1px solid #E6E6E6
}

.p-newsArchiveArticleItem__heading, .p-newsArchiveArticleItem__group {
  display: flex
}

@media screen and (max-width: 47.9375em) {
  .p-newsArchiveArticleItem__group {
    margin-top: .5rem
  }
}

@media screen and (min-width: 48em) {
  .p-newsArchiveArticleItem__group {
    width: calc(100% - 218px)
  }
}

.p-newsArchiveArticleItem__date {
  width: 83px
}

.p-newsArchiveArticleItem__date time {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: .02em;
  line-height: 1.25;
  font-weight: 600;
  color: #969899
}

@media screen and (min-width: 48em) {
  .p-newsArchiveArticleItem__title {
    width: calc(100% - 87px);
    padding-right: 24px
  }
}

.p-newsArchiveArticleItem__title h3 {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500;
  transition: color .3s ease
}

.p-newsArchiveArticleItem__category {
  width: 100px
}

@media screen and (min-width: 48em) {
  .p-newsArchiveArticleItem__category {
    width: 135px
  }
}

.p-newsArchiveArticleItem__category p {
  width: 100px;
  height: 1.5rem;
  border-radius: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  background-color: #EDF8FF
}

.p-newsArchiveArticleItem__icon {
  display: none
}

@media screen and (min-width: 48em) {
  .p-newsArchiveArticleItem__icon {
    width: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    position: relative
  }
}

@media screen and (min-width: 48em) {
  .p-newsArchiveArticleItem__icon:before {
    content: "";
    display: block;
    width: 1px;
    height: 64px;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
  }
}

.p-newsArchiveArticleItemIcon {
  border-radius: 50%;
  background-color: #118ed5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  position: relative
}

.p-newsArchiveArticleItemIcon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-newsArchiveArticleItemIcon svg {
  display: flex;
  width: 19px;
  height: 17px;
  position: relative;
  z-index: 2
}

.post-type-archive-news .p-pageBody__aside, .tax-news_cat .p-pageBody__aside {
  display: block
}

.post-type-archive-news .l-main, .tax-news_cat .l-main {
  padding-top: 8.375rem
}

@media screen and (min-width: 48em) {
  .post-type-archive-news .l-main, .tax-news_cat .l-main {
    padding-top: 11.75rem
  }
}

.p-newsDetailFacade__inner {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 30em) {
  .p-newsDetailFacade__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1180px
  }
}

.p-newsDetailFacade__wrapper {
  padding-bottom: 1.75rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #E6E6E6
}

@media screen and (min-width: 64em) {
  .p-newsDetailFacade__wrapper {
    padding-bottom: 3.5rem;
    margin-bottom: 5rem
  }
}

.p-newsDetailFacade__heading {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding-left: 2px
}

@media screen and (min-width: 48em) {
  .p-newsDetailFacade__heading {
    column-gap: 16px
  }
}

.p-newsDetailFacade__date {
  display: flex;
  align-items: center
}

.p-newsDetailFacade__date time {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: .02em;
  line-height: 1.25;
  font-weight: 600;
  color: #969899
}

@media screen and (min-width: 64em) {
  .p-newsDetailFacade__date time {
    font-size: .875rem;
    letter-spacing: .02em;
    line-height: 1.2142857143;
    font-weight: 600
  }
}

.p-newsDetailFacade__category p {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  min-width: 100px;
  height: 1.5rem;
  border-radius: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF8FF
}

@media screen and (min-width: 48em) {
  .p-newsDetailFacade__category p {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.2857142857;
    border-radius: .875rem;
    height: 1.75rem;
    padding-right: 23px;
    padding-left: 23px
  }
}

.p-newsDetailFacade__title {
  margin-top: .75rem
}

.p-newsDetailFacade__title h2 {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 64em) {
  .p-newsDetailFacade__title h2 {
    font-size: 2.25rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-newsDetailBody__inner {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 30em) {
  .p-newsDetailBody__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 960px
  }
}

.p-newsDetailBody__editor h2 {
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor h2 {
    padding-left: 28px;
    font-size: 1.875rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 3.5rem;
    padding-bottom: 1.125rem
  }
}

.p-newsDetailBody__editor h2:not(:first-child) {
  margin-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor h2:not(:first-child) {
    margin-top: 7.5rem
  }
}

.p-newsDetailBody__editor h2:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 20px);
  width: 4px;
  left: 0;
  top: .25rem;
  background-image: linear-gradient(#118ed5 50%, #118ed5 50%)
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor h2:before {
    top: .375rem;
    height: calc(100% - 24px)
  }
}

.p-newsDetailBody__editor h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #118ed5;
  opacity: .2
}

@media screen and (max-width: 47.9375em) {
  .p-newsDetailBody__editor h2+h3 {
    margin-top: 3rem
  }
}

.p-newsDetailBody__editor h3 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  padding: 1.125rem 18px 1.0625rem 37px;
  color: #118ed5;
  background-color: #EDF8FF;
  border-radius: .5rem;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor h3 {
    padding: 1.25rem 23px 1.25rem 46px;
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 4.5rem;
    margin-bottom: 3.5rem
  }
}

.p-newsDetailBody__editor h3:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/ico_circle.svg);
  width: 10px;
  height: 10px;
  top: 1.5625rem;
  left: 18px
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor h3:before {
    width: 12px;
    height: 12px;
    top: 1.8125rem;
    left: 23px
  }
}

.p-newsDetailBody__editor h4 {
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding-left: 20px
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor h4 {
    padding-left: 22px
  }
}

.p-newsDetailBody__editor h4:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/ico_rhombus.svg);
  width: 12px;
  height: 6px;
  top: .6875rem;
  left: 2px
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor h4:before {
    width: 14px;
    height: 7px
  }
}

.p-newsDetailBody__editor h4+p {
  margin-top: 1rem
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor h4+p {
    margin-top: 1.3125rem
  }
}

.p-newsDetailBody__editor p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-newsDetailBody__editor p+p {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor p+p {
    margin-top: 1.5625rem
  }
}

.p-newsDetailBody__editor figure {
  width: 100%;
  margin: 0;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor figure {
    margin-top: 4rem;
    width: 66.1157024793%
  }
}

.p-newsDetailBody__editor figure.is-type-video {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 8px
}

.p-newsDetailBody__editor figure iframe {
  width: 100%
}

.p-newsDetailBody__editor figure+p {
  margin-top: 2.5rem
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor figure+p {
    margin-top: 4rem
  }
}

.p-newsDetailBody__editor img {
  width: 100%;
  object-fit: contain;
  border-radius: 12px;
  overflow: hidden
}

.p-newsDetailBody__editor video {
  width: 100%;
  border-radius: 8px;
  overflow: hidden
}

.p-newsDetailBody__editor .wp-block-columns {
  margin-top: 2.5rem
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor .wp-block-columns {
    display: flex;
    margin-top: 4rem;
    column-gap: 6.6115702479%
  }
}

@media screen and (max-width: 47.9375em) {
  .p-newsDetailBody__editor .wp-block-columns .wp-block-column:not(:first-of-type) {
    margin-top: 2.0625rem
  }
}

.p-newsDetailBody__editor .wp-block-columns figure {
  width: 100%;
  margin-top: 0
}

.p-newsDetailBody__editor .wp-block-columns img {
  border-radius: 8px
}

.p-newsDetailBody__editor a:not(.wp-block-image a) {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #118ed5;
  transition: color .3s ease
}

@media screen and (max-width: 47.9375em) {
  .p-newsDetailBody__editor a:not(.wp-block-image a) {
    background-image: linear-gradient(#118ed5, #118ed5);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 100% 1px
  }
}

@media screen and (min-width: 48em) {
  .p-newsDetailBody__editor a:not(.wp-block-image a):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #118ed5;
    transition: background-color .3s ease
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-newsDetailBody__editor a:not(.wp-block-image a):hover {
    color: #118ed5
  }
}

@media screen and (hover: hover) and (pointer: fine) and (max-width: 47.9375em) {
  .p-newsDetailBody__editor a:not(.wp-block-image a):hover {
    background-size: 0% 1px;
    background-image: linear-gradient(#118ed5, #118ed5);
    transition: color .3s ease, background-size .3s ease, background-image .3s ease
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 48em) {
  .p-newsDetailBody__editor a:not(.wp-block-image a):hover:after {
    animation: textUnderLine .4s linear;
    background-color: #118ed5
  }
}

.p-newsDetailButton {
  margin-top: 4rem;
  margin-bottom: 7.5rem
}

@media screen and (min-width: 48em) {
  .p-newsDetailButton {
    margin-top: 7.5rem;
    margin-bottom: 10rem
  }
}

.p-newsDetailButton__inner {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 30em) {
  .p-newsDetailButton__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1180px
  }
}

.p-newsDetailButton__item {
  display: flex;
  justify-content: center
}

.p-newsDetailButtonItem {
  width: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  border: 2px solid #118ed5;
  padding-top: 1rem;
  padding-bottom: 1.0625rem;
  border-radius: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: background-color 0 ease
}

@media (hover: hover) and (pointer: fine) {
  .p-newsDetailButtonItem:hover {
    background-color: #118ed5;
    transition: background-color .3s .3s ease
  }
  .p-newsDetailButtonItem:hover .p-newsDetailButtonItem__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
  .p-newsDetailButtonItem:hover .p-newsDetailButtonItem__text {
    color: #fff
  }
}

@media screen and (min-width: 48em) {
  .p-newsDetailButtonItem {
    padding-top: 1.1875rem;
    padding-bottom: 1.3125rem;
    border-radius: 2rem;
    width: 294px
  }
}

.p-newsDetailButtonItem:not(.is-active) .p-newsDetailButtonItem__background {
  left: -66px
}

.p-newsDetailButtonItem.is-active .p-newsDetailButtonItem__background {
  right: -66px
}

.p-newsDetailButtonItem__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d6141c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1);
  transition: background-color .3s ease;
  position: relative;
  z-index: 2
}

.p-newsDetailButtonItem__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-newsDetailButtonItem__icon svg {
  display: flex;
  width: 14px;
  height: 13px;
  position: relative;
  z-index: 2
}

.p-newsDetailButtonItem__text {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5;
  transition: color .3s ease;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-newsDetailButtonItem__text {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.25;
    font-weight: 700
  }
}

.p-newsDetailButtonItem__background {
  width: 64px;
  height: 64px;
  position: absolute;
  display: block;
  background-color: #118ed5;
  border-radius: 32px
}

.single-news .l-main {
  padding-top: 8.375rem
}

@media screen and (min-width: 48em) {
  .single-news .l-main {
    padding-top: 5rem;
    padding-top: 12.5rem
  }
}

.p-serviceCard {
  margin-top: -5rem;
  padding-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-serviceCard {
    margin-top: -7.5rem;
    padding-top: 7.5rem
  }
}

.p-serviceCard__item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6.8656716418%;
  row-gap: 3.5rem;
  margin-top: 3rem
}

@media screen and (min-width: 48em) {
  .p-serviceCard__item {
    column-gap: 4.4421487603%;
    row-gap: 4.5rem;
    margin-top: 4.5rem
  }
}

.p-serviceCardItem {
  width: 46.5671641791%
}

@media screen and (min-width: 48em) {
  .p-serviceCardItem {
    width: 30.3719008264%
  }
}

.p-serviceCardItem__link {
  display: block
}

@media (hover: hover) and (pointer: fine) {
  .p-serviceCardItem__link:hover .p-serviceCardItem__title h3 {
    color: #118ed5
  }
}

@media screen and (hover: hover) and (pointer: fine) and (max-width: 47.9375em) {
  .p-serviceCardItem__link:hover .p-serviceCardItem__title h3 {
    background-size: 0% 1px;
    background-image: linear-gradient(#118ed5, #118ed5);
    transition: color .4s ease, background-size .6s ease, background-image .6s ease
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 48em) {
  .p-serviceCardItem__link:hover .p-serviceCardItem__title h3:after {
    animation: textUnderLine .6s linear;
    background-color: #118ed5
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-serviceCardItem__link:hover .p-serviceCardItem__image img {
    transform: scale(1.1)
  }
}

.p-serviceCardItem__image {
  display: block;
  overflow: hidden;
  border-radius: 8px
}

.p-serviceCardItem__image img {
  width: 100%;
  object-fit: cover;
  transition: transform .3s ease
}

.p-serviceCardItem__group {
  width: 61.7910447761%
}

@media screen and (max-width: 47.9375em) {
  .p-serviceCardItem__group {
    margin-top: .375rem
  }
}

.p-serviceCardItem__title {
  display: inline-block;
  margin-top: 1rem;
  overflow: hidden;
  padding-bottom: .0625rem
}

@media screen and (min-width: 48em) {
  .p-serviceCardItem__title {
    margin-top: 1.5625rem
  }
}

.p-serviceCardItem__title h3 {
  color: #118ed5;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  display: inline;
  transition: color .4s ease
}

@media screen and (max-width: 47.9375em) {
  .p-serviceCardItem__title h3 {
    background-image: linear-gradient(#118ed5, #118ed5);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 100% 1px
  }
}

@media screen and (min-width: 48em) {
  .p-serviceCardItem__title h3 {
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

@media screen and (min-width: 48em) {
  .p-serviceCardItem__title h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #118ed5;
    transition: background-color .4s ease
  }
}

.p-serviceCardItem__text {
  margin-top: .5rem;
  display: block
}

.p-serviceCardItem__text p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-serviceCardItem__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.p-serviceSyllabary {
  margin-top: 0rem;
  padding-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary {
    margin-top: 0rem;
    padding-top: 7.5rem
  }
}

.p-serviceSyllabary__wrapper {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.0895522388%
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__wrapper {
    margin-top: 4.125rem;
    column-gap: 1.2396694215%
  }
}

.p-serviceSyllabary__toc {
  width: 48.9552238806%
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc {
    width: 19.0082644628%
  }
}

.p-serviceSyllabary__toc:nth-of-type(1) {
  order: 1
}

.p-serviceSyllabary__toc:nth-of-type(2) {
  order: 2
}

.p-serviceSyllabary__toc:nth-of-type(3) {
  order: 4
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc:nth-of-type(3) {
    order: 3
  }
}

.p-serviceSyllabary__toc:nth-of-type(4) {
  order: 5
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc:nth-of-type(4) {
    order: 4
  }
}

.p-serviceSyllabary__toc:nth-of-type(5) {
  order: 7
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc:nth-of-type(5) {
    order: 5
  }
}

.p-serviceSyllabary__toc:nth-of-type(6) {
  order: 8
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc:nth-of-type(6) {
    order: 6
  }
}

.p-serviceSyllabary__toc:nth-of-type(7) {
  order: 10
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc:nth-of-type(7) {
    order: 7
  }
}

.p-serviceSyllabary__toc:nth-of-type(8) {
  order: 11
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc:nth-of-type(8) {
    order: 8
  }
}

.p-serviceSyllabary__toc:nth-of-type(9) {
  order: 13
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc:nth-of-type(9) {
    order: 9
  }
}

.p-serviceSyllabary__toc:nth-of-type(10) {
  order: 14
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc:nth-of-type(10) {
    order: 10
  }
}

@media screen and (max-width: 47.9375em) {
  .p-serviceSyllabary__toc:nth-of-type(n + 3) {
    margin-top: .4375rem
  }
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__toc:nth-of-type(n + 6) {
    margin-top: .75rem
  }
}

.p-serviceSyllabary__toc.is-active .p-serviceSyllabaryToc {
  background-color: #118ed5;
  color: #fff
}

.p-serviceSyllabary__content {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  width: 100%
}

.p-serviceSyllabary__content:nth-of-type(1) {
  order: 3
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(1) {
    order: 11
  }
}

.p-serviceSyllabary__content:nth-of-type(2) {
  order: 3
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(2) {
    order: 11
  }
}

.p-serviceSyllabary__content:nth-of-type(3) {
  order: 6
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(3) {
    order: 11
  }
}

.p-serviceSyllabary__content:nth-of-type(4) {
  order: 6
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(4) {
    order: 11
  }
}

.p-serviceSyllabary__content:nth-of-type(5) {
  order: 9
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(5) {
    order: 11
  }
}

.p-serviceSyllabary__content:nth-of-type(6) {
  order: 9
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(6) {
    order: 11
  }
}

.p-serviceSyllabary__content:nth-of-type(7) {
  order: 12
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(7) {
    order: 11
  }
}

.p-serviceSyllabary__content:nth-of-type(8) {
  order: 12
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(8) {
    order: 11
  }
}

.p-serviceSyllabary__content:nth-of-type(9) {
  order: 15
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(9) {
    order: 11
  }
}

.p-serviceSyllabary__content:nth-of-type(10) {
  order: 15
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabary__content:nth-of-type(10) {
    order: 11
  }
}

.p-serviceSyllabaryContent {
  padding-top: .4375rem
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabaryContent {
    padding-top: .75rem
  }
}

.p-serviceSyllabaryContent ul {
  background-color: #118ed5;
  border-radius: 6px;
  display: flex;
  column-gap: 20px;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  padding: 2.5625rem 7.1641791045% 3.0625rem
}

@media screen and (min-width: 48em) {
  .p-serviceSyllabaryContent ul {
    padding: 2.5rem 48px;
    column-gap: 24px
  }
}

.p-serviceSyllabaryContent a {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  padding-bottom: .0625rem;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  position: relative;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-serviceSyllabaryContent a:hover:before {
    animation: textUnderLine .6s linear
  }
}

.p-serviceSyllabaryContent a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.p-serviceSyllabaryToc {
  height: 3.75rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #EDF8FF;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 500;
  color: #118ed5;
  transition: background-color .6s ease, color .6s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-serviceSyllabaryToc:hover {
    background-color: #118ed5;
    color: #fff
  }
}

@media screen and (min-width: 64em) {
  .p-serviceSyllabaryToc {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 500;
    height: 4rem
  }
}

.p-serviceSearch {
  margin-top: 4rem
}

@media screen and (min-width: 48em) {
  .p-serviceSearch {
    margin-top: 5rem
  }
}

.p-serviceSearch__wrapper {
  padding: 2.5rem 24px 3rem;
  border-radius: 12px;
  background-color: #194d83
}

@media screen and (min-width: 48em) {
  .p-serviceSearch__wrapper {
    padding: 4rem 64px
  }
}

.p-serviceSearch__heading {
  width: 100%
}

@media screen and (min-width: 48em) {
  .p-serviceSearch__heading {
    display: flex;
    justify-content: space-between
  }
}

.p-serviceSearch__title span {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600;
  color: #fff
}

@media screen and (min-width: 48em) {
  .p-serviceSearch__title span {
    font-size: 1.75rem;
    letter-spacing: .05em;
    line-height: 1;
    font-weight: 600
  }
}

.p-serviceSearch__title h3 {
  margin-top: .5rem;
  color: #fff;
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 500;
  opacity: .5
}

@media screen and (min-width: 48em) {
  .p-serviceSearch__title h3 {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 500;
    margin-top: .75rem
  }
}

@media screen and (min-width: 48em) {
  .p-serviceSearch__form {
    width: 480px
  }
}

@media screen and (max-width: 63.9375em) {
  .p-serviceSearch__form {
    margin-top: 1.25rem
  }
}

.p-serviceSearch__form form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
  white-space: 100%
}

.p-serviceSearch__form input[type=text] {
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 400;
  width: calc(100% - 60px);
  height: 3.75rem;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px
}

.p-serviceSearch__form input[type=text]::placeholder {
  color: #969899;
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 400
}

@media screen and (min-width: 48em) {
  .p-serviceSearch__form input[type=text]::placeholder {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 400
  }
}

@media screen and (min-width: 48em) {
  .p-serviceSearch__form input[type=text] {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 400;
    width: 85%;
    height: 4.5rem;
    padding-left: 32px;
    padding-right: 32px
  }
}

.p-serviceSearch__form button[type=submit] {
  height: 3.75rem;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF8FF;
  color: #118ed5;
  transition: background-color .3s ease, color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-serviceSearch__form button[type=submit]:hover {
    background-color: #118ed5;
    color: #fff
  }
}

@media screen and (min-width: 48em) {
  .p-serviceSearch__form button[type=submit] {
    height: 4.5rem;
    width: 72px
  }
}

.p-serviceSearch__form button[type=submit] svg {
  width: 18px;
  height: 18px;
  display: flex
}

@media screen and (min-width: 48em) {
  .p-serviceSearch__form button[type=submit] svg {
    width: 20px;
    height: 20px
  }
}

.p-serviceSearch__keyword {
  margin-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 2rem
}

@media screen and (min-width: 64em) {
  .p-serviceSearch__keyword {
    margin-top: 3rem;
    padding-top: 2.5rem
  }
}

.p-serviceSearchKeyword__title h4 {
  color: #fff;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 500
}

@media screen and (min-width: 64em) {
  .p-serviceSearchKeyword__title h4 {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 500
  }
}

.p-serviceSearchKeyword__tag {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: .625rem
}

@media screen and (min-width: 64em) {
  .p-serviceSearchKeyword__tag {
    row-gap: .75rem
  }
}

.p-serviceSearchKeyword__tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #118ed5;
  padding: .25rem 8px;
  border-radius: .9375rem;
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 500;
  transition: background-color .3s ease, color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-serviceSearchKeyword__tag a:hover {
    background-color: #118ed5;
    color: #fff
  }
}

@media screen and (min-width: 64em) {
  .p-serviceSearchKeyword__tag a {
    padding: .25rem 14px;
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 500
  }
}

@media screen and (max-width: 47.9375em) {
  .service .l-main {
    overflow: hidden
  }
}

@media screen and (max-width: 63.9375em) {
  .service .p-pageBody__wrapper{
    display: flex;
    flex-direction: column;
  }
  .service .p-pageBody__aside {
    display: block
  }
}

.service .p-pageFacade {
  margin-bottom: 5rem
}

@media screen and (min-width: 48em) {
  .service .p-pageFacade {
    margin-bottom: 4.5rem
  }
}

.service .p-pageFacade__decoration {
  right: -6.7605633803%;
  bottom: -1.5625rem
}

@media screen and (min-width: 48em) {
  .service .p-pageFacade__decoration {
    right: 10.2941176471%;
    bottom: -3.375rem
  }
}

.service .p-pageFacade__decoration svg {
  width: 160px;
  height: 77px
}

@media screen and (min-width: 48em) {
  .service .p-pageFacade__decoration svg {
    width: 301px;
    height: 144px
  }
}

.p-recruitFacade {
  position: relative;
  z-index: 1
}

.p-recruitFacade__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-recruitFacade__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-recruitFacade__wrapper {
  position: relative
}

.p-recruitFacade__decoration {
  position: absolute;
  z-index: 2;
  right: 1.1940298507%;
  top: .375rem
}

@media screen and (min-width: 48em) {
  .p-recruitFacade__decoration {
    right: 2.7272727273%;
    top: -.4375rem
  }
}

.p-recruitFacade__decoration svg {
  width: 76px;
  height: 113px
}

@media screen and (min-width: 48em) {
  .p-recruitFacade__decoration svg {
    width: 144px;
    height: 214px
  }
}

.p-recruitFacade__decoration svg path {
  opacity: 0
}

.p-recruitFacade__title {
  opacity: 0
}

@media screen and (max-width: 47.9375em) {
  .p-recruitFacade__title {
    padding-left: 1.1940298507%
  }
}

.p-recruitFacade__carousel {
  margin-top: 2.25rem;
  overflow: hidden;
  opacity: 0
}

@media screen and (min-width: 48em) {
  .p-recruitFacade__carousel {
    margin-top: 4.0625rem
  }
}

.p-recruitFacadeCarousel__item {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  transition-timing-function: linear
}

.p-recruitFacadeCarouselItem {
  flex-shrink: 0;
  position: relative;
  transition-property: transform
}

.p-recruitFacadeCarouselItem[data-type=horizontally] {
  width: 92.2666666667%
}

@media screen and (min-width: 48em) {
  .p-recruitFacadeCarouselItem[data-type=horizontally] {
    width: 642px
  }
}

.p-recruitFacadeCarouselItem[data-type=horizontally] img {
  aspect-ratio: 642/428
}

.p-recruitFacadeCarouselItem[data-type=vertically] {
  width: 63.2%
}

@media screen and (min-width: 48em) {
  .p-recruitFacadeCarouselItem[data-type=vertically] {
    width: 440px
  }
}

.p-recruitFacadeCarouselItem[data-type=vertically] img {
  aspect-ratio: 440/594
}

.p-recruitFacadeCarouselItem img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px
}

@media screen and (min-width: 48em) {
  .p-recruitFacadeCarouselItem img {
    border-radius: 12px
  }
}

.p-recruitFacadeTitle__en {
  padding-left: 3px;
  display: flex;
  align-items: center;
  column-gap: 5px
}

@media screen and (min-width: 48em) {
  .p-recruitFacadeTitle__en {
    padding-left: 4px;
    column-gap: 11px
  }
}

.p-recruitFacadeTitle__en svg {
  display: flex;
  width: 14px;
  height: 14px
}

@media screen and (min-width: 48em) {
  .p-recruitFacadeTitle__en svg {
    width: 16px;
    height: 16px
  }
}

.p-recruitFacadeTitle__en span {
  font-family: Ubuntu, sans-serif;
  font-size: .9375rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-recruitFacadeTitle__en span {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 500
  }
}

.p-recruitFacadeTitle__ja {
  margin-top: .1875rem
}

@media screen and (min-width: 48em) {
  .p-recruitFacadeTitle__ja {
    margin-top: .25rem
  }
}

.p-recruitFacadeTitle__ja h2 {
  color: #118ed5;
  font-size: 1.875rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitFacadeTitle__ja h2 {
    font-size: 2.75rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-recruitIntroduction {
  position: relative;
  opacity: 0
}

.p-recruitIntroduction__container {
  padding-top: 15.8125rem;
  margin-top: -11.8125rem;
  padding-bottom: 5rem;
  background: #118ed5;
}

@media screen and (min-width: 48em) {
  .p-recruitIntroduction__container {
    padding-top: 28.875rem;
    margin-top: -23.875rem;
    padding-bottom: 7.5rem
  }
}

.p-recruitIntroduction__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 48em) {
  .p-recruitIntroduction__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-recruitIntroduction__title {
  padding-left: 2px
}

@media screen and (min-width: 48em) {
  .p-recruitIntroduction__title {
    padding-left: 4px
  }
}

.p-recruitIntroduction__title span {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1.2142857143;
  font-weight: 600;
  opacity: .5;
  column-gap: 8px;
  align-items: center;
  display: flex;
  color: #fff
}

.p-recruitIntroduction__title span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff
}

.p-recruitIntroduction__wrapper {
  margin-top: 1.5rem
}

@media screen and (min-width: 48em) {
  .p-recruitIntroduction__wrapper {
    margin-top: 2rem;
    display: flex
  }
}

@media screen and (min-width: 48em) {
  .p-recruitIntroduction__copy {
    width: 42.2727272727%;
    padding-right: 40px
  }
}

.p-recruitIntroduction__copy h3 {
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-recruitIntroduction__copy h3 {
    font-size: 2.5rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500
  }
}

.p-recruitIntroduction__text {
  margin-top: 2.5rem
}

@media screen and (min-width: 48em) {
  .p-recruitIntroduction__text {
    margin-top: .625rem;
    width: 57.7272727273%
  }
}

.p-recruitIntroduction__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2;
  font-weight: 500;
  color: #fff
}

.p-recruitIntroduction__text p:not(:first-of-type) {
  margin-top: 2rem
}

.p-recruitInterview {
  margin-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-recruitInterview {
    margin-top: 7.5rem
  }
}

.p-recruitInterview__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 48em) {
  .p-recruitInterview__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-recruitInterview__card {
  margin-top: 3rem
}

@media screen and (min-width: 48em) {
  .p-recruitInterview__card {
    margin-top: 4.5rem;
    column-gap: 4.7272727273%;
    display: flex
  }
}

.p-recruitInterviewCard {
  width: 88.0597014925%;
  cursor: pointer
}

@media (hover: hover) and (pointer: fine) {
  .p-recruitInterviewCard:hover .p-recruitInterviewCard__icon {
    width: 64px;
    height: 64px;
    right: 18px;
    top: calc(-2rem - 2px)
  }
  .p-recruitInterviewCard:hover .p-recruitInterviewCard__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
  .p-recruitInterviewCard:hover .p-recruitInterviewCard__title h4 {
    color: #118ed5
  }
}

@media screen and (max-width: 47.9375em) {
  .p-recruitInterviewCard {
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard {
    width: 48.1818181818%
  }
}

.p-recruitInterviewCard * {
  pointer-events: none
}

@media screen and (max-width: 47.9375em) {
  .p-recruitInterviewCard:not(:first-of-type) {
    margin-top: 3rem
  }
}

.p-recruitInterviewCard__image img {
  width: 100%;
  aspect-ratio: 332/448;
  overflow: hidden;
  object-fit: cover;
  border-radius: 12px
}

.p-recruitInterviewCard__icon {
  position: absolute;
  top: -1.5rem;
  right: 20px;
  background-color: #118ed5;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: width .3s ease, height .3s ease, right .3s ease, top .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__icon {
    top: -2rem;
    width: 60px;
    height: 60px
  }
}

.p-recruitInterviewCard__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-recruitInterviewCard__icon span {
  width: 14.4px;
  height: 2.4px;
  border-radius: 2px;
  background-color: #fff;
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__icon span {
    width: 18px;
    height: 3px
  }
}

.p-recruitInterviewCard__icon span:nth-of-type(2) {
  transform: rotate(-90deg)
}

.p-recruitInterviewCard__group {
  padding-top: 1.5rem;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__group {
    padding-top: 2.0625rem
  }
}

.p-recruitInterviewCard__title h4 {
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500;
  color: #118ed5;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__title h4 {
    font-size: 1.5rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500
  }
}

.p-recruitInterviewCard__name {
  display: inline-block;
  margin-top: .125rem
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__name {
    margin-top: .0625rem
  }
}

.p-recruitInterviewCard__name p {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__name p {
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 700
  }
}

.p-recruitInterviewCard__date {
  display: inline-block;
  margin-left: 3px
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__date {
    margin-left: 7px
  }
}

.p-recruitInterviewCard__date p {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__date p {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.p-recruitInterviewCard__type {
  margin-top: 1rem;
  column-gap: 4px;
  display: flex;
  align-items: center
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__type {
    column-gap: 6px
  }
}

.p-recruitInterviewCard__type:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__type:before {
    width: 8px;
    height: 8px
  }
}

.p-recruitInterviewCard__type p {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__type p {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.8285714286;
    font-weight: 700
  }
}

.p-recruitInterviewCard__place {
  margin-top: .375rem
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__place {
    margin-top: .5rem
  }
}

.p-recruitInterviewCard__place p {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500;
  color: #969899
}

@media screen and (min-width: 48em) {
  .p-recruitInterviewCard__place p {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500
  }
}

.p-recruitFeature {
  margin-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-recruitFeature {
    margin-top: 7.5rem
  }
}

.p-recruitFeature__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 48em) {
  .p-recruitFeature__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-recruitFeature__card {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: .5rem
}

@media screen and (min-width: 48em) {
  .p-recruitFeature__card {
    margin-top: 4.5rem;
    column-gap: 1.6949152542%;
    row-gap: 1rem
  }
}

@media screen and (min-width: 64em) {
  .p-recruitFeature__card {
    column-gap: 1.4545454545%
  }
}

.p-recruitFeatureCard {
  background-color: #194d83;
  border-radius: 8px;
  width: 100%;
  padding: 1.25rem 8.3582089552%;
  display: flex;
  align-items: center;
  column-gap: 20px
}

@media screen and (min-width: 48em) {
  .p-recruitFeatureCard {
    padding: 1.8125rem 28px;
    width: 49.1525423729%
  }
}

@media screen and (min-width: 64em) {
  .p-recruitFeatureCard {
    width: 32.3636363636%
  }
}

.p-recruitFeatureCard__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #EDF8FF;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (min-width: 48em) {
  .p-recruitFeatureCard__icon {
    width: 88px;
    height: 88px
  }
}

.p-recruitFeatureCard__title {
  color: #fff
}

@media screen and (min-width: 48em) {
  .p-recruitFeatureCard__title {
    width: calc(100% - 108px)
  }
}

.p-recruitFeatureCard__title p {
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (max-width: 47.9375em) {
  .p-recruitFeatureCard__title p {
    margin-top: -.1875rem
  }
}

@media screen and (min-width: 48em) {
  .p-recruitFeatureCard__title p {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.p-recruitFeatureCard__title h4 {
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitFeatureCard__title h4 {
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 700
  }
}

.p-recruitFeatureCard:nth-of-type(1) .p-recruitFeatureCard__icon img {
  width: 50px;
  height: 50px
}

.p-recruitFeatureCard:nth-of-type(2) .p-recruitFeatureCard__icon img {
  width: 55px;
  height: 50px
}

.p-recruitFeatureCard:nth-of-type(3) .p-recruitFeatureCard__icon img {
  width: 55px;
  height: 55px
}

.p-recruitFeatureCard:nth-of-type(4) .p-recruitFeatureCard__icon img {
  width: 50px;
  height: 50px
}

.p-recruitFeatureCard:nth-of-type(5) .p-recruitFeatureCard__icon img {
  width: 50px;
  height: 50px
}

.p-recruitFeatureCard:nth-of-type(6) .p-recruitFeatureCard__icon img {
  width: 50px;
  height: 50px
}

.p-recruitEnvironment {
  margin-top: 6rem
}

@media screen and (max-width: 63.9375em) {
  .p-recruitEnvironment {
    overflow: hidden
  }
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironment {
    margin-top: 9rem
  }
}

.p-recruitEnvironment__decoration {
  position: absolute;
  top: 8.3125rem;
  z-index: 2
}

@media screen and (max-width: 63.9375em) {
  .p-recruitEnvironment__decoration {
    right: calc(-4px - 11.9402985075%)
  }
}

@media screen and (max-width: 29.9375em) {
  .p-recruitEnvironment__decoration {
    right: calc(-4px - 5.9701492537%)
  }
}

@media screen and (min-width: 64em) {
  .p-recruitEnvironment__decoration {
    top: 53.4897025172%;
    left: -20.8181818182%
  }
}

.p-recruitEnvironment__decoration img {
  object-fit: contain;
  width: 144px;
  height: 83px
}

.p-recruitEnvironment__decoration img:nth-child(1) {
  display: flex
}

@media screen and (min-width: 64em) {
  .p-recruitEnvironment__decoration img:nth-child(1) {
    display: none
  }
}

.p-recruitEnvironment__decoration img:nth-child(2) {
  display: none
}

@media screen and (min-width: 64em) {
  .p-recruitEnvironment__decoration img:nth-child(2) {
    display: flex
  }
}

@media screen and (min-width: 64em) {
  .p-recruitEnvironment__decoration img {
    width: 320px;
    height: 129px
  }
}

.p-recruitEnvironment__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-recruitEnvironment__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-recruitEnvironment__container {
  background-color: #EDF8FF;
  padding-top: 4rem;
  padding-bottom:3.125rem;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironment__container {
    padding-bottom: 6.75rem;
    padding-top: 7.5rem
  }
}

.p-recruitEnvironment__container:before {
  content: "";
  display: block;
  height: 100%;
  background-color: #EDF8FF;
  position: absolute;
  right: 100%;
  top: 0;
  width: 20px
}

@media screen and (min-width: 30em) {
  .p-recruitEnvironment__container:before {
    width: 40px
  }
}

@media screen and (min-width: 64em) {
  .p-recruitEnvironment__container:before {
    width: calc(50vw - 50% - var(--bar) / 2)
  }
}

.p-recruitEnvironment__container:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: #EDF8FF;
  position: absolute;
  left: 100%;
  top: 0
}

@media screen and (min-width: 30em) {
  .p-recruitEnvironment__container:after {
    width: 40px
  }
}

@media screen and (min-width: 80em) {
  .p-recruitEnvironment__container:after {
    border-radius: 0 12px 0 0;
    width: 74px
  }
}

.p-recruitEnvironment__wrapper {
  margin-top: 2.6875rem
}

@media screen and (min-width: 64em) {
  .p-recruitEnvironment__wrapper {
    margin-top: 4.75rem;
    display: flex;
    width: 95.8181818182%
  }
}

@media screen and (min-width: 64em) {
  .p-recruitEnvironment__title {
    width: 22.2011385199%
  }
}

@media screen and (min-width: 64em) {
  .p-recruitEnvironment__item {
    width: 77.7988614801%;
    margin-top: -.3125rem
  }
}

.p-recruitEnvironmentTitle__en {
  display: flex;
  align-items: center;
  padding-left: 3px;
  column-gap: 7px
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentTitle__en {
    column-gap: 12px;
    padding-left: 4px
  }
}

.p-recruitEnvironmentTitle__en svg {
  display: flex;
  width: 16px;
  height: 16px
}

.p-recruitEnvironmentTitle__en span {
  font-family: Ubuntu, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentTitle__en span {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 500
  }
}

.p-recruitEnvironmentTitle__ja {
  margin-top: .625rem
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentTitle__ja {
    margin-top: .75rem
  }
}

.p-recruitEnvironmentTitle__ja h4 {
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentTitle__ja h4 {
    font-size: 1.6875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-recruitEnvironmentItem {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItem {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }
}

.p-recruitEnvironmentItem.is-active .p-recruitEnvironmentItem__body {
  height: auto
}

.p-recruitEnvironmentItem.is-active .p-recruitEnvironmentItem__icon span:nth-of-type(2) {
  transform: rotate(0)
}

.p-recruitEnvironmentItem:not(:last-of-type):before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #118ed5;
  opacity: .2;
  bottom: 0;
  left: 0
}

.p-recruitEnvironmentItem__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItem__heading {
    padding-left: 1.9512195122%
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-recruitEnvironmentItem__heading:hover .p-recruitEnvironmentItem__icon span {
    background-color: #118ed5
  }
  .p-recruitEnvironmentItem__heading:hover .p-recruitEnvironmentItem__title {
    color: #118ed5
  }
}

.p-recruitEnvironmentItem__title {
  display: flex;
  align-items: center;
  column-gap: 12px;
  color: #118ed5;
  transition: color .3s ease
}

.p-recruitEnvironmentItem__title svg {
  display: flex;
  width: 14px;
  height: 7px
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItem__title svg {
    width: 16px;
    height: 8px
  }
}

.p-recruitEnvironmentItem__title h5 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItem__title h5 {
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-recruitEnvironmentItem__icon {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  margin-right: 8px
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItem__icon {
    margin-right: 24px;
    width: 18px;
    height: 18px
  }
}

.p-recruitEnvironmentItem__icon span {
  width: 14px;
  height: 2.33px;
  border-radius: 2px;
  background-color: #d6141c;
  grid-column: 1/2;
  grid-row: 1/2;
  transition: background-color .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItem__icon span {
    width: 18px;
    height: 3px
  }
}

.p-recruitEnvironmentItem__icon span:nth-of-type(2) {
  transform: rotate(-90deg)
}

.p-recruitEnvironmentItem__body {
  padding-left: 7.7611940299%;
  overflow: hidden;
  height: 0;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItem__body {
    padding-left: 9.8780487805%;
    padding-right: 4.8780487805%
  }
}

.p-recruitEnvironmentItem__body:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% - 1.9375rem);
  background-color: #118ed5;
  opacity: .2;
  left: 7px;
  top: .3125rem
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItem__body:before {
    left: 2.9268292683%
  }
}

.p-recruitEnvironmentItem__body svg {
  position: absolute;
  display: flex;
  width: 16px;
  height: 8px;
  color: #118ed5;
  opacity: .2;
  bottom: .0625rem;
  left: 0
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItem__body svg {
    left: 1.9512195122%
  }
}

.p-recruitEnvironmentItemBody {
  counter-increment: number
}

.p-recruitEnvironmentItemBody:not(:first-of-type) {
  margin-top: 2.5rem
}

.p-recruitEnvironmentItemBody:first-of-type {
  margin-top: 2rem
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItemBody:first-of-type {
    margin-top: 3.5rem
  }
}

.p-recruitEnvironmentItemBody:last-of-type {
  margin-bottom: 2.9375rem
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItemBody:last-of-type {
    margin-bottom: 3rem
  }
}

.p-recruitEnvironmentItemBody__wrapper {
  display: flex
}

@media screen and (max-width: 47.9375em) {
  .p-recruitEnvironmentItemBody__wrapper {
    flex-direction: column-reverse;
    row-gap: 1.25rem
  }
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItemBody__wrapper {
    column-gap: 7.0100143062%
  }
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItemBody__group {
    width: 58.6552217454%
  }
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItemBody__image {
    width: 34.3347639485%
  }
}

.p-recruitEnvironmentItemBody__image img {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  object-fit: cover
}

.p-recruitEnvironmentItemBody__title {
  display: inline-flex;
  align-items: flex-end;
  color: #fff;
  background-color: #118ed5;
  padding: .375rem 12px .4375rem;
  border-radius: 6px;
  column-gap: 6px
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItemBody__title {
    column-gap: 5px
  }
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItemBody__title {
    padding: .5rem 16px .625rem
  }
}

.p-recruitEnvironmentItemBody__title:before {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600;
  content: "0" counter(number) ".";
  display: block;
  padding-bottom: .1875rem
}

.p-recruitEnvironmentItemBody__title h6 {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitEnvironmentItemBody__title h6 {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-recruitEnvironmentItemBody__text {
  margin-top: 1rem
}

.p-recruitEnvironmentItemBody__text p {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-recruitEvent {
  margin-top: -23.125rem
}

@media screen and (min-width: 48em) {
  .p-recruitEvent {
    margin-top: -24.8125rem
  }
}

.p-recruitEvent__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

@media screen and (min-width: 30em) {
  .p-recruitEvent__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-recruitEvent__wrapper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding: 3.5rem 0 3.5rem 24px;
  background-image: url(../img/img_eventBackgroundSP.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media screen and (min-width: 48em) {
  .p-recruitEvent__wrapper {
    background-image: url(../img/img_eventBackground.jpg);
    width: calc(100% + 50vw - 50% - var(--bar) / 2);
    border-radius: 12px 0 0 12px;
    padding: 5rem 0 5.5rem 96px
  }
}

.p-recruitEvent__title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #fff;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1.2142857143;
  font-weight: 600;
  font-family: Inter, sans-serif
}

.p-recruitEvent__title:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%
}

.p-recruitEvent__carousel {
  margin-top: 2rem;
  overflow: hidden
}

@media screen and (min-width: 48em) {
  .p-recruitEvent__carousel {
    margin-top: 3.25rem
  }
}

.p-recruitEventTitle__en {
  display: flex;
  align-items: center;
  padding-left: 4px;
  column-gap: 9px
}

@media screen and (min-width: 48em) {
  .p-recruitEventTitle__en {
    padding-left: 3px;
    column-gap: 12px
  }
}

.p-recruitEventTitle__en svg {
  display: flex;
  width: 16px;
  height: 16px
}

.p-recruitEventTitle__en span {
  font-family: Ubuntu, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #fff
}

@media screen and (min-width: 48em) {
  .p-recruitEventTitle__en span {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 500
  }
}

.p-recruitEventTitle__ja {
  margin-top: .625rem
}

@media screen and (min-width: 48em) {
  .p-recruitEventTitle__ja {
    margin-top: .75rem
  }
}

.p-recruitEventTitle__ja h3 {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitEventTitle__ja h3 {
    font-size: 1.6875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-recruitEventCarousel__item {
  display: flex
}

.p-recruitEventCarousel__navigation {
  display: none
}

@media screen and (max-width: 79.9375em) {
  .p-recruitEventCarousel__navigation {
    right: 40px!important
  }
}

@media screen and (min-width: 48em) {
  .p-recruitEventCarousel__navigation {
    position: absolute;
    top: 4.125rem;
    display: flex;
    column-gap: 12px;
    width: 108px
  }
}

.p-recruitEventCarouselItem {
  width: 240px;
  flex-shrink: 0
}

@media screen and (min-width: 48em) {
  .p-recruitEventCarouselItem {
    width: 480px
  }
}

.p-recruitEventCarouselItem__image img {
  aspect-ratio: 480/320;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  overflow: hidden
}

.p-recruitEventCarouselItem__title {
  margin-top: 1rem
}

@media screen and (min-width: 48em) {
  .p-recruitEventCarouselItem__title {
    margin-top: 1.5rem
  }
}

.p-recruitEventCarouselItem__title h4 {
  font-size: 1.125rem;
  letter-spacing: .04em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff
}

.p-recruitEventCarouselItem__text {
  margin-top: .5rem
}

.p-recruitEventCarouselItem__text p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.8;
  color: #fff;
  opacity: .5
}

@media screen and (min-width: 48em) {
  .p-recruitEventCarouselItem__text p {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.8
  }
}

.p-recruitEventCarouselNavigation, .p-recruitEventCarouselNavigation--next, .p-recruitEventCarouselNavigation--prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: border-color .3s ease;
  position: relative
}

.p-recruitEventCarouselNavigation:before, .p-recruitEventCarouselNavigation--next:before, .p-recruitEventCarouselNavigation--prev:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-recruitEventCarouselNavigation.swiper-button-disabled, .swiper-button-disabled.p-recruitEventCarouselNavigation--next, .swiper-button-disabled.p-recruitEventCarouselNavigation--prev {
  opacity: .2
}

@media (hover: hover) and (pointer: fine) {
  .p-recruitEventCarouselNavigation:not(.swiper-button-disabled):hover, .p-recruitEventCarouselNavigation--next:not(.swiper-button-disabled):hover, .p-recruitEventCarouselNavigation--prev:not(.swiper-button-disabled):hover {
    border-color: #118ed5
  }
  .p-recruitEventCarouselNavigation:not(.swiper-button-disabled):hover:before, .p-recruitEventCarouselNavigation--next:not(.swiper-button-disabled):hover:before, .p-recruitEventCarouselNavigation--prev:not(.swiper-button-disabled):hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.p-recruitEventCarouselNavigation--prev {
  transform: scaleX(-1)
}

.p-recruitEventCarouselNavigation svg, .p-recruitEventCarouselNavigation--prev svg, .p-recruitEventCarouselNavigation--next svg {
  display: flex;
  width: 14px;
  height: 12px;
  position: relative;
  z-index: 2
}

.p-recruitFaq {
  margin-top: 5.1875rem
}

@media screen and (min-width: 48em) {
  .p-recruitFaq {
    margin-top: 7.5rem
  }
}

.p-recruitFaq__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-recruitFaq__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (min-width: 64em) {
  .p-recruitFaq__wrapper {
    display: flex
  }
}

@media screen and (min-width: 64em) {
  .p-recruitFaq__group {
    width: 40.7272727273%
  }
}

.p-recruitFaq__text {
  margin-top: 1.75rem
}

@media screen and (min-width: 48em) {
  .p-recruitFaq__text {
    margin-top: 2.5rem;
    width: 73.2142857143%
  }
}

.p-recruitFaq__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-recruitFaq__item {
  margin-top: 3rem
}

@media screen and (min-width: 64em) {
  .p-recruitFaq__item {
    margin-top: 1.75rem;
    width: 59.2727272727%
  }
}

.p-recruitFaqTitle__en {
  display: flex;
  align-items: center;
  column-gap: 9px;
  padding-left: 3px
}

@media screen and (min-width: 64em) {
  .p-recruitFaqTitle__en {
    column-gap: 12px;
    padding-left: 4px
  }
}

.p-recruitFaqTitle__en svg {
  display: flex;
  width: 16px;
  height: 16px
}

.p-recruitFaqTitle__en span {
  font-family: Ubuntu, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-recruitFaqTitle__en span {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 500
  }
}

.p-recruitFaqTitle__ja {
  margin-top: .625rem
}

@media screen and (min-width: 48em) {
  .p-recruitFaqTitle__ja {
    margin-top: .75rem
  }
}

.p-recruitFaqTitle__ja h3 {
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitFaqTitle__ja h3 {
    font-size: 1.6875rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-recruitFaqItem {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #D9D9D9
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItem {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}

.p-recruitFaqItem.is-active .p-recruitFaqItem__text {
  height: auto
}

.p-recruitFaqItem.is-active .p-recruitFaqItemTitle__icon span:nth-of-type(2) {
  transform: rotate(0)
}

.p-recruitFaqItem:last-of-type {
  border-bottom: 1px solid #D9D9D9
}

.p-recruitFaqItem__title {
  cursor: pointer
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItem__title {
    padding-left: 16px
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-recruitFaqItem__title:hover .p-recruitFaqItemTitle__heading:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
  .p-recruitFaqItem__title:hover .p-recruitFaqItemTitle__icon span {
    background-color: #118ed5
  }
  .p-recruitFaqItem__title:hover .p-recruitFaqItemTitle h3 {
    color: #118ed5
  }
}

.p-recruitFaqItem__text {
  overflow: hidden;
  height: 0
}

.p-recruitFaqItemTitle {
  display: flex;
  column-gap: 12px;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItemTitle {
    align-items: center;
    column-gap: 16px
  }
}

.p-recruitFaqItemTitle h3 {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.75;
  font-weight: 500;
  padding-right: 34px;
  width: calc(100% - 46px);
  transition: color .3s ease
}

@media screen and (max-width: 47.9375em) {
  .p-recruitFaqItemTitle h3 {
    margin-top: .125rem
  }
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItemTitle h3 {
    font-size: 1.125rem;
    letter-spacing: .05em;
    line-height: 1.5555555556;
    font-weight: 500;
    padding-right: 46px;
    width: calc(100% - 52px)
  }
}

.p-recruitFaqItemTitle__heading {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.1875;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #118ed5;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2
}

.p-recruitFaqItemTitle__heading:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItemTitle__heading {
    font-size: 1.125rem;
    letter-spacing: 0em;
    line-height: 1.2222222222;
    font-weight: 600;
    width: 36px;
    height: 36px
  }
}

.p-recruitFaqItemTitle__icon {
  display: grid;
  place-items: center;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItemTitle__icon {
    width: 46px;
    height: 46px
  }
}

.p-recruitFaqItemTitle__icon span {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 14px;
  height: 2.33px;
  background-color: #d6141c;
  border-radius: 2px;
  transition: background-color .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItemTitle__icon span {
    height: 3px
  }
}

.p-recruitFaqItemTitle__icon span:nth-of-type(2) {
  transform: rotate(-90deg)
}

.p-recruitFaqItemText {
  margin-top: 1.25rem;
  display: flex;
  column-gap: 12px;
  padding-right: 34px
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItemText {
    column-gap: 16px;
    padding-left: 16px;
    padding-right: 62px
  }
}

.p-recruitFaqItemText__heading {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.1875;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #EDF8FF;
  color: #118ed5;
  border-radius: 50%
}

@media screen and (max-width: 47.9375em) {
  .p-recruitFaqItemText__heading {
    margin-top: -.25rem
  }
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItemText__heading {
    font-size: 1.125rem;
    letter-spacing: 0em;
    line-height: 1.2222222222;
    font-weight: 600;
    width: 36px;
    height: 36px
  }
}

.p-recruitFaqItemText p {
  width: calc(100% - 44px);
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-recruitFaqItemText p {
    width: calc(100% - 52px)
  }
}

.p-recruitBanner {
  margin-top: 5rem;
  margin-bottom: 7.5rem
}

@media screen and (min-width: 64em) {
  .p-recruitBanner {
    margin-top: 11rem;
    margin-bottom: 13.5rem
  }
}

.p-recruitBanner__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-recruitBanner__inner {
    max-width: 1326px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-recruitBanner__container {
  position: relative
}

.p-recruitBanner__background {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  overflow: hidden;
  border-radius: 12px
}

.p-recruitBanner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.p-recruitBanner__wrapper {
  background: rgba(0, 179, 212, .8);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 12px
}

@media screen and (max-width: 63.9375em) {
  .p-recruitBanner__wrapper {
    padding-right: 8.0597014925%;
    padding-left: 8.0597014925%;
    padding-top: 3.5rem;
    padding-bottom: 17.8125rem
  }
}

@media screen and (min-width: 64em) {
  .p-recruitBanner__wrapper {
    aspect-ratio: 1246/320
  }
}

@media screen and (min-width: 64em) {
  .p-recruitBanner__title {
    position: absolute;
    top: 32.5%;
    left: 53.6918138042%
  }
}

.p-recruitBannerImage {
  position: absolute
}

.p-recruitBannerImage:nth-of-type(1) {
  width: 216px;
  left: 10.7462686567%;
  z-index: 2
}

@media screen and (max-width: 63.9375em) {
  .p-recruitBannerImage:nth-of-type(1) {
    bottom: 5.375rem
  }
}

@media screen and (min-width: 64em) {
  .p-recruitBannerImage:nth-of-type(1) {
    left: 12.7608346709%;
    width: 24.3980738363%;
    top: -17.5%
  }
}

.p-recruitBannerImage:nth-of-type(1) img {
  aspect-ratio: 304/213
}

.p-recruitBannerImage:nth-of-type(2) {
  left: -2.3880597015%;
  width: 104px;
  z-index: 3
}

@media screen and (max-width: 63.9375em) {
  .p-recruitBannerImage:nth-of-type(2) {
    bottom: 2.5rem
  }
}

@media screen and (min-width: 64em) {
  .p-recruitBannerImage:nth-of-type(2) {
    left: 5.7784911717%;
    width: 14.4462279294%;
    top: 31.25%
  }
}

.p-recruitBannerImage:nth-of-type(2) img {
  aspect-ratio: 180/180
}

.p-recruitBannerImage:nth-of-type(3) {
  width: 112px;
  z-index: 1
}

@media screen and (max-width: 63.9375em) {
  .p-recruitBannerImage:nth-of-type(3) {
    right: -2.9850746269%;
    bottom: -1.5rem
  }
}

@media screen and (min-width: 64em) {
  .p-recruitBannerImage:nth-of-type(3) {
    left: 29.9357945425%;
    width: 14.7672552167%;
    top: 36.875%
  }
}

.p-recruitBannerImage:nth-of-type(3) img {
  aspect-ratio: 184/258
}

.p-recruitBannerImage img {
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  overflow: hidden
}

.p-recruitBannerTitle__en {
  display: flex;
  align-items: center;
  column-gap: 8px;
  opacity: .5;
  padding-left: 2px
}

@media screen and (min-width: 48em) {
  .p-recruitBannerTitle__en {
    padding-left: 4px
  }
}

.p-recruitBannerTitle__en:before {
  content: "";
  padding-left: 4px;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff
}

.p-recruitBannerTitle__en span {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1.2142857143;
  font-weight: 600;
  color: #fff
}

.p-recruitBannerTitle__ja {
  display: inline-flex;
  align-items: center;
  margin-top: .5rem;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-recruitBannerTitle__ja {
    margin-top: 1rem
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-recruitBannerTitle__ja:hover .p-recruitBannerTitle__icon {
    width: 56px;
    height: 56px;
    right: -71px
  }
}

.p-recruitBannerTitle__ja h3 {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.75;
  font-weight: 700;
  color: #fff
}

@media screen and (min-width: 48em) {
  .p-recruitBannerTitle__ja h3 {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.3125;
    font-weight: 700
  }
}

.p-recruitBannerTitle__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -52px;
  border: 2px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: width .3s ease, height .3s ease, right .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitBannerTitle__icon {
    width: 48px;
    height: 48px;
    right: -67px
  }
}

.p-recruitBannerTitle__icon svg {
  display: flex;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 48em) {
  .p-recruitBannerTitle__icon svg {
    width: 30px;
    height: 30px
  }
}

.p-recruitModal {
  position: fixed;
  background: rgba(71, 175, 204, .6);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding-bottom: 3rem;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 2000;
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  opacity: 0;
  visibility: hidden
}

@media screen and (min-width: 48em) {
  .p-recruitModal {
    padding-bottom: 7.5rem
  }
}

.p-recruitModal:nth-of-type(1) .p-recruitModalHeading__copy img {
  width: 100%
}

.p-recruitModal:nth-of-type(2) .p-recruitModalHeading__copy img {
  width: 92.3645320197%
}

.p-recruitModal:nth-of-type(3) .p-recruitModalHeading__copy img {
  width: 68.9655172414%
}

.p-recruitModal.is-active {
  opacity: 1;
  visibility: visible
}

.p-recruitModal__navigation {
  position: sticky;
  top: 0;
  right: 0;
  display: flex;
  z-index: 2000;
  justify-content: flex-end
}

.p-recruitModal__inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: .9375rem
}

@media screen and (min-width: 48em) {
  .p-recruitModal__inner {
    max-width: 1328px;
    padding-top: 4rem;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-recruitModal__decoration {
  display: flex;
  align-items: center;
  column-gap: 6px;
  justify-content: flex-end
}

@media screen and (max-width: 47.9375em) {
  .p-recruitModal__decoration {
    padding-left: 5.3333333333%;
    flex-direction: row-reverse
  }
}

@media screen and (min-width: 48em) {
  .p-recruitModal__decoration {
    column-gap: 8px;
    margin-right: 8px
  }
}

.p-recruitModal__decoration:before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #fff
}

@media screen and (min-width: 48em) {
  .p-recruitModal__decoration:before {
    width: 40px
  }
}

.p-recruitModal__decoration span {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 600;
  color: #fff
}

@media screen and (min-width: 48em) {
  .p-recruitModal__decoration span {
    font-size: .8125rem;
    letter-spacing: 0em;
    line-height: 1.2307692308;
    font-weight: 600
  }
}

@media screen and (max-width: 47.9375em) {
  .p-recruitModal__eyecatch {
    position: relative;
    top: -6.4375rem
  }
}

@media screen and (min-width: 48em) {
  .p-recruitModal__eyecatch {
    position: absolute;
    left: 0;
    width: 48.0769230769%;
    top: -6.5rem
  }
}

.p-recruitModal__eyecatch img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  object-fit: cover
}

@media screen and (min-width: 48em) {
  .p-recruitModal__eyecatch img {
    border-radius: 20px 20px 20px 0
  }
}

.p-recruitModal__wrapper {
  background-color: #fff;
  margin-top: 7.9375rem;
  position: relative;
  padding-right: 5.3333333333%;
  padding-left: 5.3333333333%;
  padding-bottom: 7.5rem
}

@media screen and (min-width: 48em) {
  .p-recruitModal__wrapper {
    padding-right: 9.6153846154%;
    padding-left: 9.6153846154%;
    margin-top: 2rem;
    border-radius: 20px;
    padding-top: 6.5625rem;
    padding-bottom: 10rem
  }
}

@media screen and (max-width: 47.9375em) {
  .p-recruitModal__heading {
    margin-top: -2.75rem
  }
}

.p-recruitModal__content {
  margin-top: 5rem
}

@media screen and (min-width: 64em) {
  .p-recruitModal__content {
    margin-top: 16.0625rem
  }
}

.p-recruitModal__cutin {
  margin-top: 7.25rem;
  margin-bottom: 7.25rem
}

@media screen and (min-width: 48em) {
  .p-recruitModal__cutin {
    margin-bottom: 11rem;
    margin-top: 11rem
  }
}

.p-recruitModal__message {
  margin-top: 7rem
}

@media screen and (min-width: 48em) {
  .p-recruitModal__message {
    margin-top: 7.5rem
  }
}

.p-recruitModal__relation {
  margin-top: 6rem
}

@media screen and (min-width: 48em) {
  .p-recruitModal__relation {
    margin-top: 7.5625rem
  }
}

.p-recruitModal__button {
  margin-top: 5rem;
  display: flex;
  justify-content: center
}

@media screen and (min-width: 48em) {
  .p-recruitModal__button {
    margin-top: 6rem
  }
}

.p-recruitModalNavigation {
  cursor: pointer;
  width: 120px;
  height: 3.5rem;
  border-radius: 0 0 0 20px;
  background-color: #118ed5;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  transition: background-color .3s ease
}

@media screen and (max-width: 47.9375em) {
  .p-recruitModalNavigation {
    padding-left: 8px
  }
}

@media screen and (min-width: 48em) {
  .p-recruitModalNavigation {
    width: 144px;
    height: 4.5rem
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-recruitModalNavigation:hover {
    background-color: #194d83
  }
  .p-recruitModalNavigation:hover .p-recruitModalNavigation__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.p-recruitModalNavigation__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  background-color: #d6141c;
  color: #fff
}

.p-recruitModalNavigation__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-recruitModalNavigation__icon svg {
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.p-recruitModalNavigation__text p {
  color: #fff;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.4285714286;
  font-weight: 700
}

.p-recruitModalHeading {
  position: relative
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading {
    width: 45%;
    margin-left: auto
  }
}

.p-recruitModalHeading__icon {
  position: absolute;
  left: 5.7692307692%;
  top: -1.3125rem;
  z-index: 1
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__icon {
    top: -1.5625rem
  }
}

.p-recruitModalHeading__icon svg {
  display: flex;
  width: 46px;
  height: 31px
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__icon svg {
    width: 55px;
    height: 38px
  }
}

.p-recruitModalHeading__copy{
  font-size: 1.875rem;
    letter-spacing: .05em;
    line-height: 1.4;
}

.p-recruitModalHeading__position {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin-top: 2rem
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__position {
    column-gap: 7px;
    margin-top: 4.0625rem
  }
}

.p-recruitModalHeading__position:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__position:before {
    width: 8px;
    height: 8px
  }
}

.p-recruitModalHeading__position p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__position p {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 700
  }
}

.p-recruitModalHeading__name {
  display: inline-block;
  margin-top: .125rem
}

.p-recruitModalHeading__name p {
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__name p {
    font-size: 1.5rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 700
  }
}

.p-recruitModalHeading__date {
  display: inline-block;
  padding-left: 7px;
  padding-bottom: .1875rem
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__date {
    padding-bottom: .125rem
  }
}

.p-recruitModalHeading__date p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__date p {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.p-recruitModalHeading__place {
  margin-top: .5rem
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__place {
    margin-top: .5625rem
  }
}

.p-recruitModalHeading__place p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500;
  color: #969899
}

@media screen and (min-width: 48em) {
  .p-recruitModalHeading__place p {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500
  }
}

.p-recruitModalContent.--left .p-recruitModalContent__wrapper {
  flex-direction: row-reverse
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalContent.--left .p-recruitModalContent__wrapper {
    flex-direction: column
  }
}

.p-recruitModalContent+.p-recruitModalContent {
  margin-top: 6rem
}

.p-recruitModalContent__wrapper {
  display: flex
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalContent__wrapper {
    flex-direction: column
  }
}

@media screen and (min-width: 64em) {
  .p-recruitModalContent__wrapper {
    column-gap: 9.5238095238%
  }
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalContent__group {
    display: contents
  }
}

@media screen and (min-width: 64em) {
  .p-recruitModalContent__group {
    width: 54.7619047619%
  }
}

.p-recruitModalContent__image {
  width: 75.223880597%
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalContent__image {
    order: 3;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3.5rem
  }
}

@media screen and (min-width: 64em) {
  .p-recruitModalContent__image {
    width: 35.7142857143%
  }
}

.p-recruitModalContent__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 360/486
}

.p-recruitModalContent__title:not(:first-of-type) {
  margin-top: 5rem
}

@media screen and (min-width: 64em) {
  .p-recruitModalContent__title:not(:first-of-type) {
    margin-top: 6rem
  }
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalContent__title:nth-of-type(1) {
    order: 1
  }
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalContent__title:nth-of-type(3) {
    order: 4
  }
}

.p-recruitModalContent__text {
  margin-top: 2.5rem
}

@media screen and (min-width: 48em) {
  .p-recruitModalContent__text {
    margin-top: 3.5rem
  }
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalContent__text:nth-of-type(2) {
    order: 2
  }
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalContent__text:nth-of-type(4) {
    order: 5
  }
}

.p-recruitModalContent__text p {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-recruitModalContent__text p {
    max-width: 880px
  }
}

.p-recruitModalContent__text p:not(:first-of-type) {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-recruitModalContent__text p:not(:first-of-type) {
    margin-top: 1.5rem
  }
}

.p-recruitModalCutin {
  aspect-ratio: 375/236;
  background-color: #EDF8FF;
  position: relative;
  width: 111.9402985075%;
  left: -5.9701492537%
}

@media screen and (min-width: 48em) {
  .p-recruitModalCutin {
    aspect-ratio: 1248/360;
    width: 123.8095238095%;
    left: -11.9047619048%
  }
}

.p-recruitModalCutin__image {
  display: contents
}

.p-recruitModalCutinImage {
  position: absolute
}

.p-recruitModalCutinImage:nth-of-type(1) {
  width: 48%;
  left: 14.9333333333%;
  top: -8.4745762712%
}

@media screen and (min-width: 48em) {
  .p-recruitModalCutinImage:nth-of-type(1) {
    left: 12.1794871795%;
    width: 28.8461538462%;
    top: -8.8888888889%
  }
}

.p-recruitModalCutinImage:nth-of-type(1) img {
  aspect-ratio: 360/240
}

.p-recruitModalCutinImage:nth-of-type(2) {
  width: 26.6666666667%;
  left: 5.3333333333%;
  top: 30.5084745763%
}

@media screen and (min-width: 48em) {
  .p-recruitModalCutinImage:nth-of-type(2) {
    width: 14.4230769231%;
    left: 34.375%;
    top: 41.3888888889%
  }
}

.p-recruitModalCutinImage:nth-of-type(2) img {
  aspect-ratio: 180/243
}

.p-recruitModalCutinImage:nth-of-type(3) {
  width: 48%;
  right: 5.3333333333%
}

@media screen and (max-width: 47.9375em) {
  .p-recruitModalCutinImage:nth-of-type(3) {
    bottom: -8.4745762712%
  }
}

@media screen and (min-width: 48em) {
  .p-recruitModalCutinImage:nth-of-type(3) {
    width: 22.4358974359%;
    right: 15.5448717949%;
    top: 24.1666666667%
  }
}

.p-recruitModalCutinImage:nth-of-type(3) img {
  aspect-ratio: 280/187
}

.p-recruitModalCutinImage img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px
}

.p-recruitModalMessage {
  position: relative
}

.p-recruitModalMessage__icon {
  position: absolute;
  left: 9.552238806%;
  top: -1.8125rem;
  z-index: 1
}

@media screen and (min-width: 48em) {
  .p-recruitModalMessage__icon {
    left: 3.869047619%;
    top: -2.0625rem
  }
}

.p-recruitModalMessage__icon svg {
  display: flex;
  width: 64px;
  height: 43px
}

@media screen and (min-width: 48em) {
  .p-recruitModalMessage__icon svg {
    width: 73px;
    height: 50px
  }
}

.p-recruitModalMessage__wrapper {
  padding-top: 3rem;
  padding-right: 7.1641791045%;
  padding-left: 7.1641791045%;
  margin-left: -2.380952381%;
  padding-bottom: 3rem;
  background-color: #194d83;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 12px;
  width: 104.7619047619%
}

@media screen and (min-width: 64em) {
  .p-recruitModalMessage__wrapper {
    padding-right: 7.5757575758%;
    padding-left: 7.5757575758%;
    display: flex;
    column-gap: 5.6603773585%;
    padding-top: 4.375rem;
    padding-bottom: 4.5rem
  }
}

.p-recruitModalMessage__image {
  width: 71.6417910448%
}

@media screen and (min-width: 48em) {
  .p-recruitModalMessage__image {
    width: 30.1886792453%
  }
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalMessage__image {
    margin-right: auto;
    margin-left: auto
  }
}

.p-recruitModalMessage__image img {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 256/256
}

.p-recruitModalMessage__group {
  margin-top: 2rem
}

@media screen and (min-width: 64em) {
  .p-recruitModalMessage__group {
    margin-top: .5625rem;
    width: 69.5754716981%
  }
}

.p-recruitModalMessage__title span {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1.2142857143;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 8px;
  opacity: .5;
  color: #fff
}

.p-recruitModalMessage__title span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff
}

.p-recruitModalMessage__title h4 {
  margin-top: .75rem;
  color: #fff;
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-recruitModalMessage__title h4 {
    margin-top: 1rem;
    font-size: 1.875rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-recruitModalMessage__text {
  margin-top: 1.5rem
}

@media screen and (min-width: 48em) {
  .p-recruitModalMessage__text {
    margin-top: 2rem
  }
}

.p-recruitModalMessage__text p {
  color: #fff;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-recruitModalMessage__text p:not(:first-of-type) {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-recruitModalMessage__text p:not(:first-of-type) {
    margin-top: 1.5rem
  }
}

.p-recruitModalRelation__title span {
  text-align: center;
  display: block;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1.2142857143;
  font-weight: 600;
  color: #118ed5;
  opacity: .5
}

.p-recruitModalRelation__title h4 {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  margin-top: .75rem;
  color: #118ed5
}

.p-recruitModalRelation__card {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6
}

@media screen and (min-width: 64em) {
  .p-recruitModalRelation__card {
    padding-bottom: 1.4375rem;
    margin-top: 2.4375rem;
    display: flex
  }
}

.p-recruitModalRelationCard {
  column-gap: 9.552238806%;
  display: flex;
  position: relative;
  cursor: pointer
}

@media screen and (min-width: 64em) {
  .p-recruitModalRelationCard {
    column-gap: 11.5702479339%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 50%
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-recruitModalRelationCard:hover .p-recruitModalRelationCard__name {
    color: #118ed5
  }
  .p-recruitModalRelationCard:hover .p-recruitModalRelationCard__icon {
    border-color: #118ed5;
    color: #fff;
    width: 56px;
    height: 56px;
    right: 28px;
    bottom: .25rem
  }
  .p-recruitModalRelationCard:hover .p-recruitModalRelationCard__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalRelationCard:nth-of-type(1) {
    padding-bottom: 1.4375rem
  }
}

@media screen and (min-width: 64em) {
  .p-recruitModalRelationCard:nth-of-type(1) {
    padding-left: 1.9841269841%
  }
}

.p-recruitModalRelationCard:nth-of-type(1) .p-recruitModalRelationCard__image {
  width: 35.8208955224%
}

@media screen and (min-width: 64em) {
  .p-recruitModalRelationCard:nth-of-type(1) .p-recruitModalRelationCard__image {
    width: 33.0578512397%
  }
}

@media screen and (max-width: 63.9375em) {
  .p-recruitModalRelationCard:nth-of-type(2) {
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
    border-top: 1px solid #E6E6E6
  }
}

@media screen and (min-width: 64em) {
  .p-recruitModalRelationCard:nth-of-type(2) {
    padding-left: 5.5555555556%;
    border-left: 1px solid #E6E6E6
  }
}

.p-recruitModalRelationCard:nth-of-type(2) .p-recruitModalRelationCard__image {
  width: 35.8208955224%
}

@media screen and (min-width: 64em) {
  .p-recruitModalRelationCard:nth-of-type(2) .p-recruitModalRelationCard__image {
    width: 35.7142857143%
  }
}

.p-recruitModalRelationCard * {
  pointer-events: none
}

.p-recruitModalRelationCard__image img {
  width: 160/216;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
  border-radius: 12px
}

.p-recruitModalRelationCard__group {
  margin-top: 1.5rem
}

@media screen and (min-width: 30em) {
  .p-recruitModalRelationCard__group {
    margin-top: 2.625rem
  }
}

.p-recruitModalRelationCard__position {
  display: flex;
  column-gap: 6px;
  align-items: center
}

.p-recruitModalRelationCard__position:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #118ed5
}

.p-recruitModalRelationCard__position p {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-recruitModalRelationCard__position p {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 700
  }
}

.p-recruitModalRelationCard__name {
  margin-top: .125rem;
  display: inline-block;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitModalRelationCard__name {
    margin-top: .0625rem
  }
}

.p-recruitModalRelationCard__name p {
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700
}

.p-recruitModalRelationCard__date {
  display: inline-block;
  margin-left: 7px
}

.p-recruitModalRelationCard__date p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-recruitModalRelationCard__place {
  margin-top: .5rem
}

.p-recruitModalRelationCard__place p {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 500;
  color: #969899
}

@media screen and (min-width: 48em) {
  .p-recruitModalRelationCard__place p {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 500
  }
}

.p-recruitModalRelationCard__icon {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #118ed5;
  color: #118ed5;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.5rem;
  right: 0;
  transition: border-color .3s ease, color .3s ease, width .3s ease, height .3s ease, bottom .3s ease, right .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitModalRelationCard__icon {
    width: 48px;
    height: 48px
  }
}

@media screen and (min-width: 64em) {
  .p-recruitModalRelationCard__icon {
    right: 32px;
    bottom: .5rem
  }
}

.p-recruitModalRelationCard__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-recruitModalRelationCard__icon svg {
  display: flex;
  width: 11px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-recruitModalRelationCard__icon svg {
    width: 14px;
    height: 12px
  }
}

.p-recruitModalButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #118ed5;
  height: 3.25rem;
  border-radius: 1.625rem;
  width: 206px;
  column-gap: 6px;
  transition: background-color .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitModalButton {
    border-radius: 2rem;
    height: 4rem;
    width: 294px
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-recruitModalButton:hover {
    background-color: #194d83
  }
  .p-recruitModalButton:hover .p-recruitModalButton__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.p-recruitModalButton__text {
  color: #fff;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.3333333333;
  font-weight: 700;
  display: block
}

@media screen and (min-width: 48em) {
  .p-recruitModalButton__text {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.25;
    font-weight: 700
  }
}

.p-recruitModalButton__icon {
  width: 16px;
  height: 16px;
  background-color: #d6141c;
  color: #fff;
  border-radius: 50%;
  position: relative
}

.p-recruitModalButton__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

@media screen and (max-width: 47.9375em) {
  .p-recruitModalButton__icon {
    bottom: -.0625rem
  }
}

.p-recruitModalButton__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 16px;
  height: 16px;
  z-index: 2
}

.p-recruitEntry {
  position: fixed;
  right: 10px;
  bottom: 1rem;
  background-color: #194d83;
  height: 3rem;
  width: 164px;
  border-radius: 1.5rem;
  padding-left: 20px;
  display: flex;
  align-items: center;
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease, background-color .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitEntry {
    right: 24px;
    bottom: 2.25rem;
    height: 4.5rem;
    width: 224px;
    border-radius: 2.25rem;
    padding-left: 36px
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-recruitEntry:hover .p-recruitEntry__icon {
    color: #d6141c
  }
  .p-recruitEntry:hover .p-recruitEntry__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
  .p-recruitEntry:hover .p-recruitEntryText__en, .p-recruitEntry:hover .p-recruitEntryText__ja {
    color: #fff
  }
}

.p-recruitEntry:not(.is-hover) .p-recruitEntry__background {
  left: -72px
}

.p-recruitEntry.is-hover .p-recruitEntry__background {
  right: -72px
}

.p-recruitEntry.is-active {
  opacity: 1;
  visibility: visible
}

.p-recruitEntry * {
  pointer-events: none
}

.p-recruitEntry__text {
  position: relative;
  z-index: 2
}

.p-recruitEntry__background {
  width: 72px;
  height: 72px;
  position: absolute;
  display: block;
  background-color: #d6141c;
  border-radius: 36px
}

.p-recruitEntry__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: 13px;
  border-radius: 50%;
  background-color: #d6141c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: color .3s ease;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-recruitEntry__icon {
    right: 20px;
    width: 24px;
    height: 24px
  }
}

.p-recruitEntry__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-recruitEntry__icon svg {
  display: flex;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-recruitEntry__icon svg {
    width: 20px;
    height: 20px
  }
}

.p-recruitEntryText {
  display: flex;
  align-items: center;
  column-gap: 4px
}

@media screen and (min-width: 48em) {
  .p-recruitEntryText {
    column-gap: 8px
  }
}

.p-recruitEntryText__ja {
  color: #fff;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitEntryText__ja {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-recruitEntryText__en {
  color: #fff;
  opacity: .5;
  font-family: Inter, sans-serif;
  font-size: .6875rem;
  letter-spacing: .02em;
  line-height: 1.4;
  font-weight: 600;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .p-recruitEntryText__en {
    font-size: .75rem;
    letter-spacing: .02em;
    line-height: 1.4;
    font-weight: 600
  }
}

.recruit .l-main {
  padding-top: 8.5rem
}

@media screen and (min-width: 48em) {
  .recruit .l-main {
    padding-top: 11.6875rem
  }
}

.p-privacyPolicyFacade__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-privacyPolicyFacade__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-privacyPolicyFacade__wrapper {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #E6E6E6
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyFacade__wrapper {
    padding-bottom: 3.5rem
  }
}

.p-privacyPolicyFacade__title span {
  display: block;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: .02em;
  line-height: 1.25;
  font-weight: 600;
  color: #969899;
  padding-left: 2px
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyFacade__title span {
    font-size: .875rem;
    letter-spacing: .02em;
    line-height: 1.2142857143;
    font-weight: 600
  }
}

.p-privacyPolicyFacade__title h2 {
  margin-top: .5rem;
  color: #118ed5;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyFacade__title h2 {
    margin-top: .75rem;
    font-size: 2.25rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-privacyPolicyContent {
  margin-top: 3rem;
  margin-bottom: 7.5rem
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContent {
    margin-top: 5.8125rem;
    margin-bottom: 10rem
  }
}

.p-privacyPolicyContent p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-privacyPolicyContent p+p {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContent p+p {
    margin-top: 1.5rem
  }
}

.p-privacyPolicyContent__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-privacyPolicyContent__inner {
    max-width: 960px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-privacyPolicyContent__title h3 {
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 1.5rem
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContent__title h3 {
    margin-bottom: 2rem;
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 700
  }
}

.p-privacyPolicyContent__text {
  margin-top: 3rem
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContent__text {
    margin-top: 4rem
  }
}

.p-privacyPolicyContent__block {
  margin-top: 2.5rem
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContent__block {
    margin-top: 3rem
  }
}

.p-privacyPolicyContent__box {
  margin-top: 2.5rem
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContent__box {
    margin-top: 3rem
  }
}

.p-privacyPolicyContentBlock {
  counter-increment: number;
  padding-left: 24px;
  position: relative
}

.p-privacyPolicyContentBlock:not(:first-of-type) {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContentBlock:not(:first-of-type) {
    margin-top: 1.5rem
  }
}

.p-privacyPolicyContentBlock__title:before {
  font-family: Inter, sans-serif;
  content: counter(number) ".";
  display: block;
  position: absolute;
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700;
  left: 0;
  top: .125rem
}

.p-privacyPolicyContentBlock__title h4 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 700
}

.p-privacyPolicyContentBlock__text {
  margin-top: .5rem
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContentBlock__text {
    margin-top: .375rem
  }
}

.p-privacyPolicyContentBlock__text ul {
  margin-top: .375rem
}

.p-privacyPolicyContentBlock__text ul li {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6;
  counter-increment: list;
  padding-left: 39px;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContentBlock__text ul li {
    padding-left: 35px
  }
}

.p-privacyPolicyContentBlock__text ul li:before {
  content: "( " counter(list) " )";
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6;
  position: absolute;
  top: .125rem;
  left: 4px
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContentBlock__text ul li:before {
    left: 0
  }
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContentBlock__text ul li {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.p-privacyPolicyContentBlock__text ul li:not(:first-of-type) {
  margin-top: .25rem
}

.p-privacyPolicyContentBox {
  padding: 2.25rem 36px;
  background-color: #f5f5f5;
  border-radius: 8px
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContentBox {
    padding: 3rem 80px 3.5rem
  }
}

.p-privacyPolicyContentBox__title {
  display: flex;
  align-items: center;
  position: relative
}

.p-privacyPolicyContentBox__title svg {
  color: #118ed5;
  display: flex;
  width: 12px;
  height: 6px;
  position: absolute;
  top: .625rem;
  left: 0
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContentBox__title svg {
    top: .6875rem;
    width: 14px;
    height: 7px
  }
}

.p-privacyPolicyContentBox__title h4 {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContentBox__title h4 {
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-privacyPolicyContentBox__text {
  margin-top: 1.375rem
}

@media screen and (min-width: 48em) {
  .p-privacyPolicyContentBox__text {
    margin-top: 1.75rem
  }
}

.privacy-policy .l-main {
  padding-top: 8.1875rem
}

@media screen and (min-width: 48em) {
  .privacy-policy .l-main {
    padding-top: 12.5rem
  }
}

.p-404Facade__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-404Facade__inner {
    max-width: 1334px;
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (min-width: 48em) {
  .p-404Facade__wrapper {
    display: flex;
    column-gap: 6.379585327%;
    padding-left: .4784688995%
  }
}

.p-404Facade__icon {
  width: 100%
}

@media screen and (min-width: 48em) {
  .p-404Facade__icon {
    width: 56.1403508772%
  }
}

.p-404Facade__icon svg {
  aspect-ratio: 704/249
}

@media screen and (max-width: 47.9375em) {
  .p-404Facade__group {
    margin-top: 4rem
  }
}

@media screen and (min-width: 48em) {
  .p-404Facade__group {
    width: 37.0015948963%;
    margin-top: .6875rem
  }
}

.p-404Facade__title h2 {
  color: #118ed5;
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700
}

@media screen and (max-width: 47.9375em) {
  .p-404Facade__title h2 {
    text-align: center
  }
}

@media screen and (min-width: 48em) {
  .p-404Facade__title h2 {
    font-size: 1.5rem;
    letter-spacing: .05em;
    line-height: 1.6;
    font-weight: 700
  }
}

.p-404Facade__text {
  margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
  .p-404Facade__text {
    margin-top: 1.5rem
  }
}

.p-404Facade__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6
}

.p-404Facade__button {
  margin-top: 2.25rem
}

@media screen and (max-width: 47.9375em) {
  .p-404Facade__button {
    display: flex;
    justify-content: center
  }
}

@media screen and (min-width: 48em) {
  .p-404Facade__button {
    margin-top: 2.5rem
  }
}

.p-404FacadeButton {
  border: 2px solid #118ed5;
  display: flex;
  align-items: center;
  padding-left: 12px;
  justify-content: center;
  column-gap: 6px;
  height: 3.25rem;
  border-radius: 1.625rem;
  width: 213px;
  position: relative;
  overflow: hidden;
  transition: background-color 0 ease
}

@media screen and (min-width: 48em) {
  .p-404FacadeButton {
    height: 3rem;
    border-radius: 1.5rem;
    padding-left: 10px
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-404FacadeButton:hover {
    background-color: #118ed5;
    transition: background-color .3s .3s ease
  }
  .p-404FacadeButton:hover .p-404FacadeButton__text {
    color: #fff
  }
  .p-404FacadeButton:hover .p-404FacadeButton__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.p-404FacadeButton * {
  pointer-events: none
}

.p-404FacadeButton:not(.is-active) .p-404FacadeButton__background {
  left: -48px
}

.p-404FacadeButton.is-active .p-404FacadeButton__background {
  right: -48px
}

.p-404FacadeButton__text {
  color: #118ed5;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  transition: color .3s ease;
  position: relative;
  z-index: 3
}

.p-404FacadeButton__icon {
  width: 16px;
  height: 16px;
  color: #fff;
  position: relative;
  border-radius: 50%;
  background-color: #d6141c;
  z-index: 2
}

.p-404FacadeButton__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-404FacadeButton__icon svg {
  width: 8px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3
}

.p-404FacadeButton__background {
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  background-color: #118ed5;
  border-radius: 24px;
  z-index: 1
}

.error404 .l-main {
  margin-bottom: 7.5rem;
  padding-top: 9.375rem
}

@media screen and (min-width: 48em) {
  .error404 .l-main {
    margin-bottom: 10rem;
    padding-top: 13.125rem
  }
}

.p-searchFacade__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-searchFacade__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-searchFacade__title span {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: .02em;
  line-height: 1.25;
  font-weight: 600;
  color: #969899
}

@media screen and (min-width: 48em) {
  .p-searchFacade__title span {
    font-size: .875rem;
    letter-spacing: .02em;
    line-height: 1.2142857143;
    font-weight: 600
  }
}

.p-searchFacade__title h2 {
  margin-top: .5rem;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-searchFacade__title h2 {
    font-size: 2.25rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700;
    margin-top: .75rem
  }
}

.p-searchFacade__form {
  margin-top: 1.75rem
}

@media screen and (min-width: 48em) {
  .p-searchFacade__form {
    margin-top: 3.5rem
  }
}

.p-searchFacade__form form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: .375rem
}

.p-searchFacade__form input[type=text] {
  background-color: #EDF8FF;
  padding-left: 20px;
  height: 3.75rem;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.5;
  width: calc(100% - 60px)
}

@media screen and (min-width: 48em) {
  .p-searchFacade__form input[type=text] {
    padding-left: 40px;
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.5;
    height: 5rem;
    width: calc(100% - 80px)
  }
}

.p-searchFacade__form input[type=text]::placeholder {
  color: #111;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.5
}

@media screen and (min-width: 48em) {
  .p-searchFacade__form input[type=text]::placeholder {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.5
  }
}

.p-searchFacade__form button[type=submit] {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #118ed5;
  width: 60px;
  height: 3.75rem
}

@media screen and (min-width: 48em) {
  .p-searchFacade__form button[type=submit] {
    width: 80px;
    height: 5rem
  }
}

.p-searchFacade__form button[type=submit] svg {
  display: block;
  width: 18px;
  height: 18px
}

@media screen and (min-width: 48em) {
  .p-searchFacade__form button[type=submit] svg {
    width: 20px;
    height: 20px
  }
}

.p-searchArticle {
  margin-top: 4rem;
  margin-bottom: 7.5rem
}

@media screen and (min-width: 48em) {
  .p-searchArticle {
    margin-top: 7.5rem;
    margin-bottom: 10rem
  }
}

.p-searchArticle__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 30em) {
  .p-searchArticle__inner {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-searchArticle__heading {
  display: flex;
  align-items: center;
  column-gap: 8px
}

.p-searchArticle__heading:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #118ed5
}

.p-searchArticle__heading p {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 500
}

@media screen and (min-width: 48em) {
  .p-searchArticle__heading p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 500
  }
}

.p-searchArticle__item {
  margin-top: 2rem
}

.p-searchArticle__pagination {
  margin-top: 5rem
}

@media screen and (min-width: 48em) {
  .p-searchArticle__pagination {
    margin-top: 7.5rem
  }
}

.p-searchArticle__undefined {
  margin-top: 3.75rem
}

@media screen and (min-width: 48em) {
  .p-searchArticle__undefined {
    margin-top: 4.75rem
  }
}

.p-searchArticleItem {
  border-top: 1px solid #E6E6E6
}

.p-searchArticleItem:last-child {
  border-bottom: 1px solid #E6E6E6
}

.p-searchArticleItem__link {
  padding-top: 1.75rem;
  padding-bottom: 2rem;
  display: flex;
  column-gap: 20px
}

@media screen and (min-width: 48em) {
  .p-searchArticleItem__link {
    column-gap: 48px;
    padding-top: 2.75rem;
    padding-bottom: 3rem
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-searchArticleItem__link:hover .p-searchArticleItem__image img {
    transform: scale(1.1)
  }
  .p-searchArticleItem__link:hover .p-searchArticleItem__title h3 {
    color: #118ed5
  }
}

.p-searchArticleItem__image {
  display: block;
  width: 104px;
  aspect-ratio: 240/160;
  overflow: hidden;
  border-radius: .5rem;
  height: 100%
}

.p-searchArticleItem__image.is-border {
  border: 1px solid #EDF8FF
}

@media screen and (min-width: 48em) {
  .p-searchArticleItem__image {
    width: 240px
  }
}

.p-searchArticleItem__image img {
  width: 100%;
  object-fit: cover;
  transition: transform .3s ease
}

.p-searchArticleItem__group {
  display: block;
  width: calc(100% - 124px)
}

@media screen and (min-width: 48em) {
  .p-searchArticleItem__group {
    margin-top: .75rem;
    width: calc(100% - 288px)
  }
}

.p-searchArticleItem__title h3 {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5;
  transition: color .3s ease
}

@media screen and (min-width: 48em) {
  .p-searchArticleItem__title h3 {
    font-size: 1.125rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700
  }
}

.p-searchArticleItem__text {
  margin-top: .5rem;
  display: block
}

.p-searchArticleItem__text p {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media screen and (min-width: 48em) {
  .p-searchArticleItem__text p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.search .l-main {
  padding-top: 8.5rem
}

@media screen and (min-width: 48em) {
  .search .l-main {
    padding-top: 12.5rem
  }
}

.p-pageLinkPrimary {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #118ed5;
  column-gap: 6px;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-pageLinkPrimary:hover {
    color: #118ed5
  }
  .p-pageLinkPrimary:hover:before {
    background-color: #118ed5
  }
  .p-pageLinkPrimary:hover .p-pageLinkPrimary__icon {
    background-color: #118ed5
  }
}

.p-pageLinkPrimary:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #118ed5;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: background-color .3s ease
}

.p-pageLinkPrimary__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d6141c;
  transition: background-color .3s ease
}

.p-pageLinkPrimary__icon svg {
  display: flex;
  width: 8px;
  height: 7px
}

.p-pageLinkSecondary {
  color: #118ed5;
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-pageLinkSecondary:hover {
    color: #118ed5
  }
  .p-pageLinkSecondary:hover .p-pageLinkSecondary__text:before {
    animation: textUnderLine .6s linear
  }
  .p-pageLinkSecondary:hover .p-pageLinkSecondary__text:before {
    background-color: #118ed5
  }
  .p-pageLinkSecondary:hover .p-pageLinkSecondary__icon {
    color: #118ed5
  }
}

.p-pageLinkSecondary__text {
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.6;
  position: relative;
  padding-bottom: .0625rem;
  display: inline-block;
  overflow: hidden
}

@media screen and (min-width: 48em) {
  .p-pageLinkSecondary__text {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
}

.p-pageLinkSecondary__text:before {
  content: "";
  position: absolute;
  bottom: .1875rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #118ed5;
  transition: background-color .6s ease
}

.p-pageLinkSecondary__icon {
  display: flex;
  color: #d6141c;
  transition: color .3s ease
}

.p-pageLinkSecondary__icon svg {
  display: flex;
  width: 14px;
  height: 14px
}

.p-pageBody__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px
}

@media screen and (min-width: 30em) {
  .p-pageBody__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1328px
  }
}

.p-pageBody__wrapper {
  position: relative
}

@media screen and (min-width: 64em) {
  .p-pageBody__wrapper {
    display: grid;
    grid-template-columns: 25.4807692308% 74.5192307692%
  }
}

@media screen and (min-width: 80em) {
  .p-pageBody__wrapper {
    grid-template-columns: 21.0737179487% 78.9262820513%
  }
}

@media screen and (min-width: 90em) {
  .p-pageBody__wrapper {
    grid-template-columns: 14.6634615385% 85.3365384615%
  }
}

.p-pageBody__aside {
  display: none
}

@media screen and (min-width: 64em) {
  .p-pageBody__aside {
    padding-top: 3.3125rem;
    padding-bottom: 4.5rem;
    margin-bottom: 5.625rem;
    display: block;
    border-right: 1px solid #E6E6E6;
    position: relative
  }
}

@media screen and (min-width: 90em) {
  .p-pageBody__aside {
    margin-left: -80px
  }
}

.p-pageBody__aside .c-icon.--rhombus.--grayLine {
  display: none
}

@media screen and (min-width: 64em) {
  .p-pageBody__aside .c-icon.--rhombus.--grayLine {
    display: block;
    position: absolute;
    bottom: -.4375rem;
    right: -12px
  }
}

.p-pageBody__body {
  position: relative
}

@media screen and (min-width: 64em) {
  .p-pageBody__body {
    grid-column: 2/3
  }
}

.p-pageBody__body .c-icon.--rhombus.--blue {
  display: none
}

@media screen and (min-width: 64em) {
  .p-pageBody__body .c-icon.--rhombus.--blue {
    display: block;
    position: absolute;
    top: -.5625rem;
    left: -12px;
    z-index: 10
  }
}

.p-pageBody__main {
  margin-bottom: 7.5rem;
  position: relative
}

@media screen and (min-width: 64em) {
  .p-pageBody__main {
    margin-bottom: 5.625rem;
    padding-top: 3.3125rem;
    padding-left: 7.5268817204%
  }
}

@media screen and (min-width: 80em) {
  .p-pageBody__main {
    padding-left: 9.7461928934%
  }
}

@media screen and (min-width: 90em) {
  .p-pageBody__main {
    padding-left: 9.014084507%
  }
}

.p-pageBody__main .c-icon.--rhombus.--grayLine {
  display: none
}

@media screen and (min-width: 64em) {
  .p-pageBody__main .c-icon.--rhombus.--grayLine {
    display: block;
    position: absolute;
    bottom: -.4375rem;
    left: -12px
  }
}

@media screen and (max-width: 63.9375em) {
  .p-newsAside {
    margin-top: 2.25rem
  }
}

@media screen and (min-width: 64em) {
  .p-newsAside {
    position: sticky;
    top: 8.75rem;
    width: 93.9163498099%
  }
}

@media screen and (min-width: 90em) {
  .p-newsAside {
    width: 247px
  }
}

.p-newsAside__title {
  display: flex;
  align-items: center;
  column-gap: 8px
}

@media screen and (min-width: 64em) {
  .p-newsAside__title {
    padding: 1.3125rem 0 1.3125rem 24px;
    background-color: #194d83;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 6px
  }
}

.p-newsAside__title:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #118ed5
}

@media screen and (min-width: 64em) {
  .p-newsAside__title:before {
    background-color: #fff;
    width: 8px;
    height: 8px
  }
}

.p-newsAside__title p {
  display: block;
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 64em) {
  .p-newsAside__title p {
    font-size: 1rem;
    letter-spacing: .04em;
    line-height: 1.4;
    font-weight: 700;
    color: #fff
  }
}

.p-newsAside__item {
  margin-top: 1rem
}

@media screen and (max-width: 63.9375em) {
  .p-newsAside__item {
    display: flex;
    column-gap: 6px;
    row-gap: .375rem;
    flex-wrap: wrap
  }
}

@media screen and (min-width: 64em) {
  .p-newsAside__item {
    margin-top: 1.75rem;
    padding-left: 24px
  }
}

.p-newsAside__item.is-current a {
  background-color: #118ed5;
  color: #fff
}

@media screen and (min-width: 64em) {
  .p-newsAside__item > li:not(:first-of-type) {
    margin-top: .75rem
  }
}

.p-newsAside__item > li:first-of-type a {
  padding: .1875rem 14px
}

.p-newsAside__item a {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: .1875rem 7px .1875rem 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF8FF;
  border-radius: .75rem;
  transition: background-color .3s ease, color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-newsAside__item a:hover {
    background-color: #118ed5;
    color: #fff
  }
}

.p-pageAside {
  position: sticky;
  top: 8.75rem;
  width: 83.2699619772%
}

@media screen and (min-width: 90em) {
  .p-pageAside {
    width: 219px
  }
}

.p-pageAside__title {
  background-color: #f4f4f4;
  padding: 1.0625rem 0 1.0625rem 20px;
  border-radius: 6px
}

.p-pageAside__title span {
  display: block;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600;
  color: #118ed5
}

.p-pageAside__item {
  margin-top: 1.75rem;
  padding-left: 20px
}

.p-pageAsideItem:not(:first-of-type) {
  margin-top: 1rem
}

.p-pageAsideItem.is-current a {
  color: #111
}

.p-pageAsideItem.is-current a:before {
  background-color: #118ed5
}

.p-pageAsideItem a {
  color: #969899;
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  transition: color .3s ease
}

.p-pageAsideItem a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f4f4f4;
  transition: background-color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-pageAsideItem a:hover {
    color: #111
  }
  .p-pageAsideItem a:hover:before {
    background-color: #118ed5
  }
}

.p-productAside {
  position: sticky;
  top: 0;
  width: 93.9163498099%
}

@media screen and (max-width: 63.9375em) {
  .p-productAside {
    /* left: 0;
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, .3);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 2rem 2.6666666667% 2.5rem;
    opacity: 0;
    visibility: hidden */
    width: 100%;
    position: relative;
  }
}

@media screen and (min-width: 64em) {
  .p-productAside {
    top: 6.875rem
  }
}

@media screen and (min-width: 90em) {
  .p-productAside {
    width: 247px
  }
}

@media screen and (max-width: 63.9375em) {
  .p-productAside.is-active {
    opacity: 1;
    visibility: visible
  }
}

.p-productAside__title {
  height: 4rem;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  background-color: #194d83;
  padding-left: 9.5774647887%
}

@media screen and (min-width: 64em) {
  .p-productAside__title {
    border-radius: 6px;
    padding-left: 24px
  }
}

.p-productAside__title p {
  font-size: 1rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px
}

.p-productAside__title p:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%
}

.p-productAside__item {
  padding-right: 9.014084507%;
  padding-left: 9.014084507%;
  -ms-overflow-style: none
}

@media screen and (max-width: 63.9375em) {
  .p-productAside__item {
    background-color: #fff;
    height: calc(100% - 4rem);
    border-radius: 0 0 12px 12px;
    overflow: scroll;
    padding-bottom: 3rem
  }
}

@media screen and (min-width: 64em) {
  .p-productAside__item {
    padding-right: 12px;
    padding-left: 12px;
    height: 100%
  }
}

.p-productAside__item::-webkit-scrollbar {
  display: none
}

.p-productAside__close {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 64em) {
  .p-productAside__close {
    display: none
  }
}

.p-productAside__button {
  pointer-events: none;
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 1rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease
}

@media screen and (min-width: 64em) {
  .p-productAside__button {
    display: none
  }
}

.p-productAside__button.is-active {
  opacity: 1;
  visibility: visible
}

.p-productAsideItem {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6
}

@media screen and (min-width: 64em) {
  .p-productAsideItem {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-left: 10px
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-productAsideItem:hover .p-productAsideItem__title span, .p-productAsideItem:hover .p-productAsideItem__icon {
    color: #118ed5
  }
}

.p-productAsideItem__title span {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500;
  transition: color .3s ease
}

.p-productAsideItem__icon {
  color: #d6141c;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: color .3s ease
}

@media screen and (min-width: 64em) {
  .p-productAsideItem__icon {
    right: 6px
  }
}

.p-productAsideItem__icon svg {
  display: flex;
  width: 18px;
  height: 18px
}

.p-productAsideSearch {
  margin-top: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E6E6E6
}

@media screen and (min-width: 64em) {
  .p-productAsideSearch {
    margin-top: 1.3125rem;
    padding-bottom: 1.8125rem;
    padding-right: 10px;
    padding-left: 10px
  }
}

.p-productAsideSearch__title p {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500
}

.p-productAsideSearch form {
  margin-top: .5rem;
  position: relative
}

@media screen and (min-width: 64em) {
  .p-productAsideSearch form {
    margin-top: .625rem
  }
}

.p-productAsideSearch form input[type=text] {
  background-color: #EDF8FF;
  border-radius: 6px;
  width: 100%;
  height: 3.5rem;
  padding-left: 12px;
  font-size: .875rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
  padding-right: 56px
}

@media screen and (min-width: 64em) {
  .p-productAsideSearch form input[type=text] {
    height: 2.5rem;
    padding-right: 40px
  }
}

.p-productAsideSearch form input[type=text]:focus {
  outline: none
}

.p-productAsideSearch form button[type=submit] {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #118ed5;
  transition: color .3s ease;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (min-width: 64em) {
  .p-productAsideSearch form button[type=submit] {
    width: 15px;
    height: 15px;
    right: 12px
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-productAsideSearch form button[type=submit]:hover {
    color: #118ed5
  }
}

.p-productAsideSearch form button[type=submit] svg {
  display: flex;
  width: 18px;
  height: 18px
}

@media screen and (min-width: 64em) {
  .p-productAsideSearch form button[type=submit] svg {
    width: 15px;
    height: 15px
  }
}

.p-productAsideSearch__tag {
  margin-top: .875rem
}

@media screen and (min-width: 64em) {
  .p-productAsideSearch__tag {
    margin-top: 1.0625rem
  }
}

.p-productAsideAccordion {
  border-bottom: 1px solid #E6E6E6
}

.p-productAsideAccordion.is-active .p-productAsideAccordionTitle__icon span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(0)
}

.p-productAsideAccordion__title {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  cursor: pointer
}

@media screen and (min-width: 64em) {
  .p-productAsideAccordion__title {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-left: 10px
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-productAsideAccordion__title:hover .p-productAsideAccordionTitle__text {
    color: #118ed5
  }
  .p-productAsideAccordion__title:hover .p-productAsideAccordionTitle__icon span {
    background-color: #118ed5
  }
}

.p-productAsideAccordion__item {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.p-productAsideAccordion__list {
  padding-left: 12px;
  padding-bottom: 1.25rem
}

@media screen and (min-width: 64em) {
  .p-productAsideAccordion__list {
    padding-left: 18px;
    padding-bottom: 1.375rem
  }
}

.p-productAsideAccordion__list li:not(:first-of-type) {
  margin-top: 1.125rem
}

@media screen and (min-width: 64em) {
  .p-productAsideAccordion__list li:not(:first-of-type) {
    margin-top: .5rem
  }
}

.p-productAsideAccordion__list a {
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.6153846154;
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-productAsideAccordion__list a:hover {
    color: #118ed5
  }
}

.p-productAsideAccordion__maker {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.4482758621%;
  padding-bottom: 1.75rem
}

.p-productAsideAccordionTitle {
  display: flex;
  align-items: center;
  position: relative
}

.p-productAsideAccordionTitle__text {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 500;
  transition: color .3s ease
}

.p-productAsideAccordionTitle__icon {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 64em) {
  .p-productAsideAccordionTitle__icon {
    right: 6px
  }
}

.p-productAsideAccordionTitle__icon span {
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #d6141c;
  top: 50%;
  left: 50%;
  transition: background-color .3s ease
}

.p-productAsideAccordionTitle__icon span:nth-of-type(1) {
  transform: translate(-50%, -50%)
}

.p-productAsideAccordionTitle__icon span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-90deg)
}

.p-productAsideSearchTag__title p {
  color: #118ed5;
  font-size: .8125rem;
  letter-spacing: .04em;
  line-height: 1.5
}

.p-productAsideSearchTag__item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 6px;
  margin-top: .5rem
}

@media screen and (min-width: 64em) {
  .p-productAsideSearchTag__item {
    column-gap: 5px;
    margin-top: .5625rem
  }
}

.p-productAsideSearchTag__item li a {
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .25rem 8px;
  border-radius: 13px;
  background-color: #EDF8FF;
  transition: background-color .3s ease, color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-productAsideSearchTag__item li a:hover {
    color: #fff;
    background-color: #118ed5
  }
}

@media screen and (min-width: 64em) {
  .p-productAsideSearchTag__item li a {
    padding: .125rem 5px
  }
}

.p-productAsideClose {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  background-image: url(../img/img_productsAsideCloseBackground.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 152px;
  height: 3rem;
  border-radius: 1.5rem;
  cursor: pointer;
  padding-left: 11px
}

.p-productAsideClose__text {
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 700;
  color: #fff
}

.p-productAsideClose__icon {
  color: #3b5274;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  position: relative
}

.p-productAsideClose__icon svg {
  display: flex;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.p-productAsideButton {
  cursor: pointer;
  width: 152px;
  height: 3rem;
  background-image: url(.jpg);
  background-color: #0e264db3;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  border-radius: 1.5rem;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding-left: 13px
}

.p-productAsideButton.is-active {
  opacity: 0;
  visibility: hidden
}

.p-productAsideButton__text {
  color: #fff;
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-weight: 700
}

.p-productAsideButton__icon {
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  border-radius: 50%;
  background-color: #fff;
  color: #3b5274;
  position: relative
}

.p-productAsideButton__icon svg {
  width: 8px;
  height: 8px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.p-productAsideAccordionMaker {
  width: 48.275862069%;
  background-color: #EDF8FF;
  border-radius: .375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  cursor: pointer;
  transition: background-color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-productAsideAccordionMaker:hover {
    background-color: #118ed5
  }
  .p-productAsideAccordionMaker:hover .p-productAsideAccordionMaker__title p {
    color: #fff
  }
}

@media screen and (min-width: 48em) {
  .p-productAsideAccordionMaker {
    height: 2.5rem
  }
}

.p-productAsideAccordionMaker:nth-of-type(1) {
  order: 1
}

.p-productAsideAccordionMaker:nth-of-type(2) {
  order: 2
}

.p-productAsideAccordionMaker:nth-of-type(3) {
  order: 4
}

.p-productAsideAccordionMaker:nth-of-type(4) {
  order: 5
}

.p-productAsideAccordionMaker:nth-of-type(5) {
  order: 7
}

.p-productAsideAccordionMaker:nth-of-type(6) {
  order: 8
}

.p-productAsideAccordionMaker:nth-of-type(7) {
  order: 10
}

.p-productAsideAccordionMaker:nth-of-type(8) {
  order: 11
}

.p-productAsideAccordionMaker:nth-of-type(9) {
  order: 13
}

.p-productAsideAccordionMaker:nth-of-type(10) {
  order: 14
}

.p-productAsideAccordionMaker:nth-of-type(n + 3) {
  margin-top: .4375rem
}

.p-productAsideAccordionMaker.is-active {
  background-color: #118ed5
}

.p-productAsideAccordionMaker.is-active .p-productAsideAccordionMaker__title p {
  color: #fff
}

.p-productAsideAccordionMaker__title p {
  font-size: .8125rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 500;
  color: #118ed5;
  transition: color .3s ease
}

.p-productAsideAccordionMaker__item {
  width: 100%;
  height: 0;
  overflow: hidden
}

.p-productAsideAccordionMaker__item:nth-of-type(1) {
  order: 3
}

.p-productAsideAccordionMaker__item:nth-of-type(2) {
  order: 3
}

.p-productAsideAccordionMaker__item:nth-of-type(3) {
  order: 6
}

.p-productAsideAccordionMaker__item:nth-of-type(4) {
  order: 6
}

.p-productAsideAccordionMaker__item:nth-of-type(5) {
  order: 9
}

.p-productAsideAccordionMaker__item:nth-of-type(6) {
  order: 9
}

.p-productAsideAccordionMaker__item:nth-of-type(7) {
  order: 12
}

.p-productAsideAccordionMaker__item:nth-of-type(8) {
  order: 12
}

.p-productAsideAccordionMaker__item:nth-of-type(9) {
  order: 15
}

.p-productAsideAccordionMaker__item:nth-of-type(10) {
  order: 15
}

.p-productAsideAccordionMakerItem {
  padding-top: .4375rem
}

.p-productAsideAccordionMakerItem ul {
  border-radius: .375rem;
  background-color: #118ed5;
  padding-top: 1.5rem;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 2rem
}

.p-productAsideAccordionMakerItem ul li:not(:first-of-type) {
  margin-top: 1rem
}

.p-productAsideAccordionMakerItem a {
  display: inline;
  color: #fff;
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  padding-bottom: .0625rem;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 100%;
  background-size: 100% 1px;
  transition: background-size .6s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-productAsideAccordionMakerItem a:hover {
    background-size: 0% 1px
  }
}

.p-pagePagination__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 36px
}

@media screen and (min-width: 48em) {
  .p-pagePagination__wrapper {
    column-gap: 40px
  }
}

.p-pagePagination__item {
  display: flex;
  align-items: center
}

.p-pagePaginationNavigation {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #118ed5;
  border: 2px solid #118ed5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: border-color .3s ease, color .3s ease
}

@media screen and (min-width: 48em) {
  .p-pagePaginationNavigation {
    width: 48px;
    height: 48px
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-pagePaginationNavigation:not(.is-disabled):hover {
    border-color: #118ed5;
    color: #fff
  }
  .p-pagePaginationNavigation:not(.is-disabled):hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .05s ease, visibility .05s ease, transform .3s ease
  }
}

.p-pagePaginationNavigation:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-pagePaginationNavigation.--prev {
  transform: scaleX(-1)
}

.p-pagePaginationNavigation.is-disabled {
  opacity: .2
}

.p-pagePaginationNavigation svg {
  display: flex;
  width: 23px;
  height: 21px;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-pagePaginationNavigation svg {
    width: 24px;
    height: 22px
  }
}

.p-pagePaginationItem {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 600;
  color: #969899
}

@media screen and (min-width: 48em) {
  .p-pagePaginationItem {
    font-size: 1.125rem;
    letter-spacing: .05em;
    line-height: 1;
    font-weight: 600
  }
}

.p-pagePaginationItem__link {
  transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
  .p-pagePaginationItem__link:hover {
    color: #118ed5
  }
}

.p-pagePaginationItem.is-current {
  color: #111
}

.p-pagePaginationItem:not(:first-of-type) {
  margin-left: 25px
}

@media screen and (min-width: 48em) {
  .p-pagePaginationItem:not(:first-of-type) {
    margin-left: 24px
  }
}

.p-pagePaginationItem.is-dots {
  margin-left: 18px
}

@media screen and (min-width: 48em) {
  .p-pagePaginationItem.is-dots {
    margin-left: 16px
  }
}

.p-pagePaginationItem.is-dots+.p-pagePaginationItem {
  margin-left: 18px
}

@media screen and (min-width: 48em) {
  .p-pagePaginationItem.is-dots+.p-pagePaginationItem {
    margin-left: 16px
  }
}

.p-pageFacade__inner {
  width: 94.6666666667%;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

@media screen and (min-width: 48em) {
  .p-pageFacade__inner {
    width: 94.4444444444%
  }
}

.p-pageFacade__carousel {
  opacity: 0
}

.p-pageFacade__heading {
  position: absolute;
  z-index: 10;
  left: 4.5070422535%;
  bottom: 9.2105263158%;
  opacity: 0
}

@media screen and (min-width: 64em) {
  .p-pageFacade__heading {
    bottom: 2.9375rem;
    left: 60px
  }
}

.p-pageFacade__title {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  padding: .8125rem 16px .0625rem 17px;
  border-radius: .375rem .375rem 0 0
}

@media screen and (min-width: 48em) {
  .p-pageFacade__title {
    padding: 1.1875rem 32px 0 28px;
    column-gap: 11px
  }
}

.p-pageFacade__title svg {
  width: 14px;
  height: 14px
}

@media screen and (min-width: 48em) {
  .p-pageFacade__title svg {
    width: 16px;
    height: 16px
  }
}

.p-pageFacade__title span {
  font-family: Ubuntu, sans-serif;
  font-size: .9375rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-pageFacade__title span {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 500
  }
}

.p-pageFacade__name {
  background-color: #fff;
  padding: .5rem 14px .625rem;
  border-radius: 0 .375rem .375rem;
  margin-top: -.4375rem
}

@media screen and (min-width: 48em) {
  .p-pageFacade__name {
    margin-top: -.625rem;
    padding: .75rem 24px .8125rem
  }
}

.p-pageFacade__name h2 {
  font-size: 1.875rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-pageFacade__name h2 {
    font-size: 2.75rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-pageFacade__image {
  border-radius: 12px;
  width: 100%;
  display: block;
  aspect-ratio: 355/304;
  overflow: hidden;
  opacity: 0
}

@media screen and (min-width: 48em) {
  .p-pageFacade__image {
    aspect-ratio: 1360/376
  }
}

.p-pageFacade__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.p-pageFacade__decoration {
  position: absolute;
  z-index: 1
}

.p-pageFacade__decoration svg {
  display: flex
}

.p-pageFacade__decoration path {
  opacity: 0
}

.p-pageFacadeCarousel {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
  aspect-ratio: 355/304
}

@media screen and (min-width: 64em) {
  .p-pageFacadeCarousel {
    aspect-ratio: 1360/376
  }
}

.p-pageFacadeCarousel__item {
  position: relative;
  z-index: 1;
  display: flex
}

.p-pageFacadeCarousel__pagination {
  position: absolute;
  right: 5.9154929577%;
  z-index: 1
}

@media screen and (max-width: 63.9375em) {
  .p-pageFacadeCarousel__pagination {
    top: 50%;
    transform: translateY(-50%)
  }
}

@media screen and (min-width: 64em) {
  .p-pageFacadeCarousel__pagination {
    bottom: 2.3125rem;
    right: 37px
  }
}

.p-pageFacadeCarouselItem {
  display: block;
  flex-shrink: 0;
  aspect-ratio: 355/304
}

@media screen and (min-width: 48em) {
  .p-pageFacadeCarouselItem {
    aspect-ratio: 1360/376
  }
}

.p-pageFacadeCarouselItem img {
  width: 100%;
  object-fit: cover
}

.p-pageFacadeCarouselPagination {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem
}

.p-pageFacadeCarouselPagination .swiper-pagination-circle {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transform: rotate(-90deg)
}

.p-pageFacadeCarouselPagination svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.p-pageToc {
  margin-top: 2.25rem;
  margin-bottom: 5rem
}

@media screen and (min-width: 48em) {
  .p-pageToc {
    margin-top: 2.5rem;
    margin-bottom: 5.375rem
  }
}

.p-pageToc__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width: 89.9375em) {
  .p-pageToc__inner {
    max-width: 1272px
  }
}

@media screen and (min-width: 30em) {
  .p-pageToc__inner {
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (min-width: 90em) {
  .p-pageToc__inner {
    padding-left: 124px
  }
}

.p-pageToc__item {
  display: flex;
  column-gap: 2.0895522388%;
  flex-wrap: wrap;
  row-gap: .75rem
}

@media screen and (min-width: 30em) {
  .p-pageToc__item {
    column-gap: 16px
  }
}

@media screen and (max-width: 29.9375em) {
  .p-pageToc__item li {
    width: 48.9552238806%
  }
}

.p-pageTocItem {
  position: relative;
  display: flex;
  column-gap: 6px;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #EDF8FF;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

@media screen and (min-width: 30em) {
  .p-pageTocItem {
    padding-right: 24px;
    padding-left: 34px;
    height: 2.9375rem
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-pageTocItem:hover .p-pageTocItem__text {
    color: #fff
  }
  .p-pageTocItem:hover .p-pageTocItem__icon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
  }
}

.p-pageTocItem:not(.is-active) .p-pageTocItem__background {
  left: -48px
}

.p-pageTocItem.is-active .p-pageTocItem__background {
  right: -48px
}

.p-pageTocItem * {
  pointer-events: none
}

.p-pageTocItem__text {
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
  color: #118ed5;
  transition: color .3s ease;
  z-index: 2
}

@media screen and (min-width: 48em) {
  .p-pageTocItem__text {
    font-size: .9375rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700
  }
}

.p-pageTocItem__icon {
  color: #fff;
  background-color: #118ed5;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 29.9375em) {
  .p-pageTocItem__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
  }
}

.p-pageTocItem__icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #118ed5;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s .1s ease, visibility .2s .1s ease, transform .3s ease
}

.p-pageTocItem__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 18px;
  height: 17px;
  z-index: 2
}

.p-pageTocItem__background {
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  background-color: #118ed5;
  border-radius: 24px
}

.p-pageIntroduction {
  margin-top: 4rem
}

@media screen and (min-width: 48em) {
  .p-pageIntroduction {
    margin-top: 2.5rem
  }
}

.p-pageIntroduction__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width: 89.9375em) {
  .p-pageIntroduction__inner {
    max-width: 1256px
  }
}

@media screen and (min-width: 30em) {
  .p-pageIntroduction__inner {
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (min-width: 90em) {
  .p-pageIntroduction__inner {
    padding-left: 132px
  }
}

.p-pageIntroduction__text p {
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2
}

.p-pageTitlePrimary h3 {
  font-size: 1.375rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
  padding-bottom: 1.0625rem;
  color: #118ed5
}

@media screen and (min-width: 48em) {
  .p-pageTitlePrimary h3 {
    font-size: 1.875rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 700;
    padding-left: 28px;
    padding-bottom: 1.125rem
  }
}

.p-pageTitlePrimary h3:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 20px);
  width: 4px;
  left: 0;
  top: .25rem;
  background-image: linear-gradient(#118ed5 50%, #118ed5 50%)
}

@media screen and (min-width: 48em) {
  .p-pageTitlePrimary h3:before {
    top: .375rem;
    height: 2.25rem;
    height: calc(100% - 24px)
  }
}

.p-pageTitlePrimary h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #118ed5;
  opacity: .2
}

.p-pageBorder, .p-pageBorder--area, .p-pageBorder--line {
  pointer-events: none;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100vw
}

.p-pageBorder--line {
  top: 12.5rem;
  height: 1px
}

@media screen and (min-width: 64em) {
  .p-pageBorder--line {
    top: 18rem
  }
}

.p-pageBorder--area {
  top: 0;
  height: 100vh
}

.p-pageSection {
  scroll-padding-top: 6.25rem
}

.u-device__min--xl {
  display: none
}

@media screen and (min-width: 90em) {
  .u-device__min--xl {
    display: inline-block
  }
}

.u-device__min--lg {
  display: none
}

@media screen and (min-width: 80em) {
  .u-device__min--lg {
    display: inline-block
  }
}

.u-device__min--md {
  display: none
}

@media screen and (min-width: 64em) {
  .u-device__min--md {
    display: inline-block
  }
}

.u-device__min--sm {
  display: none
}

@media screen and (min-width: 48em) {
  .u-device__min--sm {
    display: inline-block
  }
}

.u-device__min--xs {
  display: none
}

@media screen and (min-width: 30em) {
  .u-device__min--xs {
    display: inline-block
  }
}

.u-device__max--xl {
  display: none
}

@media screen and (max-width: 89.9375em) {
  .u-device__max--xl {
    display: inline-block
  }
}

.u-device__max--lg {
  display: none
}

@media screen and (max-width: 79.9375em) {
  .u-device__max--lg {
    display: inline-block
  }
}

.u-device__max--md {
  display: none
}

@media screen and (max-width: 63.9375em) {
  .u-device__max--md {
    display: inline-block
  }
}

.u-device__max--sm {
  display: none
}

@media screen and (max-width: 47.9375em) {
  .u-device__max--sm {
    display: inline-block
  }
}

.u-device__max--xs {
  display: none
}

@media screen and (max-width: 29.9375em) {
  .u-device__max--xs {
    display: inline-block
  }
}

/* フォームのスタイル */
.mw_wp_form {
  max-width: 600px;
  margin: 0 auto;
}

/* フォームフィールドの共通スタイル */
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

/* ラジオボタンのスタイル */
.mw_wp_form input[type="radio"] ,
  .mw_wp_form input[type="checkbox"] {
    -webkit-appearance: none; /* デフォルトの外観を無効にする */
  -moz-appearance: none;
  appearance: none;
  width: 20px; /* ラジオボタンのサイズを指定 */
  height: 20px;
  border-radius: 50%; /* 円形のボタンにする */
  border: 2px solid #118ed5; /* ボーダーの色と太さを指定 */
  background-color: transparent; /* 背景を透明にする */
  outline: none; /* クリック時のアウトラインを削除 */
  cursor: pointer; /* マウスを重ねたときにポインターを変更 */
}

/* ラジオボタンが選択されたときのスタイル */
.mw_wp_form input[type="radio"]:checked ,
  .mw_wp_form input[type="checkbox"]:checked {
    background-color: #118ed5; /* チェックされたときの背景色を指定 */
}

/* 送信ボタンのスタイル */
.mw_wp_form input[type="submit"] {
  background-color: #4CAF50; /* グリーン */
  color: white;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.mw_wp_form input[type="submit"]:hover {
  background-color: #45a049; /* グリーンの少し濃いめの色 */
}

/* エラーメッセージのスタイル */
.mw_wp_form .mw_wp_form_response.mw_wp_form_response_error {
  color: #f00;
  margin-top: 10px;
}
.company_contact_form_list_item{
  margin-bottom: 1rem;
}
.company_contact_form_list_item .hl {
  font-size: 1.3rem;
  margin-bottom: 22px;
}
.company_contact_form_list_item.required .hl::after {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  vertical-align: top;
  width: 50px;
  height: 24px;
  content: '必須';
  margin: 4px 0 0 16px;
  padding-top: 5px;
  display: inline-block;
  background-color: #118ed5;
  border-radius: 12px;
}
.company_contact_form .gc {
  font-size: 11.5px;
  color: #666;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 46px;
}
.company_contact_form .txt {
  text-align: center;
}
.company_contact_form .btn_submit{
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_contact_form .fl-content{
  display: flex;
  align-items: center;
}
.company_contact_form .fl-content > input:first-child{
  margin: 0 10px 0 0;
}
.company_contact_form .fl-content > input:not(:first-child){
  margin: 0 10px;
}
.company_contact_form .fl-content > input:last-child{
  margin-right: 0;
}
/* Google reCAPTCHAを隠す */
.grecaptcha-badge { visibility: hidden; }