@charset "UTF-8";
a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "YuGothic Medium", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-weight: 500;
}

h1 {
  font-size: 40px;
}
@media (width < 920px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 35px;
}
@media (width < 920px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 30px;
}
@media (width < 920px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 25px;
}
@media (width < 920px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
}

.mobile {
  display: none;
}

.mobile-inline {
  display: none;
}

@media (width < 920px) {
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile-inline {
    display: inline;
  }
}
.display-none {
  display: none;
}

.breadcrumb {
  background-color: rgb(232, 232, 232);
  padding: 10px 0 7px 101px;
}
@media (width < 920px) {
  .breadcrumb {
    padding: 3px 0 0 0;
  }
}
.breadcrumb__list {
  display: flex;
  gap: 0 17px;
  font-size: 16px;
  line-height: 33px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .breadcrumb__list {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .breadcrumb__list {
    flex-wrap: wrap;
  }
}
.breadcrumb__item a {
  color: black;
}
.breadcrumb__item::after {
  content: ">";
  margin-left: 17px;
}
.breadcrumb__item:last-child::after {
  content: "";
}

.page-top-container {
  display: flex;
  justify-content: right;
  padding-right: 116px;
  padding-bottom: 91px;
}
.page-top-container.contact_form__totop {
  padding-right: 100px;
  padding-bottom: 32px;
}
@media (width < 920px) {
  .page-top-container.contact_form__totop {
    padding-right: 30px;
    padding-bottom: 18px;
  }
}
@media (width < 920px) {
  .page-top-container {
    padding-right: 20px;
    padding-bottom: 78px;
  }
}
.page-top-container img {
  display: block;
}

.pagination-container {
  display: flex;
  justify-content: center;
  padding-top: 71px;
  padding-bottom: 49px;
}
@media (width < 920px) {
  .pagination-container {
    padding-top: 59px;
    padding-bottom: 56px;
  }
}
.pagination-list {
  display: flex;
  gap: 10px;
}
@media (width < 920px) {
  .pagination-list {
    gap: 5px;
  }
}
.pagination-item a {
  display: block;
  color: black;
  width: 50px;
  height: 50px;
  border: 1px solid black;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
@media (width < 920px) {
  .pagination-item a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
}
.pagination-item.active a {
  background-color: black;
  color: white;
}

.ellipsis {
  font-size: 24px;
  line-height: 40px;
  padding: 0 10px;
}
@media (width < 920px) {
  .ellipsis {
    font-size: 21px;
    line-height: 36px;
    padding: 0 7px;
  }
}

.is-hidden {
  display: none;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
  margin-bottom: 94px;
}
@media (width < 920px) {
  .post-nav {
    margin-top: 45px;
    gap: 22px;
    margin-bottom: 64px;
  }
}
.post-nav__prev-top, .post-nav__next-top {
  background-color: black;
  color: white;
  height: 37px;
  line-height: 37px;
  font-size: 17px;
  margin-bottom: 15px;
  padding-left: 20px;
}
.post-nav__prev-bottom, .post-nav__next-bottom {
  display: flex;
  gap: 16px;
}
.post-nav__prev-bottom img, .post-nav__next-bottom img {
  width: 98px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (width < 920px) {
  .post-nav__prev-bottom img, .post-nav__next-bottom img {
    display: none;
  }
}
.post-nav__prev-bottom h6, .post-nav__next-bottom h6 {
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  max-width: 147px;
  color: black;
  font-weight: 700;
}
@media (width < 920px) {
  .post-nav__prev-bottom h6, .post-nav__next-bottom h6 {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.post-nav__next-top {
  text-align: right;
  padding-right: 18px;
}
.related__title {
  height: 50px;
  background-color: black;
  color: white;
  font-size: 18px;
  line-height: 50px;
  padding-left: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (width < 920px) {
  .related__title {
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.related__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width < 920px) {
  .related__list {
    gap: 20px;
  }
}
.related__item a {
  display: flex;
  gap: 30px;
  color: black;
}
@media (width < 920px) {
  .related__item a {
    gap: 20px;
  }
}
.related__item-left {
  position: relative;
  flex-shrink: 0;
}
.related__item-left img {
  display: block;
  width: 200px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 920px) {
  .related__item-left img {
    width: 160px;
    height: 110px;
  }
}
.related__item-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(203, 0, 0);
  color: white;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media (width < 920px) {
  .related__item-type {
    width: 90px;
  }
}
@media (width < 920px) {
  .related__item-type {
    width: 80px;
  }
}
.related__item-title {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 13px;
  font-weight: 700;
}
@media (width < 920px) {
  .related__item-title {
    font-size: 17px;
    line-height: 28px;
    line-height: 30px;
    padding-bottom: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    padding-top: 8px;
  }
}
.related__item-date {
  font-size: 17px;
  line-height: 30px;
  padding-left: 4px;
}
@media (width < 920px) {
  .related__item-date {
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 8px;
    padding-left: 0;
  }
}

.header {
  height: 80px;
  background-color: white;
}
@media (width < 920px) {
  .header {
    height: 50px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  height: 80px;
  align-items: center;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .header__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .header__container {
    padding: 0;
    height: 50px;
  }
}
.header__left a {
  display: block;
}
@media (width < 920px) {
  .header__left a {
    margin-left: 20px;
  }
}
.header__left a img {
  display: block;
}
.header__nav ul {
  display: flex;
}
.header__link {
  padding-right: 33px;
}
.header__link a {
  color: black;
  line-height: 45px;
  font-size: 17px;
  font-weight: 700;
}
.header__link--contact {
  padding: 0;
}
.header__link--contact a {
  color: white;
  background-color: rgb(203, 0, 0);
  font-size: 15px;
  font-weight: 700;
  width: 150px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
}
.header .hamburger {
  width: 71px;
  height: 58px;
  position: relative;
  cursor: pointer;
  border: none;
  background-color: rgb(203, 0, 0);
  z-index: 9999;
}
.header .hamburger span,
.header .hamburger span::before,
.header .hamburger span::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background-color: white;
  transition: 0.3s;
}
.header .hamburger span {
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
}
.header .hamburger span::before {
  top: -12px;
}
.header .hamburger span::after {
  top: 12px;
}
.header .hamburger.active span {
  background: transparent;
}
.header .hamburger.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.header .hamburger.active span::after {
  top: 0;
  transform: rotate(-45deg);
}
.header .nav-mob {
  display: none;
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 9999;
}
.header .nav-mob ul {
  display: flex;
  flex-direction: column;
  width: 300px;
}
.header .nav-mob ul li {
  background-color: rgb(203, 0, 0);
  font-weight: 700;
}
.header .nav-mob ul li:hover {
  background-color: black;
}
.header .nav-mob ul li a {
  padding-top: 15px;
  padding-left: 20px;
  font-size: 18px;
  color: white;
  line-height: 33px;
  display: block;
  height: 58px;
  font-weight: 700;
}

.footer {
  background-color: rgb(203, 0, 0);
  height: 274px;
}
@media (width < 920px) {
  .footer {
    height: 303px;
  }
}
.footer__contact {
  display: block;
  color: white;
  background-color: rgb(203, 0, 0);
  float: right;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.2em;
  width: 300px;
  height: 61px;
  text-align: center;
  line-height: 60px;
  margin-top: -60px;
}
@media (width < 920px) {
  .footer__contact {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}
.footer__container {
  padding-top: 44px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .footer__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__nav ul {
  display: flex;
  gap: 32px;
  justify-content: center;
}
@media (width < 920px) {
  .footer__nav ul {
    gap: 30px;
  }
}
.footer__nav-item a {
  color: white;
  font-size: 17px;
  line-height: 33px;
  font-weight: 700;
}
.footer__logo {
  text-align: center;
  padding-top: 22px;
}
.footer__logo img, .footer__logo a {
  display: block;
  margin: auto;
}
@media (width < 920px) {
  .footer__logo {
    padding-top: 18px;
  }
}
.footer__copyright {
  color: white;
  text-align: center;
  font-size: 15px;
  line-height: 33px;
  margin-top: 23px;
}
@media (width < 920px) {
  .footer__copyright {
    line-height: 20px;
    margin-top: 28px;
  }
}
@media (width < 920px) {
  .footer__sns {
    margin-top: 16px;
  }
}
.footer__sns ul {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.hero {
  width: 100%;
  background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/FV.png);
  background-size: cover;
  height: 470px;
}
@media (width < 920px) {
  .hero {
    background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/FV-sp.png) no-repeat center/cover;
    height: 550px;
  }
}
.hero__container {
  text-align: center;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .hero__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero__container h1 {
  color: white;
  padding-top: 185px;
  font-weight: 700;
  line-height: 60px;
}
@media (width < 920px) {
  .hero__container h1 {
    padding-top: 208px;
    line-height: 50px;
  }
}

.concept__container {
  padding-top: 66px;
  padding-bottom: 53px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .concept__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .concept__container {
    padding-top: 46px;
    padding-bottom: 33px;
  }
}
.concept__container h2 {
  line-height: 50px;
  color: rgb(203, 0, 0);
  text-align: center;
  font-weight: 700;
}
@media (width < 920px) {
  .concept__container h2 {
    line-height: 40px;
  }
}
.concept__container h5 {
  line-height: 30px;
  padding-top: 17px;
  text-align: center;
}
@media (width < 920px) {
  .concept__container h5 {
    padding-top: 7px;
    text-align: left;
  }
}
.concept__container img {
  display: block;
  margin: auto;
  padding-top: 34px;
}
@media (width < 920px) {
  .concept__container img {
    padding-top: 20px;
  }
}
.concept__step {
  display: flex;
  justify-content: center;
}
.concept__step-left {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-top: 21px;
  width: 150px;
}
@media (width < 920px) {
  .concept__step-left {
    padding-top: 34px;
    width: 117px;
  }
}
.concept__step-left h4 {
  line-height: 50px;
  color: rgb(203, 0, 0);
  font-weight: 700;
}
.concept__step-left h4:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 20px;
}
.concept__step-center {
  position: relative;
  display: inline-block;
  width: 31px;
  margin-left: 24px;
  margin-right: 24px;
}
.concept__step .dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 35px;
  left: 5px;
}
@media (width < 920px) {
  .concept__step .dots {
    top: 48px;
    left: 6px;
  }
}
.concept__step .dot {
  width: 20px;
  height: 20px;
  background-color: rgb(203, 0, 0);
  border-radius: 50%;
}
.concept__step .dot--middle {
  margin-bottom: 50px;
}
.concept__step .dot--top {
  margin-bottom: 47px;
}
.concept__step .arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -4px;
}
@media (width < 920px) {
  .concept__step .arrow {
    top: 2px;
  }
}
.concept__step .arrow__body {
  width: 3px;
  height: 189px;
  background-color: rgb(203, 0, 0);
  margin: auto;
  position: relative;
  border-radius: 2px;
}
.concept__step .arrow__head-lines {
  position: absolute;
  top: 0;
  left: -15px;
  width: 32px;
  height: 15px;
}
.concept__step .arrow .line {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: rgb(203, 0, 0);
  top: 0;
  transform-origin: 100% 50%;
  border-radius: 2px;
}
.concept__step .arrow .line--left {
  top: -1px;
  right: 15px;
  transform: rotate(-45deg);
}
.concept__step .arrow .line--right {
  left: 9px;
  top: 17px;
  transform: rotate(45deg);
}
.concept__step-right {
  display: flex;
  flex-direction: column;
  padding-top: 21px;
  width: 150px;
}
@media (width < 920px) {
  .concept__step-right {
    padding-top: 34px;
    width: 115px;
  }
}
.concept__step-right p {
  font-size: 23px;
  line-height: 50px;
}
@media (width < 920px) {
  .concept__step-right p {
    font-size: 20px;
  }
}
.concept__step-right p:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 20px;
}

.feature {
  background-color: rgb(203, 0, 0);
  color: white;
}
.feature__container {
  padding-top: 68px;
  padding-bottom: 60px;
  text-align: center;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .feature__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .feature__container {
    padding-top: 49px;
    padding-bottom: 40px;
  }
}
.feature__container h3 {
  line-height: 50px;
  padding-bottom: 30px;
  font-weight: 700;
}
@media (width < 920px) {
  .feature__container h3 {
    line-height: 40px;
    padding-bottom: 14px;
  }
}
.feature__container h5 {
  line-height: 30px;
}

.reason__container {
  padding-top: 64px;
  padding-bottom: 90px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .reason__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .reason__container {
    padding-top: 49px;
    padding-bottom: 39px;
  }
}
.reason__container h3 {
  line-height: 50px;
  padding-bottom: 28px;
  text-align: center;
  font-weight: 700;
}
@media (width < 920px) {
  .reason__container h3 {
    line-height: 40px;
    padding-bottom: 36px;
  }
}
.reason__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (width < 920px) {
  .reason__list {
    gap: 39px;
    padding: 0;
  }
}
.reason__item {
  display: flex;
}
@media (width < 920px) {
  .reason__item {
    flex-direction: column;
  }
}
.reason__item:first-child p {
  margin-top: 7px;
}
@media (width < 920px) {
  .reason__item:first-child p {
    margin-top: 30px;
  }
}
.reason__item-img {
  width: 350px;
  height: 247px;
  flex-shrink: 0;
}
@media (width < 920px) {
  .reason__item-img {
    width: 100%;
    height: auto;
  }
}
.reason__item-img img {
  display: block;
  width: 350px;
  height: 247px;
}
@media (width < 920px) {
  .reason__item-img img {
    width: 100%;
    height: auto;
  }
}
.reason__item-body p {
  font-size: 22px;
  line-height: 33px;
  margin-top: -3px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-weight: 700;
}
@media (width < 920px) {
  .reason__item-body p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    padding-bottom: 8px;
    padding-left: 0;
  }
}
.reason__item-body h5 {
  line-height: 33px;
  padding-top: 36px;
  padding-left: 50px;
}
@media (width < 920px) {
  .reason__item-body h5 {
    line-height: 30px;
    font-size: 16px;
    padding-top: 17px;
    padding-left: 0;
  }
}
.reason__item-bar {
  width: 100%;
  height: 2px;
  background-color: rgb(203, 0, 0);
  border-radius: 1px;
}
@media (width < 920px) {
  .reason__item-bar {
    border-radius: 0;
  }
}

.voices {
  height: 550px;
  background-color: rgb(203, 0, 0);
}
@media (width < 920px) {
  .voices {
    height: 535px;
  }
}
.voices__container {
  color: white;
  padding-top: 44px;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .voices__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .voices__container {
    padding-top: 46px;
    padding-bottom: 50px;
  }
}
.voices__container h3 {
  padding-bottom: 36px;
  line-height: 50px;
  font-weight: 700;
}
@media (width < 920px) {
  .voices__container h3 {
    line-height: 40px;
    padding-bottom: 39px;
  }
}
.voices__container #voices__prevBtn {
  position: absolute;
  top: 257px;
  left: 58px;
}
@media (width < 920px) {
  .voices__container #voices__prevBtn {
    top: 255px;
    left: 22px;
  }
}
.voices__container #voices__prevBtn img {
  display: block;
}
.voices__container #voices__nextBtn {
  position: absolute;
  top: 256px;
  right: 57px;
}
@media (width < 920px) {
  .voices__container #voices__nextBtn {
    top: 255px;
    right: 22px;
  }
}
.voices__container #voices__nextBtn img {
  display: block;
}
.voices__slide {
  width: 880px;
  margin: auto;
  overflow: hidden;
}
@media (width < 920px) {
  .voices__slide {
    width: 335px;
  }
}
.voices__slide ul {
  display: flex;
  gap: 35px;
  transition: transform 0.3s ease-in-out;
}
.voices__item {
  width: 270px;
  flex-shrink: 0;
}
@media (width < 920px) {
  .voices__item {
    width: 335px;
  }
}
.voices__item img {
  display: block;
  padding-bottom: 17px;
}
@media (width < 920px) {
  .voices__item img {
    padding-bottom: 27px;
  }
}
.voices__item p {
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.voices__item h5 {
  line-height: 30px;
  text-align: left;
}

.slider-btn.is-disabled {
  opacity: 0.3;
  cursor: default;
}

.flow__container {
  padding-top: 34px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .flow__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .flow__container {
    padding-top: 46px;
  }
}
.flow__container h3 {
  line-height: 50px;
  padding-bottom: 53px;
  font-weight: 700;
  text-align: center;
}
@media (width < 920px) {
  .flow__container h3 {
    line-height: 40px;
    padding-bottom: 36px;
  }
}
.flow__step {
  display: flex;
}
.flow__step-left {
  position: relative;
  display: inline-block;
  margin-left: 145px;
  margin-right: 45px;
  width: 31px;
}
@media (width < 920px) {
  .flow__step-left {
    margin-left: 2px;
    margin-right: 26px;
    margin-top: 6px;
    height: 668px;
    width: 23px;
  }
}
.flow__step-left .dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 8px;
  left: 6px;
}
@media (width < 920px) {
  .flow__step-left .dots {
    top: 0;
    left: 6px;
  }
}
.flow__step-left .dot {
  width: 20px;
  height: 20px;
  background-color: rgb(203, 0, 0);
  border-radius: 50%;
}
.flow__step-left .dot--top {
  margin-bottom: 97px;
}
@media (width < 920px) {
  .flow__step-left .dot--top {
    margin-bottom: 148px;
  }
}
.flow__step-left .dot--middle-1 {
  margin-bottom: 98px;
}
@media (width < 920px) {
  .flow__step-left .dot--middle-1 {
    margin-bottom: 178px;
  }
}
.flow__step-left .dot--middle-2 {
  margin-bottom: 99px;
}
@media (width < 920px) {
  .flow__step-left .dot--middle-2 {
    margin-bottom: 148px;
  }
}
.flow__step-left .arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 25px;
}
@media (width < 920px) {
  .flow__step-left .arrow {
    top: 2px;
    left: 16px;
  }
}
.flow__step-left .arrow__body {
  width: 3px;
  height: 404px;
  background-color: rgb(203, 0, 0);
  margin: auto;
  position: relative;
  border-radius: 2px;
}
@media (width < 920px) {
  .flow__step-left .arrow__body {
    height: 677px;
  }
}
.flow__step-left .arrow__head-lines {
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 32px;
  height: 15px;
}
.flow__step-left .arrow .line {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: rgb(203, 0, 0);
  top: 0;
  transform-origin: 100% 50%;
  border-radius: 2px;
}
.flow__step-left .arrow .line--left {
  top: 17px;
  right: 14px;
  transform: rotate(45deg);
}
.flow__step-left .arrow .line--right {
  left: 8px;
  top: -1px;
  transform: rotate(-45deg);
}
.flow__step-right {
  display: flex;
  flex-direction: column;
  gap: 58px;
}
@media (width < 920px) {
  .flow__step-right {
    position: relative;
    width: 100%;
  }
}
.flow__step-item {
  display: flex;
}
@media (width < 920px) {
  .flow__step-item {
    flex-direction: column;
    position: absolute;
    width: 100%;
  }
  .flow__step-item:nth-child(2) {
    top: 168px;
  }
  .flow__step-item:nth-child(3) {
    top: 366px;
  }
  .flow__step-item:nth-child(4) {
    top: 534px;
  }
}
.flow__step-item p {
  color: rgb(203, 0, 0);
  font-size: 22px;
  line-height: 33px;
  width: 192px;
  font-weight: 700;
}
@media (width < 920px) {
  .flow__step-item p {
    width: auto;
    padding-bottom: 9px;
  }
}
.flow__step-item h5 {
  line-height: 30px;
}
@media (width < 920px) {
  .flow__step-item h5 {
    font-size: 16px;
  }
}

.faq__container {
  padding: 0 100px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .faq__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .faq__container {
    padding: 0 20px;
  }
}
.faq__container h3 {
  padding-top: 110px;
  padding-bottom: 36px;
  text-align: center;
  font-weight: 700;
}
@media (width < 920px) {
  .faq__container h3 {
    padding-top: 78px;
    padding-bottom: 39px;
  }
}
.faq__item {
  width: 100%;
  border-bottom: 0.5px rgb(0, 0, 0) solid;
}
.faq__item:first-child {
  border-top: 0.5px rgb(0, 0, 0) solid;
}
.faq__item.open img {
  transform: rotate(180deg);
}
.faq__item-left {
  display: flex;
  align-items: center;
}
.faq__item-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.faq__question-container, .faq__answer-container {
  line-height: 30px;
  display: flex;
  align-items: center;
}
.faq__question-container {
  display: flex;
  justify-content: space-between;
}
.faq__answer-container {
  background-color: rgba(203, 0, 0, 0.098);
  padding-right: 47px;
}
.faq__icon {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 20px;
  margin-left: 19px;
  flex-shrink: 0;
  font-weight: 700;
}
@media (width < 920px) {
  .faq__icon {
    margin-left: 0;
  }
}
.faq__icon--Q {
  background-color: black;
}
.faq__icon--A {
  background-color: rgb(203, 0, 0);
}
.faq__question, .faq__answer {
  font-size: 17px;
  padding-left: 10px;
  padding-top: 19px;
  padding-bottom: 15px;
}
@media (width < 920px) {
  .faq__question, .faq__answer {
    font-size: 16px;
    padding-left: 20px;
    padding-top: 17px;
    padding-bottom: 8px;
  }
}
.faq__answer {
  color: rgb(203, 0, 0);
  font-weight: 700;
}
.faq__arrow {
  margin-right: 29px;
}
@media (width < 920px) {
  .faq__arrow {
    margin-right: 14px;
    margin-left: 18px;
  }
}

.blogs__container {
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .blogs__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blogs__container h3 {
  padding-top: 70px;
  padding-bottom: 37px;
  text-align: center;
  font-weight: 700;
}
@media (width < 920px) {
  .blogs__container h3 {
    padding-top: 50px;
    padding-bottom: 39px;
  }
}
.blogs__list {
  padding: 0 100px;
  display: flex;
  gap: 50px;
}
@media (width < 920px) {
  .blogs__list {
    padding: 0;
    flex-direction: column;
    gap: 41px;
  }
}
.blogs__item {
  position: relative;
  width: 260px;
}
@media (width < 920px) {
  .blogs__item {
    width: 100%;
  }
}
.blogs__item img {
  display: block;
}
@media (width < 920px) {
  .blogs__item img {
    width: 100%;
  }
}
.blogs__item-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(203, 0, 0);
  color: white;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media (width < 920px) {
  .blogs__item-type {
    width: 90px;
  }
}
.blogs__item-title {
  padding-top: 20px;
  font-size: 20px;
  line-height: 25px;
  color: black;
  font-weight: 700;
}
@media (width < 920px) {
  .blogs__item-title {
    padding-top: 30px;
    line-height: 30px;
  }
}
.blogs__item-date {
  padding-top: 11px;
  font-size: 17px;
  line-height: 30px;
  color: black;
  float: right;
}
@media (width < 920px) {
  .blogs__item-date {
    padding-top: 6px;
  }
}
.blogs__to-blog-list {
  display: flex;
  justify-content: right;
  margin-right: 100px;
  margin-top: 37px;
  margin-bottom: 46px;
}
@media (width < 920px) {
  .blogs__to-blog-list {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 44px;
  }
}
.blogs__to-blog-list a {
  color: black;
  font-size: 18px;
  line-height: 30px;
  text-decoration: underline;
}

.plan__hero {
  background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/About.png);
  width: 100%;
  height: 200px;
  text-align: center;
}
@media (width < 920px) {
  .plan__hero {
    height: 300px;
  }
}
.plan__hero h4 {
  color: white;
  padding-top: 74px;
  line-height: 60px;
  font-weight: 700;
}
@media (width < 920px) {
  .plan__hero h4 {
    font-size: 25px;
    padding-top: 124px;
  }
}
@media (width < 920px) {
  .plan__hero {
    background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/Plan.png) no-repeat center/cover;
  }
}
.plan__pricing {
  padding: 67px 96px 0;
}
@media (width < 920px) {
  .plan__pricing {
    padding: 46px 20px 0;
  }
}
.plan__pricing-title, .plan__details-title {
  padding-bottom: 38px;
  text-align: center;
  font-weight: 700;
}
@media (width < 920px) {
  .plan__pricing-title, .plan__details-title {
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 39px;
  }
}
.plan__pricing-setting {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media (width < 920px) {
  .plan__pricing-setting {
    flex-direction: column;
    gap: 20px;
  }
}
.plan__pricing-item {
  display: flex;
  background-color: rgb(203, 0, 0);
  height: 60px;
  width: 210px;
  justify-content: center;
  align-items: center;
  color: white;
}
.plan__pricing-item span {
  display: block;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  font-weight: 700;
}
.plan__pricing-plus {
  position: relative;
  width: 18px;
  height: 18px;
}
.plan__pricing-plus::before, .plan__pricing-plus::after {
  content: "";
  position: absolute;
  background-color: black;
}
.plan__pricing-plus::before {
  width: 100%;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.plan__pricing-plus::after {
  width: 3px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.plan__pricing p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 48px;
}
@media (width < 920px) {
  .plan__pricing p {
    font-size: 16px;
  }
}
.plan__details {
  padding-top: 57px;
}
@media (width < 920px) {
  .plan__details {
    padding-top: 38px;
  }
}
.plan__details-title {
  padding-bottom: 48px;
}
@media (width < 920px) {
  .plan__details-title {
    padding-bottom: 6px;
  }
}
.plan__details-wrapper {
  padding: 0 100px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .plan__details-wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.plan__details-wrapper .price-table {
  width: 100%;
  border-collapse: collapse;
}
@media (width < 920px) {
  .plan__details-wrapper .price-table {
    min-width: 671px;
  }
}
.plan__details-wrapper .price-table thead .th-basic,
.plan__details-wrapper .price-table thead .th-premium {
  color: white;
  background-color: black;
  height: 50px;
  font-size: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media (width < 920px) {
  .plan__details-wrapper .price-table thead .th-basic,
  .plan__details-wrapper .price-table thead .th-premium {
    height: 66px;
    line-height: 25px;
  }
}
.plan__details-wrapper .price-table thead .th-standard {
  color: white;
  background-color: rgb(203, 0, 0);
  height: 80px;
  padding: 11px 0 5px;
}
.plan__details-wrapper .price-table thead .th-standard span {
  display: block;
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
}
.plan__details-wrapper .price-table thead .th-standard span:first-child {
  font-size: 17px;
}
.plan__details-wrapper .price-table thead .th-standard span:last-child {
  line-height: 25px;
}
@media (width < 920px) {
  .plan__details-wrapper .price-table thead .th-standard {
    height: 96px;
    padding: 5px 0 0;
  }
}
.plan__details-wrapper .price-table tbody tr:first-child th {
  border-top: 1px solid black;
}
.plan__details-wrapper .price-table tbody tr:first-child td div {
  font-size: 22px;
}
.plan__details-wrapper .price-table tbody tr:first-child .is-featured {
  color: rgb(203, 0, 0);
}
.plan__details-wrapper .price-table tbody tr:first-child div {
  font-weight: 700;
}
.plan__details-wrapper .price-table tbody tr:last-child {
  border-bottom: 1px solid black;
}
.plan__details-wrapper .price-table tbody th, .plan__details-wrapper .price-table tbody td {
  width: 220px;
  height: 85px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.plan__details-wrapper .price-table tbody th:first-child, .plan__details-wrapper .price-table tbody td:first-child {
  border-left: none;
}
.plan__details-wrapper .price-table tbody th:last-child, .plan__details-wrapper .price-table tbody td:last-child {
  border-right: none;
}
@media (width < 920px) {
  .plan__details-wrapper .price-table tbody th, .plan__details-wrapper .price-table tbody td {
    width: 167px;
  }
}
.plan__details-wrapper .price-table tbody th {
  font-size: 17px;
  text-align: left;
  padding-left: 20px;
}
@media (width < 920px) {
  .plan__details-wrapper .price-table tbody th {
    font-size: 16px;
    padding-left: 10px;
  }
}
.plan__details-wrapper .price-table tbody td {
  text-align: center;
}
.plan__details-wrapper .price-table tbody .dot {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: black;
  margin: auto;
}
.plan__details-wrapper .price-table tbody .note {
  display: block;
  padding-top: 8px;
  font-size: 17px;
  line-height: 25px;
}
.plan__details-wrapper .price-table tbody .bar {
  display: block;
  background-color: rgb(112, 112, 112);
  width: 30px;
  height: 1px;
  margin: auto;
}
.plan__details-wrapper .price-table .is-featured .dot {
  background-color: rgb(203, 0, 0);
}
.plan__details-wrapper .price-table .table-gray {
  background-color: rgba(80, 80, 80, 0.149);
}
.plan__details-wrapper p {
  font-size: 17px;
  line-height: 25px;
  padding-top: 28px;
  padding-bottom: 62px;
}
@media (width < 920px) {
  .plan__details-wrapper p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 17px;
    padding-bottom: 38px;
  }
}
@media (width < 920px) {
  .plan .table-scroll {
    position: relative;
  }
}
.plan .table-inner {
  overflow-x: visible;
}
@media (width < 920px) {
  .plan .table-inner {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .plan .table-inner::-webkit-scrollbar {
    display: none;
  }
}
@media (width < 920px) {
  .plan .fake-scroll {
    width: 100%;
    height: 25px;
    background-color: rgba(80, 80, 80, 0.149);
    margin-top: 17px;
    position: relative;
  }
}
.plan .fake-scroll__thumb {
  position: absolute;
  height: 23px;
  width: 30%;
  align-items: center;
  left: 0;
  top: 1px;
  background-color: rgba(80, 80, 80, 0.251);
}

.page-top-container {
  display: flex;
  justify-content: right;
  padding-right: 116px;
  padding-bottom: 91px;
}
@media (width < 920px) {
  .page-top-container {
    padding-right: 20px;
    padding-bottom: 78px;
  }
}
.page-top-container img {
  display: block;
}

.blog_list__hero {
  background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/Blog-1.png);
  width: 100%;
  height: 200px;
  text-align: center;
}
@media (width < 920px) {
  .blog_list__hero {
    height: 300px;
  }
}
.blog_list__hero h4 {
  color: white;
  padding-top: 74px;
  line-height: 60px;
  font-weight: 700;
}
@media (width < 920px) {
  .blog_list__hero h4 {
    font-size: 25px;
    padding-top: 124px;
  }
}
@media (width < 920px) {
  .blog_list__hero {
    background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/Blog.png) no-repeat center/cover;
  }
}
.blog_list__title {
  padding-top: 67px;
  padding-bottom: 38px;
  font-weight: 700;
  text-align: center;
}
@media (width < 920px) {
  .blog_list__title {
    font-size: 25px;
    padding-top: 46px;
    padding-bottom: 39px;
  }
}
.blog_list__list {
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .blog_list__list {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .blog_list__list {
    gap: 39px;
  }
}
.blog_list__item-link {
  color: black;
}
.blog_list__item-container {
  display: flex;
  gap: 50px;
}
@media (width < 920px) {
  .blog_list__item-container {
    flex-direction: column;
    gap: 30px;
  }
}
.blog_list__item-left {
  flex-shrink: 0;
  position: relative;
}
.blog_list__item-left img {
  display: block;
  width: 100%;
}
.blog_list__item-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(203, 0, 0);
  color: white;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media (width < 920px) {
  .blog_list__item-type {
    width: 90px;
  }
}
.blog_list__item-title {
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 3px;
  font-weight: 700;
}
@media (width < 920px) {
  .blog_list__item-title {
    line-height: 30px;
    padding-bottom: 6px;
  }
}
.blog_list__item-date {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 11px;
}
@media (width < 920px) {
  .blog_list__item-date {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-bottom: 8px;
  }
}
.blog_list__item-text {
  font-size: 18px;
  line-height: 30px;
}
@media (width < 920px) {
  .blog_list__item-text {
    font-size: 16px;
  }
}

@media (width < 920px) {
  .blog_details .breadcrumb {
    height: 59px;
  }
  .blog_details .breadcrumb li {
    padding-bottom: 0;
  }
  .blog_details .breadcrumb li:last-child {
    margin-top: -10px;
    width: 100%;
  }
}
.blog_details__container {
  padding: 70px 100px 28px;
  display: flex;
  gap: 31px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .blog_details__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .blog_details__container {
    flex-direction: column;
    padding: 50px 20px 0;
  }
}
.blog_details__article {
  position: relative;
}
.blog_details__article img {
  display: block;
}
.blog_details__article .img-top {
  width: 100%;
}
.blog_details__article-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(203, 0, 0);
  color: white;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media (width < 920px) {
  .blog_details__article-type {
    width: 90px;
  }
}
.blog_details__article-title {
  font-size: 25px;
  line-height: 40px;
  padding: 46px 0 5px;
  font-weight: 700;
}
@media (width < 920px) {
  .blog_details__article-title {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 0 9px;
  }
}
.blog_details__article-date {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 21px;
}
@media (width < 920px) {
  .blog_details__article-date {
    padding-bottom: 19px;
  }
}
.blog_details__article-text {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 33px;
}
@media (width < 920px) {
  .blog_details__article-text {
    font-size: 16px;
    padding-bottom: 39px;
  }
}
.blog_details__article-title2 {
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 15px;
  font-weight: 700;
}
@media (width < 920px) {
  .blog_details__article-title2 {
    line-height: 30px;
    padding-bottom: 17px;
  }
}
.blog_details__article-text2 {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 17px;
}
@media (width < 920px) {
  .blog_details__article-text2 {
    font-size: 16px;
    padding-bottom: 39px;
  }
}
.blog_details__article-img {
  display: block;
  margin-bottom: 29px;
}
@media (width < 920px) {
  .blog_details__article-img {
    margin-bottom: 27px;
    width: 100%;
  }
}
.blog_details__article-list {
  padding-bottom: 39px;
  border-bottom: 1px solid black;
}
@media (width < 920px) {
  .blog_details__article-list {
    padding-bottom: 37px;
  }
}
.blog_details__article-item {
  font-size: 18px;
  line-height: 30px;
}
@media (width < 920px) {
  .blog_details__article-item {
    font-size: 16px;
  }
}
.blog_details__article-title3 {
  position: relative;
  font-size: 20px;
  line-height: 40px;
  padding-top: 44px;
  padding-left: 9px;
  padding-bottom: 16px;
  font-weight: 700;
}
@media (width < 920px) {
  .blog_details__article-title3 {
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 19px;
  }
}
.blog_details__article-title3::before {
  position: absolute;
  top: 51px;
  left: 1px;
  content: "";
  width: 3px;
  height: 20px;
  background-color: black;
}
@media (width < 920px) {
  .blog_details__article-title3::before {
    height: 50px;
  }
}
.blog_details__article-text3 {
  padding-left: 9px;
  font-size: 18px;
  line-height: 30px;
}
@media (width < 920px) {
  .blog_details__article-text3 {
    padding-left: 17px;
    font-size: 16px;
  }
}
.blog_details__article-text3-area {
  background-color: rgb(232, 232, 232);
  display: flex;
  padding: 20px 30px 9px;
}
@media (width < 920px) {
  .blog_details__article-text3-area {
    padding: 17px 20px 11px;
  }
}
.blog_details__article-text3-area img {
  width: 28px;
  height: 24px;
}
@media (width < 920px) {
  .blog_details__article-text3-area img {
    margin-top: 4px;
    margin-left: 5px;
  }
}
.blog_details__article-text-link {
  display: inline-block;
  color: rgb(203, 0, 0);
  font-size: 20px;
  line-height: 33px;
  text-decoration: underline;
  margin-top: 27px;
  font-weight: 700;
}
.blog_details .social-links {
  margin-bottom: 49px;
}
@media (width < 920px) {
  .blog_details .social-links {
    margin-bottom: 27px;
  }
}
.blog_details .social-links__list {
  display: flex;
  gap: 4px;
}
@media (width < 920px) {
  .blog_details .social-links__list {
    gap: 3px;
  }
}
.blog_details .social-links__item a {
  display: block;
  display: flex;
  height: 40px;
  font-size: 10px;
  color: white;
  line-height: 33px;
  padding-top: 5px;
  align-items: center;
}
@media (width < 920px) {
  .blog_details .social-links__item a {
    width: 65px;
    justify-content: center;
  }
}
.blog_details .social-links__item a.facebook {
  background-color: rgb(66, 88, 147);
  padding: 0 17px;
  gap: 13px;
}
.blog_details .social-links__item a.twitter {
  background-color: rgb(74, 159, 235);
  padding: 0 13px;
  gap: 7px;
}
.blog_details .social-links__item a.hatena {
  background-color: rgb(78, 172, 213);
  padding: 0 14px;
  gap: 11px;
}
.blog_details .social-links__item a.line {
  background-color: rgb(82, 181, 52);
  padding: 0 14px;
  gap: 8px;
}
.blog_details .social-links__item a.pocket {
  background-color: rgb(220, 79, 90);
  padding: 0 13px;
  gap: 9px;
}
.blog_details__aside {
  display: flex;
  flex-direction: column;
  width: 250px;
  flex-shrink: 0;
  gap: 29px;
}
@media (width < 920px) {
  .blog_details__aside {
    width: auto;
  }
}
.blog_details__aside h5 {
  background-color: black;
  color: white;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.blog_details .aside-mail__container, .blog_details .aside-search__container {
  border: 1px solid black;
  padding: 15px;
}
@media (width < 920px) {
  .blog_details .aside-mail__container, .blog_details .aside-search__container {
    padding: 20px;
  }
}
.blog_details .aside-mail__ad {
  display: block;
  background-color: rgb(232, 232, 232);
  font-size: 18px;
  height: 170px;
  line-height: 170px;
  color: black;
  font-weight: 700;
  text-align: center;
}
@media (width < 920px) {
  .blog_details .aside-mail__ad {
    height: 228px;
    line-height: 228px;
  }
}
.blog_details .aside-search__form {
  display: flex;
}
.blog_details .aside-search__form input {
  flex: 1;
  min-width: 0;
  background-color: rgb(232, 232, 232);
}
@media (width < 920px) {
  .blog_details .aside-search__form input {
    border: 0;
  }
}
.blog_details .aside-search__form button {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (width < 920px) {
  .blog_details .aside-search__form button {
    width: 54px;
    height: 54px;
    border: 0;
  }
  .blog_details .aside-search__form button img {
    width: 28px;
    height: 31px;
  }
}
.blog_details .aside-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
@media (width < 920px) {
  .blog_details .aside-recommend__list {
    gap: 20px;
    margin-top: 20px;
  }
}
.blog_details .aside-recommend__item a {
  display: flex;
  color: black;
  gap: 15px;
}
@media (width < 920px) {
  .blog_details .aside-recommend__item a {
    gap: 20px;
  }
}
.blog_details .aside-recommend__item-img {
  background-color: rgb(232, 232, 232);
  height: 75px;
  width: 95px;
  flex-shrink: 0;
}
@media (width < 920px) {
  .blog_details .aside-recommend__item-img {
    height: 110px;
    width: 160px;
  }
}
.blog_details .aside-recommend__item-title {
  font-size: 17px;
  line-height: 28px;
}
@media (width < 920px) {
  .blog_details .aside-recommend__item-title {
    padding-top: 8px;
  }
}
@media (width < 920px) {
  .blog_details .aside-category {
    margin-bottom: 47px;
  }
}
.blog_details .aside-category__item a {
  display: inline-block;
  color: black;
  font-size: 17px;
  line-height: 28px;
  padding-top: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid black;
  width: 100%;
}

.search__top {
  padding: 66px 100px 42px;
  display: flex;
  justify-content: space-between;
}
@media (width < 920px) {
  .search__top {
    padding: 36px 20px 42px;
  }
}
.search__keyword {
  font-size: 18px;
  line-height: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.search__keyword span {
  font-weight: 700;
}
.search__number {
  font-size: 18px;
  line-height: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.search__list {
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .search__list {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .search__list {
    gap: 39px;
  }
}
.search__item-link {
  color: black;
}
.search__item-container {
  display: flex;
  gap: 50px;
}
@media (width < 920px) {
  .search__item-container {
    flex-direction: column;
    gap: 30px;
  }
}
.search__item-left {
  flex-shrink: 0;
  position: relative;
}
.search__item-left img {
  display: block;
  width: 100%;
}
.search__item-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(203, 0, 0);
  color: white;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media (width < 920px) {
  .search__item-type {
    width: 90px;
  }
}
.search__item-title {
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 3px;
  font-weight: 700;
}
@media (width < 920px) {
  .search__item-title {
    line-height: 30px;
    padding-bottom: 6px;
  }
}
.search__item-date {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 11px;
}
@media (width < 920px) {
  .search__item-date {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-bottom: 8px;
  }
}
.search__item-text {
  font-size: 18px;
  line-height: 30px;
}
@media (width < 920px) {
  .search__item-text {
    font-size: 16px;
  }
}

.contact_form__hero {
  background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/Contact.png);
  width: 100%;
  height: 200px;
  text-align: center;
}
@media (width < 920px) {
  .contact_form__hero {
    height: 300px;
  }
}
.contact_form__hero h4 {
  color: white;
  padding-top: 74px;
  line-height: 60px;
  font-weight: 700;
}
@media (width < 920px) {
  .contact_form__hero h4 {
    font-size: 25px;
    padding-top: 124px;
  }
}
@media (width < 920px) {
  .contact_form__hero {
    background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/Contact-2.png) no-repeat center/cover;
  }
}
.contact_form__container {
  padding: 0 100px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .contact_form__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .contact_form__container {
    margin-bottom: 22px;
  }
}
.contact_form__text {
  font-size: 18px;
  line-height: 30px;
  padding-top: 68px;
  padding-bottom: 65px;
  text-align: center;
}
@media (width < 920px) {
  .contact_form__text {
    font-size: 16px;
    text-align: left;
    padding-top: 47px;
    padding-bottom: 32px;
  }
}
.contact_form__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width < 920px) {
  .contact_form__form {
    gap: 13px;
  }
}
.contact_form__field {
  display: flex;
}
.contact_form__field:nth-child(6) {
  margin-top: -6px;
}
@media (width < 920px) {
  .contact_form__field {
    flex-direction: column;
    gap: 2px;
  }
}
.contact_form__label, .contact_form__purpose {
  font-size: 20px;
  line-height: 33px;
  width: 169px;
  flex-shrink: 0;
  padding-top: 7px;
}
@media (width < 920px) {
  .contact_form__label, .contact_form__purpose {
    font-size: 16px;
    width: auto;
    padding-top: 0;
  }
}
.contact_form__input {
  border: 1px solid black;
  height: 40px;
  font-size: 15px;
  line-height: 33px;
  padding: 0 20px;
  padding-bottom: 1px;
  width: 100%;
}
.contact_form__purpose {
  padding-top: 0;
}
.contact_form__checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_form__checkbox-item {
  font-size: 18px;
  line-height: 30px;
}
@media (width < 920px) {
  .contact_form__checkbox-item {
    font-size: 16px;
  }
}
.contact_form__checkbox-item:first-child {
  line-height: 26px;
}
.contact_form__checkbox-item input {
  display: none;
}
.contact_form__checkbox-item label {
  padding-top: 0;
}
.contact_form__checkbox-box {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
@media (width < 920px) {
  .contact_form__checkbox-box {
    margin-right: 5px;
  }
}
input:checked + .contact_form__checkbox-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact_form textarea {
  border: 1px solid black;
  width: 100%;
  padding: 13px 20px;
  height: 300px;
  font-size: 15px;
  line-height: 33px;
}
@media (width < 920px) {
  .contact_form textarea {
    padding: 12px 20px;
    line-height: 25px;
    height: 190px;
  }
}
.contact_form__action {
  margin: auto;
}
@media (width < 920px) {
  .contact_form__action {
    width: 100%;
  }
}
.contact_form__submit {
  background-color: rgb(203, 0, 0);
  color: white;
  font-size: 25px;
  line-height: 33px;
  padding-top: 7px;
  width: 250px;
  height: 50px;
  margin-top: 20px;
  font-weight: 700;
}
@media (width < 920px) {
  .contact_form__submit {
    font-size: 20px;
    line-height: 26px;
    padding-top: 5px;
    width: 100%;
    margin-top: 35px;
  }
}

.contact_send__container, .page-404__container {
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .contact_send__container, .page-404__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact_send__text, .page-404__text {
  font-size: 18px;
  line-height: 30px;
  padding-top: 67px;
  padding-bottom: 40px;
  text-align: center;
}
@media (width < 920px) {
  .contact_send__text, .page-404__text {
    text-align: left;
    font-size: 16px;
    padding-top: 47px;
    padding-bottom: 39px;
  }
}
.contact_send__to-top, .page-404__to-top {
  background-color: rgb(203, 0, 0);
  color: white;
  display: block;
  height: 50px;
  width: 250px;
  margin: auto;
  font-size: 25px;
  line-height: 33px;
  padding-top: 10px;
  margin-bottom: 90px;
  text-align: center;
  font-weight: 700;
}
@media (width < 920px) {
  .contact_send__to-top, .page-404__to-top {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    padding-top: 12px;
    margin-bottom: 50px;
  }
}

.page-404__hero {
  background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/404-1.png);
  width: 100%;
  height: 200px;
  text-align: center;
}
@media (width < 920px) {
  .page-404__hero {
    height: 300px;
  }
}
.page-404__hero h4 {
  color: white;
  padding-top: 74px;
  line-height: 60px;
  font-weight: 700;
}
@media (width < 920px) {
  .page-404__hero h4 {
    font-size: 25px;
    padding-top: 124px;
  }
}
@media (width < 920px) {
  .page-404__hero {
    background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/404.png) no-repeat center/cover;
  }
}
@media (width < 920px) {
  .page-404__text {
    padding-bottom: 9px;
  }
}
.result_list__hero {
  background: linear-gradient(rgba(80, 80, 80, 0.5), rgba(80, 80, 80, 0.5)), url(../img/Result.jpg);
  width: 100%;
  height: 200px;
  text-align: center;
}
@media (width < 920px) {
  .result_list__hero {
    height: 300px;
  }
}
.result_list__hero h4 {
  color: white;
  padding-top: 74px;
  line-height: 60px;
  font-weight: 700;
}
@media (width < 920px) {
  .result_list__hero h4 {
    font-size: 25px;
    padding-top: 124px;
  }
}
@media (width < 920px) {
  .result_list__hero {
    display: none;
  }
}
.result_list__container {
  padding: 0 100px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .result_list__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.result_list__title {
  padding-top: 65px;
  padding-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
@media (width < 920px) {
  .result_list__title {
    padding-top: 46px;
    padding-bottom: 39px;
    font-size: 25px;
    line-height: 40px;
  }
}
.result_list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 71px 106px;
}
@media (width < 920px) {
  .result_list__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 39px;
  }
}
.result_list__item {
  position: relative;
}
.result_list__item a {
  color: black;
}
.result_list__item img {
  display: block;
  width: 100%;
}
.result_list__item-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(203, 0, 0);
  color: white;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  width: 100px;
}
@media (width < 920px) {
  .result_list__item-type {
    width: 90px;
  }
}
.result_list__item-title {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
@media (width < 920px) {
  .result_list__item-title {
    padding-bottom: 6px;
    line-height: 30px;
  }
}
.result_list__item-date {
  text-align: right;
  font-size: 18px;
  line-height: 32px;
}
@media (width < 920px) {
  .result_list__item-date {
    font-size: 17px;
    line-height: 30px;
  }
}

@media (width < 520px) {
  .result_details .breadcrumb {
    height: 77px;
  }
  .result_details .breadcrumb li {
    padding-bottom: 0;
  }
  .result_details .breadcrumb li:last-child {
    margin-top: -5px;
    width: 100%;
    line-height: 20px;
  }
}
.result_details__container {
  padding: 0 100px;
  padding-top: 70px;
  max-width: 1080px;
  margin: auto;
}
@media (width < 920px) {
  .result_details__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (width < 920px) {
  .result_details__container {
    padding-top: 50px;
  }
}
.result_details__article {
  position: relative;
}
.result_details__article img {
  display: block;
  width: 100%;
}
.result_details__type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(203, 0, 0);
  color: white;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  width: 100px;
}
@media (width < 920px) {
  .result_details__type {
    width: 90px;
  }
}
@media (width < 920px) {
  .result_details__type {
    width: 100px;
  }
}
.result_details__title {
  padding-top: 50px;
  font-size: 25px;
  line-height: 40px;
  padding-bottom: 15px;
  font-weight: 700;
}
@media (width < 920px) {
  .result_details__title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 6px;
  }
}
.result_details__date {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 55px;
}
@media (width < 920px) {
  .result_details__date {
    padding-bottom: 21px;
  }
}
.result_details__content {
  display: flex;
  gap: 40px;
}
@media (width < 920px) {
  .result_details__content {
    flex-direction: column;
    gap: 26px;
  }
}
.result_details__content-left, .result_details__content-right {
  flex: 1;
}
@media (width < 920px) {
  .result_details__content-left, .result_details__content-right {
    flex: 0;
  }
}
.result_details__content-right {
  font-size: 18px;
  line-height: 30px;
}
.result_details__table {
  border-collapse: collapse;
  width: 100%;
}
.result_details__table th, .result_details__table td {
  border: 1px solid rgb(112, 112, 112);
  padding-left: 20px;
  text-align: left;
  padding-top: 8px;
  font-size: 18px;
  line-height: 30px;
}
@media (width < 920px) {
  .result_details__table th, .result_details__table td {
    padding-left: 10px;
  }
}
.result_details__table th {
  background-color: rgb(232, 232, 232);
  width: 140px;
  font-weight: 700;
}
@media (width < 920px) {
  .result_details__table th {
    width: 120px;
  }
}
.result_details .post-nav {
  margin-bottom: 102px;
}
@media (width < 920px) {
  .result_details .post-nav {
    margin-top: 36px;
    margin-bottom: 64px;
  }
}
.result_details .post-nav h6 {
  max-width: 226px;
}
@media (width < 920px) {
  .result_details .related {
    padding-bottom: 50px;
  }
}
.result_details .related__item-type {
  width: 100px;
}
@media (width < 920px) {
  .result_details .related__item-type {
    width: 80px;
  }
}
.result_details .related img {
  width: 260px;
  height: 183px;
}
@media (width < 920px) {
  .result_details .related img {
    width: 160px;
    height: 113px;
  }
}
@media (width < 920px) {
  .result_details .related__item-title {
    line-height: 28px;
    padding-top: 0;
  }
}/*# sourceMappingURL=style.css.map */