@charset "utf-8";

:root {
  --blue: #015aa1;
  --hover-blue: #2283d3;
  --noto-serif: "Noto Serif", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Times,
    "Times New Roman", serif;
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*==================================

  General

==================================*/
html,
body {
  overflow-x: hidden;
}
html {
  font-family: var(--noto-sans);
  font-optical-sizing: auto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}
body {
  font-size: 1.6rem;
}
ul {
  list-style: none;
}
/* index */
.m-index * {
  font-family: var(--noto-serif);
}
.b-fullsection {
  background-color: #aaa;
  color: #fff;
  height: 100svh;
  position: relative;
  scroll-snap-align: start;
  width: 100svw;
}
.b-fullsection .-back {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.b-fullsection .-back img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.b-fullsection .-inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.e-btn {
  background-color: #035ba1;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.e-btn.m-white {
  background-color: #fff;
  color: #035ba1;
}
.e-btn:hover {
  background-color: var(--hover-blue);
}
.e-btn.m-white:hover {
  background-color: #ffffffd3;
}

a:hover {
  text-decoration: none;
}

/*==================================

  header

==================================*/

header {
  background-color: #ffffffb3;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding-left: 30px;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: 0.4s;
  width: 100vw;
  z-index: 99;
}
header h1 {
  align-items: center;
  display: flex;
}
header h1 img {
  width: clamp(160px, 15vw, 190px);
}
header .e-contact {
  align-items: center;
  background-color: #00479d;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  letter-spacing: 0.1em;
  padding: 26px 14px;
  text-decoration: none;
  transition: 0.3s;
}
header .e-contact:hover {
  background-color: var(--hover-blue);
}
@media screen and (max-width: 768px) {
  header {
    padding-left: 15px;
  }
  header .e-contact {
    font-size: 1.2rem;
    padding: 16px 14px;
  }
}
/*==================================

  hero-area

==================================*/
.b-hero-area {
  background-color: #fff;
}
.b-hero-area * {
  font-family: var(--noto-sans);
}
.b-hero-area .-back.m-02 {
  aspect-ratio: 270 / 163;
  height: auto;
  left: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84.3%;
}
@media screen and (max-width: 768px) {
  .b-hero-area .-back.m-02 {
    aspect-ratio: 337 / 486;
    top: 42%;
  }
}

.b-hero-area .-inner {
  height: 100%;
  width: 100%;
}
.b-hero-area .e-img {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
}
.b-hero-area .e-img.m-cross {
  display: none;
  max-width: 228px;
  top: 40%;
}
.b-hero-area .e-img.m-logo {
  display: none;
  max-width: 292px;
  top: 65%;
}
.b-hero-area .e-scroll {
  bottom: 30px;
  display: block;
  left: 50%;
  letter-spacing: 2px;
  position: absolute;
  transform: translateX(-50%);
}
.b-hero-area .e-scroll i {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  transform: rotate(-45deg) translateX(-50%);
  top: -40px;
  width: 20px;
}
.b-hero-area .e-scroll.m-black {
  color: #000;
}
.b-hero-area .e-scroll.m-black i {
  border-color: #000;
}
@media screen and (max-width: 768px) {
  .b-hero-area .e-scroll {
    bottom: 12%;
  }
}

.b-hero-area .e-link-contact {
  align-items: center;
  background-color: var(--blue);
  border-radius: 30px;
  bottom: 20px;
  color: #fff;
  column-gap: 21px;
  display: flex;
  font-weight: 600;
  letter-spacing: 1.6px;
  max-width: 248px;
  padding: 10px 20px 10px 5px;
  position: absolute;
  right: 20px;
  transition: 0.3s;
  text-decoration: none;
}
.b-hero-area .e-link-contact:hover {
  background-color: var(--hover-blue);
}
.b-hero-area .e-link-contact .-icon {
  background-color: #fff;
  border-radius: 30px;
  display: block;
  height: 33px;
  padding: 5px;
  position: relative;
  width: 33px;
}
.b-hero-area .e-link-contact .-icon img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}
@media screen and (max-width: 768px) {
  .b-hero-area .e-link-contact {
    right: 50%;
    transform: translateX(50%);
    padding: 6px 20px 6px 5px;
    width: 100%;
  }
}

/*==================================

  copy-area

==================================*/
.b-copy-area * {
  color: #fff;
  text-align: center;
}
.b-copy-area .-back {
  background: #000000aa;
}
.b-copy-area .-back img {
  mix-blend-mode: multiply;
}
.b-copy-area .-inner {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.b-copy-area h2 {
  font-size: clamp(2.2rem, 2.73vw, 3.5rem);
  letter-spacing: 3.5px;
  line-height: 1.71;
}
.b-copy-area p {
  font-size: clamp(1.45rem, 1.56vw, 2rem);
  line-height: 2;
  margin-top: 2em;
  text-shadow: 0px 3px 6px #00000029;
}

@media screen and (max-width: 768px) {
  .b-copy-area .-inner {
    min-width: 312px;
    width: 83.2vw;
  }
}

/*==================================

  business

==================================*/
.b-business .-inner {
  height: 100%;
  width: 100%;
}
.b-business .-inner > div {
  background-color: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(30px) brightness(0.45);
  backdrop-filter: blur(30px) brightness(0.45);
  box-shadow: 0px 3px 6px #00000029;
  min-width: 335px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: opacity 1s;
  visibility: visible;
}
.b-business .-inner > div.m-hidden {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.b-business .-default {
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 75vh;
  justify-content: center;
  max-height: 500px;
  max-width: 500px;
  width: calc(100vw - 40px);
}

@media screen and (min-width: 769px) {
  .b-business .-inner.m-right .-default {
    left: unset;
    transform: translateY(-50%);
    right: 7.85%;
  }
  .b-business .-inner.m-left .-default {
    left: 7.85%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .b-business .-inner > div {
    left: 50%;
    max-height: 350px;
    transform: translate(-50%, -50%);
    right: unset;
  }
  .b-business .-default {
    border-radius: 8px;
  }
}

.b-business h2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: clamp(3rem, 3.9vw, 4rem);
  justify-content: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.b-business h2 span {
  background-color: #0763af;
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 10px auto 0;
  padding: 4px 24px 6px;
  text-indent: 0.1em;
}
.b-business p {
  font-size: clamp(1.4rem, 1.25vw, 1.7rem);
  line-height: 2;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-business p {
    margin-top: 1em;
  }
}
.b-business .-more {
  border-radius: 5px;
  left: 50%;
  max-width: clamp(500px, 84.3%, 1080px);
  padding: clamp(20px, 10.4svh, 83px) clamp(20px, 4.68svw, 60px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84.3%;
}
.b-business .-more ul {
  column-gap: clamp(30px, 5.8vw, 40px);
  display: flex;
  justify-content: center;
}
.b-business .-more li {
  max-width: calc(100% / 3);
}
.b-business .-more li img {
  width: 100%;
}
.b-business .-more h3 {
  background-color: #0763af;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 10px;
  padding: 0.75em 0;
  text-align: center;
  width: 100%;
}
.b-business .-more p {
  font-family: var(--noto-sans);
  font-size: 1.4rem;
}
.b-business .-more .e-close {
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
}
.b-business .-more .e-close::before,
.b-business .-more .e-close::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 30px;
}
.b-business .-more .e-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.b-business .-more .e-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.b-business .e-btn {
  display: block;
  font-family: var(--noto-sans);
  font-size: 1.2rem;
  margin: 40px auto 0;
  padding: 8px 26px;
}
@media screen and (max-width: 768px) {
  .b-business div.-more {
    max-height: 400px;
    padding: 40px 30px 20px;
  }
  .b-business .-more .e-close {
    height: 20px;
    right: 10px;
    top: 10px;
    width: 20px;
  }
  .b-business .-more .e-close::before,
  .b-business .-more .e-close::after {
    width: 25px;
  }

  .b-business .-more .custom-arrow:before {
    content: "" !important;
  }
  .b-business .-more .custom-arrow i {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    display: block;
    height: 16px;
    width: 16px;
  }
  .b-business .-more .slick-prev {
    left: -18px;
  }
  .b-business .-more .slick-prev i {
    transform: rotate(-45deg);
  }
  .b-business .-more .slick-next {
    right: -23px;
  }
  .b-business .-more .slick-next i {
    transform: rotate(45deg) scaleX(-1);
  }
  .b-business .-more .slick-dots {
    column-gap: 0;
  }
  .b-business .-more .slick-dots li button:before {
    color: #fff;
    font-size: 13px;
    opacity: 1;
  }
  .b-business .-more .slick-dots li.slick-active button:before {
    color: var(--blue);
  }

  .b-business .-more h3 {
    font-size: 1.4rem;
    padding: 0.5em 0;
  }
  .b-business .-more p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .b-business .e-btn {
    margin-top: 2em;
  }
}

.b-business .-inner.m-company > div {
  border-radius: 5px;
  left: 50%;
  max-width: 1080px;
  padding: clamp(20px, 7svh, 45px);
  transform: translate(-50%, -50%);
  width: 84.3%;
}
@media screen and (max-width: 768px) {
  .b-business .-inner.m-company > div {
    max-height: unset;
    padding: 20px;
  }
}
.b-business .-inner.m-company ul {
  column-gap: clamp(30px, 5.8vw, 75px);
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  max-width: 818px;
}
.b-business .-inner.m-company li {
  font-size: clamp(1.4rem, 1.64vw, 1.65rem);
  padding: 0.75em 0;
  text-align: center;
  width: calc(100% / 3 - 4vw);
}
.b-business .-inner.m-company li:nth-child(n + 4) {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .b-business .-inner.m-company ul {
    column-gap: 5px;
    margin: 1em auto;
  }
  .b-business .-inner.m-company li {
    width: calc(100% / 2 - 2.5px);
  }
  .b-business .-inner.m-company li:nth-child(n + 3) {
    border-top: 1px solid #fff;
  }
}

/*==================================

  b-about

==================================*/
.b-about .-box {
  margin: 0 auto;
  max-width: 1080px;
  width: 84.3%;
}
.b-about .-box .-inner.m-flex {
  column-gap: 40px;
  display: flex;
}
.b-about h3 {
  align-items: center;
  color: #015aa1;
  display: flex;
  flex-direction: column;
  font-size: 2.5rem;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 60px 0 33px;
  text-align: center;
}
.b-about h3 span {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.b-about .-table {
  border-collapse: collapse;
  width: 100%;
}
.b-about .-box .-inner.m-flex .-table {
  width: calc(55% - 20px);
}
.b-about .-table th {
  padding-right: clamp(20px, 4.68vw, 60px);
}
.b-about .-table th,
.b-about .-table td {
  border-bottom: 1px solid #000;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2;
  padding: 1.75em 0;
}
.b-about .-table tr:first-child th,
.b-about .-table tr:first-child td {
  border-top: 1px solid #000;
}
.b-about .-table th {
  font-weight: 600;
  text-align: left;
  vertical-align: baseline;
  width: 11em;
}
.b-about .-table td * {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

.b-about .-map {
  width: calc(45% - 20px);
}

@media screen and (max-width: 768px) {
  .b-about .-box .-inner.m-flex {
    flex-direction: column;
  }
  .b-about .-box .-inner.m-flex .-table,
  .b-about .-map {
    width: 100%;
  }
  .b-about .-map {
    margin-top: 20px;
  }
  .b-about .-table th,
  .b-about .-table td {
    padding: 0.75em 0;
  }
  .b-about .-table th {
    width: 8em;
  }
}

/*==================================

  recruit

==================================*/
.b-recruit h2,
.b-contact h2 {
  display: flex;
  flex-direction: column;
  font-size: clamp(3.4rem, 4.68vw, 6rem);
  letter-spacing: 0.1em;
  line-height: 1;
  row-gap: 20px;
}
.b-recruit h2 span,
.b-contact h2 span {
  font-size: clamp(1.7rem, 2.34vw, 3rem);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .b-recruit h2,
  .b-contact h2 {
    row-gap: 10px;
  }
}

.b-recruit {
  margin-top: 150px;
}
.b-recruit .-inner {
  display: flex;
  width: 100%;
}
.b-recruit .-inner > * {
  width: 50%;
}
.b-recruit .-info {
  background-color: #015aa1;
  color: #fff;
  padding: clamp(20px, 4.68vw, 60px);
  position: relative;
}
.b-recruit p {
  line-height: 3;
  margin-top: clamp(20px, 3vw, 30px);
}
.b-recruit .-info a {
  bottom: 40px;
  font-family: var(--noto-sans);
  font-size: 1.4rem;
  padding: 8px 40px;
  position: absolute;
  right: clamp(20px, 7.8vw, 100px);
}
.b-recruit .-info a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 18px;
}

@media screen and (max-width: 768px) {
  .b-recruit .-inner {
    flex-direction: column;
  }
  .b-recruit .-inner > * {
    width: 100%;
  }
  .b-recruit .-info {
    padding-bottom: 100px;
    padding-top: 30px;
  }
  .b-recruit p {
    line-height: 1.76;
  }
  .b-recruit .-info a {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}

/*==================================

  contact

==================================*/
.b-contact {
  background-color: #efefef;
  color: #015aa1;
}
.b-contact .-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 84.3%;
}
.b-contact .e-btn {
  display: inline-block;
  font-family: var(--noto-sans);
  font-size: 1.4rem;
  margin: 20px auto 0;
  padding: 10px 36px;
}
.b-contact h3 {
  color: #000;
  font-size: 2.1rem;
  text-align: right;
}
.b-contact h3 span {
  font-size: 1.6rem;
  font-weight: 500;
}
.b-contact .-number {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-contact .e-number {
  color: #015aa1;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}
.b-contact .e-number.m-tel {
  font-size: 5.3rem;
  letter-spacing: 2.65px;
}
.b-contact .e-number.m-fax {
  font-size: 3.2rem;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 768px) {
  .b-contact .-inner {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .b-contact .e-btn {
    font-size: 1.4rem;
    padding: 10px 30px;
  }
  .b-contact h3 {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    margin-top: 30px;
    text-align: center;
  }
  .b-contact h3 span {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .b-contact .e-number.m-tel,
  .b-contact .e-number.m-fax {
    font-size: 3.3rem;
    letter-spacing: 0;
    text-align: center;
  }
  .b-contact .e-number.m-fax {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}

/*==================================

  footer

==================================*/
footer {
  background-color: #015aa1;
  color: #fff;
}
footer .-inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  padding: clamp(20px, 5svh, 40px) 0;
  width: 84.3%;
}
footer .-inner .-left {
  display: flex;
  flex-direction: column;
}
footer .-left h1 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 2.62px;
  margin-bottom: 27px;
}
footer .-right {
  display: block;
  text-align: right;
}
footer .-right a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}
footer .-right * {
  margin-top: 0.75em;
}
footer .-right small {
  display: block;
}

@media screen and (max-width: 768px) {
  footer .-inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
    text-align: center;
  }
  footer .-left h1 {
    margin-bottom: 15px;
  }
  footer .-inner p {
    font-size: 1rem;
    line-height: 1.76;
  }
  footer .-right {
    text-align: center;
  }
  footer .-right * {
    font-size: 1rem;
  }
  footer .-right a {
    font-size: 1.2rem;
  }
}

/*==================================

  single

==================================*/
.b-single {
  background-color: #efefef;
  padding: clamp(45px, 5.46vw, 70px) 0 90px;
}
.b-single .-inner {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1080px;
  padding: clamp(45px, 4.5vw, 50px) clamp(20px, 4.68vw, 60px);
  width: 84.3%;
}
.b-single h2 {
  display: flex;
  flex-direction: column;
  font-family: var(--noto-serif);
  font-size: clamp(2rem, 2.34vw, 3rem);
  letter-spacing: 3px;
  margin: clamp(36px, 5.46vw, 70px) auto;
  max-width: 1080px;
  row-gap: 15px;
  width: 84.3%;
}
.b-single h2 span {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.b-single h3 {
  align-items: baseline;
  column-gap: 0.5em;
  display: flex;
  font-size: clamp(1.6rem, 1.56vw, 2rem);
  margin: 30px 0 0.5em;
}
.b-single h3::before {
  background-color: #00479d;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
.b-single li,
.b-single p {
  line-height: 1.8;
}
.b-single li ul {
  padding: 0.5em 0 0.5em 2em;
}
.b-single p {
  margin-bottom: 1em;
}
.b-single p a {
  color: #1868fe;
}
.b-single a:hover {
  text-decoration: none;
}
.b-single th {
  background-color: #ededed;
  text-align: left;
}
.b-single th,
.b-single td {
  padding: 0.5em;
}

@media screen and (max-width: 768px) {
  .b-single h2 {
    text-align: center;
  }
  .b-single li,
  .b-single p {
    line-height: 1.5;
  }
}

/*==================================

  single - contact

==================================*/
.b-single.m-contact h2 {
  color: var(--blue);
  font-size: clamp(3.4rem, 4.68vw, 6rem);
}
.b-single.m-contact h2 span {
  font-size: clamp(1.7rem, 2.34vw, 3rem);
}
.b-single.m-contact.m-thx .-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-single.m-contact.m-thx .-inner {
  padding: clamp(45px, 11.2vw, 145px) 0;
}
.b-single.m-contact.m-thx .-inner p {
  font-size: 2.2rem;
  font-weight: 600;
}
.b-single.m-contact .mfp_colored {
  background-color: transparent;
}
form#mailformpro label.mfp_not_checked,
.b-single.m-contact form#mailformpro label.mfp_checked {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.b-single.m-contact p {
  text-align: center;
}
.b-single .mailform {
  margin: 0 auto;
  max-width: 750px;
}
.b-single .form-item {
  border-bottom: 1px solid #707070;
  padding: 15px 0;
}
.b-single .form-item.m-last {
  border: none;
}
.b-single .form-item .-inner {
  align-items: center;
  border-radius: 0;
  display: flex;
  padding: 15px 0;
  width: 100%;
}
.b-single .must {
  background-color: #f00;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  float: right;
  font-size: 1.2rem !important;
  padding: 2px 10px;
  text-shadow: none;
}
.b-single form#mailformpro dl dt,
.b-single form#mailformpro dl dd {
  border: none;
  padding: 0;
}
.b-single form#mailformpro dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 40px;
  text-align: left;
  width: 26%;
}
.b-single form#mailformpro dl dd {
  width: 74%;
}
.b-single .form-item input,
.b-single .form-item select,
.b-single .form-item textarea {
  background-color: #fff;
  border: 1px solid #707070;
  box-shadow: none;
  height: auto !important;
  padding: 0.75em 2em;
  width: 100% !important;
}
.b-single .confirm-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.b-single .confirm-item * {
  font-size: 1.6rem;
  text-align: center;
}
.b-single .confirm-item input {
  height: 1.25em;
  margin-right: 0.5em;
  width: 1.25em;
}
.b-single .confirm-item a {
  color: var(--blue);
}

.b-single .submit-item button {
  background: var(--blue);
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px auto;
  max-width: 480px;
  padding: 1.5em 0;
  position: relative;
  text-shadow: none;
  transition: 0.3s;
  width: 100%;
}
.b-single .submit-item button::before {
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.b-single .submit-item button:hover {
  background-color: var(--hover-blue);
}
@media screen and (max-width: 768px) {
  .b-single .form-item .-inner {
    align-items: baseline;
    flex-direction: column;
    justify-content: left;
  }
  .b-single form#mailformpro dl dt,
  .b-single form#mailformpro dl dd {
    width: 100%;
  }
  .b-single form#mailformpro dl dt {
    margin-bottom: 5px;
    padding-right: 0;
  }
  .b-single .confirm-item * {
    font-size: 1.2rem;
  }
  .b-single .must {
    font-size: 1rem !important;
  }
  .b-single .confirm-item .must {
    padding: 1px 5px;
  }
  .b-single .submit-item button {
    font-size: 1.6rem;
    padding: 0.75em 0;
  }
}

/* フォームカスタマイズ */
div#mfp_overlay_inner h4 {
  margin-bottom: 2em;
}
div#mfp_overlay_inner .mfp_element_button {
  background: var(--blue);
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 30px;
  max-width: 142px;
  padding: 1.25em 0;
  position: relative;
  text-align: center;
  text-shadow: none;
  width: 50%;
}
div#mfp_overlay_inner #mfp_button_cancel.mfp_element_button {
  background: #717171;
}
div#mfp_overlay_inner .mfp_element_button::before {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}
div#mfp_overlay_inner div.mfp_buttons {
  column-gap: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

/*==================================

  404

==================================*/
.b-notfound {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100svh - 185px);
  justify-content: center;
  width: 100svw;
}
.b-notfound h2 {
  font-size: clamp(2rem, 2.73vw, 3.5rem);
  margin-bottom: 20px;
}

.e-btn.m-toplink {
  display: block;
  margin-top: 30px;
  max-width: 370px;
  min-width: 270px;
  padding: 1em 0;
  position: relative;
  text-align: center;
  width: 36.7vw;
}
.e-btn.m-toplink::before {
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

/*==================================

  general - 優先

==================================*/

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