@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*
var
 _________________________________________________________*/
:root {
  --spacer-1:16px;
  --spacer-2:24px;
  --spacer-3:32px;
  --spacer-4:40px;
  --spacer-5:48px;
  --spacer-6:56px;
  --spacer-7:64px;
  --spacer-8:80px;
}

@media screen and (max-width: 767px) {
  :root {
    --spacer-1:8px;
    --spacer-2:12px;
    --spacer-3:16px;
    --spacer-4:20px;
    --spacer-5:24px;
    --spacer-6:28px;
    --spacer-7:32px;
  }
}
/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  font-family: "Work Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  background-color: #F5F5F5;
  letter-spacing: 0;
  font-size: min(1.5984015984vw, 16px);
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  body {
    font-size: min(3.7333333333vw, 14px);
  }
}

body.is-nav-active {
  overflow: hidden;
}

main {
  overflow: clip;
}

input, textarea, select, button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.5px;
}

em {
  font-style: normal;
}

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

::selection {
  background-color: #ccc;
  color: #fff;
}

sub {
  bottom: 0;
}

/*
link color
 _________________________________________________________*/
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

/*
base
 _________________________________________________________*/
.content {
  margin: 64px auto;
}

.content-inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1119px) {
  .content-inner {
    padding: 0 var(--spacer-3);
  }
}

.l-header {
  text-align: center;
}
.l-header a {
  text-decoration: none;
  color: #000000;
}

.pc-header {
  background-color: #fff;
}
@media screen and (max-width: 1119px) {
  .pc-header {
    padding: 0 16px;
  }
}

.pc-header-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.pc-header-logo {
  width: 40.4%;
  max-width: 450px;
}

.pc-header-tel {
  align-self: flex-end;
  justify-self: flex-end;
  margin-left: auto;
  margin-right: 32px;
  width: 26.7%;
  max-width: 300px;
  padding-bottom: 8px;
}

.pc-header-contact {
  align-self: flex-end;
  justify-self: flex-end;
  width: 21.4%;
  max-width: 242px;
}

.pc-header-contact__privacy {
  margin-bottom: 8px;
  text-decoration: none;
  text-align: right;
  display: block;
  font-weight: 600;
}

.pc-header-contact__button {
  display: block;
  transition: 0.2s;
}
.pc-header-contact__button:hover {
  filter: brightness(120%);
}

.pc-grobalnav {
  background-color: #100063;
  height: 60px;
}

.pc-grobalnav-menu {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-grobalnav-menu li {
  width: 14.2857142857%;
  height: 100%;
}
.pc-grobalnav-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, #002bb7 10%, #100063 90%);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pc-grobalnav-menu li a:hover {
  background: linear-gradient(180deg, #100063 10%, #002bb7 90%);
}
.pc-grobalnav-menu li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.sp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacer-2);
  height: 60px;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}

.sp-header-logo {
  width: 70%;
  max-width: 300px;
}
.sp-header-logo img {
  width: 100%;
  height: auto;
}

.sp-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #100063;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.sp-header-menu__icon {
  position: relative;
  width: 26px;
  height: 20px;
  cursor: pointer;
}

.sp-header-menu__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.sp-header-menu__icon, .sp-header-menu__icon span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

.sp-header-menu__icon span:nth-of-type(1) {
  top: 0;
}

.sp-header-menu__icon span:nth-of-type(2) {
  top: 9px;
}

.sp-header-menu__icon span:nth-of-type(3) {
  bottom: 0;
}

.sp-header-menu__icon.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(8.5px) rotate(45deg);
  transform: translateY(8.5px) rotate(45deg);
}

.sp-header-menu__icon.is-active span:nth-of-type(2) {
  opacity: 0;
}

.sp-header-menu__icon.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-8.5px) rotate(-45deg);
  transform: translateY(-8.5px) rotate(-45deg);
}

.sp-grobalnav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: var(--spacer-2);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.sp-grobalnav.is-active {
  transform: translateX(0);
}
.sp-grobalnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 80%;
}
.sp-grobalnav ul li a {
  border-bottom: 1px solid #DBDBDB;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--spacer-2);
  font-size: 1.2em;
}
.sp-grobalnav ul li a:hover {
  color: #100063;
}
.sp-grobalnav ul li a small {
  color: rgba(16, 0, 99, 0.4);
  font-size: 0.7em;
}
.sp-grobalnav ul li a p:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F81624;
  margin-right: 8px;
}

.sp-grobalnav-tel,
.sp-grobalnav-mail {
  margin-top: var(--spacer-5);
  text-align: center;
}
.sp-grobalnav-tel img,
.sp-grobalnav-mail img {
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc-grobalnav,
  .pc-header {
    display: none;
  }
}

.sp-grobalnav,
.sp-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-grobalnav,
  .sp-header {
    display: flex;
  }
}

.l-footer {
  background: url(../images/footer_machinami.png) repeat-x;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-size: 584px 51px;
    padding-top: 50px;
  }
}

.footer {
  background: #fff;
  position: relative;
}

.footer-inner {
  margin: 0 auto;
  max-width: 1120px;
}
@media screen and (max-width: 1119px) {
  .footer-inner {
    padding: 0 var(--spacer-2);
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: var(--spacer-5) 0;
}

.footer-links__list {
  display: flex;
  flex-wrap: wrap;
  width: 33.33333%;
  flex-direction: column;
  border-right: 1px solid #DBDBDB;
  padding: 0 var(--spacer-2);
  gap: 8px;
}
.footer-links__list:first-child {
  border-left: 1px solid #DBDBDB;
}
.footer-links__list li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.footer-links__list li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #6DB8FF;
  margin-right: 10px;
}
.footer-links__list li a {
  display: inline;
  background-image: linear-gradient(to right, #100063 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.3s ease;
}
.footer-links__list li a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .footer-links__list li {
    width: 50%;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-links__list {
    border-left: none !important;
    border-right: none !important;
    width: 100%;
    flex-direction: row;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-links__list--pc {
    display: none;
  }
}

.footer-company {
  display: flex;
  gap: var(--spacer-4);
  align-items: center;
  padding-bottom: var(--spacer-4);
}
@media screen and (max-width: 767px) {
  .footer-company {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }
}

.footer-company__logo {
  max-width: 450px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer-company__logo {
    max-width: 300px;
  }
}

.footer-company__info {
  font-size: min(1.3986013986vw, 14px);
}
@media screen and (max-width: 767px) {
  .footer-company__info {
    font-size: min(3.2vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .footer-company__info {
    text-align: center;
  }
}

.footer-copyright {
  text-align: center;
  padding: var(--spacer-1) 0;
  font-size: 14px;
  background-color: #100063;
  color: #fff;
  font-size: min(1.1988011988vw, 12px);
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: min(2.6666666667vw, 10px);
  }
}

.back-to-top {
  position: fixed;
  right: 2%;
  bottom: 0;
  display: none;
}
.back-to-top a {
  color: #fff;
  background-color: #100063;
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.5984015984vw, 16px);
  text-align: center;
  display: block;
  padding-top: 30px;
  width: 80px;
  height: 60px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  line-height: 1;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .back-to-top a {
    font-size: min(3.2vw, 12px);
  }
}
.back-to-top a:hover {
  background-color: #6DB8FF;
}
@media screen and (max-width: 767px) {
  .back-to-top {
    position: absolute;
    right: 2%;
    bottom: -2px;
  }
  .back-to-top a {
    padding-top: 20px;
    width: 60px;
    height: 40px;
  }
}

.fix-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .fix-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 12px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
    z-index: 990;
    text-align: center;
  }
  .fix-cta ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
  }
  .fix-cta li {
    width: 48%;
  }
}

.index-title {
  width: 100%;
  font-size: min(3.1968031968vw, 32px);
  display: flex;
  align-items: center;
  gap: var(--spacer-2);
  font-weight: 400;
  position: relative;
  margin-bottom: var(--spacer-5);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .index-title {
    font-size: min(5.3333333333vw, 20px);
  }
}
.index-title div {
  display: flex;
  align-items: center;
  gap: var(--spacer-2);
  line-height: 1;
}
.index-title .index-title__sub {
  color: #100063;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.5984015984vw, 16px);
}
@media screen and (max-width: 767px) {
  .index-title .index-title__sub {
    font-size: min(2.6666666667vw, 10px);
  }
}
.index-title:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #100063;
  border-radius: 50%;
  position: absolute;
  right: 0;
}
.index-title:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  background: #100063;
}

/*
mv
 _________________________________________________________*/
.index-mv {
  height: 550px;
  position: relative;
  overflow: -moz-hidden-unscrollable;
  background: url(../images/index-mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .index-mv {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .index-mv {
    background: url(../images/index-mv_bg.jpg) no-repeat center center;
  }
}
.index-mv .index-mv__catch {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.index-mv__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
  height: 100%;
  min-height: 550px;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .index-mv__inner {
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .index-mv__inner {
    padding-top: 10px;
  }
}
.index-mv__inner:before, .index-mv__inner:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 290px;
  height: 460px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.index-mv__inner:before {
  left: -10%;
  background-image: url(../images/index-mv_worker-left.png);
}
@media screen and (max-width: 1119px) {
  .index-mv__inner:before {
    left: -5%;
  }
}
@media screen and (max-width: 767px) {
  .index-mv__inner:before {
    display: none;
  }
}
.index-mv__inner:after {
  right: -8%;
  background-image: url(../images/index-mv_worker-right.png);
}
@media screen and (max-width: 767px) {
  .index-mv__inner:after {
    right: -4%;
    width: 174px;
    height: 276px;
  }
}
@media screen and (max-width: 600px) {
  .index-mv__inner:after {
    right: -2%;
  }
}

.index-mv__establishment {
  position: absolute;
  left: 0;
  top: 0;
  background: #100063;
  height: 173.2050807569px;
  width: 200px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 1.1em;
  padding-top: 10px;
}
.index-mv__establishment em {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  color: #FFF155;
  font-size: 70px;
  line-height: 68px;
}
@media screen and (max-width: 1119px) {
  .index-mv__establishment {
    height: 138.5640646055px;
    width: 160px;
    font-size: 16px;
    line-height: 1.1em;
  }
  .index-mv__establishment em {
    font-size: 50px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .index-mv__establishment {
    position: relative;
    height: 30px;
    width: 40%;
    clip-path: none;
    font-size: 12px;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 5px;
    background-color: #100063;
    border-radius: 20px;
    top: 2%;
    left: 30%;
  }
  .index-mv__establishment em {
    font-size: 24px;
    line-height: 22px;
  }
}

.index-mv__catch {
  padding-top: 36px;
  text-align: center;
  font-size: min(3.3966033966vw, 34px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .index-mv__catch {
    font-size: min(5.3333333333vw, 20px);
  }
}
@media screen and (max-width: 1119px) {
  .index-mv__catch {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .index-mv__catch {
    font-size: min(3.7962037962vw, 38px);
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .index-mv__catch {
    font-size: min(5.3333333333vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .index-mv__catch {
    padding-top: 15px;
  }
}

.index-mv__servces {
  width: 100%;
  z-index: 10;
  padding-bottom: var(--spacer-3);
  padding-top: var(--spacer-3);
}
@media screen and (max-width: 1119px) {
  .index-mv__servces {
    padding-top: var(--spacer-2);
  }
}
.index-mv__servces__list {
  width: 78%;
  max-width: 932px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .index-mv__servces__list {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .index-mv__servces__list {
    width: 80%;
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .index-mv__servces__list {
    width: 90%;
    padding-right: 30vw;
  }
}
@media screen and (max-width: 375px) {
  .index-mv__servces__list {
    width: 90%;
    max-width: 90%;
  }
}

.index-mv__servces__item {
  margin: 0 10px;
  background-color: #fff;
}
.index-mv__servces__item a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-mv__servces__item a {
    padding: 6px;
  }
}
.index-mv__servces__item a p {
  margin-top: 10px;
  color: #100063;
  font-weight: 700;
  font-size: min(1.7982017982vw, 18px);
}
@media screen and (min-width: 1440px) {
  .index-mv__servces__item a p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .index-mv__servces__item a p {
    font-size: min(3.7333333333vw, 14px);
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/*
index-band
 _________________________________________________________*/
.index-band {
  position: relative;
  background: #FFF155;
  text-align: center;
  padding: var(--spacer-2);
  font-size: min(2.4975024975vw, 25px);
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .index-band {
    font-size: min(4.8vw, 18px);
  }
}
@media screen and (max-width: 1119px) {
  .index-band {
    font-size: min(2.1978021978vw, 22px);
  }
}
@media screen and (max-width: 1119px) and (max-width: 767px) {
  .index-band {
    font-size: min(4.8vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .index-band {
    flex-direction: column;
    gap: var(--spacer-1);
  }
}
.index-band p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-band em {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: min(6.993006993vw, 70px);
  line-height: 1;
  color: #100063;
  margin: 0 4px;
  margin-top: -10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .index-band em {
    font-size: min(8vw, 30px);
  }
}
@media screen and (max-width: 1119px) {
  .index-band em {
    font-size: min(5.994005994vw, 60px);
  }
}
@media screen and (max-width: 1119px) and (max-width: 767px) {
  .index-band em {
    font-size: min(8vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .index-band em {
    margin-top: -4px;
  }
}

/*
news
 _________________________________________________________*/
.index-news__inner {
  display: flex;
  justify-content: space-between;
  gap: var(--spacer-3);
}
@media screen and (max-width: 1000px) {
  .index-news__inner {
    flex-direction: column;
    gap: var(--spacer-4);
  }
}

.index-news__news {
  flex: auto;
}

.index-news__list {
  flex-basis: auto;
}

.index-news__subsidy {
  width: 350px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .index-news__subsidy {
    width: 100%;
    margin: 0 auto;
  }
}

.index-news__subsidy__title {
  background-color: #100063;
  margin: 0 auto calc(var(--spacer-2) + 10px) auto;
  color: #fff;
  padding: var(--spacer-1);
  font-weight: 700;
  line-height: 1;
  border-radius: 9999px;
  text-align: center;
  font-size: min(1.5984015984vw, 16px);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .index-news__subsidy__title {
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (max-width: 1000px) {
  .index-news__subsidy__title {
    padding: var(--spacer-1) var(--spacer-2);
  }
}
.index-news__subsidy__title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #100063;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
}
@media screen and (max-width: 1000px) {
  .index-news__subsidy__title:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #100063;
    bottom: -5px;
    left: calc(50% - 5px);
  }
}

.index-news__more {
  text-align: right;
}

.index-news__subsidy__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-1);
}
@media screen and (max-width: 1000px) {
  .index-news__subsidy__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.index-various {
  background-color: #fff;
  position: relative;
  margin-bottom: 0;
}

.index-various__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .index-various__inner {
    flex-direction: column;
  }
}

.index-various__item {
  width: 50%;
  height: 100%;
  padding: var(--spacer-7) 0;
}
.index-various__item:first-child {
  border-right: 1px solid #DBDBDB;
  padding-right: 5%;
}
.index-various__item:last-child {
  padding-left: 5%;
}
@media screen and (max-width: 1000px) {
  .index-various__item {
    width: 100%;
    padding: var(--spacer-7) var(--spacer-2);
    border-right: none;
  }
  .index-various__item:first-child {
    border-right: none;
    padding-right: var(--spacer-2);
  }
  .index-various__item:last-child {
    padding-left: var(--spacer-2);
  }
}

.index-various__title {
  margin-bottom: var(--spacer-2);
}

.index-various__title__top {
  display: flex;
  align-items: flex-end;
  gap: var(--spacer-2);
  line-height: 1;
  border-bottom: 2px solid #100063;
  position: relative;
}
.index-various__title__top span {
  font-size: min(3.7962037962vw, 38px);
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  color: #100063;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .index-various__title__top span {
    font-size: min(6.4vw, 24px);
  }
}
.index-various__title__top:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #100063;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -4px;
}

.index-various__title__bottom {
  text-align: right;
  letter-spacing: 1px;
  color: #100063;
  padding-right: 6px;
  font-weight: 600;
  margin-top: 5px;
}

.index-case__item {
  background-color: #F5F5F5;
  padding: var(--spacer-1);
  margin-bottom: 16px;
}
.index-case__item time {
  margin-bottom: 4px;
  color: #100063;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.3986013986vw, 14px);
  display: block;
}
@media screen and (max-width: 767px) {
  .index-case__item time {
    font-size: min(3.2vw, 12px);
  }
}
.index-case__item a {
  font-weight: 500;
  display: inline;
  background-image: linear-gradient(to right, #100063 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.3s ease;
}
.index-case__item a:hover {
  background-size: 100% 1px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  border: 1px solid #DBDBDB;
  background-color: #fff;
  padding: 4px;
  border-radius: 2px;
  width: 100%;
  outline: none;
}

.contact-division {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacer-1) / 2);
}
.contact-division .wpcf7-list-item-label {
  margin-left: 0.5em;
}

.index-news__news .news-list__item {
  background: #fff;
  padding: var(--spacer-1);
  margin-bottom: var(--spacer-1);
  display: flex;
  gap: var(--spacer-1);
  font-weight: 500;
  border-left: none;
  flex-direction: row;
}
.index-news__news .news-list__item time {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.5984015984vw, 16px);
  color: #100063;
}
@media screen and (max-width: 767px) {
  .index-news__news .news-list__item time {
    font-size: min(3.2vw, 12px);
  }
}
.index-news__news .news-list__item a {
  display: inline;
  background-image: linear-gradient(to right, #100063 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.3s ease;
}
.index-news__news .news-list__item a:hover {
  background-size: 100% 1px;
}

.news-list__item {
  background: #fff;
  padding: var(--spacer-2);
  margin-bottom: var(--spacer-1);
  display: flex;
  flex-direction: column;
  gap: var(--spacer-1);
  font-weight: 500;
  border-left: 6px solid #6DB8FF;
}
.news-list__item time {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.5984015984vw, 16px);
  color: #100063;
  display: block;
}
@media screen and (max-width: 767px) {
  .news-list__item time {
    font-size: min(3.2vw, 12px);
  }
}
.news-list__item a {
  display: inline;
  background-image: linear-gradient(to right, #100063 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.3s ease;
}
.news-list__item a:hover {
  background-size: 100% 1px;
}

/*
pageheader
 _________________________________________________________*/
.pageheader {
  position: relative;
  text-align: center;
  background-color: #100063;
}
.pageheader--default {
  background: url(../images/pageheader_default.jpg) no-repeat center center;
  background-size: cover;
}

.pageheader-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 300px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1119px) {
  .pageheader-inner {
    padding: 0 var(--spacer-3);
  }
}
@media screen and (max-width: 767px) {
  .pageheader-inner {
    min-height: 200px;
  }
}

.pageheader-text {
  position: relative;
  z-index: 3;
  text-align: left;
}

.pageheader-text__title {
  color: #FFF155;
  font-weight: 600;
  font-size: 5rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.pageheader-text__title::first-letter {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .pageheader-text__title {
    font-size: 24px;
  }
}

.pageheader-text__description {
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pageheader-text__description {
    font-size: 12px;
  }
}

.pageheader-img {
  display: flex;
  align-items: center;
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0;
  z-index: 2;
}
.pageheader-img span {
  display: block;
  background: url(../images/logomark.png);
  background-size: 100% 100%;
  height: 215px;
  width: 250px;
  opacity: 0.6;
}
@media screen and (max-width: 1119px) {
  .pageheader-img {
    right: var(--spacer-3);
  }
}
@media screen and (max-width: 767px) {
  .pageheader-img {
    width: 125px;
    height: 100%;
  }
  .pageheader-img span {
    background-size: 100% 100%;
    height: 107px;
    width: 125px;
  }
}

.pageheader-logo {
  display: flex;
  align-items: center;
  width: 250px;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0%;
  right: 0;
  z-index: 2;
}
.pageheader-logo span {
  display: block;
  background: url(../images/logomark.png);
  background-size: 100% 100%;
  height: 215px;
  width: 250px;
}
@media screen and (max-width: 1119px) {
  .pageheader-logo {
    right: var(--spacer-3);
  }
}
@media screen and (max-width: 767px) {
  .pageheader-logo {
    width: 125px;
    height: 100%;
  }
  .pageheader-logo span {
    background-size: 100% 100%;
    height: 107px;
    width: 125px;
  }
}

.pageheader-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  user-select: none;
  box-shadow: inset 0 -4px 15px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.pageheader-bg--default {
  background-image: url(../images/pageheader_default.jpg);
  opacity: 1;
}

/*
pagecontent
 _________________________________________________________*/
.pagecontent-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  padding-top: var(--spacer-7);
  padding-bottom: var(--spacer-7);
}
@media screen and (max-width: 1119px) {
  .pagecontent-inner {
    padding: var(--spacer-7) var(--spacer-3);
  }
}

.pagecontent-inner--small {
  width: 100%;
  max-width: 928px;
}

.page-2column {
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  justify-content: space-between;
  padding: var(--spacer-6) 0;
}
@media screen and (max-width: 1119px) {
  .page-2column {
    flex-direction: column;
    padding: var(--spacer-4) 0;
  }
}

.page-2column__main {
  width: 74.1%;
  max-width: 832px;
  background-color: #fff;
  padding: var(--spacer-3);
}
@media screen and (max-width: 1119px) {
  .page-2column__main {
    width: 100%;
    max-width: 832px;
    margin-bottom: var(--spacer-4);
    margin-left: auto;
    margin-right: auto;
  }
}

.page-2column__main--bgnone {
  background-color: transparent;
  padding: 0;
}

.page-2column__side {
  width: 22.8%;
  max-width: 256px;
}
@media screen and (max-width: 1000px) {
  .page-2column__side {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .page-2column__side {
    width: 100%;
    max-width: none;
  }
}

.page-2column__main__cta {
  background-color: rgba(255, 241, 85, 0.2);
  padding: var(--spacer-2);
}
.page-2column__main__cta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--spacer-2);
}
.page-2column__main__cta li {
  width: calc(50% - var(--spacer-1));
}

/* sidebar
   _________________________________________________________*/
.sidebar-unit {
  margin-bottom: var(--spacer-4);
}
@media screen and (max-width: 1000px) {
  .sidebar-unit {
    padding: var(--spacer-3);
  }
}
@media screen and (max-width: 767px) {
  .sidebar-unit {
    padding: var(--spacer-3);
  }
}

.sidebar-title {
  font-size: min(1.5984015984vw, 16px);
  font-weight: 700;
  padding-bottom: calc(var(--spacer-1) / 2);
  position: relative;
  text-align: center;
  margin-bottom: var(--spacer-1);
}
@media screen and (max-width: 767px) {
  .sidebar-title {
    font-size: min(3.4666666667vw, 13px);
  }
}
.sidebar-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #100063;
  position: absolute;
  bottom: 0;
}
.sidebar-title:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #100063;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.sidebar-banner {
  text-align: center;
}
.sidebar-banner li {
  margin-bottom: var(--spacer-1);
  text-align: center;
}
.sidebar-banner li img {
  max-width: 220px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .sidebar-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--spacer-1);
  }
  .sidebar-banner li {
    width: calc(33.3333333333% - var(--spacer-1));
  }
}
@media screen and (max-width: 767px) {
  .sidebar-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--spacer-1);
  }
  .sidebar-banner li {
    width: calc(50% - var(--spacer-1));
  }
}

.sidebar-list {
  display: flex;
  flex-direction: column;
}
.sidebar-list li {
  font-size: min(1.3986013986vw, 14px);
  color: #100063;
  position: relative;
  border-bottom: 1px solid #DBDBDB;
  padding: var(--spacer-1) 0;
}
@media screen and (max-width: 767px) {
  .sidebar-list li {
    font-size: min(3.2vw, 12px);
  }
}
.sidebar-list li a {
  display: block;
  transition: 0.2s;
}
.sidebar-list li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #6DB8FF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: calc(var(--spacer-1) / 2);
  transition: 0.2s;
}
.sidebar-list li a:hover {
  padding-left: 5px;
  font-weight: 600;
}
.sidebar-list li a:hover:before {
  border-left-color: #100063;
}

/* construction
   _________________________________________________________*/
.construction__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .construction__list {
    gap: 16px;
  }
}

.construction__item {
  display: flex;
  width: calc(25% - 24px);
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #DBDBDB;
}
@media screen and (max-width: 1000px) {
  .construction__item {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .construction__item {
    width: calc(50% - 8px);
  }
}
.construction__item a:hover .construction__item__img img {
  transform: scale(1.1);
}

.construction__item__img {
  border-top: 4px solid #100063;
  overflow: hidden;
}
.construction__item__img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.construction__item__text {
  padding: 8px 16px;
  font-size: 12px;
  text-align: left;
}

.construction__item__title {
  font-size: 16px;
  font-weight: bold;
  color: #C90A16;
  line-height: 1.2;
  margin-bottom: 8px;
}

.construction__item--large {
  width: calc(33.3333333333% - 22px);
}
@media screen and (max-width: 1000px) {
  .construction__item--large {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .construction__item--large {
    width: 100%;
  }
}
.construction__item--large .construction__item__text {
  font-size: 14px;
}
.construction__item--large .construction__item__title {
  font-size: 22px;
}

/* construction
   _________________________________________________________*/
.construction-content__section {
  padding-bottom: var(--spacer-4);
}

/* 旧サイトのCSS
_________________________________________________________*/
div.section div.wrapper {
  clear: both;
}

div.section {
  padding-bottom: var(--spacer-4);
}
div.section:last-child {
  padding-bottom: 0;
}

div.section p {
  margin-bottom: var(--spacer-1);
}

div.section h3.catch_ttl {
  background: #1969cc;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  padding: 5px 10px;
  height: auto;
  width: auto;
  margin: 24px auto;
}

div.section .leadTxt {
  font-size: 18px;
  font-weight: bold;
}

div.section .leadTxt strong {
  color: #D73532;
}

.section .catch_txt {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}

.section .catch_txt strong {
  color: #D73532;
}

/* product
   _________________________________________________________*/
.product .m-heading-bluecircle {
  margin: 8px 0;
  font-size: 1em;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--spacer-2);
  margin-bottom: var(--spacer-6);
}

.product-item {
  width: calc(50% - var(--spacer-2));
  display: grid;
  border: 1px solid #DBDBDB;
  grid-template-columns: 30% 1fr;
  grid-template-rows: auto auto 1fr;
  padding: 8px;
  gap: var(--spacer-1) var(--spacer-1);
  grid-auto-flow: row;
  grid-template-areas: "product-item__title product-item__title" "product-item__image product-item__partnum" "product-item__description product-item__description";
}

.product-item__title {
  grid-area: product-item__title;
}

.product-item__partnum {
  grid-area: product-item__partnum;
}

.product-item__description {
  grid-area: product-item__description;
}

.product-item__image {
  grid-area: product-item__image;
}

.product-item__title {
  font-weight: bold;
  border-bottom: 2px solid #100063;
  font-size: 0.9em;
  padding: 6px 0;
}

.product-item__partnum {
  font-size: 0.9em;
  margin-bottom: var(--spacer-1);
  color: #100063;
}
.product-item__partnum li::before {
  content: "●";
  margin-right: 4px;
  color: #6DB8FF;
}

.product-item__description {
  font-size: 0.8em;
  background-color: rgba(109, 184, 255, 0.1);
  padding: 8px;
}

/*
faq
 _________________________________________________________*/
.faq-item {
  background: #F5F5F5;
  padding: var(--spacer-1);
  margin-bottom: var(--spacer-2);
  cursor: pointer;
}

.faq-item__question {
  color: #000;
  font-weight: 500;
  display: inline;
  background-image: linear-gradient(to right, #100063 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.3s ease;
  display: block;
  font-size: min(1.998001998vw, 20px);
}
.faq-item__question:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .faq-item__question {
    font-size: min(4.2666666667vw, 16px);
  }
}
.faq-item__question:before {
  content: "Q.";
  color: #6DB8FF;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: min(2.3976023976vw, 24px);
  margin-right: var(--spacer-1);
}
@media screen and (max-width: 767px) {
  .faq-item__question:before {
    font-size: min(4.2666666667vw, 16px);
  }
}

.faq-item__answer {
  display: none;
  padding-top: 16px;
  border-top: 1px solid #DBDBDB;
}

.index-faq__list .faq-item {
  padding: var(--spacer-1);
  margin-bottom: 16px;
}
.index-faq__list .faq-item__question {
  font-size: min(1.5984015984vw, 16px);
}
@media screen and (max-width: 767px) {
  .index-faq__list .faq-item__question {
    font-size: min(3.7333333333vw, 14px);
  }
}
.index-faq__list .faq-item__question:before {
  font-size: min(1.998001998vw, 20px);
}
@media screen and (max-width: 767px) {
  .index-faq__list .faq-item__question:before {
    font-size: min(4.2666666667vw, 16px);
  }
}

/*
post-article
 _________________________________________________________*/
.post-article {
  background-color: #fff;
  margin-bottom: var(--spacer-3);
}

.post-article__header {
  background-color: #100063;
  padding: var(--spacer-1) var(--spacer-3);
  color: #fff;
}
.post-article__header a {
  color: #fff;
}

.post-article__date {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  color: #6DB8FF;
}

.post-article__title {
  font-weight: 500;
  font-size: min(1.7982017982vw, 18px);
}
@media screen and (max-width: 767px) {
  .post-article__title {
    font-size: min(4.2666666667vw, 16px);
  }
}

.post-article__body {
  padding: 0 var(--spacer-3) var(--spacer-3) var(--spacer-3);
}
.post-article__body p {
  margin-top: 1em;
}

.post-article--summary .post-article__body {
  padding-bottom: 0;
}

.post-article__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: var(--spacer-2);
  margin-bottom: var(--spacer-2);
  gap: var(--spacer-1);
  padding: 0 var(--spacer-3);
}
.post-article__category li a {
  border: 1px solid #6DB8FF;
  padding: calc(var(--spacer-1) / 2);
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
  color: #100063;
  background-color: rgba(109, 184, 255, 0.1);
  transition: 0.2s;
}
.post-article__category li a:hover {
  background-color: rgba(109, 184, 255, 0.3);
}

.post-article__more {
  padding: 0 var(--spacer-3) var(--spacer-3) var(--spacer-3);
  text-align: right;
}

.post-article__body {
  margin: var(--spacer-2) 0;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: calc(var(--spacer-1) / 2);
}

.page-numbers {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  background-color: #100063;
  color: #fff;
  border-radius: 2px;
  display: flex;
  line-height: 1em;
  padding: 8px;
}
.page-numbers:hover {
  color: #fff;
}

.page-numbers.current {
  background-color: #6DB8FF;
}

.page-numbers.prev,
.page-numbers.next {
  background-color: transparent;
  color: #000000;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  color: #100063;
}

/* securitycamera
   _________________________________________________________*/
.securitycamera-omakase .pagecontent-inner {
  padding: 0;
}

.securitycamera-trouble__icon {
  display: block;
  width: 127px;
  height: 159px;
  position: absolute;
  bottom: var(--spacer-1);
  right: var(--spacer-1);
}
@media screen and (max-width: 767px) {
  .securitycamera-trouble__icon {
    width: 100px;
    height: auto;
    bottom: var(--spacer-2);
  }
}

.securitycamera-trouble .m-list-dot {
  font-size: min(1.7982017982vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .securitycamera-trouble .m-list-dot {
    font-size: min(3.7333333333vw, 14px);
  }
}
.securitycamera-trouble .m-list-dot li {
  margin: var(--spacer-1) 0;
}

.securitycamera-omakase {
  background-color: #FFF155;
}
@media screen and (max-width: 767px) {
  .securitycamera-omakase .pagecontent-inner {
    max-width: 400px;
  }
}

.securitycamera-omakase__title {
  font-weight: 700;
  padding: var(--spacer-4) 0;
}
@media screen and (max-width: 1119px) {
  .securitycamera-omakase__title {
    padding-left: var(--spacer-3);
  }
}
@media screen and (max-width: 767px) {
  .securitycamera-omakase__title {
    max-width: 320px;
    margin-left: 0;
  }
}
.securitycamera-omakase__title__text {
  font-size: min(3.996003996vw, 40px);
  margin-bottom: var(--spacer-1);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .securitycamera-omakase__title__text {
    font-size: min(4.2666666667vw, 16px);
  }
}
.securitycamera-omakase__title__text em {
  display: inline-block;
  background-color: #F81624;
  color: #fff;
  font-size: min(3.3966033966vw, 34px);
  padding: 8px 16px;
  margin-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .securitycamera-omakase__title__text em {
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .securitycamera-omakase__title__text em {
    padding: 8px;
    margin-left: 5px;
  }
}

.securitycamera-omakase__title__heading {
  display: inline-block;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  padding: var(--spacer-1) 0;
  position: relative;
  font-size: min(5.994005994vw, 60px);
  line-height: 1.4;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .securitycamera-omakase__title__heading {
    font-size: min(5.3333333333vw, 20px);
  }
}
.securitycamera-omakase__title__heading em {
  color: #100063;
}
.securitycamera-omakase__title__heading:before, .securitycamera-omakase__title__heading:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 4px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .securitycamera-omakase__title__heading:before, .securitycamera-omakase__title__heading:after {
    width: 6px;
    height: 6px;
  }
}
.securitycamera-omakase__title__heading:before {
  top: -4px;
  right: 0;
}
.securitycamera-omakase__title__heading:after {
  bottom: -4px;
  left: 0;
}

.securitycamera-omakase__img {
  width: 280px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .securitycamera-omakase__img {
    width: 120px;
    height: auto;
  }
}

.securitycamera-point {
  position: relative;
}
.securitycamera-point .m-title-redwavyline {
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
}

.securitycamera-point__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: inset(0);
}
.securitycamera-point__img:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/securitycamera-point_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.securitycamera-point .m-list-num-dl {
  max-width: 928px;
  margin: 0 auto;
}

.securitycamera-client__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacer-2);
}

.securitycamera-client__item {
  width: 348px;
  display: flex;
  justify-content: start;
  border: 2px solid #100063;
  padding: var(--spacer-1);
  align-items: center;
  gap: var(--spacer-2);
  background-color: #fff;
}

.securitycamera-client__item__img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .securitycamera-client__item__img {
    width: 60px;
  }
}

.securitycamera-client__item__text {
  font-weight: 600;
}

.securitycamera-maintenance {
  background-color: #100063;
  color: #fff;
  text-align: center;
}
.securitycamera-maintenance .pagecontent-inner {
  padding-top: var(--spacer-4);
  padding-bottom: var(--spacer-4);
}

.securitycamera-maintenance__title {
  font-size: min(4.5954045954vw, 46px);
  font-weight: 700;
  margin-bottom: var(--spacer-1);
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .securitycamera-maintenance__title {
    font-size: min(5.3333333333vw, 20px);
  }
}
.securitycamera-maintenance__title em {
  color: #FFF155;
}

.securitycamera-maintenance__text {
  font-weight: 700;
  display: inline-block;
  margin-bottom: var(--spacer-2);
  font-size: min(1.998001998vw, 20px);
}
@media screen and (max-width: 767px) {
  .securitycamera-maintenance__text {
    font-size: min(3.7333333333vw, 14px);
  }
}
.securitycamera-maintenance__text:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.cta {
  position: relative;
  margin-bottom: var(--spacer-7);
}

.cta-header {
  background: url(../images/cta-img.jpg) no-repeat center center;
  background-size: cover;
  aspect-ratio: 1440/300;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-header {
    aspect-ratio: 4/1;
  }
}

.cta-header__logomark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  max-width: 300px;
  height: auto;
  z-index: 1;
}

.cta-header__name {
  z-index: 2;
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(20px, 6vw, 80px);
  line-height: 1;
}

.cta-main {
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
  padding-top: var(--spacer-7);
}
@media screen and (max-width: 1000px) {
  .cta-main {
    padding: var(--spacer-7) var(--spacer-2) 0 var(--spacer-2);
  }
}

.cta-main__text {
  font-size: 30px;
  color: #100063;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--spacer-5);
}
.cta-main__text .underline {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  background: linear-gradient(transparent 70%, #FFF155 30%);
}
@media screen and (max-width: 1000px) {
  .cta-main__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cta-main__text {
    font-size: 18px;
    margin-bottom: var(--spacer-7);
  }
}

.cta-main__button {
  display: flex;
  justify-content: center;
  gap: var(--spacer-2);
}
@media screen and (max-width: 767px) {
  .cta-main__button {
    flex-direction: column;
    align-items: center;
  }
}

.cta-main__button__item {
  max-width: 350px;
}
.cta-main__button__item a {
  transition: 0.2s;
}
.cta-main__button__item a:hover {
  filter: brightness(120%);
}

.smallcta {
  background: linear-gradient(180deg, #ffffff 0%, #E2E2E2 100%);
  padding: var(--spacer-4);
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.08);
}

.smallcta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.smallcta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacer-2);
}

.smallcta-button__item {
  max-width: 350px;
}
.smallcta-button__item a {
  transition: 0.2s;
}
.smallcta-button__item a:hover {
  filter: brightness(120%);
}

/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

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

.tb-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tb-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tb-only {
    display: none;
  }
}

.pcl-only {
  display: block;
}
@media screen and (max-width: 1440px) {
  .pcl-only {
    display: none;
  }
}

.pcs-only {
  display: none;
}
@media screen and (max-width: 1119px) {
  .pcs-only {
    display: block;
  }
}

/*
右寄せ＆左寄せ
_________________________________________________________*/
.m-a-center {
  text-align: center;
}

.m-a-right {
  text-align: right;
}

.m-a-left {
  text-align: left;
}

.m-f-right {
  float: right;
}

.m-r-left {
  float: left;
}

.prewrap {
  white-space: pre-wrap;
}

.m-img-left {
  float: left;
  margin-right: var(--spacer-2);
  margin-bottom: var(--spacer-2);
  width: auto;
}
@media screen and (max-width: 767px) {
  .m-img-left {
    width: auto;
    max-width: 100%;
    margin: 0 auto 10px auto;
    float: none;
    display: block;
  }
}

.m-img-right {
  float: right;
  margin-right: var(--spacer-2);
  margin-bottom: var(--spacer-2);
  width: auto;
}
@media screen and (max-width: 767px) {
  .m-img-right {
    width: auto;
    max-width: 100%;
    margin: 0 auto 10px auto;
    float: none;
    display: block;
  }
}

/*
マージン＆パディング
_________________________________________________________*/
.m-mb-1 {
  margin-bottom: var(--spacer-1) !important;
}

.m-mb-2 {
  margin-bottom: var(--spacer-2) !important;
}

.m-mb-3 {
  margin-bottom: var(--spacer-3) !important;
}

.m-mb-4 {
  margin-bottom: var(--spacer-4) !important;
}

.m-mb-5 {
  margin-bottom: var(--spacer-4) !important;
}

.m-mb-6 {
  margin-bottom: var(--spacer-6) !important;
}

.m-mb-7 {
  margin-bottom: var(--spacer-7) !important;
}

.m-mb-8 {
  margin-bottom: var(--spacer-8) !important;
}

.m-mt-1 {
  margin-top: var(--spacer-1) !important;
}

.m-mt-2 {
  margin-top: var(--spacer-2) !important;
}

.m-mt-3 {
  margin-top: var(--spacer-3) !important;
}

.m-mt-4 {
  margin-top: var(--spacer-4) !important;
}

.m-mt-5 {
  margin-top: var(--spacer-4) !important;
}

.m-mt-6 {
  margin-top: var(--spacer-6) !important;
}

.m-mt-7 {
  margin-top: var(--spacer-7) !important;
}

.m-mt-8 {
  margin-top: var(--spacer-8) !important;
}

/*
font-color
_________________________________________________________*/
.m-color-red {
  color: #F81624 !important;
}

.m-color-navy {
  color: #100063 !important;
}

.m-color-white {
  color: #fff !important;
}

/*
font-size
_________________________________________________________*/
.m-txt-semibold {
  font-weight: 500 !important;
}

strong,
.m-txt-bold {
  font-weight: 600 !important;
}

.m-txt-xlarge {
  font-size: 1.3em !important;
}

.m-txt-large {
  font-size: 1.1em !important;
}

.m-txt-small {
  font-size: 0.9em !important;
}

.m-txt-xsmall {
  font-size: 0.8em !important;
}

.m-uline-yellow {
  background: linear-gradient(transparent 70%, #FFF155 30%) !important;
}

.m-uline-orange {
  background: linear-gradient(transparent 70%, #f5c361 30%) !important;
}

.m-txt-eng,
.m-font-alp {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
}

/*
heading
_________________________________________________________*/
.m-heading-boldcenter {
  text-align: center;
  font-weight: 600;
  font-size: min(2.7972027972vw, 28px);
  margin-bottom: var(--spacer-2);
}
@media screen and (max-width: 767px) {
  .m-heading-boldcenter {
    font-size: min(4.8vw, 18px);
  }
}

.m-heading-bgnavy {
  background-color: #100063;
  color: #fff;
  padding: var(--spacer-1) var(--spacer-2);
  text-align: left;
  font-weight: normal;
  font-size: min(1.7982017982vw, 18px);
  margin-bottom: var(--spacer-1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-heading-bgnavy {
    font-size: min(3.7333333333vw, 14px);
  }
}
.m-heading-bgnavy:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: linear-gradient(45deg, #1060AC, #6DB8FF);
}

.m-heading-bgblue {
  background-color: #6DB8FF;
  color: #fff;
  padding: calc(var(--spacer-1) / 2) var(--spacer-2);
  text-align: left;
  font-weight: normal;
  font-size: min(1.5984015984vw, 16px);
  margin-bottom: var(--spacer-1);
}
@media screen and (max-width: 767px) {
  .m-heading-bgblue {
    font-size: min(3.2vw, 12px);
  }
}

.m-heading-underline {
  text-align: center;
  position: relative;
  margin-bottom: var(--spacer-2);
}
.m-heading-underline div {
  display: inline-block;
  padding-bottom: calc(var(--spacer-1) / 2);
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  line-height: 1.1;
  color: #100063;
  font-size: min(1.7982017982vw, 18px);
}
@media screen and (max-width: 767px) {
  .m-heading-underline div {
    font-size: min(3.7333333333vw, 14px);
  }
}
.m-heading-underline div:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #100063;
  bottom: 0;
}

.m-title-redwavyline {
  position: relative;
  text-align: center;
  font-size: min(2.997002997vw, 30px);
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacer-5);
}
@media screen and (max-width: 767px) {
  .m-title-redwavyline {
    font-size: min(5.3333333333vw, 20px);
  }
}
.m-title-redwavyline div {
  margin: 0 auto;
  display: inline-block;
  line-height: 1.2;
}
.m-title-redwavyline div::after {
  content: "";
  height: 7px;
  width: 100%;
  display: inline-block;
  position: relative;
  background: url(../images/red-wavyline.svg);
}
@media screen and (max-width: 767px) {
  .m-title-redwavyline div::after {
    height: 5px;
    background-size: 19px 5px;
  }
}

.m-heading-navyballoon {
  position: relative;
  text-align: center;
  font-size: min(1.998001998vw, 20px);
  text-align: center;
  margin-bottom: var(--spacer-5);
}
@media screen and (max-width: 767px) {
  .m-heading-navyballoon {
    font-size: min(3.7333333333vw, 14px);
  }
}
.m-heading-navyballoon div {
  margin: 0 auto;
  display: inline-block;
  line-height: 1;
  background-color: #100063;
  color: #fff;
  padding: var(--spacer-1) var(--spacer-3);
  position: relative;
  border-radius: 9999px;
}
.m-heading-navyballoon div::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #100063;
}
@media screen and (max-width: 767px) {
  .m-heading-navyballoon div::after {
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #100063;
  }
}

.m-heading-blueballoon {
  position: relative;
  text-align: center;
  font-size: min(1.998001998vw, 20px);
  text-align: center;
  margin-bottom: var(--spacer-5);
}
@media screen and (max-width: 767px) {
  .m-heading-blueballoon {
    font-size: min(3.7333333333vw, 14px);
  }
}
.m-heading-blueballoon div {
  margin: 0 auto;
  display: inline-block;
  line-height: 1;
  background-color: #6DB8FF;
  color: #fff;
  padding: var(--spacer-1) var(--spacer-3);
  position: relative;
  border-radius: 9999px;
}
.m-heading-blueballoon div::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #6DB8FF;
}
@media screen and (max-width: 767px) {
  .m-heading-blueballoon div::after {
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #6DB8FF;
  }
}

.m-heading-default,
.m-title-default {
  width: 100%;
  font-size: min(2.7972027972vw, 28px);
  display: flex;
  align-items: center;
  gap: var(--spacer-2);
  font-weight: 400;
  position: relative;
  margin-bottom: var(--spacer-5);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .m-heading-default,
  .m-title-default {
    font-size: min(4.8vw, 18px);
  }
}
.m-heading-default div,
.m-title-default div {
  display: flex;
  align-items: center;
  gap: var(--spacer-2);
  line-height: 1;
}
.m-heading-default .m-title-default__sub,
.m-title-default .m-title-default__sub {
  color: #100063;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.5984015984vw, 16px);
}
@media screen and (max-width: 767px) {
  .m-heading-default .m-title-default__sub,
  .m-title-default .m-title-default__sub {
    font-size: min(2.6666666667vw, 10px);
  }
}
.m-heading-default:before,
.m-title-default:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #100063;
  border-radius: 50%;
  position: absolute;
  right: 0;
}
.m-heading-default:after,
.m-title-default:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  background: #100063;
}

.m-heading-doubleline {
  position: relative;
  padding: 0.3rem;
  margin-bottom: var(--spacer-2);
  border-bottom: 4px double #6DB8FF;
  color: #100063;
  font-weight: bold;
}

.m-heading-bluecircle {
  font-weight: 700;
  margin: var(--spacer-2) 0;
  font-size: 1.1em;
}
.m-heading-bluecircle:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #100063;
  margin-right: 8px;
}

/*
button, link
_________________________________________________________*/
.m-link-textarrow {
  display: inline-block;
}

.m-link-textarrow__link {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
}
.m-link-textarrow__link:hover {
  color: #100063;
}
.m-link-textarrow__link:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #100063;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.m-link-textarrow__link:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}
.m-link-textarrow__link:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url(../images/icon-right-arrow.svg) 100% 100% no-repeat;
}

.m-link-window {
  display: inline;
  text-decoration: none;
  color: #100063;
  transition: 0.2s;
}
.m-link-window__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cg%3E%3Cpath%20d='M96,0v416h416V0H96z%20M472,376H136V40h336V376z'%20fill='%23100063'/%3E%3Cpolygon%20points='40,472%2040,296%2040,136%2040,96%200,96%200,512%20416,512%20416,472%20376,472'%20fill='%23100063'/%3E%3Cpolygon%20points='232.812,312.829%20350.671,194.969%20350.671,279.766%20390.671,279.766%20390.671,126.688%20237.594,126.688%20237.594,166.688%20322.39,166.688%20204.531,284.547'%20fill='%23100063'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.3em;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .m-link-window__icon {
    width: 12px;
    height: 12px;
  }
}
.m-link-window:hover {
  color: #6DB8FF;
}
.m-link-window:hover .m-link-window__icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cg%3E%3Cpath%20d='M96,0v416h416V0H96z%20M472,376H136V40h336V376z'%20fill='%236DB8FF'/%3E%3Cpolygon%20points='40,472%2040,296%2040,136%2040,96%200,96%200,512%20416,512%20416,472%20376,472'%20fill='%236DB8FF'/%3E%3Cpolygon%20points='232.812,312.829%20350.671,194.969%20350.671,279.766%20390.671,279.766%20390.671,126.688%20237.594,126.688%20237.594,166.688%20322.39,166.688%20204.531,284.547'%20fill='%236DB8FF'/%3E%3C/g%3E%3C/svg%3E");
}

.m-link-redradius {
  display: inline-block;
  background-color: #C90A16;
  color: #fff;
  line-height: 1.2;
  padding: var(--spacer-1) var(--spacer-3);
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
  font-size: min(1.5984015984vw, 16px);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .m-link-redradius {
    font-size: min(3.2vw, 12px);
  }
}
.m-link-redradius:hover {
  background-color: #F81624;
  color: #fff;
}

/*
box
 _________________________________________________________*/
.m-bg-gray {
  background-color: #F5F5F5;
}

.m-bg-white {
  background-color: #fff;
}

.m-box-navyline {
  display: inline-block;
  margin: var(--spacer-3) auto;
  border-top: 2px solid #100063;
  border-bottom: 2px solid #100063;
  padding: var(--spacer-1) 0;
  position: relative;
}
.m-box-navyline:before, .m-box-navyline:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #100063;
  border-radius: 4px;
  display: block;
  position: absolute;
}
.m-box-navyline:before {
  top: -4px;
  right: 0;
}
.m-box-navyline:after {
  bottom: -4px;
  left: 0;
}

.m-box-gray {
  background-color: #F5F5F5;
  padding: var(--spacer-2);
}

.m-box-white {
  background-color: #fff;
  padding: var(--spacer-2);
}

.m-box-yellowarrow {
  border: 3px solid #FFF155;
  background-color: #fff;
  padding: var(--spacer-2);
  position: relative;
  max-width: 736px;
  margin: 0 auto;
}
.m-box-yellowarrow:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFF155;
}
@media screen and (max-width: 767px) {
  .m-box-yellowarrow:after {
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF155;
  }
}

.m-box-yellowbox {
  background-color: rgba(255, 241, 85, 0.2);
  padding: var(--spacer-2);
}

.m-box-border {
  border: 1px solid #DBDBDB;
  padding: var(--spacer-1);
}

/*
list
 _________________________________________________________*/
.m-dl-wrapper {
  display: flex;
  justify-content: center;
  gap: var(--spacer-2);
  margin: var(--spacer-4) 0;
}

.m-dl-yellow {
  width: 350px;
  border: 2px solid #FFF155;
  text-align: center;
  font-size: min(1.998001998vw, 20px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-dl-yellow {
    font-size: min(4.2666666667vw, 16px);
  }
}
.m-dl-yellow dt {
  background-color: #FFF155;
  padding: var(--spacer-1);
}
.m-dl-yellow dd {
  padding: var(--spacer-2);
}

.m-dl-blue {
  width: 350px;
  border: 2px solid #6DB8FF;
  text-align: center;
  font-size: min(1.7982017982vw, 18px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-dl-blue {
    font-size: min(3.7333333333vw, 14px);
  }
}
.m-dl-blue dt {
  background-color: #6DB8FF;
  padding: var(--spacer-1);
}
.m-dl-blue dd {
  padding: var(--spacer-2);
}

.m-dl-navy {
  width: 350px;
  border: 2px solid #100063;
  text-align: center;
  font-size: min(1.7982017982vw, 18px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-dl-navy {
    font-size: min(3.7333333333vw, 14px);
  }
}
.m-dl-navy dt {
  background-color: #100063;
  padding: var(--spacer-1);
}
.m-dl-navy dd {
  padding: var(--spacer-2);
}

.m-dl-gray {
  width: 350px;
  border: 2px solid #F5F5F5;
  text-align: center;
  font-size: min(1.7982017982vw, 18px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-dl-gray {
    font-size: min(3.7333333333vw, 14px);
  }
}
.m-dl-gray dt {
  background: linear-gradient(180deg, #ffffff -50%, #e6e6e6 50%);
  padding: var(--spacer-1);
}
.m-dl-gray dd {
  padding: var(--spacer-2);
}

.m-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.m-img-list--5 {
  gap: var(--spacer-1);
  justify-content: space-between;
}
.m-img-list--5 li {
  width: calc(20% - var(--spacer-1));
  margin-bottom: var(--spacer-1);
}
@media screen and (max-width: 767px) {
  .m-img-list--5 li {
    width: calc(33.3333333333% - var(--spacer-1));
  }
}

.m-img-list--2 {
  gap: var(--spacer-1);
  justify-content: space-between;
}
.m-img-list--2 li {
  width: calc(50% - var(--spacer-1));
  margin-bottom: var(--spacer-1);
  text-align: center;
}

.m-img-list--3 {
  gap: var(--spacer-1);
  justify-content: space-between;
}
.m-img-list--3 li {
  width: calc(33.3333333333% - var(--spacer-1));
  margin-bottom: var(--spacer-1);
  text-align: center;
}

.m-list-dot {
  list-style: none;
  display: block;
}
.m-list-dot li {
  margin-bottom: calc(var(--spacer-1) / 2);
  line-height: 1.5;
  color: #000;
  position: relative;
  padding-left: 15px;
}
.m-list-dot li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #100063;
  border-radius: 50%;
  margin-right: var(--spacer-1);
  position: absolute;
  aspect-ratio: 1;
  top: 0.5em;
  left: 0;
}

.m-list-num-dl {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-2);
}

.m-list-num-dl__item {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacer-1) / 2);
  background: linear-gradient(180deg, #ffffff -50%, #e6e6e6 50%);
  padding: var(--spacer-2) var(--spacer-4) var(--spacer-2) var(--spacer-6);
  position: relative;
  border: 1px solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .m-list-num-dl__item {
    width: 80%;
    margin: 0 auto;
  }
}
.m-list-num-dl__item:before {
  content: "";
  width: 64px;
  height: 64px;
  background-color: #100063;
  position: absolute;
  top: calc(50% - 32px);
  left: -32px;
  border-radius: 50%;
  font-size: min(2.997002997vw, 30px);
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .m-list-num-dl__item:before {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .m-list-num-dl__item:before {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    left: -16px;
  }
}
.m-list-num-dl__item dt {
  font-size: min(1.998001998vw, 20px);
}
@media screen and (max-width: 767px) {
  .m-list-num-dl__item dt {
    font-size: min(4.2666666667vw, 16px);
  }
}
.m-list-num-dl__item dt em {
  background: linear-gradient(transparent 80%, #FFF155 20%);
}
.m-list-num-dl__item dd {
  font-size: min(1.3986013986vw, 14px);
}
@media screen and (max-width: 767px) {
  .m-list-num-dl__item dd {
    font-size: min(3.2vw, 12px);
  }
}

.m-list-num-dl__item:nth-child(1)::before {
  content: "1";
}

.m-list-num-dl__item:nth-child(2)::before {
  content: "2";
}

.m-list-num-dl__item:nth-child(3)::before {
  content: "3";
}

.m-list-num-dl__item:nth-child(4)::before {
  content: "4";
}

.m-list-num-dl__item:nth-child(5)::before {
  content: "5";
}

.m-list-num-dl__item:nth-child(6)::before {
  content: "6";
}

.m-list-num-dl__item:nth-child(7)::before {
  content: "7";
}

.m-list-num-dl__item:nth-child(8)::before {
  content: "8";
}

.m-list-num-dl__item:nth-child(9)::before {
  content: "9";
}

.m-list-num-dl__item:nth-child(10)::before {
  content: "10";
}

.m-list-num-dl__item:nth-child(11)::before {
  content: "11";
}

.m-list-num-dl__item:nth-child(12)::before {
  content: "12";
}

.m-list-num-dl__item:nth-child(13)::before {
  content: "13";
}

.m-list-num-dl__item:nth-child(14)::before {
  content: "14";
}

.m-list-num-dl__item:nth-child(15)::before {
  content: "15";
}

.m-list-circle li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: calc(var(--spacer-1) / 2);
  line-height: 1.5;
  color: #000;
}
.m-list-circle li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #6DB8FF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.m-list-borderbottom li {
  padding: var(--spacer-1) 0;
  border-bottom: 1px solid #DBDBDB;
}

/*
table
 _________________________________________________________*/
.m-table-style1,
.m-table-border {
  width: 100%;
  border-collapse: collapse;
}
.m-table-style1 th, .m-table-style1 td,
.m-table-border th,
.m-table-border td {
  padding: calc(var(--spacer-1) / 2);
  border-bottom: 1px solid #DBDBDB;
  text-align: left;
}
.m-table-style1 th,
.m-table-border th {
  width: 20%;
  max-width: 150px;
  font-weight: normal;
}
.m-table-style2 {
  width: 100%;
  border-collapse: collapse;
}
.m-table-style2 th, .m-table-style2 td {
  padding: calc(var(--spacer-1) / 2);
  border: 1px solid #DBDBDB;
  text-align: left;
}
.m-table-style2 th {
  background-color: #F5F5F5;
}
.m-table-style3 {
  width: 100%;
  border-collapse: collapse;
}
.m-table-style3 th, .m-table-style3 td {
  padding: var(--spacer-1);
  border-bottom: 1px solid #DBDBDB;
  text-align: left;
}
.m-table-style3 th {
  color: #100063;
}
.m-flex-2column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--spacer-1);
}

.m-flex-2column__item {
  width: calc(50% - var(--spacer-1));
}
@media screen and (max-width: 767px) {
  .m-flex-2column__item {
    width: 100%;
  }
}

iframe {
  max-width: 100%;
  height: auto;
}