@charset "UTF-8";
/* Scss Document */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  scroll-behavior: smooth; }

body:before {
  background: url("../img/dot.png") center no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    body:before {
      background: url("../img/body-sp-bg.jpg") center no-repeat; } }

.container {
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%; } }

.inner {
  width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; } }

.inner2 {
  width: 700px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner2 {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; } }

.border-title {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .border-title {
      font-size: 1.2rem; } }

.border-title:before,
.border-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #222; }

.border-title:before {
  margin-right: 1rem; }

.border-title:after {
  margin-left: 1rem; }

.resp-txt-box {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .resp-txt-box {
      text-align: left; } }

.serif {
  font-family: serif; }

.yellow {
  color: #feff83; }

.green {
  color: #2F9DA5; }

.pink {
  color: #DD1969;
  font-weight: bold; }

.blue {
  color: #2368A7; }

.gold {
  color: #C47814; }

.dot {
  -webkit-text-emphasis: filled;
  text-emphasis: filled; }

.big {
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .big {
      font-size: 1.2rem; } }

ul.check_list {
  padding: 0 0.5em;
  list-style-type: none; }

ul.check_list li {
  color: #2368A7;
  position: relative;
  padding: 0em 0.3em 0em 1.3em; }

ul.check_list li::before {
  position: absolute;
  content: '';
  display: block;
  top: 0.5em;
  left: 0;
  width: 9px;
  height: 9px;
  border-right: 3px solid #2368A7;
  border-bottom: 3px solid #2368A7;
  transform: rotate(-45deg); }

h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  background: linear-gradient(335deg, #0070ff 0%, #ef1fdf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media screen and (max-width: 768px) {
    h2 {
      margin-bottom: 2rem;
      font-size: 1.6rem; } }
  h2 .small {
    font-size: 70%; }

.under {
  border-bottom: 1px solid #222;
  padding-bottom: .2rem; }

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

.sub-title {
  text-align: center;
  margin: 0 auto;
  font-size: 1.3rem; }

.header {
  padding: 3rem 0;
  background: url("../img/header.jpg") center no-repeat;
  background-size: cover;
  color: #FFF; }
  @media screen and (max-width: 768px) {
    .header {
      text-align: center; } }
  .header .mock {
    width: 90%;
    margin-top: 4rem;
    float: right;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .header .mock {
        width: 100%;
        margin-top: 2rem; } }
  .header .typing {
    display: flex;
    align-items: center;
    justify-content: center; }
  .header .logo {
    width: 80px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .header .logo {
        width: 60px; } }
  .header .title {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 3rem 0 1.5rem 0; }
    @media screen and (max-width: 768px) {
      .header .title {
        font-size: 1.9rem; } }
  .header .sub-title {
    font-size: 1.4em;
    text-align: left;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .header .sub-title {
        font-size: 1.3rem;
        text-align: center; } }
  .header .point {
    width: 100%;
    margin: 2rem 0 1rem 0; }
  .header a.btn--orange {
    background: #D6FF28;
    color: #222; }
    .header a.btn--orange:hover {
      background: #FFFC15;
      color: #222; }

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem; }

a.btn--orange {
  color: #FFF;
  background-color: #ff2b68; }

a.btn-c {
  font-size: 1.2rem;
  position: relative;
  padding: 1rem 3rem 1rem 2rem; }

a.btn-c i.fa {
  margin-right: 1rem; }

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054'; }

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #FFF;
  background-color: #fa5c8a; }

.triangle {
  position: relative;
  background: #2368A7;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .triangle {
      font-size: 1.3rem; } }
  .triangle:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #2368A7 transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%); }
    @media screen and (max-width: 768px) {
      .triangle:before {
        border-width: 15px 15px 0 15px; } }

.section {
  padding: 4rem 0 3rem 0; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 2.5rem 0; } }

.first .image {
  width: 80%; }
.first .img-title {
  margin: 0rem 0 2rem 0; }
.first .mock2 {
  width: 50%;
  margin: 0 auto 2rem auto;
  display: block;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .first .mock2 {
      width: 90%; } }
.first .box {
  background: #f7f7f8;
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold; }
  .first .box i:before {
    color: #ff00b2 !important; }
  .first .box i:before {
    color: #ff00b2 !important; }
  .first .box span {
    background: linear-gradient(2deg, #ff00b2 0%, #ff6516 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  @media screen and (max-width: 768px) {
    .first .box {
      margin-bottom: .5rem; } }
.first h3 {
  font-size: 1.1rem;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 1.5rem;
  color: #2368A7; }
  .first h3 span {
    color: #003175; }

.scroll {
  position: relative;
  writing-mode: vertical-rl;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.scroll::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #FF35AA;
  right: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 1px;
  height: 70px;
  animation: scroll 1.5s infinite; }

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.slide {
  background-color: #F0F5F9; }
  .slide .swiper-container {
    margin: 2rem 0; }
  @media screen and (max-width: 768px) {
    .slide .swiper-slide {
      text-align: center; } }
  .slide img {
    width: 350px; }
    @media screen and (max-width: 768px) {
      .slide img {
        width: 80%;
        margin: 1.5rem auto 0 auto; } }

.movie {
  background-image: linear-gradient(308deg, #ffb7f1, #a9c6ff);
  color: #222 !important; }
  .movie h2 {
    background: linear-gradient(323deg, #222 0%, #222 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .movie div.vid_contents {
    width: 70%;
    /*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: 2rem auto 0 auto; }
    @media screen and (max-width: 768px) {
      .movie div.vid_contents {
        width: 100%; } }
  .movie video.vid_main {
    width: 100%;
    max-width: 920px;
    /*PC版での最大幅*/ }

.step .flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center; }
.step .flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED; }
.step .flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED; }
.step .flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px; }
.step .flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #16CA94;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0; }
.step .flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px; }
.step .flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #16CA94;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto; }
.step .flow09 > li dl dd {
  margin: 0; }
.step .flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em; }
.step .btn-wrap {
  text-align: center;
  margin-top: 2rem; }

.qa {
  background: #F2F5F9;
  /* FAQパーツ */
  /* アニメーション後のスタイル */
  /* ＋ボタンのアニメーション */ }
  .qa .pageSubTitle {
    font-weight: 900;
    position: relative; }
  .qa .pageSubTitle::after {
    content: "";
    display: block;
    width: 74.6px;
    height: 2px;
    margin: 0 auto;
    margin-top: 35.2px; }
  .qa .pageSubTitle > span {
    display: block;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 400;
    margin-top: 5px; }
  .qa .pageSubTitle--center {
    text-align: center; }
  .qa .pageSubTitle2 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    line-height: 1.7;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .qa .pageSubTitle2 {
        font-size: 1rem;
        line-height: 1.3rem; } }
  .qa .contentText {
    font-size: 1.1rem;
    margin-bottom: 0px;
    line-height: 1.7;
    font-weight: 400;
    color: #4D4D4D; }
    @media screen and (max-width: 768px) {
      .qa .contentText {
        font-size: 1rem; } }
  .qa .qa__box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10; }
  .qa .qa__box > dl > dt {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .qa .qa__box > dl > dt {
        padding: 10px 30px 10px 10px; } }
  .qa .qa__box > dl > dt .crossBar {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
  .qa .qa__box > dl > dt .crossBar::before {
    content: "";
    display: inline-block;
    width: 1.6px;
    height: 100%;
    background-color: #4D4D4D;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: center center;
    /* 中心を基準にtransform */
    transform: translateX(-50%) rotate(0deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .qa .qa__box > dl > dt .crossBar::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1.6px;
    background-color: #4D4D4D;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .qa .qa__box > dl > dt > span {
    font-size: 28px;
    line-height: 1.75;
    font-weight: 500;
    color: #28b3ff;
    margin-right: 23px; }
  .qa .qa__box > dl > dd {
    margin: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 0px 30px;
    /* paddingの上下を0にする */
    max-height: 0;
    /* max-heightを0にする、レスポンシブ対応 */
    overflow: hidden;
    /* overflow: hidden;を付けるのがポイント */
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .qa .qa__box > dl > dd > span {
    font-size: 28px;
    line-height: 1.7;
    font-weight: 500;
    color: #ff69ca;
    margin-right: 23px; }
  .qa .qa__box > dl > dd.is-open {
    /* heightとpaddingをアニメーション */
    max-height: 600px;
    padding: 10px 30px; }
    @media screen and (max-width: 768px) {
      .qa .qa__box > dl > dd.is-open {
        padding: 10px 30px 10px 10px; } }
  .qa .qa__box > dl > dt.is-open .crossBar::before {
    transform: translateX(-50%) rotate(90deg);
    /* 90度回転 */ }

.prof .prof-box {
  border-radius: 10px;
  border: 1px solid #A5A5A5;
  padding: 1.5rem;
  background: #F2F5F9;
  margin-bottom: 3rem; }
  .prof .prof-box h3 {
    font-size: 1.4rem;
    font-weight: bold;
    background: linear-gradient(270deg, #2F9DA5 0%, #2368A7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 768px) {
      .prof .prof-box h3 {
        margin-top: 1rem; } }
    .prof .prof-box h3 small {
      font-size: 65%; }
  .prof .prof-box .prof {
    border-radius: 10px;
    margin-bottom: 1.5rem; }

.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
footer {
  background: #172223;
  color: #FFF;
  text-align: center;
  padding: 1rem 0;
  font-size: .8rem; }
  footer a {
    color: #FFF; }
