@charset "UTF-8";
header {
  background-color: #f2f2f2;
}

li {
  list-style: none;
}

.head-inner {
  display: flex;
  -moz-column-gap: 7vw;
       column-gap: 7vw;
  align-items: center;
  width: 90vw;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .head-inner {
    width: 95vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .head-inner {
    width: 95vw;
  }
}

.logo img {
  width: 25vw;
}
@media screen and (max-width: 600px) {
  .logo img {
    vertical-align: middle;
  }
}

.navi ul {
  display: flex;
}
.navi li {
  margin: 0 2.6vw;
}
@media screen and (max-width: 600px) {
  .navi li {
    margin: 0 1.5vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .navi li {
    margin: 0 3vw;
  }
}
.navi a {
  font-size: 1vw;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .navi a {
    line-height: 8vw;
    font-size: 1.5vw;
  }
}

.fv {
  position: relative;
  display: flex;
}
.fv::after {
  content: "";
  position: absolute;
  background: url(../img/FV_marketer.png) no-repeat 40.85vw, url(../img/FV_designer.png) no-repeat 60.5vw, url(../img/FV_creater.png) no-repeat 80vw;
  background-size: contain;
  width: 0;
  height: 100%;
  transition: 1s ease-in-out;
}
@media screen and (max-width: 600px) {
  .fv::after {
    background: url(../img/FV_marketer.png) no-repeat 41.29vw, url(../img/FV_designer.png) no-repeat 60.5vw, url(../img/FV_creater.png) no-repeat 80vw;
    background-size: contain;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .fv::after {
    background: url(../img/FV_marketer.png) no-repeat 40.25vw, url(../img/FV_designer.png) no-repeat 59vw, url(../img/FV_creater.png) no-repeat 78vw;
    background-size: contain;
  }
}
@media screen and (min-width: 730px) and (max-width: 1300px) {
  .fv::after {
    background: url(../img/FV_marketer.png) no-repeat 41.4vw, url(../img/FV_designer.png) no-repeat 60.5vw, url(../img/FV_creater.png) no-repeat 80vw;
    background-size: contain;
  }
}
.fv p {
  font-size: 2.2vw;
  letter-spacing: 1.5px;
  position: absolute;
  left: 6%;
  top: 10%;
  color: white;
}
@media screen and (max-width: 600px) {
  .fv p {
    left: 4%;
  }
}
.fv .contact-btn {
  width: 40%;
  position: absolute;
  z-index: 3;
  left: 2%;
  bottom: 10%;
}
.fv .contact-btn img {
  width: 100%;
}

.fv.active::after {
  width: 100%;
}

.bg {
  width: 45%;
}

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wrap {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.line::after {
  width: 0;
  transition: 0.8s;
}

.line.active::after {
  width: 100%;
}

.FV-bottom {
  position: relative;
  bottom: 1px;
}

.FVbottom-head {
  position: relative;
  z-index: 2;
}
.FVbottom-head img {
  width: 100%;
}
.FVbottom-head h2 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  .FVbottom-head h2 {
    top: 40%;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .FVbottom-head h2 {
    letter-spacing: 1px;
  }
}
.FVbottom-head .line {
  position: relative;
  font-size: 3vw;
}
.FVbottom-head .line::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -4px;
  background-color: #ffc943;
  height: 26%;
  opacity: 0.95;
}
@media screen and (max-width: 600px) {
  .FVbottom-head .line::after {
    bottom: -1px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .FVbottom-head .line::after {
    bottom: -2px;
  }
}
.FVbottom-head .caco {
  font-weight: 400;
}

.FVbottom-bg {
  background: url(../img/FVbottom_bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 36vw;
  margin-top: -5vw;
}

.arrow {
  position: absolute;
  z-index: 2;
  top: 17vw;
  left: 50%;
  transform: translateX(-50%);
}
.arrow span {
  display: block;
  animation: arrow 2.5s infinite;
  border: solid #ffb208;
  border-width: 0 0 6px 6px;
  margin: -20px 0;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 600px) {
  .arrow span {
    width: 4vw;
    height: 4vw;
    border-width: 0 0 3px 3px;
    margin: -5vw 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .arrow span {
    width: 3vw;
    height: 3vw;
    border-width: 0 0 5px 5px;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .arrow span {
    border-width: 0 0 4px 4px;
  }
}
.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

.recruit {
  text-align: center;
  padding-top: 11vw;
  font-weight: 500;
}
.recruit p {
  font-size: 2.8vw;
}
.recruit h2 {
  font-size: 4.5vw;
  font-weight: normal;
}
.recruit span {
  background-image: radial-gradient(circle at center, #ffb208 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: 0.5em;
}

.priceless {
  width: 30vw;
  margin: auto;
  margin-top: 3vw;
}
.priceless img {
  width: 100%;
}

.high-quality {
  position: relative;
}
.high-quality img {
  width: 100%;
}
.high-quality h3 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 3vw;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .high-quality h3 {
    top: 46%;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .high-quality h3 {
    top: 48%;
  }
}
.high-quality .line {
  position: relative;
  font-size: 4vw;
  letter-spacing: 3px;
  line-height: 1;
}
.high-quality .line::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  background: url(../img/FVbottom_gold.png);
  background-size: cover;
  height: 100%;
}

.inner {
  width: 90vw;
  margin: auto;
}

.achieve {
  position: relative;
  padding-bottom: 14vw;
}
@media screen and (max-width: 600px) {
  .achieve {
    padding-bottom: 30vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .achieve {
    padding-bottom: 20vw;
  }
}
.achieve::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 30px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #ecf7f6;
  border-bottom: 30px solid #ecf7f6;
}

.reason {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
  align-items: center;
  margin-top: 7vw;
}
@media screen and (max-width: 600px) {
  .reason {
    row-gap: 15vw;
    flex-direction: column-reverse;
    margin-top: 7vw;
    align-items: start;
  }
}

.mov {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .mov {
    width: 100%;
  }
}
.mov video {
  filter: drop-shadow(0px 0px #000);
  width: 100%;
}

.explain .deficit {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.2vw;
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .explain .deficit {
    font-size: 3vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .explain .deficit {
    font-size: 2vw;
  }
}
.explain .deficit .line {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  color: #9d3b39;
  font-size: 3vw;
  text-shadow: 1px 1px 1px;
}
@media screen and (max-width: 600px) {
  .explain .deficit .line {
    font-size: 5vw;
    text-shadow: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .explain .deficit .line {
    font-size: 2.5vw;
    text-shadow: none;
  }
}
.explain .deficit .line::after {
  content: "";
  position: absolute;
  bottom: -2vw;
  left: 0;
  background: url(../img/achieve_redline.png) no-repeat;
  background-size: contain;
  height: 50%;
}
@media screen and (max-width: 600px) {
  .explain .deficit .line::after {
    bottom: -3vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .explain .deficit .line::after {
    bottom: -2vw;
  }
}
.explain .conclusion {
  font-size: 2.2vw;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-top: 5vw;
}
@media screen and (max-width: 600px) {
  .explain .conclusion {
    font-size: 4vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .explain .conclusion {
    font-size: 2vw;
  }
}
.explain .conclusion .line {
  position: relative;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.explain .conclusion .line::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-color: #ffc943;
  height: 30%;
}
.explain .conclusion .dots {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}

.note {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.35vw;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .note {
    font-size: 3vw;
    font-weight: 300;
  }
}

.detail {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 8vw;
}
@media screen and (max-width: 600px) {
  .detail {
    flex-direction: column;
    align-items: start;
    row-gap: 25vw;
    margin-top: 15vw;
  }
}

.school {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.school h3 {
  font-weight: 800;
  font-size: 2.5vw;
}
@media screen and (max-width: 600px) {
  .school h3 {
    font-size: 5vw;
  }
}
.school h3 span {
  font-weight: 600;
}
.school p {
  font-weight: 500;
  margin-top: 2vw;
  font-size: 1.3vw;
}
@media screen and (max-width: 600px) {
  .school p {
    font-size: 3vw;
    font-weight: 300;
  }
}

.figure {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .figure {
    width: 100%;
  }
}
.figure .red-arrow {
  position: absolute;
  top: -0.5vw;
  left: 11.5vw;
  width: 37%;
}
@media screen and (max-width: 600px) {
  .figure .red-arrow {
    width: 40%;
    top: 4vw;
    left: 22vw;
  }
}
.figure .after {
  position: absolute;
  top: -6vw;
  left: 3vw;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .figure .after {
    width: 40%;
    top: -9vw;
    left: 10vw;
  }
}
.figure .after img {
  width: 100%;
}
.figure .graph {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.figure .graph::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 36.5vw;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 600px) {
  .figure .graph::before {
    width: 104%;
  }
}
.figure .graph .graph-small,
.figure .graph .graph-big {
  width: 20%;
  margin-left: 8vw;
}
@media screen and (max-width: 600px) {
  .figure .graph .graph-small,
  .figure .graph .graph-big {
    width: 25%;
  }
}
.figure .graph .graph-small p,
.figure .graph .graph-big p {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #01247b;
}
.figure .graph .graph-small .img-wrap,
.figure .graph .graph-big .img-wrap {
  overflow: hidden;
  position: relative;
}
.figure .graph .graph-small .img-wrap::before,
.figure .graph .graph-big .img-wrap::before {
  animation: none;
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.figure .graph .graph-small .img-wrap.active::before,
.figure .graph .graph-big .img-wrap.active::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes img-wrap {
  100% {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 600px) {
  .figure .graph .graph-small {
    margin-right: 12vw;
  }
}
.figure .graph .graph-small p {
  position: absolute;
  top: 6.5vw;
  width: 100%;
  text-align: left;
  font-weight: 800;
  font-size: 1.4vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 600px) {
  .figure .graph .graph-small p {
    font-size: 5vw;
    top: 22vw;
  }
}
.figure .graph .graph-big {
  text-align: center;
}
.figure .graph .graph-big p {
  position: absolute;
  top: -9vw;
  left: 14vw;
  width: 100%;
  font-weight: 800;
  font-size: 7vw;
}
@media screen and (max-width: 600px) {
  .figure .graph .graph-big p {
    font-size: 10vw;
    top: -13vw;
    left: 27vw;
  }
}
.figure .graph .graph-big .unit {
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  .figure .graph .graph-big .unit {
    font-size: 2.5vw;
  }
}
.figure .graph img {
  width: 100%;
  vertical-align: top;
}

.forte {
  position: relative;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ecf7f6;
  padding: 10vw 0 13vw;
}
@media screen and (max-width: 600px) {
  .forte {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 12vw 0 30vw;
  }
}
.forte::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 30px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid white;
  border-bottom: 30px solid white;
}
.forte .line {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px black;
}
@media screen and (max-width: 600px) {
  .forte .line {
    text-shadow: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .forte .line {
    text-shadow: none;
  }
}
.forte .line::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  bottom: -1px;
  background-color: #ffc943;
  height: 35%;
}

.fade-up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1.5s;
}

.fade-up.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.forte-title h2 {
  width: 50vw;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .forte-title h2 {
    width: 90vw;
  }
}
.forte-title img {
  width: 100%;
}

.forte-head {
  margin: 3vw 0;
}
.forte-head img {
  width: 100%;
}

.forte-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 3vw;
}
@media screen and (max-width: 600px) {
  .forte-flex {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 8vw;
    margin-top: 0;
  }
}
.forte-flex img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .forte2 .forte-flex {
    flex-direction: column;
  }
}

.marketing {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .marketing {
    width: 100%;
  }
}

.influencer h4 {
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .influencer h4 {
    font-size: 5vw;
    margin-top: 6vw;
  }
}
.influencer .light {
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  .influencer .light {
    font-size: 4vw;
  }
}
.influencer p {
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 3vw;
}
@media screen and (max-width: 600px) {
  .influencer p {
    font-size: 3vw;
  }
}

.income h4 {
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .income h4 {
    font-size: 5vw;
    margin-top: 6vw;
  }
}
.income .light {
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  .income .light {
    font-size: 4vw;
  }
}
.income p {
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 3vw;
}
@media screen and (max-width: 600px) {
  .income p {
    font-size: 3vw;
  }
}

.aidma {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .aidma {
    width: 100%;
  }
}
.aidma img {
  width: 100%;
}

.forte3 h4 {
  font-size: 2.5vw;
  font-weight: bold;
  margin-left: 4vw;
  margin-top: 6vw;
}
@media screen and (max-width: 600px) {
  .forte3 h4 {
    font-size: 5vw;
    margin-left: 0;
  }
}
.forte3 p {
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 3vw;
  margin-left: 4vw;
}
@media screen and (max-width: 600px) {
  .forte3 p {
    font-size: 3vw;
    margin-left: 0;
  }
}

.professional {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 3vw 0 5vw;
}
.professional::after {
  content: "";
  position: absolute;
  top: 1.5vw;
  left: 0;
  z-index: -1;
  background: url(../img/forte3_blue.png) no-repeat;
  background-size: cover;
  width: 0;
  height: 55%;
  transition: 1.5s linear;
}
.professional .zoom {
  opacity: 0;
  scale: 0;
  transition: 0.8s;
  width: 9%;
}
.professional .zoom:nth-child(5) {
  width: 11%;
}
.professional .zoom:nth-child(6) {
  width: 11%;
}
.professional .zoom.active {
  opacity: 1;
  scale: 1;
}

.professional.active::after {
  width: 100%;
}

.relation-photo {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .relation-photo {
    width: 100%;
    margin-top: 6vw;
  }
}

.trust h4 {
  font-size: 2.5vw;
  font-weight: bold;
  margin-left: 3vw;
}
@media screen and (max-width: 600px) {
  .trust h4 {
    font-size: 5vw;
    margin-top: 6vw;
  }
}
.trust p {
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 3vw;
  margin-left: 3vw;
}
@media screen and (max-width: 600px) {
  .trust p {
    font-size: 3vw;
  }
}

.back {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 1vw;
  right: 3vw;
  width: 5vw;
}
@media screen and (max-width: 600px) {
  .back {
    width: 8vw;
    right: 5vw;
    bottom: 3vw;
  }
}
.back img {
  width: 100%;
}

.performance {
  padding: 13vw 0;
}
@media screen and (max-width: 600px) {
  .performance .contact {
    margin-top: 20vw;
  }
}

.per-title {
  font-size: 3.5vw;
  text-align: center;
  font-weight: normal;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .per-title {
    font-size: 6vw;
  }
}

.per-flex {
  display: flex;
  justify-content: space-around;
  margin-top: 6vw;
}
@media screen and (max-width: 600px) {
  .per-flex {
    flex-direction: column-reverse;
    row-gap: 20vw;
  }
}

.per-mov {
  width: 42%;
  height: 47vw;
}
@media screen and (max-width: 600px) {
  .per-mov {
    width: 100%;
    height: auto;
  }
}
.per-mov iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .per-mov {
    height: 100vw;
  }
}

.see-lp {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  text-align: center;
  width: 50%;
  height: 5vw;
  margin: auto;
  margin-top: 2vw;
}
@media screen and (max-width: 600px) {
  .see-lp {
    height: 9vw;
    margin-top: 6vw;
  }
}
.see-lp img {
  width: 100%;
}
.see-lp a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.see-lp .lp-btn {
  width: 100%;
  height: 100%;
  transform: scale(1, -1);
}
.see-lp .rect {
  visibility: hidden;
  width: 99%;
  height: 3.72vw;
  margin: auto;
  fill: #101046;
  stroke-dasharray: 0 650;
  stroke-dashoffset: -48vw;
}
@media screen and (max-width: 600px) {
  .see-lp .rect {
    height: 80%;
    stroke-dashoffset: -110vw;
    fill: #101046;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .see-lp .rect {
    width: 98%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .see-lp .rect {
    fill: #101046;
  }
}
.see-lp .rect.active {
  visibility: visible;
  animation: drawRect 1.5s linear forwards;
}
@keyframes drawRect {
  0% {
    fill: transparent;
  }
  70% {
    fill: transparent;
  }
  100% {
    fill: #101046;
  }
  to {
    stroke-dasharray: 650;
    stroke-dashoffset: 0;
  }
}
.see-lp .lp-text {
  color: white;
  font-size: 1.2vw;
  letter-spacing: 2px;
  position: absolute;
  top: 36%;
  left: 34%;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .see-lp .lp-text {
    font-size: 3vw;
    top: 23%;
    left: 32%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .see-lp .lp-text {
    top: 34%;
    left: 33%;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .see-lp .lp-text {
    top: 31%;
    left: 29%;
    font-size: 1.5vw;
  }
}
.see-lp .triangle {
  position: relative;
  bottom: 3px;
  left: 3px;
  color: white;
  font-size: 0.7vw;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .see-lp .triangle {
    font-size: 2vw;
    bottom: 0.2vw;
  }
}

.per-detail .line {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  z-index: 1;
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .per-detail .line {
    font-size: 5vw;
  }
}
.per-detail .line::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  bottom: -2px;
  background-color: #ffc943;
  height: 30%;
}
.per-detail p {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 5vw;
}
@media screen and (max-width: 600px) {
  .per-detail p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 2.9vw;
    margin-top: 10vw;
  }
}

.contact {
  width: 40%;
  margin: auto;
  margin-top: 8vw;
}
@media screen and (max-width: 600px) {
  .contact {
    width: 80%;
  }
}
.contact img {
  width: 100%;
}

.btn-shine {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-top: 8vw;
}

.btn-shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.btn-shine:hover::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.flow {
  position: relative;
  padding: 6vw 0 10vw;
  background: url(../img/flow_bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .flow {
    padding: 10vw 0 8vw;
  }
}

.flow-title {
  color: white;
  text-align: center;
  font-size: 3.5vw;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .flow-title {
    font-size: 6vw;
    margin-bottom: 22vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .flow-title {
    margin-bottom: 15vw;
  }
}

.revolver-content {
  height: 80vw;
}

#circleWrap {
  position: absolute;
  width: 45vw;
  height: 45vw;
}

#svg {
  position: absolute;
  height: 45vw;
  overflow: visible;
}

.slider {
  position: relative;
}

#circle {
  fill: none;
  stroke: white;
}

.item {
  width: 55vw;
}
.item img {
  width: 100%;
  vertical-align: middle;
}

.clone {
  visibility: hidden;
}

.compare {
  padding: 15vw 0 6vw;
}
@media screen and (max-width: 600px) {
  .compare {
    padding: 20vw 0 6vw;
  }
}

.compare-title {
  text-align: center;
  font-size: 3.5vw;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .compare-title {
    font-size: 6vw;
  }
}

.compare-photo {
  width: 70vw;
  margin: auto;
  padding: 6vw 0;
}
@media screen and (max-width: 600px) {
  .compare-photo {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .compare-photo {
    width: 80vw;
  }
}
.compare-photo img {
  width: 100%;
}

.question {
  padding: 6vw 0 4vw;
}
@media screen and (max-width: 600px) {
  .question .inner {
    width: 95vw;
  }
}
.question .btn-shine {
  margin-top: 5vw;
}

.question-title {
  text-align: center;
  font-size: 3.5vw;
  font-weight: normal;
  margin-bottom: 6vw;
}
@media screen and (max-width: 600px) {
  .question-title {
    font-size: 6vw;
  }
}

.toggle_contents {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 70vw;
  margin: auto;
  padding: 2vw 0;
}
@media screen and (max-width: 600px) {
  .toggle_contents {
    width: 100%;
    padding: 4vw 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .toggle_contents {
    width: 80vw;
  }
}

.toggle_title {
  font-weight: bold;
  border: solid 2px;
  border-radius: 5px 5px 0 0;
  line-height: 42px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0.5vw 1vw;
  position: relative;
}
@media screen and (max-width: 600px) {
  .toggle_title {
    font-size: 2.5vw;
    line-height: 9vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .toggle_title {
    font-size: 1.7vw;
  }
}

.toggle_btn {
  display: inline-block;
  width: 88px;
  height: 32px;
  background: url(../img/question_plus.png) no-repeat right top;
  background-size: contain;
  position: absolute;
  top: 0.9vw;
  right: 1vw;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .toggle_btn {
    width: 10vw;
    height: 5vw;
    top: 25%;
    right: 2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .toggle_btn {
    top: 1vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .toggle_btn {
    top: 1.3vw;
    width: 8vw;
    height: 4vw;
  }
}

.toggle_btn.selected {
  background: url(../img/question_minus.png) no-repeat right top;
  background-size: contain;
}

.toggle_txt {
  display: none;
  background-color: #e6e6e6;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1.5vw;
}
@media screen and (max-width: 600px) {
  .toggle_txt {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .toggle_txt {
    font-size: 1.7vw;
  }
}

.answer {
  font-weight: 700;
}

.operation-btn {
  text-align: center;
  width: 17vw;
  font-weight: 600;
  border: solid 1px;
  border-radius: 20px;
  margin-top: 0.8vw;
  margin-left: 1.5vw;
  padding: 0.3vw;
}
@media screen and (max-width: 600px) {
  .operation-btn {
    width: 30vw;
  }
}
.operation-btn a {
  color: black;
  text-decoration: none;
  font-size: 1vw;
  margin-left: 3vw;
}
@media screen and (max-width: 600px) {
  .operation-btn a {
    font-size: 2vw;
  }
}
.operation-btn .right-arrow {
  display: inline-block;
  font-weight: 500;
  font-size: 1vw;
  transform: scaleX(-1);
  margin-left: 2vw;
}
@media screen and (max-width: 600px) {
  .operation-btn .right-arrow {
    font-size: 2vw;
  }
}

.overview {
  padding: 8vw 0 10vw;
}
@media screen and (max-width: 600px) {
  .overview {
    padding: 0vw 0 15vw;
  }
}
.overview .inner {
  width: 80vw;
}
@media screen and (max-width: 600px) {
  .overview .inner {
    width: 95vw;
  }
}

.overview-title {
  font-size: 2.8vw;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .overview-title {
    font-size: 4vw;
  }
}

.overview-flex {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: flex;
  -moz-column-gap: 10vw;
       column-gap: 10vw;
  font-weight: 500;
  margin-top: 1vw;
}
@media screen and (max-width: 600px) {
  .overview-flex {
    padding-left: 1vw;
    margin-top: 0;
  }
}
.overview-flex p {
  font-size: 1.35vw;
  line-height: 3;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .overview-flex p {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .overview-flex p {
    font-size: 1.3vw;
  }
}

.overview-left {
  display: flex;
  flex-direction: column;
}
.overview-left p:nth-child(4) {
  margin-top: auto;
}

.overview-right {
  border-left: solid 1px;
  padding-left: 2vw;
}

.map {
  position: relative;
  width: 70%;
  height: 0;
  padding-top: 45%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: white;
  background: url(../img/footer_bg.png);
  padding: 10vw 0 2vw;
  letter-spacing: 1px;
}
footer .inner {
  width: 80vw;
}
@media screen and (max-width: 600px) {
  footer .inner {
    width: 90vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .inner {
    width: 90vw;
  }
}
footer a {
  color: white;
  text-decoration: none;
}

.foot-logo {
  width: 25vw;
  margin-left: -1vw;
}
@media screen and (max-width: 600px) {
  .foot-logo {
    width: 40%;
  }
}
.foot-logo img {
  width: 100%;
}

.foot-flex {
  display: flex;
  -moz-column-gap: 8vw;
       column-gap: 8vw;
  line-height: 1.8;
  margin-top: 4vw;
}
@media screen and (max-width: 600px) {
  .foot-flex {
    justify-content: space-between;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .foot-flex {
    -moz-column-gap: 6vw;
         column-gap: 6vw;
  }
}
.foot-flex p {
  font-size: 1.2vw;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .foot-flex p {
    font-size: 2vw;
  }
}

@media screen and (max-width: 600px) {
  .foot-left {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .foot-left p {
    font-size: 2vw;
    line-height: 2;
  }
}

.foot-center {
  margin-left: 5vw;
}
@media screen and (max-width: 600px) {
  .foot-center {
    margin: 0;
  }
}

.underline:hover {
  text-decoration: underline;
}

.certi {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .certi {
    margin-top: 10vw;
  }
}
.certi p {
  font-size: 1.2vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .certi p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .certi p {
    font-size: 1.5vw;
  }
}
.certi img {
  width: 25%;
  margin-top: 2vw;
}
@media screen and (max-width: 600px) {
  .certi img {
    width: 20%;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .certi img {
    margin-top: 3vw;
  }
}

.copyright {
  margin-top: 3vw;
  font-size: 1.1vw;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .copyright {
    font-size: 1.5vw;
    margin-top: 6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .copyright {
    font-size: 1.3vw;
  }
}/*# sourceMappingURL=style.css.map */