@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #ffffff;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #d90909;
  text-decoration: underline;
}
img {
  border: none;
}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}

/* ボタンアニメーション */
.btn {
  appearance: none;
  background-color: transparent;
  border: none;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.btn:focus {
  outline: none !important;
}

.btn::before {
  display: block;
  position: absolute;
  z-index: 0;
  left: -30%;
  top: -50%;
  content: "";
  width: 100px;
  height: 100px;
  transform: rotate(20deg);
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shiny 3s infinite linear;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* animation
---------------------------------------------*/
.feedInUp {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transition: 1.5s;
}
.feedInUp_On {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* layout
---------------------------------------------*/

.sp_only{
  display: none !important;
}

/*TopIntro-Start*/
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 1002px;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center;
  -webkit-text-size-adjust: none;
  text-align: center;
  font-family: "meiryo", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ヒラギノ明朝 Pro", sans-serif;
  color: #383d5c;
}
#form {
  padding-top: 50vh;
  margin-top: -50vh;
}
#head1 {
  background: url("../images/img_01.png") no-repeat top center;
  height: 1042px;
}
#head2 {
  background: url("../images/img_02.png") no-repeat top center;
  height: 571px;
}
#head3 {
  background: url("../images/img_03.png") no-repeat top center;
  height: 2760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.head3_top {
  position: absolute;
  top: 210px;
  font-size: min(7vw, 25px);
  line-height: 33px;
  padding-left: 50px;
}
.head3_top span,
.head3_bottom .blue {
  color: #266fc0;
}
.head3_bottom .gold, #head4 .gold {
  color: #b79c52;
}
.head3_bottom {
  position: absolute;
  bottom: 25px;
  line-height: 33px;
  font-size: min(5vw, 17px);
}
#head3 .bold {
  text-align: center;
  font-weight: bold;
}
#head3 p {
  text-align: initial;
  max-width: 800px;
}
#head4 {
  background: url("../images/img_04.png") no-repeat top center;
  height: 3585px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: min(5vw, 16px);
}
.voice-title{
  position: absolute;
  font-size: min(4.3vw, 27px);
  line-height: 40px;
  font-weight: bold;
  font-family: "Hiragino Mincho Pro","Yu Mincho";
}
.voice_1-title{
  top: 170px;
  margin-left: 230px;
}
.voice_2-title{
  top: 740px;
  margin-left: 230px;
}
.voice_3-title{
  top: 1370px;
  margin-left: 250px;
}
.voice_4-title{
  top: 1950px;
  margin-left: 200px;
}
.voice_5-title{
  top: 2580px;
  margin-left: 200px;
}
#head4 span {
  color: red;
}
#head4 p {
  max-width: 720px;
  text-align: initial;
}
.voice_1 {
  position: absolute;
  top: 315px;
}
.voice_2 {
  position: absolute;
  top: 875px;
}
.voice_3 {
  position: absolute;
  top: 1510px;
}
.voice_4 {
  position: absolute;
  top: 2100px;
}
.voice_5 {
  position: absolute;
  top: 2705px;
}
#head5 {
  background: url("../images/img_05.png") no-repeat top center;
  height: 698px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: min(5vw, 15px);
}
#head5 p {
  max-width: 730px;
  text-align: initial;
}
.comment_1 {
  max-width: 460px !important;
  position: absolute;
  top: 230px;
  padding-left: 270px;
}
.comment_2 {
  position: absolute;
  top: 360px;
  padding-right: 80px;
}
.comment_3 {
  position: absolute;
  top: 470px;
}
#head6 {
  background: url("../images/img_06.png") no-repeat top center;
  height: 3140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: min(5vw, 20px);
  color: #5f5f5f;
  line-height: 35px;
}
.text_1 {
  position: absolute;
  top: 480px;
}
.text_2 {
  position: absolute;
  top: 880px;
}
.text_3 {
  position: absolute;
  top: 1335px;
}
.text_4 {
  position: absolute;
  top: 1730px;
}
.text_5 {
  position: absolute;
  top: 2120px;
}
.text_6 {
  position: absolute;
  top: 2530px;
}
.text_7 {
  position: absolute;
  top: 2940px;
}
#head7 {
  background: url("../images/img_07.png") no-repeat top center;
  height: 1679px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: min(7vw, 25px);
  text-align: initial;
}
#head7 span {
  color: #c59d4a;
}
.head7_contents {
  padding-right: 510px;
}
.check_1 {
  position: absolute;
  top: 197px;
}
.check_2 {
  position: absolute;
  top: 297px;
}
.check_3 {
  position: absolute;
  top: 394px;
}
.check_4 {
  position: absolute;
  top: 497px;
}
.check_5 {
  position: absolute;
  top: 604px;
}
.check_6 {
  position: absolute;
  top: 680px;
}
.check_7 {
  position: absolute;
  top: 752px;
}
.check_8 {
  position: absolute;
  top: 829px;
}
.check_9 {
  position: absolute;
  top: 937px;
}
#head8 {
  background: url("../images/img_08.png") no-repeat top center;
  height: 1159px;
}

#form_01 {
  background: url("../images/form_01.png") no-repeat top center;
  height: 296px;
}
#form_02 {
  background: url("../images/form_02.png") no-repeat top center;
  height: 381px;
}
#form_03 {
  background: url("../images/form_03.png") no-repeat top center;
  height: 371px;
}

.side {
  position: fixed;
  right: 1vw;
  bottom: 1vw;
  z-index: 2;
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.swing:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#container {
  text-align: left;
  margin: 0 auto;
}

ol,ul {
  list-style-position: inside;
  padding-left: 10px;
}
ol li,
ul li {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only{
    display: none !important;
  }
  .sp_only{
    display: block !important;
  }
  body{
    min-width: unset;
  }
  .fix_img{
    width: 70vw !important;
  }
  #head1, #head2, #head3, #head4, #head5, #head6, #head7, #head8{
    width: 100vw;
    background-size: cover !important;
  } 
  #head1 {
    height: 104.2vw;
  }
  #form_01 {
    background-size: cover;
    height: auto;
    padding-bottom: 10vw;
    width: 100vw;
    margin-bottom: -1px;
  }
  #form_02 {
    background-size: cover;
    height: auto;
    padding-bottom: 18vw;
    width: 100vw;
  }
  #container {
    width: 100%;
  }
  input[type=text]{
    width: 80vw !important;
    height: 10vw !important;
    font-size: 16px !important;
  }
  .conversion_btn{
    width: 90vw;
  }
  #head2 {
    height: 57.1vw;
    margin-bottom: -1px;
}
  #head3 {
    background-image: url(../images/img_03_sp_4.png);
    position: relative;
    height: 410vw;
  }
  .head3_box{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .head3_1-img{
    width: 100vw;
  }
  .head3_top {
    top: 20vw;
    font-size: min(3vw, 25px);
    line-height: 3.8vw;
    padding-left: unset;
    background-color: #fff;
  }
  .head3_top>div {
    display: flex;
    align-items: center;
    margin: 3vw 4vw;
  }
  .head3_2-img{
    width: 7vw;
  }
  .head3_3-img{
    position: absolute;
    top: 115vw;
    width: 95vw;
  }
  .head3_bottom {
    bottom: unset;
    top: 161vw;
    line-height: 4.5vw;
    font-size: min(3vw, 25px);
    padding: 0 5vw;
  }
  #head4 {
    background: url("../images/img_04_sp.png") no-repeat top center;
    height: 780vw;
    font-size: min(3vw, 25px);
    line-height: 4.6vw;
  }
  .voice {
    max-width: unset;
    padding: 0 15vw;
    line-height: 4.7vw;
  }
  .space{
    margin-left: 25vw;
  }
  .space_2{
    margin-left: 17vw;
  }
  .voice-title{
    font-size: min(4.3vw, 35px);
    line-height: 6.5vw;
    padding: 0 15vw;
    margin-left: 0;
  }
  .voice_1-title{
    top: 20vw;
  }
  .voice_2-title{
    top: 157.5vw;
  }
  .voice_3-title{
    top: 325vw;
  }
  .voice_4-title{
    top: 467vw;
  }
  .voice_5-title{
    top: 627vw;
  }
  .voice_1 {
    top: 47vw;
  }
  .voice_2 {
    top: 185vw;
  }
  .voice_3 {
    top: 353vw;
  }
  .voice_4 {
    top: 495vw;
  }
  .voice_5 {
    top: 644vw;
  }
  #head5 {
    background: url("../images/img_05_sp.png") no-repeat top center;
    height: 140vw;
    font-size: min(3vw, 25px);
    line-height: 4.5vw;
  }
  .comment_1 {
    top: 30vw;
    padding: 0 10vw 0 40vw;
  }
  .comment_2 {
    top: 40vw;
    padding: 0 10vw;
  }
  .comment_3 {
    top: 88vw;
    padding: 0 10vw;
  }
  #head6 {
    background: url("../images/img_06_sp.png") no-repeat top center;
    height: 420vw;
    font-size: min(3vw, 25px);
    line-height: 4.5vw;
  }
  .text_1 {
    top: 63vw;
  }
  .text_2 {
    top: 113vw;
    padding: 0 10vw;
  }
  .text_3 {
    top: 177vw;
    padding: 0 10vw;
  }
  .text_4 {
    top: 233vw;
  }
  .text_5 {
    top: 282vw;
    padding: 0 9vw;
  }
  .text_6 {
    top: 340vw;
    padding: 0 10vw;
  }
  .text_7 {
    top: 392vw;
    padding: 0 10vw;
  }
  #head7 {
    height: 176.9vw;
    font-size: min(3vw, 25px);
  }
  .head7_contents {
    padding-right: 58vw;
  }
  .check_1 {
    top: 19vw;
  }
  .check_2 {
    top: 29.5vw;
  }
  .check_3 {
    top: 39.5vw;
  }
  .check_4 {
    top: 50.5vw;
  }
  .check_5 {
    top: 63vw;
  }
  .check_6 {
    top: 71.5vw;
  }
  .check_7 {
    top: 79vw;
  }
  .check_8 {
    top: 85.5vw;
  }
  .check_9 {
    top: 97vw;
  }
  #head8 {
    height: 115.9vw;
    font-size: min(3vw, 25px);
  }
  #form_03 {
    background-size: cover;
    height: auto;
    padding-bottom: 18vw;
    width: 100vw;
  }
}

th, td{
  padding: 0 5px;
}
.transaction_law--h1, .privacy_policy--h1{
  margin: 5vw 0 0;
}
.privacy_policy--p{
  background-color: #fff;
  width: min(1100vw / 12, 1100px);
  padding: min(50vw / 12, 50px);
  margin: 0 auto;
  text-align: initial;
}
.transaction_law--body, .privacy_policy--body{
  background-image: unset;
}
table{
  background-color: transparent;
  padding-top: min(50vw / 12, 50px);
  padding-bottom: min(50vw / 12, 50px);
}
#footer{
  background-color: #fff;
  padding-bottom: 120px;
}
#footer a{
  color: unset;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  tr{
    display: flex;
    flex-direction: column;
    width: 90vw;
  }
  .transaction_law--h1, .privacy_policy--h1{
    font-size: 6vw;
    margin: 8vw 0 2vw;
  }
  #footer{
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
  }
}