/*
Theme Name: Xcubed2025
Author: Skyhook Design T.Kitahra
Description: コーポレートサイトトップページ修正済みver
Version: 1.1
*/

@charset "UTF-8";

html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

main {
  border-top: 1px solid transparent;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000000;
}

p {
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  margin: 0;
}

body .container {
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 2rem;
}

@media (min-width: 728px) {
  body .container {
    padding: 0 4rem;
  }
}

@media (min-width: 1280px) {
  body .container {
    padding: 0 12rem;
  }
}

@media (min-width: 1920px) {
  body .container {
    padding: 0 21rem;
    padding: 0;
    max-width: 1400px;
  }
}

body .header {
  display: block;
  width: 100vw;
  height: 6rem;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 10;
}

body .header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

body .header__left h1 img {
  width: 12rem;
}

body .header__right {
  z-index: 30;
}

body .header__right__nav {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 50vw;
  height: 100vh;
  background-color: #FFFFFF;
  transition: right 0.4s;
  padding-left: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (min-width: 1280px) {
  body .header__right__nav {
    display: flex;
    position: static;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: 100%;
    background-color: transparent;
  }
}

body .header__right__nav__list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  body .header__right__nav__list {
    flex-direction: row;
  }
}

body .header__right__nav__list .index {
  padding-bottom: 4rem;
}

@media (min-width: 1280px) {
  body .header__right__nav__list .index {
    display: none;
  }
}

body .header__right__nav__list .top {
  border-left: 0.1rem solid #CCCCCC;
  padding-left: 4rem;
}

@media (min-width: 1280px) {
  body .header__right__nav__list .top {
    border-left: 0;
    padding-left: 0;
  }
}

body .header__right__nav__list .hum-company {
  padding: 0 0 4rem 4rem;
}

@media (min-width: 1280px) {
  body .header__right__nav__list .hum-company {
    margin-bottom: 0;
    padding: 0;
  }
}

body .header__right__nav__list .member {
  padding: 4rem 0 4rem 4rem;
}

@media (min-width: 1280px) {
  body .header__right__nav__list .member {
    padding: 0;
  }
}

body .header__right__nav__list .case {
  margin-bottom: 4rem;
}

@media (min-width: 1280px) {
  body .header__right__nav__list .case {
    margin-bottom: 0;
  }
}

body .header__right__nav__list .sub {
  padding-bottom: 4rem;
}

@media (min-width: 1280px) {
  body .header__right__nav__list .sub {
    padding: 0;
  }
}

body .header__right__nav__list__item .material-icons {
  height: 1.7rem;
}

@media (min-width: 1280px) {
  body .header__right__nav__list__item {
    padding-bottom: 0;
    border-left: 0;
    margin-right: 4rem;
  }
}

body .header__right__nav__list__item a,
body .header__right__nav__list__item p {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  color: #333333;
}

@media (min-width: 728px) {

  body .header__right__nav__list__item a,
  body .header__right__nav__list__item p {
    font-size: 2.5rem;
  }
}

@media (min-width: 1280px) {

  body .header__right__nav__list__item a,
  body .header__right__nav__list__item p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1280px) {
  body .header__right__nav__list .hum-privacy-policy {
    display: none;
  }
}

body .header .open .header__right__nav {
  right: 0;
}

body .header .hamburger-btn {
  position: relative;
  width: 4rem;
  height: 4rem;
  z-index: 50;
}

@media (min-width: 1280px) {
  body .header .hamburger-btn {
    display: none;
  }
}

body .header .hamburger-btn span {
  width: 50%;
  height: 2px;
  background-color: #8A02DA;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}

body .header .hamburger-btn .nth1 {
  top: calc(50% - 4px);
  transition: transform 0.4s, top 0.4s;
}

body .header .hamburger-btn .nth2 {
  top: calc(50% + 4px);
  transition: transform 0.4s, top 0.4s;
}

body .header .open .nth1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

body .header .open .nth2 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

body .header .display-none {
  display: none;
}

body .header .hamburger-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.7;
}

body .hero {
  background-image: url(assets/images/keyVisual.jpg);
  background-size: cover;
  height: 100vh;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

body .hero .container {
  width: calc(100% - 4rem);
}

body .hero__header {
  background: transparent linear-gradient(139deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  max-width: 50rem;
}

body .hero__header__contents {
  padding: 4rem;
  width: calc(100% - 8rem);
}

body .hero__header__contents__logo {
  margin-bottom: 2rem;
}

body .hero__header__contents__logo img {
  width: 40%;
}

body .hero__header__contents__slogan {
  color: #8A02DA;
  font-size: 2rem;
  margin-bottom: 2rem;
}

body .hero__header__contents__text {
  font-size: 1.2rem;
  color: #2707BA;
  margin-bottom: 2rem;
}

@media (min-width: 1920px) {
  body .hero__header__contents__text {
    font-size: 1.4rem;
  }
}

body .hero__header__contents__scroll {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2707BA;
}

@media (min-width: 1920px) {
  body .hero__header__contents__scroll {
    font-size: 1.4rem;
  }
}

body .hero__header__contents__scroll span {
  font-size: 1.2rem;
}

body .heroinIndex {
  width: 100%;
  aspect-ratio: 1360/408;
  box-sizing: border-box;
  margin-top: 6em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 727px) {
  body .heroinIndex {
    aspect-ratio: 1360/816;
  }
}

body .heroinIndex .heroBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .heroinIndex .heroText {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  flex-basis: 45%;
  width: 45%;
}

@media (max-width: 727px) {
  body .heroinIndex .heroText {
    aspect-ratio: 1360/816;
    flex-basis: 80%;
    width: 80%;
  }
}

body .heroinIndex .heroText img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0rem 0rem 1rem rgba(74, 29, 155, 0.2));
  filter: drop-shadow(0rem 0rem 1rem rgba(74, 29, 155, 0.2));
}

body .about {
  padding: 4rem 0;
  position: relative;
  background: linear-gradient(135deg, rgba(145, 12, 220, 0), rgba(40, 13, 187, 0.1));
}

@media (min-width: 1280px) {
  body .about {
    padding: 8rem 0;
  }
}

body .about-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.38;
  z-index: -1;
}

body .about .sp-padding {
  padding: 0 2rem;
}

@media (min-width: 728px) {
  body .about .sp-padding {
    padding: 0;
  }
}

body .about__head {
  margin-bottom: 3rem;
}

body .about__head h2 {
  color: #222222;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 728px) {
  body .about__head h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1920px) {
  body .about__head h2 {
    font-size: 7.4rem;
  }
}

body .about__head p {
  color: #8A02DA;
  font-size: 1.2rem;
}

@media (min-width: 1920px) {
  body .about__head p {
    font-size: 1.4rem;
  }
}

@media (min-width: 1280px) {
  body .about__head__container {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 8rem;
  }
}

body .about .sp-tab-none {
  display: none;
}

@media (min-width: 1280px) {
  body .about .sp-tab-none {
    display: block;
    border: 0.1rem solid rgba(51, 51, 51, 0.2);
    width: 10rem;
    height: 0;
    margin: 0 4rem;
  }
}

body .about__text {
  margin-bottom: 3rem;
}

@media (min-width: 1280px) {
  body .about__text {
    margin-bottom: 0;
  }
}

body .about__text__slogan {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media (min-width: 728px) {
  body .about__text__slogan {
    font-size: 2.4rem;
  }
}

@media (min-width: 1920px) {
  body .about__text__slogan {
    font-size: 3.6rem;
  }
}

body .about__text p {
  font-size: 1.4rem;
}

@media (min-width: 728px) {
  body .about__list {
    border: 1px solid red;
    display: grid;
    -moz-column-gap: 8em;
    column-gap: 8em;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  body .about__list {
    margin-bottom: 8rem;
  }
}

body .about__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  border: 1px solid red;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

@media (min-width: 728px) {
  body .about__list__item {
    display: block;
    text-align: justify;
  }
}

body .about__list__item__left {
  display: block;
}

@media (min-width: 728px) {
  body .about__list__item__left {
    background: none;
  }
}

body .about__list__item__left img {
  width: 7.8rem;
  display: block;
  margin: 0px auto;
}

body .about__list__item__right__head {
  margin-bottom: 2rem;
  border: 1px solid red;
}

body .about__list__item__right__head h3 {
  color: #333333;
  font-size: 2rem;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
}

@media (min-width: 728px) {
  body .about__list__item__right__head h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px) {
  body .about__list__item__right__head h3 {
    font-size: 2.6rem;
  }
}

@media (min-width: 1920px) {
  body .about__list__item__right__head h3 {
    font-size: 3.6rem;
  }
}

body .about__list__item__right__head P {
  color: #8A02DA;
  font-size: 1rem;
}

@media (min-width: 728px) {
  body .about__list__item__right__head P {
    font-size: 1.2rem;
  }
}

@media (min-width: 1920px) {
  body .about__list__item__right__head P {
    font-size: 1.7rem;
  }
}

body .about__list__item__right__text {
  color: #333333;
  font-size: 1.2rem;
}

@media (min-width: 1920px) {
  body .about__list__item__right__text {
    font-size: 1.4rem;
  }
}

body .about__list__item__right__text p {
  line-height: 2;
}

@media (min-width: 728px) {
  body .about__list__item__right__text p {
    padding: 0 2rem;
  }
}

@media (min-width: 1280px) {
  body .about__list__item__right__text p {
    padding: 0;
  }
}

body .about .contact {
  padding: 4rem 0;
  text-align: center;
  background: #FFFFFF;
  border-top: 0.1rem solid rgba(51, 51, 51, 0.2);
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
}

@media (min-width: 728px) {
  body .about .contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

@media (min-width: 1920px) {
  body .about .contact .container {
    padding: 0 38rem;
  }
}

body .about .contact__head {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 728px) {
  body .about .contact__head {
    display: flex;
    margin-bottom: 0;
  }
}

body .about .contact__head img {
  width: 7.8rem;
}

body .about .contact__head h2 {
  color: #333333;
  font-size: 3.2rem;
}

@media (min-width: 728px) {
  body .about .contact__head h2 {
    font-size: 4.9rem;
    padding-left: 0.25em;
  }
}

body .about .contact__head p {
  font-size: 1.2rem;
  color: #8A02DA;
}

@media (min-width: 1920px) {
  body .about .contact__head {
    font-size: 1.4rem;
  }
}

body .about .contact .sp-none {
  display: none;
}

@media (min-width: 728px) {
  body .about .contact .sp-none {
    display: block;
    border: 0.5px solid rgba(51, 51, 51, 0.2);
    width: 13rem;
    height: 0;
  }
}

body .about .contact__text {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 728px) {
  body .about .contact__text {
    margin-bottom: 0;
    display: block;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

@media (min-width: 1920px) {
  body .about .contact__text {
    font-size: 1.4rem;
  }
}

@media (max-width: 727px) {
  body .about .contact__text {
    text-align: center;
  }
}

body .about .contact button {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 4rem;
  border: 1px solid #8A02DA;
  border-radius: 20px;
  background: transparent;
}

@media (max-width: 727px) {
  body .about .contact button {
    margin: 0px auto;
  }
}

body .about .contact button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
}

body .about .contact button a p {
  font-weight: bold;
  color: #8A02DA;
  font-size: 1.1rem;
}

@media (min-width: 1920px) {
  body .about .contact button a p {
    font-size: 1.7rem;
  }
}

body .about .contact button a svg {
  fill: #8A02DA;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .about .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .about .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .aboutCardList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  margin-bottom: 8em;
}

@media (min-width: 728px) {
  body .aboutCardList {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media (min-width: 1280px) {
  body .aboutCardList {
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }
}

@media (max-width: 727px) {
  body .aboutCardList {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 4em;
    margin-top: 8em;
  }
}

body .aboutCard {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 2em;
  position: relative;
}

@media (min-width: 728px) {
  body .aboutCard {
    row-gap: 1em;
    margin-top: 6em;
  }
}

@media (min-width: 1280px) {
  body .aboutCard {
    margin-top: 2em;
  }
}

@media (max-width: 727px) {
  body .aboutCard {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: repeat(2, auto);
    row-gap: 0em;
  }
}

body .aboutCard:before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(145, 12, 220, 0), rgba(145, 12, 220, 0.15));
  border-radius: 9999px;
  -webkit-filter: blur(1em);
  filter: blur(1em);
}

@media (max-width: 727px) {
  body .aboutCard:before {
    width: auto;
    height: 80%;
    left: 0;
    transform: translate(0%, -50%);
  }
}

body .aboutCard figure {
  display: block;
}

@media (max-width: 727px) {
  body .aboutCard figure {
    grid-column: 1/2;
    grid-row: 1/3;
    display: grid;
    place-content: center;
  }
}

body .aboutCard figure img {
  display: block;
  margin: 0px auto;
  width: 25%;
}

@media (max-width: 727px) {
  body .aboutCard figure img {
    width: 65%;
  }
}

body .aboutCard .aboutCardHeadline {
  display: block;
  place-content: center;
}

body .aboutCard .aboutCardHeadline em {
  display: flex;
  justify-content: center;
  color: #333333;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  font-style: normal;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0.02em;
}

@media (min-width: 728px) {
  body .aboutCard .aboutCardHeadline em {
    font-size: 2.4rem;
  }

  body .aboutCard .aboutCardHeadline em br {
    display: none;
  }
}

@media (min-width: 1280px) {
  body .aboutCard .aboutCardHeadline em {
    font-size: 2.6rem;
  }

  body .aboutCard .aboutCardHeadline em br {
    display: inline;
  }
}

@media (min-width: 1920px) {
  body .aboutCard .aboutCardHeadline em {
    font-size: 3.6rem;
  }
}

@media (max-width: 727px) {
  body .aboutCard .aboutCardHeadline em {
    text-align: left;
    justify-content: start;
  }

  body .aboutCard .aboutCardHeadline em br {
    display: none;
  }
}

body .aboutCard .aboutCardHeadline small {
  display: flex;
  justify-content: center;
  padding-top: 0.5em;
  color: #8A02DA;
  font-size: 1rem;
}

@media (min-width: 728px) {
  body .aboutCard .aboutCardHeadline small {
    font-size: 1.2rem;
  }
}

@media (min-width: 1920px) {
  body .aboutCard .aboutCardHeadline small {
    font-size: 1.7rem;
  }
}

@media (max-width: 727px) {
  body .aboutCard .aboutCardHeadline small {
    justify-content: start;
  }
}

body .aboutCard .aboutCardText {
  color: #333333;
  font-size: 1.2rem;
  margin-top: 2em;
  text-align: justify;
  line-height: 2;
}

@media (min-width: 1920px) {
  body .aboutCard .aboutCardText {
    font-size: 1.4rem;
  }
}

@media (min-width: 1280px) {
  body .aboutCard .aboutCardText {
    padding: 0;
  }
}

@media (max-width: 727px) {
  body .aboutCard .aboutCardText {
    margin-top: 1em;
    line-height: 1.75;
  }
}

body .member {
  padding: 4rem 0;
}

@media (min-width: 1280px) {
  body .member {
    padding: 8rem 0;
  }
}

body .member__head {
  margin-bottom: 3rem;
}

body .member__head h2 {
  color: #222222;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 728px) {
  body .member__head h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1920px) {
  body .member__head h2 {
    font-size: 7.4rem;
  }
}

body .member__head p {
  color: #8A02DA;
  font-size: 1.2rem;
  margin: 0;
}

@media (min-width: 1920px) {
  body .member__head p {
    font-size: 1.4rem;
  }
}

body .member__content .slick-active .member__content__list__item__name-en {
  color: #8A02DA;
}

body .member__content .slider6-wrap {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap {
    display: flex;
  }
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .slider-6 {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  body .member__content .slider6-wrap .slider-6 {
    width: 70%;
  }
}

body .member__content .slider6-wrap .slider-6 .slick-slide {
  overflow: hidden;
  margin-top: 2rem;
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide {
    margin-top: 0;
    margin-left: 3.8rem;
  }
}

@media (min-width: 1280px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide {
    margin-left: 6.4rem;
  }
}

@media (min-width: 1920px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide {
    margin-left: 7.6rem;
  }
}

body .member__content .slider6-wrap .slider-6 .slick-slide img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 17.5rem;
  height: 17.5rem;
  margin: 0 0 0 auto;
  border-radius: 50%;
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide img {
    width: 19.2rem;
    height: 19.2rem;
  }
}

@media (min-width: 1280px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide img {
    width: 30rem;
    height: 30rem;
  }
}

@media (min-width: 1920px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide img {
    width: 41.5rem;
    height: 41.5rem;
  }
}

body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__wrap {
  margin-bottom: 2rem;
}

body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__wrap .member__content__list__item__name-en {
  font-size: 2rem;
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__wrap .member__content__list__item__name-en {
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__wrap .member__content__list__item__name-en {
    font-size: 3.2rem;
  }
}

@media (min-width: 1920px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__wrap .member__content__list__item__name-en {
    font-size: 4.7rem;
  }
}

body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__wrap .member__content__list__item__name-ja {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media (min-width: 1920px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__wrap .member__content__list__item__name-ja {
    font-size: 2.4rem;
  }
}

body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__wrap .member__content__list__item__title {
  font-size: 1.4rem;
}

@media (min-width: 1920px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__wrap .member__content__list__item__title {
    font-size: 2.4rem;
  }
}

body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__text {
  font-size: 1.2rem;
  line-height: 2;
}

@media (min-width: 1920px) {
  body .member__content .slider6-wrap .slider-6 .slick-slide .member__content__list__item__text {
    font-size: 1.4rem;
  }
}

body .member__content .slider6-wrap .thumbs_dots {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .thumbs_dots {
    width: 40%;
    display: block;
    border-bottom: 0;
    border-right: 0.1rem solid rgba(51, 51, 51, 0.2);
  }
}

@media (min-width: 1280px) {
  body .member__content .slider6-wrap .thumbs_dots {
    width: 30%;
  }
}

body .member__content .slider6-wrap .thumbs_dots .thumbs_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .thumbs_dots .thumbs_list {
    flex-direction: column;
  }
}

body .member__content .slider6-wrap .thumbs_dots .thumbs_list .slick-active .line {
  display: block;
}

body .member__content .slider6-wrap .thumbs_dots .thumbs_list li {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
  padding-right: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .thumbs_dots .thumbs_list li {
    width: 100%;
  }
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .thumbs_dots .thumbs_list li .line {
    display: none;
    right: 0;
    top: 50%;
    height: 0.1rem;
    background-color: rgba(51, 51, 51, 0.2);
    width: 30%;
    position: absolute;
  }
}

body .member__content .slider6-wrap .thumbs_dots .thumbs_list li img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 3.9rem;
  height: 3.9rem;
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .thumbs_dots .thumbs_list li img {
    width: 6.2rem;
    height: 6.2rem;
  }
}

@media (min-width: 1280px) {
  body .member__content .slider6-wrap .thumbs_dots .thumbs_list li img {
    width: 7rem;
    height: 7rem;
  }
}

@media (min-width: 1920px) {
  body .member__content .slider6-wrap .thumbs_dots .thumbs_list li img {
    width: 9.3rem;
    height: 9.3rem;
  }
}

body .member__content .slider6-wrap .thumbs_dots .thumbs_list li .member__content__list__item__wrap {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 728px) {
  body .member__content .slider6-wrap .thumbs_dots .thumbs_list li .member__content__list__item__wrap {
    margin-left: 2rem;
  }
}

body .member__content .slider6-wrap .thumbs_dots .thumbs_list li .member__content__list__item__wrap p {
  width: 100%;
  text-align: left;
}

body .member__content .slider6-wrap .thumbs_dots .thumbs_list li .member__content__list__item__wrap .member__content__list__item__name-ja {
  display: none;
}

body .member__content .slider6-wrap .thumbs_dots .thumbs_list .slick-active {
  opacity: 1;
}

body .memberBox {
  display: grid;
  place-content: center;
}

body .memberCEO {
  display: grid;
  grid-template-columns: 18% 1fr;
  grid-template-rows: 1fr auto;
  -moz-column-gap: 4em;
  column-gap: 4em;
  max-width: 1000px;
  padding: 8em 0;
}

@media (min-width: 728px) {
  body .memberCEO {
    padding-top: 0em;
  }
}

@media (max-width: 727px) {
  body .memberCEO {
    grid-template-columns: 27% 1fr;
    padding: 2em 0;
    padding-top: 0;
    padding-bottom: 6em;
  }
}

body .memberCEO h3 {
  grid-row: 1/2;
  align-self: last baseline;
}

@media (max-width: 727px) {
  body .memberCEO h3 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

body .memberCEO h3 small {
  display: block;
  font-size: 2rem;
  color: #8A02DA;
}

@media (min-width: 728px) {
  body .memberCEO h3 small {
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px) {
  body .memberCEO h3 small {
    font-size: 3.2rem;
  }
}

@media (min-width: 1920px) {
  body .memberCEO h3 small {
    font-size: 4.7rem;
  }
}

@media (max-width: 727px) {
  body .memberCEO h3 small {
    font-size: 2.5rem;
  }
}

body .memberCEO h3 em {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
}

@media (min-width: 1920px) {
  body .memberCEO h3 em {
    font-size: 2.4rem;
  }
}

@media (max-width: 727px) {
  body .memberCEO h3 em {
    font-size: 2rem;
  }
}

body .memberCEO h3 span {
  display: block;
  font-size: 1.4rem;
  padding-top: 1em;
  padding-bottom: 0.4em;
}

@media (min-width: 1920px) {
  body .memberCEO h3 span {
    font-size: 2.4rem;
  }
}

body .memberCEO figure {
  grid-column: 1/2;
  grid-row: 1/3;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 727px) {
  body .memberCEO figure {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

body .memberCEO figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

body .memberCEO p {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
  /* 2列に分割 */
  -moz-column-gap: 2em;
  column-gap: 2em;
  /* 列間のスペース */
}

@media (min-width: 1920px) {
  body .memberCEO p {
    font-size: 1.4rem;
  }
}

@media (max-width: 727px) {
  body .memberCEO p {
    grid-column: 1/3;
    grid-row: 2/3;
    -moz-columns: 1;
    columns: 1;
    padding-top: 1em;
  }
}

body .coreMemberHeadline {
  display: flex;
  gap: 0.8em;
  font-size: 1.4rem;
  font-style: normal;
  align-items: center;
  margin-bottom: 1em;
}

@media (min-width: 1920px) {
  body .coreMemberHeadline {
    font-size: 2.4rem;
  }
}

body .coreMemberHeadline em {
  font-style: normal;
}

body .coreMemberHeadline small {
  font-size: 0.8em;
  color: #8A02DA;
}

body .coreMemberBox {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
  column-gap: 4%;
}

@media (max-width: 727px) {
  body .coreMemberBox {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

body .coreMemberCard {
  flex-basis: 48%;
  border-top: 0.1rem solid rgba(51, 51, 51, 0.2);
  padding: 3em 0;
}

body .coreMemberCard:nth-of-type(n+3) {
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
}

@media (max-width: 727px) {
  body .coreMemberCard {
    flex-basis: 100%;
    padding: 1.5em 0;
  }
}

body .coreMemberCardDetails {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 2em;
}

body .coreMemberCardDetailsItem {
  display: grid;
  grid-column: 1/3;
  grid-template-columns: subgrid;
  grid-row: span 2;
  -moz-column-gap: 1em;
  column-gap: 1em;
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
}

@media (min-width: 1920px) {
  body .coreMemberCardDetailsItem {
    font-size: 1.4rem;
  }
}

body .coreMemberCardDetailsItem em {
  display: block;
  align-self: auto;
  grid-column: 1/2;
  font-style: normal;
  height: auto;
  align-self: start;
}

body .coreMemberCardDetailsItem em span {
  display: block;
  padding: 0.2em 1em;
  background: linear-gradient(135deg, rgba(145, 12, 220, 0), rgba(145, 12, 220, 0.15));
  font-weight: bold;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.25em;
  column-gap: 0.25em;
  align-items: center;
  border-radius: 0.2em;
}

body .coreMemberCardDetailsItem ul {
  grid-column: 2/3;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.8em;
  column-gap: 0.8em;
}

body .coreMemberCardDetailsItem ul.history {
  -moz-column-gap: 0;
  column-gap: 0;
}

body .coreMemberCardDetailsItem ul.history li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

body .coreMemberCardDetailsItem ul.history li::after {
  content: "";
  display: block;
  width: 1.25em;
  aspect-ratio: 1;
  background: url("assets/images/icon_arrow_right.svg");
  background-size: contain;
}

body .coreMemberCardDetailsItem ul.history li:last-of-type::after {
  display: none;
}

body .coreMemberCardDetailsItem ul.projects li::before {
  content: "●";
}

body .coreMemberCardDetailsItem.history span:before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1;
  background: url("assets/images/icon_summarize.svg");
  background-size: contain;
}

body .coreMemberCardDetailsItem.projects span:before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1;
  background: url("assets/images/icon_bag.svg");
  background-size: contain;
}

body .cases {
  background: transparent linear-gradient(139deg, #910CDC 0%, #280CBB 100%) 0% 0% no-repeat padding-box;
  opacity: 0.94;
  color: white;
  padding-top: 4rem;
  padding-bottom: 0;
}

@media (min-width: 1280px) {
  body .cases {
    padding-bottom: 0;
  }
}

body .cases__head {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #FFFFFF;
}

body .cases__head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 728px) {
  body .cases__head .container {
    justify-content: start;
  }
}

@media (min-width: 728px) {
  body .cases__head .container .cases__head__title {
    margin-right: 4rem;
  }
}

body .cases__head .container .cases__head__title h2 {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 728px) {
  body .cases__head .container .cases__head__title h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1920px) {
  body .cases__head .container .cases__head__title h2 {
    font-size: 7.4rem;
  }
}

body .cases__head .container .cases__head__title p {
  color: #FFFFFF;
  font-size: 1.2rem;
}

@media (min-width: 1920px) {
  body .cases__head .container .cases__head__title p {
    font-size: 1.4rem;
  }
}

@media (min-width: 728px) {
  body .cases__contents .container {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  body .cases__contents .container {
    padding: 0 12rem 0 12rem;
  }
}

body .cases__contents__list {
  padding: 0;
  margin: 0;
}

@media (min-width: 728px) {
  body .cases__contents__list {
    display: flex;
    align-items: stretch;
  }
}

@media (min-width: 1280px) {
  body .cases__contents__list {
    display: flex;
    align-items: stretch;
  }
}

body .cases__contents__list__item {
  padding: 2rem 0;
  border: 0.1rem solid #FFFFFF;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100% + 1px);
}

@media (min-width: 728px) {
  body .cases__contents__list__item {
    width: calc(33.3333333333% + 1px);
  }
}

@media (min-width: 728px) {
  body .cases__contents__list__item .container {
    padding: 0 2rem;
  }
}

body .cases__contents__list__item a {
  color: #FFFFFF;
}

body .cases__contents__list__item__img {
  width: 100%;
  aspect-ratio: 2.5/1;
  margin-bottom: 2rem;
}

body .cases__contents__list__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .cases__contents__list__item__title {
  color: #FFFFFF;
  margin-bottom: 3rem;
}

body .cases__contents__list__item__title h3 {
  font-size: 2rem;
}

@media (min-width: 728px) {
  body .cases__contents__list__item__title h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px) {
  body .cases__contents__list__item__title h3 {
    font-size: 2.6rem;
  }
}

@media (min-width: 1920px) {
  body .cases__contents__list__item__title h3 {
    font-size: 3.6rem;
  }
}

body .cases__contents__list__item__text {
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 7.1rem;
}

@media (min-width: 728px) {
  body .cases__contents__list__item__text {
    height: 9.2rem;
    margin-bottom: 2.1rem;
  }
}

@media (min-width: 1280px) {
  body .cases__contents__list__item__text {
    height: 6.5rem;
    margin-bottom: 3.2rem;
  }
}

@media (min-width: 1920px) {
  body .cases__contents__list__item__text {
    height: 9.5rem;
    margin-bottom: 3.9rem;
    font-size: 1.4rem;
  }
}

body .cases__contents__list__item__text p {
  font-size: 1.2rem;
  line-height: 2;
  overflow: hidden;
}

@media (min-width: 1920px) {
  body .cases__contents__list__item__text p {
    font-size: 1.6rem;
  }
}

body .cases__contents__list__item__tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  gap: 1em;
}

body .cases__contents__list__item__tag__item {
  display: block;
  padding: 0.2rem 1.25em;
  border: 0.1rem solid #FFFFFF;
  border-radius: 9999px;
  opacity: 1;
}

body .cases__contents__list__item__tag__item p {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
}

@media (min-width: 1920px) {
  body .cases__contents__list__item__tag__item p {
    font-size: 1.7rem;
  }
}

body .cases .view-all-button {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  background: transparent;
  border: 0.1rem solid #FFFFFF;
  border-radius: 10rem;
  opacity: 1;
}

@media (min-width: 728px) {
  body .cases .view-all-button {
    padding: 1.5rem 4.3rem 1.5rem 4.3rem;
  }
}

@media (min-width: 1920px) {
  body .cases .view-all-button {
    padding: 2.2rem 6.1rem 2.2rem 6.1rem;
  }
}

body .cases .view-all-button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  color: #FFFFFF;
}

body .cases .view-all-button a p {
  font-size: 1.1rem;
  line-height: 1;
}

@media (min-width: 728px) {
  body .cases .view-all-button a p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1920px) {
  body .cases .view-all-button a p {
    font-size: 1.7rem;
  }
}

body .cases .view-all-button a svg {
  fill: #FFFFFF;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .cases .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .cases .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .cases .button-wrap {
  text-align: center;
  padding: 2rem 0;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
}

@media (min-width: 728px) {
  body .cases .button-wrap {
    display: none;
  }
}

body .cases .contact {
  margin-top: -1px;
  padding: 4rem 0;
  text-align: center;
  background: transparent;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
}

@media (min-width: 728px) {
  body .cases .contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

@media (min-width: 1920px) {
  body .cases .contact .container {
    padding: 0 38rem;
  }
}

body .cases .contact__head {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 728px) {
  body .cases .contact__head {
    display: flex;
    margin-bottom: 0;
  }
}

body .cases .contact__head img {
  width: 7.8rem;
}

body .cases .contact__head h2 {
  color: #FFFFFF;
  font-size: 3.2rem;
}

@media (min-width: 728px) {
  body .cases .contact__head h2 {
    font-size: 4.9rem;
    padding-left: 0.25em;
  }
}

body .cases .contact__head p {
  font-size: 1.2rem;
  color: #FFFFFF;
}

@media (min-width: 1920px) {
  body .cases .contact__head {
    font-size: 1.4rem;
  }
}

body .cases .contact .sp-none {
  display: none;
}

@media (min-width: 728px) {
  body .cases .contact .sp-none {
    display: block;
    border: 0.5px solid #FFFFFF;
    width: 13rem;
    height: 0;
  }
}

body .cases .contact__text {
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 728px) {
  body .cases .contact__text {
    margin-bottom: 0;
    display: block;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

@media (min-width: 1920px) {
  body .cases .contact__text {
    font-size: 1.4rem;
  }
}

@media (max-width: 727px) {
  body .cases .contact__text {
    text-align: center;
  }
}

body .cases .contact button {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 4rem;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  background: #FFFFFF;
}

@media (max-width: 727px) {
  body .cases .contact button {
    margin: 0px auto;
  }
}

body .cases .contact button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
}

body .cases .contact button a p {
  font-weight: bold;
  color: #8A02DA;
  font-size: 1.1rem;
}

@media (min-width: 1920px) {
  body .cases .contact button a p {
    font-size: 1.7rem;
  }
}

body .cases .contact button a svg {
  fill: #8A02DA;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .cases .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .cases .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .company {
  position: relative;
  padding: 4rem 0;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
}

@media (min-width: 1280px) {
  body .company {
    padding: 8rem 0;
  }
}

body .company-background {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(169deg, #FFFFFF 0%, #FFFFFF 50%, #d0c7ff 100%) 0% 0% no-repeat padding-box;
  opacity: 0.38;
  z-index: -1;
}

body .company__head {
  margin-bottom: 2rem;
  height: 35rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 728px) {
  body .company__head {
    width: 50%;
  }
}

body .company__head h2 {
  color: #222222;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 728px) {
  body .company__head h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1920px) {
  body .company__head h2 {
    font-size: 7.4rem;
  }
}

body .company__head p {
  color: #8A02DA;
  font-size: 1.2rem;
  margin: 0;
}

@media (min-width: 1920px) {
  body .company__head p {
    font-size: 1.4rem;
  }
}

body .company__head__img {
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow-y: auto;
}

body .company__head__bg-img {
  border: 1px solid red;
  background-image: url(assets/images/logomark.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (min-width: 728px) {
  body .company__contents {
    display: flex;
    width: 50%;
  }
}

body .company__contents__list__item:last-child {
  border-bottom: none;
}

body .company__contents__list__item {
  display: flex;
  font-size: 1.4rem;
  margin: 0;
  padding: 2rem 0;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
}

body .company__contents__list__item dt {
  color: #8A02DA;
}

body .company__contents__list__item dd {
  color: #333333;
}

body .companyHeadline {
  display: block;
  margin-bottom: 4em;
}

body .companyHeadline h2,
body .companyHeadline small {
  color: #222222;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 728px) {

  body .companyHeadline h2,
  body .companyHeadline small {
    font-size: 4.9rem;
  }
}

@media (min-width: 1920px) {

  body .companyHeadline h2,
  body .companyHeadline small {
    font-size: 7.4rem;
  }
}

body .companyHeadline em {
  display: block;
  font-style: normal;
  color: #8A02DA;
  font-size: 1.2rem;
  margin: 0;
}

@media (min-width: 1920px) {
  body .companyHeadline em {
    font-size: 1.4rem;
  }
}

body .copanyInfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 8em;
  column-gap: 8em;
}

@media (max-width: 727px) {
  body .copanyInfo {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

body .companyInfoList {
  grid-column: 2/3;
}

@media (max-width: 727px) {
  body .companyInfoList {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

body .companyInfoListItem {
  display: block;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  padding: 2.2rem 0;
  font-size: 1.4rem;
}

body .companyInfoListItem:last-of-type {
  border-bottom: 0px;
}

body .companyInfoListItem dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 0;
}

body .companyInfoListItem dt {
  margin: 0;
  min-width: 7em;
  color: #8A02DA;
  font-weight: 700;
}

body .companyInfoListItem dd {
  margin: 0;
  font-weight: 500;
}

body .companyInfoImg {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 727px) {
  body .companyInfoImg {
    grid-column: 1/2;
    grid-row: 1/2;
    aspect-ratio: 1.4/1;
  }
}

body .companyInfoImg img {
  display: block;
  flex-basis: 40%;
  width: 40%;
  height: auto;
}

@media (max-width: 727px) {
  body .companyInfoImg img {
    width: 60%;
    flex-basis: 60% !important;
  }
}

@media (min-width: 728px) {
  body .companyInfoImg img {
    flex-basis: 70%;
    width: 70%;
  }
}

@media (min-width: 1280px) {
  body .companyInfoImg img {
    flex-basis: 40%;
    width: 40%;
  }
}

body .companyInfoImg:before {
  content: "";
  width: 110%;
  height: 130%;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  background-image: url(assets/images/logomark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 728px) {
  body .companyInfoImg:before {
    left: 50%;
  }
}

@media (min-width: 1280px) {
  body .companyInfoImg:before {
    left: 40%;
  }
}

@media (max-width: 727px) {
  body .companyInfoImg:before {
    left: 50%;
    width: 120%;
  }
}

body .blog {
  padding: 4rem 0;
}

@media (min-width: 1280px) {
  body .blog {
    padding: 8rem 0;
  }
}

@media (min-width: 1280px) {
  body .blog .container {
    display: flex;
  }
}

body .blog__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 727px;
  margin-bottom: 4rem;
}

@media (min-width: 728px) {
  body .blog__head {
    justify-content: start;
    margin-right: 4rem;
  }
}

@media (min-width: 1280px) {
  body .blog__head {
    display: block;
    padding-right: 4rem;
    border-right: 0.1rem solid rgba(51, 51, 51, 0.2);
  }
}

@media (min-width: 728px) {
  body .blog__head__title {
    margin-right: 4rem;
  }
}

@media (min-width: 1280px) {
  body .blog__head__title {
    margin-bottom: 4rem;
  }
}

body .blog__head__title h2 {
  color: #222222;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 728px) {
  body .blog__head__title h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1920px) {
  body .blog__head__title h2 {
    font-size: 7.4rem;
  }
}

body .blog__head__title p {
  color: #8A02DA;
  font-size: 1.2rem;
  margin: 0;
}

@media (min-width: 1920px) {
  body .blog__head__title p {
    font-size: 1.4rem;
  }
}

body .blog__list {
  padding: 0;
}

@media (min-width: 1280px) {
  body .blog__list {
    padding-left: 4rem;
  }
}

body .blog__list__item {
  margin-bottom: 4rem;
}

@media (min-width: 728px) {
  body .blog__list__item {
    display: flex;
  }
}

body .blog__list__item__head {
  display: flex;
  font-size: 1.4rem;
  color: #8A02DA;
  margin-right: 1rem;
}

@media (min-width: 728px) {
  body .blog__list__item__head {
    min-width: 30%;
  }
}

body .blog__list__item__head__date {
  white-space: nowrap;
  margin-right: 2rem;
}

body .blog__list__item__head__title {
  white-space: nowrap;
  margin: 0;
}

body .blog__list__item__text {
  font-size: 1.4rem;
  color: #333333;
}

body .blog .view-all-button {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  background: transparent;
  border: 0.1rem solid #8A02DA;
  border-radius: 10rem;
  opacity: 1;
}

@media (min-width: 728px) {
  body .blog .view-all-button {
    padding: 1.5rem 4.3rem 1.5rem 4.3rem;
  }
}

@media (min-width: 1920px) {
  body .blog .view-all-button {
    padding: 2.2rem 6.1rem 2.2rem 6.1rem;
  }
}

body .blog .view-all-button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  color: #8A02DA;
}

body .blog .view-all-button a p {
  font-size: 1.1rem;
  line-height: 1;
}

@media (min-width: 728px) {
  body .blog .view-all-button a p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1920px) {
  body .blog .view-all-button a p {
    font-size: 1.7rem;
  }
}

body .blog .view-all-button a svg {
  fill: #8A02DA;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .blog .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .blog .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .footer {
  background: transparent linear-gradient(152deg, #8A02DA 0%, #280CBB 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #FFFFFF;
  height: 20rem;
}

@media (min-width: 728px) {
  body .footer {
    height: 8rem;
  }
}

body .footer .container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

@media (min-width: 728px) {
  body .footer .container {
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
}

@media (min-width: 728px) {
  body .footer__menu {
    margin-left: 8rem;
  }
}

body .footer__menu__list {
  display: flex;
  justify-content: start;
  padding: 0;
}

body .footer__menu__list li {
  position: relative;
  vertical-align: middle;
  margin-right: 4rem;
  color: #FFFFFF;
}

body .footer__menu__list li a {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.2rem;
}

@media (min-width: 1920px) {
  body .footer__menu__list li a {
    font-size: 1.4rem;
  }
}

@media (min-width: 728px) {
  body .footer__copyright {
    margin: 0 0 0 auto;
  }
}

body .footer__copyright p {
  white-space: nowrap;
  margin: 0;
  font-size: 1.1rem;
}

body html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

body h1 {
  margin: 0;
}

body h2 {
  margin: 0;
}

body h3 {
  margin: 0;
}

body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body li {
  list-style-type: none;
}

body a {
  text-decoration: none;
  color: #000000;
}

body p {
  margin: 0;
}

body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body body {
  margin: 0;
}

body body .container {
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 2rem;
}

@media (min-width: 728px) {
  body body .container {
    padding: 0 4rem;
  }
}

@media (min-width: 1280px) {
  body body .container {
    padding: 0 12rem;
  }
}

@media (min-width: 1920px) {
  body body .container {
    padding: 0 21rem;
    padding: 0;
    max-width: 1400px;
  }
}

body .blog-page,
body .cases-page {
  padding-top: 6rem;
}

body .blog-page__head,
body .cases-page__head {
  padding-bottom: 4rem;
}

body .blog-page__head .container .blog-page__head__title,
body .blog-page__head .container .cases-page__head__title,
body .cases-page__head .container .blog-page__head__title,
body .cases-page__head .container .cases-page__head__title {
  /*
  @include tab {
      margin-right: 4rem;
  }
  */
}

body .blog-page__head .container .blog-page__head__title h2,
body .blog-page__head .container .cases-page__head__title h2,
body .cases-page__head .container .blog-page__head__title h2,
body .cases-page__head .container .cases-page__head__title h2 {
  color: #222222;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 728px) {

  body .blog-page__head .container .blog-page__head__title h2,
  body .blog-page__head .container .cases-page__head__title h2,
  body .cases-page__head .container .blog-page__head__title h2,
  body .cases-page__head .container .cases-page__head__title h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__head .container .blog-page__head__title h2,
  body .blog-page__head .container .cases-page__head__title h2,
  body .cases-page__head .container .blog-page__head__title h2,
  body .cases-page__head .container .cases-page__head__title h2 {
    font-size: 7.4rem;
  }
}

body .blog-page__head .container .blog-page__head__title p,
body .blog-page__head .container .cases-page__head__title p,
body .cases-page__head .container .blog-page__head__title p,
body .cases-page__head .container .cases-page__head__title p {
  color: #8A02DA;
  font-size: 1.2rem;
}

@media (min-width: 1920px) {

  body .blog-page__head .container .blog-page__head__title p,
  body .blog-page__head .container .cases-page__head__title p,
  body .cases-page__head .container .blog-page__head__title p,
  body .cases-page__head .container .cases-page__head__title p {
    font-size: 1.4rem;
  }
}

body .blog-page__contents,
body .cases-page__contents {
  background: transparent linear-gradient(139deg, #910CDC 0%, #280CBB 100%) 0% 0% no-repeat padding-box;
  opacity: 0.94;
  color: white;
  padding-top: 4rem;
}

@media (min-width: 1280px) {

  body .blog-page__contents,
  body .cases-page__contents {
    padding: 8rem 0;
  }
}

@media (min-width: 728px) {

  body .blog-page__contents .container,
  body .cases-page__contents .container {
    padding: 0;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents .container,
  body .cases-page__contents .container {
    padding: 0 12rem 0 12rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents .container,
  body .cases-page__contents .container {
    padding: 0 21rem 0 21rem;
  }
}

body .blog-page__contents__category,
body .cases-page__contents__category {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #FFFFFF;
}

@media (min-width: 728px) {

  body .blog-page__contents__category .container,
  body .cases-page__contents__category .container {
    padding: 0 4rem 0 4rem;
    align-items: center;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__category .container,
  body .cases-page__contents__category .container {
    display: flex;
    padding: 0 12rem 0 12rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__category .container,
  body .cases-page__contents__category .container {
    padding: 0 21rem 0 21rem;
  }
}

body .blog-page__contents__category__head,
body .cases-page__contents__category__head {
  margin-bottom: 3rem;
  margin-right: 3rem;
}

body .blog-page__contents__category__head h3,
body .cases-page__contents__category__head h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__category__head h3,
  body .cases-page__contents__category__head h3 {
    font-size: 3.2rem;
  }
}

body .blog-page__contents__category__head button,
body .cases-page__contents__category__head button {
  color: #FFFFFF;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  border-bottom: 0.1rem solid #FFFFFF;
}

body .blog-page__contents__category__head button .material-icons,
body .cases-page__contents__category__head button .material-icons {
  font-size: 1.2rem;
}

body .blog-page__contents__category__list,
body .cases-page__contents__category__list {
  display: flex;
  flex-wrap: wrap;
}

body .blog-page__contents__category__list__item,
body .cases-page__contents__category__list__item {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 2rem;
  margin-right: 0.7rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 2rem;
  opacity: 1;
  font-size: 1.2rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__category__list__item,
  body .cases-page__contents__category__list__item {
    height: 3.1rem;
    font-size: 1.4rem;
  }
}

body .blog-page__contents__category__list__item p,
body .cases-page__contents__category__list__item p {
  color: #FFFFFF;
}

body .blog-page__contents__category__list .white,
body .cases-page__contents__category__list .white {
  background-color: #FFFFFF;
}

body .blog-page__contents__category__list .white p,
body .cases-page__contents__category__list .white p {
  color: #8A02DA;
}

body .blog-page__contents__list,
body .cases-page__contents__list {
  padding: 0;
  margin: 0;
}

@media (min-width: 728px) {

  body .blog-page__contents__list,
  body .cases-page__contents__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__list,
  body .cases-page__contents__list {
    display: flex;
  }
}

body .blog-page__contents__list__item,
body .cases-page__contents__list__item {
  padding: 2rem 0;
  border: 0.1rem solid #FFFFFF;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100% + 1px);
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item,
  body .cases-page__contents__list__item {
    width: calc(33.3333333333% + 1px);
  }
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item .container,
  body .cases-page__contents__list__item .container {
    padding: 0 2rem;
  }
}

body .blog-page__contents__list__item__img,
body .cases-page__contents__list__item__img {
  width: 100%;
  height: 14rem;
  margin-bottom: 2rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item__img,
  body .cases-page__contents__list__item__img {
    height: 10.3rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__img,
  body .cases-page__contents__list__item__img {
    height: 14rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__img,
  body .cases-page__contents__list__item__img {
    height: 20rem;
  }
}

body .blog-page__contents__list__item__img img,
body .cases-page__contents__list__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .blog-page__contents__list__item a,
body .cases-page__contents__list__item a {
  color: #FFFFFF;
}

body .blog-page__contents__list__item__title,
body .cases-page__contents__list__item__title {
  color: #FFFFFF;
  margin-bottom: 2rem;
  height: 5.7rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item__title,
  body .cases-page__contents__list__item__title {
    margin-bottom: 2.2rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__title,
  body .cases-page__contents__list__item__title {
    margin-bottom: 3.2rem;
    height: 6.8rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__title,
  body .cases-page__contents__list__item__title {
    height: 9.9rem;
  }
}

body .blog-page__contents__list__item__title h3,
body .cases-page__contents__list__item__title h3 {
  font-size: 1.8rem;
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__title h3,
  body .cases-page__contents__list__item__title h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__title h3,
  body .cases-page__contents__list__item__title h3 {
    font-size: 2.8rem;
  }
}

body .blog-page__contents__list__item__text,
body .cases-page__contents__list__item__text {
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 7.1rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item__text,
  body .cases-page__contents__list__item__text {
    height: 9.2rem;
    margin-bottom: 2.1rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__text,
  body .cases-page__contents__list__item__text {
    height: 6.5rem;
    margin-bottom: 3.2rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__text,
  body .cases-page__contents__list__item__text {
    height: 9.5rem;
    margin-bottom: 3.9rem;
    font-size: 1.4rem;
  }
}

body .blog-page__contents__list__item__text p,
body .cases-page__contents__list__item__text p {
  font-size: 1.2rem;
  line-height: 2;
  overflow: hidden;
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__text p,
  body .cases-page__contents__list__item__text p {
    font-size: 1.6rem;
  }
}

body .blog-page__contents__list__item__tag,
body .cases-page__contents__list__item__tag {
  display: flex;
  height: 5.2rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item__tag,
  body .cases-page__contents__list__item__tag {
    flex-wrap: wrap;
  }
}

body .blog-page__contents__list__item__tag__item,
body .cases-page__contents__list__item__tag__item {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.2rem;
  padding: 0.3rem 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 2rem;
  opacity: 1;
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__tag__item,
  body .cases-page__contents__list__item__tag__item {
    padding: 0.5rem 1.5rem;
  }
}

body .blog-page__contents__list__item__tag__item p,
body .cases-page__contents__list__item__tag__item p {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 1.1rem;
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__tag__item p,
  body .cases-page__contents__list__item__tag__item p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__tag__item p,
  body .cases-page__contents__list__item__tag__item p {
    font-size: 1.6rem;
  }
}

body .blog-page__pagination,
body .cases-page__pagination {
  padding: 4.8rem 0;
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (min-width: 728px) {

  body .blog-page__pagination,
  body .cases-page__pagination {
    font-size: 1.4rem;
    padding: 8rem 0;
  }
}

@media (min-width: 1280px) {

  body .blog-page__pagination,
  body .cases-page__pagination {
    font-size: 1.8rem;
    padding: 10.8rem 0;
  }
}

@media (min-width: 1920px) {

  body .blog-page__pagination,
  body .cases-page__pagination {
    padding: 15rem;
  }
}

body .blog-page__pagination .prev,
body .cases-page__pagination .prev {
  color: #FFFFFF;
  position: relative;
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem 0 0 20rem;
}

@media (min-width: 728px) {

  body .blog-page__pagination .prev,
  body .cases-page__pagination .prev {
    width: 6rem;
    height: 6rem;
  }
}

body .blog-page__pagination .prev a,
body .cases-page__pagination .prev a {
  position: absolute;
  width: 100%;
  height: 100%;
}

body .blog-page__pagination .current,
body .cases-page__pagination .current {
  color: #FFFFFF;
  width: 23rem;
  height: 5.4rem;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.7rem;
}

@media (min-width: 728px) {

  body .blog-page__pagination .current,
  body .cases-page__pagination .current {
    margin: 0 0.8rem;
    width: 25.7rem;
    height: 6rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__pagination .current,
  body .cases-page__pagination .current {
    margin: 0 0.6rem;
    width: 34.2rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__pagination .current,
  body .cases-page__pagination .current {
    margin: 0 0.8rem;
    width: 50rem;
  }
}

body .blog-page__pagination .next,
body .cases-page__pagination .next {
  color: #FFFFFF;
  position: relative;
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 20rem 20rem 0;
}

@media (min-width: 728px) {

  body .blog-page__pagination .next,
  body .cases-page__pagination .next {
    width: 6rem;
    height: 6rem;
  }
}

body .blog-page__pagination .next a,
body .cases-page__pagination .next a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

body .cases-single {
  padding-top: 6rem;
}

body .cases-single__head {
  background: transparent linear-gradient(139deg, #910CDC 0%, #280CBB 100%) 0% 0% no-repeat padding-box;
  opacity: 0.94;
  color: #FFFFFF;
  padding-top: 6rem;
  padding-bottom: 30rem;
}

@media (min-width: 728px) {
  body .cases-single__head {
    padding-bottom: 40rem;
    padding-top: 10rem;
  }
}

@media (min-width: 1280px) {
  body .cases-single__head {
    padding-bottom: 50rem;
  }
}

@media (min-width: 1920px) {
  body .cases-single__head {
    padding-bottom: 60rem;
  }
}

body .cases-single__head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 728px) {
  body .cases-single__head .container {
    justify-content: start;
  }
}

@media (min-width: 728px) {
  body .cases-single__head .container .cases-single__head__title {
    padding-right: 3rem;
  }
}

body .cases-single__head .container .cases-single__head__title h2 {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 728px) {
  body .cases-single__head .container .cases-single__head__title h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1280px) {
  body .cases-single__head .container .cases-single__head__title h2 {
    font-size: 7.4rem;
  }
}

body .cases-single__head .container .cases-single__head__title p {
  color: #FFFFFF;
  font-size: 1.2rem;
}

@media (min-width: 1920px) {
  body .cases-single__head .container .cases-single__head__title p {
    font-size: 1.4rem;
  }
}

@media (min-width: 728px) {
  body .cases-single__head .container .view-all-button {
    margin-left: 3rem;
  }
}

body .cases-single__contents {
  position: relative;
  margin-top: calc(30rem / -3 * 2);
}

@media (min-width: 728px) {
  body .cases-single__contents {
    margin-top: calc(40rem / -3 * 2);
  }
}

@media (min-width: 1280px) {
  body .cases-single__contents {
    margin-top: calc(50rem / -3 * 2);
  }
}

@media (min-width: 1920px) {
  body .cases-single__contents {
    margin-top: calc(60rem / -3 * 2);
  }
}

@media (min-width: 728px) {
  body .cases-single__contents .container {
    padding: 0 4rem 0 4rem;
  }
}

@media (min-width: 1280px) {
  body .cases-single__contents .container {
    padding: 0 12rem 0 12rem;
  }
}

@media (min-width: 1920px) {
  body .cases-single__contents .container {
    padding: 0 21rem 0 21rem;
  }
}

body .cases-single__contents__head {
  margin-bottom: 3rem;
}

body .cases-single__contents__head h2 {
  color: #FFFFFF;
  font-size: 1.8rem;
  padding-bottom: 3rem;
}

@media (min-width: 728px) {
  body .cases-single__contents__head h2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 1920px) {
  body .cases-single__contents__head h2 {
    font-size: 4.2rem;
  }
}

body .cases-single__contents__head__tag {
  display: flex;
  height: 5.2rem;
}

body .cases-single__contents__head__tag__item {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.2rem;
  padding: 0 2rem;
  margin-right: 0.7rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 5rem;
  opacity: 1;
}

body .cases-single__contents__head__tag__item p {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
}

@media (min-width: 728px) {
  body .cases-single__contents__head__tag__item p {
    font-size: 1.4rem;
  }
}

body .cases-single__contents__head__thumbnail img {
  width: 100%;
  height: auto;
  min-height: 14rem;
  max-height: 27.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 728px) {
  body .cases-single__contents__head__thumbnail img {
    max-height: 41rem;
  }
}

@media (min-width: 1280px) {
  body .cases-single__contents__head__thumbnail img {
    max-height: 60rem;
  }
}

@media (min-width: 1920px) {
  body .cases-single__contents__head__thumbnail img {
    height: 60rem;
  }
}

@media (min-width: 728px) {
  body .cases-single__contents__the-content {
    padding: 0 2rem 0 2rem;
  }
}

@media (min-width: 1280px) {
  body .cases-single__contents__the-content {
    padding: 0 6rem 0 6rem;
  }
}

@media (min-width: 1920px) {
  body .cases-single__contents__the-content {
    padding: 0 10rem 0 10rem;
  }
}

body .cases-single__contents__the-content h1 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #8A02DA;
  font-size: 1.8rem;
}

@media (min-width: 728px) {
  body .cases-single__contents__the-content h1 {
    font-size: 2.4rem;
  }
}

body .cases-single__contents__the-content h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #8A02DA;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  font-size: 1.6rem;
}

@media (min-width: 728px) {
  body .cases-single__contents__the-content h2 {
    font-size: 2rem;
  }
}

body .cases-single__contents__the-content p {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 728px) {
  body .cases-single__contents__the-content p {
    font-size: 1.6rem;
  }
}

body .cases-single__contents__the-content p a {
  text-decoration: underline;
  color: #8A02DA;
}

body .cases-single .view-all-button {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  background: transparent;
  border: 0.1rem solid #FFFFFF;
  border-radius: 10rem;
  opacity: 1;
}

@media (min-width: 728px) {
  body .cases-single .view-all-button {
    padding: 1.5rem 4.3rem 1.5rem 4.3rem;
  }
}

@media (min-width: 1920px) {
  body .cases-single .view-all-button {
    padding: 2.2rem 6.1rem 2.2rem 6.1rem;
  }
}

body .cases-single .view-all-button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  color: #FFFFFF;
}

body .cases-single .view-all-button a p {
  font-size: 1.1rem;
  line-height: 1;
}

@media (min-width: 728px) {
  body .cases-single .view-all-button a p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1920px) {
  body .cases-single .view-all-button a p {
    font-size: 1.7rem;
  }
}

body .cases-single .view-all-button a svg {
  fill: #FFFFFF;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .cases-single .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .cases-single .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .cases-single .button-wrap {
  text-align: center;
  padding: 2rem 0;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
}

@media (min-width: 728px) {
  body .cases-single .button-wrap {
    display: none;
  }
}

body .cases-single .contact {
  padding: 4rem 0;
  text-align: center;
  background: #FFFFFF;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
}

@media (min-width: 728px) {
  body .cases-single .contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

@media (min-width: 1920px) {
  body .cases-single .contact .container {
    padding: 0 38rem;
  }
}

body .cases-single .contact__head {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 728px) {
  body .cases-single .contact__head {
    display: flex;
    margin-bottom: 0;
  }
}

body .cases-single .contact__head img {
  width: 7.8rem;
}

body .cases-single .contact__head h2 {
  color: #333333;
  font-size: 3.2rem;
}

@media (min-width: 728px) {
  body .cases-single .contact__head h2 {
    font-size: 4.9rem;
    padding-left: 0.25em;
  }
}

body .cases-single .contact__head p {
  font-size: 1.2rem;
  color: #8A02DA;
}

@media (min-width: 1920px) {
  body .cases-single .contact__head {
    font-size: 1.4rem;
  }
}

body .cases-single .contact .sp-none {
  display: none;
}

@media (min-width: 728px) {
  body .cases-single .contact .sp-none {
    display: block;
    border: 0.5px solid rgba(51, 51, 51, 0.2);
    width: 13rem;
    height: 0;
  }
}

body .cases-single .contact__text {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 728px) {
  body .cases-single .contact__text {
    margin-bottom: 0;
    display: block;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

@media (min-width: 1920px) {
  body .cases-single .contact__text {
    font-size: 1.4rem;
  }
}

@media (max-width: 727px) {
  body .cases-single .contact__text {
    text-align: center;
  }
}

body .cases-single .contact button {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 4rem;
  border: 1px solid #8A02DA;
  border-radius: 20px;
  background: transparent;
}

@media (max-width: 727px) {
  body .cases-single .contact button {
    margin: 0px auto;
  }
}

body .cases-single .contact button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
}

body .cases-single .contact button a p {
  font-weight: bold;
  color: #8A02DA;
  font-size: 1.1rem;
}

@media (min-width: 1920px) {
  body .cases-single .contact button a p {
    font-size: 1.7rem;
  }
}

body .cases-single .contact button a svg {
  fill: #8A02DA;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .cases-single .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .cases-single .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

body h1 {
  margin: 0;
}

body h2 {
  margin: 0;
}

body h3 {
  margin: 0;
}

body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body li {
  list-style-type: none;
}

body a {
  text-decoration: none;
  color: #000000;
}

body p {
  margin: 0;
}

body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body body {
  margin: 0;
}

body body .container {
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 2rem;
}

@media (min-width: 728px) {
  body body .container {
    padding: 0 4rem;
  }
}

@media (min-width: 1280px) {
  body body .container {
    padding: 0 12rem;
  }
}

@media (min-width: 1920px) {
  body body .container {
    padding: 0 21rem;
    padding: 0;
    max-width: 1400px;
  }
}

body .blog-page,
body .cases-page {
  padding-top: 6rem;
}

body .blog-page__head,
body .cases-page__head {
  padding-bottom: 4rem;
}

body .blog-page__head .container .blog-page__head__title,
body .blog-page__head .container .cases-page__head__title,
body .cases-page__head .container .blog-page__head__title,
body .cases-page__head .container .cases-page__head__title {
  /*
  @include tab {
      margin-right: 4rem;
  }
  */
}

body .blog-page__head .container .blog-page__head__title h2,
body .blog-page__head .container .cases-page__head__title h2,
body .cases-page__head .container .blog-page__head__title h2,
body .cases-page__head .container .cases-page__head__title h2 {
  color: #222222;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 728px) {

  body .blog-page__head .container .blog-page__head__title h2,
  body .blog-page__head .container .cases-page__head__title h2,
  body .cases-page__head .container .blog-page__head__title h2,
  body .cases-page__head .container .cases-page__head__title h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__head .container .blog-page__head__title h2,
  body .blog-page__head .container .cases-page__head__title h2,
  body .cases-page__head .container .blog-page__head__title h2,
  body .cases-page__head .container .cases-page__head__title h2 {
    font-size: 7.4rem;
  }
}

body .blog-page__head .container .blog-page__head__title p,
body .blog-page__head .container .cases-page__head__title p,
body .cases-page__head .container .blog-page__head__title p,
body .cases-page__head .container .cases-page__head__title p {
  color: #8A02DA;
  font-size: 1.2rem;
}

@media (min-width: 1920px) {

  body .blog-page__head .container .blog-page__head__title p,
  body .blog-page__head .container .cases-page__head__title p,
  body .cases-page__head .container .blog-page__head__title p,
  body .cases-page__head .container .cases-page__head__title p {
    font-size: 1.4rem;
  }
}

body .blog-page__contents,
body .cases-page__contents {
  background: transparent linear-gradient(139deg, #910CDC 0%, #280CBB 100%) 0% 0% no-repeat padding-box;
  opacity: 0.94;
  color: white;
  padding-top: 4rem;
}

@media (min-width: 1280px) {

  body .blog-page__contents,
  body .cases-page__contents {
    padding: 8rem 0;
  }
}

@media (min-width: 728px) {

  body .blog-page__contents .container,
  body .cases-page__contents .container {
    padding: 0;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents .container,
  body .cases-page__contents .container {
    padding: 0 12rem 0 12rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents .container,
  body .cases-page__contents .container {
    padding: 0 21rem 0 21rem;
  }
}

body .blog-page__contents__category,
body .cases-page__contents__category {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #FFFFFF;
}

@media (min-width: 728px) {

  body .blog-page__contents__category .container,
  body .cases-page__contents__category .container {
    padding: 0 4rem 0 4rem;
    align-items: center;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__category .container,
  body .cases-page__contents__category .container {
    display: flex;
    padding: 0 12rem 0 12rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__category .container,
  body .cases-page__contents__category .container {
    padding: 0 21rem 0 21rem;
  }
}

body .blog-page__contents__category__head,
body .cases-page__contents__category__head {
  margin-bottom: 3rem;
  margin-right: 3rem;
}

body .blog-page__contents__category__head h3,
body .cases-page__contents__category__head h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__category__head h3,
  body .cases-page__contents__category__head h3 {
    font-size: 3.2rem;
  }
}

body .blog-page__contents__category__head button,
body .cases-page__contents__category__head button {
  color: #FFFFFF;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  border-bottom: 0.1rem solid #FFFFFF;
}

body .blog-page__contents__category__head button .material-icons,
body .cases-page__contents__category__head button .material-icons {
  font-size: 1.2rem;
}

body .blog-page__contents__category__list,
body .cases-page__contents__category__list {
  display: flex;
  flex-wrap: wrap;
}

body .blog-page__contents__category__list__item,
body .cases-page__contents__category__list__item {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 2rem;
  margin-right: 0.7rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 2rem;
  opacity: 1;
  font-size: 1.2rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__category__list__item,
  body .cases-page__contents__category__list__item {
    height: 3.1rem;
    font-size: 1.4rem;
  }
}

body .blog-page__contents__category__list__item p,
body .cases-page__contents__category__list__item p {
  color: #FFFFFF;
}

body .blog-page__contents__category__list .white,
body .cases-page__contents__category__list .white {
  background-color: #FFFFFF;
}

body .blog-page__contents__category__list .white p,
body .cases-page__contents__category__list .white p {
  color: #8A02DA;
}

body .blog-page__contents__list,
body .cases-page__contents__list {
  padding: 0;
  margin: 0;
}

@media (min-width: 728px) {

  body .blog-page__contents__list,
  body .cases-page__contents__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__list,
  body .cases-page__contents__list {
    display: flex;
  }
}

body .blog-page__contents__list__item,
body .cases-page__contents__list__item {
  padding: 2rem 0;
  border: 0.1rem solid #FFFFFF;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100% + 1px);
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item,
  body .cases-page__contents__list__item {
    width: calc(33.3333333333% + 1px);
  }
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item .container,
  body .cases-page__contents__list__item .container {
    padding: 0 2rem;
  }
}

body .blog-page__contents__list__item__img,
body .cases-page__contents__list__item__img {
  width: 100%;
  height: 14rem;
  margin-bottom: 2rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item__img,
  body .cases-page__contents__list__item__img {
    height: 10.3rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__img,
  body .cases-page__contents__list__item__img {
    height: 14rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__img,
  body .cases-page__contents__list__item__img {
    height: 20rem;
  }
}

body .blog-page__contents__list__item__img img,
body .cases-page__contents__list__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .blog-page__contents__list__item a,
body .cases-page__contents__list__item a {
  color: #FFFFFF;
}

body .blog-page__contents__list__item__title,
body .cases-page__contents__list__item__title {
  color: #FFFFFF;
  margin-bottom: 2rem;
  height: 5.7rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item__title,
  body .cases-page__contents__list__item__title {
    margin-bottom: 2.2rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__title,
  body .cases-page__contents__list__item__title {
    margin-bottom: 3.2rem;
    height: 6.8rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__title,
  body .cases-page__contents__list__item__title {
    height: 9.9rem;
  }
}

body .blog-page__contents__list__item__title h3,
body .cases-page__contents__list__item__title h3 {
  font-size: 1.8rem;
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__title h3,
  body .cases-page__contents__list__item__title h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__title h3,
  body .cases-page__contents__list__item__title h3 {
    font-size: 2.8rem;
  }
}

body .blog-page__contents__list__item__text,
body .cases-page__contents__list__item__text {
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 7.1rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item__text,
  body .cases-page__contents__list__item__text {
    height: 9.2rem;
    margin-bottom: 2.1rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__text,
  body .cases-page__contents__list__item__text {
    height: 6.5rem;
    margin-bottom: 3.2rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__text,
  body .cases-page__contents__list__item__text {
    height: 9.5rem;
    margin-bottom: 3.9rem;
    font-size: 1.4rem;
  }
}

body .blog-page__contents__list__item__text p,
body .cases-page__contents__list__item__text p {
  font-size: 1.2rem;
  line-height: 2;
  overflow: hidden;
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__text p,
  body .cases-page__contents__list__item__text p {
    font-size: 1.6rem;
  }
}

body .blog-page__contents__list__item__tag,
body .cases-page__contents__list__item__tag {
  display: flex;
  height: 5.2rem;
}

@media (min-width: 728px) {

  body .blog-page__contents__list__item__tag,
  body .cases-page__contents__list__item__tag {
    flex-wrap: wrap;
  }
}

body .blog-page__contents__list__item__tag__item,
body .cases-page__contents__list__item__tag__item {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.2rem;
  padding: 0.3rem 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 2rem;
  opacity: 1;
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__tag__item,
  body .cases-page__contents__list__item__tag__item {
    padding: 0.5rem 1.5rem;
  }
}

body .blog-page__contents__list__item__tag__item p,
body .cases-page__contents__list__item__tag__item p {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 1.1rem;
}

@media (min-width: 1280px) {

  body .blog-page__contents__list__item__tag__item p,
  body .cases-page__contents__list__item__tag__item p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__contents__list__item__tag__item p,
  body .cases-page__contents__list__item__tag__item p {
    font-size: 1.6rem;
  }
}

body .blog-page__pagination,
body .cases-page__pagination {
  padding: 4.8rem 0;
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (min-width: 728px) {

  body .blog-page__pagination,
  body .cases-page__pagination {
    font-size: 1.4rem;
    padding: 8rem 0;
  }
}

@media (min-width: 1280px) {

  body .blog-page__pagination,
  body .cases-page__pagination {
    font-size: 1.8rem;
    padding: 10.8rem 0;
  }
}

@media (min-width: 1920px) {

  body .blog-page__pagination,
  body .cases-page__pagination {
    padding: 15rem;
  }
}

body .blog-page__pagination .prev,
body .cases-page__pagination .prev {
  color: #FFFFFF;
  position: relative;
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem 0 0 20rem;
}

@media (min-width: 728px) {

  body .blog-page__pagination .prev,
  body .cases-page__pagination .prev {
    width: 6rem;
    height: 6rem;
  }
}

body .blog-page__pagination .prev a,
body .cases-page__pagination .prev a {
  position: absolute;
  width: 100%;
  height: 100%;
}

body .blog-page__pagination .current,
body .cases-page__pagination .current {
  color: #FFFFFF;
  width: 23rem;
  height: 5.4rem;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.7rem;
}

@media (min-width: 728px) {

  body .blog-page__pagination .current,
  body .cases-page__pagination .current {
    margin: 0 0.8rem;
    width: 25.7rem;
    height: 6rem;
  }
}

@media (min-width: 1280px) {

  body .blog-page__pagination .current,
  body .cases-page__pagination .current {
    margin: 0 0.6rem;
    width: 34.2rem;
  }
}

@media (min-width: 1920px) {

  body .blog-page__pagination .current,
  body .cases-page__pagination .current {
    margin: 0 0.8rem;
    width: 50rem;
  }
}

body .blog-page__pagination .next,
body .cases-page__pagination .next {
  color: #FFFFFF;
  position: relative;
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 20rem 20rem 0;
}

@media (min-width: 728px) {

  body .blog-page__pagination .next,
  body .cases-page__pagination .next {
    width: 6rem;
    height: 6rem;
  }
}

body .blog-page__pagination .next a,
body .cases-page__pagination .next a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

body .blog-single {
  padding-top: 6rem;
}

body .blog-single__head {
  background: transparent linear-gradient(139deg, #910CDC 0%, #280CBB 100%) 0% 0% no-repeat padding-box;
  opacity: 0.94;
  color: #FFFFFF;
  padding: 4rem 0;
}

@media (min-width: 1280px) {
  body .blog-single__head .container {
    padding: 0 6rem;
  }
}

body .blog-single__head .container .blog-single__head__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 727px;
}

@media (min-width: 728px) {
  body .blog-single__head .container .blog-single__head__wrapper {
    justify-content: start;
  }
}

@media (min-width: 728px) {
  body .blog-single__head .container .blog-single__head__h2 {
    margin-right: 4rem;
  }
}

body .blog-single__head .container .blog-single__head__h2 h2 {
  color: #FFFFFF;
  font-size: 3.8rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 728px) {
  body .blog-single__head .container .blog-single__head__h2 h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single__head .container .blog-single__head__h2 h2 {
    font-size: 7.4rem;
  }
}

body .blog-single__head .container .blog-single__head__h2 p {
  color: #FFFFFF;
  font-size: 1.2rem;
}

@media (min-width: 1280px) {
  body .blog-single__head .container .blog-single__head__h2 p {
    font-size: 1.4rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single__head .container .blog-single__head__h2 p {
    font-size: 1.8rem;
  }
}

body .blog-single__head .container .blog-single__head__title {
  margin-top: 3rem;
}

@media (min-width: 1280px) {
  body .blog-single__head .container .blog-single__head__title {
    padding: 0 6.7rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single__head .container .blog-single__head__title {
    padding: 0 17.8rem;
  }
}

body .blog-single__head .container .blog-single__head__title h2 {
  color: #FFFFFF;
  font-size: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 728px) {
  body .blog-single__head .container .blog-single__head__title h2 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px) {
  body .blog-single__head .container .blog-single__head__title h2 {
    font-size: 2.6rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single__head .container .blog-single__head__title h2 {
    font-size: 3.6rem;
  }
}

body .blog-single__head .container .blog-single__head__title__tag {
  display: flex;
}

body .blog-single__head .container .blog-single__head__title__tag__item {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 2rem;
  margin-right: 0.7rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 5rem;
  opacity: 1;
  font-size: 1.2rem;
}

@media (min-width: 728px) {
  body .blog-single__head .container .blog-single__head__title__tag__item {
    height: 3.1rem;
    font-size: 1.4rem;
  }
}

body .blog-single__head .container .blog-single__head__title__tag__item p {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
}

@media (min-width: 1920px) {
  body .blog-single__head .container .blog-single__head__title__tag__item p {
    font-size: 1.7rem;
  }
}

body .blog-single__info {
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  padding: 3rem 2rem;
}

@media (min-width: 728px) {
  body .blog-single__info {
    padding: 3rem 4rem;
  }
}

@media (min-width: 1280px) {
  body .blog-single__info {
    padding: 3rem 6rem;
  }
}

body .blog-single__info .container {
  padding: 0;
}

@media (min-width: 1280px) {
  body .blog-single__info .container {
    padding: 0 6.7rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single__info .container {
    padding: 0 17.8rem;
  }
}

@media (min-width: 728px) {
  body .blog-single__info .container {
    display: flex;
    justify-content: space-between;
  }
}

body .blog-single__info__date {
  display: flex;
}

@media (max-width: 727px) {
  body .blog-single__info__date {
    margin-bottom: 2rem;
  }
}

body .blog-single__info__date__posted {
  display: flex;
  margin-right: 2rem;
}

body .blog-single__info__date__posted b {
  margin-right: 1rem;
}

body .blog-single__info__date__posted p {
  color: #8A02DA;
}

body .blog-single__info__date__modified {
  display: flex;
}

body .blog-single__info__date__modified p {
  color: #8A02DA;
}

body .blog-single__info__date__modified b {
  margin-right: 1rem;
}

body .blog-single__info__name {
  display: flex;
}

body .blog-single__info__name p {
  color: #8A02DA;
}

body .blog-single__info__name b {
  margin-right: 1rem;
}

body .blog-single__contents {
  padding: 4rem 2rem;
}

body .blog-single__contents .container {
  padding: 0;
}

@media (min-width: 1280px) {
  body .blog-single__contents .container {
    display: flex;
    justify-content: space-between;
    padding: 0 4rem 0 4rem;
  }
}

@media (min-width: 1280px) {
  body .blog-single__contents .container {
    padding: 0 12rem 0 12rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single__contents .container {
    padding: 0 21rem 0 21rem;
  }
}

@media (min-width: 1280px) {
  body .blog-single__contents .container .blog-single__contents__wrapper {
    width: 65%;
  }
}

body .blog-single__contents img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

body .blog-single__contents__index {
  border: 1px solid #CCCCCC;
  padding: 2rem 1.5rem;
  margin: 2.3rem 0;
}

@media (min-width: 728px) {
  body .blog-single__contents__index {
    margin: 6rem 0;
  }
}

@media (min-width: 1280px) {
  body .blog-single__contents__index {
    margin: 7rem 0;
    display: flex;
  }
}

@media (min-width: 1920px) {
  body .blog-single__contents__index {
    margin: 7.4rem 0;
  }
}

body .blog-single__contents__index p {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

@media (min-width: 728px) {
  body .blog-single__contents__index p {
    font-size: 2.4rem;
    margin-bottom: 1.7rem;
  }
}

@media (min-width: 1280px) {
  body .blog-single__contents__index p {
    line-height: 1;
    margin-right: 5.3rem;
  }
}

body .blog-single__contents__index__ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

@media (min-width: 1280px) {
  body .blog-single__contents__index__ol {
    margin-top: 1rem;
  }
}

body .blog-single__contents__index__ol .h1-li {
  white-space: nowrap;
  list-style-type: decimal;
  font: normal normal bold 14px/33px Noto Sans CJK JP;
}

body .blog-single__contents__index__ol .h1-li h1 {
  display: inline-block;
  font: normal normal bold 14px/33px Noto Sans CJK JP;
  margin-bottom: 2rem;
  line-height: 1;
}

body .blog-single__contents__index__ol .child__ol {
  padding: 0;
  margin-left: 2rem;
  list-style-type: none;
}

body .blog-single__contents__index__ol .child__ol li {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 2rem;
  font: normal normal normal 14px/20px Noto Sans CJK JP;
}

body .blog-single__contents__index__ol .child__ol li h2 {
  font: normal normal normal 14px/20px Noto Sans CJK JP;
  line-height: 1;
}

body .blog-single__contents__the-content {
  counter-reset: h1;
}

body .blog-single__contents__the-content h1 {
  counter-reset: h2;
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #8A02DA;
  font-size: 2rem;
}

@media (min-width: 728px) {
  body .blog-single__contents__the-content h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px) {
  body .blog-single__contents__the-content h1 {
    font-size: 2.6rem;
  }
}

@media (min-width: 1280px) {
  body .blog-single__contents__the-content h1 {
    font-size: 3.6rem;
  }
}

body .blog-single__contents__the-content h1::before {
  text-align: center;
  width: 2.9rem;
  border-right: 1px solid #CCCCCC;
  margin-right: 1rem;
  counter-increment: h1;
  content: counter(h1);
}

@media (min-width: 728px) {
  body .blog-single__contents__the-content h1::before {
    width: 3.5rem;
    margin-right: 1.4rem;
  }
}

@media (min-width: 1280px) {
  body .blog-single__contents__the-content h1::before {
    width: 5.2rem;
    margin-right: 2rem;
  }
}

body .blog-single__contents__the-content h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #8A02DA;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
}

body .blog-single__contents__the-content h2::before {
  counter-increment: h2;
  content: counter(h1) "-" counter(h2);
}

body .blog-single__contents__the-content p {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (min-width: 1280px) {
  body .blog-single__contents__the-content p {
    font-size: 1.6rem;
  }
}

body .blog-single__contents__the-content p a {
  text-decoration: underline;
  color: #8A02DA;
}

body .blog-single .view-all-button {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  background: transparent;
  border: 0.1rem solid #FFFFFF;
  border-radius: 10rem;
  opacity: 1;
}

@media (min-width: 728px) {
  body .blog-single .view-all-button {
    padding: 1.5rem 4.3rem 1.5rem 4.3rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single .view-all-button {
    padding: 2.2rem 6.1rem 2.2rem 6.1rem;
  }
}

body .blog-single .view-all-button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  color: #FFFFFF;
}

body .blog-single .view-all-button a p {
  font-size: 1.1rem;
  line-height: 1;
}

@media (min-width: 728px) {
  body .blog-single .view-all-button a p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single .view-all-button a p {
    font-size: 1.7rem;
  }
}

body .blog-single .view-all-button a svg {
  fill: #FFFFFF;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .blog-single .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .blog-single .button-wrap {
  text-align: center;
  padding: 2rem 0;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
}

@media (min-width: 728px) {
  body .blog-single .button-wrap {
    display: none;
  }
}

body .blog-single .sp-tab {
  padding: 0 2rem;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
}

@media (min-width: 1280px) {
  body .blog-single .sp-tab {
    display: none;
  }
}

body .blog-single .sp-tab .contact {
  padding: 4rem 0;
  text-align: center;
  background: #FFFFFF;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
}

@media (min-width: 728px) {
  body .blog-single .sp-tab .contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

@media (min-width: 1920px) {
  body .blog-single .sp-tab .contact .container {
    padding: 0 38rem;
  }
}

body .blog-single .sp-tab .contact__head {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 728px) {
  body .blog-single .sp-tab .contact__head {
    display: flex;
    margin-bottom: 0;
  }
}

body .blog-single .sp-tab .contact__head img {
  width: 7.8rem;
}

body .blog-single .sp-tab .contact__head h2 {
  color: #333333;
  font-size: 3.2rem;
}

@media (min-width: 728px) {
  body .blog-single .sp-tab .contact__head h2 {
    font-size: 4.9rem;
    padding-left: 0.25em;
  }
}

body .blog-single .sp-tab .contact__head p {
  font-size: 1.2rem;
  color: #8A02DA;
}

@media (min-width: 1920px) {
  body .blog-single .sp-tab .contact__head {
    font-size: 1.4rem;
  }
}

body .blog-single .sp-tab .contact .sp-none {
  display: none;
}

@media (min-width: 728px) {
  body .blog-single .sp-tab .contact .sp-none {
    display: block;
    border: 0.5px solid rgba(51, 51, 51, 0.2);
    width: 13rem;
    height: 0;
  }
}

body .blog-single .sp-tab .contact__text {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 728px) {
  body .blog-single .sp-tab .contact__text {
    margin-bottom: 0;
    display: block;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

@media (min-width: 1920px) {
  body .blog-single .sp-tab .contact__text {
    font-size: 1.4rem;
  }
}

@media (max-width: 727px) {
  body .blog-single .sp-tab .contact__text {
    text-align: center;
  }
}

body .blog-single .sp-tab .contact button {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 4rem;
  border: 1px solid #8A02DA;
  border-radius: 20px;
  background: transparent;
}

@media (max-width: 727px) {
  body .blog-single .sp-tab .contact button {
    margin: 0px auto;
  }
}

body .blog-single .sp-tab .contact button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
}

body .blog-single .sp-tab .contact button a p {
  font-weight: bold;
  color: #8A02DA;
  font-size: 1.1rem;
}

@media (min-width: 1920px) {
  body .blog-single .sp-tab .contact button a p {
    font-size: 1.7rem;
  }
}

body .blog-single .sp-tab .contact button a svg {
  fill: #8A02DA;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .blog-single .sp-tab .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single .sp-tab .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .blog-single .pc {
  display: none;
}

@media (min-width: 1280px) {
  body .blog-single .pc {
    display: block;
  }
}

body .blog-single .pc .contact {
  padding: 4rem 0;
  text-align: center;
  background: #FFFFFF;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
}

@media (min-width: 728px) {
  body .blog-single .pc .contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

@media (min-width: 1920px) {
  body .blog-single .pc .contact .container {
    padding: 0 38rem;
  }
}

body .blog-single .pc .contact__head {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 728px) {
  body .blog-single .pc .contact__head {
    display: flex;
    margin-bottom: 0;
  }
}

body .blog-single .pc .contact__head img {
  width: 7.8rem;
}

body .blog-single .pc .contact__head h2 {
  color: #333333;
  font-size: 3.2rem;
}

@media (min-width: 728px) {
  body .blog-single .pc .contact__head h2 {
    font-size: 4.9rem;
    padding-left: 0.25em;
  }
}

body .blog-single .pc .contact__head p {
  font-size: 1.2rem;
  color: #8A02DA;
}

@media (min-width: 1920px) {
  body .blog-single .pc .contact__head {
    font-size: 1.4rem;
  }
}

body .blog-single .pc .contact .sp-none {
  display: none;
}

@media (min-width: 728px) {
  body .blog-single .pc .contact .sp-none {
    display: block;
    border: 0.5px solid rgba(51, 51, 51, 0.2);
    width: 13rem;
    height: 0;
  }
}

body .blog-single .pc .contact__text {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 728px) {
  body .blog-single .pc .contact__text {
    margin-bottom: 0;
    display: block;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

@media (min-width: 1920px) {
  body .blog-single .pc .contact__text {
    font-size: 1.4rem;
  }
}

@media (max-width: 727px) {
  body .blog-single .pc .contact__text {
    text-align: center;
  }
}

body .blog-single .pc .contact button {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 4rem;
  border: 1px solid #8A02DA;
  border-radius: 20px;
  background: transparent;
}

@media (max-width: 727px) {
  body .blog-single .pc .contact button {
    margin: 0px auto;
  }
}

body .blog-single .pc .contact button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
}

body .blog-single .pc .contact button a p {
  font-weight: bold;
  color: #8A02DA;
  font-size: 1.1rem;
}

@media (min-width: 1920px) {
  body .blog-single .pc .contact button a p {
    font-size: 1.7rem;
  }
}

body .blog-single .pc .contact button a svg {
  fill: #8A02DA;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .blog-single .pc .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .blog-single .pc .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .sidebar {
  box-sizing: border-box;
}

@media (min-width: 1280px) {
  body .sidebar {
    width: 30%;
  }
}

body .sidebar__ranking {
  margin-bottom: 8rem;
}

@media (min-width: 728px) {
  body .sidebar__ranking {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 33.3333333333%;
  }
}

body .sidebar__ranking__title {
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  padding-bottom: 2rem;
}

@media (min-width: 728px) {
  body .sidebar__ranking__title {
    width: 33.3333333333%;
    border: none;
  }
}

@media (min-width: 1280px) {
  body .sidebar__ranking__title {
    width: 100%;
    border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  }
}

body .sidebar__ranking__title p {
  color: #222222;
  font-size: 1.8rem;
  text-align: center;
}

@media (min-width: 728px) {
  body .sidebar__ranking__item {
    width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  body .sidebar__ranking__item {
    width: 100%;
  }
}

body .sidebar__ranking__item a {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
}

@media (min-width: 728px) {
  body .sidebar__ranking__item a {
    display: block;
    margin: 0 0.5rem;
  }
}

@media (min-width: 1280px) {
  body .sidebar__ranking__item a {
    display: flex;
    margin: 0;
  }
}

body .sidebar__ranking__item a .wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

body .sidebar__ranking__item a .sidebar__ranking__item__index {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8A02DA;
  border-radius: 2rem;
  color: #FFFFFF;
}

@media (min-width: 728px) {
  body .sidebar__ranking__item a .sidebar__ranking__item__index {
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  body .sidebar__ranking__item a .sidebar__ranking__item__index {
    margin-right: 2rem;
  }
}

body .sidebar__ranking__item a .sidebar__ranking__item__contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body .sidebar__ranking__item a .sidebar__ranking__item__contents__date p {
  font-size: 1rem;
  color: #666666;
}

body .sidebar__ranking__item a .sidebar__ranking__item__contents__title p {
  font-size: 1.2rem;
  color: #222222;
}

body .sidebar__ranking__item a .sidebar__ranking__item__contents__tag {
  display: flex;
  flex-wrap: wrap;
}

body .sidebar__ranking__item a .sidebar__ranking__item__contents__tag p {
  margin-right: 1rem;
  font-size: 1rem;
  color: #8A02DA;
  text-decoration: underline;
}

body .sidebar__ranking__item a .sidebar__ranking__item__img img {
  width: 7rem;
  height: 7rem;
}

@media (min-width: 728px) {
  body .sidebar .cat-arc-wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  body .sidebar .cat-arc-wrap {
    display: block;
  }
}

body .sidebar__tag {
  margin-bottom: 8rem;
  width: 100%;
}

@media (min-width: 728px) {
  body .sidebar__tag {
    width: 48%;
  }
}

@media (min-width: 1280px) {
  body .sidebar__tag {
    width: 100%;
  }
}

body .sidebar__tag__title {
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  padding-bottom: 2rem;
}

body .sidebar__tag__title p {
  color: #222222;
  font-size: 1.8rem;
  text-align: center;
}

body .sidebar__tag__contents li {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  align-items: center;
}

body .sidebar__tag__contents li button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
}

body .sidebar__tag__contents li p {
  color: #222222;
  font-size: 1.2rem;
}

body .sidebar__new-order {
  margin-bottom: 8rem;
  width: 100%;
}

@media (min-width: 728px) {
  body .sidebar__new-order {
    width: 48%;
  }
}

@media (min-width: 1280px) {
  body .sidebar__new-order {
    width: 100%;
  }
}

body .sidebar__new-order__title {
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  padding-bottom: 2rem;
}

body .sidebar__new-order__title p {
  color: #222222;
  font-size: 1.8rem;
  text-align: center;
}

body .sidebar__new-order__contents li {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}

body .sidebar__new-order__contents li a {
  color: #222222;
}

body .sidebar__new-order__more {
  margin-top: 3rem;
  text-align: center;
}

body .sidebar__new-order__more button {
  font-size: 1.3rem;
  border-radius: 5rem;
  color: #8A02DA;
  border: 0.1rem solid #8A02DA;
  padding: 1rem 4.8rem;
  margin: auto;
  display: flex;
  align-items: center;
}

body .related {
  background: transparent linear-gradient(139deg, #910CDC 0%, #280CBB 100%) 0% 0% no-repeat padding-box;
  opacity: 0.94;
  color: white;
  padding-top: 4rem;
}

@media (min-width: 1280px) {
  body .related {
    padding: 8rem 0;
  }
}

body .related__head {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #FFFFFF;
}

body .related__head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 728px) {
  body .related__head .container {
    justify-content: space-between;
  }
}

body .related__head .container .view-all-button {
  display: none;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  background: transparent;
  border: 0.1rem solid #FFFFFF;
  border-radius: 10rem;
  opacity: 1;
}

@media (min-width: 728px) {
  body .related__head .container .view-all-button {
    display: block;
  }
}

@media (min-width: 728px) {
  body .related__head .container .view-all-button {
    padding: 1.5rem 4.3rem 1.5rem 4.3rem;
  }
}

@media (min-width: 1920px) {
  body .related__head .container .view-all-button {
    padding: 2.2rem 6.1rem 2.2rem 6.1rem;
  }
}

body .related__head .container .view-all-button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  color: #FFFFFF;
}

body .related__head .container .view-all-button a p {
  font-size: 1.1rem;
  line-height: 1;
}

@media (min-width: 728px) {
  body .related__head .container .view-all-button a p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1920px) {
  body .related__head .container .view-all-button a p {
    font-size: 1.7rem;
  }
}

body .related__head .container .view-all-button a svg {
  fill: #FFFFFF;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .related__head .container .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .related__head .container .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 728px) {
  body .related__head .container .related__head__title {
    margin-right: 4rem;
  }
}

body .related__head .container .related__head__title h2 {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 728px) {
  body .related__head .container .related__head__title h2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 1280px) {
  body .related__head .container .related__head__title h2 {
    font-size: 4.9rem;
  }
}

@media (min-width: 1920px) {
  body .related__head .container .related__head__title h2 {
    font-size: 7.4rem;
  }
}

body .related__head .container .related__head__title p {
  color: #FFFFFF;
  font-size: 1.2rem;
}

@media (min-width: 1280px) {
  body .related__head .container .related__head__title p {
    font-size: 1.4rem;
  }
}

body .related__contents {
  border-bottom: 1px solid #FFFFFF;
}

@media (min-width: 728px) {
  body .related__contents .container {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  body .related__contents .container {
    padding: 0 12rem 0 12rem;
  }
}

@media (min-width: 1920px) {
  body .related__contents .container {
    padding: 0 21rem 0 21rem;
  }
}

body .related__contents .container .button-wrap {
  text-align: center;
  padding: 2rem 0;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
  display: block;
}

@media (min-width: 728px) {
  body .related__contents .container .button-wrap {
    display: none;
  }
}

body .related__contents .container .button-wrap .view-all-button {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  background: transparent;
  border: 0.1rem solid #FFFFFF;
  border-radius: 10rem;
  opacity: 1;
}

@media (min-width: 728px) {
  body .related__contents .container .button-wrap .view-all-button {
    padding: 1.5rem 4.3rem 1.5rem 4.3rem;
  }
}

@media (min-width: 1920px) {
  body .related__contents .container .button-wrap .view-all-button {
    padding: 2.2rem 6.1rem 2.2rem 6.1rem;
  }
}

body .related__contents .container .button-wrap .view-all-button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  color: #FFFFFF;
}

body .related__contents .container .button-wrap .view-all-button a p {
  font-size: 1.1rem;
  line-height: 1;
}

@media (min-width: 728px) {
  body .related__contents .container .button-wrap .view-all-button a p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1920px) {
  body .related__contents .container .button-wrap .view-all-button a p {
    font-size: 1.7rem;
  }
}

body .related__contents .container .button-wrap .view-all-button a svg {
  fill: #FFFFFF;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .related__contents .container .button-wrap .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .related__contents .container .button-wrap .view-all-button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .related__contents__list {
  padding: 0;
  margin: 0;
}

@media (min-width: 728px) {
  body .related__contents__list {
    display: flex;
  }
}

@media (min-width: 1280px) {
  body .related__contents__list {
    display: flex;
  }
}

body .related__contents__list__item {
  padding: 2rem 0;
  border: 0.1rem solid #FFFFFF;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}

@media (min-width: 728px) {
  body .related__contents__list__item {
    width: calc(33.3333333333% + 1px);
  }
}

body .related__contents__list__item a {
  color: #FFFFFF;
}

@media (min-width: 728px) {
  body .related__contents__list__item .container {
    padding: 0 2rem;
  }
}

body .related__contents__list__item img {
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 2rem;
}

@media (min-width: 728px) {
  body .related__contents__list__item img {
    height: 10.2rem;
  }
}

@media (min-width: 1280px) {
  body .related__contents__list__item img {
    height: 14rem;
    margin-bottom: 3.2rem;
  }
}

@media (min-width: 1920px) {
  body .related__contents__list__item img {
    height: 20rem;
    margin-bottom: 4rem;
  }
}

body .related__contents__list__item__title {
  color: #FFFFFF;
  margin-bottom: 2.3rem;
  height: 5.7rem;
}

@media (min-width: 728px) {
  body .related__contents__list__item__title {
    margin-bottom: 2.9rem;
  }
}

@media (min-width: 1280px) {
  body .related__contents__list__item__title {
    margin-bottom: 3.2rem;
    height: 6.8rem;
  }
}

body .related__contents__list__item__title h3 {
  font-size: 1.8rem;
}

@media (min-width: 1280px) {
  body .related__contents__list__item__title h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1920px) {
  body .related__contents__list__item__title h3 {
    font-size: 2.8rem;
  }
}

body .related__contents__list__item__tag {
  display: flex;
  height: 5.2rem;
  flex-wrap: wrap;
}

body .related__contents__list__item__tag__item {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.2rem;
  padding: 0 1.3rem;
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 1.2rem;
  opacity: 1;
}

@media (min-width: 1920px) {
  body .related__contents__list__item__tag__item {
    padding: 0 2.5rem;
    margin-right: 1.1rem;
  }
}

body .related__contents__list__item__tag__item p {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
}

@media (min-width: 1920px) {
  body .related__contents__list__item__tag__item p {
    font-size: 1.6rem;
  }
}

body .related .button-wrap {
  text-align: center;
  padding: 2rem 0;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
}

@media (min-width: 728px) {
  body .related .button-wrap {
    display: none;
  }
}

body .related .contact {
  padding: 4rem 0;
  text-align: center;
  background: transparent;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
}

@media (min-width: 728px) {
  body .related .contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

@media (min-width: 1920px) {
  body .related .contact .container {
    padding: 0 38rem;
  }
}

body .related .contact__head {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 728px) {
  body .related .contact__head {
    display: flex;
    margin-bottom: 0;
  }
}

body .related .contact__head img {
  width: 7.8rem;
}

body .related .contact__head h2 {
  color: #FFFFFF;
  font-size: 3.2rem;
}

@media (min-width: 728px) {
  body .related .contact__head h2 {
    font-size: 4.9rem;
    padding-left: 0.25em;
  }
}

body .related .contact__head p {
  font-size: 1.2rem;
  color: #FFFFFF;
}

@media (min-width: 1920px) {
  body .related .contact__head {
    font-size: 1.4rem;
  }
}

body .related .contact .sp-none {
  display: none;
}

@media (min-width: 728px) {
  body .related .contact .sp-none {
    display: block;
    border: 0.5px solid rgba(51, 51, 51, 0.2);
    width: 13rem;
    height: 0;
  }
}

body .related .contact__text {
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 728px) {
  body .related .contact__text {
    margin-bottom: 0;
    display: block;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

@media (min-width: 1920px) {
  body .related .contact__text {
    font-size: 1.4rem;
  }
}

@media (max-width: 727px) {
  body .related .contact__text {
    text-align: center;
  }
}

body .related .contact button {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 4rem;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  background: #FFFFFF;
}

@media (max-width: 727px) {
  body .related .contact button {
    margin: 0px auto;
  }
}

body .related .contact button a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
}

body .related .contact button a p {
  font-weight: bold;
  color: #8A02DA;
  font-size: 1.1rem;
}

@media (min-width: 1920px) {
  body .related .contact button a p {
    font-size: 1.7rem;
  }
}

body .related .contact button a svg {
  fill: #8A02DA;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.7rem;
}

@media (min-width: 728px) {
  body .related .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (min-width: 1920px) {
  body .related .contact button a svg {
    width: 1.55rem;
    height: 1.55rem;
  }
}

body .background-logo {
  display: flex;
  position: absolute;
  width: 100vw;
  height: 84.4rem;
  background: transparent linear-gradient(140deg, #FFFFFF 0%, #EDE1F9 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}

@media (min-width: 728px) {
  body .background-logo {
    height: 102.4rem;
  }
}

@media (min-width: 1280px) {
  body .background-logo {
    height: 79.4rem;
  }
}

@media (min-width: 1920px) {
  body .background-logo {
    height: 107.9rem;
  }
}

body .background-logo img {
  height: 15.2rem;
  margin: 0 0 0 auto;
}

@media (min-width: 728px) {
  body .background-logo img {
    height: 26.9rem;
  }
}

@media (min-width: 1280px) {
  body .background-logo img {
    margin-top: 6rem;
  }
}

@media (min-width: 1920px) {
  body .background-logo img {
    height: 40.1rem;
  }
}

body .privacy-policy {
  padding-top: 19rem;
}

@media (min-width: 728px) {
  body .privacy-policy {
    padding-top: 22.8rem;
  }
}

@media (min-width: 1280px) {
  body .privacy-policy {
    padding-top: 16.1rem;
  }
}

@media (min-width: 1920px) {
  body .privacy-policy {
    padding-top: 22.5rem;
  }
}

body .privacy-policy__head {
  margin-bottom: 19rem;
}

@media (min-width: 728px) {
  body .privacy-policy__head {
    margin-bottom: 22.8rem;
  }
}

@media (min-width: 1280px) {
  body .privacy-policy__head {
    margin-bottom: 16.1rem;
  }
}

@media (min-width: 1920px) {
  body .privacy-policy__head {
    margin-bottom: 22.5rem;
  }
}

@media (min-width: 728px) {
  body .privacy-policy__head .container .privacy-policy__head__title {
    margin-right: 4rem;
  }
}

body .privacy-policy__head .container .privacy-policy__head__title h2 {
  color: #222222;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 728px) {
  body .privacy-policy__head .container .privacy-policy__head__title h2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1280px) {
  body .privacy-policy__head .container .privacy-policy__head__title h2 {
    font-size: 3.8rem;
  }
}

body .privacy-policy__head .container .privacy-policy__head__title p {
  color: #8A02DA;
  font-size: 1.2rem;
}

@media (min-width: 1920px) {
  body .privacy-policy__head .container .privacy-policy__head__title p {
    font-size: 1.4rem;
  }
}

body .privacy-policy__contents__item {
  margin-bottom: 3rem;
}

body .privacy-policy__contents__item h1 {
  font-size: 1.8rem;
  line-height: 2;
  color: #8A02DA;
  margin-bottom: 2rem;
}

@media (min-width: 728px) {
  body .privacy-policy__contents__item h1 {
    font-size: 2.4rem;
  }
}

body .privacy-policy__contents__item h2 {
  font-size: 1.6rem;
  line-height: 2;
  color: #8A02DA;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #CCCCCC;
}

@media (min-width: 728px) {
  body .privacy-policy__contents__item h2 {
    font-size: 2rem;
  }
}

body .privacy-policy__contents__item p {
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 728px) {
  body .privacy-policy__contents__item p {
    font-size: 1.6rem;
  }
}

body main:has(.background-logo) {
  position: relative;
}

body .background-logo {
  display: flex;
  position: absolute;
  top: 6rem;
  width: 100vw;
  background: transparent linear-gradient(140deg, #FFFFFF 0%, #EDE1F9 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  height: calc(100% - 26rem);
}

@media (min-width: 728px) {
  body .background-logo {
    height: calc(100% - 14rem);
  }
}

body .background-logo img {
  height: 15.2rem;
  margin: 0 0 0 auto;
}

@media (min-width: 728px) {
  body .background-logo img {
    height: 26.9rem;
  }
}

@media (min-width: 1280px) {
  body .background-logo img {
    margin-top: 6rem;
  }
}

@media (min-width: 1920px) {
  body .background-logo img {
    height: 40.1rem;
  }
}

body .contact-page {
  padding-top: 19rem;
}

@media (min-width: 728px) {
  body .contact-page {
    padding-top: 22.8rem;
  }
}

@media (min-width: 1280px) {
  body .contact-page {
    padding-top: 16.1rem;
  }
}

@media (min-width: 1920px) {
  body .contact-page {
    padding-top: 22.5rem;
  }
}

body .contact-page__head {
  margin-bottom: 4rem;
}

@media (min-width: 728px) {
  body .contact-page__head {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  body .contact-page__head {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1920px) {
  body .contact-page__head {
    margin-bottom: 4rem;
  }
}

body .contact-page__head .container {
  max-width: 727px;
  margin: auto;
}

body .contact-page__head .container .contact-page__head__title h2 {
  color: #222222;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 728px) {
  body .contact-page__head .container .contact-page__head__title h2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1280px) {
  body .contact-page__head .container .contact-page__head__title h2 {
    font-size: 3.8rem;
  }
}

body .contact-page__head .container .contact-page__head__title p {
  color: #8A02DA;
  font-size: 1.2rem;
}

@media (min-width: 1920px) {
  body .contact-page__head .container .contact-page__head__title p {
    font-size: 1.4rem;
  }
}

body .contact-page__contents .container form p {
  margin: 0 auto 3rem auto;
  max-width: 727px;
}

body .contact-page__contents .container form p label {
  font-size: 1.6rem;
}

@media (min-width: 728px) {
  body .contact-page__contents .container form p label {
    font-size: 2rem;
  }
}

body .contact-page__contents .container form p label span input {
  width: calc(100% - 8px);
  padding: 10px;
  border: 1px solid #EFEFEF;
}

@media (min-width: 728px) {
  body .contact-page__contents .container form p label span input {
    padding: 16px;
  }
}

@media (min-width: 1280px) {
  body .contact-page__contents .container form p label span input {
    padding: 18px;
  }
}

body .contact-page__contents .container form p label span textarea {
  width: calc(100% - 8px);
  padding: 10px;
  border: 1px solid #EFEFEF;
}

@media (min-width: 728px) {
  body .contact-page__contents .container form p label span textarea {
    padding: 16px;
  }
}

@media (min-width: 1280px) {
  body .contact-page__contents .container form p label span textarea {
    padding: 18px;
  }
}

body .contact-page__contents .container form p .contact-submit {
  width: 12rem;
  padding: 1rem 0;
  border: 1px solid #8A02DA;
  background-color: #FFFFFF;
  color: #8A02DA;
}

body .contact-page__contents .container form p #privacy-policy__checkbox .wpcf7-list-item {
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
}

body .contact-page__contents .container form p #privacy-policy__checkbox .wpcf7-list-item input {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

body .contact-page__contents .container form p #privacy-policy__checkbox .wpcf7-list-item-label:hover {
  color: #666666;
}

body .contact-page__contents .container form p #privacy-policy__checkbox .wpcf7-list-item-label {
  color: #666666;
  cursor: pointer;
  -webkit-text-decoration: underline #666666;
  text-decoration: underline #666666;
  font-size: 1.6rem !important;
}

@media (min-width: 728px) {
  body .contact-page__contents .container form p #privacy-policy__checkbox .wpcf7-list-item-label {
    font-size: 2rem;
  }
}

body .contact-page__contents .container form p:has(.contact-submit) {
  text-align: center;
}

body #scroll-up {
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  z-index: 100;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  border-radius: 2.5rem;
  cursor: pointer;
}

body #scroll-up span {
  color: #8A02DA;
}