/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

body {
  --base-color: #282828;
  --main-color: #8a7dfa;
  --accent-color: #67cccd;
  --red: #dd3434;
  --base-color-light: #787878;
}

html {
  font-size: 17px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 950px) {
  html {
    font-size: 88%;
  }
}

.body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.04em;
  font-size: 17px;
  line-height: 1.56;
  position: relative;
  color: var(--base-color);
}

*[data-en]::before {
  content: attr(data-en);
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04rem;
  font-size: 0.9rem;
}

img {
  max-width: 100%;
}

.pc-content {
  display: initial;
}
@media screen and (max-width: 673px) {
  .pc-content {
    display: none;
  }
}

.sp-content {
  display: none;
}
@media screen and (max-width: 673px) {
  .sp-content {
    display: initial;
  }
}

.inline-block {
  display: inline-block;
}

.page-inner {
  max-width: 1920px;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 673px) {
  .page-inner {
    padding-inline: 1.5rem;
  }
}

.page-inner-1200 {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 2.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 673px) {
  .page-inner-1200 {
    padding-inline: 1.5rem;
  }
}

.mgtop-60 {
  margin-top: 60px;
}

.bold {
  font-weight: bold;
}

.header {
  padding: 25px 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: linear-gradient(135deg, rgb(140, 128, 246) -15%, rgb(255, 255, 255) 100%);
}
.header .page-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .page-title {
  max-width: 190px;
}
@media screen and (max-width: 673px) {
  .header .page-title {
    width: 130px;
  }
}
.header .page-title img {
  width: 100%;
}
.header .nav {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-start;
  margin-top: 8px;
}
@media screen and (max-width: 950px) {
  .header .nav.nav-overlay {
    width: 100%;
    margin-top: 0;
  }
}
.header .nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding-right: 20px;
  font-size: 1.1rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 950px) {
  .header .nav-list {
    padding-right: 0;
    gap: 1.2rem;
  }
}
.header .nav-item {
  color: var(--main-color);
  transition: color 0.4s ease;
}
.header .nav-item:hover {
  color: var(--accent-color);
}

@media screen and (max-width: 950px) {
  /* overlay-styles.scss */
  .hamburger-overlay {
    position: fixed;
    display: block;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .hamburger-overlay__line {
    position: absolute;
    left: 11px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: all 0.6s;
  }
  .hamburger-overlay__line:nth-of-type(1) {
    top: 14px;
  }
  .hamburger-overlay__line:nth-of-type(2) {
    top: 23px;
  }
  .hamburger-overlay__line:nth-of-type(3) {
    top: 32px;
  }
  .hamburger-overlay.active .hamburger-overlay__line {
    background-color: #fff;
  }
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .nav-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgb(140, 128, 246) 0%, rgb(132, 180, 240) 100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
  }
  .nav-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .nav-overlay.active .nav-overlay__item {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-overlay.active .nav-overlay__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .nav-overlay.active .nav-overlay__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .nav-overlay.active .nav-overlay__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .nav-overlay.active .nav-overlay__item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .nav-overlay__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .nav-overlay__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-overlay__item {
    opacity: 0;
    padding: 0;
    transform: translateY(20px);
    transition: all 0.6s;
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 950px) and (max-width: 673px) {
  .nav-overlay__item {
    max-width: 300px;
  }
}
@media screen and (max-width: 950px) {
  .nav-overlay__link {
    padding: 1.25rem;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 950px) and (max-width: 673px) {
  .nav-overlay__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 950px) {
  .nav-overlay__link:hover {
    color: #4a90e2;
  }
}
section:not(.hero):nth-child(odd) {
  background: linear-gradient(to right, #8a7dfa, #b4cdec);
}
section:nth-child(even) {
  background-color: #fdfdfd;
}

/* Hero */
.hero {
  background: linear-gradient(to bottom, #d3cff7, #fdfdfd);
  padding: 10.625rem 0 0;
}
@media screen and (max-width: 673px) {
  .hero {
    padding: 5rem 0 5rem;
  }
}
.hero .flex-container {
  display: flex;
  justify-content: center;
  gap: clamp(5rem, 10.42vw, 12.5rem);
}
@media screen and (max-width: 950px) {
  .hero .flex-container {
    gap: clamp(5rem, 12vw, 12.5rem);
    position: relative;
  }
  .hero .flex-container .hero-img {
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 200px;
  }
}
@media screen and (max-width: 950px) and (max-width: 673px) {
  .hero .flex-container .hero-img {
    width: 130px;
  }
}
@media screen and (max-width: 950px) {
  .hero .flex-container .hero-text {
    z-index: 3;
  }
}
.hero .hero-title {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: var(--main-color);
  margin-top: 50px;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 673px) {
  .hero .hero-title {
    font-size: 2rem;
  }
}
.hero .hero-title::before {
  font-size: 1rem;
  margin-bottom: 19px;
  color: var(--accent-color);
}
.hero .hero-description {
  margin-top: 2rem;
  margin-bottom: 3.4rem;
}
.hero .hero_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .hero .hero_btn {
    flex-flow: column;
    gap: 20px;
  }
}

/* Section */
.section-title {
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
  color: var(--main-color);
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 673px) {
  .section-title {
    font-size: 2rem;
  }
}

.new-articles {
  padding-block: 12.5rem 7.5rem;
  background: linear-gradient(to top, #e7ecf5, #fdfdfd);
  margin-top: -2px;
}
@media screen and (max-width: 673px) {
  .new-articles {
    padding-block: 2rem 6rem;
  }
}
.new-articles .articles-list {
  max-width: 1430px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 950px) {
  .new-articles .articles-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 673px) {
  .new-articles .articles-list {
    padding: 0;
    display: block;
  }
}

.popular-articles {
  overflow: hidden;
  color: white;
  padding-block: 5.9375rem 4.375rem;
}
.popular-articles .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1363px;
  margin-inline: auto;
  gap: 160px;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 673px) {
  .popular-articles .section-title-wrapper {
    gap: 30px;
  }
}
.popular-articles .section-title-wrapper::before, .popular-articles .section-title-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  background-image: repeating-linear-gradient(90deg, #d4d6fc, #d4d6fc 5px, transparent 5px, transparent 15px);
}
.popular-articles .section-title {
  color: white;
  margin-bottom: 0;
}

.bg-grad {
  background: linear-gradient(to right, #8a7dfa, #b4cdec);
}

.bg-grad-light {
  background: linear-gradient(to top, #d3cff7, #e7ecf5);
}

.about {
  padding-block: 6.75rem 7.5rem;
  background: linear-gradient(to top, #e7ecf5, #fdfdfd);
}
.about .section-title {
  color: var(--base-color);
  margin-bottom: 6rem;
}
@media screen and (max-width: 673px) {
  .about .section-title {
    font-size: 1.5rem;
  }
}
.about .alert,
.about .about-ai-checker {
  display: grid;
  max-width: 1370px;
  margin-inline: auto;
}
.about .card {
  background: linear-gradient(3deg, rgb(138, 125, 250) 0%, rgb(160, 162, 249) 57%, rgb(201, 219, 241) 100%);
  box-shadow: rgba(35, 60, 125, 0.1019607843) 15px 20px 40px 20px;
  position: relative;
  color: white;
  padding-block: 5.125rem;
  padding-inline: 3.875rem;
  border-radius: 18px;
  font-size: 1.4rem;
  line-height: 1.8;
  max-width: 870px;
}
@media screen and (max-width: 673px) {
  .about .card {
    padding-inline: 1.5rem;
  }
}
.about .card::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
}
.about .card .card-title {
  font-size: 2.15rem;
  font-weight: 500;
  margin-bottom: 38px;
}
@media screen and (max-width: 673px) {
  .about .card .card-title {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}
.about .card .card-title::before {
  font-size: 0.75em;
  margin-bottom: 15px;
  letter-spacing: 0.13rem;
}
.about .card p {
  position: relative;
  z-index: 2;
  font-size: 1rem;
}
.about .alert {
  grid-template-columns: 1.66fr 1fr;
}
@media screen and (max-width: 950px) {
  .about .alert {
    position: relative;
    grid-template-columns: 1fr;
  }
}
.about .alert::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.696;
  background-image: url(../svg/sad-robot.svg);
  background-repeat: no-repeat;
  align-self: center;
}
@media screen and (max-width: 950px) {
  .about .alert::after {
    position: absolute;
    top: -80px;
    right: 0;
    width: 250px;
  }
}
@media screen and (max-width: 673px) {
  .about .alert::after {
    top: -40px;
    width: 140px;
  }
}
.about .alert .card::after {
  bottom: 36px;
  right: 43px;
  width: 205px;
  aspect-ratio: 1.15/1;
  background-image: url(../svg/alert.svg);
}
@media screen and (max-width: 673px) {
  .about .alert .card::after {
    background-size: 50%;
    background-position: bottom right;
    bottom: 10px;
    right: 20px;
  }
}
.about .about-ai-checker {
  margin-top: 6.625rem;
  grid-template-columns: 1fr 1.75fr;
}
@media screen and (max-width: 950px) {
  .about .about-ai-checker {
    grid-template-columns: 1fr;
  }
}
.about .about-ai-checker::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 315px;
  aspect-ratio: 0.625/1;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-self: center;
  justify-self: center;
  align-self: center;
  transform: translate(-18%, 5%);
}
@media screen and (max-width: 950px) {
  .about .about-ai-checker::before {
    display: none;
  }
}
.about .about-ai-checker .card {
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.about .about-ai-checker .card::after {
  top: 75px;
  right: 71px;
  width: 272px;
  aspect-ratio: 0.69/1;
  background-image: url(../img/shield.png);
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .about .about-ai-checker .card::after {
    top: 30px;
    background-size: 50%;
    background-position: top right;
  }
}
@media screen and (max-width: 673px) {
  .about .about-ai-checker .card::after {
    background-size: 35%;
    background-position: bottom right;
    bottom: 10px;
    right: 20px;
  }
}
.about .about-ai-checker .card .btn {
  margin-inline-start: auto;
  margin-block-start: 3.75rem;
}
@media screen and (max-width: 950px) {
  .about .about-ai-checker .card .btn {
    margin-inline: auto;
  }
}

/* Interview */
.interview_sec {
  padding-block: 6.75rem 6.25rem;
  color: white;
}
.interview_sec .page-inner {
  max-width: 1190px;
}
.interview_sec .section-title {
  text-align: left;
  color: currentColor;
}
.interview_sec .interview-wrapper {
  display: grid;
  grid-template-columns: 0.56fr 1fr;
  gap: 115px;
}
@media screen and (max-width: 950px) {
  .interview_sec .interview-wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 673px) {
  .interview_sec .interview-wrapper {
    gap: 20px;
    position: relative;
    display: block;
    z-index: 0;
  }
}
.interview_sec .interview-wrapper img {
  background-color: var(--accent-color);
  -webkit-mask-image: url(../svg/profile-img-mask.svg);
          mask-image: url(../svg/profile-img-mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 673px) {
  .interview_sec .interview-wrapper img {
    position: absolute;
    top: -30px;
    right: 0;
    width: 50%;
    z-index: -1;
    opacity: 0.8;
  }
}
.interview_sec .interview-wrapper .profile-name {
  font-weight: bold;
  font-size: 1.5rem;
}
.interview_sec .interview-wrapper .profile-name::before {
  content: "";
}
.interview_sec .interview-wrapper .profile-name::after {
  content: attr(data-en);
  display: block;
  font-weight: 600;
  letter-spacing: 0.04rem;
  font-size: 0.9rem;
}
.interview_sec .interview-wrapper .profile-role {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}
.interview_sec .interview-wrapper .interview-text-wrapper {
  margin-top: 48px;
}
.interview_sec .interview-wrapper .interview-title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7;
}
.interview_sec .interview-wrapper .interview-text {
  margin-top: 16px;
  font-size: 1rem;
}
.interview_sec .interview-wrapper .btn {
  margin-inline-start: auto;
  margin-top: 50px;
}
@media screen and (max-width: 673px) {
  .interview_sec .interview-wrapper .btn {
    margin-inline-start: 0;
  }
}

/* FAQ */
.faq {
  padding-block: 7.5rem;
  background: linear-gradient(to top, #d3cff7, #fdfdfd);
}
.faq .faq-list {
  max-width: 1100px;
  margin-inline: auto;
  margin-bottom: 3.75rem;
}
.faq .faq-list .faq-item {
  margin-bottom: 1.25rem;
}
.faq .faq-list .faq-item:last-of-type {
  margin-bottom: 0;
}
.faq .faq-details.open .faq-question .icon::after {
  transform: scaleY(0);
}
.faq .faq-details.open .faq-answer {
  max-height: 100vh;
  opacity: 1;
}
.faq .faq-details .faq-question {
  background: linear-gradient(270deg, rgb(138, 125, 250), rgb(201, 219, 241));
  display: grid;
  grid-template-columns: 5.625rem auto 2.5rem;
  align-items: center;
  padding: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 673px) {
  .faq .faq-details .faq-question {
    grid-template-columns: 3rem auto 1.5rem;
    padding: 0.4rem 1rem;
  }
}
.faq .faq-details .faq-question .icon_que {
  font-weight: bold;
  display: block;
  position: relative;
  font-size: 2.375rem;
  color: var(--main-color);
  border-right: 1px dashed var(--main-color);
  margin-right: 1.875rem;
}
@media screen and (max-width: 673px) {
  .faq .faq-details .faq-question .icon_que {
    font-size: 2rem;
    margin-inline: 0px 12px;
  }
}
.faq .faq-details .faq-question .icon {
  display: block;
  position: relative;
  width: 2.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 673px) {
  .faq .faq-details .faq-question .icon {
    width: 18px;
  }
}
.faq .faq-details .faq-question .icon::before, .faq .faq-details .faq-question .icon::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fdfdfd;
}
.faq .faq-details .faq-question .icon::before {
  width: 100%;
  height: 3px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 673px) {
  .faq .faq-details .faq-question .icon::before {
    height: 2px;
  }
}
.faq .faq-details .faq-question .icon::after {
  height: 100%;
  width: 3px;
  left: 50%;
  translate: -50% 0;
  transition: transform 0.4s;
}
@media screen and (max-width: 673px) {
  .faq .faq-details .faq-question .icon::after {
    width: 2px;
  }
}
.faq .faq-details .faq-answer {
  display: grid;
  grid-template-columns: 5.625rem auto 2.5rem;
  align-items: center;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.4s ease;
  will-change: height, opacity;
  padding: 1.25rem;
  background-color: #fff;
}
@media screen and (max-width: 673px) {
  .faq .faq-details .faq-answer {
    grid-template-columns: 3rem auto 1.5rem;
    padding: 1rem;
  }
}
.faq .faq-details .faq-answer .icon_ans {
  font-size: 2.375rem;
  font-weight: bold;
  color: var(--base-color);
  border-right: 1px dashed var(--main-color);
  margin-inline: 4px 1.875rem;
}
@media screen and (max-width: 673px) {
  .faq .faq-details .faq-answer .icon_ans {
    font-size: 2rem;
    margin-inline: 4px 12px;
  }
}

#faq .faq {
  padding-block: 6.5rem 0 0;
}

/* Footer */
.footer {
  padding: 4rem 2rem;
  text-align: center;
  background-image: linear-gradient(173deg, rgb(201, 219, 241) -45%, rgb(138, 125, 250));
  font-size: 0.875rem;
  color: #fff;
  text-align: left;
  margin-top: -2px;
}
@media screen and (max-width: 950px) {
  .footer {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 673px) {
  .footer {
    padding: 6rem 0 1rem;
  }
}
.footer .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
}
.footer .flex_box.flex_pc {
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 950px) {
  .footer .flex_box.flex_pc {
    display: block;
  }
}
.footer .flex_box.flex_pc .item01 {
  flex-basis: 56%;
}
.footer .flex_box.flex_pc .item02 {
  flex-basis: 44%;
}
.footer .flex_box.flex_pc .item02 .logo {
  max-width: 350px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 950px) {
  .footer .flex_box.flex_pc .item02 {
    text-align: center;
  }
  .footer .flex_box.flex_pc .item02 .logo {
    margin: 2.5rem auto;
    width: 60%;
  }
}
@media screen and (max-width: 950px) and (max-width: 673px) {
  .footer .flex_box.flex_pc .item02 .logo {
    margin: 1rem auto;
  }
}
@media screen and (max-width: 950px) {
  .footer .flex_box_item {
    margin: 0 auto;
  }
}
@media screen and (max-width: 673px) {
  .footer .flex_box_item {
    margin: 0 auto 1rem;
  }
}
.footer .flex_box_item dt {
  font-size: 0.95rem;
  font-weight: bold;
}
.footer .flex_box_item dd {
  font-size: 0.89rem;
  margin-top: 3px;
}
.footer .flex_box_item dd:first-of-type {
  margin-bottom: 20px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: flex-start;
  margin-bottom: 1rem;
  background-image: linear-gradient(to right, #fff, #fff 6px, transparent 6px);
  background-size: 16px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 20px;
}
@media screen and (max-width: 950px) {
  .footer-nav-list {
    gap: 1rem 3rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.footer-nav-list .footer-nav-item {
  font-size: 1rem;
}
@media screen and (max-width: 673px) {
  .footer-nav-list .footer-nav-item {
    font-size: 0.8rem;
  }
}
.footer-nav-list .footer-nav-item.nav-big {
  font-size: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 673px) {
  .footer-nav-list .footer-nav-item.nav-big {
    font-size: 1.2rem;
  }
}
.footer-nav-list .footer-nav-item a {
  color: #fff;
  text-decoration: none;
}

.articles-list {
  margin-bottom: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding: 0 2rem;
}
@media screen and (max-width: 673px) {
  .articles-list {
    padding: 0;
  }
}
.articles-list .article .img-wrapper {
  position: relative;
  margin-bottom: 8px;
}
.articles-list .article .img-wrapper::after {
  content: "";
  position: absolute;
  bottom: 9%;
  right: 1%;
  width: 20%;
  aspect-ratio: 1/0.2;
  background-color: var(--accent-color);
  -webkit-mask-image: url(../svg/articles-arrow.svg);
          mask-image: url(../svg/articles-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.articles-list .article .img-wrapper img {
  -webkit-mask-image: url(../svg/articles-img-mask.svg);
          mask-image: url(../svg/articles-img-mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: filter 0.7s ease;
}
.articles-list .article .img-wrapper .category {
  font-size: 13px;
  position: absolute;
  top: 8.5%;
  left: 5.5%;
  background-color: var(--accent-color);
  color: white;
  border-radius: 100vw;
  padding: 4px 16px;
  letter-spacing: 0.06rem;
}
.articles-list .article .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 17px;
  margin-bottom: 1.5rem;
}
.articles-list .article .tag-list li {
  background-color: var(--main-color);
  color: white;
  padding: 5px 12px;
  border-radius: 100vw;
  font-size: 0.8rem;
}
.articles-list .article .article-title {
  font-size: 19px;
  letter-spacing: 0.02rem;
  font-weight: 600;
  margin-top: 3px;
  line-height: 1.5;
}
.articles-list .article a:hover .img-wrapper::after {
  transform: translateX(10%);
}
.articles-list .article a:hover .img-wrapper img {
  filter: brightness(1.1);
}

.new-articles .article:first-child {
  padding-inline: 3.75rem;
  margin-bottom: 4.375rem;
  border-left: 2px solid;
  border-right: 2px solid;
  border-image-source: repeating-linear-gradient(to bottom, var(--main-color) 0, var(--main-color) 5px, transparent 5px, transparent 10px);
  border-image-slice: 1;
  border-image-repeat: repeat;
  grid-column: span 3;
}
@media screen and (max-width: 950px) {
  .new-articles .article:first-child {
    grid-column: span 2;
  }
}
@media screen and (max-width: 673px) {
  .new-articles .article:first-child {
    border: none;
    padding-inline: 0;
  }
}
.new-articles .article:first-child a {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 950px) {
  .new-articles .article:first-child a {
    display: block;
  }
}
.new-articles .article:first-child .img-wrapper {
  order: 2;
  max-width: 770px;
  width: 100%;
}
.new-articles .article:first-child .article-text {
  padding-block: 2.5rem 0;
}
.new-articles .article:first-child .article-text::before {
  content: "NEW";
  display: block;
  background-color: var(--red);
  color: white;
  font-weight: 400;
  letter-spacing: 0.1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vw;
  padding: 4px 1.375rem;
  margin-bottom: 1.25rem;
}
.new-articles .article:first-child .article-text time {
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  display: block;
  margin-bottom: 8px;
  color: #787878;
  font-weight: 500;
}
.new-articles .article:first-child .article-text .article-title {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline;
  background: linear-gradient(135deg, rgb(140, 128, 246) 0%, rgb(132, 180, 240) 100%);
  color: white;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.6rem 0.8rem;
  line-height: 2.35;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 673px) {
  .new-articles .article:first-child .article-text .article-title {
    font-size: 1.3rem;
  }
}
.new-articles .article:first-child .tag-list {
  margin-top: 2.125rem;
}

.popular-articles .article .img-wrapper::after {
  background-color: var(--main-color);
}

.btn {
  display: grid;
  grid-template-columns: 1fr auto;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 37px;
  padding-inline: 6.25rem 2.5rem;
  padding-block: 1.125rem;
  border-radius: 100vw;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  background: linear-gradient(90deg, #fa7d7d 0%, #ffcd00 50%);
  background-size: 200% auto;
  transition: background-position 0.2s cubic-bezier(0, 0, 0.2, 1), filter 0.2s ease;
}
.btn::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../svg/arrow.svg);
          mask-image: url(../svg/arrow.svg);
  background-color: currentColor;
  width: 2.5rem;
  aspect-ratio: 2/1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  transition: transform 0.4s ease;
}
.btn:hover {
  background-position: right center;
  filter: brightness(1.1);
}
.btn:hover::after {
  transform: translateX(30%);
}
.btn.bg-white {
  background: #fff;
  color: var(--main-color);
  font-size: 1.4rem;
  gap: 4.0625rem;
  padding-inline: 9.375rem 2.8125rem;
}
@media screen and (max-width: 673px) {
  .btn.bg-white {
    font-size: 1.2rem;
    padding-inline: 5rem 2rem;
  }
}
.btn.center {
  justify-self: center;
}
.btn.arrow-purple::after {
  background-color: var(--main-color);
}
.btn.second-btn {
  margin-top: 0.625rem;
}
@media screen and (max-width: 673px) {
  .btn.second-btn {
    margin-top: 1rem;
  }
}
.btn.bg-green {
  background-image: linear-gradient(90deg, #67cccd 0%, #c5ece7 50%, #67cccd 100%);
  background-size: 200% auto;
  background-position: left center;
}
.btn.bg-green:hover {
  background-position: right center;
}

.popular-articles-splide {
  transform: translateX(14.8vw);
  display: flex;
  gap: 33px;
}
@media screen and (max-width: 950px) {
  .popular-articles-splide {
    transform: translateX(5vw);
  }
}
@media screen and (max-width: 673px) {
  .popular-articles-splide {
    flex-flow: column;
  }
}
.popular-articles-splide .splide__arrows {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 673px) {
  .popular-articles-splide .splide__arrows {
    margin: 0 auto;
  }
}
.popular-articles-splide .splide__arrows .splide__arrow {
  position: static;
  width: 61px;
  height: 61px;
  transform: translateY(0);
  background-color: white;
  -webkit-mask-image: url(../svg/slider-btn.svg);
          mask-image: url(../svg/slider-btn.svg);
  border-radius: 100vw;
}
@media screen and (max-width: 673px) {
  .popular-articles-splide .splide__arrows .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.popular-articles-splide .splide__arrows .splide__arrow.splide__arrow--next {
  transform: scaleX(-1);
}
.popular-articles-splide .articles-list {
  flex-wrap: nowrap;
  gap: 0;
  justify-content: initial;
}

.interview {
  position: relative;
  background: linear-gradient(to bottom, #d3cff7 0%, #e7ecf5 20%, #d3cff7 100%);
}
@media screen and (max-width: 950px) {
  .interview .hamburger-overlay .hamburger-overlay__line {
    background-color: #8a7dfa;
  }
  .interview .hamburger-overlay.active .hamburger-overlay__line {
    background-color: #fff;
  }
}
.interview section:not(.hero):nth-child(odd) {
  background: transparent;
}
.interview section:nth-child(even) {
  background-color: transparent;
}
.interview .sns {
  display: flex;
  flex-flow: column;
  position: fixed;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 950px) {
  .interview .sns {
    position: absolute;
    flex-flow: row;
    top: -20px;
    right: 60px;
    left: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 673px) {
  .interview .sns {
    top: -70px;
    right: 16px;
  }
}
.interview .sns .sns-item {
  width: 40px;
  height: auto;
  margin: 1rem;
}
@media screen and (max-width: 673px) {
  .interview .sns .sns-item {
    width: 23px;
  }
}
.interview .name {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 673px) {
  .interview .name {
    font-size: 1.3rem;
  }
}
.interview .name span {
  font-size: 0.875rem;
  color: #8c8c8c;
  margin-left: 1rem;
}
@media screen and (max-width: 673px) {
  .interview .name span {
    font-size: 0.8rem;
  }
}
.interview .thumbnail {
  max-width: 1200px;
  margin: 12rem auto 5rem;
  position: relative;
  padding-inline: clamp(15px, 6vw, 300px);
}
.interview .thumbnail .thum_text .type {
  background-color: #83b8be;
  color: white;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vw;
  padding: 4px 1.375rem;
  margin-bottom: 1.5rem;
}
.interview .thumbnail .thum_text .ttl {
  font-size: 3.5rem;
  font-weight: 600;
  display: inline;
  background: linear-gradient(135deg, rgb(140, 128, 246) 0%, rgb(132, 180, 240) 100%);
  color: white;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.5rem 0.8rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-block-start: 0;
  margin-block-end: 0;
}
@media screen and (max-width: 950px) {
  .interview .thumbnail .thum_text .ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 673px) {
  .interview .thumbnail .thum_text .ttl {
    font-size: 1.4rem;
  }
}
.interview .thumbnail .thum_text .sub_ttl {
  font-size: 1.875rem;
  font-weight: 600;
  margin-block: 1.5rem 3.4rem;
}
@media screen and (max-width: 950px) {
  .interview .thumbnail .thum_text .sub_ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 673px) {
  .interview .thumbnail .thum_text .sub_ttl {
    font-size: 1.2rem;
  }
}
.interview .thumbnail .thum_text .position {
  font-size: 0.9rem;
}
.interview .article_sec .art_cont {
  max-width: 1200px;
  margin: 0 auto 5rem;
  background-color: #fdfdfd;
  padding-inline: clamp(10px, 6vw, 300px);
  padding-block: 3rem 4rem;
}
.interview .article_sec .art_cont .wide {
  max-width: 1000px;
  padding-inline: 6rem;
  border-left: 2px solid;
  border-right: 2px solid;
  border-image-source: repeating-linear-gradient(to bottom, var(--main-color) 0, var(--main-color) 5px, transparent 5px, transparent 10px);
  border-image-slice: 1.8;
  border-image-repeat: repeat;
  margin-block: 4rem;
}
@media screen and (max-width: 950px) {
  .interview .article_sec .art_cont .wide {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 673px) {
  .interview .article_sec .art_cont .wide {
    padding-inline: 0;
    padding-block: 0;
    border: none;
  }
}
.interview .article_sec .art_cont .wide:first-child {
  border: none;
}
@media screen and (max-width: 673px) {
  .interview .article_sec .art_cont .wide:first-child {
    padding-inline: 1rem;
    border-left: 2px solid;
    border-right: 2px solid;
    border-image-source: repeating-linear-gradient(to bottom, var(--main-color) 0, var(--main-color) 5px, transparent 5px, transparent 10px);
    border-image-slice: 1;
    border-image-repeat: repeat;
  }
}
.interview .article_sec .art_cont .text {
  font-size: 1rem;
  line-height: 2;
  margin-block: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.interview .article_sec .art_cont figure figcaption {
  text-align: center;
  margin-block: 1rem 4rem;
  font-size: 1rem;
  color: #8c8c8c;
}
.interview .article_sec .art_cont .art_flex {
  display: flex;
  justify-content: space-between;
  margin-block: 2rem;
}
@media screen and (max-width: 673px) {
  .interview .article_sec .art_cont .art_flex {
    display: block;
  }
}
.interview .article_sec .art_cont .art_flex .item_box {
  width: 50%;
}
@media screen and (max-width: 673px) {
  .interview .article_sec .art_cont .art_flex .item_box {
    width: 100%;
  }
}
.interview .article_sec .art_cont .art_flex .item_box.box_img {
  width: 44%;
}
@media screen and (max-width: 673px) {
  .interview .article_sec .art_cont .art_flex .item_box.box_img {
    display: none;
  }
}
.interview .article_sec .art_cont .art_flex.plofile .item_box {
  width: 60%;
}
@media screen and (max-width: 673px) {
  .interview .article_sec .art_cont .art_flex.plofile .item_box {
    width: 100%;
  }
}
.interview .article_sec .art_cont .art_flex.plofile .item_box.box_img {
  width: 36%;
}
@media screen and (max-width: 673px) {
  .interview .article_sec .art_cont .art_flex.plofile .item_box.box_img {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.interview .article_sec .art_cont .item_ttl {
  font-size: 1.625rem;
  font-weight: 600;
  display: inline;
  background: linear-gradient(135deg, rgb(140, 128, 246) 0%, rgb(132, 180, 240) 100%);
  color: white;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.5rem 0.8rem;
  line-height: 2.2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 950px) {
  .interview .article_sec .art_cont .item_ttl {
    font-size: 1.3rem;
  }
}
.interview .article_sec .art_cont .question {
  font-size: 1.125rem;
  color: #8c8c8c;
  margin-block: 1.5rem;
}
.interview .article_sec .dt_ttl {
  font-size: 1.125rem;
  color: #83b8be;
  font-weight: 600;
}
.interview .article_sec dd {
  font-size: 1rem;
  margin-block: 0.3rem 1rem;
}
.interview .article_sec .grid {
  margin-top: 1rem;
}
@media screen and (max-width: 673px) {
  .interview .article_sec .grid {
    overflow-x: scroll;
  }
}
.interview .article_sec .parent {
  display: grid;
  grid-template-columns: 2fr 1fr 1.8fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 950px) {
  .interview .article_sec .parent {
    grid-template-columns: 1.4fr 1.2fr 1.8fr 1fr;
  }
}
@media screen and (max-width: 673px) {
  .interview .article_sec .parent {
    grid-template-columns: 200px 160px 240px 100px;
  }
}
.interview .article_sec .parent:first-of-type {
  color: #fff;
  text-align: center;
  background-color: #83b8be;
  border-radius: 10px 10px 0 0;
  border: none;
}
@media screen and (max-width: 673px) {
  .interview .article_sec .parent:first-of-type {
    min-width: 700px;
  }
}
.interview .article_sec .parent:first-of-type .grid_item:first-of-type {
  border: none;
}
.interview .article_sec .parent:first-of-type .grid_item:last-of-type {
  border: none;
}
.interview .article_sec .parent:last-of-type .grid_item:first-of-type {
  border-bottom-left-radius: 10px;
}
.interview .article_sec .parent:last-of-type .grid_item:last-of-type {
  border-bottom-right-radius: 10px;
}
.interview .article_sec .parent .grid_item {
  padding: 1rem;
  border: 1px solid #cdcdcd;
  border-right: none;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview .article_sec .parent .grid_item:nth-child(4n) {
  border-right: 1px solid #cdcdcd;
}
.interview .article_sec .parent .grid_item:first-of-type {
  text-align: center;
}
.interview .article_sec .parent .grid_item:last-of-type {
  text-align: center;
}
.interview .article_sec .parent .div1 {
  grid-area: 1/1/2/2;
}
.interview .article_sec .parent .div2 {
  grid-area: 1/2/2/3;
}
.interview .article_sec .parent .div3 {
  grid-area: 1/3/2/4;
}
.interview .article_sec .parent .div4 {
  grid-area: 1/4/2/5;
}
.interview .popular-articles {
  background: linear-gradient(to right, #8a7dfa, #b4cdec);
}

#column-section {
  background: linear-gradient(to bottom, #d3cff7, #e7ecf5);
}

section:not(.hero):nth-child(odd).column-index-page {
  padding-top: 200px;
  background: linear-gradient(to bottom, #e7ecf5, #fdfdfd);
}

.new-articles .article-text time {
  font-size: 0.9rem;
  color: #787878;
}

.pagination-list {
  max-width: 500px;
  padding: 0 25px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.pagination-item {
  color: #8c80f6;
}

.pagination-item.disabled {
  color: #888888;
}

.pagination-item.active {
  color: #282828;
}

.column-header {
  width: 100%;
  padding-top: 114px;
  z-index: 0;
  background: linear-gradient(to bottom, #d3cff7, #e7ecf5);
}
@media screen and (max-width: 673px) {
  .column-header {
    display: none;
  }
}

.column-header-img-block {
  position: relative;
  z-index: 0;
}

.column-header-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-header-img-block::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.sns {
  background-color: none;
  display: flex;
  flex-flow: column;
  position: fixed;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 950px) {
  .sns {
    position: absolute;
    flex-flow: row;
    top: -20px;
    right: 60px;
    left: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 673px) {
  .sns {
    top: 0px;
    right: 16px;
  }
}
.sns .sns-item {
  width: 40px;
  height: auto;
  margin: 1rem;
}
@media screen and (max-width: 673px) {
  .sns .sns-item {
    width: 25px;
    margin: 1.5rem 0.6rem;
  }
}

.column-articles {
  display: block;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 673px) {
  .column-articles {
    padding-top: 15vh;
  }
}

.column-block-flex {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 100px;
}
@media screen and (max-width: 673px) {
  .column-block-flex {
    display: block;
  }
}

.column-container {
  width: 65%;
}
@media screen and (max-width: 673px) {
  .column-container {
    width: 100%;
  }
}

.column-block {
  width: 100%;
  background: #fff;
  padding: 40px 25px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: -22vh;
  z-index: 20;
}
@media screen and (max-width: 673px) {
  .column-block {
    width: 100%;
    margin-top: 0;
    padding: 65px 6%;
  }
}

.column-side-menu {
  width: 35%;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: -22vh;
  z-index: 20;
}
@media screen and (max-width: 673px) {
  .column-side-menu {
    width: 100%;
    margin-top: 40px;
  }
}

.column-article-cat-block {
  background: #67cccd;
  padding: 6px 16px;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 673px) {
  .column-article-cat-block {
    font-size: 88%;
  }
}

.column-article-img-block {
  margin-top: 20px;
}
@media screen and (max-width: 673px) {
  .column-article-img-block {
    margin-top: 15px;
  }
}

.column-article-meta-data-update {
  margin-top: 34px;
  color: #8c80f6;
  font-size: 13px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 673px) {
  .column-article-meta-data-update {
    margin-top: 15px;
  }
}

.column-article-meta-data-date {
  color: #787878;
  font-size: clamp(1.063rem, 0.928rem + 0.51vw, 1.313rem);
  font-weight: 600;
}

.column-article-title {
  margin-top: 15px;
}
@media screen and (max-width: 673px) {
  .column-article-title {
    margin-top: 8px;
  }
}

.column-article-title-h2 {
  font-size: clamp(1.563rem, 1.394rem + 0.64vw, 1.875rem);
  color: #282828;
  font-weight: 600;
  line-height: 1.35;
}

.column-article-tag-block {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.column-article-tag {
  background: #8c80f6;
  padding: 4px 14px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.column-article-menu-block {
  background: #e2eefa;
  border: 1px dotted #8c80f6;
  padding: clamp(1.25rem, 0.913rem + 1.28vw, 1.875rem);
  margin-top: 24px;
}

.column-article-menu-h3 {
  font-size: clamp(1.313rem, 1.212rem + 0.38vw, 1.5rem);
  font-weight: 600;
}

.column-article-menu-ul {
  list-style-type: decimal;
  margin-top: 20px;
}
@media screen and (max-width: 673px) {
  .column-article-menu-ul {
    margin-top: 10px;
  }
}

.column-article-menu-li {
  margin-left: 1.4rem;
  font-weight: 500;
  padding: 6px 0;
}

.column-article-paragraph {
  margin-top: 1.3em;
  padding: 0 30px;
  line-height: 1.7;
}
@media screen and (max-width: 673px) {
  .column-article-paragraph {
    padding: 0 0;
  }
}

.column-article-h3 {
  font-size: clamp(1.313rem, 1.144rem + 0.64vw, 1.625rem);
  padding-left: 11px;
  border-left: 19px solid #f00;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 40px;
}
@media screen and (max-width: 673px) {
  .column-article-h3 {
    border-left: 13px solid #f00;
    padding-left: 8px;
  }
}

.column-article-h4 {
  font-size: clamp(1.125rem, 1.012rem + 0.4vw, 1.313rem);
  font-weight: 600;
  line-height: 1.35;
  margin-top: 40px;
}
@media screen and (max-width: 673px) {
  .column-article-h4 {
    border-left: 13px solid #f00;
    padding-left: 8px;
  }
}

.column-article-paragraph-inner-dt {
  border-left: 10px solid #cccccc;
  font-size: 22px;
  padding-left: 17px;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (max-width: 673px) {
  .column-article-paragraph-inner-dt {
    border-left: 7px solid #cccccc;
    padding-left: 8px;
    font-size: 17px;
  }
}

.column-article-paragraph-inner-dd {
  padding-left: 30px;
  margin-top: 8px;
}
@media screen and (max-width: 673px) {
  .column-article-paragraph-inner-dd {
    padding-left: 0;
  }
}

.column-article-matome-block {
  background: #e2eefa;
  border: 1px dotted #8c80f6;
  padding: 30px;
  margin: 20px 0;
}
@media screen and (max-width: 673px) {
  .column-article-matome-block {
    padding: 6%;
  }
}

.column-article-matome-li {
  line-height: 1.5;
  margin-top: 15px;
}

.column-article-matome-li:first-child {
  margin-top: 0;
}

.column-article-matome-li-inner-dt {
  font-weight: 600;
  font-size: 19px;
}
@media screen and (max-width: 673px) {
  .column-article-matome-li-inner-dt {
    font-size: 16px;
  }
}

.column-article-matome-li-inner-dd {
  padding-left: 1.3em;
  box-sizing: border-box;
  margin-top: 3px;
}
@media screen and (max-width: 673px) {
  .column-article-matome-li-inner-dd {
    padding-left: 0;
  }
}

.column-article-matome-inner-caption {
  padding: 10px 20px;
  background: #fdfdfd;
  border-radius: 3px;
  margin-top: 10px;
}

.column-article-thumb-cap {
  padding: 1em;
  color: #8c8c8c;
  font-size: 14px;
}

.column-side-menu-tag-block-h3 {
  font-weight: 600;
  color: #8c80f6;
  font-size: 24px;
}

.column-side-menu-tag-block {
  background: #fff;
  padding: 40px 20px;
  border-radius: 8px;
  margin-top: 25px;
}

.column-side-menu-tag-block-ul {
  display: flex;
  gap: 10px 8px;
  margin-top: 19px;
  flex-wrap: wrap;
}
.column-side-menu-tag-block-ul a {
  display: inline-block;
  font-size: 14px;
  color: #6356db;
  border-radius: 100vw;
  border: 1px solid #8c80f6;
  padding: 4px 17px;
  letter-spacing: -0.01rem;
  transition: opacity 0.3s;
}
.column-side-menu-tag-block-ul a:hover {
  background: #8c80f6;
  color: #fff;
}

.column-side-menu-cat-block-h3 {
  color: #3eb2b4;
  font-weight: 600;
  font-size: 24px;
}

.column-side-menu-cat-block {
  background: #fff;
  padding: 40px 20px;
  border-radius: 8px;
}

.column-side-menu-cat-ul {
  display: flex;
  gap: 10px 8px;
  margin-top: 19px;
  flex-wrap: wrap;
}
.column-side-menu-cat-ul li {
  display: block;
  width: 100%;
}
.column-side-menu-cat-ul a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #67cccd;
  color: #3eb2b4;
  padding: 6px 17px;
  letter-spacing: -0.01rem;
  transition: opacity 0.3s;
}
.column-side-menu-cat-ul a:hover {
  opacity: 0.7;
}

.column-side-menu-news-block {
  margin-top: 40px;
}

.column-side-menu-news-block-h3 {
  color: #282828;
  font-size: 24px;
  font-weight: bold;
}

.column-side-menu-img-block {
  margin-top: 15px;
}

.column-side-menu-thumb-title {
  font-weight: 600;
  margin-top: 5px;
}

.column-bnr {
  margin: 25px 0;
  margin-inline: auto;
  text-align: center;
}

.column-bnr-link {
  display: block;
  transition: opacity 0.3s;
}

.column-bnr .column-bnr-link:hover {
  opacity: 0.7;
}

.article-nav {
  margin-top: 25px;
}
.article-nav .nav-item {
  color: #8c80f6;
}
.article-nav .nav-item[href=""], .article-nav .nav-item.last-article {
  pointer-events: none;
  color: #adadad;
}

.article-page-nation-ul {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.simple-table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
}

.simple-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  min-width: 80px;
}

@media (max-width: 480px) {
  .simple-table td {
    padding: 8px;
    font-size: 14px;
    min-width: 60px;
  }
}/*# sourceMappingURL=style.css.map */