@charset "UTF-8";
/*f-リセット*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  outline: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

input, textarea, select, option, button {
  appearance: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*g-mixin*/
@keyframes fadebtn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadebtn2 {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 0;
    transform: translateY(none);
  }
}
@keyframes scale-move {
  0% {
    scale: 0.98;
  }
  20% {
    scale: 1.03;
  }
  100% {
    scale: 1;
  }
}
@keyframes scale-move-mini {
  0% {
    scale: 0.99;
  }
  20% {
    scale: 1.008;
  }
  100% {
    scale: 1;
  }
}
@keyframes scale-move2 {
  0% {
    scale: 0.98;
  }
  20% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transition-delay: 0.5s;
  transform: translate3d(-50px, 0, 0);
}

p.load-fade {
  transition-delay: 1.2s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.fiu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.fiu.-r {
  transform: translate(50px, 0);
}

.fiu.-l {
  transform: translate(-50px, 0);
}

.fiu.-none {
  transform: none;
}

.fiu.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fadeIn {
  opacity: 0;
  visibility: hidden;
}

.js-popUp {
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}
html body {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  position: relative;
}
@media screen and (min-width: 768px) {
  html body {
    font-size: 1rem;
  }
}
html body.en {
  word-wrap: break-word;
  word-break: normal;
}

.al-c {
  text-align: center;
}

.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-center-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

br.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.br-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  br.br-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.circle-arrow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #094FC8;
  position: relative;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding-right: 58px;
}
@media screen and (min-width: 768px) {
  .circle-arrow {
    padding-right: 80px;
    font-size: 1.25rem;
  }
}
.circle-arrow.wh {
  color: #fff;
}
.circle-arrow.wh::before {
  border-color: #fff;
  background: none;
}
.circle-arrow.wh::after {
  background: url(../images/common/arrow_w.svg) no-repeat;
  background-size: contain;
}
.circle-arrow::before {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #094FC8;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .circle-arrow::before {
    width: 67px;
    height: 67px;
  }
}
.circle-arrow::after {
  content: "";
  background: url(../images/common/arrow.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 11px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .circle-arrow::after {
    width: 32px;
    height: 16px;
    right: 20px;
  }
}
.circle-arrow .circle-svg {
  transform: rotate(-180deg);
  position: absolute;
  right: 0;
}
.circle-arrow .circle-svg circle {
  fill: transparent;
  stroke: transparent;
}

@keyframes kaku-mid-fadein {
  0% {
    opacity: 0;
    right: 30px;
  }
  100% {
    opacity: 1;
    right: 20px;
  }
}
@keyframes top-scroll {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 25px;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
@keyframes fade-left {
  0% {
    right: 100px;
    opacity: 0;
  }
  100% {
    opacity: 100%;
    right: 20px;
  }
}
@keyframes fade-top {
  0% {
    top: 70%;
    opacity: 0;
  }
  100% {
    opacity: 100%;
    top: 41%;
  }
}
@keyframes mega-fade-left {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    opacity: 100%;
    left: 7px;
  }
}
@keyframes arrow-right-fade-left {
  0% {
    right: 22px;
    opacity: 0;
  }
  100% {
    opacity: 100%;
    right: 17px;
  }
}
@keyframes fade-left-out {
  0% {
    right: 100px;
    opacity: 0;
  }
  80% {
    opacity: 100%;
    right: 10px;
  }
  100% {
    opacity: 0;
    right: -20px;
  }
}
@keyframes pagetop-fade-bottom {
  0% {
    margin-bottom: -30px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    left: 7px;
  }
}
@keyframes footer-fade-left {
  0% {
    left: -25px;
    opacity: 0;
  }
  100% {
    opacity: 100%;
    left: -18px;
  }
}
.drawer-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  cursor: pointer;
  z-index: 3;
  box-shadow: rgba(149, 157, 165, 0.2) 10px 10px 25px;
}
.drawer-btn span {
  width: 20px;
  height: 2px;
  background: #003c95;
  position: relative;
}
.drawer-btn span::before, .drawer-btn span::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #003c95;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
}
.drawer-btn span::before {
  top: 8px;
}
.drawer-btn span::after {
  bottom: 8px;
}
@media screen and (min-width: 768px) {
  .drawer-btn {
    margin-top: 48px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1550px) {
  .drawer-btn {
    display: none;
  }
}
.drawer-btn.active span {
  background: transparent;
}
.drawer-btn.active span::before {
  transform: rotate(45deg);
  top: 0;
}
.drawer-btn.active span::after {
  transform: rotate(-45deg);
  top: 0;
}
.drawer-btn.up {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .drawer-btn.en {
    margin-top: 44px;
  }
}
.drawer-btn.en.up {
  margin-top: 10px;
}

.drawer {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 68px;
  backdrop-filter: blur(20px) brightness(1.23);
  -webkit-backdrop-filter: blur(20px) brightness(1.23);
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100svh;
  z-index: 2;
  overflow-y: auto;
  height: 100%;
}
@media screen and (min-width: 1550px) {
  .drawer {
    display: none;
  }
}
.drawer.active {
  opacity: 1;
  visibility: visible;
}
.drawer .d-logo-lang {
  display: flex;
  align-items: center;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .drawer .d-logo-lang {
    margin-top: 35px;
  }
}
.drawer .d-logo-lang .d-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  margin: 10px 20px;
}
@media screen and (min-width: 768px) {
  .drawer .d-logo-lang .d-logo {
    height: 68px;
  }
}
.drawer .d-logo-lang .lang a {
  color: #000;
  cursor: pointer;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.drawer .d-logo-lang .lang a::before {
  content: "";
  background: url(../images/common/world_bk.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.drawer .search {
  width: min(100%, 400px);
  height: 44px;
  margin: 20px auto;
  padding-inline: 20px;
}
@media screen and (min-width: 431px) {
  .drawer .search {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .drawer .search {
    padding: 0;
    margin: 0 auto;
  }
}
.drawer .search input {
  height: 44px;
  width: 100%;
}
.drawer .d-caralog-contact {
  margin: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 431px) {
  .drawer .d-caralog-contact {
    margin: 20px auto;
    width: min(100%, 400px);
  }
}
.drawer .d-caralog-contact .h-btn {
  flex-grow: 1;
}
.drawer .d-caralog-contact .h-btn .h-contact {
  width: 100%;
  padding-inline: 15px;
}
@media screen and (min-width: 431px) {
  .drawer .d-caralog-contact .h-btn .br--pcNone {
    display: none;
  }
}
.drawer .d-caralog-contact .h-btn:has(.h-catalog) {
  width: min(100%, 200px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .drawer .d-caralog-contact .h-btn:has(.h-catalog) {
    width: min(100%, 264px);
  }
}
.drawer .d-product {
  background: #fff;
  margin: 20px;
  border-radius: 10px;
  padding: 20px 15px 5px;
  max-width: 400px;
  box-shadow: rgba(149, 157, 165, 0.2) 10px 10px 25px;
}
@media screen and (min-width: 431px) {
  .drawer .d-product {
    margin: 20px auto;
  }
}
.drawer .d-product p {
  margin-bottom: 10px;
}
.drawer .d-product .d-product-link {
  display: flex;
  justify-content: space-between;
  max-width: 280px;
  margin-inline: auto;
}
.drawer .d-product .d-product-link a {
  padding: 20px 5px;
  font-weight: bold;
}
.drawer .d-product .d-product-link a::after {
  content: "";
  background: url(../images/common/target.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}
.drawer .accordion-menu {
  padding-bottom: 50px;
}
.drawer .accordion-menu > ul li {
  height: 65px;
  width: 100%;
  line-height: 1.4;
}
.drawer .accordion-menu > ul li a {
  height: 100%;
  width: 100%;
  width: calc(100% - 40px);
  border-bottom: 1px dashed #094FC8;
  margin-inline: auto;
  display: flex;
  align-items: center;
  color: #003c95;
  padding-left: 10px;
}
.drawer .accordion-menu > ul .d-company, .drawer .accordion-menu > ul .d-recruit {
  height: auto;
  position: relative;
}
.drawer .accordion-menu > ul .d-company::before, .drawer .accordion-menu > ul .d-recruit::before {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #003c95;
  display: inline-block;
  transform: translateY(-50%);
  position: absolute;
  right: 26px;
  top: 32px;
}
.drawer .accordion-menu > ul .d-company > .acc-btn, .drawer .accordion-menu > ul .d-company .acc-btn-rec, .drawer .accordion-menu > ul .d-recruit > .acc-btn, .drawer .accordion-menu > ul .d-recruit .acc-btn-rec {
  cursor: pointer;
  height: 65px;
  width: calc(100% - 40px);
  border-bottom: 1px dashed #094FC8;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #003c95;
  padding-left: 10px;
  position: relative;
}
.drawer .accordion-menu > ul .d-company > .acc-btn::before, .drawer .accordion-menu > ul .d-company .acc-btn-rec::before, .drawer .accordion-menu > ul .d-recruit > .acc-btn::before, .drawer .accordion-menu > ul .d-recruit .acc-btn-rec::before {
  content: "";
  background: #003c95;
  width: 11px;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.drawer .accordion-menu > ul .d-company > .acc-btn::after, .drawer .accordion-menu > ul .d-company .acc-btn-rec::after, .drawer .accordion-menu > ul .d-recruit > .acc-btn::after, .drawer .accordion-menu > ul .d-recruit .acc-btn-rec::after {
  content: "";
  background: #003c95;
  width: 1px;
  height: 11px;
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.drawer .accordion-menu > ul .d-company .submenu, .drawer .accordion-menu > ul .d-company .submenu-rec, .drawer .accordion-menu > ul .d-recruit .submenu, .drawer .accordion-menu > ul .d-recruit .submenu-rec {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.8);
}
.drawer .accordion-menu > ul .d-company .submenu li, .drawer .accordion-menu > ul .d-company .submenu-rec li, .drawer .accordion-menu > ul .d-recruit .submenu li, .drawer .accordion-menu > ul .d-recruit .submenu-rec li {
  width: 100%;
}
.drawer .accordion-menu > ul .d-company .submenu li a, .drawer .accordion-menu > ul .d-company .submenu-rec li a, .drawer .accordion-menu > ul .d-recruit .submenu li a, .drawer .accordion-menu > ul .d-recruit .submenu-rec li a {
  padding-left: 20px;
}
.drawer .accordion-menu > ul .d-company.open .submenu, .drawer .accordion-menu > ul .d-company.open .submenu-rec, .drawer .accordion-menu > ul .d-recruit.open .submenu, .drawer .accordion-menu > ul .d-recruit.open .submenu-rec {
  pointer-events: auto;
}
.drawer .accordion-menu > ul .d-company.open .acc-btn::after, .drawer .accordion-menu > ul .d-company.open .acc-btn-rec::after, .drawer .accordion-menu > ul .d-recruit.open .acc-btn::after, .drawer .accordion-menu > ul .d-recruit.open .acc-btn-rec::after {
  opacity: 1;
  visibility: visible;
}
.drawer.en .d-caralog-contact .h-btn {
  width: min(100%, 336px);
  margin-bottom: 1rem;
}
.drawer.en .d-caralog-contact .h-btn a {
  font-size: 1.25rem;
  width: 100%;
}
.drawer.en .accordion-menu ul li a, .drawer.en .accordion-menu ul li span {
  font-size: 1.125rem;
}

body.drawer-on {
  overflow: hidden;
}

.drawer-btn.up + .drawer.active .d-logo-lang {
  margin-top: 0;
}

footer {
  background: #f3f3f3;
  height: 530px;
}
@media screen and (min-width: 768px) {
  footer {
    height: auto;
  }
}
footer .l-inner {
  padding-block: 35px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  footer .l-inner {
    padding-block: 50px 30px;
  }
}
footer .l-inner .f-logo {
  width: 100%;
  max-width: 167px;
  height: auto;
}
footer .l-inner .f-logo img {
  width: 100%;
}
footer .l-inner .f-nav {
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav {
    max-width: 728px;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1080px) {
  footer .l-inner .f-nav {
    max-width: 830px;
    margin-inline: auto;
    padding-left: 100px;
  }
}
footer .l-inner .f-nav .f-nav-first {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
footer .l-inner .f-nav .f-nav-first > li a {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first > li a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first > li {
    position: relative;
  }
  footer .l-inner .f-nav .f-nav-first > li::before {
    transition: 0.3s;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #094FC8;
    border-right: 2px solid #094FC8;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: -18px;
  }
  footer .l-inner .f-nav .f-nav-first > li.f-nav-product {
    transition: 0.3s;
  }
  footer .l-inner .f-nav .f-nav-first > li.f-nav-product::before {
    top: 6px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  footer .l-inner .f-nav .f-nav-first > li.f-nav-product:hover::before {
    left: -18px;
    animation: none;
  }
  footer .l-inner .f-nav .f-nav-first > li.f-nav-product:hover span + ul li a {
    position: relative;
  }
  footer .l-inner .f-nav .f-nav-first > li.f-nav-product:hover span + ul li a::before {
    content: "";
    position: absolute;
    background: #003c95;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 2px;
    border-radius: 2px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (hover: hover) {
  footer .l-inner .f-nav .f-nav-first > li.f-nav-product:hover span + ul li a:hover::before {
    left: -15px;
  }
}
@media (hover: hover) {
  footer .l-inner .f-nav .f-nav-first > li:hover::before {
    animation: footer-fade-left ease-in 0.3s forwards;
  }
}
footer .l-inner .f-nav .f-nav-first > li:not(:first-of-type) {
  width: 50%;
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first > li:not(:first-of-type) {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first > li:not(:first-of-type).sp {
    display: none;
  }
}
footer .l-inner .f-nav .f-nav-first > li:not(:first-of-type) a {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
footer .l-inner .f-nav .f-nav-first > li:not(:first-of-type) a[target]::after {
  content: "";
  background: url(../images/common/target.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first > li:not(:first-of-type) a {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first > li {
    display: flex;
    align-items: center;
  }
  footer .l-inner .f-nav .f-nav-first > li.od1 {
    grid-area: 1/1/3/2;
  }
  footer .l-inner .f-nav .f-nav-first > li.od2 {
    grid-area: 3/1/4/2;
  }
  footer .l-inner .f-nav .f-nav-first > li.od3 {
    grid-area: 1/2/2/3;
  }
  footer .l-inner .f-nav .f-nav-first > li.od4 {
    grid-area: 2/2/3/3;
  }
  footer .l-inner .f-nav .f-nav-first > li.od6 {
    grid-area: 1/3/2/4;
  }
  footer .l-inner .f-nav .f-nav-first > li.od7 {
    grid-area: 2/3/3/4;
  }
  footer .l-inner .f-nav .f-nav-first > li.od8 {
    grid-area: 3/3/4/4;
  }
  footer .l-inner .f-nav .f-nav-first > li.od5 {
    grid-area: 3/2/4/3;
  }
  footer .l-inner .f-nav .f-nav-first > li.od9 {
    grid-area: 4/1/5/2;
  }
}
footer .l-inner .f-nav .f-nav-first .f-nav-product {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  width: 100%;
}
footer .l-inner .f-nav .f-nav-first .f-nav-product > ul {
  padding: 16px 40px;
  display: flex;
  max-width: 400px;
  margin-inline: auto;
  justify-content: space-between;
}
@media screen and (max-width: 375px) {
  footer .l-inner .f-nav .f-nav-first .f-nav-product > ul {
    justify-content: center;
    padding-inline: 0;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first .f-nav-product > ul {
    margin-inline: 15px;
  }
}
footer .l-inner .f-nav .f-nav-first .f-nav-product > ul > li a::after {
  content: "";
  background: url(../images/common/target.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first .f-nav-product > ul {
    flex-direction: column;
    width: 150px;
    padding: 0;
  }
  footer .l-inner .f-nav .f-nav-first .f-nav-product > ul > li a {
    height: 26px;
    display: flex;
  }
  footer .l-inner .f-nav .f-nav-first .f-nav-product > ul > li:first-of-type {
    margin-block: 15px 5px;
  }
}
@media screen and (min-width: 768px) {
  footer .l-inner .f-nav .f-nav-first .f-nav-product {
    background: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  footer .l-inner .f-nav .f-nav-first .f-nav-product span {
    width: 82%;
    font-size: 0.875rem;
  }
}
footer .f-nav-last-outer {
  border-top: 1px solid #ccc;
  max-width: 1400px;
  margin-inline: 20px;
}
@media screen and (min-width: 768px) {
  footer .f-nav-last-outer {
    margin-inline: auto;
  }
}
footer .f-nav-last-outer .f-nav-last {
  display: flex;
  margin: 0 auto 10px;
  max-width: 768px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  footer .f-nav-last-outer .f-nav-last {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  footer .f-nav-last-outer .f-nav-last li {
    width: auto;
  }
}
footer .f-nav-last-outer .f-nav-last li a {
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  height: 50px;
  color: #7e7e7e;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  footer .f-nav-last-outer .f-nav-last li a {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  footer .f-nav-last-outer .f-nav-last li a:hover {
    color: #656565;
  }
}
footer.en {
  height: auto;
}
footer.en .l-inner .f-nav {
  max-width: 580px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer.en .l-inner .f-nav .f-nav-first {
    display: flex;
  }
}
footer.en .l-inner .f-nav .f-nav-first .f-nav-company {
  transition: 0.3s;
  display: block;
  width: 100%;
}
footer.en .l-inner .f-nav .f-nav-first .f-nav-company::before {
  content: none;
}
footer.en .l-inner .f-nav .f-nav-first .f-nav-company > a {
  position: relative;
  display: inline-block;
  margin: 0 0 1rem 1rem;
}
footer.en .l-inner .f-nav .f-nav-first .f-nav-company > a::before {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #094FC8;
  border-right: 2px solid #094FC8;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 6px;
  left: -18px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  footer.en .l-inner .f-nav .f-nav-first .f-nav-company > a:hover::before {
    animation: footer-fade-left ease-in 0.3s forwards;
  }
}
footer.en .l-inner .f-nav .f-nav-first .f-nav-company ul {
  display: block;
}
footer.en .l-inner .f-nav .f-nav-first .f-nav-company ul li {
  display: inline-block;
  width: 100%;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  footer.en .l-inner .f-nav .f-nav-first .f-nav-company ul li {
    width: 44%;
  }
}
footer.en .l-inner .f-nav .f-nav-first .f-nav-company ul li a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 5px 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  footer.en .l-inner .f-nav .f-nav-first .f-nav-company ul li a {
    font-size: 0.875rem;
  }
}
footer.en .l-inner .f-nav .f-nav-first .f-nav-company ul li a::after {
  content: none;
}
footer.en .l-inner .f-nav .f-nav-first .f-nav-company ul li a::before {
  content: "- ";
  font-weight: bold;
  color: #094FC8;
}
@media screen and (min-width: 768px) {
  footer.en .l-inner .f-nav .f-nav-first .f-nav-company ul li a:hover {
    color: #094FC8;
  }
}
footer.en .f-nav-last-outer .f-nav-last {
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  footer.en .f-nav-last-outer .f-nav-last {
    justify-content: space-between;
    max-width: 380px;
  }
}

.copyright {
  display: flex;
  justify-content: center;
  padding-block: 10px;
}
.copyright small {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .pagetop {
    right: calc(50% - 690px);
  }
}
.pagetop.active {
  opacity: 1;
}
.pagetop.stop {
  position: absolute;
  bottom: 507px;
}
@media screen and (min-width: 768px) {
  .pagetop.stop {
    bottom: 363px;
  }
}
.pagetop .btn .circle-arrow::before {
  background: none;
  backdrop-filter: blur(20px) brightness(1.23);
  -webkit-backdrop-filter: blur(20px) brightness(1.23);
}
.pagetop .btn .circle-arrow::after {
  transform: rotate(270deg);
  top: 41%;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .pagetop .btn .circle-arrow::after {
    right: 18px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .pagetop .btn:hover .circle-arrow::before {
    display: none;
  }
  .pagetop .btn:hover .circle-arrow .circle-svg {
    transform: rotate(-270deg);
    position: absolute;
    right: 0;
  }
  .pagetop .btn:hover .circle-arrow .circle-svg circle {
    fill: transparent;
    stroke: #094FC8;
    stroke-width: 1;
    animation: circle 2s forwards;
  }
}

.en .pagetop.stop {
  bottom: 260px;
}
@media screen and (min-width: 768px) {
  .en .pagetop.stop {
    bottom: 300px;
  }
}

.ttl-lato {
  font-family: "Lato", sans-serif;
  color: #143774;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .ttl-lato {
    font-size: clamp(1.875rem, 4vw, 3.75rem);
  }
}

.ttl-mont {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.375rem, 4vw, 4.0625rem);
  font-style: italic;
  color: #143774;
  letter-spacing: 0.05em;
}

.top-ttl-area {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-ttl-area {
    text-align: left;
  }
}
.top-ttl-area > p {
  margin-block: 20px 30px;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .top-ttl-area > p {
    margin-block: 20px 45px;
    font-size: 1.25rem;
  }
}

.sub-ttl-h1 {
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .sub-ttl-h1 {
    font-size: 2.75rem;
    font-size: clamp(1.5rem, 3.2vw, 2.75rem);
  }
}

.sub-ttl-en {
  color: #fff;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
}

.ttl-bold {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .ttl-bold {
    font-size: 1.25rem;
  }
}

.ttl-arrow {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ttl-arrow {
    padding-bottom: 25px;
  }
}
.ttl-arrow span {
  font-weight: bold;
  position: relative;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
}
.ttl-arrow span::before {
  content: "";
  border: 1px solid #003c95;
  width: 25px;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background: #fff;
}
.ttl-arrow span::after {
  content: "";
  background: url(../images/common/arrow_mega.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .ttl-arrow span {
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  }
}
.ttl-arrow span::before {
  left: unset;
  right: -46px;
}
.ttl-arrow span::after {
  left: unset;
  right: -30px;
  width: 12px;
  height: 10px;
}

.sub-ttl--doc {
  font-size: 1.125rem;
  border-bottom: solid 2px #094FC8;
  margin-bottom: 30px;
  font-weight: bold;
  padding: 0 0 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .sub-ttl--doc {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}

header {
  position: fixed;
  width: 100%;
  height: 68px;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  header {
    height: 125px;
  }
}
header .header__top {
  display: none;
  justify-content: flex-end;
  padding-inline: 30px;
  padding-block: 10px;
}
@media screen and (min-width: 768px) {
  header .header__top {
    display: flex;
  }
}
header .header__top .lang {
  display: none;
}
@media screen and (min-width: 768px) {
  header .header__top .lang {
    display: block;
  }
  header .header__top .lang span, header .header__top .lang a {
    color: #fff;
    cursor: pointer;
    font-size: 0.6875rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    height: 24px;
    letter-spacing: 1px;
    border-radius: 6px;
    padding: 0 15px;
  }
  header .header__top .lang span::before, header .header__top .lang a::before {
    content: "";
    background: url(../images/common/world.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  header .header__top .lang span:hover, header .header__top .lang a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
header .l-inner--header {
  display: flex;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  header .l-inner--header {
    padding: 0;
    margin-inline: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1550px) {
  header .l-inner--header {
    margin-inline: 50px 40px;
  }
}
header .l-inner--header .h-nav-area {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 10px 10px 25px;
}
@media screen and (min-width: 1080px) {
  header .l-inner--header .h-nav-area {
    width: auto;
  }
}
@media screen and (min-width: 1550px) {
  header .l-inner--header .h-nav-area {
    display: flex;
    flex-grow: 1;
    margin-right: 0;
    gap: 1.5%;
  }
}
header .l-inner--header .h-nav-area .h-logo {
  width: 145px;
  height: 50px;
}
header .l-inner--header .h-nav-area .h-logo a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
}
header .l-inner--header .h-nav-area .h-logo a img {
  width: 105px;
  height: auto;
  object-fit: contain;
}
@media (hover: hover) {
  header .l-inner--header .h-nav-area .h-logo a:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 768px) {
  header .l-inner--header .h-nav-area .h-logo {
    height: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  header .l-inner--header .h-nav-area .h-logo {
    padding: 0;
    width: 231px;
  }
  header .l-inner--header .h-nav-area .h-logo a img {
    width: 167px;
  }
}
header .l-inner--header .h-nav-area .h-nav {
  display: none;
  justify-content: space-around;
  width: 804px;
  height: 60px;
  padding-inline: 20px;
}
@media screen and (min-width: 1550px) {
  header .l-inner--header .h-nav-area .h-nav {
    display: flex;
    margin-left: auto;
  }
}
header .l-inner--header .h-nav-area .h-nav li a, header .l-inner--header .h-nav-area .h-nav li > span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
  padding-bottom: 2px;
  cursor: pointer;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b {
  position: relative;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b::after, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #094FC8;
  border-right: 2px solid #094FC8;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
  border-top: 2px solid #2E74E9;
  border-right: 2px solid #2E74E9;
  transform: rotate(135deg);
  margin-left: 10px;
  position: absolute;
  bottom: 10px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: calc(100vw - 120px);
  transform: translateX(50px);
  min-height: 240px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.1s ease-in-out;
  box-shadow: rgba(149, 157, 165, 0.2) 10px 10px 25px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega:has(.mega-product-nav), header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega:has(.mega-product-nav) {
  height: 180px;
}
@media (hover: hover) {
  header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega:hover, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega:hover {
    opacity: 1;
    visibility: visible;
  }
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner {
  display: flex;
  border-radius: 10px;
  background: #fff;
  height: 100%;
  margin-top: 30px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-ttl, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-ttl {
  width: 25vw;
  max-width: 485px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #003c95;
  justify-content: center;
  color: #fff;
  font-size: 1.625rem;
  border-radius: 9px 0 0 9px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-ttl > span, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-ttl > span {
  letter-spacing: 0.15em;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-ttl a, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-ttl a {
  height: auto;
  font-size: 0.875rem;
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  width: 160px;
  margin-left: 20px;
  color: #fff;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-ttl a::before, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-ttl a::before {
  content: "";
  border: 1px solid #003c95;
  width: 25px;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background: #fff;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-ttl a::after, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-ttl a::after {
  content: "";
  background: url(../images/common/arrow_mega.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover) {
  header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-ttl a:hover::after, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-ttl a:hover::after {
    animation: mega-fade-left ease-in 0.3s forwards;
  }
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-company-nav, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav {
  width: calc(100% - 25vw);
  max-width: 1250px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-company-nav ul, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 5%;
  gap: 10px;
  align-items: center;
  height: 100%;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-company-nav ul li:not(:last-of-type), header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav ul li:not(:last-of-type) {
  width: 180px;
  min-width: 100px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-company-nav ul li a, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav ul li a {
  height: auto;
  justify-content: flex-start;
  padding-block: 15px;
  color: #003c95;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 40px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-company-nav ul li a span, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav ul li a span {
  width: calc(100% - 30px);
  font-size: 0.875rem;
  white-space: nowrap;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-company-nav ul li a::before, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav ul li a::before {
  content: "";
  border: 1px solid #003c95;
  width: 25px;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background: #fff;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-company-nav ul li a::after, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav ul li a::after {
  content: "";
  background: url(../images/common/arrow_mega.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover) {
  header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-company-nav ul li a:hover::after, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav ul li a:hover::after {
    animation: mega-fade-left ease-in 0.3s forwards;
  }
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav {
  display: flex;
  gap: 20px;
  margin: 40px;
  justify-content: space-between;
  width: calc(100% - 30vw);
  max-width: 1030px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a {
  width: 100%;
  max-width: 480px;
  max-height: 157px;
  display: flex;
  align-items: center;
  background: #ccc;
  color: #fff;
  transition: ease-in-out 0.3s;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a .customers-inner .ttl-product, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a .customers-inner .ttl-product {
  font-size: 1.125rem;
  text-align: center;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi {
  background: url(../images/common/mega/indi.jpg) no-repeat;
  border-radius: 10px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-block: 20px 10px;
  text-align: center;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:first-of-type, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:first-of-type {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:first-of-type, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:first-of-type {
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  }
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:first-of-type::after, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:first-of-type::after {
  content: "";
  background: url(../images/common/link.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:last-of-type, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:last-of-type {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:last-of-type, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-indi .customers-inner-in p:last-of-type {
    font-size: 0.625rem;
  }
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp {
  background: url(../images/common/mega/corp.jpg) no-repeat;
  border-radius: 10px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-block: 20px 10px;
  text-align: center;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:first-of-type, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:first-of-type {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:first-of-type, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:first-of-type {
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  }
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:first-of-type::after, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:first-of-type::after {
  content: "";
  background: url(../images/common/link.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}
header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:last-of-type, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:last-of-type {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:last-of-type, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a.mega-corp .customers-inner-in p:last-of-type {
    font-size: 0.625rem;
  }
}
@media (hover: hover) {
  header .l-inner--header .h-nav-area .h-nav li a.arrow-b + .mega .mega-inner .mega-product-nav a:hover, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-product-nav a:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}
@media (hover: hover) {
  header .l-inner--header .h-nav-area .h-nav li a.arrow-b:hover + .mega, header .l-inner--header .h-nav-area .h-nav li > span.arrow-b:hover + .mega {
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: hover) {
  header .l-inner--header .h-nav-area .h-nav li a:hover, header .l-inner--header .h-nav-area .h-nav li > span:hover {
    color: #003c95;
  }
}
header .l-inner--header .h-btn {
  display: none;
}
@media screen and (min-width: 1080px) {
  header .l-inner--header .h-btn {
    display: flex;
  }
}
header .l-inner--header .h-btn:has(.h-contact) {
  margin-inline: 20px 90px;
}
@media screen and (min-width: 1550px) {
  header .l-inner--header .h-btn:has(.h-contact) {
    margin-inline: 0;
  }
}
header .l-inner--header .h-btn:has(.h-catalog) {
  margin-left: auto;
}
@media screen and (min-width: 1550px) {
  header .l-inner--header .h-btn:has(.h-catalog) {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  header.bg {
    height: 90px;
    backdrop-filter: blur(20px) brightness(1.23);
    -webkit-backdrop-filter: blur(20px) brightness(1.23);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
  header.bg .header__top {
    display: none;
  }
  header.bg .l-inner--header {
    margin-top: 10px;
  }
  header.bg .l-inner--header .h-nav li > span.arrow-b + .mega .mega-inner {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  header.en .l-inner--header .h-nav-area {
    display: flex;
    gap: 5%;
  }
}
header.en .l-inner--header .h-btn:has(.h-contact) {
  margin-inline: auto 90px;
}
@media screen and (min-width: 1550px) {
  header.en .l-inner--header .h-btn:has(.h-contact) {
    margin-inline: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  header.en .l-inner--header .h-nav-area .h-nav {
    width: auto;
  }
}
header.en .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega {
  min-height: 146px;
  width: min(100%, 1480px);
}
header.en .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav ul {
  flex-wrap: nowrap;
}
header.en .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-company-nav ul li {
  width: auto;
}
header.en .l-inner--header .h-nav-area .h-nav li > span.arrow-b {
  white-space: nowrap;
}
header.en .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-ttl span {
  letter-spacing: 0;
}
header.en .l-inner--header .h-nav-area .h-nav li > span.arrow-b + .mega .mega-inner .mega-ttl a {
  width: 270px;
}
header.en .l-inner--header .h-nav-area .h-nav li > span.arrow-b::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -75vw;
  z-index: 1;
  width: 75vw;
  height: 120px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header.en .l-inner--header .h-nav-area .h-nav li > span.arrow-b:hover::before {
  opacity: 1;
  visibility: visible;
}

.l-inner {
  padding-inline: 20px;
  margin-inline: auto;
  width: 100%;
}
.l-inner--1400 {
  max-width: 1440px;
}
.l-inner--1300 {
  max-width: 1340px;
}
.l-inner--1200 {
  max-width: 1240px;
}
.l-inner--1000 {
  max-width: 1040px;
}
.l-inner--960 {
  max-width: 1000px;
}

.mega-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.3s;
}
.mega-bg.is-active {
  opacity: 1;
  visibility: visible;
}

.subpage .l-subtop-area {
  height: 380px;
  background: #355c8f;
  background: url(../images/top/opening/opening_bg.jpg) no-repeat center bottom;
  display: flex;
  align-items: center;
  padding-inline: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .subpage .l-subtop-area {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .subpage .l-subtop-area.l-subtop-large {
    height: 520px;
  }
}
.subpage .l-subtop-area.l-subtop-large.en {
  align-items: center;
}
.subpage .l-subtop-area.l-subtop-large.en .l-subtop-ttl-area {
  margin-top: 0;
}
.subpage .l-subtop-area.l-subtop-large.en .l-subtop-ttl-area .sub-ttl-h1 {
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .subpage .l-subtop-area.l-subtop-large.en .l-subtop-ttl-area .sub-ttl-h1 {
    letter-spacing: 0.2rem;
  }
}
.subpage .l-subtop-area .l-subtop-ttl-area .sub-ttl-h1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .subpage .l-subtop-area .l-subtop-ttl-area {
    max-width: 1200px;
    margin-inline: auto;
    width: 100%;
    margin-top: 180px;
  }
}
.subpage .l-subtop-area .hexagon-wrap {
  position: absolute;
  right: 100px;
  bottom: 0;
  opacity: 0.5;
}
.subpage .l-subtop-area .hex1 {
  position: absolute;
  right: -180px;
  bottom: 180px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .subpage .l-subtop-area .hex1 {
    right: -120px;
    bottom: 120px;
  }
}
@media screen and (min-width: 1080px) {
  .subpage .l-subtop-area .hex1 {
    right: 0;
    bottom: 60px;
  }
}
.subpage .l-subtop-area .hex2 {
  position: absolute;
  right: 0;
  bottom: 120px;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .subpage .l-subtop-area .hex2 {
    right: 50px;
    bottom: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .subpage .l-subtop-area .hex2 {
    bottom: 50px;
    right: 200px;
  }
}
.subpage .l-subtop-area .hexagon {
  position: absolute;
  z-index: 1;
  width: 480px;
  height: 360px;
  right: -150px;
  top: -50px;
}
@media screen and (min-width: 768px) {
  .subpage .l-subtop-area .hexagon {
    right: 30px;
    top: 30px;
  }
}
.subpage .l-subtop-area.bg--company {
  background: url(../images/company/bg_company_heading.jpg) no-repeat center center;
  background-size: cover;
}
.subpage .l-subtop-area.bg--recruit {
  background: url(../images/careers/bg_recruit_heading@2x.jpg) no-repeat center right;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .subpage .l-subtop-area.bg--recruit {
    background: url(../images/careers/bg_recruit_heading.jpg) no-repeat center right;
    background-size: cover;
  }
}

.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  z-index: 10;
  padding-block: 100px 50px;
}
@media screen and (min-width: 768px) {
  .popup {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 0;
  }
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup .inner {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px 20px;
  max-width: 920px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  position: relative;
  box-shadow: 6px 6px 20px -5px rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 768px) {
  .popup .inner {
    padding: 40px;
    background: #fff;
  }
}
.popup .inner .txt {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .popup .inner .txt {
    margin-top: 20px;
    max-width: 750px;
  }
}
.popup .inner .txt p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .popup .inner .txt p {
    font-size: 1.125rem;
  }
}
.popup .inner .txt p.mgt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .popup .inner .txt p.mgt {
    margin-top: 40px;
  }
}
.popup .inner .txt p a {
  color: #143774;
  text-decoration: underline;
}
@media (hover: hover) {
  .popup .inner .txt p a:hover {
    animation: fadebtn2 ease-in-out 0.3s forwards;
  }
}
.popup .inner .txt p.note {
  font-size: 0.875rem;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .popup .inner .txt p.note {
    margin-top: 30px;
  }
}
.popup .inner .txt p.healthcare-worker {
  margin-block: 30px 20px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .popup .inner .txt p.healthcare-worker {
    font-size: 1.5rem;
  }
}
.popup .inner .txt p.healthcare-worker span {
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .popup .inner .txt p.healthcare-worker span {
    font-size: 1.875rem;
  }
}
.popup .inner .btn-area {
  margin-block: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .popup .inner .btn-area {
    gap: 40px;
  }
}

.cookie {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 150px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (min-width: 1700px) {
  .cookie {
    height: 150px;
  }
}
.cookie.active {
  opacity: 1;
  visibility: visible;
}
.cookie .inner {
  max-width: 1900px;
  height: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (min-width: 1700px) {
  .cookie .inner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .cookie .inner {
    justify-content: center;
  }
}
.cookie .inner .txt {
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 1700px) {
  .cookie .inner .txt {
    width: 100%;
    max-width: calc(100% - 650px);
  }
}
.cookie .inner .txt a {
  color: #143774;
  text-decoration: underline;
  padding-inline: 10px;
}
.cookie .inner .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  container-type: inline-size;
  resize: horizontal;
  flex-wrap: wrap;
  width: 100%;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .cookie .inner .btn-area {
    gap: 20px;
  }
}
.cookie .inner .btn-area .btn {
  width: 32%;
  min-width: 150px;
}
@media screen and (min-width: 768px) {
  .cookie .inner .btn-area .btn {
    width: 198px;
  }
}
.cookie .inner .btn-area .btn .rect {
  width: 100%;
}

@container (max-width:500px) {
  .btn.other {
    width: 100% !important;
    height: auto;
  }
  .btn.other .rect {
    background: none;
    border: none;
    font-weight: bold;
    height: 20px;
    margin-bottom: 10px;
  }
  .btn .rect {
    width: 45%;
  }
}
.bread-area {
  position: absolute;
  bottom: 555px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .bread-area {
    bottom: auto;
    top: 120px;
  }
}
@media screen and (min-width: 1500px) {
  .bread-area {
    margin-left: 35px;
    width: unset;
  }
}
.bread-area.com {
  bottom: 1365px;
}
@media screen and (min-width: 768px) {
  .bread-area.com {
    bottom: auto;
    top: 120px;
  }
}
.bread-area span {
  color: #000000;
  font-size: 0.75rem;
}
.bread-area span:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  padding-inline: 5px;
  font-size: 1.125rem;
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .bread-area span {
    color: #fff;
  }
}

body.en .bread-area {
  position: absolute;
  z-index: 1;
  bottom: 380px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  body.en .bread-area {
    bottom: unset;
  }
}

.sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading {
  margin-bottom: 50px;
  margin: 50px auto 30px;
}

.loading .sk-circle .sk-child::before {
  background-color: #3560A9;
}

.loading--logo {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100svh;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
}
.loading--logo img {
  width: min(70%, 200px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .loading--logo img {
    width: min(70%, 300px);
  }
}

.btn {
  width: 100%;
  height: 61px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn {
    justify-content: flex-start;
    margin-right: 0;
  }
}
.btn:has(.circle-arrow) {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .btn:has(.circle-arrow) {
    justify-content: flex-start;
  }
}

.newcam-dtl .btn:has(.circle-arrow) {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  a .btn .circle-arrow::before, a .btn .circle-arrow::after {
    transition: ease-in-out 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  a:hover .btn .circle-arrow::before {
    display: none;
  }
  a:hover .btn .circle-arrow .circle-svg {
    transform: rotate(-180deg);
    position: absolute;
    right: 0;
  }
  a:hover .btn .circle-arrow .circle-svg circle {
    fill: transparent;
    stroke: #094FC8;
    stroke-width: 1;
    animation: circle 2s forwards;
  }
  a:hover .btn .circle-arrow.wh .circle-svg circle {
    stroke: #fff;
  }
}
@media screen and (min-width: 768px) {
  .btn a.circle-arrow::before, .btn a.circle-arrow::after {
    transition: ease-in-out 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn a:hover.circle-arrow::before {
    display: none;
  }
  .btn a:hover.circle-arrow .circle-svg {
    transform: rotate(-180deg);
    position: absolute;
    right: 0;
  }
  .btn a:hover.circle-arrow .circle-svg circle {
    fill: transparent;
    stroke: #094FC8;
    stroke-width: 1;
    animation: circle 2s forwards;
  }
  .btn a:hover.circle-arrow.wh .circle-svg circle {
    stroke: #fff;
  }
}
.btn .rect {
  border: 1px solid #003c95;
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #003c95;
  transition: ease-in-out 0.3s;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .btn .rect {
    width: 205px;
    height: 57px;
  }
}
@media (hover: hover) {
  .btn .rect:hover {
    background: #003c95;
    color: #fff;
  }
}
.btn .rect[target]::after {
  content: "";
  background: url(../images/common/target.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  transition: ease-in-out 0.3s;
}
@media (hover: hover) {
  .btn .rect:hover[target]::after {
    background: url(../images/common/target_w.svg) no-repeat;
  }
}
.btn .rect.bg-gy {
  border: none;
  background: #f1f1f1;
  color: #000;
  font-size: 1rem;
}
.btn .pdfLink {
  border: 1px solid #003c95;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #003c95;
  transition: ease-in-out 0.3s;
  background: #fff;
}
.btn .pdfLink::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 5px;
  background: url(../images/common/pdf.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .btn .pdfLink::after {
    width: 22px;
  }
}
@media screen and (min-width: 768px) {
  .btn .pdfLink:hover {
    background: #003c95;
    color: #fff;
  }
}

.search input {
  width: 210px;
  appearance: none;
  height: 28px;
  padding-left: 40px;
  border-radius: 30px;
  background: #fff url(../images/common/loupe.svg) no-repeat center left 18px;
  background-size: 16px 16px;
}

.h-btn {
  display: flex;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .h-btn {
    display: flex;
  }
}
.h-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FC6780;
  border-radius: 10px;
  color: #fff;
  font-size: 0.875rem;
  box-shadow: rgba(149, 157, 165, 0.2) 10px 10px 25px;
  transition: 0.3s ease-in-out;
}
.h-btn a.h-contact {
  width: 134px;
  background: #3560A9;
}
.h-btn a.h-catalog {
  width: 50%;
  background: #FC6780;
  padding-inline: 12px;
}
.h-btn a.h-catalog:first-of-type {
  border-radius: 10px 0 0 10px;
}
.h-btn a.h-catalog:last-of-type {
  border-radius: 0 10px 10px 0;
}
@media (hover: hover) {
  .h-btn a:hover.h-catalog {
    background: #fc4e6b;
  }
  .h-btn a:hover.h-contact {
    background: #294a82;
  }
}
.h-btn:has(.h-catalog) {
  position: relative;
}
.h-btn:has(.h-catalog)::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 32px;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.page-nation {
  display: flex;
  justify-content: center;
  margin-block: 0 150px;
}
.page-nation .page-nation-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .page-nation .page-nation-inner {
    gap: 15px;
  }
}
.page-nation .page-nation-inner .rev span, .page-nation .page-nation-inner .next span {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3560A9;
  border-radius: 5px;
  width: 68px;
  height: 40px;
  font-size: 0.875rem;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .page-nation .page-nation-inner .rev span, .page-nation .page-nation-inner .next span {
    width: 92px;
    height: 56px;
    font-size: 1.1875rem;
  }
}
@media (hover: hover) {
  .page-nation .page-nation-inner .rev span:hover, .page-nation .page-nation-inner .next span:hover {
    opacity: 0.7;
  }
}
.page-nation .page-nation-inner .pages {
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .page-nation .page-nation-inner .pages {
    gap: 10px;
  }
}
.page-nation .page-nation-inner .pages li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #efefef;
  border-radius: 5px;
  color: #3560A9;
  font-size: 0.9375rem;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .page-nation .page-nation-inner .pages li a {
    width: 56px;
    height: 56px;
    font-size: 1.3125rem;
  }
}
.page-nation .page-nation-inner .pages li a.current {
  background: #3560A9;
  color: #fff;
}
@media (hover: hover) {
  .page-nation .page-nation-inner .pages li a:hover {
    background: #3560A9;
    color: #fff;
  }
}

.col-box {
  display: flex;
}
.col-box.col3 {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .col-box.col3 {
    flex-direction: row;
    justify-content: space-between;
  }
  .col-box.col3 .col {
    width: 32%;
  }
}
.col-box.col2 {
  flex-direction: column;
}
.col-box.col2 .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .col-box.col2 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.col-box.col2.col2--arrow {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
  border-radius: 10px;
}
.col-box.col2.col2--arrow .img img {
  border-radius: 10px;
}
.col-box.col2.col2--arrow .txt {
  padding: 15px 15px 30px;
}
@media screen and (min-width: 768px) {
  .col-box.col2.col2--arrow .txt {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .col-box.col2.col2--arrow {
    padding: 20px;
    transition: ease-in-out 0.3s;
    box-shadow: none;
  }
  .col-box.col2.col2--arrow .img {
    width: 45%;
  }
  .col-box.col2.col2--arrow .img img {
    transition: ease-in-out 0.3s;
  }
  .col-box.col2.col2--arrow .txt {
    width: 52%;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .col-box.col2.col2--arrow .txt {
    width: 49%;
    padding-right: 80px;
  }
}
@media screen and (min-width: 768px) {
  .col-box.col2.col2--arrow::after {
    content: "";
    border-top: 2px solid #094FC8;
    border-right: 2px solid #094FC8;
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: ease-in-out 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .col-box.col2.col2--arrow:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 15px;
  }
  .col-box.col2.col2--arrow:hover::after {
    animation: kaku-mid-fadein ease-in-out 0.3s forwards;
  }
}
@media screen and (min-width: 1080px) {
  .col-box.col2.col2--arrow {
    align-items: center;
  }
}
.col-box.col2.col2--event .img {
  width: 74.7%;
  max-width: 500px;
  margin-inline: auto;
}
.col-box.col2.col2--event .img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .col-box.col2.col2--event .img {
    width: 40%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .col-box.col2.col2--event .txt {
    width: 52.4%;
  }
}

.c-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-card.row-col {
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-card.row-col {
    align-items: flex-start;
  }
}
.c-card.row-col .img, .c-card.row-col .txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .c-card.row-col {
    flex-direction: column;
    flex: unset;
  }
}
.c-card .img img {
  width: 100%;
}

.list-news li a {
  display: flex;
  flex-wrap: wrap;
  min-height: 80px;
  border-bottom: 1px solid #ccc;
  padding-block: 20px;
  gap: 10px;
}
@media screen and (min-width: 1080px) {
  .list-news li a {
    padding-block: 30px 20px;
  }
}
.list-news li a .date {
  width: 82px;
}
@media screen and (min-width: 768px) {
  .list-news li a .date {
    width: 100px;
  }
}
.list-news li a .cat, .list-news .news-list li a .news-head .date-cat .cat--a, .news-list .list-news li a .news-head .date-cat .cat--a, .list-news .news-list li .news-head .date-cat a .cat--a, .news-list .list-news li .news-head .date-cat a .cat--a, .list-news .news-list li a .news-head .date-cat .cat--b, .news-list .list-news li a .news-head .date-cat .cat--b, .list-news .news-list li .news-head .date-cat a .cat--b, .news-list .list-news li .news-head .date-cat a .cat--b, .list-news .news-list li a .news-head .date-cat .cat--c, .news-list .list-news li a .news-head .date-cat .cat--c, .list-news .news-list li .news-head .date-cat a .cat--c, .news-list .list-news li .news-head .date-cat a .cat--c, .list-news .news-list li a .news-head .date-cat .cat--d, .news-list .list-news li a .news-head .date-cat .cat--d, .list-news .news-list li .news-head .date-cat a .cat--d, .news-list .list-news li .news-head .date-cat a .cat--d {
  background: #fff;
  width: 105px;
  height: 24px;
  border-radius: 5px;
  padding: 2px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  color: #143774;
  font-weight: bold;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .list-news li a .cat, .list-news .news-list li a .news-head .date-cat .cat--a, .news-list .list-news li a .news-head .date-cat .cat--a, .list-news .news-list li .news-head .date-cat a .cat--a, .news-list .list-news li .news-head .date-cat a .cat--a, .list-news .news-list li a .news-head .date-cat .cat--b, .news-list .list-news li a .news-head .date-cat .cat--b, .list-news .news-list li .news-head .date-cat a .cat--b, .news-list .list-news li .news-head .date-cat a .cat--b, .list-news .news-list li a .news-head .date-cat .cat--c, .news-list .list-news li a .news-head .date-cat .cat--c, .list-news .news-list li .news-head .date-cat a .cat--c, .news-list .list-news li .news-head .date-cat a .cat--c, .list-news .news-list li a .news-head .date-cat .cat--d, .news-list .list-news li a .news-head .date-cat .cat--d, .list-news .news-list li .news-head .date-cat a .cat--d, .news-list .list-news li .news-head .date-cat a .cat--d {
    width: 115px;
    height: 29px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .list-news li a .cat, .list-news .news-list li a .news-head .date-cat .cat--a, .news-list .list-news li a .news-head .date-cat .cat--a, .list-news .news-list li .news-head .date-cat a .cat--a, .news-list .list-news li .news-head .date-cat a .cat--a, .list-news .news-list li a .news-head .date-cat .cat--b, .news-list .list-news li a .news-head .date-cat .cat--b, .list-news .news-list li .news-head .date-cat a .cat--b, .news-list .list-news li .news-head .date-cat a .cat--b, .list-news .news-list li a .news-head .date-cat .cat--c, .news-list .list-news li a .news-head .date-cat .cat--c, .list-news .news-list li .news-head .date-cat a .cat--c, .news-list .list-news li .news-head .date-cat a .cat--c, .list-news .news-list li a .news-head .date-cat .cat--d, .news-list .list-news li a .news-head .date-cat .cat--d, .list-news .news-list li .news-head .date-cat a .cat--d, .news-list .list-news li .news-head .date-cat a .cat--d {
    width: 126px;
  }
}
.list-news li a .cat.product, .list-news .news-list li a .news-head .date-cat .product.cat--a, .news-list .list-news li a .news-head .date-cat .product.cat--a, .list-news .news-list li .news-head .date-cat a .product.cat--a, .news-list .list-news li .news-head .date-cat a .product.cat--a, .list-news .news-list li a .news-head .date-cat .product.cat--b, .news-list .list-news li a .news-head .date-cat .product.cat--b, .list-news .news-list li .news-head .date-cat a .product.cat--b, .news-list .list-news li .news-head .date-cat a .product.cat--b, .list-news .news-list li a .news-head .date-cat .product.cat--c, .news-list .list-news li a .news-head .date-cat .product.cat--c, .list-news .news-list li .news-head .date-cat a .product.cat--c, .news-list .list-news li .news-head .date-cat a .product.cat--c, .list-news .news-list li a .news-head .date-cat .product.cat--d, .news-list .list-news li a .news-head .date-cat .product.cat--d, .list-news .news-list li .news-head .date-cat a .product.cat--d, .news-list .list-news li .news-head .date-cat a .product.cat--d {
  color: #3560A9;
}
.list-news li a .cat.revision, .list-news .news-list li a .news-head .date-cat .revision.cat--a, .news-list .list-news li a .news-head .date-cat .revision.cat--a, .list-news .news-list li .news-head .date-cat a .revision.cat--a, .news-list .list-news li .news-head .date-cat a .revision.cat--a, .list-news .news-list li a .news-head .date-cat .revision.cat--b, .news-list .list-news li a .news-head .date-cat .revision.cat--b, .list-news .news-list li .news-head .date-cat a .revision.cat--b, .news-list .list-news li .news-head .date-cat a .revision.cat--b, .list-news .news-list li a .news-head .date-cat .revision.cat--c, .news-list .list-news li a .news-head .date-cat .revision.cat--c, .list-news .news-list li .news-head .date-cat a .revision.cat--c, .news-list .list-news li .news-head .date-cat a .revision.cat--c, .list-news .news-list li a .news-head .date-cat .revision.cat--d, .news-list .list-news li a .news-head .date-cat .revision.cat--d, .list-news .news-list li .news-head .date-cat a .revision.cat--d, .news-list .list-news li .news-head .date-cat a .revision.cat--d {
  color: #FC6780;
}
.list-news li a .cat.closed, .list-news .news-list li a .news-head .date-cat .closed.cat--a, .news-list .list-news li a .news-head .date-cat .closed.cat--a, .list-news .news-list li .news-head .date-cat a .closed.cat--a, .news-list .list-news li .news-head .date-cat a .closed.cat--a, .list-news .news-list li a .news-head .date-cat .closed.cat--b, .news-list .list-news li a .news-head .date-cat .closed.cat--b, .list-news .news-list li .news-head .date-cat a .closed.cat--b, .news-list .list-news li .news-head .date-cat a .closed.cat--b, .list-news .news-list li a .news-head .date-cat .closed.cat--c, .news-list .list-news li a .news-head .date-cat .closed.cat--c, .list-news .news-list li .news-head .date-cat a .closed.cat--c, .news-list .list-news li .news-head .date-cat a .closed.cat--c, .list-news .news-list li a .news-head .date-cat .closed.cat--d, .news-list .list-news li a .news-head .date-cat .closed.cat--d, .list-news .news-list li .news-head .date-cat a .closed.cat--d, .news-list .list-news li .news-head .date-cat a .closed.cat--d {
  color: #00A486;
}
.list-news li a .cat.info, .list-news .news-list li a .news-head .date-cat .info.cat--a, .news-list .list-news li a .news-head .date-cat .info.cat--a, .list-news .news-list li .news-head .date-cat a .info.cat--a, .news-list .list-news li .news-head .date-cat a .info.cat--a, .list-news .news-list li a .news-head .date-cat .info.cat--b, .news-list .list-news li a .news-head .date-cat .info.cat--b, .list-news .news-list li .news-head .date-cat a .info.cat--b, .news-list .list-news li .news-head .date-cat a .info.cat--b, .list-news .news-list li a .news-head .date-cat .info.cat--c, .news-list .list-news li a .news-head .date-cat .info.cat--c, .list-news .news-list li .news-head .date-cat a .info.cat--c, .news-list .list-news li .news-head .date-cat a .info.cat--c, .list-news .news-list li a .news-head .date-cat .info.cat--d, .news-list .list-news li a .news-head .date-cat .info.cat--d, .list-news .news-list li .news-head .date-cat a .info.cat--d, .news-list .list-news li .news-head .date-cat a .info.cat--d {
  color: #3B3B3B;
}
.list-news li a .news-topic {
  width: 100%;
  line-height: 1.4;
}

.subpage .list {
  padding-block: 80px;
}

.list--disc > li {
  list-style-type: disc;
}
.list--upperAlpha {
  list-style: none;
  counter-reset: item;
}
.list--upperAlpha > li {
  counter-increment: item;
  padding-left: 0rem;
}
.list--upperAlpha > li::before {
  content: counter(item, upper-alpha) " ）";
  display: inline-block;
  margin: 0 0 0 -24px;
}
.list--alpha {
  list-style: none;
  counter-reset: item;
}
.list--alpha > li {
  counter-increment: item;
  padding-left: 2rem;
}
.list--alpha > li::before {
  content: counter(item, lower-alpha) " ）";
  display: inline-block;
  margin: 0 0 0 -24px;
}
.list--ol {
  margin-left: 1rem;
  list-style-type: decimal;
}
.list--ol li {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .list--ol li {
    line-height: 1.6;
    margin-bottom: 0.8rem;
  }
}
.list--parenthesis {
  list-style: none;
  counter-reset: item;
}
.list--parenthesis > li {
  counter-increment: item;
  padding-left: 2rem;
}
.list--parenthesis > li::before {
  content: " ( " counter(item, number) " ）";
  display: inline-block;
  margin: 0 0 0 -24px;
}
.list--dl dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.list--pdf li {
  margin-bottom: 1rem;
}
.list--pdf li a {
  display: inline-block;
  background: url(../images/common/pdf.png) no-repeat center left;
  background-size: contain;
  padding-left: 2rem;
  color: #094FC8;
}
@media screen and (min-width: 768px) {
  .list--pdf li a:hover {
    text-decoration: underline;
  }
}

.recruitWrap {
  margin: 80px auto 120px;
  line-height: 1.6;
}
.recruitWrap .sub-ttl--doc {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .recruitWrap .sub-ttl--doc {
    margin-bottom: 3.5rem;
  }
}
.recruitWrap .paragraph {
  width: min(100%, 960px);
  margin: 0 auto 2rem;
}
.recruitWrap .btn .rect {
  width: min(100%, 240px);
}
.recruitWrap .recruit__table {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruitWrap .recruit__table {
    display: table;
  }
}
.recruitWrap .recruit__table tbody, .recruitWrap .recruit__table tr {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .recruitWrap .recruit__table tr {
    border-top: solid 1px #ccc;
  }
}
@media screen and (min-width: 768px) {
  .recruitWrap .recruit__table tr:last-of-type {
    border-bottom: solid 1px #ccc;
  }
}
.recruitWrap .recruit__table tr th, .recruitWrap .recruit__table tr td {
  width: 100%;
  padding: 1.2rem 1rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .recruitWrap .recruit__table tr th, .recruitWrap .recruit__table tr td {
    display: table-cell;
    padding: 2rem 2.6rem;
  }
}
.recruitWrap .recruit__table tr th {
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .recruitWrap .recruit__table tr th {
    width: clamp(220px, 15vw, 260px);
  }
}
.recruitWrap .recruit__table tr td {
  padding: 1.2rem 1rem 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .recruitWrap .recruit__table tr td {
    width: min(75%, 780px);
    padding: 2rem 2.6rem;
  }
}
.recruitWrap .recruit__table tr td .list--ol li {
  margin-bottom: 0.5rem;
}
.recruitWrap .recruit__table .tableCell__ttl::before {
  content: "";
  display: inline-block;
  line-height: 1;
  width: 12px;
  height: 12px;
  background-color: #143774;
  margin-right: 0.5rem;
  border-radius: 2px;
}
.recruitWrap .recruit__table .tableCell__paragraph {
  margin-bottom: 1rem;
}

.top .hero {
  background: rgb(7, 124, 192);
  position: relative;
}
.top .hero .scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
.top .hero .scroll-down::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 25px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  bottom: 25px;
}
@media screen and (min-width: 768px) {
  .top .hero .scroll-down::before {
    height: 35px;
  }
}
.top .hero .scroll-down::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 9px;
  height: 9px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  animation: top-scroll ease-in-out 2s infinite;
}
.top .hero .scroll-down span {
  color: #fff;
  font-size: 0.5625rem;
  letter-spacing: 0.1em;
}
.top .info-product {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block: 50px;
}
@media screen and (min-width: 768px) {
  .top .info-product {
    flex-direction: row;
    justify-content: space-between;
    margin-block: 8%;
  }
}
.top .info-product .cusbox {
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (min-width: 768px) {
  .top .info-product .cusbox {
    width: 420px;
    flex: 1;
  }
}
.top .info-product .cusbox > .customers {
  width: 100%;
  transition: ease-in-out 0.3s;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .info-product .cusbox > .customers {
    width: 420px;
  }
}
.top .info-product .cusbox > .customers.indi, .top .info-product .cusbox > .customers.corp {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.top .info-product .cusbox > .customers.indi::before, .top .info-product .cusbox > .customers.corp::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  display: inline-block;
  width: 100%;
  height: 50%;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .top .info-product .cusbox > .customers.indi, .top .info-product .cusbox > .customers.corp {
    max-width: 420px;
    aspect-ratio: 1/1;
  }
}
.top .info-product .cusbox > .customers.indi {
  background: url(../images/top/customers_indi_bg.webp) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.top .info-product .cusbox > .customers.indi .customers-inner {
  background: rgba(21, 84, 23, 0.52);
}
.top .info-product .cusbox > .customers.corp {
  background: url(../images/top/customers_corp_bg.webp) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.top .info-product .cusbox > .customers.corp .customers-inner {
  background: rgba(4, 53, 92, 0.52);
}
@media (hover: hover) {
  .top .info-product .cusbox > .customers:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background-size: 101%;
    background-position: center center;
  }
}
.top .info-product .cusbox > .customers .customers-inner {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(21, 84, 23, 0.52);
  padding-block: 20px;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .top .info-product .cusbox > .customers .customers-inner {
    width: 80%;
  }
}
@media screen and (min-width: 1080px) {
  .top .info-product .cusbox > .customers .customers-inner {
    padding-top: 30px;
    width: 70%;
  }
}
.top .info-product .cusbox > .customers .customers-inner .ttl-product {
  font-size: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .info-product .cusbox > .customers .customers-inner .ttl-product {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
  }
}
.top .info-product .cusbox > .customers .customers-inner .customers-inner-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-block: 20px 10px;
  text-align: center;
}
.top .info-product .cusbox > .customers .customers-inner .customers-inner-in p:first-of-type {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top .info-product .cusbox > .customers .customers-inner .customers-inner-in p:first-of-type {
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  }
}
.top .info-product .cusbox > .customers .customers-inner .customers-inner-in p:first-of-type::after {
  content: "";
  background: url(../images/common/link.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}
.top .info-product .cusbox > .customers .customers-inner .customers-inner-in p:last-of-type {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .top .info-product .cusbox > .customers .customers-inner .customers-inner-in p:last-of-type {
    font-size: 0.625rem;
  }
}
.top .info-product .splide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .info-product .splide {
    max-width: 420px;
  }
}
.top .info-product .splide .splide__track {
  border-radius: 10px;
  overflow: hidden;
}
.top .info-product .splide .splide__track .splide__list .splide__slide a {
  width: 100%;
}
.top .info-product .splide .splide__track .splide__list .splide__slide a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.top .info-product .splide .splide__pagination {
  display: flex;
  gap: 10px;
}
.top .info-product .splide .splide__pagination > li .splide__pagination__page {
  width: 30px;
  height: 4px;
  cursor: pointer;
  border-radius: 1px;
}
.top .info-product .splide .splide__pagination > li .splide__pagination__page.is-active {
  background: #00D4AD;
}
@media screen and (min-width: 768px) {
  .top .campaign a {
    position: relative;
    display: block;
  }
}
.top .campaign a .img {
  margin-bottom: 15px;
}
.top .campaign a .img img {
  width: 100%;
  border-radius: 10px;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .top .campaign a .img img {
    max-width: 810px;
  }
}
@media screen and (min-width: 768px) {
  .top .campaign a .img {
    height: 420px;
  }
}
@media screen and (min-width: 1700px) {
  .top .campaign a .img {
    margin-left: 50px;
  }
}
@media (hover: hover) {
  .top .campaign a:hover .img img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
}
.top .campaign a .cam-txt-outer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top .campaign a .cam-txt-outer {
    max-width: 820px;
    height: auto;
  }
}
.top .campaign a .cam-txt-outer .cam-txt-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .top .campaign a .cam-txt-outer .cam-txt-inner {
    align-items: flex-start;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  .top .campaign a .cam-txt-outer .cam-txt-inner {
    margin-right: -30px;
  }
}
@media screen and (min-width: 1700px) {
  .top .campaign a .cam-txt-outer .cam-txt-inner {
    margin-right: -60px;
  }
}
.top .campaign a .cam-txt-outer .cam-txt-inner .title--cam .char {
  opacity: 1;
}
@media screen and (max-width: 375px) {
  .top .campaign a .cam-txt-outer .cam-txt-inner .title--cam {
    font-size: 2.1875rem;
  }
}
.top .campaign a .cam-txt-outer .cam-txt-inner .ttl-mont {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .top .campaign a .cam-txt-outer .cam-txt-inner .ttl-mont {
    text-align: left;
  }
}
.top .campaign a .cam-txt-outer .cam-txt-inner p {
  padding-block: 20px 30px;
}
@media screen and (min-width: 768px) {
  .top .campaign a .cam-txt-outer .cam-txt-inner p {
    padding-block: 35px 50px;
  }
}
.top .campaign a .cam-txt-outer .cam-txt-inner p.bold {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .top .campaign a .cam-txt-outer .cam-txt-inner p.bold {
    font-size: 1.25rem;
  }
}
.top .news {
  background: url(../images/top/news-bg_sp.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-block: 18%;
  padding-block: 80px;
}
@media screen and (min-width: 768px) {
  .top .news {
    background: url(../images/top/news-bg.webp) no-repeat;
    background-size: cover;
    height: 100%;
    margin-block: 150px;
  }
}
@media screen and (min-width: 1080px) {
  .top .news {
    min-height: 560px;
  }
}
.top .news .decoration {
  position: relative;
}
.top .news .decoration .hexagon_01 {
  position: absolute;
  left: -100px;
  top: -100px;
  width: 200px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .top .news .decoration .hexagon_01 {
    width: auto;
  }
}
.top .news .decoration .hexagon_02 {
  position: absolute;
  left: -400px;
  top: 0;
  width: 250px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .top .news .decoration .hexagon_02 {
    width: auto;
  }
}
.top .news .l-inner {
  width: 100%;
}
.top .news .l-inner .news-box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top .news .l-inner .news-box {
    flex-direction: row;
    align-items: center;
    gap: 10%;
  }
}
@media screen and (min-width: 1080px) {
  .top .news .l-inner .news-box {
    gap: 5%;
  }
}
@media screen and (min-width: 1320px) {
  .top .news .l-inner .news-box {
    gap: 10%;
  }
}
.top .news .l-inner .news-box .container {
  display: contents;
}
@media screen and (min-width: 768px) {
  .top .news .l-inner .news-box .container {
    display: block;
  }
}
.top .news .l-inner .news-box .news-ttl-area {
  order: 1;
}
.top .news .l-inner .news-box .news-ttl-area .ttl-mont {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top .news .l-inner .news-box .news-ttl-area {
    width: 220px;
  }
}
.top .news .l-inner .news-box .news-ttl-area > p {
  color: #fff;
}
.top .news .l-inner .news-box .btn {
  order: 3;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top .news .l-inner .news-box .btn {
    margin-top: 0;
    order: unset;
  }
}
.top .news .l-inner .news-box .btn .circle-arrow {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top .news .l-inner .news-box .btn .circle-arrow svg {
    fill: none;
  }
}
@media screen and (min-width: 768px) {
  .top .news .l-inner .news-box .btn .circle-arrow::before {
    border: none;
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  .top .news .l-inner .news-box .btn .circle-arrow::after {
    background: url(../images/common/arrow_w.svg) no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .top .news .l-inner .news-box .btn .circle-arrow .circle-svg circle {
    stroke: #fff;
  }
}
.top .news .l-inner .news-box .list-news {
  order: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top .news .l-inner .news-box .list-news {
    order: unset;
    max-width: 780px;
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .top .news .l-inner .news-box .list-news li a:hover {
    position: relative;
  }
  .top .news .l-inner .news-box .list-news li a:hover::after {
    content: "";
    position: absolute;
    top: 45%;
    background: url(../images/common/arrow_w.svg) no-repeat;
    background-size: contain;
    width: 17px;
    height: 8px;
    display: inline-block;
    animation: fade-left-out 1s cubic-bezier(0.03, 0.71, 0.24, 0.9) forwards;
  }
}
@media screen and (min-width: 1080px) {
  .top .news .l-inner .news-box .list-news .news-topic {
    width: calc(100% - 280px);
  }
}
.top .catalog-event {
  position: relative;
  overflow: hidden;
}
.top .catalog-event .gio-l, .top .catalog-event .gio-s {
  opacity: 0.32;
}
.top .catalog-event .gio-l {
  position: absolute;
  display: inline-block;
  left: -100px;
  top: 0;
  width: 250px;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .top .catalog-event .gio-l {
    left: -200px;
    width: 529px;
    height: 454px;
  }
}
.top .catalog-event .gio-s {
  height: 300px;
  position: absolute;
  display: inline-block;
  right: -100px;
  top: 600px;
  width: 250px;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .top .catalog-event .gio-s {
    width: 529px;
    height: 454px;
    right: -160px;
    top: 500px;
  }
}
.top .event {
  margin-block: 100px 50px;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .top .event {
    overflow: hidden;
    margin-bottom: 100px;
  }
}
.top .event .bg-yellow {
  position: absolute;
  width: 100%;
  object-fit: cover;
  min-height: 350px;
  bottom: 0;
  transform: rotateX(88deg);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top .event {
    margin-block: 100px;
  }
}
@media screen and (min-width: 768px) {
  .top .event .l-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.top .event .l-inner .event-ttl-area {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top .event .l-inner .event-ttl-area {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .top .event .l-inner .col-box {
    width: 100%;
    order: 3;
  }
}
.top .event .l-inner .col-box .c-card {
  margin-bottom: 20px;
  gap: 20px;
}
.top .event .l-inner .col-box .c-card .img {
  width: 100%;
  max-width: 359px;
  position: relative;
  border-radius: 10px;
}
.top .event .l-inner .col-box .c-card .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.top .event .l-inner .col-box .c-card .img::after {
  content: "";
  border: 2px solid rgba(0, 212, 173, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .top .event .l-inner .col-box .c-card .img::after {
    top: 0;
    left: 0;
  }
}
.top .event .l-inner .col-box .c-card .txt {
  line-height: 1.8;
}
.top .event .l-inner .col-box .c-card .txt .bold + p {
  color: #7e7e7e;
}
@media screen and (min-width: 768px) {
  .top .event .l-inner .col-box .c-card:nth-last-of-type(2) {
    margin-top: 30px;
  }
  .top .event .l-inner .col-box .c-card:last-of-type {
    margin-top: 60px;
  }
}
@media (hover: hover) {
  .top .event .l-inner .col-box .c-card:hover .img::after {
    top: 14px;
    left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .top .event .l-inner .flex-center {
    order: 2;
    width: calc(100% - 300px);
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .top .event .l-inner .flex-center .btn {
    justify-content: flex-end;
  }
  .top .event .l-inner .flex-center .btn a {
    width: 100%;
    padding-left: calc(100% - 200px);
  }
}
.top .catalog {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .top .catalog {
    padding-bottom: 140px;
  }
}
.top .catalog .catalog-bg-gy {
  position: absolute;
  z-index: -1;
  top: 200px;
  object-fit: cover;
  height: min(100vw, 510px);
}
@media screen and (min-width: 900px) {
  .top .catalog .catalog-bg-gy {
    top: unset;
    left: -30px;
    width: calc(50% - 50px);
    height: auto;
  }
}
.top .catalog .l-inner {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .top .catalog .l-inner {
    max-width: 1040px;
  }
}
.top .catalog .l-inner .catalog-area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .top .catalog .l-inner .catalog-area {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.top .catalog .l-inner .catalog-area .pc-container {
  display: contents;
}
@media screen and (min-width: 900px) {
  .top .catalog .l-inner .catalog-area .pc-container {
    display: flex;
    flex-direction: column;
  }
}
.top .catalog .l-inner .catalog-area .catalog-ttl-area {
  order: 1;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .top .catalog .l-inner .catalog-area .catalog-ttl-area {
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .top .catalog .l-inner .catalog-area .catalog-ttl-area > p {
    margin-bottom: 70px;
  }
}
.top .catalog .l-inner .catalog-area .flex-center-column {
  order: 3;
}
@media screen and (min-width: 768px) {
  .top .catalog .l-inner .catalog-area .flex-center-column {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .top .catalog .l-inner .catalog-area .flex-center-column {
    margin-top: 0;
  }
}
.top .catalog .l-inner .catalog-area .flex-center-column p {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .top .catalog .l-inner .catalog-area .flex-center-column p {
    font-size: 1.25rem;
    margin-bottom: 3rem;
  }
}
.top .catalog .l-inner .catalog-area .flex-center-column ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .top .catalog .l-inner .catalog-area .flex-center-column ul {
    width: 100%;
    margin: 30px 0 0 30px;
  }
}
.top .catalog .l-inner .catalog-area .flex-center-column ul li {
  margin-bottom: 10px;
}
.top .catalog .l-inner .catalog-area .flex-center-column ul li a {
  font-size: 1.125rem;
  text-decoration: underline;
  color: #094FC8;
}
.top .catalog .l-inner .catalog-area .flex-center-column ul li a::before {
  content: "";
  background: #FC6780;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: inline-block;
  margin-right: 5px;
}
@media (hover: hover) {
  .top .catalog .l-inner .catalog-area .flex-center-column ul li a:hover {
    animation: fadebtn2 ease-in-out 0.3s forwards;
  }
  .top .catalog .l-inner .catalog-area .flex-center-column ul li a:hover::before {
    animation: scale-move2 ease-in-out 1s forwards;
  }
}
.top .catalog .l-inner .catalog-area .img {
  order: 2;
  max-width: 448px;
  position: relative;
  height: 470px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 431px) {
  .top .catalog .l-inner .catalog-area .img {
    left: 60%;
  }
}
@media screen and (min-width: 900px) {
  .top .catalog .l-inner .catalog-area .img {
    left: unset;
    transform: translateX(0);
  }
}
.top .catalog .l-inner .catalog-area .img img {
  width: 80%;
  max-width: 230px;
  position: absolute;
  display: inline-block;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .top .catalog .l-inner .catalog-area .img img {
    max-width: 448px;
  }
}
.top .catalog .l-inner .catalog-area .img img.catalogBack {
  top: 50px;
  left: 60px;
  aspect-ratio: 314/356;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top .catalog .l-inner .catalog-area .img img.catalogBack {
    width: auto;
    height: auto;
  }
}
.top .catalog .l-inner .catalog-area .img img.catalogBook {
  top: 63px;
  left: 23px;
  max-width: 229px;
  max-height: 326px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: box-shadow ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .top .catalog .l-inner .catalog-area .img img.catalogBook {
    top: 0;
    left: -35px;
    max-width: 317px;
    max-height: 451px;
  }
}
@media screen and (min-width: 900px) {
  .top .catalog .l-inner .catalog-area .img img.catalogBook {
    left: 0;
    width: auto;
    height: auto;
  }
}
.top .catalog .l-inner .catalog-area .img .catalog-year {
  width: 250px;
  aspect-ratio: 349/377;
  position: absolute;
  left: 80px;
  top: 110px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top .catalog .l-inner .catalog-area .img .catalog-year {
    width: 349px;
    height: min(100%, 375px);
    top: 130px;
    left: 6vw;
  }
}
@media screen and (min-width: 1080px) {
  .top .catalog .l-inner .catalog-area .img .catalog-year {
    left: 100px;
  }
}
.top .catalog .l-inner .catalog-area .img .catalog-year > img {
  max-width: 250px;
  width: 100%;
  aspect-ratio: 349/377;
}
@media screen and (min-width: 768px) {
  .top .catalog .l-inner .catalog-area .img .catalog-year > img {
    max-width: 349px;
  }
}
.top .catalog .l-inner .catalog-area .img .catalog-year > p {
  position: absolute;
  transform-origin: right bottom;
  text-align: right;
  transform: translateY(45px) rotate(90deg);
  bottom: 0;
  right: 1em;
  width: 100%;
  height: 1em;
  font-size: 2.625rem;
  color: rgba(255, 255, 255, 0.3);
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .top .catalog .l-inner .catalog-area .img .catalog-year > p {
    font-size: 4.125rem;
    transform: translateY(-10px) rotate(90deg);
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .top .catalog .l-inner .catalog-area .img:hover {
    opacity: 0.9;
  }
  .top .catalog .l-inner .catalog-area .img:hover .catalogBook {
    box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
  }
}
.top .gio-bg {
  position: relative;
  overflow: hidden;
}
.top .gio-bg .gio-ll, .top .gio-bg .gio-rr {
  opacity: 0.3;
}
.top .gio-bg .gio-ll {
  width: 200px;
  height: 223px;
  position: absolute;
  left: -59px;
  top: 40%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .top .gio-bg .gio-ll {
    left: 0;
    top: 30%;
  }
}
.top .gio-bg .gio-rr {
  width: 300px;
  height: 323px;
  position: absolute;
  right: -80px;
  top: 29%;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .top .gio-bg .gio-rr {
    top: 190px;
    width: 505px;
    height: 565px;
  }
}
@media screen and (min-width: 768px) {
  .top .gio-bg .supplier {
    margin-block: 80px;
  }
}
.top .gio-bg .supplier .l-inner a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.top .gio-bg .supplier .l-inner a .img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  transition: ease-in-out 0.3s;
  z-index: -1;
}
.top .gio-bg .supplier .l-inner a .img-bg img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  object-position: right bottom;
  height: 402px;
}
@media screen and (min-width: 768px) {
  .top .gio-bg .supplier .l-inner a .img-bg img {
    height: 240px;
  }
}
.top .gio-bg .supplier .l-inner a .supplier-inner {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 402px;
  padding: 50px 20px 20px;
  align-items: flex-end;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .top .gio-bg .supplier .l-inner a .supplier-inner {
    height: 240px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 70px 30px 5px;
  }
}
.top .gio-bg .supplier .l-inner a .supplier-inner .supplier-ttl-area {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top .gio-bg .supplier .l-inner a .supplier-inner .supplier-ttl-area {
    width: calc(100% - 200px);
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
}
.top .gio-bg .supplier .l-inner a .supplier-inner .supplier-ttl-area .ttl-supplier {
  white-space: nowrap;
  font-size: 1.8125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top .gio-bg .supplier .l-inner a .supplier-inner .supplier-ttl-area .ttl-supplier {
    font-size: 2rem;
  }
}
.top .gio-bg .supplier .l-inner a .supplier-inner .supplier-ttl-area .ttl-supplier-txt {
  margin-block: 20px 0;
  font-weight: normal;
}
.top .gio-bg .supplier .l-inner a .supplier-inner .supplier-ttl-area .ttl-supplier-txt:first-of-type {
  font-size: 0.875rem;
}
.top .gio-bg .supplier .l-inner a .supplier-inner .supplier-ttl-area .txt {
  font-weight: normal;
  line-height: 1.9444444444;
  margin-top: 30px;
}
.top .gio-bg .supplier .l-inner a .supplier-inner .btn {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .top .gio-bg .supplier .l-inner a .supplier-inner .btn {
    margin-bottom: 20px;
  }
}
.top .gio-bg .supplier .l-inner a .supplier-inner .btn .circle-svg circle {
  fill: #fff;
  fill-opacity: 0.3;
}
@media (hover: hover) {
  .top .gio-bg .supplier .l-inner a:hover .img-bg {
    scale: 1.01;
  }
}
.top .gio-bg .company {
  width: 100%;
  margin-block: 70px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .top .gio-bg .company {
    margin-block: 150px 100px;
  }
}
.top .gio-bg .company .company-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .top .gio-bg .company .company-inner {
    gap: 7%;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1320px) {
  .top .gio-bg .company .company-inner {
    align-items: center;
  }
}
.top .gio-bg .company .company-inner .company-ttl-area {
  order: 1;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top .gio-bg .company .company-inner .company-ttl-area {
    order: unset;
  }
}
.top .gio-bg .company .company-inner .img {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 768px) {
  .top .gio-bg .company .company-inner .img {
    order: unset;
  }
}
@media screen and (min-width: 900px) {
  .top .gio-bg .company .company-inner .img {
    width: 52%;
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .top .gio-bg .company .company-inner .img {
    justify-content: flex-end;
  }
}
.top .gio-bg .company .company-inner .img img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 335/203;
}
@media screen and (min-width: 900px) {
  .top .gio-bg .company .company-inner .img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: 20% center;
  }
}
@media screen and (min-width: 1080px) {
  .top .gio-bg .company .company-inner .img img {
    max-width: 817px;
    width: 100%;
    aspect-ratio: unset;
    object-fit: contain;
  }
}
.top .gio-bg .company .company-inner .txt.container {
  display: contents;
}
@media screen and (min-width: 900px) {
  .top .gio-bg .company .company-inner .txt.container {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .top .gio-bg .company .company-inner .txt {
    max-width: 430px;
  }
}
.top .gio-bg .company .company-inner .txt .flex-center-column {
  align-items: flex-start;
  order: 3;
}
.top .gio-bg .company .company-inner .txt .flex-center-column p {
  line-height: 1.7777777778;
  padding-block: 20px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1080px) {
  .top .gio-bg .company .company-inner .txt .flex-center-column p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .top .gio-bg .company .company-inner .txt .flex-center-column {
    order: unset;
  }
}
.top .life {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top .life {
    margin-bottom: 50px;
  }
}
.top .life .heart {
  position: absolute;
  top: 0;
  right: 20px;
  max-width: 55vw;
  z-index: 1;
  width: 100%;
}
.top .life .heart .heart-img {
  width: 100%;
  aspect-ratio: 221/203;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .top .life .heart .heart-img {
    aspect-ratio: unset;
    object-fit: contain;
    transform: translateX(100px);
  }
}
@media screen and (min-width: 768px) {
  .top .life .heart {
    width: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .top .life .heart {
    width: 506px;
    right: 70px;
  }
}
@media screen and (min-width: 1920px) {
  .top .life .heart {
    right: unset;
    left: calc(50% + 380px);
  }
}
.top .life .life-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 41.5vw;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .top .life .life-inner {
    padding-top: 250px;
  }
}
.top .life .life-inner .img {
  max-width: 1114px;
  position: relative;
  padding-bottom: 50px;
}
.top .life .life-inner .img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .top .life .life-inner .img img {
    aspect-ratio: unset;
    object-fit: contain;
  }
}
.top .life .life-inner .img .txt {
  position: absolute;
  top: 20vw;
  left: 9vw;
}
@media screen and (min-width: 768px) {
  .top .life .life-inner .img .txt {
    top: 5vw;
    left: 6vw;
  }
}
.top .life .life-inner .img .txt .life-ttl-area {
  text-align: left;
}
.top .life .life-inner .img .txt .life-ttl-area .ttl-mont {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .top .life .life-inner .img .txt .life-ttl-area .ttl-mont {
    font-size: 2.5625rem;
  }
}
.top .life .life-inner .img .txt .life-ttl-area .title--life {
  opacity: 0;
  visibility: hidden;
}
.top .life .life-inner .img .txt .life-ttl-area .title--life:has(.letter) {
  opacity: 1;
  visibility: visible;
}
.top .life .life-inner .img .txt .life-ttl-area .sub {
  color: #143774;
  font-weight: normal;
  font-style: italic;
  margin-block: 10px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .top .life .life-inner .img .txt .life-ttl-area .sub {
    margin-bottom: 30px;
    font-size: 1.625rem;
  }
}
.top .life .life-inner .img .txt .life-ttl-area .min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.9;
  font-weight: normal;
  color: #143774;
  font-size: clamp(18px, 4vw, 28px);
}
@media screen and (min-width: 768px) {
  .top .life .life-inner .img .txt .life-ttl-area .min {
    font-size: clamp(22px, 3vw, 38px);
  }
}
.top .life .life-inner .life_bg {
  position: absolute;
  left: -12px;
  bottom: 0;
  z-index: -1;
}
.top .life .life-inner .life_bg img {
  width: 70vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top .life .life-inner .life_bg img {
    width: 61vw;
    height: 22vw;
  }
}
.top.en .company-ttl-area {
  margin-bottom: 2rem;
}

.news-list {
  margin-block: 30px 50px;
}
@media screen and (min-width: 768px) {
  .news-list {
    margin-block: 70px;
  }
}
.news-list li {
  border-bottom: 1px solid #ccc;
  padding-block: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news-list li:first-of-type {
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  .news-list li {
    padding-inline: 20px;
  }
}
.news-list li .news-head {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .news-list li .news-head {
    display: flex;
    gap: 10px;
  }
}
.news-list li .news-head .date-cat {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
  width: 222px;
  height: 29px;
}
.news-list li .news-head .date-cat .cat, .news-list li .news-head .date-cat .cat--d, .news-list li .news-head .date-cat .cat--c, .news-list li .news-head .date-cat .cat--b, .news-list li .news-head .date-cat .cat--a {
  border: 1px solid #FC6780;
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 126px;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
}
.news-list li .news-head .date-cat .cat--a {
  color: #FF407A;
}
.news-list li .news-head .date-cat .cat--b {
  border: 1px solid #00A486;
  color: #00A486;
}
.news-list li .news-head .date-cat .cat--c {
  border: 1px solid #003c95;
  color: #003c95;
}
.news-list li .news-head .date-cat .cat--d {
  border: 1px solid #3b3b3b;
  color: #3b3b3b;
}
.news-list li .news-head .news-ttl {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .news-list li .news-head .news-ttl {
    width: calc(100% - 232px);
    font-size: clamp(1.0666666667rem, 1.8vw, 0.7272727273rem);
  }
}
.news-list li .news-txt p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .news-list li .news-txt p {
    font-size: 0.9375rem;
  }
}
.news-list li .news-txt p a {
  color: #094FC8;
  text-decoration: underline;
}
.news-list li .news-txt img {
  width: min(100%, 920px);
  height: auto;
  margin-bottom: 0.5rem;
}

.newcam .l-inner .list li {
  margin-bottom: 46px;
}
.newcam .l-inner .list li .col-box .txt .ttl-bold {
  margin-block: 20px 10px;
}
@media screen and (min-width: 768px) {
  .newcam .l-inner .list li .col-box .txt .ttl-bold {
    margin-block: 0;
  }
}
@media screen and (min-width: 1080px) {
  .newcam .l-inner .list li .col-box .txt .ttl-bold {
    margin-bottom: 25px;
  }
}
.newcam .l-inner .list li .col-box .txt > p {
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
.newcam .l-inner .list li .col-box .txt .bg-gy {
  background: #f3f3f3;
  padding: 12px 10px;
  margin: 20px 0 30px 0;
  line-height: 1.4;
  container-type: inline-size;
  text-align: center;
}
.newcam .l-inner .list li .col-box .txt .bg-gy span:first-of-type {
  letter-spacing: -0.01em;
}
@container (max-width:400px) {
  .newcam .l-inner .list li .col-box .txt .bg-gy span:first-of-type {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .newcam .l-inner .list li .col-box .txt .bg-gy {
    text-align: left;
    margin: 30px 0 0 0;
    padding: 10px 20px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.newcam .l-inner .list li .col-box .txt .circle-arrow {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .newcam .l-inner .list li .col-box .txt .circle-arrow {
    display: none;
  }
}

.newcam-dtl .l-inner--1000 {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .newcam-dtl .l-inner--1000 {
    margin-block: 100px;
  }
}
.newcam-dtl .l-inner--1000 .img {
  text-align: center;
}
.newcam-dtl .l-inner--1000 .img img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  border-radius: 10px;
}
.newcam-dtl .l-inner--1000 .txt p {
  line-height: 2;
}
.newcam-dtl .l-inner--1000 .new-cam-main {
  margin-bottom: 50px;
}
.newcam-dtl .l-inner--1000 .new-cam-main .newcam-ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.375rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .newcam-dtl .l-inner--1000 .new-cam-main .newcam-ttl {
    font-size: clamp(1.375rem, 2.4vw, 1.875rem);
    margin-bottom: 50px;
  }
}
.newcam-dtl .l-inner--1000 .new-cam-main .bg-bl {
  width: 100%;
  display: flex;
  border: 1px solid #3560A9;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin-block: 20px;
}
@media screen and (min-width: 768px) {
  .newcam-dtl .l-inner--1000 .new-cam-main .bg-bl {
    flex-direction: row;
    margin-block: 40px 30px;
  }
}
.newcam-dtl .l-inner--1000 .new-cam-main .bg-bl span:first-of-type {
  background: #3560A9;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .newcam-dtl .l-inner--1000 .new-cam-main .bg-bl span:first-of-type {
    width: 262px;
    min-height: 68px;
    font-size: 1.125rem;
  }
}
.newcam-dtl .l-inner--1000 .new-cam-main .bg-bl span:last-of-type {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .newcam-dtl .l-inner--1000 .new-cam-main .bg-bl span:last-of-type {
    font-size: 1.25rem;
    width: calc(100% - 262px);
    justify-content: flex-start;
    padding-left: 50px;
  }
}

.box-type {
  width: 100%;
  margin-bottom: 50px;
}
.box-type .txt {
  line-height: 2;
}
.box-type .txt a {
  color: #094FC8;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .box-type {
    margin-bottom: 60px;
  }
}
.box-type .bold-ttl {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75 !important;
}
@media screen and (min-width: 768px) {
  .box-type .bold-ttl {
    font-size: 1.125rem;
    line-height: 1.7777777778 !important;
  }
}
.box-type .post-ttl {
  width: 100%;
  background: #f3f3f3;
  min-height: 71px;
  padding: 10px 15px;
  line-height: 1.75;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-block: 10px 30px;
}
@media screen and (min-width: 768px) {
  .box-type .post-ttl {
    font-size: 1.25rem;
    padding-inline: 25px;
    margin-bottom: 50px;
  }
}
.box-type--a:not(:has(.img)):has(+ .box-type--b, + .box-type--c, + .box-type--d) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .box-type--a:not(:has(.img)):has(+ .box-type--b, + .box-type--c, + .box-type--d) {
    margin-bottom: 50px;
  }
}
.box-type--a .txt {
  margin-block: 20px;
}
.box-type--b, .box-type--c, .box-type--d {
  display: flex;
  flex-direction: column;
}
.box-type--b .img, .box-type--c .img, .box-type--d .img {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .box-type--b .img, .box-type--c .img, .box-type--d .img {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  .box-type--b, .box-type--c, .box-type--d {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .box-type--b .img, .box-type--b .txt, .box-type--c .img, .box-type--c .txt, .box-type--d .img, .box-type--d .txt {
    width: 48.5%;
  }
}
@media screen and (min-width: 1080px) {
  .box-type--b, .box-type--c, .box-type--d {
    gap: 6%;
  }
  .box-type--b .img, .box-type--b .txt, .box-type--c .img, .box-type--c .txt, .box-type--d .img, .box-type--d .txt {
    width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .box-type--c {
    flex-direction: row-reverse;
  }
}
.box-type--d .img {
  margin-bottom: 40px;
}
.box-type--d .img > .cap {
  text-align: left;
  margin-block: 15px;
  line-height: 1.6;
}
.box-type--d .img > .cap.al-c {
  text-align: center;
}
.box-type + .btn {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .box-type + .btn {
    margin-bottom: 120px;
  }
}

.event .l-inner .list .col-box {
  padding-block: 50px;
  padding-inline: 5px;
  border-bottom: 1px solid #ccc;
}
.event .l-inner .list .col-box:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .event .l-inner .list .col-box {
    border-bottom: none;
    padding-block: 33px;
  }
}
.event .l-inner .list .col-box.col2--event {
  gap: 30px;
}
.event .l-inner .list .col-box.col2--event .txt .ttl-txt {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .event .l-inner .list .col-box.col2--event .txt .ttl-txt {
    font-weight: normal;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
  }
}
.event .l-inner .list .col-box.col2--event .txt > p {
  line-height: 1.75;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .event .l-inner .list .col-box.col2--event .txt > p {
    margin-bottom: 0;
  }
}
.event .l-inner .list .col-box.col2--event .txt .btn {
  margin-top: 25px;
}
.event .l-inner .list .col-box.col2--event .txt .btn .rect {
  width: 100%;
  max-width: 349px;
  height: 62px;
  font-size: 1rem;
}

.info-list {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .info-list {
    flex-wrap: wrap;
  }
}
.info-list li {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .info-list li {
    width: calc((100% - 5.8vw) / 3);
  }
}
.info-list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.info-list li a .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 1400px) {
  .info-list li a .img {
    height: 200px;
  }
}
.info-list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.3s;
  display: inline-block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.info-list li a .bold {
  font-size: 1.125rem;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info-list li a .bold::before {
    content: "";
    border: 1px solid #003c95;
    width: 25px;
    aspect-ratio: 1/1;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    background: #fff;
  }
  .info-list li a .bold::after {
    content: "";
    background: url(../images/common/arrow_mega.svg) no-repeat;
    background-size: contain;
    width: 11px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
  .info-list li a .bold::before {
    left: unset;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  .info-list li a .bold::after {
    left: unset;
    right: 17px;
    width: 15px;
    height: 11px;
    opacity: 1;
  }
  .info-list li a .bold::before, .info-list li a .bold::after {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .info-list li a:hover .img img {
    scale: 1.05;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }
  .info-list li a:hover .bold::before, .info-list li a:hover .bold::after {
    opacity: 1;
  }
}
.info-list--bg, .info-list--recruitbg {
  margin-top: 40px;
  padding-bottom: 100px;
}
.info-list--bg li, .info-list--recruitbg li {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.info-list--bg li a, .info-list--recruitbg li a {
  background: url(../images/company/btn-bg_company.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: left 88% top 50%;
  width: 100%;
  aspect-ratio: 52/15;
  display: flex;
  justify-content: center;
  padding-inline: 20px;
  line-height: 1.6;
  transition: ease-in-out 0.3s;
  font-size: 1.125rem;
}
@media (hover: hover) {
  .info-list--bg li a:hover, .info-list--recruitbg li a:hover {
    background-size: 105% 105%;
  }
}
.info-list.en {
  margin: 80px auto;
}
@media screen and (min-width: 768px) {
  .info-list.en {
    width: 782px;
  }
}
@media screen and (min-width: 768px) {
  .info-list.en li {
    width: calc((100% - 54px) / 2);
  }
}

.info-list--recruitbg {
  margin: 80px auto 120px;
}
@media screen and (min-width: 768px) {
  .info-list--recruitbg {
    margin: 100px auto;
  }
}
.info-list--recruitbg li a {
  background: url(../images/careers/btn-bg_recruit.jpg) no-repeat center center;
  background-size: 100% 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .info-list--recruitbg li a {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .info-list--recruitbg li a:hover {
    background-size: 103% 103%;
  }
}
.info-list--recruitbg li a .recruit-info_bgttl {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .info-list--recruitbg li a .recruit-info_bgttl {
    font-size: clamp(14px, 2.2vw, 1.25rem);
  }
}
.info-list--recruitbg li a .recruit-info_paragraph {
  display: inline-block;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .info-list--recruitbg li a .recruit-info_paragraph {
    font-size: clamp(10px, 1.5vw, 1rem);
  }
}
.info-list--recruitbg li a[href^=http] .recruit-info_bgttl::after {
  content: "";
  background: url(../images/common/target.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}
.info-list--recruitbg li a .bold::before, .info-list--recruitbg li a .bold::after {
  transition: 0.3s;
}

.message .message-area {
  margin: 80px auto;
  width: min(100%, 960px);
}
@media screen and (min-width: 768px) {
  .message .message-area {
    margin: 115px auto 80px;
  }
}
.message .message-area .message-lead {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .message .message-area .message-lead {
    line-height: 2;
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    line-height: 2;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .message .message-area .message-lead br {
    display: none;
  }
}
.message .message-area .txt {
  margin-block: 0 150px;
}
.message .message-area .txt p {
  line-height: 2;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .message .message-area .txt p {
    margin-bottom: 35px;
  }
}

.company-outline .outline-list {
  margin-top: 50px;
  max-width: 960px;
  margin-inline: auto;
  padding-bottom: 50px;
}
.company-outline .outline-list dl {
  border-bottom: 1px solid #99b1d5;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 10px;
}
@media screen and (min-width: 768px) {
  .company-outline .outline-list dl {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-inline: calc(50% - 350px);
  }
}
.company-outline .outline-list dl dt, .company-outline .outline-list dl dd {
  line-height: 2;
}
.company-outline .outline-list dl dt {
  color: #003c95;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .company-outline .outline-list dl dt {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .company-outline .outline-list dl dd {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 768px) {
  .company-outline .outline-list.en dl {
    padding-inline: calc(50% - 440px);
  }
}
@media screen and (min-width: 768px) {
  .company-outline .outline-list.en dl dt {
    width: 300px;
  }
}

.office .address-list {
  margin-block: 30px 170px;
}
@media screen and (min-width: 768px) {
  .office .address-list {
    margin-block: 60px 200px;
  }
}
.office .address-list > li {
  border-bottom: 1px solid #003c95;
  padding-block: 20px 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .office .address-list > li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-block: 15px 35px;
  }
}
.office .address-list > li .branch-inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .office .address-list > li .branch-inner {
    max-width: 920px;
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.office .address-list > li .branch-inner .branch-inner-box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .office .address-list > li .branch-inner .branch-inner-box {
    flex-direction: row;
  }
}
.office .address-list > li .branch-inner .branch-inner-box .branch_ttl {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  width: 224px;
  margin-top: -3px;
}
.office .address-list > li .branch-inner .branch-inner-box .address {
  padding: 10px 0 0 20px;
  line-height: 1.8;
}
.office .address-list > li .branch-inner .branch-inner-box .address li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .office .address-list > li .branch-inner .branch-inner-box .address {
    padding-left: 0;
  }
}
.office .address-list > li .map-pass {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .office .address-list > li .map-pass {
    width: 244px;
    gap: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .office .address-list > li .map-pass {
    margin-top: 0;
  }
}
.office .address-list > li .map-pass .btn .rect {
  width: 220px;
  height: 62px;
  font-size: 1rem;
}
@media (hover: hover) {
  .office .address-list > li .map-pass .btn .rect.bg-gy:hover {
    background: #ccc;
  }
}

.permit .branch-list-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .permit .branch-list-wrap {
    margin-top: 2.5rem;
  }
}
.permit .branch-list {
  border-bottom: 1px solid #003c95;
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 90px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .permit .branch-list {
    gap: 15px;
    height: 120px;
    padding-bottom: 20px;
  }
}
.permit .branch-list .ttl_branch {
  width: 100%;
  color: #003c95;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .permit .branch-list .ttl_branch {
    width: 40%;
    padding-left: 2%;
    font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  }
}
.permit .branch-list .item {
  display: none;
}
@media screen and (min-width: 768px) {
  .permit .branch-list .item {
    width: 60%;
    display: flex;
  }
  .permit .branch-list .item .item-period, .permit .branch-list .item .item-no {
    width: calc(50% - 35px);
  }
  .permit .branch-list .item .item-pdf {
    width: 70px;
  }
}
.permit .permit-list > li:nth-of-type(odd) {
  background: rgba(0, 60, 149, 0.05);
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li:nth-of-type(odd) a {
    transition: ease-in-out 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .permit .permit-list > li:nth-of-type(odd) a:hover {
    background: rgba(0, 60, 149, 0.05);
  }
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li:nth-of-type(even) a {
    transition: ease-in-out 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .permit .permit-list > li:nth-of-type(even) a:hover {
    background: #fffeec;
  }
}
.permit .permit-list > li > a {
  display: flex;
  flex-direction: column;
  padding-inline: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a {
    height: 60px;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .permit .permit-list > li > a:hover {
    color: #003c95;
  }
}
.permit .permit-list > li > a .permit-name {
  width: 100%;
  padding-block: 30px 10px;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .permit-name {
    width: 40%;
    padding-left: 2%;
    padding-block: 0;
  }
}
.permit .permit-list > li > a .period-no {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no {
    flex-direction: row;
    width: 60%;
    align-items: center;
  }
}
.permit .permit-list > li > a .period-no .period {
  margin-block: 10px;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .period {
    width: calc(50% - 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .period {
    margin: 0;
  }
}
.permit .permit-list > li > a .period-no .period::before {
  content: "有効期間";
  width: 95px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #989898;
  margin-right: 10px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .period::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .number {
    width: calc(50% - 35px);
  }
}
.permit .permit-list > li > a .period-no .number::before {
  content: "許可・登録番号";
  width: 95px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #989898;
  margin-right: 10px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .number::before {
    display: none;
  }
}
.permit .permit-list > li > a .period-no .btn.pdf {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 47px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  margin-inline: -15px;
  width: calc(100% + 30px);
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .btn.pdf {
    justify-content: flex-start;
    padding-left: 5px;
    height: unset;
    width: 70px;
    margin: 0;
    border: none;
  }
}
.permit .permit-list > li > a .period-no .btn.pdf span {
  width: 120px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .btn.pdf span {
    width: unset;
  }
}
.permit .permit-list > li > a .period-no .btn.pdf span img {
  order: 1;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .btn.pdf span img {
    margin-left: unset;
  }
}
.permit .permit-list > li > a .period-no .btn.pdf span::before {
  content: "PDFを開く";
  order: 2;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .btn.pdf span::before {
    display: none;
  }
}
.permit .permit-list > li > a .period-no .btn.pdf span::after {
  content: "";
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  display: inline-block;
  order: 3;
}
@media screen and (min-width: 768px) {
  .permit .permit-list > li > a .period-no .btn.pdf span::after {
    display: none;
  }
}

.company {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .company {
    margin-bottom: 80px;
  }
}
.company .company-footer {
  margin-block: 150px 50px;
}
.company .company-footer .company-footer-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .company .company-footer .company-footer-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .company .company-footer .company-footer-list li {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (min-width: 900px) {
  .company .company-footer .company-footer-list li {
    width: calc((100% - 24px) / 3);
  }
}
.company .company-footer .company-footer-list li a {
  width: 100%;
  min-height: 60px;
  display: flex;
  padding: 15px 20px 15px 40px;
  line-height: 1.6;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(71deg, rgb(38, 106, 193) 0%, rgb(95, 151, 226) 100%);
}
@media screen and (min-width: 768px) {
  .company .company-footer .company-footer-list li a {
    min-height: 80px;
    position: relative;
    transition: ease-in-out 0.3s;
  }
}
@media (hover: hover) {
  .company .company-footer .company-footer-list li a:hover::after {
    content: "";
    background: url(../images/company/arrow_co.svg) no-repeat;
    width: 18px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    animation: kaku-mid-fadein ease-in-out 0.3s forwards;
  }
}

main.company.message .company-footer-list li a[href*=message],
main.company.company-outline .company-footer-list li a[href*=overview],
main.company.history .company-footer-list li a[href*=history],
main.company.businessInformation .company-footer-list li a[href*=business],
main.company.office .company-footer-list li a[href*=office],
main.company.permit .company-footer-list li a[href*=license],
main.company.affiliateCompany .company-footer-list li a[href*=group],
main.company.iso .company-footer-list li a[href*=iso],
main.company.guideline .company-footer-list li a[href*=guideline] {
  background: #aaa;
  pointer-events: none;
  cursor: not-allowed;
}

.affiliateCompanyWrap {
  margin: 80px auto 10rem;
}
.affiliateCompanyWrap .affiliate__col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.affiliateCompanyWrap .affiliate__col .col__img {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .affiliateCompanyWrap .affiliate__col .col__img {
    width: min(30%, 383px);
  }
}
.affiliateCompanyWrap .affiliate__col .col__img img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
  border-radius: 10px;
}
.affiliateCompanyWrap .affiliate__col .col__txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .affiliateCompanyWrap .affiliate__col .col__txt {
    width: min(64%, 1000px);
  }
}
.affiliateCompanyWrap .affiliate__col .col__txt h2 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .affiliateCompanyWrap .affiliate__col .col__txt h2 {
    font-size: 1.25rem;
  }
}
.affiliateCompanyWrap .affiliate__col .col__txt p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.affiliateCompanyWrap .affiliateCatalog {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .affiliateCompanyWrap .affiliateCatalog {
    padding: 0 0 3rem 0;
  }
}
.affiliateCompanyWrap .affiliateCatalog .catalog__item {
  width: calc((100% - 2.5rem) / 2);
}
@media screen and (min-width: 768px) {
  .affiliateCompanyWrap .affiliateCatalog .catalog__item {
    width: min(100%, 150px);
  }
}
.affiliateCompanyWrap .affiliateCatalog .catalog__item .catalog__img {
  margin-bottom: 1rem;
}
.affiliateCompanyWrap .affiliateCatalog .catalog__item .catalog__img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
}
.affiliateCompanyWrap .affiliateCatalog .catalog__item .catalog__ttl {
  font-size: 0.875rem;
  line-height: 1.6;
}
.affiliateCompanyWrap .affiliateCatalog .catalog__item .catalog__ttl span {
  font-size: 0.75rem;
}
.affiliateCompanyWrap .affiliateCatalog .catalog__item:last-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .affiliateCompanyWrap .affiliateCatalog .catalog__item:last-of-type {
    width: auto;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.affiliateCompanyWrap .affiliateCatalog .catalog__item:last-of-type img {
  box-shadow: none;
}
.affiliateCompanyWrap .affiliateCompany__profile {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #094FC8;
}
.affiliateCompanyWrap .affiliateCompany__profile dt, .affiliateCompanyWrap .affiliateCompany__profile dd {
  border-top: solid 1px #094FC8;
  padding: 2rem 1rem;
  line-height: 1.6;
}
.affiliateCompanyWrap .affiliateCompany__profile dt {
  text-align: center;
  width: 25%;
}
.affiliateCompanyWrap .affiliateCompany__profile dd {
  width: 75%;
}

.businessInformationWrap {
  margin: 80px auto 140px;
}
.businessInformationWrap .businessInfo__colWrap {
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .businessInformationWrap .businessInfo__colWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 4vw;
  }
}
.businessInformationWrap .businessInfo__colWrap:is(.sec01, .sec02, .sec04) {
  width: min(100%, 1200px);
}
.businessInformationWrap .businessInfo__colWrap .col__oneWrap,
.businessInformationWrap .businessInfo__colWrap .col__txt {
  margin-bottom: 1.5rem;
}
.businessInformationWrap .businessInfo__colWrap .col__oneWrap .businessInfo__ttl,
.businessInformationWrap .businessInfo__colWrap .col__txt .businessInfo__ttl {
  color: #094FC8;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .businessInformationWrap .businessInfo__colWrap .col__oneWrap .businessInfo__ttl,
  .businessInformationWrap .businessInfo__colWrap .col__txt .businessInfo__ttl {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
  }
}
@media screen and (min-width: 1080px) {
  .businessInformationWrap .businessInfo__colWrap .col__oneWrap .businessInfo__ttl,
  .businessInformationWrap .businessInfo__colWrap .col__txt .businessInfo__ttl {
    font-size: clamp(1.5rem, 3.2vw, 2rem);
  }
}
.businessInformationWrap .businessInfo__colWrap .col__oneWrap .businessInfo__ttl .en,
.businessInformationWrap .businessInfo__colWrap .col__txt .businessInfo__ttl .en {
  display: block;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .businessInformationWrap .businessInfo__colWrap .col__oneWrap .businessInfo__ttl .en,
  .businessInformationWrap .businessInfo__colWrap .col__txt .businessInfo__ttl .en {
    font-size: 1.5rem;
  }
}
.businessInformationWrap .businessInfo__colWrap .col__oneWrap .businessInfo__subTitle,
.businessInformationWrap .businessInfo__colWrap .col__txt .businessInfo__subTitle {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.businessInformationWrap .businessInfo__colWrap .col__oneWrap .businessInfo__txt,
.businessInformationWrap .businessInfo__colWrap .col__txt .businessInfo__txt {
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .businessInformationWrap .businessInfo__colWrap .col__oneWrap .businessInfo__txt,
  .businessInformationWrap .businessInfo__colWrap .col__txt .businessInfo__txt {
    font-size: clamp(0.875rem, 1.8vw, 1rem);
  }
}
@media screen and (min-width: 1080px) {
  .businessInformationWrap .businessInfo__colWrap .col__oneWrap .businessInfo__txt,
  .businessInformationWrap .businessInfo__colWrap .col__txt .businessInfo__txt {
    font-size: 1rem;
  }
}
.businessInformationWrap .businessInfo__colWrap .col__oneWrap .caution,
.businessInformationWrap .businessInfo__colWrap .col__txt .caution {
  color: red;
}
.businessInformationWrap .businessInfo__colWrap .col__img {
  margin-bottom: 1.5rem;
}
.businessInformationWrap .businessInfo__colWrap .col__img img {
  width: 100%;
  border-radius: 10px;
}
.businessInformationWrap .businessInfo__colWrap .col__oneWrap {
  width: 100%;
  margin-bottom: 1rem;
}
.businessInformationWrap .businessInfo__colWrap .businessinfo__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 85%;
  margin: 0 0 1rem 2rem;
}
@media screen and (min-width: 1300px) {
  .businessInformationWrap .businessInfo__colWrap .businessinfo__list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.businessInformationWrap .businessInfo__colWrap .businessinfo__list li {
  list-style: disc;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .businessInformationWrap .businessInfo__colWrap .businessinfo__list li {
    margin-bottom: 0.85rem;
  }
}
@media screen and (min-width: 768px) {
  .businessInformationWrap .businessInfo__colWrap .businessinfo__list li {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec01 {
    flex-direction: row-reverse;
  }
}
.businessInfo__colWrap.sec01 .col__img {
  text-align: center;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec01 .col__img {
    width: min(36%, 450px);
    margin: 0 auto;
  }
}
.businessInfo__colWrap.sec01 .col__img img {
  width: min(100%, 250px);
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec01 .col__img img {
    width: min(100%, 434px);
  }
}
.businessInfo__colWrap.sec01 .col__txt {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec01 .col__txt {
    width: min(60%, 648px);
  }
}
.businessInfo__colWrap.sec01 .col__txt .businessInfo__ttl {
  color: #3560A9;
  font-size: 1.4375rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec01 .col__txt .businessInfo__ttl {
    font-size: clamp(1.875rem, 4.2vw, 2.5rem);
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .businessInfo__colWrap.sec01 .col__txt .businessInfo__ttl {
    font-size: clamp(1.875rem, 5vw, 2.75rem);
    margin-bottom: 1.2rem;
  }
}
.businessInfo__colWrap.sec01 .col__txt .businessInfo__ttl span {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.businessInfo__colWrap.sec01 .col__txt .businessInfo__txt {
  color: #3560A9;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec01 .col__txt .businessInfo__txt {
    line-height: 2.25;
    font-size: clamp(0.8125rem, 1.6vw, 1.125rem);
    text-align: center;
  }
}
.businessInfo__colWrap.sec01 + .company-footer {
  margin: 0 0 100px 0;
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec02 {
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec02 .col__txt, .businessInfo__colWrap.sec02 .col__img {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec03 {
    flex-direction: row-reverse;
    gap: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec03 .col__txt {
    width: min(42% - 1.8vw, 570px);
  }
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec03 .col__img {
    width: min(58% - 3vw, 746px);
  }
}
.businessInfo__colWrap.sec04 {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec04 {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec04 .col__txt {
    padding-top: 2rem;
    position: relative;
    width: min(35%, 420px);
  }
  .businessInfo__colWrap.sec04 .col__txt .businessInfo__ttl,
  .businessInfo__colWrap.sec04 .col__txt .businessInfo__txt {
    margin-right: -120px;
  }
}
@media screen and (min-width: 768px) {
  .businessInfo__colWrap.sec04 .col__img {
    width: min(65%, 772px);
  }
}

.historyWrap {
  padding: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .historyWrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 690px;
    padding: 0;
  }
}

.history__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border: solid 1px #094FC8;
  border-radius: 10px;
  padding: 1em 0;
  margin: 0 -0.8em 2em -0.8em;
  font-size: 1.5rem;
  text-align: center;
  color: #094FC8;
  line-height: 1em;
  background-color: #fff;
}
.history__title::before, .history__title::after {
  content: "";
  display: inline-block;
  margin: 0 0.5em;
  width: 8vw;
  height: 1px;
  background: #094FC8;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .history__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .history__title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60%;
    min-height: 500px;
    margin: auto 2em auto 0;
    padding: 0 0.5em;
    writing-mode: vertical-rl;
  }
  .history__title::before, .history__title::after {
    transform: rotate(90deg);
    margin: 2em 0;
    width: 2em;
  }
}

.history__list {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .history__list {
    display: flex;
    position: absolute;
    left: max(240px, 17vw);
    width: auto;
    height: 690px;
    top: 0;
  }
}
.history__list::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0.8em;
  left: 0;
  z-index: -2;
  background: #094FC8;
}
@media screen and (min-width: 1080px) {
  .history__list::before {
    width: 100%;
    height: 1px;
    top: 30%;
  }
}
.history__list .sp {
  display: inline-block;
}
@media screen and (min-width: 1080px) {
  .history__list .sp {
    display: none;
  }
}
.history__list .pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .history__list .pc {
    display: inline-block;
  }
}
.history__list .list__item {
  margin: 0 0 2em 1em;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .history__list .list__item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0 4rem;
    flex-shrink: 0;
  }
}
.history__list .list__item::before, .history__list .list__item::after {
  content: "";
  display: block;
  position: absolute;
}
.history__list .list__item::before {
  width: 13px;
  height: 13px;
  background: #094FC8;
  left: -20px;
  top: 0.8em;
  border-radius: 50%;
}
@media screen and (min-width: 1080px) {
  .history__list .list__item::before {
    top: 30%;
    left: 0.5rem;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .history__list .list__item::after {
    width: 1px;
    height: 30px;
    border-left: dashed 1px #094FC8;
    left: 0.85rem;
    top: 25%;
  }
}
@media screen and (min-width: 1080px) {
  .history__list .list__date {
    order: 0;
    margin: 2rem 0 3rem -0.3rem;
    height: 60px;
    white-space: nowrap;
  }
}
.history__list .list__date .list__year {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 1.875rem;
  color: #094FC8;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 1080px) {
  .history__list .list__date .list__year {
    font-size: 2.25rem;
  }
}
.history__list .list__date .list__month {
  display: inline-block;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .history__list .list__date .list__month {
    margin-left: 2em;
  }
}
.history__list .list__txt {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
@media screen and (min-width: 1080px) {
  .history__list .list__txt {
    writing-mode: vertical-lr;
    height: max(46%, 460px);
    order: -1;
    margin: 0;
  }
}
.history__list .list__img {
  display: none;
}
.history__list .list__img img {
  border-radius: 10px;
  height: auto;
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1080px) {
  .history__list .list__img img {
    height: 100%;
    width: auto;
    max-height: 200px;
  }
}
.history__list .list__img .list__caption {
  font-size: 0.625rem;
}
@media screen and (min-width: 1080px) {
  .history__list .list__img .list__caption {
    font-size: 0.75rem;
  }
}

.supplierWrap {
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .supplierWrap {
    flex-direction: row;
    padding: 0 35px;
  }
}
.supplierWrap .supplier__col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .supplierWrap .supplier__col {
    width: calc((100% - 70px) / 2);
  }
}
.supplierWrap .supplier__col .col__ttl {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .supplierWrap .supplier__col .col__ttl {
    font-size: 1.25rem;
  }
}
.supplierWrap .supplier__col .col__img {
  margin-bottom: 1rem;
}
.supplierWrap .supplier__col .col__img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.supplierWrap .supplier__col .col__txt {
  line-height: 1.6;
}

.supplier__contact {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  border-radius: 10px;
  margin-bottom: 120px;
  padding: 2rem;
  text-align: center;
  gap: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .supplier__contact {
    gap: 5rem;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }
}
.supplier__contact .contact__ttl {
  background: #f3f3f3;
  border-radius: 40px;
  padding: 1rem 3rem;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 1080px) {
  .supplier__contact .contact__ttl {
    width: min(100%, 247px);
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
  }
}
.supplier__contact .contact__txt {
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .supplier__contact .contact__txt {
    display: flex;
    flex: 0.8;
    width: min(100%, 480px);
  }
}
@media screen and (min-width: 768px) {
  .supplier__contact .contact__btn {
    width: min(100%, 360px);
  }
}
.supplier__contact .contact__btn .rect {
  width: min(100%, 300px);
}
@media screen and (min-width: 768px) {
  .supplier__contact .contact__btn .rect {
    width: 100%;
  }
}

.catalog__colwrap {
  margin: 80px auto 120px;
}
@media screen and (min-width: 768px) {
  .catalog__colwrap {
    display: flex;
    gap: 60px;
  }
}
.catalog__colwrap .col__img {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .catalog__colwrap .col__img {
    width: min(45%, 550px);
    margin-bottom: 0;
  }
}
.catalog__colwrap .col__img img {
  width: min(100%, 200px);
  position: relative;
  box-shadow: 40px 40px 0 #e1e1e1;
}
@media screen and (min-width: 768px) {
  .catalog__colwrap .col__img img {
    width: min(100%, 320px);
  }
}
@media screen and (min-width: 768px) {
  .catalog__colwrap .col__txt {
    width: min(55%, 650px);
  }
}
.catalog__colwrap .col__txt .catalog__ttl {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.13rem;
}
@media screen and (min-width: 768px) {
  .catalog__colwrap .col__txt .catalog__ttl {
    font-size: 1.875rem;
  }
}
.catalog__colwrap .col__txt .paragraph {
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .catalog__colwrap .col__txt .paragraph {
    margin-bottom: 1.5rem;
  }
}
.catalog__colwrap .col__txt .btn {
  margin-bottom: 2rem;
}
.catalog__colwrap .col__txt .btn .rect {
  width: min(100%, 240px);
}
.catalog__colwrap .col__txt .catalog__subttl {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.catalog__colwrap .col__txt .catalog__history {
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
}
.catalog__colwrap .col__txt .catalog__history .history__item {
  margin-bottom: 1rem;
}
.catalog__colwrap .col__txt .catalog__history .history__item a {
  position: relative;
  color: #094FC8;
  transition: 0.3s;
  text-decoration: underline;
}
.catalog__colwrap .col__txt .catalog__history .history__item a::before {
  content: "";
  display: inline-block;
  margin-right: 0.3rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FC6780;
  transition: 0.3s;
}
@media screen and (hover: hover) and (min-width: 768px) {
  .catalog__colwrap .col__txt .catalog__history .history__item a:hover {
    animation: fadebtn2 ease-in-out 0.3s forwards;
  }
  .catalog__colwrap .col__txt .catalog__history .history__item a:hover::before {
    animation: scale-move2 ease-in-out 1s forwards;
  }
}

.mw_wp_form form .error {
  color: #000;
  font-size: inherit;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 0.5rem 2rem;
  background-color: #fee4e8;
  border-radius: 30px;
}
.mw_wp_form.mw_wp_form_confirm .linkText,
.mw_wp_form.mw_wp_form_confirm .autoEntry,
.mw_wp_form.mw_wp_form_confirm .note,
.mw_wp_form.mw_wp_form_confirm .sub-ttl--doc,
.mw_wp_form.mw_wp_form_confirm .privacypolicyArea,
.mw_wp_form.mw_wp_form_confirm label[for=confirm-email],
.mw_wp_form.mw_wp_form_confirm dd br,
.mw_wp_form.mw_wp_form_confirm .item {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .mvform.select::after {
  content: none;
}
.mw_wp_form.mw_wp_form_confirm .half,
.mw_wp_form.mw_wp_form_confirm .name label {
  margin-right: 1rem;
}
.mw_wp_form.mw_wp_form_confirm .mvform,
.mw_wp_form.mw_wp_form_confirm .half,
.mw_wp_form.mw_wp_form_confirm label,
.mw_wp_form.mw_wp_form_confirm .mvform.telephone label {
  width: auto;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .mw_wp_form.mw_wp_form_confirm .mvform,
  .mw_wp_form.mw_wp_form_confirm .half,
  .mw_wp_form.mw_wp_form_confirm label,
  .mw_wp_form.mw_wp_form_confirm .mvform.telephone label {
    width: auto;
    min-width: 0;
    margin: 0;
  }
}
.mw_wp_form.mw_wp_form_confirm .mvform.half {
  display: block;
  width: 100%;
}
.mw_wp_form.mw_wp_form_confirm .mvform.telephone label,
.mw_wp_form.mw_wp_form_confirm .mvform.full label,
.mw_wp_form.mw_wp_form_confirm .mvform.name label {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .mw_wp_form.mw_wp_form_confirm .inquiry__list .inquiry__item dt.multipleRow {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form.mw_wp_form_confirm .inquiry__list .inquiry__item dt.multipleRow + dd {
    padding: 1.5rem 1.5rem 1.6rem 4.5rem;
  }
}
.mw_wp_form.mw_wp_form_confirm .btnArea .mvform {
  display: none;
}

form {
  margin-bottom: 100px;
  line-height: 1.6;
}

.inquiry__read {
  max-width: min(100%, 900px);
  margin: 60px auto 40px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .inquiry__read {
    margin: 80px auto;
  }
}
.inquiry__read p {
  margin-bottom: 1rem;
}
.inquiry__read ul {
  margin: 0 0 20px 1rem;
}
.inquiry__read ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.inquiry__read ul li + li {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .inquiry__list .inquiry__item {
    display: flex;
    border-top: dotted 1px #ccc;
  }
}
.inquiry__list .inquiry__item:last-of-type {
  margin-bottom: 40px;
}
.inquiry__list .inquiry__item dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #f3f3f3;
  padding: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .inquiry__list .inquiry__item dt {
    font-weight: bold;
    background: none;
    width: max(19%, 287px);
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
.inquiry__list .inquiry__item dt .inquiry__name {
  display: inline-block;
  padding: 1rem 0;
}
.inquiry__list .inquiry__item dt .required {
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  padding: 3px 10px 5px;
  background: #FC6780;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .inquiry__list .inquiry__item dt .required {
    font-size: 0.875rem;
  }
}
.inquiry__list .inquiry__item dt.multipleRow {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .inquiry__list .inquiry__item dt.multipleRow {
    padding: 3rem 0 2rem 1.5rem;
  }
}
.inquiry__list .inquiry__item dt.multipleRow + dd {
  padding: 1.7rem 1rem 1.7rem 1rem;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .inquiry__list .inquiry__item dt.multipleRow + dd {
    padding: 2.5rem 1.5rem 2.5rem 4.5rem;
  }
}
.inquiry__list .inquiry__item dt:has(.item__caution) {
  max-height: 110px;
}
.inquiry__list .inquiry__item dt:has(.item__caution) .item__caution {
  font-size: 0.75rem;
}
.inquiry__list .inquiry__item dd {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .inquiry__list .inquiry__item dd {
    width: max(75%, 700px);
    padding: 1.5rem 1.5rem 1.6rem 4.5rem;
    align-items: center;
  }
}
.inquiry__list .inquiry__item dd .note {
  padding: 0.3em 0 0 0;
}

.mvform {
  display: inline-block;
  min-width: 50%;
}
@media screen and (min-width: 768px) {
  .mvform {
    min-width: auto;
  }
}
.mvform:has(label + .note) {
  margin-top: 1rem;
}
.mvform.select {
  position: relative;
}
.mvform.select::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #094FC8;
  border-right: solid 2px #094FC8;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 12px;
  top: 50%;
}
.mvform.select--category select {
  margin: 1rem 0;
}
.mvform.select select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  font-size: 1rem;
  border-radius: 4px;
  padding: 0.8rem 5rem 0.8rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .mvform.select select:hover {
    cursor: pointer;
  }
}
.mvform.half {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .mvform.half {
    width: max(6rem, 200px);
  }
}
@media screen and (min-width: 768px) {
  .mvform.half label {
    padding: 1rem 0.5rem 1rem 0;
  }
}
.mvform.middle, .mvform.full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mvform.middle label, .mvform.full label {
    padding: 1rem 0;
  }
}
.mvform.middle input, .mvform.middle textarea, .mvform.full input, .mvform.full textarea {
  width: 100%;
}
.mvform.middle label {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .mvform.middle input {
    width: min(100%, 426px);
  }
}
.mvform.name {
  min-width: 100%;
}
@media screen and (min-width: 900px) {
  .mvform.name {
    min-width: 36%;
  }
}
.mvform.name + .name label {
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  .mvform.name + .name label {
    padding: 1rem 0;
  }
}
.mvform.name input {
  max-width: max(80%, 210px);
}
@media screen and (min-width: 768px) {
  .mvform.name input {
    max-width: max(100%, 300px);
  }
}
.mvform.telephone label {
  width: auto;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .mvform.telephone label {
    width: min(24%, 125px);
  }
}
.mvform.telephone input {
  width: 20.5vw;
}
@media screen and (min-width: 768px) {
  .mvform.telephone input {
    width: 100%;
  }
}
.mvform.zip-code {
  width: 100%;
  margin-top: 0;
}
.mvform.zip-code input {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mvform.zip-code input {
    padding: 0.5rem 1rem;
  }
}
.mvform.zip-code input:first-of-type {
  margin-left: 0.5rem;
  width: clamp(50px, 5vw, 6rem);
}
.mvform.zip-code input:last-of-type {
  width: clamp(60px, 6vw, 7rem);
}
.mvform.zip-code a {
  outline: revert;
  margin-left: 1.5vw;
  color: #094FC8;
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .mvform.zip-code a:hover {
    color: #143774;
  }
}
@media screen and (min-width: 768px) {
  .mvform.zip-code .note {
    display: inline;
  }
}
.mvform.zip-code button {
  background: #143774;
  color: #fff;
  border-radius: 5px;
  line-height: 36px;
  height: 36px;
  padding: 0 2.2rem;
  font-size: 0.875rem;
  margin: 1rem 0 0 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .mvform.zip-code button {
    font-size: 1rem;
    margin: 1rem 1rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .mvform.zip-code button:hover {
    background-color: #094FC8;
  }
}
.mvform.zip-code .autoEntry {
  padding-left: 1.5rem;
}
.mvform label {
  width: 100%;
  display: inline-block;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .mvform label {
    padding: 1rem 1.5rem 1rem 0;
  }
}
.mvform label:has(input[type=radio]), .mvform label:has(input[type=checkbox]) {
  position: relative;
  padding-left: 34px;
}
@media screen and (min-width: 768px) {
  .mvform label:has(input[type=radio]):hover, .mvform label:has(input[type=checkbox]):hover {
    cursor: pointer;
  }
}
.mvform label:has(input[type=radio])::before, .mvform label:has(input[type=radio])::after, .mvform label:has(input[type=checkbox])::before, .mvform label:has(input[type=checkbox])::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.3s;
}
.mvform label:has(input[type=radio])::before, .mvform label:has(input[type=checkbox])::before {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 22px;
  height: 22px;
  left: 5px;
  border-radius: 4px;
}
.mvform label:has(input[type=radio])::after, .mvform label:has(input[type=checkbox])::after {
  background-color: #094FC8;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 9px;
}
.mvform label:has(input[type=radio]) input:checked + label::after, .mvform label:has(input[type=checkbox]) input:checked + label::after {
  opacity: 1;
}
.mvform label:has(input[type=radio])::before, .mvform label:has(input[type=radio])::after {
  border-radius: 50%;
}
.mvform label:has(input[type=checkbox])::after {
  width: 10px;
  height: 18px;
  background-color: #fff;
  border-bottom: solid 4px #094FC8;
  border-right: solid 4px #094FC8;
  background: transparent;
  transform: rotate(36deg);
  left: 11px;
  top: 18px;
}
.mvform label:has(input:checked)::after {
  opacity: 1;
}
.mvform input, .mvform textarea {
  padding: 0.65rem 1rem;
  border-radius: 4px;
  border: solid 1px #ccc;
  font-size: 1rem;
  background-color: #f9f9f9;
  max-width: max(100%, 300px);
}
.mvform input::placeholder, .mvform textarea::placeholder {
  color: #888;
}
.mvform input[type=radio], .mvform input[type=checkbox], .mvform textarea[type=radio], .mvform textarea[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  background: transparent;
  overflow: hidden;
  height: 30px;
  width: 80%;
  z-index: 0;
  padding: 0;
}

.privacypolicyArea {
  border: solid 1px #ccc;
  border-radius: 4px;
  height: 340px;
  overflow-y: scroll;
  padding: 0.8rem;
  margin: 0 auto 30px;
  width: min(100%, 1080px);
}
@media screen and (min-width: 768px) {
  .privacypolicyArea {
    padding: 2rem;
  }
}
.privacypolicyArea .default__list .list__content {
  padding: 0 0.5rem 2rem;
}

.btnArea {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
.btnArea .mvform {
  margin-bottom: 2rem;
}
.btnArea .mvform label {
  width: auto;
}
.btnArea .mvform label:has(input[type=checkbox]) {
  padding: 0;
}
.btnArea .mvform label:has(input[type=checkbox])::before, .btnArea .mvform label:has(input[type=checkbox])::after {
  position: relative;
}
.btnArea .mvform label:has(input[type=checkbox])::before {
  transform: none;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-right: 0.5rem;
}
.btnArea .mvform label:has(input[type=checkbox])::after {
  width: 14px;
  height: 27px;
  border-bottom: solid 5px #094FC8;
  border-right: solid 5px #094FC8;
  left: 15px;
  top: -34px;
  transform: rotate(36deg);
}
.btnArea .btn {
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #ccc;
  background-color: #f3f3f3;
  height: 46px;
  line-height: 46px;
  width: min(100%, 180px);
  margin-right: 1rem;
  transition: 0.3s;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .btnArea .btn {
    height: 60px;
    line-height: 60px;
    width: min(100%, 200px);
    margin-right: 1.5rem;
  }
}
.btnArea .btn.back {
  width: min(100%, 90px);
}
@media screen and (min-width: 768px) {
  .btnArea .btn.back {
    width: min(100%, 120px);
  }
}
@media screen and (min-width: 768px) {
  .btnArea .btn:hover {
    background-color: #e6e6e6;
  }
}
.btnArea input[type=submit],
.btnArea button {
  display: inline-block;
  width: 280px;
  height: 46px;
  line-height: 46px;
  border: solid 1px #094FC8;
  border-radius: 5px;
  color: #094FC8;
  background-color: #fff;
  width: min(100%, 160px);
  transition: 0.3s;
  font-size: 0.875rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .btnArea input[type=submit],
  .btnArea button {
    height: 60px;
    line-height: 60px;
    width: min(100%, 280px);
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .btnArea input[type=submit]:hover,
  .btnArea button:hover {
    background-color: #094FC8;
    color: #fff;
  }
}
.btnArea input[type=submit][name=submitBack],
.btnArea button[name=submitBack] {
  color: #000;
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #ccc;
  background-color: #f3f3f3;
  height: 46px;
  line-height: 46px;
  width: min(100%, 90px);
  margin-right: 1rem;
  transition: 0.3s;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .btnArea input[type=submit][name=submitBack],
  .btnArea button[name=submitBack] {
    height: 60px;
    line-height: 60px;
    width: min(100%, 120px);
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .btnArea input[type=submit][name=submitBack]:hover,
  .btnArea button[name=submitBack]:hover {
    color: #000;
    background-color: #e6e6e6;
  }
}

.l-inner:has(.thanksMessage) {
  padding: 100px 20px;
  display: grid;
  place-items: center;
}

.thanksMessage {
  margin-bottom: 3rem;
  line-height: 1.8;
}
.thanksMessage h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #143774;
}
@media screen and (min-width: 768px) {
  .thanksMessage h2 {
    font-size: 1.375rem;
  }
}
.thanksMessage p {
  margin-bottom: 1rem;
}
.thanksMessage .list--disc {
  list-style-type: disc;
  margin: 0.8rem 0 0.8rem 1.5rem;
}

body.en .inquiry__list .inquiry__item dt .required {
  font-size: 1.125rem;
  line-height: 1em;
  padding: 5px 10px 0;
}
@media screen and (min-width: 768px) {
  body.en .inquiry__list .inquiry__item dt .required {
    font-size: 1.25rem;
    padding: 7px 10px 0;
  }
}
body.en .inquiry__list .inquiry__item dt.multipleRow + dd .mvform + .mvform {
  margin: 1rem 0 0 0;
}
body.en .inquiry__list .inquiry__item dd:has(.error) .error {
  margin: 0 0 10px 0;
}
body.en .inquiry__list .inquiry__item dd:has(.error) .error + .mvform {
  margin: 10px 0;
}
body.en .inquiry__list .mvform.full label, body.en .inquiry__list .mvform.half label {
  padding: 0;
}
body.en .inquiry__list .mvform .full[name=belonging] label {
  padding: 0.5rem 0;
}
body.en .inquiry__list .mvform.name span {
  display: inline-block;
  width: 2em;
}
@media screen and (min-width: 768px) {
  body.en .inquiry__list .mvform.select {
    width: min(100%, 426px);
  }
}
body.en .inquiry__list .mvform.select select {
  padding: 0.8rem 1.5rem 0.8rem 1rem;
}

.privacypolicy .l-inner {
  padding: 40px 20px 120px;
  line-height: 1.6;
}
.privacypolicy .l-inner .btn--text {
  color: #094FC8;
  text-decoration: underline;
}

.list__heading {
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  background-color: #f7f7f7;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .list__heading {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  }
}
.list__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-bottom: 2px;
  width: 5px;
  height: 100%;
  background: #094FC8;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .list__heading::before {
    height: 80%;
    left: 0.5rem;
    width: 6px;
  }
}

.paragraph {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .paragraph {
    margin-bottom: 2rem;
  }
}
.paragraph a {
  color: #094FC8;
  text-decoration: underline;
}

.document__list .list__content {
  padding: 0 0.5rem 1.2rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .document__list .list__content {
    padding: 0 2.5rem 1.2rem;
  }
}
.document__list ul, .document__list ol {
  margin: 0.5rem 0 2rem 1.5rem;
}
.document__list ul.list--alpha, .document__list ol.list--alpha {
  margin-left: -6px;
}
.document__list ul.list--alpha > li, .document__list ol.list--alpha > li {
  margin-bottom: 0.3rem;
}
.document__list ul.list--paren, .document__list ol.list--paren {
  margin-left: 0.5rem;
  counter-reset: paren__num;
}
@media screen and (min-width: 768px) {
  .document__list ul.list--paren, .document__list ol.list--paren {
    margin-left: 0.8rem;
  }
}
.document__list ul.list--paren li, .document__list ol.list--paren li {
  counter-increment: paren__numm;
  margin-bottom: 0.3rem;
  padding-left: 1rem;
  text-indent: -1.25rem;
}
.document__list ul.list--paren li::before, .document__list ol.list--paren li::before {
  content: "(" counter(paren__numm) ") ";
}
.document__list ul.list--dicimal li, .document__list ol.list--dicimal li {
  list-style-type: decimal;
  margin-bottom: 0.3rem;
}

.guideline .l-inner {
  padding: 80px 20px 0;
}
.guideline .l-inner .btn {
  margin-bottom: 2rem;
}
.guideline .l-inner .btn .rect {
  width: min(100%, 600px);
  height: auto;
  padding: 0.8rem;
}
.guideline .l-inner .ttl-bold {
  margin-bottom: 1rem;
}
.guideline .l-inner .list--dl {
  margin-bottom: 60px;
}

.iso .l-inner {
  padding: 80px 20px 0;
}
.iso .l-inner .list--dl {
  padding: 0 0.5rem;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .iso .l-inner .list--dl {
    padding: 2rem;
  }
}
.iso .l-inner .list--dl dd p {
  line-height: 2;
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 540px;
  max-height: 100svh;
  aspect-ratio: 1/1.5;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 100svh;
    min-height: 700px;
    max-height: 950px;
  }
}
.hero .opening {
  background: url(../images/top/opening/opening_bg_sp.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 768px) {
  .hero .opening {
    background: url(../images/top/opening/opening_bg.webp) no-repeat;
    background-size: cover;
  }
}
.hero .opening img {
  width: 100%;
  height: auto;
}
.hero .opening .opening-top-wrap {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.hero .opening .opening-top-wrap .opening_top {
  width: 100%;
  object-fit: contain;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.hero .opening .opening-bottom-wrap {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 450px) {
  .hero .opening .opening-bottom-wrap::after {
    height: calc(50vh + 10%);
  }
}
.hero .opening .opening-bottom-wrap .opening_bottom {
  width: 100%;
  object-fit: contain;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.hero .opening .opening_palm {
  position: absolute;
  right: -60px;
  top: 72%;
  width: clamp(300px, 90vw, 570px);
}
@media screen and (min-width: 1300px) {
  .hero .opening .opening_palm {
    right: -100px;
    top: 68%;
    width: clamp(570px, 52vw, 1060px);
  }
}
@media screen and (min-width: 1500px) {
  .hero .opening .opening_palm {
    top: 66%;
    right: -120px;
  }
}
.hero .opening .opening_cross {
  width: clamp(120px, 30vw, 200px);
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(270px, 74vw, 440px);
  mix-blend-mode: overlay;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero .opening .opening_cross {
    left: auto;
    right: 128px;
  }
}
@media screen and (min-width: 1300px) {
  .hero .opening .opening_cross {
    width: clamp(200px, 16.5vw, 270px);
    bottom: clamp(290px, 16vw, 16vw);
    top: auto;
    right: 11vw;
  }
}
@media screen and (min-width: 1700px) {
  .hero .opening .opening_cross {
    right: 16vw;
  }
}
.hero .opening .kirakira {
  position: absolute;
  top: clamp(230px, 62vw, 400px);
  right: 50%;
  transform: translateX(50%);
  width: 85%;
  max-width: clamp(320px, 60vw, 430px);
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .hero .opening .kirakira {
    right: 120px;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1300px) {
  .hero .opening .kirakira {
    top: auto;
    right: 100px;
    bottom: clamp(230px, 16vw, 16vw);
    max-width: clamp(430px, 40vw, 550px);
  }
}
@media screen and (min-width: 1500px) {
  .hero .opening .kirakira {
    right: 140px;
  }
}
@media screen and (min-width: 1700px) {
  .hero .opening .kirakira {
    right: 300px;
    bottom: 250px;
  }
}
.hero .opening .kirakira .opening_sparkle01, .hero .opening .kirakira .opening_sparkle02, .hero .opening .kirakira .opening_sparkle03 {
  position: absolute;
}
.hero .opening .kirakira .opening_sparkle01 {
  right: 27%;
  top: -20%;
  width: 100px !important;
}
@media screen and (min-width: 768px) {
  .hero .opening .kirakira .opening_sparkle01 {
    top: -15%;
  }
}
.hero .opening .kirakira .opening_sparkle02 {
  left: -19%;
  top: 14%;
}
.hero .opening .kirakira .opening_sparkle03 {
  right: -2%;
  top: 0;
}
.hero .opening .opening-txt {
  position: absolute;
  top: clamp(120px, 18vw, 200px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .hero .opening .opening-txt {
    top: 200px;
    transform: none;
    text-align: left;
    letter-spacing: 0.28rem;
    left: 17.5vw;
  }
}
@media screen and (min-width: 1300px) {
  .hero .opening .opening-txt {
    top: 40%;
  }
}
.hero .opening .opening-txt .life_hospitality {
  font-size: clamp(1.25rem, 7.5vw, 4.25rem);
}
@media screen and (min-width: 768px) {
  .hero .opening .opening-txt .life_hospitality {
    font-size: clamp(2.5625rem, 5vw, 3.9375rem);
  }
}
.hero .opening .opening-txt .with_medical {
  margin-top: 10px;
  font-size: clamp(0.75rem, 4.8vw, 2.5rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .hero .opening .opening-txt .with_medical {
    margin-top: 10px;
    font-size: clamp(1.5625rem, 2.5vw, 2.5rem);
    letter-spacing: 0.08em;
  }
}
.hero .opening .opening-txt .hosipitalty {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.125rem, 6.4vw, 2.75rem);
  margin-top: 20px;
  font-style: normal;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .hero .opening .opening-txt .hosipitalty {
    font-size: clamp(1.75rem, 4.8vw, 2.75rem);
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .hero .opening .opening-txt.en {
    left: 15vw;
  }
}
.hero .opening .opening-txt.en .life_hospitality {
  font-size: clamp(1.875rem, 10vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .hero .opening .opening-txt.en .life_hospitality {
    font-size: clamp(2.625rem, 7vw, 3.75rem);
  }
}
.hero .opening .opening-txt.en .with_medical {
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
  font-size: clamp(1.125rem, 5.2vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .hero .opening .opening-txt.en .with_medical {
    font-size: clamp(1.875rem, 4.2vw, 2.75rem);
  }
}
.hero .open-line {
  width: 100%;
  height: 950px;
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  background: #fff;
}

.catalogList section {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .catalogList section {
    margin-bottom: 6rem;
  }
}

.catalogList__notes {
  margin-block: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .catalogList__notes {
    margin-block: 60px;
  }
}
.catalogList__notes .notes {
  display: inline-block;
  text-align: left;
  border: solid 1px #143774;
  padding-block: 25px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .catalogList__notes .notes {
    padding-inline: 40px;
  }
}
.catalogList__notes .notes b {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.catalogList__notes .notes p {
  line-height: 1.6;
}
.catalogList__notes .notes p a {
  color: #2E74E9;
  text-decoration: underline;
}

.catalogList__category {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .catalogList__category {
    margin-bottom: 60px;
  }
}
.catalogList__category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.catalogList__category ul li {
  width: calc((100% - 11px) / 2);
}
@media screen and (min-width: 768px) {
  .catalogList__category ul li {
    width: calc((100% - 22px) / 3);
  }
}
@media screen and (min-width: 1080px) {
  .catalogList__category ul li {
    width: calc((100% - 44px) / 5);
  }
}
.catalogList__category ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #f3f3f3;
  padding-block: 15px;
  transition: 0.3s;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .catalogList__category ul li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .catalogList__category ul li a:hover {
    background: #e1e1e1;
  }
}

.catalogList__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .catalogList__list {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .catalogList__list {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .catalogList__list {
    gap: 44px;
  }
}
.catalogList__list li {
  width: calc((100% - 32px) / 3);
}
@media screen and (min-width: 768px) {
  .catalogList__list li {
    width: calc((100% - 48px) / 4);
  }
}
@media screen and (min-width: 1080px) {
  .catalogList__list li {
    width: calc((100% - 176px) / 5);
  }
}
.catalogList__list li a .img {
  border: solid 1px #ccc;
  margin-bottom: 0.5rem;
  transition: 0.3s;
}
.catalogList__list li a .img img {
  width: 100%;
  transition: 0.3s;
}
.catalogList__list li a .txt {
  line-height: 1.4;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .catalogList__list li a:hover .img {
    border: solid 1px #2E74E9;
  }
}
@media screen and (min-width: 768px) {
  .catalogList__list li a:hover .img img {
    opacity: 0.85;
  }
}
@media screen and (min-width: 768px) {
  .catalogList__list li a:hover .txt {
    color: #2E74E9;
    text-decoration: underline;
  }
}

.site-search .searchBox {
  text-align: center;
  padding-block: 80px 30px;
}
.site-search input[type=text] {
  appearance: none;
  border: solid 1px #ccc;
  border-radius: 40px;
  padding-inline: 45px 20px;
  padding-block: 10px;
  height: 50px;
  width: min(100%, 600px);
  background: #fff url(../images/common/loupe.svg) no-repeat center left 18px;
  background-size: auto;
  background-size: 16px 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .site-search input[type=text] {
    font-size: 1.125rem;
  }
}
.site-search .resultText {
  text-align: center;
  margin-inline: 15px 0;
  margin-block: 0 30px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .site-search .resultText {
    margin-block: 0 80px;
  }
}
.site-search .resultText span {
  display: inline-block;
  padding-inline: 5px;
}
@media screen and (min-width: 768px) {
  .site-search .resultText .keyword {
    font-size: 1.125rem;
  }
}
.site-search .resultText .resultCount {
  font-weight: bold;
  padding-inline: 10px;
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .site-search .resultText .resultCount {
    font-size: 1.5rem;
  }
}
.site-search .no-result {
  text-align: center;
}
.site-search .no-result p {
  display: inline-block;
  line-height: 1.8;
  margin-block: 0 30px;
  text-align: left;
}
.site-search .no-result .btnArea {
  margin-block: 0 100px;
}
.site-search .site-search__list {
  margin-block: 0 40px;
  border-top: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .site-search .site-search__list {
    margin-block: 0 60px;
  }
}
.site-search .site-search__list .list__item {
  border-bottom: solid 1px #ccc;
}
.site-search .site-search__list .list__item a {
  position: relative;
  display: flex;
  padding-block: 15px;
  padding-inline: 15px;
  color: #094FC8;
  line-height: 1.6;
  text-decoration: underline;
  width: 100%;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .site-search .site-search__list .list__item a {
    padding-block: 25px;
    padding-inline: 25px 50px;
  }
}
.site-search .site-search__list .list__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 16px;
  vertical-align: middle;
  background: url(../images/common/arrow.svg) no-repeat center center;
  background-size: contain;
  margin-left: auto;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .site-search .site-search__list .list__item a::after {
    right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .site-search .site-search__list .list__item a:hover {
    background: #f7f7f7;
  }
}
@media screen and (min-width: 768px) {
  .site-search .site-search__list .list__item a:hover::after {
    opacity: 1;
    right: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
