/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  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] {
  -webkit-text-decoration: underline dotted;
          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;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
}
body.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
}

input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

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

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

@media screen and (max-width: 1140px) {
  .only-overTab {
    display: none !important;
  }
}

@media screen and (min-width: 1141px) {
  .only-underTab {
    display: none !important;
  }
}

a, span {
  cursor: pointer;
  letter-spacing: 0.05em;
}

*:focus-visible {
  outline: 2px solid blue;
  border-radius: 2px;
}

.page-container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .page-container {
    width: 89.3%;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-container--short {
  max-width: 1020px;
}

.js-bg-color-change.is-colorChange {
  background-color: #333333;
}
.js-bg-color-change.is-colorChange-blue {
  background-color: #0000ff;
}
.js-bg-color-change.is-colorChange-yellow {
  background-color: #ffff00;
}

.js-text-color-to-black.is-colorChange {
  color: #fff;
}

.js-text-color-to-blue.is-colorChange {
  color: #00CCFF;
}

.is-colorChange-blue .js-text-color-to-blue.is-colorChange {
  color: #ffff00;
}

.btn {
  position: relative;
  display: block;
  border-radius: 40px;
}
.btn a {
  display: block;
  color: #fff;
}
.btn p {
  text-align: center;
}
.btn span {
  text-decoration: none;
}
.btn:where(:-moz-any-link, :enabled):hover span {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.btn:where(:any-link, :enabled):hover span {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.btn--blue-md {
  background-color: #0082e6;
  color: #fff;
}
.btn--blue-md a {
  padding: 16px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn--blue-md a {
    font-size: 3.2rem;
  }
}
.btn--blue-md::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.btn--icon-left::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.btn--blue-short {
  width: auto;
  background-color: #0082e6;
  color: #fff;
}
.btn--blue-short a {
  padding: 13px 0;
  padding-right: 35px;
  padding-left: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn--blue-short a {
    font-size: 2.8rem;
  }
}
.btn--blue-short::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.btn--yellow-lg {
  position: relative;
  padding: 16px 0;
  background-color: #ffd633;
}
.btn--yellow-lg a {
  font-weight: 700;
  color: #333333;
}
.btn--yellow-lg p {
  font-size: 2.8rem;
}
.btn--yellow-lg span {
  border-bottom: unset;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn--yellow-lg:hover span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .btn--yellow-lg {
    width: 78.6666666667vw;
  }
}
.btn--square {
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .btn--square {
    max-width: 100%;
  }
}
.btn--square a {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .btn--square a {
    padding: 2.6666666667vw 0;
  }
}
.btn--square p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn--square p {
    font-size: 3.2rem;
  }
}
.btn--light-blue {
  background-color: #e5f2fc;
}
.btn--green {
  background-color: #228473;
}
.btn--white {
  background-color: #fff;
  color: #0082e6;
}
.btn--white p,
.btn--white span,
.btn--white a {
  text-align: center;
  font-size: 1.6rem;
  color: #0082e6;
}
@media screen and (max-width: 767px) {
  .btn--white p,
  .btn--white span,
  .btn--white a {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .btn--white .smaller {
    font-size: 2.6rem;
  }
}
.btn--shadow {
  -webkit-box-shadow: 0px 3px 3px 0px rgb(255, 255, 255);
          box-shadow: 0px 3px 3px 0px rgb(255, 255, 255);
}
.btn--shadow:not(.is-colorChange) {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.top-btn {
  display: grid;
  place-items: center;
  position: fixed;
  bottom: 29px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top-btn.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-btn {
    right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.top-btn::after {
  content: "";
  display: block;
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 3px solid #0082e6;
  border-right: 3px solid #0082e6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .top-btn::after {
    top: 0.8vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

.player-btn {
  position: absolute;
  right: -78px;
  display: grid;
  place-items: center;
  width: 50px;
  height: 24px;
  background-color: #333333;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .player-btn {
    right: -24.5333333333vw;
  }
}
.player-btn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  height: 100%;
}
.player-btn__line {
  display: block;
  width: 3px;
  height: 10px;
  background-color: #fff;
}
.player-btn.is-stopped .player-btn__container {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
}

.arrow {
  width: 14px;
  height: 14px;
  border-top: 3px solid #0082e6;
  border-right: 3px solid #0082e6;
}
.arrow--right-blue {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow--right-white {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #fff;
}
.arrow--right-red {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #f03200;
}

.arrow-wrap {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrow-circle {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.arrow-circle::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.bread {
  padding: 10px 0;
  background-color: #0082e6;
}
@media screen and (max-width: 767px) {
  .bread {
    display: grid;
    padding: 5px 0;
    place-items: center;
    position: relative;
    z-index: 1;
  }
}
.bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bread__list {
    padding: 0 20px;
    white-space: nowrap;
    word-break: keep-all;
    overflow-x: auto;
    width: 100%;
  }
}
.bread__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-right: 8px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bread__item {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .bread__item:not(.is-current):hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.bread__item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread__item.is-current {
  font-weight: 400;
  color: #fff;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .bread__item.is-current {
    white-space: nowrap;
  }
}
.bread__item.is-current::after {
  display: none;
}
.bread .is-colorChange.is-current {
  color: #ffffff;
}

.heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .heading {
    margin: auto;
  }
}
.heading__text {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.12;
}
@media screen and (max-width: 767px) {
  .heading__text {
    font-size: 4.6rem;
  }
}
.heading__text::before {
  position: absolute;
  right: -20px;
  -webkit-transform: translate(100%, -45%);
          transform: translate(100%, -45%);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .heading__text::before {
    top: -1.3333333333vw;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    margin: auto;
  }
}
.heading__text.-elem01::before {
  width: 192px;
  height: 127px;
  background-image: url("../../../assets/img/common/heading-elem01.png");
}
@media screen and (max-width: 767px) {
  .heading__text.-elem01::before {
    width: 35.0666666667vw;
    height: 22.8vw;
  }
}
.heading__text.-elem02::before {
  width: 84px;
  height: 122px;
  background-image: url("../../../assets/img/common/heading-elem02.png");
}
@media screen and (max-width: 767px) {
  .heading__text.-elem02::before {
    width: 15.2vw;
    height: 22.5333333333vw;
  }
}

.kv {
  background-image: url("../../../assets/img/common/kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .kv {
    background-image: url(../../../assets/img/common/kv_sp.png);
    background-size: contain;
    background-position: top;
    height: auto;
  }
}
@media screen and (min-width: 2000px) {
  .kv {
    background-size: 120%;
  }
}
.kv__container {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.kv__title-wrap {
  position: relative;
}
.kv__title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: 94px;
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .kv__title {
    padding-top: 15.3333333333vw;
    padding-bottom: 37.3333333333vw;
    font-size: 5.2rem;
  }
}
.kv__title--short {
  line-height: 1.5;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .kv__title--short {
    font-size: 5.2rem;
  }
}
.kv__titledetailmt {
  padding-top: 24px;
  padding-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .kv__titledetailmt {
    padding-top: 5.6vw;
    padding-bottom: 17.3333333333vw;
  }
}
.kv__update-date {
  position: absolute;
  bottom: -30px;
  left: 0px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #858585;
}
@media screen and (max-width: 767px) {
  .kv__update-date {
    left: 0;
    bottom: -9.3333333333vw;
    font-size: 2.6rem;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .pager {
    font-size: 3.2rem;
  }
}
.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .pager__list {
    padding: 0 9.3333333333vw;
  }
}
.pager__num {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 1.6;
  color: #333333;
  cursor: pointer;
}
.pager__num.is-current {
  background-color: #e5f2fc;
  color: #333333;
  font-weight: 700;
}
.pager__num.is-current:hover {
  text-decoration: none;
}
.pager__num.is-colorChange {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pager__num:hover {
    text-decoration: underline;
  }
}
.pager__num.dots {
  top: -5px;
  position: relative;
}
.pager .is-colorChange.pager__num.is-current {
  background-color: #00CCFF;
}
.pager__prev {
  position: relative;
}
.pager__prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: -13px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #333333;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .pager__prev::after {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
.pager__prev.disabled {
  pointer-events: none;
  color: #858585;
}
.pager__prev.disabled::after {
  color: #858585;
}
.pager__next {
  position: relative;
}
.pager__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: -13px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #333333;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .pager__next::after {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}

.topics-list {
  margin-top: 60px;
}
.topics-list--home {
  height: 280px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .topics-list--home {
    height: 157.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.topics-list--home::-webkit-scrollbar {
  width: 10px;
}
.topics-list--home::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 5px;
}
.topics-list--home::-webkit-scrollbar-thumb {
  background-color: #0082e6;
  border-radius: 5px;
  cursor: pointer;
}
.topics-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
.topics-list__item:first-of-type {
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .topics-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8vw;
  }
}
.topics-list__item--lineless {
  border: none;
}
@media screen and (max-width: 767px) {
  .topics-list__item--lineless {
    padding-top: 5.3333333333vw;
  }
}
.topics-list__item--lineless:first-of-type {
  border: none;
}
.topics-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topics-list__date {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .topics-list__date {
    font-size: 3.2rem;
  }
}
.topics-list__tag {
  width: 100px;
  margin-left: 10px;
  margin-right: 40px;
  text-align: center;
  background-color: #e5f2fc;
}
@media screen and (max-width: 767px) {
  .topics-list__tag {
    width: 26.6666666667vw;
    margin-left: 2.6666666667vw;
    margin-right: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.topics-list__tag p {
  padding: 3px 0 4px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .topics-list__tag p {
    font-size: 2.4rem;
  }
}
.js-text-color-to-black.js-text-color-to-black .topics-list__tag p {
  color: #333;
}
.topics-list__contents {
  position: relative;
  padding: 20px 0 20px 1em;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.68;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .topics-list__contents {
    font-size: 3.2rem;
  }
}
.topics-list__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.1em;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .topics-list__contents::before {
    top: 2.1em;
  }
}
.topics-list__contents span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-size: 0 0.09em;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.is-colorChange-blue .js-text-color-to-blue.is-colorChange .topics-list__contents span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00));
  background-image: linear-gradient(#ffff00, #ffff00);
}
.topics-list__contents:where(:-moz-any-link, :enabled):hover span {
  background-size: 100% 0.09em;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.topics-list__contents:where(:any-link, :enabled):hover span {
  background-size: 100% 0.09em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.topics-list__contents--home {
  padding: 15px 0 15px 1em;
}
.topics-list__contents--home::before {
  top: 1.8em;
}
.is-colorChange-blue .topics-list__contents.is-colorChange span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00));
  background-image: linear-gradient(#ffff00, #ffff00);
}
.topics-list .is-colorChange.topics-list__contents::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.is-colorChange-yellow .btn--yellow-lg {
  background-color: #333333;
}
.is-colorChange-yellow .btn--yellow-lg a {
  color: #fff;
}

.swiper-pagination {
  position: unset !important;
  bottom: -30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background-color: #fff !important;
  margin: 0 7px !important;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 3.2vw !important;
    height: 3.2vw !important;
  }
}

.swiper-pagination-bullet-active {
  width: 16px !important;
  height: 16px !important;
  background-color: #0082e6 !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet-active {
    width: 3.2vw !important;
    height: 3.2vw !important;
  }
}

.swiper-button-prev, .swiper-button-next {
  position: unset !important;
  margin-top: 0;
  color: #fff;
}

.swiper-button-prev::after {
  content: "";
  width: 14px !important;
  height: 14px !important;
  border-top: 3px solid #333333 !important;
  border-right: 3px solid #333333 !important;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  font-size: unset;
}

.swiper-button-next::after {
  content: "";
  width: 14px !important;
  height: 14px !important;
  border-top: 3px solid #333333 !important;
  border-right: 3px solid #333333 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: unset;
}

.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1140px) {
  .header {
    position: static;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header.is-colorChange-blue .header__item.is-current {
    color: #ffff00;
  }
  .header.is-colorChange-blue .header__item.is-current::after {
    content: "";
    background-color: #ffff00;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .header.is-colorChange-blue .header__item:hover {
    color: #ffff00;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .header.is-colorChange-blue .header__item:hover::after {
    content: "";
    background-color: #ffff00;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0 0 35px;
}
@media screen and (max-width: 1140px) {
  .header__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 0 3.3333333333vw;
  }
}
.header__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .header__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 13.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 5.3333333333vw;
    background-color: #f4f4f4;
    z-index: -100;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header__detail.is-active {
    opacity: 1;
    height: 100dvh;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
.header__title {
  max-width: 204px;
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 1140px) {
  .header__title {
    max-width: 100%;
    width: 21.7rem;
    margin: 2.6666666667vw 0;
  }
}
.header__title #sitelogo {
  max-width: 100%;
  fill: #333333;
}
.header__title #sitelogo.is-colorChange {
  fill: #ffffff;
}
.header__nav {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 1140px) {
  .header__nav {
    display: grid;
    align-self: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    align-self: auto;
    height: 60%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 -5.3333333333vw;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-left: 125px;
}
@media screen and (max-width: 1280px) {
  .header__list {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    margin-left: 105px;
  }
}
@media screen and (max-width: 1140px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.header__list--open {
  opacity: 0;
  height: 0;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__list--open.is-active {
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 768px) {
  .header__item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen and (max-width: 1140px) {
  .header__item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 2px;
    margin: 0 calc(50% - 50vw);
    opacity: 1;
    background-color: #dadada;
  }
}
@media screen and (max-width: 1140px) {
  .header__item {
    font-size: 3.2rem;
    line-height: 1;
    color: #0082e6;
  }
}
@media screen and (min-width: 768px) {
  .header__item:hover {
    color: #0082e6;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .header__item:hover::after {
    content: "";
    background-color: #0082e6;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.header__item.is-active a {
  position: relative;
  height: auto;
}
.header__item.is-active a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
}
.header__item.is-current {
  color: #0082e6;
}
@media screen and (min-width: 768px) {
  .header__item.is-current::after {
    content: "";
    background-color: #0082e6;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .header__item.is-colorChange.is-current {
    color: #00CCFF;
  }
  .header__item.is-colorChange.is-current::after {
    content: "";
    background-color: #00CCFF;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .header__item.is-colorChange:hover {
    color: #00CCFF;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .header__item.is-colorChange:hover::after {
    content: "";
    background-color: #00CCFF;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.header__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 18px;
}
@media screen and (max-width: 1140px) {
  .header__item a {
    position: relative;
    padding: 5.3333333333vw;
  }
  .header__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10.6666666667vw;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    color: #0082e6;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
}
.header__item--open::after {
  width: 100%;
  margin: 0;
}
.header__search {
  margin: 20px 0 20px auto;
  padding: 11px 34px 7px 34px;
  border-left: 1px solid #d9d9d9;
  cursor: pointer;
}
@media screen and (max-width: 1140px) {
  .header__search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 calc(50% - 50vw);
    padding: 6.6666666667vw 5.3333333333vw;
    background-color: #0082e6;
  }
}
.header__search .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1140px) {
  .header__search .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 2.6666666667vw;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1140px) {
  .header__search .container {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .header__search .container input {
    width: 88%;
    font-size: 4.2666666667vw;
  }
}
.header__search .search-icon-container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__search .search-icon-container.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__search .search-icon {
  max-width: 28px;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .header__search .search-icon {
    max-width: 100%;
    width: 5.3333333333vw;
  }
}
.header__search .search-close {
  width: 30px;
  height: 30px;
}
.header__search .search-close span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #0082e6;
  border-radius: 50px;
}
.header__search .search-close span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__search .search-close span:last-of-type {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__search .search-close.is-colorChange span {
  background-color: #00CCFF;
}
.header__search p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.header__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  position: absolute;
  top: 16px;
  right: 160px;
  font-size: 1.5rem;
  font-weight: 400;
  font-weight: 400;
}
@media screen and (max-width: 1140px) {
  .header__option {
    position: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-column-gap: 6.6666666667vw;
       -moz-column-gap: 6.6666666667vw;
            column-gap: 6.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6.6666666667vw 0;
    font-size: 2.8rem;
  }
}
.header__option .color-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  padding-right: 15px;
}
@media screen and (max-width: 1140px) {
  .header__option .color-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__option .color-option .select_wrap {
  position: relative;
  padding-right: 18px;
  background-color: #e5f2fc;
}
@media screen and (max-width: 1140px) {
  .header__option .color-option .select_wrap {
    margin-top: 2.1333333333vw;
  }
}
.header__option .color-option .select_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 1px;
  background-color: #fff;
}
.header__option .color-option .select_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 4px solid #0082e6;
  border-bottom: 0;
  background-color: #e5f2fc;
}
@media screen and (max-width: 1140px) {
  .header__option .color-option .select_wrap::after {
    right: 1.3333333333vw;
  }
}
.header__option .color-option select {
  padding: 4px 8px;
  cursor: pointer;
}
@media screen and (max-width: 1140px) {
  .header__option .color-option select {
    padding: 0.9333333333vw 4vw;
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 3.6rem;
  }
}
.header__option .is-colorChange .color-option__box {
  color: #333;
}
@media screen and (min-width: 1141px) {
  .header__option .is-colorChange.color-option::after {
    border-top: 4px solid #00CCFF;
  }
}
@media screen and (max-width: 1140px) {
  .header__option .is-colorChange {
    color: #333333;
  }
}
.header__option .text-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (max-width: 1140px) {
  .header__option .text-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__option .text-option__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1140px) {
  .header__option .text-option__select {
    margin-top: 2.1333333333vw;
  }
}
.header__option .text-option__btn {
  display: grid;
  place-items: center;
  width: 50px;
  height: 24px;
  background-color: #e5f2fc;
}
@media screen and (max-width: 1140px) {
  .header__option .text-option__btn {
    width: auto;
    height: auto;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.header__option .text-option__btn.is-current {
  background-color: #0082e6;
}
.header__option .text-option__btn.is-current p {
  color: #fff;
}
.header__option .text-option__btn p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0082e6;
}
@media screen and (max-width: 1140px) {
  .header__option .text-option__btn p {
    font-size: 3.6rem;
  }
}
.header__option .lang-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  padding-right: 10px;
}
@media screen and (max-width: 1140px) {
  .header__option .lang-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__option .lang-option::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 4px solid #0082e6;
  border-bottom: 0;
}
@media screen and (max-width: 1140px) {
  .header__option .lang-option::after {
    top: 9.7333333333vw;
    right: 0;
  }
}
.header__option .lang-option select {
  padding: 0 0.4em;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1140px) {
  .header__option .lang-option select {
    margin-top: 2.1333333333vw;
    padding: 0.9333333333vw 2vw;
    -ms-flex-item-align: start;
        align-self: flex-start;
    background-color: #ffffff;
    font-size: 3.6rem;
  }
}
.header__option .lang-option__text {
  position: relative;
}
@media screen and (min-width: 1141px) {
  .header__option .is-colorChange.lang-option::after {
    border-top: 4px solid #00CCFF;
  }
}
.header .search-box {
  position: absolute;
  top: 0;
  right: 120px;
  max-width: 1365px;
  width: 92vw;
  height: 100%;
  padding: 28px 80px 28px 90px;
  background-color: #0082e6;
  z-index: 50;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
@media screen and (max-width: 1140px) {
  .header .search-box {
    position: unset;
    right: 120px;
    max-width: 1365px;
    width: auto;
    height: 100%;
    padding: 0;
    background-color: #005191;
    z-index: 50;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
}
.header .search-box.is-active {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.header .search-box__container {
  position: relative;
  padding-left: 35px;
}
.header .search-box input {
  display: block;
  width: 100%;
  margin-left: auto;
  background-color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
}
.header .search-box .search-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
}
@media screen and (min-width: 1141px) {
  .header .search-box .search-icon {
    background-color: transparent;
    right: 110px;
  }
}
.header .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 75%;
  width: 6.9333333333vw;
  margin-left: auto;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}
@media screen and (min-width: 1140px) {
  .header .hamburger {
    display: none;
  }
}
.header .hamburger__container {
  width: 100%;
}
.header .hamburger span {
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  border-radius: 50px;
  background-color: #0082e6;
}
.header .hamburger span:first-of-type {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger span:nth-of-type(2) {
  margin-top: 1.3333333333vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger span:last-of-type {
  margin-top: 1.3333333333vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger__text {
  margin-top: 1.6vw;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0082e6;
  letter-spacing: 0;
  white-space: nowrap;
}
.header .hamburger.is-open .hamburger__container span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 2.4vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger.is-open .hamburger__container span:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger.is-open .hamburger__container span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2.4vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger.is-open .hamburger__text {
  margin-top: 3.7333333333vw;
}
.header.is-colorChange .hamburger span {
  background-color: #00CCFF;
}
.header.is-colorChange .hamburger__text {
  color: #00CCFF;
}
.header.is-colorChange .hamburger.is-open .hamburger__text {
  color: #00CCFF;
}
.header #header-search-svg {
  stroke: #0082e6;
  fill: transparent;
  stroke-width: 3px;
}
.header #header-search-svg.is-colorChange .line01, .header #header-search-svg.is-colorChange .line02 {
  stroke: #00CCFF;
}
.header .line01, .header .line02 {
  fill: none;
  stroke: #005191;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.header .line02 {
  stroke-linecap: round;
}

.footer {
  position: relative;
  background-color: #0082e6;
}
.footer__container {
  position: relative;
}
.footer__category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  padding: 44px 48px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1140px) {
  .footer__category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    font-size: 3.2rem;
  }
}
.footer__category--open {
  opacity: 0;
  height: 0;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__category--open.is-active {
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__category a {
  position: relative;
  letter-spacing: 0.05em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-size: 0 0.09em;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .footer__category a {
    display: block;
    height: 100%;
    padding: 5.3333333333vw 8vw 5.3333333333vw 5.3333333333vw;
  }
  .footer__category a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.3333333333vw;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    color: #fff;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
}
.footer__category a:where(:-moz-any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer__category a:where(:any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer__item {
  position: relative;
}
@media screen and (max-width: 1140px) {
  .footer__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #e5f2fc;
  }
}
.footer__item--open::after {
  width: 100%;
  margin: 0;
}
.footer__middle {
  margin-top: 25px;
}
.footer__middle-list {
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .footer__middle-list {
    row-gap: 6.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__middle-item {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  .footer__middle-item {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.footer__middle-btn {
  width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .footer__middle-btn {
    width: 78.6666666667vw;
  }
}
.footer__middle-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #333;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.footer__middle-block {
  width: 100%;
  margin-top: 25px;
  padding: 50px 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 1140px) {
  .footer__middle-block {
    padding: 6vw 5.3333333333vw;
  }
}
.footer__announce {
  margin-top: 26px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #0034da;
}
@media screen and (max-width: 1140px) {
  .footer__announce {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
@media screen and (max-width: 1140px) {
  .footer__policy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10.6666666667vw 0;
    font-size: 3.7333333333vw;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .footer__policy li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.footer__policy li:first-of-type a {
  padding-left: 0;
}
@media screen and (max-width: 1140px) {
  .footer__policy li:first-of-type a::after {
    display: none;
  }
}
.footer__policy li:last-of-type a {
  padding-right: 0;
}
.footer__policy li:last-of-type a::after {
  display: none;
}
@media screen and (max-width: 1140px) {
  .footer__policy li:last-of-type a::after {
    display: block;
  }
}
.footer__policy a {
  position: relative;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .footer__policy a {
    padding: 0 4.6666666667vw;
    font-size: 2.8rem;
  }
}
.footer__policy a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  .footer__policy a::after {
    left: 0;
  }
}
.footer__policy a span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-size: 0 0.09em;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.footer__policy a:where(:-moz-any-link, :enabled):hover span {
  background-size: 100% 0.09em;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer__policy a:where(:any-link, :enabled):hover span {
  background-size: 100% 0.09em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer__policy__wrap {
  position: relative;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .footer__policy__wrap {
    padding-bottom: 63.3333333333vw;
  }
}
.footer__char {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__char {
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__char__txt {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  line-height: 1.5714285714em;
}
@media screen and (max-width: 767px) {
  .footer__char__txt {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.5714285714em;
  }
}
.footer__char__img {
  width: 223px;
}
@media screen and (max-width: 767px) {
  .footer__char__img {
    width: 78.6666666667vw;
  }
}
.footer__copy {
  padding: 20px 0;
  text-align: right;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1140px) {
  .footer__copy {
    text-align: center;
    font-size: 2rem;
  }
}
.footer__head {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .footer__head {
    margin-bottom: 6.6666666667vw;
    font-size: 4rem;
  }
}
.footer__kidshead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .footer__kidshead {
    margin-bottom: 8.6666666667vw;
    font-size: 4rem;
    line-height: 1.35;
  }
}
.footer__root {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  .footer__root {
    margin-top: 6.6666666667vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.footer__root__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1140px) {
  .footer__root__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
  }
}
.footer__root__item {
  width: 31.4150943396%;
}
@media screen and (max-width: 1140px) {
  .footer__root__item {
    width: 100%;
  }
}
.footer__root__item__head {
  padding: 13px;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #0082e6;
  border-bottom: 1px solid #0082e6;
}
@media screen and (max-width: 1140px) {
  .footer__root__item__head {
    padding: 3.2vw;
    font-size: 3.2rem;
  }
}
.footer__root__item__list {
  padding: 30px 30px 0;
}
@media screen and (max-width: 1140px) {
  .footer__root__item__list {
    padding: 5.3333333333vw 8vw;
  }
}
.footer__root__item__list > li {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 1140px) {
  .footer__root__item__list > li {
    font-size: 3.2rem;
  }
}
.footer__root__item__list > li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 1140px) {
  .footer__root__item__list > li:not(:first-child) {
    margin-top: 4.6666666667vw;
  }
}
.footer__root__item__list > li.pdf {
  padding-left: 30px;
}
@media screen and (max-width: 1140px) {
  .footer__root__item__list > li.pdf {
    padding-left: 5.6vw;
  }
}
.footer__root__item__list > li.pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 20px;
  background-image: url("../../../assets/img/common/icon_pdf-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1140px) {
  .footer__root__item__list > li.pdf::before {
    width: 3.6vw;
    height: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__root__item__list > li.pdf::before {
    right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
}
.footer__root__item__list > li.linkicon {
  padding-left: 30px;
}
@media screen and (max-width: 1140px) {
  .footer__root__item__list > li.linkicon {
    padding-left: 5.6vw;
  }
}
.footer__root__item__list > li.linkicon::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.footer__root__item__list > li a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-size: 0 0.09em;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.footer__root__item__list > li a:where(:-moz-any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer__root__item__list > li a:where(:any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.is-colorChange-blue .footer__root__item__list > li a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00));
  background-image: linear-gradient(#ffff00, #ffff00);
}
.footer__kidsroot {
  padding: 46px 23px 55px;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  .footer__kidsroot {
    margin-top: 6.6666666667vw;
    padding: 8vw 5.3333333333vw 9.3333333333vw;
  }
}
.footer__kidsroot__head {
  padding: 13px;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #0082e6;
  border-bottom: 1px solid #0082e6;
}
@media screen and (max-width: 1140px) {
  .footer__kidsroot__head {
    padding: 3.2vw;
    font-size: 3.2rem;
  }
}
.footer__kidsroot__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1140px) {
  .footer__kidsroot__items {
    display: block;
  }
}
.footer__kidsroot__item {
  width: 31.4150943396%;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #0082e6;
  border-bottom: 1px solid #0082e6;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .footer__kidsroot__item {
    width: 100%;
    padding-top: 5.3333333333vw;
    padding-left: 6.1333333333vw;
    padding-bottom: 5.3333333333vw;
    text-align: left;
  }
  .footer__kidsroot__item:nth-child(2) {
    border: none;
  }
}
.footer__kidsroot__item > p {
  position: relative;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1140px) {
  .footer__kidsroot__item > p {
    font-size: 3.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1140px) {
  .footer__kidsroot__item > p:not(:first-child) {
    margin-top: 4.6666666667vw;
  }
}
.footer__kidsroot__item > p.pdf::before {
  content: "";
  position: absolute;
  left: -28px;
  width: 17px;
  height: 20px;
  background-image: url("../../../assets/img/common/icon_pdf-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1140px) {
  .footer__kidsroot__item > p.pdf::before {
    width: 3.6vw;
    height: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__kidsroot__item > p.pdf::before {
    left: -5.6vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
}
.footer__kidsroot__item > p.linkicon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .footer__kidsroot__item > p.linkicon::before {
    left: -5.3333333333vw;
  }
}
.footer__kidsroot__item > p a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-size: 0 0.09em;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.footer__kidsroot__item > p a:where(:-moz-any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer__kidsroot__item > p a:where(:any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.is-colorChange-blue .footer__kidsroot__item > p a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00));
  background-image: linear-gradient(#ffff00, #ffff00);
}

.footer-detail {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .footer-detail {
    font-size: 3.2rem;
  }
}
.footer-detail__heading {
  width: 204px;
}
@media screen and (max-width: 1140px) {
  .footer-detail__heading {
    width: 46.1333333333vw;
  }
}
.footer-detail__list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  row-gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .footer-detail__list {
    grid-template-columns: auto;
    grid-template-rows: auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 6.6666666667vw;
    margin-top: 20px;
  }
}
.footer-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}
@media screen and (max-width: 1140px) {
  .footer-detail__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4vw;
  }
}
.footer-detail__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #0082e6;
}
@media screen and (max-width: 1140px) {
  .footer-detail__item::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.24vw;
    left: 0;
    width: 36%;
    height: 1px;
    background-color: #0082e6;
  }
}
.footer-detail__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 1140px) {
  .footer-detail__title {
    width: auto;
    margin-bottom: 5.3333333333vw;
  }
}
.footer-detail__text-area .tel {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 1140px) {
  .footer-detail__text-area .tel {
    font-size: 2.6rem;
  }
}
.footer-detail__text-area .tel-num {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0082e6;
  pointer-events: none;
}
@media screen and (max-width: 1140px) {
  .footer-detail__text-area .tel-num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-detail__text-area .tel-num {
    pointer-events: all;
  }
}
.footer-detail__text-area .limit-time {
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 1140px) {
  .footer-detail__text-area .limit-time {
    font-size: 2.4rem;
  }
}
.footer-detail__text-area .column-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-detail__text-area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  .footer-detail__text-area .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1140px) {
  .footer-detail__text-area .flex:last-of-type {
    margin-top: 5.3333333333vw;
  }
}
.footer-detail__text-area .flex .time {
  white-space: nowrap;
}
.footer-detail__text-area .pdf {
  position: relative;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-size: 0 0.09em;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.footer-detail__text-area .pdf::after {
  position: relative;
  bottom: -4px;
  content: "";
  display: inline-block;
  padding: 0 4px 0 2px;
  width: 16px;
  height: 19px;
  background-image: url("../../../assets/img/common/icon_pdf-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-detail__text-area .pdf:where(:-moz-any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-detail__text-area .pdf:where(:any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-detail__btn {
  margin-top: 20px;
  width: 215px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1140px) {
  .footer-detail__btn {
    width: 52.5333333333vw;
    margin: 4vw auto 0;
    font-size: 2.8rem;
  }
  .footer-detail__btn::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 1140px) {
  .footer-detail__btn a {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer-bottom {
  margin: 0 calc(50% - 50vw);
  padding: 30px 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  .footer-bottom {
    padding: 10vw 0 12vw 0;
    font-size: 2.8rem;
  }
}
.footer-bottom__container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.footer-bottom__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1140px) {
  .footer-bottom__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-bottom__sns-area {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer-bottom__sns-area {
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 6vw;
    margin-top: 13.3333333333vw;
  }
}
.footer-bottom__logo-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}
@media screen and (max-width: 1140px) {
  .footer-bottom__logo-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 5.3333333333vw;
  }
}
.footer-bottom__sns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 209px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-bottom__sns {
    grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom__logo {
  width: 108px;
}
@media screen and (max-width: 767px) {
  .footer-bottom__logo {
    margin: 0 auto;
  }
}