@charset "UTF-8";
@font-face {
  font-family: "EB Garamond";
  src: url("EBGaramond-Bold.ttf") format("truetype");
  src: url("EBGaramond-BoldItalic.ttf") format("truetype"), url("EBGaramond-ExtraBold.ttf") format("truetype"), url("EBGaramond-ExtraBoldItalic.ttf") format("truetype"), url("EBGaramond-Italic.ttf") format("truetype"), url("EBGaramond-Medium.ttf") format("truetype"), url("EBGaramond-MediumItalic.ttf") format("truetype"), url("EBGaramond-Regular.ttf") format("truetype"), url("EBGaramond-SemiBold.ttf") format("truetype"), url("EBGaramond-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8333333333vw;
}
@media screen and (min-width: 1050px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  max-width: 1980px;
  min-width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
}

.Inner {
  max-width: 1050px;
  min-width: auto;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1980px) {
  .Inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2rem;
  }
}
.Inner--min {
  max-width: 980px;
}
@media screen and (max-width: 480px) {
  .Inner--min {
    max-width: 100%;
    padding: 0;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "EB Garamond";
  src: url("EBGaramond-Bold.ttf") format("truetype");
  src: url("EBGaramond-BoldItalic.ttf") format("truetype"), url("EBGaramond-ExtraBold.ttf") format("truetype"), url("EBGaramond-ExtraBoldItalic.ttf") format("truetype"), url("EBGaramond-Italic.ttf") format("truetype"), url("EBGaramond-Medium.ttf") format("truetype"), url("EBGaramond-MediumItalic.ttf") format("truetype"), url("EBGaramond-Regular.ttf") format("truetype"), url("EBGaramond-SemiBold.ttf") format("truetype"), url("EBGaramond-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8333333333vw;
}
@media screen and (min-width: 1050px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 2.6666666667vw;
  }
}

html,
body {
  margin: 0 auto !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  max-width: 1980px;
  min-width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
}

.Inner {
  max-width: 1050px;
  min-width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1980px) {
  .Inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2rem;
  }
}
.Inner--min {
  max-width: 980px;
}
@media screen and (max-width: 480px) {
  .Inner--min {
    max-width: 100%;
    padding: 0;
  }
}

.Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .Flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.Main {
  width: 75%;
  padding-right: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .Main {
    width: 100%;
    padding-right: 0;
  }
}

.Sidebar {
  width: 25%;
}
@media (max-width: 768px) {
  .Sidebar {
    width: 100%;
  }
}

.Btn__allow {
  width: 40rem;
  height: 6rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .Btn__allow {
    width: 100%;
  }
}
.Btn__allow span {
  line-height: 6rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Btn__allow span {
    font-size: 1.6rem;
  }
}
.Btn__allow__blue span {
  color: #4566ce;
}
.Btn__allow__red {
  border: 0.1rem solid #d43600;
}
.Btn__allow__red span {
  color: #d43600;
}
.Btn__allow:hover {
  opacity: 0.6;
}

.Box {
  border-radius: 3rem;
  padding: 3rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .Box {
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 5rem;
  }
}
.Box--yellow {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
  background-color: #fffd08;
}
.Box--green {
  background-color: #19bc50;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
}
.Box--gray {
  background-color: #e6e6e6;
}
.Box__title {
  letter-spacing: 0.15;
  font-size: 2.6rem;
  color: #000;
  padding-left: 5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Box__title {
    font-size: 2rem;
    padding-left: 4rem;
  }
}
.Box__title--new {
  position: relative;
}
.Box__title--new::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/new_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--new::before {
    width: 3rem;
    height: 3rem;
  }
}
.Box__title--ranging {
  position: relative;
}
.Box__title--ranging::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/oukann_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--ranging::before {
    width: 3rem;
    height: 3rem;
  }
}
.Box__title--many {
  position: relative;
}
.Box__title--many::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/many_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--many::before {
    width: 3rem;
    height: 3rem;
  }
}
.Box__izyou {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5rem;
  letter-spacing: 0.05;
  margin-top: 5rem;
  margin-bottom: -3rem;
}
@media (max-width: 768px) {
  .Box__izyou {
    font-size: 1.2rem;
    margin-top: 5rem;
    padding-bottom: 4rem;
    margin-bottom: -1rem;
  }
}
.Box__izyou::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30rem;
  height: 6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/izyou.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__izyou::before {
    width: 22rem;
    height: 5rem;
  }
}
.Box__izyou span {
  font-size: 2.2rem;
  color: #4566ce;
  font-weight: bold;
  letter-spacing: 0.05;
}
@media (max-width: 768px) {
  .Box__izyou span {
    font-size: 1.8rem;
  }
}
.Box__inner {
  margin-bottom: 3rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .Box__inner {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.Box__inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 768px) {
  .Box__inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.Box__more {
  text-align: right;
}
.Box__more__button {
  font-size: 1.6rem;
  color: #fff !important;
  background-color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  padding-left: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .Box__more__button {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem 0.5rem 4rem;
  }
}
.Box__more__button__arrow {
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .Box__more__button__arrow {
    font-size: 1.4rem;
  }
}
.Box__more__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/btn_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__more__button::before {
    width: 3rem;
    height: 3rem;
  }
}
.Box__more__button:hover {
  opacity: 0.6;
}

.Post__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3rem;
  padding: 2rem;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .Post__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 2rem;
    padding: 1.5rem;
  }
}
.Post__flex:last-of-type {
  margin-bottom: 0;
}
.Post__flex:hover {
  opacity: 0.6;
}
.Post__flex__img {
  aspect-ratio: 16/9;
  width: 35%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 768px) {
  .Post__flex__img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.Post__flex__img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block;
}
.Post__flex__text {
  width: 55%;
  padding-left: 3%;
}
@media (max-width: 768px) {
  .Post__flex__text {
    width: 100%;
    padding-left: 0;
  }
}
.Post__flex__text__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.Post__flex__text__tag .tag {
  font-size: 1.1rem;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  background: #4566ce;
  margin-right: 1rem;
  font-weight: bold;
}
.Post__flex__text__title {
  font-size: 1.6rem;
  letter-spacing: 0.05;
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .Post__flex__text__title {
    font-size: 1.5rem;
  }
}
.Post__flex__text__dis {
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.05;
  color: #000;
}
@media (max-width: 768px) {
  .Post__flex__text__dis {
    font-size: 1.4rem;
  }
}

.Post {
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
  text-decoration: none;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
  width: calc((100% - 6rem) / 3);
}
@media (max-width: 768px) {
  .Post {
    width: 100%;
  }
}
.Post:hover {
  opacity: 0.6;
}
.Post__img {
  aspect-ratio: 16/9;
  width: 100%;
  margin-bottom: 2rem;
}
.Post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Post__title {
  font-size: 1.6rem;
  letter-spacing: 0.05;
  line-height: 2.6rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .Post__title {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.Post__dis {
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .Post__dis {
    font-size: 1.2rem;
  }
}

.Post__column {
  border-radius: 2rem;
  text-decoration: none;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
  width: calc((100% - 6rem) / 3);
  background-color: #fff;
}
@media (max-width: 768px) {
  .Post__column {
    width: 100%;
  }
}
.Post__column:hover {
  opacity: 0.6;
}
.Post__column__img {
  aspect-ratio: 16/9;
  width: 100%;
}
.Post__column__img img {
  width: 100%;
  height: 100%;
  border-radius: 2rem 2rem 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.Post__column__text {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0 0 2rem 2rem;
}
.Post__column__text__title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000;
  letter-spacing: 0.05;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Post__column__text__title {
    font-size: 1.6rem;
  }
}
.Post__column__text__time {
  color: #d43600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Post__column__text__time {
    font-size: 1.4rem;
  }
}

.Post_slider {
  padding-bottom: 2rem !important;
  margin-bottom: 13rem !important;
}
@media (max-width: 768px) {
  .Post_slider {
    margin-bottom: 8rem !important;
  }
}
.Post_slider__item {
  padding: 2rem 1.5rem !important;
  background-color: #fff;
  border-radius: 2rem;
  margin: 0 1.5rem;
}
.Post_slider__item .Post {
  padding: 0;
}
@media (max-width: 768px) {
  .Post_slider__item {
    padding: 0 1rem;
    margin: 0 1rem;
  }
}
.Post_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Post_slider .slick-slide {
  height: auto;
}
.Post_slider .slick-slide > div {
  height: 100%;
}
.Post_slider .slick-arrow {
  top: auto;
  bottom: -5rem;
  width: 4rem;
  height: 4rem;
  z-index: 10;
}
.Post_slider .slick-arrow::before {
  font-size: 3rem;
  color: transparent;
  opacity: 1;
}
.Post_slider .slick-next {
  right: 0;
}
.Post_slider .slick-prev {
  left: 0;
}
.Post_slider .slick-prev::before {
  left: calc(50% - 5rem);
  background: url(../images/allow_left.png) no-repeat center/contain;
  opacity: 1;
  border: none;
}
.Post_slider .slick-next::before {
  right: calc(50% - 5rem);
  background: url(../images/allow_right.png) no-repeat center/contain;
  opacity: 1;
  border: none;
}
.Post_slider .slick-dots {
  bottom: -3rem;
}
.Post_slider .slick-dots li button {
  width: 1.7rem;
  height: 1.7rem;
  border: none !important;
  background: transparent !important;
  opacity: 1 !important;
}
.Post_slider .slick-dots li button::before {
  color: #ccc;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1.7rem;
}
.Post_slider .slick-dots li.slick-active button::before {
  color: #fffd08;
  border: none;
}

.Post_slider__red .slick-prev::before {
  background: url(../images/allow_left_red.png) no-repeat center/contain;
}
.Post_slider__red .slick-next::before {
  background: url(../images/allow_right_red.png) no-repeat center/contain;
}
.Post_slider__red .slick-dots li.slick-active button::before {
  color: #d43600;
  border: none;
}

.ranking_post_slick .slick-list {
  padding-top: 2rem;
}
.ranking_post_slick [data-slick-index="0"] .Post::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 0;
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_01.png) no-repeat center/contain;
}
.ranking_post_slick [data-slick-index="1"] .Post::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 0;
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_02.png) no-repeat center/contain;
}
.ranking_post_slick [data-slick-index="2"] .Post::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 0;
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_03.png) no-repeat center/contain;
}
.ranking_post_slick [data-slick-index="3"] .Post::before {
  content: "4";
}
.ranking_post_slick [data-slick-index="4"] .Post::before {
  content: "5";
}
.ranking_post_slick [data-slick-index="5"] .Post::before {
  content: "6";
}
.ranking_post_slick [data-slick-index="6"] .Post::before {
  content: "7";
}
.ranking_post_slick [data-slick-index="7"] .Post::before {
  content: "8";
}
.ranking_post_slick [data-slick-index="3"] .Post::before {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_bg.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}
.ranking_post_slick [data-slick-index="4"] .Post::before {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_bg.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}
.ranking_post_slick [data-slick-index="5"] .Post::before {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_bg.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}
.ranking_post_slick [data-slick-index="6"] .Post::before {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_bg.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}
.ranking_post_slick [data-slick-index="7"] .Post::before {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_bg.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}
.ranking_post_slick .Post {
  position: relative;
}

.Box__inner--ranging .Post {
  position: relative;
}
.Box__inner--ranging .Post:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_01.png) no-repeat center/contain;
}
.Box__inner--ranging .Post:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_02.png) no-repeat center/contain;
}
.Box__inner--ranging .Post:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  width: 3.7rem;
  height: 4rem;
  background: url(../images/ranking_03.png) no-repeat center/contain;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #999; /* 背景色 */
  /*動き*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%; /* menuの範囲 */
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: red;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px; /*  線の位置*/
  height: 3px; /*  線の太さ*/
  border-radius: 2px;
  background-color: #666; /* ボタンの色*/
  width: 45%; /*  ボタンに対する線の長さ*/
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  padding: 0;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%; /*矢印の位置*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid red; /*矢印の色*/
  border-right: 2px solid red; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  /* height: 100vh; */
  /* height: 300px; */
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  padding: 0;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /* height:100vh; */
  /* height: 300px; */
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%; /*矢印の位置*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid red; /*矢印の色*/
  border-right: 2px solid red; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.Box {
  border-radius: 3rem;
  padding: 3rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .Box {
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 5rem;
  }
}
.Box--yellow {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
  background-color: #fffd08;
}
.Box--green {
  background-color: #19bc50;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
}
.Box--gray {
  background-color: #e6e6e6;
}
.Box__title {
  letter-spacing: 0.15;
  font-size: 2.6rem;
  color: #000;
  padding-left: 5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Box__title {
    font-size: 2rem;
    padding-left: 4rem;
  }
}
.Box__title--new {
  position: relative;
}
.Box__title--new::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/new_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--new::before {
    width: 3rem;
    height: 3rem;
  }
}
.Box__title--ranging {
  position: relative;
}
.Box__title--ranging::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/oukann_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--ranging::before {
    width: 3rem;
    height: 3rem;
  }
}
.Box__title--many {
  position: relative;
}
.Box__title--many::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/many_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--many::before {
    width: 3rem;
    height: 3rem;
  }
}
.Box__izyou {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5rem;
  letter-spacing: 0.05;
  margin-top: 5rem;
  margin-bottom: -3rem;
}
@media (max-width: 768px) {
  .Box__izyou {
    font-size: 1.2rem;
    margin-top: 3rem;
    padding-bottom: 4rem;
  }
}
.Box__izyou::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30rem;
  height: 6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/izyou.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__izyou::before {
    width: 22rem;
    height: 5rem;
  }
}
.Box__izyou span {
  font-size: 2.2rem;
  color: #4566ce;
  font-weight: bold;
  letter-spacing: 0.05;
}
@media (max-width: 768px) {
  .Box__izyou span {
    font-size: 1.8rem;
  }
}
.Box__inner {
  margin-bottom: 3rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .Box__inner {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.Box__inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 768px) {
  .Box__inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.Box__more {
  text-align: right;
}
.Box__more__button {
  font-size: 1.6rem;
  color: #fff !important;
  background-color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  padding-left: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .Box__more__button {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem 0.5rem 4rem;
  }
}
.Box__more__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/btn_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__more__button::before {
    width: 3rem;
    height: 3rem;
  }
}
.Box__more__button:hover {
  opacity: 0.6;
}
.Box__more__button__arrow {
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .Box__more__button__arrow {
    font-size: 1.4rem;
  }
}

.Box__title--new--yellow {
  color: #fffd08;
  position: relative;
}
.Box__title--new--yellow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/new_yellow_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--new--yellow::before {
    width: 3rem;
    height: 3rem;
  }
}

.Box__title--ranking--green {
  color: #00b900;
  position: relative;
}
.Box__title--ranking--green::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/ranking_green_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--ranking--green::before {
    width: 3rem;
    height: 3rem;
  }
}

.Box__title--many--white {
  color: #fff;
  position: relative;
}
.Box__title--many--white::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/many_white_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--many--white::before {
    width: 3rem;
    height: 3rem;
  }
}

.Box__izyou__white {
  color: #fff;
}
.Box__izyou__white span {
  color: #ffd730;
}
.Box__izyou__white::before {
  background: url(../images/izyou_white.png) no-repeat center/contain;
}

.Box__title--new--red {
  color: #d43600;
  position: relative;
}
.Box__title--new--red::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/new_icon_red.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title--new--red::before {
    width: 3rem;
    height: 3rem;
  }
}

.Box__title-news-red {
  color: #d43600;
  position: relative;
}
.Box__title-news-red::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/news_icon_red.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title-news-red::before {
    width: 3rem;
    height: 3rem;
  }
}

.Box__title-talk_icon {
  color: #d43600;
  position: relative;
}
.Box__title-talk_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/talk_title_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title-talk_icon::before {
    width: 3rem;
    height: 3rem;
  }
}

.Box__title-many-red {
  color: #d43600;
  position: relative;
}
.Box__title-many-red::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/many_title_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Box__title-many-red::before {
    width: 3rem;
    height: 3rem;
  }
}

.Search {
  padding: 1.8rem 1.6rem;
  border-radius: 0.6rem;
  margin-bottom: 5rem;
}
.Search__container {
  max-width: 92rem;
  margin: 0 auto;
}
.Search__container__chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .Search__container__chips {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.Search__container__chips__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
  height: 12rem;
  border-radius: 99.9rem;
  background: #d9d9d9;
  -webkit-box-shadow: inset 0 0.3rem 0 rgba(255, 255, 255, 0.6), inset 0 -0.3rem 0 rgba(0, 0, 0, 0.15), 0 0.3rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 0.3rem 0 rgba(255, 255, 255, 0.6), inset 0 -0.3rem 0 rgba(0, 0, 0, 0.15), 0 0.3rem 0 rgba(0, 0, 0, 0.18);
  border: 0.3rem solid rgba(255, 255, 255, 0.55);
  outline: none;
  -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.15s ease;
  transition: -webkit-filter 0.2s ease, -webkit-transform 0.15s ease;
  transition: filter 0.2s ease, transform 0.15s ease;
  transition: filter 0.2s ease, transform 0.15s ease, -webkit-filter 0.2s ease, -webkit-transform 0.15s ease;
}
@media (max-width: 768px) {
  .Search__container__chips__item {
    height: 7.6rem;
  }
}
.Search__container__chips__item:hover {
  -webkit-filter: brightness(1.04);
          filter: brightness(1.04);
}
.Search__container__chips__item:active {
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
  -webkit-box-shadow: inset 0 0.3rem 0 rgba(255, 255, 255, 0.6), inset 0 -0.3rem 0 rgba(0, 0, 0, 0.15), 0 0.2rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 0.3rem 0 rgba(255, 255, 255, 0.6), inset 0 -0.3rem 0 rgba(0, 0, 0, 0.15), 0 0.2rem 0 rgba(0, 0, 0, 0.18);
}
.Search__container__chips__item__body {
  display: grid;
  gap: 0.6rem;
  text-align: center;
}
.Search__container__chips__item__body__title {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .Search__container__chips__item__body__title {
    font-size: 2.4rem;
  }
}
.Search__container__chips__item__body__sub {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
}
.Search__container__chips__item__body__sub span {
  font-size: 2rem;
  font-weight: bold;
}
.Search__container__chips__item__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
  position: relative;
  background: currentColor;
  -webkit-box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.18);
}
.Search__container__chips__item__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 1rem solid #fff;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
}
.Search__container__chips__item--industry {
  color: #d0641f;
}
.Search__container__chips__item--industry .Search__container__chips__item__body__title,
.Search__container__chips__item--industry .Search__container__chips__item__body__sub {
  color: #d0641f;
}
.Search__container__chips__item--area {
  color: #4aa04b;
}
.Search__container__chips__item--area .Search__container__chips__item__body__title,
.Search__container__chips__item--area .Search__container__chips__item__body__sub {
  color: #4aa04b;
}
.Search__container__chips__item--cost {
  color: #5b72d1;
}
.Search__container__chips__item--cost .Search__container__chips__item__body__title,
.Search__container__chips__item--cost .Search__container__chips__item__body__sub {
  color: #5b72d1;
}
.Search__container__form {
  margin: 0;
}
.Search__container__form__field {
  position: relative;
  height: 6.6rem;
  border-radius: 99.9rem;
  background: #d9d9d9;
  -webkit-box-shadow: inset 0 0.3rem 0 rgba(255, 255, 255, 0.6), inset 0 -0.3rem 0 rgba(0, 0, 0, 0.15), 0 0.3rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 0.3rem 0 rgba(255, 255, 255, 0.6), inset 0 -0.3rem 0 rgba(0, 0, 0, 0.15), 0 0.3rem 0 rgba(0, 0, 0, 0.18);
  border: 0.3rem solid rgba(255, 255, 255, 0.55);
  overflow: hidden;
  -webkit-transition: background 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}
.Search__container__form__field:focus-within {
  background: #fff;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  -webkit-box-shadow: inset 0 0.3rem 0 rgba(255, 255, 255, 0.6), inset 0 -0.3rem 0 rgba(0, 0, 0, 0.08), 0 0.6rem 1.8rem rgba(0, 0, 0, 0.15), 0 0.3rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0.3rem 0 rgba(255, 255, 255, 0.6), inset 0 -0.3rem 0 rgba(0, 0, 0, 0.08), 0 0.6rem 1.8rem rgba(0, 0, 0, 0.15), 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
.Search__container__form__field__icon {
  position: absolute;
  left: 2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url(../images/search_icon.png) no-repeat center/contain;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.25s ease, -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease, -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.Search__container__form__field:focus-within .Search__container__form__field__icon {
  -webkit-transform: translateY(-50%) scale(1.15);
          transform: translateY(-50%) scale(1.15);
}
.Search__container__form__field__input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0 2.2rem 0 7.2rem !important;
  font-weight: 900;
  font-size: 2.2rem !important;
  color: #333;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .Search__container__form__field__input {
    font-size: 1.8rem !important;
  }
}
.Search__container__form__field__input::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
  font-weight: 900;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.Search__container__form__field__input::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
  font-weight: 900;
  -moz-transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.Search__container__form__field__input:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
  font-weight: 900;
  -ms-transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.Search__container__form__field__input::-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
  font-weight: 900;
  -ms-transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.Search__container__form__field__input::placeholder {
  color: #7a7a7a;
  opacity: 1;
  font-weight: 900;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.Search__container__form__field__input:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
.Search__container__form__field__input:focus::-moz-placeholder {
  opacity: 0.4;
}
.Search__container__form__field__input:focus:-ms-input-placeholder {
  opacity: 0.4;
}
.Search__container__form__field__input:focus::-ms-input-placeholder {
  opacity: 0.4;
}
.Search__container__form__field__input:focus::placeholder {
  opacity: 0.4;
}
.Search__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.Search__modal.is-open {
  display: block;
  -webkit-animation: modalFadeIn 0.25s ease forwards;
          animation: modalFadeIn 0.25s ease forwards;
}
.Search__modal.is-open .Search__modal__dialog {
  -webkit-animation: dialogSlideIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: dialogSlideIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.Search__modal.is-closing {
  -webkit-animation: modalFadeOut 0.2s ease forwards;
          animation: modalFadeOut 0.2s ease forwards;
}
.Search__modal.is-closing .Search__modal__dialog {
  -webkit-animation: dialogSlideOut 0.2s ease forwards;
          animation: dialogSlideOut 0.2s ease forwards;
}
.Search__modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 15;
}
.Search__modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(72rem, 100% - 3.2rem);
  max-height: 60vh;
  background: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 1.8rem 6rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 1.8rem 6rem rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  z-index: 20;
}
@media (max-width: 768px) {
  .Search__modal__dialog {
    width: min(72rem, 100% - 2rem);
  }
}
.Search__modal__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
  padding: 1.6rem 1.8rem;
  background: #fff;
}
.Search__modal__dialog__header__title {
  margin: 0;
  font-weight: 900;
  font-size: 1.8rem;
  color: #111;
}
.Search__modal__dialog__header__close {
  width: 4rem;
  height: 4rem;
  border: 0;
  background: #f2f2f2;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.Search__modal__dialog__header__close:hover {
  background: #e5e5e5;
}
.Search__modal__dialog__header__close::before, .Search__modal__dialog__header__close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.8rem;
  height: 0.2rem;
  background: #666;
  border-radius: 0.2rem;
}
.Search__modal__dialog__header__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Search__modal__dialog__header__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.Search__modal__dialog__body {
  padding: 0 1.4rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.Search__modal__dialog__body__panel {
  padding: 0 1.8rem 6.4rem;
  position: relative;
}
@media (max-width: 768px) {
  .Search__modal__dialog__body__panel {
    padding: 1.6rem 1.4rem 5.6rem;
  }
}
.Search__modal__dialog__body__panel__grid {
  display: grid;
  gap: 1.6rem 2.8rem;
  border-top: 0.2rem solid #e7e7e7;
  border-bottom: 0.2rem solid #e7e7e7;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.Search__modal__dialog__body__panel__grid--cols3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1050px) {
  .Search__modal__dialog__body__panel__grid--cols3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .Search__modal__dialog__body__panel__grid--cols3 {
    grid-template-columns: 1fr;
  }
}
.Search__modal__dialog__body__panel__grid--cols1 {
  grid-template-columns: 1fr;
}
.Search__modal__dialog__body__panel__groups {
  display: grid;
  gap: 1.8rem;
}
.Search__modal__dialog__body__panel__group {
  display: grid;
  gap: 1rem;
}
.Search__modal__dialog__body__panel__group__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Search__modal__dialog__body__panel__group__head__text {
  font-weight: 800;
  font-size: 1.4rem;
  color: #111;
}
.Search__modal__dialog__body__panel__group__grid {
  display: grid;
  gap: 1.2rem 2.4rem;
  padding-left: 2.2rem;
}
.Search__modal__dialog__body__panel__group__grid--cols3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1050px) {
  .Search__modal__dialog__body__panel__group__grid--cols3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .Search__modal__dialog__body__panel__group__grid--cols3 {
    grid-template-columns: 1fr;
  }
}
.Search__modal__dialog__body__panel__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #111;
}
.Search__modal__dialog__body__panel__item__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.Search__modal__dialog__body__panel__item__box {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #ccc;
  background: #fff;
  border-radius: 0.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.Search__modal__dialog__body__panel__item__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.6rem;
  border-left: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
  -webkit-transform: translate(-50%, -65%) rotate(-45deg) scale(0);
          transform: translate(-50%, -65%) rotate(-45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.Search__modal__dialog__body__panel__item__text {
  font-weight: 700;
  font-size: 1.3rem;
}
.Search__modal__dialog__body__panel__item__text__accent {
  color: #2e55d6;
  font-weight: 900;
  font-size: 1.3rem;
}
.Search__modal__dialog__body__panel__item__input:checked + .Search__modal__dialog__body__panel__item__box {
  background: #d0641f;
  border-color: #d0641f;
}
.Search__modal__dialog__body__panel__item__input:checked + .Search__modal__dialog__body__panel__item__box::after {
  -webkit-transform: translate(-50%, -65%) rotate(-45deg) scale(1);
          transform: translate(-50%, -65%) rotate(-45deg) scale(1);
}
.Search__modal__dialog__body__panel__item__input:indeterminate + .Search__modal__dialog__body__panel__item__box {
  background: #e8a87c;
  border-color: #d0641f;
}
.Search__modal__dialog__body__panel__item__input:indeterminate + .Search__modal__dialog__body__panel__item__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.25rem;
  background: #fff;
  border: none;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.Search__modal__dialog__body__panel__item:hover .Search__modal__dialog__body__panel__item__input:not(:checked) + .Search__modal__dialog__body__panel__item__box {
  border-color: #d0641f;
}
.Search__modal__dialog__body__panel__actions {
  position: absolute;
  right: 1.8rem;
  bottom: 1.4rem;
}
.Search__modal__dialog__body__panel__actions__submit {
  border: 0;
  cursor: pointer;
  border-radius: 99.9rem;
  background: #2b2b2b;
  color: #fff;
  height: 3.4rem;
  padding: 0 1.4rem 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.15s ease;
  transition: -webkit-filter 0.2s ease, -webkit-transform 0.15s ease;
  transition: filter 0.2s ease, transform 0.15s ease;
  transition: filter 0.2s ease, transform 0.15s ease, -webkit-filter 0.2s ease, -webkit-transform 0.15s ease;
}
.Search__modal__dialog__body__panel__actions__submit__icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 5rem;
  background: #fff;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.Search__modal__dialog__body__panel__actions__submit__icon::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid #111;
  border-radius: 5rem;
}
.Search__modal__dialog__body__panel__actions__submit__icon::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 1.5rem;
  width: 0.8rem;
  height: 0.2rem;
  background: #111;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-radius: 0.2rem;
}
.Search__modal__dialog__body__panel__actions__submit__text {
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.Search__modal__dialog__body__panel__actions__submit__arrow {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 5rem;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.Search__modal__dialog__body__panel__actions__submit__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 0.7rem solid #fff;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.Search__modal__dialog__body__panel__actions__submit:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.Search__modal__dialog__body__panel__actions__submit:active {
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}
.Search__modal__dialog__footer {
  padding: 1.4rem 1.8rem 1.8rem;
  border-top: 0.1rem solid #e7e7e7;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Search__modal__dialog__footer__action {
  border: 0;
  cursor: pointer;
  border-radius: 1rem;
  padding: 1.2rem 1.6rem;
  font-weight: 900;
  background: #111;
  color: #fff;
}

@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes dialogSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -46%);
            transform: translate(-50%, -46%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes dialogSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -46%);
            transform: translate(-50%, -46%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes dialogSlideOut {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -54%);
            transform: translate(-50%, -54%);
  }
}
@keyframes dialogSlideOut {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -54%);
            transform: translate(-50%, -54%);
  }
}
body.is-modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .Sidebar {
    display: none;
  }
}
.Sidebar__banner__item {
  margin-bottom: 2rem;
  display: block;
}
.Sidebar__banner__item:hover {
  opacity: 1;
}
.Sidebar__banner__item img {
  width: 100%;
}
.Sidebar__banner a:hover {
  opacity: 0.6;
}
.Sidebar__title {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #4566ce;
  margin-bottom: 1rem;
  font-weight: bold;
}
.Sidebar__keyword {
  background-color: white;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
.Sidebar__keyword__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.Sidebar__keyword__inner .tag {
  color: #fff;
  background-color: #4566ce;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  border-radius: 4rem;
  font-weight: bold;
  text-decoration: none;
}
.Sidebar__keyword__inner .tag:hover {
  opacity: 0.6;
}
.Sidebar__ranking {
  background-color: #fff;
  background-color: white;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
.Sidebar__ranking__inner__item {
  border-bottom: 1px dashed #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.Sidebar__ranking__inner__item:hover {
  opacity: 0.6;
}
.Sidebar__ranking__inner__item__img {
  width: 20%;
  padding-right: 1rem;
}
.Sidebar__ranking__inner__item__img img {
  width: 100%;
}
.Sidebar__ranking__inner__item__text {
  width: 80%;
}
.Sidebar__ranking__inner__item__text__title {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.05;
  color: #4566ce;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.Sidebar__ranking__inner__item__text__dis {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.05;
  color: #000;
}

.breadcrumb {
  padding: 1rem 0;
  font-size: 1.4rem;
  z-index: 100;
  margin: 0 !important;
  overflow: hidden;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.breadcrumb__list a, .breadcrumb__list span {
  color: #fff;
  font-size: 1.6rem;
  z-index: 100;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb__item a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.breadcrumb__item a span {
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
}
.breadcrumb__item a:hover {
  opacity: 0.7;
}
.breadcrumb__item--current {
  color: #fff;
  font-size: 1.6rem;
  white-space: nowrap;
}
.breadcrumb__separator {
  margin: 0 8px;
  color: #fff;
  font-size: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Header__blank {
  height: 12rem;
}
@media (max-width: 768px) {
  .Header__blank {
    height: 0;
  }
}

.Header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.4s ease, backdrop-filter 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease, -webkit-box-shadow 0.4s ease;
}
@media (max-width: 768px) {
  .Header {
    display: none;
  }
}
.Header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.8rem);
  -webkit-backdrop-filter: blur(0.8rem);
}
.Header__container {
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Header__container__logo {
  width: 12.2rem;
  height: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.Header__container__logo img {
  width: 100%;
}
.Header__container__logo:hover {
  opacity: 0.8;
}
.Header__container__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Header__container__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.Header__container__nav__list__item {
  padding: 0 3rem;
  position: relative;
}
.Header__container__nav__list__item::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.Header__container__nav__list__item__link {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.Header__container__nav__list__item__link:hover, .Header__container__nav__list__item__link:focus {
  color: #e53900;
  cursor: pointer;
}
.Header__container__nav__list__item__link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #e53900;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.Header__container__nav__list__item__link:hover::after, .Header__container__nav__list__item__link:focus::after {
  width: 100%;
}
.Header__container__nav .Btn {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 3.4rem;
  border-radius: 2.8rem;
  text-decoration: none;
  font-weight: 600;
  margin-left: 3rem;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.Header__container__nav .Btn:hover, .Header__container__nav .Btn:focus {
  background-color: #e53900;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .Header__container__nav {
    gap: 1.2rem;
  }
  .Header__container__nav .Btn {
    padding: 0.8rem 1.5rem;
    font-size: 1.3rem;
    margin-left: 1.5rem;
  }
  .Header__container__nav__list {
    gap: 1.2rem;
  }
  .Header__container__nav__list__item__link {
    font-size: 1.3rem;
  }
}

.HamburgerBtn {
  display: none;
}
@media (max-width: 768px) {
  .HamburgerBtn {
    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;
    gap: 0.6rem;
    position: fixed;
    top: 1.6rem;
    right: 1.6rem;
    z-index: 300;
    width: 5rem;
    height: 5rem;
    background: #fff;
    border: none;
    border-radius: 0.4rem;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    padding: 0;
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  }
  .HamburgerBtn:hover {
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  }
}
.HamburgerBtn__line {
  display: block;
  width: 2.6rem;
  height: 0.3rem;
  border-radius: 0.4rem;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.HamburgerBtn__line--1 {
  background-color: #039645;
}
.HamburgerBtn__line--2 {
  background-color: #d43600;
}
.HamburgerBtn__line--3 {
  background-color: #33489b;
}
.HamburgerBtn.is-open .HamburgerBtn__line--1 {
  -webkit-transform: translateY(0.9rem) rotate(45deg);
          transform: translateY(0.9rem) rotate(45deg);
}
.HamburgerBtn.is-open .HamburgerBtn__line--2 {
  opacity: 0;
  width: 0;
}
.HamburgerBtn.is-open .HamburgerBtn__line--3 {
  -webkit-transform: translateY(-0.9rem) rotate(-45deg);
          transform: translateY(-0.9rem) rotate(-45deg);
}

.HamburgerOverlay {
  display: none;
}
@media (max-width: 768px) {
  .HamburgerOverlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 150;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .HamburgerOverlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.DrawerMenu {
  display: none;
}
@media (max-width: 768px) {
  .DrawerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    width: 80vw;
    max-width: 32rem;
    height: 100dvh;
    background: #fff;
    padding: 9rem 2.4rem 4rem;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
  }
  .DrawerMenu.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.DrawerMenu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.DrawerMenu__nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.DrawerMenu__nav__list__item {
  border-bottom: 0.1rem solid #e5e5e5;
}
.DrawerMenu__nav__list__item__link {
  display: block;
  padding: 1.8rem 0.4rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.DrawerMenu__nav__list__item__link:hover, .DrawerMenu__nav__list__item__link:focus {
  color: #4676bf;
}
.DrawerMenu__btn {
  display: block;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 1.4rem 0;
  border-radius: 2.8rem;
  margin-top: 3rem;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.DrawerMenu__btn:hover, .DrawerMenu__btn:focus {
  color: #fff;
}

body.is-menu-open {
  overflow: hidden;
}

.Fv img {
  width: 100%;
}

.Line {
  position: relative;
}
.Line::before {
  content: "";
  background: url(../images/line_bg.png) no-repeat center bottom/cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Line__container {
  padding: 6rem 0 20rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Line__container {
    padding: 4rem 0 10rem 0;
  }
}
.Line__slider {
  margin-bottom: 10rem !important;
}
@media (max-width: 768px) {
  .Line__slider {
    margin-bottom: 5rem !important;
  }
}
.Line__slider .Line__slide {
  padding: 10px;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .Line__slider .Line__slide {
    padding: 0 8px;
    margin-bottom: 2rem;
  }
}
.Line__slider .Line__slide img {
  width: 100%;
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.Line__slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.Line__slider .slick-dots li {
  margin: 0;
}
.Line__slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: none;
  display: block;
  text-indent: -9999px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  padding: 0;
  outline: none;
  cursor: pointer;
}
.Line__slider .slick-dots li.slick-active button {
  background: #ffd600 !important;
}

.CampaignBanner__title {
  width: 40rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .CampaignBanner__title {
    width: 80%;
  }
}
.CampaignBanner__title img {
  width: 100%;
}
.CampaignBanner__note {
  position: relative;
  display: inline-block;
  max-width: 560px;
  margin: 0 auto -8px;
  padding: 4px 18px;
  background: #fff;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #111;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: normal;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .CampaignBanner__note {
    font-size: 1.2rem;
    padding: 6px 16px;
    max-width: 80vw;
  }
}
.CampaignBanner__note::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
  -webkit-filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.12));
}
.CampaignBanner__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  padding: 18px 22px;
  border-radius: 12px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#66c54d), to(#53b635));
  background: linear-gradient(#66c54d, #53b635);
  margin: 0 auto;
  width: 67rem;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18), inset 0 0 0 2px rgba(255, 255, 255, 0.25);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18), inset 0 0 0 2px rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.35);
}
@media (max-width: 768px) {
  .CampaignBanner__button {
    width: calc(100% - 4rem);
    gap: 1.2rem;
    padding: 14px 16px;
    border-radius: 10px;
  }
}
.CampaignBanner__button:hover {
  -webkit-filter: brightness(1.03);
          filter: brightness(1.03);
}
.CampaignBanner__button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.18), inset 0 0 0 2px rgba(255, 255, 255, 0.25);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.18), inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.CampaignBanner__lineIcon {
  width: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .CampaignBanner__lineIcon {
    width: 3rem;
  }
}
.CampaignBanner__lineIcon img {
  width: 100%;
  display: block;
}
.CampaignBanner__buttonText {
  text-align: left;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  letter-spacing: 0.15rem;
}
@media (max-width: 768px) {
  .CampaignBanner__buttonText {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
  }
}
.CampaignBanner__play {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .CampaignBanner__play {
    width: 18px;
    height: 18px;
  }
}
.CampaignBanner__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 7px solid #2f9f3f;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.Top__blue {
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .Top__blue {
    margin-bottom: 5rem;
  }
}
.Top__blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4566ce;
}
.Top__blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background: url(../images/top_blue_bg.png) no-repeat center/contain;
  z-index: 1;
}
@media (max-width: 768px) {
  .Top__blue::after {
    height: 20rem;
  }
}
.Top__blue__container {
  padding: 20rem 0;
  margin-top: -20rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .Top__blue__container {
    padding: 10rem 0 8rem;
    margin-top: -10rem;
  }
}

.Search__title__ja {
  position: relative;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.15;
  font-weight: bold;
  padding-left: 10rem;
}
@media (max-width: 768px) {
  .Search__title__ja {
    font-size: 2.2rem;
    padding-left: 7rem;
  }
}
.Search__title__ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/megane_icon.png) no-repeat center/contain;
  width: 8rem;
  height: 10rem;
}
@media (max-width: 768px) {
  .Search__title__ja::before {
    width: 5.5rem;
    height: 7rem;
  }
}

.Youtube {
  position: relative;
}
.Youtube::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/top_red_bg.png) no-repeat center top/cover;
}
.Youtube__container {
  padding: 16rem 0 10rem 0;
  position: relative;
  z-index: 1;
}
.Youtube__container__title {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Youtube__container__title {
    margin-bottom: 3rem;
  }
}
.Youtube__container__title__ja {
  position: relative;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.15;
  font-weight: bold;
  padding-left: 10rem;
}
@media (max-width: 768px) {
  .Youtube__container__title__ja {
    font-size: 2.2rem;
    padding-left: 7rem;
  }
}
.Youtube__container__title__ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/youtube_icon.png) no-repeat center/contain;
  width: 8rem;
  height: 10rem;
}
@media (max-width: 768px) {
  .Youtube__container__title__ja::before {
    width: 5.5rem;
    height: 7rem;
  }
}
.Youtube__container__dis {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Youtube__container__dis {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.Youtube__container__dis span {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Youtube__container__dis span {
    font-size: 1.3rem;
  }
}
.Youtube__container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Youtube__container__flex {
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.Youtube__container__flex__item {
  width: calc((100% - 8rem) / 3);
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .Youtube__container__flex__item {
    width: calc((100% - 2rem) / 2);
  }
}
.Youtube__container__flex__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.Youtube__container__flex__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .Youtube__container__flex__item::after {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.Youtube__container__flex__item:hover {
  opacity: 0.7;
}
.Youtube__container .CampaignBanner__button {
  width: 100%;
}
.Youtube__container .Btn__allow {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .Youtube__container .Btn__allow {
    margin-bottom: 5rem;
  }
}

.Column {
  position: relative;
  z-index: 0;
}
.Column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/gara_bg.png) no-repeat center/cover;
  z-index: -1;
}
.Column__container {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Column__container {
    padding: 6rem 0 0 0;
  }
}
.Column__container__title {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Column__container__title {
    margin-bottom: 3rem;
  }
}
.Column__container__title__ja {
  font-size: 3.4rem;
  color: #d43600;
  font-weight: bold;
  padding-left: 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .Column__container__title__ja {
    font-size: 2.2rem;
    padding-left: 4.5rem;
  }
}
.Column__container__title__ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/column_icon.png) no-repeat center/contain;
  width: 6.2rem;
  height: 8rem;
}
@media (max-width: 768px) {
  .Column__container__title__ja::before {
    width: 4rem;
    height: 5.5rem;
  }
}
.Column__container__dis {
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
  letter-spacing: 0.05;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Column__container__dis {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: left;
  }
}
.Column__container .Box {
  padding: 0;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Column__container .Box {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .Column__container .CampaignBanner__button {
    width: 100%;
  }
}
.Column__container .Btn__allow {
  margin-bottom: 7rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .Column__container .Btn__allow {
    margin-bottom: 4rem;
  }
}

.Banner {
  background-color: #1a1a1a;
}
.Banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
  padding: 8rem 0 18rem 0;
}
@media (max-width: 768px) {
  .Banner__container {
    gap: 2rem;
    padding: 5rem 0 10rem 0;
  }
}
.Banner__container__item {
  display: block;
  width: calc((100% - 8rem) / 3);
}
@media (max-width: 768px) {
  .Banner__container__item {
    width: 100%;
  }
}
.Banner__container a:hover {
  opacity: 0.6;
}

.Footer__container {
  padding: 7rem 0 5rem 0;
}
@media (max-width: 768px) {
  .Footer__container {
    padding: 5rem 0 4rem 0;
  }
}
.Footer__container__head__link {
  width: 27rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Footer__container__head__link {
    width: 20rem;
    margin-bottom: 3rem;
  }
}
.Footer__container__head__link img {
  width: 100%;
}
.Footer__container__head__link:hover {
  opacity: 0.6;
}
.Footer__container__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Footer__container__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
.Footer__container__main__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}
@media (max-width: 768px) {
  .Footer__container__main__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Footer__container__main__left__flex {
  width: 50%;
}
@media (max-width: 768px) {
  .Footer__container__main__left__flex {
    width: 100%;
  }
}
.Footer__container__main__left__flex__item {
  font-size: 1.7rem;
  text-decoration: none;
  color: #000;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .Footer__container__main__left__flex__item {
    font-size: 1.5rem;
  }
}
.Footer__container__main__left__flex__item*:hover {
  color: #e53900;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.Footer__container__main__right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .Footer__container__main__right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Footer__container__main__right__item {
  width: 4rem;
}
.Footer__container__main__right__item img {
  width: 100%;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.Footer__container__main__right__item:hover {
  opacity: 0.6;
}
.Footer__container__food {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  .Footer__container__food {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}

.Search__page {
  margin-top: 0;
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .Search__page {
    padding-top: 4rem;
  }
}
.Search__page .Inner {
  margin-bottom: -12rem;
}
@media (max-width: 768px) {
  .Search__page .Inner {
    margin-bottom: -6rem;
  }
}
.Search__page .Top__blue__container {
  margin-top: 0;
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .Search__page .Top__blue__container {
    padding-top: 5rem;
  }
}
.Search__page .Search__line {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .Search__page .Search__line {
    margin-top: 7rem;
  }
}
@media (max-width: 768px) {
  .Search__page .Box {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .Search__page .CampaignBanner__button {
    width: 100%;
  }
}

.Search__none {
  width: 100%;
  text-align: center;
  padding: 6rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .Search__none {
    padding: 4rem 2rem;
    font-size: 1.4rem;
  }
}
.Search__none::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.6rem;
  background: url(../images/search_icon.png) no-repeat center/contain;
  opacity: 0.3;
}

.Column__page {
  margin-top: 0;
  padding-top: 5rem;
  background: url(../images/column_bg.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .Column__page {
    padding-top: 4rem;
  }
}
.Column__page .breadcrumb__list a, .Column__page .breadcrumb__list span {
  color: #000 !important;
  font-weight: bold;
}
.Column__page__container {
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .Column__page__container {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.Column__page__container .Post_slider__item {
  padding: 0;
  margin: 0 1.5rem;
  border-radius: auto;
}
.Column__page__container .Search__title__ja {
  color: #d43600;
  padding-left: 7rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .Column__page__container .Search__title__ja {
    font-size: 2.2rem;
    padding-left: 5rem;
    margin-bottom: 2rem;
  }
}
.Column__page__container .Search__title__ja::before {
  background: url(../images/column_title_icon.png) no-repeat center/contain;
  width: 6.2rem;
  height: 8rem;
}
@media (max-width: 768px) {
  .Column__page__container .Search__title__ja::before {
    width: 4rem;
    height: 5.5rem;
  }
}
.Column__page__container__dis {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .Column__page__container__dis {
    margin-bottom: 5rem;
  }
}
.Column__page__container__dis p {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  .Column__page__container__dis p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .Column__page .Search__line {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .Column__page .CampaignBanner__button {
    width: 100%;
  }
}

.Search__line {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .Search__line {
    margin-top: 5rem;
  }
}

.Result__page {
  margin-top: 0;
  padding-top: 5rem;
  background: url(../images/column_bg.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .Result__page {
    padding-top: 4rem;
  }
}
.Result__page .breadcrumb__list a, .Result__page .breadcrumb__list span {
  color: #000 !important;
  font-weight: bold;
}
.Result__page__container {
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .Result__page__container {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.Result__page__container .Box {
  padding: 0;
}
.Result__page__container .Search__title__ja {
  color: #000;
}
@media (max-width: 768px) {
  .Result__page__container .Search__title__ja {
    font-size: 2.2rem;
    padding-left: 5rem;
  }
}
.Result__page__container .Search__title__ja::before {
  background: url(../images/search_title_icon_black.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Result__page__container .Search__title__ja::before {
    width: 4rem;
    height: 5.5rem;
  }
}
.Result__page__container .Search__title__count {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .Result__page__container .Search__title__count {
    font-size: 2.2rem;
  }
}

.Fc__page {
  background-color: #fffd08;
}
@media (max-width: 768px) {
  .Fc__page .Search__line {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .Fc__page .CampaignBanner__button {
    width: 100%;
  }
}

.Contact__page {
  background-color: #2c9538;
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .Contact__page {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.Contact__page__container {
  margin-top: 0;
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .Contact__page__container {
    padding-top: 5rem;
  }
}
.Contact__page__container .Search__title__ja {
  position: relative;
  padding-left: 6rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Contact__page__container .Search__title__ja {
    font-size: 2.2rem;
    padding-left: 4.5rem;
    margin-bottom: 3rem;
  }
}
.Contact__page__container .Search__title__ja::before {
  background: url(../images/contact_allow.png) no-repeat center/contain;
  width: 5rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .Contact__page__container .Search__title__ja::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 768px) {
  .Contact__page__container .CampaignBanner__button {
    width: 100%;
  }
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .contact__form {
    gap: 2rem;
  }
}
.contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.contact__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact__label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact__label {
    font-size: 1.5rem;
  }
}
.contact__input, .contact__textarea,
.contact .wpcf7-text,
.contact .wpcf7-tel,
.contact .wpcf7-email,
.contact .wpcf7-textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 0.6rem;
  border: 0.2rem solid transparent;
  padding: 1.4rem;
  font-size: 1.8rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: text;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 768px) {
  .contact__input, .contact__textarea,
  .contact .wpcf7-text,
  .contact .wpcf7-tel,
  .contact .wpcf7-email,
  .contact .wpcf7-textarea {
    padding: 1.2rem;
    font-size: 1.6rem !important;
  }
}
.contact__input:focus, .contact__textarea:focus,
.contact .wpcf7-text:focus,
.contact .wpcf7-tel:focus,
.contact .wpcf7-email:focus,
.contact .wpcf7-textarea:focus {
  outline: none;
  border-color: #1967d2;
  background-color: #fafff8;
  -webkit-box-shadow: 0 0 0 0.3rem rgba(25, 103, 210, 0.3);
          box-shadow: 0 0 0 0.3rem rgba(25, 103, 210, 0.3);
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
.contact__input:hover:not(:focus), .contact__textarea:hover:not(:focus),
.contact .wpcf7-text:hover:not(:focus),
.contact .wpcf7-tel:hover:not(:focus),
.contact .wpcf7-email:hover:not(:focus),
.contact .wpcf7-textarea:hover:not(:focus) {
  border-color: #1967d2;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}
.contact__textarea,
.contact .wpcf7-textarea {
  min-height: 220px;
  resize: vertical;
  cursor: text;
}
@media (max-width: 768px) {
  .contact__textarea,
  .contact .wpcf7-textarea {
    min-height: 160px;
  }
}
.contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__radio-label, .contact__checkbox-label {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.contact__radio-label:hover, .contact__checkbox-label:hover {
  opacity: 0.75;
}

.wpcf7-submit,
.contact__button {
  border: none !important;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: opacity 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.wpcf7-submit:hover,
.contact__button:hover {
  opacity: 0.6;
}
.wpcf7-submit:active,
.contact__button:active {
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
.wpcf7-submit:disabled,
.contact__button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.wpcf7-not-valid {
  border-color: #e74c3c !important;
  -webkit-box-shadow: 0 0 0 0.3rem rgba(231, 76, 60, 0.25) !important;
          box-shadow: 0 0 0 0.3rem rgba(231, 76, 60, 0.25) !important;
  -webkit-animation: shake 0.4s ease;
          animation: shake 0.4s ease;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #e74c3c;
  font-size: 1.3rem;
  margin-top: 0.4rem;
}

.wpcf7-spinner {
  display: none;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-0.6rem);
            transform: translateX(-0.6rem);
  }
  40% {
    -webkit-transform: translateX(0.6rem);
            transform: translateX(0.6rem);
  }
  60% {
    -webkit-transform: translateX(-0.4rem);
            transform: translateX(-0.4rem);
  }
  80% {
    -webkit-transform: translateX(0.4rem);
            transform: translateX(0.4rem);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-0.6rem);
            transform: translateX(-0.6rem);
  }
  40% {
    -webkit-transform: translateX(0.6rem);
            transform: translateX(0.6rem);
  }
  60% {
    -webkit-transform: translateX(-0.4rem);
            transform: translateX(-0.4rem);
  }
  80% {
    -webkit-transform: translateX(0.4rem);
            transform: translateX(0.4rem);
  }
}
.wpcf7-text,
.wpcf7-tel,
.wpcf7-email,
.wpcf7-textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 0.6rem;
  border: 0.2rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.4rem;
  font-size: 1.8rem !important;
  box-sizing: border-box;
  cursor: text;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 768px) {
  .wpcf7-text,
  .wpcf7-tel,
  .wpcf7-email,
  .wpcf7-textarea {
    padding: 1.2rem;
    font-size: 1.6rem !important;
  }
}
.wpcf7-text:focus,
.wpcf7-tel:focus,
.wpcf7-email:focus,
.wpcf7-textarea:focus {
  outline: none;
  border-color: #1967d2;
  background-color: #fafff8;
  -webkit-box-shadow: 0 0 0 0.3rem rgba(25, 103, 210, 0.3);
          box-shadow: 0 0 0 0.3rem rgba(25, 103, 210, 0.3);
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
.wpcf7-text:hover:not(:focus),
.wpcf7-tel:hover:not(:focus),
.wpcf7-email:hover:not(:focus),
.wpcf7-textarea:hover:not(:focus) {
  border-color: #1967d2;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}

.contact__field {
  margin-bottom: 2rem;
}

.required {
  color: #ff6b6b;
  font-size: 1.4rem;
  margin-left: 0.6rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .required {
    font-size: 1.2rem;
  }
}

input[type=submit] {
  width: 40rem !important;
  height: 6rem !important;
  margin: 0 auto;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 1.5px 5px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 5rem;
  text-align: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #4566ce !important;
}
@media (max-width: 768px) {
  input[type=submit] {
    margin: 0 auto;
    width: 100% !important;
  }
}

.wpcf7-not-valid-tip {
  color: #fffd08 !important;
  font-size: 1.8rem !important;
}

.wpcf7-not-valid {
  border-color: #fffd08 !important;
}

.contact__submit {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.submit-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.3rem;
  padding: 0.6rem 1.4rem;
  border-radius: 10rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .submit-chip {
    font-size: 1.2rem;
    padding: 0.5rem 1.2rem;
  }
}
.submit-chip.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}

.contact__submit p {
  text-align: center;
}

.submit-chip {
  margin-bottom: 2rem !important;
}

.Privacy__page {
  background-color: #fff;
}
.Privacy__page .Search__title__ja {
  color: #000;
}
.Privacy__page .breadcrumb__list a, .Privacy__page .breadcrumb__list span {
  color: #000 !important;
  font-weight: bold;
}

.Privacy {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #222;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .Privacy {
    padding-bottom: 2rem;
  }
}
.Privacy__lead {
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .Privacy__lead {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }
}
.Privacy__section {
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .Privacy__section {
    margin-bottom: 2.4rem;
  }
}
.Privacy__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  padding-left: 1rem;
  border-left: 4px solid #1e73be;
}
@media (max-width: 768px) {
  .Privacy__title {
    font-size: 1.6rem;
  }
}
.Privacy__text {
  margin: 0;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .Privacy__text {
    font-size: 1.3rem;
  }
}
.Privacy__list {
  padding-left: 2rem;
  margin: 0;
}
.Privacy__list li {
  list-style: disc;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .Privacy__list li {
    font-size: 1.3rem;
  }
}
.Privacy__date {
  margin-top: 5rem;
  font-size: 1.3rem;
  color: #666;
  text-align: right;
}
@media (max-width: 768px) {
  .Privacy__date {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}

.Single__page {
  background: url(../images/column_bg.png) repeat center/contain;
  padding-top: 5rem;
}
.Single__page__container {
  padding-top: 5rem;
}
.Single__page .breadcrumb__list a, .Single__page .breadcrumb__list span {
  color: #000 !important;
  font-weight: bold;
}

/* h2 */
.Article__content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  border-left: 6px solid #3b4fe4; /* 青い左ボーダー */
  padding: 0.6rem 0 0.6rem 1.4rem;
  margin: 4rem 0 1.6rem;
  line-height: 1.5;
}

/* h3 */
.Article__content h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  margin: 3rem 0 1.2rem;
  line-height: 1.5;
  /* ベースの薄いライン */
  border-bottom: 2px solid #e0e0e0;
}

/* 左側だけ色付きラインを重ねる */
.Article__content h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 6rem; /* 色付き部分の幅 */
  height: 2px;
  background-color: #3b4fe4;
}

/* ナビゲーション全体 */
.Article__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  margin-top: 6rem;
  padding-top: 3.2rem;
  border-top: 1px solid #e0e0e0;
}

.Article__nav__prev,
.Article__nav__next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Article__nav__prev {
  text-align: left;
}

.Article__nav__next {
  text-align: right;
}

.Article__nav__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

/* 前の記事・次の記事 リンク */
.Article__nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #e03;
  font-size: 1.6rem;
  font-weight: 700;
}

.Article__nav__link--disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* 矢印アイコン（円形） */
.Article__nav__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 2.5px solid #e03;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Article__nav__arrow svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #e03;
}

.Article__nav__arrow.is-disabled {
  border-color: #aaa;
}

.Article__nav__arrow.is-disabled svg {
  fill: #aaa;
}

/* 一覧にもどる ボタン */
.Article__nav__list__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 4rem;
  background-color: #3b4fe4;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px; /* 丸角ピル型 */
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Article__nav__list__btn:hover {
  opacity: 0.8;
}

/* SP対応 */
@media (max-width: 768px) {
  .Article__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .Article__nav__prev,
  .Article__nav__next,
  .Article__nav__list {
    width: 100%;
    text-align: center;
  }
  .Article__nav__prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Article__nav__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Article__nav__next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .Article__nav__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* =====================
   Article 全体
===================== */
.Article {
  max-width: 100%;
  padding-bottom: 10rem;
}

/* =====================
   カテゴリー
===================== */
.Article__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}

.Article__category a {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background: #eef0fc;
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  background: #3b4fe4 !important;
  border-radius: 2rem !important;
}

.Article__category a:hover {
  background: #3b4fe4;
  color: #fff;
}

/* =====================
   タイトル
===================== */
.Article__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .Article__title {
    font-size: 2.2rem;
  }
}
/* =====================
   メタ情報（日付）
===================== */
.Article__meta {
  margin-bottom: 2.4rem;
}

.Article__date {
  font-size: 1.3rem;
  color: #999;
}

/* =====================
   アイキャッチ画像
===================== */
.Article__thumbnail {
  margin-bottom: 3.2rem;
  border-radius: 8px;
  overflow: hidden;
}

.Article__thumbnail__img {
  width: 100%;
  height: auto;
  display: block;
}

/* =====================
   目次（TOC）
===================== */
.toc {
  background: #f7f8ff;
  border: 1px solid #dde1f9;
  border-radius: 8px;
  padding: 2.4rem 2.8rem;
  margin: 3.2rem 0;
}

.toc-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  color: #1a1a1a;
  cursor: pointer;
}

.toc-title::before {
  content: "目次";
}

.toc-content {
  display: block;
}

.toc-checkbox {
  display: none;
}

/* チェックボックスで開閉 */
.toc-checkbox:not(:checked) ~ .toc-content {
  display: none;
}

.toc-list {
  padding-left: 1.8rem;
  margin: 0;
}

.toc-list li {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 0.6rem;
  color: #333;
}

.toc-list a {
  color: #3b4fe4;
  text-decoration: none;
}

.toc-list a:hover {
  text-decoration: underline;
}

.toc-list ol {
  padding-left: 1.6rem;
  margin-top: 0.4rem;
}

.toc-list ol li {
  font-size: 1.3rem;
}

/* =====================
   本文エリア
===================== */
.Article__content {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}

/* h2 */
.Article__content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  border-left: 6px solid #3b4fe4;
  padding: 0.6rem 0 0.6rem 1.4rem;
  margin: 5rem 0 2rem;
  line-height: 1.5;
  color: #1a1a1a;
}

/* h3 */
.Article__content h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  margin: 3.6rem 0 1.6rem;
  line-height: 1.5;
  border-bottom: 2px solid #e0e0e0;
  color: #1a1a1a;
}

.Article__content h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 6rem;
  height: 2px;
  background-color: #3b4fe4;
}

/* p */
.Article__content p {
  margin-bottom: 1.8rem;
}

/* strong */
.Article__content strong {
  font-weight: 700;
  color: #1a1a1a;
}

/* ul / ol */
.Article__content ul,
.Article__content ol {
  padding-left: 2.2rem;
  margin-bottom: 2rem;
}

.Article__content ul li,
.Article__content ol li {
  line-height: 1.8;
  margin-bottom: 0.6rem;
}

.Article__content ul {
  list-style: disc;
}

.Article__content ol {
  list-style: decimal;
}

/* =====================
   前後ナビゲーション
===================== */
.Article__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  margin-top: 6rem;
  padding-top: 3.2rem;
  border-top: 1px solid #e0e0e0;
}

.Article__nav__prev,
.Article__nav__next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Article__nav__prev {
  text-align: left;
}

.Article__nav__next {
  text-align: right;
}

.Article__nav__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

/* 前の記事・次の記事 リンク */
.Article__nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #e00033;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Article__nav__link:hover {
  opacity: 0.7;
}

.Article__nav__link--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* 矢印アイコン（円形） */
.Article__nav__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 2.5px solid #e00033;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Article__nav__arrow svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #e00033;
}

.Article__nav__arrow.is-disabled {
  border-color: #aaa;
}

.Article__nav__arrow.is-disabled svg {
  fill: #aaa;
}

/* 一覧にもどる ボタン */
.Article__nav__list__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 4rem;
  background-color: #3b4fe4;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.Article__nav__list__btn:hover {
  opacity: 0.6;
  color: #fff;
}

.Article__nav__list__btn:hover {
  opacity: 0.8;
}

/* SP対応 */
@media (max-width: 768px) {
  .Article__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .Article__nav__prev,
  .Article__nav__next,
  .Article__nav__list {
    width: 100%;
    text-align: center;
  }
  .Article__nav__prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Article__nav__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Article__nav__next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .Article__nav__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* h2 */
.Article__content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 6px solid #3b4fe4;
  padding: 0.6rem 0 0.6rem 1.4rem;
  margin: 5rem 0 2rem;
  line-height: 1.5;
  color: #1a1a1a;
}

/* h3 */
.Article__content h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  margin: 3.6rem 0 1.6rem;
  line-height: 1.5;
  border-bottom: 2px solid #e0e0e0;
  color: #1a1a1a;
}

.Article__content h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 6rem;
  height: 2px;
  background-color: #3b4fe4;
}

/* SP */
@media (max-width: 768px) {
  .Article__content h2 {
    font-size: 2rem;
  }
  .Article__content h3 {
    font-size: 1.8rem;
  }
}
.Article__content h2 span,
.Article__content h3 span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.Article__content strong {
  font-weight: 700;
  color: #1a1a1a;
  font-size: inherit;
}

/* カテゴリー */
.Article__category a {
  background: #eef0fc;
  color: #4566CE;
}

.Article__category a:hover {
  background: #4566CE;
  color: #fff;
}

/* h2 左ボーダー */
.Article__content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 6px solid #4566CE;
  padding: 0.6rem 0 0.6rem 1.4rem;
  margin: 5rem 0 2rem;
  line-height: 1.5;
  color: #000;
}

/* h3 下ライン */
.Article__content h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  margin: 3.6rem 0 1.6rem;
  line-height: 1.5;
  border-bottom: 2px solid #e0e0e0;
  color: #000;
}

.Article__content h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 6rem;
  height: 2px;
  background-color: #4566CE;
}

/* 本文 */
.Article__content {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000;
}

.Article__content p {
  margin-bottom: 1.8rem;
  color: #000;
}

.Article__content strong {
  font-weight: 700;
  font-size: inherit;
  color: #000;
}

.Article__content ul li,
.Article__content ol li {
  line-height: 1.8;
  margin-bottom: 0.6rem;
  color: #000;
}

/* 目次 */
.toc {
  background: #f7f8ff;
  border: 1px solid #c5ceee;
  border-radius: 8px;
  padding: 2.4rem 2.8rem;
  margin: 3.2rem 0;
}

.toc-list a {
  color: #4566CE;
  text-decoration: none;
}

.toc-list a:hover {
  text-decoration: underline;
}

/* 一覧ボタン */
.Article__nav__list__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 4rem;
  background-color: #4566CE;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Article__nav__list__btn:hover {
  opacity: 0.8;
}

/* =====================================================
   Article 全体
===================================================== */
.Article {
  max-width: 100%;
  color: #000;
}

/* =====================================================
   カテゴリー
===================================================== */
.Article__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}

.Article__category a {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background: #eef1fa;
  color: #4566CE;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.Article__category a:hover {
  background: #4566CE;
  color: #fff;
}

/* =====================================================
   タイトル
===================================================== */
.Article__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  color: #000;
}

@media (max-width: 768px) {
  .Article__title {
    font-size: 2.2rem;
  }
}
/* =====================================================
   メタ情報（日付）
===================================================== */
.Article__meta {
  margin-bottom: 2.4rem;
}

.Article__date {
  font-size: 1.3rem;
  color: #999;
}

/* =====================================================
   アイキャッチ画像
===================================================== */
.Article__thumbnail {
  margin-bottom: 3.2rem;
  border-radius: 8px;
  overflow: hidden;
}

.Article__thumbnail__img {
  width: 100%;
  height: auto;
  display: block;
}

/* =====================================================
   目次（TOC）
===================================================== */
.toc {
  background: #f7f9ff;
  border: 1px solid #c5ceee;
  border-radius: 8px;
  padding: 2.4rem 2.8rem;
  margin: 3.2rem 0;
}

.toc-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  color: #000;
  cursor: pointer;
}
.toc-title::before {
  display: none;
}

.toc-checkbox {
  display: none;
}

.toc-checkbox:not(:checked) ~ .toc-content {
  display: none;
}

.toc-list {
  padding-left: 1.8rem;
  margin: 0;
}

.toc-list li {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 0.6rem;
  color: #000;
}

.toc-list a {
  color: #4566CE;
  text-decoration: none;
}

.toc-list a:hover {
  text-decoration: underline;
}

.toc-list ol {
  padding-left: 1.6rem;
  margin-top: 0.4rem;
}

.toc-list ol li {
  font-size: 1.3rem;
}

/* =====================================================
   本文エリア 基本
===================================================== */
.Article__content {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000;
}

.Article__content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =====================================================
   見出し
===================================================== */
/* h2 */
.Article__content h2,
.Article__content h2 span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

.Article__content h2 {
  border-left: 6px solid #4566CE;
  padding: 0.6rem 0 0.6rem 1.4rem;
  margin: 5rem 0 2rem;
}

/* h3 */
.Article__content h3,
.Article__content h3 span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

.Article__content h3 {
  position: relative;
  padding-bottom: 0.8rem;
  margin: 3.6rem 0 1.6rem;
  border-bottom: 2px solid #e0e0e0;
}

.Article__content h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 6rem;
  height: 2px;
  background: #4566CE;
}

@media (max-width: 768px) {
  .Article__content h2,
  .Article__content h2 span {
    font-size: 2rem;
  }
  .Article__content h3,
  .Article__content h3 span {
    font-size: 1.8rem;
  }
}
/* =====================================================
   段落
===================================================== */
.Article__content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  color: #000;
  margin-bottom: 1.8rem;
}

/* =====================================================
   強調
===================================================== */
.Article__content strong {
  font-size: inherit;
  font-weight: 700;
  color: #000;
}

/* =====================================================
   リスト
===================================================== */
.Article__content ul,
.Article__content ol {
  padding-left: 2.2rem;
  margin-bottom: 2rem;
}

.Article__content ul {
  list-style: disc;
}

.Article__content ol {
  list-style: decimal;
}

.Article__content ul li,
.Article__content ol li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  margin-bottom: 0.6rem;
}

.Article__content ul li strong,
.Article__content ol li strong {
  font-size: inherit;
  font-weight: 700;
  color: #000;
}

/* =====================================================
   前後ナビゲーション
===================================================== */
.Article__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  margin-top: 6rem;
  padding-top: 3.2rem;
  border-top: 1px solid #e0e0e0;
}

.Article__nav__prev,
.Article__nav__next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Article__nav__prev {
  text-align: left;
}

.Article__nav__next {
  text-align: right;
}

.Article__nav__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

/* 前・次リンク */
.Article__nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: #e00033;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Article__nav__link:hover {
  opacity: 0.7;
}

.Article__nav__link--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* 矢印アイコン */
.Article__nav__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 2.5px solid #e00033;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Article__nav__arrow svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #e00033;
}

.Article__nav__arrow.is-disabled {
  border-color: #bbb;
}

.Article__nav__arrow.is-disabled svg {
  fill: #bbb;
}

/* 一覧ボタン */
.Article__nav__list__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 4rem;
  background: #4566CE;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Article__nav__list__btn:hover {
  opacity: 0.8;
}

/* ナビ SP */
@media (max-width: 768px) {
  .Article__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .Article__nav__prev,
  .Article__nav__next,
  .Article__nav__list {
    width: 100%;
    text-align: center;
  }
  .Article__nav__prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Article__nav__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Article__nav__next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .Article__nav__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Article__nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: row;
  gap: 1rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: #e00033;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Article__nav__label {
  padding: 0 1rem;
  font-size: 1.8rem;
}

.Single__page p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .Single__page p {
    font-size: 1.4rem;
  }
}
.Single__page table {
  width: 100%;
  border-collapse: collapse;
  margin: 3rem 0;
  font-size: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .Single__page table {
    font-size: 1.3rem;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.Single__page table thead tr {
  background: #1967d2;
}
.Single__page table thead tr th {
  color: #fff;
  font-weight: 700;
  padding: 1.4rem 1.8rem;
  text-align: left;
  letter-spacing: 0.03em;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
  font-size: 1.6rem;
  color: #1967d2;
}
@media (max-width: 768px) {
  .Single__page table thead tr th {
    padding: 1.2rem 1.4rem;
  }
}
.Single__page table thead tr th:last-child {
  border-right: none;
}
.Single__page table tbody tr {
  border-bottom: 0.1rem solid #e7e7e7;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.Single__page table tbody tr:nth-child(even) {
  background: #f0f5fd;
}
.Single__page table tbody tr:last-child {
  border-bottom: none;
}
.Single__page table tbody tr td {
  padding: 1.4rem 1.8rem;
  color: #333;
  line-height: 1.7;
  border-right: 0.1rem solid #e7e7e7;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .Single__page table tbody tr td {
    padding: 1.2rem 1.4rem;
  }
}
.Single__page table tbody tr td:last-child {
  border-right: none;
}
.Single__page table tbody tr td:first-child {
  font-weight: 700;
  color: #000;
}

.post-views {
  display: none;
}

/* h4 */
.Article__content h4,
.Article__content h4 span {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

.Article__content h4 {
  position: relative;
  padding: 0.6rem 1.2rem;
  margin: 2.8rem 0 1.2rem;
  background: #f0f3fc;
  border-radius: 4px;
}

.Article__content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #4566CE;
  border-radius: 4px 0 0 4px;
}

@media (max-width: 768px) {
  .Article__content h4,
  .Article__content h4 span {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .Article__nav__sp .Article__nav__prev {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .Article__nav__sp .Article__nav__next {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .Article__nav__sp__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.Related__posts {
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 0.1rem solid #e0e0e0;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .Related__posts {
    margin-top: 4rem;
    padding-top: 3rem;
  }
}
.Related__posts__title {
  font-size: 2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
  border-left: 0.4rem solid #4566CE;
}
@media (max-width: 768px) {
  .Related__posts__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.Related__posts__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .Related__posts__inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.Related__posts__inner .Post__column {
  width: 100%;
}
.Related__posts__inner .Post {
  width: 100%;
}

.Post__ranking__wrap {
  position: relative;
  width: calc((100% - 6rem) / 3);
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .Post__ranking__wrap {
    width: 100%;
  }
}
.Post__ranking__wrap .Post {
  width: 100%;
  position: static;
  background-color: transparent;
  padding: 0;
}

.Post__ranking__badge {
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 2;
}
.Post__ranking__badge--1 img, .Post__ranking__badge--2 img, .Post__ranking__badge--3 img {
  width: 4.5rem;
  height: auto;
}
.Post__ranking__badge--other {
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/ranking_bg.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Post__ranking__badge--other span {
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .Result__page__container .CampaignBanner__button {
    width: 100%;
  }
}

.Thanks__page {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Thanks__page {
    padding: 6rem 0;
  }
}
.Thanks__page__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;
}
.Thanks__page__box {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto;
  padding: 6rem 4rem;
  background: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .Thanks__page__box {
    padding: 4rem 2rem;
  }
}
.Thanks__page__box__title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .Thanks__page__box__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.Thanks__page__box__text {
  font-size: 1.6rem;
  color: #555;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Thanks__page__box__text {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

.Company__page__container {
  max-width: 80rem;
  margin: 0 auto;
}
.Company__page__content {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .Company__page__content {
    margin-bottom: 4rem;
  }
}

.Company__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.06);
}
.Company__table__row {
  display: grid;
  grid-template-columns: 18rem 1fr;
  border-bottom: 0.1rem solid #eee;
}
@media (max-width: 768px) {
  .Company__table__row {
    grid-template-columns: 1fr;
  }
}
.Company__table__row:first-child .Company__table__row__head {
  border-radius: 1.2rem 0 0 0;
}
@media (max-width: 768px) {
  .Company__table__row:first-child .Company__table__row__head {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.Company__table__row:last-child {
  border-bottom: none;
}
.Company__table__row:last-child .Company__table__row__head {
  border-radius: 0 0 1.2rem 0;
}
@media (max-width: 768px) {
  .Company__table__row:last-child .Company__table__row__head {
    border-radius: 0;
  }
}
.Company__table__row__head {
  background: #2c9538;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .Company__table__row__head {
    font-size: 1.4rem;
    padding: 1.4rem 1.6rem;
  }
}
.Company__table__row__data {
  font-size: 1.5rem;
  color: #333;
  padding: 2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .Company__table__row__data {
    font-size: 1.4rem;
    padding: 1.4rem 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */