@charset "UTF-8";
/*ヘッダとサイド以外*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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.
 */
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;
}

/* 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 */
  -moz-appearance: none;
       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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

/*ヘッダとサイド以外*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  color: #1F1E1E;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

input[type=checkbox] + span {
  position: relative;
  padding-left: 15px;
}
input[type=radio] + span {
  position: relative;
  padding-left: 25px;
}
input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
input[type=checkbox] + span::before {
  border-color: #1E2777;
}
input[type=checkbox]:checked + span::before {
  background-color: #1E2777;
}
input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
input[type=checkbox]:checked + span::after {
  border: 2px solid #313131;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox] + span::before, input[type=checkbox] + span::after {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 1px #313131 solid;
}
input[type=checkbox] + span::after {
  z-index: 1;
  margin: 2px 4px;
  width: 6px;
  height: 9px;
}
input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
}
input[type=radio]:checked + span::before {
  border-color: #007acc;
}
input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .js-imgHover a:hover,
  .js-imgHover a:hover img {
    opacity: 1;
  }
  a,
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
/*ヘッダとサイド以外*/
.m-red {
  color: #FF2525;
}

.m-blue {
  color: #3346F2;
}

.m-bold {
  font-weight: bold;
}

.m-en {
  font-family: "Open Sans", sans-serif;
}

/*original parts*/
.c-inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-inner.m-680 {
    width: 680px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-inner.m-1000 {
    width: 100rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-inner.m-800 {
    width: 80rem;
  }
}

.l-container { /*2カラムレイアウト*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .l-container {
    display: block;
    padding-top: 5.3333333333vw;
  }
}
.l-container-main {
  width: 77rem;
}
@media screen and (max-width: 767px) {
  .l-container-main {
    width: 100%;
  }
}
.l-container-side {
  width: 37rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-container-side {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}

.c-section + .c-section {
  margin-top: 3.7rem;
}

.c-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.9rem;
  padding-bottom: 1.8rem;
  position: relative;
}
.c-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(135deg, rgb(51, 70, 242) 0%, rgb(77, 210, 194) 100%);
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 3.2vw;
  }
}

.c-postlink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 2rem;
  min-height: 11.5rem;
}
@media screen and (max-width: 767px) {
  .c-postlink {
    display: block;
    min-height: auto;
  }
}
.c-postlink-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-postlink-txt {
    margin-bottom: 5.3333333333vw;
  }
}
.c-postlink-txt .category {
  font-size: 1.3rem;
  letter-spacing: 0.028em;
  padding-left: 1.7rem;
  margin-bottom: 0.6rem;
  position: relative;
  font-size: max(1.3rem, 11px);
  color: #8a8a8a;
}
@media screen and (max-width: 767px) {
  .c-postlink-txt .category {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.c-postlink-txt .category:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-postlink-txt .category:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 1.3333333333vw;
  }
}
.c-postlink-txt .category.m-basic:before {
  background: #3346F2;
}
.c-postlink-txt .category.m-tech:before {
  background: #4DD2C2;
}
.c-postlink-txt .category.m-analysis:before {
  background: #CC33F2;
}
.c-postlink-txt .ttl {
  font-size: 2.4rem;
  letter-spacing: 0.028em;
  line-height: 1.4166666667;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .c-postlink-txt .ttl {
    font-size: 5.3333333333vw;
    line-height: 1.3;
  }
}
.c-postlink-txt .tags {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0.3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-postlink-txt .tags {
    margin-top: 1.3333333333vw;
  }
}
.c-postlink-txt .tags li {
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  padding-left: 0.8rem;
  position: relative;
  font-size: max(1.3rem, 11px);
  color: #8a8a8a;
}
.c-postlink-txt .tags li:before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-postlink-txt .tags li {
    font-size: 3.2vw;
    padding-left: 2.1333333333vw;
  }
}
.c-postlink-img {
  width: 22rem;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .c-postlink-img {
    width: 100%;
    height: auto;
    aspect-ratio: 22/15;
  }
}
.c-postlink-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-postlink + .c-postlink {
  margin-top: 3.3rem;
  padding-top: 3.2rem;
  border-top: 1px solid #ddd;
}

.c-pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  border-top: 1px solid #ddd;
  margin: 4rem 0;
  padding-top: 4rem;
  gap: 1rem;
  /*hover*/
}
.c-pager .num {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.5rem;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #1F1E1E;
  background: none;
  color: #1F1E1E;
}
@media screen and (max-width: 767px) {
  .c-pager .num {
    font-size: 3.7333333333vw;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.c-pager .num.m-current {
  background: #1F1E1E;
  color: #fff;
}
.c-pager .ellipsis {
  font-size: 1.5rem;
  height: 3.6rem;
  width: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pager .ellipsis {
    font-size: 3.7333333333vw;
    height: 9.0666666667vw;
    width: 3.7333333333vw;
  }
}
.c-pager .ellipsis:before {
  content: "…";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-pager .ellipsis:before {
    botttom: -2.6666666667vw;
  }
}
.c-pager a {
  overflow: hidden;
  position: relative;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.c-pager a:before {
  position: relative;
  z-index: 3;
}
.c-pager a span {
  position: relative;
  z-index: 3;
}
.c-pager a:hover {
  opacity: 1;
}
.c-pager a:hover span {
  color: #fff;
}
.c-pager a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background: #1F1E1E;
}
.c-pager a:hover:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*サイドカラム内*/
.c-search {
  border-bottom: 1px solid #1F1E1E;
  padding-left: 4.5rem;
  position: relative;
}
.c-search:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  width: 2.4rem;
  height: 2.5rem;
  background: url(../img/icn_search.svg) no-repeat left top/contain;
}
.c-search input[type=text] {
  height: 4.5rem;
  width: 100%;
  outline: none;
}
.c-search ::-webkit-input-placeholder {
  color: #B9B9B9;
  font-weight: 700;
}
.c-search ::-moz-placeholder {
  color: #B9B9B9;
  font-weight: 700;
}
.c-search :-ms-input-placeholder {
  color: #B9B9B9;
  font-weight: 700;
}
.c-search ::-ms-input-placeholder {
  color: #B9B9B9;
  font-weight: 700;
}
.c-search ::placeholder {
  color: #B9B9B9;
  font-weight: 700;
}

.c-keyword {
  margin: 2rem 0 3rem;
}
.c-keyword-headline {
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.c-keyword-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.2rem;
}
.c-keyword-list li {
  margin-bottom: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-keyword-list li {
    margin-bottom: 2.1333333333vw;
  }
}
.c-keyword-list li a {
  font-size: max(1.3rem, 11px);
  display: block;
  padding: 0.5rem 1.2rem 0.5rem 1.2rem;
  border: 1px solid #1F1E1E;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .c-keyword-list li a {
    font-size: 3.2vw;
    padding: 1.3333333333vw 3.2vw 1.3333333333vw 3.2vw;
  }
}
.c-keyword-list li a:before {
  position: relative;
  z-index: 3;
  content: "#";
}
.c-keyword-list li a span {
  position: relative;
  z-index: 3;
}
.c-keyword-list li a:hover {
  opacity: 1;
}
.c-keyword-list li a:hover span, .c-keyword-list li a:hover:before {
  color: #fff;
}
.c-keyword-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 105%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background: #1F1E1E;
}
.c-keyword-list li a:hover:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-keyword-list li:nth-child(n+11) {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.c-keyword-list li:nth-child(n+11) a {
  padding: 0;
  pointer-events: none;
}
.c-keyword-list.is-open li:nth-child(n+11) {
  opacity: 1;
  height: auto;
  margin-bottom: 1.2rem;
}
.c-keyword-list.is-open li:nth-child(n+11) a {
  padding: 0.5rem 1.2rem 0.5rem 1.2rem;
  pointer-events: auto;
}

.c-bnr-list li a {
  display: block;
}
.c-bnr-list li a img {
  width: 100%;
}
.c-bnr-list li + li {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-bnr-list li + li {
    margin-top: 5.3333333333vw;
  }
}
.c-bnr + .c-bnr {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-bnr + .c-bnr {
    margin-top: 5.3333333333vw;
  }
}

.c-news {
  margin: 2.5rem 0 5rem;
}
.c-news-headline {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-news-headline {
    font-size: 7.4666666667vw;
  }
}
.c-news-list {
  margin-bottom: 0.5rem;
}
.c-news-list li {
  border-bottom: 1px solid #ddd;
  padding: 1.8rem 0.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-news-list li .date {
  font-size: 1.3rem;
  letter-spacing: 0.034em;
  line-height: 2.3076923077;
  color: #7a7a7a;
  margin-bottom: 0.5rem;
}
.c-news-list li a {
  display: block;
}
.c-news-list li:nth-child(n+4) {
  opacity: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.c-news-list li:nth-child(n+4) a {
  pointer-events: none;
}
.c-news-list li:first-child {
  border-top: 1px solid #ddd;
}
.c-news-list.is-open li:nth-child(n+4) {
  opacity: 1;
  padding: 1.8rem 0.5rem;
  height: auto;
}
.c-news-list.is-open li:nth-child(n+4) a {
  pointer-events: auto;
}
.c-news-list + .c-more {
  color: #1F1E1E;
}
.c-news-list + .c-more:before, .c-news-list + .c-more:after {
  background: #1F1E1E;
}

.c-more {
  display: inline-block;
  font-weight: 700;
  padding-right: 1.5rem;
  position: relative;
  font-size: 1.2rem;
  color: #8a8a8a;
}
@media screen and (max-width: 767px) {
  .c-more {
    padding-right: 4vw;
    font-size: 3.2vw;
  }
}
.c-more:before, .c-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 0.1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 0.2rem;
  background: #8a8a8a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-more:before, .c-more:after {
    width: 3.2vw;
    height: 2px;
    top: calc(50% + 1px);
  }
}
.c-more:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-more.is-open:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-------------- 記事ページ --------------*/
.c-article {
  margin-top: 0.5rem;
}
.c-article-head .date {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-article-head .date {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-article-head .date .m-modified {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-head .date .m-modified {
    margin-left: 4vw;
  }
}
.c-article-head .category {
  font-size: 1.3rem;
  letter-spacing: 0.028em;
  padding-left: 1.7rem;
  margin-bottom: 0.6rem;
  position: relative;
  font-size: max(1.3rem, 11px);
  color: #8a8a8a;
  font-size: max(1.5rem, 11px);
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-article-head .category {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.c-article-head .category:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-article-head .category:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 1.3333333333vw;
  }
}
.c-article-head .category.m-basic:before {
  background: #3346F2;
}
.c-article-head .category.m-tech:before {
  background: #4DD2C2;
}
.c-article-head .category.m-analysis:before {
  background: #CC33F2;
}
.c-article-head .category:before {
  top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-article-head .category {
    font-size: 3.4666666667vw;
  }
  .c-article-head .category:before {
    top: 1.6vw;
  }
}
.c-article-head .title {
  font-size: 3.5rem;
  letter-spacing: 0.028em;
  line-height: 1.0571428571;
  font-weight: 700;
  margin-bottom: 2.5rem;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .c-article-head .title {
    font-size: 7.4666666667vw;
    margin-bottom: 4vw;
  }
}
.c-article-head .tags {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-article-head .tags {
    gap: 0 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-article-head .tags li {
  margin-bottom: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article-head .tags li {
    margin-bottom: 1.3333333333vw;
  }
}
.c-article-head .tags li a {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.5384615385;
  display: block;
  padding: 0.5rem 1.2rem 0.5rem 1.2rem;
  border: 1px solid #1F1E1E;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .c-article-head .tags li a {
    font-size: 3.2vw;
    padding: 0.8vw 3.2vw 0.8vw 3.2vw;
  }
}
.c-article-head .tags li a:before {
  content: "#";
}
.c-article-eyecatch {
  width: 100%;
  aspect-ratio: 77/48;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-eyecatch {
    margin-bottom: 8vw;
  }
}
.c-article-eyecatch img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-post {
  /*org*/
}
.c-post * {
  word-break: break-word;
}
.c-post .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.c-post .alignright {
  display: block;
  margin: 0 0 0 auto;
}
.c-post .alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.c-post .wp-caption,
.c-post [class*=wp-image] {
  margin-top: 1.5em;
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-post .wp-caption,
  .c-post [class*=wp-image] {
    width: 100% !important;
  }
}
.c-post .wp-caption-text {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-post .wp-caption-text {
    font-size: 3.2vw;
  }
}
.c-post .embed-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.c-post strong {
  font-weight: bold;
}
.c-post em {
  font-style: italic;
}
.c-post blockquote {
  display: block;
  position: relative;
  padding: 10px 15px 10px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 1.5em;
}
.c-post blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "“";
  color: #cfcfcf;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}
.c-post hr {
  clear: both;
}
.c-post .wp-block-embed.alignleft,
.c-post .wp-block-embed.alignright,
.c-post .wp-block[data-align=left] > [data-type="core/embed"],
.c-post .wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .c-post .wp-block-embed iframe {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.c-post h2 {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.25;
  font-weight: 700;
  padding-bottom: 1.8rem;
  position: relative;
  margin: 3rem 0;
}
.c-post h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(135deg, rgb(51, 70, 242) 0%, rgb(77, 210, 194) 100%);
}
@media screen and (max-width: 767px) {
  .c-post h2 {
    font-size: 5.8666666667vw;
    padding-bottom: 3.7333333333vw;
    margin: 8vw 0 5.3333333333vw;
  }
}
.c-post h3 {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-weight: 700;
  margin: 3rem 0 2rem;
  padding-left: 1.8rem;
  position: relative;
}
.c-post h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 70, 242)), to(rgb(77, 210, 194)));
  background: linear-gradient(to bottom, rgb(51, 70, 242) 0%, rgb(77, 210, 194) 100%);
}
@media screen and (max-width: 767px) {
  .c-post h3 {
    font-size: 4.8vw;
    margin: 8vw 0 2.6666666667vw;
  }
}
.c-post h4 {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding-left: 1.8rem;
  position: relative;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-post h4 {
    font-size: 4.2666666667vw;
    margin: 8vw 0 2.6666666667vw;
  }
}
.c-post h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #3346F2;
}
@media screen and (max-width: 767px) {
  .c-post h4:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 1.3333333333vw;
  }
}
.c-post h5 {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
  margin: 3rem 0 2rem;
}
.c-post h5:before {
  content: "・";
}
@media screen and (max-width: 767px) {
  .c-post h5 {
    font-size: 4vw;
    margin: 8vw 0 2.6666666667vw;
  }
}
.c-post h6 {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-post h6 {
    font-size: 4vw;
    margin: 8vw 0 2.6666666667vw;
  }
}
.c-post p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-post p + p {
    margin-top: 4vw;
  }
}
.c-post p + h3 {
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .c-post p + h3 {
    margin-top: 10.6666666667vw;
  }
}
.c-post p + h4, .c-post p + h5 {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .c-post p + h4, .c-post p + h5 {
    margin-top: 10.6666666667vw;
  }
}
.c-post img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-post img {
    width: 100%;
  }
}
.c-post table {
  border: 1px solid #1F1E1E;
  width: 100%;
}
.c-post table th, .c-post table td {
  border: 1px solid #1F1E1E;
  padding: 1rem;
}
.c-post table th {
  background: #f1f1f1;
  font-weight: bold;
  text-align: center;
}
.c-post .scroll-table {
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-post .scroll-table {
    width: 100%;
    overflow-x: scroll;
  }
  .c-post .scroll-table table {
    width: auto;
  }
  .c-post .scroll-table table th, .c-post .scroll-table table td {
    white-space: nowrap;
  }
}
.c-post a {
  color: #3346F2;
  text-decoration: underline;
}
.c-post ul {
  margin: 3rem 0;
}
.c-post ul li {
  position: relative;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-post ul li {
    padding-left: 4.5333333333vw;
  }
}
.c-post ul li:before {
  content: "●";
  color: #3346F2;
  position: absolute;
  left: 0;
  top: 0;
}
.c-post ul li ul, .c-post ul li ol {
  margin: 1rem 0 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-post ul li ul, .c-post ul li ol {
    margin: 2.6666666667vw 0 2.6666666667vw 5.3333333333vw;
  }
}
.c-post ul li ol li:before {
  color: #000;
}
.c-post ol {
  margin: 3rem 0;
  counter-reset: number;
}
.c-post ol li {
  position: relative;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-post ol li {
    padding-left: 4.5333333333vw;
  }
}
.c-post ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.c-post ol li ul, .c-post ol li ol {
  margin: 1rem 0 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-post ol li ul, .c-post ol li ol {
    margin: 2.6666666667vw 0 2.6666666667vw 5.3333333333vw;
  }
}
.c-post ol li ol {
  counter-reset: sec-number;
}
.c-post ol li ol li:before {
  counter-increment: sec-number;
  content: counter(sec-number) ".";
}
.c-post .box {
  background: #F6F9FB;
  padding: 3.5rem 5rem;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-post .box {
    padding: 8vw;
    margin: 10.6666666667vw 0;
  }
}
.c-post .box strong {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-post .box strong {
    font-size: 4.2666666667vw;
  }
}
.c-post .box ol, .c-post .box ul {
  margin: 0;
}
.c-post .border-box {
  border: 1px solid #1F1E1E;
  padding: 4rem;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-post .border-box {
    padding: 8vw;
    margin: 10.6666666667vw 0;
  }
}
.c-post .border-box ol, .c-post .border-box ul {
  margin: 0;
}
.c-post-index {
  background: #F6F9FB;
  padding: 3rem 4rem;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-post-index {
    padding: 5.3333333333vw;
  }
}
.c-post-index-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-post-index-head {
    display: block;
  }
}
.c-post-index-head .title {
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
}
.c-post-index-head .title:before {
  content: "▼";
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-post-index-head .title {
    font-size: 4vw;
    text-align: center;
  }
}
.c-post-index-head .time {
  font-size: 1.3rem;
  border: 1px solid #1F1E1E;
  padding: 0.5rem 1.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-post-index-head .time {
    margin: 2.6666666667vw 0;
    font-size: 2.9333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    text-align: center;
  }
}
.c-post-index ol {
  margin-bottom: 0;
}
.c-post-index ol li {
  font-size: 1.6rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-index ol li {
    font-size: 3.7333333333vw;
  }
}

/*ログイン・ログアウト時の表示*/
.c-post .is-hide {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

#wpmem_restricted_msg {
  background: #F5F5F5;
  padding: 1rem 3rem 2rem;
}
#wpmem_restricted_msg p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wpmem_restricted_msg p {
    font-size: 4.2666666667vw;
  }
}
#wpmem_restricted_msg ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  #wpmem_restricted_msg ul {
    display: block;
  }
}
#wpmem_restricted_msg ul li:before {
  content: none;
}
#wpmem_restricted_msg ul li a {
  display: block;
  padding: 1.8rem 6.3rem 2.1rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  text-decoration: none;
  padding: 1rem 4rem;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #wpmem_restricted_msg ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #wpmem_restricted_msg ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #wpmem_restricted_msg ul li a {
    margin: 0 auto;
    padding: 2.6666666667vw 11.4666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #wpmem_restricted_msg ul li a {
    font-size: 3.7333333333vw;
  }
}
#wpmem_restricted_msg ul li.signup a {
  background: #4DD2C2;
}
#wpmem_restricted_msg ul li.login a {
  background: #3346F2;
}
@media screen and (max-width: 767px) {
  #wpmem_restricted_msg ul li + li {
    margin-top: 2.6666666667vw;
  }
}

.body.logged-in .c-post .is-hide {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.c-recommend {
  margin-top: 7rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .c-recommend {
    margin: 13.3333333333vw 0;
    padding: 4vw 0;
  }
}
.c-recommend-head {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-recommend-head {
    margin-bottom: 4vw;
  }
}
.c-recommend-foot {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-recommend-foot {
    margin-top: 4vw;
    padding-top: 4vw;
  }
}
.c-recommend-headline {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  color: #3346F2;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-recommend-headline {
    font-size: 5.8666666667vw;
  }
}
.c-recommend-more {
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 17rem;
  height: 4.2rem;
  border-radius: 3rem;
  border: 2px solid #1F1E1E;
}
@media screen and (max-width: 767px) {
  .c-recommend-more {
    font-size: 3.2vw;
    width: 32vw;
    height: 8.5333333333vw;
  }
}
.c-recommend .c-postlink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .c-recommend .c-postlink {
    display: block;
  }
}
.c-recommend .c-postlink + .c-postlink {
  margin-top: 0;
  padding-top: 2rem;
}
.c-recommend .c-postlink:last-of-type {
  border-bottom: 1px solid #ddd;
}
.c-recommend .c-postlink-img {
  width: 8rem;
  height: auto;
  aspect-ratio: 80/55;
  margin-bottom: 1.8rem;
}
.c-recommend .c-postlink-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-recommend .c-postlink-img {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.c-recommend .c-postlink-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-recommend .c-postlink-txt .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .c-recommend .c-postlink-txt .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 0.5rem;
  }
}
.c-recommend .c-postlink-txt .category {
  font-size: 1.3rem;
  letter-spacing: 0.028em;
  padding-left: 1.7rem;
  margin-bottom: 0.6rem;
  position: relative;
  font-size: max(1.3rem, 11px);
  color: #8a8a8a;
}
@media screen and (max-width: 767px) {
  .c-recommend .c-postlink-txt .category {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.c-recommend .c-postlink-txt .category:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-recommend .c-postlink-txt .category:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 1.3333333333vw;
  }
}
.c-recommend .c-postlink-txt .category.m-basic:before {
  background: #3346F2;
}
.c-recommend .c-postlink-txt .category.m-tech:before {
  background: #4DD2C2;
}
.c-recommend .c-postlink-txt .category.m-analysis:before {
  background: #CC33F2;
}
@media screen and (max-width: 767px) {
  .c-recommend + li {
    margin-top: 8vw;
  }
}

.c-form {
  padding-top: 1.7rem;
  /*エラー*/
}
@media screen and (max-width: 767px) {
  .c-form {
    padding-top: 4.5333333333vw;
  }
}
.c-form-headline {
  font-size: 24px;
  font-weight: 700;
  margin: 3rem 0 2rem;
  padding-left: 1.8rem;
  position: relative;
}
.c-form-headline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.4rem;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 70, 242)), to(rgb(77, 210, 194)));
  background: linear-gradient(to bottom, rgb(51, 70, 242) 0%, rgb(77, 210, 194) 100%);
}
@media screen and (max-width: 767px) {
  .c-form-headline {
    font-size: 4.8vw;
    margin: 8vw 0 2.6666666667vw;
  }
}
.c-form-tbl {
  width: 100%;
}
.c-form-tbl th, .c-form-tbl td {
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .c-form-tbl th, .c-form-tbl td {
    display: block;
  }
}
.c-form-tbl th {
  font-weight: 700;
  text-align: left;
}
.c-form-tbl th.m-vcnt {
  padding: 18px 0 5px;
}
@media screen and (max-width: 767px) {
  .c-form-tbl th.m-vcnt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form-tbl th {
    padding-bottom: 0;
  }
}
.c-form-tbl td {
  width: 544px;
}
@media screen and (max-width: 767px) {
  .c-form-tbl td {
    width: 100%;
  }
}
.c-form-tbl .m-required th span {
  display: inline-block;
  position: relative;
}
.c-form-tbl .m-required th span:after {
  display: inline-block;
  content: "必須";
  color: #FF2525;
  font-size: 12px;
  margin-left: 10px;
}
.c-form-tbl input, .c-form-tbl textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  width: 100%;
  outline: none;
}
.c-form-tbl input.m-txt {
  border-radius: 3px;
  height: 45px;
  font-size: 16px;
}
.c-form-tbl textarea {
  height: 147px;
  resize: vertical;
}
.c-form-caution {
  font-size: 15px;
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form-caution {
    font-size: 14px;
  }
}
.c-form-caution a {
  color: #3346F2;
}
.c-form-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-form-btns {
    gap: 10px;
  }
}
.c-form-btns-btn {
  display: block;
  padding: 13px 43px 17px;
  border-radius: 100px;
  border: 3px solid #3346F2;
  font-weight: 700;
  min-width: 162px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-form-btns-btn {
    margin: 0 auto;
    padding: 10px 43px;
  }
}
.c-form-btns-btn.m-submit {
  background: #3346F2;
  color: #fff;
}
.c-form-btns-btn.m-back {
  background: #fff;
  color: #3346F2;
}
.c-form.m-confirm .c-form-headline {
  margin-bottom: 10px;
}
.c-form.m-confirm .c-form-tbl th, .c-form.m-confirm .c-form-tbl td {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .c-form.m-confirm .c-form-tbl th {
    padding-bottom: 5px;
    border-bottom: 0;
  }
}
.c-form.m-confirm .c-form-tbl td {
  width: 517px;
}
@media screen and (max-width: 767px) {
  .c-form.m-confirm .c-form-tbl td {
    width: 100%;
    padding-top: 0;
  }
}
.c-form.m-confirm .c-form-tbl .m-required th span:after {
  content: none;
}
.c-form.m-confirm .c-form-btns {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .c-form.m-confirm .c-form-btns {
    margin-top: 40px;
  }
}
.c-form.m-thanks:before {
  content: "";
  background: #EFF0F2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-form.m-thanks .c-form-thanks {
  background: #fff;
  margin: 50px 0 190px;
  padding: 135px 40px 100px;
}
@media screen and (max-width: 767px) {
  .c-form.m-thanks .c-form-thanks {
    margin: 13.3333333333vw 0;
    padding: 16vw 5%;
  }
}
.c-form.m-thanks .c-form-thanks-message {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form.m-thanks .c-form-thanks-message {
    font-size: 20px;
    margin-bottom: 10.6666666667vw;
  }
}
.c-form.m-thanks .c-form-thanks-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.c-form.m-thanks .c-form-thanks-btn a {
  color: #3346F2;
  font-size: 18px;
  font-weight: 700;
  display: block;
  border: 2px solid #3346F2;
  padding: 17px 60px 19px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-form.m-thanks .c-form-thanks-btn a {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.c-form .wpcf7-not-valid-tip {
  color: #FF2525;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-top: 3px;
}
.c-form .wpcf7-not-valid {
  background: #ffe1e1;
  border-color: #FF2525;
}
.c-form .wpcf7-spinner {
  display: none;
}
.c-form .wpcf7-response-output {
  display: none;
}

/*固定ページ*/
.c-page {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-page {
    padding-top: 10.6666666667vw;
  }
}
.c-page-headline {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-page-headline {
    font-size: 5.8666666667vw;
  }
}
.c-page-anchor {
  margin: 3rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .c-page-anchor {
    margin: 8vw 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 2.6666666667vw 5%;
  }
}
.c-page-anchor li {
  display: inline-block;
  border-right: 1px solid #1F1E1E;
  padding: 0 1rem 0 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-page-anchor li {
    display: block;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.c-page-anchor li:last-of-type {
  border: none;
}
.c-page-anchor li a {
  display: inline-block;
  font-size: 1.5rem;
  padding-right: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-anchor li a {
    display: block;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 0;
  }
}
.c-page-anchor li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0.4rem 0 0.4rem;
  border-color: #3346F2 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .c-page-anchor li a:after {
    border-width: 2.6666666667vw 1.3333333333vw 0 1.3333333333vw;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .u-hover {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-hover:hover {
    opacity: 0.7;
  }
}

.l-header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: relative;
    background: none;
  }
}
.l-header.m-signup {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 34.9333333333vw;
  }
  .l-header-logo img {
    width: 100%;
  }
}
.l-header-guidebar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 10.5rem 0 4rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .l-header-guidebar {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 5%;
    height: 13.3333333333vw;
    width: 100%;
    border-bottom: 1px solid #ddd;
    z-index: 100;
    background: #fff;
  }
}
.l-header-guide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3rem;
}
.l-header-guide-util {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header-guide-util {
    display: none;
  }
}
.l-header-guide-util li a {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-header-guide-util li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .l-header-guide-util li a {
    font-size: 3.7333333333vw;
  }
}
.l-header-guide-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns {
    gap: 1.3333333333vw;
    margin: 0;
  }
}
.l-header-guide-btns.m-loggedin {
  display: none;
}
.l-header-guide-btns.m-loggedout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-guide-btns > li > a {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 3.6rem;
  font-weight: 700;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 40px;
  padding: 0 1rem;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-header-guide-btns > li > a {
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns > li > a {
    font-size: 3.2vw;
  }
}
.l-header-guide-btns > li > a span {
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .l-header-guide-btns > li > a:hover {
    opacity: 1;
  }
  .l-header-guide-btns > li > a:hover span {
    color: #fff;
  }
  .l-header-guide-btns > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    background: #fff;
  }
  .l-header-guide-btns > li > a:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header-guide-btns > li > a.m-login {
  background: #3346F2;
  border: 2px solid #3346F2;
  min-width: 10rem;
}
@media print, screen and (min-width: 768px) {
  .l-header-guide-btns > li > a.m-login:hover span {
    color: #3346F2;
  }
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns > li > a.m-login {
    min-width: auto;
    width: 20.8vw;
  }
}
.l-header-guide-btns > li > a.m-contact {
  color: #3346F2;
  border: 2px solid #3346F2;
  min-width: 11rem;
}
.l-header-guide-btns > li > a.m-contact:before {
  background: #3346F2;
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns > li > a.m-contact {
    display: none;
  }
}
.l-header-guide-btns > li > a.m-signup {
  background: #4DD2C2;
  border: 2px solid #4DD2C2;
  min-width: 10rem;
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns > li > a.m-signup {
    min-width: auto;
    width: 20.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header-guide-btns > li > a.m-signup:hover span {
    color: #4DD2C2;
  }
}
.l-header-guide-btns .m-mypage {
  margin-left: 0.5rem;
  position: relative;
}
.l-header-guide-btns .m-mypage .mypage-icn {
  display: inline-block;
  margin-right: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns .m-mypage .mypage-icn {
    display: none;
    margin-right: 0;
  }
}
.l-header-guide-btns .m-mypage .mypage-icn img {
  width: 3rem;
  height: 3rem;
}
.l-header-guide-btns .m-mypage .mypage-arrow {
  position: relative;
}
.l-header-guide-btns .m-mypage .mypage-arrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #1F1E1E;
  border-right: 1px solid #1F1E1E;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns .m-mypage .mypage-arrow:before {
    display: none;
  }
}
.l-header-guide-btns .m-mypage .mypage-arrow.is-open:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header-guide-btns .m-mypage .mypage-list {
  position: absolute;
  right: -8.7rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 22, 48, 0.35);
          box-shadow: 0px 0px 20px -4px rgba(0, 22, 48, 0.35);
  border-radius: 0.5rem;
  width: 18rem;
  padding: 2rem 1rem 2rem;
  top: 4rem;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .l-header-guide-btns .m-mypage .mypage-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns .m-mypage .mypage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.l-header-guide-btns .m-mypage .mypage-list:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 12px 10.5px;
  border-color: transparent transparent #ffffff transparent;
  margin: 0 auto;
  z-index: -1;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns .m-mypage .mypage-list:before {
    content: none;
  }
}
.l-header-guide-btns .m-mypage .mypage-list li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns .m-mypage .mypage-list li + li {
    margin-top: 0;
    margin-left: 2.6666666667vw;
  }
}
.l-header-guide-btns .m-mypage .mypage-list a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1F1E1E;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-guide-btns .m-mypage .mypage-list a {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header-guide-btns .m-mypage .mypage-list a:hover {
    opacity: 0.7;
  }
}
.l-header-navbar {
  background: linear-gradient(135deg, rgb(51, 70, 242) 0%, rgb(77, 210, 194) 100%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-navbar {
    background: none;
  }
}
.l-header-gnav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-gnav {
    width: 100%;
    margin-top: 18.6666666667vw;
    padding: 0 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw 2%;
  }
}
@media screen and (max-width: 767px) {
  .l-header-gnav-btn {
    width: 49%;
  }
}
.l-header-gnav-btn > a {
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .l-header-gnav-btn > a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 12.8vw;
    padding: 2.6666666667vw 6.6666666667vw 2.6666666667vw 4vw;
    background: linear-gradient(135deg, rgb(51, 70, 242) 0%, rgb(77, 210, 194) 100%);
    border-radius: 100px;
    font-size: 3.2vw;
  }
  .l-header-gnav-btn > a .m-small {
    display: inline-block;
    font-size: 1.8666666667vw;
  }
}
.l-header-gnav-btn.m-dropdown {
  padding-right: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-gnav-btn.m-dropdown {
    padding-right: 0;
  }
}
.l-header-gnav-btn.m-dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-gnav-btn.m-dropdown:after {
    right: 3.2vw;
    top: 4.5333333333vw;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.l-header-gnav-btn.m-dropdown.is-open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header-gnav-btn.m-dropdown.is-open:after {
    top: 5.3333333333vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-header-gnav-btn.m-dropdown > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header-gnav-btn.m-dropdown > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header-gnav-btn.m-dropdown:nth-of-type(2n) .dropdown-menu {
    left: -104.3%;
  }
  .l-header-gnav-btn.m-dropdown:nth-of-type(2n) .dropdown-menu:before {
    left: 55.4666666667vw;
  }
}
.l-header-gnav .dropdown-menu {
  position: absolute;
  left: -15rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 22, 48, 0.35);
          box-shadow: 0px 0px 20px -4px rgba(0, 22, 48, 0.35);
  border-radius: 0.5rem;
  width: 40rem;
  padding: 4rem 3rem;
  top: 8rem;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-gnav .dropdown-menu {
    width: 90vw;
    left: 0;
    right: 0;
    top: 15.4666666667vw;
    margin: 0 auto;
  }
}
.l-header-gnav .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 12px 10.5px;
  border-color: transparent transparent #ffffff transparent;
  z-index: -1;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .l-header-gnav .dropdown-menu:before {
    left: 8vw;
    margin: 0;
  }
}
.l-header-gnav .dropdown-menu li + li {
  margin-top: 1rem;
}
.l-header-gnav .dropdown-menu a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1F1E1E;
}
@media screen and (max-width: 767px) {
  .l-header-gnav .dropdown-menu a {
    font-size: 3.4666666667vw;
  }
}
.l-header-btn {
  display: block;
  position: fixed;
  top: 1rem;
  height: auto;
  width: 6.3rem;
  z-index: 10;
  right: 0.6rem;
}
@media print, screen and (min-width: 768px) {
  .l-header-btn {
    top: 5rem;
    left: calc(50% + 37.5rem - 7rem);
  }
  .l-header-btn.is-scroll {
    top: 1rem;
  }
}
.l-header-burgermenu .l-header {
  /* /toggle */
}
@media screen and (max-width: 767px) {
  .l-header-burgermenu .l-header-toggle {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 3%;
    top: 4vw;
    width: 6.1333333333vw;
    height: 4.8vw;
    z-index: 101;
  }
  .l-header-burgermenu .l-header-toggle span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1F1E1E;
    border-radius: 0;
  }
  .l-header-burgermenu .l-header-toggle span:nth-of-type(1) {
    top: 0;
  }
  .l-header-burgermenu .l-header-toggle span:nth-of-type(2) {
    top: 2.1333333333vw;
  }
  .l-header-burgermenu .l-header-toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header-burgermenu .l-header-toggle.is-active span {
    background-color: #fff;
  }
  .l-header-burgermenu .l-header-toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(1.8666666667vw) rotate(45deg);
            transform: translateY(1.8666666667vw) rotate(45deg);
  }
  .l-header-burgermenu .l-header-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-burgermenu .l-header-toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.4vw) rotate(-45deg);
            transform: translateY(-2.4vw) rotate(-45deg);
  }
}
.l-header-burgermenu .l-header-spnav {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header-burgermenu .l-header-spnav-wrap {
  overflow: auto;
  height: 100svh;
  background: -webkit-gradient(linear, left top, right top, from(rgb(51, 70, 242)), to(rgb(77, 210, 194)));
  background: linear-gradient(to right, rgb(51, 70, 242) 0%, rgb(77, 210, 194) 100%);
  padding-bottom: 13.3333333333vw;
}
.l-header-burgermenu .l-header-spnav-wrap ul {
  margin-top: 26.6666666667vw;
}
.l-header-burgermenu .l-header-spnav-wrap ul li {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
.l-header-burgermenu .l-header-spnav-wrap ul li + li {
  margin-top: 4vw;
}
.l-header-burgermenu .l-header-spnav-wrap ul li a {
  font-size: 4.5333333333vw;
  font-weight: 700;
  color: #fff;
}
.l-header-burgermenu .l-header-spnav-wrap ul li.m-pwd, .l-header-burgermenu .l-header-spnav-wrap ul li.m-contact {
  margin-bottom: 0;
}
.l-header-burgermenu .l-header-spnav-wrap ul li.m-pwd a, .l-header-burgermenu .l-header-spnav-wrap ul li.m-contact a {
  border: 2px solid #3346F2;
  width: 61.3333333333vw;
  display: block;
  padding: 1.8rem 6.3rem 2.1rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  background: #fff;
  color: #3346F2;
}
@media print, screen and (min-width: 768px) {
  .l-header-burgermenu .l-header-spnav-wrap ul li.m-pwd a, .l-header-burgermenu .l-header-spnav-wrap ul li.m-contact a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-burgermenu .l-header-spnav-wrap ul li.m-pwd a:hover, .l-header-burgermenu .l-header-spnav-wrap ul li.m-contact a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-header-burgermenu .l-header-spnav-wrap ul li.m-pwd a, .l-header-burgermenu .l-header-spnav-wrap ul li.m-contact a {
    margin: 0 auto;
    padding: 2.6666666667vw 11.4666666667vw;
    font-size: 4.2666666667vw;
  }
}
.l-header-burgermenu .l-header-spnav-wrap ul li.m-pwd {
  display: none;
}

body.logged-in .l-header-guide-btns.m-loggedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.logged-in .l-header-guide-btns.m-loggedout {
  display: none;
}
body.logged-in .l-header-spnav li.m-pwd {
  display: block;
}

.l-header + main {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  .l-header + main {
    padding-top: 5.3333333333vw;
  }
}
.l-header.m-signup + main {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-header.m-signup + main {
    padding-top: 13.3333333333vw;
  }
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  background: linear-gradient(135deg, rgb(51, 70, 242) 0%, rgb(77, 210, 194) 100%);
  margin-top: 11.2rem;
  padding: 5.5rem 0 6.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 26.6666666667vw;
    padding: 8vw 0;
  }
}
.l-footer-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu {
    display: block;
  }
}
.l-footer-menu li {
  padding-left: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer-menu li {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-menu li + li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 1.4rem;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu li + li {
    margin-top: 1.3333333333vw;
  }
}
.l-footer-menu li a {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.6153846154;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-menu li a {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.l-footer-copyright {
  font-size: 1rem;
  display: block;
  margin-top: 0.6rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    font-size: 2.1333333333vw;
    margin-top: 8vw;
  }
}