@charset "UTF-8";

/* ============================================================================
 * BASE
 * ========================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  min-width: 1200px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #101010;
  word-break: break-all;
  overflow: clip;
  background-color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: bold;
}

hr {
  border: none;
}

a, button {
  cursor: pointer;
  border: none;
  transition: 0.3s all ease;
}

a {
  color: #101010;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

button {
  color: #101010;
  background: none;
}

input, select, button, textarea {
  font-family: "Noto Sans JP", sans-serif;
}

input, textarea {
  display: block;
  border: none;
}
input::placeholder, textarea::placeholder {
  color: #bfbfbf;
}

select {
  -webkit-appearance: none;
}

table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.3s all ease;
  display: block;
}

br.is-pc {
  display: block;
}
br.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: block;
  }
}
/* ============================================================================
 * LAYOUT
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * WRAPPER
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * STRUCTURE
 * --------------------------------- */
.l-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    min-width: inherit;
    padding-top: 60px;
    overflow-x: inherit;
  }
}
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * HEADER
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * STRUCTURE
 * --------------------------------- */
.l-header {
  width: 100%;
  min-height: 100px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.l-header__inner {
  max-width: 1440px;
  min-height: 100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.l-headerInfo .m-headerNav__btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header {
    min-height: 60px;
    position: fixed;
  }
  .l-header__inner {
    min-height: 60px;
  }
  .l-headerInfo {
    width: calc(100% + 40px);
    min-height: 60px;
    margin: 0 -20px;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 200;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .l-headerInfo .m-headerNav__btn {
    width: 80px !important;
    height: 36px;
    margin: -18px 0 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 55px;
  }
  .l-headerNav {
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.3);
  }
  .l-headerNav.is-active {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
}
/* ------------------------------------
 * MODULE
 * --------------------------------- */
.m-headerLogo {
  width: 228px;
}
.m-headerHmenu {
  display: none;
}
.m-headerNav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-headerNav__list, .m-headerNav__cv {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-headerNav__list {
  position: relative;
  top: 1px;
}
.m-headerNav__list li {
  margin: 0 0 0 25px;
}
.m-headerNav__list li:first-child {
  margin-left: 0;
}
.m-headerNav__list a {
  text-decoration: none !important;
  display: block;
  position: relative;
}
.m-headerNav__list a::before {
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -10px;
  display: block;
  box-sizing: border-box;
  border-left: 0 solid #0e63c4;
  border-right: 0 solid #0e63c4;
  background: #0e63c4;
  transition-property: width, left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  content: "";
}
.m-headerNav__list a:hover::before {
  width: 100%;
  left: 0;
  right: 0;
}
.m-headerNav__cv {
  margin: 0 0 0 30px;
}
.m-headerNav__cv li {
  margin: 0 0 0 10px;
}
.m-headerNav__cv li:first-child {
  margin-left: 0;
}
.m-headerNav__btn {
  height: 52px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.m-headerNav__btn[data-type="1"] {
  width: 130px;
  color: #fff;
  background: #0E63C4;
}
.m-headerNav__btn[data-type="1"]:hover, .m-headerNav__btn[data-type="1"]:focus, .m-headerNav__btn[data-type="1"]:active {
  background-color: #2477ef;
}
.m-headerNav__btn[data-type="2"] {
  width: 182px;
  color: #000;
  background: #ffdb22;
}
.m-headerNav__btn[data-type="2"]:hover, .m-headerNav__btn[data-type="2"]:focus, .m-headerNav__btn[data-type="2"]:active {
  background-color: #f3cc05;
}
.m-headerNav__btn:hover, .m-headerNav__btn:focus, .m-headerNav__btn:active {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .m-headerNav {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .m-headerLogo {
    width: 200px;
  }
  .m-headerNav__list li {
    margin-left: 20px;
    font-size: 1.5rem;
  }
  .m-headerNav__cv {
    margin-left: 20px;
  }
  .m-headerNav__btn {
    font-size: 1.5rem;
  }
  .m-headerNav__btn[data-type="1"] {
    width: 110px;
  }
  .m-headerNav__btn[data-type="2"] {
    width: 162px;
  }
}
@media screen and (max-width: 768px) {
  .m-headerLogo {
    width: 130px;
    position: relative;
    left: -5px;
  }
  .m-headerHmenu {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    right: 5px;
    text-indent: -999em;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    background: #0e63c4;
  }
  .m-headerHmenu span::before, .m-headerHmenu::before, .m-headerHmenu::after {
    width: 20px;
    height: 2px;
    margin-left: -10px;
    transition: 0.3s all ease;
    position: absolute;
    left: 50%;
    border-radius: 10px;
    background: #fff;
    content: "";
  }
  .m-headerHmenu::before {
    top: 12px;
  }
  .m-headerHmenu::after {
    bottom: 12px;
  }
  .m-headerHmenu span::before {
    top: 19px;
  }
  .m-headerHmenu.is-active::before {
    transform: rotate(-45deg);
    top: 19px;
  }
  .m-headerHmenu.is-active::after {
    transform: rotate(45deg);
    bottom: 19px;
  }
  .m-headerHmenu.is-active span {
    opacity: 0;
  }
  .m-headerNav {
    width: 100%;
    padding: 0 20px 20px;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    background: #fff;
  }
  .m-headerNav__list, .m-headerNav__cv {
    display: block;
  }
  .m-headerNav__list {
    margin: 15px 0 0;
    position: static;
  }
  .m-headerNav__list li {
    margin: 10px 0 0;
  }
  .m-headerNav__list li:first-child {
    margin-top: 0;
  }
  .m-headerNav__list a::before {
    display: none;
  }
  .m-headerNav__cv {
    margin: 20px 0 0 -10px;
    display: flex;
    flex-wrap: nowrap;
  }
  .m-headerNav__cv li {
    width: 50%;
    margin: 0;
    padding: 0 0 0 10px;
  }
  .m-headerNav__btn[data-type="1"] {
    width: 100%;
  }
  .m-headerNav__btn[data-type="2"] {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * STRUCTURE
 * --------------------------------- */
.l-footer {
  margin: auto 0 0;
  padding: 50px 20px;
  position: relative;
  border-top: 1px solid #eee;
  background: #fff;
}
.l-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 30px 20px;
  }
  .l-footer__inner {
    display: block;
  }
}
/* ------------------------------------
 * MODULE
 * --------------------------------- */
.m-footerLogo {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: -5px;
  left: 0;
}
.m-footerLogo img {
  width: 100%;
}
.m-footerNav, .m-footerCopy {
  font-size: 1.2rem;
  line-height: 1;
}
.m-footerNav {
  padding: 0 0 0 220px;
}
.m-footerNav__list {
  min-height: 57px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-footerNav__list li {
  margin: 0 30px 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.m-footerNav__list li:last-child {
  margin-right: 0;
}
.m-footerNav__list a {
  color: #717a83;
  display: block;
}
.m-footerCopy {
  margin: 30px 0 0 auto;
  color: #b8bcc1;
  display: table;
}

@media screen and (max-width: 768px) {
  .m-footerLogo {
    max-width: 250px;
    margin: 0 auto;
    position: static;
  }
  .m-footerNav {
    margin: 30px 0 0;
    padding: 0;
  }
  .m-footerNav__list {
    min-height: inherit;
    margin: -20px 0 0;
    justify-content: center;
  }
  .m-footerNav__list li {
    margin: 20px 0 0 20px;
  }
  .m-footerCopy {
    margin-left: 0;
    text-align: center;
    display: block;
  }
}
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * CONTENT
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * STRUCTURE
 * --------------------------------- */
.l-content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
}
.l-content[data-size=l] {
  max-width: 1920px;
}
.l-content > *:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .l-content {
    padding: 25px 20px 40px;
  }
}
/* ============================================================================
 * MODULE
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * TEXT
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * TEXT
 * --------------------------------- */
.m-txt {
  margin: 20px 0 0;
  font-size: 1.6rem;
}
.m-txt[data-align=l] {
  text-align: left;
}
.m-txt[data-align=c] {
  text-align: center;
}
.m-txt[data-align=r] {
  text-align: right;
}
.m-txt[data-size=s] {
  font-size: 1.6rem;
}
.m-txt[data-size=m] {
  font-size: 1.8rem;
}
.m-txt[data-size=l] {
  font-size: 2rem;
}
.m-txt[data-margin=s] {
  margin-top: 20px;
}
.m-txt[data-margin=m] {
  margin-top: 30px;
}
.m-txt[data-margin=l] {
  margin-top: 35px;
}

/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * HEADING
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * HEADING
 * --------------------------------- */
.m-hdg {
  margin: 60px 0 25px;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.2;
}
.m-hdg[data-color="1"] {
  color: #101010;
}
.m-hdg[data-color="2"] {
  color: #0e63c4;
}
.m-hdg[data-color="3"] {
  color: #fff;
}
.m-hdg[data-align=l] {
  text-align: left;
}
.m-hdg[data-align=c] {
  text-align: center;
}
.m-hdg[data-align=r] {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .m-hdg {
    margin: 40px 0 20px;
    font-size: 2.5rem;
  }
}
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * BUTTON
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * BUTTON
 * --------------------------------- */
.m-btn {
  width: 300px;
  height: 60px;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: 0.3s all ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  background: #ccc;
}
.m-btn[data-size=s] {
  width: 200px;
}
.m-btn[data-size=l] {
  width: 400px;
}
.m-btn[data-color="1"] {
  box-shadow: 0 4px 0 #cb922e;
  background-color: #ffdb22;
}
.m-btn[data-color="1"]:hover, .m-btn[data-color="1"]:focus, .m-btn[data-color="1"]:active {
  background-color: #f3cc05;
}
.m-btn[data-color="2"] {
  color: #fff;
  box-shadow: 0 4px 0 #043984;
  background: #0e63c4;
}
.m-btn[data-color="2"] input {
  color: #fff;
}
.m-btn[data-color="2"]:hover, .m-btn[data-color="2"]:focus, .m-btn[data-color="2"]:active {
  background-color: #2477ef;
}
.m-btn[data-color="3"] {
  border: 1px solid #e9e9e9;
  box-shadow: 0 4px 0 #ccc;
  background: #f9f9f9;
}
.m-btn[data-color="3"]:hover, .m-btn[data-color="3"]:focus, .m-btn[data-color="3"]:active {
  background-color: #fff;
}
.m-btn span {
  position: relative;
  top: -1px;
}
.m-btn input {
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 2rem;
  color: #101010;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center !important;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  border: none;
  background: transparent;
}
.m-btn:hover, .m-btn:focus, .m-btn:active {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .m-btn {
    width: 100%;
    height: 45px;
    font-size: 1.6rem;
  }
  .m-btn[data-size=s] {
    width: 100%;
  }
  .m-btn[data-size=l] {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * BOX
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * FORM_BOX
 * --------------------------------- */
.m-boxForm {
  padding: 50px 45px;
  border-radius: 16px;
  background: #fff;
}
.m-boxForm__inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.m-boxForm__inner > *:first-child {
  margin-top: 0 !important;
}
.m-boxForm[data-type=input] .m-listButton[data-type=confirm] {
  display: none;
}
.m-boxForm[data-type=confirm] .m-frmLabel__sub,
.m-boxForm[data-type=confirm] .m-frmLabel__require,
.m-boxForm[data-type=confirm] .m-txt[data-margin=l],
.m-boxForm[data-type=confirm] .m-listButton[data-type=input] {
  display: none;
}
.m-boxForm .mw_wp_form.mw_wp_form_send_error {
  display: none;
}

@media screen and (max-width: 768px) {
  .m-boxForm {
    padding: 25px 20px;
  }
  .m-boxForm__inner {
    max-width: inherit;
  }
  .m-boxForm__inner * {
    text-align: left !important;
  }
}
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * LIST
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * BUTTON_LIST
 * --------------------------------- */
.m-listButton {
  margin: 35px 0 0 -15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-listButton li {
  padding: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
  .m-listButton {
    margin: 25px 0 0 -10px;
  }
  .m-listButton li {
    width: 100%;
    padding-left: 10px;
  }
}
/* ------------------------------------
 * CHECKBOX_LIST
 * --------------------------------- */
.m-listCheck {
  margin: 15px 0 0;
}
.m-listCheck li {
  margin: 15px 0 0;
}
.m-listCheck li:first-child {
  margin-top: 0 !important;
}

/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * FORM
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * LABEL
 * --------------------------------- */
.m-frmLabel {
  margin: 30px 0 12px;
  display: block;
}
.m-frmLabel__main, .m-frmLabel__sub {
  line-height: 1;
  display: block;
}
.m-frmLabel__main {
  font-size: 2rem;
  color: #33475b;
}
.m-frmLabel__sub {
  margin: 7px 0 0;
  font-size: 1.2rem;
  color: #7c98b6;
}
.m-frmLabel__require {
  color: #f00;
}

@media screen and (max-width: 768px) {
  .m-frmLabel {
    margin-top: 25px;
  }
  .m-frmLabel__main {
    font-size: 1.6rem;
  }
  .m-frmLabel__sub {
    font-size: 1.1rem;
  }
}
/* ------------------------------------
 * CONFIRM
 * --------------------------------- */
.m-frmConfirm {
  width: 100%;
  min-height: 50px;
  padding: 15px;
  transition: 0.3s all ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #cbd6e2;
  background: #f5f8fa;
}
.m-frmConfirm + .m-frmConfirm {
  margin-top: -10px;
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .m-frmConfirm {
    min-height: 45px;
    padding: 10px 15px;
  }
}
/* ------------------------------------
 * TEXTBOX
 * --------------------------------- */
.m-frmTextbox input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  outline: 0;
  transition: 0.3s all ease;
  border-radius: 10px;
  border: 1px solid #cbd6e2;
  background: #f5f8fa;
}
.m-frmTextbox input:focus {
  border-color: #0e63c4;
}
.m-frmTextbox[data-other=true] {
  margin: 10px 0 0;
  padding: 0 0 0 28px;
}

@media screen and (max-width: 768px) {
  .m-frmTextbox input {
    height: 45px;
  }
}
/* ------------------------------------
 * SELECTBOX
 * --------------------------------- */
.m-frmSelectbox {
  position: relative;
  border-radius: 10px;
  background: #f5f8fa;
}
.m-frmSelectbox::before {
  width: 7px;
  height: 7px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 2px solid #cbd6e2;
  border-right: 2px solid #cbd6e2;
  transform: rotate(135deg);
  content: "";
}
.m-frmSelectbox select {
  width: 100%;
  height: 50px;
  padding: 0 40px 0 15px;
  color: #101010;
  outline: 0;
  border-radius: 10px;
  border: 1px solid #cbd6e2;
  background: none;
}
.m-frmSelectbox select:focus {
  border-color: #0e63c4;
}

@media screen and (max-width: 768px) {
  .m-frmSelectbox select {
    height: 45px;
  }
}
/* ------------------------------------
 * TEXTAREA
 * --------------------------------- */
.m-frmTextarea textarea {
  width: 100%;
  min-height: 200px;
  padding: 15px;
  display: block;
  resize: vertical;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #cbd6e2;
  background: #f5f8fa;
}

@media screen and (max-width: 768px) {
  .m-frmTextarea textarea {
    min-height: 150px;
    padding: 10px 15px;
  }
}
/* ------------------------------------
 * CHECKBOX
 * --------------------------------- */
.m-frmCheck,
.mwform-checkbox-field {
  padding: 0 0 0 28px;
}
.m-frmCheck > *,
.mwform-checkbox-field > * {
  margin: 10px 0 0;
}
.m-frmCheck > *:first-child,
.mwform-checkbox-field > *:first-child {
  margin-top: 0 !important;
}
.m-frmCheck input[type=checkbox],
.mwform-checkbox-field input[type=checkbox] {
  text-indent: -999em;
  position: absolute;
  z-index: -1;
}
.m-frmCheck input[type=checkbox] + label, .m-frmCheck input[type=checkbox] + .mwform-checkbox-field-text,
.mwform-checkbox-field input[type=checkbox] + label,
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text {
  font-size: 1.8rem;
  color: #33475b;
  line-height: 1;
  display: block;
  position: relative;
}
.m-frmCheck input[type=checkbox] + label::before, .m-frmCheck input[type=checkbox] + label::after, .m-frmCheck input[type=checkbox] + .mwform-checkbox-field-text::before, .m-frmCheck input[type=checkbox] + .mwform-checkbox-field-text::after,
.mwform-checkbox-field input[type=checkbox] + label::before,
.mwform-checkbox-field input[type=checkbox] + label::after,
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::before,
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::after {
  transition: 0.3s all ease;
  position: absolute;
  content: "";
}
.m-frmCheck input[type=checkbox] + label::before, .m-frmCheck input[type=checkbox] + .mwform-checkbox-field-text::before,
.mwform-checkbox-field input[type=checkbox] + label::before,
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::before {
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  top: 50%;
  left: -28px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #767676;
  background: #fff;
}
.m-frmCheck input[type=checkbox] + label::after, .m-frmCheck input[type=checkbox] + .mwform-checkbox-field-text::after,
.mwform-checkbox-field input[type=checkbox] + label::after,
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::after {
  width: 5px;
  height: 10px;
  opacity: 0;
  top: 2px;
  left: -21px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(50deg);
}
.m-frmCheck input[type=checkbox] + label span, .m-frmCheck input[type=checkbox] + .mwform-checkbox-field-text span,
.mwform-checkbox-field input[type=checkbox] + label span,
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text span {
  position: relative;
  top: -1px;
}
.m-frmCheck input[type=checkbox]:checked + label::before, .m-frmCheck input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mwform-checkbox-field input[type=checkbox]:checked + label::before,
.mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  border-color: #0e63c4;
  background-color: #0e63c4;
}
.m-frmCheck input[type=checkbox]:checked + label::after, .m-frmCheck input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.mwform-checkbox-field input[type=checkbox]:checked + label::after,
.mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.mwform-checkbox-field {
  padding: 0;
}
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text {
  padding: 0 0 0 28px;
}
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::before {
  left: 0;
}
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::after {
  left: 7px;
}

@media screen and (max-width: 768px) {
  .m-frmCheck input[type=checkbox] + label, .m-frmCheck input[type=checkbox] + .mwform-checkbox-field-text,
  .mwform-checkbox-field input[type=checkbox] + label,
  .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text {
    font-size: 1.6rem;
  }
  .m-frmCheck input[type=checkbox] + label::after, .m-frmCheck input[type=checkbox] + .mwform-checkbox-field-text::after,
  .mwform-checkbox-field input[type=checkbox] + label::after,
  .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::after {
    top: 0;
  }
}
/* ------------------------------------
 * GROUP
 * --------------------------------- */
.m-frmGroup {
  margin: 30px 0 0 -25px;
  display: flex;
  flex-wrap: nowrap;
}
.m-frmGroup__item {
  padding: 0 0 0 25px;
}
.m-frmGroup__item > *:first-child {
  margin-top: 0 !important;
}
.m-frmGroup[data-col="2"] .m-frmGroup__item {
  width: 50%;
}
.m-frmGroup[data-col="3"] .m-frmGroup__item {
  width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
  .m-frmGroup {
    margin: 25px 0 0 -15px;
  }
  .m-frmGroup__item {
    padding-left: 15px;
  }
  .m-frmGroup__item > *:first-child {
    margin-top: 0 !important;
  }
}
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * TOP
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-topHdg {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 4.4rem;
  line-height: 1.2;
  text-align: center;
}
.m-topMain {
  width: 100vw;
  min-width: 1440px;
  margin: 0 calc(50% - 50vw);
}
.m-topMain__inner {
  max-width: 1440px;
  margin: -100px auto 0;
  position: relative;
}
.m-topMain__inner::before {
  width: 100%;
  height: 100%;
  margin: 0 -10000% 0 0;
  padding: 0 10000% 0 0;
  position: absolute;
  top: 0;
  right: -100%;
  background: #0e63c4;
  content: "";
}
.m-topMain__lead, .m-topMain__txt, .m-topMain__cv, .m-topMain__img {
  position: absolute;
}
.m-topMain__lead {
  font-weight: bold;
  font-size: 6rem;
  line-height: 1.3;
  text-align: left;
  top: 115px;
  left: 50px;
}
.m-topMain__txt {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  top: 300px;
  left: 50px;
}
.m-topMain__cv {
  width: 100%;
  max-width: 676px;
  margin: 0 0 0 -8px;
  display: flex;
  flex-wrap: nowrap;
  top: 390px;
  left: 50px;
}
.m-topMain__cv li {
  width: 50%;
  padding: 0 0 0 8px;
}
.m-topMain__catch {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  display: block;
}
.m-topMain__catch::before {
  content: "＼";
}
.m-topMain__catch::after {
  content: "／";
}
.m-topMain__btn {
  width: 330px;
  height: 70px;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-topMain__btn[data-type="1"] {
  color: #fff;
  background: #0e63c4;
}
.m-topMain__btn[data-type="1"]:hover, .m-topMain__btn[data-type="1"]:focus, .m-topMain__btn[data-type="1"]:active {
  background-color: #2477ef;
}
.m-topMain__btn[data-type="2"] {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #101010;
  background: #ffdb22;
}
.m-topMain__btn[data-type="2"]:hover, .m-topMain__btn[data-type="2"]:focus, .m-topMain__btn[data-type="2"]:active {
  background-color: #f3cc05;
}
.m-topMain__btn:hover, .m-topMain__btn:focus, .m-topMain__btn:active {
  text-decoration: none;
}
.m-topMain__img {
  width: 744px;
  height: 348px;
  top: 140px;
  right: -50px;
}
.m-topMain__img img {
  width: 744px;
  height: 348px;
}
.m-topMain__bg img {
  width: 100%;
}
.m-topClient {
  padding: 30px 0 40px;
}
.m-topClient__wrap {
  width: 100vw;
  margin: 10px -50vw 0;
  white-space: nowrap;
  position: relative;
  left: 50%;
  right: 50%;
  animation: loop 35s linear infinite;
}
.m-topClient__list {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: nowrap;
}
.m-topClient__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-topClient__item li {
  margin: 0 0 0 10px;
}
.m-topClient__item img {
  max-width: initial;
  width: auto;
  height: 60px;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.m-topTrouble {
  padding: 80px 0 40px;
}
.m-topTrouble__list {
  margin: 30px 0 0 -100px;
  display: flex;
  flex-wrap: nowrap;
}
.m-topTrouble__item {
  width: 50%;
  padding: 0 0 0 100px;
  display: flex;
  flex-direction: column;
}
.m-topTrouble__txt {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  order: 2;
}
.m-topTrouble__img {
  max-width: 560px;
  margin: 0 auto;
  order: 1;
}
.m-topTrouble__img img {
  width: 100%;
}
.m-topStep {
  padding: 80px 0 40px;
}
.m-topStep__list {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: nowrap;
}
.m-topStep__item {
  width: 33.3333333333%;
  min-height: 400px;
  position: relative;
}
.m-topStep__item > * {
  position: relative;
  z-index: 1;
}
.m-topStep__item::before {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  content: "";
}
.m-topStep__item[data-type="1"]::before {
  background-image: url(../img/top/bg_step.jpg);
}
.m-topStep__item[data-type="2"]::before {
  background-image: url(../img/top/bg_step_02.jpg);
}
.m-topStep__item[data-type="3"]::before {
  background-image: url(../img/top/bg_step_03.jpg);
}
.m-topStep__inner {
  padding: 20px;
}
.m-topStep__ttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  display: block;
}
.m-topStep__ttl > span {
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  color: #0e63c4;
  letter-spacing: 0;
  display: block;
}
.m-topStep__ttl > span span {
  margin: 0 0 0 5px;
  font-size: 5rem;
}
.m-topStep__txt {
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.m-topStep__img {
  max-width: 320px;
  min-height: 250px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-topReason {
  padding: 80px 0;
}
.m-topReason__list {
  margin: 30px 0 0;
}
.m-topReason__item {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: nowrap;
}
.m-topReason__item:first-child {
  margin-top: 0 !important;
}
.m-topReason__body {
  width: 100%;
}
.m-topReason__media {
  min-width: 500px;
  max-width: 500px;
  margin: 0 0 0 90px;
}
.m-topReason__ttl {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
}
.m-topReason__ttl > span {
  margin: 0 0 10px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  color: #0e63c4;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}
.m-topReason__ttl > span span {
  margin: 0 0 0 10px;
  font-size: 6rem;
}
.m-topReason__txt {
  margin: 10px 0 0;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: justify;
}
.m-topReason__video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.m-topCase {
  padding: 80px 0;
  position: relative;
}
.m-topCase > * {
  position: relative;
  z-index: 1;
}
.m-topCase::before {
  width: 100%;
  height: 100%;
  margin: 0 -10000%;
  padding: 0 10000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #e8f2ff;
  content: "";
}
.m-topCase__list {
  margin: 30px 0 0 -40px;
  display: flex;
  flex-wrap: wrap;
}
.m-topCase__item {
  width: 33.3333333333%;
  margin: 40px 0 0;
  padding: 0 0 0 40px;
}
.m-topCase__item:nth-child(-n+3) {
  margin-top: 0;
}
.m-topCase__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: #fff;
}
.m-topCase__inner:hover, .m-topCase__inner:focus, .m-topCase__inner:active {
  text-decoration: none;
}
.m-topCase__inner:hover .m-topCase__ttl, .m-topCase__inner:focus .m-topCase__ttl, .m-topCase__inner:active .m-topCase__ttl {
  color: #0e63c4;
}
.m-topCase__inner:hover .m-topCase__img img, .m-topCase__inner:focus .m-topCase__img img, .m-topCase__inner:active .m-topCase__img img {
  transform: scale(1.1);
}
.m-topCase__ttl {
  padding: 20px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  order: 2;
  transition: 0.3s all ease;
}
.m-topCase__img {
  width: 100%;
  height: 230px;
  order: 1;
  overflow: hidden;
}
.m-topCase__img img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  object-fit: cover;
}
.m-topFlow {
  padding: 80px 0 40px;
}
.m-topFlow__list {
  margin: 30px 0 0 -60px;
  display: flex;
  flex-wrap: nowrap;
}
.m-topFlow__item {
  width: 25%;
  padding: 0 0 0 60px;
}
.m-topFlow__item:first-child > *::before {
  display: none;
}
.m-topFlow__inner {
  height: 100%;
  padding: 32px 24px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  background: #fff;
}
.m-topFlow__inner::before {
  width: 34px;
  height: 33px;
  margin: -17px 0 0;
  position: absolute;
  top: 50%;
  left: -48px;
  background-image: url(../img/common/icn_arrow.svg);
  background-size: 34px 33px;
  content: "";
}
.m-topFlow__img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  order: 1;
}
.m-topFlow__img img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.m-topFlow__ttl {
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 2rem;
  color: #0e63c4;
  line-height: 1.2;
  text-align: center;
  order: 2;
}
.m-topFlow__txt {
  margin: 10px 0 0;
  font-size: 1.4rem;
  text-align: justify;
  order: 3;
}
.m-topContact {
  padding: 80px 0 0;
}
.m-topContact__explain {
  margin: 30px 0 0 -24px;
  padding: 40px 0;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.m-topContact__explain::before {
  width: 100%;
  height: 100%;
  margin: 0 -10000%;
  padding: 0 10000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e8f2ff;
  content: "";
}
.m-topContact__explain::after {
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -12px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-image: url(../img/common/icn_times.svg);
  background-size: 46px 46px;
  content: "";
}
.m-topContact__explain > * {
  position: relative;
  z-index: 0;
}
.m-topContact__define {
  width: 50%;
  padding: 0 0 0 24px;
}
.m-topContact__define dl {
  height: 100%;
  padding: 80px 45px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  background: #fff;
}
.m-topContact__define dt {
  width: 100%;
  height: 60px;
  padding: 12px 10px 15px;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-topContact__define dd {
  margin: 0 0 3px;
  padding: 0 0 0 25px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
.m-topContact__define dd::before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url(../img/common/icn_check.png);
  background-size: 18px 18px;
  content: "";
}
.m-topContact__define dd:last-child {
  margin-bottom: 0;
}
.m-topContact__define[data-type="1"] dt {
  background: #e8f2ff;
}
.m-topContact__define[data-type="2"] dt {
  color: #fff;
  background: #0e63c4;
}
.m-topContact__cv {
  margin: 40px 0 0;
}
.m-topContact__hdg {
  max-width: 530px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
.m-topContact__hdg span {
  margin: 0 0 -5px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  display: block;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: #fff;
}
.m-topContact__hdg span::before {
  width: 0;
  height: 0;
  margin: 0 0 0 -13px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0;
  content: "";
}
.m-topContact__btn {
  max-width: 530px;
  height: 80px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 5px 0 #cb922e;
  border-radius: 100px;
}
.m-topContact__btn::before, .m-topContact__btn::after {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(242, 193, 20) 0%, rgb(255, 219, 34) 100%);
  content: "";
}
.m-topContact__btn::after {
  opacity: 0;
  background: linear-gradient(0deg, rgb(255, 219, 34) 0%, rgb(242, 193, 20) 100%);
}
.m-topContact__btn span {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.m-topContact__btn span::before {
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  right: 33px;
  background-image: url(../img/common/icn_contact.svg);
  background-size: 50px 50px;
  content: "";
}
.m-topContact__btn:hover, .m-topContact__btn:focus, .m-topContact__btn:active {
  text-decoration: none;
}
.m-topContact__btn:hover::before, .m-topContact__btn:focus::before, .m-topContact__btn:active::before {
  opacity: 0;
}
.m-topContact__btn:hover::after, .m-topContact__btn:focus::after, .m-topContact__btn:active::after {
  opacity: 1;
}
.m-topInfo {
  padding: 80px 0 0;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.m-topInfo__item {
  width: 50%;
  padding: 55px 55px;
}
.m-topInfo__item[data-type=company] {
  border-radius: 16px 0 0 16px;
  background: #0e63c4;
}
.m-topInfo__item[data-type=contact] {
  border-radius: 0 16px 16px 0;
  background: #4C6075;
}
.m-topInfo__hdg[data-level="2"] {
  margin: 0 0 30px;
}
.m-topInfo__hdg[data-level="2"]::before {
  margin: 0 0 15px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1;
  display: block;
  content: attr(data-en);
}
.m-topInfo__hdg[data-level="2"] span {
  padding: 0 0 0 16px;
  line-height: 1;
  display: block;
  position: relative;
}
.m-topInfo__hdg[data-level="2"] span::before {
  width: 8px;
  height: 8px;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.m-topInfo__hdg[data-level="3"] {
  font-weight: bold;
}
.m-topInfo__txt {
  letter-spacing: 0.05em;
  text-align: justify;
}
.m-topInfo__btnlist {
  margin: 30px 0 0;
}
.m-topInfo__btnlist li {
  margin: 20px 0 0;
}
.m-topInfo__btnlist li:first-child {
  margin-top: 0;
}
.m-topInfo__btn {
  width: 100%;
  max-width: 360px;
  height: 80px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2rem;
  color: #101010;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 0 #ccc;
  border-radius: 50px;
  background: #fff;
}
.m-topInfo__btn:hover, .m-topInfo__btn:focus, .m-topInfo__btn:active {
  text-decoration: none;
  background-color: #e9e9e9;
}
.m-topInfo__tbl {
  margin: 30px 0 0;
  border: none;
}
.m-topInfo__tbl tbody tr {
  border-bottom: 1px solid #fff;
}
.m-topInfo__tbl tbody tr:first-child th, .m-topInfo__tbl tbody tr:first-child td {
  padding-top: 0;
}
.m-topInfo__tbl tbody th, .m-topInfo__tbl tbody td {
  padding: 22px 0;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.m-topInfo__tbl tbody th {
  min-width: 155px;
  max-width: 155px;
}
.m-topInfo__tbl tbody td {
  width: 100%;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .m-topMain {
    width: calc(100% + 40px);
    margin: -100px -20px 0;
  }
}
@media screen and (max-width: 768px) {
  .m-topHdg {
    font-size: 2.5rem;
  }
  .m-topMain {
    width: calc(100% + 40px);
    min-width: inherit;
    margin: 0 -20px -25px;
    padding: 0 0 40px;
    overflow: hidden;
    position: relative;
    top: -25px;
  }
  .m-topMain::before {
    width: 200%;
    height: 200%;
    position: absolute;
    top: 130px;
    left: 0;
    transform: rotate(45deg);
    background: #0e63c4;
    content: "";
  }
  .m-topMain__inner {
    max-width: inherit;
    margin: 0 auto 0;
    padding: 25px 20px 0;
    position: relative;
  }
  .m-topMain__inner::after {
    display: none;
  }
  .m-topMain__lead, .m-topMain__txt, .m-topMain__cv, .m-topMain__img {
    text-align: center;
    position: static;
  }
  .m-topMain__lead, .m-topMain__txt, .m-topMain__catch {
    text-shadow: 0 0 4px #fff;
  }
  .m-topMain__lead {
    font-size: 3.2rem;
  }
  .m-topMain__txt {
    margin: 15px 0 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-topMain__cv {
    max-width: inherit;
    margin: 30px 0 0;
    display: block;
  }
  .m-topMain__cv li {
    width: 100%;
    padding: 0;
  }
  .m-topMain__cv li:first-child {
    display: none;
  }
  .m-topMain__catch {
    font-size: 1.8rem;
  }
  .m-topMain__btn {
    width: 100%;
    height: 50px;
    font-size: 1.8rem;
  }
  .m-topMain__img {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
  }
  .m-topMain__img img {
    width: 100%;
    height: auto;
  }
  .m-topMain__bg {
    display: none;
  }
  .m-topClient {
    padding: 15px 0 20px;
  }
  .m-topClient__list {
    margin-top: 15px;
  }
  .m-topClient__wrap {
    animation: loop 15s linear infinite;
  }
  .m-topClient__item img {
    height: 45px;
  }
  .m-topTrouble {
    padding: 40px 0 20px;
  }
  .m-topTrouble__list {
    margin: 15px 0 0;
    display: block;
  }
  .m-topTrouble__item {
    width: 100%;
    margin: 25px 0 0;
    padding: 0;
  }
  .m-topTrouble__item:first-child {
    margin-top: 0;
  }
  .m-topTrouble__txt {
    font-size: 1.6rem;
  }
  .m-topTrouble__img {
    max-width: 100%;
  }
  .m-topStep {
    padding: 40px 0 20px;
  }
  .m-topStep__list {
    margin-top: 15px;
    display: block;
  }
  .m-topStep__item {
    width: 100%;
    min-height: inherit;
  }
  .m-topStep__inner {
    padding: 15px 20px;
  }
  .m-topStep__ttl {
    font-size: 2rem;
  }
  .m-topStep__ttl > span span {
    font-size: 4rem;
  }
  .m-topStep__txt {
    font-size: 1.6rem;
  }
  .m-topStep__img {
    max-width: inherit;
    min-height: inherit;
    margin-top: 15px;
  }
  .m-topStep__img img {
    width: 100%;
  }
  .m-topReason {
    padding: 40px 0;
  }
  .m-topReason__list {
    margin-top: 15px;
  }
  .m-topReason__item {
    margin-top: 30px;
    display: block;
  }
  .m-topReason__body {
    width: 100%;
  }
  .m-topReason__media {
    min-width: inherit;
    max-width: inherit;
    margin: 0;
  }
  .m-topReason__ttl {
    font-size: 2rem;
    text-align: center;
    display: block;
  }
  .m-topReason__ttl > span {
    font-size: 3rem;
  }
  .m-topReason__ttl > span span {
    font-size: 4rem;
  }
  .m-topReason__txt {
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .m-topReason__txt br {
    display: none;
  }
  .m-topReason__video {
    margin: 15px 0 0;
  }
  .m-topCase {
    padding: 40px 0;
    position: relative;
  }
  .m-topCase__list {
    margin: 15px 0 0;
    display: block;
  }
  .m-topCase__item {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
  }
  .m-topCase__item:nth-child(-n+3) {
    margin-top: 30px;
  }
  .m-topCase__item:first-child {
    margin-top: 0 !important;
  }
  .m-topCase__inner {
    height: auto;
  }
  .m-topCase__ttl {
    padding: 10px 15px 15px;
    font-size: 1.6rem;
  }
  .m-topCase__img {
    height: 150px;
  }
  .m-topFlow {
    padding: 40px 0 20px;
  }
  .m-topFlow__list {
    margin: 15px 0 0;
    display: block;
  }
  .m-topFlow__item {
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
  }
  .m-topFlow__item:first-child {
    margin-top: 0;
  }
  .m-topFlow__inner {
    height: auto;
    padding-top: 24px;
  }
  .m-topFlow__inner::before {
    margin: -36px 0 0 -17px;
    top: 0;
    left: 50%;
    transform: rotate(90deg) scale(0.6);
  }
  .m-topContact {
    padding: 40px 0 0;
  }
  .m-topContact__explain {
    margin: 15px 0 0;
    padding: 20px 0;
    display: block;
  }
  .m-topContact__explain::after {
    display: none;
  }
  .m-topContact__define {
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
  }
  .m-topContact__define:first-child {
    margin-top: 0;
  }
  .m-topContact__define:first-child::after {
    width: 46px;
    height: 46px;
    margin: 0 0 0 -23px;
    position: absolute;
    bottom: -43px;
    left: 50%;
    z-index: 1;
    transform: scale(0.7);
    background-image: url(../img/common/icn_times.svg);
    background-size: 46px 46px;
    content: "";
  }
  .m-topContact__define dl {
    height: auto;
    padding: 65px 20px 15px;
  }
  .m-topContact__define dt {
    width: 100%;
    height: 50px;
    padding: 12px 10px 15px;
    font-size: 2rem;
  }
  .m-topContact__define dd {
    padding-left: 22px;
    font-size: 1.6rem;
  }
  .m-topContact__define dd::before {
    top: 3px;
    transform: scale(0.8);
  }
  .m-topContact__cv {
    margin-top: 30px;
  }
  .m-topContact__hdg {
    max-width: inherit;
    padding: 0 20px;
  }
  .m-topContact__hdg span {
    padding: 7px 0;
    font-size: 1.6rem;
  }
  .m-topContact__hdg span::before {
    bottom: -10px;
    transform: scale(0.8);
  }
  .m-topContact__btn {
    width: 100%;
    max-width: 100%;
    height: 60px;
    font-size: 2rem;
  }
  .m-topContact__btn span::before {
    right: 10px;
    transform: scale(0.7);
  }
  .m-topInfo {
    padding: 40px 0 0;
    display: block;
  }
  .m-topInfo__item {
    width: 100%;
    padding: 20px;
  }
  .m-topInfo__item[data-type=company] {
    border-radius: 16px 16px 0 0;
  }
  .m-topInfo__item[data-type=contact] {
    border-radius: 0 0 16px 16px;
  }
  .m-topInfo__hdg[data-level="2"] {
    margin-bottom: 20px;
  }
  .m-topInfo__hdg[data-level="2"]::before {
    margin-bottom: 10px;
    font-size: 3.5rem;
  }
  .m-topInfo__btnlist {
    margin-top: 20px;
  }
  .m-topInfo__btnlist li {
    margin-top: 15px;
  }
  .m-topInfo__btn {
    max-width: inherit;
    height: 50px;
    font-size: 1.6rem;
  }
  .m-topInfo__tbl {
    margin-top: 20px;
    display: block;
  }
  .m-topInfo__tbl tbody, .m-topInfo__tbl tr, .m-topInfo__tbl th, .m-topInfo__tbl td {
    display: block;
  }
  .m-topInfo__tbl tbody tr {
    border-bottom: none;
  }
  .m-topInfo__tbl tbody tr:first-child th {
    margin-top: 0;
  }
  .m-topInfo__tbl tbody th, .m-topInfo__tbl tbody td {
    padding: 0;
  }
  .m-topInfo__tbl tbody th {
    min-width: inherit;
    max-width: inherit;
    margin: 17px 0 7px;
    padding: 0 0 7px;
    border-bottom: 1px solid #fff;
  }
}
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * TRIAL
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-trial::before {
  width: 100%;
  height: 100%;
  margin: -10000%;
  padding: 10000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0e63c4;
  content: "";
}
.m-trial > *:first-child {
  margin-top: 0 !important;
}

/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * CONTACT
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-contact > *:first-child {
  margin-top: 0 !important;
}
.m-contact[data-type=index] {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 20px;
}
.m-contact[data-type=index]::before, .m-contact[data-type=index]::after {
  width: 50%;
  height: 100%;
  margin: -10000% 0;
  padding: 10000% 0;
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
}
.m-contact[data-type=index]::before {
  margin-left: -20000%;
  padding-left: 20000%;
  left: 0;
  background: #fff;
}
.m-contact[data-type=index]::after {
  margin-right: -20000%;
  padding-right: 20000%;
  right: 0;
  background: #0e63c4;
}
.m-contact[data-type=other]::before {
  width: 100%;
  height: 100%;
  margin: -10000%;
  padding: 10000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0e63c4;
  content: "";
}
.m-contactSegment {
  margin: 0 0 0 -100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.m-contactSegment__item {
  width: 50%;
  padding: 0 0 0 100px;
}
.m-contactSegment__item > *:first-child {
  margin-top: 0 !important;
}
.m-contactData {
  max-width: 800px;
  margin: 0 auto;
}
.m-contactData__img {
  margin: 0 0 0 -25px;
  display: flex;
  flex-wrap: nowrap;
}
.m-contactData__img li {
  width: 50%;
  padding: 0 0 0 25px;
}
.m-contactFeature {
  max-width: 800px;
  margin: 35px auto 0;
  padding: 30px 30px 35px;
  border-radius: 8px;
  background: #f5f5f5;
}
.m-contactFeature__hdg {
  padding: 0 0 0 42px;
  font-weight: bold;
  font-size: 3.5rem;
  color: #0e63c4;
  line-height: 1.2;
  position: relative;
}
.m-contactFeature__hdg::before {
  width: 30px;
  height: 26px;
  margin: -13px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../img/contact/icn_feature.svg);
  background-size: 30px 26px;
  content: "";
}
.m-contactFeature__list {
  margin: 20px 0 0;
}
.m-contactFeature__list li {
  margin: 20px 0 0;
  padding: 0 0 0 1.1em;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  position: relative;
}
.m-contactFeature__list li::before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background: #0e63c4;
  content: "";
}
.m-contactFeature__list li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .m-contact[data-type=index] {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-contact[data-type=index]::before, .m-contact[data-type=index]::after {
    display: none;
  }
  .m-contactSegment {
    margin: 0;
    display: block;
  }
  .m-contactSegment__item {
    width: 100%;
    padding: 0;
  }
  .m-contactSegment__item:first-child {
    padding: 0 0 30px;
  }
  .m-contactSegment__item:last-child {
    width: calc(100% + 40px);
    margin: 0 -20px -40px;
    padding: 25px 20px 40px;
    background: #0e63c4;
  }
  .m-contactData {
    max-width: 100%;
  }
  .m-contactData__img {
    margin-left: -15px;
  }
  .m-contactData__img li {
    padding-left: 15px;
  }
  .m-contactFeature {
    max-width: 100%;
    margin-top: 25px;
    padding: 20px 20px 25px;
  }
  .m-contactFeature__hdg {
    padding-left: 35px;
    font-size: 2rem;
  }
  .m-contactFeature__hdg::before {
    margin-top: -14px;
    transform: scale(0.8);
  }
  .m-contactFeature__list {
    margin-top: 15px;
  }
  .m-contactFeature__list li {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .m-contactFeature__list li::before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
}
/* ----------------------------------------------------------------------------
 * BASE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * NEWS
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-news {
  padding: 0;
}
.m-news a:hover, .m-news a:focus, .m-news a:active {
  text-decoration: none;
}
.m-news .screen-reader-text {
  display: none;
}

.m-news section {
  margin: auto;
  padding: 0;
}

.m-news h2 {
  margin-bottom: 40px;
  padding: 0;
}

.m-news h2 span {
  color: #0e63c4;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}
.m-news h2 span::before {
  width: 8px;
  height: 8px;
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
  top: -1px;
  border-radius: 360px;
  background: #0e63c4;
  content: "";
}

.m-news h2 span.jost {
  margin-bottom: 9px;
  font-family: "Jost", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
}
.m-news h2 span.jost::before {
  display: none;
}

.m-news #inner {
  display: flex;
  padding: 0 20px;
  padding: 0 0;
  flex-direction: row-reverse;
}

.m-news #inner > p {
  width: 100%;
  font-size: 1.6rem;
}

.m-news #main {
  width: 100%;
  padding: 20px;
  background: #e8f2ff;
}

.m-news #main > p {
  font-size: 1.6rem;
}

.m-news #main h3 {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: 500;
}

.m-news #main .head {
  font-size: 2.4rem;
  font-weight: 700;
}

.m-news #main .head a {
  margin: 0 0 19px;
  color: #101010;
  line-height: 1.4;
  transition: 0.3s;
}
.m-news #main .head a:hover, .m-news #main .head a:focus, .m-news #main .head a:active {
  color: #0e63c4;
}

.m-news .flex {
  display: flex;
  justify-content: space-between;
  min-height: 240px;
  margin-bottom: 30px;
  padding: 60px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}

.m-news article.flex {
  flex-wrap: wrap;
}

.m-news figure {
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
}

.m-news article.flex figure {
  width: auto;
  height: auto;
}

.m-news article.flex > figure {
  width: 100%;
  text-align: center;
}

.m-news article.flex > figure img {
  width: auto;
  max-width: 100%;
}

.m-news img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.m-news a:hover img {
  transform: scale(1.2);
}

.m-news .txt {
  margin: 0 0 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.m-news article.flex .txt {
  width: 100%;
  margin: 3em 0 3em;
}

.m-news .foot {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

.m-news .foot .post-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.m-news .foot .post-categories li {
  margin: 0 0 0 5px;
}
.m-news .foot .post-categories li:first-child {
  margin-left: 0;
}

.m-news .foot a {
  padding: 0.3em 1em 0.4em;
  font-size: 1.3rem;
  color: #fff;
  display: block;
  border-radius: 50px;
  background: #0e63c4;
}

.m-news time {
  color: #717A83;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  line-height: 1.4;
}

.m-news #cont {
  word-break: break-all;
}

.m-news #cont > * {
  margin: 1.6em 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

.m-news #cont .wp-block-heading {
  margin: 1em 0;
  padding: 0 0 0.5em;
  font-size: 3rem;
  display: block;
  border-bottom: 2px solid #0e63c4;
}

.m-news #cont .wp-element-caption {
  margin: 7px 0 0;
}

.m-news #cont .wp-block-image img {
  width: auto;
}

.m-news #cont ul {
  padding-left: 2em;
  list-style: disc;
}

.m-news #cont ol {
  padding-left: 2em;
  list-style: decimal;
}

.m-news #cont a {
  color: #0e63c4;
}

.m-news #cont + a {
  margin-top: 3.4em;
  color: #717A83;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
}

.m-news ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  color: #222;
}

.m-news ul.page-numbers a {
  color: #717A83;
}

.m-news #sidebar {
  min-width: 250px;
  padding-right: 40px;
}

.m-news #sidebar h3 {
  margin: 0 0 0.7em;
  padding: 0 0 0.3em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  border-bottom: 2px solid #0e63c4;
}

.m-news #sidebar li {
  padding: 0.5em;
  line-height: 1;
}
.m-news #sidebar li .children li::before {
  font-size: 1.6rem;
  content: "├";
}
.m-news #sidebar li .children li:last-child::before {
  content: "└";
}

.m-news #sidebar a {
  color: #222;
  font-size: 1.6rem;
}

.m-news #sidebar .children a {
  margin: 0 0 0 0.5em;
}

@media screen and (max-width: 768px) {
  .m-news #main {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .m-news #inner {
    flex-direction: column;
  }
  .m-news .flex {
    gap: 0 5vw;
    padding: 50px 5vw;
  }
  .m-news .txt {
    margin: 0;
  }
  .m-news article.flex .txt {
    margin-bottom: 3em;
  }
  .m-news #sidebar {
    margin: 20px 0 0;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .m-news .flex {
    flex-wrap: wrap;
  }
  .m-news figure {
    width: 100%;
    height: calc(100vw - (40px + 10vw));
  }
  .m-news .txt {
    margin-top: 20px;
  }
  .m-news .foot {
    display: block;
  }
  .m-news time {
    margin: 10px 0 0;
    display: block;
  }
}