h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, main, figure, figcaption {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  border: 0;
  outline: 0;
}

a {
  padding: 0;
  margin: 0;
  outline: none;
}

img {
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

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

::-moz-selection {
  color: #fff;
  background: #11bdbd;
}

::selection {
  color: #fff;
  background: #11bdbd;
}

html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'ABeeZee', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #4d4d4d;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: none;
}

@media (min-width: 1000px) {
  .wrapper {
    max-width: 960px;
    margin: 0 auto;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

.header {
  padding-top: 18px;
  margin-bottom: 27px;
}

.header__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}

.header__logo {
  display: block;
  width: 122px;
}

@media (min-width: 1000px) {
  .header {
    padding-top: 30px;
    margin-bottom: 81px;
  }

  .header__logo {
    width: 204px;
  }
}

.textlink {
  color: #4d4d4d;
}

.textlink--blank:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 -3px 5px;
  vertical-align: baseline;
  content: '';
  background-image: url(../images/ic_blank.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}

.button__anchor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 32px;
  background-color: #11bdbd;
  border: 2px solid #11bdbd;
  border-radius: 32px;
}

.button__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 2px);
  font-size: 14px;
  font-weight: 700;
  color: #faf45d;
  letter-spacing: 0.04em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.button--white .button__anchor {
  background-color: #fff;
}

.button--white .button__label {
  color: #11bdbd;
}

.sns {
  font-size: 0;
}

.sns__button {
  display: inline-block;
  margin: 0 16px 0 0;
}

.sns__anchor {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 32px;
  height: 32px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.sns__anchor svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer {
  margin: 18px 0 0;
  overflow: hidden;
}

.footer__inner {
  width: 960px;
  margin: auto;
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__column:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 310px);
}

.footer__column:last-child {
  width: 310px;
}

.footer__company {
  width: 340px;
}

.footer__name {
  padding: 3px 0 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer__address {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.footer__sns {
  margin: 16px 0 0;
}

.footer__menus {
  padding: 47px 0 0;
}

.footer__menu {
  margin: 0 0 20px;
}

.footer__menu a {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.footer__copyright {
  margin: 25px 0 0;
  font-family: 'ABeeZee', sans-serif;
  font-size: 10px;
  text-align: right;
}

.contact {
  position: relative;
  z-index: 1;
  padding: 15px 0 15px 32px;
  text-align: center;
}

.contact:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 1px;
  content: '';
  background-color: #ccc;
}

.contact__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0 0 48px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.02em;
}

.contact__title:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  content: '';
  background-image: url(../images/ic_help.svg);
  background-repeat: no-repeat;
  background-size: 40px;
}

.contact__time {
  margin: 20px 0 0;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.contact__button {
  width: 160px;
  margin: 23px auto 0;
}

@media print, screen and (min-width: 1000px) {
  .textlink {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: color;
    transition-property: color;
  }

  .textlink:hover {
    color: #11bdbd;
  }

  .textlink--blank:hover:after {
    background-image: url(../images/ic_blank_on.svg);
  }

  .button__anchor, .button__label {
    -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }

  .button__anchor:hover {
    background-color: #faf45d;
    -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }

  .button__anchor:hover .button__label {
    color: #11bdbd;
    -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }

  .button--white .button__anchor:hover {
    background-color: #11bdbd;
  }

  .button--white .button__anchor:hover .button__label {
    color: #fff;
  }

  .sns__anchor {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
  }

  .sns__button--twitter .sns__anchor:hover {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
  }

  .sns__button--facebook .sns__anchor:hover {
    color: #fff;
    background-color: #0f74f6;
    border-color: #0f74f6;
  }

  .footer {
    padding-bottom: 15px;
    margin-top: 41px;
  }
}

@media only screen and (max-width: 999px) {
  .button--entry .button__label {
    font-size: 16px;
  }

  .footer {
    margin: 44px 0px 0;
  }

  .footer__inner {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 375px;
    margin: auto;
  }

  .footer__columns {
    display: block;
  }

  .footer__column:first-child {
    display: block;
    width: auto;
  }

  .footer__column:last-child {
    width: auto;
  }

  .footer__company {
    width: auto;
  }

  .footer__name {
    padding: 0;
    font-size: 16px;
  }

  .footer__address {
    margin: 18px 0 0;
    font-size: 12px;
    line-height: 24px;
  }

  .footer__sns {
    position: absolute;
    top: 52px;
    right: 0;
    margin: 0;
  }

  .footer__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 33px auto 0;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .footer__menu {
    margin: 0 0 15px 0;
  }

  .footer__menu a {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .footer__copyright {
    padding: 178px 0 15px;
    margin: 0;
    font-size: 10px;
    text-align: center;
  }

  .footer__sns .sns__button {
    margin: 0 0 0 10px;
  }

  .contact {
    padding: 0;
    margin: 12px 0 0;
    border-top: 1px solid #ccc;
  }

  .contact:after {
    display: none;
  }

  .contact__header {
    padding: 41px 0 0;
  }

  .contact__title {
    padding: 0 0 0 47px;
    margin: 0 0 0 5px;
  }

  .contact__title:after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    content: '';
    background-image: url(../images/ic_help.svg);
    background-repeat: no-repeat;
    background-size: 40px;
  }

  .contact__time {
    margin: 20px 0 0;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .contact__button {
    width: 160px;
    margin: 22px auto 0;
  }
}

.footer__copyright {
  display: block;
}

@media (max-width: 999px) {
  .footer__copyright {
    padding: 34px 0 39px;
  }
}

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/icomoon.eot?orgId=00D2w000004txOs&r0b3gl');
  src: url('../fonts/icomoon.eot?orgId=00D2w000004txOs&r0b3gl#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?orgId=00D2w000004txOs&r0b3gl') format('truetype'), url('../fonts/icomoon.woff?orgId=00D2w000004txOs&r0b3gl') format('woff'), url('../fonts/icomoon.svg?orgId=00D2w000004txOs&r0b3gl#icomoon') format('svg');
  font-display: block;
}

[class^=a-icon-], [class*=a-icon-] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

:before, :after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 999px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none;
  }
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: left;
}

@media screen and (min-width: 1000px) {
  .wrapper {
    max-width: 960px;
    margin: 0 auto;
  }
}

.container {
  padding: 0 16px;
}

@media screen and (min-width: 1000px) {
  .container {
    max-width: 992px;
    margin: 0 auto;
  }
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

@media (max-width: 999px) {
  .nav {
    margin-bottom: 10px;
  }
}

.nav__link {
  position: relative;
  display: inline-block;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #4d4d4d;
}

@media screen and (min-width: 1000px) {
  .nav__link {
    padding-left: 16px;
  }

  .nav__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 999px) {
  .nav__link {
    padding-left: 14px;
  }
}

.nav__link--active {
  font-weight: bold;
  color: #11bdbd;
}

.nav__link:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 13px;
  text-outline: 0 0 #000;
  content: '';
  background: url(../images/ic_angle_left_black.svg) no-repeat center center / contain;
  transform: translateY(-50%);
}

.a-date {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  color: #4d4d4d;
}

@media screen and (max-width: 999px) {
  .a-date--default {
    font-size: 10px;
    line-height: 2.4;
  }
}

@media screen and (min-width: 1000px) {
  .a-date--default {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

@media screen and (max-width: 999px) {
  .a-date--large {
    font-size: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .a-date--large {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}

.a-date--blue {
  color: #d4f4f2;
}

.a-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s all ease;
}

.a-icon:before {
  transition: 0.3s all ease;
}

.a-icon--angle-left:before {
  font-size: 12px;
  color: #11bdbd;
  content: '';
}

.a-icon--angle-right:before {
  font-size: 12px;
  color: #11bdbd;
  content: '';
}

.a-icon--blank:before {
  font-size: 14px;
  color: #fff;
  content: '';
}

.a-icon--download:before {
  color: #faf45d;
  content: '';
}

.a-icon--warning:before {
  color: #f06666;
  content: '';
}

.a-icon--search:before {
  color: #bbb;
  content: '';
}

.a-icon--calendar {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../../assets/images/ic_calendar.svg');
}

.a-icon--close {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url('../../assets/images/ic_close.svg') no-repeat center / contain;
}

.a-icon--blue:before {
  color: #11bdbd;
}

.a-img--full {
  width: 100%;
}

.a-lp-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}

.a-lp-tag--green {
  color: #23b58e;
  border: 1px solid rgba(35, 181, 142, 0.5);
}

.a-lp-tag--blue {
  color: #11bdbd;
  border: 1px solid rgba(17, 189, 189, 0.5);
}

.a-lp-tag--pink {
  color: #f27c7c;
  border: 1px solid rgba(242, 124, 124, 0.5);
}

.a-lp-tag--orange {
  color: #fa984f;
  border: 1px solid rgba(250, 152, 79, 0.5);
}

.a-lp-tag--violet {
  color: #6884f7;
  border: 1px solid rgba(2, 109, 255, 0.4);
}

.a-lp-tag--yellow {
  color: #8f9e14;
  border: 1px solid rgba(143, 158, 20, 0.5);
}

.a-status {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #f06666;
  border-radius: 100%;
}

@media screen and (min-width: 1000px) {
  .a-status {
    font-size: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.a-tag {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
  .a-tag {
    font-size: 10px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1000px) {
  .a-tag {
    font-size: 12px;
    line-height: 1.8333333333;
  }
}

.a-tag--link {
  font-weight: normal;
  color: #0fa3a3;
  cursor: pointer;
  transition: 0.3s all ease;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
  .a-tag--link {
    font-size: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .a-tag--link {
    position: relative;
  }

  .a-tag--link:hover {
    color: #11bdbd;
    border-bottom: 1px solid #11bdbd;
  }
}

.a-tag--link:not(:last-child) {
  margin-right: 15px;
}

.a-tag--yellow {
  font-weight: 700;
  padding: 6px 16px;
  line-height: 1;
  color: #4d4d4d;
  background: #faf45d;
  border-radius: 8px 0 8px 0;
  transition: 0.3s all ease;
}

.a-tag--gray {
  font-weight: 700;
  padding: 5px 16px 6px 15px;
  line-height: 1;
  color: #4d4d4d;
  background: #e6e6e6;
  border-radius: 6px 0 8px 0;
}

.a-tag--blue {
  color: #d4f4f2;
  font-weight: 700;
}

@media screen and (max-width: 999px) {
  .a-tag--blue {
    font-size: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .a-tag--blue {
    font-size: 14px;
  }
}

.a-text {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #4d4d4d;
}

.a-text--pink {
  color: #f06666;
}

.a-text--gray {
  color: #666;
}

.a-text--blue {
  color: #11bdbd;
}

.a-text--red {
  color: #f06666;
}

@media screen and (max-width: 999px) {
  .a-text--default {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1000px) {
  .a-text--default {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

@media screen and (max-width: 999px) {
  .a-text--small {
    font-size: 10px;
    line-height: 3.9;
  }
}

@media screen and (min-width: 1000px) {
  .a-text--small {
    font-size: 12px;
    line-height: 3.25;
  }
}

@media screen and (max-width: 999px) {
  .a-text--medium {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

@media screen and (min-width: 1000px) {
  .a-text--medium {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

@media screen and (max-width: 999px) {
  .a-text--large {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 1000px) {
  .a-text--large {
    font-size: 16px;
    line-height: 1.875;
  }
}

.a-text--bold {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}

.a-text-field {
  height: 40px;
  padding: 13px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
}

.a-text-field::placeholder {
  color: #e6e6e6;
  opacity: 1;
}

.a-text-field:-ms-input-placeholder {
  color: #e6e6e6;
}

.a-text-field::-ms-input-placeholder {
  color: #e6e6e6;
}

.a-text-field:focus {
  border-color: #11bdbd;
}

.a-text-field--search {
  padding-left: 38px;
}

.a-title {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  color: #1d6666;
}

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

@media screen and (min-width: 1000px) {
  .a-title {
    transition: 0.3s all ease;
    font-size: 20px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 999px) {
  .a-title--large {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1000px) {
  .a-title--large {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1000px) {
  .a-title--medium {
    font-size: 16px;
    line-height: 1.875;
  }
}

@media screen and (max-width: 999px) {
  .a-title--small {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

@media screen and (min-width: 1000px) {
  .a-title--small {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.a-title--gray {
  color: #4d4d4d;
}

.a-title--white {
  color: #fff;
}

.m-button {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  position: relative;
  min-width: 120px;
  color: #11bdbd;
  text-align: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

@media screen and (max-width: 999px) {
  .m-button {
    font-size: 14px;
    line-height: 1.5714285714;
    padding: 11px 20px 9px;
  }
}

@media screen and (max-width: 999px) and (-ms-high-contrast: none), screen and (max-width: 999px) and (-ms-high-contrast: active) {
  .m-button {
    padding: 12px 20px 8px;
  }
}

@media screen and (min-width: 1000px) {
  .m-button {
    padding: 11px 25px 9px;
    font-size: 15px;
    transition: 0.3s all ease;
    font-size: 14px;
    line-height: 1.5714285714;
  }

  .m-button:hover {
    background: #fafafa;
  }
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
  .m-button {
    padding: 12px 20px 8px;
  }
}

.m-button--large {
  min-width: 240px;
}

.m-button--full-width {
  width: 100%;
}

.m-button--blue {
  color: #faf45d;
  background: #11bdbd;
  border-color: #11bdbd;
}

@media screen and (min-width: 1000px) {
  .m-button--blue:hover {
    color: #11bdbd;
    background: #faf45d;
    border-color: #faf45d;
  }

  .m-button--blue:hover .a-icon--angle-right:before {
    color: #11bdbd;
  }
}

.m-button--blue .a-icon--angle-right:before {
  color: #faf45d;
}

.m-card-typeA {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .m-card-typeA {
    align-items: flex-start;
    padding: 10px 0 11px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeA {
    align-items: center;
    padding: 16px 24px 15px;
    transition: 0.3s all ease;
  }
}

.m-card-typeA__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}

.m-card-typeA__image {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .m-card-typeA__image {
    width: 112px;
    height: 63px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeA__image {
    width: 160px;
    height: 90px;
  }

  .m-card-typeA__image:hover ~ .m-card-typeA__background {
    background: #fafafa;
  }

  .m-card-typeA__image:hover ~ .m-card-typeA__body .a-title {
    color: #11bdbd;
  }
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
  .m-card-typeA__image:hover ~ .m-card-typeA__body .a-title:before, .m-card-typeA__image:hover ~ .m-card-typeA__body .a-title:after {
    background: #fafafa;
  }
}

.m-card-typeA__image .a-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 999px) {
  .m-card-typeA__body {
    width: calc(100% - 112px);
    padding-right: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeA__body {
    width: calc(100% - 160px);
    padding-right: 32px;
  }
}

.m-card-typeA__body .bg {
  position: absolute;
  width: 100%;
}

.m-card-typeA__title {
  display: table;
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .m-card-typeA__title {
    margin-top: 5px;
  }

  .m-card-typeA__title:hover ~ .m-card-typeA__background {
    background: #fafafa;
  }

  .m-card-typeA__title:hover .a-title {
    color: #11bdbd;
  }
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
  .m-card-typeA__title:hover .a-title:before, .m-card-typeA__title:hover .a-title:after {
    background: #fafafa;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeA__title {
    margin-top: 1px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-card-typeA__title {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}

.m-card-typeA__title .a-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 999px) {
  .m-card-typeA__title .a-title {
    max-height: 4.5em;
    -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeA__title .a-title {
    max-height: 1.6em;
    -webkit-line-clamp: 1;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-card-typeA__title .a-title {
    position: relative;
  }

  .m-card-typeA__title .a-title:before, .m-card-typeA__title .a-title:after {
    position: absolute;
    background: #fff;
    transition: 0.3s all ease;
  }

  .m-card-typeA__title .a-title:before {
    right: 0;
    bottom: 0;
    content: '...';
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

  .m-card-typeA__title .a-title:after {
    width: 100%;
    height: 100%;
    content: '';
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeA__info {
    margin-top: -2px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeA__info {
    margin-top: 5px;
    transform: translateY(1px);
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeA__info .a-date {
    margin-right: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeA__info .a-date {
    margin-right: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeA__info .a-text {
    margin-right: 28px;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeA__tag {
    margin-top: -6px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeA__tag {
    display: inline-block;
  }
}

.m-card-typeB {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .m-card-typeB {
    display: flex;
    align-items: flex-start;
    height: 100%;
  }

  .m-card-typeB:hover .a-title {
    color: #11bdbd;
  }
}

.m-card-typeB__media {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border-radius: 8px;
}

@media screen and (min-width: 1000px) {
  .m-card-typeB__media {
    width: 208px;
  }
}

.m-card-typeB__media .a-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 8px 0px 6px 0px;
}

@media screen and (min-width: 1000px) {
  .m-card-typeB__body {
    width: calc(100% - 208px);
    padding-left: 24px;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeB__body {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeB__body .a-title {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-top: 3px;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeB__body .a-title {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 1px;
    font-weight: bold;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeB__info {
    margin-top: 5px;
    border-spacing: 0 2px;
    border-collapse: separate;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeB__info {
    margin-top: 9px;
  }
}

.m-card-typeB__info td {
  vertical-align: middle;
}

@media screen and (min-width: 1000px) {
  .m-card-typeB__info td {
    line-height: 1.5;
  }
}

.m-card-typeB__info td:first-child {
  width: 57px;
}

.m-card-typeB__info td:first-child .a-text {
  font-size: 11px;
  line-height: 1;
}

@media screen and (max-width: 999px) {
  .m-card-typeB__info tr:not(:first-child) {
    margin-top: 3px;
  }
}

.m-card-typeC {
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: 0.3s all ease;
}

@media screen and (max-width: 999px) {
  .m-card-typeC {
    max-width: 234px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeC {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 198px;
    padding: 23px 23px 23px 313px;
    border: 1px solid #fff;
  }

  .m-card-typeC:hover {
    background: #fafafa;
    border: 1px solid #e6e6e6;
  }

  .m-card-typeC:hover .a-title {
    color: #11bdbd;
  }
}

.m-card-typeC__media {
  overflow: hidden;
  border-radius: 8px;
}

@media screen and (min-width: 1000px) {
  .m-card-typeC__media {
    position: absolute;
    top: 23px;
    left: 23px;
    width: 266px;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeC__media {
    position: relative;
  }
}

.m-card-typeC__media .a-tag {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1000px) {
  .m-card-typeC .a-title {
    margin-top: 2px;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeC .a-title {
    margin-top: 13px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeC .a-text {
    margin-top: 10px;
  }
}

.m-card-typeC__info {
  border-collapse: separate;
}

@media screen and (max-width: 999px) {
  .m-card-typeC__info {
    margin-top: 7px;
    border-spacing: 0 8px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeC__info {
    margin-top: 4px;
    border-spacing: 0 4px;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeC__info td:first-child {
    width: 53px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeC__info td:first-child {
    width: 60px;
  }
}

.m-card-typeC__info td:first-child .a-text {
  font-size: 11px;
  line-height: 1.9090909091;
}

@media screen and (max-width: 999px) {
  .m-card-typeC__info td:last-child {
    word-spacing: 5px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeC__info td:last-child {
    word-spacing: 4px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeC__info td .a-text {
    margin-top: 0;
  }
}

.m-card-typeD {
  position: relative;
  display: block;
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

@media screen and (max-width: 999px) {
  .m-card-typeD {
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 32px 7px 14px 15px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeD {
    flex-direction: column;
    height: 100%;
    padding: 25px 23px 9px;
  }

  .m-card-typeD:hover {
    background: #fafafa;
  }

  .m-card-typeD:hover .a-title {
    color: #11bdbd;
  }
}

.m-card-typeD .a-tag {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1000px) {
  .m-card-typeD .a-tag {
    max-width: calc(100% - 50px);
  }
}

.m-card-typeD .a-status {
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 999px) {
  .m-card-typeD .a-status {
    top: 7px;
    right: 7px;
    font-size: 9px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeD .a-status {
    top: 7px;
    right: 7px;
  }
}

.m-card-typeD__media {
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .m-card-typeD__media {
    width: 128px;
    transform: translateY(-9px);
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeD__media {
    height: 105px;
    margin-bottom: 11px;
    border-bottom: 1px solid #e6e6e6;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeD__body {
    width: calc(100% - 128px);
    padding-right: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeD__body {
    margin-bottom: 13px;
  }
}

.m-card-typeD__body .a-text {
  margin-bottom: 12px;
}

.m-card-typeD__footer {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .m-card-typeD__footer {
    justify-self: flex-end;
    margin-top: auto;
  }
}

.m-cardTypeE {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .m-cardTypeE:hover .a-title {
    text-decoration: underline;
  }
}

.m-cardTypeE__image {
  width: 41.462%;
  max-width: 266px;
  overflow: hidden;
  border-radius: 8px;
}

.m-cardTypeE__body {
  flex-basis: 0;
  flex-grow: 1;
  padding-top: 5px;
  padding-left: 3.705%;
}

.m-cardTypeE__body .a-title {
  font-size: 16px;
  line-height: 1.57;
}

.m-cardTypeE__body .a-text {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.5;
}

.m-cardTypeE__service.a-text {
  font-size: 12px;
}

.m-card-typeF {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .m-card-typeF {
    padding: 23px 23px 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: 0.3s all ease;
  }

  .m-card-typeF:hover {
    background-color: #fafafa;
    border-color: #e6e6e6;
  }

  .m-card-typeF:hover .a-title {
    color: #11bdbd;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeF {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 12px;
  }
}

.m-card-typeF__media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

@media screen and (max-width: 999px) {
  .m-card-typeF__media {
    max-width: 46.6472303207%;
  }
}

.m-card-typeF__media .a-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 8px 0px 6px 0px;
}

.m-card-typeF__title {
  position: relative;
}

@media screen and (max-width: 999px) {
  .m-card-typeF__title {
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeF__title .a-title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 11px;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeF__title .a-title {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 4px;
    font-weight: bold;
  }
}

.m-card-typeF__title .m-card-typeF__icon {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .m-card-typeF__title .m-card-typeF__icon {
    top: -30px;
    left: -16px;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeF__title .m-card-typeF__icon {
    top: -12px;
    left: -17px;
  }
}

@media screen and (max-width: 999px) {
  .m-card-typeF__info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 13px;
    border-spacing: 0 2px;
    border-collapse: separate;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeF__info {
    margin-top: 23px;
  }
}

.m-card-typeF__info dl {
  display: flex;
  align-items: center;
  min-width: 100px;
}

@media screen and (max-width: 999px) {
  .m-card-typeF__info dl {
    width: 100%;
  }
}

.m-card-typeF__info dl:not(:first-child) {
  margin-top: 6px;
}

.m-card-typeF__info dt {
  font-size: 11px;
  line-height: 1.0909090909;
  width: 70px;
}

@media screen and (max-width: 999px) {
  .m-card-typeF__info dt {
    width: 86px;
  }
}

.m-card-typeF__info dd {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .m-card-typeF__info dd {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .m-card-typeF__info dd {
    padding-left: 16px;
    transform: translateY(-1px);
  }
}

.m-error-content .a-text {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .m-error-content .a-text {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 19px;
  }
}

@media screen and (max-width: 999px) {
  .m-error-content .a-text {
    font-size: 12px;
    line-height: 2;
    margin-top: 10px;
  }
}

.m-error-content__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #1d6666;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
  .m-error-content__link {
    margin-top: 11px;
  }
}

@media screen and (max-width: 999px) {
  .m-error-content__link {
    margin-top: 10px;
  }
}

.m-error-content__link img {
  margin-right: 8px;
}

@media screen and (max-width: 999px) {
  .m-error-content__image {
    width: 56px;
    height: auto;
  }
}

.m-filter-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 8px;
  background: #f2f2f2;
  border-radius: 8px;
}

@media screen and (min-width: 1000px) {
  .m-filter-category {
    padding: 8px 8px 8px 22px;
  }
}

@media screen and (max-width: 999px) {
  .m-filter-category {
    padding: 8px;
  }
}

.m-filter-category__label {
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.m-filter-category__filter-list {
  display: flex;
}

@media screen and (max-width: 999px) {
  .m-filter-category__filter-list {
    display: none;
  }
}

.m-filter-category__item {
  padding: 10px 20px;
  text-align: center;
}

.m-filter-category__item:first-child {
  padding-left: 7px;
}

.m-filter-category__item a {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  transition: color 0.4s ease;
}

.m-filter-category__item a:hover {
  color: #11bdbd;
}

.m-filter-category__item--active a {
  font-weight: 700;
  color: #11bdbd;
}

.m-filter-category__choose {
  padding: 0 18px 0 8px;
  font-size: 14px;
  color: #11bdbd;
  background: transparent url(../../assets/images/ic_triangle_down.svg) no-repeat center right / 7px 9px;
}

@media screen and (max-width: 999px) {
  .m-filter-category__choose {
    font-weight: bold;
  }
}

.m-filter-category__search {
  position: relative;
  display: flex;
  align-items: center;
}

.m-filter-category__search__button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 41px;
  height: 40px;
  background: url(../images/ic_search.svg) no-repeat center;
}

@media screen and (min-width: 1000px) {
  .m-filter-category__search__button:hover {
    background: url(../images/ic_search_blue.svg) no-repeat center;
  }
}

@media screen and (min-width: 1000px) {
  .m-filter-category .a-text-field {
    min-width: 232px;
  }
}

@media screen and (max-width: 999px) {
  .m-filter-category .a-text-field {
    width: 160px;
  }
}

.m-filter-category .a-text-field--search:hover ~ .m-filter-category__search__button {
  background: url(../images/ic_search_blue.svg) no-repeat center;
}

.m-filter-category .a-text-field--search:focus ~ .m-filter-category__search__button {
  background: url(../images/ic_search.svg) no-repeat center;
}

@media screen and (min-width: 1000px) {
  .m-filter-category .a-icon--calendar {
    margin: 0 16px 0 24px;
  }
}

@media screen and (max-width: 999px) {
  .m-filter-category .a-icon--calendar {
    margin: 0 8px 0 16px;
  }
}

.m-filter-category .a-icon--search {
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 20px;
}

.m-filter-category__dropdown-list {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 2;
  display: none;
  min-width: 176px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.m-filter-category__dropdown-item {
  padding: 17px 24px;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #4d4d4d;
  border-top: 1px solid #f2f2f2;
  transition: 0.3s all ease;
}

@media screen and (min-width: 1000px) {
  .m-filter-category__dropdown-item:hover {
    color: #11bdbd;
    background: #fafafa;
  }
}

.m-filter-category__dropdown-item--active {
  color: #11bdbd;
  background: #fafafa;
}

.m-filter-category--dropdown .m-filter-category__choose {
  position: relative;
  display: inline-block;
  background: none;
  font-weight: 700;
}

@media screen and (min-width: 1000px) {
  .m-filter-category--dropdown .m-filter-category__choose {
    padding: 8px 29px 8px 8px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 999px) {
  .m-filter-category--dropdown .m-filter-category__choose {
    padding: 8px 26px 8px 6px;
  }
}

.m-filter-category--dropdown .m-filter-category__choose:before {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 7px;
  height: 9px;
  content: '';
  background: transparent url(../../assets/images/ic_triangle_down.svg) no-repeat center right / 7px 9px;
  transition: 0.3s all ease;
  transform: translateY(-50%);
}

.m-filter-category--dropdown .m-filter-category__choose--active {
  background-color: #e6e6e6;
  border-radius: 8px;
}

.m-filter-category--dropdown .m-filter-category__choose--active:before {
  transform: translateY(-50%) rotate(-180deg);
}

.m-heading {
  position: relative;
  color: #6a6a6a;
}

@media screen and (max-width: 999px) {
  .m-heading {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0em;
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    transform: translateY(-5px);
  }
}

@media screen and (min-width: 1000px) {
  .m-heading {
    transform: translateY(-1px);
    font-size: 24px;
    letter-spacing: 0.02em;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-heading {
    font-weight: bold;
  }
}

@supports (-ms-ime-align: auto) {
  .m-heading {
    font-weight: bold;
  }
}

@media screen and (max-width: 999px) {
  .m-heading:not(.m-heading--no-border) {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 1000px) {
  .m-heading:not(.m-heading--no-border) {
    padding-bottom: 16px;
  }
}

.m-heading:not(.m-heading--no-border):before {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 24px;
  height: 3px;
  content: '';
  background: #faf45d;
}

.m-heading:not(.m-heading--no-border):after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 27px;
  z-index: 1;
  height: 6px;
  content: '';
  background: -moz-radial-gradient(circle, #87dddd 30%, white 30%);
  background: -webkit-radial-gradient(circle, #87dddd 30%, white 30%);
  background: radial-gradient(circle, #87dddd 30%, white 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#87DDDD",endColorstr="#ffffff",GradientType=1);
  background-repeat: repeat;
  background-size: 6px 6px;
}

@media screen and (max-width: 999px) {
  .m-headline {
    display: block;
    padding: 16px 0 12px;
  }
}

@media screen and (min-width: 1000px) {
  .m-headline {
    display: flex;
    align-items: flex-start;
    padding: 16px 24px 17px;
    transition: 0.3s all ease;
  }
}

.m-headline__title {
  font-weight: bold;
  color: #1d6666;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
  .m-headline__title {
    flex: 1;
    flex-basis: 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.875;
    transition: 0.3s all ease;
  }
}

@media screen and (max-width: 999px) {
  .m-headline__title {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.58;
  }
}

.m-headline__date {
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #4d4d4d;
}

@media screen and (min-width: 1000px) {
  .m-headline__date {
    width: 114px;
    font-size: 14px;
    line-height: 1.714;
    transform: translateY(4px);
  }
}

@media screen and (max-width: 999px) {
  .m-headline__date {
    font-size: 12px;
    line-height: 1.667;
  }
}

.m-headline .a-lp-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}

@media screen and (min-width: 1000px) {
  .m-headline .a-lp-tag {
    transform: translateY(5px);
  }
}

@media screen and (max-width: 999px) {
  .m-headline .a-lp-tag {
    float: right;
    margin-left: 8px;
    transform: translateY(-1px);
  }
}

.m-kv-card {
  transition: 0.3s all ease;
}

@media screen and (max-width: 999px) {
  .m-kv-card {
    overflow: hidden;
    background-color: #0fa3a3;
    border-radius: 40px 20px 60px 20px;
  }
}

@media screen and (min-width: 1000px) {
  .m-kv-card {
    position: relative;
  }

  .m-kv-card:after {
    display: table;
    clear: both;
    content: '';
  }
}

@media screen and (min-width: 1000px) {
  .m-kv-card:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 560px;
    height: calc(100% - 65px);
    content: '';
    background-color: #0fa3a3;
    border-radius: 80px 20px 40px 20px;
  }
}

.m-kv-card__media {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .m-kv-card__media {
    z-index: 1;
    float: right;
    max-width: 640px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 80px 40px 120px 40px;
  }
}

.m-kv-card__body {
  position: relative;
}

@media screen and (max-width: 999px) {
  .m-kv-card__body {
    min-height: 173px;
    padding: 20px 24px 19px 36px;
  }
}

@media screen and (min-width: 1000px) {
  .m-kv-card__body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 320px;
    padding: 69px 24px 50px 40px;
    background-color: #0fa3a3;
    border-radius: 80px 20px 0px 20px;
  }
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
  .m-kv-card__body {
    width: 321px;
  }
}

.m-kv-card__body:before {
  position: absolute;
  content: '';
  background: #faf45d;
}

@media screen and (max-width: 999px) {
  .m-kv-card__body:before {
    bottom: 24px;
    left: 18px;
    width: 3px;
    height: calc(100% - 4px);
  }
}

@media screen and (min-width: 1000px) {
  .m-kv-card__body:before {
    bottom: 38px;
    left: 40px;
    width: 100%;
    height: 3px;
  }
}

.m-kv-card__body .a-title {
  color: #fff;
}

@media screen and (min-width: 1000px) {
  .m-kv-card__body .a-title {
    margin-top: 5px;
  }

  .m-kv-card__body .a-title:hover {
    text-decoration: underline;
  }
}

.m-kv-card__body .a-date {
  display: block;
}

@media screen and (max-width: 999px) {
  .m-kv-card__body .a-date {
    margin-top: 12px;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 1000px) {
  .m-kv-card__body .a-date {
    margin-top: 30px;
  }
}

.m-kv-card__body .a-tag {
  display: block;
  text-align: left;
}

@media screen and (max-width: 999px) {
  .m-kv-card__body .a-tag {
    margin-top: 4px;
  }
}

@media screen and (min-width: 1000px) {
  .m-kv-card__body .a-tag {
    margin-top: -4px;
  }
}

@media screen and (max-width: 999px) {
  .m-kv-card--error {
    background-color: #f2f2f2;
  }
}

.m-kv-card--error:before {
  background-color: #e6e6e6;
}

.m-kv-card--error .m-kv-card__body {
  background-color: #e6e6e6;
}

@media screen and (max-width: 999px) {
  .m-kv-card--error .m-kv-card__body {
    height: 173px;
  }
}

@media screen and (min-width: 1000px) {
  .m-kv-card--error .m-kv-card__body {
    height: 315px;
  }
}

.m-kv-card--error .m-kv-card__body:before {
  content: none;
}

.m-kv-card--error .m-kv-card__media {
  background-color: #f2f2f2;
}

@media screen and (max-width: 999px) {
  .m-kv-card--error .m-kv-card__media {
    height: 193px;
  }
}

@media screen and (min-width: 1000px) {
  .m-kv-card--error .m-kv-card__media {
    width: 640px;
    height: 360px;
  }
}

.m-kv-card--error .m-kv-card__media .m-error-content {
  position: relative;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .m-nav-list {
    display: flex;
    justify-content: space-between;
  }
}

.m-nav-list__item {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
}

@media screen and (min-width: 1000px) {
  .m-nav-list__item {
    transform: translateY(1px);
  }
}

.o-paragraph__body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
  .o-paragraph__body {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

@media screen and (max-width: 999px) {
  .o-paragraph__body {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

@media screen and (min-width: 1000px) {
  .o-paragraph__body:not(:first-child) {
    margin-top: 14px;
  }
}

@media screen and (max-width: 999px) {
  .o-paragraph__body:not(:first-child) {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .o-paragraph__body p:not(:last-of-type) {
    margin-bottom: 1.7142857143em;
  }
}

@media screen and (max-width: 999px) {
  .o-paragraph__body p:not(:last-of-type) {
    margin-bottom: 1.5714285714em;
  }
}

@media screen and (min-width: 1000px) {
  .o-paragraph .a-title {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 999px) {
  .o-paragraph .a-title {
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1000px) {
  .o-paragraph .a-image {
    border-radius: 16px;
  }
}

@media screen and (max-width: 999px) {
  .o-paragraph .a-image {
    border-radius: 8px;
  }
}

.m-pick-up {
  overflow: hidden;
  background: #d4f4f2;
}

@media screen and (min-width: 1000px) {
  .m-pick-up {
    display: flex;
    border-radius: 16px 16px 80px 16px;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up {
    border-radius: 40px 20px 60px 20px;
  }
}

.m-pick-up__left {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .m-pick-up__left {
    min-width: 50%;
    height: 270px;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up__left {
    height: 193px;
  }
}

.m-pick-up--error .m-pick-up__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}

.m-pick-up__right {
  position: relative;
  background-color: #d4f4f2;
}

@media screen and (min-width: 1000px) {
  .m-pick-up__right {
    padding: 66px 32px 65px;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up__right {
    padding: 23px 24px;
  }
}

.m-pick-up--error .m-pick-up__right {
  min-height: 186px;
  background: #e6e6e6;
}

.m-pick-up .a-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-pick-up .a-image {
    transform: translateY(1px);
  }
}

.m-pick-up .a-tag {
  position: absolute;
  font-size: 12px;
}

@media screen and (max-width: 999px) {
  .m-pick-up .a-tag {
    border-radius: 0px 16px 0px 0px;
  }
}

.m-pick-up .m-heading {
  line-height: 1.5;
  color: #1d6666;
  letter-spacing: 0;
}

.m-pick-up--error {
  background: #e6e6e6;
}

.m-pick-up--online-seminar .a-tag {
  left: 0;
}

@media screen and (min-width: 1000px) {
  .m-pick-up--online-seminar .a-tag {
    top: 0;
    border-radius: 16px 0px;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up--online-seminar .a-tag {
    bottom: 0;
  }
}

.m-pick-up--online-seminar .a-text {
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #4d4d4d;
}

@media screen and (min-width: 1000px) {
  .m-pick-up--online-seminar .a-text {
    margin-top: 19px;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up--online-seminar .a-text {
    margin-top: 8px;
  }
}

.m-pick-up--case-study__icon {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .m-pick-up--case-study__icon {
    top: 43px;
    left: -21px;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up--case-study__icon {
    top: -25px;
    left: 0;
  }
}

.m-pick-up--case-study .a-tag {
  right: 0;
  bottom: 0;
  border-radius: 8px 0px 0px 0px;
}

@media screen and (min-width: 1000px) {
  .m-pick-up--case-study .a-tag {
    border-radius: 8px 0px 0px 0px;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up--case-study .m-pick-up__right {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .m-pick-up--case-study .m-pick-up__right {
    padding: 65px 31px 43px;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up--case-study .m-pick-up__info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 11px;
    border-spacing: 0 2px;
    border-collapse: separate;
  }
}

@media screen and (min-width: 1000px) {
  .m-pick-up--case-study .m-pick-up__info {
    margin-top: 23px;
    margin-left: 1px;
  }
}

.m-pick-up--case-study .m-pick-up__info dl {
  display: flex;
  align-items: center;
  min-width: 100px;
}

@media screen and (max-width: 999px) {
  .m-pick-up--case-study .m-pick-up__info dl {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up--case-study .m-pick-up__info dl:not(:first-child) {
    margin-top: 4px;
  }
}

@media screen and (min-width: 1000px) {
  .m-pick-up--case-study .m-pick-up__info dl:not(:first-child) {
    margin-top: 6px;
  }
}

.m-pick-up--case-study .m-pick-up__info dt {
  font-size: 13px;
  line-height: 0.9230769231;
}

@media screen and (min-width: 1000px) {
  .m-pick-up--case-study .m-pick-up__info dt {
    width: 82px;
  }
}

@media screen and (max-width: 999px) {
  .m-pick-up--case-study .m-pick-up__info dt {
    width: 98px;
  }
}

.m-pick-up--case-study .m-pick-up__info dd {
  font-size: 14px;
  line-height: 1.2857142857;
}

@media screen and (max-width: 999px) {
  .m-pick-up--case-study .m-pick-up__info dd {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .m-pick-up--case-study .m-pick-up__info dd {
    padding-left: 16px;
  }
}

.m-search {
  display: flex;
  display: none;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1000px) {
  .m-search {
    padding: 16px 28px 16px 23px;
  }
}

@media screen and (max-width: 999px) {
  .m-search {
    padding: 16px 0;
  }
}

.m-search__label {
  font-weight: 700;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #666;
}

.m-search__keyword {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
}

.m-search__keyword .m-search__label {
  margin-right: 16px;
}

.m-search__keyword__item {
  position: relative;
  min-width: 116px;
  padding: 5px 30px 5px 16px;
  overflow: hidden;
  color: #11bdbd;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #11bdbd;
  border-radius: 2px;
  font-weight: 700;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
}

@media screen and (max-width: 999px) {
  .m-search__keyword__item {
    max-width: 17ch;
  }
}

@media screen and (min-width: 1000px) {
  .m-search__keyword__item {
    max-width: 43ch;
  }
}

.m-search__keyword__item .a-icon {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.m-search__result {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
  min-width: 100px;
  color: #4d4d4d;
  text-align: right;
}

.m-search--active {
  display: flex;
}

.m-slick-control {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .m-slick-control__inner {
    position: relative;
    min-width: 128px;
  }
}

@media screen and (max-width: 999px) {
  .m-slick-control__inner {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px;
    transform: translateY(-50%);
  }
}

.m-slick-control__button {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 700;
  position: relative;
  color: #11bdbd;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  transition: 0.3s all ease;
}

@media screen and (max-width: 999px) {
  .m-slick-control__button {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 1000px) {
  .m-slick-control__button {
    width: 24px;
    height: 24px;
    transform: translateY(-2px);
  }

  .m-slick-control__button:hover {
    background-color: #fafafa;
  }
}

@media screen and (max-width: 999px) {
  .m-slick-control__button .a-icon--angle-right {
    font-size: 13px;
  }
}

@media screen and (max-width: 999px) {
  .m-slick-control__button--next .a-icon--angle-right {
    margin-left: 1px;
  }
}

@media screen and (min-width: 1000px) {
  .m-slick-control__button--next .a-icon--angle-right {
    margin-left: 1px;
  }
}

@media screen and (max-width: 999px) {
  .m-slick-control__button--prev .a-icon--angle-left {
    margin-left: -1px;
  }
}

@media screen and (min-width: 1000px) {
  .m-slick-control__button--prev .a-icon--angle-left {
    margin-left: -1px;
  }
}

@media screen and (min-width: 1000px) {
  .m-slick-control__button--large {
    width: 56px;
    height: 56px;
  }
}

.m-slick-control__button[aria-disabled=true] {
  pointer-events: none;
  background-color: #ededed;
  border-color: #ededed;
}

.m-slick-control__button[aria-disabled=true] .a-icon--angle-right:before {
  color: #ccc;
}

.m-slick-control__button[aria-disabled=true] .a-icon--angle-left:before {
  color: #ccc;
}

.m-slick-control__button .a-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.m-slick-control__pages {
  font-family: 'Helvetica', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
  .m-slick-control__pages {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.02em;
    margin: 0 22px;
    color: #4d4d4d;
  }
}

.m-slick-control__pages span {
  margin: 0 2px;
}

@media screen and (min-width: 1000px) {
  .m-slick-control__index {
    color: #11bdbd;
    font-size: 20px;
    line-height: 0.9;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}

.o-card-TypeA-list__item {
  border-bottom: 1px solid #e6e6e6;
}

.o-card-TypeB-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 1000px) {
  .o-card-TypeB-list {
    align-items: stretch;
    justify-content: space-between;
  }
}

.o-card-TypeB-list__item {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .o-card-TypeB-list__item {
    width: 31%;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeB-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.o-card-TypeC-list {
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 999px) {
  .o-card-TypeC-list {
    display: flex;
    padding-bottom: 1px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeC-list {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeC-list__item {
    min-width: 234px;
    margin-right: 32px;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeC-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.o-card-TypeD-list {
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 999px) {
  .o-card-TypeD-list {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeD-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-bottom: 44px;
    margin: 0 -4px;
  }
}

.o-card-TypeD-list__item {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .o-card-TypeD-list__item {
    width: 25%;
    padding: 0 4px;
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeD-list__item:first-child .m-card-typeD {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeD-list__item:nth-child(n + 2) {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeD-list__item:nth-child(n + 5) {
    margin-top: 16px;
  }
}

.o-cardTypeE-list__item {
  margin-bottom: 24px;
}

.o-card-TypeF-list {
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
  .o-card-TypeF-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 23px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list {
    padding-bottom: 20px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeF-list__item {
    max-width: 314px;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeF-list__item:nth-child(n + 4) {
    margin-top: 7px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list__item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
}

.o-card-TypeF-list--carousel {
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel {
    display: flex;
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeF-list--carousel .o-card-TypeF-list__item {
    margin-right: 9px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .o-card-TypeF-list__item {
    max-width: 266px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .o-card-TypeF-list__item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeF-list--carousel .o-card-TypeF-list__item:nth-child(n + 4) {
    margin-top: 0;
  }
}

.o-card-TypeF-list--carousel .m-card-typeF {
  display: block;
}

.o-card-TypeF-list--carousel .m-card-typeF__media {
  max-width: none;
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__title {
    padding-left: 0;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__title {
    margin-top: 12px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__title .a-title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__info {
    margin-top: 18px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__info dl {
    display: block;
    width: auto;
    padding-right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__info dl:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__info dl:not(:first-child) {
    margin-top: 13px;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeF-list--carousel .m-card-typeF__info dl:not(:first-child) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__info dt {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .o-card-TypeF-list--carousel .m-card-typeF__info dt {
    width: 70px;
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__info dd {
    margin-top: 4px;
    transform: translateY(0px);
  }
}

@media screen and (max-width: 999px) {
  .o-card-TypeF-list--carousel .m-card-typeF__icon {
    top: -31px;
    left: -16px;
  }
}

.o-section-empty__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
  .o-section-empty__content {
    padding: 56px 0;
  }
}

@media screen and (max-width: 999px) {
  .o-section-empty__content {
    padding: 40px 0;
  }
}

.o-section-empty__content--no-border {
  padding-bottom: 0;
  border-bottom: none;
}

.o-section-empty__content .a-text {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .o-section-empty__content .a-text {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 19px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-empty__content .a-text {
    font-size: 12px;
    line-height: 2;
    margin-top: 10px;
  }
}

.o-section-empty__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #1d6666;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
  .o-section-empty__link {
    margin-top: 11px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-empty__link {
    margin-top: 10px;
  }
}

.o-section-empty__link img {
  margin-right: 8px;
}

@media screen and (max-width: 999px) {
  .o-section-empty .a-image {
    width: 56px;
    height: auto;
  }
}

.o-section-empty .m-slick-control {
  display: none;
}

.o-section-empty .o-pagination {
  display: none;
}

.o-footer {
  background: #11bdbd;
  border-bottom: 6px solid #faf45d;
}

@media screen and (max-width: 999px) {
  .o-footer {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1000px) {
  .o-footer {
    margin-top: 112px;
  }
}

.o-footer__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .o-footer__inner {
    padding: 28px 0 37px;
  }
}

@media screen and (min-width: 1000px) {
  .o-footer__inner {
    display: flex;
    padding: 31px 0;
  }
}

.o-footer__list {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 999px) {
  .o-footer__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .o-footer__list {
    flex: 1;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 999px) {
  .o-footer__item {
    max-width: 50%;
    margin: 0 15px 10px;
  }
}

@media screen and (min-width: 1000px) {
  .o-footer__item:not(:last-child) {
    margin-right: 30px;
  }
}

.o-footer__link {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.04em;
  transition: 0.3s all ease;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
  .o-footer__link:hover span {
    border-bottom: 1px solid #fff;
  }
}

.o-footer__link span {
  border-bottom: 1px solid transparent;
}

.o-footer__link .o-footer__icon--blank {
  display: inline-block;
  width: 12px;
  height: auto;
  margin-left: 3px;
  vertical-align: middle;
  transform: translateY(-1px);
}

@media screen and (max-width: 999px) {
  .o-footer__copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1000px) {
  .o-footer__copyright {
    width: 300px;
    text-align: right;
    font-size: 11px;
    line-height: 1.6363636364;
  }
}

.o-footer__copyright small {
  font-family: 'Helvetica', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .o-footer__copyright small {
    font-size: 10px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1000px) {
  .o-footer__copyright small {
    font-size: 11px;
    line-height: 1.6363636364;
  }
}

.o-header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 999px) {
  .o-header {
    padding: 11px 0 12px;
  }
}

@media screen and (min-width: 1000px) {
  .o-header {
    padding: 19px 0;
  }
}

.o-header__inner {
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .o-header__inner {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1000px) {
  .o-header__inner {
    justify-content: flex-end;
    max-width: 1312px;
  }
}

@media screen and (max-width: 999px) {
  .o-header__logo {
    width: 123px;
    transform: translateY(1px);
  }
}

@media screen and (min-width: 1000px) {
  .o-header__logo {
    order: 1;
    width: 153px;
    margin-right: auto;
  }
}

@media screen and (max-width: 999px) {
  .o-header .m-hamburger {
    display: block;
    width: 20px;
    height: 17px;
    background: #ccc;
    transform: translateY(1px) translateX(-4px);
  }
}

@media screen and (max-width: 999px) {
  .o-header .m-nav-list {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .o-header .m-nav-list {
    order: 2;
    width: 63.125%;
    margin-right: 4.6493902439%;
  }
}

@media screen and (max-width: 999px) {
  .o-header__user {
    margin-right: 1px;
  }
}

@media screen and (min-width: 1000px) {
  .o-header__user {
    order: 3;
    width: 30px;
    padding: 0 5px;
  }
}

.o-header-blog {
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
  .o-header-blog {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 999px) {
  .o-header-blog {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 1000px) {
  .o-header-blog .a-image {
    border-radius: 16px;
  }
}

@media screen and (max-width: 999px) {
  .o-header-blog .a-image {
    border-radius: 8px;
  }
}

@media screen and (min-width: 1000px) {
  .o-header-blog .a-title {
    margin-top: 41px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
}

@media screen and (max-width: 999px) {
  .o-header-blog .a-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1000px) {
  .o-header-blog .a-text {
    margin-top: 17px;
    transform: translateX(-4px);
    font-size: 16px;
    line-height: 1.125;
  }
}

@media screen and (max-width: 999px) {
  .o-header-blog .a-text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.2857142857;
  }
}

.o-header-blog__date {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .o-header-blog__date {
    margin-top: 9px;
    transform: translateX(-2px);
    font-size: 16px;
    line-height: 1.125;
  }
}

@media screen and (max-width: 999px) {
  .o-header-blog__date {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.2857142857;
  }
}

.o-header-blog__image {
  position: relative;
}

.o-header-blog__icon {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .o-header-blog__icon {
    bottom: -35px;
    left: -29px;
  }
}

@media screen and (max-width: 999px) {
  .o-header-blog__icon {
    bottom: -24px;
    left: -10px;
    width: 48px;
    height: auto;
  }
}

.o-header-blog .a-tag {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1000px) {
  .o-header-blog .a-tag {
    padding: 8px 22px;
    font-size: 16px;
    border-radius: 8px 0 16px 0;
  }
}

@media screen and (max-width: 999px) {
  .o-header-blog .a-tag {
    font-size: 12px;
  }
}

.o-headine-list li {
  border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
  .o-headine-list li {
    transition: 0.3s all ease;
  }

  .o-headine-list li:hover {
    background: #fafafa;
  }

  .o-headine-list li:hover .m-headline__title {
    color: #11bdbd;
  }
}

.o-headine-list li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.o-information-list__item {
  border-bottom: 1px solid #e6e6e6;
}

.o-information-list__link {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 999px) {
  .o-information-list__link {
    padding: 15px 0 12px;
  }
}

@media screen and (min-width: 1000px) {
  .o-information-list__link {
    flex-direction: row;
    align-items: center;
    padding: 0 24px;
    transition: 0.3s all ease;
  }

  .o-information-list__link:hover {
    background-color: #fafafa;
  }

  .o-information-list__link:hover .a-title {
    color: #11bdbd;
  }
}

@media screen and (min-width: 1000px) {
  .o-information-list__link .a-date {
    min-width: 126px;
  }
}

.o-information-list__link .a-title {
  flex-grow: 1;
}

@media screen and (max-width: 999px) {
  .o-information-list__link .a-title {
    margin-top: 8px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1000px) {
  .o-information-list__link .a-title {
    padding: 17px 0 20px;
    font-size: 16px;
    transform: translateY(2px);
  }
}

.o-pagination__list {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .o-pagination__list {
    font-size: 0;
  }
}

.o-pagination__item {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 999px) {
  .o-pagination__item:not(:first-child):not(:last-child) {
    margin: 0 8px;
  }
}

@media screen and (min-width: 1000px) {
  .o-pagination__item:not(:first-child):not(:last-child) {
    margin: 0 5px;
  }
}

.o-pagination__link {
  display: inline-block;
  font-family: 'Helvetica', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #6a6a6a;
  transition: 0.3s all ease;
  font-size: 16px;
  line-height: 1.125;
}

.o-pagination__link:hover {
  color: #11bdbd;
}

.o-pagination__link--prev, .o-pagination__link--next {
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  transition: 0.3s all ease;
  transform: translateY(1px);
}

.o-pagination__link--prev:hover, .o-pagination__link--next:hover {
  background: #fafafa;
}

.o-pagination__link--prev .a-icon, .o-pagination__link--next .a-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%) translateY(-50%);
}

.o-pagination__link--prev--inactive, .o-pagination__link--next--inactive {
  background: #ededed;
}

.o-pagination__link--prev--inactive .a-icon:before, .o-pagination__link--next--inactive .a-icon:before {
  color: #ccc;
}

@media screen and (max-width: 999px) {
  .o-pagination__link--prev {
    margin-right: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .o-pagination__link--prev {
    margin-right: 0;
  }
}

@media screen and (max-width: 999px) {
  .o-pagination__link--next {
    margin-left: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .o-pagination__link--next {
    margin-left: 0;
  }
}

.o-pagination__link--next .a-icon {
  margin-left: 1px;
}

.o-pagination__link--active {
  color: #11bdbd;
}

.o-alert__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  background-color: #faf45d;
  border-radius: 8px;
}

@media screen and (max-width: 999px) {
  .o-alert__inner {
    padding: 7px 44px 7px 40px;
  }
}

@media screen and (min-width: 1000px) {
  .o-alert__inner {
    padding: 7px 30px 7px 52px;
  }
}

.o-alert__inner .a-icon--warning {
  font-size: 25px;
}

@media screen and (max-width: 999px) {
  .o-alert__inner .a-icon--warning {
    left: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .o-alert__inner .a-icon--warning {
    left: 22px;
  }
}

.o-alert__content {
  font-size: 14px;
  line-height: 1.5;
}

.o-alert .a-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 999px) {
  .o-section-article__heading {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 1000px) {
  .o-section-article__heading {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .o-section-article__body {
    margin-top: 32px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-article__body {
    margin-top: 3px;
  }
}

.o-section-article__footer {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 999px) {
  .o-section-article__footer {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .o-section-article__footer {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1000px) {
  .o-section-article--pagination .m-filter-category {
    margin-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-article--pagination .m-filter-category {
    margin-top: 26px;
  }
}

.o-section-article--pagination .o-section-article__footer {
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .o-section-article--pagination .o-section-article__footer {
    margin-top: 29px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-article--pagination .o-section-article__footer {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .o-section-big-title {
    display: flex;
  }
}

.o-section-big-title__left {
  border-bottom: 3px solid #faf45d;
}

@media screen and (min-width: 1000px) {
  .o-section-big-title__left {
    flex: 1 0 70%;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-big-title__left {
    padding-bottom: 18px;
  }
}

.o-section-big-title__left span {
  display: inline-block;
  font-size: 16px;
  color: #666;
}

@media screen and (min-width: 1000px) {
  .o-section-big-title__left span {
    margin-top: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-big-title__left span {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
  }
}

.o-section-big-title__right {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 22px;
  color: #4d4d4d;
  border-bottom: 3px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
  .o-section-big-title__right {
    padding-top: 11px;
    padding-bottom: 26px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-big-title__right {
    padding: 26px 15px;
  }
}

.o-section-big-title__heading {
  font-family: 'ABeeZee', 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  color: #11bdbd;
}

@media screen and (min-width: 1000px) {
  .o-section-big-title__heading {
    font-size: 52px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-big-title__heading {
    font-size: 31px;
    font-weight: normal;
    line-height: 1.1;
  }
}

.o-case-study {
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .o-case-study__heading {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .o-case-study__heading {
    margin-bottom: 30px;
  }
}

.o-case-study__footer {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 999px) {
  .o-case-study__footer {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .o-case-study__footer {
    margin-top: 23px;
  }
}

@media screen and (min-width: 1000px) {
  .o-case-study__footer .m-slick-control {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 999px) {
  .o-case-study__footer .m-slick-control {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .o-case-study__filter {
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 999px) {
  .o-case-study__filter {
    margin-bottom: 23px;
  }
}

.o-case-study--pagination .o-case-study__footer {
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .o-case-study--pagination .o-case-study__footer {
    margin-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  .o-case-study--pagination .o-case-study__footer {
    margin-top: 20px;
  }
}

.o-section-contact {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

@media screen and (min-width: 1000px) {
  .o-section-contact {
    padding: 24px 25px 20px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-contact {
    padding: 28px 16px 20px;
  }
}

.o-section-contact .a-tag {
  position: absolute;
  top: 0;
  left: 0;
}

.o-section-contact .a-title {
  text-align: center;
}

.o-section-contact img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .o-section-contact img {
    max-width: 128px;
    height: auto;
  }
}

.o-section-contact__body {
  max-width: 512px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .o-section-contact__body {
    margin-top: 1px;
  }
}

@media screen and (min-width: 1000px) {
  .o-section-contact__body {
    margin-top: 2px;
  }
}

.o-section-contact__info dl {
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 1000px) {
  .o-section-contact__info dl:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-contact__info dl:not(:last-child) {
    margin-bottom: 2px;
  }
}

.o-section-contact__info dt {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  .o-section-contact__info dt {
    font-size: 11px;
    line-height: 1.7272727273;
    min-width: 148px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-contact__info dt {
    font-size: 11px;
    line-height: 1.6363636364;
    min-width: 90px;
    transform: translateY(1px);
  }
}

.o-section-contact__info dd {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  .o-section-contact__info dd {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 999px) {
  .o-section-contact__info dd {
    font-size: 12px;
    line-height: 1.5;
  }
}

.o-section-contact__info dd a {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
  .o-section-contact__info dd a:hover {
    text-decoration: underline;
  }
}

.o-section-contact__info__business dd p {
  padding-left: 1em;
  text-indent: -1em;
}

.o-contact-lp {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .o-contact-lp {
    display: flex;
    align-items: stretch;
    padding: 21px 0 36px;
  }
}

@media screen and (max-width: 999px) {
  .o-contact-lp {
    padding-top: 33px;
    padding-bottom: 38px;
    text-align: center;
  }
}

.o-contact-lp:before, .o-contact-lp:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: '';
  border-top: 1px solid #87dddd;
  border-bottom: 1px solid #faf45d;
}

.o-contact-lp:before {
  top: 0;
}

.o-contact-lp:after {
  bottom: 0;
}

.o-contact-lp__title {
  font-weight: 700;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
  .o-contact-lp__title {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}

.o-contact-lp__heading .a-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
  .o-contact-lp__heading .a-title {
    display: inline-block;
  }
}

.o-contact-lp__heading span {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 999px) {
  .o-contact-lp__heading span {
    margin: 0 4px;
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__heading span {
    margin-right: 6px;
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__column {
    padding-left: 24px;
  }
}

@media screen and (max-width: 999px) {
  .o-contact-lp__column:not(:last-of-type) {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 999px) {
  .o-contact-lp__column:first-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__column:first-child {
    display: flex;
    align-items: center;
    width: 176px;
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__column:nth-child(2) {
    width: 315px;
    padding-top: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__column:last-child {
    padding-top: 24px;
  }
}

@media screen and (max-width: 999px) {
  .o-contact-lp__branch {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__branch {
    margin-top: 16px;
  }
}

.o-contact-lp__branch li {
  font-size: 14px;
  line-height: 1.4285714286;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__branch li {
    display: inline-block;
    margin-right: 48px;
  }
}

.o-contact-lp__branch li a {
  margin-left: 8px;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  color: #11bdbd;
  font-size: 16px;
  line-height: 1.25;
}

.o-contact-lp__branch li:not(:last-of-type) {
  margin-bottom: 4px;
}

.o-contact-lp__hotline {
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  color: #11bdbd;
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .o-contact-lp__hotline {
    margin-top: 13px;
    transform: translateX(-6px);
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__hotline {
    margin-top: 13px;
  }
}

.o-contact-lp__hotline img {
  margin-right: 3px;
  vertical-align: middle;
  transform: translateY(-1px);
}

.o-contact-lp__note {
  display: block;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 999px) {
  .o-contact-lp__note {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__note {
    margin-top: 4px;
  }
}

.o-contact-lp__time {
  display: block;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 999px) {
  .o-contact-lp__time {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__time {
    margin-top: 6px;
  }
}

@media screen and (min-width: 1000px) {
  .o-contact-lp__time span {
    margin-right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .o-contact-lp__time span {
    display: block;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 999px) {
  .o-information__heading {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 1000px) {
  .o-information__heading {
    margin-bottom: 30px;
  }
}

.o-information__footer {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 999px) {
  .o-information__footer {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .o-information__footer {
    margin-top: 24px;
  }
}

.o-kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.o-kv .m-slick-control {
  position: absolute;
}

@media screen and (max-width: 999px) {
  .o-kv .m-slick-control {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56.2682215743%;
  }
}

@media screen and (min-width: 1000px) {
  .o-kv .m-slick-control {
    bottom: 10px;
    left: 40px;
  }
}

.o-kv__image {
  text-align: center;
}

@media screen and (max-width: 999px) {
  .o-section-pick-up {
    position: relative;
  }
}

.o-section-pick-up__image {
  margin-top: 32px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .o-section-pick-up__slider-wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-pick-up__slider-wrapper {
    position: relative;
    margin-top: 26px;
  }
}

@media screen and (max-width: 999px) {
  .o-section-pick-up__slider-wrapper .m-slick-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 193px;
  }
}

@media screen and (min-width: 1000px) {
  .o-section-pick-up__slider-wrapper .m-slick-control {
    margin: 24px auto 0;
  }
}

.o-seminar {
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .o-seminar__heading {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .o-seminar__heading {
    margin-bottom: 30px;
  }
}

.o-seminar__footer {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 999px) {
  .o-seminar__footer {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .o-seminar__footer {
    margin-top: 23px;
  }
}

@media screen and (min-width: 1000px) {
  .o-seminar__footer .m-slick-control {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 999px) {
  .o-seminar__footer .m-slick-control {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .o-seminar__filter {
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 999px) {
  .o-seminar__filter {
    margin-bottom: 23px;
  }
}

.o-seminar--pagination .o-seminar__footer {
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .o-seminar--pagination .o-seminar__footer {
    margin-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  .o-seminar--pagination .o-seminar__footer {
    margin-top: 20px;
  }
}

@media screen and (max-width: 999px) {
  .o-seminar--pagination .o-card-TypeC-list {
    flex-wrap: wrap;
    border-bottom: 0;
  }
}

@media screen and (max-width: 999px) {
  .o-seminar--pagination .o-card-TypeC-list__item {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 999px) {
  .o-seminar--pagination .o-card-TypeC-list__item:last-child .m-card-typeC {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 999px) {
  .o-seminar--pagination .m-card-typeC {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding-bottom: 9px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
  }
}

@media screen and (max-width: 999px) {
  .o-seminar--pagination .m-card-typeC__media {
    width: 46.6472303207%;
  }
}

@media screen and (max-width: 999px) {
  .o-seminar--pagination .m-card-typeC__info {
    margin-top: 10px;
    border-spacing: 0 2px;
  }
}

@media screen and (max-width: 999px) {
  .o-seminar--pagination .m-card-typeC .a-title {
    width: 52.4781341108%;
    padding-left: 15px;
    margin-top: 5px;
    font-size: 14px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .o-seminar--pagination .m-card-typeC .a-image {
    transform: translateY(1px);
  }
}

.o-seminar--pagination .m-filter-category {
  margin-top: 24px;
}

@media screen and (max-width: 999px) {
  .o-service__description {
    margin-top: 13px;
  }
}

@media screen and (min-width: 1000px) {
  .o-service__description {
    margin-top: 23px;
  }
}

@media screen and (max-width: 999px) {
  .o-service__body {
    margin-top: 41px;
  }
}

@media screen and (min-width: 1000px) {
  .o-service__body {
    margin-top: 41px;
  }
}

.o-service__footer {
  position: relative;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .o-service__footer {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .o-service__footer {
    margin-top: 24px;
  }
}

@media screen and (max-width: 999px) {
  .o-service__footer .button-download {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    max-width: 207px;
    margin-right: auto;
  }
}

@media screen and (min-width: 1000px) {
  .o-service__footer .button-download {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.o-section-empty .o-service__footer .button-download {
  color: #fff;
  pointer-events: none;
  background-color: #ccc;
  border-color: #ccc;
}

.o-smbc {
  padding: 30px 5% 20px 5%;
  background: #c4d700;
  border-radius: 8px;
}

.o-smbc__heading {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.p-article .m-search--active ~ .o-section-article__body {
  margin-top: 0;
}

@media screen and (max-width: 999px) {
  .p-home main {
    padding-top: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .p-home main {
    padding-top: 24px;
  }
}

@media screen and (max-width: 999px) {
  .p-home .o-kv {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .p-home .o-kv {
    margin-top: 24px;
  }
}

@media screen and (max-width: 999px) {
  .p-home .o-section-article {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1000px) {
  .p-home .o-section-article {
    margin-top: 56px;
  }
}

@media screen and (max-width: 999px) {
  .p-home .o-case-study {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1000px) {
  .p-home .o-case-study {
    margin-top: 56px;
  }
}

@media screen and (max-width: 999px) {
  .p-home .o-seminar {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1000px) {
  .p-home .o-seminar {
    margin-top: 56px;
  }
}

@media screen and (max-width: 999px) {
  .p-home .o-service {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1000px) {
  .p-home .o-service {
    margin-top: 56px;
  }
}

@media screen and (max-width: 999px) {
  .p-home .o-information {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1000px) {
  .p-home .o-information {
    margin-top: 56px;
  }
}

@media screen and (max-width: 999px) {
  .p-home .o-smbc {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1000px) {
  .p-home .o-smbc {
    margin-top: 56px;
  }
}

.popup {
  padding: 30px;
  background: #888;
}

@media screen and (max-width: 999px) {
  .popup {
    padding: 48px 32px;
  }
}

@media screen and (min-width: 1000px) {
  .popup {
    padding: 48px 80px;
  }
}

.popup__inner {
  background: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 999px) {
  .popup__inner {
    padding: 16px 16px 24px;
  }
}

@media screen and (min-width: 1000px) {
  .popup__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1280px;
    padding: 40.5px 40px;
    margin: 0 auto;
  }
}

.popup__buttons {
  background: #d4f4f2;
  border-radius: 8px;
}

@media screen and (min-width: 1000px) {
  .popup__buttons {
    padding: 28px 32px 32px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 999px) {
  .popup__buttons {
    padding: 28px 24px 32px;
    margin-top: 41px;
  }
}

.popup__buttons .m-button {
  display: block;
}

.popup__buttons .m-button:not(:last-child) {
  margin-bottom: 16px;
}

.popup__buttons p {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .popup__buttons p {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .popup__info {
    width: 360px;
    padding-right: 40px;
  }
}

.popup__footer {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .popup__footer {
    width: 100%;
    padding-top: 24px;
    margin-top: 47px;
    border-top: 1px solid #e6e6e6;
  }
}

@media screen and (max-width: 999px) {
  .popup__footer {
    margin-top: 24px;
  }
}

@media screen and (max-width: 999px) {
  .popup__footer .m-button--large {
    min-width: 231px;
  }
}

@media screen and (min-width: 1000px) {
  .popup__body {
    width: calc(100% - 360px);
    padding-left: 40px;
    border-left: 1px solid #e6e6e6;
  }
}

@media screen and (max-width: 999px) {
  .popup__body {
    margin-top: 42px;
    border-top: 1px solid #e6e6e6;
  }
}

.popup__summary {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
  .popup__summary {
    margin-top: 11px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

@media screen and (min-width: 1000px) {
  .popup__summary {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 19px;
  }
}

.popup__title {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
}

@media screen and (max-width: 999px) {
  .popup__title {
    padding-top: 21px;
    margin-top: 18px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1000px) {
  .popup__title {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 23px;
    margin-top: 17px;
  }
}

.popup__title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 2px;
  content: '';
  background: #faf45d;
}

.popup__subtitle {
  display: block;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
}

@media screen and (max-width: 999px) {
  .popup__subtitle {
    margin-top: 7px;
    font-weight: normal;
  }
}

@media screen and (min-width: 1000px) {
  .popup__subtitle {
    margin-top: 10px;
  }
}

.popup__media {
  position: relative;
  padding-top: 56.2724014337%;
}

.popup__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 999px) {
  .popup__table {
    padding-top: 45px;
  }
}

@media screen and (min-width: 1000px) {
  .popup__table__row {
    display: flex;
  }
}

@media screen and (max-width: 999px) {
  .popup__table__row:not(:first-child) {
    margin-top: 43px;
  }
}

@media screen and (min-width: 1000px) {
  .popup__table__row:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .popup__table__row:first-child {
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .popup__table__row:nth-child(2) {
    margin-top: 42px;
  }
}

@media screen and (min-width: 1000px) {
  .popup__table__col:first-child {
    width: 159px;
  }
}

@media screen and (min-width: 1000px) {
  .popup__table__col:last-child {
    width: calc(100% - 159px);
    padding-left: 40px;
  }
}

@media screen and (max-width: 999px) {
  .popup__table__col:last-child {
    margin-top: 16px;
  }
}

.popup__table__col ul li {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  padding-left: 1.4em;
}

@media screen and (max-width: 999px) {
  .popup__table__col ul li {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

@media screen and (min-width: 1000px) {
  .popup__table__col ul li {
    font-size: 16px;
    line-height: 1.75;
  }
}

.popup__table__col ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  margin: 0;
  margin-right: 0.4em;
  content: '・';
}

.popup__table__label {
  font-weight: bold;
  color: #666;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
  .popup__table__label {
    font-size: 16px;
    line-height: 1.75;
  }
}

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

@media screen and (max-width: 999px) {
  .popup__table__annotation {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

@media screen and (min-width: 1000px) {
  .popup__table__annotation {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 5px;
  }
}

@media screen and (max-width: 999px) {
  .popup__list {
    padding-top: 7px;
  }
}

.popup__list__item:before {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .popup__list__item:not(:first-child) {
    margin-top: 17px;
  }
}

@media screen and (min-width: 1000px) {
  .popup__list__item:not(:first-child) {
    margin-top: 24px;
  }
}

.t-blog main {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1000px) {
  .t-blog main {
    padding-top: 47px;
  }
}

@media screen and (max-width: 999px) {
  .t-blog main {
    padding-top: 32px;
  }
}

@media screen and (min-width: 1000px) {
  .t-blog .container {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .t-blog .o-header-blog {
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 999px) {
  .t-blog .o-header-blog {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 1000px) {
  .t-blog .o-paragraph:not(:last-of-type) {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 999px) {
  .t-blog .o-paragraph:not(:last-of-type) {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1000px) {
  .t-blog .o-section-contact {
    margin-top: 42px;
  }
}

@media screen and (max-width: 999px) {
  .t-blog .o-section-contact {
    margin-top: 28px;
  }
}

.t-blog .m-button {
  display: block;
  min-width: 240px;
  margin: 32px auto 0;
}

@media screen and (min-width: 1000px) {
  .t-main__big-title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 999px) {
  .t-main__big-title {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1000px) {
  .t-main__section-62 {
    margin-top: 62px;
  }
}

@media screen and (max-width: 999px) {
  .t-main__section-62 {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1000px) {
  .t-main__section {
    margin-top: 54px;
  }
}

@media screen and (max-width: 999px) {
  .t-main__section {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1000px) {
  .t-main__section-case-study {
    margin-top: 44px;
  }
}

@media screen and (max-width: 999px) {
  .t-main__section-case-study {
    margin-top: 45px;
  }
}

.m-tab-list {
  display: flex;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 999px) {
  .m-tab-list {
    padding-top: 8px;
  }
}

.a-tab {
  position: relative;
  padding: 4px 10px 15px;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: color 0.4s ease;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
  .a-tab {
    min-width: 240px;
  }
}

@media screen and (max-width: 999px) {
  .a-tab {
    min-width: 114px;
    font-weight: bold;
  }
}

.a-tab:hover {
  color: #11bdbd;
}

.a-tab:not(:first-of-type):before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 1px;
  height: 24px;
  content: '';
  background-color: #e6e6e6;
}

.a-tab--active {
  color: #11bdbd;
  border-color: #11bdbd;
}

.page-headlinedetail {
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (min-width: 1000px) {
  .page-headlinedetail {
    padding: 0 24px;
  }

  .page-headlinedetail .header {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 999px) {
  .page-headlinedetail {
    padding: 0 16px;
  }

  .page-headlinedetail .header {
    margin-left: 8px;
  }
}

.headline-detail {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 1000px) {
  .headline-detail {
    padding-bottom: 64px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail {
    padding-bottom: 56px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1000px) {
  .headline-detail__image {
    border-radius: 16px;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail__image {
    border-radius: 8px;
  }
}

.headline-detail__header {
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
  .headline-detail__header {
    padding-bottom: 30px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail__header {
    padding-bottom: 20px;
    margin-top: 26px;
  }
}

.headline-detail__header .a-date {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.125;
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  .headline-detail__header .a-date {
    margin-left: 17px;
  }
}

.headline-detail__header .a-lp-tag {
  transform: translateY(-2px);
}

@media screen and (min-width: 1000px) {
  .headline-detail__header .a-lp-tag {
    margin-left: 6px;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail__header .a-lp-tag {
    margin-left: 20px;
  }
}

.headline-detail__header .a-title {
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  word-break: break-word;
}

@media screen and (min-width: 1000px) {
  .headline-detail__header .a-title {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.005em;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail__header .a-title {
    margin-top: 7px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.005em;
  }
}

@media screen and (min-width: 1000px) {
  .headline-detail__body {
    margin-top: 40px;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail__body {
    padding: 0 8px;
    margin-top: 41px;
  }
}

.headline-detail__body .a-title {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .headline-detail__body .a-title {
    padding-left: 14px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail__body .a-title {
    padding-left: 14px;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.headline-detail__body .a-title:before {
  position: absolute;
  left: 0px;
  width: 6px;
  height: 20px;
  content: '';
  background: #0fa3a3;
  border-right: 2px solid #fffb8e;
}

@media screen and (min-width: 1000px) {
  .headline-detail__body .a-title:before {
    top: 8px;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail__body .a-title:before {
    top: 2px;
  }
}

.headline-detail__body > .headline-detail__box > p {
  line-height: 1.7142857143;
  word-break: break-word;
}

@media screen and (min-width: 1000px) {
  .headline-detail__box:not(:last-of-type) {
    margin-bottom: 47px;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail__box:not(:last-of-type) {
    margin-bottom: 43px;
  }
}

.headline-detail__link {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 700;
  display: inline-block;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  color: #11bdbd;
}

@media screen and (min-width: 1000px) {
  .headline-detail__link {
    margin-top: 12px;
  }

  .headline-detail__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail__link {
    margin-top: 12px;
  }
}

.headline-detail__link img {
  margin-left: 7px;
  vertical-align: middle;
  transform: translateY(-1px);
}

@media screen and (min-width: 1000px) {
  .headline-detail .o-contact-lp {
    margin-top: 50px;
  }
}

@media screen and (max-width: 999px) {
  .headline-detail .o-contact-lp {
    margin: 42px 8px 0;
  }
}

.headline-detail__button {
  display: block;
  width: 240px;
  margin: 32px auto 0;
}

/* 2023/04 パンくず修正 */
.breadcrumb li a:hover {
  text-decoration: underline;
  color: #129898;
}

.hl-detail {
  padding-left: 1rem;
}

.hl-detail .breadcrumb li {
  font-size: 14px;
}

.hl-detail .breadcrumb {
  max-width: 992px;
  padding: 0 .5rem;
  width: auto;
  margin: 5px auto 0 auto;
  font-size: 12px;
}

.hl-detail .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.hl-detail .breadcrumb ul a {
  color: #11bdbd;
}

.hl-detail .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 .25rem;
  content: ">";
}

/* 2025SK追記 */
@media screen and (min-width: 1000px) {
.l-content .l-content__inner .l-content__main{
	max-width: 960px !important;
}
}
.headline-detail{
	border-bottom: none;
	& .headline-detail__body{
		padding-inline: 0 ;
	}
}
