@charset "utf-8";

/*--全体--*/
html {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*--FV--*/
.fvMoveTextWrap {
  position: relative;
  overflow: hidden;
  width: 68%;
  min-width: 450px;
  max-width: 462px;
  margin: 0 auto 0 0;
}

.fvMoveTextSlide {
  position: absolute;
  width: 100%;
  height: 30vw;
  top: 0;
  left: -100%;
  z-index: 3;
  background-color: rgba(255, 85, 0, 1);
  opacity: 1;
}

.fvMoveTextInner {
  display: block;
  text-align: left;
  background-color: #002299;
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding: 8px 4px 8px 26px;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.fvMoveAnswerWrap {
  position: relative;
  overflow: hidden;
  width: auto;
  display: inline-block;
}

.fvMoveAnswerSlide {
  position: absolute;
  width: 100%;
  height: 30vw;
  top: 0;
  left: -100%;
  z-index: 3;
  background-color: rgba(255, 150, 0, 1);
  /* background-color: rgba(0, 198, 193, 1); */
  opacity: 1;
  display: inline-block;
}

.is-slide0 .fvMoveAnswerSlide {
  animation-name: slideInner;
  animation-duration: 0.8s;
  animation-delay: 0.62s;
  animation-timing-function: ease-out;
}

.is-slide .fvMoveAnswerSlide {
  animation-name: slideInner;
  animation-duration: 0.8s;
  animation-delay: 0.62s;
  animation-timing-function: ease-out;
}

.fixed {
  position: fixed !important;
  top: 0px !important;
  transform: translateY(10px);
  transition: .2s transform;
}

.fixedvolume {
  top: -100px;
}

@keyframes slideInner {
  0% {}

  30% {}

  80% {}

  100% {
    width: 200%;
    left: 150%;
  }
}


.BG {
  position: relative;
  width: 100%;
  height: 2400px;
  background-color: #fff;
  z-index: 2;
}

.BGimg {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  /* background-image: url(SVG/PNG/fvgsap.png);
  background-size: 100%;
  background-repeat: no-repeat; */
  z-index: 2;
}

.BGcolor {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #002299;
  z-index: 105;
}

.BGcolor2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 104;
}

.BGcolor3 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 103;
}

h1 {
  color: #fff;
  margin: 0 auto;
  font-size: 48px;
  display: inline-block;
  letter-spacing: 0.2em;
}
h1{
  font-size: initial;
  margin-top: 23px;
}
@media screen and (max-width: 640px) {
 h1{
    margin-top: 0;
    padding-top: 23px;
  }
}

#top-head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  color: #001c77;
  padding-top: 16px;
  font-weight: bold;
  /* display: flex; */
  justify-content: flex-end;
}

.animate {
  letter-spacing: 0.2em;
}

.sampleGSAPscrollTrigger {
  padding: 8vh 3.2% 4vh 10%;
  width: 48%;
  margin: 0 0 0 auto;
  z-index: 99;
  position: absolute;
  top: 200px;
  right: 0;
}

.sampleGSAPscrollTrigger p {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 46px;
}

.js-demo-section00 {
  opacity: 0;
  transition: .48s ease-out;
  margin: 24px auto;
}

.js-demo-section04 {
  opacity: 0;
  transition: .48s ease-out;
  margin: 24px auto;
}

.is-slide {
  transition: .28s ease-out;
  animation-name: name;
  animation-duration: 5.42s;
  animation-fill-mode: forwards;
}

@keyframes name {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0px);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.is-slide0 {
  transition: .28s ease-out;
  animation-name: name2;
  animation-duration: 5.86s;
  animation-fill-mode: forwards;
}

@keyframes name2 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0px);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeInLeftTrigger {
  opacity: 0;
}

.change-time {
  animation-duration: 2.5s;
}

#fv {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(0, 198, 193, 0.5), rgba(0, 149, 214, 0.5), rgba(2, 40, 160, 0.5));
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.fv-contents {
  background-color: #fff;
  position: relative;
  width: 60%;
  top: 0;
  left: 0;
  height: 100%;
}

.fv-contents_Img {
  width: 800px;
  position: absolute;
  top: 32%;
  left: 80%;
}

.fv-contents_Txt {
  position: absolute;
  top: 15%;
  left: 10%;
}

.fv-contents_Tittle {
  font-size: 5vmax;
  font-weight: 500;
  width: fit-content;
  color: #002299;
}

.fv-contents_about {
  letter-spacing: 3px;
  line-height: 33px;
  font-size: 1vmax;
}

.fv-Tittle {
  padding: 10px 0;
  letter-spacing: 3px;
  line-height: 10px;
  font-size: 2vmax;
  width: fit-content;
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

@media screen and (max-width: 480px) {

  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .fv-contents {
    width: 100%;
  }

  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background-color: #FF5500;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 8px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background-color: #002299;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .fv-contents_Img {
    top: 40%;
    left: 13%;
    width: 350px;
  }
}

@media screen and (max-width: 480px) {
  .fv-contents_about {
    letter-spacing: 3px;
    line-height: 33px;
    font-size: 2vmax;
    padding: 0 4%;
  }

  .fv-contents_Txt {
    position: absolute;
    top: 10%;
    left: 0%;
  }

  .fv-Tittle {
    margin: -8px 4%;
  }

  .fv-contents_Tittle {
    font-size: 5.5vmax;
    padding: 0 4%;
  }

  .Form {
    margin-top: 100px;
  }
}

/*--共通--*/


/*--about--*/

.about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 0rem;
}

.about-tittle {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}

.about-wrap {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2;
  padding-top: 3rem;
}

.about-Img {
  display: flex;
  justify-content: center;
}

.about-img {
  width: 50%;
}

.scheme,
.survice {
  background: linear-gradient(270deg, #D9F3FF 1.1%, rgba(217, 243, 255, 0) 99.37%);
}

.scheme-wrap,
.survice-wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 10% 0;
}

.scheme-img {
  text-align: right;
  width: 70%;
}

.recommend {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.recommend-img {
  width: 30%;
  margin: 1%;
  box-shadow: 8px 6px 10px -11px #777777;
}

.recommend-wrap {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

/*--faq--*/
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #ECF7FC;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }

  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }

  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }

  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }

  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}

@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }

  .p-faq__headinner::before {
    font-size: 14px;
  }

  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}

.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}

@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }

  .p-faq__bodyinner::before {
    font-size: 14px;
  }

  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}

/*=========
base
=========*/

.s_section {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2rem 10px;
}

.gutter>*:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 736px) {
  h2 {
    font-size: 16px;
  }
}

ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}

.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}

a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}

a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}




.footer {
  color: #808080;
  background: #e5e5e5;
  padding: 60px 0 50px;
}

.footer a {
  color: #808080;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
}

.footer .copyright {
  min-width: 200px !important;
  margin-left:auto ;
  padding: 20px 0 0 20px;
  text-align: right;
  background-image: url(../images/smMiraiLogoBlack.svg);
  background-position: right;
  background-size: 200px 30px;
  background-repeat: no-repeat;
  font-size: 12px;
  height: 30px;
  opacity: 0.8;
}

@media screen and (max-width: 520px) {
  .footer .copyright {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    padding: 48px 0 0 20px;
    text-align: center;
    background-image: url(../images/smMiraiLogoBlack.svg);
    background-position: top center;
    background-size: 200px 30px;
    background-repeat: no-repeat;
    font-size: 12px;
  }

}

