@charset "UTF-8";
/**
 * uaplus.css version 0.0.1
 */
*, *::after, *::before {
  box-sizing: border-box;
}

:focus-visible {
  outline-offset: 3px;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

:where(html) {
  line-height: 1.5;
}

:where(html) {
  scrollbar-gutter: stable;
}

:where(h1) {
  font-size: 2em;
  margin-block: 0.67em;
}

:where(abbr[title]) {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

@media (forced-colors: active) {
  mark {
    color: HighlightText;
    background-color: Highlight;
  }
}
:where(del, ins, s)::before, :where(del, ins, s)::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  content: "test";
}

:where(s)::before {
  content: "stricken text start ";
}

:where(s)::after {
  content: " stricken text end";
}

:where(del)::before {
  content: "deletion start ";
}

:where(del)::after {
  content: " deletion end";
}

:where(ins)::before {
  content: "insertion start ";
}

:where(ins)::after {
  content: " insertion end";
}

:where(audio, iframe, img, svg, video) {
  max-block-size: 100%;
  max-inline-size: 100%;
}

:where(fieldset) {
  min-inline-size: 0;
}

:where(label):has(+ :where(textarea, input, select)) {
  display: block;
}

:where(textarea:not([rows])) {
  min-block-size: 6em;
}

:where(button, input, select, textarea) {
  font-family: inherit;
  font-size: inherit;
}

:where([type=search]) {
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where([type=search]) {
    border: 1px solid -apple-system-secondary-label;
    background-color: canvas;
  }
}
:where([type=tel], [type=url], [type=email], [type=number]):not(:-moz-placeholder) {
  direction: ltr;
}
:where([type=tel], [type=url], [type=email], [type=number]):not(:placeholder-shown) {
  direction: ltr;
}

:where(table) {
  border-collapse: collapse;
  border: 1px solid;
}

:where(th, td) {
  border: 1px solid;
  padding: 0.25em 0.5em;
}

:where(dialog)::backdrop {
  background: oklch(0% 0 0deg / 0.3);
}

:where(dialog), :where(dialog)::backdrop {
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete;
}

:where(dialog[open]), :where(dialog[open])::backdrop {
  opacity: 1;
}

@starting-style {
  :where(dialog[open]), :where(dialog[open])::backdrop {
    opacity: 0;
  }
}
[hidden]:not([hidden=until-found]) {
  display: none !important;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../font/HelveticaNeue-Bold.woff") format("woff"), url("../font/HelveticaNeue-Bold.woff2") format("woff2");
}
* {
  --color1: #003879;
  --color2: #E60012;
  --color3: #0E3355;
  --color4: linear-gradient(90deg, #E60012 0%, #FF5260 100%), #E60012;
  --color5: #EFF1F6;
  --width: 1100px;
  padding: 0;
  margin: 0;
}

body {
  background-color: #FFF;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  main {
    padding-top: 64px;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .spOnly {
    display: block;
  }
}

@media screen and (max-width: 767.9px) {
  .pcOnly {
    display: none;
  }
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: solid 1px #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  aspect-ratio: 1/1;
  transition: 0.2s translate cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 830px) {
  .arrow {
    width: 48px;
    height: 48px;
  }
  .arrow img {
    zoom: 0.9;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  padding: 0 0 0 40px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
header .inner {
  display: flex;
  justify-content: space-between;
}
header .logo {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #333;
}
header .logo img {
  width: 40px;
}
header .logo span {
  font-size: 20px;
  font-weight: bold;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
header nav ul li a {
  color: #333;
  font-weight: bold;
  transition: 0.2s cubic-bezier(0.19, 0.36, 0.69, 0.54);
}
header nav ul li a:hover {
  color: #ff6f00;
  opacity: 0.7;
}
header nav ul li a.h-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 200px;
  height: 80px;
  padding: 0 32px;
  background: var(--color4);
  color: #fff;
}
header nav ul li a.h-contact:hover {
  filter: brightness(90%);
  color: #fff;
  opacity: 1;
}
header .hmMenu {
  position: relative;
  top: 20px;
  right: 16px;
  z-index: 9999;
  cursor: pointer;
}
header .hmMenu .line {
  transition: all 0.4s ease;
  transform-origin: center;
  transform-origin: left;
}
header .hmMenu.active .top {
  transform: translateY(-3.5px) rotate(45deg);
}
header .hmMenu.active .middle {
  opacity: 0;
}
header .hmMenu.active .bottom {
  transform: translateY(3.5px) rotate(-45deg);
}
@media screen and (max-width: 960px) {
  header {
    height: 64px;
  }
  header .logo {
    gap: 10px;
  }
  header .logo span {
    font-size: 16px;
  }
  header nav ul {
    gap: 24px;
  }
  header nav ul li a {
    font-size: 14px;
  }
  header nav ul li a.h-contact {
    width: 160px;
    height: 64px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767.9px) {
  header {
    padding: 0 0 0 16px;
  }
  header .logo {
    margin-top: 12px;
  }
  header .sp_nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    padding: 64px 80px;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }
  header .sp_nav nav ul {
    flex-direction: column;
    gap: 0;
  }
  header .sp_nav nav ul li {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #ccc;
  }
  header .sp_nav nav ul li a {
    display: block;
    padding: 24px;
    font-size: 16px;
  }
  header .sp_nav nav ul li a.h-contact {
    display: flex;
    width: 100%;
    margin: 32px auto 0;
  }
  header .sp_nav nav ul li:last-child {
    border-bottom: none;
  }
  header .sp_nav.active {
    transform: translateX(0);
  }
}
@media screen and (max-width: 480px) {
  header .sp_nav {
    padding: 64px 16px;
  }
}

.footerTop {
  display: flex;
  padding: 0;
}
.footerTop a {
  width: 50%;
  transition: 0.2s cubic-bezier(0.19, 0.36, 0.69, 0.54);
}
.footerTop a:hover {
  filter: brightness(80%);
}
.footerTop a:hover .arrow {
  translate: 5px 0;
}
.footerTop_contact, .footerTop_company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 150px;
}
.footerTop_contact .left .ttl, .footerTop_company .left .ttl {
  color: #fff;
  font-size: 36px;
  text-align: left;
}
.footerTop_contact .left p, .footerTop_company .left p {
  color: #fff;
  line-height: 1.5;
}
.footerTop_contact {
  background: linear-gradient(90deg, #E60012 0%, #FE5A67 100%);
}
.footerTop_company {
  background: linear-gradient(90deg, #003879 0%, #0056A3 100%);
}
@media screen and (max-width: 1360px) {
  .footerTop_contact, .footerTop_company {
    padding: 48px 80px;
  }
}
@media screen and (max-width: 1080px) {
  .footerTop_contact, .footerTop_company {
    padding: 48px 40px;
  }
  .footerTop_contact .left .ttl, .footerTop_company .left .ttl {
    margin-bottom: 24px;
  }
  .footerTop_contact .left p, .footerTop_company .left p {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .footerTop {
    flex-direction: column;
  }
  .footerTop a {
    width: 100%;
  }
  .footerTop_contact, .footerTop_company {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .footerTop_contact, .footerTop_company {
    gap: 8px;
  }
  .footerTop_contact .left .ttl, .footerTop_company .left .ttl {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .footerTop_contact .left .ttl h2, .footerTop_company .left .ttl h2 {
    font-size: 14px;
  }
}

footer {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
footer .inner {
  max-width: var(--width);
  padding: 56px 0;
  margin: auto;
}
footer .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
footer .logo img {
  width: 40px;
}
footer .logo span {
  font-size: 20px;
  font-weight: bold;
}
footer .nav, footer .pdfLink {
  display: flex;
  gap: 24px;
}
footer .nav a, footer .pdfLink a {
  color: #333;
}
footer .nav a:hover, footer .pdfLink a:hover {
  text-decoration: underline;
}
footer .pdfLink img {
  margin-left: 4px;
}
footer .nav {
  margin-bottom: 32px;
}
footer .copyRight {
  width: 100%;
  padding: 8px;
  background: var(--color1);
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  footer .inner {
    padding: 32px;
  }
  footer .nav {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  footer .pdfLink {
    font-size: 12px;
  }
}

.ttl {
  margin-bottom: 40px;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: var(--color1);
  letter-spacing: 0.08;
}
.ttl h2 {
  margin-bottom: 6px;
  font-size: 16px;
  font-family: "Yu Gothic";
  font-weight: normal;
}
@media screen and (max-width: 767.9px) {
  .ttl {
    font-size: 36px;
  }
}

.breadcrumbs ol li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.breadcrumbs ol li a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs ol li:nth-of-type(n+2) {
  position: relative;
  padding: 0 0 0 16px;
}
.breadcrumbs ol li:nth-of-type(n+2)::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .breadcrumbs ol li {
    font-size: 10px;
  }
}

body:not(.top) main {
  padding-top: 0;
}
body:not(.top) #fv {
  position: relative;
  height: 350px;
  padding: 88px 0 48px;
  margin-bottom: 100px;
  background: var(--color1);
}
body:not(.top) #fv .inner {
  position: relative;
  max-width: 980px;
  margin: auto;
}
body:not(.top) #fv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
}
body:not(.top) #fv .ttl {
  margin: 48px 0 16px;
  color: #fff;
  text-align: left;
}
body:not(.top) #fv p {
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 1180px) {
  body:not(.top) #fv {
    height: auto;
    padding: 72px 20px 48px;
  }
}
@media screen and (max-width: 767.9px) {
  body:not(.top) #fv {
    margin-bottom: 64px;
  }
  body:not(.top) #fv p {
    font-size: 14px;
  }
}

a.ctaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 72px;
  margin: auto;
  border-radius: 3px;
  background: linear-gradient(90deg, #E60012 0%, #FF5260 100%);
  transition: 0.2s cubic-bezier(0.19, 0.36, 0.69, 0.54);
}
a.ctaBtn span {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
a.ctaBtn:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  a.ctaBtn {
    width: 100%;
    padding: 20px;
  }
}/*# sourceMappingURL=common.css.map */