@charset "UTF-8";
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  vertical-align: middle;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

i {
  font-style: normal;
}

.news {
  display: inline-block;
}

.popular {
  display: inline-block;
}

.tag {
  display: inline-block;
}

.icon {
  position: absolute;
  top: -10px;
  left: -30px;
  z-index: 1;
  width: 70px;
}
@media screen and (max-width: 1024px) {
  .icon {
    width: 35px;
    left: -10px;
  }
}

.card__link {
  width: 100%;
  display: block;
}
.card__head {
  overflow: hidden;
  position: relative;
}
.card__head::before {
  content: "";
  display: block;
  padding-top: 66.1478%;
}
.card__image {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card__item {
  background-color: #fff;
}
.card__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.card__category li {
  margin: 0 10px 10px 0;
}
.card__date {
  display: block;
}

@media screen and (max-width: 1024px) {
  .hamburger {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: #dee4e7;
    padding: 12px;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #2c2c2c;
    margin-bottom: 13px;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
    transform: rotate(0deg);
  }
  .hamburger.active span:first-child {
    transform: rotate(45deg);
    top: 16px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:last-child {
    top: -16px;
    transform: rotate(-45deg);
  }
  .hamburger.active + .header__nav {
    right: 0;
  }
  .hamburger.active + .header__nav .nav__list {
    display: block;
    font-size: 20px;
    padding: 0;
  }
  .hamburger.active + .header__nav .nav__list li {
    padding: 0;
    margin-bottom: 40px;
    justify-content: flex-start;
    line-height: 1;
  }
  .hamburger.active + .header__nav .nav__list li .stroke-black {
    stroke: #2c2c2c;
  }
  .hamburger.active + .header__nav .nav__list li path {
    fill: #fff;
  }
  .hamburger.active + .header__nav .nav__list li line {
    stroke: #2c2c2c;
  }
  .hamburger.active + .header__nav .nav__list li a {
    color: #fff;
  }
}
.category {
  padding: 4px 12px;
  background-color: #74b1bc;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  word-break: keep-all;
  font-size: 10px;
  line-height: 1;
}
.category1 {
  background-color: #467cbc;
}
.category2 {
  background-color: #74b1bc;
}
.category3 {
  background-color: #beac70;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .tags {
    font-size: 14px;
  }
}
.tags li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.header__nav {
  background-color: rgba(144, 164, 174, 0.3);
}

.feature {
  background-color: rgba(131, 175, 234, 0.3);
}

.footer {
  background-color: #2c2c2c;
}

.bg-blue {
  background-color: #0026ca;
}

.bg-orange {
  background-color: #ff6f00;
}

.border-bottom-gray {
  border-bottom: 1px solid #a6a6a6;
}

.border-bottom-black {
  border-bottom: 2px solid #2c2c2c;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.pl55 {
  padding-left: 55px;
}

.pr55 {
  padding-right: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.pl65 {
  padding-left: 65px;
}

.pr65 {
  padding-right: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.pl75 {
  padding-left: 75px;
}

.pr75 {
  padding-right: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.pl85 {
  padding-left: 85px;
}

.pr85 {
  padding-right: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.pl95 {
  padding-left: 95px;
}

.pr95 {
  padding-right: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.color-gray {
  color: #686868;
}

.color-light-gray {
  color: #a6a6a6;
}

.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz42 {
  font-size: 42px;
}

.fz44 {
  font-size: 44px;
}

.fz46 {
  font-size: 46px;
}

.fz48 {
  font-size: 48px;
}

.fz50 {
  font-size: 50px;
}

.fz11 {
  font-size: 11px;
}

.fz15 {
  font-size: 15px;
}

.fz35 {
  font-size: 35px;
}

.main__title {
  line-height: 1.2;
  letter-spacing: 1px;
  color: #2c2c2c;
}
@media screen and (max-width: 1024px) {
  .main__title {
    font-size: 28px;
    line-height: 1.2;
  }
}

.secondary__title {
  color: #2c2c2c;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .secondary__title {
    font-size: 20px;
  }
}

.tertiary__title {
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .tertiary__title {
    font-size: 16px;
  }
}

.number {
  color: #686868;
  font-weight: 500;
  margin-left: auto;
  word-break: keep-all;
}

.pager {
  text-align: center;
}
.pager .page-numbers {
  border: solid 1px #2c2c2c;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  display: inline-block;
}
.pager .current {
  background-color: #2c2c2c;
  color: #fff;
}
.breadcrumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: #686868;
  line-height: 1;
}
.breadcrumbs li:first-child {
  word-break: keep-all;
}
.breadcrumbs li + li {
  margin-left: 30px;
  position: relative;
}
.breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/common/edge.png") center top no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -5px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}

.searchform {
  border: solid 2px #2c2c2c;
  border-radius: 60px;
  background-color: #fff;
  flex-basis: 360px;
}
.searchform__input {
  width: calc(100% - 30px);
  outline: none;
  border-radius: 60px;
}
.searchform__input:-webkit-autofill {
  box-shadow: 0 0 0 20px white inset;
}
.searchform__submit {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
  text-indent: -9999px;
  background: url("../images/common/search_icon.png") no-repeat 0 0/contain;
}

/* ピックアップ記事 */
.pickup .section__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.pickup .card__link {
  width: 53%;
}
.pickup .card__head::before {
  content: none;
}
.pickup .card__image {
  width: 100%;
  border-radius: 8px;
  position: unset;
}
.pickup .card__item {
  width: 44%;
}
.pickup .card__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pickup .card__category li {
  margin: 0 10px 10px 0;
}
.pickup .card__content {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pickup .card__date {
  display: block;
}
.pickup .card__tags li {
  margin: 0 30px 10px 0;
}
.pickup .category {
  padding: 6px 14px;
}
@media screen and (max-width: 1024px) {
  .pickup {
    padding: 0;
  }
  .pickup .section__inner {
    display: block;
    padding: 0;
  }
  .pickup .card__link {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .pickup .card__image {
    border-radius: 0;
  }
  .pickup .card__item {
    width: 100%;
    padding: 40px 0;
  }
  .pickup .card .main__title {
    margin-bottom: 20px;
  }
  .pickup .card__content {
    font-size: 16px;
  }
}

/* ○○○○○特集 */
.feature__content {
  font-weight: 500;
}
.feature__articles .card {
  border-radius: 10px;
  overflow: hidden;
}
.feature__articles .card__link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.feature__articles .card__head {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.feature__articles .card__head::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feature__articles .card__image {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.feature__articles .card__item {
  width: 70%;
}
.feature .tertiary__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #2c2c2c;
}
@media screen and (max-width: 1024px) {
  .feature .tertiary__title {
    font-size: 18px;
  }
  .feature__articles .card__item {
    padding: 10px;
    min-height: 10vh;
  }
  .feature__articles .card__date {
    font-size: 10px;
  }
  .feature__content {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* 新着記事 */
.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.main .tertiary__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main .card__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.main > li {
  position: relative;
}
.main > li .card__head {
  height: 100%;
}
.main > li .card__image {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main > li:nth-child(1), .main > li:nth-child(2) {
  width: 47%;
  border: solid 1px #a6a6a6;
  border-radius: 10px;
}
.main > li:nth-child(1) .tertiary__title, .main > li:nth-child(2) .tertiary__title {
  min-height: 80px;
}
.main > li:nth-child(1) .card__head, .main > li:nth-child(2) .card__head {
  border-radius: 10px 10px 0 0;
}
.main > li:nth-child(1) .card__body, .main > li:nth-child(2) .card__body {
  padding: 40px 30px 30px;
  min-height: 330px;
}
.main > li:nth-child(n+3) {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #a6a6a6;
}
.main > li:nth-child(n+3) .tertiary__title {
  -webkit-line-clamp: 2;
  font-size: 19px;
}
.main > li:nth-child(n+3) .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.main > li:nth-child(n+3) .card__link {
  width: 26%;
}
.main > li:nth-child(n+3) .card__head {
  border-radius: 8px;
}
.main > li:nth-child(n+3) .card__body {
  width: 72%;
  min-height: 140px;
}
.main > li:nth-child(n+3) .card__content {
  display: none;
}
.main > li:last-child {
  border-bottom: none;
}
.main .tags li {
  margin: 0 30px 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .main > li {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .main > li .card__content {
    display: none;
  }
  .main > li .card__date {
    margin: 10px 0;
  }
  .main > li:nth-child(1), .main > li:nth-child(2) {
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #a6a6a6;
    border-radius: unset;
  }
  .main > li:nth-child(1) .tertiary__title, .main > li:nth-child(2) .tertiary__title {
    min-height: auto;
  }
  .main > li:nth-child(1) .card, .main > li:nth-child(2) .card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .main > li:nth-child(1) .card__link, .main > li:nth-child(2) .card__link {
    width: 26%;
  }
  .main > li:nth-child(1) .card__head, .main > li:nth-child(2) .card__head {
    border-radius: 8px;
  }
  .main > li:nth-child(1) .card__body, .main > li:nth-child(2) .card__body {
    width: 70%;
    padding: 0;
    min-height: auto;
  }
  .main > li:nth-child(1) .card__date, .main > li:nth-child(2) .card__date {
    font-size: 10px;
  }
  .main > li:nth-child(n+3) {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .main > li:nth-child(n+3) .tertiary__title {
    font-size: 16px;
    line-height: 1.2;
  }
  .main > li:nth-child(n+3) .card__body {
    min-height: auto;
    width: 70%;
  }
  .main > li:nth-child(n+3) .card__date {
    font-size: 10px;
  }
  .main > li:nth-child(n+3) .tags li {
    margin-bottom: 5px;
  }
  .main > li .tertiary__title {
    font-size: 16px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }
  .main > li .tags li {
    margin: 0 20px 5px 0;
  }
}

.archive > li {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #a6a6a6;
}
.archive > li .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.archive > li .card__link {
  width: 26%;
}
.archive > li .card__head {
  height: 100%;
  border-radius: 8px;
}
.archive > li .card__body {
  width: 72%;
  min-height: 140px;
}
.archive > li .card__image {
  height: 100%;
}
.archive > li .card__inner {
  width: 72%;
}
.archive > li .card__content {
  display: none;
}
.archive > li:last-child {
  border-bottom: none;
}
.archive .tertiary__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
}
.archive .tags li {
  margin: 0 30px 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .archive > li {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .archive > li .card__body {
    width: 70%;
    min-height: auto;
  }
  .archive > li .card__content {
    display: none;
  }
  .archive > li .card__date {
    margin: 10px 0;
    font-size: 10px;
  }
  .archive > li .tertiary__title {
    margin: 0;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }
  .archive > li .tags li {
    margin: 0 20px 5px 0;
  }
}

.post__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.post__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.post__category li {
  margin-right: 10px;
}
.post__category .category {
  font-size: 16px;
  font-weight: normal;
  padding: 8px 18px;
}
.post__tag li {
  margin: 0 30px 0 0;
}
.post__thumb {
  width: 100%;
  border-radius: 8px;
}
.post__title {
  line-height: 1.5;
  letter-spacing: 1px;
  color: #2c2c2c;
}
.post__content {
  color: #2c2c2c;
}
.post__content h2 {
  font-size: 26px;
  font-weight: bold;
  padding-top: 40px;
  margin: 60px 0;
  position: relative;
  line-height: 1.5;
}
.post__content h2::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 3px;
  background-color: #83afea;
  position: absolute;
  top: 0;
  left: 0;
}
.post__content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.post__content h4 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
.post__content ul {
  border: solid 1px #707070;
  border-radius: 8px;
  padding: 25px 30px;
  color: #707070;
  line-height: 1.8;
  margin-bottom: 80px;
}
.post__content ul li {
  list-style: none;
}
.post__content ul li::before {
  content: "・";
}
.post__content section {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 35px 30px;
  color: #686868;
  margin-bottom: 60px;
}
.post__content section p {
  color: #686868;
}
.post__content section p:last-child {
  margin-bottom: 0;
}
.post__content table {
  width: 100%;
  margin-bottom: 80px;
}
.post__content table,
.post__content th,
.post__content td {
  border: solid 1px #707070;
  padding: 10px;
}
.post__content th {
  background-color: #83afea;
  color: #fff;
}
.post__content mark {
  background-color: unset;
  color: unset;
}
.post__content strong,
.post__content mark {
  vertical-align: top;
}
.post__content p {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #2c2c2c;
}
.post__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  border-radius: 8px;
}
.post__content a {
  vertical-align: top;
  text-decoration: underline;
  color: #6986d1;
  line-height: 1.8;
}

.post__content .button__primary{
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}

.post__content .button__primary a{
  padding: 21px 86px;
  background-color: #83AFEA;
  border-radius: 99999px;
  color: #fff;
  display: inline-block;
  word-break: keep-all;
  font-size: 20px;
  line-height: 1.5;
  max-width: 520px;
  min-height: 64px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

.post__content .button__primary a:hover{
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .post__content .button__primary{
    margin-bottom: 20px;
  }
  .post__content .button__primary a{
    padding: 20px 44px;
    background-color: #83AFEA;
    color: #fff;
    display: inline-block;
    word-break: keep-all;
    font-size: 16px;
    width: 100%;
    margin: auto 20px;
    text-align: center;
  }
}


.post__supervision {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.post__supervision::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 3px;
  background-color: #83afea;
  position: absolute;
  top: 0;
  left: 0;
}
.post__supervision .supervision__head {
  width: 25%;
  position: relative;
  height: 100%;
}
.post__supervision .supervision__img {
  width: 100%;
}
.post__supervision .supervision__body {
  width: 72%;
}
.post__supervision .supervision__content {
  line-height: 1.5;
  color: #2c2c2c;
}
.post__guide li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(232, 232, 232, 0.5);
  border-radius: 8px;
  padding: 0 80px;
  line-height: 1;
  height: 230px;
}
.post__guide li:first-child {
  margin-bottom: 40px;
}
.post__guide li .guide__head {
  width: 41%;
}
.post__guide li .guide__title {
  line-height: 1.5;
}
.post__guide li .guide__img {
  width: 100%;
}
.post__guide li .guide__body {
  width: 48%;
}
.post__guide li .guide__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .post__head {
    margin-top: 0;
  }
  .post__category {
    order: 2;
    margin-top: 50px;
  }
  .post__category .category {
    font-size: 10px;
    padding: 6px 12px;
  }
  .post__date {
    order: 4;
    margin: 0;
    width: 100%;
    font-size: 14px;
  }
  .post__tag {
    order: 5;
    margin: 20px 0 30px;
    font-size: 12px;
  }
  .post__thumb {
    order: 1;
    margin: -60px calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
  .post__title {
    order: 3;
    margin: 0 0 30px;
    font-size: 24px;
  }
  .post__content {
    font-size: 15px;
  }
  .post__content h2 {
    margin: 30px 0 20px;
    padding-top: 30px;
    font-size: 22px;
  }
  .post__content h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .post__content h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .post__content section {
    padding: 30px;
    margin-bottom: 40px;
  }
  .post__content ul {
    margin-bottom: 20px;
  }
  .post__content .scroll {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .post__content table {
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .post__content p {
    color: #686868;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .post__content img {
    margin-bottom: 20px;
  }
  .post__content a {
    line-height: 1.6;
  }
  .post__supervision {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  .post__supervision .supervision__head {
    width: 32%;
  }
  .post__supervision .supervision__body {
    width: 64%;
  }
  .post__supervision .supervision__title {
    font-size: 15px;
  }
  .post__supervision .supervision__content {
    font-size: 14px;
  }
  .post__guide {
    margin-bottom: 40px;
  }
  .post__guide li {
    padding: 25px;
    display: block;
    height: auto;
  }
  .post__guide li:first-child {
    margin-bottom: 30px;
  }
  .post__guide li .guide__head {
    width: 100%;
    text-align: center;
  }
  .post__guide li .guide__body {
    width: 90%;
    margin: 0 auto;
  }
  .post__guide li .guide__title {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
  }
  .post__guide li .guide__img {
    margin: 15px auto 30px;
    width: 60%;
  }
  .post__guide li .guide__link {
    font-size: 14px;
    padding: 15px 20px;
  }
  .post__guide:first-child {
    margin-bottom: 40px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list .dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin-right: 40px;
}
.slick-slide img {
  display: block;
}
.slick-slide .dragging img {
  pointer-events: none;
}
.slick-slide .slick-loading img {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
  display: none;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -7px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
  opacity: 1;
}
.slick-prev-disabled::before, .slick-next-disabled::before {
  opacity: 0.25;
}
.slick-prev::before, .slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 40%;
}
.slick-prev::before {
  content: "<";
}
.slick-next {
  right: 39.5%;
}
.slick-next::before {
  content: ">";
}
.slick-dots {
  margin-top: 20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  /* font-family: 'slick'; */
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "●";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: black;
}
.slick-dots > li:first-child:last-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: 10%;
  }
  .slick-next {
    right: 9%;
  }
  .slick-dots {
    margin-top: 15px;
  }
}

[dir=rtl] .slick-prev {
  right: 40%;
  left: auto;
}
[dir=rtl] .slick-prev::before {
  content: ">";
}
[dir=rtl] .slick-next {
  right: auto;
  left: 39.5%;
}
[dir=rtl] .slick-next::before {
  content: "<";
}
[dir=rtl] .slick-slide {
  float: right;
}

@media screen and (max-width: 769px) {
  .slick-slide {
    margin: 0;
  }
}
/* 人気記事ランキング */
.ranking__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.ranking__item {
  width: 24%;
  overflow: hidden;
  position: relative;
}
.ranking__item::before {
  content: "";
  display: block;
  padding-top: 66.9565%;
}
.ranking__image {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ranking__title {
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .ranking__head {
    font-size: 20px;
  }
  .ranking__title {
    font-size: 14px;
  }
  .ranking__articles li {
    padding: 20px 0;
  }
}

.list .tags {
  display: block;
}
.list .tags li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .list .tertiary__title {
    font-size: 20px;
  }
  .list .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .list .tags li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 48%;
    margin-bottom: 20px;
  }
  .list .tags li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.advatisement {
  position: sticky;
  top: 40px;
}

.advatisement__link {
  display: block;
}

.advatisement__image {
  width: 100%;
}
.advatisement li + li {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .advatisement li + li {
    margin-top: 15px;
  }
}

.header {
  width: 100%;
}
.header__introduction {
  color: #2c2c2c;
}
.header__text {
  color: #333333;
}
.header__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.header__logo {
  width: 167px;
}
.header__img {
  width: 75px;
}
.header__nav .nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
}
.header__nav .nav__list li {
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header__nav .nav__list li a {
  display: block;
  color: #686868;
}
.header__nav .nav__list li path {
  fill: #686868;
}
.header__nav .nav__list li .stroke-black {
  stroke: #dee4e7;
}
.header__nav .searchform {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .section__inner {
    padding: 10px 0;
    height: 60px;
    position: relative;
  }
  .header__introduction {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .header__logo {
    width: 100px;
  }
  .header__text {
    font-size: 9px;
  }
  .header__img {
    width: 50px;
  }
  .header__nav {
    width: 85%;
    height: 100%;
    padding: 80px 40px;
    margin-left: auto;
    background-color: #2c2c2c;
    position: fixed;
    z-index: 90;
    top: 0;
    right: -120%;
    transition-timing-function: ease-in-out;
    transition-duration: 280ms;
    transition-property: right;
  }
  .header__nav .searchform {
    display: block;
    margin-bottom: 50px;
  }
}

.footer {
  color: #fff;
}
.footer .section__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__main {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.footer__img {
  width: 120px;
}
.footer__aside {
  width: 32%;
  border-left: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__pmark {
  width: 60px;
}
.footer__item {
  width: 75%;
}
.footer__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__txt {
  width: calc(100% - 80px);
  line-height: 1.87;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .footer .section__inner {
    display: block;
  }
  .footer__main {
    width: 100%;
    padding: 0;
    display: block;
  }
  .footer__aside {
    width: 100%;
    border: 0;
    border-top: 1px solid #fff;
    padding: 25px 0 0;
  }
  .footer__image {
    width: 157px;
  }
  .footer__item {
    width: 100%;
    margin: 60px 0 0;
  }
  .footer__link {
    font-size: 12px;
    justify-content: flex-start;
    margin: 0;
  }
  .footer__link li {
    margin: 0 20px 20px 0;
  }
  .footer .copy-right {
    margin: 50px auto 0;
  }
}

a {
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
}

body {
  font-family: "Open Sans", sans-serif;
}

.section__inner {
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .section__inner {
    max-width: 100%;
    margin: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section__inner {
    max-width: 100%;
    margin: 0 20px;
  }
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto;
}
.container__main {
  width: 66%;
}
.container__main .search__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.container__aside {
  width: 29%;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .container {
    max-width: 100%;
    margin: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    display: block;
    padding: 60px 20px;
  }
  .container__main {
    width: 100%;
  }
  .container__main .secondary__title {
    margin-bottom: 0;
  }
  .container__main .search__item .searchform {
    flex-basis: 70%;
  }
  .container__aside {
    width: 100%;
  }
  .container__aside .searchform {
    display: none;
  }
  .container__archive {
    padding: 20px;
  }
  .container__archive .secondary__title {
    padding-bottom: 5px;
  }
  #toc_container ul ul {
    display: none;
  }
}
#toc_container ul {
  border: none;
}

/* 関連記事のリンク */
.internal-link {
  border: 1px solid #a6a6a6;
  border-radius: 8px;
  margin: 0 3%;
}
.internal-link a {
  display: flex;
  padding: 10px;
  align-items: center;
  text-decoration: none;
}
.internal-link a img {
  flex: 0 0 auto;
  object-fit: cover;
  width: 272px;
  height: 140px;
  border-radius: 8px;
  margin: 0;
}
.internal-link a .internal-link-text {
  flex: 1 1 auto;
  padding-left: 32px;
}
.internal-link a .internal-link-text p {
  margin: 0;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (max-width: 1024px) {
  .internal-link a img {
    width: 136px;
    height: 70px;
  }
  .internal-link a .internal-link-text {
    padding-left: 16px;
  }
}

.banner-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}

.banner-link img {
  border-radius: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .banner-link {
    max-width: 85%;
    margin-bottom: 20px;
  }
}

/* PR枠 */
.pr-link-item {
	background-color: #fff5db;
	margin-bottom: 40px;
	padding: 1em;
}
.pr-link-item .pr-link {
	display: block;
    text-decoration: none;
}
.pr-link-item p {
	font-size: 0.9em;
	margin-bottom: 0;
	letter-spacing: 0.1em;
}
.pr-link-item .flex {
	display: flex;
    align-items: start;
}
.pr-link-item .flex .pr-link-text {
	margin-left: 1em;
}
.pr-link-item .pr-link-text2 {
	margin-top: 1.4em;
	margin-left: 1em;
}
.pr-link-item .pr-link-text3 {
	display: block;
	font-size: 0.9em;
	margin-top: 1em;
	margin-left: 1em;
	letter-spacing: 0.1em;
}
.pr-link-item .w272 {
	max-width: 272px;
}
@media screen and (max-width: 520px) {
  .pr-link-item .w272 {
	  max-width: 136px;
  }
}
.pr-link-item .w100 {
	width: 100%;
}
.pr-link-item img {
	margin-bottom: 0;
}

/* 個人情報の取り扱い */
.contactPrivacy {
  border: 1px solid #d7dadb;
  padding: 0.6em 0.8em;
  background-color: #fff;
  height: 12em;
  overflow: auto;
  margin-bottom: 3em;
}
.contactPrivacy p {
  margin-bottom: 20px;
}
.contactPrivacy + div {
  margin-bottom: 30px;
}
.contactPrivacy + div label {
  cursor: 
}
.contactPrivacy .h2Center {
	position: initial;
    font-family: "メイリオ", sans-serif;
    text-align: center;
	margin: 1em 0;
	padding-top: 0;
}
.mb40i {
    margin-bottom: 40px !important;
}
.mb20i {
    margin-bottom: 20px !important;
}
.mb0i {
    margin-bottom: 0px !important;
}
.h_bbBlue {
    font-family: "メイリオ", "Meiryo", sans-serif;
    position: relative;
    font-weight: bold;
    font-size: 1.29rem;
    line-height: 1.1;
    padding: 0.2em 0.7em;
    margin-bottom: 20px;
}
.mb60i {
    margin-bottom: 60px !important;
}
.bold {
    font-weight: bold;
}
.cSkyblue {
    color: #00b5ff;
}
.bownow {
	margin-bottom:3em;
}

/* form */
.complete {
	text-align: center;
	padding: 2em;
}
.complete h1 {
	font-size: 2em;
    font-weight: bold;
	margin-top: 1em;
}
.complete .text p {
	margin: 2em 0;
	line-height: 200%;
    letter-spacing: 0.02em;
}