/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[3]!./src/global.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ----------------------------------------
  browser default value
---------------------------------------- */
/* ----------------------------------------
  custom selector
---------------------------------------- */
/* ----------------------------------------
  media query breakpoint
---------------------------------------- */
/* ----------------------------------------
  base
---------------------------------------- */
/* ----------------------------------------
  z-index
---------------------------------------- */
/* ----------------------------------------
  color
---------------------------------------- */
/* ----------------------------------------
  gradation
---------------------------------------- */
/* ----------------------------------------
  boxshadow
---------------------------------------- */
/* ----------------------------------------
  opacity
---------------------------------------- */
/* ----------------------------------------
  size
---------------------------------------- */
/* ----------------------------------------
  transition
---------------------------------------- */
/* stylelint-disable selector-max-type */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
dfn,
em,
img,
ins,
q,
strong,
small,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: 400;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

a,
label {
  cursor: pointer;
}

img {
  vertical-align: top;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  /* stylelint-disable-line property-no-vendor-prefix */
  /* stylelint-disable-line property-no-vendor-prefix */
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

svg {
  display: inline-block;
  overflow: hidden;
}

/* stylelint-disable selector-max-universal, selector-max-type */
/* ----------------------------------------
  Base
---------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}

/* ----------------------------------------
  form
---------------------------------------- */
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: inherit;
  color: inherit;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-appearance: none;
  /* stylelint-enable property-no-vendor-prefix */
  appearance: none;
}
input::-ms-expand,
textarea::-ms-expand,
select::-ms-expand,
button::-ms-expand {
  display: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

input {
  margin: 0;
}

input,
button {
  outline: 0;
}

select,
button {
  margin: 0;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #a9a9a9;
}

:-ms-input-placeholder {
  color: #a9a9a9;
}

::placeholder {
  color: #a9a9a9;
}

svg {
  vertical-align: middle;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
body > img {
  position: absolute;
  top: 0;
  right: 0;
}

[v-cloak] {
  display: none;
}

.article-categories__list {
  display: flex;
}
@media (max-width: 767px) {
  .article-categories__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .article-categories__item {
    margin-top: 5px;
  }
}
.article-categories__item:not(:only-child) {
  margin-right: 10px;
}
.article-categories__name {
  display: flex;
  align-items: center;
  height: 18px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #f4f4f4;
  font-size: 1.2rem;
  font-weight: 700;
  color: #666;
}
.article-categories__name::before {
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #666;
  content: "";
}
.article-categories__name.-anchor {
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .article-categories__name.-anchor:hover {
  opacity: 0.5;
}

.article-list__item:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .article-list__item:not(:first-child) {
    margin-top: 20px;
  }
}
.article-list__item-anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: 90px auto;
      grid-template: auto auto/90px auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 20px 50px 30px 20px;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .article-list__item-anchor {
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: auto auto;
        grid-template: auto auto auto/auto auto;
    padding: 15px 15px 12px;
  }
}
body:not(.o-touch_device) .article-list__item-anchor:hover .article-list__item-title {
  color: #fa632c;
}
body:not(.o-touch_device) .article-list__item-anchor:hover .article-list__item-new, body:not(.o-touch_device) .article-list__item-anchor:hover .article-list__item-arrow-img {
  opacity: 0.5;
}
.article-list__item-new {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #c00;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.article-list__item-date {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  font-size: 1.2rem;
  font-weight: 700;
  color: #c00;
}
.article-list__item-categories {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media (max-width: 767px) {
  .article-list__item-categories {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: 10px;
    padding-right: 40px;
  }
}
.article-list__item-body {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px 20px;
  gap: 10px 20px;
  -ms-grid-rows: auto 10px auto;
  -ms-grid-columns: 180px 20px auto;
      grid-template: auto auto/180px auto;
}
@media (max-width: 767px) {
  .article-list__item-body {
    -ms-grid-rows: auto;
    -ms-grid-columns: auto 10px auto;
        grid-template: auto/auto auto;
    gap: 0 10px;
    margin-top: 10px;
  }
}
.article-list__item-thumb {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  width: 180px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .article-list__item-thumb {
    width: 120px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.article-list__item-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2b2b2b;
  transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
@media (max-width: 767px) {
  .article-list__item-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    font-size: 1.6rem;
  }
}
.article-list__item-excerpt {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .article-list__item-excerpt {
    display: none;
  }
}
.article-list__item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  border-radius: 10px 0;
  background: linear-gradient(135deg, #ff642d 0%, #e63c00 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
.article-list__item-arrow .icon-arrow {
  width: 27px;
  height: auto;
  fill: #fff;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.article-nothing__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.article-nothing__text:not(:first-child) {
  margin-top: 20px;
}
.article-nothing__anchor {
  color: #c00;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .article-nothing__anchor:hover {
  opacity: 0.5;
}

.article-pagination {
  margin-top: 80px;
}
.article-pagination__list {
  display: flex;
  justify-content: center;
}
.article-pagination__item {
  display: block;
}
.article-pagination__item:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .article-pagination__item:not(:first-child) {
    margin-left: 6px;
  }
}
.article-pagination__button {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: linear-gradient(135deg, #ff642d 0%, #e63c00 100%);
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  cursor: default;
}
@media (max-width: 767px) {
  .article-pagination__button {
    width: 28px;
    height: 28px;
  }
}
.article-pagination__anchor {
  background: #fff;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .article-pagination__anchor:hover {
  opacity: 0.5;
}
.article-pagination__anchor.-first, .article-pagination__anchor.-prev, .article-pagination__anchor.-next, .article-pagination__anchor.-last {
  position: relative;
}
.article-pagination__anchor.-first::before, .article-pagination__anchor.-prev::before, .article-pagination__anchor.-next::before, .article-pagination__anchor.-last::before {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
}
.article-pagination__anchor.-first::after, .article-pagination__anchor.-last::after {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
}
.article-pagination__anchor.-first::before, .article-pagination__anchor.-prev::before {
  border-left: 2px solid #666;
  left: calc(50% - 2px);
  transform: rotate(-45deg);
}
.article-pagination__anchor.-first::before {
  left: calc(50% - 6px);
}
.article-pagination__anchor.-first::after {
  border-left: 2px solid #666;
  left: calc(50% + 2px);
  transform: rotate(-45deg);
}
.article-pagination__anchor.-next::before, .article-pagination__anchor.-last::before {
  border-right: 2px solid #666;
  right: calc(50% - 2px);
  transform: rotate(45deg);
}
.article-pagination__anchor.-last::before {
  right: calc(50% - 6px);
}
.article-pagination__anchor.-last::after {
  border-right: 2px solid #666;
  right: calc(50% + 2px);
  transform: rotate(45deg);
}
.article-pagination__ellipse {
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .article-pagination__ellipse {
    font-weight: 500;
  }
}

.popular-articles + .banner-list {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .banner-list.-bottom {
    opacity: 0%;
    pointer-events: none;
  }
}
.banner-list.-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s;
  opacity: 0%;
}
@media (max-width: 767px) {
  .banner-list.-fixed {
    display: none;
  }
}
.banner-list__item:not(:first-child) {
  margin-top: 30px;
}
.banner-list__item-anchor {
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .banner-list__item-anchor:hover {
  opacity: 0.5;
}
.banner-list__item-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.banner-list + .banner-list {
  margin-top: 40px;
}

.base-icon {
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
}

.main-content .front-page__inner {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .main-content .front-page__inner {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

.key-visual {
  position: relative;
}
.key-visual__bg {
  display: block;
  background-color: #fff;
}
.key-visual__bg-image {
  width: 100%;
  height: auto;
}
.key-visual__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-visual__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 13px auto;
  -ms-grid-columns: auto 0 18.2352941176%;
      grid-template: auto auto/auto 18.2352941176%;
  grid-gap: 13px 0;
  gap: 13px 0;
  width: 53.125%;
}
@media (max-width: 767px) {
  .key-visual__inner {
    display: block;
    width: 84%;
  }
}
.key-visual__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  align-self: flex-end;
  text-align: center;
  height: auto;
}
@media (max-width: 767px) {
  .key-visual__title {
    width: 100%;
  }
}
.key-visual__title-image {
  width: 200px;
  height: auto;
}
.key-visual__illust {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .key-visual__illust {
    display: none;
  }
}
.key-visual__text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .key-visual__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .key-visual__text {
    margin-top: 15px;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.global-footer {
  background-color: #000;
  color: #fff;
}
.global-footer__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 767px) {
  .global-footer__inner {
    width: 100%;
    padding: 40px 20px 36px;
  }
}
.global-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .global-footer__top {
    flex-direction: column;
    gap: 20px;
  }
}
.global-footer__logo {
  width: 130px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .global-footer__logo {
    width: 162px;
  }
}
.global-footer__logo-image {
  width: 100%;
  height: auto;
}
.global-footer__partners {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 767px) {
  .global-footer__partners {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
}
.global-footer__partner-logo {
  flex-shrink: 0;
}
.global-footer__partner-logo--oro {
  width: 180px;
}
.global-footer__partner-logo--semrush {
  width: 200px;
}
.global-footer__partner-logo--mc {
  width: 172px;
}
@media (max-width: 767px) {
  .global-footer__partner-logo--oro, .global-footer__partner-logo--semrush, .global-footer__partner-logo--mc {
    width: 150px;
  }
}
.global-footer__partner-link {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .global-footer__partner-link:hover {
  opacity: 0.5;
}
.global-footer__partner-image {
  width: 100%;
  height: auto;
}
.global-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .global-footer__bottom {
    justify-content: center;
  }
}
.global-footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.global-footer__copyright small {
  font-size: inherit;
}

.global-footer__nav {
  flex: 1;
}
@media (max-width: 767px) {
  .global-footer__nav {
    width: 100%;
  }
}

.global-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .global-footer__nav-list {
    justify-content: center;
    gap: 20px;
  }
}

.global-footer__nav-item {
  flex-shrink: 0;
}

.global-footer__nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .global-footer__nav-link:hover {
  opacity: 0.5;
}

.global-header {
  width: 100%;
  min-width: 1280px;
  height: 76px;
  box-shadow: 0 4px 2px 0 rgba(237, 237, 237, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .global-header {
    min-width: auto;
    height: 76px;
    box-shadow: 0 4px 2px 0 rgba(237, 237, 237, 0.25);
  }
}
.global-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 76px;
  padding: 0 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .global-header__inner {
    height: 76px;
    padding: 0 0 0 18px;
    position: relative;
    z-index: 9999;
  }
}
.global-header__logo {
  width: 130px;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .global-header__logo {
    width: 130px;
    margin: 0;
  }
}
.global-header__logo-image {
  max-width: 100%;
  height: auto;
}

.header-hamburger {
  display: none;
  width: 76px;
  height: 100%;
}
@media (max-width: 767px) {
  .header-hamburger {
    display: block;
  }
}
.header-hamburger__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header-hamburger .button-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 22px;
  transition: height 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.header-hamburger .button-icon__line {
  width: 100%;
  height: 2px;
  background-color: #000;
}
.header-hamburger__button.-active .button-icon {
  height: 2px;
}

.header-links {
  display: none;
  border-left: 1px solid #f4f4f4;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-links {
    display: none;
  }
}
.header-links__list {
  display: flex;
  height: 100%;
}
.header-links__item {
  width: 92px;
}
.header-links__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .header-links__anchor:hover {
  opacity: 0.5;
}
.header-links__anchor.-inquiry {
  background: linear-gradient(135deg, #ff642d 0%, #e63c00 100%);
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-links__icon {
  width: 26px;
  height: auto;
  margin-bottom: 3px;
}
.header-links__anchor.-inquiry .header-links__icon {
  fill: #fff;
}

.header-nav {
  flex: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  height: 100%;
}
.header-nav__item {
  position: relative;
  height: 100%;
}
.header-nav__item.-has-dropdown {
  position: relative;
}
.header-nav__anchor {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  color: #222;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.header-nav__anchor.-current {
  margin-right: 2px;
  padding: 0 16px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #c00;
  position: relative;
  z-index: 1;
}
.header-nav__anchor.-current::after {
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
}
.header-nav__anchor:not(.-current) {
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .header-nav__anchor:not(.-current):hover {
  opacity: 0.5;
}
.header-nav__dropdown-toggle {
  position: relative;
}
.header-nav__dropdown-toggle.-active .header-nav__dropdown-icon {
  transform: rotate(180deg);
}
.header-nav__dropdown-toggle.-current .header-nav__dropdown-icon-wrapper {
  background-color: #fff;
}
.header-nav__dropdown-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  flex-shrink: 0;
}
.header-nav__dropdown-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.header-nav__dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  margin-top: 8px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 8px 4px 0 rgba(204, 204, 204, 0.25);
  z-index: 10;
}
.header-nav__dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header-nav__dropdown-item {
  list-style: none;
}
.header-nav__dropdown-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.3;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.header-nav__dropdown-link.-current {
  color: #c00;
  cursor: default;
}
body:not(.o-touch_device) .header-nav__dropdown-link:not(.-current):hover {
  opacity: 0.5;
}

.header-modal {
  width: 100%;
  height: calc(100vh - 76px);
  background-color: #2b2b2b;
}
.header-modal__inner {
  padding: 40px 40px 80px;
}
.header-modal .modal-nav__item {
  text-align: right;
}
.header-modal .modal-nav__item:not(:first-child) {
  margin-top: 36px;
}
.header-modal .modal-nav__anchor {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.header-modal-enter-active, .header-modal-leave-active {
  transition: opacity 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
}
.header-modal-enter, .header-modal-leave-to {
  opacity: 0;
}

.main-content {
  padding-top: 76px;
}
@media (max-width: 767px) {
  .main-content {
    padding-top: 76px;
  }
}
.main-content__inner {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  padding: 104px 0 100px;
}
@media (max-width: 767px) {
  .main-content__inner {
    display: block;
    width: 100%;
    padding: 40px 15px 60px;
  }
}
.main-content__body {
  width: 800px;
}
.main-content__aside {
  width: 280px;
}
@media (max-width: 767px) {
  .main-content__aside {
    margin-top: 80px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .main-content__body, .main-content__aside {
    width: 100%;
  }
}

.banner-list + .popular-articles {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .banner-list + .popular-articles {
    margin-top: 60px;
  }
}
.popular-articles__title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2b2b2b;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .popular-articles__title {
    padding-bottom: 20px;
  }
}
.popular-articles .popular-list__item:not(:first-child) {
  margin-top: 20px;
}
.popular-articles .popular-list__item-anchor {
  display: flex;
  color: #2b2b2b;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .popular-articles .popular-list__item-anchor:hover {
  opacity: 0.5;
}
.popular-articles .popular-list__item-thumb {
  flex-shrink: 0;
  display: block;
  width: 100px;
  height: auto;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .popular-articles .popular-list__item-thumb {
    width: 90px;
    margin-right: 15px;
  }
}
.popular-articles .popular-list__item-title {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.thanks-page {
  padding: 100px 0 45px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .thanks-page {
    padding: 0 20px;
  }
}
.thanks-page__inner {
  width: 930px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 700px 230px;
  grid-template-columns: 700px 230px;
  -ms-grid-rows: 300px 95px;
  grid-template-rows: 300px 95px;
}
.thanks-page__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.thanks-page__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.thanks-page__inner > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.thanks-page__inner > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media (max-width: 767px) {
  .thanks-page__inner {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 110px 380px 120px;
    grid-template-rows: 110px 380px 120px;
  }
  .thanks-page__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .thanks-page__inner > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .thanks-page__inner > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.thanks-page__content {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media (max-width: 767px) {
  .thanks-page__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.thanks-page__title {
  font-size: 3rem;
  font-weight: 700;
  color: #fa632c;
}
@media (max-width: 767px) {
  .thanks-page__title {
    font-size: 2.4rem;
  }
}
.thanks-page__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #000;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .thanks-page__text {
    font-size: 1.6rem;
    margin-top: 46px;
  }
}
.thanks-page__img {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  text-align: right;
}
@media (max-width: 767px) {
  .thanks-page__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    grid-column: 1;
    justify-content: right;
  }
}
@media (max-width: 767px) {
  .thanks-page__img-size {
    width: 120px;
    height: 150px;
  }
}
.thanks-page__toplink {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .thanks-page__toplink {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.thanks-page__anchor {
  width: 270px;
  height: 45px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #fa632c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .thanks-page__anchor:hover {
  opacity: 0.5;
}
.thanks-page .pc_appear {
  display: block;
}
.thanks-page .sp_appear {
  display: none;
}
@media screen and (max-width: 767px) {
  .thanks-page .pc_appear {
    display: none;
  }
  .thanks-page .sp_appear {
    display: block;
  }
}

.topic-path {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 20px;
}
@media (max-width: 767px) {
  .topic-path {
    width: 100%;
    padding: 20px 15px;
  }
}
.topic-path + .front-page__inner {
  padding-top: 0;
}
.topic-path__item {
  display: inline;
}
.topic-path__item:not(:first-child)::before {
  content: " > ";
}
.topic-path__item-name {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2b2b2b;
  transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.topic-path__item-name.-anchor {
  font-weight: 400;
}
body:not(.o-touch_device) .topic-path__item-name.-anchor:hover {
  color: #c00;
}

/*# sourceMappingURL=global.css.map*/