@charset "UTF-8";@import 'https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho&display=swap';

/*
$frontend-color: #B84D4D;
$backend-color: #4A7AB8;
$dev-color: #7750B8;
$server-color: #3B8078;
$seo-color: #5D8F4A;
$tips-color: #B8A03D;
$case-color: #B87E3D;
$column-color: #555;
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
html,
body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.page-wrapper {
  position: relative;
}
.inner {
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  width: 100%;
}
@media (max-width: 1280px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}
img.zoom {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  img.zoom:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
img.cover {
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
}
img.contain {
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100%;
}
input,
textarea,
button,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
address {
  font-style: normal;
}
strong {
  font-weight: inherit;
}
.is-mincho {
  font-family: "Zen Old Mincho", serif;
}
.is-en {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.015em;
}
.is-en2 {
  font-family: "Dancing Script", cursive;
  letter-spacing: 0.015em;
}
.is-red {
  color: #b4001e !important;
}
.is-green {
  color: #3c6428 !important;
}
.is-blue {
  color: #142850 !important;
}
a:not(.wp-block-button__link) {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  a:not(.wp-block-button__link):hover {
    color: #333;
    opacity: 0.5;
  }
  a:not(.wp-block-button__link):visited {
    color: #333;
  }
  a:not(.wp-block-button__link):active {
    color: #333;
  }
}
.over {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .over:hover {
    opacity: 0.6;
  }
}
[class*=aspect-] {
  position: relative;
}
[class*=aspect-] > img, [class*=aspect-] > video, [class*=aspect-] > iframe {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.aspect-9-16 {
  aspect-ratio: 9/16;
}
.aspect-2-3 {
  aspect-ratio: 2/3;
}
.aspect-3-4 {
  aspect-ratio: 3/4;
}
.aspect-1-1 {
  aspect-ratio: 1/1;
}
.aspect-4-3 {
  aspect-ratio: 4/3;
}
.aspect-3-2 {
  aspect-ratio: 3/2;
}
.aspect-16-9 {
  aspect-ratio: 16/9;
}
.aspect-47-20 {
  aspect-ratio: 47/20;
}
.aspect-3-1 {
  aspect-ratio: 3/1;
}
.aspect-4-1 {
  aspect-ratio: 4/1;
}
.aspect-5-1 {
  aspect-ratio: 5/1;
}
.aspect-auto {
  aspect-ratio: auto;
  text-align: center;
}
.aspect-auto > img, .aspect-auto > video, .aspect-auto > iframe {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  width: auto;
}
.scroll::-webkit-scrollbar {
  width: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #999;
}
.scroll::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #777;
          box-shadow: inset 0 0 0 2px #777;
}
@media (min-width: 1025px) {
  .is-pc {
    display: block !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-tb {
    display: block !important;
  }
  .is-tb-sp {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-tb {
    display: block !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-pc-tb {
    display: none !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}
.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.is-visible {
  opacity: 1;
  pointer-events: initial;
}
.header {
  background: transparent;
  margin: 0 auto;
  max-width: 2560px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1025px) {
  .header {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header .inner {
  height: 100%;
  max-width: inherit;
}
.header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header__logo img {
  width: 120px;
}
@media (max-width: 1024px) {
  .header__logo img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    width: 80px;
  }
}
.header__navi {
  overflow-y: auto;
  position: absolute;
  right: -200px;
  top: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: auto;
}
@media (max-width: 1024px) {
  .header__navi {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .header__navi {
    top: 60px;
  }
}
.header__navi.drawer--open {
  right: 0%;
}
.header__navi .navi {
  margin: 0 auto;
  max-width: 600px;
}
.header__navi .navi__list {
  display: block;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .header__navi .navi__list {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .header__navi .navi__list {
    padding-right: 20px;
  }
}
.header__navi .navi__link {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
  text-align: right;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.9), 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header__navi .navi__link {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .header__navi .navi__link {
    font-size: 2rem;
  }
}
.header__navi .navi__link::after {
  display: none !important;
}
.header__hamburger .hamburger {
  background: #f7f7f7;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  height: 60px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 10px;
  width: 60px;
}
.header__hamburger .hamburger.hamburger--open .hamburger__line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.header__hamburger .hamburger.hamburger--open .hamburger__line:nth-child(2) {
  opacity: 0;
}
.header__hamburger .hamburger.hamburger--open .hamburger__line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 1024px) {
  .header__hamburger .hamburger {
    height: 50px;
    right: 20px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .header__hamburger .hamburger {
    height: 40px;
    right: 10px;
    width: 40px;
  }
}
.header__hamburger .hamburger__line {
  background: #333;
  display: block;
  height: 1px;
  left: 15px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 30px;
}
@media (max-width: 1024px) {
  .header__hamburger .hamburger__line {
    left: 15px;
    width: 20px;
  }
}
@media (max-width: 767px) {
  .header__hamburger .hamburger__line {
    left: 10px;
    width: 20px;
  }
}
.header__hamburger .hamburger__line:nth-child(1) {
  top: calc(50% - 8px);
}
@media (max-width: 1024px) {
  .header__hamburger .hamburger__line:nth-child(1) {
    top: calc(50% - 6px);
  }
}
.header__hamburger .hamburger__line:nth-child(2) {
  top: calc(50% - 0px);
  width: 20px;
}
@media (max-width: 1024px) {
  .header__hamburger .hamburger__line:nth-child(2) {
    top: calc(50% - 0px);
    width: 15px;
  }
}
.header__hamburger .hamburger__line:nth-child(3) {
  top: calc(50% + 8px);
}
@media (max-width: 1024px) {
  .header__hamburger .hamburger__line:nth-child(3) {
    top: calc(50% + 6px);
  }
}
.page-header {
  position: relative;
}
.page-header__wave {
  left: -1px;
  position: absolute;
  top: 50%;
}
.page-header__title {
  height: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .page-header__title {
    height: 200px;
  }
}
.page-header__title .page-title {
  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%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-header__title .page-title__en {
  font-size: 6rem;
  line-height: 1.6;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-header__title .page-title__en {
    font-size: 4.2rem;
  }
}
.page-header__title .page-title__en {
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .page-header__title .page-title__en {
    font-size: 4rem;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .page-header__title .page-title__en {
    font-size: 2.8rem;
  }
}
.page-header__title .page-title__jp {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-header__title .page-title__jp {
    font-size: 1.6rem;
  }
}
.page-header__title .page-title__jp {
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .page-header__title .page-title__jp {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .page-header__title .page-title__jp {
    font-size: 1.4rem;
  }
}
.sec-common {
  padding: 160px 0 0;
}
@media (max-width: 1280px) {
  .sec-common {
    padding: 80px 0 0;
  }
}
@media (max-width: 1024px) {
  .sec-common {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .sec-common {
    padding: 40px 0 0;
  }
}
.sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
}
.sec-heading__en {
  font-size: 6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec-heading__en {
    font-size: 4.2rem;
  }
}
.sec-heading__en {
  font-weight: 700;
  line-height: 1;
}
.sec-heading__jp {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec-heading__jp {
    font-size: 1.8rem;
  }
}
.sec-heading__jp {
  font-weight: 700;
}
.form-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.form-search__input {
  background-color: #f7f7f7;
  border: none;
  height: 40px;
  outline: none;
  padding: 5px 10px;
  width: 100%;
}
.form-search__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  padding: 8px;
  width: 40px;
}
.sec-contact {
  background: url("../images/contact.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 160px;
  padding: 80px 0;
  position: relative;
}
.sec-contact::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1280px) {
  .sec-contact {
    margin-top: 120px;
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .sec-contact {
    margin-top: 100px;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .sec-contact {
    margin-top: 80px;
    padding: 80px 0;
  }
}
.sec-contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-contact .contact {
    gap: 20px;
  }
}
.sec-contact .contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .sec-contact .contact__content {
    gap: 20px;
  }
}
.sec-contact .contact__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec-contact .contact__lead {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .sec-contact .contact__lead {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .sec-contact .contact__lead {
    font-size: 2rem;
  }
}
.sec-contact .contact__text {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec-contact .contact__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .sec-contact .contact__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .sec-contact .contact__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .sec-contact .contact__text {
    text-align: left;
  }
}
.sec-contact .contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .sec-contact .contact__button {
    margin-top: 0;
  }
}
.sec-contact .contact__button .btn-contact {
  background: #333;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  padding: 20px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 300px;
}
@media (max-width: 767px) {
  .sec-contact .contact__button .btn-contact {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .sec-contact .contact__button .btn-contact {
    width: 100%;
  }
}
.sec-contact .contact__button .btn-contact:hover {
  background: #3c6428;
  opacity: 1;
}
.footer {
  padding-top: 40px;
}
.footer__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .footer__content {
    width: 100%;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.footer__logo {
  width: 155px;
}
@media (max-width: 1024px) {
  .footer__navi {
    width: 100%;
  }
}
.footer__navi .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__navi .navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .footer__navi .navi__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer__navi .navi__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer__navi .navi__item {
    text-align: center;
    width: calc(50% - 10px);
  }
}
.footer__navi .navi__link {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer__navi .navi__link {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 1.2rem;
    padding: 5px 0;
  }
}
.footer__navi .navi__link:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    border-top: none;
  }
}
.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .footer__company {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__company a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  text-decoration: underline;
}
.footer__company a[target=_blank]::after {
  background-color: #b4001e;
  content: "";
  display: inline-block;
  height: 10px;
  -webkit-mask-image: url("../images/icon_window.svg");
          mask-image: url("../images/icon_window.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 10px;
}
.footer__address {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer__address {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .footer__address {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .footer__address {
    font-size: 1.4rem;
  }
}
.footer__copyright {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}
.pagetop {
  background-color: #333;
  bottom: 10px;
  position: fixed;
  right: 10px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 10;
}
@media (max-width: 767px) {
  .pagetop {
    bottom: 0;
    right: 0;
  }
}
.pagetop__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-mask-image: url("../images/icon_arrow-up-to-line.svg");
          mask-image: url("../images/icon_arrow-up-to-line.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  padding: 10px;
  width: 40px;
}
.breadcrumb {
  background: #f7f7f7;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  list-style: none;
  overflow: hidden;
  padding: 10px 0;
}
.breadcrumb__item {
  color: #333 !important;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
.breadcrumb__item:last-child {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb__link {
  color: #333 !important;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .breadcrumb .inner {
    overflow: auto;
    padding: 0;
    width: 100%;
  }
  .breadcrumb .breadcrumb__list {
    overflow: auto;
    padding: 10px 20px;
  }
  .breadcrumb .breadcrumb__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .breadcrumb .breadcrumb__item:last-child {
    max-width: inherit;
  }
}
.modal__content {
  display: none;
}
.modal-window {
  display: none;
  position: relative;
  z-index: 100;
}
.modal-window__bg {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal-window__content {
  background: #fff;
  left: 50%;
  margin: 0 auto;
  max-height: calc(100vh - 100px);
  max-width: 900px;
  padding: 40px 35px 40px 40px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  z-index: 100;
}
@media (max-width: 767px) {
  .modal-window__content {
    padding: 20px 15px 20px 20px;
  }
}
.modal-window__scroll {
  max-height: calc(100vh - 180px);
  overflow: auto;
}
.modal-window__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
}
.modal-window--open {
  display: block;
}
.accordion__trigger {
  display: block;
  padding-right: 20px;
  position: relative;
}
.accordion__trigger::after {
  content: "＋" !important;
  font-size: 1.6rem !important;
}
.accordion__trigger:hover {
  opacity: 1;
}
.accordion__trigger--open::after {
  content: "－" !important;
}
.accordion__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.tab {
  margin-bottom: 0;
}
.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.tab__item {
  position: relative;
  width: 50%;
}
.tab__note {
  color: #777;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 100%;
}
@media (max-width: 1024px) {
  .tab__note {
    font-size: 1rem;
  }
}
.tab__trigger {
  background: #999;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0/5px 5px 0 0;
  color: #fff !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  padding: 8px 32px;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.tab__trigger:hover {
  background: #f7f7f7;
  color: #333 !important;
  opacity: 1;
}
.tab__trigger--selected {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #333 !important;
  pointer-events: none;
}
.panel {
  border: 1px solid #ccc;
  border-top: none;
}
.panel__item {
  height: 0;
  opacity: 0;
}
.panel__item--selected {
  height: auto;
  opacity: 1;
}
body[data-page=top] {
  overflow: hidden;
}
body[data-page=top].is-loaded {
  overflow: auto;
}
/* ========= ローディング画面のためのCSS =============== */
.load-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.load-area.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spinner {
  font-size: 10px;
  height: 40px;
  margin: 100px auto;
  text-align: center;
  width: 50px;
}
.spinner > div {
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #333;
  display: inline-block;
  height: 100%;
  width: 6px;
}
.spinner .rect1 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  background-color: #b4001e;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  background-color: #b4001e;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  background-color: #b4001e;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  background-color: #b4001e;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  background-color: #b4001e;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    background-color: #142850;
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    background-color: #142850;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.fade-in.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.blur-in {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: scale(1.1) translateY(20px);
          transform: scale(1.1) translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.blur-in.is-animation {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.smooth-in-wrapper {
  display: block;
  overflow: hidden;
}
.smooth-in-wrapper .smooth-in {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
          transform: translate3d(0, 100%, 0) skewY(12deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.smooth-in-wrapper .smooth-in.is-animation {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
}
.bgextend {
  opacity: 0;
}
.bgextend .bgextend-inner {
  opacity: 0;
}
.bgextend.is-animation {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bgextend-anime-base;
          animation-name: bgextend-anime-base;
  overflow: hidden;
  position: relative;
}
.bgextend.is-animation::before {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bg-extend-anime;
          animation-name: bg-extend-anime;
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.bgextend.is-animation .bgextend-inner {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bgextend-anime-second;
          animation-name: bgextend-anime-second;
  opacity: 0;
}
.bgextend.is-animation.is-red::before {
  background-color: #b4001e;
}
.bgextend.is-animation.is-blue::before {
  background-color: #142850;
}
.bgextend.is-animation.is-green::before {
  background-color: #3c6428;
}
@-webkit-keyframes bgextend-anime-base {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextend-anime-base {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bg-extend-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes bg-extend-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes bgextend-anime-second {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextend-anime-second {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mask-image-wrapper {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.mask-image-wrapper .mask-image {
  height: 100%;
  position: relative;
  visibility: hidden;
  width: 100%;
}
.mask-image-wrapper .mask-image::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: visible;
  width: 100%;
}
.mask-image-wrapper .mask-image.mask-red::after {
  background: #b4001e;
}
.mask-image-wrapper .mask-image.is-animation {
  -webkit-animation: animate-content 1s ease 0s 1 normal both running;
          animation: animate-content 1s ease 0s 1 normal both running;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mask-image-wrapper .mask-image.is-animation::after {
  -webkit-animation: animate-panel 1s ease 0s 1 normal both running;
          animation: animate-panel 1s ease 0s 1 normal both running;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes animate-panel {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.title-text span {
  display: inline-block;
  opacity: 0;
}
.title-text.is-animation span {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fade-in-left-anime;
          animation-name: fade-in-left-anime;
  opacity: 0;
}
@-webkit-keyframes fade-in-left-anime {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-in-left-anime {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.swiper-container {
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .swiper-container {
    padding-bottom: 0;
  }
}
.swiper-container .swiper {
  padding: 14px 80px;
}
@media (max-width: 1280px) {
  .swiper-container .swiper {
    padding: 14px 40px;
  }
}
@media (max-width: 1024px) {
  .swiper-container .swiper {
    padding: 14px 20px;
  }
}
.swiper-container .swiper-slide {
  height: auto;
}
.swiper-container .swiper-button-prev {
  background: #333;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  left: 40px;
  width: 60px;
}
.swiper-container .swiper-button-prev::after {
  border-bottom: 8px solid transparent;
  border-right: 9px solid #fff;
  border-top: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 1024px) {
  .swiper-container .swiper-button-prev {
    display: none;
  }
}
.swiper-container .swiper-button-next {
  background: #333;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  right: 40px;
  width: 60px;
}
.swiper-container .swiper-button-next::after {
  border-bottom: 8px solid transparent;
  border-left: 9px solid #fff;
  border-top: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 1024px) {
  .swiper-container .swiper-button-next {
    display: none;
  }
}
.swiper-container .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-container .swiper-pagination-bullet {
  height: 10px;
  margin: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 10px;
}
.swiper-container .swiper-pagination-bullet-active {
  height: 10px;
  margin: 0 !important;
  width: 10px;
}
.swiper-container .swiper-scrollbar {
  bottom: -10px;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next,
.swiper-container .swiper-pagination-bullet-active {
  background: #333;
}
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  color: #333 !important;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 0;
  padding: 15px 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  background-color: #333;
  color: #fff !important;
  opacity: 1 !important;
}
.btn--small {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .btn--small {
    font-size: 1rem;
    padding: 5px 10px;
  }
}
.btn--frontend {
  border: 1px solid #d16666;
  color: #d16666 !important;
}
.btn--frontend:hover {
  background: #d16666;
}
.btn--frontend.btn--active {
  background: #d16666;
  color: #fff !important;
  pointer-events: none;
}
.btn--backend {
  border: 1px solid #6896d1;
  color: #6896d1 !important;
}
.btn--backend:hover {
  background: #6896d1;
}
.btn--backend.btn--active {
  background: #6896d1;
  color: #fff !important;
  pointer-events: none;
}
.btn--dev {
  border: 1px solid #9a76d4;
  color: #9a76d4 !important;
}
.btn--dev:hover {
  background: #9a76d4;
}
.btn--dev.btn--active {
  background: #9a76d4;
  color: #fff !important;
  pointer-events: none;
}
.btn--server {
  border: 1px solid #57a89f;
  color: #57a89f !important;
}
.btn--server:hover {
  background: #57a89f;
}
.btn--server.btn--active {
  background: #57a89f;
  color: #fff !important;
  pointer-events: none;
}
.btn--seo {
  border: 1px solid #7cbf63;
  color: #7cbf63 !important;
}
.btn--seo:hover {
  background: #7cbf63;
}
.btn--seo.btn--active {
  background: #7cbf63;
  color: #fff !important;
  pointer-events: none;
}
.btn--tips {
  border: 1px solid #e6c653;
  color: #e6c653 !important;
}
.btn--tips:hover {
  background: #e6c653;
}
.btn--tips.btn--active {
  background: #e6c653;
  color: #fff !important;
  pointer-events: none;
}
.btn--case {
  border: 1px solid #db9b59;
  color: #db9b59 !important;
}
.btn--case:hover {
  background: #db9b59;
}
.btn--case.btn--active {
  background: #db9b59;
  color: #fff !important;
  pointer-events: none;
}
.btn--column {
  border: 1px solid #b0a8a0;
  color: #b0a8a0 !important;
}
.btn--column:hover {
  background: #b0a8a0;
}
.btn--column.btn--active {
  background: #b0a8a0;
  color: #fff !important;
  pointer-events: none;
}
.btn--black {
  background-color: #333;
  color: #fff !important;
  opacity: 1 !important;
}
.btn--black:hover {
  opacity: 0.5 !important;
}
.btn--red {
  background-color: #b4001e;
  color: #fff !important;
  opacity: 1 !important;
}
.btn--red:hover {
  background-color: #b4001e !important;
  opacity: 0.5 !important;
}
.btn--submit {
  background-color: #333;
  color: #fff !important;
  max-width: 300px;
  width: 100%;
}
.btn--submit:hover {
  opacity: 0.5 !important;
}
@-webkit-keyframes arrow-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes circle-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes circle-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes circle-out {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    stroke-dashoffset: -157.075px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
@keyframes circle-out {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    stroke-dashoffset: -157.075px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.btn-link {
  color: #333 !important;
  cursor: pointer;
  display: block;
  outline: 0;
  padding-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 260px;
}
.btn-link .btn-link__text {
  display: block;
  padding-bottom: 10px;
  padding-right: 40px;
  position: relative;
  width: calc(100% - 15px);
  z-index: 1;
}
.btn-link .btn-link__text::before {
  background: #ccc;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.btn-link .btn-link__text::after {
  background: #ccc;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 18px;
}
.btn-link .btn-link__circle {
  bottom: 5px;
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  width: 50px;
  z-index: 3;
}
@media (max-width: 767px) {
  .btn-link .btn-link__circle {
    bottom: 10px;
    height: 40px;
    width: 40px;
  }
}
.btn-link .btn-link__circle svg {
  fill: none;
  height: 100%;
  left: 0;
  position: absolute;
  stroke: #ccc;
  stroke-width: 1px;
  top: 0;
  width: 100%;
}
.btn-link .btn-link__circle svg:last-child {
  -webkit-animation: circle-out 1s cubic-bezier(0, 0.58, 0.58, 1) forwards;
          animation: circle-out 1s cubic-bezier(0, 0.58, 0.58, 1) forwards;
  stroke: #333;
  stroke-dasharray: 157.075px 157.075px;
  stroke-dashoffset: 157.075px;
  -webkit-transition: visibility 0s 1.5s;
  transition: visibility 0s 1.5s;
  visibility: hidden;
}
.btn-link::before {
  background: #333;
  bottom: 20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 40px;
  z-index: 2;
}
.btn-link::after {
  background: #333;
  bottom: 20px;
  content: "";
  height: 1px;
  opacity: 0;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 18px;
  z-index: 2;
}
.btn-link:hover {
  opacity: 1 !important;
}
.btn-link:hover::before {
  width: calc(100% - 15px);
}
.btn-link:hover::after {
  -webkit-animation: arrow-in 1s ease forwards;
          animation: arrow-in 1s ease forwards;
}
.btn-link:hover .btn-link__circle svg:last-child {
  -webkit-animation: circle-in 1s cubic-bezier(0, 0.58, 0.58, 1) forwards;
          animation: circle-in 1s cubic-bezier(0, 0.58, 0.58, 1) forwards;
  -webkit-transition: none;
  transition: none;
  visibility: inherit;
}
.btn-link.is-disabled {
  cursor: default;
  pointer-events: none;
}
.btn-link.btn-red::before {
  background: #b4001e;
}
.btn-link.btn-red::after {
  background: #b4001e;
}
.btn-link.btn-red .btn-link__circle svg:last-child {
  stroke: #b4001e;
}
.btn-link.btn-blue::before {
  background: #142850;
}
.btn-link.btn-blue::after {
  background: #142850;
}
.btn-link.btn-blue .btn-link__circle svg:last-child {
  stroke: #142850;
}
.btn-link.btn-green::before {
  background: #3c6428;
}
.btn-link.btn-green::after {
  background: #3c6428;
}
.btn-link.btn-green .btn-link__circle svg:last-child {
  stroke: #3c6428;
}
.btn-sub-link {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .btn-sub-link {
    font-size: 1.2rem;
  }
}
.btn-sub-link {
  color: #333 !important;
  cursor: pointer;
  display: block;
  outline: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.btn-sub-link:hover {
  color: #333 !important;
  opacity: 1 !important;
}
.btn-sub-link:hover span::before {
  background: #333;
}
.btn-sub-link:hover span::after {
  background: #333;
}
.btn-sub-link span {
  display: block;
  padding-bottom: 5px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.btn-sub-link span::before {
  background: #ccc;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.btn-sub-link span::after {
  background: #ccc;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 18px;
}
.pager {
  margin-top: 56px;
}
.pager .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .wp-pagenavi > span, .pager .wp-pagenavi > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
}
@media (max-width: 767px) {
  .pager .wp-pagenavi > span, .pager .wp-pagenavi > a {
    height: 40px;
    width: 40px;
  }
}
.pager .wp-pagenavi .current {
  background: #333;
  border: 1px solid #333;
  border-radius: 50%;
  color: #fff;
}
.pager .wp-pagenavi a {
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  color: #777 !important;
}
.pager .wp-pagenavi a:hover {
  background: #777;
  color: #fff !important;
  opacity: 1;
}
.pager .wp-pagenavi .extend {
  width: 16px;
}
@media (max-width: 767px) {
  .pager .wp-pagenavi .extend {
    width: 14px;
  }
}
@media (max-width: 767px) {
  .pager {
    margin-top: 40px;
  }
}
.norecord {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .norecord {
    font-size: 1.6rem;
  }
}
.article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__item {
  position: relative;
}
.article__item--new::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b4001e;
  border: 1px solid #b4001e;
  border-radius: 50%;
  color: #fff;
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -10px;
  line-height: 1;
  position: absolute;
  top: -10px;
  width: 60px;
  z-index: 1;
}
.article__item--rank::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #555;
  border-radius: 50%;
  color: #fff;
  content: "No." attr(data-rank);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -10px;
  line-height: 1;
  position: absolute;
  top: -10px;
  width: 60px;
  z-index: 1;
}
.article__item--rank[data-rank="1"]::before {
  background: #b8860b;
}
.article__item--rank[data-rank="2"]::before {
  background: #708090;
}
.article__item--rank[data-rank="3"]::before {
  background: #b87333;
}
.article__item--frontend .category__link {
  color: #d16666;
}
.article__item--frontend .article__link:hover {
  background: rgba(209, 102, 102, 0.05);
}
.article__item--backend .category__link {
  color: #6896d1;
}
.article__item--backend .article__link:hover {
  background: rgba(104, 150, 209, 0.05);
}
.article__item--dev .category__link {
  color: #9a76d4;
}
.article__item--dev .article__link:hover {
  background: rgba(154, 118, 212, 0.05);
}
.article__item--server .category__link {
  color: #57a89f;
}
.article__item--server .article__link:hover {
  background: rgba(87, 168, 159, 0.05);
}
.article__item--seo .category__link {
  color: #7cbf63;
}
.article__item--seo .article__link:hover {
  background: rgba(124, 191, 99, 0.05);
}
.article__item--tips .category__link {
  color: #e6c653;
}
.article__item--tips .article__link:hover {
  background: rgba(230, 198, 83, 0.05);
}
.article__item--case .category__link {
  color: #db9b59;
}
.article__item--case .article__link:hover {
  background: rgba(219, 155, 89, 0.05);
}
.article__item--column .category__link {
  color: #b0a8a0;
}
.article__item--column .article__link:hover {
  background: rgba(176, 168, 160, 0.05);
}
.article__link {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1024px) {
  .article__link {
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }
}
.article__link:hover {
  background: #f7f7f7;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}
.article__link:hover .article__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.article__link:hover .tag__link:hover {
  background: #777;
  color: #fff;
}
.article__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.article__image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article__category {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.article__category .category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.article__category .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 10px;
  width: 100%;
}
.article__category .category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.article__category .category__item:not(:last-child)::after {
  content: ">";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.article__category .category__item:last-child {
  overflow: hidden;
}
.article__category .category__item:last-child .category__link {
  overflow: hidden;
  text-overflow: ellipsis;
}
.article__category .category__link {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.6;
  outline: none;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .article__category .category__link {
    font-size: 1.2rem;
  }
}
.article__category .category__link:hover {
  opacity: 0.5;
}
.article__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .article__title {
    font-size: 1.8rem;
  }
}
.article__date {
  color: #555;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .article__date {
    font-size: 1.2rem;
  }
}
.article__description {
  color: #777;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 10px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .article__description {
    font-size: 1.2rem;
  }
}
.article__tag {
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 20px;
  padding-top: 10px;
}
.article__tag .tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.article__tag .tag::before {
  background-color: #777;
  content: "";
  display: inline-block;
  height: 16px;
  -webkit-mask-image: url("../images/icon_tag.svg");
          mask-image: url("../images/icon_tag.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  width: 16px;
}
.article__tag .tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.article__tag .tag__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__tag .tag__link {
  background: none;
  border: 1px solid #ccc;
  color: #777;
  cursor: pointer;
  outline: none;
  padding: 2px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article__tag .tag__link:hover {
  background: #fff;
}
.article--1column .article__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 1280px) {
  .article--1column .article__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .article--1column .article__list {
    gap: 40px 0;
  }
}
@media (max-width: 1280px) {
  .article--1column .article__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .article--1column .article__item {
    width: calc(100% - 0px);
  }
}
.article--1column .article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1600px) {
  .article--1column .article__link {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .article--1column .article__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .article--1column .article__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
}
.article--1column .article__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
}
@media (max-width: 1600px) {
  .article--1column .article__image {
    width: 32.1428571429%;
  }
}
@media (max-width: 1280px) {
  .article--1column .article__image {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .article--1column .article__image {
    width: 100%;
  }
}
.article--1column .article__text {
  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;
  width: calc(100% - 400px);
}
@media (max-width: 1600px) {
  .article--1column .article__text {
    width: 65.1785714286%;
  }
}
@media (max-width: 1280px) {
  .article--1column .article__text {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .article--1column .article__text {
    width: 100%;
  }
}
.article--1column .article__description {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .article--1column .article__description {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1024px) {
  .article--1column .article__description {
    display: block;
  }
}
.article--3column .article__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1600px) {
  .article--3column .article__list {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .article--3column .article__list {
    gap: 40px 0;
  }
}
.article--3column .article__item {
  width: calc(33.33% - 20px);
}
@media (max-width: 1600px) {
  .article--3column .article__item {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 767px) {
  .article--3column .article__item {
    width: calc(100% - 0px);
  }
}
.article--3column .article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  .article--3column .article__link {
    padding: 10px;
  }
}
.article--3column .article__description {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .article--3column .article__description {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1024px) {
  .article--3column .article__description {
    display: block;
  }
}
.article--4column .article__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1600px) {
  .article--4column .article__list {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .article--4column .article__list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .article--4column .article__list {
    gap: 40px 0;
  }
}
.article--4column .article__item {
  width: calc(25% - 15px);
}
@media (max-width: 1600px) {
  .article--4column .article__item {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 1024px) {
  .article--4column .article__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .article--4column .article__item {
    width: calc(100% - 0px);
  }
}
.article--4column .article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  .article--4column .article__link {
    padding: 10px;
  }
}
.article--4column .article__description {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .article--4column .article__description {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1024px) {
  .article--4column .article__description {
    display: block;
  }
}
.article--slide .article__item {
  height: 100%;
}
.article--slide .article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  .article--slide .article__link {
    padding: 10px;
  }
}
.article--slide .article__description {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .article--slide .article__description {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1024px) {
  .article--slide .article__description {
    display: block;
  }
}
.page__content,
.single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.page__content a,
.single__content a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  text-decoration: underline;
}
.page__content a[target=_blank]::after,
.single__content a[target=_blank]::after {
  background-color: #b4001e;
  content: "";
  display: inline-block;
  height: 10px;
  -webkit-mask-image: url("../images/icon_window.svg");
          mask-image: url("../images/icon_window.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 10px;
}
.page__content strong,
.single__content strong {
  font-weight: 700;
}
.page__content h1.wp-block-heading,
.single__content h1.wp-block-heading {
  font-size: 3.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page__content h1.wp-block-heading,
  .single__content h1.wp-block-heading {
    font-size: 2.8rem;
  }
}
.page__content h2.wp-block-heading,
.single__content h2.wp-block-heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 40px;
  padding-left: 20px;
  position: relative;
}
.page__content h2.wp-block-heading::before,
.single__content h2.wp-block-heading::before {
  background: #333;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
}
@media (max-width: 767px) {
  .page__content h2.wp-block-heading,
  .single__content h2.wp-block-heading {
    font-size: 2rem;
  }
}
.page__content h3.wp-block-heading,
.single__content h3.wp-block-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page__content h3.wp-block-heading,
  .single__content h3.wp-block-heading {
    font-size: 1.6rem;
  }
}
.page__content h4.wp-block-heading,
.single__content h4.wp-block-heading {
  font-weight: 700;
}
.page__content h5.wp-block-heading,
.single__content h5.wp-block-heading {
  font-weight: 700;
}
.page__content h6.wp-block-heading,
.single__content h6.wp-block-heading {
  font-weight: 700;
}
.page__content ul.wp-block-list,
.single__content ul.wp-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 1em;
}
.page__content ul.wp-block-list > li,
.single__content ul.wp-block-list > li {
  list-style: disc outside;
}
.page__content ol.wp-block-list,
.single__content ol.wp-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 1em;
}
.page__content ol.wp-block-list > li,
.single__content ol.wp-block-list > li {
  list-style: decimal outside;
}
.page__content .wp-block-button__link,
.single__content .wp-block-button__link {
  border-radius: 6px;
  font-size: 1em;
  padding: 12px 48px;
}
.page__content .wp-block-button__link:hover,
.single__content .wp-block-button__link:hover {
  opacity: 1;
}
.page__content .wp-block-table,
.single__content .wp-block-table {
  overflow-x: auto;
}
.page__content .wp-block-table table,
.single__content .wp-block-table table {
  width: 100%;
}
@media (max-width: 767px) {
  .page__content .wp-block-table table,
  .single__content .wp-block-table table {
    min-width: 600px;
  }
}
.page__content .wp-block-table table thead,
.single__content .wp-block-table table thead {
  border: none;
}
.page__content .wp-block-table table th,
.single__content .wp-block-table table th {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 8px 20px;
}
.page__content .wp-block-table table td,
.single__content .wp-block-table table td {
  border: 1px solid #ccc;
  padding: 8px 20px;
}
.page__content .wp-block-image .wp-element-caption,
.single__content .wp-block-image .wp-element-caption {
  color: #999;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .page__content .wp-block-image .wp-element-caption,
  .single__content .wp-block-image .wp-element-caption {
    font-size: 1rem;
  }
}
.page__content .wp-block-image .aligncenter,
.single__content .wp-block-image .aligncenter {
  text-align: center;
}
.page__content .wp-block-image .alignright,
.single__content .wp-block-image .alignright {
  text-align: right;
}
.page__content .wp-block-separator,
.single__content .wp-block-separator {
  border-top: 1px solid #ccc;
  margin: 60px 0 20px;
}
.page__content .wp-block-code,
.single__content .wp-block-code {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.page__content .wp-block-code .code-copy-button,
.single__content .wp-block-code .code-copy-button {
  background: #f7f7f7;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  outline: none;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 767px) {
  .page__content .wp-block-code .code-copy-button,
  .single__content .wp-block-code .code-copy-button {
    font-size: 1rem;
    padding: 3px 5px;
  }
}
.page__content .wp-block-quote,
.single__content .wp-block-quote {
  background: #f7f7f7;
  border-radius: 10px;
  font-size: 1.4rem;
  padding: 20px;
}
@media (max-width: 767px) {
  .page__content .wp-block-quote,
  .single__content .wp-block-quote {
    font-size: 1.2rem;
  }
}
.page__content .wp-block-embed__wrapper,
.single__content .wp-block-embed__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page__content .wp-block-embed.is-type-video,
.single__content .wp-block-embed.is-type-video {
  aspect-ratio: 16/9;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}
.page__content .wp-block-embed.is-type-video iframe,
.single__content .wp-block-embed.is-type-video iframe {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.page__content .wp-block-embed.is-type-wp-embed iframe,
.single__content .wp-block-embed.is-type-wp-embed iframe {
  max-width: 100%;
}
.page__inner,
.single__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.page #ez-toc-container .ez-toc-title,
.single #ez-toc-container .ez-toc-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .page #ez-toc-container .ez-toc-title,
  .single #ez-toc-container .ez-toc-title {
    font-size: 2rem;
  }
}
@media (max-width: 1600px) {
  .page #ez-toc-container .ez-toc-title,
  .single #ez-toc-container .ez-toc-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
@media (max-width: 1600px) and (max-width: 767px) {
  .page #ez-toc-container .ez-toc-title,
  .single #ez-toc-container .ez-toc-title {
    font-size: 2.4rem;
  }
}
.page #ez-toc-container nav,
.single #ez-toc-container nav {
  max-height: calc(100vh - 120px);
  overflow: hidden auto;
}
@media (max-width: 1600px) {
  .page #ez-toc-container nav,
  .single #ez-toc-container nav {
    max-height: inherit;
  }
}
.page #ez-toc-container .ez-toc-list,
.single #ez-toc-container .ez-toc-list {
  background: #f7f7f7;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media (max-width: 1600px) {
  .page #ez-toc-container .ez-toc-list,
  .single #ez-toc-container .ez-toc-list {
    border-radius: 20px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .page #ez-toc-container .ez-toc-list,
  .single #ez-toc-container .ez-toc-list {
    border-radius: 10px;
    padding: 20px;
  }
}
.page #ez-toc-container .ez-toc-list-level-1,
.single #ez-toc-container .ez-toc-list-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.page #ez-toc-container .ez-toc-heading-level-2,
.single #ez-toc-container .ez-toc-heading-level-2 {
  font-weight: 500;
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.page #ez-toc-container .ez-toc-heading-level-2::before,
.single #ez-toc-container .ez-toc-heading-level-2::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #333;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 8px;
  width: 0;
}
.page #ez-toc-container .ez-toc-list-level-3,
.single #ez-toc-container .ez-toc-list-level-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding-left: 20px;
}
.page #ez-toc-container .ez-toc-heading-level-3,
.single #ez-toc-container .ez-toc-heading-level-3 {
  font-size: 1.4rem;
  font-weight: 400;
  list-style: none;
}
.page #ez-toc-container a,
.single #ez-toc-container a {
  text-decoration: underline;
}
.page .demo__title,
.single .demo__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.page .demo__content,
.single .demo__content {
  position: relative;
}
.page .demo__content .panel,
.single .demo__content .panel {
  background: #f7f7f7;
  padding-bottom: 80px;
}
.page .demo__content .tab__item,
.single .demo__content .tab__item {
  width: 33.33%;
}
.page .demo__button,
.single .demo__button {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  position: absolute;
  right: 0;
  text-align: center;
}
.page .demo__button .btn,
.single .demo__button .btn {
  padding: 10px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .page .demo__button .btn,
  .single .demo__button .btn {
    width: auto;
  }
}
.page .demo__preview,
.single .demo__preview {
  border: 1px solid #ccc;
  border-top: none;
  padding-top: 30px;
  position: relative;
}
.page .demo__preview::before,
.single .demo__preview::before {
  background-color: #333;
  color: #fff;
  content: "プレビュー";
  display: block;
  font-size: 1.2rem;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.form {
  margin: 0 auto;
  max-width: 800px;
}
.form__list {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 20px;
  position: relative;
  width: 240px;
}
@media (max-width: 767px) {
  .form dt {
    border-bottom: none;
    font-weight: 500;
    padding: 20px 0 0;
    width: 100%;
  }
}
.form dt.is-required::after {
  border: 1px solid #b4001e;
  border-radius: 20px;
  color: #b4001e;
  content: "必須";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  padding: 2px 8px;
}
.form dd {
  border-bottom: 1px solid #ccc;
  padding: 20px 20px 20px 0;
  width: calc(100% - 240px);
}
@media (max-width: 767px) {
  .form dd {
    padding: 20px 0;
    width: 100%;
  }
}
.form dd label.error,
.form dd .wpcf7-not-valid-tip {
  display: block;
}
.form dd a {
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}
.form input[type=text],
.form input[type=password],
.form input[type=number],
.form input[type=email],
.form input[type=tel],
.form select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.form input[type=text].wpcf7-not-valid,
.form input[type=password].wpcf7-not-valid,
.form input[type=number].wpcf7-not-valid,
.form input[type=email].wpcf7-not-valid,
.form input[type=tel].wpcf7-not-valid,
.form select.wpcf7-not-valid {
  background: rgba(180, 0, 30, 0.1);
  border: 1px solid #b4001e;
}
.form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 200px;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.form textarea.wpcf7-not-valid {
  background-color: rgba(180, 0, 30, 0.1);
  border: 1px solid #b4001e;
}
.form .wpcf7-not-valid-tip {
  color: #b4001e;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 8px;
}
.wpcf7-list-item label,
.label-checkbox {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.wpcf7-list-item label input[type=checkbox],
.label-checkbox input[type=checkbox] {
  display: block;
  opacity: 0;
  position: absolute;
}
.wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-list-item label input[type=checkbox]:checked + .item-name::before,
.label-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.label-checkbox input[type=checkbox]:checked + .item-name::before {
  background-color: #555;
  border-color: #555;
}
.wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item label input[type=checkbox]:checked + .item-name::after,
.label-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.label-checkbox input[type=checkbox]:checked + .item-name::after {
  border-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wpcf7-list-item label .wpcf7-list-item-label,
.wpcf7-list-item label .item-name,
.label-checkbox .wpcf7-list-item-label,
.label-checkbox .item-name {
  display: inline-block;
  line-height: 1.4;
  padding-left: 26px;
  position: relative;
}
.wpcf7-list-item label .wpcf7-list-item-label::before, .wpcf7-list-item label .wpcf7-list-item-label::after,
.wpcf7-list-item label .item-name::before,
.wpcf7-list-item label .item-name::after,
.label-checkbox .wpcf7-list-item-label::before,
.label-checkbox .wpcf7-list-item-label::after,
.label-checkbox .item-name::before,
.label-checkbox .item-name::after {
  content: "";
  position: absolute;
}
.wpcf7-list-item label .wpcf7-list-item-label::before,
.wpcf7-list-item label .item-name::before,
.label-checkbox .wpcf7-list-item-label::before,
.label-checkbox .item-name::before {
  background-color: #fff;
  border: 1px solid #999;
  height: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 16px;
}
.wpcf7-list-item label .wpcf7-list-item-label::after,
.wpcf7-list-item label .item-name::after,
.label-checkbox .wpcf7-list-item-label::after,
.label-checkbox .item-name::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 4px;
  left: 4px;
  margin-top: -4px;
  top: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 8px;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-radio label,
.label-radio {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.wpcf7-radio label input[type=radio],
.label-radio input[type=radio] {
  display: none;
}
.wpcf7-radio label input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-radio label input[type=radio]:checked + .item-name::before,
.label-radio input[type=radio]:checked + .wpcf7-list-item-label::before,
.label-radio input[type=radio]:checked + .item-name::before {
  border-color: #b4001e;
}
.wpcf7-radio label input[type=radio]:checked + .wpcf7-list-item-label::after,
.wpcf7-radio label input[type=radio]:checked + .item-name::after,
.label-radio input[type=radio]:checked + .wpcf7-list-item-label::after,
.label-radio input[type=radio]:checked + .item-name::after {
  background-color: #b4001e;
}
.wpcf7-radio label .wpcf7-list-item-label,
.wpcf7-radio label .item-name,
.label-radio .wpcf7-list-item-label,
.label-radio .item-name {
  display: inline-block;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}
.wpcf7-radio label .wpcf7-list-item-label::before, .wpcf7-radio label .wpcf7-list-item-label::after,
.wpcf7-radio label .item-name::before,
.wpcf7-radio label .item-name::after,
.label-radio .wpcf7-list-item-label::before,
.label-radio .wpcf7-list-item-label::after,
.label-radio .item-name::before,
.label-radio .item-name::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wpcf7-radio label .wpcf7-list-item-label::before,
.wpcf7-radio label .item-name::before,
.label-radio .wpcf7-list-item-label::before,
.label-radio .item-name::before {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.wpcf7-radio label .wpcf7-list-item-label::after,
.wpcf7-radio label .item-name::after,
.label-radio .wpcf7-list-item-label::after,
.label-radio .item-name::after {
  border-radius: 50%;
  bottom: 0;
  height: 10px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
[data-name=your-age],
.select-wrap {
  position: relative;
}
[data-name=your-age]::after,
.select-wrap::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "▼";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 20px;
}
[data-name=your-age] select,
.select-wrap select {
  cursor: pointer;
  padding-right: 1.5rem;
  text-overflow: ellipsis;
  width: 100%;
}
[data-name=your-age] select::-ms-expand,
.select-wrap select::-ms-expand {
  display: none;
}
.form__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.wpcf7 form .wpcf7-response-output {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  border: none !important;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0 !important;
  max-width: 800px;
  padding: 20px !important;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #f7f7f7;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: rgba(180, 0, 30, 0.1);
  color: #b4001e;
}
.pp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.pp-container section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.pp-container h2 {
  font-size: 2rem;
  font-weight: 500;
}
.pp-container h3 {
  font-weight: 500;
}
.pp-container p {
  font-size: 1.4rem;
}
.pp-container ul {
  padding-left: 20px;
}
.pp-container li {
  font-size: 1.4rem;
  list-style: disc outside;
}
.push-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.push-info__heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .push-info__heading {
    font-size: 1.8rem;
  }
}
.push-info__text {
  font-size: 1.4rem;
}
.push-info__text strong {
  font-weight: bold;
}
.push-info__list {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  padding-left: 40px;
}
.push-info__item {
  font-size: 1.4rem;
  list-style: disc outside;
}
.push-setting {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.push-setting .toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.push-setting .toggle input {
  display: none;
}
.push-setting .toggle input:checked + .slider {
  background: #4caf50;
}
.push-setting .toggle input:checked + .slider::before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}
.push-setting .toggle .label-text {
  font-weight: bold;
}
.push-setting .toggle:has(.is-disabled) {
  opacity: 0.4;
  pointer-events: none;
}
.push-setting .slider {
  background: #ccc;
  border-radius: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 50px;
}
.push-setting .slider::before {
  background: white;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  top: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 20px;
}
.push-setting__hint {
  background: #f1f1f1;
  border-radius: 24px;
  color: #b4001e;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.block-image-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-image-text .image {
  aspect-ratio: 16/9;
  position: relative;
  width: 50%;
}
@media (max-width: 1280px) {
  .block-image-text .image {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .block-image-text .image {
    aspect-ratio: 16/9;
    width: 100%;
  }
}
.block-image-text .image__bg {
  background: rgba(180, 0, 30, 0.2);
  bottom: 0;
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  width: calc(100% - 20px);
}
.block-image-text .image__content {
  height: calc(100% - 20px);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 20px);
}
.block-image-text .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0 0 0 80px;
  width: 50%;
}
@media (max-width: 1280px) {
  .block-image-text .text {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .block-image-text .text {
    margin-top: -10px;
    padding: 0;
    width: 100%;
  }
}
.block-image-text .text__button {
  margin-top: 20px;
}
.block-image-text--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block-image-text--reverse .text {
  padding: 0 80px 0 0;
}
@media (max-width: 1280px) {
  .block-image-text--reverse .text {
    padding: 0 40px 0 0;
  }
}
.sec-hero {
  height: calc(100vh - 0px);
  max-height: 65vw;
  min-height: 40vw;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .sec-hero {
    height: auto;
    max-height: inherit;
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .sec-hero {
    height: auto;
  }
}
.sec-hero .hero {
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .sec-hero .hero {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .sec-hero .hero {
    height: 130vw;
  }
}
.sec-hero .hero__wave {
  left: -2px;
  position: absolute;
  top: 60%;
}
@media (max-width: 767px) {
  .sec-hero .hero__wave {
    top: 40%;
  }
}
.sec-hero .hero__swiper {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 70%;
}
@media (max-width: 1024px) {
  .sec-hero .hero__swiper {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .sec-hero .hero__swiper {
    width: 100%;
  }
}
.sec-hero .hero__swiper .swiper-slide .image-wrap {
  aspect-ratio: 1600/1000;
}
.sec-hero .hero__swiper .swiper-pagination-bullet-active {
  background: #b4001e;
}
.sec-hero .hero__copy {
  font-weight: bold;
  left: 40px;
  line-height: 0.8;
  position: absolute;
  top: 12%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sec-hero .hero__copy {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .sec-hero .hero__copy {
    left: 20px;
    top: 20%;
  }
}
.sec-hero .hero__copy .bgextend {
  display: inline-block;
}
.sec-hero .hero__copy .bgextend .bgextend-inner {
  display: inline-block;
}
.sec-hero .hero__copy .line-1 {
  font-size: 15rem;
}
@media (max-width: 1600px) {
  .sec-hero .hero__copy .line-1 {
    font-size: 14rem;
  }
}
@media (max-width: 1280px) {
  .sec-hero .hero__copy .line-1 {
    font-size: 12rem;
  }
}
@media (max-width: 1024px) {
  .sec-hero .hero__copy .line-1 {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .sec-hero .hero__copy .line-1 {
    font-size: 6rem;
  }
}
.sec-hero .hero__copy .line-2 {
  font-size: 15rem;
}
@media (max-width: 1600px) {
  .sec-hero .hero__copy .line-2 {
    font-size: 14rem;
  }
}
@media (max-width: 1280px) {
  .sec-hero .hero__copy .line-2 {
    font-size: 12rem;
  }
}
@media (max-width: 1024px) {
  .sec-hero .hero__copy .line-2 {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .sec-hero .hero__copy .line-2 {
    font-size: 6rem;
  }
}
.sec-hero .hero__copy .line-3 {
  color: #555;
  font-size: 10rem;
  margin-top: 10px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media (max-width: 1600px) {
  .sec-hero .hero__copy .line-3 {
    font-size: 9rem;
  }
}
@media (max-width: 1280px) {
  .sec-hero .hero__copy .line-3 {
    font-size: 7rem;
  }
}
@media (max-width: 1024px) {
  .sec-hero .hero__copy .line-3 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .sec-hero .hero__copy .line-3 {
    font-size: 4.5rem;
  }
}
.sec-hero .topics {
  bottom: 40px;
  left: 40px;
  position: absolute;
  z-index: 2;
}
.sec-hero .topics__heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.sec-hero .topics__list {
  margin-top: 20px;
  padding-left: 20px;
}
.sec-hero .topics__item {
  line-height: 1.4;
  list-style: disc outside;
}
.sec-hero .topics__link {
  color: #333;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sec-hero .topics {
    margin: 30px;
    position: static;
  }
  .sec-hero .topics .topics__link {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .sec-hero .topics {
    margin: 20px;
    position: static;
  }
  .sec-hero .topics .topics__link {
    font-size: 1.2rem;
  }
}
.sec-technologies .inner {
  padding: 0;
}
.sec-technologies .technologies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  gap: 80px;
  padding: 120px 80px 120px 0;
  position: relative;
}
@media (max-width: 1280px) {
  .sec-technologies .technologies {
    padding: 80px 40px 80px 0;
  }
}
@media (max-width: 1024px) {
  .sec-technologies .technologies {
    gap: 0;
    padding: 60px 30px 60px 0;
  }
}
@media (max-width: 767px) {
  .sec-technologies .technologies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 40px 20px 40px 0;
  }
}
.sec-technologies .technologies::before {
  background: rgba(20, 40, 80, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sec-technologies .technologies .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
  position: relative;
  width: calc(50% - 40px);
}
@media (max-width: 1280px) {
  .sec-technologies .technologies .text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1024px) {
  .sec-technologies .technologies .text {
    padding-left: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-technologies .technologies .text {
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
  }
}
.sec-technologies .technologies .text__button {
  margin-top: 20px;
}
.sec-technologies .technologies .icon {
  left: -40px;
  position: absolute;
  top: 40px;
  width: calc(50% + 0px);
}
@media (max-width: 1024px) {
  .sec-technologies .technologies .icon {
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-technologies .technologies .icon {
    left: 0;
    width: calc(100% + 0px);
  }
}
.sec-technologies .technologies .icon__list {
  background: #fff;
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  padding: 30px;
}
@media (max-width: 1600px) {
  .sec-technologies .technologies .icon__list {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sec-technologies .technologies .icon__list {
    border-radius: 0 10px 10px 0;
    gap: 10px;
    padding: 20px 20px 20px 10px;
  }
}
.sec-technologies .technologies .icon__item {
  width: calc(12.5% - 26.25px);
}
@media (max-width: 1600px) {
  .sec-technologies .technologies .icon__item {
    width: calc(12.5% - 17.5px);
  }
}
@media (max-width: 767px) {
  .sec-technologies .technologies .icon__item {
    width: calc(12.5% - 8.75px);
  }
}
.sec-blog {
  padding: 200px 0 0;
}
@media (max-width: 1600px) {
  .sec-blog {
    padding: 160px 0 0;
  }
}
@media (max-width: 1280px) {
  .sec-blog {
    padding: 80px 0 0;
  }
}
@media (max-width: 1024px) {
  .sec-blog {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .sec-blog {
    padding: 40px 0 0;
  }
}
.sec-blog .blog__header .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sec-blog .blog__header .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec-blog .blog__search {
  width: 300px;
}
@media (max-width: 767px) {
  .sec-blog .blog__search {
    width: 100%;
  }
}
.sec-blog .blog__category {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec-blog .blog__category {
    margin-top: 20px;
  }
}
.sec-blog .blog__category .category {
  margin-top: 40px;
}
.sec-blog .blog__category .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .sec-blog .blog__category .category__list {
    gap: 10px 10px;
  }
}
.sec-blog .blog__category .category__link {
  border-radius: 20px;
  color: #fff !important;
  display: block;
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .sec-blog .blog__category .category__link {
    border-radius: 20px;
    font-size: 1.3rem;
    padding: 5px 10px;
  }
}
.sec-blog .blog__category .category__link--all {
  background: #666;
}
.sec-blog .blog__category .category__link--frontend {
  background: #d16666;
}
.sec-blog .blog__category .category__link--backend {
  background: #6896d1;
}
.sec-blog .blog__category .category__link--dev {
  background: #9a76d4;
}
.sec-blog .blog__category .category__link--server {
  background: #57a89f;
}
.sec-blog .blog__category .category__link--seo {
  background: #7cbf63;
}
.sec-blog .blog__category .category__link--tips {
  background: #e6c653;
}
.sec-blog .blog__category .category__link--column {
  background: #b0a8a0;
}
.sec-blog .blog__content {
  margin-top: 40px;
}
.sec-blog .blog__content .inner {
  padding-right: 0;
}
.sec-blog .blog__content .swiper {
  padding: 14px 80px 14px 10px;
}
@media (max-width: 1024px) {
  .sec-blog .blog__content .swiper {
    padding: 14px 30px 14px 10px;
  }
}
@media (max-width: 767px) {
  .sec-blog .blog__content .swiper {
    padding: 14px 20px 14px 10px;
  }
}
.sec-blog .blog__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  margin-top: 40px;
}
[data-page=mission] {
  background: url("../images/mission_bg.jpg") no-repeat center top 200px;
  background-size: contain;
}
@media (max-width: 1024px) {
  [data-page=mission] {
    background: url("../images/mission_bg.jpg") no-repeat center top 200px;
  }
}
[data-page=mission] .mission__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-page=mission] .mission__container:not(:last-child) {
  margin-bottom: 160px;
}
@media (max-width: 1280px) {
  [data-page=mission] .mission__container:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  [data-page=mission] .mission__container:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  [data-page=mission] .mission__container:not(:last-child) {
    margin-bottom: 80px;
  }
}
[data-page=mission] .mission__container:nth-child(2n-1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
[data-page=mission] .mission__container:nth-child(2n-1) .mission__inner {
  max-width: 980px;
}
[data-page=mission] .mission__container:nth-child(2n) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[data-page=mission] .mission__container:nth-child(2n) .mission__inner {
  max-width: 880px;
}
[data-page=mission] .mission__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  [data-page=mission] .mission__inner {
    gap: 20px;
  }
}
[data-page=mission] .mission__heading {
  font-size: 4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  [data-page=mission] .mission__heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  [data-page=mission] .mission__heading {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  [data-page=mission] .mission__heading {
    font-size: 2.2rem;
  }
}
[data-page=service] .service__lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
[data-page=service] .service__text {
  font-size: 1.8rem;
  line-height: 1.6;
  width: calc(60% - 40px);
}
@media (max-width: 767px) {
  [data-page=service] .service__text {
    font-size: 1.6rem;
  }
}
[data-page=service] .service__text {
  line-height: 2;
}
@media (max-width: 1024px) {
  [data-page=service] .service__text {
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  [data-page=service] .service__text {
    font-size: 1.4rem;
  }
}
[data-page=service] .service__image {
  width: 40%;
}
@media (max-width: 1024px) {
  [data-page=service] .service__image {
    width: 100%;
  }
}
[data-page=service] .service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 1600px) {
  [data-page=service] .service__list {
    gap: 60px;
  }
}
@media (max-width: 1280px) {
  [data-page=service] .service__list {
    gap: 45px;
  }
}
@media (max-width: 1024px) {
  [data-page=service] .service__list {
    gap: 30px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  [data-page=service] .service__list {
    gap: 40px;
    margin-top: 40px;
  }
}
[data-page=service] .service__item {
  position: relative;
  width: calc(33.33% - 50px);
}
@media (max-width: 1600px) {
  [data-page=service] .service__item {
    width: calc(33.33% - 40px);
  }
}
@media (max-width: 1280px) {
  [data-page=service] .service__item {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 1024px) {
  [data-page=service] .service__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  [data-page=service] .service__item {
    width: calc(100% - 0px);
  }
}
[data-page=service] .service__icon {
  position: absolute;
  right: 0;
  top: 10px;
  width: 100px;
  z-index: 1;
}
@media (max-width: 767px) {
  [data-page=service] .service__icon {
    top: 0;
    width: 80px;
  }
}
[data-page=service] .service__icon span {
  display: block;
  opacity: 0.2;
}
[data-page=service] .service__title.is-en {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  [data-page=service] .service__title.is-en {
    font-size: 2.8rem;
  }
}
[data-page=service] .service__title.is-en span {
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
[data-page=service] .service__heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  [data-page=service] .service__heading {
    font-size: 1.6rem;
  }
}
[data-page=service] .service__description {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 10px;
}
@media (max-width: 767px) {
  [data-page=service] .service__description {
    font-size: 1.2rem;
  }
}
[data-page=technologies] .technologies__lead {
  margin-bottom: 40px;
}
[data-page=technologies] .technologies__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 75px;
}
@media (max-width: 1024px) {
  [data-page=technologies] .technologies__content {
    gap: 40px;
  }
}
[data-page=technologies] .technologies__container {
  width: calc(33.33% - 50px);
}
@media (max-width: 1024px) {
  [data-page=technologies] .technologies__container {
    width: 100%;
  }
}
[data-page=technologies] .technologies__heading {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  [data-page=technologies] .technologies__heading {
    font-size: 2.4rem;
  }
}
[data-page=technologies] .technologies__heading {
  font-weight: 700;
}
[data-page=technologies] .technologies__sub-container {
  position: relative;
}
[data-page=technologies] .technologies__sub-container::after {
  content: "etc.";
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 10px;
  text-align: left;
}
[data-page=technologies] .technologies__sub-heading {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  [data-page=technologies] .technologies__sub-heading {
    font-size: 1.8rem;
  }
}
[data-page=technologies] .technologies__sub-heading {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0;
}
@media (max-width: 1024px) {
  [data-page=technologies] .technologies__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 30px;
  }
}
@media (max-width: 767px) {
  [data-page=technologies] .technologies__list {
    gap: 10px;
  }
}
[data-page=technologies] .technologies__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  [data-page=technologies] .technologies__item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  [data-page=technologies] .technologies__item {
    width: calc(50% - 5px);
  }
}
[data-page=technologies] .technologies__item img {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
[data-page=technologies] .technologies__item span.is-en {
  display: block;
  width: calc(100% - 20px);
}
@-webkit-keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    background-position: 100% 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    background-position: 100% 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes color-cycle {
  0% {
    color: #d16666;
  }
  12.5% {
    color: #6896d1;
  }
  25% {
    color: #9a76d4;
  }
  37.5% {
    color: #57a89f;
  }
  50% {
    color: #7cbf63;
  }
  62.5% {
    color: #e6c653;
  }
  75% {
    color: #db9b59;
  }
  87.5% {
    color: #b0a8a0;
  }
  100% {
    color: #d16666;
  }
}
@keyframes color-cycle {
  0% {
    color: #d16666;
  }
  12.5% {
    color: #6896d1;
  }
  25% {
    color: #9a76d4;
  }
  37.5% {
    color: #57a89f;
  }
  50% {
    color: #7cbf63;
  }
  62.5% {
    color: #e6c653;
  }
  75% {
    color: #db9b59;
  }
  87.5% {
    color: #b0a8a0;
  }
  100% {
    color: #d16666;
  }
}
.pattern {
  height: 400px;
  left: 0;
  overflow: hidden;
  -webkit-perspective: 400px;
          perspective: 400px;
  position: absolute;
  top: 0%;
  width: 100%;
}
@media (max-width: 767px) {
  .pattern {
    height: 300px;
    -webkit-perspective: 300px;
            perspective: 300px;
  }
}
.pattern__wrapper {
  -webkit-transform: rotateX(70deg);
          transform: rotateX(70deg);
}
.pattern__inner {
  -webkit-animation: gradient-flow 4s linear infinite;
          animation: gradient-flow 4s linear infinite;
  background: #333;
  background: -webkit-gradient(linear, left top, right top, from(#d16666), color-stop(#6896d1), color-stop(#9a76d4), color-stop(#57a89f), color-stop(#7cbf63), color-stop(#e6c653), color-stop(#db9b59), color-stop(#d16666), color-stop(#6896d1), color-stop(#9a76d4), color-stop(#57a89f), color-stop(#7cbf63), color-stop(#e6c653), color-stop(#db9b59), to(#d16666));
  background: linear-gradient(90deg, #d16666, #6896d1, #9a76d4, #57a89f, #7cbf63, #e6c653, #db9b59, #d16666, #6896d1, #9a76d4, #57a89f, #7cbf63, #e6c653, #db9b59, #d16666);
  background-size: 200% 100%;
  content: "";
  display: block;
  height: 1000px;
  left: -50%;
  -webkit-mask-image: url("../images/hero_bg.svg");
          mask-image: url("../images/hero_bg.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  -webkit-mask-size: 500px;
          mask-size: 500px;
  opacity: 1;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 200%;
}
@media (max-width: 767px) {
  .pattern__inner {
    height: 600px;
    -webkit-mask-size: 300px;
            mask-size: 300px;
  }
}
.pattern::after {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 90%, white 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0%;
  width: 100%;
  z-index: 1;
}
.child-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
[data-page=blog] .hero {
  position: relative;
}
[data-page=blog] .hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 767px) {
  [data-page=blog] .hero__title {
    padding-top: 40px;
  }
}
[data-page=blog] .hero__label {
  font-size: 3.4rem;
  font-weight: 500;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 767px) {
  [data-page=blog] .hero__label {
    font-size: 2.2rem;
  }
}
[data-page=blog] .hero__logo {
  position: relative;
  width: 400px;
}
@media (max-width: 767px) {
  [data-page=blog] .hero__logo {
    width: 260px;
  }
}
[data-page=blog] .hero__logo img {
  width: 100%;
}
[data-page=blog] .hero__svg {
  color: #333;
}
[data-page=blog] .hero__tagline {
  color: #b4001e;
  font-family: "Dancing Script", cursive;
  font-size: 7rem;
  font-weight: 700;
  margin-top: 20px;
  padding-left: 100px;
  position: relative;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (max-width: 1280px) {
  [data-page=blog] .hero__tagline {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  [data-page=blog] .hero__tagline {
    font-size: 3.2rem;
    margin-top: 10px;
    padding-left: 0;
  }
}
[data-page=blog] .hero__tagline p {
  -webkit-animation: color-cycle 16s infinite linear;
          animation: color-cycle 16s infinite linear;
  color: #d16666;
  position: relative;
}
[data-page=blog] .hero__lead {
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  [data-page=blog] .hero__lead {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
[data-page=blog] .hero__description {
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 20px;
  margin-top: 40px;
  position: relative;
}
[data-page=blog] .hero__description a {
  color: #555;
  text-decoration: underline;
}
@media (max-width: 767px) {
  [data-page=blog] .hero__description {
    font-size: 1.2rem;
  }
}
[data-page=blog] .recent {
  margin-top: 80px;
}
[data-page=blog] .recent .inner {
  position: relative;
}
[data-page=blog] .recent .inner::before {
  background: #f7f7f7;
  clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
  content: "";
  display: block;
  height: 90%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
[data-page=blog] .recent__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
[data-page=blog] .recent__title-lang--jp {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  [data-page=blog] .recent__title-lang--jp {
    font-size: 2.4rem;
  }
}
[data-page=blog] .recent__title-lang--en {
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}
[data-page=blog] .recent__category {
  margin-bottom: 20px;
  position: relative;
}
[data-page=blog] .recent__content {
  margin-left: -80px;
  margin-right: -80px;
  position: relative;
}
@media (max-width: 1280px) {
  [data-page=blog] .recent__content {
    margin: 0 -40px;
  }
}
@media (max-width: 1024px) {
  [data-page=blog] .recent__content {
    margin: 0 -20px;
  }
}
[data-page=blog] .recent__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
[data-page=blog] .recent--frontend .inner::before {
  background: rgba(209, 102, 102, 0.05);
}
[data-page=blog] .recent--frontend .recent__title::before {
  background-color: #d16666;
  display: inline-block;
  height: 40px;
  -webkit-mask-image: url("../images/icon_pin.svg");
          mask-image: url("../images/icon_pin.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 40px;
}
[data-page=blog] .recent--frontend .recent__title-lang--jp {
  color: #d16666;
}
[data-page=blog] .recent--frontend .swiper-button-prev,
[data-page=blog] .recent--frontend .swiper-button-next,
[data-page=blog] .recent--frontend .swiper-pagination-bullet-active {
  background-color: #d16666;
}
[data-page=blog] .recent--backend .inner::before {
  background: rgba(104, 150, 209, 0.05);
}
[data-page=blog] .recent--backend .recent__title::before {
  background-color: #6896d1;
  display: inline-block;
  height: 40px;
  -webkit-mask-image: url("../images/icon_pin.svg");
          mask-image: url("../images/icon_pin.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 40px;
}
[data-page=blog] .recent--backend .recent__title-lang--jp {
  color: #6896d1;
}
[data-page=blog] .recent--backend .swiper-button-prev,
[data-page=blog] .recent--backend .swiper-button-next,
[data-page=blog] .recent--backend .swiper-pagination-bullet-active {
  background-color: #6896d1;
}
[data-page=blog] .recent--dev .inner::before {
  background: rgba(154, 118, 212, 0.05);
}
[data-page=blog] .recent--dev .recent__title::before {
  background-color: #9a76d4;
  display: inline-block;
  height: 40px;
  -webkit-mask-image: url("../images/icon_pin.svg");
          mask-image: url("../images/icon_pin.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 40px;
}
[data-page=blog] .recent--dev .recent__title-lang--jp {
  color: #9a76d4;
}
[data-page=blog] .recent--dev .swiper-button-prev,
[data-page=blog] .recent--dev .swiper-button-next,
[data-page=blog] .recent--dev .swiper-pagination-bullet-active {
  background-color: #9a76d4;
}
[data-page=blog] .recent--server .inner::before {
  background: rgba(87, 168, 159, 0.05);
}
[data-page=blog] .recent--server .recent__title::before {
  background-color: #57a89f;
  display: inline-block;
  height: 40px;
  -webkit-mask-image: url("../images/icon_pin.svg");
          mask-image: url("../images/icon_pin.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 40px;
}
[data-page=blog] .recent--server .recent__title-lang--jp {
  color: #57a89f;
}
[data-page=blog] .recent--server .swiper-button-prev,
[data-page=blog] .recent--server .swiper-button-next,
[data-page=blog] .recent--server .swiper-pagination-bullet-active {
  background-color: #57a89f;
}
[data-page=blog] .recent--seo .inner::before {
  background: rgba(124, 191, 99, 0.05);
}
[data-page=blog] .recent--seo .recent__title::before {
  background-color: #7cbf63;
  display: inline-block;
  height: 40px;
  -webkit-mask-image: url("../images/icon_pin.svg");
          mask-image: url("../images/icon_pin.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 40px;
}
[data-page=blog] .recent--seo .recent__title-lang--jp {
  color: #7cbf63;
}
[data-page=blog] .recent--seo .swiper-button-prev,
[data-page=blog] .recent--seo .swiper-button-next,
[data-page=blog] .recent--seo .swiper-pagination-bullet-active {
  background-color: #7cbf63;
}
[data-page=blog] .recent--tips .inner::before {
  background: rgba(230, 198, 83, 0.05);
}
[data-page=blog] .recent--tips .recent__title::before {
  background-color: #e6c653;
  display: inline-block;
  height: 40px;
  -webkit-mask-image: url("../images/icon_pin.svg");
          mask-image: url("../images/icon_pin.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 40px;
}
[data-page=blog] .recent--tips .recent__title-lang--jp {
  color: #e6c653;
}
[data-page=blog] .recent--tips .swiper-button-prev,
[data-page=blog] .recent--tips .swiper-button-next,
[data-page=blog] .recent--tips .swiper-pagination-bullet-active {
  background-color: #e6c653;
}
[data-page=blog] .recent--case .inner::before {
  background: rgba(219, 155, 89, 0.05);
}
[data-page=blog] .recent--case .recent__title::before {
  background-color: #db9b59;
  display: inline-block;
  height: 40px;
  -webkit-mask-image: url("../images/icon_pin.svg");
          mask-image: url("../images/icon_pin.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 40px;
}
[data-page=blog] .recent--case .recent__title-lang--jp {
  color: #db9b59;
}
[data-page=blog] .recent--case .swiper-button-prev,
[data-page=blog] .recent--case .swiper-button-next,
[data-page=blog] .recent--case .swiper-pagination-bullet-active {
  background-color: #db9b59;
}
[data-page=blog] .recent--column .inner::before {
  background: rgba(176, 168, 160, 0.05);
}
[data-page=blog] .recent--column .recent__title::before {
  background-color: #b0a8a0;
  display: inline-block;
  height: 40px;
  -webkit-mask-image: url("../images/icon_pin.svg");
          mask-image: url("../images/icon_pin.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 40px;
}
[data-page=blog] .recent--column .recent__title-lang--jp {
  color: #b0a8a0;
}
[data-page=blog] .recent--column .swiper-button-prev,
[data-page=blog] .recent--column .swiper-button-next,
[data-page=blog] .recent--column .swiper-pagination-bullet-active {
  background-color: #b0a8a0;
}
.archive-title {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .archive-title {
    padding: 40px 0;
  }
}
.archive-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
.archive-title__parent {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .archive-title__parent {
    font-size: 1.8rem;
  }
}
.archive-title__parent--all {
  color: #666;
}
.archive-title__parent--frontend {
  color: #d16666;
}
.archive-title__parent--backend {
  color: #6896d1;
}
.archive-title__parent--dev {
  color: #9a76d4;
}
.archive-title__parent--server {
  color: #57a89f;
}
.archive-title__parent--seo {
  color: #7cbf63;
}
.archive-title__parent--tips {
  color: #e6c653;
}
.archive-title__parent--case {
  color: #db9b59;
}
.archive-title__parent--column {
  color: #b0a8a0;
}
.archive-title__main {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .archive-title__main {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .archive-title__main {
    font-size: 2.2rem;
  }
}
.archive-title .category {
  margin-top: 40px;
}
.archive-title .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .archive-title .category__list {
    gap: 10px 10px;
  }
}
.archive-title .category__link {
  border-radius: 20px;
  color: #fff !important;
  display: block;
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .archive-title .category__link {
    border-radius: 20px;
    font-size: 1.3rem;
    padding: 5px 10px;
  }
}
.archive-title .category__link--all {
  background: #666;
}
.archive-title .category__link--frontend {
  background: #d16666;
}
.archive-title .category__link--backend {
  background: #6896d1;
}
.archive-title .category__link--dev {
  background: #9a76d4;
}
.archive-title .category__link--server {
  background: #57a89f;
}
.archive-title .category__link--seo {
  background: #7cbf63;
}
.archive-title .category__link--tips {
  background: #e6c653;
}
.archive-title .category__link--column {
  background: #b0a8a0;
}
.archive__body .child-category {
  margin-bottom: 80px;
}
.archive__body .child-category__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .archive__body .child-category__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .archive__body .child-category {
    margin-bottom: 40px;
  }
}
.single-title {
  border-bottom: 1px solid #ccc;
  padding: 120px 0 40px;
}
@media (max-width: 1024px) {
  .single-title {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  .single-title {
    padding: 60px 0 20px;
  }
}
.single-title__category {
  font-size: 1.2rem;
  font-weight: 500;
}
.single-title__category .category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.single-title__category .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 10px;
  width: 100%;
}
.single-title__category .category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.single-title__category .category__item:not(:last-child)::after {
  content: ">";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.single-title__category .category__item:last-child {
  overflow: hidden;
}
.single-title__category .category__item:last-child .category__link {
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-title__category .category__link {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-title__category .category__link:hover {
  opacity: 0.5;
}
.single-title__category .category__link--frontend {
  color: #d16666 !important;
}
.single-title__category .category__link--backend {
  color: #6896d1 !important;
}
.single-title__category .category__link--dev {
  color: #9a76d4 !important;
}
.single-title__category .category__link--server {
  color: #57a89f !important;
}
.single-title__category .category__link--seo {
  color: #7cbf63 !important;
}
.single-title__category .category__link--tips {
  color: #e6c653 !important;
}
.single-title__category .category__link--case {
  color: #db9b59 !important;
}
.single-title__category .category__link--column {
  color: #b0a8a0 !important;
}
.single-title__heading {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .single-title__heading {
    font-size: 2.4rem;
  }
}
.single-title__date {
  color: #777;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.single-title__tag {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 20px;
}
.single-title__tag .tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.single-title__tag .tag::before {
  background-color: #777;
  content: "";
  display: inline-block;
  height: 16px;
  -webkit-mask-image: url("../images/icon_tag.svg");
          mask-image: url("../images/icon_tag.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  width: 16px;
}
.single-title__tag .tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.single-title__tag .tag__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-title__tag .tag__link {
  background: none;
  border: 1px solid #ccc;
  color: #777;
  cursor: pointer;
  outline: none;
  padding: 2px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-title__tag .tag__link:hover {
  background: #fff;
}
.single__body {
  padding: 40px 0 0;
}
.single__lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.single__thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 600px;
  width: 40%;
}
@media (max-width: 767px) {
  .single__thumbnail {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single__thumbnail {
    width: 100%;
  }
}
.single__excerpt {
  width: auto;
}
@media (max-width: 767px) {
  .single__excerpt {
    width: 100%;
  }
}
.single .child-category {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .single .child-category {
    margin-bottom: 40px;
  }
}
.single__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
@media (max-width: 1600px) {
  .single__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single__index {
  position: sticky;
  top: 40px;
  width: 320px;
}
@media (max-width: 1600px) {
  .single__index {
    position: static;
    width: 100%;
  }
}
.single__inner {
  width: calc(100% - 360px);
}
@media (max-width: 1600px) {
  .single__inner {
    width: 100%;
  }
}
.single__inner #ez-toc-container {
  display: none;
}
.single__footer {
  margin-top: 160px;
}
.single__footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.single__footer .author {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .single__footer .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 40px 20px;
  }
}
.single__footer .author__image {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
}
@media (max-width: 767px) {
  .single__footer .author__image {
    margin: 0 auto;
  }
}
.single__footer .author__text {
  max-width: calc(100% - 240px);
}
@media (max-width: 767px) {
  .single__footer .author__text {
    max-width: inherit;
  }
}
.single__footer .author__title {
  color: #999;
  font-size: 4rem;
  -webkit-transform: rotate(-6deg) translateX(-20px) translateY(10px);
          transform: rotate(-6deg) translateX(-20px) translateY(10px);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (max-width: 767px) {
  .single__footer .author__title {
    -webkit-transform: rotate(-6deg) translateX(20px) translateY(20px);
            transform: rotate(-6deg) translateX(20px) translateY(20px);
  }
}
.single__footer .author__name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .single__footer .author__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.single__footer .author__link {
  font-size: 2.8rem;
  text-decoration: underline;
}
.single__footer .author__en {
  font-size: 2rem;
  font-weight: 500;
}
.single__footer .author__description {
  color: #777;
  font-size: 1.4rem;
  margin-top: 20px;
}
.single__footer .related__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .single__footer .related__title {
    font-size: 2.4rem;
  }
}
.single__footer .related__content {
  margin-left: -80px;
  margin-right: -80px;
  position: relative;
}
@media (max-width: 1280px) {
  .single__footer .related__content {
    margin: 0 -40px;
  }
}
@media (max-width: 1024px) {
  .single__footer .related__content {
    margin: 0 -20px;
  }
}
.single--frontend .category__link {
  color: #d16666 !important;
}
.single--frontend .wp-block-heading::before {
  background-color: #d16666 !important;
}
.single--frontend .ez-toc-heading-level-2::before {
  border-top-color: #d16666 !important;
}
.single--backend .category__link {
  color: #6896d1 !important;
}
.single--backend .wp-block-heading::before {
  background-color: #6896d1 !important;
}
.single--backend .ez-toc-heading-level-2::before {
  border-top-color: #6896d1 !important;
}
.single--dev .category__link {
  color: #9a76d4 !important;
}
.single--dev .wp-block-heading::before {
  background-color: #9a76d4 !important;
}
.single--dev .ez-toc-heading-level-2::before {
  border-top-color: #9a76d4 !important;
}
.single--server .category__link {
  color: #57a89f !important;
}
.single--server .wp-block-heading::before {
  background-color: #57a89f !important;
}
.single--server .ez-toc-heading-level-2::before {
  border-top-color: #57a89f !important;
}
.single--seo .category__link {
  color: #7cbf63 !important;
}
.single--seo .wp-block-heading::before {
  background-color: #7cbf63 !important;
}
.single--seo .ez-toc-heading-level-2::before {
  border-top-color: #7cbf63 !important;
}
.single--tips .category__link {
  color: #e6c653 !important;
}
.single--tips .wp-block-heading::before {
  background-color: #e6c653 !important;
}
.single--tips .ez-toc-heading-level-2::before {
  border-top-color: #e6c653 !important;
}
.single--case .category__link {
  color: #db9b59 !important;
}
.single--case .wp-block-heading::before {
  background-color: #db9b59 !important;
}
.single--case .ez-toc-heading-level-2::before {
  border-top-color: #db9b59 !important;
}
.single--column .category__link {
  color: #b0a8a0 !important;
}
.single--column .wp-block-heading::before {
  background-color: #b0a8a0 !important;
}
.single--column .ez-toc-heading-level-2::before {
  border-top-color: #b0a8a0 !important;
}
.page__header {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .page__header {
    padding: 40px 0;
  }
}
.page__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 2.4rem;
  }
}
.page__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  text-align: center;
}
[data-page=author] .author .inner {
  max-width: 1280px;
}
[data-page=author] .author__overview {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  [data-page=author] .author__overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
[data-page=author] .author__image {
  aspect-ratio: 3/4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 400px;
  width: 40%;
}
@media (max-width: 767px) {
  [data-page=author] .author__image {
    max-width: 400px;
    width: 100%;
  }
}
[data-page=author] .author__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
[data-page=author] .author__text h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-weight: 500;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  [data-page=author] .author__text h3 {
    font-size: 2rem;
  }
}
[data-page=author] .author__text h3 span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[data-page=author] .author__text h3::after {
  background: #ccc;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
[data-page=author] .author__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media (max-width: 767px) {
  [data-page=author] .author__text dl {
    gap: 0;
  }
}
[data-page=author] .author__text dt {
  width: 200px;
}
@media (max-width: 767px) {
  [data-page=author] .author__text dt {
    font-weight: 700;
    width: 100%;
  }
}
[data-page=author] .author__text dd {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  [data-page=author] .author__text dd {
    width: 100%;
  }
  [data-page=author] .author__text dd:not(:last-child) {
    margin-bottom: 20px;
  }
}
[data-page=author] .author__title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
[data-page=author] .author__position {
  width: 100%;
}
[data-page=author] .author__name-jp {
  font-size: 3.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  [data-page=author] .author__name-jp {
    font-size: 2.8rem;
  }
}
[data-page=author] .author__name-en {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  [data-page=author] .author__name-en {
    font-size: 2rem;
  }
}
[data-page=author] .author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
[data-page=author] .author__content section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
[data-page=author] .author__content h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 40px;
  padding-left: 20px;
  position: relative;
}
[data-page=author] .author__content h3::before {
  background: #333;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
}
@media (max-width: 767px) {
  [data-page=author] .author__content h3 {
    font-size: 2rem;
  }
}
[data-page=author] .author__content h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 767px) {
  [data-page=author] .author__content h4 {
    font-size: 1.6rem;
  }
}
[data-page=price] .price {
  margin: 0 auto;
  max-width: 1280px !important;
}
[data-page=price] .price__lead {
  margin-bottom: 40px;
}
[data-page=price] .price__container:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  [data-page=price] .price__container:not(:last-child) {
    margin-bottom: 40px;
  }
}
[data-page=price] .price__container dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px dotted #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  position: relative;
  width: 100%;
}
[data-page=price] .price__container dl dt {
  border-bottom: 1px dotted #999;
  padding: 10px;
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  [data-page=price] .price__container dl dt {
    font-size: 1.4rem;
    line-height: 1.6;
    line-height: 1.4;
    padding: 15px 0;
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-page=price] .price__container dl dt {
    font-size: 1.2rem;
  }
}
[data-page=price] .price__container dl dd {
  border-bottom: 1px dotted #999;
  padding: 10px;
  text-align: right;
  width: 100px;
}
@media (max-width: 767px) {
  [data-page=price] .price__container dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
    line-height: 1.4;
    padding: 15px 0;
    width: 80px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-page=price] .price__container dl dd {
    font-size: 1.2rem;
  }
}
[data-page=price] .price__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
}
[data-page=price] .price__num {
  font-size: 4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  [data-page=price] .price__num {
    font-size: 2.8rem;
  }
}
[data-page=price] .price__num {
  color: #999;
  line-height: 1;
}
[data-page=price] .price__text {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  [data-page=price] .price__text {
    font-size: 1.8rem;
  }
}
[data-page=price] .price__text {
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  [data-page=price] .price__text {
    font-size: 1.8rem;
    line-height: 1.6;
    line-height: 1;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-page=price] .price__text {
    font-size: 1.6rem;
  }
}
[data-page=company] .company__content {
  margin: 0 auto;
  max-width: 980px;
}
[data-page=company] .company dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  position: relative;
  width: 100%;
}
[data-page=company] .company dl dt {
  background: #f7f7f7;
  border-bottom: 5px solid #fff;
  font-weight: bold;
  padding: 20px;
  width: 160px;
}
@media (max-width: 1024px) {
  [data-page=company] .company dl dt {
    padding: 10px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  [data-page=company] .company dl dt {
    font-size: 1.4rem;
    line-height: 1.6;
    line-height: 1.4;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-page=company] .company dl dt {
    font-size: 1.2rem;
  }
}
[data-page=company] .company dl dd {
  border-bottom: 5px solid #fff;
  padding: 20px;
  width: calc(100% - 160px);
}
@media (max-width: 1024px) {
  [data-page=company] .company dl dd {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  [data-page=company] .company dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
    line-height: 1.4;
    padding: 10px 10px 20px;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-page=company] .company dl dd {
    font-size: 1.2rem;
  }
}
[data-page=company] .company dl dd a {
  color: #3c6428;
  text-decoration: underline;
}
[data-page=recruit] .recruit__content {
  margin: 0 auto;
  max-width: 980px;
}
[data-page=recruit] .recruit dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  position: relative;
  width: 100%;
}
[data-page=recruit] .recruit dl dt {
  background: #f7f7f7;
  border-bottom: 5px solid #fff;
  font-weight: bold;
  padding: 20px;
  width: 160px;
}
@media (max-width: 1024px) {
  [data-page=recruit] .recruit dl dt {
    padding: 10px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  [data-page=recruit] .recruit dl dt {
    font-size: 1.4rem;
    line-height: 1.6;
    line-height: 1.4;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-page=recruit] .recruit dl dt {
    font-size: 1.2rem;
  }
}
[data-page=recruit] .recruit dl dd {
  border-bottom: 5px solid #fff;
  padding: 20px;
  width: calc(100% - 160px);
}
@media (max-width: 1024px) {
  [data-page=recruit] .recruit dl dd {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  [data-page=recruit] .recruit dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
    line-height: 1.4;
    padding: 10px 10px 20px;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-page=recruit] .recruit dl dd {
    font-size: 1.2rem;
  }
}
[data-page=recruit] .recruit dl dd a {
  color: #3c6428;
  text-decoration: underline;
}
[data-page=contact] .contact {
  margin: 0 auto;
  max-width: 980px !important;
}
[data-page=contact] .contact__lead {
  margin-bottom: 40px;
}
[data-page=contact] .contact__content dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  position: relative;
  width: 100%;
}
[data-page=contact] .contact__content dl dt {
  background: #f7f7f7;
  border-bottom: 5px solid #fff;
  font-weight: bold;
  padding: 20px;
  width: 160px;
}
@media (max-width: 1024px) {
  [data-page=contact] .contact__content dl dt {
    padding: 10px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  [data-page=contact] .contact__content dl dt {
    font-size: 1.4rem;
    line-height: 1.6;
    line-height: 1.4;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-page=contact] .contact__content dl dt {
    font-size: 1.2rem;
  }
}
[data-page=contact] .contact__content dl dt {
  position: relative;
}
[data-page=contact] .contact__content dl dt .is-required {
  color: #b4001e;
  font-size: 1.2rem;
  line-height: 1.6;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  [data-page=contact] .contact__content dl dt .is-required {
    font-size: 1rem;
  }
}
[data-page=contact] .contact__content dl dd {
  border-bottom: 5px solid #fff;
  padding: 20px;
  width: calc(100% - 160px);
}
@media (max-width: 1024px) {
  [data-page=contact] .contact__content dl dd {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  [data-page=contact] .contact__content dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
    line-height: 1.4;
    padding: 10px 0;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-page=contact] .contact__content dl dd {
    font-size: 1.2rem;
  }
}
[data-page=contact] .contact__content dl dd label.error {
  color: #b4001e;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  [data-page=contact] .contact__content dl dd label.error {
    font-size: 1.2rem;
  }
}
[data-page=contact] .contact__content dl ul.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
[data-page=contact] .contact form .link-pp-wrap {
  margin: 10px 0;
  text-align: right;
}
[data-page=contact] .contact form .link-pp-wrap .link-pp {
  color: #3c6428;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: underline;
}
@media (max-width: 767px) {
  [data-page=contact] .contact form .link-pp-wrap .link-pp {
    font-size: 1.2rem;
  }
}
[data-page=contact] .contact form .btn-submit-wrap {
  margin: 0 auto;
  max-width: 300px;
}
[data-page=contact] .contact__result .loading {
  text-align: center;
}
[data-page=contact] .contact__result:empty {
  display: none;
}
[data-page=contact] .contact__heading {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  [data-page=contact] .contact__heading {
    font-size: 1.8rem;
  }
}
[data-page=contact] .contact__heading {
  font-weight: 700;
}
[data-page=privacy-policy] .policy,
[data-page=cookie-policy] .policy {
  margin: 0 auto;
  max-width: 1280px !important;
}
[data-page=privacy-policy] .policy__lead,
[data-page=cookie-policy] .policy__lead {
  margin-bottom: 40px;
}
[data-page=privacy-policy] .policy__container:not(:last-child),
[data-page=cookie-policy] .policy__container:not(:last-child) {
  margin-bottom: 40px;
}
[data-page=privacy-policy] .policy__heading,
[data-page=cookie-policy] .policy__heading {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  [data-page=privacy-policy] .policy__heading,
  [data-page=cookie-policy] .policy__heading {
    font-size: 1.8rem;
  }
}
[data-page=privacy-policy] .policy__heading,
[data-page=cookie-policy] .policy__heading {
  font-weight: 700;
  margin-bottom: 10px;
}
[data-page=privacy-policy] .policy__content,
[data-page=cookie-policy] .policy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
[data-page=privacy-policy] .policy__content ul,
[data-page=cookie-policy] .policy__content ul {
  padding-left: 1em;
}
[data-page=privacy-policy] .policy__content li,
[data-page=cookie-policy] .policy__content li {
  list-style: disc outside;
}
[data-page=privacy-policy] .policy__link,
[data-page=cookie-policy] .policy__link {
  color: #333;
  text-decoration: underline;
}