@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.mb14 {
  margin-bottom: 14px;
}

body {
  width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  line-height: 1.75em;
  background-color: #171717;
}

img {
  width: 100%;
}

mark {
  background-color: #ffffff;
  font-style: normal;
}

.mb-160 {
  margin-bottom: 160px !important;
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1020px) {
  .br-sp {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1020px) {
  .br-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .br-ipad {
    display: none;
  }
}
@media (max-width: 767px) {
  .br-ipad {
    display: none;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pc_block {
  display: block;
}

.title {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 30px;
  }
}
.title__line {
  width: 11%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  margin-right: 20px;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .title__line {
    width: 5%;
  }
}
.title__line::before {
  content: "";
  width: 99%;
  height: 1px;
  background-color: #85F9F5;
  position: absolute;
  top: -1px;
}
.title__line::after {
  content: "";
  width: 101%;
  height: 1px;
  background-color: #FE2C55;
  position: absolute;
  top: 1px;
}
.title__inner {
  display: flex;
}
@media (max-width: 767px) {
  .title__inner {
    display: block;
  }
}
.title__h2 {
  font-size: 52px;
  font-family: "PT Sans", sans-serif;
  text-shadow: -2px -1px 0px #85F9F5, 2px 1px 0px #FE2C55;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .title__h2 {
    font-size: 4.6em;
  }
}
.title__sub {
  text-align: bottom;
  font-size: 1.8em;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .title__sub {
    margin-top: 25px;
    font-size: 1.6em;
    line-height: 1.75em;
  }
}

.title-jp {
  font-size: 2.4em;
  line-height: 1.5em;
  text-align: center;
  text-shadow: -1px 0px 0px #85F9F5, 2px 0px 0px #FE2C55;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .title-jp {
    font-size: 3em;
    line-height: 1.6em;
  }
}

.content {
  width: 64%;
  margin: auto;
}
@media (min-width: 768px) {
  .content {
    min-width: 700px;
    max-width: 1080px;
  }
}
@media (max-width: 767px) {
  .content {
    width: 78%;
  }
}
.content__h3 {
  font-size: 2.4em;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .content__h3 {
    font-size: 1.8em;
    line-height: 1.75em;
    margin-bottom: 70px;
  }
}
.content__p {
  font-size: 1.8em;
  line-height: 1.75em;
  margin-bottom: 60px;
}

.highlight {
  color: #000000;
  display: inline-block;
}

.cv {
  padding: 30px 15px;
  background-color: #000000;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  border-left: 4px solid #85F9F5;
  border-top: 4px solid #85F9F5;
  border-right: 4px solid #FE2C55;
  border-bottom: 4px solid #FE2C55;
}
.cv__blue {
  background-color: #F8F9FB;
  margin: 15px;
}
@media (min-width: 768px) {
  .cv {
    padding: 60px 15px;
    margin: auto;
  }
}
.cv__text {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .cv__text {
    font-size: 2.5em;
  }
}
.cv__text::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
}
.cv__btn {
  color: #000000;
  text-align: center;
  width: 700px;
  padding: 24px 0;
  display: inline-block;
  position: relative;
  font-size: 1.8em;
  background-color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  z-index: 20;
  border-left: 4px solid #85F9F5;
  border-top: 4px solid #85F9F5;
  border-right: 4px solid #FE2C55;
  border-bottom: 4px solid #FE2C55;
}
@media (min-width: 768px) {
  .cv__btn {
    transition: 0.3s;
  }
  .cv__btn:hover {
    background-color: #171717;
    color: #ffffff;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .cv__btn {
    font-size: 1.6em;
    width: 90%;
  }
}
.cv__btn-inner {
  margin-bottom: 15px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.cv__btn-blue {
  width: 100%;
  padding: 30px 0;
  display: inline-block;
  background-color: #85F9F5;
  position: absolute;
}
.cv__btn-red {
  width: 100%;
  padding: 30px 0;
  display: inline-block;
  background-color: #FE2C55;
}
.cv__arrow {
  width: 9px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cv__arrow {
    width: 7px;
  }
}
@media (min-width: 768px) {
  .cv__tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cv__tel-text {
  font-size: 1.6em;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cv__tel-text {
    margin-bottom: 10px;
    font-size: 1.5em;
  }
}
.cv__tel-number {
  font-size: 2.4em;
  text-align: center;
}
.cv__tel-number a {
  color: #ffffff;
}
.cv__tel-number::before {
  content: url("../images/icon-phone.svg");
  display: inline-block;
  margin-right: 10px;
}
.cv__tel-span {
  font-size: 0.5em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 8px;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 7px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 768px) {
  .hamburger {
    top: 17px;
  }
}
@media (max-width: 767px) {
  .hamburger {
    top: 13px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.nav {
  display: flex;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #171717;
  background-size: cover;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-menu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
  font-size: 1.6em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .nav-menu {
    padding: 0 30px;
  }
}
.nav-box {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.3s all;
  height: 60px;
  margin-bottom: 20px;
}
.nav-box:last-child {
  padding-bottom: 0;
}
.nav-box a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  transition: 0.3s;
}
.nav-box a:hover {
  transition: 0.3s;
}
.nav-cv {
  z-index: 100;
}
@media (max-width: 767px) {
  .nav-cv-inner {
    display: none;
  }
}
.nav-cv-link {
  position: fixed;
  right: 70px;
  top: 5px;
  display: block;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  padding: 12px 24px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #171717;
  border-left: 3px solid #85F9F5;
  border-top: 3px solid #85F9F5;
  border-right: 3px solid #FE2C55;
  border-bottom: 3px solid #FE2C55;
}
@media (min-width: 768px) {
  .nav-cv-link {
    padding: 15px 20px;
  }
  .nav-cv-link:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .nav-cv-link {
    top: 4px;
    font-size: 1em;
    padding: 9px 24px;
    right: 0;
  }
}
.nav-cv-link-tiktoker {
  right: 260px;
}
.nav-cv-menu {
  position: static;
}
@media (min-width: 768px) {
  .nav-cv-menu {
    font-size: 1em;
    width: 300px;
    margin: auto;
  }
}

nav.nav.active {
  opacity: 100;
  visibility: visible;
}

.header {
  height: 56px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .header {
    height: 65px;
  }
}

.logo {
  width: 80px;
  padding: 16px;
}
@media (min-width: 768px) {
  .logo {
    width: 100px;
    padding: 16px;
  }
}

.kv {
  width: 100%;
  background-image: url("../images/kv_sp.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 56px;
}
.kv__title {
  margin: 120px 0 50px;
}
@media (max-width: 767px) {
  .kv__title {
    margin: 100px 20px 30px 20px;
  }
}
.kv__sub {
  font-size: 2em;
  line-height: 1.5em;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .kv__sub {
    font-size: 1.8em;
    line-height: 1.75em;
  }
}
.kv__sub--shadow {
  color: #000000;
  text-shadow: -1px -1px 0px #85F9F5, 1px 1px 0px #FE2C55;
}
.kv__main {
  color: #ffffff;
  font-size: 6em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: -3px -1px 0px #85F9F5, 3px 1px 0px #FE2C55;
}
@media (max-width: 767px) {
  .kv__main {
    font-size: 3.6em;
    text-shadow: -2px -1px 0px #85F9F5, 2px 1px 0px #FE2C55;
  }
}
.kv__sub-text {
  font-size: 1.6em;
  line-height: 1.75em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .kv__sub-text {
    font-size: 1.4em;
    line-height: 1.75em;
  }
}
.kv__slide-box {
  overflow: hidden;
}
.kv__slide-list {
  margin-right: 40px;
  width: 300px;
}
.kv__slide-inner {
  width: 100%;
}
.kv__cv-inner {
  display: flex;
  justify-content: center;
}
.kv__cv {
  color: #000000;
  text-align: center;
  width: 500px;
  padding: 24px 0;
  display: inline-block;
  font-size: 1.8em;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  z-index: 20;
  border-left: 4px solid #85F9F5;
  border-top: 4px solid #85F9F5;
  border-right: 4px solid #FE2C55;
  border-bottom: 4px solid #FE2C55;
}
@media (min-width: 768px) {
  .kv__cv {
    transition: 0.3s;
  }
  .kv__cv:hover {
    background-color: #171717;
    color: #ffffff;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .kv__cv {
    font-size: 1.6em;
    line-height: 1.75em;
    padding: 14px 0;
  }
}
.kv__notes {
  margin: 10px 20px;
  font-size: 1.4em;
  line-height: 1.75em;
  color: #8a8a8a;
  text-align: right;
}

.main {
  margin-top: 80px;
}

.question__inner {
  max-width: 1080px;
  margin: auto;
  padding: 100px 15px 100px 15px;
}
@media (max-width: 767px) {
  .question__inner {
    padding: 10px 15px 100px 15px;
  }
}
.question__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
}
@media (min-width: 768px) {
  .question__box {
    flex-wrap: nowrap;
    max-width: 1080px;
  }
}
.question__list {
  display: inline-block;
  width: 100%;
  border: 2px solid #85F9F5;
  margin-bottom: 20px;
}
.question__list:nth-child(even) {
  border: 2px solid #FE2C55;
}
@media (min-width: 768px) {
  .question__list {
    margin-right: 12px;
    margin-bottom: 40px;
  }
  .question__list:last-child {
    margin-right: 0px;
  }
}
.question__text {
  font-size: 1.8em;
  line-height: 1.75em;
  text-align: center;
  font-weight: bold;
  padding: 20px 26px;
}
@media (max-width: 767px) {
  .question__text {
    font-size: 1.6em;
    line-height: 1.75em;
    padding: 20px 20px;
  }
}
.question__text::before {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  display: inline-block;
  top: -11px;
  right: 0px;
}
.question__sub-text {
  font-size: 3.2em;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .question__sub-text {
    font-size: 2em;
    line-height: 1.5em;
  }
}
.question__sub-text::before {
  content: "";
  background-image: url("../images/question-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 45px;
  display: inline-block;
  margin-bottom: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about {
  padding: 180px 0px 20px;
  background-image: url("../images/about-bg.png");
  background-size: cover;
}
@media (max-width: 767px) {
  #about {
    padding: 120px 0px 10px 0px;
  }
}

.about__block {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .about__block {
    margin-bottom: 100px;
  }
}
.about__block--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__block--flex {
    display: block;
  }
}
@media (max-width: 767px) {
  .about__block--flex {
    display: block;
  }
}
@media (max-width: 767px) {
  .about__block--flex__02 {
    margin-bottom: 50px;
  }
}
.about__text-box {
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .about__text-box {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about__text-box__02 {
    margin-bottom: 20px;
  }
}
.about__title {
  font-size: 3.2em;
  line-height: 1.6em;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 2em;
    line-height: 1.5em;
    display: block;
  }
}
.about__title__01::before {
  content: "01";
  margin-right: 40px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3em;
  line-height: 1.6em;
}
.about__title__02::before {
  content: "02";
  margin-right: 40px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3em;
  line-height: 1.6em;
}
.about__title__03 {
  max-width: 680px;
}
.about__title__03::before {
  content: "03";
  margin-right: 40px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3em;
  line-height: 1.6em;
}
.about__text {
  font-size: 1.8em;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .about__text {
    font-size: 1.4em;
    line-height: 1.75em;
  }
}
.about__img {
  width: 290px;
  margin-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__img {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .about__img {
    margin: auto;
  }
}
.about__img-03 {
  width: 300px;
}
.about__box {
  display: flex;
}
@media (max-width: 767px) {
  .about__box {
    display: block;
  }
}
.about__list {
  width: calc(98% / 3);
  margin-right: 2%;
}
@media (max-width: 767px) {
  .about__list {
    width: 80%;
    margin-bottom: 40px;
  }
}
.about__list:nth-of-type(even) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about__list:nth-of-type(even) {
    margin-left: 40px;
  }
}
.about__list-img {
  position: relative;
}
.about__tag-inner {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.about__tag {
  font-size: 1.4em;
  line-height: 1.75em;
  margin-right: 15px;
}
.about__name {
  font-size: 1.6em;
  line-height: 1.75em;
  margin-top: 6px;
}

#promotion {
  background-color: #F8F9FB;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #promotion {
    padding-bottom: 20px;
  }
}

.promotion-h2 {
  font-size: 2.4em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 20px;
}
.promotion-h2::before {
  content: "さらに";
  font-size: 0.8em;
  display: block;
}
.promotion-h2-span::after {
  content: "";
  background-image: url("../images/line.svg");
  background-size: cover;
  display: inline-block;
}
.promotion-h2-sub {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 100px;
  text-align: center;
}
@media (min-width: 768px) {
  .promotion-h2-sub {
    margin-bottom: 20px;
  }
}
.promotion-list {
  margin: auto;
}
@media (min-width: 768px) {
  .promotion-list {
    display: flex;
    max-width: 1080px;
  }
}
.promotion-box {
  padding: 42px 30px 30px 30px;
  background-color: #ffffff;
  position: relative;
  margin: 60px 15px;
}
.promotion-box:nth-child(even) {
  margin-right: 0%;
}
@media (min-width: 768px) {
  .promotion-box {
    width: 48%;
    margin-right: 4%;
  }
}
.promotion-h3 {
  display: inline-block;
  color: #ffffff;
  padding: 8px;
  font-size: 1.6em;
  position: absolute;
  top: 0px;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 50%;
}
.promotion-h4 {
  font-size: 1.9em;
  line-height: 1.6em;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.promotion-h4::before {
  content: "";
  background-image: url("../images/braces-l.svg");
  background-size: cover;
  width: 20px;
  height: 45px;
  display: inline-block;
  position: absolute;
  left: 0;
  margin-bottom: 10px;
}
.promotion-h4::after {
  content: "";
  background-image: url("../images/braces-r.svg");
  background-size: cover;
  width: 20px;
  height: 45px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -6px;
}
.promotion-img {
  height: 170px;
  max-width: 340px;
  margin: auto;
}
.promotion-text {
  font-size: 1.4em;
  line-height: 1.5em;
}

#feature {
  padding: 180px 0;
}
@media (max-width: 767px) {
  #feature {
    padding: 120px 0;
  }
}

.feature__h3 {
  text-align: center;
  font-size: 3em;
  line-height: 1.6em;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .feature__h3 {
    font-size: 2em;
    line-height: 1.5em;
    text-align: left;
  }
}
.feature__box {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .feature__box {
    display: block;
  }
}
.feature__list {
  background-color: #000000;
  padding: 30px;
}
@media (min-width: 768px) {
  .feature__list {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .feature__list {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .feature__list:first-child {
    margin-right: 20px;
  }
}
.feature__h4 {
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}
.feature__text {
  font-size: 1.6em;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .feature__text {
    font-size: 1.4em;
    line-height: 1.75em;
  }
}

#case {
  padding: 180px 0px 60px;
  background-image: url("../images/case-bg.png");
  background-size: cover;
}
@media (max-width: 767px) {
  #case {
    padding: 120px 0px 20px;
  }
}

.case__title {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .case__title {
    margin-bottom: 80px;
  }
}
.case__h2 {
  font-size: 3.2em;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case__h2 {
    font-size: 3.8em;
  }
}
.case__h2::after {
  content: "";
  background: url("../images/line.svg") no-repeat;
  background-size: contain;
  display: block;
  width: 200px;
  height: 15px;
  margin: auto;
  margin-top: 10px;
}
.case__h2__sub {
  font-size: 1.6em;
  color: #ffffff;
  line-height: 1.5em;
}
.case__span {
  margin-top: 15px;
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  color: #ffffff;
}
.case__box {
  width: 90%;
  margin: auto;
}
@media (max-width: 767px) {
  .case__box {
    width: 78%;
  }
}
@media (min-width: 768px) {
  .case__box {
    max-width: 1200px;
    min-width: 700px;
  }
}
.case__list {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .case__list {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .case__list {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    margin-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1020px) {
  .case__list {
    align-items: flex-start;
  }
}
.case__textinner {
  color: #ffffff;
}
@media (min-width: 768px) {
  .case__textinner {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.case__h3 {
  font-size: 2.8em;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.case__tag {
  display: inline-block;
  margin-bottom: 15px;
}
.case__tag__block {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .case__tag__block {
    margin-top: 12px;
    display: block;
  }
}
.case__tag-list {
  padding: 6px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}
.case__tag-text {
  font-size: 1.3em;
}
.case__img {
  width: 40%;
  width: 270px;
}
@media (max-width: 767px) {
  .case__img {
    margin: auto;
  }
}
.case__detail {
  font-size: 1.6em;
  word-break: break-all;
}
@media (max-width: 767px) {
  .case__detail {
    margin-bottom: 30px;
  }
}
.case__detail-tr {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .case__detail-tr {
    display: block;
    margin-bottom: 25px;
  }
}
.case__detail-title {
  width: 60px;
  display: inline-block;
  margin-bottom: 5px;
  width: 210px;
  flex-shrink: 0;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .case__detail-title {
    white-space: normal;
  }
}
.case__detail__box {
  display: block;
  margin-top: -7px;
}
.case__detail-text {
  width: auto;
  display: block;
}
.case__detail-text-cv {
  font-weight: bold;
  font-size: 1.4em;
}
.case__detail-cv {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5em;
}
.case__detail-sub {
  font-size: 0.8em;
}

#flow {
  padding: 150px 0;
}
@media (max-width: 767px) {
  #flow {
    margin: auto;
    padding: 110px 0;
  }
}

.flow__inner {
  width: 77%;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .flow__inner {
    max-width: 960px;
    min-width: 900px;
  }
}
@media (max-width: 767px) {
  .flow__inner {
    width: 338px;
  }
}
.flow__box {
  margin: auto;
  max-width: 780px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .flow__box {
    display: block;
    width: 76%;
  }
}
.flow__list {
  display: flex;
  padding: 25px 40px;
  border: 1px solid #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .flow__list {
    display: block;
    margin: auto;
    padding: 25px 30px;
  }
}
.flow__list::after {
  position: absolute;
  width: 12px;
  height: 13px;
  content: "";
  display: block;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  bottom: -20px;
  right: 46%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.flow__list:last-child::after {
  content: "";
  display: none;
}
.flow__title {
  font-size: 2em;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 1.8em;
    line-height: 1.75em;
    text-align: center;
  }
}
.flow__icon {
  width: 180px;
  margin: auto;
}
@media (max-width: 767px) {
  .flow__icon {
    width: 80%;
  }
}
.flow__textinner {
  width: 72%;
  margin-top: 12px;
  min-width: 500px;
}
@media (max-width: 767px) {
  .flow__textinner {
    width: 100%;
    max-width: 200px;
    min-width: 184px;
    margin: auto;
  }
}
.flow__text {
  font-size: 1.6em;
  line-height: 1.75em;
  text-align: left;
}
@media (max-width: 767px) {
  .flow__text {
    font-size: 1.4em;
    line-height: 1.75em;
  }
}
.flow__days {
  max-width: 1080px;
}
@media (min-width: 768px) {
  .flow__days {
    margin: auto;
    margin-top: 197px;
  }
}
@media (max-width: 767px) {
  .flow__days {
    display: block;
    margin: 0;
    margin-right: 8px;
  }
}
.flow__days-01 {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .flow__days-01 {
    margin-top: 373px;
  }
}
.flow__days-01__line {
  display: inline-block;
  width: 2px;
  height: 579px;
  background-color: #85F9F5;
  position: relative;
}
@media (max-width: 767px) {
  .flow__days-01__line {
    width: 2px;
    height: 1019px;
  }
}
.flow__days-01__line::before {
  content: "";
  display: block;
  background-color: #85F9F5;
  position: absolute;
  width: 12px;
  height: 2px;
  right: -5px;
  top: 0px;
}
.flow__days-01__line::after {
  content: "";
  display: block;
  background-color: #85F9F5;
  position: absolute;
  width: 12px;
  height: 2px;
  bottom: 0;
  right: -5px;
}
.flow__days-01__text {
  font-size: 1.6em;
  line-height: 1.75em;
  color: #85F9F5;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__days-01__text {
    margin-right: 10px;
    font-size: 1.4em;
    line-height: 1.75em;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .flow__days-01__text {
    margin: auto;
  }
}
.flow__days-02 {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .flow__days-02 {
    margin-top: 0px;
  }
}
.flow__days-02__line {
  display: inline-block;
  width: 2px;
  height: 188px;
  background-color: #FE2C55;
  position: relative;
}
@media (max-width: 767px) {
  .flow__days-02__line {
    height: 271px;
  }
}
.flow__days-02__line::before {
  content: "";
  display: block;
  background-color: #FE2C55;
  position: absolute;
  width: 12px;
  height: 2px;
  right: -5px;
  top: 0px;
}
.flow__days-02__line::after {
  content: "";
  display: block;
  background-color: #FE2C55;
  position: absolute;
  width: 12px;
  height: 2px;
  bottom: 0;
  right: -5px;
}
.flow__days-02__text {
  font-size: 1.6em;
  line-height: 1.75em;
  color: #FE2C55;
  text-align: center;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .flow__days-02__text {
    margin-right: 10px;
    font-size: 1.4em;
    line-height: 1.75em;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .flow__days-02__text {
    width: 74%;
  }
}

#faq {
  margin: auto;
  padding: 60px 15px;
  background-color: #000000;
  padding-top: 80px;
}

.faq__h2 {
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .faq__list {
    max-width: 1080px;
    margin: auto;
    margin-bottom: 60px;
  }
}
.faq__box {
  background-color: #171717;
  padding: 30px 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .faq__box {
    padding: 30px 40px;
  }
}
.faq__q {
  font-size: 1.8em;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.75em;
  border-bottom: 1px solid #2c2c2c;
}
.faq__q::before {
  content: "Q.";
  display: inline-block;
  margin-right: 5px;
}
.faq__a {
  font-size: 1.6em;
  line-height: 1.75em;
  color: #ececec;
}
.faq__a::before {
  content: "A.";
  display: inline-block;
  margin-right: 8px;
  margin-left: 2px;
}

.contact {
  padding: 60px 0;
}

#footer {
  background-color: #000000;
}

.footer {
  color: #ffffff;
  padding: 40px;
}
@media (min-width: 768px) {
  .footer {
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
}
.footer-company {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-company {
    margin-bottom: 0px;
    display: flex;
  }
}
.footer-name {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-name {
    margin-right: 20px;
  }
}
.footer-detail {
  font-size: 1.4em;
  line-height: 1.75em;
}
.footer-detail a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer-detail {
    margin-top: -4px;
  }
}
.footer-copyright {
  font-size: 1.4em;
  line-height: 1.75em;
  opacity: 0.6;
}
.footer-link {
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer-link {
    margin-top: 0px;
  }
}
.footer-right {
  border-top: 1px solid #FE2C55;
}
@media (min-width: 768px) {
  .footer-right {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .footer-right::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #85F9F5;
  }
}
.footer-linktext {
  color: #ffffff;
  font-size: 1.4em;
  transition: 0.3s;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .footer-linktext:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}